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
*
41835: handle multibyte characters with compset -p and -s
Oliver Kiddle
2017-10-11
1
-11
/
+37
*
41828, 41830: skip SHFILEEXPANSION for new nodes added by stringsubst() in pr...
Barton E. Schaefer
2017-10-08
1
-2
/
+17
*
41824: fix to not complete rest args from an _arguments set alongside the arg...
Oliver Kiddle
2017-10-07
1
-16
/
+16
*
41802 (minor tweaks): use heap during shell function call.
Peter Stephenson
2017-10-04
2
-70
/
+87
*
41787 (plus minor tweaks): use $FUNCSTACK for function nesting depth.
Peter Stephenson
2017-10-02
2
-11
/
+20
*
Add typeset -p1, like typeset -p with newlines
Peter Stephenson
2017-10-01
4
-28
/
+67
*
41789: Don't save fd if -1.
Peter Stephenson
2017-09-29
1
-8
/
+11
*
41772: fix bug in handling of long options with _arguments' -A option
Oliver Kiddle
2017-09-28
1
-1
/
+1
*
41767: preserve nonzero exit status on interrupt
Barton E. Schaefer
2017-09-27
1
-1
/
+2
*
41764 (test tweaked): allow [key]+=value when modifying arrays
Peter Stephenson
2017-09-27
3
-12
/
+48
*
41761: Ensure status from interrupt is propagated by builtin
Peter Stephenson
2017-09-26
1
-2
/
+9
*
41747: Don't create hash entry if just checking existence.
Peter Stephenson
2017-09-25
4
-9
/
+18
*
Updates for ksh array element syntax.
Peter Stephenson
2017-09-24
5
-147
/
+224
*
unposted (cf. 41672): checkrmall: Record the 41672 bug in a TODO.
Daniel Shahaf
2017-09-21
1
-0
/
+3
*
unposted (cf. 41707): internal: Document the count==0 case of checkrmall().
Daniel Shahaf
2017-09-21
1
-1
/
+3
*
41736: NO_INTERACTIVE_COMMENTS in $(...)
Barton E. Schaefer
2017-09-20
1
-1
/
+6
*
41723: one more case of 41627 in "while" loops.
Barton E. Schaefer
2017-09-18
1
-1
/
+1
*
More [key]=value tweaks
Peter Stephenson
2017-09-14
1
-3
/
+5
*
First go at var=([key]=value) syntax.
Peter Stephenson
2017-09-13
4
-33
/
+206
*
41688: builtin wait for all jobs should ignore STAT_NOPRINT
Peter Stephenson
2017-09-13
1
-1
/
+2
*
unposted: internal: Document zreaddir().
Daniel Shahaf
2017-09-11
1
-0
/
+10
*
41666: zpty compatibility for OpenBSD
Thierry Ghelew
2017-09-11
1
-1
/
+6
*
41668: New --emulate option on invocation.
Peter Stephenson
2017-09-11
3
-35
/
+107
*
41662: exec -a arguments weren't sanitised
Peter Stephenson
2017-09-10
1
-0
/
+3
*
41661: Need to remove tokens before using bufferwords() for (z)
Peter Stephenson
2017-09-10
1
-2
/
+6
*
41641: Some math operations shouldn't be lvalues.
Peter Stephenson
2017-09-05
1
-8
/
+2
*
41633: Fix problem backgrounding function definitions.
Peter Stephenson
2017-09-04
1
-1
/
+6
*
Fix problem with ERR_RETURN.
Peter Stephenson
2017-08-31
1
-4
/
+3
*
41608 (plus tests): restore ERR_EXIT before function.
Peter Stephenson
2017-08-29
1
-1
/
+1
*
41590 modified as 41595: make ERR_RETURN more logical.
Peter Stephenson
2017-08-24
5
-19
/
+48
*
posted but has not shown up: fix fd problem in subshell.
Peter Stephenson
2017-08-15
2
-3
/
+27
*
41542: Fix pcre logic for extracting matched parentheses.
Peter Stephenson
2017-08-14
1
-25
/
+43
*
41527 (tweaked for heap memory): fix [[ -<cond> ]] from modules
Phil Pennock
2017-08-11
1
-2
/
+13
*
41504: make empty strings work in case patterns with no leading parenthesis
Peter Stephenson
2017-08-09
2
-13
/
+41
*
Revert "41499 (with one further tweak): POSIX_STRINGS behaviour."
Peter Stephenson
2017-08-08
1
-18
/
+2
*
41499 (with one further tweak): POSIX_STRINGS behaviour.
Peter Stephenson
2017-08-07
1
-2
/
+18
*
41484: Make ${(q+)...} quote backsleshes.
Martijn Dekker
2017-08-03
1
-1
/
+5
*
41464, 41466: With POSIX_BUILTINS, exec only executes sexternal commands.
Peter Stephenson
2017-07-27
1
-2
/
+12
*
41420: "{.." wasn't check for brace expansion properly
Peter Stephenson
2017-07-13
1
-0
/
+2
*
41402: Delay has_tokens() in ecstrcode as may not be needed
Sebastian Gniazdowski
2017-07-09
1
-1
/
+5
*
41402: Add hasher to ecstrcode to reduce string comparisons
Sebastian Gniazdowski
2017-07-09
2
-1
/
+6
*
Delay processing "disown" for superjob.
Peter Stephenson
2017-07-04
2
-0
/
+9
*
Avoid invalid access with isearch in completion list
Maxime de Roucy
2017-07-04
1
-5
/
+7
*
41375: GDBM interface bug fixes
Sebastian Gniazdowski
2017-07-03
1
-63
/
+93
*
41386: when backgrounding a STAT_CURSH job, remove the flag.
Peter Stephenson
2017-07-02
1
-1
/
+3
*
22760: fix partial string length reports with NO_MULTIBYTE
Peter Stephenson
2017-07-02
1
-1
/
+1
*
41368: Add missing unqueue_signals() to compctl.
Peter Stephenson
2017-06-27
1
-0
/
+2
*
41308 (tweaked): behaviour of PCRE with NUL bytes
Phil Pennock
2017-06-22
1
-11
/
+26
*
41319: dupstring a possibly readonly string before modifying
Mikael Magnusson
2017-06-19
1
-1
/
+1
*
41322: reduce number of changes in signal queuing/blocking state during shing...
Barton E. Schaefer
2017-06-19
1
-3
/
+5
[next]