1. 51b3eec Added -b, -e and -f compatibility flags, updated man pages, added Alt-Alt-x functionality by Chris Allegretta · 25 years ago
  2. 3a7c0be Fix segfault when read_file encounters an error opening the file by Chris Allegretta · 25 years ago
  3. 1a6e904 Rid nano of PATH_MAX\! by Chris Allegretta · 25 years ago
  4. b04a98d Use MAX_PATH in write_file strncpy (for now) instead of 132 by Chris Allegretta · 25 years ago
  5. 7960dcf Removed unneeded st2 var, don't open device files in open_file() by Chris Allegretta · 25 years ago
  6. 544d9b0 Update comment in write_file by Chris Allegretta · 25 years ago
  7. 1cd5066 Remove useless fstat call by Chris Allegretta · 25 years ago
  8. 3bc8c72 Added --disable-help, moved hold pointer declaration by Chris Allegretta · 25 years ago
  9. c130297 More totsize :P by Chris Allegretta · 25 years ago
  10. 321590a More totsize fixes by Chris Allegretta · 25 years ago
  11. e51c95f uncutting at filebot magic line fix and new_magicline totsize increment by Chris Allegretta · 25 years ago
  12. 5146fec Cut and renumber fixes by Chris Allegretta · 25 years ago
  13. ef12311 Update ChangeLog by Chris Allegretta · 25 years ago
  14. f597777 Remove the append check we just added :> by Chris Allegretta · 25 years ago
  15. d62614c Let's just copy joe word for word and just change the name to nano!!!! by Chris Allegretta · 25 years ago
  16. 3308439 More fun security crap by Chris Allegretta · 25 years ago
  17. 38552ee Back to CVS version by Chris Allegretta · 25 years ago
  18. b29550e Nano 0.9.23 release by Chris Allegretta · 25 years ago
  19. 8816760 Updated NEWS for release tonight by Chris Allegretta · 25 years ago
  20. da13f0b Oops, misplaced comment by Chris Allegretta · 25 years ago
  21. 1bd0ce2 Okay, now the permissions should be fixed too by Chris Allegretta · 25 years ago
  22. 7b36c52 Changed --disable-spell to --disable-speller by Chris Allegretta · 25 years ago
  23. b5bb24c Commented the code that got us into this mess in the first place 9 releases ago by Chris Allegretta · 25 years ago
  24. 71e4640 Line up link/unlink/rename check if conditional with top if conditional by Chris Allegretta · 25 years ago
  25. 21e3c28 Oops, get rid of my debugging code by Chris Allegretta · 25 years ago
  26. fb62f73 Rocco fixes by Chris Allegretta · 25 years ago
  27. 928a7f5 Added anyexists and realexists documentation by Chris Allegretta · 25 years ago
  28. fb2226a Okay, we'll use O_EXCL also by Chris Allegretta · 25 years ago
  29. 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 · 25 years ago
  30. 07f9ee0 Okay, forget O_EXCL, do lots of other obscure checks instead =) by Chris Allegretta · 25 years ago
  31. 908805a Rocco's edit_add off by one fix by Chris Allegretta · 25 years ago
  32. 20c131c Added tmp check to TMP_OPT section (how apropriate). by Chris Allegretta · 25 years ago
  33. 5982849 Added O_EXCL call to open is tmp == 1 by Chris Allegretta · 25 years ago
  34. 4a938e1 Back to CVS version by Chris Allegretta · 25 years ago
  35. d2cd65c Nano 0.9.22 release sync by Chris Allegretta · 25 years ago
  36. 9094171 Updated html version of man page by Chris Allegretta · 25 years ago
  37. cb7fa25 by Jordi Mallach · 25 years ago
  38. fedd724 Updating ChangeLog for 0.9.22 release by Chris Allegretta · 25 years ago
  39. d87b341 by Jordi Mallach · 25 years ago
  40. b998483 by Jordi Mallach · 25 years ago
  41. 9756d62 Okay, NOW tell what the file is we didn't write if we didn't write it by Chris Allegretta · 25 years ago
  42. 581bc60 Okay last time, now if there's any file at all, dont save the .save file. (foolproof? :) by Chris Allegretta · 25 years ago
  43. d7ad75a by Jordi Mallach · 25 years ago
  44. 9ee2a0d Updated NEWS for 0.9.22 release by Chris Allegretta · 25 years ago
  45. ac139dd Updated NEWS for 0.9.22 release by Chris Allegretta · 25 years ago
  46. f7ee9e6 Okay, now abort if the symlink isn't owned by the user, and some mode fixes by Chris Allegretta · 25 years ago
  47. 3ea0a8f by Jordi Mallach · 25 years ago
  48. 8c36f88 Silly newline fix in die() by Chris Allegretta · 25 years ago
  49. 3dbb278 Okay, so if the .save file is a symlink, don't write to it, abort by Chris Allegretta · 25 years ago
  50. 331fc7a Okay, now write_file never trusts symlinks at all, no chance of spelling symlink attack :) by Chris Allegretta · 25 years ago
  51. c5174aa Oops, manually turn off FOLLOW_SYMLINKS if it's on by Chris Allegretta · 25 years ago
  52. e7a5893 Changs to die() and handle_sighup() for security by Chris Allegretta · 25 years ago
  53. 9e2934f Fix for do_next_word and screen updates by Chris Allegretta · 25 years ago
  54. 4eb7aa0 Okay, don't define nano_small_msg or nano_disabled_msg id not needed by Chris Allegretta · 25 years ago
  55. ff269f8 Added --disable-justify and --disable-spell options, code cleanups by Chris Allegretta · 25 years ago
  56. 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 · 25 years ago
  57. 56b24b5 Took out help from spell_list and changed SPELL_LIST_LEN to 1 by Chris Allegretta · 25 years ago
  58. 7262358 Oops, I guess that's MY right alt key also =). And right control is ASCII 543 by Chris Allegretta · 25 years ago
  59. 28fdf44 by Jordi Mallach · 25 years ago
  60. d00e6df Rocco's changes to spell checking and my alterations by Chris Allegretta · 25 years ago
  61. 75155df Ignore key sequence 545, Alt-Gr key on german keyboard by Chris Allegretta · 25 years ago
  62. 9200544 by Jordi Mallach · 25 years ago
  63. acf2ac2 by Jordi Mallach · 25 years ago
  64. 556b3a0 by Jordi Mallach · 25 years ago
  65. 24ccaf1 by Jordi Mallach · 25 years ago
  66. 2ddb841 by Jordi Mallach · 25 years ago
  67. ce47811 by Jordi Mallach · 25 years ago
  68. 40a24b7 by Jordi Mallach · 25 years ago
  69. 90b780b by Jordi Mallach · 25 years ago
  70. 19ed700 by Jordi Mallach · 25 years ago
  71. 2773184 Handle ~~ in tab comp without segfaulting =) by Chris Allegretta · 25 years ago
  72. 184e1a6 Update the TODO, YAY by Chris Allegretta · 25 years ago
  73. 8be8ce2 Various ChangeLog cleanups and additions by Chris Allegretta · 25 years ago
  74. 7e0e29d by Jordi Mallach · 25 years ago
  75. 8a646ad Updated faq about automatically running strip by Chris Allegretta · 25 years ago
  76. 984b536 Oops\! Must update the date on the man page when we change i by Chris Allegretta · 25 years ago
  77. 4a9c858 Oops, do it in either case, whether we did unjustify or not by Chris Allegretta · 25 years ago
  78. 0779835 Okay, now make the shortcut list reflect the unjustify availability by Chris Allegretta · 25 years ago
  79. d022eac Fix for justift at top of file by Chris Allegretta · 25 years ago
  80. 2ff2569 Oops, get rid of silly debugging code by Chris Allegretta · 25 years ago
  81. 9149e61 Implemented Unjustify, HAHAHA by Chris Allegretta · 25 years ago
  82. 24946bd read_file() - - Added check for fileptr == NULL by Chris Allegretta · 25 years ago
  83. 35788ff I hereby retract bug #48, as Pico does the exact same thing, oops by Chris Allegretta · 25 years ago
  84. 9956e53 Make nano at least not crash on weird binary data by Chris Allegretta · 25 years ago
  85. 7ffc01f Added bug #48 by Chris Allegretta · 25 years ago
  86. e106a87 Added Christian Weisgerber too... by Chris Allegretta · 25 years ago
  87. 7cd9f74 Added Christian Weisgerber too... by Chris Allegretta · 25 years ago
  88. 150c50d Oops, forgot Bill Soudan by Chris Allegretta · 25 years ago
  89. a131c7c Oops, forgot Bill Soudan by Chris Allegretta · 25 years ago
  90. 8b4ca4a Make credits less jumpy by Chris Allegretta · 25 years ago
  91. 25f4e58 do_insertfile(): - Added call to real_name_from tilde, oops. by Chris Allegretta · 25 years ago
  92. d819a4c by Jordi Mallach · 25 years ago
  93. 04fec91 Oops, how about we actually make username completion work if they didn't complete before by Chris Allegretta · 25 years ago
  94. 8a0de3b New arg --enable-extra, checks for ./configure options, oher stuff :-) by Chris Allegretta · 25 years ago
  95. 650e8a4 Rocco's unset modified on tmp file write fix by Chris Allegretta · 25 years ago
  96. 0f5dfef Oops, better free realname in write_file if we're done using it by Chris Allegretta · 25 years ago
  97. be77c61 Implemented username tab completion, cleaned up existing tabcomp code, added --disable-tabcomp option by Chris Allegretta · 25 years ago
  98. 1866609 Back to CVS version by Chris Allegretta · 25 years ago
  99. ca7a21d Nano 0.9.21 release by Chris Allegretta · 25 years ago
  100. 71366cd Updated NEWS for impending release, updated TODO for 1.0 stuff by Chris Allegretta · 25 years ago