about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* 29492: add argument handling to anonymous functionsPeter Stephenson2011-06-193-33/+92
|
* unposted: Remove additional for loop noticed by MikaelPeter Stephenson2011-06-191-2/+0
|
* 29491: remove some variables set but not usedPeter Stephenson2011-06-1911-37/+28
|
* 29490: add RLIMIT_RTTIMEPeter Stephenson2011-06-193-4/+36
|
* 29481: always return a matching job in findproc() but scan the whole listBart Schaefer2011-06-152-5/+6
| | | | to prefer running jobs
* 29472: findproc() needs at least to also return stopped jobs.Bart Schaefer2011-06-121-1/+2
|
* 29462: fix warningPeter Stephenson2011-06-061-1/+1
|
* 29459: Further fixes for parameter flag completion,Peter Stephenson2011-06-041-2/+4
| | | | plus drive-by fix for double-quoted parameter completion with flags
* 29452: allow completion of parameter flagsPeter Stephenson2011-06-031-3/+13
|
* 29451: ${##stuff} removes stuff from the head of $#Peter Stephenson2011-06-031-1/+10
|
* 29413: "print -S" for saving to history with lexical word splitPeter Stephenson2011-06-032-113/+170
|
* histlexwords splitting of ";;" in casePeter Stephenson2011-05-271-0/+7
|
* 29382: apply 29374 to zccmd_input too.Bart Schaefer2011-05-271-2/+2
|
* 29329: fix undefined behaviour in math.cMikael Magnusson2011-05-271-1/+2
|
* 29374: exit ZLE immediately if exit pending when keypress expectedPeter Stephenson2011-05-261-2/+2
|
* 29367, 29368: avoid redirecting the xtrace of simple commands along withBart Schaefer2011-05-241-1/+1
| | | | their standard error.
* 29351: casts needed to pass integers through stdargPeter Stephenson2011-05-231-2/+3
|
* 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