summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2011-03-2828926: No newline after the last line in listlist() when printing the listBart Schaefer1-1/+3
in a single column.
2011-03-27Mikael: 28941: fix $CURSOR access when metafiedPeter Stephenson1-1/+3
2011-03-2128936: ${#$} and ${#?} also didn't workPeter Stephenson1-0/+2
2011-03-1128889: ${##} should return the length of $#Peter Stephenson1-0/+1
2011-03-11users/15864: turn zsh_directory_name into a hookPeter Stephenson2-19/+63
2011-03-1128886: Fix region_highlight dynamic updates for $PREDISPLAYPeter Stephenson1-33/+70
2011-03-0628866: with POSIX_BUILTINS "command" prefix resets specialnessPeter Stephenson1-2/+5
2011-03-0428853: Fix typo: preceed -> precedeFrank Terbeck2-2/+2
2011-03-0128823: make it an error to tie the same scalar to two different arraysBart Schaefer1-2/+7
2011-02-28Frank, 28812 as modified in 28813:Peter Stephenson1-1/+1
fix allocation of wide array in wcs_ztrdup()
2011-02-2428799: lexical analyser didn't stop early enough with completion wordsPeter Stephenson1-1/+1
2011-02-2328795 plus typos noticed by Mikael: careful with forked shellsPeter Stephenson1-4/+6
2011-02-2228791: exit on errors with special builtins with POSIXBUILTINSPeter Stephenson2-9/+23
2011-02-2128783: allow parentheses to be special in more places with SH_GLOBPeter Stephenson1-1/+3
2011-02-2128784: exit on exec redirection error with POISX_BUILTINSPeter Stephenson1-2/+17
2011-02-1828773: add zle-history-line-set widgetPeter Stephenson1-0/+1
2011-02-1828772: Update regions in region highlight dynamicallyPeter Stephenson6-51/+404
2011-02-1728762: fix coproc file desriptor closingPeter Stephenson1-2/+6
2011-02-1128671: better cursor positioning after undoPeter Stephenson1-1/+3
2011-02-11users/15770 HASH_DIRS tracks INTERACTIVEBart Schaefer1-0/+3
2011-01-1928638: add $usergroups parameterPeter Stephenson2-1/+155
2011-01-18Mikael: 28637: ${foo:0:} caused crashPeter Stephenson1-6/+8
2011-01-1628630: Ricky Zhou: fix crash with isident()Peter Stephenson1-0/+2
28634: add test
2011-01-11unposted: fix return types in 28617Peter Stephenson1-2/+2
2011-01-1128611: remove unused special behaviour for vi mark 26Peter Stephenson1-9/+4
2011-01-1028617: NO_EXEC option was doing too much work inPeter Stephenson2-1/+19
parameter subscripting, parameter assignment, and globbing
2011-01-09 gi1242+zsh@gmail.com: 28594:Peter Stephenson2-4/+2
Various new and improved completions
2011-01-0728590: make read return status non-zero on errorPeter Stephenson1-1/+6
2011-01-06unposted: fix argument type for write_loop()Peter Stephenson1-2/+4
2011-01-0628588: fix textual display after =~ testPeter Stephenson1-2/+1
2011-01-0628578: fix handling of numeric escapes that expand to "%" in printfBart Schaefer2-4/+10
format strings, so they are not treated as format introducers.
2011-01-0528568: buffer overflow examining pathsPeter Stephenson1-1/+7
2010-12-21users/15662: array slice assignment with one index positive and one negative.Bart Schaefer1-2/+2
2010-12-20unposted: restore unintentionally removed .PHONY entriesPeter Stephenson1-1/+1
2010-12-20unposted: release 4.3.11Peter Stephenson1-1/+4
2010-12-20Paul 28538 / me 28540 / couple of unposted casts:Peter Stephenson6-16/+9
use char * for pointer arithmetic rather than void *
2010-12-1928537: fix word splitting on "((" when it was nested subshells rather thanPeter Stephenson1-0/+5
arithmetic
2010-12-18"prep" target depends on MakemodBart Schaefer1-1/+2
2010-12-17uncommitted: fix properlyPeter Stephenson1-1/+1
2010-12-17Mikael: users/15653: zle_highlight=(none) turns off suffix highlightingPeter Stephenson1-1/+1
unposted: note suffix highlighting in NEWS
2010-12-16Mikael: 28531: typosPeter Stephenson1-1/+1
2010-12-1528530: replace (z+opts+) flag with (Z:opts:), add reserved (_:flags:).Bart Schaefer1-8/+34
2010-12-14unposted: another neatening of lexflags use in ZLEPeter Stephenson1-7/+14
2010-12-14lexsave/lexrestore lexflagsPeter Stephenson6-22/+27
add new LEXFLAGS_ZLE
2010-12-1428528: Rearrange zleparse to lexflagsPeter Stephenson7-64/+85
Add (z+n+)
2010-12-1328526: remove bogus newline with stripped comment zplittingPeter Stephenson1-1/+9
2010-12-1228510: add (z+c+) and (z+C+) parameter flagsPeter Stephenson6-16/+102
2010-12-06Mikael: 28480: allow PROMPT_EOL_MARK to be an empty stringPeter Stephenson1-1/+1
2010-12-0628486: $compstate[parameter] needs untokenizingPeter Stephenson1-0/+11
2010-12-0528474, 28478: extended {START..END..STEP} syntaxPeter Stephenson1-12/+59