source: rtems/c/src/lib/libbsp/i386/ts_386ex/tools/ChangeLog @ d0fa0ef

Last change on this file since d0fa0ef was d0fa0ef, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/15/06 at 05:55:16

2006-10-15 Ralf Corsepius <ralf.corsepius@…>

  • network_ada/adasockets/AUTHORS, network_ada/adasockets/sockets-link.ads, network_ada/adasockets/sockets-multicast.adb, network_ada/adasockets/sockets-multicast.ads, network_ada/adasockets/sockets-utils.adb, network_ada/adasockets/sockets-utils.ads, network_ada/adasockets/sockets.adb, network_ada/adasockets/sockets.ads, network_ada/listener/listener.adb, network_ada/tcprelay/tcprelay.adb: Convert to utf-8.
  • Property mode set to 100644
File size: 4.5 KB
Line 
12006-10-15      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * network_ada/adasockets/AUTHORS,
4        network_ada/adasockets/sockets-link.ads,
5        network_ada/adasockets/sockets-multicast.adb,
6        network_ada/adasockets/sockets-multicast.ads,
7        network_ada/adasockets/sockets-utils.adb,
8        network_ada/adasockets/sockets-utils.ads,
9        network_ada/adasockets/sockets.adb,
10        network_ada/adasockets/sockets.ads,
11        network_ada/listener/listener.adb,
12        network_ada/tcprelay/tcprelay.adb: Convert to utf-8.
13
142004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        * configure.ac: Require automake > 1.9.
17
182004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Merge-in debug_ada/Makefile.am, debug_c/Makefile.am,
21        dos_sup/Makefile.am, network_ada/adasockets/Makefile.am,
22        network_ada/Makefile.am, network_ada/listener/Makefile.am,
23        network_ada/tcprelay/Makefile.am, ts_1325_ada/Makefile.am. Use automake
24        compilation rules.
25        * debug_ada/Makefile.am, debug_c/Makefile.am, dos_sup/Makefile.am,
26        network_ada/adasockets/Makefile.am, network_ada/Makefile.am,
27        network_ada/listener/Makefile.am, network_ada/tcprelay/Makefile.am,
28        ts_1325_ada/Makefile.am: Remove.
29        * configure.ac: Reflect changes above.
30
312003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
34
352003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Cosmetics.
38        * debug_ada/Makefile.am: Cosmetics.
39        * debug_c/Makefile.am: Cosmetics.
40        * dos_sup/Makefile.am: Cosmetics.
41        * network_ada/Makefile.am: Cosmetics.
42        * network_ada/adasockets/Makefile.am: Cosmetics.
43        * network_ada/listener/Makefile.am: Cosmetics.
44        * network_ada/tcprelay/Makefile.am: Cosmetics.
45        * ts_1325_ada/Makefile.am: Cosmetics.
46
472003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Reflect having moved aclocal/.
50
512003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Reflect having moved automake/.
54        * debug_ada/Makefile.am: Reflect having moved automake/.
55        * debug_c/Makefile.am: Reflect having moved automake/.
56        * dos_sup/Makefile.am: Reflect having moved automake/.
57        * network_ada/Makefile.am: Reflect having moved automake/.
58        * network_ada/adasockets/Makefile.am: Reflect having moved automake/.
59        * network_ada/listener/Makefile.am: Reflect having moved automake/.
60        * network_ada/tcprelay/Makefile.am: Reflect having moved automake/.
61        * ts_1325_ada/Makefile.am: Reflect having moved automake/.
62
632003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
66
672003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Remove AC_CONFIG_AUX_DIR.
70
712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
74
752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: AC_PREREQ(2.57).
78
792002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Remove duplicate
82        AC_CONFIG_FILES(ts_1325_ada/Makefile).
83
842002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * .cvsignore: Reformat.
87        Add autom4te*cache.
88        Remove autom4te.cache.
89
902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac:
93        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
94        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
95        * debug_ada/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * debug_c/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * dos_sup/Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * network_ada/adasockets/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * network_ada/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * network_ada/listener/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * network_ada/tcprelay/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * ts_1325_ada/Makefile.am: Remove AUTOMAKE_OPTIONS.
104
1052001-10-12      Joel Sherrill <joel@OARcorp.com>
106
107        * debug_ada/init.c, network_ada/listener/init.c,
108        network_ada/tcprelay/init.c, ts_1325_ada/init.c: Fixed typo.
109
1102001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
113        * configure.in: Remove.
114        * configure.ac: New file, generated from configure.in by autoupdate.
115
1162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
119
1202000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
123
1242000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
127        Switch to GNU canonicalization.
128
1292000-08-10      Joel Sherrill <joel@OARcorp.com>
130
131        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.