lib: Missing \ caused list of CMI files to be truncated.
[whenjobs.git] / lib /
2012-02-23 Richard W.M. Joneslib: Missing \ caused list of CMI files to be truncated.
2012-02-23 Richard W.M. JonesImplement cleanup functions, including 'mailto'.
2012-02-23 Richard W.M. JonesAdd Whentools library, test, documentation.
2012-02-23 Richard W.M. JonesAllow job names to be arbitrary OCaml expressions.
2012-02-23 Richard W.M. JonesRemove dead code.
2012-02-23 Richard W.M. JonesMove variable checking to check_valid_variable_name...
2012-02-23 Richard W.M. JonesAdd 'len <expr>' operator.
2012-02-23 Richard W.M. JonesRefactor state into a separate [Whenstate] module.
2012-02-23 Richard W.M. JonesReorder SOURCES for consistency.
2012-02-23 Richard W.M. JonesSplit large 'Whenutils' module into two (creating new...
2012-02-22 Richard W.M. JonesDistribute the *.cmi files.
2012-02-22 Richard W.M. JonesAdd an explicit interface config.mli.
2012-02-22 Richard W.M. JonesReorder SOURCES for consistency.
2012-02-21 Richard W.M. JonesFix EXTRA_DIST in Makefiles.
2012-02-21 Richard W.M. JonesComment: compare_values should be able to promote numer...
2012-02-21 Richard W.M. JonesFix comparisons in 'increases' and 'decreases' functions.
2012-02-21 Richard W.M. JonesRemove Whenutils.no_job_private and refactor prev-relat...
2012-02-21 Richard W.M. JonesAdd unit variable type and 'reloaded()' function.
2012-02-21 Richard W.M. JonesFix error message; arguments were swapped around.
2012-02-21 Richard W.M. JonesPrevent users from setting JOBSERIAL and from setting...
2012-02-21 Richard W.M. JonesImplement 'whenjobs --daemon-stop'
2012-02-21 Richard W.M. JonesAdd new when-expression operators.
2012-02-21 Richard W.M. Jonespa_when: Allow >> in scripts to be escaped as >\>.
2012-02-21 Richard W.M. Jonespa_when does not need and shouldn't depend on whenlib.cma
2012-02-21 Richard W.M. JonesExport string_of_variable utility function.
2012-02-21 Richard W.M. JonesMiscellaneous utility functions.
2012-02-21 Richard W.M. JonesFix matching on true/false identifier (for boolean...
2012-02-20 Richard W.M. JonesScheduling of every-jobs.
2012-02-20 Richard W.M. JonesAdd filter_map utility.
2012-02-18 Richard W.M. Joneswhenjobs initial version.