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-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
2001-08-08
Got rid of unused variables.
Wayne Davison
1
-1
/
+1
2001-08-08
Silence "might be used uninitialized" warning.
Wayne Davison
1
-1
/
+1
2001-08-08
follow-up to 15588; add -w option to _values (look at all words); change _dd ...
Sven Wischnowsky
1
-5
/
+41
2001-08-07
When rewriting the history file, set histactive to 0 and restore it
Wayne Davison
1
-0
/
+5
2001-08-07
15586: remove =alias expansion, leaving only =cmd.
Peter Stephenson
1
-9
/
+3
2001-08-07
increment zwc fie version (which means changing the magic number) (15584)
Sven Wischnowsky
1
-2
/
+2
2001-07-30
(15526)
Sven Wischnowsky
1
-4
/
+4
2001-07-27
(15509)
Sven Wischnowsky
2
-230
/
+216
2001-07-25
move pattern matching in the loop to make sure all match specs are used (15487)
Sven Wischnowsky
1
-2
/
+3
2001-07-25
another fix for 15477 (separator strings); add list-separator style (15484)
Sven Wischnowsky
1
-3
/
+4
2001-07-25
fixlet for 15477, don't let it remove consecutive dummy matches (15482)
Sven Wischnowsky
2
-3
/
+5
2001-07-25
make display for groups in _describe nicer; improve packing with list_packed;...
Sven Wischnowsky
6
-134
/
+469
2001-07-24
remove nulargs in here strings (15470)
Sven Wischnowsky
1
-0
/
+3
2001-07-20
don't use compsuffix when it might be freed; use the right variable in that l...
Sven Wischnowsky
1
-5
/
+7
2001-07-19
yet another followup to 15497; make _describe filter out non-matching strings...
Sven Wischnowsky
1
-3
/
+3
2001-07-18
fix for 15407; there may be sets without matches (15409)
Sven Wischnowsky
1
-2
/
+3
2001-07-18
add list-grouped option to make options and such be grouped together if they ...
Sven Wischnowsky
3
-155
/
+251
2001-07-10
(15357)
Sven Wischnowsky
2
-1
/
+3
2001-07-09
15334: use string "(eval)" as script name in debugging messages in eval's
Peter Stephenson
1
-0
/
+6
2001-07-09
Fix function stack unwinding on autoload failures.
Bart Schaefer
1
-6
/
+7
2001-07-09
15327: always use local LINENOs in parse_string().
Peter Stephenson
7
-14
/
+14
2001-07-08
Fix infinite loop on `r OLD=NEW' when OLD is the empty string.
Bart Schaefer
1
-0
/
+4
2001-07-08
Suppress XTRACE during user-defined widgets.
Bart Schaefer
1
-2
/
+6
2001-07-08
Don't always coerce to float when assigning to an unset parameter.
Bart Schaefer
1
-1
/
+2
2001-07-06
15291, 15292: fix bug setting scalar in math mode
Peter Stephenson
2
-15
/
+43
2001-07-06
15250: still run setup even if pcre functions are unavailable
Clint Adams
1
-6
/
+16
2001-07-06
15265: Src/parse.c: correction problems with new `for' syntax
Peter Stephenson
1
-4
/
+6
2001-07-06
15277: Src/glob.c: real backreferencing bug with ${(S)...%%...}
Peter Stephenson
1
-8
/
+9
2001-07-06
back out 15266
Peter Stephenson
1
-57
/
+8
2001-07-06
Avoid static link of pcre module.
Bart Schaefer
1
-1
/
+1
2001-07-05
15266: fix for ${(S)...%%...}
Peter Stephenson
1
-8
/
+57
2001-07-05
15253 : hash foo together with foo.exe on Cygwin
Andrey Borzenkov
1
-4
/
+4
2001-07-04
15242: pcre_match -a and $match instead of pparams
Clint Adams
1
-5
/
+16
2001-07-03
15228: AC_CHECK_LIB->AC_SEARCH_LIBS, set pparams with capture buffers
Clint Adams
1
-5
/
+35
2001-07-03
unposted: update distfiles for 15211
Clint Adams
1
-0
/
+1
2001-07-02
15211: zsh/pcre module
Clint Adams
2
-0
/
+141
2001-07-02
fix IRIX 5.3 specific compilation problems and some error messages (15204)
Oliver Kiddle
2
-4
/
+4
2001-06-30
Reset errflag after executing precmd.
Bart Schaefer
1
-1
/
+1
2001-06-28
Have prepnexthistent() remove any HIST_TEMPSTORE entry that is present.
Wayne Davison
1
-0
/
+4
2001-06-27
(only the patch to compmatch.c from the mail); improve merging cline lists co...
Sven Wischnowsky
1
-1
/
+5
2001-06-27
add autocontinue option to automatically make stopped jos running when they a...
Sven Wischnowsky
4
-3
/
+23
2001-06-26
fix for finding the first ambiguous path component in compfiles (3946)
Sven Wischnowsky
1
-0
/
+2
2001-06-26
make warning message for disowning stopped jobs more verbose (saying how to m...
Sven Wischnowsky
1
-4
/
+26
2001-06-25
15030: multi-parameter `for' loops
Peter Stephenson
3
-35
/
+65
2001-06-25
make expand-word not always restore the command line (3940)
Sven Wischnowsky
1
-1
/
+2
2001-06-25
PRINT_EXIT_VALUE for shell functions.
Bart Schaefer
1
-3
/
+4
2001-06-24
Change magic-space to respect !".
Bart Schaefer
1
-1
/
+5
2001-06-23
POSIX exit status changes.
Bart Schaefer
1
-2
/
+2
[next]