about summary refs log tree commit diff
path: root/Src/Builtins/sched.c
Commit message (Expand)AuthorAgeFilesLines
* 33818: fix types passed to sizeof detected by coverity as being wrongOliver Kiddle2014-11-301-1/+1
* missed updates to calls to ztrftime()Peter Stephenson2014-07-301-1/+1
* 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson2010-05-121-1/+1
* 25373: trashzleptr() -> zleentry(ZLE_CMD_TRASH)Bart Schaefer2008-08-021-1/+1
* fix optimisation of string matching with multibyte modePeter Stephenson2008-03-251-2/+2
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-4/+4
* 23560: improve $zsh_scheduled_events to make it easier to parsePeter Stephenson2007-06-141-38/+31
* 23554: add $zsh_scheduled_eventsPeter Stephenson2007-06-121-17/+66
* 23552: unnecessary sched debugging warningPeter Stephenson2007-06-121-2/+5
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-4/+24
* unposted: we could add checksched() twice to the timed event listPeter Stephenson2007-02-011-9/+49
* unposted: sched deleted timed function twicePeter Stephenson2007-01-241-4/+1
* 22676, 22678: extend sched and make it able to run events when waiting forPeter Stephenson2006-09-101-89/+206
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-7/+7
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-3/+3
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-1/+1
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-9/+17
* Initial revisionTanaka Akira1999-04-151-0/+214