summaryrefslogtreecommitdiff
path: root/Src/Modules
AgeCommit message (Expand)AuthorFilesLines
2015-08-1836227: attempt to fix metafication problem with ztrftime.Peter Stephenson2-6/+12
2015-08-18Revert "36222: unmetafy output from strftime"Peter Stephenson1-2/+1
2015-08-1836222: unmetafy output from strftimePeter Stephenson1-1/+2
2015-08-1836218: use unmetafied file name for mkdir system callPeter Stephenson1-1/+1
2015-08-1136092: return the zpty master file descriptor in $REPLY for use with "zle -F"...Barton E. Schaefer1-0/+2
2015-08-10not quite posted: check for error return before EINTRPeter Stephenson2-2/+2
2015-08-1036039: Restart socket commands on EINTRJoshua Krusell2-4/+10
2015-08-0936026: zero freed pointers in zftp cleanup_() in case the module is re-loaded...Barton E. Schaefer1-0/+2
2015-07-3135963: simplify condition found by coverity to include tautologyOliver Kiddle1-2/+1
2015-07-2435864: add sysopen, sysseek and systell to system moduleOliver Kiddle2-2/+184
2015-07-2235939: fix select polling in ztcp and zsocketJoshua Krusell2-2/+2
2015-07-2235826: add getsparam_u() to return unmetafied string, use it for a number of ...Barton E. Schaefer2-4/+4
2015-07-0335681: fix day of month initialisationOliver Kiddle1-1/+3
2015-06-2233566: regex module fix for unmatched parenthesesPeter Stephenson1-0/+5
2015-06-12Add non-metafied character length handling.Peter Stephenson2-11/+24
2015-06-0335360 (replacing 35357): fix for configuring zpty on FreeBSD withoutOliver Kiddle1-1/+1
2015-06-0235357: FreeBSD needs HAVE_POSIX_OPENPT for zptyBaptiste Daroussin1-1/+1
2015-05-292037: ${functions[foo]} shouldn't be unmetafied.Peter Stephenson1-5/+0
2015-05-1335114: zformat -a multibyte char widthsPeter Stephenson1-0/+36
2015-04-2534961: $TZ is implicitly local in builtin strftime (originally workers/34602 ...Barton E. Schaefer1-1/+20
2015-03-2934792: langinfo: Fix pointer typeTheo Buehler1-1/+2
2015-02-0334455: Further gdbm parameter fixes.Peter Stephenson1-12/+16
2015-02-0234447: fix assignment of key-value array to ztie'd parameter.Barton E. Schaefer1-5/+56
2015-02-0134446: add "ztie -r" and "zuntie -u", update documentationBarton E. Schaefer1-12/+32
2015-01-3034439: unset variable about to be tiedPeter Stephenson1-2/+15
2015-01-2934430: parameter fixes for gdbm tied hash.Peter Stephenson1-6/+11
2015-01-26Unsetting gdbm tied variable basically works.Peter Stephenson1-1/+25
2015-01-2534350, 34353: document zsh/db/gdbm module, clean up a few things in the codeBarton E. Schaefer1-20/+29
2014-12-1133876: etc.: Separate errors and keyboards interruptsPeter Stephenson2-4/+6
2014-11-2433785: Fix leaks of desthost in ztcpMikael Magnusson1-0/+4
2014-11-2433743: use posix_openpt in zpty if it is availableOliver Kiddle1-0/+4
2014-11-0733607: Fix some minor problems in zattr moduleMikael Magnusson1-37/+30
2014-10-3133582: don't include tcp.mdh in zftp.c.Peter Stephenson1-1/+0
2014-10-2933566: quash null pointer constant compiler warningJun T1-1/+1
2014-09-3033294: $functions[func_with_redir] plus extra testsPeter Stephenson1-11/+44
2014-09-18users/19097: remove $functypetrace in favour of ref to $zsheval_contextPeter Stephenson1-39/+0
2014-09-12Add $functypestack special parameter in zsh/parameterPeter Stephenson1-0/+39
2014-09-0733122: typo from 32891 caused incorrect matches for pcre_match -nBarton E. Schaefer1-1/+1
2014-08-2333047: use git to simplify massively source distribution file selectionPeter Stephenson1-59/+0
2014-07-30missed updates to calls to ztrftime()Peter Stephenson2-2/+2
2014-07-2432903: new empty (unset) elements in the special parameter hash tables are sp...Barton E. Schaefer1-15/+15
2014-07-2332898 (credit Jun T.): fix offset_start initialization bug in 32891Barton E. Schaefer1-1/+1
2014-07-2032891: CASE_MATCH for =~ when using pcre; fix pcre_match with empty stringBarton E. Schaefer1-7/+6
2014-03-0932468: save/restore match/mbegin/mend when doing pattern lookups against zsty...Barton E. Schaefer1-55/+61
2014-02-1532388: zparseopts -K preserves individual associative array elementsBarton E. Schaefer1-2/+41
2013-12-1632131: avoid infinite loop reading pty on platforms that do not buffer output...Jun T1-2/+2
2013-11-27unposted, see 32054: Rationalise character encoding.Peter Stephenson2-10/+10
2013-10-2731902: rationalise use of gamma function.Jun T1-0/+9
2013-10-1131805: Add $patchars and $dis_patchars to zsh/parameter moduleMikael Magnusson2-1/+41
2013-08-2631672: Add test that was failing and fix zpty set-up racePeter Stephenson1-2/+28