summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2011-05-13Danek: 29254: fix some compiler warningsPeter Stephenson5-4/+2
2011-05-13Jérémie Roquet: 29258: mark a couple more functions for export.Peter Stephenson1-2/+2
2011-05-1229208: make vimatchbracket more useful in emacs modeMikael Magnusson1-0/+3
2011-05-1129217: main shell now depends on zshcurses.h and zshterm.hPeter Stephenson1-3/+1
2011-05-10rename system.h to zsh_system.hPeter Stephenson3-2/+2
2011-05-1029214: use -I rather than explicit path to find headersPeter Stephenson3-8/+4
2011-05-1029191 (Danek) and 29203 (with fixes): make TERMINFO variable special.Peter Stephenson1-5/+44
2011-05-0929195: Separate nameddir hash to avoid clash ofPeter Stephenson5-279/+360
"bool" type on Solaris
2011-05-0929193: badly placed variable declarationPeter Stephenson1-2/+2
2011-05-0929165: use term.h globally if needed at all.Peter Stephenson22-227/+241
2011-05-08users/15986: handle EINTR in zccmd_inputBart Schaefer1-4/+44
2011-05-0729175: optimize freeheapBart Schaefer1-2/+22
2011-05-0329134: change termcap prototypes locally for AIXPeter Stephenson1-6/+18
2011-05-0229129: reading of end of fd arrayPeter Stephenson1-4/+5
2011-04-2929107: replace overlapping strcpy with memmoveBart Schaefer1-4/+4
2011-04-26Use "const" qualifier in termcap prototypes.Wayne Davison1-6/+6
2011-04-24Jun T.: 29031: increment global minfo state when inserting charactersBart Schaefer1-0/+2
on the line during interactive menu selection.
2011-04-1829008, 29012: Add `--enable-additional-fpath' option to add arbitrary ↵Frank Terbeck2-2/+23
directories to the default `$fpath'.
2011-04-15Fix compiler warning due to state.doff duplication.Wayne Davison1-1/+1
2011-04-1428997: make --enable-libc-musl explicitPeter Stephenson1-0/+4
2011-04-12Valentin Ochs: 28990: more changes needed for signals.Peter Stephenson1-2/+1
2011-04-11users/15953: handle EINTR when using read -k or -q with -u or -pPeter Stephenson1-3/+10
2011-04-0628977: fix copying of uninitialized memory when trying toWayne Davison1-0/+2
spell-correct a really long string.
2011-04-01Stef van Vlierberghe: 28965 (as posted in 28967):Peter Stephenson1-1/+18
findproc() should not return processes not marked as SP_RUNNING
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