Wed Feb 20 22:10:48 CET 2002 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / monoburg / ChangeLog
1
2 Mon Feb 18 14:28:10 CET 2002 Paolo Molaro <lupus@ximian.com>
3
4         * Makefile.am: fix compatibility problem with automake 1.4.
5
6 Fri Feb 15 14:20:30 CET 2002 Paolo Molaro <lupus@ximian.com>
7
8         * Makefile.am: avoid automake for build on host stuff.
9
10 Fri Feb 8 12:31:40 CET 2002 Paolo Molaro <lupus@ximian.com>
11
12         * monoburg.c: make generated arrays const, so that they are shared.
13
14 Fri Feb 1 15:14:16 CET 2002 Paolo Molaro <lupus@ximian.com>
15
16         * Makefile.am: support cross-compilation.
17
18 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
19
20         * monoburg.y: Include string.h, stdlib.h to kill warnings.
21
22         * sample.brg: Include string.h to remove warnings.
23
24 2001-09-23  Dietmar Maurer  <dietmar@ximian.com>
25
26         * monoburg.c: add a macro MBALLOC_STATE to define the allocation 
27         function for MBState. Added an additional user data argument to
28         mono_burg_label - the data can be used in the cost functions. The
29         type can be defined with MBCOST_DATA macro.
30         (emit_cost_func): inline cost functions
31
32 2001-09-22  Dietmar Maurer  <dietmar@ximian.com>
33
34         * monoburg.y (strndup): removed, use g_strndup instead
35
36         * monoburg.c (create_term): bug fix: g_strdup strings from the parser
37
38 2001-09-21  Miguel de Icaza  <miguel@ximian.com>
39
40         * Makefile.am (EXTRA_DIST): Add man page to the distro
41
42 2001-09-21  Dietmar Maurer  <dietmar@ximian.com>
43
44         * monoburg.y (yylex): bug fix
45
46 2001-09-19  Dietmar Maurer  <dietmar@ximian.com>
47
48         * monoburg.c (emit_header): bug fix for MBCOND macro
49
50 Tue Sep 18 13:15:12 CEST 2001 Paolo Molaro <lupus@ximian.com>
51
52         * monoburg.y: fix ANSI C issue.
53
54 2001-09-14  Dietmar Maurer  <dietmar@ximian.com>
55
56         * monoburg.c (emit_prototypes): add an additional argument to the
57         code emit function - a pointer to the code buffer
58
59 Tue Sep 11 13:46:35 CEST 2001 Paolo Molaro <lupus@ximian.com>
60
61         * Makefile.am: get it to work on platforms that insist on having
62         a weird extension at the end of an executable name.
63
64 Mon Sep 10 17:24:45 CEST 2001 Paolo Molaro <lupus@ximian.com>
65
66         * Makefile.am: make it work for make distcheck.
67
68 2001-09-09  Nick Drochak  <ndrochak@gol.com>
69
70         * Makefile.am: change CLEANFILES line to use just '=' instead of '+='
71                 some versions of automake complain if you try to '+=' before you '='
72                 
73 2001-09-08  Dietmar Maurer  <dietmar@ximian.com>
74
75         * monoburg.c (emit_header): added some convenient macros
76
77         * monoburg.y (optcfunc): allow arbitrary cost functions
78
79 2001-09-06  Dietmar Maurer  <dietmar@ximian.com>
80
81         * monoburg.c (emit_header): use macros to access the tree (like in iburg)
82