diff --git a/src/ChangeLog b/src/ChangeLog index 6845b4363754910c77a93109b6d3f715d803fc59..feb0dc7dcd610ba7a3ee8044a282855241ea1dc4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +Mon Nov 3 01:38:32 1997 Henrik Grubbstr�m <grubba@infovav.se> + + * smartlink: Now sets ulimit for the virtual memory usage to 64MB + unless the environment variable NO_ULIMIT is set. This seems like + a reasonable default limit to avoid exhausting all memory in the + machine during optimizing. + * configure.in: Added options proper for SparcWorks cc. + * *.c: Added several casts to avoid implicit casts between signed + and unsigned. + Sun Nov 2 01:03:08 1997 Henrik Grubbstr�m <grubba@infovav.se> * main.c: Now closes all fd's except stdin, stdout and stderr at