about summary refs log tree commit diff
path: root/Src/Modules
Commit message (Collapse)AuthorAgeFilesLines
...
* users/15986: handle EINTR in zccmd_inputBart Schaefer2011-05-081-4/+44
|
* 28638: add $usergroups parameterPeter Stephenson2011-01-191-1/+138
|
* 28510: add (z+c+) and (z+C+) parameter flagsPeter Stephenson2010-12-121-1/+1
|
* 27990: don't use return value from setupterm()Peter Stephenson2010-06-022-5/+13
| | | | to decide if module booted OK
* unposted: fix typo in previous commitPeter Stephenson2010-05-121-1/+1
|
* 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson2010-05-122-7/+8
|
* users/14902: another go at strftimePeter Stephenson2010-02-261-1/+1
|
* users/14900: ULONG_MAX is a valid return value from strotoul()Peter Stephenson2010-02-261-1/+2
|
* users/14897: extra test in strftime builtin for time conversionPeter Stephenson2010-02-261-0/+4
|
* 27756: add OS file locking to calendarPeter Stephenson2010-02-261-0/+4
| | | | add errflag test to loop over fcntl()
* 27755: add "zsystem supports" to zsh/systemPeter Stephenson2010-02-251-0/+31
|
* 27754 plus NEWS change: add "zsystem flock"Peter Stephenson2010-02-241-1/+165
|
* 27608: fix memory for mbegin, mend & regexp testPeter Stephenson2010-01-202-6/+6
|
* 27600: extend =~ syntax to set positional variables for matchesPeter Stephenson2010-01-172-7/+128
|
* Check the return value of all pipe(), read(), and write() calls.Wayne Davison2009-12-162-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.
* Richard Hartmann: 27440: typos in module warningsPeter Stephenson2009-11-302-3/+3
|
* users/14548: Src/Modules/termcap.c: prevent libtermcap from exiting on anBart Schaefer2009-11-111-1/+4
| | | | unknown terminal type
* Mikael: 27362: some more attr fixesPeter Stephenson2009-11-071-6/+6
|
* 27357: fix compiler warnings in attr modulePeter Stephenson2009-11-061-4/+4
| | | | 27358: fix error if $0 altered in sourced file
* Jun T.: 27351: zdelattr missed first argumentPeter Stephenson2009-11-051-1/+1
|
* Mikael: 27347: enhance extended attribute supportPeter Stephenson2009-11-041-61/+149
|
* Jun T.: 27292: fix length in socket callPeter Stephenson2009-09-291-6/+2
|
* 27286: Made movefd() return the targetfd on success. AddedWayne Davison2009-09-222-16/+22
| | | | a little more error checking in the callers of movefd().
* 27284: better use of movefd()Peter Stephenson2009-09-223-4/+25
|
* 27083: non-zero status on failures to find or execute file in "."Peter Stephenson2009-07-011-1/+1
|
* 26852: make terminfo.mdd test agree with one in terminfo.cPeter Stephenson2009-04-201-3/+1
|
* Jon Strait: 26778, 26781: extra options for PCRE matchingPeter Stephenson2009-03-251-9/+48
|
* 26772: better error handling and fix runaway chdir on failed cdPeter Stephenson2009-03-241-6/+2
|
* Mikael: 26759: missing here-document terminatorPeter Stephenson2009-03-191-0/+1
|
* 26735: Check some function return values for failures. Gets rid ofWayne Davison2009-03-153-5/+9
| | | | some compiler warnings, and improves error handling/notification.
* 26697: test for Linux- and Mac-style xattr functionsPeter Stephenson2009-03-082-6/+26
|
* fix the cap.c patchPeter Stephenson2009-03-031-2/+1
|
* 26680: still more metafy() stuff in capPeter Stephenson2009-03-031-3/+5
|
* 26677: cap module needs some unmetafy() callsPeter Stephenson2009-03-031-0/+3
|
* 26671: various minor attribute tidy upsPeter Stephenson2009-03-031-17/+17
|
* Mikael Magnusson: 26670: add zsh/attr modulePeter Stephenson2009-03-033-0/+188
|
* 26584: use bind/netdb.h where appropriatePeter Stephenson2009-02-201-0/+9
|
* 26546, 26556: sticky emulation for functions defined in emulate ... -c ...Peter Stephenson2009-02-112-1/+2
| | | | environments, plus documentation
* 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()