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-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
2016-04-26
38350 (cf. Glenn Smith: 38348): Remove-all warning should warn about the root...
Barton E. Schaefer
1
-2
/
+2
2016-04-23
38291: Change names of ISEARCH_* parameters to ISEARCHMATCH_*
m0viefreak
1
-12
/
+12
2016-04-23
Mikael Berthe: 38307: PCRE segfault when parenthesized group matches nothing
Barton E. Schaefer
1
-1
/
+1
2016-04-22
38306: in printf formats, treat a missing precision as zero rather than as un...
Barton E. Schaefer
1
-1
/
+2
2016-04-14
38287: fix position for the end of a visual selection range for the cursor on...
Oliver Kiddle
1
-1
/
+1
2016-04-14
38286: cursor correction following yank-pop is only applicable to vi command ...
Oliver Kiddle
1
-1
/
+1
2016-04-07
38248: fix word position calculation when completing on or just before a redi...
Barton E. Schaefer
2
-3
/
+22
2016-04-05
38229: fix cursor placement calculation when completing in empty double quotes
Barton E. Schaefer
1
-1
/
+8
2016-04-04
38241: ungetkeycmd() needs to unmetafy key string.
Peter Stephenson
2
-7
/
+17
2016-03-26
Dmitry Marakasov: 38162: accept G for gigabytes in limit command
Barton E. Schaefer
1
-2
/
+4
2016-03-21
38191: additional re-entrancy checks in reexpandprompt()
Barton E. Schaefer
1
-8
/
+27
2016-03-21
38188: signal re-entrancy, maybe
Barton E. Schaefer
1
-34
/
+50
2016-03-21
38142: signal re-entrancy, maybe
Barton E. Schaefer
1
-5
/
+19
[next]