summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-2340995: Don't disable alias expansion when finding command substitution limitsPeter Stephenson1-3/+0
2017-04-2340994: unmeta_one() need not count MetaJun-ichi Takimoto1-8/+1
2017-04-2140990: Fix crash with bogus path in sh emaulation.Peter Stephenson1-14/+37
2017-04-1540977: "emulate" disallows "--help" and "--version"Barton E. Schaefer1-2/+2
2017-04-1040935: User names need metafying.Orlov Sergey1-3/+3
2017-04-0740940: untokenize names of condition features before attempting to look up th...Bart Schaefer1-2/+2
2017-04-0440933: Ensure we get job text in sourced files.Peter Stephenson1-2/+2
2017-04-0340932: Parameter subscripts need to count parentheses.Peter Stephenson1-3/+8
2017-04-0240929 (replaces 40598): paramsubst() should always return scalar when PREFORK...Barton E. Schaefer1-13/+8
2017-03-2340891: fix more zero-length matches.Peter Stephenson1-1/+3
2017-03-2322601: Fix for parameter substitution pattern matches.Peter Stephenson1-2/+6
2017-03-1140832: fix $x:P when PWD=/Barton E. Schaefer1-2/+10
2017-03-1040819: Fix IS_DASH test in BRACE_CCL handlingPeter Stephenson1-1/+2
2017-03-10unposted: declare file local variables as staticJun-ichi Takimoto1-2/+2
2017-03-10unposted: silence warnings on CygwinJun-ichi Takimoto1-1/+2
2017-03-0940796: MAGIC_EQUAL_SUBST not needed with parsed assignment.Peter Stephenson1-5/+20
2017-03-0840799: fix $- expansion partly broken by 40760Barton E. Schaefer1-1/+3
2017-03-0840763: count wide characters and Cmatcher pointers more sanely in cfp_matcher...Barton E. Schaefer3-58/+60
2017-03-0840745 + 40753: Fix 'unset ZLE_RPROMPT_INDENT' not restoring the default behav...Daniel Shahaf2-2/+20
2017-03-0740760: Always tokenize unquoted - to Dash.Peter Stephenson10-67/+102
2017-03-0540726: add "zcurses resize" for sane terminal size changeSebastian Gniazdowski1-0/+69
2017-03-0440781: optimize array assignment, similar to 39995 for string assignmentSebastian Gniazdowski1-15/+48
2017-03-0440654: exit cleanly from special POSIXBUILTINS in subshellsBarton E. Schaefer1-0/+1
2017-03-0340170: Fix up error resetting in curses module.Sebastian Gniazdowski1-23/+12