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
*
29677: Do not allow external processes in a pipeline to become suspended
Bart Schaefer
2011-08-14
3
-5
/
+16
*
unposted: fix capitalized word in the middle of a sentence
Mikael Magnusson
2011-08-14
1
-1
/
+1
*
unposted: fix a typo in a comment.
Mikael Magnusson
2011-08-14
1
-1
/
+1
*
fix datetime autofeatures
Peter Stephenson
2011-08-11
1
-1
/
+1
*
fix tests using zsh/datetime that I broke
Peter Stephenson
2011-08-11
1
-3
/
+15
*
29674: add $epochtime to datetime
Peter Stephenson
2011-08-11
1
-1
/
+45
*
29663: add $EPOCHREALTIME to zsh/datetime
Peter Stephenson
2011-08-10
2
-0
/
+32
*
29654: "wait" should resume stopped jobs identified by process ID as well
Bart Schaefer
2011-08-10
2
-7
/
+16
*
29643: set incompfunc to zero when executing hook or trap function
Peter Stephenson
2011-08-04
3
-7
/
+14
*
29644: work around _describe bug, plus cosmetic tweaks
Peter Stephenson
2011-08-03
2
-2
/
+14
*
29633: more care with anonymous and other functions
Peter Stephenson
2011-08-03
1
-2
/
+8
*
29626: arguments to anonymous functions shouldn't be parsed as command words
Peter Stephenson
2011-07-28
2
-0
/
+3
*
29561: Allow closing of fd's not recorded by the shell
Peter Stephenson
2011-07-25
2
-21
/
+25
*
29555: fix problem using open fd beyond max_zsh_fd
Peter Stephenson
2011-07-19
1
-5
/
+11
*
users/16131: skip reading empty history file
Peter Stephenson
2011-07-18
1
-3
/
+5
*
29542: fix crash in hbegin(), remove bad test
Peter Stephenson
2011-07-12
2
-38
/
+114
*
29530: ${...?...} shouldn't cause an error with NO_EXEC option
Peter Stephenson
2011-07-01
1
-13
/
+15
*
29503: Missing popheap() on failed autoload
Peter Stephenson
2011-06-23
2
-4
/
+1
*
29492: add argument handling to anonymous functions
Peter Stephenson
2011-06-19
3
-33
/
+92
*
unposted: Remove additional for loop noticed by Mikael
Peter Stephenson
2011-06-19
1
-2
/
+0
*
29491: remove some variables set but not used
Peter Stephenson
2011-06-19
11
-37
/
+28
*
29490: add RLIMIT_RTTIME
Peter Stephenson
2011-06-19
3
-4
/
+36
*
29481: always return a matching job in findproc() but scan the whole list
Bart Schaefer
2011-06-15
2
-5
/
+6
*
29472: findproc() needs at least to also return stopped jobs.
Bart Schaefer
2011-06-12
1
-1
/
+2
*
29462: fix warning
Peter Stephenson
2011-06-06
1
-1
/
+1
*
29459: Further fixes for parameter flag completion,
Peter Stephenson
2011-06-04
1
-2
/
+4
*
29452: allow completion of parameter flags
Peter Stephenson
2011-06-03
1
-3
/
+13
*
29451: ${##stuff} removes stuff from the head of $#
Peter Stephenson
2011-06-03
1
-1
/
+10
*
29413: "print -S" for saving to history with lexical word split
Peter Stephenson
2011-06-03
2
-113
/
+170
*
histlexwords splitting of ";;" in case
Peter Stephenson
2011-05-27
1
-0
/
+7
*
29382: apply 29374 to zccmd_input too.
Bart Schaefer
2011-05-27
1
-2
/
+2
*
29329: fix undefined behaviour in math.c
Mikael Magnusson
2011-05-27
1
-1
/
+2
*
29374: exit ZLE immediately if exit pending when keypress expected
Peter Stephenson
2011-05-26
1
-2
/
+2
*
29367, 29368: avoid redirecting the xtrace of simple commands along with
Bart Schaefer
2011-05-24
1
-1
/
+1
*
29351: casts needed to pass integers through stdarg
Peter Stephenson
2011-05-23
1
-2
/
+3
*
29224: Support negative LEN in ${VAR:OFFSET:LEN} like bash.
Mikael Magnusson
2011-05-19
1
-9
/
+31
*
29261: Add g:: flag.
Mikael Magnusson
2011-05-19
1
-0
/
+56
*
29307, 29308 + replies: Fix some doubled words in docs and comments.
Mikael Magnusson
2011-05-19
9
-10
/
+10
*
29313: better sh emulation with SHWORDPLIT and empty $IFS
Bart Schaefer
2011-05-18
1
-13
/
+18
*
29312, users/16032: add "zparseopts -M"
Bart Schaefer
2011-05-18
1
-3
/
+68
*
29282: hide prototypes for ZSH_HEAP_DEBUG with #ifdef's
Peter Stephenson
2011-05-14
1
-0
/
+5
*
29276: always typedef Heapid for use by auto-generated header files.
Bart Schaefer
2011-05-14
1
-1
/
+2
*
29268: extra dupstring() for value to be used in completion match group
Peter Stephenson
2011-05-14
1
-1
/
+1
*
29267: add -enable-zsh-debug and use for debugging completion matcher groups
Peter Stephenson
2011-05-14
7
-6
/
+386
*
Danek: 29254: fix some compiler warnings
Peter Stephenson
2011-05-13
5
-4
/
+2
*
Jérémie Roquet: 29258: mark a couple more functions for export.
Peter Stephenson
2011-05-13
1
-2
/
+2
*
29208: make vimatchbracket more useful in emacs mode
Mikael Magnusson
2011-05-12
1
-0
/
+3
*
29217: main shell now depends on zshcurses.h and zshterm.h
Peter Stephenson
2011-05-11
1
-3
/
+1
*
rename system.h to zsh_system.h
Peter Stephenson
2011-05-10
3
-2
/
+2
*
29214: use -I rather than explicit path to find headers
Peter Stephenson
2011-05-10
3
-8
/
+4
[next]