1. 31055b3 add missing free() by David Lawrence Ramsey · 21 years ago
  2. 7801d7b revert previously added extra calls to move_mbright(); it's more by David Lawrence Ramsey · 21 years ago
  3. d24fbb7 rename move_left() and move_right() to move_mbleft() and move_mbright(), by David Lawrence Ramsey · 21 years ago
  4. 1fe2eeb add multibyte and wide equivalents of isalnum(), make do_next_word() by David Lawrence Ramsey · 21 years ago
  5. 52e5f23 more cosmetic fixes by David Lawrence Ramsey · 21 years ago
  6. b3aeb13 add missing changelog update by David Lawrence Ramsey · 21 years ago
  7. c4c45aa make do_statusbar_cut_text() respect the CUT_TO_END flag by David Lawrence Ramsey · 21 years ago
  8. e3013e3 in src/Makefile.am, if we're installing and the "rnano" symlink already by David Lawrence Ramsey · 21 years ago
  9. f6e4d33 tweak new_file() to use mallocstrcpy() instead of charalloc() followed by David Lawrence Ramsey · 21 years ago
  10. 1bdccc5 use the right number of characters when calling the multibyte equivalent by David Lawrence Ramsey · 21 years ago
  11. 9b95ca8 minor fixes involving is_byte() by David Lawrence Ramsey · 21 years ago
  12. 8eb9c02 fix the previous fix by David Lawrence Ramsey · 21 years ago
  13. 8f2906b fix the multibyte equivalent of strnlen() so that it actually works by David Lawrence Ramsey · 21 years ago
  14. 5508cc5 move nstrnlen() to chars.c, and add a multibyte equivalent of strnlen() to it by David Lawrence Ramsey · 21 years ago
  15. 49ff08b add missing memory corruption fix to do_statusbar_output() by David Lawrence Ramsey · 21 years ago
  16. 116c828 add asserts, plus a few more cosmetic fixes by David Lawrence Ramsey · 21 years ago
  17. 78dadd4 cosmetic fixes by David Lawrence Ramsey · 21 years ago
  18. ea9370f a few forgotten copyright year updates by David Lawrence Ramsey · 21 years ago
  19. 610929c the is_xxx_char() functions should take unsigned ints for consistency by David Lawrence Ramsey · 21 years ago
  20. c1e3d94 fix problem where displaying multiline regexes that have their start on by David Lawrence Ramsey · 21 years ago
  21. 487d08c use actual UTF-8 in do_credits() by David Lawrence Ramsey · 21 years ago
  22. 0c9df57 add comments by David Lawrence Ramsey · 21 years ago
  23. 8a31afd make the "smart home" routines handle multibyte blank characters by David Lawrence Ramsey · 21 years ago
  24. 4c6956b add minor fixes to make the displaying of invalid multibyte sequences work again by David Lawrence Ramsey · 21 years ago
  25. b54155c massive updates to multibyte/wide character support; deal with multibyte by David Lawrence Ramsey · 21 years ago
  26. 775d46d comment fix by David Lawrence Ramsey · 21 years ago
  27. cac0293 miscellaneous high-level input routine fixes: in do_statusbar_input(), by David Lawrence Ramsey · 21 years ago
  28. 577298a remove display_string_len() again for the time being, since it's still by David Lawrence Ramsey · 21 years ago
  29. f4a799a more minor shortcut-related fixes by David Lawrence Ramsey · 21 years ago
  30. 35e9713 remove erroneous #ifdef around a currshortcut reference, do another int by David Lawrence Ramsey · 21 years ago
  31. d96851f miscellaneous cleanups for the multibyte parsing functions by David Lawrence Ramsey · 21 years ago
  32. 12054fe add a cosmetic fix and a fix for a potential compilation problem exposed by David Lawrence Ramsey · 21 years ago
  33. 1307aae minor utility tweaks by David Lawrence Ramsey · 21 years ago
  34. 6d594a9 really fix the memory corruption problem in display_string() by David Lawrence Ramsey · 21 years ago
  35. 9ac20c8 remove redundant code by David Lawrence Ramsey · 21 years ago
  36. 0251bdb fix display problem caused by the memory corruption fix by David Lawrence Ramsey · 21 years ago
  37. 8ec1e2d when NANO_WIDE is defined, use MB_CUR_MAX only when the NO_UTF8 flag is not set by David Lawrence Ramsey · 21 years ago
  38. 851bea2 remove now-unneeded comment by David Lawrence Ramsey · 21 years ago
  39. bbd63e1 fix potential memory corruption in display_string() when adding UTF-8 by David Lawrence Ramsey · 21 years ago
  40. 28e19f8 fix potential memory corruption in do_output() when adding UTF-8 by David Lawrence Ramsey · 21 years ago
  41. 9dffac9 put back two of the hacks of DB's that are actually needed (we need one by David Lawrence Ramsey · 21 years ago
  42. 930b1d7 remove DB's hacks to work around problems with ncurses' display of by David Lawrence Ramsey · 21 years ago
  43. 913db83 add DB's (modified) UTF-8 support tweaks to do_replace_highlight() by David Lawrence Ramsey · 21 years ago
  44. b6fbdd0 tweak the charealloc() in do_output() to more closely match the old by David Lawrence Ramsey · 21 years ago
  45. d90d64f set the value of alloc_len properly again, as in DB's patch, in order to by David Lawrence Ramsey · 21 years ago
  46. 179f0ea undo the initialization of index, as the warning was indirectly caused by David Lawrence Ramsey · 21 years ago
  47. 22e5eff cosmetic fixes by David Lawrence Ramsey · 21 years ago
  48. 4d709f3 make sure index is initialized in order to avoid a warning by David Lawrence Ramsey · 21 years ago
  49. 68e3016 add DB's (modified) UTF-8 support tweaks to edit_add(); they're not by David Lawrence Ramsey · 21 years ago
  50. 2524a70 fix assert by David Lawrence Ramsey · 21 years ago
  51. f647c48 update more documentation dealing with double-Escape and verbatim input by David Lawrence Ramsey · 21 years ago
  52. f0a53f0 readd get_byte_kbinput(), modify get_word_kbinput() to handle by David Lawrence Ramsey · 21 years ago
  53. 423326f another int -> bool conversion by David Lawrence Ramsey · 21 years ago
  54. 956da0d miscellaneous fixes: skip over invalid wide characters, and if wcwidth() by David Lawrence Ramsey · 21 years ago
  55. 6e1cd06 when we get a newline via verbatim input at the statusbar prompt, set by David Lawrence Ramsey · 21 years ago
  56. 1b1e8b6 add missing NANO_SMALL #ifdef by David Lawrence Ramsey · 21 years ago
  57. d9ad76b properly handle newlines read in via verbatim input at the statusbar prompt by David Lawrence Ramsey · 21 years ago
  58. 11c83d3 implement verbatim input for the statusbar prompt by David Lawrence Ramsey · 21 years ago
  59. b8a2a6d in do_input() and do_statusbar_input(), func_key is an int* and not an by David Lawrence Ramsey · 21 years ago
  60. 08cd7ef fix an assert, update another copyright year, and add a few more of DB's by David Lawrence Ramsey · 21 years ago
  61. 4840cb5 get rid of the last remnant of the NO_UTF8 toggle that I erroneously left in by David Lawrence Ramsey · 21 years ago
  62. 295d172 implement cutting from the current position to the end of the file, by David Lawrence Ramsey · 21 years ago
  63. c13b7f0 overhaul the high-level input routines for the statusbar to make them by David Lawrence Ramsey · 21 years ago
  64. 3e81914 miscellaneous bits: fix the full justify segfault in a way that doesn't by David Lawrence Ramsey · 21 years ago
  65. 0d847aa handle wctomb() failure in parse_char() too by David Lawrence Ramsey · 21 years ago
  66. f282428 handle wctomb() failures properly in display_stirng_len() and display_string() by David Lawrence Ramsey · 21 years ago
  67. 4d97a58 cosmetic totsize-related cleanups by David Lawrence Ramsey · 21 years ago
  68. c8ade44 set totsize properly when deleting a character or backspacing over it by David Lawrence Ramsey · 21 years ago
  69. a9b9913 properly increment start_col when the line begins with a character that by David Lawrence Ramsey · 21 years ago
  70. c195820 clarify the warning message when sufficient wide character support isn't by David Lawrence Ramsey · 21 years ago
  71. 6a643cd fix the NANO_WIDE #ifdefs again, and put display_string_len() back in by David Lawrence Ramsey · 21 years ago
  72. a35bdd1 add a few missing NANO_WIDE #ifdefs, and remove display_string_len() by David Lawrence Ramsey · 21 years ago
  73. 4fd76ba configure.ac and related cleanups by David Lawrence Ramsey · 21 years ago
  74. fe3627d fix display problem caused by backwards comparisons of column and start_col by David Lawrence Ramsey · 21 years ago
  75. 61a7140 revert last change, as it's actually redundant, and fix a few comments by David Lawrence Ramsey · 21 years ago
  76. 7ddca3a fix if block by David Lawrence Ramsey · 21 years ago
  77. 1903ace fix statusbar() and onekey() to properly handle multibyte strings too by David Lawrence Ramsey · 21 years ago
  78. 93c4a56 #ifdef fixes by David Lawrence Ramsey · 21 years ago
  79. 9ec76e5 remove command line and rcfile option for --noutf8, as UTF-8 support is by David Lawrence Ramsey · 21 years ago
  80. fc69321 more steps toward UTF-8 support: port all the parts of DB's UTF-8 patch by David Lawrence Ramsey · 21 years ago
  81. c0b9d19 yet another cosmetic fix by David Lawrence Ramsey · 21 years ago
  82. 415b5d9 fix misplaced #ifdef by David Lawrence Ramsey · 21 years ago
  83. 3ba9c35 check for wget_wch() instead of addwstr() when looking for a wide by David Lawrence Ramsey · 21 years ago
  84. f3bea02 revert erroneous change by David Lawrence Ramsey · 21 years ago
  85. 6a2f068 still more cosmetic fixes by David Lawrence Ramsey · 21 years ago
  86. e750fe6 another cosmetic fix by David Lawrence Ramsey · 21 years ago
  87. 4564170 cosmetic fixes by David Lawrence Ramsey · 21 years ago
  88. 6eea147 Updated Italian translation. by Jordi Mallach · 21 years ago
  89. fbba5bf Updated Swedish translation. by Jordi Mallach · 21 years ago
  90. 6a2f58e Updated Swedish translation by Christian Rose. by Jordi Mallach · 21 years ago
  91. 78ea5e4 improvements to wide/multibyte character input and output, using wide by David Lawrence Ramsey · 21 years ago
  92. 164bf36 add missing reset by David Lawrence Ramsey · 21 years ago
  93. c2ac02f add missing casts by David Lawrence Ramsey · 21 years ago
  94. abc9423 check for nulls and newlines earlier in do_output(), and add a few more by David Lawrence Ramsey · 21 years ago
  95. 6044889 reset the mbtowc() and wctomb() state machines at the right places by David Lawrence Ramsey · 21 years ago
  96. 263240c when adding to the keystroke buffer, filter out bad keystrokes with one by David Lawrence Ramsey · 21 years ago
  97. 32085a8 cosmetic fixes by David Lawrence Ramsey · 21 years ago
  98. eae97ca go back to storing multibyte characters in non-dynamically allocated by David Lawrence Ramsey · 21 years ago
  99. 43953bb store multibyte characters in dynamically allocated arrays of MB_CUR_MAX by David Lawrence Ramsey · 21 years ago
  100. 91851f3 rename a few variables for consistency by David Lawrence Ramsey · 21 years ago