| Commit message (Expand) | Author | Age | Files | Lines |
* | 18435: unsetting readonly returned status 0 | Peter Stephenson | 2003-04-04 | 1 | -2/+4 |
* | Prevent "print -m" from crashing (complains about missing pattern). | Wayne Davison | 2003-03-28 | 1 | -1/+5 |
* | 18392: read with -p and -t and no coprocess crashed. | Peter Stephenson | 2003-03-26 | 1 | -1/+2 |
* | 18242: add -d option to read for specifying delimiter to terminate input | Oliver Kiddle | 2003-02-17 | 1 | -10/+29 |
* | 18223: satisfy POSIX requirement for a -v flag to unset | Oliver Kiddle | 2003-02-13 | 1 | -1/+1 |
* | 18204: KSH_ARRAYS | Peter Stephenson | 2003-02-07 | 1 | -19/+28 |
* | 18195: Timeouts for read builtin. | Peter Stephenson | 2003-02-05 | 1 | -10/+24 |
* | 18013: Handle test of (( float == 0.0)) properly | Peter Stephenson | 2002-12-18 | 1 | -3/+4 |
* | 17996: better formatting for print -C | Peter Stephenson | 2002-12-11 | 1 | -15/+43 |
* | 17940: Add -C and -a options to print builtin | Peter Stephenson | 2002-11-20 | 1 | -16/+58 |
* | - Save off the raw start-time of the $SECONDS special variable if we're | Wayne Davison | 2002-10-31 | 1 | -2/+8 |
* | 17872: Fix `typeset SECONDS' when creating local parameter | Peter Stephenson | 2002-10-29 | 1 | -3/+22 |
* | 17868: Allow $SECONDS to become floating point. | Peter Stephenson | 2002-10-29 | 1 | -9/+39 |
* | 17794: fix bugs with tied parameters | Oliver Kiddle | 2002-10-10 | 1 | -0/+5 |
* | 17692: Prevent typeset of a positional parameter before it can do damage, | Bart Schaefer | 2002-09-19 | 1 | -2/+5 |
* | 17678: ignore initial `--' argument to printf to satisfy POSIX | Oliver Kiddle | 2002-09-16 | 1 | -3/+7 |
* | 17608: comment on use and abuse of BINF_SKIPINVALID | Peter Stephenson | 2002-09-03 | 1 | -1/+9 |
* | 17602, 17603: Rationalise option handling, in particular for cd, pushd, popd. | Peter Stephenson | 2002-09-03 | 1 | -161/+150 |
* | 17582: Improved option argument handling. | Peter Stephenson | 2002-08-27 | 1 | -308/+418 |
* | 17544: implement read -s to suppress tty echo | Peter Stephenson | 2002-08-22 | 1 | -3/+26 |
* | 17503: fix various typos and spelling mistakes in source code comments | Oliver Kiddle | 2002-08-05 | 1 | -6/+6 |
* | 17497: getopts skipped over zero-length arguments. | Peter Stephenson | 2002-08-01 | 1 | -0/+2 |
* | Dan Nelson: 17492: Quote output from xtrace | Peter Stephenson | 2002-08-01 | 1 | -4/+8 |
* | 17485?: Incorrect test for TYPESET_SILENT | Peter Stephenson | 2002-07-29 | 1 | -1/+1 |
* | 17334: TYPESET_SILENT shell option and typeset -p option | Peter Stephenson | 2002-06-20 | 1 | -21/+38 |
* | 17299: Use reference counts in Eprogs so as to be able to free them as soon | Peter Stephenson | 2002-06-07 | 1 | -0/+1 |
* | 17292: shut up compiler if no OPEN_MEMSTREAM | Peter Stephenson | 2002-06-05 | 1 | -1/+4 |
* | Got rid of unused-variable compiler warning. | Wayne Davison | 2002-03-24 | 1 | -2/+2 |
* | 16862: allow print's -s and -z options to be used with -f | Oliver Kiddle | 2002-03-19 | 1 | -59/+99 |
* | 16759: Src/builtin.c: from Eric Norum <eric.norum@usask.ca>: | Peter Stephenson | 2002-03-04 | 1 | -5/+7 |
* | Improved the output of the "history" command with a 1-line history buffer, | Wayne Davison | 2002-02-22 | 1 | -10/+15 |
* | 16619, 16676: add -c, -l and -p options to the dirs builtin | Oliver Kiddle | 2002-02-20 | 1 | -21/+28 |
* | Silenced a compiler warning. | Wayne Davison | 2002-02-12 | 1 | -1/+1 |
* | 16556: No error on `print >&-'. | Bart Schaefer | 2002-02-04 | 1 | -10/+17 |
* | 16503: warn on fclose or fflush errors in bin_print. | Clint Adams | 2002-01-27 | 1 | -76/+84 |
* | 16435: Fix core dump in `hash'. | Bart Schaefer | 2002-01-26 | 1 | -1/+1 |
* | unposted: back out idiotic patch | Clint Adams | 2001-12-18 | 1 | -1/+1 |
* | unposted: initialize save to NULL to avoid compiler warning. | Clint Adams | 2001-12-18 | 1 | -1/+1 |
* | 16228: allow widths and precisions to work with printf's %b format specifier | Oliver Kiddle | 2001-11-09 | 1 | -19/+27 |
* | zero %n value when reusing printf format (16122) | Oliver Kiddle | 2001-10-23 | 1 | -1/+2 |
* | allow arguments to be specified in printf format specifications (16080) | Oliver Kiddle | 2001-10-18 | 1 | -37/+97 |
* | fix return code and tests of printf and comment above bslashquote func (16064) | Oliver Kiddle | 2001-10-16 | 1 | -2/+12 |
* | use arithmetic evaluation for numeric arguments to printf (16042) | Oliver Kiddle | 2001-10-15 | 1 | -52/+77 |
* | add print -f option, %n format specifier and tests for print/printf (15973) | Oliver Kiddle | 2001-10-08 | 1 | -81/+90 |
* | 15931: EXIT traps from exit in subshell; 15965: glob -> zglob | Peter Stephenson | 2001-10-08 | 1 | -1/+5 |
* | add printf builtin (15851, 15948) | Oliver Kiddle | 2001-10-05 | 1 | -0/+174 |
* | * Src/builtin.c, Src/exec.c: Unwind function calls before exiting | Peter Stephenson | 2001-09-24 | 1 | -9/+29 |
* | Further modify the "fc -l" code to tolerate out-of range values. | Wayne Davison | 2001-09-18 | 1 | -9/+6 |
* | + Changed fclist() to not not transform "fc -l 0 0" into "fc -l 1 1". | Wayne Davison | 2001-09-13 | 1 | -3/+3 |
* | Fix and regression tests for crash on typeset of local array elements. | Bart Schaefer | 2001-08-13 | 1 | -2/+17 |