summaryrefslogtreecommitdiff
path: root/Src/Modules
AgeCommit message (Collapse)AuthorFilesLines
2012-10-1130726: make shell options passed to emulate stick along with the emulationPeter Stephenson1-1/+1
2012-10-0730722: fix some cases where emulations or options were not propagated properlyPeter Stephenson1-3/+3
from the emulate command
2012-06-1630513: zsh/regex metafy fixes for widecharPhil Pennock1-7/+16
2012-03-0530307 plus tweak suggsted by Wayne: use %lld for zlong when long longPeter Stephenson1-2/+18
2012-01-06unposted: fix uninitialised variable warning in pcrePeter Stephenson1-0/+1
2011-11-1729907: Jun T.: remove declaration of unused variablePeter Stephenson1-1/+0
2011-10-31Jun T: 29883: cast resource types to types they should be anywayPeter Stephenson1-1/+1
2011-10-2629865: don't compile pcre if no pcre-configPeter Stephenson1-1/+1
2011-10-2429838: metafy/unmetafy strings for PCRE matching (UTF-8 fixes)Phil Pennock1-16/+45
2011-08-15unposted: use pm->node.nam to get names for parameters in errorsPeter Stephenson1-4/+6
2011-08-11fix datetime autofeaturesPeter Stephenson1-1/+1
2011-08-1129674: add $epochtime to datetimePeter Stephenson1-1/+45
2011-08-1029663: add $EPOCHREALTIME to zsh/datetimePeter Stephenson1-0/+27
2011-06-1929491: remove some variables set but not usedPeter Stephenson1-6/+4
2011-05-2729382: apply 29374 to zccmd_input too.Bart Schaefer1-2/+2
2011-05-1829312, users/16032: add "zparseopts -M"Bart Schaefer1-3/+68
2011-05-13Danek: 29254: fix some compiler warningsPeter Stephenson2-1/+2
2011-05-0929165: use term.h globally if needed at all.Peter Stephenson3-33/+10
2011-05-08users/15986: handle EINTR in zccmd_inputBart Schaefer1-4/+44
2011-01-1928638: add $usergroups parameterPeter Stephenson1-1/+138
2010-12-1228510: add (z+c+) and (z+C+) parameter flagsPeter Stephenson1-1/+1
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