summaryrefslogtreecommitdiff
path: root/Src/Modules
AgeCommit message (Collapse)AuthorFilesLines
2009-11-30Richard Hartmann: 27440: typos in module warningsPeter Stephenson2-3/+3
2009-11-11users/14548: Src/Modules/termcap.c: prevent libtermcap from exiting on anBart Schaefer1-1/+4
unknown terminal type
2009-11-07Mikael: 27362: some more attr fixesPeter Stephenson1-6/+6
2009-11-0627357: fix compiler warnings in attr modulePeter Stephenson1-4/+4
27358: fix error if $0 altered in sourced file
2009-11-05Jun T.: 27351: zdelattr missed first argumentPeter Stephenson1-1/+1
2009-11-04Mikael: 27347: enhance extended attribute supportPeter Stephenson1-61/+149
2009-09-29Jun T.: 27292: fix length in socket callPeter Stephenson1-6/+2
2009-09-2227286: Made movefd() return the targetfd on success. AddedWayne Davison2-16/+22
a little more error checking in the callers of movefd().
2009-09-2227284: better use of movefd()Peter Stephenson3-4/+25
2009-07-0127083: non-zero status on failures to find or execute file in "."Peter Stephenson1-1/+1
2009-04-2026852: make terminfo.mdd test agree with one in terminfo.cPeter Stephenson1-3/+1
2009-03-25Jon Strait: 26778, 26781: extra options for PCRE matchingPeter Stephenson1-9/+48
2009-03-2426772: better error handling and fix runaway chdir on failed cdPeter Stephenson1-6/+2
2009-03-19Mikael: 26759: missing here-document terminatorPeter Stephenson1-0/+1
2009-03-1526735: Check some function return values for failures. Gets rid ofWayne Davison3-5/+9
some compiler warnings, and improves error handling/notification.
2009-03-0826697: test for Linux- and Mac-style xattr functionsPeter Stephenson2-6/+26
2009-03-03fix the cap.c patchPeter Stephenson1-2/+1
2009-03-0326680: still more metafy() stuff in capPeter Stephenson1-3/+5
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