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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Per NetBSD, use "gcc -fPIC" rather than -fpic.
Bart Schaefer
2001-06-17
2
-1
/
+6
*
Fix a couple of typos; reorder a couple of entries to match the 4.0.x branch
Bart Schaefer
2001-06-16
1
-13
/
+14
*
Undo mkstemp() change.
Wayne Davison
2001-06-16
1
-0
/
+6
*
Removed bogus mkstemp() code.
Wayne Davison
2001-06-15
1
-3
/
+0
*
Use mkstemp where available
Peter Stephenson
2001-06-15
3
-1
/
+9
*
fix setting of individual positional parameters after 14915
Peter Stephenson
2001-06-15
2
-6
/
+24
*
14931: fix socket/address length calculation
Andrey Borzenkov
2001-06-15
3
-5
/
+13
*
Load tcp module, zfcd_match, zfget_match where necessary.
Peter Stephenson
2001-06-14
2
-6
/
+51
*
$* and $@ are special
Peter Stephenson
2001-06-14
5
-7
/
+24
*
fixes for display bugs for completion lists (cursor left one line to far up o...
Sven Wischnowsky
2001-06-13
3
-5
/
+16
*
mod_export handler
Peter Stephenson
2001-06-13
2
-1
/
+7
*
fix for comparguments (completing after single letter options that get their ...
Sven Wischnowsky
2001-06-13
5
-15
/
+98
*
minor correction
Oliver Kiddle
2001-06-13
1
-4
/
+3
*
don't complete read-only parameters on the left side of an assignment (14896)
Oliver Kiddle
2001-06-13
2
-1
/
+6
*
Fix assignment problems spotted by Bart
Peter Stephenson
2001-06-13
2
-4
/
+9
*
14883
Sven Wischnowsky
2001-06-13
2
-7
/
+123
*
Reword README a little.
Bart Schaefer
2001-06-13
2
-6
/
+11
*
14863: tcp_connect
Clint Adams
2001-06-12
3
-16
/
+38
*
Added KSH_TYPESET option.
Peter Stephenson
2001-06-12
6
-7
/
+66
*
14843: tcp_close
Clint Adams
2001-06-11
3
-4
/
+16
*
(14841)
Sven Wischnowsky
2001-06-11
3
-99
/
+191
*
Document PATH_DIRS behaviour
Peter Stephenson
2001-06-11
2
-1
/
+11
*
14830: new config.guess and config.sub
Clint Adams
2001-06-10
3
-355
/
+419
*
Possible fix for -g test.
Bart Schaefer
2001-06-09
2
-0
/
+5
*
Fix problems with zwcstat() on systems that do not USE_MMAP.
Bart Schaefer
2001-06-09
3
-19
/
+25
*
Fix email address.
Bart Schaefer
2001-06-09
1
-1
/
+1
*
Avoid echotc in completion tests.
Bart Schaefer
2001-06-09
2
-2
/
+5
*
14815: fix thinko
Clint Adams
2001-06-08
2
-1
/
+6
*
14813: autoload functions from deleted .zwc files
Clint Adams
2001-06-08
5
-3
/
+30
*
More reliable BROKEN_KILL_ESRCH test.
Bart Schaefer
2001-06-08
2
-4
/
+7
*
Several patches, some held from before 4.0.1 release.
Bart Schaefer
2001-06-08
1
-0
/
+16
*
Fix #includes for gcc 2.95 compilation.
Bart Schaefer
2001-06-08
2
-27
/
+23
*
Wrapped line prettified.
Bart Schaefer
2001-06-08
1
-2
/
+2
*
Untrustworthy return value of tgetflag().
Bart Schaefer
2001-06-08
1
-29
/
+36
*
Fix "make check" in emacs shell mode.
Bart Schaefer
2001-06-08
1
-1
/
+2
*
14793
Wayne Davison
2001-06-08
1
-0
/
+6
*
Don't mark a HIST_TMPSTORE entry with HIST_OLD so that the HFILE_FAST
Wayne Davison
2001-06-08
1
-1
/
+1
*
unposted: add tcp module to .distfiles
Clint Adams
2001-06-07
2
-0
/
+4
*
14778: rename zsh/tcp to zsh/net/tcp.
Clint Adams
2001-06-06
3
-2
/
+5
*
14770: tcp module from zftp
Clint Adams
2001-06-06
6
-205
/
+406
*
14772: David Lebel <lebel@lebel.org>: OpenBSD dynamic linking
Andrey Borzenkov
2001-06-06
2
-1
/
+14
*
unposted: we support autoconf-2.50 now
Andrey Borzenkov
2001-06-06
2
-4
/
+2
*
14766: unify %l substitution (tty0, pts/3 etc)
Andrey Borzenkov
2001-06-06
2
-2
/
+4
*
14760: do not use version number in AC_INIT
Andrey Borzenkov
2001-06-06
2
-2
/
+3
*
14758: use host_os instead of ac_cv_cygwin
Andrey Borzenkov
2001-06-06
2
-3
/
+6
*
(14736)
Sven Wischnowsky
2001-06-06
2
-0
/
+9
*
Fix date
Andrey Borzenkov
2001-06-06
1
-1
/
+1
*
two fixes: try all actions that have to be tried (but only once), execute act...
Sven Wischnowsky
2001-06-06
2
-74
/
+84
*
unposted; based on 14679 (me) and 14693 (Bart): Allow processing by both
Andrey Borzenkov
2001-06-06
7
-1945
/
+1972
*
Add --nobuild and --nogpg to rpm completion.
Chmouel Boudjnah
2001-06-05
2
-2
/
+7
[next]