1. 5ffbec5 port over some of DB's refactored display code, most importantly the by David Lawrence Ramsey · 21 years ago
  2. 298b975 Major package reorganization: by Jordi Mallach · 21 years ago[Renamed from utils.c]
  3. 4f5335d Add DLR's excellent workaround for strcasecmp not being available by Chris Allegretta · 21 years ago
  4. 70047ee by David Lawrence Ramsey · 21 years ago
  5. e1e0fd6 DLR and DB's latest fixes by Chris Allegretta · 22 years ago
  6. d845193 DLR's cumulative patch, one minor configure.ac tweak by Chris Allegretta · 22 years ago
  7. 9090f2e General - Fix subexpression replacement to work consistently. Affects search.c:replace_regexp() and utils.c:strstrwrapper() (David Benbennick) by Chris Allegretta · 22 years ago
  8. d757e25 Update copyright notices, courtesy of mr DLR by Chris Allegretta · 22 years ago
  9. 7662c86 DLR and DB's latest fixes by Chris Allegretta · 22 years ago
  10. 9b13ff3 miscellaneous bug fixes, part 2 by David Lawrence Ramsey · 22 years ago
  11. 2ab03f6 miscellaneous bug fixes by David Lawrence Ramsey · 22 years ago
  12. e21adfa David Benbennick's minor fixes, plus one of mine by David Lawrence Ramsey · 22 years ago
  13. ad40fdb DLR: prototype overhaul, etc. by David Lawrence Ramsey · 22 years ago
  14. 0341b58 DLR: minor bits by David Lawrence Ramsey · 22 years ago
  15. cf287c8 More DLR updates by Chris Allegretta · 22 years ago
  16. 6df90f5 DLR and DB fixes mega-merge by Chris Allegretta · 22 years ago
  17. c596755 Carl Drinkwater's titlebar spacing fixes, David Benbennick's help browser by David Lawrence Ramsey · 22 years ago
  18. f21cd10 DLR: latest patch by David Lawrence Ramsey · 22 years ago
  19. 6232d66 DB's latest patch, minus one totsize--. Also fixed a < in help_init that should be <= by Chris Allegretta · 22 years ago
  20. 77777d4 Add David Benbennick's changes to open_pipe() and move it to nano.c, and add his nperror function by Chris Allegretta · 23 years ago
  21. 40ecbad NANO_SMALL issues by Chris Allegretta · 23 years ago
  22. 99ed9dc - utils.c:strcasestr(),revstrcasestr() - Renamed to stristr and revstristr since strcasestr has not been confirmed to be detected properly on various Linux systems by Chris Allegretta · 23 years ago
  23. 48b0670 Multiple unnamed buffers allowed, multiple filename extensions on die_save_file(), more DLR fixes by Chris Allegretta · 23 years ago
  24. bc72e36 Added Ken's patch, DLR's latest fixes and a little cleanup to bottombars() by Chris Allegretta · 23 years ago
  25. 8dbfb5c Re-add the changes since the CVS tarball was made *argh* by Chris Allegretta · 23 years ago
  26. 8ae5789 Updated copyright notices to 2002. by Jordi Mallach · 23 years ago
  27. 3a24f3f Changed header comments to say "version 2" instead of "version 1" as the COPYING file is actually version 2 of the GPL (bug noticed by Jordi Mallach) by Chris Allegretta · 23 years ago
  28. e10f389 Take out the unneeded case sensitive and reverse stuff from -tiny by Chris Allegretta · 23 years ago
  29. 5f36c37 Fixes for the nano.h #defines, shortcut_init() lists and search.c reverse search stuff when NANO_SMALL is used by Chris Allegretta · 23 years ago
  30. e4933a3 Reverse Search by Ken Tyler by Chris Allegretta · 23 years ago
  31. 3b41212 Changed charalloc's calloc() call to use sizeof (char) not sizeof(char *) by Chris Allegretta · 23 years ago
  32. 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
  33. 611e98b typo by Chris Allegretta · 23 years ago
  34. 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
  35. 88520c9 Various spelling updates by David Lawrence Ramsey by Chris Allegretta · 23 years ago
  36. 6efda54 Move config.h up in include lists and remove actual_x inline tag by Chris Allegretta · 23 years ago
  37. 8d8e012 Added rcfile.c source code and basic .nanorc functionality by Chris Allegretta · 24 years ago
  38. 55493c2 Im an idiot, that could easily screw up --included-gettext. Rolled back libintl.h check by Chris Allegretta · 24 years ago
  39. 4aa302f aclocal.m4 check change, added explicit check for libintl.h by Chris Allegretta · 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. e1ebaf3 do_writeout() takes an arg now, and mallocstrcpy now gives up if src == dest by Chris Allegretta · 24 years ago
  43. 150469a Added do_browse_from(), called from do_writeout and do_insert, changed mallocstrcpy to *char by Chris Allegretta · 24 years ago
  44. e51c95f uncutting at filebot magic line fix and new_magicline totsize increment by Chris Allegretta · 24 years ago
  45. 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
  46. 5bf51d3 Updated BUGS, optimized search_init a little, fixed bug #47 by Chris Allegretta · 24 years ago
  47. 04d848e Added tab completion code by Chris Allegretta · 24 years ago
  48. 31925e4 Allow variable length strings on statusbar by Chris Allegretta · 24 years ago
  49. e7a647c by Jordi Mallach · 24 years ago
  50. bd9e7c3 Replace with null string option, ran source through indent again by Chris Allegretta · 24 years ago
  51. 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
  52. 11b0011 Testing RCS headers by Chris Allegretta · 24 years ago
  53. f6b1342 Regexp/search fixes by Bill Soudan by Chris Allegretta · 24 years ago
  54. 9fc8d43 New regexp search feature by Bill Soudan by Chris Allegretta · 24 years ago
  55. 63b3d7e Magic Line Code Added by Robert Siemborski · 24 years ago
  56. 4da1fc6 Synch with official 0.9.11 by Chris Allegretta · 24 years ago
  57. bceb1b2 Split nano.c up more by Chris Allegretta · 24 years ago
  58. a2ea193 Initial revision by Chris Allegretta · 24 years ago