source: rtems/testsuites/samples/ChangeLog @ 587da8b8

4.104.114.84.95
Last change on this file since 587da8b8 was 587da8b8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/13/07 at 05:12:34

2007-04-13 Ralf Corsépius <ralf.corsepius@…>

  • nsecs/init.c: Remove private decl of _Timespec_Subtract use the version from rtems/score/timespec.h.
  • Property mode set to 100644
File size: 20.5 KB
Line 
12007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
4          version from rtems/score/timespec.h.
5
62007-04-05      Joel Sherrill <joel@OARcorp.com>
7
8        * nsecs/init.c: Provide timespec manipulation routines in the
9        SuperCore. Use them everywhere possible. Perhaps they should be part
10        of the public API so this test and others can use them without
11        peeking into the bowels.
12
132007-04-05      Joel Sherrill <joel@OARcorp.com>
14
15        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
16        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
17
182007-04-02      Joel Sherrill <joel@OARcorp.com>
19
20        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
21        as fundamental time structure to POSIX struct timespec. Add
22        clock_get_uptime().
23        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
24        nsecs/nsecs.scn: New files.
25
262007-03-26      Joel Sherrill <joel@OARcorp.com>
27
28        * loopback/init.c: Add CVS Id.
29
302007-03-26      Joel Sherrill <joel@OARcorp.com>
31
32        PR 1230/tests
33        * minimum/init.c: Minimum should not configure console driver.
34
352007-02-21      Joel Sherrill <joel@OARcorp.com>
36
37        * loopback/init.c: Fix exit paths in client thread and main test
38        thread.
39
402006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
41
42        * init.c: added stdout flushs after prompts
43
442006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * configure.ac: New BUG-REPORT address.
47
482006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * configure.ac: Require autoconf-2.60. Require automake-1.10.
51
522006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
53
54        PR 1162/rtems
55        * unlimited/system.h: Reserve enough memory for the stacks wanted.
56
572006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
60        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
61        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
62        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
63        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
64        instead.
65
662006-02-08      Joel Sherrill <joel@OARcorp.com>
67
68        * cdtest/main.cc: Fix warnings.
69
702005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        * configure.ac: Remove RTEMS_ENABLE_BARE,
73        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
74
752005-11-15  Eric Norum <norume@aps.anl.gov>
76
77        * cdtest/Makefile.am: Remove extraneous make-exe.
78
792005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
80
81        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
82        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
83        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
84        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
85        ticker/Makefile.am, unlimited/Makefile.am:
86        Convert to using *_PROGRAMS.
87
882005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * configure.ac: Remove AMPOLISH3.
91        * base_mp/node1/Makefile.am,
92        base_mp/node2/Makefile.am, base_sp/Makefile.am,
93        cdtest/Makefile.am, fileio/Makefile.am,
94        hello/Makefile.am, iostream/Makefile.am,
95        loopback/Makefile.am, minimum/Makefile.am,
96        paranoia/Makefile.am, pppd/Makefile.am,
97        ticker/Makefile.am, unlimited/Makefile.am: Rework.
98
992005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
100
101        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
102        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
103        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
104        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
105        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
106        * sample.am: Remove.
107
1082005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
109
110        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
111        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
112        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
113        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
114        New (Renamed from base_mp.*).
115        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
116        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
117        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
118        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
119        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
120        s/SAMPLE/TEST/ for improved consistency with other tests.
121
1222005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        * configure.ac: Add ampolish3.
125        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
126
1272005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
128
129        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
130
1312005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
132
133        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
134        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
135
1362005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * sample.am: Remove LIB_VARIANT.
139
1402005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
143        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
144        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
145        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
146        ticker/Makefile.am, unlimited/Makefile.am:
147        Remove SRCS, PRINT_SRCS.
148
1492005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
150
151        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
152
1532005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
156        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
157        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
158        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
159        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
160        ticker/Makefile.am, unlimited/Makefile.am:
161        Partial conversion to automake.
162
1632005-10-26  Eric Norum <norume@aps.anl.gov>
164
165        PR 839/tests
166        * pppd/system.h: Remove i386-specific conditional.
167        This at least lets the sample compile.   It's unlikely to actually
168        work, though.
169
1702005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
171
172        * pppd/Makefile.am: Reflect libpppd having been split out.
173        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
174        rtemspppd.h.
175
1762005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * loopback/init.c: socklen_t.
179
1802005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
183        Remove LIB_VARIANT.
184
1852005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
186
187        * Makefile.am: Remove DIST_SUBDIRS.
188
1892004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
190
191        * configure.ac: Require automake > 1.9.
192
1932004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
194
195        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
196        NETTESTS. Add iostream/.
197        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
198        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
199        Reflect changes above.
200        * cdtest/main.cc: Adaptation to new C++ standards.
201
2022004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
203
204        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
205        iostream/iostream.scn, iostream/system.h:
206        New (C++ variant of hello).
207
2082004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
211        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
212        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
213        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
214        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
215        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
216        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
217        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
218        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
219        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
220        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
221
2222004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
225
2262004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
227
228        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
229        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
230        unlimited/test3.c: Convert to using c99 fixed size types.
231
2322004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Add 2nd arg to RTEMS_TOP.
235
2362004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: Remove -Wall -ansi to work-around non-portability of
239        with cdtest.
240
2412004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
244        Add PRE/TMPINSTALL_FILES to CLEANFILES.
245        * base_mp/node2/Makefile.am: Ditto.
246        * base_sp/Makefile.am: Ditto.
247        * cdtest/Makefile.am: Ditto.
248        * fileio/Makefile.am: Ditto.
249        * hello/Makefile.am: Ditto.
250        * loopback/Makefile.am: Ditto.
251        * minimum/Makefile.am: Ditto.
252        * paranoia/Makefile.am: Ditto.
253        * pppd/Makefile.am: Ditto.
254        * ticker/Makefile.am: Ditto.
255        * unlimited/Makefile.am: Ditto.
256
2572003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * samples.am: Fix yet another stupid typo in yesterday's patch.
260
2612003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * samples.am: Add dirstamp support.
264
2652003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
268        Eliminate VPATH.
269
2702003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
273
2742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
277
2782003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * base_mp/Makefile.am: Reformat.
281        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
282        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
283        * base_sp/Makefile.am: Remove all-local: $(ARCH).
284        * cdtest/Makefile.am: Remove all-local: $(ARCH).
285        * fileio/Makefile.am: Remove all-local: $(ARCH).
286        * hello/Makefile.am: Remove all-local: $(ARCH).
287        * loopback/Makefile.am: Remove all-local: $(ARCH).
288        * minimum/Makefile.am: Remove all-local: $(ARCH).
289        * paranoia/Makefile.am: Remove all-local: $(ARCH).
290        * pppd/Makefile.am: Remove all-local: $(ARCH).
291        * ticker/Makefile.am: Remove all-local: $(ARCH).
292        * unlimited/Makefile.am: Remove all-local: $(ARCH).
293
2942003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac: Reflect having moved to testsuites/.
297
2982003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
301        * fileio/Makefile.am: Only build if LIBCHIP is available.
302
3032003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * configure.ac: Remove RTEMS_CANONICAL_HOST.
306
3072003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * configure.ac:Remove RTEMS_CHECK_CPU.
310
3112003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * fileio/init.c: Unconditionally define MIN (We *do want* to see
314        error messages if it conflicts).
315
3162003-09-04      Joel Sherrill <joel@OARcorp.com>
317
318        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
319        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
320        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
321        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
322        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
323        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
324        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
325        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
326        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
327        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
328        for license changed.
329
3302003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Reflect having moved aclocal/.
333
3342003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Reflect having moved automake/.
337        * base_mp/Makefile.am: Reflect having moved automake/.
338        * base_mp/node1/Makefile.am: Reflect having moved automake/.
339        * base_mp/node2/Makefile.am: Reflect having moved automake/.
340        * base_sp/Makefile.am: Reflect having moved automake/.
341        * cdtest/Makefile.am: Reflect having moved automake/.
342        * fileio/Makefile.am: Reflect having moved automake/.
343        * hello/Makefile.am: Reflect having moved automake/.
344        * loopback/Makefile.am: Reflect having moved automake/.
345        * minimum/Makefile.am: Reflect having moved automake/.
346        * paranoia/Makefile.am: Reflect having moved automake/.
347        * pppd/Makefile.am: Reflect having moved automake/.
348        * ticker/Makefile.am: Reflect having moved automake/.
349        * unlimited/Makefile.am: Reflect having moved automake/.
350
3512003-08-13      Joel Sherrill <joel@OARcorp.com>
352
353        * fileio/.cvsignore: New file.
354
3552003-08-13      Joel Sherrill <joel@OARcorp.com>
356
357        PR 451/bsps
358        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
359
3602003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
363
3642003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
367        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
368
3692003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
370
371        PR 369/filesystem
372        * Makefile.am, configure.ac: sample application to show the use of the
373        DOSFS functions
374        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
375        fileio/system.h: New files.
376
3772003-06-04      Joel Sherrill <joel@OARcorp.com>
378
379        * pppd/system.h: Hack from Ralf to compile on all targets.
380
3812003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.ac: Add pppd.
384        * Makefile.am: Add pppd.
385
3862003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        Adding pppd:
389        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
390        * pppd/README: New, copied over from libnetworking/pppd/example.
391        * pppd/init.c: New, copied over from libnetworking/pppd/example.
392        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
393        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
394        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
395        * pppd/system.h: New, copied over from libnetworking/pppd/example.
396        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
397        * pppd/Makefile.am: New, converted to automake from Makefile-user.
398        * pppd/.cvsignore: New.
399
4002003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * configure.ac: Remove AC_CONFIG_AUX_DIR.
403
4042003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
407
4082003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * configure.ac: AC_PREREQ(2.57).
411
4122003-01-27      Joel Sherrill <joel@OARcorp.com>
413
414        * Makefile.am, configure.ac: Added new test loopback which shows how to
415        use the loopback interface. Thank you Eric Norum for a portable
416        target independent test which exercises the TCP/IP. This should
417        prevent massive failures in the TCP/IP stack from reaching the
418        street.
419        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
420        loopback/init.c, loopback/loopback.scn: New files.
421
4222003-01-03      Joel Sherrill <joel@OARcorp.com>
423
424        * unlimited/system.h, unlimited/test1.c: Backed off previous
425        modification as it does not compile.
426
4272002-10-31      Chris Johns <ccj@acm.org>
428
429        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
430        can be created. 
431        * unlimited/system.h: PR296. Reference the number of tasks in the
432        configuration table rather than a hardcoded number.
433
4342002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.ac: Unconditionally check for CXX (Hack to bug in
437        autoconf > 2.54).
438
4392002-10-31      Joel Sherrill <joel@OARcorp.com>
440
441        * base_mp/apptask.c: Removed warning.
442
4432002-10-28      Joel Sherrill <joel@OARcorp.com>
444
445        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
446
4472002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * .cvsignore: Reformat.
450        Add autom4te*cache.
451        Remove autom4te.cache.
452
4532002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
456        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
457        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
458        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
459        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
460        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
461        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
462        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
463        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
464
4652002-08-01      Joel Sherrill <joel@OARcorp.com>
466
467        * Per PR47 add support for buffered test output.  This involved
468        adding defines to redirect output to a buffer and dump it when
469        full, at "test pause", and at exit.  To avoid problems when redefining
470        exit(), all tests were modified to call rtems_test_exit().
471        Some tests, notable psxtests, had to be modified to include
472        the standard test macro .h file (pmacros.h or tmacros.h) to
473        enable this support.
474        * cdtest/init.c: Modified.
475
4762002-07-01      Joel Sherrill <joel@OARcorp.com>
477
478        * unlimited/test1.c: Corrected use of _Objects_Information_table
479        now that it is a two dimensional array based upon API and class.
480
4812002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * base_sp/apptask.c: Include <stdlib.h>.
484        * hello/init.c: Ditto.
485        * paranoia/init.c: Ditto.
486        * ticker/tasks.c: Ditto.
487        * unlimited/init.c: Ditto.
488        * unlimited/test1.c: Ditto.
489        * unlimited/test2.c: Ditto.
490        * unlimited/test3.c: Ditto.
491
4922002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * configure.ac: Remove ENABLE_GCC28.
495
4962002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * configure.ac:
499        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
500        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
501        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
502        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
503        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
504        * Makefile.am: Remove AUTOMAKE_OPTIONS.
505        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
506        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
507        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
508        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
509        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
510        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
511        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
512
5132001-11-26      Ralf Corsepius
514
515        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
516
5172001-10-25      Eric Norum <eric.norum@usask.ca>
518
519        * cdtest/system.h: Configure 1 semaphore.  This probably covers
520        up not defining one for the GCC C++ Run-Time Libraries.
521
5222001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
525
5262001-10-12      Joel Sherrill <joel@OARcorp.com>
527
528        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
529        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
530        Fixed typo.
531
5322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
535        * configure.in: Remove.
536        * configure.ac: New file, generated from configure.in by autoupdate.
537
5382001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
541        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
542        * cdtest/Makefile.am: Remove LD_LIBS.
543
5442001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
547        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
548        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
549        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
550        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
551        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
552        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
553        make-cxx-exe.
554        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
555        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
556
5572001-06-14      Joel Sherrill <joel@OARcorp.com>
558
559        * cdtest/system.h: Removed configure of POSIX mutexes since
560        there do not appear to be any used in this test.
561
5622001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
563
564        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
565
5662000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
569
5702000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
573
5742000-10-30      Joel Sherrill <joel@OARcorp.com>
575
576        * POSIX include files merged into newlib.  This resulted in
577        some definitions moving to other files and thus some secondary
578        effects in RTEMS source code.
579        * paranoia/paranoia.c: Commented out incorrect and conflicting
580        prototype of read().
581
5822000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
585        Switch to GNU canonicalization.
586        * sample.am: Remove DEFS.
587
5882000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
591        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
592        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
593        unlimited/Makefile.am: Include compile.am
594
5952000-08-10      Joel Sherrill <joel@OARcorp.com>
596
597        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.