source: rtems/c/src/optman/ChangeLog @ 9dffd2de

4.104.114.84.95
Last change on this file since 9dffd2de was 457cd0f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 04:44:52

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

  • Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 3.8 KB
Line 
12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Remove all-local: $(ARCH).
4
52003-09-04      Joel Sherrill <joel@OARcorp.com>
6
7        * rtems/no-dpmem.c, rtems/no-event.c, rtems/no-mp.c, rtems/no-msg.c,
8        rtems/no-part.c, rtems/no-region.c, rtems/no-rtmon.c, rtems/no-sem.c,
9        rtems/no-signal.c, rtems/no-timer.c, sapi/no-ext.c, sapi/no-io.c: URL
10        for license changed.
11
122003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Reflect having moved automake/.
15
162003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Remove (Merged into ../configure.ac).
19        * Makefile.am:
20        Reflect having merged configure.ac into ../configure.ac
21
222003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Remove AC_CONFIG_AUX_DIR.
25
262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
29
302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: AC_PREREQ(2.57).
33
342003-02-03      Joel Sherrill <joel@OARcorp.com>
35
36        PR 338/filesystem
37        * sapi/no-io.c: Side-effect of fixing reentrancy problem with
38        rtems_io_lookup_name() (API change).  Unused function removed.
39
402002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Apply install-data-local to install *.rels.
43
442002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Eliminate *_O_FILES.
47        Don't create $ARCH in %.o: %.c rules.
48
492002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Use .$(OBJEXT) instead of .o.
52
532002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
56
572002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
60
612002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
64
652002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
68        * sapi/Makefile.am: Removed.
69        * rtems/Makefile.am: Removed.
70        * rel.am: Removed.
71        * configure.ac: Add RTEMS_BSP_CHECK_CACHE.
72        Reflect changes above.
73
742002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * rtems/Makefile.am: Reworked.
77        * sapi/Makefile.am: Reworked.
78        * rel.am: New.
79
802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * .cvsignore: Reformat.
83        Add autom4te*cache.
84        Remove autom4te.cache.
85
862002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * .cvsignore: Add autom4te.cache.
89
902002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
93        * sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
94
952002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * sapi/Makefile.am: Add bsplib_DATA = $(PGMS).
98        Remove ASM4FLAGS.
99        * rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
100
1012002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
104        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
105        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG,
106        RTEMS_CHECK_NEWLIB.
107
1082002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Remove multilib support.
111        * configure.ac: Ditto.
112        * sapi/Makefile.am: Ditto.
113
1142002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Remove ENABLE_GCC28.
117
1182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac:
121        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
122        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
123        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
126
1272002-01-06      Joel Sherrill <joel@OARcorp.com>
128
129        * .cvsignore: Added aclocal.m4 and configure.
130
1312002-01-06      Joel Sherrill <joel@OARcorp.com>
132
133        * .cvsignore: New file.
134
1352002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * ChangeLog: New.
138        * configure.ac: New.
139        * Makefile.am: New.
140        * rtems/*: Copied from c/src/exec/rtems/optman.
141        * sapi/*: Copied from c/src/exec/sapi/optman.
Note: See TracBrowser for help on using the repository browser.