2003-07-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+ * VERSION (PACKAGE_NAME): release 1.7.28
+
+ * python/lilylib.py (error_log): remove '/' from name.
+
+ * input/regression/pedal.ly: remove; dups input/test/
+
* stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
* Documentation/index.html.in: python style doco index.
* Documentation/{footer,header}.html.in (src): remove,
-
* Documentation/pictures: remove all but lelie-logo.xpm.
return re.match ('^[ \t]*([^ \t]*)', cmd).group (1)
def error_log (name):
+ name = re.sub('[/:]','x',name)
return tempfile.mktemp ('%s.errorlog' % name)
def read_pipe (cmd, mode = 'r'):