summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* sh: Make expari() static.jilles2014-02-262-2/+2
* sh: Add -h option to SYNOPSISdaichi2014-02-251-3/+3
* sh: Allow aliases to force alias substitution on the following word.jilles2014-01-268-3/+52
* sh: Add tests for alias names after another alias.jilles2014-01-253-0/+14
* sh: Do not depend on parse/execute split in new alias test.jilles2014-01-241-1/+1
* sh: Solve the alias recursion problem in a less hackish way.jilles2014-01-245-48/+11
* sh: Add test for nested alias.jilles2014-01-242-0/+7
* sh: Remove SIGWINCH handler and just check for resize before every read.jilles2014-01-143-23/+3
* Replace hand-crafted Kyuafiles with automatic generation.jmmv2014-01-142-13/+6
* Run the sh(1) and test(1) tests as unprivileged.jmmv2014-01-102-0/+13
* sh(1): Discourage use of -e.jilles2014-01-031-2/+8
* sh: Don't check input for non-whitespace if history is disabled.jilles2013-12-271-8/+2
* sh: Simplify code related to PPID variable.jilles2013-12-252-8/+2
* sh: Initialize OPTIND=1 even if it came from the environment.jilles2013-12-243-0/+5
* sh: Remove an unused variable.jilles2013-12-241-1/+0
OpenPOWER on IntegriCloud