summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | sh: Fix corruption of CTL* bytes in positional parameters in redirection.jilles2014-10-313-1/+28
* | | | | | | | | Treat IFS separators in "$*" as quoted.jilles2014-10-284-5/+25
* | | | | | | | | sh: Make getopts memory-safe if with changing arguments.jilles2014-10-265-6/+39
* | | | | | | | | sh: Allow backslash-newline continuation in more places:jilles2014-10-1910-32/+156
* | | | | | | | | sh: Add some tests for backslash-newline continuation.jilles2014-10-174-0/+30
* | | | | | | | | sh: Make parseredir() a proper function instead of an emulated nestedjilles2014-10-151-59/+58
* | | | | | | | | sh: Remove more gotos.jilles2014-10-153-73/+86
* | | | | | | | | sh: Fix break/continue/return in multiline eval.jilles2014-10-124-0/+20
* | | | | | | | | sh: Eliminate some gotos.jilles2014-10-055-56/+43
* | | | | | | | | sh: Fix LINENO and prompt after $'\0 and newline.jilles2014-10-034-0/+16
* | | | | | | | | sh(1): Clarify that assignments before commands do not affect expansions.jilles2014-09-211-2/+3
* | | | | | | | | sh: Remove arbitrary length limit on << EOF markers.jilles2014-09-145-49/+65
* | | | | | | | | sh: Make checkend() a real function instead of an emulated nested function.jilles2014-09-141-36/+39
* | | | | | | | | sh: Add some const keywords.jilles2014-09-143-3/+3
* | | | | | | | | sh: Allow enabling job control without a tty in non-interactive mode.jilles2014-09-042-14/+47
* | | | | | | | | sh: Remove two redundant (uintmax_t) casts.jilles2014-08-201-3/+2
* | | | | | | | | sh: Avoid overflow in atoi() when parsing HISTSIZE.jilles2014-08-171-2/+3
* | | | | | | | | sh: Reject integer overflow in number and is_number.jilles2014-08-171-3/+11
* | | | | | | | | sh: Don't hardcode relative paths in the tests stderr files.jilles2014-08-1711-17/+11
* | | | | | | | | sh: Mask off shift distance (<< and >>) in arithmetic.jilles2014-08-153-2/+44
* | | | | | | | | Convert bin/sh/tests to ATFngie2014-08-1315-82/+127
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | sh: Allow arbitrarily large numbers in break and continue.jilles2014-07-203-1/+18
* | | | | | | | sh: Remove prefix() function. Use strncmp() instead.jilles2014-07-204-18/+5
* | | | | | | | sh: Deduplicate some code in ulimit builtin.jilles2014-07-191-27/+25
* | | | | | | | Replace all uses of libncurses and libtermcap with their wide characterbrooks2014-07-171-2/+2
* | | | | | | | sh: Correctly handle positional parameters beyond INT_MAX on 64-bit systems.jilles2014-07-123-2/+19
* | | | | | | | sh: Consistently treat ${01} like $1.jilles2014-07-123-7/+11
* | | | | | | | sh: Add test for ${01} and ${010} that already works.jilles2014-07-082-0/+5
* | | | | | | | Don't install locale1.0 if MK_NLS == no.jilles2014-07-081-0/+2
* | | | | | | | sh: Fix overflow checking on 'ulimit' operand.jilles2014-07-051-10/+14
* | | | | | | | sh: Avoid undefined behaviour shifting negative values left in arithmetic.jilles2014-06-011-1/+1
* | | | | | | | sh: Simplify find_command() slightly.jilles2014-05-311-7/+5
* | | | | | | | sh: In getopts, unset OPTARG where POSIX says we should.jilles2014-05-104-13/+26
* | | | | | | | sh: Add new tests to the Makefile.jilles2014-05-101-0/+2
* | | | | | | | sh: Don't discard getopts state on unknown option or missing argument.jilles2014-05-103-8/+17
* | | | | | | | sh: Send getopts error messages to stderr, not stdout.jilles2014-05-092-3/+3
* | | | | | | | sh: Add more necessary INTOFF/INTON.jilles2014-05-092-0/+6
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | sh: Add some tests for normal use of getopts.jilles2014-05-074-0/+29
* | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-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-265-14/+31
* | | | | | sh: Don't overwrite old exit status if a PID is reused.jilles2014-03-201-1/+2
* | | | | | sh: Allow kill %job on jobs started without job control.jilles2014-03-154-6/+24
* | | | | | sh: Add some consts.jilles2014-03-143-11/+11
* | | | | | Make bsd.test.mk the only public mk fragment for the building of tests.jmmv2014-03-141-1/+1
* | | | | | sh: Successfully do nothing when killing a terminated job.jilles2014-03-083-0/+11
* | | | | | sh: Make argstr() return where it stopped and simplify expari() using this.jilles2014-03-041-21/+5
* | | | | | sh: Simplify expari().jilles2014-03-021-48/+46
* | | | | | sh: Do not corrupt internal representation if LINENO inner expansion fails.jilles2014-02-273-6/+17
OpenPOWER on IntegriCloud