index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
Age
Commit message (
Expand
)
Author
Files
Lines
2004-11-19
20568: debug test in pattern.c was out of date
Peter Stephenson
1
-1
/
+1
2004-11-19
20566++: prefer SIGCHLD to SIGCLD and SIGPOLL to SIGIO
Peter Stephenson
1
-0
/
+2
2004-11-16
users/8219: add $HISTCMD
Peter Stephenson
1
-0
/
+1
2004-11-16
20556: change SOCKLEN_T to ZSOCKLEN_T to avoid clash
Peter Stephenson
3
-5
/
+5
2004-11-05
fix "compadd -k assoc1 assoc2"
Bart Schaefer
1
-2
/
+3
2004-10-29
20528: exec 8>>(grep a) waited incorrectly for grep to finish
Peter Stephenson
1
-7
/
+20
2004-10-26
20522: must-match optimisation in parameter substitution broken
Peter Stephenson
1
-2
/
+14
2004-10-22
Fixed an arg in a call to times() (from Borzenkov Andrey).
Wayne Davison
1
-1
/
+1
2004-10-22
20513: fix tests of zero-length patterns
Peter Stephenson
2
-3
/
+16
2004-10-21
Use the new gettempfile() function.
Wayne Davison
4
-16
/
+9
2004-10-21
Added gettempfile(), which works like a custom mkstemp() (in addition
Wayne Davison
1
-0
/
+41
2004-10-18
Added bicat() that works like dyncat(), but uses permanent memory
Wayne Davison
1
-0
/
+17
2004-10-18
Call gettempname() with its new args.
Wayne Davison
2
-4
/
+4
2004-10-18
- Fixed an unsafe use of gettempname().
Wayne Davison
1
-3
/
+5
2004-10-18
Made gettempname() take a prefix arg and a use_heap arg. When prefix is
Wayne Davison
1
-9
/
+15
2004-10-18
- Improved lockhistfile() to use the new gettempname() for a unique
Wayne Davison
1
-14
/
+15
2004-10-18
20500: Unmetafy patterns where possible and other minor pattern fixes
Peter Stephenson
4
-248
/
+525
2004-10-18
Made zclose() avoid calling close() when fd < 0.
Wayne Davison
1
-1
/
+2
2004-10-17
In zleread(), initialize the first byte of the "line" buffer to '\0'
Wayne Davison
1
-0
/
+1
2004-10-15
20490: Don't assume null termination for test string in pattern matching.
Peter Stephenson
2
-104
/
+232
2004-10-14
20482: but with completion inside interactive completion
Peter Stephenson
1
-1
/
+49
2004-10-08
20467: Reintroduce rusage-based escapes for TIMEFMT.
Peter Stephenson
4
-55
/
+134
2004-10-07
20462: Use getrusage for timing again.
Peter Stephenson
5
-37
/
+140
2004-10-05
20412, tweaked: Make test builtin more POSIX compatible
Peter Stephenson
5
-90
/
+182
2004-10-02
20418: report parse error rather than crash on unfinished pipelines.
Bart Schaefer
1
-2
/
+6
2004-10-01
- Call saveandpophiststack() with its new writeflags arg.
Wayne Davison
1
-1
/
+2
2004-10-01
- Added an arg to saveandpophiststack() to allow the caller to
Wayne Davison
1
-3
/
+4
2004-10-01
- Call saveandpophiststack() with its new writeflags arg.
Wayne Davison
1
-3
/
+6
2004-10-01
Changed HFILE_GOT_SIGNAL to HFILE_NO_REWRITE.
Wayne Davison
1
-1
/
+1
2004-10-01
Silence unused-parameter warnings from the compiler.
Wayne Davison
1
-2
/
+2
2004-10-01
Added HFILE_GOT_SIGNAL.
Wayne Davison
1
-0
/
+1
2004-10-01
Use convbase() instead of a "%d" format to convert a zlong.
Wayne Davison
1
-3
/
+5
2004-10-01
We can't use "%d" on a histent number (which is a zlong these days).
Wayne Davison
1
-1
/
+1
2004-09-21
20398: allow clean exit from within widget function
Peter Stephenson
1
-1
/
+7
2004-09-20
20391: SHLVL wasn't updated in environment
Peter Stephenson
1
-2
/
+2
2004-09-20
20388: tweak ignoreeof behavior on user-defined widgets to match docs.
Bart Schaefer
1
-1
/
+7
2004-09-20
20387: revised algorithm for the fix in 20363.
Bart Schaefer
2
-16
/
+10
2004-09-17
20378: Matthias B.: fix bugs joining with metafied chars.
Peter Stephenson
2
-4
/
+2
2004-09-13
20363: Src/init.c, Src/Zle/zle_main.c
Peter Stephenson
2
-5
/
+15
2004-09-10
20348: rejig WIDGETSTYLE and add WIDGETFUNC
Peter Stephenson
1
-1
/
+18
2004-09-09
20331: Use internal zlong variables for consistency
Peter Stephenson
7
-64
/
+106
2004-09-08
20330: rationalise zle return statuses
Peter Stephenson
1
-1
/
+1
2004-09-08
20325: consensus fix for "command -v" crash w/POSIXBUILTINS.
Bart Schaefer
1
-2
/
+13
2004-09-08
20320: rewrite of 20318, for sanity.
Bart Schaefer
1
-12
/
+9
2004-09-04
20318: Fix xtrace output bug introduced by 20308.
Bart Schaefer
1
-4
/
+5
2004-09-03
20308: add EVAL_LINENO option
Peter Stephenson
4
-5
/
+22
2004-09-02
20303: zle -I test and running zle widgets in traps
Peter Stephenson
1
-4
/
+25
2004-09-02
20300: fix spurious EOF from ^C
Peter Stephenson
1
-5
/
+12
2004-08-24
When downline() calls upline() or visa versa (due to a negative zmult),
Wayne Davison
1
-2
/
+2
2004-08-16
20251: integer conversion truncation
Peter Stephenson
3
-55
/
+120
[next]