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
/
zsh.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
40439: PAT_HEAPDUP definition just for clarity
Barton E. Schaefer
2017-01-28
1
-0
/
+1
*
40391: Add WARN_NESTED_VAR option and functions -W.
Peter Stephenson
2017-01-23
1
-1
/
+9
*
40335: More care with autoload function path.
Peter Stephenson
2017-01-12
1
-0
/
+1
*
Add features associated with autoloading a function using an absolute
Peter Stephenson
2017-01-11
1
-1
/
+4
*
40306 with doc tweaks: Change behaviour expanding alias in () function defini...
Peter Stephenson
2017-01-10
1
-0
/
+1
*
40119: correct typo in comment
Oliver Kiddle
2016-12-08
1
-2
/
+2
*
Extra case for ERR_RETURN and ERR_EXIT.
Peter Stephenson
2016-12-05
1
-0
/
+1
*
40037: Unicode 9 character width support.
Joshua Rubin
2016-11-29
1
-1
/
+3
*
40035: Cosmetic fixes for comments and documentation.
Eitan Adler
2016-11-29
1
-1
/
+1
*
39521: Refactor start of execcmd().
Peter Stephenson
2016-10-03
1
-0
/
+16
*
39498: use PRIVILEGED option to decide on problematic parameter imports
Peter Stephenson
2016-09-30
1
-1
/
+1
*
39460: Don't import PS4 if running as root.
Peter Stephenson
2016-09-28
1
-0
/
+1
*
39331: Reparent subjob on fork with exited superjob.
Peter Stephenson
2016-09-16
1
-1
/
+4
*
zsh-users/21903: Fix ${...?...} in interactive shell.
Peter Stephenson
2016-09-14
1
-1
/
+8
*
39292: Distinguish "=" and "==" tests in output.
Peter Stephenson
2016-09-13
1
-16
/
+23
*
39181: Add PM_SINGLE and use for compstate.
Peter Stephenson
2016-09-06
1
-0
/
+1
*
38809: fix tracking of colour attributes and restore them when turning bold off
Oliver Kiddle
2016-07-08
1
-1
/
+1
*
37700: Teach ${(z)} the 'repeat WORD SUBLIST' syntax.
Daniel Shahaf
2016-01-29
1
-0
/
+1
*
37689: ! and ^ need to be tokenised in character sets
Peter Stephenson
2016-01-19
1
-7
/
+9
*
37678: Now possible to quote "-" in pattern range
Peter Stephenson
2016-01-19
1
-6
/
+12
*
37344: restore old printable quoting, add ${(q+)...}.
Peter Stephenson
2015-12-07
1
-1
/
+7
*
37314: upgrade quotedzputs() for non-printable output.
Peter Stephenson
2015-12-06
1
-0
/
+6
*
37092: make nested ${(P)name} properly refer to parameter on return
Peter Stephenson
2015-11-11
1
-12
/
+39
*
37022: add GLOB_STAR_SHORT option to abbreviate ** and ***
Peter Stephenson
2015-10-30
1
-0
/
+1
*
37014: Improved internal parameter setting.
Peter Stephenson
2015-10-29
1
-3
/
+0
*
36941: Mark file descripors in ztcp as used.
Peter Stephenson
2015-10-24
1
-4
/
+11
*
36700: unmetafy early for parameter match
Peter Stephenson
2015-09-29
1
-0
/
+26
*
36682: expand pattern interface to optimise unmetafication
Peter Stephenson
2015-09-28
1
-0
/
+10
*
36577: supplement 36559 to using LONG_MAX for 64-bit long
Peter Stephenson
2015-09-21
1
-0
/
+4
*
unposted: typo in 36559
Peter Stephenson
2015-09-21
1
-1
/
+1
*
36559: test earlier for overflow in pattern range
Peter Stephenson
2015-09-19
1
-0
/
+7
*
36478: Add [[:INCOMPLETE:]] and [[:INVALID:]] pattern tests.
Peter Stephenson
2015-09-10
1
-3
/
+14
*
35793: avoid undefined behaviour shifting signed number
Peter Stephenson
2015-07-23
1
-3
/
+4
*
35668: Improved fix for command/proc subst starting in alias.
Peter Stephenson
2015-07-02
1
-1
/
+1
*
35667: fix command substitution that starts but doesn't finish in alias
Peter Stephenson
2015-07-01
1
-0
/
+1
*
35655: APPEND_CREATE option for POSIX copmatible NO_CLOBBER
Peter Stephenson
2015-06-29
1
-0
/
+1
*
35623: All is_array assignments should be treated as having a value.
Peter Stephenson
2015-06-27
1
-5
/
+3
*
various posts: Implement assignment parsing for typeset.
Peter Stephenson
2015-06-24
1
-24
/
+63
*
Add non-metafied character length handling.
Peter Stephenson
2015-06-12
1
-1
/
+11
*
35386: expand tabs where useful in builtins outputing function.
Peter Stephenson
2015-06-05
1
-3
/
+6
*
35078: Add backslash quoting to parameter (b) flag from 35067.
Peter Stephenson
2015-05-11
1
-1
/
+1
*
35067: Add (b) parameter flag for pattern char backslashing.
Peter Stephenson
2015-05-10
1
-0
/
+10
*
Don't treat NUL as a combining character
Mikael Magnusson
2015-05-10
1
-2
/
+2
*
34784: fix old bug with history word selection
Peter Stephenson
2015-03-26
1
-2
/
+3
*
34776: improve suppression of alias expansions from history.
Peter Stephenson
2015-03-25
1
-1
/
+0
*
34570: Another nasty command / math substituion thing.
Peter Stephenson
2015-02-19
1
-21
/
+23
*
34560: Fix $(( that's actually a multiline cmd subst.
Peter Stephenson
2015-02-16
1
-0
/
+1
*
34234: use structures for normal and raw lexical buffer state
Peter Stephenson
2015-01-11
1
-6
/
+23
*
Rearrange context saving.
Peter Stephenson
2015-01-09
1
-0
/
+65
*
Fix command substitutions to parse contents as they are read in.
Peter Stephenson
2015-01-08
1
-0
/
+9
[next]