1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-17 10:20:55 +01:00
zsh/Src/Modules
Daniel Shahaf fb1aa3fe1e 45923 (with memory leak fixed, cf. 45924): zprof: Don't tally all anonymous functions as though they were a single function named "(anon)".
Before:

    % zmodload zsh/zprof
    % () :
    % () :
    % zprof
    num  calls                time                       self            name
    -----------------------------------------------------------------------------------
     1)    2           0.08     0.04  100.00%      0.08     0.04  100.00%  (anon)

After:

    % zmodload zsh/zprof
    % () :
    % () :
    % zprof
    num  calls                time                       self            name
    -----------------------------------------------------------------------------------
     1)    1           0.04     0.04   50.45%      0.04     0.04   50.45%  (anon) [:3]
     2)    1           0.04     0.04   49.55%      0.04     0.04   49.55%  (anon) [:2]
2020-05-28 19:40:40 +00:00
..
.cvsignore
.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
clone.c 43791: File descriptor could be closed twice in clone 2018-11-09 10:54:47 +00:00
clone.mdd
curses.c 45729: internal: Add a second parameter to zlinklist2array(), analogously to hlinklist2array(). 2020-05-03 01:27:36 +00:00
curses.mdd 36661: replace obsolete "autobins" setting with "autofeatures" 2015-09-27 12:43:03 -07:00
curses_keys.awk
datetime.c 43935: Reject too-large nanosecond values given to strftime 2018-12-24 02:42:18 -06:00
datetime.mdd fix datetime autofeatures 2011-08-11 19:43:46 +00:00
db_gdbm.c 45269: Fix misspellings in completions and elsewhere. 2020-01-09 13:42:02 +00: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
files.c 44153: rm: Accept -R as equivalent to -r 2019-03-21 22:04:55 -05:00
files.mdd
langinfo.c 37838: use UNUSED() consistently 2016-01-30 00:26:23 +09:00
langinfo.mdd
mapfile.c 42605: properly free the vi registers hash 2018-04-07 18:52:37 +02:00
mapfile.mdd
mathfunc.c 43275: Add log2 to match func 2018-08-13 09:36:55 +01:00
mathfunc.mdd
nearcolor.c 43829: nearcolor.c: use double instead of float 2018-11-19 14:57:30 +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 37868: add 'static' to file local variables 2016-02-03 01:25:33 +09: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 45269: Fix misspellings in completions and elsewhere. 2020-01-09 13:42:02 +00:00
parameter.mdd 43039: Mark functions_source (et al.) for auto-loading 2018-06-17 20:34:17 -05:00
pcre.c 43219 (except term{cap,info}.c): fix several memory leaks 2018-07-31 22:15:58 +09:00
pcre.mdd 29865: don't compile pcre if no pcre-config 2011-10-26 16:46:09 +00:00
regex.c 40486: Don't warn on creation of MATCH etc. in regex. 2017-02-02 10:03:57 +00:00
regex.mdd
socket.c 37838: use UNUSED() consistently 2016-01-30 00:26:23 +09:00
socket.mdd
stat.c 43823: remove unnecessary metafy() in stattimeprint() 2018-11-15 10:59:09 +09:00
stat.mdd
system.c 45708: zsh/system: Enable sub-second timeout in zsystem flock 2020-04-20 12:10:01 -05: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
tcp.mdd
termcap.c 43227: fix memory leaks in term{cap,info}.c 2018-08-01 21:36:44 +09:00
termcap.mdd
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
zftp.c Fix typos reported by codespell in Src/ 2020-01-09 14:49:55 +01:00
zftp.mdd
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
zpty.c 45058: internal: Add symbolic names to possible values of zexit()'s "from_where" parameter. No functional change. 2019-12-17 05:12:36 +00:00
zpty.mdd
zselect.c 37838: use UNUSED() consistently 2016-01-30 00:26:23 +09:00
zselect.mdd
zutil.c 45737 (+ docs, and update the test from 45722): zstyle: When determining the weight (specificity) of a pattern, consider the number of components before anything else, as documented. 2020-05-02 01:12:07 +00:00
zutil.mdd