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
*
15740: tolerate /usr/local directories in $fpath on Debian where root:staff 2...
Clint Adams
2001-09-06
2
-1
/
+12
*
15739: use getent instead of /etc/group if possible
Clint Adams
2001-09-06
2
-1
/
+8
*
15734: zle -K option to select a keymap, and zle KEYMAP parameter to
Andrew Main
2001-09-03
8
-5
/
+53
*
handle zsh options in _sh
Peter Stephenson
2001-08-28
2
-0
/
+11
*
zmv fixes
Peter Stephenson
2001-08-28
2
-8
/
+12
*
handle possible NULL pointer returned from bufferwords() (15717)
Sven Wischnowsky
2001-08-28
4
-10
/
+16
*
15713
Wayne Davison
2001-08-27
1
-0
/
+5
*
Added package-specification options to --verify.
Wayne Davison
2001-08-27
1
-2
/
+2
*
Fix PS2 for dquote nested in braceparam.
Bart Schaefer
2001-08-27
2
-0
/
+7
*
Remark about array-ness of ksh parameters.
Bart Schaefer
2001-08-25
1
-0
/
+4
*
Parameter expansion doc mop-up.
Bart Schaefer
2001-08-25
2
-122
/
+148
*
Fix crash on re-entry to loop() from preprompt().
Bart Schaefer
2001-08-25
2
-1
/
+11
*
test if hash table pointer is NULL to avoid SEGV with compstate=() (15705)
Sven Wischnowsky
2001-08-24
2
-0
/
+8
*
15683: completion for links(1)
Clint Adams
2001-08-22
3
-1
/
+38
*
Assorted minor test tweaks.
Bart Schaefer
2001-08-22
9
-7
/
+38
*
Don't treat numbers as cd-able vars.
Bart Schaefer
2001-08-22
2
-1
/
+6
*
Change one var() to tt().
Bart Schaefer
2001-08-22
1
-1
/
+1
*
15675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a n...
Clint Adams
2001-08-21
2
-1
/
+7
*
Better handling of manual section numbers.
Bart Schaefer
2001-08-21
2
-3
/
+19
*
undo most of 15650, do that in shell code (15669)
Sven Wischnowsky
2001-08-20
3
-15
/
+15
*
After clarification from D. Korn, remove incorrect remark about autoloading.
Bart Schaefer
2001-08-19
1
-4
/
+0
*
Fix exit status of zsh -fc '! command'
Bart Schaefer
2001-08-19
2
-0
/
+6
*
unposted: Functions/Prompts/prompt_adam2_setup: eliminate
Adam Spiers
2001-08-17
2
-71
/
+73
*
make insert-tab really default to `true' (15653)
Sven Wischnowsky
2001-08-17
2
-1
/
+4
*
15650
Sven Wischnowsky
2001-08-17
3
-5
/
+18
*
Fix problem with output bases in zcalc
Peter Stephenson
2001-08-16
2
-2
/
+10
*
15639
Sven Wischnowsky
2001-08-16
2
-3
/
+12
*
15638
Sven Wischnowsky
2001-08-16
2
-1
/
+7
*
15621: display of status line was being mucked up; also fix
Geoff Wing
2001-08-15
1
-0
/
+8
*
Don't segv if we were displaying n lines and screen was
Geoff Wing
2001-08-15
1
-1
/
+1
*
15621: display of status line was being mucked up; continuation
Geoff Wing
2001-08-15
1
-119
/
+190
*
unposted: Mention the word `greedy' in the docs for the S flag, to
Adam Spiers
2001-08-15
2
-2
/
+6
*
unposted: Add missing docs for cache-policy style.
Adam Spiers
2001-08-15
2
-0
/
+9
*
15630: update caching policy for newer versions of rpm.
Adam Spiers
2001-08-15
2
-1
/
+9
*
Add note about kshautoload behavior.
Bart Schaefer
2001-08-15
1
-0
/
+4
*
15629: unzip -Z should behave just as zipinfo does
Clint Adams
2001-08-14
2
-4
/
+14
*
Adjust test for new typeset restrictions.
Bart Schaefer
2001-08-13
2
-4
/
+5
*
Fix and regression tests for crash on typeset of local array elements.
Bart Schaefer
2001-08-13
3
-3
/
+269
*
-[12n] options don't get arguments (15615)
Sven Wischnowsky
2001-08-13
2
-1
/
+6
*
Peter Breitenlohner: Minor tweaks to some make targets.
Bart Schaefer
2001-08-12
4
-2
/
+11
*
add exclusion lists to _dd and check for redhat/mandrake in _user_admin
Oliver Kiddle
2001-08-09
3
-21
/
+30
*
Mention positional parameter issue.
Bart Schaefer
2001-08-09
1
-0
/
+3
*
15596 with an unposted tweak to the computil.c change.
Wayne Davison
2001-08-08
1
-0
/
+5
*
Silence "might be used uninitialized" warnings.
Wayne Davison
2001-08-08
1
-0
/
+1
*
Got rid of unused variables.
Wayne Davison
2001-08-08
1
-1
/
+1
*
Silence "might be used uninitialized" warning.
Wayne Davison
2001-08-08
1
-1
/
+1
*
follow-up to 15588; add -w option to _values (look at all words); change _dd ...
Sven Wischnowsky
2001-08-08
4
-22
/
+62
*
users/4092
Wayne Davison
2001-08-07
1
-0
/
+5
*
When rewriting the history file, set histactive to 0 and restore it
Wayne Davison
2001-08-07
1
-0
/
+5
*
use _x_display when setting $DISPLAY and fix bug in enable completion (15594)
Oliver Kiddle
2001-08-07
3
-2
/
+8
[next]