summaryrefslogtreecommitdiff
path: root/Src/Modules
AgeCommit message (Collapse)AuthorFilesLines
2008-10-11Fixed a signed/unsigned compiler warning.Wayne Davison1-1/+1
2008-09-3025777: argument to gdbmsetfn()Peter Stephenson1-1/+1
unposted: recognise ~[ in completion after : and =
2008-09-29users/13295, tweaked: dont reset line numbers when parsing strings, sometimesPeter Stephenson3-3/+3
2008-09-2625744: dynamic named directories and further doshfunc() simplificationPeter Stephenson1-5/+5
2008-09-1625677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson1-15/+15
tidy up interface to doshfunc()
2008-09-1125651: make getpermtext() output indentation more logicalPeter Stephenson1-2/+3
2008-09-0525611, 25613: protect against two possible NULL dereferences.Clint Adams1-18/+22
2008-09-0425609: initialize sz variable.Clint Adams1-1/+1
2008-09-0325595: fix line numbers with EVAL_LINENO,Peter Stephenson1-4/+11
try to fix oddities with funcstack and sourced files, simplify use of caller element of funcstack
2008-08-1925490: make zties dynamic so there can be more than one gdbm handle in use ↵Clint Adams1-17/+33
at a time.
2008-08-1325448: add $funcfiletrace to show absolute line number for callerPeter Stephenson2-1/+54
2008-08-1125247 with further modifications: add $funcsourcetracePeter Stephenson2-3/+35
2008-07-2325329: build the curses module if we've got any usable curses header, not ↵Clint Adams1-1/+1
just curses.h.
2008-07-2125324: Danek Duvall: some Solaris and more general completionsPeter Stephenson1-25/+57
2008-07-2125322: fix printing of keys.Clint Adams1-0/+1
2008-07-2125321: delete gdbm node when corresponding hash entry is unset.Clint Adams1-1/+6
2008-07-2125320: fix read and write of elements by key.Clint Adams1-16/+28
2008-07-2125319: fix zuntie, add -f option to ztie.Clint Adams2-0/+252
2008-05-1525040: zpty should display context information more like evalPeter Stephenson1-1/+15
2008-05-0824972: Phil Pennock: zf_* variants of zsh/files builtins plus extra optionsPeter Stephenson2-16/+71
2008-03-1324705: rationalise curses and term headers even morePeter Stephenson3-47/+11
2008-01-2524460: make zpty -rt more consistent by polling before every bytePeter Stephenson1-5/+41
2007-12-17Wayne: 24273: curses macros dont return a valuePeter Stephenson1-3/+8
2007-12-1424252: dont define _XOPEN_SOURCE_EXTENDED for curses on OpenBSDPeter Stephenson1-1/+1
2007-12-0924197: interface to ztrftime() for insufficient memory was brokenPeter Stephenson1-2/+2
2007-12-0724173: fix thinko in 24171Clint Adams1-1/+1
2007-12-0724171: define USE_TERMINFO_MODULE when ncurses.h, ncurses/ncurses.h, or ↵Clint Adams1-1/+1
ncursesw/ncurses.h is present.
2007-12-0524160: build terminfo module if ncursesw is present but curses.h is not.Clint Adams2-2/+25
2007-11-2124110: change ncurses includes againPeter Stephenson1-4/+4
2007-11-2024107: extra search for ncurses headers but dont use if library isnt ncursesPeter Stephenson1-8/+23
2007-11-20unposted: prepare for 4.3.4-dev-2Peter Stephenson1-1/+1
2007-11-1224089 plus tweak: fix curses on older systemsPeter Stephenson1-7/+12
2007-11-12Vin Shelton: 24088: error with no multibytePeter Stephenson1-1/+1
2007-11-1024083: add zcurses querycharPeter Stephenson1-0/+116
2007-11-08typo in mouse args in 24073Peter Stephenson1-1/+1
2007-11-08typo in parameter setting 24073Peter Stephenson1-1/+1
2007-11-08typo in parameter setting 24073Peter Stephenson1-4/+4
2007-11-0724073 (plus tweak): zcurses mouse handlingPeter Stephenson1-19/+230
2007-11-0624069: add zcurses_keycodesPeter Stephenson1-0/+12
2007-11-04fallout from 24050: add curses_keys.h to .cvsignorePeter Stephenson1-0/+1
add high res timestamps to NEWS
2007-10-3024038: add "zcurses bg"Peter Stephenson1-24/+104
2007-10-30adapted 24030: work around Solaris cancelling curses key timeoutPeter Stephenson1-0/+12
2007-10-29fix crash when colo[u]r is not available in cursesPeter Stephenson1-0/+4
2007-10-28add zcurses timeoutPeter Stephenson1-1/+29
2007-10-2824027: subwindows, "touch", optimized refreshPeter Stephenson1-21/+124
2007-10-2824026: default colors in zcursesPeter Stephenson1-0/+15
2007-10-2724025: new zcurses "clear" and "location" subcommandsPeter Stephenson1-1/+1
zcurses window "stdscr" various minor zcurses tweaks
2007-10-2724025: new zcurses "clear" and "location" subcommandsPeter Stephenson2-17/+119
zcurses window "stdscr" various minor zcurses tweaks
2007-10-26zcurses input: oopsPeter Stephenson1-1/+1
2007-10-2624024: add zcurses input with keypad handlingPeter Stephenson3-0/+139