source: rtems/c/src/optman/ChangeLog @ 51eab52c

4.104.114.84.95
Last change on this file since 51eab52c was 51eab52c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/21/04 at 15:40:11

remove bogus ChangeLog? entry

  • Property mode set to 100644
File size: 4.6 KB
Line 
12004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Use automake compilation rules.
4
52004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
8        Add PRE/TMPINSTALL_FILES to CLEANFILES.
9
102003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
13
142003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
17
182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Remove project_libdir.
21
222003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Add tmpinstall dirstamp support.
25
262003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Add dependencies to $(ARCH)/$(dirstamp).
29        Reformat.
30
312003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Remove all-local: $(ARCH).
34
352003-09-04      Joel Sherrill <joel@OARcorp.com>
36
37        * rtems/no-dpmem.c, rtems/no-event.c, rtems/no-mp.c, rtems/no-msg.c,
38        rtems/no-part.c, rtems/no-region.c, rtems/no-rtmon.c, rtems/no-sem.c,
39        rtems/no-signal.c, rtems/no-timer.c, sapi/no-ext.c, sapi/no-io.c: URL
40        for license changed.
41
422003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Reflect having moved automake/.
45
462003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Remove (Merged into ../configure.ac).
49        * Makefile.am:
50        Reflect having merged configure.ac into ../configure.ac
51
522003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Remove AC_CONFIG_AUX_DIR.
55
562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
59
602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: AC_PREREQ(2.57).
63
642003-02-03      Joel Sherrill <joel@OARcorp.com>
65
66        PR 338/filesystem
67        * sapi/no-io.c: Side-effect of fixing reentrancy problem with
68        rtems_io_lookup_name() (API change).  Unused function removed.
69
702002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Apply install-data-local to install *.rels.
73
742002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Eliminate *_O_FILES.
77        Don't create $ARCH in %.o: %.c rules.
78
792002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Use .$(OBJEXT) instead of .o.
82
832002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
86
872002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
90
912002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
94
952002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
98        * sapi/Makefile.am: Removed.
99        * rtems/Makefile.am: Removed.
100        * rel.am: Removed.
101        * configure.ac: Add RTEMS_BSP_CHECK_CACHE.
102        Reflect changes above.
103
1042002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * rtems/Makefile.am: Reworked.
107        * sapi/Makefile.am: Reworked.
108        * rel.am: New.
109
1102002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * .cvsignore: Reformat.
113        Add autom4te*cache.
114        Remove autom4te.cache.
115
1162002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * .cvsignore: Add autom4te.cache.
119
1202002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
123        * sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
124
1252002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * sapi/Makefile.am: Add bsplib_DATA = $(PGMS).
128        Remove ASM4FLAGS.
129        * rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
130
1312002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
134        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
135        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG,
136        RTEMS_CHECK_NEWLIB.
137
1382002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Remove multilib support.
141        * configure.ac: Ditto.
142        * sapi/Makefile.am: Ditto.
143
1442002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Remove ENABLE_GCC28.
147
1482002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac:
151        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
152        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
153        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
156
1572002-01-06      Joel Sherrill <joel@OARcorp.com>
158
159        * .cvsignore: Added aclocal.m4 and configure.
160
1612002-01-06      Joel Sherrill <joel@OARcorp.com>
162
163        * .cvsignore: New file.
164
1652002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * ChangeLog: New.
168        * configure.ac: New.
169        * Makefile.am: New.
170        * rtems/*: Copied from c/src/exec/rtems/optman.
171        * sapi/*: Copied from c/src/exec/sapi/optman.
Note: See TracBrowser for help on using the repository browser.