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
*
26116: didn't get updated properly for combining characters
Peter Stephenson
2008-12-07
1
-6
/
+5
*
26095: compilation error if TIOCGWINSZ not defined
Peter Stephenson
2008-11-27
1
-0
/
+2
*
26091: crash at end of history line if history not in use
Peter Stephenson
2008-11-25
1
-6
/
+8
*
François Revol: some BeOS fixes
Peter Stephenson
2008-11-18
2
-1
/
+6
*
26061: fix clash between process subst and numeric glob
Peter Stephenson
2008-11-18
5
-19
/
+21
*
26056 "< <(...)more_stuff" etc. are errors
Peter Stephenson
2008-11-17
1
-1
/
+6
*
26055: ensure process substitution is handled before parameter and command
Peter Stephenson
2008-11-17
1
-4
/
+9
*
26047: convert lower levels of completion matching to use
Peter Stephenson
2008-11-15
6
-310
/
+392
*
26042 with some fixes from 26043 (Mikael):
Peter Stephenson
2008-11-13
3
-58
/
+67
*
26030: fix memory leak in vared
Oliver Kiddle
2008-11-12
1
-0
/
+1
*
26028: close temporary file when aborting fc
Oliver Kiddle
2008-11-12
1
-0
/
+3
*
26024: don't leave ref count incremented when aborting bindkey with an error
Oliver Kiddle
2008-11-11
1
-1
/
+2
*
26027: free pprogc before it goes out of scope in makecomplistflags.
Clint Adams
2008-11-11
1
-0
/
+1
*
26025: prefer handling user input to zle -F file descriptor
Peter Stephenson
2008-11-11
1
-8
/
+15
*
unposted: revert 26014.
Clint Adams
2008-11-08
1
-4
/
+2
*
26014: don't allocate and leak a patprog if it's not going to be used.
Clint Adams
2008-11-06
1
-2
/
+4
*
26013: don't ztrdup the other buffer returned by inet_ntoa. cf. 25987.
Clint Adams
2008-11-06
1
-1
/
+1
*
"typeset -g <var>" should be silent even without TYPESET_SILENT
Peter Stephenson
2008-11-05
1
-1
/
+2
*
25989: fix crash in matching
Peter Stephenson
2008-11-02
1
-36
/
+27
*
25987: don't ztrdup the buffer returned by inet_ntoa.
Clint Adams
2008-11-01
1
-1
/
+1
*
25985: don't try to disable signal traps if getsignum returns -1.
Clint Adams
2008-11-01
1
-2
/
+4
*
25983: Fix bug in hash builtin with empty hash entry name
Oliver Kiddle
2008-10-31
1
-3
/
+7
*
25975: bad tests for pattern match when building up a completion line string
Peter Stephenson
2008-10-30
1
-3
/
+11
*
25972: leaked and uninitialised memory found by valgrind
Peter Stephenson
2008-10-30
2
-1
/
+2
*
25971: fix options handling for builtins that handle their own
Peter Stephenson
2008-10-30
2
-6
/
+13
*
25969: two bugs with metafication plus a test for one
Peter Stephenson
2008-10-30
2
-5
/
+9
*
25963: Interrupt at spell check prompt output garbage
Peter Stephenson
2008-10-30
1
-1
/
+2
*
users/13418: protect against have_strcodes lying
Peter Stephenson
2008-10-30
1
-2
/
+8
*
25949: remove dead code in getvisrchstr.
Clint Adams
2008-10-30
1
-6
/
+2
*
25940: delay !multi memory allocation until after possibility to error out an...
Clint Adams
2008-10-29
1
-7
/
+7
*
25937: builtins with no options should still ignore --
Peter Stephenson
2008-10-28
1
-0
/
+3
*
25930: dynamic directory expansion memory handling was screwy
Peter Stephenson
2008-10-24
2
-197
/
+223
*
users/13375: trivial rewrite to ternary expression
Peter Stephenson
2008-10-23
1
-1
/
+4
*
25926: free val only after it may be passed to strlen (as in 25656).
Clint Adams
2008-10-23
1
-1
/
+1
*
25912: fix another metafication bug in completion
Peter Stephenson
2008-10-18
1
-19
/
+39
*
25910: avoid dangling file handle in bin_print.
Clint Adams
2008-10-18
1
-1
/
+4
*
25905: fix and test doubled-hash radix output
Peter Stephenson
2008-10-16
1
-1
/
+2
*
25898: avoid dereference of p after it is freed in getmathfunc.
Clint Adams
2008-10-14
1
-1
/
+2
*
25897: remove small bit of dead code in cfp_opt_pats.
Clint Adams
2008-10-14
1
-2
/
+2
*
25896: remove small bit of dead code in execbuiltin.
Clint Adams
2008-10-14
1
-4
/
+1
*
25860: avoid possible NULL dereferencing in bld_parts.
Clint Adams
2008-10-12
1
-1
/
+2
*
25859: avoid possible NULL dereferencing if RC_QUOTES is set.
Clint Adams
2008-10-12
1
-1
/
+1
*
25845: fix pattern but with backslashed and metafied charaters
Peter Stephenson
2008-10-11
1
-1
/
+7
*
Fixed a signed/unsigned compiler warning.
Wayne Davison
2008-10-11
1
-1
/
+1
*
25140: improve error handling/reporting for here-document temp files.
Bart Schaefer
2008-10-10
1
-2
/
+3
*
25831: fix empty return values from subscript matches with RC_EXPAND_PARAM
Peter Stephenson
2008-10-09
2
-15
/
+24
*
25817: make "fc -l" more careful to list all recent history
Peter Stephenson
2008-10-06
1
-2
/
+22
*
25791: force return from eval-style DEBUG trap lost status
Peter Stephenson
2008-10-01
1
-2
/
+4
*
25777: argument to gdbmsetfn()
Peter Stephenson
2008-09-30
1
-1
/
+1
*
25775: fix logical problem with function line numbering inside eval-style traps
Peter Stephenson
2008-09-29
4
-5
/
+19
[next]