source: rtems/testsuites/samples/ChangeLog @ 2c0f748

4.104.114.84.95
Last change on this file since 2c0f748 was 2c0f748, checked in by Joel Sherrill <joel.sherrill@…>, on 07/06/07 at 21:30:04

2007-07-06 Joel Sherrill <joel.sherrill@…>

  • nsecs/init.c: Change name to avoid any hint of the timer driver.
  • Property mode set to 100644
File size: 22.0 KB
Line 
12007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * nsecs/init.c: Change name to avoid any hint of the timer driver.
4
52007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * nsecs/init.c: Do not make this test depend on the benchmark timer
8        driver.
9
102007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
13        time varaying in proportion to the length of the loop measured.
14
152007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * nsecs/init.c: Remove stray "volatile int i".
18
192007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
22        loopback/Makefile.am, nsecs/Makefile.am,
23        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
24        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
25        test cases so last output line follows END OF pattern. Make sure test
26        case all run. All tests appeared ok on sis.
27        * nsecs/init.c: Commit hack so test will compile when POSIX is
28        disabled.  Remove hack when clock_gettime() is present even when
29        --disable-posix.
30
312007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
32
33        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
34        Test needs clock manager. Should use rtems_test_exit() instead of
35        exit().
36
372007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
40        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
41        to demonstrate that the newlib reentrancy support is optional.
42
432007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
46          version from rtems/score/timespec.h.
47
482007-04-05      Joel Sherrill <joel@OARcorp.com>
49
50        * nsecs/init.c: Provide timespec manipulation routines in the
51        SuperCore. Use them everywhere possible. Perhaps they should be part
52        of the public API so this test and others can use them without
53        peeking into the bowels.
54
552007-04-05      Joel Sherrill <joel@OARcorp.com>
56
57        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
58        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
59
602007-04-02      Joel Sherrill <joel@OARcorp.com>
61
62        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
63        as fundamental time structure to POSIX struct timespec. Add
64        clock_get_uptime().
65        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
66        nsecs/nsecs.scn: New files.
67
682007-03-26      Joel Sherrill <joel@OARcorp.com>
69
70        * loopback/init.c: Add CVS Id.
71
722007-03-26      Joel Sherrill <joel@OARcorp.com>
73
74        PR 1230/tests
75        * minimum/init.c: Minimum should not configure console driver.
76
772007-02-21      Joel Sherrill <joel@OARcorp.com>
78
79        * loopback/init.c: Fix exit paths in client thread and main test
80        thread.
81
822006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
83
84        * init.c: added stdout flushs after prompts
85
862006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * configure.ac: New BUG-REPORT address.
89
902006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * configure.ac: Require autoconf-2.60. Require automake-1.10.
93
942006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
95
96        PR 1162/rtems
97        * unlimited/system.h: Reserve enough memory for the stacks wanted.
98
992006-07-11      Ralf Corsépius <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, ticker/Makefile.am,
105        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
106        instead.
107
1082006-02-08      Joel Sherrill <joel@OARcorp.com>
109
110        * cdtest/main.cc: Fix warnings.
111
1122005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
113
114        * configure.ac: Remove RTEMS_ENABLE_BARE,
115        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
116
1172005-11-15  Eric Norum <norume@aps.anl.gov>
118
119        * cdtest/Makefile.am: Remove extraneous make-exe.
120
1212005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
122
123        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
124        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
125        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
126        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
127        ticker/Makefile.am, unlimited/Makefile.am:
128        Convert to using *_PROGRAMS.
129
1302005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
131
132        * configure.ac: Remove AMPOLISH3.
133        * base_mp/node1/Makefile.am,
134        base_mp/node2/Makefile.am, base_sp/Makefile.am,
135        cdtest/Makefile.am, fileio/Makefile.am,
136        hello/Makefile.am, iostream/Makefile.am,
137        loopback/Makefile.am, minimum/Makefile.am,
138        paranoia/Makefile.am, pppd/Makefile.am,
139        ticker/Makefile.am, unlimited/Makefile.am: Rework.
140
1412005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
142
143        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
144        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
145        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
146        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
147        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
148        * sample.am: Remove.
149
1502005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
151
152        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
153        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
154        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
155        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
156        New (Renamed from base_mp.*).
157        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
158        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
159        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
160        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
161        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
162        s/SAMPLE/TEST/ for improved consistency with other tests.
163
1642005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        * configure.ac: Add ampolish3.
167        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
168
1692005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
170
171        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
172
1732005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
174
175        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
176        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
177
1782005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * sample.am: Remove LIB_VARIANT.
181
1822005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
183
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        Remove SRCS, PRINT_SRCS.
190
1912005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
192
193        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
194
1952005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
196
197        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
198        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
199        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
200        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
201        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
202        ticker/Makefile.am, unlimited/Makefile.am:
203        Partial conversion to automake.
204
2052005-10-26  Eric Norum <norume@aps.anl.gov>
206
207        PR 839/tests
208        * pppd/system.h: Remove i386-specific conditional.
209        This at least lets the sample compile.   It's unlikely to actually
210        work, though.
211
2122005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
213
214        * pppd/Makefile.am: Reflect libpppd having been split out.
215        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
216        rtemspppd.h.
217
2182005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
219
220        * loopback/init.c: socklen_t.
221
2222005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
225        Remove LIB_VARIANT.
226
2272005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * Makefile.am: Remove DIST_SUBDIRS.
230
2312004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
232
233        * configure.ac: Require automake > 1.9.
234
2352004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
238        NETTESTS. Add iostream/.
239        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
240        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
241        Reflect changes above.
242        * cdtest/main.cc: Adaptation to new C++ standards.
243
2442004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
245
246        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
247        iostream/iostream.scn, iostream/system.h:
248        New (C++ variant of hello).
249
2502004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
253        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
254        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
255        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
256        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
257        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
258        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
259        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
260        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
261        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
262        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
263
2642004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
265
266        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
267
2682004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
269
270        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
271        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
272        unlimited/test3.c: Convert to using c99 fixed size types.
273
2742004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: Add 2nd arg to RTEMS_TOP.
277
2782004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: Remove -Wall -ansi to work-around non-portability of
281        with cdtest.
282
2832004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
286        Add PRE/TMPINSTALL_FILES to CLEANFILES.
287        * base_mp/node2/Makefile.am: Ditto.
288        * base_sp/Makefile.am: Ditto.
289        * cdtest/Makefile.am: Ditto.
290        * fileio/Makefile.am: Ditto.
291        * hello/Makefile.am: Ditto.
292        * loopback/Makefile.am: Ditto.
293        * minimum/Makefile.am: Ditto.
294        * paranoia/Makefile.am: Ditto.
295        * pppd/Makefile.am: Ditto.
296        * ticker/Makefile.am: Ditto.
297        * unlimited/Makefile.am: Ditto.
298
2992003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * samples.am: Fix yet another stupid typo in yesterday's patch.
302
3032003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * samples.am: Add dirstamp support.
306
3072003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
310        Eliminate VPATH.
311
3122003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
315
3162003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
319
3202003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * base_mp/Makefile.am: Reformat.
323        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
324        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
325        * base_sp/Makefile.am: Remove all-local: $(ARCH).
326        * cdtest/Makefile.am: Remove all-local: $(ARCH).
327        * fileio/Makefile.am: Remove all-local: $(ARCH).
328        * hello/Makefile.am: Remove all-local: $(ARCH).
329        * loopback/Makefile.am: Remove all-local: $(ARCH).
330        * minimum/Makefile.am: Remove all-local: $(ARCH).
331        * paranoia/Makefile.am: Remove all-local: $(ARCH).
332        * pppd/Makefile.am: Remove all-local: $(ARCH).
333        * ticker/Makefile.am: Remove all-local: $(ARCH).
334        * unlimited/Makefile.am: Remove all-local: $(ARCH).
335
3362003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Reflect having moved to testsuites/.
339
3402003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
343        * fileio/Makefile.am: Only build if LIBCHIP is available.
344
3452003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * configure.ac: Remove RTEMS_CANONICAL_HOST.
348
3492003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * configure.ac:Remove RTEMS_CHECK_CPU.
352
3532003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * fileio/init.c: Unconditionally define MIN (We *do want* to see
356        error messages if it conflicts).
357
3582003-09-04      Joel Sherrill <joel@OARcorp.com>
359
360        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
361        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
362        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
363        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
364        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
365        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
366        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
367        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
368        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
369        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
370        for license changed.
371
3722003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * Makefile.am: Reflect having moved aclocal/.
375
3762003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * Makefile.am: Reflect having moved automake/.
379        * base_mp/Makefile.am: Reflect having moved automake/.
380        * base_mp/node1/Makefile.am: Reflect having moved automake/.
381        * base_mp/node2/Makefile.am: Reflect having moved automake/.
382        * base_sp/Makefile.am: Reflect having moved automake/.
383        * cdtest/Makefile.am: Reflect having moved automake/.
384        * fileio/Makefile.am: Reflect having moved automake/.
385        * hello/Makefile.am: Reflect having moved automake/.
386        * loopback/Makefile.am: Reflect having moved automake/.
387        * minimum/Makefile.am: Reflect having moved automake/.
388        * paranoia/Makefile.am: Reflect having moved automake/.
389        * pppd/Makefile.am: Reflect having moved automake/.
390        * ticker/Makefile.am: Reflect having moved automake/.
391        * unlimited/Makefile.am: Reflect having moved automake/.
392
3932003-08-13      Joel Sherrill <joel@OARcorp.com>
394
395        * fileio/.cvsignore: New file.
396
3972003-08-13      Joel Sherrill <joel@OARcorp.com>
398
399        PR 451/bsps
400        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
401
4022003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
405
4062003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
409        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
410
4112003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
412
413        PR 369/filesystem
414        * Makefile.am, configure.ac: sample application to show the use of the
415        DOSFS functions
416        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
417        fileio/system.h: New files.
418
4192003-06-04      Joel Sherrill <joel@OARcorp.com>
420
421        * pppd/system.h: Hack from Ralf to compile on all targets.
422
4232003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * configure.ac: Add pppd.
426        * Makefile.am: Add pppd.
427
4282003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        Adding pppd:
431        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
432        * pppd/README: New, copied over from libnetworking/pppd/example.
433        * pppd/init.c: New, copied over from libnetworking/pppd/example.
434        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
435        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
436        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
437        * pppd/system.h: New, copied over from libnetworking/pppd/example.
438        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
439        * pppd/Makefile.am: New, converted to automake from Makefile-user.
440        * pppd/.cvsignore: New.
441
4422003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * configure.ac: Remove AC_CONFIG_AUX_DIR.
445
4462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
449
4502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * configure.ac: AC_PREREQ(2.57).
453
4542003-01-27      Joel Sherrill <joel@OARcorp.com>
455
456        * Makefile.am, configure.ac: Added new test loopback which shows how to
457        use the loopback interface. Thank you Eric Norum for a portable
458        target independent test which exercises the TCP/IP. This should
459        prevent massive failures in the TCP/IP stack from reaching the
460        street.
461        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
462        loopback/init.c, loopback/loopback.scn: New files.
463
4642003-01-03      Joel Sherrill <joel@OARcorp.com>
465
466        * unlimited/system.h, unlimited/test1.c: Backed off previous
467        modification as it does not compile.
468
4692002-10-31      Chris Johns <ccj@acm.org>
470
471        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
472        can be created. 
473        * unlimited/system.h: PR296. Reference the number of tasks in the
474        configuration table rather than a hardcoded number.
475
4762002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * configure.ac: Unconditionally check for CXX (Hack to bug in
479        autoconf > 2.54).
480
4812002-10-31      Joel Sherrill <joel@OARcorp.com>
482
483        * base_mp/apptask.c: Removed warning.
484
4852002-10-28      Joel Sherrill <joel@OARcorp.com>
486
487        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
488
4892002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * .cvsignore: Reformat.
492        Add autom4te*cache.
493        Remove autom4te.cache.
494
4952002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
498        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
499        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
500        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
501        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
502        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
503        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
504        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
505        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
506
5072002-08-01      Joel Sherrill <joel@OARcorp.com>
508
509        * Per PR47 add support for buffered test output.  This involved
510        adding defines to redirect output to a buffer and dump it when
511        full, at "test pause", and at exit.  To avoid problems when redefining
512        exit(), all tests were modified to call rtems_test_exit().
513        Some tests, notable psxtests, had to be modified to include
514        the standard test macro .h file (pmacros.h or tmacros.h) to
515        enable this support.
516        * cdtest/init.c: Modified.
517
5182002-07-01      Joel Sherrill <joel@OARcorp.com>
519
520        * unlimited/test1.c: Corrected use of _Objects_Information_table
521        now that it is a two dimensional array based upon API and class.
522
5232002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * base_sp/apptask.c: Include <stdlib.h>.
526        * hello/init.c: Ditto.
527        * paranoia/init.c: Ditto.
528        * ticker/tasks.c: Ditto.
529        * unlimited/init.c: Ditto.
530        * unlimited/test1.c: Ditto.
531        * unlimited/test2.c: Ditto.
532        * unlimited/test3.c: Ditto.
533
5342002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * configure.ac: Remove ENABLE_GCC28.
537
5382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * configure.ac:
541        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
542        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
543        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
544        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
545        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
546        * Makefile.am: Remove AUTOMAKE_OPTIONS.
547        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
548        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
549        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
550        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
551        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
552        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
553        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
554
5552001-11-26      Ralf Corsepius
556
557        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
558
5592001-10-25      Eric Norum <eric.norum@usask.ca>
560
561        * cdtest/system.h: Configure 1 semaphore.  This probably covers
562        up not defining one for the GCC C++ Run-Time Libraries.
563
5642001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
567
5682001-10-12      Joel Sherrill <joel@OARcorp.com>
569
570        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
571        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
572        Fixed typo.
573
5742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
577        * configure.in: Remove.
578        * configure.ac: New file, generated from configure.in by autoupdate.
579
5802001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
583        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
584        * cdtest/Makefile.am: Remove LD_LIBS.
585
5862001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
589        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
590        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
591        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
592        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
593        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
594        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
595        make-cxx-exe.
596        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
597        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
598
5992001-06-14      Joel Sherrill <joel@OARcorp.com>
600
601        * cdtest/system.h: Removed configure of POSIX mutexes since
602        there do not appear to be any used in this test.
603
6042001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
605
606        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
607
6082000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
611
6122000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
615
6162000-10-30      Joel Sherrill <joel@OARcorp.com>
617
618        * POSIX include files merged into newlib.  This resulted in
619        some definitions moving to other files and thus some secondary
620        effects in RTEMS source code.
621        * paranoia/paranoia.c: Commented out incorrect and conflicting
622        prototype of read().
623
6242000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
627        Switch to GNU canonicalization.
628        * sample.am: Remove DEFS.
629
6302000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
633        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
634        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
635        unlimited/Makefile.am: Include compile.am
636
6372000-08-10      Joel Sherrill <joel@OARcorp.com>
638
639        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.