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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
36509: allocate hash table nodes with zshcalloc() to avoid garbage flag values
Barton E. Schaefer
2015-09-12
1
-2
/
+2
*
36489: fix curses bug with hash table for colours
Sebastian Gniazdowski
2015-09-11
1
-1
/
+1
*
36302: attr: Fix compilation with libcap 2.24
Mikael Magnusson
2015-08-28
1
-3
/
+3
*
users/20455: do not use posix_openpt() on OpenBSD
Jun-ichi Takimoto
2015-08-23
1
-1
/
+2
*
36227: attempt to fix metafication problem with ztrftime.
Peter Stephenson
2015-08-18
2
-6
/
+12
*
Revert "36222: unmetafy output from strftime"
Peter Stephenson
2015-08-18
1
-2
/
+1
*
36222: unmetafy output from strftime
Peter Stephenson
2015-08-18
1
-1
/
+2
*
36218: use unmetafied file name for mkdir system call
Peter Stephenson
2015-08-18
1
-1
/
+1
*
36092: return the zpty master file descriptor in $REPLY for use with "zle -F"...
Barton E. Schaefer
2015-08-11
1
-0
/
+2
*
not quite posted: check for error return before EINTR
Peter Stephenson
2015-08-10
2
-2
/
+2
*
36039: Restart socket commands on EINTR
Joshua Krusell
2015-08-10
2
-4
/
+10
*
36026: zero freed pointers in zftp cleanup_() in case the module is re-loaded...
Barton E. Schaefer
2015-08-09
1
-0
/
+2
*
35963: simplify condition found by coverity to include tautology
Oliver Kiddle
2015-07-31
1
-2
/
+1
*
35864: add sysopen, sysseek and systell to system module
Oliver Kiddle
2015-07-24
2
-2
/
+184
*
35939: fix select polling in ztcp and zsocket
Joshua Krusell
2015-07-22
2
-2
/
+2
*
35826: add getsparam_u() to return unmetafied string, use it for a number of ...
Barton E. Schaefer
2015-07-22
2
-4
/
+4
*
35681: fix day of month initialisation
Oliver Kiddle
2015-07-03
1
-1
/
+3
*
33566: regex module fix for unmatched parentheses
Peter Stephenson
2015-06-22
1
-0
/
+5
*
Add non-metafied character length handling.
Peter Stephenson
2015-06-12
2
-11
/
+24
*
35360 (replacing 35357): fix for configuring zpty on FreeBSD without
Oliver Kiddle
2015-06-03
1
-1
/
+1
*
35357: FreeBSD needs HAVE_POSIX_OPENPT for zpty
Baptiste Daroussin
2015-06-02
1
-1
/
+1
*
2037: ${functions[foo]} shouldn't be unmetafied.
Peter Stephenson
2015-05-29
1
-5
/
+0
*
35114: zformat -a multibyte char widths
Peter Stephenson
2015-05-13
1
-0
/
+36
*
34961: $TZ is implicitly local in builtin strftime (originally workers/34602 ...
Barton E. Schaefer
2015-04-25
1
-1
/
+20
*
34792: langinfo: Fix pointer type
Theo Buehler
2015-03-29
1
-1
/
+2
*
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
1
-6
/
+11
*
Unsetting gdbm tied variable basically works.
Peter Stephenson
2015-01-26
1
-1
/
+25
*
34350, 34353: document zsh/db/gdbm module, clean up a few things in the code
Barton E. Schaefer
2015-01-25
1
-20
/
+29
*
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
2014-12-11
2
-4
/
+6
*
33785: Fix leaks of desthost in ztcp
Mikael Magnusson
2014-11-24
1
-0
/
+4
*
33743: use posix_openpt in zpty if it is available
Oliver Kiddle
2014-11-24
1
-0
/
+4
*
33607: Fix some minor problems in zattr module
Mikael Magnusson
2014-11-07
1
-37
/
+30
*
33582: don't include tcp.mdh in zftp.c.
Peter Stephenson
2014-10-31
1
-1
/
+0
*
33566: quash null pointer constant compiler warning
Jun T
2014-10-29
1
-1
/
+1
*
33294: $functions[func_with_redir] plus extra tests
Peter Stephenson
2014-09-30
1
-11
/
+44
*
users/19097: remove $functypetrace in favour of ref to $zsheval_context
Peter Stephenson
2014-09-18
1
-39
/
+0
*
Add $functypestack special parameter in zsh/parameter
Peter Stephenson
2014-09-12
1
-0
/
+39
*
33122: typo from 32891 caused incorrect matches for pcre_match -n
Barton E. Schaefer
2014-09-07
1
-1
/
+1
*
33047: use git to simplify massively source distribution file selection
Peter Stephenson
2014-08-23
1
-59
/
+0
*
missed updates to calls to ztrftime()
Peter Stephenson
2014-07-30
2
-2
/
+2
*
32903: new empty (unset) elements in the special parameter hash tables are sp...
Barton E. Schaefer
2014-07-24
1
-15
/
+15
*
32898 (credit Jun T.): fix offset_start initialization bug in 32891
Barton E. Schaefer
2014-07-23
1
-1
/
+1
*
32891: CASE_MATCH for =~ when using pcre; fix pcre_match with empty string
Barton E. Schaefer
2014-07-20
1
-7
/
+6
*
32468: save/restore match/mbegin/mend when doing pattern lookups against zsty...
Barton E. Schaefer
2014-03-09
1
-55
/
+61
*
32388: zparseopts -K preserves individual associative array elements
Barton E. Schaefer
2014-02-15
1
-2
/
+41
*
32131: avoid infinite loop reading pty on platforms that do not buffer output...
Jun T
2013-12-16
1
-2
/
+2
[next]