summaryrefslogtreecommitdiff
path: root/Src/Builtins/sched.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-2238513: cast time to long long for printing where possibleMatthew Martin1-1/+5
2016-02-0437874: remove unused function argumentJun-ichi Takimoto1-5/+5
2016-01-3037838: use UNUSED() consistentlyJun-ichi Takimoto1-1/+1
2015-08-1836227: attempt to fix metafication problem with ztrftime.Peter Stephenson1-1/+2
2014-11-3033818: fix types passed to sizeof detected by coverity as being wrongOliver Kiddle1-1/+1
2014-07-30missed updates to calls to ztrftime()Peter Stephenson1-1/+1
2010-05-1227951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson1-1/+1
2008-08-0225373: trashzleptr() -> zleentry(ZLE_CMD_TRASH)Bart Schaefer1-1/+1
2008-03-25fix optimisation of string matching with multibyte modePeter Stephenson1-2/+2
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-4/+4
2007-06-1423560: improve $zsh_scheduled_events to make it easier to parsePeter Stephenson1-38/+31
2007-06-1223554: add $zsh_scheduled_eventsPeter Stephenson1-17/+66
2007-06-1223552: unnecessary sched debugging warningPeter Stephenson1-2/+5
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-4/+24
2007-02-01unposted: we could add checksched() twice to the timed event listPeter Stephenson1-9/+49
2007-01-24unposted: sched deleted timed function twicePeter Stephenson1-4/+1
2006-09-1022676, 22678: extend sched and make it able to run events when waiting forPeter Stephenson1-89/+206
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-7/+7
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-3/+3
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-1/+1
2002-08-2717582: Improved option argument handling.Peter Stephenson1-9/+17
1999-04-15Initial revisionTanaka Akira1-0/+214