about summary refs log tree commit diff
path: root/Src/Modules
Commit message (Collapse)AuthorAgeFilesLines
* missed updates to calls to ztrftime()Peter Stephenson2014-07-302-2/+2
|
* 32903: new empty (unset) elements in the special parameter hash tables are ↵Barton E. Schaefer2014-07-241-15/+15
| | | | special themselves
* 32898 (credit Jun T.): fix offset_start initialization bug in 32891Barton E. Schaefer2014-07-231-1/+1
|
* 32891: CASE_MATCH for =~ when using pcre; fix pcre_match with empty stringBarton E. Schaefer2014-07-201-7/+6
|
* 32468: save/restore match/mbegin/mend when doing pattern lookups against ↵Barton E. Schaefer2014-03-091-55/+61
| | | | zstyle contexts
* 32388: zparseopts -K preserves individual associative array elementsBarton E. Schaefer2014-02-151-2/+41
|
* 32131: avoid infinite loop reading pty on platforms that do not buffer ↵Jun T2013-12-161-2/+2
| | | | output after child exit
* unposted, see 32054: Rationalise character encoding.Peter Stephenson2013-11-272-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 T2013-10-271-0/+9
| | | | | Make zsh/mathfunc consistent across systems and use tgamma() where available
* 31805: Add $patchars and $dis_patchars to zsh/parameter moduleMikael Magnusson2013-10-112-1/+41
|
* 31672: Add test that was failing and fix zpty set-up racePeter Stephenson2013-08-261-2/+28
|
* 31665: zpty should attach terminal on slave.Peter Stephenson2013-08-251-0/+3
| | | | Also add test.
* 31419: Add time zone and year to string formatted time output from zstatPeter Stephenson2013-05-211-2/+2
|
* 30726: make shell options passed to emulate stick along with the emulationPeter Stephenson2012-10-111-1/+1
|
* 30722: fix some cases where emulations or options were not propagated properlyPeter Stephenson2012-10-071-3/+3
| | | | from the emulate command
* 30513: zsh/regex metafy fixes for widecharPhil Pennock2012-06-161-7/+16
|
* 30307 plus tweak suggsted by Wayne: use %lld for zlong when long longPeter Stephenson2012-03-051-2/+18
|
* unposted: fix uninitialised variable warning in pcrePeter Stephenson2012-01-061-0/+1
|
* 29907: Jun T.: remove declaration of unused variablePeter Stephenson2011-11-171-1/+0
|
* Jun T: 29883: cast resource types to types they should be anywayPeter Stephenson2011-10-311-1/+1
|
* 29865: don't compile pcre if no pcre-configPeter Stephenson2011-10-261-1/+1
|
* 29838: metafy/unmetafy strings for PCRE matching (UTF-8 fixes)Phil Pennock2011-10-241-16/+45
|
* unposted: use pm->node.nam to get names for parameters in errorsPeter Stephenson2011-08-151-4/+6
|
* fix datetime autofeaturesPeter Stephenson2011-08-111-1/+1
|
* 29674: add $epochtime to datetimePeter Stephenson2011-08-111-1/+45
|
* 29663: add $EPOCHREALTIME to zsh/datetimePeter Stephenson2011-08-101-0/+27
|
* 29491: remove some variables set but not usedPeter Stephenson2011-06-191-6/+4
|
* 29382: apply 29374 to zccmd_input too.Bart Schaefer2011-05-271-2/+2
|
* 29312, users/16032: add "zparseopts -M"Bart Schaefer2011-05-181-3/+68
|
* Danek: 29254: fix some compiler warningsPeter Stephenson2011-05-132-1/+2
|
* 29165: use term.h globally if needed at all.Peter Stephenson2011-05-093-33/+10
|
* 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