Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Paul 28538 / me 28540 / couple of unposted casts: | Peter Stephenson | 2010-12-20 | 1 | -4/+4 |
| | | | | use char * for pointer arithmetic rather than void * | ||||
* | 28338: keep =~ from inverting sense of subsequent tests (after &&/||) | pdpennock | 2010-10-10 | 1 | -1/+2 |
| | |||||
* | 28259: Finally fix some ancient problems with here-documents | Peter Stephenson | 2010-09-14 | 1 | -7/+24 |
| | |||||
* | Check the return value of all pipe(), read(), and write() calls. | Wayne Davison | 2009-12-16 | 1 | -5/+5 |
| | | | | | | Gets rid of all the remaining "ignoring return value" compiler warnings, and makes some read/write operations safer by ensuring that an EINTR is handled. | ||||
* | 27284: better use of movefd() | Peter Stephenson | 2009-09-22 | 1 | -0/+2 |
| | |||||
* | users/14240: assignment before a function definition is an error | Peter Stephenson | 2009-07-17 | 1 | -1/+7 |
| | |||||
* | 27092: missing then-clause for if wasn't an error | Peter Stephenson | 2009-07-06 | 1 | -0/+4 |
| | |||||
* | c.f. 26586: rename yylex to zshlex and yytext to zshlextext | Peter Stephenson | 2009-02-25 | 1 | -98/+98 |
| | |||||
* | 26546, 26556: sticky emulation for functions defined in emulate ... -c ... | Peter Stephenson | 2009-02-11 | 1 | -0/+1 |
| | | | | environments, plus documentation | ||||
* | 26061: fix clash between process subst and numeric glob | Peter Stephenson | 2008-11-18 | 1 | -4/+5 |
| | | | | 26062: additional compmatch change, missed from 26047 | ||||
* | users/13295, tweaked: dont reset line numbers when parsing strings, sometimes | Peter Stephenson | 2008-09-29 | 1 | -1/+1 |
| | |||||
* | users/13288: Src/parse.c: don't report parse errors on aborted lines | Peter Stephenson | 2008-09-24 | 1 | -6/+8 |
| | |||||
* | 25641: add emulation option (NO_)MULTI_FUNC_DEF | Peter Stephenson | 2008-09-11 | 1 | -0/+3 |
| | |||||
* | 25587: fix a==(stuff) and associated stuff. | Peter Stephenson | 2008-09-01 | 1 | -0/+12 |
| | |||||
* | 25571: when parsing use line numbers for the start of a token, not the end | Peter Stephenson | 2008-08-31 | 1 | -1/+1 |
| | | | | add test and move debug trap tests to new file | ||||
* | 25247 with further modifications: add $funcsourcetrace | Peter Stephenson | 2008-08-11 | 1 | -4/+8 |
| | |||||
* | 25262: suspicious error checking in braceless function definition | Peter Stephenson | 2008-07-01 | 1 | -2/+1 |
| | |||||
* | 24711: fix re-presentation of here-documents munged internally | Peter Stephenson | 2008-03-14 | 1 | -1/+5 |
| | | | | to here-strings | ||||
* | users/12412: check for extra arguments in test and [ | Peter Stephenson | 2008-01-10 | 1 | -0/+6 |
| | |||||
* | 23670: rationalise some linked list functions | Peter Stephenson | 2007-06-27 | 1 | -1/+1 |
| | |||||
* | Phil Pennock: 23480: typo | Peter Stephenson | 2007-05-29 | 1 | -1/+1 |
| | | | | Also typo in mod_stat.yo | ||||
* | 23375: Phil Pennock: =~, zsh/regex etc. etc. | Peter Stephenson | 2007-05-01 | 1 | -0/+6 |
| | |||||
* | unposted: fix error message for short ZWC file | Peter Stephenson | 2007-04-23 | 1 | -1/+1 |
| | |||||
* | 23313: fix test for incorrect version in ZWC file | Peter Stephenson | 2007-04-23 | 1 | -2/+3 |
| | |||||
* | parse.c | Peter Stephenson | 2007-04-23 | 1 | -1/+1 |
| | |||||
* | 23312: fix versioning and initialisation of word code headers | Peter Stephenson | 2007-04-23 | 1 | -0/+2 |
| | |||||
* | 23115: ";|" at end of case clause causes later patterns to be tested | Peter Stephenson | 2007-01-19 | 1 | -5/+7 |
| | |||||
* | 22586: fix warnings spotted on Cygwin | Peter Stephenson | 2006-08-04 | 1 | -0/+7 |
| | |||||
* | 22546: fix {myfd}>... bug and tweak tests | Peter Stephenson | 2006-07-11 | 1 | -1/+1 |
| | |||||
* | 22544: Improve use of ztype tests for multibyte characters. Add | Peter Stephenson | 2006-07-10 | 1 | -4/+1 |
| | | | | | POSIX_IDENTIFIERS option to control allowability of multibyte alphanumeric characters in parameter and module names. | ||||
* | 22542: deoverenthuse cmdpopping | Peter Stephenson | 2006-07-09 | 1 | -1/+0 |
| | |||||
* | 22516: error in func() didn't pop command stack | Peter Stephenson | 2006-06-26 | 1 | -1/+4 |
| | |||||
* | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 2006-05-30 | 1 | -26/+23 |
| | |||||
* | users/10087: no aliases for case of "in" in "case" | Peter Stephenson | 2006-03-26 | 1 | -0/+10 |
| | |||||
* | Changed some structures to avoid gcc's type-punned warnings. | Wayne Davison | 2006-03-07 | 1 | -11/+11 |
| | |||||
* | Remove excess argument of zwcstat() | Bart Schaefer | 2005-04-24 | 1 | -4/+4 |
| | |||||
* | 21133: New {myfd} syntax for allocating file descriptors | Peter Stephenson | 2005-04-12 | 1 | -29/+103 |
| | |||||
* | fix autoloaded trap bug; rejig use of trapfuncs | Peter Stephenson | 2005-02-06 | 1 | -0/+10 |
| | | | | (now traplists); improve trap tests | ||||
* | 20418: report parse error rather than crash on unfinished pipelines. | Bart Schaefer | 2004-10-02 | 1 | -2/+6 |
| | |||||
* | 20214: fix debugging test with recursive functions | Peter Stephenson | 2004-07-28 | 1 | -1/+4 |
| | |||||
* | 20112 changed c.f. 20113: | Peter Stephenson | 2004-06-28 | 1 | -3/+0 |
| | | | | fix here string and here document expansion and quoting | ||||
* | 20076, 20084: { ... } always { ... } syntax. | Peter Stephenson | 2004-06-22 | 1 | -4/+34 |
| | |||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -1/+1 |
| | |||||
* | Fixed two signed/unsigned comparisons. | Wayne Davison | 2004-05-28 | 1 | -4/+3 |
| | |||||
* | 19595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1 | Oliver Kiddle | 2004-03-11 | 1 | -3/+3 |
| | |||||
* | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 2003-10-29 | 1 | -2/+2 |
| | |||||
* | 18251: Fix select and make it respect EOF | Peter Stephenson | 2003-02-17 | 1 | -4/+6 |
| | |||||
* | 17760: Fix case-pattern parsing bug in sh emulation. | Bart Schaefer | 2002-10-06 | 1 | -0/+2 |
| | |||||
* | 17582: Improved option argument handling. | Peter Stephenson | 2002-08-27 | 1 | -17/+21 |
| | | | | unposted: Updated version to 4.1.0-dev-6 because of interface change. | ||||
* | 17503: fix various typos and spelling mistakes in source code comments | Oliver Kiddle | 2002-08-05 | 1 | -2/+2 |
| |