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
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
2015-07-22
35939: fix select polling in ztcp and zsocket
Joshua Krusell
2
-2
/
+2
2015-07-22
35826: add getsparam_u() to return unmetafied string, use it for a number of ...
Barton E. Schaefer
2
-4
/
+4
2015-07-03
35681: fix day of month initialisation
Oliver Kiddle
1
-1
/
+3
2015-06-22
33566: regex module fix for unmatched parentheses
Peter Stephenson
1
-0
/
+5
2015-06-12
Add non-metafied character length handling.
Peter Stephenson
2
-11
/
+24
2015-06-03
35360 (replacing 35357): fix for configuring zpty on FreeBSD without
Oliver Kiddle
1
-1
/
+1
2015-06-02
35357: FreeBSD needs HAVE_POSIX_OPENPT for zpty
Baptiste Daroussin
1
-1
/
+1
2015-05-29
2037: ${functions[foo]} shouldn't be unmetafied.
Peter Stephenson
1
-5
/
+0
2015-05-13
35114: zformat -a multibyte char widths
Peter Stephenson
1
-0
/
+36
2015-04-25
34961: $TZ is implicitly local in builtin strftime (originally workers/34602 ...
Barton E. Schaefer
1
-1
/
+20
2015-03-29
34792: langinfo: Fix pointer type
Theo Buehler
1
-1
/
+2
2015-02-03
34455: Further gdbm parameter fixes.
Peter Stephenson
1
-12
/
+16
2015-02-02
34447: fix assignment of key-value array to ztie'd parameter.
Barton E. Schaefer
1
-5
/
+56
2015-02-01
34446: add "ztie -r" and "zuntie -u", update documentation
Barton E. Schaefer
1
-12
/
+32
2015-01-30
34439: unset variable about to be tied
Peter Stephenson
1
-2
/
+15
2015-01-29
34430: parameter fixes for gdbm tied hash.
Peter Stephenson
1
-6
/
+11
2015-01-26
Unsetting gdbm tied variable basically works.
Peter Stephenson
1
-1
/
+25
2015-01-25
34350, 34353: document zsh/db/gdbm module, clean up a few things in the code
Barton E. Schaefer
1
-20
/
+29
2014-12-11
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
2
-4
/
+6
2014-11-24
33785: Fix leaks of desthost in ztcp
Mikael Magnusson
1
-0
/
+4
2014-11-24
33743: use posix_openpt in zpty if it is available
Oliver Kiddle
1
-0
/
+4
2014-11-07
33607: Fix some minor problems in zattr module
Mikael Magnusson
1
-37
/
+30
2014-10-31
33582: don't include tcp.mdh in zftp.c.
Peter Stephenson
1
-1
/
+0
2014-10-29
33566: quash null pointer constant compiler warning
Jun T
1
-1
/
+1
2014-09-30
33294: $functions[func_with_redir] plus extra tests
Peter Stephenson
1
-11
/
+44
2014-09-18
users/19097: remove $functypetrace in favour of ref to $zsheval_context
Peter Stephenson
1
-39
/
+0
2014-09-12
Add $functypestack special parameter in zsh/parameter
Peter Stephenson
1
-0
/
+39
2014-09-07
33122: typo from 32891 caused incorrect matches for pcre_match -n
Barton E. Schaefer
1
-1
/
+1
2014-08-23
33047: use git to simplify massively source distribution file selection
Peter Stephenson
1
-59
/
+0
2014-07-30
missed updates to calls to ztrftime()
Peter Stephenson
2
-2
/
+2
2014-07-24
32903: new empty (unset) elements in the special parameter hash tables are sp...
Barton E. Schaefer
1
-15
/
+15
2014-07-23
32898 (credit Jun T.): fix offset_start initialization bug in 32891
Barton E. Schaefer
1
-1
/
+1
2014-07-20
32891: CASE_MATCH for =~ when using pcre; fix pcre_match with empty string
Barton E. Schaefer
1
-7
/
+6
2014-03-09
32468: save/restore match/mbegin/mend when doing pattern lookups against zsty...
Barton E. Schaefer
1
-55
/
+61
2014-02-15
32388: zparseopts -K preserves individual associative array elements
Barton E. Schaefer
1
-2
/
+41
2013-12-16
32131: avoid infinite loop reading pty on platforms that do not buffer output...
Jun T
1
-2
/
+2
2013-11-27
unposted, see 32054: Rationalise character encoding.
Peter Stephenson
2
-10
/
+10
2013-10-27
31902: rationalise use of gamma function.
Jun T
1
-0
/
+9
2013-10-11
31805: Add $patchars and $dis_patchars to zsh/parameter module
Mikael Magnusson
2
-1
/
+41
2013-08-26
31672: Add test that was failing and fix zpty set-up race
Peter Stephenson
1
-2
/
+28
[next]