index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-26
39104: do not hash relative paths in findcmd()
Barton E. Schaefer
1
-1
/
+1
2016-08-23
39087: fix 'conditionally uninitialized' variables
Jun-ichi Takimoto
2
-2
/
+4
2016-08-23
39086: declare file local variables as 'static'
Jun-ichi Takimoto
1
-2
/
+2
2016-08-22
39046 + 39061: New :P history modifier.
Daniel Shahaf
3
-7
/
+22
2016-08-20
39064: use scalbn() instead of scalb() (mathfunc.c)
Jun-ichi Takimoto
1
-0
/
+4
2016-08-13
39026: pattern specified with _arguments' -A option shouldn't be checked agai...
Oliver Kiddle
1
-2
/
+4
2016-08-12
39035: ${(A)name=word} should expand as an array even when there is only one ...
Barton E. Schaefer
1
-0
/
+1
2016-08-12
39031: Ensure variables in transpose-words are initialised
Peter Stephenson
1
-1
/
+1
2016-08-12
38983: Make transpose-words handle numeric arguments sensibly
Han Pingtian
1
-39
/
+51
2016-08-12
39028: more join/split cases fixed and tested.
Barton E. Schaefer
1
-3
/
+4
2016-08-10
39019 (cf. PWS 39013): fix SHWORDSPLIT regression introduced by workers/29313
Barton E. Schaefer
1
-6
/
+15
2016-08-10
39014: Use special OpenBSD interface to get correct rand() behavior
Mikael Magnusson
1
-0
/
+4
2016-08-06
unposted: fix typo in comment
Barton E. Schaefer
1
-1
/
+1
2016-08-05
workers/38995 (in part): compfiles: Add reverse-engineered documentation brea...
Daniel Shahaf
1
-0
/
+15
2016-08-05
38991: Make 'whence -v autoloaded-function' shows the defining filename.
Daniel Shahaf
1
-1
/
+2
2016-08-01
38971: Start using the new arrlen_ge() / arrlen_le() helpers.
Daniel Shahaf
6
-12
/
+12
2016-08-01
38973: Optimize indexing array parameters.
Daniel Shahaf
3
-5
/
+52
2016-07-28
38927: zle-line-pre-redraw: Set $WIDGET like other special widgets do.
Daniel Shahaf
1
-1
/
+1
2016-07-28
users/21793: Remove raw integers as glob qualifiers.
Peter Stephenson
1
-8
/
+1
2016-07-23
38923: zwaitjob() continues waiting for children that may have ignored the in...
Barton E. Schaefer
1
-1
/
+8
2016-07-20
38853: use strchr()
Peter Stephenson
1
-7
/
+1
2016-07-19
38862: strptime(3) requires _XOPEN_SOURCE on Cygwin
Jun-ichi Takimoto
1
-0
/
+3
2016-07-18
38879: Unmetafy file names for glob sort.
Peter Stephenson
1
-1
/
+29
2016-07-17
38845: reset region_active before entering zle
Oliver Kiddle
1
-1
/
+1
2016-07-08
38810: fix cursor positioning and repeated invocations when widgets used from...
Oliver Kiddle
1
-9
/
+9
2016-07-08
38809: fix tracking of colour attributes and restore them when turning bold off
Oliver Kiddle
3
-7
/
+10
2016-06-29
38770: vi upper/lowercase widgets and shell widget example that reads a vi mo...
Oliver Kiddle
3
-1
/
+52
2016-06-29
38752: add comments to explain use of stdout instead of stderr for the which ...
Oliver Kiddle
1
-1
/
+2
2016-06-22
unposted: remove flag unneded from previous fix
Peter Stephenson
1
-2
/
+1
2016-06-22
38746: Fix suffix alias expansion recursion.
Peter Stephenson
1
-3
/
+4
2016-06-22
38714: add x: syntax to match specs to make it possible to disable match spec...
Oliver Kiddle
1
-0
/
+10
2016-06-21
38734: fix final case clauses terminating with ;&
Peter Stephenson
1
-1
/
+1
2016-06-21
38692: IFS can't be changed in restricted mode
Peter Stephenson
1
-1
/
+1
2016-06-13
users/21632: Use of REPORTMEMORY variable
Peter Stephenson
1
-14
/
+39
2016-06-13
38653 + 38657: 'functions -T' tracing: recurse into anonymous functions.
Daniel Shahaf
1
-3
/
+9
2016-06-07
38630: fix infinite loop of "hash ="
Barton E. Schaefer
1
-0
/
+1
2016-06-05
38622: consistent handling of "--" in "kill" builtin
Barton E. Schaefer
1
-0
/
+4
2016-06-04
unposted (cf. 38612): remove overeager DPUTS()
Barton E. Schaefer
1
-1
/
+0
2016-06-04
38599: skip the "no such named directory" warning when NO_EXEC is in effect
Barton E. Schaefer
1
-1
/
+1
2016-06-03
unposted: internal: Document modify().
Daniel Shahaf
1
-0
/
+13
2016-06-03
38586: Metafication problem with $functions
Peter Stephenson
1
-5
/
+0
2016-06-02
38540: fix undo problem by not moving the current change when only undoing a ...
Oliver Kiddle
1
-3
/
+8
2016-06-02
21603: Make read_poll more interruptible.
Peter Stephenson
1
-1
/
+1
2016-05-22
38513: cast time to long long for printing where possible
Matthew Martin
1
-1
/
+5
2016-05-10
38468: wb,we values in gotword() needed assignment in additional case to avoi...
Barton E. Schaefer
1
-0
/
+4
2016-05-10
38463: use immortal widgets in .safe keymap
Barton E. Schaefer
1
-8
/
+8
2016-05-09
38432: avoid nonstandard setenv() on __APPLE__
Barton E. Schaefer
1
-1
/
+1
2016-04-29
unposted: silence spurious compiler warning
Barton E. Schaefer
1
-1
/
+1
2016-04-29
38356: allow integers as curses colours
Sebastian Gniazdowski
1
-2
/
+14
2016-04-29
39354: zcurses fix for colour management
Sebastian Gniazdowski
1
-4
/
+4
[next]