[MLton-commit] r6284
Vesa Karvonen
vesak at mlton.org
Tue Dec 18 23:00:11 PST 2007
Added entry for ML-Yacc and ML-Lex change.
----------------------------------------------------------------------
U mlton/trunk/doc/changelog
----------------------------------------------------------------------
Modified: mlton/trunk/doc/changelog
===================================================================
--- mlton/trunk/doc/changelog 2007-12-19 06:52:49 UTC (rev 6283)
+++ mlton/trunk/doc/changelog 2007-12-19 07:00:10 UTC (rev 6284)
@@ -1,5 +1,11 @@
Here are the changes from version 20070826 to version YYYYMMDD.
+* 2007-12-18
+ - Changed ML-Yacc and ML-Lex to output line directives so that
+ MLton's def-use information points to the source files (.grm
+ and .lex) instead of the generated implementations (.grm.sml
+ and .lex.sml).
+
* 2007-12-14
- Added runtime option 'may-page-heap {false|true}'. By default,
MLton will not page the heap to disk when unable to grow the heap
More information about the MLton-commit
mailing list