Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-22 | 51670: prevent possible underflow in gettext() | Bart Schaefer | 1 | -1/+1 | |
2022-06-07 | Tweaks to MULTI_FUNC_DEF | Peter Stephenson | 1 | -2/+10 | |
Output multiple function definitions using "function" form. Note exceptions to errors with NO_MULTI_FUNC_DEF | |||||
2021-09-06 | 49266: fix segfault on metacharacters in long job texts | Bart Schaefer | 1 | -0/+2 | |
2020-03-22 | 45583/0007: WC_FUNCDEF: Add a placeholder element. | Daniel Shahaf | 1 | -1/+1 | |
2019-12-11 | 45004: Fix typos in comments | Martijn Dekker | 1 | -1/+1 | |
2019-05-23 | 44345: fix wordcode traversal where ! without a following command could ↵ | Oliver Kiddle | 1 | -2/+7 | |
result in a crash | |||||
2016-09-13 | 39292: Distinguish "=" and "==" tests in output. | Peter Stephenson | 1 | -1/+2 | |
This is both in xtrace output and shell code rebuilt from internal structures. | |||||
2016-09-11 | 39252: internal: quotestring: Drop the 'e' parameter, which no caller uses. | Daniel Shahaf | 1 | -2/+2 | |
2016-01-31 | 37859: NULL-terminate cond_binary_ops static array. | Barton E. Schaefer | 1 | -1/+1 | |
2015-12-09 | 37364: "test" and "[" handling of parentheses. | Peter Stephenson | 1 | -7/+25 | |
If three arguments, need to prefer binary operators if possible. Need to look for full string for parentheses. | |||||
2015-09-30 | users/20672: missing "do" in gettext2() for "select" | Barton E. Schaefer | 1 | -1/+3 | |
2015-09-02 | 36399: Shell code text with multiple here documents wasn't shown properly. | Peter Stephenson | 1 | -2/+2 | |
2015-08-10 | 36084: use zrealloc() consistently | Barton E. Schaefer | 1 | -3/+3 | |
2015-07-05 | 35688: Improved attempt to turn case wordcode into text. | Peter Stephenson | 1 | -7/+10 | |
2015-07-04 | Turning case parsed as multiple alternatives back into text. | Peter Stephenson | 1 | -10/+11 | |
Also add test. | |||||
2015-06-24 | 35590: tweak and test text output from typeset | Peter Stephenson | 1 | -0/+2 | |
2015-06-24 | various posts: Implement assignment parsing for typeset. | Peter Stephenson | 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. | |||||
2015-06-05 | 35386: expand tabs where useful in builtins outputing function. | Peter Stephenson | 1 | -2/+44 | |
Also add to zed -f. Option is -x <numm>. | |||||
2015-05-18 | 35168: Improve parsing of case patterns. | Peter Stephenson | 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. | |||||
2015-02-20 | 34590: queue_signals() around more scopes that manipulate global state | Barton E. Schaefer | 1 | -0/+15 | |
2014-11-21 | 33750: handle function autoloads for DEBUG_BEFORE_CMD | Barton E. Schaefer | 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. | |||||
2011-06-19 | 29492: add argument handling to anonymous functions | Peter Stephenson | 1 | -3/+27 | |
2011-05-09 | 29193: badly placed variable declaration | Peter Stephenson | 1 | -2/+2 | |
2011-01-06 | 28588: fix textual display after =~ test | Peter Stephenson | 1 | -2/+1 | |
2010-09-14 | 28259: Finally fix some ancient problems with here-documents | Peter Stephenson | 1 | -18/+93 | |
2010-02-13 | 27708: remove distracting initial semicolons in job outpt | Peter Stephenson | 1 | -33/+38 | |
2008-09-11 | 25651: make getpermtext() output indentation more logical | Peter Stephenson | 1 | -11/+3 | |
2008-09-05 | 25615: $ZSH_DEBUG_CMD for use in DEBUG traps | Peter Stephenson | 1 | -2/+10 | |
2008-03-14 | 24711: fix re-presentation of here-documents munged internally | Peter Stephenson | 1 | -7/+12 | |
to here-strings | |||||
2008-01-04 | 24356: regex =~ test wasnt handled by gettext() | Peter Stephenson | 1 | -1/+2 | |
2007-05-01 | 23375: Phil Pennock: =~, zsh/regex etc. etc. | Peter Stephenson | 1 | -2/+2 | |
2007-04-23 | 23308: sanity for tindent in text output | Peter Stephenson | 1 | -17/+25 | |
2007-01-19 | 23115: ";|" at end of case clause causes later patterns to be tested | Peter Stephenson | 1 | -2/+26 | |
2006-10-05 | 22819: improved internal use of string quotation, | Peter Stephenson | 1 | -1/+1 | |
plus completion bug fix with RCQUOTES | |||||
2006-01-10 | 22151: bug outputting here-strings from which etc. when already quoted | Peter Stephenson | 1 | -10/+11 | |
2005-04-12 | 21133: New {myfd} syntax for allocating file descriptors | Peter Stephenson | 1 | -2/+7 | |
2004-06-22 | 20076, 20084: { ... } always { ... } syntax. | Peter Stephenson | 1 | -0/+28 | |
2003-02-04 | 18188: Output balanced parentheses in case statements | Peter Stephenson | 1 | -0/+2 | |
2002-11-13 | 17935: beautify bin_whence indentation of () and {} contents. | Clint Adams | 1 | -4/+8 | |
2002-06-07 | 17299: Use reference counts in Eprogs so as to be able to free them as soon | Peter Stephenson | 1 | -0/+5 | |
as finished with. | |||||
2001-12-17 | 16353: add += parameter assignments | Oliver Kiddle | 1 | -0/+1 | |
2001-09-25 | 15869 | Sven Wischnowsky | 1 | -3/+4 | |
2001-09-25 | job text building code couldn't handle empty sublists (as in `coproc || ↵ | Sven Wischnowsky | 1 | -2/+4 | |
test') (15868) | |||||
2001-08-16 | 15639 | Sven Wischnowsky | 1 | -3/+9 | |
2001-06-25 | 15030: multi-parameter `for' loops | Peter Stephenson | 1 | -1/+1 | |
2000-12-05 | Joel Smith: 13230: avoid name clashes with Linux kernel | Peter Stephenson | 1 | -17/+17 | |
2000-04-18 | fix to get newlines in non-job-texts (I'm sooo stupid) | Sven Wischnowsky | 1 | -2/+6 | |
2000-04-17 | display newlines as spaces in job-texts (10788) | Sven Wischnowsky | 1 | -2/+3 | |
2000-04-01 | Updated from list as far as 10376 | Peter Stephenson | 1 | -308/+550 | |
1999-04-15 | Initial revision | Tanaka Akira | 1 | -0/+526 | |