Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 39292: Distinguish "=" and "==" tests in output. | Peter Stephenson | 2016-09-13 | 1 | -1/+2 |
| | | | | | This is both in xtrace output and shell code rebuilt from internal structures. | ||||
* | 39252: internal: quotestring: Drop the 'e' parameter, which no caller uses. | Daniel Shahaf | 2016-09-11 | 1 | -2/+2 |
| | |||||
* | 37859: NULL-terminate cond_binary_ops static array. | Barton E. Schaefer | 2016-01-31 | 1 | -1/+1 |
| | |||||
* | 37364: "test" and "[" handling of parentheses. | Peter Stephenson | 2015-12-09 | 1 | -7/+25 |
| | | | | | | If three arguments, need to prefer binary operators if possible. Need to look for full string for parentheses. | ||||
* | users/20672: missing "do" in gettext2() for "select" | Barton E. Schaefer | 2015-09-30 | 1 | -1/+3 |
| | |||||
* | 36399: Shell code text with multiple here documents wasn't shown properly. | Peter Stephenson | 2015-09-02 | 1 | -2/+2 |
| | |||||
* | 36084: use zrealloc() consistently | Barton E. Schaefer | 2015-08-10 | 1 | -3/+3 |
| | |||||
* | 35688: Improved attempt to turn case wordcode into text. | Peter Stephenson | 2015-07-05 | 1 | -7/+10 |
| | |||||
* | Turning case parsed as multiple alternatives back into text. | Peter Stephenson | 2015-07-04 | 1 | -10/+11 |
| | | | | Also add test. | ||||
* | 35590: tweak and test text output from typeset | Peter Stephenson | 2015-06-24 | 1 | -0/+2 |
| | |||||
* | various posts: Implement assignment parsing for typeset. | Peter Stephenson | 2015-06-24 | 1 | -11/+46 |
| | | | | | | | | | | | | Typeset assignments now work like raw assignments except for no "+=" and no GLOB_ASSIGN. Documented in typeset builtin doc and mentioned in release notes. Tests to ensure basic sanity. Enabled by default, can be turned off by "disable -r" with typeset family of commands. | ||||
* | 35386: expand tabs where useful in builtins outputing function. | Peter Stephenson | 2015-06-05 | 1 | -2/+44 |
| | | | | | | Also add to zed -f. Option is -x <numm>. | ||||
* | 35168: Improve parsing of case patterns. | Peter Stephenson | 2015-05-18 | 1 | -8/+20 |
| | | | | | | | | | | | | | | "|" is now found properly by looking for words that come from the lexical analyser, rather than hacking a pattern returned in one dollop. Update some completion functions that need extra quoting as a result. Add test for new parsing. Update version number to 5.0.8-dev-3 because of wordcode incompatibility. | ||||
* | 34590: queue_signals() around more scopes that manipulate global state | Barton E. Schaefer | 2015-02-20 | 1 | -0/+15 |
| | |||||
* | 33750: handle function autoloads for DEBUG_BEFORE_CMD | Barton E. Schaefer | 2014-11-21 | 1 | -0/+4 |
| | | | | | gettext2() lacked a case for the WC_AUTOFN word code, tripping a dputs() on TRAPDEBUG the first time each autoloaded function was run. | ||||
* | 29492: add argument handling to anonymous functions | Peter Stephenson | 2011-06-19 | 1 | -3/+27 |
| | |||||
* | 29193: badly placed variable declaration | Peter Stephenson | 2011-05-09 | 1 | -2/+2 |
| | |||||
* | 28588: fix textual display after =~ test | Peter Stephenson | 2011-01-06 | 1 | -2/+1 |
| | |||||
* | 28259: Finally fix some ancient problems with here-documents | Peter Stephenson | 2010-09-14 | 1 | -18/+93 |
| | |||||
* | 27708: remove distracting initial semicolons in job outpt | Peter Stephenson | 2010-02-13 | 1 | -33/+38 |
| | |||||
* | 25651: make getpermtext() output indentation more logical | Peter Stephenson | 2008-09-11 | 1 | -11/+3 |
| | |||||
* | 25615: $ZSH_DEBUG_CMD for use in DEBUG traps | Peter Stephenson | 2008-09-05 | 1 | -2/+10 |
| | |||||
* | 24711: fix re-presentation of here-documents munged internally | Peter Stephenson | 2008-03-14 | 1 | -7/+12 |
| | | | | to here-strings | ||||
* | 24356: regex =~ test wasnt handled by gettext() | Peter Stephenson | 2008-01-04 | 1 | -1/+2 |
| | |||||
* | 23375: Phil Pennock: =~, zsh/regex etc. etc. | Peter Stephenson | 2007-05-01 | 1 | -2/+2 |
| | |||||
* | 23308: sanity for tindent in text output | Peter Stephenson | 2007-04-23 | 1 | -17/+25 |
| | |||||
* | 23115: ";|" at end of case clause causes later patterns to be tested | Peter Stephenson | 2007-01-19 | 1 | -2/+26 |
| | |||||
* | 22819: improved internal use of string quotation, | Peter Stephenson | 2006-10-05 | 1 | -1/+1 |
| | | | | plus completion bug fix with RCQUOTES | ||||
* | 22151: bug outputting here-strings from which etc. when already quoted | Peter Stephenson | 2006-01-10 | 1 | -10/+11 |
| | |||||
* | 21133: New {myfd} syntax for allocating file descriptors | Peter Stephenson | 2005-04-12 | 1 | -2/+7 |
| | |||||
* | 20076, 20084: { ... } always { ... } syntax. | Peter Stephenson | 2004-06-22 | 1 | -0/+28 |
| | |||||
* | 18188: Output balanced parentheses in case statements | Peter Stephenson | 2003-02-04 | 1 | -0/+2 |
| | |||||
* | 17935: beautify bin_whence indentation of () and {} contents. | Clint Adams | 2002-11-13 | 1 | -4/+8 |
| | |||||
* | 17299: Use reference counts in Eprogs so as to be able to free them as soon | Peter Stephenson | 2002-06-07 | 1 | -0/+5 |
| | | | | as finished with. | ||||
* | 16353: add += parameter assignments | Oliver Kiddle | 2001-12-17 | 1 | -0/+1 |
| | |||||
* | 15869 | Sven Wischnowsky | 2001-09-25 | 1 | -3/+4 |
| | |||||
* | job text building code couldn't handle empty sublists (as in `coproc || ↵ | Sven Wischnowsky | 2001-09-25 | 1 | -2/+4 |
| | | | | test') (15868) | ||||
* | 15639 | Sven Wischnowsky | 2001-08-16 | 1 | -3/+9 |
| | |||||
* | 15030: multi-parameter `for' loops | Peter Stephenson | 2001-06-25 | 1 | -1/+1 |
| | |||||
* | Joel Smith: 13230: avoid name clashes with Linux kernel | Peter Stephenson | 2000-12-05 | 1 | -17/+17 |
| | |||||
* | fix to get newlines in non-job-texts (I'm sooo stupid) | Sven Wischnowsky | 2000-04-18 | 1 | -2/+6 |
| | |||||
* | display newlines as spaces in job-texts (10788) | Sven Wischnowsky | 2000-04-17 | 1 | -2/+3 |
| | |||||
* | Updated from list as far as 10376 | Peter Stephenson | 2000-04-01 | 1 | -308/+550 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+526 |