Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix autoloaded trap bug; rejig use of trapfuncs | Peter Stephenson | 2005-02-06 | 1 | -6/+4 |
| | | | | (now traplists); improve trap tests | ||||
* | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 2005-01-14 | 1 | -1/+1 |
| | | | | unposted: update version to 4.2.3-dev-1 | ||||
* | 20605: Use separate structure with get/set/unset methods fro parameters. | Peter Stephenson | 2004-12-07 | 1 | -58/+113 |
| | | | | Separate justification width of parameters from base/precision. | ||||
* | 20572: Allow alternative signal names | Peter Stephenson | 2004-11-22 | 1 | -6/+12 |
| | |||||
* | Use the new gettempfile() function. | Wayne Davison | 2004-10-21 | 1 | -6/+4 |
| | |||||
* | - Fixed an unsafe use of gettempname(). | Wayne Davison | 2004-10-18 | 1 | -3/+5 |
| | | | | - Call gettempname() with its new args. | ||||
* | 20412, tweaked: Make test builtin more POSIX compatible | Peter Stephenson | 2004-10-05 | 1 | -1/+1 |
| | | | | 20435: Make pattern.c not alter strings. | ||||
* | - Call saveandpophiststack() with its new writeflags arg. | Wayne Davison | 2004-10-01 | 1 | -3/+6 |
| | | | | | - Use the new HFILE_NO_REWRITE flag when saving the history file after a signal was received. | ||||
* | Use convbase() instead of a "%d" format to convert a zlong. | Wayne Davison | 2004-10-01 | 1 | -3/+5 |
| | |||||
* | 20331: Use internal zlong variables for consistency | Peter Stephenson | 2004-09-09 | 1 | -10/+15 |
| | | | | 20332: Add WIDGETSTYLE zle parameter | ||||
* | 20320: rewrite of 20318, for sanity. | Bart Schaefer | 2004-09-08 | 1 | -12/+9 |
| | |||||
* | 20318: Fix xtrace output bug introduced by 20308. | Bart Schaefer | 2004-09-04 | 1 | -4/+5 |
| | |||||
* | 20308: add EVAL_LINENO option | Peter Stephenson | 2004-09-03 | 1 | -3/+18 |
| | |||||
* | 20141: Crash restoring exported special parameters | Peter Stephenson | 2004-07-07 | 1 | -18/+11 |
| | |||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -23/+23 |
| | |||||
* | - Added the -a option to "fc" and "history". | Wayne Davison | 2004-05-21 | 1 | -4/+5 |
| | | | | - Call saveandpophiststack() using the newest calling syntax. | ||||
* | - Added the -p (push) and -P (pop) options to the "fc" builtin. | Wayne Davison | 2004-05-20 | 1 | -4/+42 |
| | | | | | | - Allow -p/-P to be given to "history". - On exit, save & pop any pushed history stacks before we call the normal savehistfile() function. | ||||
* | 19810: ksh autoloading | Peter Stephenson | 2004-04-23 | 1 | -8/+6 |
| | | | | 19812: autoloaded traps which are still buggy. | ||||
* | 19801: implement autoloading of trap functions | Peter Stephenson | 2004-04-20 | 1 | -3/+21 |
| | |||||
* | 19767, 19785: store flags for -z and -k options to autoload allowing the | Oliver Kiddle | 2004-04-20 | 1 | -7/+9 |
| | | | | completion system to be used with ksh_autoload set | ||||
* | 19767, 19785: store flags for -z and -k options to autoload allowing the | Oliver Kiddle | 2004-04-20 | 1 | -1/+8 |
| | | | | completion system to be used with ksh_autoload set | ||||
* | Peter Castro: Cygwin improvements for dynamic libraries, text/binary, paths | Peter Stephenson | 2004-04-06 | 1 | -0/+10 |
| | |||||
* | 19140: release process group on exit if acquired | Peter Stephenson | 2004-03-16 | 1 | -0/+3 |
| | |||||
* | 19549: correct buffer size for printf spec | Oliver Kiddle | 2004-03-07 | 1 | -1/+1 |
| | |||||
* | 19361: Memory leaks | Peter Stephenson | 2004-01-12 | 1 | -0/+8 |
| | |||||
* | Changed bin_eval() to default lastval to 0, just in case we have an | Wayne Davison | 2004-01-05 | 1 | -0/+1 |
| | | | | empty eval string. | ||||
* | 19242: Make job table dynamically reallocatable. | Peter Stephenson | 2003-11-13 | 1 | -2/+2 |
| | |||||
* | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 2003-10-29 | 1 | -4/+4 |
| | |||||
* | Fix the old-style typeset -T (without the new separator arg). | Wayne Davison | 2003-09-25 | 1 | -1/+1 |
| | |||||
* | 19129: extra argument to typeset -T gives character for joining array | Peter Stephenson | 2003-09-24 | 1 | -9/+32 |
| | |||||
* | 19059: add -v, -V and -p flags required by POSIX to the command builtin | Oliver Kiddle | 2003-09-11 | 1 | -2/+15 |
| | |||||
* | 19014: add alias -s suf=handler | Peter Stephenson | 2003-09-03 | 1 | -21/+51 |
| | |||||
* | 18836: read with metafied delimiter didn't work. | Peter Stephenson | 2003-07-09 | 1 | -1/+2 |
| | |||||
* | 18578: 18559 caused typeset failures | Peter Stephenson | 2003-05-24 | 1 | -3/+3 |
| | |||||
* | 18530: print option states with `set -o' or `set +o' | Oliver Kiddle | 2003-05-15 | 1 | -2/+2 |
| | |||||
* | 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 |
| | | | | | | creating a local value (avoids rounding problems with elapsed time). - Also changed a line where the newspecial enum was compared to 0 instead of NS_NONE. | ||||
* | 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 |
| | | | | and improve the error message about it. |