2007-03-13 Jonathan Chambers <joncham@gmail.com>
[mono.git] / mono / monoburg / ChangeLog
index ad31daf79ef1c6aa675a00e00f46cb07947d092a..6e4254323cf87eb6c56c504defd14674647083f6 100644 (file)
@@ -1,3 +1,61 @@
+2007-03-13  Jonathan Chambers  <joncham@gmail.com>
+
+       * runburg.bat:  Run executable that was produced by the current
+       target and sent via an argument.
+       * monoburg.vcproj: Fix  Release build target, add define to remove CRT warnings, 
+       structure output folders a bit better, begin WIN64 port.
+       
+2007-02-03  Pekka J Enberg <penberg@cs.helsinki.fi>
+
+       * monoburg.c: Let the Monoburg specification override MBState reg1
+       and reg2 types. Not everyone wants to store the information as
+       integers.
+
+2006-12-01  Miguel de Icaza  <miguel@novell.com>
+
+       * parser.c: Added this file which is autogenerated by bison to the
+       repository, for a number of reasons:
+
+       1. I want to make the Visual Studio build on Windows easier,
+       removing the need for Cygwin.
+       
+       2. Getting Bison/Yacc on Windows is an extra dependency, and there
+       are no light dependencies for it (short of shipping more binaries).
+
+       3. This file barely changes.
+       
+Thu Sep 28 15:37:51 CEST 2006 Paolo Molaro <lupus@ximian.com>
+
+       * monoburg.c: the emit code for each rule is now run
+       from a single function, avoiding hundreds of relocations.
+       The C code present in .brg files is emitted at the start of
+       generated source file, allowing the use of static helper functions.
+
+2006-08-31  Zoltan Varga  <vargaz@freemail.hu>
+
+       * monoburg.vcproj: Fix include paths for newer glib versions.
+
+Sat Feb 25 17:06:48 CET 2006 Paolo Molaro <lupus@ximian.com>
+
+       * monoburg.c: more tweaks to reduce relocations and
+       memory usage.
+
+Sat Feb 25 16:03:16 CET 2006 Paolo Molaro <lupus@ximian.com>
+
+       * monoburg.c: put mono_burg_arity[] in readonly memory.
+
+Sat Feb 25 12:01:22 CET 2006 Paolo Molaro <lupus@ximian.com>
+
+       * monoburg.c: make huge debug string array conditional.
+
+2006-01-04  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile.am: Use CFLAGS_FOR_BUILD.
+
+2005-12-19  Zoltan Varga  <vargaz@gmail.com>
+
+       * monoburg.c (create_term): Fix warning.
+
 2005-05-26  Sebastien Pouliot  <sebastien@ximian.com>
 
        * monoburg.vcproj: Project file for monobug.