Changes since StrategoRelease052 2001-05-22 * bootinstall * bootstrap * spec/slib/spec/sunit.r: Replaced FAIL with fail. fail should be safe, i.e., not eliminate actions with side-effects. * spec/slib/spec/options.r: typo 2001-05-20 * spec/slib/spec/iteration.r: Import conditional * spec/slib/spec/conditional.r: Else branch of if is not called when the then branch fails, only when the condition fails. (Using cut construct from RhoStratego.) 2001-05-18 * src/front/Makefile.am (inline_SOURCES): inline.c instead of inlining.c. This caused bug in (not) renaming of let expressions. (Thanks Arne de Bruijn) 2001-05-12 * bootinstall 2001-05-11 * spec/slib/spec/char.r,string.r: Typos, forgotten import 2001-05-11 Hedzer Westra * added parsing of negative Integers * fixed char.r and string.r (which Eelco did too..) * bugfixed LayoutPreserve.r (not finished yet, though) 2001-05-10 Hedzer Westra * added inc and dec rules to integers.r (fix for apply-test.r) 2001-05-08 Hedzer Westra * added strategies to char.r, int-list.r, list-set, string.r * added expect.r * added SList.r, LList.r, LayoutPreserve.r * added these files to doc/library/body.ltx * re-added previous changes, hope I did it right now :-) 2001-04-23 Hedzer Westra * added apply.r and apply-test.r to library * added is-interval and int-sort to int-list