summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
2017-09-0441633: Fix problem backgrounding function definitions.Peter Stephenson1-1/+6
2017-08-31Fix problem with ERR_RETURN.Peter Stephenson1-4/+3
2017-08-2941608 (plus tests): restore ERR_EXIT before function.Peter Stephenson1-1/+1
2017-08-2441590 modified as 41595: make ERR_RETURN more logical.Peter Stephenson5-19/+48
2017-08-15posted but has not shown up: fix fd problem in subshell.Peter Stephenson2-3/+27
2017-08-1441542: Fix pcre logic for extracting matched parentheses.Peter Stephenson1-25/+43
2017-08-1141527 (tweaked for heap memory): fix [[ -<cond> ]] from modulesPhil Pennock1-2/+13
2017-08-0941504: make empty strings work in case patterns with no leading parenthesisPeter Stephenson2-13/+41
2017-08-08Revert "41499 (with one further tweak): POSIX_STRINGS behaviour."Peter Stephenson1-18/+2
2017-08-0741499 (with one further tweak): POSIX_STRINGS behaviour.Peter Stephenson1-2/+18
2017-08-0341484: Make ${(q+)...} quote backsleshes.Martijn Dekker1-1/+5
2017-07-2741464, 41466: With POSIX_BUILTINS, exec only executes sexternal commands.Peter Stephenson1-2/+12
2017-07-1341420: "{.." wasn't check for brace expansion properlyPeter Stephenson1-0/+2
2017-07-0941402: Delay has_tokens() in ecstrcode as may not be neededSebastian Gniazdowski1-1/+5
2017-07-0941402: Add hasher to ecstrcode to reduce string comparisonsSebastian Gniazdowski2-1/+6
2017-07-04Delay processing "disown" for superjob.Peter Stephenson2-0/+9
2017-07-04Avoid invalid access with isearch in completion listMaxime de Roucy1-5/+7
2017-07-0341375: GDBM interface bug fixesSebastian Gniazdowski1-63/+93
2017-07-0241386: when backgrounding a STAT_CURSH job, remove the flag.Peter Stephenson1-1/+3
2017-07-0222760: fix partial string length reports with NO_MULTIBYTEPeter Stephenson1-1/+1
2017-06-2741368: Add missing unqueue_signals() to compctl.Peter Stephenson1-0/+2
2017-06-2241308 (tweaked): behaviour of PCRE with NUL bytesPhil Pennock1-11/+26
2017-06-1941319: dupstring a possibly readonly string before modifyingMikael Magnusson1-1/+1
2017-06-1941322: reduce number of changes in signal queuing/blocking state during shing...Barton E. Schaefer1-3/+5
2017-06-1941317: use heap allocation in getoutputfile() to plug memory leakBarton E. Schaefer1-2/+2
2017-06-1741242: zstrbcmp(...) removed in favor of zstrcmp(..., SORTIT_IGNORING_BACKSLA...Barton E. Schaefer2-48/+3
2017-06-1341275: Leave stdin open when executing widgetsStephane Chazelas1-0/+7
2017-06-1341284: Fix NULL dereference in cd.Peter Stephenson1-1/+10
2017-06-1241244: Add zmodload -s option.Peter Stephenson4-9/+9
2017-06-0741239: Save and restore default history event on context stack.Peter Stephenson2-0/+3
2017-06-0541225: sethparam() should not attempt to change special parameters into hashesBarton E. Schaefer1-6/+11
2017-06-0141191: Check for immortal thingies when checking for specific thingiesPeter Stephenson3-5/+13
2017-05-3041164: Don't free a history entry if it's curline.Peter Stephenson3-29/+18
2017-05-2841151: propagate flags when creating new parameterSebastian Gniazdowski1-1/+1
2017-05-2841153: finish module setup only after all error conditions have been checkedSebastian Gniazdowski1-4/+4
2017-05-2441146: careul in GDBM freeing strings with embedded nullsSebastian Gniazdowski1-10/+29
2017-05-2440898: fix GDBM error handlingSebastian Gniazdowski1-1/+2
2017-05-2341142: Ensure close-on-exec is passed to moved file descriptorStephane Chazelas1-10/+20
2017-05-1841113 (tweaked): Save current line linkage to history ring.Peter Stephenson3-15/+29
2017-05-1241090: Replace iswprint() if unicode9 is enabled.Jun-ichi Takimoto7-336/+24
2017-05-1141096: Don't assume null termination copying string.Peter Stephenson1-1/+2
2017-05-0940181: Fix buffer overrun in xsymlinks.Peter Stephenson1-3/+11
2017-05-0941078: Empty psvar could cause bad dereference in prompt expansionPeter Stephenson1-1/+1
2017-05-0840173: Off-by-one error checking for {varid}.Peter Stephenson1-1/+1
2017-05-08users/22688: Allow mixing redirs and arguments after anon functions.Peter Stephenson1-4/+15
2017-05-08Fix combination of HERE document and |&.Peter Stephenson1-1/+1
2017-05-0341043: Close pipes in shell when disowning background job.Peter Stephenson1-0/+1
2017-04-2841020: Fix "command -p"; "-p" was incorrectly left in command argumentsPeter Stephenson1-1/+8
2017-04-2741012: Fix premature exit from nested function in EXIT trap.Peter Stephenson3-8/+31
2017-04-2641008: Handle expansions for precommand modifiersPeter Stephenson2-35/+135