index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
utils.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-29
44714: Take account of CDABLE_VARS while checking spelling
Jun-ichi Takimoto
1
-0
/
+2
2019-05-20
44307: allow for atoi() returning a negative number
Oliver Kiddle
1
-1
/
+1
2018-12-30
unposted (per 43938): Avoid segfault when unmetafying empty string
dana
1
-1
/
+1
2018-12-29
43953: Fix rounding/truncation error in %. time-format specifier
dana
1
-6
/
+15
2018-11-09
43790: failed mailstat could leak memory
Kamil Dudka
1
-3
/
+13
2018-10-14
unposted: internals: Document sepjoin().
Daniel Shahaf
1
-0
/
+8
2018-09-16
43464: Another attachtty() fix.
Peter Stephenson
1
-0
/
+4
2018-08-01
43227: fix memory leaks in term{cap,info}.c
Jun-ichi Takimoto
1
-0
/
+37
2018-06-20
43075: Support nanosecond-precision time formatting
dana
1
-8
/
+14
2018-04-15
42650: fix 42156 for zero-sized terminals
Barton E. Schaefer
1
-5
/
+7
2018-04-15
42636: fix GLOB_DOTS for !(RM_STAR_SILENT)
Barton E. Schaefer
1
-4
/
+5
2018-04-07
42607, CVE-2018-1100: check bounds on buffer in mail checking
Oliver Kiddle
1
-3
/
+5
2018-04-07
42595: remove dead code flagged by coverity
Oliver Kiddle
1
-3
/
+1
2018-03-30
42560: silence sign-compare compiler warnings
Oliver Kiddle
1
-3
/
+3
2018-03-28
42539: prevent overflow of PATH_MAX-sized buffer in spelling correction
Oliver Kiddle
1
-5
/
+9
2018-03-27
42538: Temporarily set umask for here document.
Martijn Dekker
1
-0
/
+4
2018-03-25
42480: optimize $#var for single-byte character sets
Barton E. Schaefer
1
-1
/
+1
2018-03-24
42518, CVE-2018-1071: check bounds when copying path in hashcmd()
Oliver Kiddle
1
-3
/
+3
2018-01-31
42332: Special case unsigned printf formats.
Peter Stephenson
1
-0
/
+61
2017-12-22
42156: new CHECK_RUNNING_JOBS option demanded by bash groupies
Peter Stephenson
1
-2
/
+2
2017-09-21
unposted (cf. 41672): checkrmall: Record the 41672 bug in a TODO.
Daniel Shahaf
1
-0
/
+3
2017-09-21
unposted (cf. 41707): internal: Document the count==0 case of checkrmall().
Daniel Shahaf
1
-1
/
+3
2017-09-11
unposted: internal: Document zreaddir().
Daniel Shahaf
1
-0
/
+10
2017-08-08
Revert "41499 (with one further tweak): POSIX_STRINGS behaviour."
Peter Stephenson
1
-18
/
+2
2017-08-07
41499 (with one further tweak): POSIX_STRINGS behaviour.
Peter Stephenson
1
-2
/
+18
2017-08-03
41484: Make ${(q+)...} quote backsleshes.
Martijn Dekker
1
-1
/
+5
2017-07-02
22760: fix partial string length reports with NO_MULTIBYTE
Peter Stephenson
1
-1
/
+1
2017-05-12
41090: Replace iswprint() if unicode9 is enabled.
Jun-ichi Takimoto
1
-2
/
+2
2017-05-09
40181: Fix buffer overrun in xsymlinks.
Peter Stephenson
1
-3
/
+11
2017-04-23
40994: unmeta_one() need not count Meta
Jun-ichi Takimoto
1
-8
/
+1
2017-04-10
40935: User names need metafying.
Orlov Sergey
1
-3
/
+3
2017-03-08
40763: count wide characters and Cmatcher pointers more sanely in cfp_matcher...
Barton E. Schaefer
1
-0
/
+42
2017-03-07
40760: Always tokenize unquoted - to Dash.
Peter Stephenson
1
-3
/
+7
2016-11-24
39982: $SPROMPT: Don't accept a spelling correction at space/tab.
Daniel Shahaf
1
-4
/
+4
2016-11-17
39958: Add extra byte to PATH_MAX allocations.
Peter Stephenson
1
-6
/
+6
2016-11-15
39943: no need to compute arrlen() in arrdup_max() when max == 0.
Barton E. Schaefer
1
-2
/
+3
2016-11-15
39949: Special case for "-" in directory names.
Peter Stephenson
1
-31
/
+39
2016-11-14
39906: More multibyte optimisations for US-ASCII.
Peter Stephenson
1
-3
/
+23
2016-11-09
39886 based on 39877: Optimise arrdup to arrdup_max.
Peter Stephenson
1
-0
/
+25
2016-11-08
unposted: follow up to 39867: don't need test against zero
Peter Stephenson
1
-1
/
+1
2016-11-08
39867, tweaked: Use cast to unsigned char to test character.
Peter Stephenson
1
-1
/
+1
2016-11-04
39825: optimise mb_metastrlenend() for 7-bit character.
Peter Stephenson
1
-1
/
+16
2016-09-29
39470: failure to open a supposedly unique temp file name should result in an...
Barton E. Schaefer
1
-0
/
+4
2016-09-11
39252: internal: quotestring: Drop the 'e' parameter, which no caller uses.
Daniel Shahaf
1
-23
/
+4
2016-08-23
39087: fix 'conditionally uninitialized' variables
Jun-ichi Takimoto
1
-1
/
+3
2016-08-22
39046 + 39061: New :P history modifier.
Daniel Shahaf
1
-6
/
+8
2016-08-01
38971: Start using the new arrlen_ge() / arrlen_le() helpers.
Daniel Shahaf
1
-1
/
+1
2016-08-01
38973: Optimize indexing array parameters.
Daniel Shahaf
1
-0
/
+40
2016-06-02
21603: Make read_poll more interruptible.
Peter Stephenson
1
-1
/
+1
2016-02-11
37946: make rm * warnings more informative.
Peter Stephenson
1
-4
/
+27
[next]