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-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
2013-08-25
31665: zpty should attach terminal on slave.
Peter Stephenson
1
-0
/
+3
2013-05-21
31419: Add time zone and year to string formatted time output from zstat
Peter Stephenson
1
-2
/
+2
2012-10-11
30726: make shell options passed to emulate stick along with the emulation
Peter Stephenson
1
-1
/
+1
2012-10-07
30722: fix some cases where emulations or options were not propagated properly
Peter Stephenson
1
-3
/
+3
2012-06-16
30513: zsh/regex metafy fixes for widechar
Phil Pennock
1
-7
/
+16
2012-03-05
30307 plus tweak suggsted by Wayne: use %lld for zlong when long long
Peter Stephenson
1
-2
/
+18
2012-01-06
unposted: fix uninitialised variable warning in pcre
Peter Stephenson
1
-0
/
+1
2011-11-17
29907: Jun T.: remove declaration of unused variable
Peter Stephenson
1
-1
/
+0
2011-10-31
Jun T: 29883: cast resource types to types they should be anyway
Peter Stephenson
1
-1
/
+1
2011-10-26
29865: don't compile pcre if no pcre-config
Peter Stephenson
1
-1
/
+1
2011-10-24
29838: metafy/unmetafy strings for PCRE matching (UTF-8 fixes)
Phil Pennock
1
-16
/
+45
2011-08-15
unposted: use pm->node.nam to get names for parameters in errors
Peter Stephenson
1
-4
/
+6
2011-08-11
fix datetime autofeatures
Peter Stephenson
1
-1
/
+1
2011-08-11
29674: add $epochtime to datetime
Peter Stephenson
1
-1
/
+45
2011-08-10
29663: add $EPOCHREALTIME to zsh/datetime
Peter Stephenson
1
-0
/
+27
2011-06-19
29491: remove some variables set but not used
Peter Stephenson
1
-6
/
+4
2011-05-27
29382: apply 29374 to zccmd_input too.
Bart Schaefer
1
-2
/
+2
2011-05-18
29312, users/16032: add "zparseopts -M"
Bart Schaefer
1
-3
/
+68
2011-05-13
Danek: 29254: fix some compiler warnings
Peter Stephenson
2
-1
/
+2
[next]