Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 28638: add $usergroups parameter | Peter Stephenson | 2011-01-19 | 2 | -1/+155 |
| | |||||
* | Mikael: 28637: ${foo:0:} caused crash | Peter Stephenson | 2011-01-18 | 1 | -6/+8 |
| | |||||
* | 28630: Ricky Zhou: fix crash with isident() | Peter Stephenson | 2011-01-16 | 1 | -0/+2 |
| | | | | 28634: add test | ||||
* | unposted: fix return types in 28617 | Peter Stephenson | 2011-01-11 | 1 | -2/+2 |
| | |||||
* | 28611: remove unused special behaviour for vi mark 26 | Peter Stephenson | 2011-01-11 | 1 | -9/+4 |
| | |||||
* | 28617: NO_EXEC option was doing too much work in | Peter Stephenson | 2011-01-10 | 2 | -1/+19 |
| | | | | parameter subscripting, parameter assignment, and globbing | ||||
* | gi1242+zsh@gmail.com: 28594: | Peter Stephenson | 2011-01-09 | 2 | -4/+2 |
| | | | | Various new and improved completions | ||||
* | 28590: make read return status non-zero on error | Peter Stephenson | 2011-01-07 | 1 | -1/+6 |
| | |||||
* | unposted: fix argument type for write_loop() | Peter Stephenson | 2011-01-06 | 1 | -2/+4 |
| | |||||
* | 28588: fix textual display after =~ test | Peter Stephenson | 2011-01-06 | 1 | -2/+1 |
| | |||||
* | 28578: fix handling of numeric escapes that expand to "%" in printf | Bart Schaefer | 2011-01-06 | 2 | -4/+10 |
| | | | | format strings, so they are not treated as format introducers. | ||||
* | 28568: buffer overflow examining paths | Peter Stephenson | 2011-01-05 | 1 | -1/+7 |
| | |||||
* | users/15662: array slice assignment with one index positive and one negative. | Bart Schaefer | 2010-12-21 | 1 | -2/+2 |
| | |||||
* | unposted: restore unintentionally removed .PHONY entries | Peter Stephenson | 2010-12-20 | 1 | -1/+1 |
| | |||||
* | unposted: release 4.3.11 zsh-4.3.11 | Peter Stephenson | 2010-12-20 | 1 | -1/+4 |
| | |||||
* | Paul 28538 / me 28540 / couple of unposted casts: | Peter Stephenson | 2010-12-20 | 6 | -16/+9 |
| | | | | use char * for pointer arithmetic rather than void * | ||||
* | 28537: fix word splitting on "((" when it was nested subshells rather than | Peter Stephenson | 2010-12-19 | 1 | -0/+5 |
| | | | | arithmetic | ||||
* | "prep" target depends on Makemod | Bart Schaefer | 2010-12-18 | 1 | -1/+2 |
| | |||||
* | uncommitted: fix properly | Peter Stephenson | 2010-12-17 | 1 | -1/+1 |
| | |||||
* | Mikael: users/15653: zle_highlight=(none) turns off suffix highlighting | Peter Stephenson | 2010-12-17 | 1 | -1/+1 |
| | | | | unposted: note suffix highlighting in NEWS | ||||
* | Mikael: 28531: typos | Peter Stephenson | 2010-12-16 | 1 | -1/+1 |
| | |||||
* | 28530: replace (z+opts+) flag with (Z:opts:), add reserved (_:flags:). | Bart Schaefer | 2010-12-15 | 1 | -8/+34 |
| | |||||
* | unposted: another neatening of lexflags use in ZLE | Peter Stephenson | 2010-12-14 | 1 | -7/+14 |
| | |||||
* | lexsave/lexrestore lexflags | Peter Stephenson | 2010-12-14 | 6 | -22/+27 |
| | | | | add new LEXFLAGS_ZLE | ||||
* | 28528: Rearrange zleparse to lexflags | Peter Stephenson | 2010-12-14 | 7 | -64/+85 |
| | | | | Add (z+n+) | ||||
* | 28526: remove bogus newline with stripped comment zplitting | Peter Stephenson | 2010-12-13 | 1 | -1/+9 |
| | |||||
* | 28510: add (z+c+) and (z+C+) parameter flags | Peter Stephenson | 2010-12-12 | 6 | -16/+102 |
| | |||||
* | Mikael: 28480: allow PROMPT_EOL_MARK to be an empty string | Peter Stephenson | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | 28486: $compstate[parameter] needs untokenizing | Peter Stephenson | 2010-12-06 | 1 | -0/+11 |
| | |||||
* | 28474, 28478: extended {START..END..STEP} syntax | Peter Stephenson | 2010-12-05 | 1 | -12/+59 |
| | |||||
* | 28469: fix memory leak in anonymous function | Peter Stephenson | 2010-12-05 | 1 | -0/+4 |
| | |||||
* | 28461: flush stderr in PRINT_EXIT_VALUE handling. | Bart Schaefer | 2010-11-27 | 1 | -0/+1 |
| | |||||
* | 28559: flush shell output in PROMPT_SP handling | Peter Stephenson | 2010-11-27 | 1 | -0/+1 |
| | |||||
* | Use newer PROMPT_SP behavior for hasxn terms too. | Wayne Davison | 2010-11-26 | 1 | -4/+1 |
| | |||||
* | Overwrite PROMPT_SP string if it should remain invisible, | Wayne Davison | 2010-11-25 | 1 | -3/+4 |
| | | | | even with an upcoming newline. | ||||
* | 28434: make ${NAME:OFFSET} always use zero-offset | Peter Stephenson | 2010-11-25 | 1 | -6/+5 |
| | |||||
* | 28424: new POSIX_STRINGS option | Peter Stephenson | 2010-11-22 | 3 | -3/+16 |
| | |||||
* | 28425: remove null arguments and untokenize | Peter Stephenson | 2010-11-20 | 1 | -0/+2 |
| | |||||
* | 28419: Doc/Zsh/expn.yo, Src/subst.c, Test/D04parameter.ztst: | Peter Stephenson | 2010-11-18 | 1 | -2/+34 |
| | | | | KSH_ARRAY ${*:0:1} gives $0, etc. | ||||
* | 28418: add ${NAME:OFFSET:LENGTH} substitution | Peter Stephenson | 2010-11-18 | 3 | -9/+149 |
| | |||||
* | 28384: improve error message on assignment to a field of a read-only hash. | Bart Schaefer | 2010-11-03 | 1 | -1/+8 |
| | | | | CVS ---------------------------------------------------------------------- | ||||
* | 28363: fix insert bug refreshing zle with wide characteter | Peter Stephenson | 2010-10-25 | 1 | -10/+32 |
| | |||||
* | 28360: NO_UNSET option should check parameters with trailing options | Peter Stephenson | 2010-10-22 | 1 | -1/+7 |
| | |||||
* | Mikael: 28356: don't increment old display line too far when refreshing | Peter Stephenson | 2010-10-17 | 1 | -1/+3 |
| | |||||
* | 28345: make ${(D)...} return a fully usable command line argument | Peter Stephenson | 2010-10-15 | 2 | -11/+19 |
| | |||||
* | 28339: backslash-newline history without HIST_LEX_WORDS | Peter Stephenson | 2010-10-10 | 2 | -5/+24 |
| | | | | 28340: assignment to range of scalar variable with multibyte characters | ||||
* | 28332: backslash-newline with HIST_LEX_WORDS | Peter Stephenson | 2010-10-10 | 1 | -2/+12 |
| | |||||
* | 28338: keep =~ from inverting sense of subsequent tests (after &&/||) | pdpennock | 2010-10-10 | 1 | -1/+2 |
| | |||||
* | 28327: fix pseudolexical word splitting with RC_QUOTES | Peter Stephenson | 2010-10-07 | 1 | -10/+8 |
| | |||||
* | not yet posted: fix some more HIST_LEX_WORDS anomalies | Peter Stephenson | 2010-10-06 | 1 | -17/+35 |
| |