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
*
34752: another fix for history expansion in cmd subst
Peter Stephenson
2015-03-20
1
-2
/
+14
*
34742: history expansion inside command substitution failed.
Peter Stephenson
2015-03-19
1
-2
/
+4
*
34734: further aliasing adjustments and doc
Barton E. Schaefer
2015-03-18
1
-2
/
+8
*
34653: move aborted vared lines to ZLE_VARED_ABORTED
Peter Stephenson
2015-03-06
1
-1
/
+3
*
34651: Avoid core dump if no lexical token
Peter Stephenson
2015-03-05
1
-0
/
+3
*
34636: replace broken isprint() on Mac OS X
Jun-ichi Takimoto
2015-03-05
4
-3
/
+24
*
34641: make it possible to alias tokens
Peter Stephenson
2015-03-04
1
-30
/
+41
*
34634: avoid infinite recursion on (/)# extendedglob
Barton E. Schaefer
2015-02-27
1
-1
/
+2
*
34623: free history more often if "remetafying"
Peter Stephenson
2015-02-23
1
-2
/
+6
*
34615 + 34619: Remeta one frame earlier
Mikael Magnusson
2015-02-23
1
-35
/
+30
*
34606: fix up nested arithmetic substitution
Peter Stephenson
2015-02-22
1
-2
/
+18
*
34604: Work around problem with changes in Meta characters.
Peter Stephenson
2015-02-22
1
-3
/
+37
*
34590: queue_signals() around more scopes that manipulate global state
Barton E. Schaefer
2015-02-20
2
-1
/
+18
*
34587: ensure multibyte characters don't overflow.
Peter Stephenson
2015-02-20
1
-0
/
+8
*
34568: use META_HEAPDUP when passing dlerror() string to metafy()
Barton E. Schaefer
2015-02-19
1
-1
/
+1
*
34573: Safer failure to handle command substitution
Peter Stephenson
2015-02-19
1
-3
/
+7
*
34570: Another nasty command / math substituion thing.
Peter Stephenson
2015-02-19
3
-51
/
+85
*
Fix up memory allocation for previous patch
Peter Stephenson
2015-02-17
1
-4
/
+5
*
34560: Fix $(( that's actually a multiline cmd subst.
Peter Stephenson
2015-02-16
3
-2
/
+36
*
34530: PRINT_EXIT_VALUE with anonymous functions.
Peter Stephenson
2015-02-16
1
-2
/
+12
*
34551: Avoid adding an extra "/" to the target path in cd_try_chdir() when th...
Barton E. Schaefer
2015-02-15
1
-2
/
+4
*
34543: Prevent crash on garbage bytes inside $(...)
Barton E. Schaefer
2015-02-14
2
-4
/
+8
*
34546: further $_ with anon function fix.
Peter Stephenson
2015-02-13
1
-4
/
+13
*
34519: $_ for arguments of anonymous function
Peter Stephenson
2015-02-12
1
-1
/
+4
*
34514: Back out 34485, an alternate solution needs to be worked out.
Barton E. Schaefer
2015-02-12
2
-27
/
+30
*
users/19850: add pattern support to watch variable
Peter Stephenson
2015-02-11
1
-3
/
+24
*
34490: Fix leak on print -zf/-sf error
Mikael Magnusson
2015-02-10
1
-1
/
+17
*
34488: Fix use-after-free for print -zf and print -sf
Mikael Magnusson
2015-02-10
1
-6
/
+12
*
34485: More rationalisation for anonymous functions.
Peter Stephenson
2015-02-09
2
-30
/
+27
*
34466: Fix double unmeta in rm verification
Mikael Magnusson
2015-02-09
1
-1
/
+1
*
34451: use mmap() also on Mac OS X
Jun-ichi Takimoto
2015-02-03
1
-0
/
+4
*
34455: Further gdbm parameter fixes.
Peter Stephenson
2015-02-03
1
-12
/
+16
*
34447: fix assignment of key-value array to ztie'd parameter.
Barton E. Schaefer
2015-02-02
1
-5
/
+56
*
34446: add "ztie -r" and "zuntie -u", update documentation
Barton E. Schaefer
2015-02-01
1
-12
/
+32
*
34439: unset variable about to be tied
Peter Stephenson
2015-01-30
1
-2
/
+15
*
34430: parameter fixes for gdbm tied hash.
Peter Stephenson
2015-01-29
2
-8
/
+36
*
34403: refine 34399 to avoid settyinfo() when the input descriptor is not a TTY
Barton E. Schaefer
2015-01-26
1
-2
/
+2
*
34387: Avoid loading the main zsh binary as a module
Mikael Magnusson
2015-01-27
1
-1
/
+3
*
34382: Handle NULL return from dlerror() more gracefully
Mikael Magnusson
2015-01-27
1
-1
/
+2
*
Unsetting gdbm tied variable basically works.
Peter Stephenson
2015-01-26
1
-1
/
+25
*
34399: fix polltty thinko from 34365
Barton E. Schaefer
2015-01-25
1
-1
/
+1
*
34389: fix parsing of ">!" when read from histfile with HIST_LEX_WORDS
Barton E. Schaefer
2015-01-25
1
-1
/
+2
*
34365: History lockfile backoff: randomised time.
Peter Stephenson
2015-01-25
2
-14
/
+123
*
34350, 34353: document zsh/db/gdbm module, clean up a few things in the code
Barton E. Schaefer
2015-01-25
1
-20
/
+29
*
34369: document error and warning codes
Daniel Shahaf
2015-01-25
1
-1
/
+15
*
34383: ztrdup() should be dupstring() in new cd code
Peter Stephenson
2015-01-25
1
-1
/
+1
*
34331: better handling of NULL in cd.
Peter Stephenson
2015-01-22
2
-7
/
+12
*
34329: add -S option to which and where
Peter Stephenson
2015-01-20
1
-2
/
+2
*
users/19751: remove error on failure to close file descriptor by number.
Peter Stephenson
2015-01-20
1
-1
/
+6
*
34322: bug with interface to parsestr() etc.
Peter Stephenson
2015-01-18
9
-26
/
+46
[next]