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
*
remove nulargs in here strings (15470)
Sven Wischnowsky
2001-07-24
2
-0
/
+7
*
Fix errors introduced by 15354.
Bart Schaefer
2001-07-24
3
-3
/
+7
*
improve user/host completion before a @ (15468)
Sven Wischnowsky
2001-07-24
2
-0
/
+7
*
15432: New bash-transpose-words widget
Peter Stephenson
2001-07-20
3
-2
/
+18
*
don't use compsuffix when it might be freed; use the right variable in that l...
Sven Wischnowsky
2001-07-20
2
-5
/
+12
*
yet another followup to 15497; make _describe filter out non-matching strings...
Sven Wischnowsky
2001-07-19
3
-3
/
+53
*
fix for 15407; there may be sets without matches (15409)
Sven Wischnowsky
2001-07-18
2
-2
/
+6
*
add list-grouped option to make options and such be grouped together if they ...
Sven Wischnowsky
2001-07-18
7
-159
/
+284
*
add support for -R option (15402)
Sven Wischnowsky
2001-07-18
2
-0
/
+14
*
use colon separator for BSD (15393)
Oliver Kiddle
2001-07-17
2
-1
/
+6
*
add preserve-prefix style to keep pathname prefix unchanged (15400)
Sven Wischnowsky
2001-07-17
3
-0
/
+21
*
accidentally committed 15278
Andrey Borzenkov
2001-07-13
1
-1
/
+3
*
15390: Cygwin support
Andrey Borzenkov
2001-07-13
3
-1
/
+57
*
make _files not use its own description if there is one from a calling functi...
Sven Wischnowsky
2001-07-13
3
-3
/
+18
*
Explain the effect of CORRECT on HASH_CMDS et al.
Bart Schaefer
2001-07-12
2
-3
/
+11
*
(15357)
Sven Wischnowsky
2001-07-10
4
-3
/
+20
*
Better indexing and misc. cleanup in the first tenth or so of the doc.
Bart Schaefer
2001-07-10
14
-107
/
+186
*
remove not only numeric suffixes, but also `.n' and the like (15352)
Sven Wischnowsky
2001-07-10
2
-3
/
+7
*
15334: use string "(eval)" as script name in debugging messages in eval's
Peter Stephenson
2001-07-09
12
-60
/
+73
*
4.1.0-dev-1
zsh-4.1.0-dev-1
Peter Stephenson
2001-07-09
2
-2
/
+4
*
15329: test script changes to go with 15327 LINENO change
Peter Stephenson
2001-07-09
11
-60
/
+66
*
Fix function stack unwinding on autoload failures.
Bart Schaefer
2001-07-09
2
-6
/
+12
*
15327: always use local LINENOs in parse_string().
Peter Stephenson
2001-07-09
8
-14
/
+22
*
15304,15305,15308
Bart Schaefer
2001-07-08
1
-0
/
+12
*
Fix infinite loop on `r OLD=NEW' when OLD is the empty string.
Bart Schaefer
2001-07-08
1
-0
/
+4
*
Suppress XTRACE during user-defined widgets.
Bart Schaefer
2001-07-08
1
-2
/
+6
*
Don't always coerce to float when assigning to an unset parameter.
Bart Schaefer
2001-07-08
1
-1
/
+2
*
15291, 15292: fix bug setting scalar in math mode
Peter Stephenson
2001-07-06
4
-15
/
+59
*
15250: still run setup even if pcre functions are unavailable
Clint Adams
2001-07-06
2
-6
/
+21
*
15279: ${(S)...%%...} etc. doc; 15288: bash word functions + doc
Peter Stephenson
2001-07-06
8
-6
/
+79
*
add exclusion lists and use _multi_parts for sysctl completion on BSD (15252)
Oliver Kiddle
2001-07-06
3
-19
/
+28
*
(15283)
Sven Wischnowsky
2001-07-06
2
-1
/
+6
*
15265: Src/parse.c: correction problems with new `for' syntax
Peter Stephenson
2001-07-06
2
-4
/
+8
*
15277: Src/glob.c: real backreferencing bug with ${(S)...%%...}
Peter Stephenson
2001-07-06
2
-8
/
+12
*
back out 15266
Peter Stephenson
2001-07-06
3
-59
/
+14
*
Avoid static link of pcre module.
Bart Schaefer
2001-07-06
2
-14
/
+16
*
15266: fix for ${(S)...%%...}
Peter Stephenson
2001-07-05
3
-9
/
+66
*
15264: improved doc for variant complex commands
Peter Stephenson
2001-07-05
2
-8
/
+20
*
15261: remaining easy option tests
Peter Stephenson
2001-07-05
3
-1
/
+356
*
15253 : hash foo together with foo.exe on Cygwin
Andrey Borzenkov
2001-07-05
2
-4
/
+10
*
15242: pcre_match -a and $match instead of pparams
Clint Adams
2001-07-04
3
-8
/
+25
*
Remove extraneous comma.
Bart Schaefer
2001-07-03
1
-1
/
+1
*
15234: describe behavior added by 15228.
Clint Adams
2001-07-03
2
-0
/
+7
*
15228: AC_CHECK_LIB->AC_SEARCH_LIBS, set pparams with capture buffers
Clint Adams
2001-07-03
3
-6
/
+43
*
unposted: add mod_pcre to doc makefile
Clint Adams
2001-07-03
2
-3
/
+7
*
add completion for sysctl(8) (15215, 15223)
Oliver Kiddle
2001-07-03
3
-2
/
+40
*
unposted: update distfiles for 15211
Clint Adams
2001-07-03
4
-1
/
+9
*
Remove references to FUNCINST_MK.
Bart Schaefer
2001-07-03
2
-2
/
+4
*
15211: zsh/pcre module
Clint Adams
2001-07-02
6
-2
/
+200
*
fix IRIX 5.3 specific compilation problems and some error messages (15204)
Oliver Kiddle
2001-07-02
4
-5
/
+10
[next]