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
2023-01-10
51258, 51272: refactor handling of terminal attributes, removing OFF flags in...
Oliver Kiddle
1
-3
/
+4
2022-12-16
51212: remove STOUC() macro
Oliver Kiddle
1
-34
/
+34
2022-09-27
50668: treat 8bit chars correctly when multibyte is unset
Jun-ichi Takimoto
1
-1
/
+1
2022-04-05
49989: Single byte versions of nice quoting.
Peter Stephenson
1
-34
/
+137
2022-04-04
49992: further unify single- and multi-byte implementations of nicechar()
Bart Schaefer
1
-62
/
+0
2022-04-04
49991: single-byte brace expansion handles $'\0' and control character output...
Bart Schaefer
1
-3
/
+8
2021-11-28
49606: remove old NIS-specific code for retrieving user data
Oliver Kiddle
1
-1
/
+1
2021-11-02
49534, 49539: separate watch/log functionality out into a module
Oliver Kiddle
1
-16
/
+0
2021-10-30
49533: add null check for preprompt functions list that could occur following...
Oliver Kiddle
1
-0
/
+3
2021-09-22
49422: improve support of --disable-dynamic-nss
Jun-ichi Takimoto
1
-5
/
+5
2021-09-06
49282: set $0 correctly when calling functions from hooks
Bart Schaefer
1
-2
/
+12
2021-04-06
48389: getkeystring() should not return ptr to local var
Jun-ichi Takimoto
1
-8
/
+25
2021-04-01
48202 + 48366: Fix handling of NUL bytes in zexpandtabs multibyte version
Mikael Magnusson
1
-1
/
+4
2021-03-23
47745: Fix [:IDENT:] vs posixidentifiers
Stephane Chazelas
1
-1
/
+1
2020-05-30
45915: fix handling of hyphens in spckword()
Bart Schaefer
1
-5
/
+11
2020-05-03
45730: _arguments: Add the -0 flag, which makes $opt_args be populated sanely.
Daniel Shahaf
1
-1
/
+14
2020-04-20
45708: zsh/system: Enable sub-second timeout in zsystem flock
Cedric Ware
1
-0
/
+36
2020-03-25
45583/0008: Extend tests to prove that what remains of xsymlinks() handles sy...
Daniel Shahaf
1
-2
/
+0
2020-03-25
45583/0007: Remove code that is now unreachable.
Daniel Shahaf
1
-17
/
+4
2020-03-25
45583/0006: Don't use xsymlinks() in 'whence -s'.
Daniel Shahaf
1
-4
/
+14
2020-03-25
45583/0004: Fix segfault on resolving symlink loops
Daniel Shahaf
1
-3
/
+3
2020-03-22
45563: %z can be used for zlong in warnings and errors
Peter Stephenson
1
-0
/
+9
2020-03-17
45536: fix handling of 8bit character under C-locale
Jun-ichi Takimoto
1
-2
/
+2
2020-02-24
45487: Missing mod_export declarations for AIX
Peter Stephenson
1
-1
/
+1
2019-12-26
unposted: zerrmsg(): Fix macro guard missed in previous commit
dana
1
-2
/
+0
2019-12-26
internal: Allow %L in zerrmsg() in non-debug builds, too.
Daniel Shahaf
1
-2
/
+0
2019-12-18
45064: Fix the mktemp() warning, in debug builds only.
Daniel Shahaf
1
-0
/
+25
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
[next]