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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed bin_print() to handle \c escapes as per POSIX (truncating the
Wayne Davison
2005-07-26
1
-5
/
+16
*
If getkeystring() finds a \c escape (when looking for such escapes),
Wayne Davison
2005-07-26
1
-1
/
+3
*
The parsing of \c in $foo[(pws:\c:)1] should treat \c as an unknown
Wayne Davison
2005-07-24
1
-1
/
+1
*
Improved the function comment for getkeystring().
Wayne Davison
2005-07-24
1
-10
/
+11
*
Added missing "goto" in handling of 'c' escape (fix from
Wayne Davison
2005-07-24
1
-0
/
+2
*
An install fix for Cygwin from Thorsten Dahlheimer.
Wayne Davison
2005-07-24
1
-0
/
+1
*
unposted: bring various .distfiles up to date
Peter Stephenson
2005-07-21
1
-0
/
+1
*
21500: Add script and function as framework for new user stuff.
Peter Stephenson
2005-07-20
1
-2
/
+3
*
21498: Add zsh/newuser module
Peter Stephenson
2005-07-20
5
-42
/
+194
*
Implement the new PROMPT_SP option.
Wayne Davison
2005-07-15
1
-1
/
+23
*
Reference 4 extra termcap items: save-cursor, restore-cursor, the
Wayne Davison
2005-07-15
1
-5
/
+18
*
Add "promptsp" to the optname optns[] array.
Wayne Davison
2005-07-15
1
-0
/
+1
*
Added the PROMPTSP option plus 3 new termcap defines
Wayne Davison
2005-07-15
1
-1
/
+5
*
21466: mkdir -p didn't work with symlinks
Peter Stephenson
2005-07-14
1
-1
/
+1
*
21428: Travis: fix crash on bad compvalues call
Bart Schaefer
2005-07-12
1
-1
/
+2
*
21402: Fix crash with case-insensitive matching.
Peter Stephenson
2005-07-06
1
-4
/
+16
*
21391: only pass SIGINT and SIGQUIT from foreground processes to the shell.
Peter Stephenson
2005-06-28
1
-2
/
+4
*
21317: fix bug where recursive glob within e qualifier would hang the shell
Oliver Kiddle
2005-06-21
1
-1
/
+0
*
21352: Harald van Dijk: handle null after % in printf format specifier
Oliver Kiddle
2005-06-17
1
-1
/
+1
*
Prevent double precmd during "fc -e -"
Bart Schaefer
2005-06-13
1
-1
/
+1
*
unposted: need const for result of getsigname()
Peter Stephenson
2005-06-01
1
-1
/
+1
*
21296: Add ERR alias for ZERR where possible.
Peter Stephenson
2005-06-01
3
-27
/
+48
*
21270: don't use poll() on Apple
Peter Stephenson
2005-05-23
1
-0
/
+9
*
users/8856, users/8863: which-command stuff
Peter Stephenson
2005-05-23
1
-1
/
+4
*
Joerg Sonnenberger: 21252: Dragonfly BSD support
Oliver Kiddle
2005-05-11
1
-5
/
+3
*
Add [[:IFS:]] etc. tests.
Peter Stephenson
2005-05-09
1
-2
/
+30
*
21197: Fix LOCAL_TRAPS inside another trap
Peter Stephenson
2005-04-27
2
-5
/
+10
*
21194: fix handling of zero-length quoted test strings for patterns
Peter Stephenson
2005-04-26
1
-1
/
+3
*
Fix handling of metafied characters in trailing whitespace on read
Peter Stephenson
2005-04-25
1
-2
/
+11
*
Remove excess argument of zwcstat()
Bart Schaefer
2005-04-24
1
-4
/
+4
*
21174 adjustments to 21170
Bart Schaefer
2005-04-24
1
-2
/
+4
*
Optimise length calculations for ${...//.../...}
Peter Stephenson
2005-04-24
3
-33
/
+47
*
20162: in printlist() don't output new line if we haven't printed anything
Geoff Wing
2005-04-22
1
-4
/
+3
*
21143: more care about special file descriptors
Peter Stephenson
2005-04-15
2
-7
/
+21
*
21141: fix some issues associated with the {myfd}>... syntax
Peter Stephenson
2005-04-14
1
-10
/
+67
*
21133: New {myfd} syntax for allocating file descriptors
Peter Stephenson
2005-04-12
4
-60
/
+200
*
21131: exit with status 127 when script not found
Peter Stephenson
2005-04-11
1
-4
/
+4
*
* 21125: Src/Zle/zle_main.c: do an initial conversion when zle is loaded.
Clint Adams
2005-04-08
1
-0
/
+1
*
* 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache a
Clint Adams
2005-04-08
3
-0
/
+22
*
Toby Peterson: 21083: RLIMIT_AS and RLIMIT_RSS are the same in Mac OX X
Peter Stephenson
2005-04-04
2
-2
/
+10
*
21082: Dan Nelson: fix zsh -c exit status on parse error
Peter Stephenson
2005-04-04
1
-0
/
+2
*
21078: parse errors didn't cause non-zero exit status
Peter Stephenson
2005-04-01
1
-0
/
+5
*
21049: Don't close process substitution file descriptors for external programmes
Peter Stephenson
2005-03-31
4
-27
/
+64
*
21045: fix some uses of Meta characters in completion
Peter Stephenson
2005-03-21
2
-8
/
+38
*
21042: limitations with execute-named-command
Peter Stephenson
2005-03-21
1
-0
/
+2
*
Honor the setting of the new HISTSAVEBYCOPY option when rewriting
Wayne Davison
2005-03-18
1
-5
/
+22
*
Added the histsavebycopy option.
Wayne Davison
2005-03-18
1
-0
/
+1
*
Added HISTSAVEBYCOPY to the options enum.
Wayne Davison
2005-03-18
1
-0
/
+1
*
21014: remember_edits() was broken
Peter Stephenson
2005-03-18
1
-1
/
+3
*
20983: failed glob from fixed strings segments in globbed paths
Peter Stephenson
2005-03-16
1
-8
/
+13
[prev]
[next]