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
2001-10-15
use arithmetic evaluation for numeric arguments to printf (16042)
Oliver Kiddle
1
-52
/
+77
2001-10-15
for caching of compiled patterns: remember that singsub() might modify the st...
Sven Wischnowsky
2
-3
/
+3
2001-10-14
Remove <arpa/telnet.h> from tcp.c.
Bart Schaefer
1
-14
/
+16
2001-10-13
Save/restore state around DEBUG trap call.
Bart Schaefer
1
-2
/
+9
2001-10-09
hide all but one match with the same string in the list even for unsorted gro...
Sven Wischnowsky
1
-0
/
+13
2001-10-08
remove duplicated includes which caused problems on IRIX 5 (15987)
Oliver Kiddle
1
-16
/
+0
2001-10-08
add print -f option, %n format specifier and tests for print/printf (15973)
Oliver Kiddle
2
-81
/
+91
2001-10-08
15931: EXIT traps from exit in subshell; 15965: glob -> zglob
Peter Stephenson
4
-4
/
+13
2001-10-08
15964: use SOCKLEN_T
Andrey Borzenkov
1
-1
/
+2
2001-10-05
add printf builtin (15851, 15948)
Oliver Kiddle
1
-0
/
+174
2001-10-05
fix calculation of number of columns needed with list_packed (15946)
Sven Wischnowsky
1
-1
/
+4
2001-10-02
15919: use LinkLists in place of somewhat equivalent code
Clint Adams
3
-72
/
+123
2001-09-28
Zftp control connection management cleanup.
Bart Schaefer
1
-19
/
+27
2001-09-27
15886: use select if poll is not available, or complain if neither are available
Clint Adams
1
-2
/
+25
2001-09-25
Equivalence of $(...) and `...` in ${(e)...}.
Bart Schaefer
1
-5
/
+8
2001-09-25
15869
Sven Wischnowsky
1
-3
/
+4
2001-09-25
job text building code couldn't handle empty sublists (as in `coproc || test'...
Sven Wischnowsky
1
-2
/
+4
2001-09-24
Fix out-of-memory on corrupt history files.
Bart Schaefer
1
-25
/
+35
2001-09-24
* Src/builtin.c, Src/exec.c: Unwind function calls before exiting
Peter Stephenson
2
-9
/
+45
2001-09-20
Fix misleading error message.
Bart Schaefer
1
-1
/
+1
2001-09-18
Further modify the "fc -l" code to tolerate out-of range values.
Wayne Davison
1
-9
/
+6
2001-09-17
Fixed doisearch() to not switch lines unless zlereadflags has
Wayne Davison
1
-1
/
+2
2001-09-15
With HIST_NO_STORE, don't ignore what looks like a history command if
Wayne Davison
1
-5
/
+11
2001-09-13
+ Changed addhistnum() to return firsthist()-1 or curhist+1 on error.
Wayne Davison
1
-1
/
+3
2001-09-13
+ Changed fclist() to not not transform "fc -l 0 0" into "fc -l 1 1".
Wayne Davison
1
-3
/
+3
2001-09-10
15780: rename **arg to **dargs
Clint Adams
1
-18
/
+20
2001-09-10
15779: ztcp -d
Clint Adams
1
-22
/
+57
2001-09-10
stupid bugfixes
Clint Adams
1
-5
/
+8
2001-09-10
unposted: stupid -a bug
Clint Adams
1
-4
/
+3
2001-09-10
15771: ztcp -t
Clint Adams
1
-5
/
+22
2001-09-09
15769: ztcp -a
Clint Adams
2
-21
/
+53
2001-09-09
1576x: take service names, stuff fd numbers into $REPLY
Clint Adams
1
-14
/
+27
2001-09-09
15766: ztcp -l
Clint Adams
2
-40
/
+120
2001-09-09
15765: introduce [:ascii:] class
Clint Adams
1
-12
/
+19
2001-09-08
1596x: ztcp -v
Clint Adams
1
-2
/
+8
2001-09-08
15762: introduce ztcp builtin
Clint Adams
4
-108
/
+325
2001-09-03
15734: zle -K option to select a keymap, and zle KEYMAP parameter to
Andrew Main
6
-5
/
+33
2001-08-28
handle possible NULL pointer returned from bufferwords() (15717)
Sven Wischnowsky
3
-10
/
+10
2001-08-27
Fix PS2 for dquote nested in braceparam.
Bart Schaefer
1
-0
/
+2
2001-08-25
Fix crash on re-entry to loop() from preprompt().
Bart Schaefer
1
-1
/
+6
2001-08-24
test if hash table pointer is NULL to avoid SEGV with compstate=() (15705)
Sven Wischnowsky
1
-0
/
+3
2001-08-21
15675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a n...
Clint Adams
1
-1
/
+1
2001-08-20
undo most of 15650, do that in shell code (15669)
Sven Wischnowsky
1
-10
/
+4
2001-08-19
Fix exit status of zsh -fc '! command'
Bart Schaefer
1
-0
/
+2
2001-08-17
15650
Sven Wischnowsky
1
-4
/
+10
2001-08-16
15639
Sven Wischnowsky
1
-3
/
+9
2001-08-15
Don't segv if we were displaying n lines and screen was
Geoff Wing
1
-1
/
+1
2001-08-15
15621: display of status line was being mucked up; continuation
Geoff Wing
1
-119
/
+190
2001-08-13
Fix and regression tests for crash on typeset of local array elements.
Bart Schaefer
1
-2
/
+17
2001-08-08
Silence "might be used uninitialized" warnings.
Wayne Davison
1
-0
/
+1
[next]