source: rtems/c/src/optman/ChangeLog @ 88f4967f

4.104.114.84.95
Last change on this file since 88f4967f was 88f4967f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 03:38:17

2003-12-12 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove project_libdir.
  • Property mode set to 100644
File size: 4.1 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Remove project_libdir.
4
52003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Add tmpinstall dirstamp support.
8
92003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Add dependencies to $(ARCH)/$(dirstamp).
12        Reformat.
13
142003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Remove all-local: $(ARCH).
17
182003-09-04      Joel Sherrill <joel@OARcorp.com>
19
20        * rtems/no-dpmem.c, rtems/no-event.c, rtems/no-mp.c, rtems/no-msg.c,
21        rtems/no-part.c, rtems/no-region.c, rtems/no-rtmon.c, rtems/no-sem.c,
22        rtems/no-signal.c, rtems/no-timer.c, sapi/no-ext.c, sapi/no-io.c: URL
23        for license changed.
24
252003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Reflect having moved automake/.
28
292003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Remove (Merged into ../configure.ac).
32        * Makefile.am:
33        Reflect having merged configure.ac into ../configure.ac
34
352003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Remove AC_CONFIG_AUX_DIR.
38
392003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
42
432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: AC_PREREQ(2.57).
46
472003-02-03      Joel Sherrill <joel@OARcorp.com>
48
49        PR 338/filesystem
50        * sapi/no-io.c: Side-effect of fixing reentrancy problem with
51        rtems_io_lookup_name() (API change).  Unused function removed.
52
532002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Apply install-data-local to install *.rels.
56
572002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Eliminate *_O_FILES.
60        Don't create $ARCH in %.o: %.c rules.
61
622002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Use .$(OBJEXT) instead of .o.
65
662002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
69
702002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
73
742002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
77
782002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
81        * sapi/Makefile.am: Removed.
82        * rtems/Makefile.am: Removed.
83        * rel.am: Removed.
84        * configure.ac: Add RTEMS_BSP_CHECK_CACHE.
85        Reflect changes above.
86
872002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * rtems/Makefile.am: Reworked.
90        * sapi/Makefile.am: Reworked.
91        * rel.am: New.
92
932002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * .cvsignore: Reformat.
96        Add autom4te*cache.
97        Remove autom4te.cache.
98
992002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * .cvsignore: Add autom4te.cache.
102
1032002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
107
1082002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * sapi/Makefile.am: Add bsplib_DATA = $(PGMS).
111        Remove ASM4FLAGS.
112        * rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
113
1142002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
117        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
118        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG,
119        RTEMS_CHECK_NEWLIB.
120
1212002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Remove multilib support.
124        * configure.ac: Ditto.
125        * sapi/Makefile.am: Ditto.
126
1272002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Remove ENABLE_GCC28.
130
1312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac:
134        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
135        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
136        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
139
1402002-01-06      Joel Sherrill <joel@OARcorp.com>
141
142        * .cvsignore: Added aclocal.m4 and configure.
143
1442002-01-06      Joel Sherrill <joel@OARcorp.com>
145
146        * .cvsignore: New file.
147
1482002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * ChangeLog: New.
151        * configure.ac: New.
152        * Makefile.am: New.
153        * rtems/*: Copied from c/src/exec/rtems/optman.
154        * sapi/*: Copied from c/src/exec/sapi/optman.
Note: See TracBrowser for help on using the repository browser.