..
.cvsignore
fallout from 24050: add curses_keys.h to .cvsignore
2007-11-04 16:45:53 +00:00
.distfiles
33047: use git to simplify massively source distribution file selection
2014-08-23 21:01:58 +01:00
.exrc
attr.c
36302: attr: Fix compilation with libcap 2.24
2015-08-28 05:12:29 +02:00
attr.mdd
26697: test for Linux- and Mac-style xattr functions
2009-03-08 20:20:47 +00:00
cap.c
Richard Hartmann: 27440: typos in module warnings
2009-11-30 09:59:40 +00:00
cap.mdd
23578: make standard features autoloadable,
2007-06-20 20:59:15 +00:00
clone.c
43791: File descriptor could be closed twice in clone
2018-11-09 10:54:47 +00:00
clone.mdd
23578: make standard features autoloadable,
2007-06-20 20:59:15 +00:00
curses.c
51212: remove STOUC() macro
2022-12-16 23:28:10 +01:00
curses.mdd
36661: replace obsolete "autobins" setting with "autofeatures"
2015-09-27 12:43:03 -07:00
curses_keys.awk
github #64 : Fix a build-time error when building against ncurses that hadn't been built with --enable-wgetch-events.
2020-08-28 02:54:51 +00:00
datetime.c
47494, 47495: Add -n option to strftime
2020-10-25 23:06:02 +01:00
datetime.mdd
fix datetime autofeatures
2011-08-11 19:43:46 +00:00
db_gdbm.c
50368: adjust ztie'd bitflags so local variables cannot mess with database
2022-06-21 17:58:57 -07:00
db_gdbm.mdd
40558, 40562: General improvements to zsh/db/gdbm module
2017-02-17 09:22:02 +00:00
errnames1.awk
errnames2.awk
example.c
40524: do not free a null array
2017-02-13 18:09:34 -08:00
example.mdd
23578: make standard features autoloadable,
2007-06-20 20:59:15 +00:00
files.c
unposted: add/remove UNUSED() for some function parameters
2021-09-08 11:58:29 +09:00
files.mdd
24972: Phil Pennock: zf_* variants of zsh/files builtins plus extra options
2008-05-08 09:03:49 +00:00
ksh93.c
51557: Clarify availability of ksh-mode parameters, improve vi-mode detection.
2023-03-11 13:20:21 -08:00
ksh93.mdd
51524: dependency on zsh/zle for linkage
2023-03-06 14:54:28 -08:00
langinfo.c
37838: use UNUSED() consistently
2016-01-30 00:26:23 +09:00
langinfo.mdd
23578: make standard features autoloadable,
2007-06-20 20:59:15 +00:00
mapfile.c
42605: properly free the vi registers hash
2018-04-07 18:52:37 +02:00
mapfile.mdd
23578: make standard features autoloadable,
2007-06-20 20:59:15 +00:00
mathfunc.c
43275: Add log2 to match func
2018-08-13 09:36:55 +01:00
mathfunc.mdd
23578: make standard features autoloadable,
2007-06-20 20:59:15 +00:00
nearcolor.c
unposted: add/remove UNUSED() for some function parameters
2021-09-08 11:58:29 +09:00
nearcolor.mdd
43747: new module to map colours from hex triplets to the nearest matching colour
2018-11-05 22:24:05 +01:00
newuser.c
37838: use UNUSED() consistently
2016-01-30 00:26:23 +09:00
newuser.mdd
param_private.c
unposted: fix memory leak flagged by coverity
2023-03-05 13:26:57 -08:00
param_private.mdd
37081: new module zsh/param/private for private-scoped parameters in functions
2015-11-08 16:19:37 -08:00
parameter.c
51722: Safety for extracting elements of $historywords
2023-05-13 21:49:07 +01:00
parameter.mdd
43039: Mark functions_source (et al.) for auto-loading
2018-06-17 20:34:17 -05:00
pcre.c
51738: support pcre's alternative DFA matching algorithm
2023-05-13 00:59:00 +02:00
pcre.mdd
51877: do not build pcre module if pcre2-config is not found
2023-06-20 18:14:27 +09:00
regex.c
40486: Don't warn on creation of MATCH etc. in regex.
2017-02-02 10:03:57 +00:00
regex.mdd
23578: make standard features autoloadable,
2007-06-20 20:59:15 +00:00
socket.c
37838: use UNUSED() consistently
2016-01-30 00:26:23 +09:00
socket.mdd
23578: make standard features autoloadable,
2007-06-20 20:59:15 +00:00
stat.c
51212: remove STOUC() macro
2022-12-16 23:28:10 +01:00
stat.mdd
23578: make standard features autoloadable,
2007-06-20 20:59:15 +00:00
system.c
50355: documentation and return status consistency in zsh/system module
2022-06-11 15:02:46 -07:00
system.mdd
39217: fix error name generation with GCC.
2016-09-07 11:50:00 +01:00
tcp.c
unposted: silence warnings on Cygwin
2017-03-10 18:41:25 +09:00
tcp.h
26584: use bind/netdb.h where appropriate
2009-02-20 10:17:43 +00:00
tcp.mdd
revert that
2007-07-12 03:09:12 +00:00
termcap.c
43227: fix memory leaks in term{cap,info}.c
2018-08-01 21:36:44 +09:00
termcap.mdd
23578: make standard features autoloadable,
2007-06-20 20:59:15 +00:00
terminfo.c
43227: fix memory leaks in term{cap,info}.c
2018-08-01 21:36:44 +09:00
terminfo.mdd
26852: make terminfo.mdd test agree with one in terminfo.c
2009-04-20 17:05:32 +00:00
watch.c
51258, 51272: refactor handling of terminal attributes, removing OFF flags in zattr
2023-01-10 20:53:17 +01:00
watch.mdd
49534, 49539: separate watch/log functionality out into a module
2021-11-02 21:41:53 +01:00
zftp.c
51889: fix module loading problem with full RELRO
2023-06-26 17:13:04 +09:00
zftp.mdd
revert that
2007-07-12 03:09:12 +00:00
zprof.c
45923 (with memory leak fixed, cf. 45924): zprof: Don't tally all anonymous functions as though they were a single function named "(anon)".
2020-05-28 19:40:40 +00:00
zprof.mdd
23578: make standard features autoloadable,
2007-06-20 20:59:15 +00:00
zpty.c
51212: remove STOUC() macro
2022-12-16 23:28:10 +01:00
zpty.mdd
23578: make standard features autoloadable,
2007-06-20 20:59:15 +00:00
zselect.c
37838: use UNUSED() consistently
2016-01-30 00:26:23 +09:00
zselect.mdd
23578: make standard features autoloadable,
2007-06-20 20:59:15 +00:00
zutil.c
51212: remove STOUC() macro
2022-12-16 23:28:10 +01:00
zutil.mdd
23578: make standard features autoloadable,
2007-06-20 20:59:15 +00:00