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
*
11385: parse 0[0-9]+ as octal in arithmetic expressions
Clint Adams
2000-05-15
2
-0
/
+9
*
detect additional characters in parameter expansions and signal an error for ...
Sven Wischnowsky
2000-05-15
2
-3
/
+19
*
add _in_vared for completion inside vared; make insert-tab default to `false'...
Sven Wischnowsky
2000-05-15
6
-27
/
+48
*
add _in_vared for completion inside vared; make insert-tab default to `false'...
Sven Wischnowsky
2000-05-15
1
-0
/
+8
*
11375: compinstall: menu style select=long and select=long-list
Peter Stephenson
2000-05-15
2
-27
/
+55
*
Install functions before man pages to avoid error if yodl isn't installed
Oliver Kiddle
2000-05-15
2
-2
/
+6
*
extra paranoia for empty prefix/suffix in completion matching (11374)
Sven Wischnowsky
2000-05-15
2
-4
/
+7
*
Oliver's missing article number.
Bart Schaefer
2000-05-15
1
-1
/
+1
*
FAQ updated from website
Peter Stephenson
2000-05-15
2
-16
/
+77
*
fix for empty (s::) separator and strings with meta-characters (11368)
Sven Wischnowsky
2000-05-15
2
-1
/
+11
*
followup for 11364 (11367)
Sven Wischnowsky
2000-05-15
2
-3
/
+3
*
fix for completion of string with single quote (11365)
Sven Wischnowsky
2000-05-15
2
-2
/
+8
*
fix for suffix-matching; better in-path completion in _path_files (11364)
Sven Wischnowsky
2000-05-15
3
-25
/
+54
*
11362: fix up pointers
Peter Stephenson
2000-05-15
4
-4
/
+11
*
zparseopts should detect if it is called without option descriptions (11360)
Sven Wischnowsky
2000-05-15
2
-1
/
+12
*
Add -L option to the hash builtin
Oliver Kiddle
2000-05-15
6
-6
/
+32
*
doc changes; typo in _jobs; integer builtin understands `-i base'
Peter Stephenson
2000-05-14
14
-397
/
+646
*
fix for completing options with `_arguments -s'; fix for _message to use `bui...
Sven Wischnowsky
2000-05-12
4
-16
/
+35
*
Use _arguments for hash completion and add + options for typeset (11347)
Oliver Kiddle
2000-05-12
3
-19
/
+45
*
fixes for completion matching (11346)
Sven Wischnowsky
2000-05-12
3
-4
/
+53
*
fix for compadd -x when there are no matches (11335)
Sven Wischnowsky
2000-05-12
2
-1
/
+6
*
11332: Test descriptors correctly for redirect/restore of stderr; plus an
Bart Schaefer
2000-05-12
2
-6
/
+10
*
11326: Avoid init_io() on "exec < file" when zleactive.
Bart Schaefer
2000-05-11
2
-2
/
+7
*
Back out 11327 and make the correct fix in _groups (redirect ypcat to stderr)
Oliver Kiddle
2000-05-11
3
-4
/
+2
*
_call should pass on the return code from the called command (11327)
Oliver Kiddle
2000-05-11
2
-0
/
+6
*
make _argument_sets add the options as defaults when there is nothing else to...
Sven Wischnowsky
2000-05-11
4
-3
/
+12
*
_files used alternative tag-order values even if not needed (11321)
Sven Wischnowsky
2000-05-11
2
-0
/
+4
*
allow internally-mutually exclusive sets in _argument_sets; fixes for _argume...
Sven Wischnowsky
2000-05-11
5
-23
/
+105
*
make ^G in menu-selection restore the old command line; add select=long* valu...
Sven Wischnowsky
2000-05-11
6
-9
/
+45
*
Spelling corrections in the docs (11315)
Oliver Kiddle
2000-05-11
16
-65
/
+247
*
Remove return value from uniqarray which caused a compile error on IRIX
Oliver Kiddle
2000-05-10
2
-1
/
+6
*
11314: fix for typeset -U not updating value in environment
Peter Stephenson
2000-05-10
3
-10
/
+21
*
11312: defs.mk depends on config.status.
Bart Schaefer
2000-05-10
2
-1
/
+9
*
11310: use zmanref. (fix for 11309)
Tanaka Akira
2000-05-10
2
-2
/
+2
*
11309: Doc/Zsh/expn.yo: fix missing section.
Tanaka Akira
2000-05-10
2
-1
/
+5
*
11302: Cursor placement and defensive programming.
Bart Schaefer
2000-05-10
2
-5
/
+9
*
AIX dependency fix
Oliver Kiddle
2000-05-10
2
-1
/
+3
*
Fix breakage from 11195 (11300)
Oliver Kiddle
2000-05-10
2
-2
/
+6
*
11299: edit-command-line zle widget
Peter Stephenson
2000-05-10
3
-1
/
+25
*
more fixes for _arguments and its docs (11298)
Sven Wischnowsky
2000-05-10
3
-5
/
+12
*
11297: Document that ZLE closes standard input of user-defined widget funcs.
Bart Schaefer
2000-05-10
3
-14
/
+27
*
misc. _arguments fixes
Sven Wischnowsky
2000-05-10
3
-12
/
+29
*
11287: Naoki Wakamatsu: compinstall spaces to be tab
Peter Stephenson
2000-05-10
2
-1
/
+6
*
fix for `-+opt' with mutex list (11294)
Sven Wischnowsky
2000-05-10
2
-2
/
+5
*
update `%p' replacement in _files (11292)
Sven Wischnowsky
2000-05-10
2
-1
/
+5
*
revert 11280
Tanaka Akira
2000-05-10
2
-4
/
+1
*
11288: Reopen stdin on /dev/null to avoid confusing programs that don't
Bart Schaefer
2000-05-10
3
-0
/
+9
*
11285: zftp exit hook
Peter Stephenson
2000-05-09
2
-22
/
+43
*
Use _math for completing the let builtin
Oliver Kiddle
2000-05-09
2
-8
/
+4
*
complete using _arguments for typeset and its variants (11282)
Oliver Kiddle
2000-05-09
2
-8
/
+74
[next]