score: better formatting of the score table
interactive tasks: solve deadlocks?
interactive tasks: logging of messages
-rename problem to task
+terminology: problem -> task ?
submit, check: unify command-line arguments
do we need SDIR?
clean up retest utility
writing of verdicts to stdout (include timing and check on interactive tasks, including judge errors)
+box: memory usage statistics (need to search for VMPeak in /proc/$PID/status, but it disappears too early)
Environment
~~~~~~~~~~~
# The Evaluator -- Shell Function Library
-# (c) 2001--2004 Martin Mares <mj@ucw.cz>
+# (c) 2001--2007 Martin Mares <mj@ucw.cz>
# General settings
shopt -s dotglob
pend "OK"
}
-# Locating source file in SDIR, pass name in SRCN (without path) and extension in SRCEXT
+# Locate source file.
+# If no parameter is given, locate it in SDIR and return name as SRCN and extension as SRCEXT
+# Or a file name can be given and then SDIR, SRCN and SRCEXT are set.
function locate-source
{