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