1. e4933a3 Reverse Search by Ken Tyler by Chris Allegretta · 23 years ago
  2. 3b41212 Changed charalloc's calloc() call to use sizeof (char) not sizeof(char *) by Chris Allegretta · 23 years ago
  3. 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
  4. 611e98b typo by Chris Allegretta · 23 years ago
  5. 99afb85 strcasestr() - Replaced by mutt's mutt_stristr function, because the thought of dynamically allocating memory and copying each line in a file to do a search or replace was causing me to lose sleep by Chris Allegretta · 23 years ago
  6. 88520c9 Various spelling updates by David Lawrence Ramsey by Chris Allegretta · 23 years ago
  7. 6efda54 Move config.h up in include lists and remove actual_x inline tag by Chris Allegretta · 23 years ago
  8. 8d8e012 Added rcfile.c source code and basic .nanorc functionality by Chris Allegretta · 24 years ago
  9. 55493c2 Im an idiot, that could easily screw up --included-gettext. Rolled back libintl.h check by Chris Allegretta · 24 years ago
  10. 4aa302f aclocal.m4 check change, added explicit check for libintl.h by Chris Allegretta · 24 years ago
  11. 06aca1c Rolled back DISABLE_TABCOMP and NANO_SMALL changes from earlier today by Rocco Corsi · 24 years ago
  12. a4d6d1d Add check for tiny option in #ifdefs for DISABLE_TABCOMP code by Chris Allegretta · 24 years ago
  13. e1ebaf3 do_writeout() takes an arg now, and mallocstrcpy now gives up if src == dest by Chris Allegretta · 24 years ago
  14. 150469a Added do_browse_from(), called from do_writeout and do_insert, changed mallocstrcpy to *char by Chris Allegretta · 24 years ago
  15. e51c95f uncutting at filebot magic line fix and new_magicline totsize increment by Chris Allegretta · 24 years ago
  16. 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
  17. 5bf51d3 Updated BUGS, optimized search_init a little, fixed bug #47 by Chris Allegretta · 24 years ago
  18. 04d848e Added tab completion code by Chris Allegretta · 24 years ago
  19. 31925e4 Allow variable length strings on statusbar by Chris Allegretta · 24 years ago
  20. e7a647c by Jordi Mallach · 24 years ago
  21. bd9e7c3 Replace with null string option, ran source through indent again by Chris Allegretta · 24 years ago
  22. 805c26d Changed _POSIX_VERSION checks in regex code to HAVE_REGEX_H, added check for regex.h in configure.in by Chris Allegretta · 24 years ago
  23. 11b0011 Testing RCS headers by Chris Allegretta · 24 years ago
  24. f6b1342 Regexp/search fixes by Bill Soudan by Chris Allegretta · 24 years ago
  25. 9fc8d43 New regexp search feature by Bill Soudan by Chris Allegretta · 24 years ago
  26. 63b3d7e Magic Line Code Added by Robert Siemborski · 24 years ago
  27. 4da1fc6 Synch with official 0.9.11 by Chris Allegretta · 24 years ago
  28. bceb1b2 Split nano.c up more by Chris Allegretta · 24 years ago
  29. a2ea193 Initial revision by Chris Allegretta · 24 years ago