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
Commit message (
Expand
)
Author
Age
Files
Lines
*
35075: improve manual format
Jun-ichi Takimoto
2015-05-12
25
-375
/
+420
*
35049: allow jail completion to include jid 0 for the host and to
Oliver Kiddle
2015-05-11
4
-14
/
+39
*
35078: Add backslash quoting to parameter (b) flag from 35067.
Peter Stephenson
2015-05-11
3
-2
/
+7
*
35067: Add (b) parameter flag for pattern char backslashing.
Peter Stephenson
2015-05-10
7
-6
/
+72
*
Don't treat NUL as a combining character
Mikael Magnusson
2015-05-10
2
-2
/
+6
*
35066: Minor completion fix for pasted arguments
Daniel Shahaf
2015-05-09
3
-2
/
+8
*
35064: rename ISPRINT to ZISPRINT to avoid conflict
Jun-ichi Takimoto
2015-05-09
4
-5
/
+10
*
35059: fix, document, test readonly -p.
Peter Stephenson
2015-05-08
4
-70
/
+138
*
35056: turn off PROMPT_SP for interactive test
Peter Stephenson
2015-05-08
2
-5
/
+12
*
35057: make URL clickable (again)
Jun-ichi Takimoto
2015-05-08
2
-1
/
+6
*
35054: readonly -p + POSIXBUILTINS fix.
Peter Stephenson
2015-05-07
3
-4
/
+20
*
35052: new BSD completions
Eric Cook
2015-05-07
5
-0
/
+146
*
35046: unwind cmdstack when erroring out of lexing a parameter expansion in b...
Barton E. Schaefer
2015-05-06
2
-1
/
+9
*
c.f. 35041: typo in zle.yo
Peter Stephenson
2015-05-06
2
-1
/
+5
*
35034: improve manual format up to Chapter18
Jun-ichi Takimoto
2015-05-06
10
-254
/
+269
*
Update for 5.0.7-dev-2.
zsh-5.0.7-dev-2
Peter Stephenson
2015-05-05
3
-7
/
+13
*
35032: Handle SIGCONT for process better.
Peter Stephenson
2015-05-05
2
-1
/
+8
*
unposted: fix descriptions in previous -zcalc commit (cosmetic)
Peter Stephenson
2015-05-05
2
-4
/
+6
*
35033: trivial zcalc completion
Peter Stephenson
2015-05-05
2
-0
/
+11
*
35029: improvements to newline handling for vi-mode word movement
Oliver Kiddle
2015-05-04
3
-18
/
+126
*
Fix two bugs in typeset_setbase
Mikael Magnusson
2015-05-04
2
-3
/
+8
*
NEWS update
Peter Stephenson
2015-05-03
2
-8
/
+33
*
35011: update completions for some common Unix commands,
Oliver Kiddle
2015-05-03
44
-732
/
+1493
*
35009: updates for 5.0.8
Peter Stephenson
2015-05-01
3
-11
/
+10
*
35008: clarify description of 'exec' and 'return'
Jun-ichi Takimoto
2015-05-01
2
-6
/
+17
*
35007: Note in doc about scope of ZLE parameters
Peter Stephenson
2015-05-01
2
-0
/
+19
*
34992: POSIX fix for readonly variables.
Peter Stephenson
2015-04-29
5
-5
/
+69
*
34989: AUTO_CD needs to call cd --.
Peter Stephenson
2015-04-28
2
-0
/
+6
*
34980: expanding make variables was broken
Jared Ahern
2015-04-28
1
-0
/
+3
*
34980: in completion match new Makefile assignment forms
Peter Stephenson
2015-04-28
2
-6
/
+9
*
34979: Preserve job text when doing shell job fix.
Peter Stephenson
2015-04-28
2
-1
/
+16
*
34977: more reliable test if preprocessor is GNU
Peter Stephenson
2015-04-28
2
-2
/
+7
*
34966: "whence -v" for a function reports whether the function is autoloaded ...
Barton E. Schaefer
2015-04-25
2
-3
/
+14
*
34965: consistent use of zalloc/zrealloc/zfree
Barton E. Schaefer
2015-04-25
2
-3
/
+5
*
34961: avoid _message because it aborts completer list too early
Barton E. Schaefer
2015-04-25
2
-1
/
+4
*
34961: unquote history words when command line has a quote
Barton E. Schaefer
2015-04-25
2
-1
/
+9
*
34961: properly handle the case of finding no files when searching $fpath and...
Barton E. Schaefer
2015-04-25
2
-0
/
+4
*
34961: minor wording clarification
Barton E. Schaefer
2015-04-25
2
-1
/
+3
*
34961: $TZ is implicitly local in builtin strftime (originally workers/34602 ...
Barton E. Schaefer
2015-04-25
2
-1
/
+23
*
34961: clean up declarations of quote() and quotebreak()
Barton E. Schaefer
2015-04-25
2
-3
/
+5
*
34961: sysparams[pid] and sysparams[ppid] added to variables index
Barton E. Schaefer
2015-04-25
2
-0
/
+5
*
34961: replace a couple of free() with zfree() for consistency
Barton E. Schaefer
2015-04-25
3
-2
/
+5
*
34961: add backslash to alias expansion matching (related to workers/32186)
Barton E. Schaefer
2015-04-25
2
-1
/
+4
*
34961: test for breadth-first glob with (Y1) qualifier (originally workers/32...
Barton E. Schaefer
2015-04-25
2
-0
/
+7
*
34955: save and restore list_pipe_job with its friends
Peter Stephenson
2015-04-24
2
-2
/
+10
*
34940: _fc: fix typo breaking completion for history
Oliver Kiddle
2015-04-24
2
-1
/
+6
*
Revert "34926: _fc: Remove a spurious 2"
Mikael Magnusson
2015-04-21
2
-5
/
+1
*
34926: _fc: Remove a spurious 2
Mikael Magnusson
2015-04-19
2
-1
/
+5
*
34921: handle error in recursive par_event().
Peter Stephenson
2015-04-17
2
-0
/
+5
*
34920: info on git pull
Peter Stephenson
2015-04-17
2
-2
/
+13
[next]