about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 30692: allow autoload +X -m to workPeter Stephenson2012-09-211-2/+2
* 30687 with typo corrected: don't REPORTTIME if zleactivePeter Stephenson2012-09-211-0/+2
* 30647, 30649: allow underscores in numeric constantsPeter Stephenson2012-09-112-15/+52
* users/17236: r and other fc output didn't metafy when listing to a filePeter Stephenson2012-09-081-2/+6
* 30656: prevent SIGFPE in division by -1 by multiplying insteadPeter Stephenson2012-09-061-3/+23
* John Stahara: 30641: bindkey -N error report is misleadingPeter Stephenson2012-08-251-1/+1
* Jun T.: 30640: MacOS doesn't define __STDC_ISO_10646__ but we needPeter Stephenson2012-08-232-3/+10
* 30633: "functions -T" only traces marked function, not called functionsPeter Stephenson2012-08-216-8/+27
* 30629 plus unposted formatting changes:Peter Stephenson2012-08-171-30/+33
* 30627: support RLIMIT_NTHR as on NetBSDPeter Stephenson2012-08-172-0/+12
* Hiramatsu Yoshifumi: 30621 patch-ab (from NetBSD pkgsrc):compilation onPeter Stephenson2012-08-161-0/+2
* 30169: repeat "typeset -T" with same two first arguments is not an errorPeter Stephenson2012-08-161-1/+14
* 30617: rationalise replacement tgoto() prototypePeter Stephenson2012-08-162-5/+8
* Aaron Scrab: 30604: make repeating vi skip character useful by ignoringPeter Stephenson2012-08-131-7/+24
* Aaron Schrab: 30603: repeating vi skip characters command caused bad positionPeter Stephenson2012-08-131-0/+2
* YAMAMOTO Takashi: 30599: don't use replacement wcwidth if not ISO-10646Peter Stephenson2012-08-072-3/+3
* Bart: 30560: unset ordinary array element by setting to nullPeter Stephenson2012-07-151-0/+28
* 30540: typeset flag handling with SECONDSBart Schaefer2012-06-301-2/+3
* 30530,30533: fix problems with COLUMNS or LINES < 1, and related issuesBart Schaefer2012-06-272-2/+2
* 30518: attempt to supply tgoto() prototype when missing only.Peter Stephenson2012-06-211-0/+4
* Dima Kogan: 30515: fix globbing problem with large files:Peter Stephenson2012-06-181-1/+3
* 30513: zsh/regex metafy fixes for widecharPhil Pennock2012-06-161-7/+16
* Danek: 30485: trailing garbage after signal number not recognised in killPeter Stephenson2012-05-221-3/+8
* 30469: Src/builtin.c: allow reverse listing of history usingPeter Stephenson2012-05-081-5/+5
* unposted: fix trailing spaces from previous commitMikael Magnusson2012-05-021-1/+1
* 30425 (fixed): Add localhistory/globalhistory to $ZLE_STATE as set by the set...Mikael Magnusson2012-05-021-10/+18
* users/17046: don't count too many elements when splitting quoted parameterPeter Stephenson2012-05-011-1/+1
* 30455: remove max array length testPeter Stephenson2012-04-251-0/+13
* unposted: add test for valid identifier to 30431Peter Stephenson2012-04-221-1/+8
* 30439: ${...:*...} with nonexistent or non-array after *Peter Stephenson2012-04-221-0/+13
* 30431 with typo in _typeset fix:Peter Stephenson2012-04-222-1/+44
* 30433: double backslash is not line continuation.Bart Schaefer2012-04-211-1/+2
* 30413: (q-) parameter flag should quote null stringPeter Stephenson2012-04-162-10/+13
* 30410 plus one other case: avoid divide-by-zero errorsPeter Stephenson2012-04-151-3/+10
* 30391: tweak to ignore DISABLED flag in new hash-based arrayuniq()Peter Stephenson2012-04-131-1/+1
* 30383, users/16991 (Vaclav), users/17000: Improve speed of arrayuniq() byBart Schaefer2012-04-101-3/+89
* add some braces to avoid compiler warningsPeter Stephenson2012-03-301-7/+9
* users/16932: implement $UNDO_CHANGE_NO and argument to undo widgetPeter Stephenson2012-03-293-2/+33
* 30351 + 30352: metafy strings on import into zsh variablesPeter Stephenson2012-03-132-16/+40
* 30320: "emulate" accepts invocation-time flags; other small doc tweaks.Bart Schaefer2012-03-073-73/+105
* 30307 plus tweak suggsted by Wayne: use %lld for zlong when long longPeter Stephenson2012-03-055-4/+48
* 30303: emulate inside function marked for execution tracing enables xtracePeter Stephenson2012-03-011-0/+14
* 30184: use a HASH_EXECUTABLES_ONLY test that matches the test used byBart Schaefer2012-03-011-1/+2
* 30272 (tweaked): most failures of fork() cause non-interactive shells toBart Schaefer2012-03-011-11/+12
* 30276: Src/glob.c: Use zlong rather than int when calculating brace expansion...Mikael Magnusson2012-02-291-3/+4
* 30299: "$*" was split with SHWORDSPLIT if IFS was empty or unsetPeter Stephenson2012-02-291-1/+1
* 30242: use PREFORK_SINGLE for ${...=...} in POSIX emulationBart Schaefer2012-02-201-1/+6
* 30181, plus rename of PF_* flags to PREFORK_*:Peter Stephenson2012-02-124-43/+91
* 30193: remnulargs() after poking into string in case length changesBart Schaefer2012-02-091-1/+1
* Timothy Redaelli: file name manipulationsPeter Stephenson2012-02-081-0/+5