2005-01-14 |
David Lawrence... | rename move_left() and move_right() to move_mbleft... |
commit | commitdiff | tree | snapshot |
2005-01-14 |
David Lawrence... | add multibyte and wide equivalents of isalnum(), make... |
commit | commitdiff | tree | snapshot |
2005-01-14 |
David Lawrence... | more cosmetic fixes |
commit | commitdiff | tree | snapshot |
2005-01-14 |
David Lawrence... | add missing changelog update |
commit | commitdiff | tree | snapshot |
2005-01-14 |
David Lawrence... | make do_statusbar_cut_text() respect the CUT_TO_END... |
commit | commitdiff | tree | snapshot |
2005-01-14 |
David Lawrence... | in src/Makefile.am, if we're installing and the "rnano... |
commit | commitdiff | tree | snapshot |
2005-01-14 |
David Lawrence... | tweak new_file() to use mallocstrcpy() instead of chara... |
commit | commitdiff | tree | snapshot |
2005-01-14 |
David Lawrence... | use the right number of characters when calling the... |
commit | commitdiff | tree | snapshot |
2005-01-14 |
David Lawrence... | minor fixes involving is_byte() |
commit | commitdiff | tree | snapshot |
2005-01-14 |
David Lawrence... | fix the previous fix |
commit | commitdiff | tree | snapshot |
2005-01-14 |
David Lawrence... | fix the multibyte equivalent of strnlen() so that it... |
commit | commitdiff | tree | snapshot |
2005-01-14 |
David Lawrence... | move nstrnlen() to chars.c, and add a multibyte equival... |
commit | commitdiff | tree | snapshot |
2005-01-14 |
David Lawrence... | add missing memory corruption fix to do_statusbar_output() |
commit | commitdiff | tree | snapshot |
2005-01-14 |
David Lawrence... | add asserts, plus a few more cosmetic fixes |
commit | commitdiff | tree | snapshot |
2005-01-13 |
David Lawrence... | cosmetic fixes |
commit | commitdiff | tree | snapshot |
2005-01-12 |
David Lawrence... | a few forgotten copyright year updates |
commit | commitdiff | tree | snapshot |
2005-01-12 |
David Lawrence... | the is_xxx_char() functions should take unsigned ints... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
David Lawrence... | fix problem where displaying multiline regexes that... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
David Lawrence... | use actual UTF-8 in do_credits() |
commit | commitdiff | tree | snapshot |
2005-01-12 |
David Lawrence... | add comments |
commit | commitdiff | tree | snapshot |
2005-01-12 |
David Lawrence... | make the "smart home" routines handle multibyte blank... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
David Lawrence... | add minor fixes to make the displaying of invalid multi... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
David Lawrence... | massive updates to multibyte/wide character support... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
David Lawrence... | comment fix |
commit | commitdiff | tree | snapshot |
2005-01-11 |
David Lawrence... | miscellaneous high-level input routine fixes: in do_sta... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
David Lawrence... | remove display_string_len() again for the time being... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
David Lawrence... | more minor shortcut-related fixes |
commit | commitdiff | tree | snapshot |
2005-01-08 |
David Lawrence... | remove erroneous #ifdef around a currshortcut reference... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
David Lawrence... | miscellaneous cleanups for the multibyte parsing functions |
commit | commitdiff | tree | snapshot |
2005-01-07 |
David Lawrence... | add a cosmetic fix and a fix for a potential compilatio... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
David Lawrence... | minor utility tweaks |
commit | commitdiff | tree | snapshot |
2005-01-05 |
David Lawrence... | really fix the memory corruption problem in display_str... |
commit | commitdiff | tree | snapshot |
2005-01-05 |
David Lawrence... | remove redundant code |
commit | commitdiff | tree | snapshot |
2005-01-05 |
David Lawrence... | fix display problem caused by the memory corruption fix |
commit | commitdiff | tree | snapshot |
2005-01-05 |
David Lawrence... | when NANO_WIDE is defined, use MB_CUR_MAX only when... |
commit | commitdiff | tree | snapshot |
2005-01-05 |
David Lawrence... | remove now-unneeded comment |
commit | commitdiff | tree | snapshot |
2005-01-05 |
David Lawrence... | fix potential memory corruption in display_string(... |
commit | commitdiff | tree | snapshot |
2005-01-05 |
David Lawrence... | fix potential memory corruption in do_output() when... |
commit | commitdiff | tree | snapshot |
2005-01-05 |
David Lawrence... | put back two of the hacks of DB's that are actually... |
commit | commitdiff | tree | snapshot |
2005-01-05 |
David Lawrence... | remove DB's hacks to work around problems with ncurses... |
commit | commitdiff | tree | snapshot |
2005-01-05 |
David Lawrence... | add DB's (modified) UTF-8 support tweaks to do_replace_... |
commit | commitdiff | tree | snapshot |
2005-01-04 |
David Lawrence... | tweak the charealloc() in do_output() to more closely... |
commit | commitdiff | tree | snapshot |
2005-01-04 |
David Lawrence... | set the value of alloc_len properly again, as in DB... |
commit | commitdiff | tree | snapshot |
2005-01-04 |
David Lawrence... | undo the initialization of index, as the warning was... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
David Lawrence... | cosmetic fixes |
commit | commitdiff | tree | snapshot |
2005-01-03 |
David Lawrence... | make sure index is initialized in order to avoid a... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
David Lawrence... | add DB's (modified) UTF-8 support tweaks to edit_add... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
David Lawrence... | fix assert |
commit | commitdiff | tree | snapshot |
2005-01-03 |
David Lawrence... | update more documentation dealing with double-Escape... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
David Lawrence... | readd get_byte_kbinput(), modify get_word_kbinput(... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
David Lawrence... | another int -> bool conversion |
commit | commitdiff | tree | snapshot |
2005-01-03 |
David Lawrence... | miscellaneous fixes: skip over invalid wide characters... |
commit | commitdiff | tree | snapshot |
2005-01-02 |
David Lawrence... | when we get a newline via verbatim input at the statusb... |
commit | commitdiff | tree | snapshot |
2005-01-02 |
David Lawrence... | add missing NANO_SMALL #ifdef |
commit | commitdiff | tree | snapshot |
2005-01-02 |
David Lawrence... | properly handle newlines read in via verbatim input... |
commit | commitdiff | tree | snapshot |
2005-01-02 |
David Lawrence... | implement verbatim input for the statusbar prompt |
commit | commitdiff | tree | snapshot |
2005-01-02 |
David Lawrence... | in do_input() and do_statusbar_input(), func_key is... |
commit | commitdiff | tree | snapshot |
2005-01-02 |
David Lawrence... | fix an assert, update another copyright year, and add... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
David Lawrence... | get rid of the last remnant of the NO_UTF8 toggle that... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
David Lawrence... | implement cutting from the current position to the... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
David Lawrence... | overhaul the high-level input routines for the statusba... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
David Lawrence... | miscellaneous bits: fix the full justify segfault in... |
commit | commitdiff | tree | snapshot |
2004-12-29 |
David Lawrence... | handle wctomb() failure in parse_char() too |
commit | commitdiff | tree | snapshot |
2004-12-29 |
David Lawrence... | handle wctomb() failures properly in display_stirng_len... |
commit | commitdiff | tree | snapshot |
2004-12-29 |
David Lawrence... | cosmetic totsize-related cleanups |
commit | commitdiff | tree | snapshot |
2004-12-28 |
David Lawrence... | set totsize properly when deleting a character or backs... |
commit | commitdiff | tree | snapshot |
2004-12-27 |
David Lawrence... | properly increment start_col when the line begins with... |
commit | commitdiff | tree | snapshot |
2004-12-27 |
David Lawrence... | clarify the warning message when sufficient wide charac... |
commit | commitdiff | tree | snapshot |
2004-12-27 |
David Lawrence... | fix the NANO_WIDE #ifdefs again, and put display_string... |
commit | commitdiff | tree | snapshot |
2004-12-27 |
David Lawrence... | add a few missing NANO_WIDE #ifdefs, and remove display... |
commit | commitdiff | tree | snapshot |
2004-12-24 |
David Lawrence... | configure.ac and related cleanups |
commit | commitdiff | tree | snapshot |
2004-12-24 |
David Lawrence... | fix display problem caused by backwards comparisons... |
commit | commitdiff | tree | snapshot |
2004-12-24 |
David Lawrence... | revert last change, as it's actually redundant, and... |
commit | commitdiff | tree | snapshot |
2004-12-24 |
David Lawrence... | fix if block |
commit | commitdiff | tree | snapshot |
2004-12-24 |
David Lawrence... | fix statusbar() and onekey() to properly handle multiby... |
commit | commitdiff | tree | snapshot |
2004-12-23 |
David Lawrence... | #ifdef fixes |
commit | commitdiff | tree | snapshot |
2004-12-23 |
David Lawrence... | remove command line and rcfile option for --noutf8... |
commit | commitdiff | tree | snapshot |
2004-12-23 |
David Lawrence... | more steps toward UTF-8 support: port all the parts... |
commit | commitdiff | tree | snapshot |
2004-12-22 |
David Lawrence... | yet another cosmetic fix |
commit | commitdiff | tree | snapshot |
2004-12-21 |
David Lawrence... | fix misplaced #ifdef |
commit | commitdiff | tree | snapshot |
2004-12-20 |
David Lawrence... | check for wget_wch() instead of addwstr() when looking... |
commit | commitdiff | tree | snapshot |
2004-12-20 |
David Lawrence... | revert erroneous change |
commit | commitdiff | tree | snapshot |
2004-12-20 |
David Lawrence... | still more cosmetic fixes |
commit | commitdiff | tree | snapshot |
2004-12-18 |
David Lawrence... | another cosmetic fix |
commit | commitdiff | tree | snapshot |
2004-12-18 |
David Lawrence... | cosmetic fixes |
commit | commitdiff | tree | snapshot |
2004-12-15 |
Jordi Mallach | Updated Italian translation. |
commit | commitdiff | tree | snapshot |
2004-12-15 |
Jordi Mallach | Updated Swedish translation. |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Jordi Mallach | Updated Swedish translation by Christian Rose. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
David Lawrence... | improvements to wide/multibyte character input and... |
commit | commitdiff | tree | snapshot |
2004-12-09 |
David Lawrence... | add missing reset |
commit | commitdiff | tree | snapshot |
2004-12-09 |
David Lawrence... | add missing casts |
commit | commitdiff | tree | snapshot |
2004-12-08 |
David Lawrence... | check for nulls and newlines earlier in do_output(... |
commit | commitdiff | tree | snapshot |
2004-12-08 |
David Lawrence... | reset the mbtowc() and wctomb() state machines at the... |
commit | commitdiff | tree | snapshot |
2004-12-08 |
David Lawrence... | when adding to the keystroke buffer, filter out bad... |
commit | commitdiff | tree | snapshot |
2004-12-08 |
David Lawrence... | cosmetic fixes |
commit | commitdiff | tree | snapshot |
2004-12-07 |
David Lawrence... | go back to storing multibyte characters in non-dynamica... |
commit | commitdiff | tree | snapshot |
2004-12-07 |
David Lawrence... | store multibyte characters in dynamically allocated... |
commit | commitdiff | tree | snapshot |
2004-12-07 |
David Lawrence... | rename a few variables for consistency |
commit | commitdiff | tree | snapshot |
2004-12-07 |
David Lawrence... | comment fix |
commit | commitdiff | tree | snapshot |
2004-12-07 |
David Lawrence... | rearrange a few variables |
commit | commitdiff | tree | snapshot |
next |