Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 32468: save/restore match/mbegin/mend when doing pattern lookups against ↵ | Barton E. Schaefer | 2014-03-09 | 1 | -55/+61 |
| | | | | zstyle contexts | ||||
* | 32388: zparseopts -K preserves individual associative array elements | Barton E. Schaefer | 2014-02-15 | 1 | -2/+41 |
| | |||||
* | 32131: avoid infinite loop reading pty on platforms that do not buffer ↵ | Jun T | 2013-12-16 | 1 | -2/+2 |
| | | | | output after child exit | ||||
* | unposted, see 32054: Rationalise character encoding. | Peter Stephenson | 2013-11-27 | 2 | -10/+10 |
| | | | | | | | | | | Shell functions are strictly ASCII for maximum portability. Other files within the distribution may contain UTF-8 characters. Exception for test files: where they need single character input with the top bit set, ISO-8859-X is used (X doesn't matter as we don't need the Euro). | ||||
* | 31902: rationalise use of gamma function. | Jun T | 2013-10-27 | 1 | -0/+9 |
| | | | | | Make zsh/mathfunc consistent across systems and use tgamma() where available | ||||
* | 31805: Add $patchars and $dis_patchars to zsh/parameter module | Mikael Magnusson | 2013-10-11 | 2 | -1/+41 |
| | |||||
* | 31672: Add test that was failing and fix zpty set-up race | Peter Stephenson | 2013-08-26 | 1 | -2/+28 |
| | |||||
* | 31665: zpty should attach terminal on slave. | Peter Stephenson | 2013-08-25 | 1 | -0/+3 |
| | | | | Also add test. | ||||
* | 31419: Add time zone and year to string formatted time output from zstat | Peter Stephenson | 2013-05-21 | 1 | -2/+2 |
| | |||||
* | 30726: make shell options passed to emulate stick along with the emulation | Peter Stephenson | 2012-10-11 | 1 | -1/+1 |
| | |||||
* | 30722: fix some cases where emulations or options were not propagated properly | Peter Stephenson | 2012-10-07 | 1 | -3/+3 |
| | | | | from the emulate command | ||||
* | 30513: zsh/regex metafy fixes for widechar | Phil Pennock | 2012-06-16 | 1 | -7/+16 |
| | |||||
* | 30307 plus tweak suggsted by Wayne: use %lld for zlong when long long | Peter Stephenson | 2012-03-05 | 1 | -2/+18 |
| | |||||
* | unposted: fix uninitialised variable warning in pcre | Peter Stephenson | 2012-01-06 | 1 | -0/+1 |
| | |||||
* | 29907: Jun T.: remove declaration of unused variable | Peter Stephenson | 2011-11-17 | 1 | -1/+0 |
| | |||||
* | Jun T: 29883: cast resource types to types they should be anyway | Peter Stephenson | 2011-10-31 | 1 | -1/+1 |
| | |||||
* | 29865: don't compile pcre if no pcre-config | Peter Stephenson | 2011-10-26 | 1 | -1/+1 |
| | |||||
* | 29838: metafy/unmetafy strings for PCRE matching (UTF-8 fixes) | Phil Pennock | 2011-10-24 | 1 | -16/+45 |
| | |||||
* | unposted: use pm->node.nam to get names for parameters in errors | Peter Stephenson | 2011-08-15 | 1 | -4/+6 |
| | |||||
* | fix datetime autofeatures | Peter Stephenson | 2011-08-11 | 1 | -1/+1 |
| | |||||
* | 29674: add $epochtime to datetime | Peter Stephenson | 2011-08-11 | 1 | -1/+45 |
| | |||||
* | 29663: add $EPOCHREALTIME to zsh/datetime | Peter Stephenson | 2011-08-10 | 1 | -0/+27 |
| | |||||
* | 29491: remove some variables set but not used | Peter Stephenson | 2011-06-19 | 1 | -6/+4 |
| | |||||
* | 29382: apply 29374 to zccmd_input too. | Bart Schaefer | 2011-05-27 | 1 | -2/+2 |
| | |||||
* | 29312, users/16032: add "zparseopts -M" | Bart Schaefer | 2011-05-18 | 1 | -3/+68 |
| | |||||
* | Danek: 29254: fix some compiler warnings | Peter Stephenson | 2011-05-13 | 2 | -1/+2 |
| | |||||
* | 29165: use term.h globally if needed at all. | Peter Stephenson | 2011-05-09 | 3 | -33/+10 |
| | |||||
* | users/15986: handle EINTR in zccmd_input | Bart Schaefer | 2011-05-08 | 1 | -4/+44 |
| | |||||
* | 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(). |