about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* 28638: add $usergroups parameterPeter Stephenson2011-01-192-1/+155
|
* Mikael: 28637: ${foo:0:} caused crashPeter Stephenson2011-01-181-6/+8
|
* 28630: Ricky Zhou: fix crash with isident()Peter Stephenson2011-01-161-0/+2
| | | | 28634: add test
* unposted: fix return types in 28617Peter Stephenson2011-01-111-2/+2
|
* 28611: remove unused special behaviour for vi mark 26Peter Stephenson2011-01-111-9/+4
|
* 28617: NO_EXEC option was doing too much work inPeter Stephenson2011-01-102-1/+19
| | | | parameter subscripting, parameter assignment, and globbing
* gi1242+zsh@gmail.com: 28594:Peter Stephenson2011-01-092-4/+2
| | | | Various new and improved completions
* 28590: make read return status non-zero on errorPeter Stephenson2011-01-071-1/+6
|
* unposted: fix argument type for write_loop()Peter Stephenson2011-01-061-2/+4
|
* 28588: fix textual display after =~ testPeter Stephenson2011-01-061-2/+1
|
* 28578: fix handling of numeric escapes that expand to "%" in printfBart Schaefer2011-01-062-4/+10
| | | | format strings, so they are not treated as format introducers.
* 28568: buffer overflow examining pathsPeter Stephenson2011-01-051-1/+7
|
* users/15662: array slice assignment with one index positive and one negative.Bart Schaefer2010-12-211-2/+2
|
* unposted: restore unintentionally removed .PHONY entriesPeter Stephenson2010-12-201-1/+1
|
* unposted: release 4.3.11 zsh-4.3.11Peter Stephenson2010-12-201-1/+4
|
* Paul 28538 / me 28540 / couple of unposted casts:Peter Stephenson2010-12-206-16/+9
| | | | use char * for pointer arithmetic rather than void *
* 28537: fix word splitting on "((" when it was nested subshells rather thanPeter Stephenson2010-12-191-0/+5
| | | | arithmetic
* "prep" target depends on MakemodBart Schaefer2010-12-181-1/+2
|
* uncommitted: fix properlyPeter Stephenson2010-12-171-1/+1
|
* Mikael: users/15653: zle_highlight=(none) turns off suffix highlightingPeter Stephenson2010-12-171-1/+1
| | | | unposted: note suffix highlighting in NEWS
* Mikael: 28531: typosPeter Stephenson2010-12-161-1/+1
|
* 28530: replace (z+opts+) flag with (Z:opts:), add reserved (_:flags:).Bart Schaefer2010-12-151-8/+34
|
* unposted: another neatening of lexflags use in ZLEPeter Stephenson2010-12-141-7/+14
|
* lexsave/lexrestore lexflagsPeter Stephenson2010-12-146-22/+27
| | | | add new LEXFLAGS_ZLE
* 28528: Rearrange zleparse to lexflagsPeter Stephenson2010-12-147-64/+85
| | | | Add (z+n+)
* 28526: remove bogus newline with stripped comment zplittingPeter Stephenson2010-12-131-1/+9
|
* 28510: add (z+c+) and (z+C+) parameter flagsPeter Stephenson2010-12-126-16/+102
|
* Mikael: 28480: allow PROMPT_EOL_MARK to be an empty stringPeter Stephenson2010-12-061-1/+1
|
* 28486: $compstate[parameter] needs untokenizingPeter Stephenson2010-12-061-0/+11
|
* 28474, 28478: extended {START..END..STEP} syntaxPeter Stephenson2010-12-051-12/+59
|
* 28469: fix memory leak in anonymous functionPeter Stephenson2010-12-051-0/+4
|
* 28461: flush stderr in PRINT_EXIT_VALUE handling.Bart Schaefer2010-11-271-0/+1
|
* 28559: flush shell output in PROMPT_SP handlingPeter Stephenson2010-11-271-0/+1
|
* Use newer PROMPT_SP behavior for hasxn terms too.Wayne Davison2010-11-261-4/+1
|
* Overwrite PROMPT_SP string if it should remain invisible,Wayne Davison2010-11-251-3/+4
| | | | even with an upcoming newline.
* 28434: make ${NAME:OFFSET} always use zero-offsetPeter Stephenson2010-11-251-6/+5
|
* 28424: new POSIX_STRINGS optionPeter Stephenson2010-11-223-3/+16
|
* 28425: remove null arguments and untokenizePeter Stephenson2010-11-201-0/+2
|
* 28419: Doc/Zsh/expn.yo, Src/subst.c, Test/D04parameter.ztst:Peter Stephenson2010-11-181-2/+34
| | | | KSH_ARRAY ${*:0:1} gives $0, etc.
* 28418: add ${NAME:OFFSET:LENGTH} substitutionPeter Stephenson2010-11-183-9/+149
|
* 28384: improve error message on assignment to a field of a read-only hash.Bart Schaefer2010-11-031-1/+8
| | | | CVS ----------------------------------------------------------------------
* 28363: fix insert bug refreshing zle with wide characteterPeter Stephenson2010-10-251-10/+32
|
* 28360: NO_UNSET option should check parameters with trailing optionsPeter Stephenson2010-10-221-1/+7
|
* Mikael: 28356: don't increment old display line too far when refreshingPeter Stephenson2010-10-171-1/+3
|
* 28345: make ${(D)...} return a fully usable command line argumentPeter Stephenson2010-10-152-11/+19
|
* 28339: backslash-newline history without HIST_LEX_WORDSPeter Stephenson2010-10-102-5/+24
| | | | 28340: assignment to range of scalar variable with multibyte characters
* 28332: backslash-newline with HIST_LEX_WORDSPeter Stephenson2010-10-101-2/+12
|
* 28338: keep =~ from inverting sense of subsequent tests (after &&/||)pdpennock2010-10-101-1/+2
|
* 28327: fix pseudolexical word splitting with RC_QUOTESPeter Stephenson2010-10-071-10/+8
|
* not yet posted: fix some more HIST_LEX_WORDS anomaliesPeter Stephenson2010-10-061-17/+35
|