summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
2021-07-2349029: Prevent shell from sending duplicate signals with MONITORErik Paulson1-0/+1
2021-07-2349182: Turn off correction inside command substition.Peter Stephenson2-0/+8
2021-07-1949166: fix coredump in ${name:offset:length} with ill-formatted lengthJun-ichi Takimoto1-5/+7
2021-06-2849102: Ignore dynamic directory name failure if NO_EXECPeter Stephenson1-1/+1
2021-06-1349069: literal interpretation of subscripts for unset of array/hash elementsBart Schaefer1-4/+2
2021-06-0348954: avoid crash in reverse-menu-complete from menuselect without 'menu' in...Oliver Kiddle1-3/+2
2021-05-1648857: declare "volatile" all globals that may be modified by signal handlersBart Schaefer6-24/+26
2021-05-1533465: use prctl() for "jobs -Z" where availableHan Pingtian1-0/+7
2021-05-1548723: locale-safe recognition of "Inf" and "NaN" constants in mathVincent Lefevre1-2/+6
2021-05-15users/26742: break out of surrounding shell loops when exit is called from an...Peter Stephenson1-1/+4
2021-05-15users/26736: avoid infinite loop in getbyte from exit hookBart Schaefer1-0/+4
2021-05-1548790: COMPLETE_IN_WORD inside brace-paramBart Schaefer1-4/+24
2021-05-0648787: Fix command status after failed ifPeter Stephenson1-1/+1
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