index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
Commit message (
Expand
)
Author
Age
Files
Lines
*
unposted: comments explaining how hashtable must be created
Roman Perepelitsa
2020-07-29
1
-1
/
+4
*
46275: eliminate undefined behavior caused by redefinition of hashtable
Roman Perepelitsa
2020-07-29
2
-55
/
+56
*
46268: suppress a useless compiler warning around nice()
Roman Perepelitsa
2020-07-28
1
-2
/
+1
*
46152: zsh/system: Re-allow '0' timeout in zsystem flock
Cedric Ware
2020-07-11
1
-3
/
+3
*
46175/0003: Fix the RM_STAR_SILENT bug from the parent commit.
Daniel Shahaf
2020-07-05
1
-1
/
+1
*
46168: Update $PWD and call chpwd hook after normalizing path
Matthew Martin
2020-07-03
1
-18
/
+17
*
users/24971: ${(-)var} sorts on signed integers
Peter Stephenson
2020-07-03
3
-9
/
+27
*
unposted (after 46068): Fix a compiler warning.
Daniel Shahaf
2020-06-27
1
-1
/
+1
*
46072 + 46136: Add the 'zle $widget -f nolast' syntax, to improve add-zle-hoo...
Daniel Shahaf
2020-06-27
1
-2
/
+17
*
46100: Fix =subst before =(subst)
Peter Stephenson
2020-06-26
1
-1
/
+1
*
46068 (tweaked) (was: github #57): region_highlight: Add memo= support.
Daniel Shahaf
2020-06-25
4
-9
/
+87
*
46079: Ignore double quotes in math expressions.
Peter Stephenson
2020-06-23
1
-0
/
+2
*
46060: Fix spurious actions on exit status 130 or 131.
Peter Stephenson
2020-06-18
1
-4
/
+7
*
46026: Add CLOBBER_EMPTY option.
Peter Stephenson
2020-06-09
3
-5
/
+24
*
users/24909: Don't clean up special file list too early.
Peter Stephenson
2020-06-08
1
-1
/
+1
*
typeset: Fix leaving corrupted entries in paramtab
Mikael Magnusson
2020-06-05
1
-3
/
+9
*
45915: fix handling of hyphens in spckword()
Bart Schaefer
2020-05-30
1
-5
/
+11
*
45923 (with memory leak fixed, cf. 45924): zprof: Don't tally all anonymous f...
Daniel Shahaf
2020-05-28
2
-5
/
+46
*
45900: Fix issues with escaped newline in $-substitution.
Peter Stephenson
2020-05-23
1
-0
/
+21
*
Support ${name:offset:length} with an empty offset
Mikael Magnusson
2020-05-12
1
-5
/
+15
*
45772: Restore locale on parameter scope end.
Peter Stephenson
2020-05-05
1
-0
/
+34
*
unposted: add a comment about how to add a new resource
Jun-ichi Takimoto
2020-05-03
1
-0
/
+7
*
45730: _arguments: Add the -0 flag, which makes $opt_args be populated sanely.
Daniel Shahaf
2020-05-03
2
-6
/
+49
*
45729: internal: Add a second parameter to zlinklist2array(), analogously to ...
Daniel Shahaf
2020-05-03
5
-15
/
+20
*
45737 (+ docs, and update the test from 45722): zstyle: When determining the ...
Daniel Shahaf
2020-05-02
1
-2
/
+11
*
45708: zsh/system: Enable sub-second timeout in zsystem flock
Cedric Ware
2020-04-20
3
-5
/
+136
*
45660: Fix crash setting vi or emacs mode on command line.
Peter Stephenson
2020-04-09
2
-8
/
+24
*
Add SHORT_REPEAT option
Mikael Magnusson
2020-04-02
4
-2
/
+4
*
45616: Remove token from count argument to repeat
Peter Stephenson
2020-03-26
1
-1
/
+3
*
45583/0008: Extend tests to prove that what remains of xsymlinks() handles sy...
Daniel Shahaf
2020-03-25
1
-2
/
+0
*
45583/0007: Remove code that is now unreachable.
Daniel Shahaf
2020-03-25
1
-17
/
+4
*
45583/0006: Don't use xsymlinks() in 'whence -s'.
Daniel Shahaf
2020-03-25
1
-4
/
+14
*
45583/0004: Fix segfault on resolving symlink loops
Daniel Shahaf
2020-03-25
1
-3
/
+3
*
45583/0003: chrealpath: Let caller decide how the return value should be allo...
Daniel Shahaf
2020-03-25
2
-6
/
+9
*
45583/0002: chrealpath: Make symlink resolution optional.
Daniel Shahaf
2020-03-25
2
-7
/
+18
*
45563: %z can be used for zlong in warnings and errors
Peter Stephenson
2020-03-22
1
-0
/
+9
*
45583/0009: Add end-of-options guard support to 'function -T'.
Daniel Shahaf
2020-03-22
1
-4
/
+12
*
45583/0008: Add the 'function -T' syntax.
Daniel Shahaf
2020-03-22
2
-5
/
+14
*
45583/0007: WC_FUNCDEF: Add a placeholder element.
Daniel Shahaf
2020-03-22
3
-2
/
+8
*
45583/0006: internal: Add some comments for orientation. No functional change.
Daniel Shahaf
2020-03-22
1
-8
/
+8
*
45583/0005: internal: Document the WC_FUNCDEF data layout for anonymous funct...
Daniel Shahaf
2020-03-22
1
-2
/
+8
*
45583/0004: internal: Add some comments around wordcodes. No functional change.
Daniel Shahaf
2020-03-22
2
-2
/
+13
*
45583/0003: internal: Add some comments around Eccstr. No functional change.
Daniel Shahaf
2020-03-22
2
-6
/
+49
*
45583/0002: internal: Reduce some variables' visibility. No functional change.
Daniel Shahaf
2020-03-22
1
-8
/
+7
*
45583/0001: internal: Remove a redundant assignment.
Daniel Shahaf
2020-03-22
1
-1
/
+0
*
unposted: Deconfuse $EDITOR's balanced braces mode. No functional change.
Daniel Shahaf
2020-03-20
1
-2
/
+3
*
45536: fix handling of 8bit character under C-locale
Jun-ichi Takimoto
2020-03-17
1
-2
/
+2
*
Merge remote-tracking branch 'origin/master' into 5.9
Daniel Shahaf
2020-03-07
21
-638
/
+634
|
\
|
*
45490 (+45495 and a test): refactor rlimits.c
Jun-ichi Takimoto
2020-03-06
3
-560
/
+263
|
*
users/24710: Fix job control problem with sudo.
Peter Stephenson
2020-02-27
3
-6
/
+14
[next]