about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* Fix compiler warning due to state.doff duplication.Wayne Davison2011-04-151-1/+1
|
* 28997: make --enable-libc-musl explicitPeter Stephenson2011-04-141-0/+4
|
* Valentin Ochs: 28990: more changes needed for signals.Peter Stephenson2011-04-121-2/+1
|
* users/15953: handle EINTR when using read -k or -q with -u or -pPeter Stephenson2011-04-111-3/+10
|
* 28977: fix copying of uninitialized memory when trying toWayne Davison2011-04-061-0/+2
| | | | spell-correct a really long string.
* Stef van Vlierberghe: 28965 (as posted in 28967):Peter Stephenson2011-04-011-1/+18
| | | | findproc() should not return processes not marked as SP_RUNNING
* 28926: No newline after the last line in listlist() when printing the listBart Schaefer2011-03-281-1/+3
| | | | in a single column.
* Mikael: 28941: fix $CURSOR access when metafiedPeter Stephenson2011-03-271-1/+3
|
* 28936: ${#$} and ${#?} also didn't workPeter Stephenson2011-03-211-0/+2
|
* 28889: ${##} should return the length of $#Peter Stephenson2011-03-111-0/+1
|
* users/15864: turn zsh_directory_name into a hookPeter Stephenson2011-03-112-19/+63
|
* 28886: Fix region_highlight dynamic updates for $PREDISPLAYPeter Stephenson2011-03-111-33/+70
|
* 28866: with POSIX_BUILTINS "command" prefix resets specialnessPeter Stephenson2011-03-061-2/+5
|
* 28853: Fix typo: preceed -> precedeFrank Terbeck2011-03-042-2/+2
|
* 28823: make it an error to tie the same scalar to two different arraysBart Schaefer2011-03-011-2/+7
|
* Frank, 28812 as modified in 28813:Peter Stephenson2011-02-281-1/+1
| | | | fix allocation of wide array in wcs_ztrdup()
* 28799: lexical analyser didn't stop early enough with completion wordsPeter Stephenson2011-02-241-1/+1
|
* 28795 plus typos noticed by Mikael: careful with forked shellsPeter Stephenson2011-02-231-4/+6
|
* 28791: exit on errors with special builtins with POSIXBUILTINSPeter Stephenson2011-02-222-9/+23
|
* 28783: allow parentheses to be special in more places with SH_GLOBPeter Stephenson2011-02-211-1/+3
|
* 28784: exit on exec redirection error with POISX_BUILTINSPeter Stephenson2011-02-211-2/+17
|
* 28773: add zle-history-line-set widgetPeter Stephenson2011-02-181-0/+1
|
* 28772: Update regions in region highlight dynamicallyPeter Stephenson2011-02-186-51/+404
|
* 28762: fix coproc file desriptor closingPeter Stephenson2011-02-171-2/+6
|
* 28671: better cursor positioning after undoPeter Stephenson2011-02-111-1/+3
|
* users/15770 HASH_DIRS tracks INTERACTIVEBart Schaefer2011-02-111-0/+3
|
* 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