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
...
*
48560: add TYPESET_TO_UNSET option to remove initialization of parameters
Bart Schaefer
2021-04-18
5
-7
/
+36
*
48439: remove macros that became unnecessary by df48cc8
Jun-ichi Takimoto
2021-04-12
1
-26
/
+17
*
48504: use SEEK_ macros in fseek() calls
Oliver Kiddle
2021-04-11
3
-6
/
+6
*
45396: readhistfile: avoid thousands of lseek(2) syscalls via ftell()
Michael Stapelberg
2021-04-11
1
-6
/
+10
*
47794: exec: run final pipeline command in a subshell in sh mode
brian m. carlson
2021-04-10
1
-4
/
+6
*
47913: implement CASE_PATHS option to make NO_CASE_GLOB more sensible
Bart Schaefer
2021-04-10
3
-1
/
+10
*
48432 and enable test: fix quotiing of zstyle -L for zstyle -e
Peter Stephenson
2021-04-09
1
-1
/
+2
*
47785: remove deprecated autoconf functions
Felipe Contreras
2021-04-09
3
-37
/
+6
*
48379: Make the parameter expansion subscript flags parse error message, "err...
Daniel Shahaf
2021-04-08
1
-3
/
+25
*
48391: fix display problem in menu-complete
Jun-ichi Takimoto
2021-04-06
1
-1
/
+1
*
48389: getkeystring() should not return ptr to local var
Jun-ichi Takimoto
2021-04-06
2
-9
/
+31
*
47784: silence a compiler waring from pattern.c
Felipe Contreras
2021-04-04
1
-1
/
+1
*
47510: drop code that avoided termcap for named colours
Oliver Kiddle
2021-04-03
2
-44
/
+13
*
48202 + 48366: Fix handling of NUL bytes in zexpandtabs multibyte version
Mikael Magnusson
2021-04-01
1
-1
/
+4
*
47745: Fix [:IDENT:] vs posixidentifiers
Stephane Chazelas
2021-03-23
1
-1
/
+1
*
users/26509: fix for r -L
Peter Stephenson
2021-02-18
1
-2
/
+3
*
48073: Add fc -s as POSIX way of rerunning command without starting editor
Martijn Dekker
2021-02-17
1
-2
/
+2
*
Allow more scripts without #!
Justine Tunney
2021-02-16
1
-4
/
+23
*
47905: Add leading '-' to zparseopts option parsing errors
Joshua Krusell
2021-02-13
1
-4
/
+4
*
47997: Disable XTRACE around user-defined completion widgets.
Bart Schaefer
2021-02-11
1
-0
/
+3
*
47895: Remove trailing spaces from "print -ac" output lines.
Bart Schaefer
2021-02-04
1
-1
/
+1
*
47899: Improve error message from zparseopts.
Joshua Krusell
2021-02-03
1
-1
/
+4
*
47744: Fix vi repeats with hooks in use.
GammaFunction
2021-01-27
1
-0
/
+2
*
47840: make zpty module work on Cygwin
Peiyuan Song
2021-01-20
1
-0
/
+11
*
47704: fix scope for "private -p"
Bart Schaefer
2020-12-02
1
-0
/
+4
*
47494, 47495: Add -n option to strftime
Mikael Magnusson
2020-10-25
1
-2
/
+3
*
47301: Fix print -v metafication
Jun-ichi Takimoto
2020-10-25
1
-1
/
+1
*
Fix a race condition in zf_mkdir -p
Roman Perepelitsa
2020-10-23
1
-9
/
+19
*
Unposted - fix comment
Bart Schaefer
2020-09-13
1
-1
/
+1
*
47364: Enable extendedglob in pattern with ${(*)name/pattern/replacement}
Bart Schaefer
2020-09-13
2
-4
/
+16
*
47352 (+ extra test cases): fix %<n>K prompt expansion
Stephane Chazelas
2020-09-10
1
-1
/
+1
*
github #64: Fix a build-time error when building against ncurses that hadn't ...
Daniel Shahaf
2020-08-28
1
-1
/
+6
*
47296 (+ unposted additional tests and comments): 'repeat' loops: Let the rep...
Daniel Shahaf
2020-08-08
1
-1
/
+1
*
47300: Document the EC_NODUP, EC_DUP, EC_DUPTOK triplet.
Daniel Shahaf
2020-08-08
2
-3
/
+27
*
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
[prev]
[next]