1. b4c4368 input_tab(): - Added null end of matchBuf for sanity (Rocco). by Chris Allegretta · 24 years ago
  2. a35ec04 files.c:cwd_tab_completion(), input_tab(): Changed bare malloc/calloc calls to nmalloc (found by Rocco). by Chris Allegretta · 24 years ago
  3. af5c302 Move #ifndef cleanups. Some HELP and SPELLER #ifndef additions. by Rocco Corsi · 24 years ago
  4. 06aca1c Rolled back DISABLE_TABCOMP and NANO_SMALL changes from earlier today by Rocco Corsi · 24 years ago
  5. a4d6d1d Add check for tiny option in #ifdefs for DISABLE_TABCOMP code by Chris Allegretta · 24 years ago
  6. 8eac3b5 do_browser() - added space and - keys for page down and up by Chris Allegretta · 24 years ago
  7. bf69261 real_dir_from_tilde(): ops, fix case where buf =~, silly crash by Chris Allegretta · 24 years ago
  8. 3f58316 Oops, take out my debugging code by Chris Allegretta · 24 years ago
  9. e1ebaf3 do_writeout() takes an arg now, and mallocstrcpy now gives up if src == dest by Chris Allegretta · 24 years ago
  10. c08f50d Back to the drawing board, old keypad code, dont slightly better by Chris Allegretta · 24 years ago
  11. 816a165 Fixes for dir crash by rocco and exit called on insert file by Chris Allegretta · 24 years ago
  12. 150469a Added do_browse_from(), called from do_writeout and do_insert, changed mallocstrcpy to *char by Chris Allegretta · 24 years ago
  13. 544347c Oops, stop freeing stuff we can't necessarily free by Chris Allegretta · 24 years ago
  14. 6636dc3 Changed ENABLE_BROWSER to DISABLE_BROWSER, tiny build now doesn't build browser either by Chris Allegretta · 24 years ago
  15. 123e5e6 Don't free realname when exiting do_browser in insert_file by Chris Allegretta · 24 years ago
  16. ba8edea Accept s and S silently to selected a file/dir by Chris Allegretta · 24 years ago
  17. b0f5282 Fix segfault when width == 0 by Chris Allegretta · 24 years ago
  18. fe41584 Make functions return themselves when do_browser() aborts by Chris Allegretta · 24 years ago
  19. 0e9d3c6 Commented file browser code by Chris Allegretta · 24 years ago
  20. 6e82741 Added fkey equivs to browser by Chris Allegretta · 24 years ago
  21. f0999a1 use lstat instead of stat in filestat, so we can check for if the file is a symlink in the browser by Chris Allegretta · 24 years ago
  22. 63c8ab9 Tadaa. Keypad issue fixed. It was the stupid timeout(0) call. UGH by Chris Allegretta · 24 years ago
  23. 425a266 Some better page up/down fixes, added keypad_on() call for now by Chris Allegretta · 24 years ago
  24. f4b9601 First try at browser by Chris Allegretta · 24 years ago
  25. 8b6cccc TAB-TAB completion segfaulting with more than 2048 files fixed. (Rocco) by Rocco Corsi · 24 years ago
  26. ee289d7 Don't skip . and .. in cwd_tab_completion() by Chris Allegretta · 24 years ago
  27. 3a7c0be Fix segfault when read_file encounters an error opening the file by Chris Allegretta · 24 years ago
  28. 1a6e904 Rid nano of PATH_MAX\! by Chris Allegretta · 24 years ago
  29. b04a98d Use MAX_PATH in write_file strncpy (for now) instead of 132 by Chris Allegretta · 24 years ago
  30. 7960dcf Removed unneeded st2 var, don't open device files in open_file() by Chris Allegretta · 24 years ago
  31. 544d9b0 Update comment in write_file by Chris Allegretta · 24 years ago
  32. 1cd5066 Remove useless fstat call by Chris Allegretta · 24 years ago
  33. 321590a More totsize fixes by Chris Allegretta · 24 years ago
  34. f597777 Remove the append check we just added :> by Chris Allegretta · 24 years ago
  35. d62614c Let's just copy joe word for word and just change the name to nano!!!! by Chris Allegretta · 24 years ago
  36. 3308439 More fun security crap by Chris Allegretta · 24 years ago
  37. da13f0b Oops, misplaced comment by Chris Allegretta · 24 years ago
  38. 1bd0ce2 Okay, now the permissions should be fixed too by Chris Allegretta · 24 years ago
  39. b5bb24c Commented the code that got us into this mess in the first place 9 releases ago by Chris Allegretta · 24 years ago
  40. 71e4640 Line up link/unlink/rename check if conditional with top if conditional by Chris Allegretta · 24 years ago
  41. 21e3c28 Oops, get rid of my debugging code by Chris Allegretta · 24 years ago
  42. fb62f73 Rocco fixes by Chris Allegretta · 24 years ago
  43. fb2226a Okay, we'll use O_EXCL also by Chris Allegretta · 24 years ago
  44. 37f627f Oops, we didn't want the latter check because if this is a new file there wont be any previous inodes by Chris Allegretta · 24 years ago
  45. 07f9ee0 Okay, forget O_EXCL, do lots of other obscure checks instead =) by Chris Allegretta · 24 years ago
  46. 20c131c Added tmp check to TMP_OPT section (how apropriate). by Chris Allegretta · 24 years ago
  47. 5982849 Added O_EXCL call to open is tmp == 1 by Chris Allegretta · 24 years ago
  48. 581bc60 Okay last time, now if there's any file at all, dont save the .save file. (foolproof? :) by Chris Allegretta · 24 years ago
  49. f7ee9e6 Okay, now abort if the symlink isn't owned by the user, and some mode fixes by Chris Allegretta · 24 years ago
  50. 3dbb278 Okay, so if the .save file is a symlink, don't write to it, abort by Chris Allegretta · 24 years ago
  51. 331fc7a Okay, now write_file never trusts symlinks at all, no chance of spelling symlink attack :) by Chris Allegretta · 24 years ago
  52. 09a8084 DISABLE_TABCOMP checks - #ifdef around check_wildchar_match and don't call real_dir_from_tilde in do_insertfile() if set by Chris Allegretta · 24 years ago
  53. 2773184 Handle ~~ in tab comp without segfaulting =) by Chris Allegretta · 24 years ago
  54. 9956e53 Make nano at least not crash on weird binary data by Chris Allegretta · 24 years ago
  55. 25f4e58 do_insertfile(): - Added call to real_name_from tilde, oops. by Chris Allegretta · 24 years ago
  56. 04fec91 Oops, how about we actually make username completion work if they didn't complete before by Chris Allegretta · 24 years ago
  57. 8a0de3b New arg --enable-extra, checks for ./configure options, oher stuff :-) by Chris Allegretta · 24 years ago
  58. 650e8a4 Rocco's unset modified on tmp file write fix by Chris Allegretta · 24 years ago
  59. 0f5dfef Oops, better free realname in write_file if we're done using it by Chris Allegretta · 24 years ago
  60. be77c61 Implemented username tab completion, cleaned up existing tabcomp code, added --disable-tabcomp option by Chris Allegretta · 24 years ago
  61. 63a89d3 comment out username completino code with macros since unimplemented, fix -Wall warnings on Irix by Chris Allegretta · 24 years ago
  62. 2c97522 tab completion fixes, removed wefresh() from blank_edit by Chris Allegretta · 24 years ago
  63. b5b89ae Aha, works even better now. Made input_tab much more grabby, it touches lastWasTab now also... by Chris Allegretta · 24 years ago
  64. 442f2c5 Latest tab completion update, sort of works =) by Chris Allegretta · 24 years ago
  65. 85b19e9 *sigh*, okay, if there's only 1 match, dont beep either. Done, I swear by Chris Allegretta · 24 years ago
  66. 24dd8d6 Oops, dont beep so much ;) Yes when we find one match and fill in buf, no otherwise by Chris Allegretta · 24 years ago
  67. 2434243 Blank edit window when no matches found by Chris Allegretta · 24 years ago
  68. e118acc Change num_matches check from if to switch, fix check for num_matches == 0, fix allocation for matchBuf. Ugh. by Chris Allegretta · 24 years ago
  69. 7d97ce7 Much more sane matches allocation, beep when multiple matches found, or none... by Chris Allegretta · 24 years ago
  70. b684805 Add a nice (more) tag when there's too many completions by Chris Allegretta · 24 years ago
  71. 7da4e9f Add tab completion option to statusq and nanogetstr, beep when multiple/no matches found by Chris Allegretta · 24 years ago
  72. 7586495 Okay, now format the matches the right way by Chris Allegretta · 24 years ago
  73. 3b0d144 Oops, free foo and don't allocate it every time throught the loop by Chris Allegretta · 24 years ago
  74. ec58a99 input_tab: Now autocomplete up until the matches diverge by nanme works, yay by Chris Allegretta · 24 years ago
  75. 04d848e Added tab completion code by Chris Allegretta · 24 years ago
  76. 92d2bab nanoget_repaint changes, do_writeout fix with var length strings by Chris Allegretta · 24 years ago
  77. bd9e7c3 Replace with null string option, ran source through indent again by Chris Allegretta · 24 years ago
  78. f45c18d Fix bug #44 by Rocco Corsi by Chris Allegretta · 24 years ago
  79. 11b0011 Testing RCS headers by Chris Allegretta · 24 years ago
  80. 234a34d Chris goes berzerk on no sleep by Chris Allegretta · 24 years ago
  81. 461b2a9 More -t and exit fixes by Chris Allegretta · 24 years ago
  82. 962c3c9 Fix for bug #30, I hope it doesn't break anything else by Chris Allegretta · 24 years ago
  83. acb6234 Added code to check to see if using -l and the file is not fact a link. Please test by Chris Allegretta · 24 years ago
  84. 8f6c069 Spelling, Read_file and term setting fixes by Chris Allegretta · 24 years ago
  85. a299b03 Better fix for bug #29 by Chris Allegretta · 24 years ago
  86. 3088555 Changed static temp_opt to flag TEMP_OPT. Fixed bug #29 by Chris Allegretta · 24 years ago
  87. 1e328fb - change lines ==> num_lines to avoid name conflict on AIX with xlC. by Adam Rogoyski · 24 years ago
  88. 63b3d7e Magic Line Code Added by Robert Siemborski · 24 years ago
  89. dd53ec2 Fixed 2 FIXMEs in nano.c: by Robert Siemborski · 24 years ago
  90. 4da1fc6 Synch with official 0.9.11 by Chris Allegretta · 24 years ago
  91. bceb1b2 Split nano.c up more by Chris Allegretta · 24 years ago