source: rtems/testsuites/samples/ChangeLog @ dd61160

4.104.114.84.95
Last change on this file since dd61160 was dd61160, checked in by Joel Sherrill <joel.sherrill@…>, on 05/11/07 at 19:45:50

2007-05-11 Joel Sherrill <joel.sherrill@…>

  • base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, nsecs/Makefile.am, pppd/Makefile.am, ticker/Makefile.am, ticker/system.h, unlimited/Makefile.am: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis.
  • nsecs/init.c: Commit hack so test will compile when POSIX is disabled. Remove hack when clock_gettime() is present even when --disable-posix.
  • Property mode set to 100644
File size: 21.5 KB
Line 
12007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
4        loopback/Makefile.am, nsecs/Makefile.am,
5        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
6        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
7        test cases so last output line follows END OF pattern. Make sure test
8        case all run. All tests appeared ok on sis.
9        * nsecs/init.c: Commit hack so test will compile when POSIX is
10        disabled.  Remove hack when clock_gettime() is present even when
11        --disable-posix.
12
132007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
16        Test needs clock manager. Should use rtems_test_exit() instead of
17        exit().
18
192007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
22        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
23        to demonstrate that the newlib reentrancy support is optional.
24
252007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
28          version from rtems/score/timespec.h.
29
302007-04-05      Joel Sherrill <joel@OARcorp.com>
31
32        * nsecs/init.c: Provide timespec manipulation routines in the
33        SuperCore. Use them everywhere possible. Perhaps they should be part
34        of the public API so this test and others can use them without
35        peeking into the bowels.
36
372007-04-05      Joel Sherrill <joel@OARcorp.com>
38
39        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
40        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
41
422007-04-02      Joel Sherrill <joel@OARcorp.com>
43
44        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
45        as fundamental time structure to POSIX struct timespec. Add
46        clock_get_uptime().
47        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
48        nsecs/nsecs.scn: New files.
49
502007-03-26      Joel Sherrill <joel@OARcorp.com>
51
52        * loopback/init.c: Add CVS Id.
53
542007-03-26      Joel Sherrill <joel@OARcorp.com>
55
56        PR 1230/tests
57        * minimum/init.c: Minimum should not configure console driver.
58
592007-02-21      Joel Sherrill <joel@OARcorp.com>
60
61        * loopback/init.c: Fix exit paths in client thread and main test
62        thread.
63
642006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
65
66        * init.c: added stdout flushs after prompts
67
682006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * configure.ac: New BUG-REPORT address.
71
722006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * configure.ac: Require autoconf-2.60. Require automake-1.10.
75
762006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
77
78        PR 1162/rtems
79        * unlimited/system.h: Reserve enough memory for the stacks wanted.
80
812006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
84        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
85        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
86        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
87        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
88        instead.
89
902006-02-08      Joel Sherrill <joel@OARcorp.com>
91
92        * cdtest/main.cc: Fix warnings.
93
942005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * configure.ac: Remove RTEMS_ENABLE_BARE,
97        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
98
992005-11-15  Eric Norum <norume@aps.anl.gov>
100
101        * cdtest/Makefile.am: Remove extraneous make-exe.
102
1032005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
104
105        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
106        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
107        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
108        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
109        ticker/Makefile.am, unlimited/Makefile.am:
110        Convert to using *_PROGRAMS.
111
1122005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
113
114        * configure.ac: Remove AMPOLISH3.
115        * base_mp/node1/Makefile.am,
116        base_mp/node2/Makefile.am, base_sp/Makefile.am,
117        cdtest/Makefile.am, fileio/Makefile.am,
118        hello/Makefile.am, iostream/Makefile.am,
119        loopback/Makefile.am, minimum/Makefile.am,
120        paranoia/Makefile.am, pppd/Makefile.am,
121        ticker/Makefile.am, unlimited/Makefile.am: Rework.
122
1232005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
124
125        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
126        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
127        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
128        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
129        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
130        * sample.am: Remove.
131
1322005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
135        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
136        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
137        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
138        New (Renamed from base_mp.*).
139        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
140        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
141        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
142        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
143        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
144        s/SAMPLE/TEST/ for improved consistency with other tests.
145
1462005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
147
148        * configure.ac: Add ampolish3.
149        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
150
1512005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
152
153        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
154
1552005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
156
157        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
158        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
159
1602005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
161
162        * sample.am: Remove LIB_VARIANT.
163
1642005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
167        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
168        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
169        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
170        ticker/Makefile.am, unlimited/Makefile.am:
171        Remove SRCS, PRINT_SRCS.
172
1732005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
174
175        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
176
1772005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
178
179        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
180        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
181        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
182        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
183        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
184        ticker/Makefile.am, unlimited/Makefile.am:
185        Partial conversion to automake.
186
1872005-10-26  Eric Norum <norume@aps.anl.gov>
188
189        PR 839/tests
190        * pppd/system.h: Remove i386-specific conditional.
191        This at least lets the sample compile.   It's unlikely to actually
192        work, though.
193
1942005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
195
196        * pppd/Makefile.am: Reflect libpppd having been split out.
197        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
198        rtemspppd.h.
199
2002005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
201
202        * loopback/init.c: socklen_t.
203
2042005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
205
206        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
207        Remove LIB_VARIANT.
208
2092005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * Makefile.am: Remove DIST_SUBDIRS.
212
2132004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        * configure.ac: Require automake > 1.9.
216
2172004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
218
219        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
220        NETTESTS. Add iostream/.
221        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
222        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
223        Reflect changes above.
224        * cdtest/main.cc: Adaptation to new C++ standards.
225
2262004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
227
228        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
229        iostream/iostream.scn, iostream/system.h:
230        New (C++ variant of hello).
231
2322004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
233
234        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
235        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
236        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
237        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
238        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
239        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
240        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
241        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
242        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
243        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
244        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
245
2462004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
247
248        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
249
2502004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
253        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
254        unlimited/test3.c: Convert to using c99 fixed size types.
255
2562004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Add 2nd arg to RTEMS_TOP.
259
2602004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Remove -Wall -ansi to work-around non-portability of
263        with cdtest.
264
2652004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
268        Add PRE/TMPINSTALL_FILES to CLEANFILES.
269        * base_mp/node2/Makefile.am: Ditto.
270        * base_sp/Makefile.am: Ditto.
271        * cdtest/Makefile.am: Ditto.
272        * fileio/Makefile.am: Ditto.
273        * hello/Makefile.am: Ditto.
274        * loopback/Makefile.am: Ditto.
275        * minimum/Makefile.am: Ditto.
276        * paranoia/Makefile.am: Ditto.
277        * pppd/Makefile.am: Ditto.
278        * ticker/Makefile.am: Ditto.
279        * unlimited/Makefile.am: Ditto.
280
2812003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * samples.am: Fix yet another stupid typo in yesterday's patch.
284
2852003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * samples.am: Add dirstamp support.
288
2892003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
292        Eliminate VPATH.
293
2942003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
297
2982003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
301
3022003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * base_mp/Makefile.am: Reformat.
305        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
306        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
307        * base_sp/Makefile.am: Remove all-local: $(ARCH).
308        * cdtest/Makefile.am: Remove all-local: $(ARCH).
309        * fileio/Makefile.am: Remove all-local: $(ARCH).
310        * hello/Makefile.am: Remove all-local: $(ARCH).
311        * loopback/Makefile.am: Remove all-local: $(ARCH).
312        * minimum/Makefile.am: Remove all-local: $(ARCH).
313        * paranoia/Makefile.am: Remove all-local: $(ARCH).
314        * pppd/Makefile.am: Remove all-local: $(ARCH).
315        * ticker/Makefile.am: Remove all-local: $(ARCH).
316        * unlimited/Makefile.am: Remove all-local: $(ARCH).
317
3182003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: Reflect having moved to testsuites/.
321
3222003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
325        * fileio/Makefile.am: Only build if LIBCHIP is available.
326
3272003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.ac: Remove RTEMS_CANONICAL_HOST.
330
3312003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * configure.ac:Remove RTEMS_CHECK_CPU.
334
3352003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * fileio/init.c: Unconditionally define MIN (We *do want* to see
338        error messages if it conflicts).
339
3402003-09-04      Joel Sherrill <joel@OARcorp.com>
341
342        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
343        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
344        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
345        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
346        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
347        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
348        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
349        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
350        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
351        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
352        for license changed.
353
3542003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * Makefile.am: Reflect having moved aclocal/.
357
3582003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * Makefile.am: Reflect having moved automake/.
361        * base_mp/Makefile.am: Reflect having moved automake/.
362        * base_mp/node1/Makefile.am: Reflect having moved automake/.
363        * base_mp/node2/Makefile.am: Reflect having moved automake/.
364        * base_sp/Makefile.am: Reflect having moved automake/.
365        * cdtest/Makefile.am: Reflect having moved automake/.
366        * fileio/Makefile.am: Reflect having moved automake/.
367        * hello/Makefile.am: Reflect having moved automake/.
368        * loopback/Makefile.am: Reflect having moved automake/.
369        * minimum/Makefile.am: Reflect having moved automake/.
370        * paranoia/Makefile.am: Reflect having moved automake/.
371        * pppd/Makefile.am: Reflect having moved automake/.
372        * ticker/Makefile.am: Reflect having moved automake/.
373        * unlimited/Makefile.am: Reflect having moved automake/.
374
3752003-08-13      Joel Sherrill <joel@OARcorp.com>
376
377        * fileio/.cvsignore: New file.
378
3792003-08-13      Joel Sherrill <joel@OARcorp.com>
380
381        PR 451/bsps
382        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
383
3842003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
387
3882003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
391        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
392
3932003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
394
395        PR 369/filesystem
396        * Makefile.am, configure.ac: sample application to show the use of the
397        DOSFS functions
398        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
399        fileio/system.h: New files.
400
4012003-06-04      Joel Sherrill <joel@OARcorp.com>
402
403        * pppd/system.h: Hack from Ralf to compile on all targets.
404
4052003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * configure.ac: Add pppd.
408        * Makefile.am: Add pppd.
409
4102003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        Adding pppd:
413        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
414        * pppd/README: New, copied over from libnetworking/pppd/example.
415        * pppd/init.c: New, copied over from libnetworking/pppd/example.
416        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
417        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
418        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
419        * pppd/system.h: New, copied over from libnetworking/pppd/example.
420        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
421        * pppd/Makefile.am: New, converted to automake from Makefile-user.
422        * pppd/.cvsignore: New.
423
4242003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * configure.ac: Remove AC_CONFIG_AUX_DIR.
427
4282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
431
4322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * configure.ac: AC_PREREQ(2.57).
435
4362003-01-27      Joel Sherrill <joel@OARcorp.com>
437
438        * Makefile.am, configure.ac: Added new test loopback which shows how to
439        use the loopback interface. Thank you Eric Norum for a portable
440        target independent test which exercises the TCP/IP. This should
441        prevent massive failures in the TCP/IP stack from reaching the
442        street.
443        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
444        loopback/init.c, loopback/loopback.scn: New files.
445
4462003-01-03      Joel Sherrill <joel@OARcorp.com>
447
448        * unlimited/system.h, unlimited/test1.c: Backed off previous
449        modification as it does not compile.
450
4512002-10-31      Chris Johns <ccj@acm.org>
452
453        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
454        can be created. 
455        * unlimited/system.h: PR296. Reference the number of tasks in the
456        configuration table rather than a hardcoded number.
457
4582002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * configure.ac: Unconditionally check for CXX (Hack to bug in
461        autoconf > 2.54).
462
4632002-10-31      Joel Sherrill <joel@OARcorp.com>
464
465        * base_mp/apptask.c: Removed warning.
466
4672002-10-28      Joel Sherrill <joel@OARcorp.com>
468
469        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
470
4712002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * .cvsignore: Reformat.
474        Add autom4te*cache.
475        Remove autom4te.cache.
476
4772002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
480        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
481        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
482        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
483        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
484        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
485        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
486        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
487        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
488
4892002-08-01      Joel Sherrill <joel@OARcorp.com>
490
491        * Per PR47 add support for buffered test output.  This involved
492        adding defines to redirect output to a buffer and dump it when
493        full, at "test pause", and at exit.  To avoid problems when redefining
494        exit(), all tests were modified to call rtems_test_exit().
495        Some tests, notable psxtests, had to be modified to include
496        the standard test macro .h file (pmacros.h or tmacros.h) to
497        enable this support.
498        * cdtest/init.c: Modified.
499
5002002-07-01      Joel Sherrill <joel@OARcorp.com>
501
502        * unlimited/test1.c: Corrected use of _Objects_Information_table
503        now that it is a two dimensional array based upon API and class.
504
5052002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * base_sp/apptask.c: Include <stdlib.h>.
508        * hello/init.c: Ditto.
509        * paranoia/init.c: Ditto.
510        * ticker/tasks.c: Ditto.
511        * unlimited/init.c: Ditto.
512        * unlimited/test1.c: Ditto.
513        * unlimited/test2.c: Ditto.
514        * unlimited/test3.c: Ditto.
515
5162002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * configure.ac: Remove ENABLE_GCC28.
519
5202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * configure.ac:
523        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
524        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
525        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
526        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
527        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
528        * Makefile.am: Remove AUTOMAKE_OPTIONS.
529        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
530        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
531        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
532        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
533        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
534        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
535        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
536
5372001-11-26      Ralf Corsepius
538
539        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
540
5412001-10-25      Eric Norum <eric.norum@usask.ca>
542
543        * cdtest/system.h: Configure 1 semaphore.  This probably covers
544        up not defining one for the GCC C++ Run-Time Libraries.
545
5462001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
549
5502001-10-12      Joel Sherrill <joel@OARcorp.com>
551
552        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
553        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
554        Fixed typo.
555
5562001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
559        * configure.in: Remove.
560        * configure.ac: New file, generated from configure.in by autoupdate.
561
5622001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
565        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
566        * cdtest/Makefile.am: Remove LD_LIBS.
567
5682001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
571        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
572        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
573        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
574        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
575        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
576        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
577        make-cxx-exe.
578        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
579        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
580
5812001-06-14      Joel Sherrill <joel@OARcorp.com>
582
583        * cdtest/system.h: Removed configure of POSIX mutexes since
584        there do not appear to be any used in this test.
585
5862001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
587
588        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
589
5902000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
593
5942000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
597
5982000-10-30      Joel Sherrill <joel@OARcorp.com>
599
600        * POSIX include files merged into newlib.  This resulted in
601        some definitions moving to other files and thus some secondary
602        effects in RTEMS source code.
603        * paranoia/paranoia.c: Commented out incorrect and conflicting
604        prototype of read().
605
6062000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
609        Switch to GNU canonicalization.
610        * sample.am: Remove DEFS.
611
6122000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
615        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
616        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
617        unlimited/Makefile.am: Include compile.am
618
6192000-08-10      Joel Sherrill <joel@OARcorp.com>
620
621        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.