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