| Commit message (Expand) | Author | Age | Files | Lines |
* | 49563: fix build problem of watch module on Cygwin | Jun-ichi Takimoto | 2021-11-15 | 1 | -2/+6 |
* | 49561: add zformat -F option, similar to -f but ternary expressions check for... | Oliver Kiddle | 2021-11-12 | 1 | -16/+32 |
* | 49544: only tie watch/WATCH if both come from the module | Oliver Kiddle | 2021-11-07 | 1 | -7/+11 |
* | 49534, 49539: separate watch/log functionality out into a module | Oliver Kiddle | 2021-11-02 | 2 | -0/+723 |
* | 49456: clean up detection of private params in nested scopes, update doc | Bart Schaefer | 2021-10-04 | 1 | -5/+7 |
* | 49422: improve support of --disable-dynamic-nss | Jun-ichi Takimoto | 2021-09-22 | 1 | -0/+12 |
* | unposted: add/remove UNUSED() for some function parameters | Jun-ichi Takimoto | 2021-09-08 | 3 | -3/+3 |
* | 49196: gdbm keys not present in the database appear unset in tied hashes | Bart Schaefer | 2021-09-06 | 1 | -0/+2 |
* | 49297 (quoting amended): error message in files module. | Peter Stephenson | 2021-08-24 | 1 | -1/+7 |
* | 48432 and enable test: fix quotiing of zstyle -L for zstyle -e | Peter Stephenson | 2021-04-09 | 1 | -1/+2 |
* | 47785: remove deprecated autoconf functions | Felipe Contreras | 2021-04-09 | 1 | -6/+0 |
* | 47905: Add leading '-' to zparseopts option parsing errors | Joshua Krusell | 2021-02-13 | 1 | -4/+4 |
* | 47899: Improve error message from zparseopts. | Joshua Krusell | 2021-02-03 | 1 | -1/+4 |
* | 47840: make zpty module work on Cygwin | Peiyuan Song | 2021-01-20 | 1 | -0/+11 |
* | 47704: fix scope for "private -p" | Bart Schaefer | 2020-12-02 | 1 | -0/+4 |
* | 47494, 47495: Add -n option to strftime | Mikael Magnusson | 2020-10-25 | 1 | -2/+3 |
* | Fix a race condition in zf_mkdir -p | Roman Perepelitsa | 2020-10-23 | 1 | -9/+19 |
* | github #64: Fix a build-time error when building against ncurses that hadn't ... | Daniel Shahaf | 2020-08-28 | 1 | -1/+6 |
* | 46152: zsh/system: Re-allow '0' timeout in zsystem flock | Cedric Ware | 2020-07-11 | 1 | -3/+3 |
* | 45923 (with memory leak fixed, cf. 45924): zprof: Don't tally all anonymous f... | Daniel Shahaf | 2020-05-28 | 1 | -3/+28 |
* | 45729: internal: Add a second parameter to zlinklist2array(), analogously to ... | Daniel Shahaf | 2020-05-03 | 1 | -2/+2 |
* | 45737 (+ docs, and update the test from 45722): zstyle: When determining the ... | Daniel Shahaf | 2020-05-02 | 1 | -2/+11 |
* | 45708: zsh/system: Enable sub-second timeout in zsystem flock | Cedric Ware | 2020-04-20 | 1 | -5/+74 |
* | Merge remote-tracking branch 'origin/master' into 5.9 | Daniel Shahaf | 2020-03-07 | 1 | -1/+1 |
|\ |
|
| * | zsh/system: Fix infinite loop in sysread | Roman Perepelitsa | 2020-02-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' into 5.9 | Daniel Shahaf | 2020-01-15 | 4 | -4/+4 |
|\| |
|
| * | Fix typos reported by codespell in Src/ | Mikael Magnusson | 2020-01-09 | 1 | -1/+1 |
| * | 45269: Fix misspellings in completions and elsewhere. | Jens Schleusener | 2020-01-09 | 3 | -3/+3 |
* | | 45137: zformat: Allow the specifying minimum width and a dot with an empty ma... | Daniel Shahaf | 2019-12-26 | 1 | -2/+1 |
* | | 45138: Add zformat unit tests. | Daniel Shahaf | 2019-12-26 | 1 | -3/+3 |
|/ |
|
* | 45058: internal: Add symbolic names to possible values of zexit()'s "from_whe... | Daniel Shahaf | 2019-12-17 | 1 | -1/+1 |
* | unposted: zstyle: Add a unit test and some comments. | Daniel Shahaf | 2019-12-01 | 1 | -3/+16 |
* | 44480: Don't automatically close externally visible file descroptors. | Peter Stephenson | 2019-07-02 | 1 | -2/+2 |
* | 44176: warn only if off_t is longer than long | Jun-ichi Takimoto | 2019-03-25 | 1 | -1/+2 |
* | 44162 (tweaked): Avoid format-overflow warning in zftp.c | Wesley Schwengle | 2019-03-25 | 1 | -8/+2 |
* | 44153: rm: Accept -R as equivalent to -r | Matthew Martin | 2019-03-21 | 1 | -3/+4 |
* | 44135: Add chmod builtin | Matthew Martin | 2019-03-18 | 1 | -0/+41 |
* | 44100: zparseopts: Add -F option, completion, tests; improve documentation | dana | 2019-03-12 | 1 | -1/+13 |
* | 43935: Reject too-large nanosecond values given to strftime | dana | 2018-12-24 | 1 | -1/+1 |
* | 43829: nearcolor.c: use double instead of float | Jun-ichi Takimoto | 2018-11-19 | 1 | -19/+19 |
* | 43823: remove unnecessary metafy() in stattimeprint() | Ivan Tkachenko | 2018-11-15 | 1 | -3/+1 |
* | 43800: Add nanosecond support to strftime built-in | dana | 2018-11-13 | 1 | -18/+46 |
* | 43791: File descriptor could be closed twice in clone | Kamil Dudka | 2018-11-09 | 1 | -1/+2 |
* | 43805: make nearcolor module use the default colour rather than black as a fa... | Oliver Kiddle | 2018-11-08 | 1 | -3/+4 |
* | unposted: add usual copyright header to nearcolor module sources | Oliver Kiddle | 2018-11-08 | 1 | -0/+29 |
* | 43759: add support for true colour terminals | Oliver Kiddle | 2018-11-05 | 1 | -3/+5 |
* | 43747: new module to map colours from hex triplets to the nearest matching co... | Oliver Kiddle | 2018-11-05 | 2 | -0/+183 |
* | 43616: Various parameter setting and display fixes. | Peter Stephenson | 2018-10-08 | 2 | -22/+24 |
* | 43275: Add log2 to match func | dana | 2018-08-13 | 1 | -0/+10 |
* | 43227: fix memory leaks in term{cap,info}.c | Jun-ichi Takimoto | 2018-08-01 | 2 | -20/+8 |