summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2011-06-1929491: remove some variables set but not usedPeter Stephenson11-37/+28
2011-06-1929490: add RLIMIT_RTTIMEPeter Stephenson3-4/+36
2011-06-1529481: always return a matching job in findproc() but scan the whole listBart Schaefer2-5/+6
to prefer running jobs
2011-06-1229472: findproc() needs at least to also return stopped jobs.Bart Schaefer1-1/+2
2011-06-0629462: fix warningPeter Stephenson1-1/+1
2011-06-0429459: Further fixes for parameter flag completion,Peter Stephenson1-2/+4
plus drive-by fix for double-quoted parameter completion with flags
2011-06-0329452: allow completion of parameter flagsPeter Stephenson1-3/+13
2011-06-0329451: ${##stuff} removes stuff from the head of $#Peter Stephenson1-1/+10
2011-06-0329413: "print -S" for saving to history with lexical word splitPeter Stephenson2-113/+170
2011-05-27histlexwords splitting of ";;" in casePeter Stephenson1-0/+7
2011-05-2729382: apply 29374 to zccmd_input too.Bart Schaefer1-2/+2
2011-05-2729329: fix undefined behaviour in math.cMikael Magnusson1-1/+2
2011-05-2629374: exit ZLE immediately if exit pending when keypress expectedPeter Stephenson1-2/+2
2011-05-2429367, 29368: avoid redirecting the xtrace of simple commands along withBart Schaefer1-1/+1
their standard error.
2011-05-2329351: casts needed to pass integers through stdargPeter Stephenson1-2/+3
2011-05-1929224: Support negative LEN in ${VAR:OFFSET:LEN} like bash.Mikael Magnusson1-9/+31
2011-05-1929261: Add g:: flag.Mikael Magnusson1-0/+56
2011-05-1929307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson9-10/+10
2011-05-1829313: better sh emulation with SHWORDPLIT and empty $IFSBart Schaefer1-13/+18
2011-05-1829312, users/16032: add "zparseopts -M"Bart Schaefer1-3/+68
2011-05-1429282: hide prototypes for ZSH_HEAP_DEBUG with #ifdef'sPeter Stephenson1-0/+5
2011-05-1429276: always typedef Heapid for use by auto-generated header files.Bart Schaefer1-1/+2
2011-05-1429268: extra dupstring() for value to be used in completion match groupPeter Stephenson1-1/+1
2011-05-1429267: add -enable-zsh-debug and use for debugging completion matcher groupsPeter Stephenson7-6/+386
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