source: rtems/testsuites/samples/ChangeLog @ f142763

4.104.114.84.95
Last change on this file since f142763 was f142763, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/16/07 at 06:50:03

2007-05-16 Ralf Corsepius <ralf.corsepius@…>

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