summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
2021-05-0348614: getopts: Calculate OPTIND according to POSIX_BUILTINSdana1-0/+10
2021-04-1847704: POSIX export and readonly ignore "-p" when parameter names also appearBart Schaefer2-2/+10
2021-04-1848560: add TYPESET_TO_UNSET option to remove initialization of parametersBart Schaefer5-7/+36
2021-04-1248439: remove macros that became unnecessary by df48cc8Jun-ichi Takimoto1-26/+17
2021-04-1148504: use SEEK_ macros in fseek() callsOliver Kiddle3-6/+6
2021-04-1145396: readhistfile: avoid thousands of lseek(2) syscalls via ftell()Michael Stapelberg1-6/+10
2021-04-1047794: exec: run final pipeline command in a subshell in sh modebrian m. carlson1-4/+6
2021-04-1047913: implement CASE_PATHS option to make NO_CASE_GLOB more sensibleBart Schaefer3-1/+10
2021-04-0948432 and enable test: fix quotiing of zstyle -L for zstyle -ePeter Stephenson1-1/+2
2021-04-0947785: remove deprecated autoconf functionsFelipe Contreras3-37/+6
2021-04-0848379: Make the parameter expansion subscript flags parse error message, "err...Daniel Shahaf1-3/+25
2021-04-0648391: fix display problem in menu-completeJun-ichi Takimoto1-1/+1
2021-04-0648389: getkeystring() should not return ptr to local varJun-ichi Takimoto2-9/+31
2021-04-0447784: silence a compiler waring from pattern.cFelipe Contreras1-1/+1
2021-04-0347510: drop code that avoided termcap for named coloursOliver Kiddle2-44/+13
2021-04-0148202 + 48366: Fix handling of NUL bytes in zexpandtabs multibyte versionMikael Magnusson1-1/+4
2021-03-2347745: Fix [:IDENT:] vs posixidentifiersStephane Chazelas1-1/+1
2021-02-18users/26509: fix for r -LPeter Stephenson1-2/+3
2021-02-1748073: Add fc -s as POSIX way of rerunning command without starting editorMartijn Dekker1-2/+2
2021-02-16Allow more scripts without #!Justine Tunney1-4/+23
2021-02-1347905: Add leading '-' to zparseopts option parsing errorsJoshua Krusell1-4/+4
2021-02-1147997: Disable XTRACE around user-defined completion widgets.Bart Schaefer1-0/+3
2021-02-0447895: Remove trailing spaces from "print -ac" output lines.Bart Schaefer1-1/+1
2021-02-0347899: Improve error message from zparseopts.Joshua Krusell1-1/+4
2021-01-2747744: Fix vi repeats with hooks in use.GammaFunction1-0/+2
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-2547301: Fix print -v metaficationJun-ichi Takimoto1-1/+1
2020-10-23Fix a race condition in zf_mkdir -pRoman Perepelitsa1-9/+19
2020-09-13Unposted - fix commentBart Schaefer1-1/+1
2020-09-1347364: Enable extendedglob in pattern with ${(*)name/pattern/replacement}Bart Schaefer2-4/+16
2020-09-1047352 (+ extra test cases): fix %<n>K prompt expansionStephane Chazelas1-1/+1
2020-08-28github #64: Fix a build-time error when building against ncurses that hadn't ...Daniel Shahaf1-1/+6
2020-08-0847296 (+ unposted additional tests and comments): 'repeat' loops: Let the rep...Daniel Shahaf1-1/+1
2020-08-0847300: Document the EC_NODUP, EC_DUP, EC_DUPTOK triplet.Daniel Shahaf2-3/+27
2020-07-29unposted: comments explaining how hashtable must be createdRoman Perepelitsa1-1/+4
2020-07-2946275: eliminate undefined behavior caused by redefinition of hashtableRoman Perepelitsa2-55/+56
2020-07-2846268: suppress a useless compiler warning around nice()Roman Perepelitsa1-2/+1
2020-07-1146152: zsh/system: Re-allow '0' timeout in zsystem flockCedric Ware1-3/+3
2020-07-0546175/0003: Fix the RM_STAR_SILENT bug from the parent commit.Daniel Shahaf1-1/+1
2020-07-0346168: Update $PWD and call chpwd hook after normalizing pathMatthew Martin1-18/+17
2020-07-03users/24971: ${(-)var} sorts on signed integersPeter Stephenson3-9/+27
2020-06-27unposted (after 46068): Fix a compiler warning.Daniel Shahaf1-1/+1
2020-06-2746072 + 46136: Add the 'zle $widget -f nolast' syntax, to improve add-zle-hoo...Daniel Shahaf1-2/+17
2020-06-2646100: Fix =subst before =(subst)Peter Stephenson1-1/+1
2020-06-2546068 (tweaked) (was: github #57): region_highlight: Add memo= support.Daniel Shahaf4-9/+87
2020-06-2346079: Ignore double quotes in math expressions.Peter Stephenson1-0/+2
2020-06-1846060: Fix spurious actions on exit status 130 or 131.Peter Stephenson1-4/+7
2020-06-0946026: Add CLOBBER_EMPTY option.Peter Stephenson3-5/+24