Age | Commit message (Expand) | Author | Files | Lines |
2008-10-11 | Fixed a signed/unsigned compiler warning. | Wayne Davison | 1 | -1/+1 |
2008-09-30 | 25777: argument to gdbmsetfn() | Peter Stephenson | 1 | -1/+1 |
2008-09-29 | users/13295, tweaked: dont reset line numbers when parsing strings, sometimes | Peter Stephenson | 3 | -3/+3 |
2008-09-26 | 25744: dynamic named directories and further doshfunc() simplification | Peter Stephenson | 1 | -5/+5 |
2008-09-16 | 25677: add %x and %I prompt escapes for shell source code debugging | Peter Stephenson | 1 | -15/+15 |
2008-09-11 | 25651: make getpermtext() output indentation more logical | Peter Stephenson | 1 | -2/+3 |
2008-09-05 | 25611, 25613: protect against two possible NULL dereferences. | Clint Adams | 1 | -18/+22 |
2008-09-04 | 25609: initialize sz variable. | Clint Adams | 1 | -1/+1 |
2008-09-03 | 25595: fix line numbers with EVAL_LINENO, | Peter Stephenson | 1 | -4/+11 |
2008-08-19 | 25490: make zties dynamic so there can be more than one gdbm handle in use at... | Clint Adams | 1 | -17/+33 |
2008-08-13 | 25448: add $funcfiletrace to show absolute line number for caller | Peter Stephenson | 2 | -1/+54 |
2008-08-11 | 25247 with further modifications: add $funcsourcetrace | Peter Stephenson | 2 | -3/+35 |
2008-07-23 | 25329: build the curses module if we've got any usable curses header, not jus... | Clint Adams | 1 | -1/+1 |
2008-07-21 | 25324: Danek Duvall: some Solaris and more general completions | Peter Stephenson | 1 | -25/+57 |
2008-07-21 | 25322: fix printing of keys. | Clint Adams | 1 | -0/+1 |
2008-07-21 | 25321: delete gdbm node when corresponding hash entry is unset. | Clint Adams | 1 | -1/+6 |
2008-07-21 | 25320: fix read and write of elements by key. | Clint Adams | 1 | -16/+28 |
2008-07-21 | 25319: fix zuntie, add -f option to ztie. | Clint Adams | 2 | -0/+252 |
2008-05-15 | 25040: zpty should display context information more like eval | Peter Stephenson | 1 | -1/+15 |
2008-05-08 | 24972: Phil Pennock: zf_* variants of zsh/files builtins plus extra options | Peter Stephenson | 2 | -16/+71 |
2008-03-13 | 24705: rationalise curses and term headers even more | Peter Stephenson | 3 | -47/+11 |
2008-01-25 | 24460: make zpty -rt more consistent by polling before every byte | Peter Stephenson | 1 | -5/+41 |
2007-12-17 | Wayne: 24273: curses macros dont return a value | Peter Stephenson | 1 | -3/+8 |
2007-12-14 | 24252: dont define _XOPEN_SOURCE_EXTENDED for curses on OpenBSD | Peter Stephenson | 1 | -1/+1 |
2007-12-09 | 24197: interface to ztrftime() for insufficient memory was broken | Peter Stephenson | 1 | -2/+2 |
2007-12-07 | 24173: fix thinko in 24171 | Clint Adams | 1 | -1/+1 |
2007-12-07 | 24171: define USE_TERMINFO_MODULE when ncurses.h, ncurses/ncurses.h, or ncurs... | Clint Adams | 1 | -1/+1 |
2007-12-05 | 24160: build terminfo module if ncursesw is present but curses.h is not. | Clint Adams | 2 | -2/+25 |
2007-11-21 | 24110: change ncurses includes again | Peter Stephenson | 1 | -4/+4 |
2007-11-20 | 24107: extra search for ncurses headers but dont use if library isnt ncurses | Peter Stephenson | 1 | -8/+23 |
2007-11-20 | unposted: prepare for 4.3.4-dev-2 | Peter Stephenson | 1 | -1/+1 |
2007-11-12 | 24089 plus tweak: fix curses on older systems | Peter Stephenson | 1 | -7/+12 |
2007-11-12 | Vin Shelton: 24088: error with no multibyte | Peter Stephenson | 1 | -1/+1 |
2007-11-10 | 24083: add zcurses querychar | Peter Stephenson | 1 | -0/+116 |
2007-11-08 | typo in mouse args in 24073 | Peter Stephenson | 1 | -1/+1 |
2007-11-08 | typo in parameter setting 24073 | Peter Stephenson | 1 | -1/+1 |
2007-11-08 | typo in parameter setting 24073 | Peter Stephenson | 1 | -4/+4 |
2007-11-07 | 24073 (plus tweak): zcurses mouse handling | Peter Stephenson | 1 | -19/+230 |
2007-11-06 | 24069: add zcurses_keycodes | Peter Stephenson | 1 | -0/+12 |
2007-11-04 | fallout from 24050: add curses_keys.h to .cvsignore | Peter Stephenson | 1 | -0/+1 |
2007-10-30 | 24038: add "zcurses bg" | Peter Stephenson | 1 | -24/+104 |
2007-10-30 | adapted 24030: work around Solaris cancelling curses key timeout | Peter Stephenson | 1 | -0/+12 |
2007-10-29 | fix crash when colo[u]r is not available in curses | Peter Stephenson | 1 | -0/+4 |
2007-10-28 | add zcurses timeout | Peter Stephenson | 1 | -1/+29 |
2007-10-28 | 24027: subwindows, "touch", optimized refresh | Peter Stephenson | 1 | -21/+124 |
2007-10-28 | 24026: default colors in zcurses | Peter Stephenson | 1 | -0/+15 |
2007-10-27 | 24025: new zcurses "clear" and "location" subcommands | Peter Stephenson | 1 | -1/+1 |
2007-10-27 | 24025: new zcurses "clear" and "location" subcommands | Peter Stephenson | 2 | -17/+119 |
2007-10-26 | zcurses input: oops | Peter Stephenson | 1 | -1/+1 |
2007-10-26 | 24024: add zcurses input with keypad handling | Peter Stephenson | 3 | -0/+139 |