log src/main.mlton.sml

age author description
Mon, 17 Mar 2014 16:52:10 -0400 Adam Chlipala -explainEmbed
Thu, 20 Feb 2014 10:27:15 -0500 Adam Chlipala Some more nested functor bug-fixing, including generating fresh internal names at applications; still need to debug issues with datatype constructors
Sun, 19 Jan 2014 13:08:01 -0500 Adam Chlipala New compiler option: -stop
Fri, 06 Dec 2013 08:54:03 -0500 Adam Chlipala Small reformatting and documentation for '-print-cinclude'
Wed, 06 Nov 2013 13:54:07 +0400 Sergey Mironov Add -print-cinlude command line option
Wed, 18 Sep 2013 15:45:18 +0400 Sergey Mironov Add -print-ccompiler command line option
Tue, 20 Aug 2013 17:13:50 +0400 Sergey Mironov Add -ccompiler command line argument
Wed, 28 Nov 2012 11:39:38 -0500 Austin Seipp Fix broken implementation of 'urweb daemon stop'
Sat, 18 Aug 2012 13:57:48 -0400 Adam Chlipala Add list of files to new error message
Sat, 18 Aug 2012 13:51:41 -0400 Adam Chlipala Better error message for funky command lines
Sat, 05 May 2012 12:58:13 -0400 Adam Chlipala -dumpTypesOnError
Sat, 05 May 2012 12:45:35 -0400 Adam Chlipala Send daemon output to calling process
Wed, 02 May 2012 17:17:57 -0400 Edward Z. Yang Add support for -boot flag, which allows in-tree execution of Ur/Web
Sun, 29 Apr 2012 16:23:03 -0400 Adam Chlipala 'urweb daemon start' and 'urweb daemon stop'
Sun, 22 Apr 2012 09:08:45 -0400 Adam Chlipala -unifyMore
Thu, 12 Jan 2012 20:37:39 -0500 Adam Chlipala -dumpSource flag; Especialize tweak: may specialize any argument sequence ending in a value of function-containing type
Mon, 15 Aug 2011 11:26:10 -0400 Adam Chlipala Compiler frees as much memory as possible before passing control to C compiler
Sun, 07 Aug 2011 16:53:06 -0400 Adam Chlipala '-dumpTypes'
Tue, 02 Aug 2011 13:33:38 -0400 Adam Chlipala Tracking and printing of version numbers (based on a patch by Austin Seipp)
Fri, 15 Jul 2011 16:50:55 -0400 Adam Chlipala Generated pretty-printed HTML for a simple tutorial source file
Sun, 12 Dec 2010 10:44:19 -0500 Adam Chlipala -prefix command-line option
Thu, 14 Oct 2010 11:06:26 -0400 Adam Chlipala Interface for setting memory limits
Thu, 30 Sep 2010 18:29:59 -0400 Adam Chlipala Demo improvements
Thu, 27 May 2010 16:36:17 -0400 Adam Chlipala -moduleOf command-line option; compatibility fixes and better error messages for SQLite
Tue, 13 Apr 2010 11:34:59 -0400 Adam Chlipala Command-line use of Iflow
Thu, 04 Mar 2010 14:20:26 -0500 Adam Chlipala -verbose
Sat, 27 Feb 2010 14:57:57 -0500 Adam Chlipala Basic analysis of tag and CSS class usage
Thu, 11 Feb 2010 09:10:01 -0500 Adam Chlipala sigfile directive
Tue, 12 Jan 2010 11:07:39 -0500 Adam Chlipala -path and -root command-line flags
Sun, 27 Dec 2009 13:18:32 -0500 Adam Chlipala Dynamic linking of the runtime system
Thu, 24 Dec 2009 10:02:48 -0500 Adam Chlipala -tc flag
Wed, 25 Nov 2009 08:52:32 -0500 Adam Chlipala Refactor compile functions; allow empty tag contents
Sat, 18 Jul 2009 11:01:48 -0400 Adam Chlipala More command-line options
Sun, 28 Jun 2009 13:49:32 -0400 Adam Chlipala Start of multi-DBMS support
Sat, 27 Jun 2009 10:30:51 -0400 Adam Chlipala -debug from the command line
Tue, 23 Jun 2009 17:59:23 -0400 Adam Chlipala cgi protocol
Thu, 20 Nov 2008 11:34:36 -0500 Adam Chlipala Some demo improvements
Sun, 19 Oct 2008 15:19:41 -0400 Adam Chlipala Building combined demo app
Sun, 19 Oct 2008 12:47:10 -0400 Adam Chlipala Proper configuration and installation
Tue, 02 Sep 2008 16:18:05 -0400 Adam Chlipala Update MLton main file
Sat, 16 Aug 2008 10:54:46 -0400 Adam Chlipala -timing option for command-line compiler
Thu, 10 Jul 2008 14:14:23 -0400 Adam Chlipala Command-line compiler goes the whole nine yards
Sun, 22 Jun 2008 15:23:16 -0400 Adam Chlipala Update main.mlton for group compilation
Sun, 22 Jun 2008 10:53:11 -0400 Adam Chlipala Lexer/parser hacks to share code between regular and signature file parsers
Tue, 10 Jun 2008 16:05:10 -0400 Adam Chlipala Update main.mlton
Sun, 08 Jun 2008 17:15:09 -0400 Adam Chlipala Tree-shaking
Sun, 08 Jun 2008 15:47:44 -0400 Adam Chlipala Some con reducing
Sun, 08 Jun 2008 12:27:08 -0400 Adam Chlipala Primitive type constants
Sat, 26 Jan 2008 12:35:32 -0500 Adam Chlipala Initial parsing and pretty-printing
Sat, 26 Jan 2008 10:06:22 -0500 Adam Chlipala Initial skeleton