Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 28638: add $usergroups parameter | Peter Stephenson | 2011-01-19 | 1 | -1/+138 |
| | |||||
* | 28510: add (z+c+) and (z+C+) parameter flags | Peter Stephenson | 2010-12-12 | 1 | -1/+1 |
| | |||||
* | 27990: don't use return value from setupterm() | Peter Stephenson | 2010-06-02 | 2 | -5/+13 |
| | | | | to decide if module booted OK | ||||
* | unposted: fix typo in previous commit | Peter Stephenson | 2010-05-12 | 1 | -1/+1 |
| | |||||
* | 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt | Peter Stephenson | 2010-05-12 | 2 | -7/+8 |
| | |||||
* | users/14902: another go at strftime | Peter Stephenson | 2010-02-26 | 1 | -1/+1 |
| | |||||
* | users/14900: ULONG_MAX is a valid return value from strotoul() | Peter Stephenson | 2010-02-26 | 1 | -1/+2 |
| | |||||
* | users/14897: extra test in strftime builtin for time conversion | Peter Stephenson | 2010-02-26 | 1 | -0/+4 |
| | |||||
* | 27756: add OS file locking to calendar | Peter Stephenson | 2010-02-26 | 1 | -0/+4 |
| | | | | add errflag test to loop over fcntl() | ||||
* | 27755: add "zsystem supports" to zsh/system | Peter Stephenson | 2010-02-25 | 1 | -0/+31 |
| | |||||
* | 27754 plus NEWS change: add "zsystem flock" | Peter Stephenson | 2010-02-24 | 1 | -1/+165 |
| | |||||
* | 27608: fix memory for mbegin, mend & regexp test | Peter Stephenson | 2010-01-20 | 2 | -6/+6 |
| | |||||
* | 27600: extend =~ syntax to set positional variables for matches | Peter Stephenson | 2010-01-17 | 2 | -7/+128 |
| | |||||
* | Check the return value of all pipe(), read(), and write() calls. | Wayne Davison | 2009-12-16 | 2 | -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 warnings | Peter Stephenson | 2009-11-30 | 2 | -3/+3 |
| | |||||
* | users/14548: Src/Modules/termcap.c: prevent libtermcap from exiting on an | Bart Schaefer | 2009-11-11 | 1 | -1/+4 |
| | | | | unknown terminal type | ||||
* | Mikael: 27362: some more attr fixes | Peter Stephenson | 2009-11-07 | 1 | -6/+6 |
| | |||||
* | 27357: fix compiler warnings in attr module | Peter Stephenson | 2009-11-06 | 1 | -4/+4 |
| | | | | 27358: fix error if $0 altered in sourced file | ||||
* | Jun T.: 27351: zdelattr missed first argument | Peter Stephenson | 2009-11-05 | 1 | -1/+1 |
| | |||||
* | Mikael: 27347: enhance extended attribute support | Peter Stephenson | 2009-11-04 | 1 | -61/+149 |
| | |||||
* | Jun T.: 27292: fix length in socket call | Peter Stephenson | 2009-09-29 | 1 | -6/+2 |
| | |||||
* | 27286: Made movefd() return the targetfd on success. Added | Wayne Davison | 2009-09-22 | 2 | -16/+22 |
| | | | | a little more error checking in the callers of movefd(). | ||||
* | 27284: better use of movefd() | Peter Stephenson | 2009-09-22 | 3 | -4/+25 |
| | |||||
* | 27083: non-zero status on failures to find or execute file in "." | Peter Stephenson | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | 26852: make terminfo.mdd test agree with one in terminfo.c | Peter Stephenson | 2009-04-20 | 1 | -3/+1 |
| | |||||
* | Jon Strait: 26778, 26781: extra options for PCRE matching | Peter Stephenson | 2009-03-25 | 1 | -9/+48 |
| | |||||
* | 26772: better error handling and fix runaway chdir on failed cd | Peter Stephenson | 2009-03-24 | 1 | -6/+2 |
| | |||||
* | Mikael: 26759: missing here-document terminator | Peter Stephenson | 2009-03-19 | 1 | -0/+1 |
| | |||||
* | 26735: Check some function return values for failures. Gets rid of | Wayne Davison | 2009-03-15 | 3 | -5/+9 |
| | | | | some compiler warnings, and improves error handling/notification. | ||||
* | 26697: test for Linux- and Mac-style xattr functions | Peter Stephenson | 2009-03-08 | 2 | -6/+26 |
| | |||||
* | fix the cap.c patch | Peter Stephenson | 2009-03-03 | 1 | -2/+1 |
| | |||||
* | 26680: still more metafy() stuff in cap | Peter Stephenson | 2009-03-03 | 1 | -3/+5 |
| | |||||
* | 26677: cap module needs some unmetafy() calls | Peter Stephenson | 2009-03-03 | 1 | -0/+3 |
| | |||||
* | 26671: various minor attribute tidy ups | Peter Stephenson | 2009-03-03 | 1 | -17/+17 |
| | |||||
* | Mikael Magnusson: 26670: add zsh/attr module | Peter Stephenson | 2009-03-03 | 3 | -0/+188 |
| | |||||
* | 26584: use bind/netdb.h where appropriate | Peter Stephenson | 2009-02-20 | 1 | -0/+9 |
| | |||||
* | 26546, 26556: sticky emulation for functions defined in emulate ... -c ... | Peter Stephenson | 2009-02-11 | 2 | -1/+2 |
| | | | | environments, plus documentation | ||||
* | 26362: avoid calling regfree() on uninitialized regex_t. | Wayne Davison | 2009-01-19 | 1 | -1/+1 |
| | |||||
* | Fixed a few compiler warnings. | Wayne Davison | 2009-01-19 | 1 | -6/+8 |
| | |||||
* | 26301: make zpty -r exit more cleanly on bad reads | Peter Stephenson | 2009-01-13 | 1 | -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 fixes | Peter Stephenson | 2008-11-18 | 1 | -0/+3 |
| | |||||
* | 26013: don't ztrdup the other buffer returned by inet_ntoa. cf. 25987. | Clint Adams | 2008-11-06 | 1 | -1/+1 |
| | |||||
* | 25987: don't ztrdup the buffer returned by inet_ntoa. | Clint Adams | 2008-11-01 | 1 | -1/+1 |
| | |||||
* | users/13418: protect against have_strcodes lying | Peter Stephenson | 2008-10-30 | 1 | -2/+8 |
| | |||||
* | Fixed a signed/unsigned compiler warning. | Wayne Davison | 2008-10-11 | 1 | -1/+1 |
| | |||||
* | 25777: argument to gdbmsetfn() | Peter Stephenson | 2008-09-30 | 1 | -1/+1 |
| | | | | unposted: recognise ~[ in completion after : and = | ||||
* | users/13295, tweaked: dont reset line numbers when parsing strings, sometimes | Peter Stephenson | 2008-09-29 | 3 | -3/+3 |
| | |||||
* | 25744: dynamic named directories and further doshfunc() simplification | Peter Stephenson | 2008-09-26 | 1 | -5/+5 |
| | |||||
* | 25677: add %x and %I prompt escapes for shell source code debugging | Peter Stephenson | 2008-09-16 | 1 | -15/+15 |
| | | | | tidy up interface to doshfunc() | ||||
* | 25651: make getpermtext() output indentation more logical | Peter Stephenson | 2008-09-11 | 1 | -2/+3 |
| |