source: rtems/c/src/ChangeLog @ dee3768b

4.104.114.84.95
Last change on this file since dee3768b was dee3768b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/26/02 at 16:00:25

2002-06-26 Ralf Corsepius <corsepiu@…>

  • Property mode set to 100644
File size: 4.2 KB
Line 
12002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove librpc.
4
52002-06-25      Joel Sherrill <joel@OARcorp.com>
6
7        * Per PR233, moved librpc to exec.
8        * configure.ac, wrapup/Makefile.am: Modified.
9        * librpc, librpc/ChangeLog: Removed.
10
112002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
14
152002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Remove lib.
18
192002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * config-ml.in: Take out arm and sh variants RTEMS does not support.
22
232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac:
26        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
27        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
28        * Makefile.am: Remove AUTOMAKE_OPTIONS.
29
302002-02-28      Victor V. Vengerov <vvv@oktet.ru>
31
32        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
33        * configure.ac: Modified to reflect addition.
34
352002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
38        AC_CONFIG_COMMANDS.
39
402001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
43
442001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
47        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
48        autoconf-2.52 happy.
49
502001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
53        * configure.in: Remove.
54        * configure.ac: New file, generated from configure.in by autoupdate.
55
562001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
59
602000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
63
642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
67
682000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.in: Switch to GNU-canonicalization.
71        * Makefile.am: Reflect changes to configure.in.
72        * acinclude.m4: Remove.
73
742000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.in: add lib/libbsp to the GNU canonicalized
77        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
78        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
79        * ChangeLog: Fix typos.
80
812000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.in: add tests to the GNU canonicalized subdirectories.
84
852000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
88
892000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.in: add lib to the GNU canonicalized subdirectories,
92        make the lib directory before configuring lib/.
93
942000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.in, Makefile.am: add exec to the GNU canonicalized
97        subdirectories.
98
992000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
102
1032000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.in: add libnetworking, librpc and librdb to the GNU
106        canonicalized subdirectories.
107 
1082000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.in: add libmisc and libchip to the GNU canonicalized
111        subdirectories.
112
1132000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
116        canonicalization to libfs/.
117        The approach is currently a bit of a hack as GNU canonicalization
118        does not support the per-BSP build some of the other directories
119        require.  As more of the tree is converted, this will become less
120        of an issue.
121
1222000-10-18      Joel Sherrill <joel@OARcorp.com>
123
124        * wrapup/Makefile.am: Added libfs.
125
1262000-10-18       Chris Johns <ccj@acm.org>
127
128        * libfs created.
129        * configure.in: Added libfs subdirectory.
130
1312000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
134        RTEMS_CANONICALIZE_TOOLS.
135
1362000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * wrapup/Makefile.am: Include compile.am.
139
1402000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
143
1442000-08-10      Joel Sherrill <joel@OARcorp.com>
145
146        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.