summaryrefslogtreecommitdiff
path: root/Src/Modules
AgeCommit message (Expand)AuthorFilesLines
2023-01-1051258, 51272: refactor handling of terminal attributes, removing OFF flags in...Oliver Kiddle1-31/+33
2022-12-1651212: remove STOUC() macroOliver Kiddle5-22/+22
2022-09-2650658 + test: Enable to switch between C/UTF-8 locales in PCREJun-ichi Takimoto1-8/+2
2022-06-2150368: adjust ztie'd bitflags so local variables cannot mess with databaseBart Schaefer1-3/+3
2022-06-1150355: documentation and return status consistency in zsh/system moduleBart Schaefer1-2/+17
2022-06-0950363: avoid use of heap memory that depends on parameter scopingBart Schaefer1-1/+11
2022-04-3050150: Filenames need unmetafy for printingBart Schaefer1-5/+7
2022-04-2850101: sysread -o with param adjusted to match documentationBart Schaefer1-4/+0
2022-03-3149933: Add nonblock to sysopenMatthew Martin1-1/+4
2022-03-0149783: Consistently use old job table in parameter modulePeter Stephenson1-39/+57
2022-02-22unposted: Fix some typos and markup.Daniel Shahaf1-1/+1
2021-12-1349646: allow colors in WATCHFMT with %F/%KOliver Kiddle1-0/+35
2021-11-1549563: fix build problem of watch module on CygwinJun-ichi Takimoto1-2/+6
2021-11-1249561: add zformat -F option, similar to -f but ternary expressions check for...Oliver Kiddle1-16/+32
2021-11-0749544: only tie watch/WATCH if both come from the moduleOliver Kiddle1-7/+11
2021-11-0249534, 49539: separate watch/log functionality out into a moduleOliver Kiddle2-0/+723
2021-10-0449456: clean up detection of private params in nested scopes, update docBart Schaefer1-5/+7
2021-09-2249422: improve support of --disable-dynamic-nssJun-ichi Takimoto1-0/+12
2021-09-08unposted: add/remove UNUSED() for some function parametersJun-ichi Takimoto3-3/+3
2021-09-0649196: gdbm keys not present in the database appear unset in tied hashesBart Schaefer1-0/+2
2021-08-2449297 (quoting amended): error message in files module.Peter Stephenson1-1/+7
2021-04-0948432 and enable test: fix quotiing of zstyle -L for zstyle -ePeter Stephenson1-1/+2
2021-04-0947785: remove deprecated autoconf functionsFelipe Contreras1-6/+0
2021-02-1347905: Add leading '-' to zparseopts option parsing errorsJoshua Krusell1-4/+4
2021-02-0347899: Improve error message from zparseopts.Joshua Krusell1-1/+4
2021-01-2047840: make zpty module work on CygwinPeiyuan Song1-0/+11
2020-12-0247704: fix scope for "private -p"Bart Schaefer1-0/+4
2020-10-2547494, 47495: Add -n option to strftimeMikael Magnusson1-2/+3
2020-10-23Fix a race condition in zf_mkdir -pRoman Perepelitsa1-9/+19
2020-08-28github #64: Fix a build-time error when building against ncurses that hadn't ...Daniel Shahaf1-1/+6
2020-07-1146152: zsh/system: Re-allow '0' timeout in zsystem flockCedric Ware1-3/+3
2020-05-2845923 (with memory leak fixed, cf. 45924): zprof: Don't tally all anonymous f...Daniel Shahaf1-3/+28
2020-05-0345729: internal: Add a second parameter to zlinklist2array(), analogously to ...Daniel Shahaf1-2/+2
2020-05-0245737 (+ docs, and update the test from 45722): zstyle: When determining the ...Daniel Shahaf1-2/+11
2020-04-2045708: zsh/system: Enable sub-second timeout in zsystem flockCedric Ware1-5/+74
2020-03-07Merge remote-tracking branch 'origin/master' into 5.9Daniel Shahaf1-1/+1
2020-02-06zsh/system: Fix infinite loop in sysreadRoman Perepelitsa1-1/+1
2020-01-15Merge remote-tracking branch 'origin/master' into 5.9Daniel Shahaf4-4/+4
2020-01-09Fix typos reported by codespell in Src/Mikael Magnusson1-1/+1
2020-01-0945269: Fix misspellings in completions and elsewhere.Jens Schleusener3-3/+3
2019-12-2645137: zformat: Allow the specifying minimum width and a dot with an empty ma...Daniel Shahaf1-2/+1
2019-12-2645138: Add zformat unit tests.Daniel Shahaf1-3/+3
2019-12-1745058: internal: Add symbolic names to possible values of zexit()'s "from_whe...Daniel Shahaf1-1/+1
2019-12-01unposted: zstyle: Add a unit test and some comments.Daniel Shahaf1-3/+16
2019-07-0244480: Don't automatically close externally visible file descroptors.Peter Stephenson1-2/+2
2019-03-2544176: warn only if off_t is longer than longJun-ichi Takimoto1-1/+2
2019-03-2544162 (tweaked): Avoid format-overflow warning in zftp.cWesley Schwengle1-8/+2
2019-03-2144153: rm: Accept -R as equivalent to -rMatthew Martin1-3/+4
2019-03-1844135: Add chmod builtinMatthew Martin1-0/+41
2019-03-1244100: zparseopts: Add -F option, completion, tests; improve documentationdana1-1/+13