summaryrefslogtreecommitdiff
path: root/Src/Modules
AgeCommit message (Collapse)AuthorFilesLines
2010-06-0227990: don't use return value from setupterm()Peter Stephenson2-5/+13
to decide if module booted OK
2010-05-12unposted: fix typo in previous commitPeter Stephenson1-1/+1
2010-05-1227951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson2-7/+8
2010-02-26users/14902: another go at strftimePeter Stephenson1-1/+1
2010-02-26users/14900: ULONG_MAX is a valid return value from strotoul()Peter Stephenson1-1/+2
2010-02-26users/14897: extra test in strftime builtin for time conversionPeter Stephenson1-0/+4
2010-02-2627756: add OS file locking to calendarPeter Stephenson1-0/+4
add errflag test to loop over fcntl()
2010-02-2527755: add "zsystem supports" to zsh/systemPeter Stephenson1-0/+31
2010-02-2427754 plus NEWS change: add "zsystem flock"Peter Stephenson1-1/+165
2010-01-2027608: fix memory for mbegin, mend & regexp testPeter Stephenson2-6/+6
2010-01-1727600: extend =~ syntax to set positional variables for matchesPeter Stephenson2-7/+128
2009-12-16Check the return value of all pipe(), read(), and write() calls.Wayne Davison2-7/+7
Gets rid of all the remaining "ignoring return value" compiler warnings, and makes some read/write operations safer by ensuring that an EINTR is handled.
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