summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-2534966: "whence -v" for a function reports whether the function is autoloaded ...Barton E. Schaefer1-3/+11
2015-04-2534965: consistent use of zalloc/zrealloc/zfreeBarton E. Schaefer1-3/+3
2015-04-2534961: $TZ is implicitly local in builtin strftime (originally workers/34602 ...Barton E. Schaefer1-1/+20
2015-04-2534961: clean up declarations of quote() and quotebreak()Barton E. Schaefer1-3/+3
2015-04-2534961: replace a couple of free() with zfree() for consistencyBarton E. Schaefer2-2/+2
2015-04-2434955: save and restore list_pipe_job with its friendsPeter Stephenson1-2/+4
2015-04-1734921: handle error in recursive par_event().Peter Stephenson1-0/+1
2015-04-1734919: update interrupt parse error for ZLE cases.Peter Stephenson2-2/+2
2015-04-1734905: no parse error after keyboard interrupt.Peter Stephenson3-6/+9
2015-04-1534900: assignment before an "exec".Peter Stephenson1-7/+14
2015-04-15unposted: rewrite Nularg math handling to be like other casesPeter Stephenson1-2/+6
2015-04-1534892 (slightly tweaked): math evaluation fixPeter Stephenson1-2/+2
2015-04-1534887: Fix POSIX_BUILTINS with assignment.Peter Stephenson1-7/+21
2015-04-0634851: fix thinko from 34093 that short-circuited some "whence -m" searchesBarton E. Schaefer1-5/+7
2015-04-0334837: avoid loss of original file path when applying colon-modifiers in glob...Barton E. Schaefer1-2/+2
2015-03-2934817: Catch some errors earlier when reading history.Peter Stephenson2-1/+7
2015-03-2934792: langinfo: Fix pointer typeTheo Buehler1-1/+2
2015-03-2834781: add implicit space after alias expansion of tokens that form words wit...Barton E. Schaefer1-0/+10
2015-03-2834804: refine POSIX_ALIAS change to preserve old behavior of [[ ]] conditionalsBarton E. Schaefer1-4/+1
2015-03-2734788: refine errflag handling in cmd_or_math()Barton E. Schaefer1-1/+1
2015-03-2634784: fix old bug with history word selectionPeter Stephenson2-11/+21
2015-03-2534776: improve suppression of alias expansions from history.Peter Stephenson2-35/+12
2015-03-2234759: improve implementation of last commitPeter Stephenson2-7/+8
2015-03-2234758: fix yet more history / command subst interaction.Peter Stephenson2-1/+32
2015-03-2034752: another fix for history expansion in cmd substPeter Stephenson1-2/+14
2015-03-1934742: history expansion inside command substitution failed.Peter Stephenson1-2/+4
2015-03-1834734: further aliasing adjustments and docBarton E. Schaefer1-2/+8