index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Modules
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-25
40626: Make $options re-settable.
Daniel Shahaf
1
-2
/
+2
2017-02-17
40558, 40562: General improvements to zsh/db/gdbm module
Sebastian Gniazdowski
2
-72
/
+437
2017-02-13
40524: do not free a null array
Barton E. Schaefer
1
-1
/
+2
2017-02-08
40508: Make $functions re-settable.
Daniel Shahaf
1
-2
/
+2
2017-02-07
40507: Remove extraneous null creating GDBM records
Sebastian Gniazdowski
1
-6
/
+6
2017-02-02
40486: Don't warn on creation of MATCH etc. in regex.
Peter Stephenson
1
-4
/
+4
2017-02-01
40483 (cf. Eric Freese: 40482): Remove zpty exit hook from forked processes
Barton E. Schaefer
1
-0
/
+2
2017-01-29
40453: signal handler safety for callers of patcompile(PAT_STATIC), which is ...
Barton E. Schaefer
2
-7
/
+27
2017-01-28
40440: Add $functions_source hash to zsh/parameter.
Peter Stephenson
1
-0
/
+96
2016-11-07
39728: define _GNU_SOURCE on Cygwin
Jun-ichi Takimoto
1
-3
/
+0
2016-09-11
39268: "zsystem flock -t 0 ..." tries only once to flock and immediately retu...
Barton E. Schaefer
1
-3
/
+3
2016-09-07
39217: fix error name generation with GCC.
Peter Stephenson
1
-1
/
+6
2016-08-20
39064: use scalbn() instead of scalb() (mathfunc.c)
Jun-ichi Takimoto
1
-0
/
+4
2016-08-01
38971: Start using the new arrlen_ge() / arrlen_le() helpers.
Daniel Shahaf
2
-3
/
+3
2016-07-19
38862: strptime(3) requires _XOPEN_SOURCE on Cygwin
Jun-ichi Takimoto
1
-0
/
+3
2016-06-03
38586: Metafication problem with $functions
Peter Stephenson
1
-5
/
+0
2016-04-29
38356: allow integers as curses colours
Sebastian Gniazdowski
1
-2
/
+14
2016-04-29
39354: zcurses fix for colour management
Sebastian Gniazdowski
1
-4
/
+4
2016-04-23
Mikael Berthe: 38307: PCRE segfault when parenthesized group matches nothing
Barton E. Schaefer
1
-1
/
+1
2016-02-03
37868: add 'static' to file local variables
Jun-ichi Takimoto
5
-12
/
+12
2016-01-30
37838: use UNUSED() consistently
Jun-ichi Takimoto
20
-26
/
+26
2016-01-27
37810: repair handling of backslashes and of names starting with "+"/":"/"=" ...
Barton E. Schaefer
1
-7
/
+10
2016-01-27
37802: Clarify zparseopts documention. zparseopts "X::" specifier should als...
Barton E. Schaefer
1
-2
/
+4
2016-01-25
Jun T.: 37759: save more function pointers from realparamtab when hacking in ...
Jun T
1
-3
/
+7
2016-01-08
Jun T.: 37515: multibyte handling as per 35448.
Barton E. Schaefer
1
-10
/
+23
2015-12-10
37378: New bindkey tests.
Peter Stephenson
1
-6
/
+18
2015-12-04
unposted: fix init_io() calls in previous change
Peter Stephenson
2
-2
/
+2
2015-11-26
37229: non-local assignment to a parameter name whose outermost declaration i...
Barton E. Schaefer
1
-11
/
+48
2015-11-23
37208: assignment in a nested scope should not change private parameters in t...
Barton E. Schaefer
1
-14
/
+30
2015-11-08
37081: new module zsh/param/private for private-scoped parameters in functions
Barton E. Schaefer
2
-0
/
+594
2015-10-29
37014: Improved internal parameter setting.
Peter Stephenson
3
-7
/
+7
2015-10-27
36974: fix some functions with empty argument lists
Peter Stephenson
1
-4
/
+4
2015-10-26
36968: use addmodulefd() to tell the shell about the descriptor of the dbm file
Barton E. Schaefer
1
-2
/
+7
2015-10-24
36944: extend fd management to zsocket
Peter Stephenson
2
-4
/
+17
2015-10-24
36941: Mark file descripors in ztcp as used.
Peter Stephenson
1
-1
/
+6
2015-09-27
36661: replace obsolete "autobins" setting with "autofeatures"
Barton E. Schaefer
1
-1
/
+1
2015-09-12
36509: allocate hash table nodes with zshcalloc() to avoid garbage flag values
Barton E. Schaefer
1
-2
/
+2
2015-09-11
36489: fix curses bug with hash table for colours
Sebastian Gniazdowski
1
-1
/
+1
2015-08-28
36302: attr: Fix compilation with libcap 2.24
Mikael Magnusson
1
-3
/
+3
2015-08-23
users/20455: do not use posix_openpt() on OpenBSD
Jun-ichi Takimoto
1
-1
/
+2
2015-08-18
36227: attempt to fix metafication problem with ztrftime.
Peter Stephenson
2
-6
/
+12
2015-08-18
Revert "36222: unmetafy output from strftime"
Peter Stephenson
1
-2
/
+1
2015-08-18
36222: unmetafy output from strftime
Peter Stephenson
1
-1
/
+2
2015-08-18
36218: use unmetafied file name for mkdir system call
Peter Stephenson
1
-1
/
+1
2015-08-11
36092: return the zpty master file descriptor in $REPLY for use with "zle -F"...
Barton E. Schaefer
1
-0
/
+2
2015-08-10
not quite posted: check for error return before EINTR
Peter Stephenson
2
-2
/
+2
2015-08-10
36039: Restart socket commands on EINTR
Joshua Krusell
2
-4
/
+10
2015-08-09
36026: zero freed pointers in zftp cleanup_() in case the module is re-loaded...
Barton E. Schaefer
1
-0
/
+2
2015-07-31
35963: simplify condition found by coverity to include tautology
Oliver Kiddle
1
-2
/
+1
2015-07-24
35864: add sysopen, sysseek and systell to system module
Oliver Kiddle
2
-2
/
+184
[prev]
[next]