summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
2015-06-1735476: Allow setting $0 when POSIX_ARGZERO is not setMikael Magnusson1-1/+16
2015-06-1635493: erase $_ when the command line is an assignmentBarton E. Schaefer1-0/+1
2015-06-1635482: be consistent about how argzero is allocatedBarton E. Schaefer1-2/+3
2015-06-12Add non-metafied character length handling.Peter Stephenson10-31/+131
2015-06-0835416: Turn on MULTIBYTE in all emulations.Peter Stephenson1-1/+1
2015-06-0735412: fix for - flag when formating strings with printfOliver Kiddle1-1/+1
2015-06-0635350: extend "fc -I" to cover listing of "internal" history events onlyBarton E. Schaefer1-10/+14
2015-06-0535386: expand tabs where useful in builtins outputing function.Peter Stephenson6-39/+196
2015-06-0335360 (replacing 35357): fix for configuring zpty on FreeBSD withoutOliver Kiddle1-1/+1
2015-06-02GLOB_ASSIGN should only affect scalar assignmentsMikael Magnusson1-2/+2
2015-06-0235359: Improved math parsing and errors.Peter Stephenson1-7/+14
2015-06-0235357: FreeBSD needs HAVE_POSIX_OPENPT for zptyBaptiste Daroussin1-1/+1
2015-06-0235353: print -x and print -X expand tabsPeter Stephenson2-6/+137
2015-05-3135343: Avoid $#name length handling for POSIX_IDENTIFIERSPeter Stephenson1-1/+2
2015-05-30users/20238: add "fc -L" to operate only on the local shell historyBarton E. Schaefer1-10/+13
2015-05-2935326: $#- was misparsed as ${#-}Peter Stephenson1-1/+1
2015-05-292037: ${functions[foo]} shouldn't be unmetafied.Peter Stephenson1-5/+0
2015-05-2835318: POSIX_BUILTINS behaviour for getopts.Peter Stephenson2-4/+12
2015-05-2735306: "test -z \(" failed due to parse confusionPeter Stephenson1-8/+17
2015-05-2335127#1: Fix _describe/compdescribe problem with unsorted groupsDaniel Shahaf2-7/+42
2015-05-22Tweak test for function level of exit.Peter Stephenson1-1/+1
2015-05-2135250: Fix case documentation (SH_GLOB)Peter Stephenson1-2/+2
2015-05-2135248: treat fully parenthised zsh patterns as complete case patterns againPeter Stephenson2-12/+85
2015-05-2035231: make mkevnstr() safe for NULL valueBarton E. Schaefer1-5/+9
2015-05-1835193: Add "unalias -a".Peter Stephenson2-7/+38
2015-05-1835184: Additional case fix for 35168.Peter Stephenson1-2/+0
2015-05-1835168: Improve parsing of case patterns.Peter Stephenson4-111/+96
2015-05-1535155: cmdpop() could be called erroneously on errorPeter Stephenson1-2/+4
2015-05-1535153: nested math substitutionPeter Stephenson1-2/+11
2015-05-1535151: improved check for parameter q and b flagsPeter Stephenson1-1/+2
2015-05-1535131: allow "[]" to match empty character set.Peter Stephenson1-1/+10
2015-05-14Øystein Walle: 34841 (tweaked): allow grouping of thousands in printf format...Oliver Kiddle1-3/+3
2015-05-1435110: don't implicitly initialize restricted integers to zeroPeter Stephenson1-1/+6
2015-05-1335092: fix for numeric arguments from vi operator pending modeOliver Kiddle1-1/+1
2015-05-1335114: zformat -a multibyte char widthsPeter Stephenson1-0/+36
2015-05-13users/20203: nested functions in always blocks when exit pendingPeter Stephenson2-1/+15
2015-05-1135078: Add backslash quoting to parameter (b) flag from 35067.Peter Stephenson1-1/+1
2015-05-1035067: Add (b) parameter flag for pattern char backslashing.Peter Stephenson4-6/+42
2015-05-10Don't treat NUL as a combining characterMikael Magnusson1-2/+2
2015-05-0935064: rename ISPRINT to ZISPRINT to avoid conflictJun-ichi Takimoto3-5/+5
2015-05-0835059: fix, document, test readonly -p.Peter Stephenson1-70/+108
2015-05-0735054: readonly -p + POSIXBUILTINS fix.Peter Stephenson1-2/+13
2015-05-0635046: unwind cmdstack when erroring out of lexing a parameter expansion in b...Barton E. Schaefer1-1/+4
2015-05-0535032: Handle SIGCONT for process better.Peter Stephenson1-1/+3
2015-05-0435029: improvements to newline handling for vi-mode word movementOliver Kiddle1-18/+33
2015-05-04Fix two bugs in typeset_setbaseMikael Magnusson1-3/+4
2015-04-2934992: POSIX fix for readonly variables.Peter Stephenson2-5/+38
2015-04-2834989: AUTO_CD needs to call cd --.Peter Stephenson1-0/+1
2015-04-2834979: Preserve job text when doing shell job fix.Peter Stephenson1-1/+14
2015-04-2834977: more reliable test if preprocessor is GNUPeter Stephenson1-2/+2