OSDN Git Service

2002-04-02 Daniel Jacobowitz <drow@mvista.com>
[pf3gnuchains/pf3gnuchains4x.git] / utils / spu / ChangeLog
1 2002-04-02  Daniel Jacobowitz  <drow@mvista.com>
2
3         From Nathanael Nerode <neroden@doctormoo.dyndns.org>:
4         * utils/spu/configure.in: Autoconfiscated.
5         * utils/spu/Makefile.in: Autoconfiscated.
6         * utils/spu/configure: New generated file.
7
8 2000-07-21  Stan Shebs  <shebs@shebs.cnchost.com>
9
10         Add the generation of C++ classes.
11         * spu.c (version_string): Bump to 0.5.
12         (DEFAULT_NUM_CLASSES, DEFAULT_NUM_LIB_CLASSES,
13         DEFAULT_NUM_METHODS): New macros.
14         (enum decl_types): Add d_class.
15         (struct class_desc): New struct.
16         (struct function_desc): Add class field.
17         (num_classes, num_lib_classes, num_methods, classes, lib_classes):
18         New globals.
19         (main): Add --classes and --methods options.
20         (display_usage): Mention them.
21         (add_decl_to_table): Add d_class and default cases.
22         (create_classes, create_class, write_class): New functions.
23         (write_header_file, write_lib_header_file): Write classes.
24         (write_function): Format class methods differently.
25
26         (lang_names): New global.
27         (main): Use c++ instead of cpp in --language.
28         (write_description_block): Write out all parameter settings.
29         * README: Update version number.
30
31 2000-07-24  Stan Shebs  <shebs@shebs.cnchost.com>
32
33         * spu.c: Bump to version 0.4; add random ordering of definitions
34         and declarations in header files, add return type to functions,
35         handle result type when generating expressions, add more computer
36         words, generate more variety of types, generate casts around
37         mistyped expressions, increase random number period.
38         * README: Update version number.
39
40 2000-07-21  Stan Shebs  <shebs@shebs.cnchost.com>
41
42         * spu.c: Bump to version 0.3; make all space dynamically sized
43         and allocated, add generation of library constructs of which
44         only a given percentage are used in the generated program.
45         (main): New options --lib-enums, --lib-functions, --lib-macros,
46         --lib-structs.
47         * README: Update version number.
48
49 2000-07-17  Stan Shebs  <shebs@shebs.cnchost.com>
50
51         * spu.c: Rewrite almost everything; add enum generation, C++
52         output, unique global name generation, more types of expressions.
53         * README: Update to reflect changes.
54
55 Tue Jun 25 23:19:38 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
56
57         * Makefile.in (datadir): Set to $(prefix)/share.
58         (docdir): Removed.
59
60 Wed Sep 20 13:42:55 1995  Ian Lance Taylor  <ian@cygnus.com>
61
62         * Makefile.in (maintainer-clean): New synonym for realclean.
63
64 Sun Aug  6 11:47:49 1995  Fred Fish  <fnf@cygnus.com>
65
66         * Makefile.in (distclean): Remove Makefile and config.status.
67
68 Mon Jun 27 11:39:55 1994  Stan Shebs  (shebs@andros.cygnus.com)
69
70         * configure.in, Makefile.in, README, spu.c: New files.
71
72