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
*
A few minor style tweaks (as discussed in 20595 and 20596).
Wayne Davison
2004-12-01
1
-6
/
+7
*
Corrected the error-return comment for zchdir() and optimized the
Wayne Davison
2004-11-29
1
-9
/
+8
*
20591: Stephane Chazelas: use of fchdir in zchdir leaked fd's
Peter Stephenson
2004-11-29
1
-3
/
+7
*
20592: Debian bug#283358: $((##)) failed erratically
Peter Stephenson
2004-11-29
1
-0
/
+4
*
20576: fix core dump on TRAPEXIT
Peter Stephenson
2004-11-23
1
-1
/
+13
*
20572: Allow alternative signal names
Peter Stephenson
2004-11-22
5
-36
/
+153
*
20568: debug test in pattern.c was out of date
Peter Stephenson
2004-11-19
1
-1
/
+1
*
20566++: prefer SIGCHLD to SIGCLD and SIGPOLL to SIGIO
Peter Stephenson
2004-11-19
1
-0
/
+2
*
users/8219: add $HISTCMD
Peter Stephenson
2004-11-16
1
-0
/
+1
*
20556: change SOCKLEN_T to ZSOCKLEN_T to avoid clash
Peter Stephenson
2004-11-16
3
-5
/
+5
*
fix "compadd -k assoc1 assoc2"
Bart Schaefer
2004-11-05
1
-2
/
+3
*
20528: exec 8>>(grep a) waited incorrectly for grep to finish
Peter Stephenson
2004-10-29
1
-7
/
+20
*
20522: must-match optimisation in parameter substitution broken
Peter Stephenson
2004-10-26
1
-2
/
+14
*
Fixed an arg in a call to times() (from Borzenkov Andrey).
Wayne Davison
2004-10-22
1
-1
/
+1
*
20513: fix tests of zero-length patterns
Peter Stephenson
2004-10-22
2
-3
/
+16
*
Use the new gettempfile() function.
Wayne Davison
2004-10-21
4
-16
/
+9
*
Added gettempfile(), which works like a custom mkstemp() (in addition
Wayne Davison
2004-10-21
1
-0
/
+41
*
Added bicat() that works like dyncat(), but uses permanent memory
Wayne Davison
2004-10-18
1
-0
/
+17
*
Call gettempname() with its new args.
Wayne Davison
2004-10-18
2
-4
/
+4
*
- Fixed an unsafe use of gettempname().
Wayne Davison
2004-10-18
1
-3
/
+5
*
Made gettempname() take a prefix arg and a use_heap arg. When prefix is
Wayne Davison
2004-10-18
1
-9
/
+15
*
- Improved lockhistfile() to use the new gettempname() for a unique
Wayne Davison
2004-10-18
1
-14
/
+15
*
20500: Unmetafy patterns where possible and other minor pattern fixes
Peter Stephenson
2004-10-18
4
-248
/
+525
*
Made zclose() avoid calling close() when fd < 0.
Wayne Davison
2004-10-18
1
-1
/
+2
*
In zleread(), initialize the first byte of the "line" buffer to '\0'
Wayne Davison
2004-10-17
1
-0
/
+1
*
20490: Don't assume null termination for test string in pattern matching.
Peter Stephenson
2004-10-15
2
-104
/
+232
*
20482: but with completion inside interactive completion
Peter Stephenson
2004-10-14
1
-1
/
+49
*
20467: Reintroduce rusage-based escapes for TIMEFMT.
Peter Stephenson
2004-10-08
4
-55
/
+134
*
20462: Use getrusage for timing again.
Peter Stephenson
2004-10-07
5
-37
/
+140
*
20412, tweaked: Make test builtin more POSIX compatible
Peter Stephenson
2004-10-05
5
-90
/
+182
*
20418: report parse error rather than crash on unfinished pipelines.
Bart Schaefer
2004-10-02
1
-2
/
+6
*
- Call saveandpophiststack() with its new writeflags arg.
Wayne Davison
2004-10-01
1
-1
/
+2
*
- Added an arg to saveandpophiststack() to allow the caller to
Wayne Davison
2004-10-01
1
-3
/
+4
*
- Call saveandpophiststack() with its new writeflags arg.
Wayne Davison
2004-10-01
1
-3
/
+6
*
Changed HFILE_GOT_SIGNAL to HFILE_NO_REWRITE.
Wayne Davison
2004-10-01
1
-1
/
+1
*
Silence unused-parameter warnings from the compiler.
Wayne Davison
2004-10-01
1
-2
/
+2
*
Added HFILE_GOT_SIGNAL.
Wayne Davison
2004-10-01
1
-0
/
+1
*
Use convbase() instead of a "%d" format to convert a zlong.
Wayne Davison
2004-10-01
1
-3
/
+5
*
We can't use "%d" on a histent number (which is a zlong these days).
Wayne Davison
2004-10-01
1
-1
/
+1
*
20398: allow clean exit from within widget function
Peter Stephenson
2004-09-21
1
-1
/
+7
*
20391: SHLVL wasn't updated in environment
Peter Stephenson
2004-09-20
1
-2
/
+2
*
20388: tweak ignoreeof behavior on user-defined widgets to match docs.
Bart Schaefer
2004-09-20
1
-1
/
+7
*
20387: revised algorithm for the fix in 20363.
Bart Schaefer
2004-09-20
2
-16
/
+10
*
20378: Matthias B.: fix bugs joining with metafied chars.
Peter Stephenson
2004-09-17
2
-4
/
+2
*
20363: Src/init.c, Src/Zle/zle_main.c
Peter Stephenson
2004-09-13
2
-5
/
+15
*
20348: rejig WIDGETSTYLE and add WIDGETFUNC
Peter Stephenson
2004-09-10
1
-1
/
+18
*
20331: Use internal zlong variables for consistency
Peter Stephenson
2004-09-09
7
-64
/
+106
*
20330: rationalise zle return statuses
Peter Stephenson
2004-09-08
1
-1
/
+1
*
20325: consensus fix for "command -v" crash w/POSIXBUILTINS.
Bart Schaefer
2004-09-08
1
-2
/
+13
*
20320: rewrite of 20318, for sanity.
Bart Schaefer
2004-09-08
1
-12
/
+9
[next]