1. 3a7c0be Fix segfault when read_file encounters an error opening the file by Chris Allegretta · 24 years ago
  2. 1a6e904 Rid nano of PATH_MAX\! by Chris Allegretta · 24 years ago
  3. b04a98d Use MAX_PATH in write_file strncpy (for now) instead of 132 by Chris Allegretta · 24 years ago
  4. 7960dcf Removed unneeded st2 var, don't open device files in open_file() by Chris Allegretta · 24 years ago
  5. 544d9b0 Update comment in write_file by Chris Allegretta · 24 years ago
  6. 1cd5066 Remove useless fstat call by Chris Allegretta · 24 years ago
  7. 321590a More totsize fixes by Chris Allegretta · 24 years ago
  8. f597777 Remove the append check we just added :> by Chris Allegretta · 24 years ago
  9. d62614c Let's just copy joe word for word and just change the name to nano!!!! by Chris Allegretta · 24 years ago
  10. 3308439 More fun security crap by Chris Allegretta · 24 years ago
  11. da13f0b Oops, misplaced comment by Chris Allegretta · 24 years ago
  12. 1bd0ce2 Okay, now the permissions should be fixed too by Chris Allegretta · 24 years ago
  13. b5bb24c Commented the code that got us into this mess in the first place 9 releases ago by Chris Allegretta · 24 years ago
  14. 71e4640 Line up link/unlink/rename check if conditional with top if conditional by Chris Allegretta · 24 years ago
  15. 21e3c28 Oops, get rid of my debugging code by Chris Allegretta · 24 years ago
  16. fb62f73 Rocco fixes by Chris Allegretta · 24 years ago
  17. fb2226a Okay, we'll use O_EXCL also by Chris Allegretta · 24 years ago
  18. 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
  19. 07f9ee0 Okay, forget O_EXCL, do lots of other obscure checks instead =) by Chris Allegretta · 24 years ago
  20. 20c131c Added tmp check to TMP_OPT section (how apropriate). by Chris Allegretta · 24 years ago
  21. 5982849 Added O_EXCL call to open is tmp == 1 by Chris Allegretta · 24 years ago
  22. 581bc60 Okay last time, now if there's any file at all, dont save the .save file. (foolproof? :) by Chris Allegretta · 24 years ago
  23. f7ee9e6 Okay, now abort if the symlink isn't owned by the user, and some mode fixes by Chris Allegretta · 24 years ago
  24. 3dbb278 Okay, so if the .save file is a symlink, don't write to it, abort by Chris Allegretta · 24 years ago
  25. 331fc7a Okay, now write_file never trusts symlinks at all, no chance of spelling symlink attack :) by Chris Allegretta · 24 years ago
  26. 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
  27. 2773184 Handle ~~ in tab comp without segfaulting =) by Chris Allegretta · 24 years ago
  28. 9956e53 Make nano at least not crash on weird binary data by Chris Allegretta · 24 years ago
  29. 25f4e58 do_insertfile(): - Added call to real_name_from tilde, oops. by Chris Allegretta · 24 years ago
  30. 04fec91 Oops, how about we actually make username completion work if they didn't complete before by Chris Allegretta · 24 years ago
  31. 8a0de3b New arg --enable-extra, checks for ./configure options, oher stuff :-) by Chris Allegretta · 24 years ago
  32. 650e8a4 Rocco's unset modified on tmp file write fix by Chris Allegretta · 24 years ago
  33. 0f5dfef Oops, better free realname in write_file if we're done using it by Chris Allegretta · 24 years ago
  34. be77c61 Implemented username tab completion, cleaned up existing tabcomp code, added --disable-tabcomp option by Chris Allegretta · 24 years ago
  35. 63a89d3 comment out username completino code with macros since unimplemented, fix -Wall warnings on Irix by Chris Allegretta · 24 years ago
  36. 2c97522 tab completion fixes, removed wefresh() from blank_edit by Chris Allegretta · 24 years ago
  37. b5b89ae Aha, works even better now. Made input_tab much more grabby, it touches lastWasTab now also... by Chris Allegretta · 24 years ago
  38. 442f2c5 Latest tab completion update, sort of works =) by Chris Allegretta · 24 years ago
  39. 85b19e9 *sigh*, okay, if there's only 1 match, dont beep either. Done, I swear by Chris Allegretta · 24 years ago
  40. 24dd8d6 Oops, dont beep so much ;) Yes when we find one match and fill in buf, no otherwise by Chris Allegretta · 24 years ago
  41. 2434243 Blank edit window when no matches found by Chris Allegretta · 24 years ago
  42. 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
  43. 7d97ce7 Much more sane matches allocation, beep when multiple matches found, or none... by Chris Allegretta · 24 years ago
  44. b684805 Add a nice (more) tag when there's too many completions by Chris Allegretta · 24 years ago
  45. 7da4e9f Add tab completion option to statusq and nanogetstr, beep when multiple/no matches found by Chris Allegretta · 24 years ago
  46. 7586495 Okay, now format the matches the right way by Chris Allegretta · 24 years ago
  47. 3b0d144 Oops, free foo and don't allocate it every time throught the loop by Chris Allegretta · 24 years ago
  48. ec58a99 input_tab: Now autocomplete up until the matches diverge by nanme works, yay by Chris Allegretta · 24 years ago
  49. 04d848e Added tab completion code by Chris Allegretta · 24 years ago
  50. 92d2bab nanoget_repaint changes, do_writeout fix with var length strings by Chris Allegretta · 24 years ago
  51. bd9e7c3 Replace with null string option, ran source through indent again by Chris Allegretta · 24 years ago
  52. f45c18d Fix bug #44 by Rocco Corsi by Chris Allegretta · 24 years ago
  53. 11b0011 Testing RCS headers by Chris Allegretta · 24 years ago
  54. 234a34d Chris goes berzerk on no sleep by Chris Allegretta · 24 years ago
  55. 461b2a9 More -t and exit fixes by Chris Allegretta · 24 years ago
  56. 962c3c9 Fix for bug #30, I hope it doesn't break anything else by Chris Allegretta · 24 years ago
  57. 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
  58. 8f6c069 Spelling, Read_file and term setting fixes by Chris Allegretta · 24 years ago
  59. a299b03 Better fix for bug #29 by Chris Allegretta · 24 years ago
  60. 3088555 Changed static temp_opt to flag TEMP_OPT. Fixed bug #29 by Chris Allegretta · 24 years ago
  61. 1e328fb - change lines ==> num_lines to avoid name conflict on AIX with xlC. by Adam Rogoyski · 24 years ago
  62. 63b3d7e Magic Line Code Added by Robert Siemborski · 24 years ago
  63. dd53ec2 Fixed 2 FIXMEs in nano.c: by Robert Siemborski · 24 years ago
  64. 4da1fc6 Synch with official 0.9.11 by Chris Allegretta · 24 years ago
  65. bceb1b2 Split nano.c up more by Chris Allegretta · 24 years ago