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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
Commit message (
Expand
)
Author
Age
Files
Lines
*
25587: fix a==(stuff) and associated stuff.
Peter Stephenson
2008-09-01
3
-0
/
+20
*
25571: when parsing use line numbers for the start of a token, not the end
Peter Stephenson
2008-08-31
2
-1
/
+16
*
25570: line numbers of complex sublists were wrong, plus test
Peter Stephenson
2008-08-31
2
-2
/
+2
*
users/13169: really restore emulation mode after 'emulate -L'
Andrey Borzenkov
2008-08-31
1
-1
/
+3
*
25568: Frank Terbeck & pws: invalid continue and break arguments
Peter Stephenson
2008-08-31
1
-0
/
+5
*
25532: problem skipping assignments etc. with setopt ERREXIT
Peter Stephenson
2008-08-25
1
-3
/
+4
*
25508: set file name if function came from dump file
Peter Stephenson
2008-08-22
1
-1
/
+4
*
25490: make zties dynamic so there can be more than one gdbm handle in use at...
Clint Adams
2008-08-19
2
-17
/
+34
*
25448: add $funcfiletrace to show absolute line number for caller
Peter Stephenson
2008-08-13
5
-2
/
+58
*
25443 (tweaked): allow $functrace to show sourced files
Peter Stephenson
2008-08-12
1
-11
/
+12
*
25247 with further modifications: add $funcsourcetrace
Peter Stephenson
2008-08-11
9
-17
/
+108
*
25418: set PROMPT_SUBST for all Bourne-style shells
Peter Stephenson
2008-08-07
1
-1
/
+1
*
25415: Make DEBUG_BEFORE_CMD the default.
Peter Stephenson
2008-08-07
6
-49
/
+101
*
25409: fix eval's use of lastval
Peter Stephenson
2008-08-06
1
-6
/
+8
*
25405: return status from anonymous functions was not handled
Peter Stephenson
2008-08-06
1
-2
/
+3
*
25389: rearrange precedence of ZLS_COLORS alternatives.
Bart Schaefer
2008-08-06
1
-15
/
+15
*
25385: fix another bug with trapreturn trampling on status
Peter Stephenson
2008-08-04
1
-1
/
+1
*
25384: fix problem with incorrect autoloads of zsh/zle
Peter Stephenson
2008-08-04
1
-8
/
+16
*
users/13093: HashNode changes for AIX
Peter Stephenson
2008-08-04
1
-3
/
+3
*
25373: trashzleptr() -> zleentry(ZLE_CMD_TRASH)
Bart Schaefer
2008-08-02
1
-1
/
+1
*
fix problems with trapreturn, in particular in source inside trap
Peter Stephenson
2008-08-01
3
-2
/
+20
*
25364: fix k flag in hash subscript
Peter Stephenson
2008-07-31
1
-1
/
+5
*
25345, 25347: neaten interface from main shell to zle
Peter Stephenson
2008-07-31
12
-120
/
+196
*
following discussion, change fc error message
Peter Stephenson
2008-07-27
1
-1
/
+2
*
25338: disallow usage of current history line in fc
Peter Stephenson
2008-07-25
1
-0
/
+14
*
25329: build the curses module if we've got any usable curses header, not jus...
Clint Adams
2008-07-23
1
-1
/
+1
*
25236: don't recalculate prompt if not redisplaying
Peter Stephenson
2008-07-22
1
-1
/
+1
*
25324: Danek Duvall: some Solaris and more general completions
Peter Stephenson
2008-07-21
1
-25
/
+57
*
25322: fix printing of keys.
Clint Adams
2008-07-21
1
-0
/
+1
*
25321: delete gdbm node when corresponding hash entry is unset.
Clint Adams
2008-07-21
1
-1
/
+6
*
25320: fix read and write of elements by key.
Clint Adams
2008-07-21
1
-16
/
+28
*
25319: fix zuntie, add -f option to ztie.
Clint Adams
2008-07-21
2
-0
/
+252
*
25272: add zshaddhistory hook
Peter Stephenson
2008-07-17
6
-40
/
+71
*
users/13036: "." is a valid character in a user name
Peter Stephenson
2008-07-15
1
-1
/
+1
*
25267: ambiguous pattern matching fix: missing log
Peter Stephenson
2008-07-07
1
-1
/
+1
*
25267: fix problem with menu on ambiguous completion without matching
Peter Stephenson
2008-07-06
1
-0
/
+39
*
25266: always use EXTENDED_GLOB for patterns in ZLS_COLORS
Peter Stephenson
2008-07-05
1
-0
/
+6
*
25262: suspicious error checking in braceless function definition
Peter Stephenson
2008-07-01
1
-2
/
+1
*
25259: improve getquery() handling of unhandled characters
Peter Stephenson
2008-07-01
1
-15
/
+29
*
25255: add anonymous function capability
Peter Stephenson
2008-06-30
1
-28
/
+50
*
25242: Mikael V prompt test for contents of psvar
Peter Stephenson
2008-06-24
1
-0
/
+6
*
25167: patch from Petr Salinger to define _GNU_SOURCE (for /dev/ptmx) when gl...
Clint Adams
2008-06-16
1
-1
/
+1
*
25149: add C_PRECEDENCES option to make arithmetic have C/Perl precedence
Peter Stephenson
2008-06-12
3
-117
/
+231
*
25145: make sure XTRACE output is redirected with stderr
Peter Stephenson
2008-06-11
1
-7
/
+8
*
Mikael: 25146: export pattern_match_equivalence()
Peter Stephenson
2008-06-10
1
-1
/
+3
*
Mikael: 25143: spelling corrections
Peter Stephenson
2008-06-10
3
-3
/
+5
*
unposted: silence compiler in pattern_match_restrict()
Peter Stephenson
2008-06-09
1
-1
/
+1
*
25138(? mailing list stuck): rewrite of completion matching.
Peter Stephenson
2008-06-08
6
-287
/
+1468
*
25126: reformatting for 25124
Clint Adams
2008-06-01
1
-3
/
+2
*
25124: work with --(disable|enable)-largefile instead of --(disable|enable)-l...
Clint Adams
2008-06-01
1
-1
/
+2
[next]