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
*
Add SHORT_REPEAT option
Mikael Magnusson
2020-04-02
1
-0
/
+1
*
45583/0004: internal: Add some comments around wordcodes. No functional change.
Daniel Shahaf
2020-03-22
1
-2
/
+6
*
45583/0003: internal: Add some comments around Eccstr. No functional change.
Daniel Shahaf
2020-03-22
1
-2
/
+22
*
Fix typos reported by codespell in Src/
Mikael Magnusson
2020-01-09
1
-1
/
+1
*
45269: Fix misspellings in completions and elsewhere.
Jens Schleusener
2020-01-09
1
-1
/
+1
*
45058: internal: Add symbolic names to possible values of zexit()'s "from_whe...
Daniel Shahaf
2019-12-17
1
-0
/
+8
*
45004: Fix typos in comments
Martijn Dekker
2019-12-11
1
-8
/
+8
*
44198: Add cd_silent option to suppress all cd output
dana
2019-04-12
1
-0
/
+1
*
43759: add support for true colour terminals
Oliver Kiddle
2018-11-05
1
-9
/
+24
*
43747: new module to map colours from hex triplets to the nearest matching co...
Oliver Kiddle
2018-11-05
1
-0
/
+7
*
43674: Split more PM_ flags for variables and functions.
Peter Stephenson
2018-10-12
1
-20
/
+19
*
43616: Various parameter setting and display fixes.
Peter Stephenson
2018-10-08
1
-9
/
+14
*
43446: More entersubsh() / addproc() wiring.
Peter Stephenson
2018-09-12
1
-0
/
+8
*
users/23472: Add $sysparams[procsubstpid] to zsh/system
Peter Stephenson
2018-06-15
1
-0
/
+1
*
42793: Always define FDT_PROC_SUBST even if not needed.
Peter Stephenson
2018-05-17
1
-3
/
+2
*
42322 (tweaked): Fix interactive_comments history with just a coment.
Peter Stephenson
2018-01-24
1
-0
/
+1
*
42245: Abort last word on interactve comment.
Peter Stephenson
2018-01-08
1
-0
/
+1
*
42156: new CHECK_RUNNING_JOBS option demanded by bash groupies
Peter Stephenson
2017-12-22
1
-0
/
+1
*
33395: Improvments for function managment.
Peter Stephenson
2017-12-22
1
-0
/
+1
*
Add typeset -p1, like typeset -p with newlines
Peter Stephenson
2017-10-01
1
-5
/
+6
*
41764 (test tweaked): allow [key]+=value when modifying arrays
Peter Stephenson
2017-09-27
1
-1
/
+3
*
41747: Don't create hash entry if just checking existence.
Peter Stephenson
2017-09-25
1
-0
/
+1
*
Updates for ksh array element syntax.
Peter Stephenson
2017-09-24
1
-4
/
+16
*
First go at var=([key]=value) syntax.
Peter Stephenson
2017-09-13
1
-2
/
+15
*
41668: New --emulate option on invocation.
Peter Stephenson
2017-09-11
1
-0
/
+8
*
41590 modified as 41595: make ERR_RETURN more logical.
Peter Stephenson
2017-08-24
1
-0
/
+11
*
posted but has not shown up: fix fd problem in subshell.
Peter Stephenson
2017-08-15
1
-0
/
+12
*
41402: Add hasher to ecstrcode to reduce string comparisons
Sebastian Gniazdowski
2017-07-09
1
-0
/
+1
*
Delay processing "disown" for superjob.
Peter Stephenson
2017-07-04
1
-0
/
+1
*
41239: Save and restore default history event on context stack.
Peter Stephenson
2017-06-07
1
-0
/
+1
*
41164: Don't free a history entry if it's curline.
Peter Stephenson
2017-05-30
1
-1
/
+0
*
41113 (tweaked): Save current line linkage to history ring.
Peter Stephenson
2017-05-18
1
-0
/
+1
*
41090: Replace iswprint() if unicode9 is enabled.
Jun-ichi Takimoto
2017-05-12
1
-11
/
+1
*
40760: Always tokenize unquoted - to Dash.
Peter Stephenson
2017-03-07
1
-0
/
+10
*
40536: Prepend directory to $fpath.
Peter Stephenson
2017-02-13
1
-0
/
+1
*
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
[next]