about summary refs log tree commit diff
path: root/Src/Modules
Commit message (Collapse)AuthorAgeFilesLines
* 26362: avoid calling regfree() on uninitialized regex_t.Wayne Davison2009-01-191-1/+1
|
* Fixed a few compiler warnings.Wayne Davison2009-01-191-6/+8
|
* 26301: make zpty -r exit more cleanly on bad readsPeter Stephenson2009-01-131-13/+33
| | | | | add option -m to make zpty -r return status 1 if pattern failed to match use this option in comptest
* François Revol: some BeOS fixesPeter Stephenson2008-11-181-0/+3
|
* 26013: don't ztrdup the other buffer returned by inet_ntoa. cf. 25987.Clint Adams2008-11-061-1/+1
|
* 25987: don't ztrdup the buffer returned by inet_ntoa.Clint Adams2008-11-011-1/+1
|
* users/13418: protect against have_strcodes lyingPeter Stephenson2008-10-301-2/+8
|
* Fixed a signed/unsigned compiler warning.Wayne Davison2008-10-111-1/+1
|
* 25777: argument to gdbmsetfn()Peter Stephenson2008-09-301-1/+1
| | | | unposted: recognise ~[ in completion after : and =
* users/13295, tweaked: dont reset line numbers when parsing strings, sometimesPeter Stephenson2008-09-293-3/+3
|
* 25744: dynamic named directories and further doshfunc() simplificationPeter Stephenson2008-09-261-5/+5
|
* 25677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson2008-09-161-15/+15
| | | | tidy up interface to doshfunc()
* 25651: make getpermtext() output indentation more logicalPeter Stephenson2008-09-111-2/+3
|
* 25611, 25613: protect against two possible NULL dereferences.Clint Adams2008-09-051-18/+22
|
* 25609: initialize sz variable.Clint Adams2008-09-041-1/+1
|
* 25595: fix line numbers with EVAL_LINENO,Peter Stephenson2008-09-031-4/+11
| | | | | try to fix oddities with funcstack and sourced files, simplify use of caller element of funcstack
* 25490: make zties dynamic so there can be more than one gdbm handle in use ↵Clint Adams2008-08-191-17/+33
| | | | at a time.
* 25448: add $funcfiletrace to show absolute line number for callerPeter Stephenson2008-08-132-1/+54
|
* 25247 with further modifications: add $funcsourcetracePeter Stephenson2008-08-112-3/+35
|
* 25329: build the curses module if we've got any usable curses header, not ↵Clint Adams2008-07-231-1/+1
| | | | just curses.h.
* 25324: Danek Duvall: some Solaris and more general completionsPeter Stephenson2008-07-211-25/+57
|
* 25322: fix printing of keys.Clint Adams2008-07-211-0/+1
|
* 25321: delete gdbm node when corresponding hash entry is unset.Clint Adams2008-07-211-1/+6
|
* 25320: fix read and write of elements by key.Clint Adams2008-07-211-16/+28
|
* 25319: fix zuntie, add -f option to ztie.Clint Adams2008-07-212-0/+252
|
* 25040: zpty should display context information more like evalPeter Stephenson2008-05-151-1/+15
|
* 24972: Phil Pennock: zf_* variants of zsh/files builtins plus extra optionsPeter Stephenson2008-05-082-16/+71
|
* 24705: rationalise curses and term headers even morePeter Stephenson2008-03-133-47/+11
|
* 24460: make zpty -rt more consistent by polling before every bytePeter Stephenson2008-01-251-5/+41
|
* Wayne: 24273: curses macros dont return a valuePeter Stephenson2007-12-171-3/+8
|
* 24252: dont define _XOPEN_SOURCE_EXTENDED for curses on OpenBSDPeter Stephenson2007-12-141-1/+1
|
* 24197: interface to ztrftime() for insufficient memory was brokenPeter Stephenson2007-12-091-2/+2
|
* 24173: fix thinko in 24171Clint Adams2007-12-071-1/+1
|
* 24171: define USE_TERMINFO_MODULE when ncurses.h, ncurses/ncurses.h, or ↵Clint Adams2007-12-071-1/+1
| | | | ncursesw/ncurses.h is present.
* 24160: build terminfo module if ncursesw is present but curses.h is not.Clint Adams2007-12-052-2/+25
|
* 24110: change ncurses includes againPeter Stephenson2007-11-211-4/+4
|
* 24107: extra search for ncurses headers but dont use if library isnt ncursesPeter Stephenson2007-11-201-8/+23
|
* unposted: prepare for 4.3.4-dev-2Peter Stephenson2007-11-201-1/+1
|
* 24089 plus tweak: fix curses on older systemsPeter Stephenson2007-11-121-7/+12
|
* Vin Shelton: 24088: error with no multibytePeter Stephenson2007-11-121-1/+1
|
* 24083: add zcurses querycharPeter Stephenson2007-11-101-0/+116
|
* typo in mouse args in 24073Peter Stephenson2007-11-081-1/+1
|
* typo in parameter setting 24073Peter Stephenson2007-11-081-1/+1
|
* typo in parameter setting 24073Peter Stephenson2007-11-081-4/+4
|
* 24073 (plus tweak): zcurses mouse handlingPeter Stephenson2007-11-071-19/+230
|
* 24069: add zcurses_keycodesPeter Stephenson2007-11-061-0/+12
|
* fallout from 24050: add curses_keys.h to .cvsignorePeter Stephenson2007-11-041-0/+1
| | | | add high res timestamps to NEWS
* 24038: add "zcurses bg"Peter Stephenson2007-10-301-24/+104
|
* adapted 24030: work around Solaris cancelling curses key timeoutPeter Stephenson2007-10-301-0/+12
|
* fix crash when colo[u]r is not available in cursesPeter Stephenson2007-10-291-0/+4
|