about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 39046 + 39061: New :P history modifier.Daniel Shahaf2016-08-223-7/+22
* 39064: use scalbn() instead of scalb() (mathfunc.c)Jun-ichi Takimoto2016-08-201-0/+4
* 39026: pattern specified with _arguments' -A option shouldn't be checked agai...Oliver Kiddle2016-08-131-2/+4
* 39035: ${(A)name=word} should expand as an array even when there is only one ...Barton E. Schaefer2016-08-121-0/+1
* 39031: Ensure variables in transpose-words are initialisedPeter Stephenson2016-08-121-1/+1
* 38983: Make transpose-words handle numeric arguments sensiblyHan Pingtian2016-08-121-39/+51
* 39028: more join/split cases fixed and tested.Barton E. Schaefer2016-08-121-3/+4
* 39019 (cf. PWS 39013): fix SHWORDSPLIT regression introduced by workers/29313Barton E. Schaefer2016-08-101-6/+15
* 39014: Use special OpenBSD interface to get correct rand() behaviorMikael Magnusson2016-08-101-0/+4
* unposted: fix typo in commentBarton E. Schaefer2016-08-061-1/+1
* workers/38995 (in part): compfiles: Add reverse-engineered documentation brea...Daniel Shahaf2016-08-051-0/+15
* 38991: Make 'whence -v autoloaded-function' shows the defining filename.Daniel Shahaf2016-08-051-1/+2
* 38971: Start using the new arrlen_ge() / arrlen_le() helpers.Daniel Shahaf2016-08-016-12/+12
* 38973: Optimize indexing array parameters.Daniel Shahaf2016-08-013-5/+52
* 38927: zle-line-pre-redraw: Set $WIDGET like other special widgets do.Daniel Shahaf2016-07-281-1/+1
* users/21793: Remove raw integers as glob qualifiers.Peter Stephenson2016-07-281-8/+1
* 38923: zwaitjob() continues waiting for children that may have ignored the in...Barton E. Schaefer2016-07-231-1/+8
* 38853: use strchr()Peter Stephenson2016-07-201-7/+1
* 38862: strptime(3) requires _XOPEN_SOURCE on CygwinJun-ichi Takimoto2016-07-191-0/+3
* 38879: Unmetafy file names for glob sort.Peter Stephenson2016-07-181-1/+29
* 38845: reset region_active before entering zleOliver Kiddle2016-07-171-1/+1
* 38810: fix cursor positioning and repeated invocations when widgets used from...Oliver Kiddle2016-07-081-9/+9
* 38809: fix tracking of colour attributes and restore them when turning bold offOliver Kiddle2016-07-083-7/+10
* 38770: vi upper/lowercase widgets and shell widget example that reads a vi mo...Oliver Kiddle2016-06-293-1/+52
* 38752: add comments to explain use of stdout instead of stderr for the which ...Oliver Kiddle2016-06-291-1/+2
* unposted: remove flag unneded from previous fixPeter Stephenson2016-06-221-2/+1
* 38746: Fix suffix alias expansion recursion.Peter Stephenson2016-06-221-3/+4
* 38714: add x: syntax to match specs to make it possible to disable match spec...Oliver Kiddle2016-06-221-0/+10
* 38734: fix final case clauses terminating with ;&Peter Stephenson2016-06-211-1/+1
* 38692: IFS can't be changed in restricted modePeter Stephenson2016-06-211-1/+1
* users/21632: Use of REPORTMEMORY variablePeter Stephenson2016-06-131-14/+39
* 38653 + 38657: 'functions -T' tracing: recurse into anonymous functions.Daniel Shahaf2016-06-131-3/+9
* 38630: fix infinite loop of "hash ="Barton E. Schaefer2016-06-071-0/+1
* 38622: consistent handling of "--" in "kill" builtinBarton E. Schaefer2016-06-051-0/+4
* unposted (cf. 38612): remove overeager DPUTS()Barton E. Schaefer2016-06-041-1/+0
* 38599: skip the "no such named directory" warning when NO_EXEC is in effectBarton E. Schaefer2016-06-041-1/+1
* unposted: internal: Document modify().Daniel Shahaf2016-06-031-0/+13
* 38586: Metafication problem with $functionsPeter Stephenson2016-06-031-5/+0
* 38540: fix undo problem by not moving the current change when only undoing a ...Oliver Kiddle2016-06-021-3/+8
* 21603: Make read_poll more interruptible.Peter Stephenson2016-06-021-1/+1
* 38513: cast time to long long for printing where possibleMatthew Martin2016-05-221-1/+5
* 38468: wb,we values in gotword() needed assignment in additional case to avoi...Barton E. Schaefer2016-05-101-0/+4
* 38463: use immortal widgets in .safe keymapBarton E. Schaefer2016-05-101-8/+8
* 38432: avoid nonstandard setenv() on __APPLE__Barton E. Schaefer2016-05-091-1/+1
* unposted: silence spurious compiler warningBarton E. Schaefer2016-04-291-1/+1
* 38356: allow integers as curses coloursSebastian Gniazdowski2016-04-291-2/+14
* 39354: zcurses fix for colour managementSebastian Gniazdowski2016-04-291-4/+4
* 38350 (cf. Glenn Smith: 38348): Remove-all warning should warn about the root...Barton E. Schaefer2016-04-261-2/+2
* 38291: Change names of ISEARCH_* parameters to ISEARCHMATCH_*m0viefreak2016-04-231-12/+12
* Mikael Berthe: 38307: PCRE segfault when parenthesized group matches nothingBarton E. Schaefer2016-04-231-1/+1