diff --git a/src/ChangeLog b/src/ChangeLog index c725f38e7e1e2897efc762f8089f420b845a59e4..df57d1a7194659499e556ab60d9f4df7451832f8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +Mon Feb 10 23:08:34 1997 Fredrik Hubinette <hubbe@cytocin.hubbe.net> + + * language.yacc: inherit Foo; now works with Foo::bar + * module names are now capitalized + * add_function_constant added: (for simple use with modules) + * operators.c, strallo.c: moved optimizations for f_add into + stralloc.c. (realloc_shared_string) + Thu Feb 6 16:37:24 1997 Fredrik Hubinette <hubbe@cytocin.hubbe.net> * new module system impoemented (major update)