summaryrefslogtreecommitdiffstats
path: root/bin/sh/var.c
Commit message (Expand)AuthorAgeFilesLines
* sh: Clean a readonly local, even if the variable does not exist outside.jilles2016-01-221-0/+1
* sh: Update associated state when restoring locals while leaving a function.jilles2016-01-101-0/+11
* sh: Reduce size of options table.jilles2016-01-071-3/+3
* sh: Fix use-after-free when attempting to modify a read-only variable.jilles2015-12-161-1/+1
* sh: Make struct arglist an array instead of a linked list.jilles2015-10-111-15/+13
* sh: Fix more compiler warnings related to variable declarations.jilles2015-03-031-0/+1
* sh: Fix more compiler warnings.jilles2015-03-011-1/+8
* sh: Prefer "" to nullstr where possible.jilles2015-02-151-1/+1
* sh: Fix memory leak with an assignment before a regular builtin.jilles2014-03-271-2/+8
* sh: Fix memory leak when trying to set a read only variable.jilles2014-03-271-1/+4
* sh: Fix possible memory leaks and double frees with unexpected SIGINT.jilles2014-03-261-3/+10
* sh: Simplify code related to PPID variable.jilles2013-12-251-7/+2
* sh: Initialize OPTIND=1 even if it came from the environment.jilles2013-12-241-0/+1
* sh: Remove an unused variable.jilles2013-12-241-1/+0
* sh: Prefer memcpy() to strcpy() in most cases. Remove the scopy macro.jilles2013-11-301-5/+8
* sh: Recognize "--" as end of options in local builtin.jilles2013-08-141-0/+1
* Fix two typoseadler2013-05-091-2/+2
* sh: Remove mkinit's initialization routine.jilles2013-01-201-22/+10
* sh: Prefer internal nextopt() to libc getopt().jilles2012-09-151-12/+6
* sh: Fix swapped INTON/INTOFF.jilles2012-02-041-2/+2
* sh: Use vfork in a few common cases.jilles2012-02-041-0/+3
* sh: Skip variables with invalid names in "set", "export -p", "readonly -p".jilles2011-06-171-0/+13
* sh: Fix duplicate prototypes for builtins.jilles2011-06-131-0/+1
* sh: Save/restore changed variables in optimized command substitution.jilles2011-06-121-3/+7
* sh: Minor optimization to output from ulimit/export/readonly.jilles2011-05-151-6/+5
* sh: Add \u/\U support (in $'...') for UTF-8.jilles2011-05-081-0/+7
* sh: Optimize variable code by storing the length of the name.jilles2011-05-081-124/+124
* sh: Track if the current locale's charset is UTF-8 or not.jilles2011-05-061-0/+19
* sh: Remove special code for shell scripts without magic number.jilles2011-02-041-42/+1
* sh: Clean up some old comments:jilles2011-01-251-6/+3
* sh: Check readonly status for assignments on regular builtins.jilles2011-01-011-2/+6
* sh: Code size optimizations to buffered output.jilles2010-11-201-9/+12
* sh: Do the additional actions if 'local -' restore changes -i/-m/-E/-V.jilles2010-11-131-0/+1
* sh: Tweak some string constants to reduce code size.jilles2010-10-291-1/+1
* In the spirit of r90111, depend on c89 and remove the "STATIC" macroobrien2010-10-131-8/+8
* Consistently use "STATIC" for all functions in order to be able to setobrien2010-10-131-7/+7
* sh: Apply variable assignments left-to-right in bltinlookup().jilles2010-09-111-1/+5
* sh: Pass TERM changes to libedit.jilles2010-06-021-0/+5
* sh: Apply locale vars on builtins, recognize LC_MESSAGES as a locale var.jilles2010-05-051-7/+68
* sh: Do not stat() $MAIL/$MAILPATH in non-interactive shells.jilles2010-02-061-1/+6
* sh: Change varinit to use const better.jilles2009-12-271-13/+13
* sh: Various warning fixes (from WARNS=6 NO_WERROR=1):jilles2009-12-271-4/+4
* sh: Constify various strings.jilles2009-12-241-20/+19
* sh: Remove setting variables from dotcmd/exportcmd.jilles2009-12-241-1/+0
* Fix various things about SIGINT handling:jilles2009-11-221-0/+3
* sh: Improve handling of setjmp/longjmp volatile:jilles2009-06-231-5/+1
* correctly test for __GNUC__ macro (non-GCC compilers do not have it defined a...rse2009-06-011-1/+1
* Take care that the input to setenv() may actually be a pointer straightscf2007-07-061-14/+28
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-041-3/+13
* Back out all POSIXified *env() changes.ache2007-05-011-9/+4
OpenPOWER on IntegriCloud