X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmonoburg%2FChangeLog;h=bcca1a32d1b725c1d39e4220894026ad0d2b1389;hb=444914eaceb39865c95549526df97a9a34833961;hp=6cf486b2b78fa1deb3b11e99530e37fe9f52f4cb;hpb=f99ce750ee781a2584e849a0264300fa4d99aaaa;p=mono.git diff --git a/mono/monoburg/ChangeLog b/mono/monoburg/ChangeLog index 6cf486b2b78..bcca1a32d1b 100644 --- a/mono/monoburg/ChangeLog +++ b/mono/monoburg/ChangeLog @@ -1,4 +1,45 @@ +2007-05-27 Raja R Harinath + * Makefile.am (am_CFLAGS): Look for config.h in top_builddir. + +2007-05-25 Jonathan Chambers + + * monoburg.y: Add configure check for unistd.h. + * wparser.c: Update for monoburg.y changes. + * Makefile.am: Add top_srcdir to include path for config.h. + + Code is contributed under MIT/X11 license. + +2007-03-13 Jonathan Chambers + + * runburg.bat, monoburg.vcproj: Move to msvc directory. + +2007-03-13 Jonathan Chambers + + * 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 + + * 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 + + * 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 * monoburg.c: the emit code for each rule is now run