about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* 29224: Support negative LEN in ${VAR:OFFSET:LEN} like bash.Mikael Magnusson2011-05-191-9/+31
|
* 29261: Add g:: flag.Mikael Magnusson2011-05-191-0/+56
|
* 29307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson2011-05-199-10/+10
|
* 29313: better sh emulation with SHWORDPLIT and empty $IFSBart Schaefer2011-05-181-13/+18
|
* 29312, users/16032: add "zparseopts -M"Bart Schaefer2011-05-181-3/+68
|
* 29282: hide prototypes for ZSH_HEAP_DEBUG with #ifdef'sPeter Stephenson2011-05-141-0/+5
|
* 29276: always typedef Heapid for use by auto-generated header files.Bart Schaefer2011-05-141-1/+2
|
* 29268: extra dupstring() for value to be used in completion match groupPeter Stephenson2011-05-141-1/+1
|
* 29267: add -enable-zsh-debug and use for debugging completion matcher groupsPeter Stephenson2011-05-147-6/+386
|
* Danek: 29254: fix some compiler warningsPeter Stephenson2011-05-135-4/+2
|
* Jérémie Roquet: 29258: mark a couple more functions for export.Peter Stephenson2011-05-131-2/+2
|
* 29208: make vimatchbracket more useful in emacs modeMikael Magnusson2011-05-121-0/+3
|
* 29217: main shell now depends on zshcurses.h and zshterm.hPeter Stephenson2011-05-111-3/+1
|
* rename system.h to zsh_system.hPeter Stephenson2011-05-103-2/+2
|
* 29214: use -I rather than explicit path to find headersPeter Stephenson2011-05-103-8/+4
|
* 29191 (Danek) and 29203 (with fixes): make TERMINFO variable special.Peter Stephenson2011-05-101-5/+44
|
* 29195: Separate nameddir hash to avoid clash ofPeter Stephenson2011-05-095-279/+360
| | | | "bool" type on Solaris
* 29193: badly placed variable declarationPeter Stephenson2011-05-091-2/+2
|
* 29165: use term.h globally if needed at all.Peter Stephenson2011-05-0922-227/+241
|
* users/15986: handle EINTR in zccmd_inputBart Schaefer2011-05-081-4/+44
|
* 29175: optimize freeheapBart Schaefer2011-05-071-2/+22
|
* 29134: change termcap prototypes locally for AIXPeter Stephenson2011-05-031-6/+18
|
* 29129: reading of end of fd arrayPeter Stephenson2011-05-021-4/+5
|
* 29107: replace overlapping strcpy with memmoveBart Schaefer2011-04-291-4/+4
|
* Use "const" qualifier in termcap prototypes.Wayne Davison2011-04-261-6/+6
|
* Jun T.: 29031: increment global minfo state when inserting charactersBart Schaefer2011-04-241-0/+2
| | | | on the line during interactive menu selection.
* 29008, 29012: Add `--enable-additional-fpath' option to add arbitrary ↵Frank Terbeck2011-04-182-2/+23
| | | | directories to the default `$fpath'.
* 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
|