summaryrefslogtreecommitdiffstats
path: root/c/src/optman/ChangeLog
blob: 9ae74acb0b83a632d96adae708c929ec60034bde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
2003-03-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove AC_CONFIG_AUX_DIR.

2003-02-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).

2003-02-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: AC_PREREQ(2.57).

2003-02-03	Joel Sherrill <joel@OARcorp.com>

	PR 338/filesystem
	* sapi/no-io.c: Side-effect of fixing reentrancy problem with 
	rtems_io_lookup_name() (API change).  Unused function removed.

2002-12-12	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Apply install-data-local to install *.rels.

2002-12-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Eliminate *_O_FILES.
	Don't create $ARCH in %.o: %.c rules.

2002-12-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Use .$(OBJEXT) instead of .o.

2002-12-09	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.

2002-12-07	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Don't include @RTEMS_BSP@.cfg.

2002-12-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove RTEMS_CHECK_BSP_CACHE.

2002-11-20	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
	* sapi/Makefile.am: Removed.
	* rtems/Makefile.am: Removed.
	* rel.am: Removed.
	* configure.ac: Add RTEMS_BSP_CHECK_CACHE.
	Reflect changes above.

2002-11-08	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* rtems/Makefile.am: Reworked.
	* sapi/Makefile.am: Reworked.
	* rel.am: New.

2002-10-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* .cvsignore: Reformat.
	Add autom4te*cache.
	Remove autom4te.cache.

2002-10-09	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* .cvsignore: Add autom4te.cache.

2002-08-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* sapi/Makefile.am: Use .$(OBJEXT) instead of .o.

2002-07-23	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sapi/Makefile.am: Add bsplib_DATA = $(PGMS).
	Remove ASM4FLAGS.
	* rtems/Makefile.am: Add bsplib_DATA = $(PGMS).

2002-07-22	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING, 
	RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
	RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG,
	RTEMS_CHECK_NEWLIB.

2002-06-15	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Remove multilib support.
	* configure.ac: Ditto.
	* sapi/Makefile.am: Ditto.

2002-04-14	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove ENABLE_GCC28.

2002-03-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac:
	AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
	AM_INIT_AUTOMAKE([no-define foreign 1.6]).
	* rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.

2002-01-06	Joel Sherrill <joel@OARcorp.com>

	* .cvsignore: Added aclocal.m4 and configure.

2002-01-06	Joel Sherrill <joel@OARcorp.com>

	* .cvsignore: New file.

2002-01-02	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* ChangeLog: New.
	* configure.ac: New.
	* Makefile.am: New.
	* rtems/*: Copied from c/src/exec/rtems/optman.
	* sapi/*: Copied from c/src/exec/sapi/optman.