summaryrefslogtreecommitdiff
path: root/Src/Modules
AgeCommit message (Collapse)AuthorFilesLines
2009-03-0326677: cap module needs some unmetafy() callsPeter Stephenson1-0/+3
2009-03-0326671: various minor attribute tidy upsPeter Stephenson1-17/+17
2009-03-03Mikael Magnusson: 26670: add zsh/attr modulePeter Stephenson3-0/+188
2009-02-2026584: use bind/netdb.h where appropriatePeter Stephenson1-0/+9
2009-02-1126546, 26556: sticky emulation for functions defined in emulate ... -c ...Peter Stephenson2-1/+2
environments, plus documentation
2009-01-1926362: avoid calling regfree() on uninitialized regex_t.Wayne Davison1-1/+1
2009-01-19Fixed a few compiler warnings.Wayne Davison1-6/+8
2009-01-1326301: make zpty -r exit more cleanly on bad readsPeter Stephenson1-13/+33
add option -m to make zpty -r return status 1 if pattern failed to match use this option in comptest
2008-11-18François Revol: some BeOS fixesPeter Stephenson1-0/+3
2008-11-0626013: don't ztrdup the other buffer returned by inet_ntoa. cf. 25987.Clint Adams1-1/+1
2008-11-0125987: don't ztrdup the buffer returned by inet_ntoa.Clint Adams1-1/+1
2008-10-30users/13418: protect against have_strcodes lyingPeter Stephenson1-2/+8
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