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
*
16353: add += parameter assignments
Oliver Kiddle
2001-12-17
6
-22
/
+156
*
16357: change (n) to (u) so (n) can be reserved. for numeric sorting.
Clint Adams
2001-12-17
1
-1
/
+1
*
fix bug in parameter unset code that caused seg fault (16351)
Oliver Kiddle
2001-12-17
1
-1
/
+2
*
ref 16347: tweaks
Clint Adams
2001-12-17
2
-2
/
+1
*
16345: (n) flag to remove duplicate array values during expansion.
Clint Adams
2001-12-16
2
-0
/
+30
*
16269: Fix crash on reserved-word completion.
Bart Schaefer
2001-11-28
1
-1
/
+1
*
16249: Clear here-documents on parse error.
Bart Schaefer
2001-11-21
1
-3
/
+22
*
Add Mandrake completion directory to install
Chmouel Boudjnah
2001-11-15
1
-1
/
+1
*
16241: new rand48(param) math function
Peter Stephenson
2001-11-15
1
-0
/
+106
*
16228: allow widths and precisions to work with printf's %b format specifier
Oliver Kiddle
2001-11-09
1
-19
/
+27
*
16224: add -n option to kill and complete options from _kill
Oliver Kiddle
2001-11-06
1
-14
/
+25
*
16094: zopenmax() need only return the highest-numbered open descriptor
Bart Schaefer
2001-11-03
1
-5
/
+25
*
16201: introduce the PM_NAMEDDIR flag
Bart Schaefer
2001-11-03
2
-1
/
+6
*
16158: interpret TAB as "yes" only in spckword()
Bart Schaefer
2001-11-03
1
-3
/
+4
*
16215: save and restore mult_isarr in singsub()
Bart Schaefer
2001-11-03
1
-0
/
+2
*
16198: add %j prompt expansion and j test character for no. of jobs in prompt
Oliver Kiddle
2001-11-02
1
-1
/
+16
*
16197: `limit' accepts `unlimited'.
Bart Schaefer
2001-11-01
1
-8
/
+14
*
Improved readhistline() to reject binary data better. (16184)
Wayne Davison
2001-10-26
1
-15
/
+18
*
16176: Src/Modules/tcp.c, Src/Modules/zftp.c: after fdclose(),
Peter Stephenson
2001-10-26
2
-6
/
+15
*
16172: freehostent -> zfreehostent to avoid name clash
Peter Stephenson
2001-10-26
2
-4
/
+4
*
15793: Src/Modules/zftp.c: require zsh/net/tcp explicitly.
Peter Stephenson
2001-10-26
1
-1
/
+2
*
16145: try to handle identical RLIMIT_RSS and RLIMIT_VMEM better.
Peter Stephenson
2001-10-25
1
-7
/
+7
*
16063: add transientrprompt option to remove right prompt from
Geoff Wing
2001-10-24
4
-8
/
+34
*
Fix infinite loop on `case' with xtrace.
Bart Schaefer
2001-10-23
1
-3
/
+2
*
zero %n value when reusing printf format (16122)
Oliver Kiddle
2001-10-23
1
-1
/
+2
*
Pavel Roskin <proski@gnu.org>: compilation for QNX
Peter Stephenson
2001-10-22
1
-0
/
+6
*
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
[next]