about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
...
* 29674: add $epochtime to datetimePeter Stephenson2011-08-111-1/+45
* 29663: add $EPOCHREALTIME to zsh/datetimePeter Stephenson2011-08-102-0/+32
* 29654: "wait" should resume stopped jobs identified by process ID as wellBart Schaefer2011-08-102-7/+16
* 29643: set incompfunc to zero when executing hook or trap functionPeter Stephenson2011-08-043-7/+14
* 29644: work around _describe bug, plus cosmetic tweaksPeter Stephenson2011-08-032-2/+14
* 29633: more care with anonymous and other functionsPeter Stephenson2011-08-031-2/+8
* 29626: arguments to anonymous functions shouldn't be parsed as command wordsPeter Stephenson2011-07-282-0/+3
* 29561: Allow closing of fd's not recorded by the shellPeter Stephenson2011-07-252-21/+25
* 29555: fix problem using open fd beyond max_zsh_fdPeter Stephenson2011-07-191-5/+11
* users/16131: skip reading empty history filePeter Stephenson2011-07-181-3/+5
* 29542: fix crash in hbegin(), remove bad testPeter Stephenson2011-07-122-38/+114
* 29530: ${...?...} shouldn't cause an error with NO_EXEC optionPeter Stephenson2011-07-011-13/+15
* 29503: Missing popheap() on failed autoloadPeter Stephenson2011-06-232-4/+1
* 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
* 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
* 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
* 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
* 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