source: rtems/c/src/ChangeLog @ a24d946

4.104.114.84.95
Last change on this file since a24d946 was d6f4c1b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/01/02 at 08:46:34

2002-08-01 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Clean $(PROJECT_RELEASE).
  • Property mode set to 100644
File size: 4.9 KB
Line 
12002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Clean $(PROJECT_RELEASE).
4
52002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * acinclude.m4: Add test "$multilib" != "yes".
8        * config-ml.in: Remove.
9
102002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * acinclude.m4: Cleanups.
13        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
14        ${srcdir}/exec/.
15        Further adaptations to autoconf >= 2.50.
16
172002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * acinclude.m4: New.
20        * Makefile.am: Remove tar-installation.
21        Prepend @exec@ to SUBDIRS.
22        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
23        Add RTEMS_ENABLE_MULTIPROCESSING.
24        Add RTEMS_CONFIG_SUBDIR([exec]...).
25
262002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Remove librpc.
29
302002-06-25      Joel Sherrill <joel@OARcorp.com>
31
32        * Per PR233, moved librpc to exec.
33        * configure.ac, wrapup/Makefile.am: Modified.
34        * librpc, librpc/ChangeLog: Removed.
35
362002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
39
402002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Remove lib.
43
442002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * config-ml.in: Take out arm and sh variants RTEMS does not support.
47
482002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac:
51        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
52        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
53        * Makefile.am: Remove AUTOMAKE_OPTIONS.
54
552002-02-28      Victor V. Vengerov <vvv@oktet.ru>
56
57        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
58        * configure.ac: Modified to reflect addition.
59
602002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
63        AC_CONFIG_COMMANDS.
64
652001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
68
692001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
72        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
73        autoconf-2.52 happy.
74
752001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
78        * configure.in: Remove.
79        * configure.ac: New file, generated from configure.in by autoupdate.
80
812001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
84
852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
88
892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
92
932000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.in: Switch to GNU-canonicalization.
96        * Makefile.am: Reflect changes to configure.in.
97        * acinclude.m4: Remove.
98
992000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.in: add lib/libbsp to the GNU canonicalized
102        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
103        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
104        * ChangeLog: Fix typos.
105
1062000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.in: add tests to the GNU canonicalized subdirectories.
109
1102000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
113
1142000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.in: add lib to the GNU canonicalized subdirectories,
117        make the lib directory before configuring lib/.
118
1192000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.in, Makefile.am: add exec to the GNU canonicalized
122        subdirectories.
123
1242000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
127
1282000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.in: add libnetworking, librpc and librdb to the GNU
131        canonicalized subdirectories.
132 
1332000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.in: add libmisc and libchip to the GNU canonicalized
136        subdirectories.
137
1382000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
141        canonicalization to libfs/.
142        The approach is currently a bit of a hack as GNU canonicalization
143        does not support the per-BSP build some of the other directories
144        require.  As more of the tree is converted, this will become less
145        of an issue.
146
1472000-10-18      Joel Sherrill <joel@OARcorp.com>
148
149        * wrapup/Makefile.am: Added libfs.
150
1512000-10-18       Chris Johns <ccj@acm.org>
152
153        * libfs created.
154        * configure.in: Added libfs subdirectory.
155
1562000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
159        RTEMS_CANONICALIZE_TOOLS.
160
1612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * wrapup/Makefile.am: Include compile.am.
164
1652000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
168
1692000-08-10      Joel Sherrill <joel@OARcorp.com>
170
171        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.