1. e642197 new_file() and close_open_file() fixes by DLR by Chris Allegretta · 23 years ago
  2. 5cce53b do_writeout() - Check for open_files == NULL before using it (Ryan Krebs) by Chris Allegretta · 23 years ago
  3. 355fbe5 Moved --loadoninsert to --multibuffer and -F, --enable-extra defines --enable-multibuffer by Chris Allegretta · 23 years ago
  4. 2d7893d Added multi buffer (load on insert) code. This wont intoduce any bugs ;-) by Chris Allegretta · 23 years ago
  5. a2c02e9 do_browser() - More Picoish keystrokes for the browser, ^P, ^N, etc, for up, down, etc, and add the consistent ^C to exit (Jim Knoble) by Chris Allegretta · 23 years ago
  6. 1a8b296 write_file() - Increment lineswritten when the very last line isn't null. Fixes off by one count when writing selection to file. by Chris Allegretta · 23 years ago
  7. 500b5e3 do_cut_text(): Moved the case of current == mark_beginbuf into cut_marke segment, so do_writeout could call it when writing selection to file. Added some NANO_SMALL ifdefs by Chris Allegretta · 23 years ago
  8. 0241d19 Ugh, sigh by Chris Allegretta · 23 years ago
  9. ecc3d7f write_file() - New arg, nonamechange, means whether or not to update the current filename after writing the file out. by Chris Allegretta · 23 years ago
  10. d21195f Oops\! Don't automatically assume the current filename when writing a selection to file, very bad\!\!\! by Chris Allegretta · 23 years ago
  11. cc197ef Added selection write to file and append codes, main changes to files.c stuff, new shortcut list for inserting files, new args to do_writeout and write_file by Chris Allegretta · 23 years ago
  12. d461562 do_browser() - Don't shift the size of the file is it's less than 1K. Fixed files less than 1K being displayed as 0B (Rocco) by Chris Allegretta · 23 years ago
  13. 6fe6149 All the updates that I've been waiting all weekend to commit, no desc, tough by Chris Allegretta · 23 years ago
  14. 88b0915 Changed all string allocations to charalloc(), new function designed to take nmalloc argument but call calloc based on (char *) size. by Chris Allegretta · 23 years ago
  15. b10283c Move down current shortcut assignment into loop in browser code to keep it updated by Chris Allegretta · 23 years ago
  16. f3fde7c Fix not being able to select last item in browser with mouse by Chris Allegretta · 23 years ago
  17. 051fc6e Added file clicking ability in file browser by Chris Allegretta · 23 years ago
  18. 88520c9 Various spelling updates by David Lawrence Ramsey by Chris Allegretta · 23 years ago
  19. 8ce2413 Add color changes, undocumented and ugly, but hey maybe people want to see what chap I wrote so far by Chris Allegretta · 23 years ago
  20. 6efda54 Move config.h up in include lists and remove actual_x inline tag by Chris Allegretta · 23 years ago
  21. 12f294c by Rocco Corsi · 24 years ago
  22. 6b58acd More mouse integration, esp with the shortcut lists by Chris Allegretta · 24 years ago
  23. 60c6542 Oops, stray parenthesis when PATH_MAX isn't defined by Chris Allegretta · 24 years ago
  24. 90d3074 More browser and misc fixes by Matthias Andree that Chris screwed around with by Chris Allegretta · 24 years ago
  25. 0876dc9 Change some lstats to stats, check file via lstat first, then stat() if it's a link in the browser by Chris Allegretta · 24 years ago
  26. 4980517 files.c:diralphasort() - Changed stat calls to lstat to stop abort on symlinks, otherwise return 0. (Matthias Andree, fixes bug #58) by Chris Allegretta · 24 years ago
  27. 55493c2 Im an idiot, that could easily screw up --included-gettext. Rolled back libintl.h check by Chris Allegretta · 24 years ago
  28. 4aa302f aclocal.m4 check change, added explicit check for libintl.h by Chris Allegretta · 24 years ago
  29. a711f7e username_tab_completion() - Removed redundant conditional (Rocco) by Chris Allegretta · 24 years ago
  30. 2c2c5f2 username_tab_completion: rewritten using getpwent by Chris Allegretta · 24 years ago
  31. e5e4d49 Rocco's groovy fixes to real_dir_from_tilde by Chris Allegretta · 24 years ago
  32. ee733e6 real_dir_from_tilde() - Rewritten using getpwent (suggected by Adam) by Chris Allegretta · 24 years ago
  33. 8d9b11a username_tab_completion(): - Optimization and removal of useless vars (Rocco). by Chris Allegretta · 24 years ago
  34. 0fc2b81 write_file(): Don't free() realname on write error by Chris Allegretta · 24 years ago
  35. 4058709 input_tab(): Added memset() to matchBuf to ensure sanity (Rocco, Adam). by Chris Allegretta · 24 years ago
  36. 51dd32f Changed null out at end of matchBuf from NULL to 0 by Chris Allegretta · 24 years ago
  37. b4c4368 input_tab(): - Added null end of matchBuf for sanity (Rocco). by Chris Allegretta · 24 years ago
  38. a35ec04 files.c:cwd_tab_completion(), input_tab(): Changed bare malloc/calloc calls to nmalloc (found by Rocco). by Chris Allegretta · 24 years ago
  39. af5c302 Move #ifndef cleanups. Some HELP and SPELLER #ifndef additions. by Rocco Corsi · 24 years ago
  40. 06aca1c Rolled back DISABLE_TABCOMP and NANO_SMALL changes from earlier today by Rocco Corsi · 24 years ago
  41. a4d6d1d Add check for tiny option in #ifdefs for DISABLE_TABCOMP code by Chris Allegretta · 24 years ago
  42. 8eac3b5 do_browser() - added space and - keys for page down and up by Chris Allegretta · 24 years ago
  43. bf69261 real_dir_from_tilde(): ops, fix case where buf =~, silly crash by Chris Allegretta · 24 years ago
  44. 3f58316 Oops, take out my debugging code by Chris Allegretta · 24 years ago
  45. e1ebaf3 do_writeout() takes an arg now, and mallocstrcpy now gives up if src == dest by Chris Allegretta · 24 years ago
  46. c08f50d Back to the drawing board, old keypad code, dont slightly better by Chris Allegretta · 24 years ago
  47. 816a165 Fixes for dir crash by rocco and exit called on insert file by Chris Allegretta · 24 years ago
  48. 150469a Added do_browse_from(), called from do_writeout and do_insert, changed mallocstrcpy to *char by Chris Allegretta · 24 years ago
  49. 544347c Oops, stop freeing stuff we can't necessarily free by Chris Allegretta · 24 years ago
  50. 6636dc3 Changed ENABLE_BROWSER to DISABLE_BROWSER, tiny build now doesn't build browser either by Chris Allegretta · 24 years ago
  51. 123e5e6 Don't free realname when exiting do_browser in insert_file by Chris Allegretta · 24 years ago
  52. ba8edea Accept s and S silently to selected a file/dir by Chris Allegretta · 24 years ago
  53. b0f5282 Fix segfault when width == 0 by Chris Allegretta · 24 years ago
  54. fe41584 Make functions return themselves when do_browser() aborts by Chris Allegretta · 24 years ago
  55. 0e9d3c6 Commented file browser code by Chris Allegretta · 24 years ago
  56. 6e82741 Added fkey equivs to browser by Chris Allegretta · 24 years ago
  57. 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
  58. 63c8ab9 Tadaa. Keypad issue fixed. It was the stupid timeout(0) call. UGH by Chris Allegretta · 24 years ago
  59. 425a266 Some better page up/down fixes, added keypad_on() call for now by Chris Allegretta · 24 years ago
  60. f4b9601 First try at browser by Chris Allegretta · 24 years ago
  61. 8b6cccc TAB-TAB completion segfaulting with more than 2048 files fixed. (Rocco) by Rocco Corsi · 24 years ago
  62. ee289d7 Don't skip . and .. in cwd_tab_completion() by Chris Allegretta · 24 years ago
  63. 3a7c0be Fix segfault when read_file encounters an error opening the file by Chris Allegretta · 24 years ago
  64. 1a6e904 Rid nano of PATH_MAX\! by Chris Allegretta · 24 years ago
  65. b04a98d Use MAX_PATH in write_file strncpy (for now) instead of 132 by Chris Allegretta · 24 years ago
  66. 7960dcf Removed unneeded st2 var, don't open device files in open_file() by Chris Allegretta · 24 years ago
  67. 544d9b0 Update comment in write_file by Chris Allegretta · 24 years ago
  68. 1cd5066 Remove useless fstat call by Chris Allegretta · 24 years ago
  69. 321590a More totsize fixes by Chris Allegretta · 24 years ago
  70. f597777 Remove the append check we just added :> by Chris Allegretta · 24 years ago
  71. d62614c Let's just copy joe word for word and just change the name to nano!!!! by Chris Allegretta · 24 years ago
  72. 3308439 More fun security crap by Chris Allegretta · 24 years ago
  73. da13f0b Oops, misplaced comment by Chris Allegretta · 24 years ago
  74. 1bd0ce2 Okay, now the permissions should be fixed too by Chris Allegretta · 24 years ago
  75. b5bb24c Commented the code that got us into this mess in the first place 9 releases ago by Chris Allegretta · 24 years ago
  76. 71e4640 Line up link/unlink/rename check if conditional with top if conditional by Chris Allegretta · 24 years ago
  77. 21e3c28 Oops, get rid of my debugging code by Chris Allegretta · 24 years ago
  78. fb62f73 Rocco fixes by Chris Allegretta · 24 years ago
  79. fb2226a Okay, we'll use O_EXCL also by Chris Allegretta · 24 years ago
  80. 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
  81. 07f9ee0 Okay, forget O_EXCL, do lots of other obscure checks instead =) by Chris Allegretta · 24 years ago
  82. 20c131c Added tmp check to TMP_OPT section (how apropriate). by Chris Allegretta · 24 years ago
  83. 5982849 Added O_EXCL call to open is tmp == 1 by Chris Allegretta · 24 years ago
  84. 581bc60 Okay last time, now if there's any file at all, dont save the .save file. (foolproof? :) by Chris Allegretta · 24 years ago
  85. f7ee9e6 Okay, now abort if the symlink isn't owned by the user, and some mode fixes by Chris Allegretta · 24 years ago
  86. 3dbb278 Okay, so if the .save file is a symlink, don't write to it, abort by Chris Allegretta · 24 years ago
  87. 331fc7a Okay, now write_file never trusts symlinks at all, no chance of spelling symlink attack :) by Chris Allegretta · 24 years ago
  88. 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
  89. 2773184 Handle ~~ in tab comp without segfaulting =) by Chris Allegretta · 24 years ago
  90. 9956e53 Make nano at least not crash on weird binary data by Chris Allegretta · 24 years ago
  91. 25f4e58 do_insertfile(): - Added call to real_name_from tilde, oops. by Chris Allegretta · 24 years ago
  92. 04fec91 Oops, how about we actually make username completion work if they didn't complete before by Chris Allegretta · 24 years ago
  93. 8a0de3b New arg --enable-extra, checks for ./configure options, oher stuff :-) by Chris Allegretta · 24 years ago
  94. 650e8a4 Rocco's unset modified on tmp file write fix by Chris Allegretta · 24 years ago
  95. 0f5dfef Oops, better free realname in write_file if we're done using it by Chris Allegretta · 24 years ago
  96. be77c61 Implemented username tab completion, cleaned up existing tabcomp code, added --disable-tabcomp option by Chris Allegretta · 24 years ago
  97. 63a89d3 comment out username completino code with macros since unimplemented, fix -Wall warnings on Irix by Chris Allegretta · 24 years ago
  98. 2c97522 tab completion fixes, removed wefresh() from blank_edit by Chris Allegretta · 24 years ago
  99. b5b89ae Aha, works even better now. Made input_tab much more grabby, it touches lastWasTab now also... by Chris Allegretta · 24 years ago
  100. 442f2c5 Latest tab completion update, sort of works =) by Chris Allegretta · 24 years ago