source: rtems/testsuites/samples/ChangeLog @ dfc6f3dc

4.104.114.84.95
Last change on this file since dfc6f3dc was dfc6f3dc, checked in by Joel Sherrill <joel.sherrill@…>, on 05/10/07 at 19:31:36

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

  • ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c: Test needs clock manager. Should use rtems_test_exit() instead of exit().
  • Property mode set to 100644
File size: 21.0 KB
Line 
12007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
4        Test needs clock manager. Should use rtems_test_exit() instead of
5        exit().
6
72007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
10        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
11        to demonstrate that the newlib reentrancy support is optional.
12
132007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
16          version from rtems/score/timespec.h.
17
182007-04-05      Joel Sherrill <joel@OARcorp.com>
19
20        * nsecs/init.c: Provide timespec manipulation routines in the
21        SuperCore. Use them everywhere possible. Perhaps they should be part
22        of the public API so this test and others can use them without
23        peeking into the bowels.
24
252007-04-05      Joel Sherrill <joel@OARcorp.com>
26
27        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
28        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
29
302007-04-02      Joel Sherrill <joel@OARcorp.com>
31
32        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
33        as fundamental time structure to POSIX struct timespec. Add
34        clock_get_uptime().
35        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
36        nsecs/nsecs.scn: New files.
37
382007-03-26      Joel Sherrill <joel@OARcorp.com>
39
40        * loopback/init.c: Add CVS Id.
41
422007-03-26      Joel Sherrill <joel@OARcorp.com>
43
44        PR 1230/tests
45        * minimum/init.c: Minimum should not configure console driver.
46
472007-02-21      Joel Sherrill <joel@OARcorp.com>
48
49        * loopback/init.c: Fix exit paths in client thread and main test
50        thread.
51
522006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
53
54        * init.c: added stdout flushs after prompts
55
562006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * configure.ac: New BUG-REPORT address.
59
602006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * configure.ac: Require autoconf-2.60. Require automake-1.10.
63
642006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
65
66        PR 1162/rtems
67        * unlimited/system.h: Reserve enough memory for the stacks wanted.
68
692006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
72        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
73        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
74        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
75        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
76        instead.
77
782006-02-08      Joel Sherrill <joel@OARcorp.com>
79
80        * cdtest/main.cc: Fix warnings.
81
822005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * configure.ac: Remove RTEMS_ENABLE_BARE,
85        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
86
872005-11-15  Eric Norum <norume@aps.anl.gov>
88
89        * cdtest/Makefile.am: Remove extraneous make-exe.
90
912005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
94        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
95        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
96        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
97        ticker/Makefile.am, unlimited/Makefile.am:
98        Convert to using *_PROGRAMS.
99
1002005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * configure.ac: Remove AMPOLISH3.
103        * base_mp/node1/Makefile.am,
104        base_mp/node2/Makefile.am, base_sp/Makefile.am,
105        cdtest/Makefile.am, fileio/Makefile.am,
106        hello/Makefile.am, iostream/Makefile.am,
107        loopback/Makefile.am, minimum/Makefile.am,
108        paranoia/Makefile.am, pppd/Makefile.am,
109        ticker/Makefile.am, unlimited/Makefile.am: Rework.
110
1112005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
112
113        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
114        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
115        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
116        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
117        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
118        * sample.am: Remove.
119
1202005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
121
122        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
123        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
124        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
125        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
126        New (Renamed from base_mp.*).
127        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
128        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
129        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
130        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
131        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
132        s/SAMPLE/TEST/ for improved consistency with other tests.
133
1342005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
135
136        * configure.ac: Add ampolish3.
137        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
138
1392005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
140
141        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
142
1432005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
146        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
147
1482005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
149
150        * sample.am: Remove LIB_VARIANT.
151
1522005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
153
154        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
155        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
156        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
157        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
158        ticker/Makefile.am, unlimited/Makefile.am:
159        Remove SRCS, PRINT_SRCS.
160
1612005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
162
163        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
164
1652005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
166
167        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
168        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
169        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
170        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
171        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
172        ticker/Makefile.am, unlimited/Makefile.am:
173        Partial conversion to automake.
174
1752005-10-26  Eric Norum <norume@aps.anl.gov>
176
177        PR 839/tests
178        * pppd/system.h: Remove i386-specific conditional.
179        This at least lets the sample compile.   It's unlikely to actually
180        work, though.
181
1822005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        * pppd/Makefile.am: Reflect libpppd having been split out.
185        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
186        rtemspppd.h.
187
1882005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
189
190        * loopback/init.c: socklen_t.
191
1922005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
195        Remove LIB_VARIANT.
196
1972005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
198
199        * Makefile.am: Remove DIST_SUBDIRS.
200
2012004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
202
203        * configure.ac: Require automake > 1.9.
204
2052004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
206
207        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
208        NETTESTS. Add iostream/.
209        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
210        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
211        Reflect changes above.
212        * cdtest/main.cc: Adaptation to new C++ standards.
213
2142004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
215
216        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
217        iostream/iostream.scn, iostream/system.h:
218        New (C++ variant of hello).
219
2202004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
221
222        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
223        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
224        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
225        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
226        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
227        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
228        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
229        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
230        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
231        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
232        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
233
2342004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
235
236        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
237
2382004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
239
240        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
241        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
242        unlimited/test3.c: Convert to using c99 fixed size types.
243
2442004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: Add 2nd arg to RTEMS_TOP.
247
2482004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: Remove -Wall -ansi to work-around non-portability of
251        with cdtest.
252
2532004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
256        Add PRE/TMPINSTALL_FILES to CLEANFILES.
257        * base_mp/node2/Makefile.am: Ditto.
258        * base_sp/Makefile.am: Ditto.
259        * cdtest/Makefile.am: Ditto.
260        * fileio/Makefile.am: Ditto.
261        * hello/Makefile.am: Ditto.
262        * loopback/Makefile.am: Ditto.
263        * minimum/Makefile.am: Ditto.
264        * paranoia/Makefile.am: Ditto.
265        * pppd/Makefile.am: Ditto.
266        * ticker/Makefile.am: Ditto.
267        * unlimited/Makefile.am: Ditto.
268
2692003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * samples.am: Fix yet another stupid typo in yesterday's patch.
272
2732003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * samples.am: Add dirstamp support.
276
2772003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
280        Eliminate VPATH.
281
2822003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
285
2862003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
289
2902003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * base_mp/Makefile.am: Reformat.
293        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
294        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
295        * base_sp/Makefile.am: Remove all-local: $(ARCH).
296        * cdtest/Makefile.am: Remove all-local: $(ARCH).
297        * fileio/Makefile.am: Remove all-local: $(ARCH).
298        * hello/Makefile.am: Remove all-local: $(ARCH).
299        * loopback/Makefile.am: Remove all-local: $(ARCH).
300        * minimum/Makefile.am: Remove all-local: $(ARCH).
301        * paranoia/Makefile.am: Remove all-local: $(ARCH).
302        * pppd/Makefile.am: Remove all-local: $(ARCH).
303        * ticker/Makefile.am: Remove all-local: $(ARCH).
304        * unlimited/Makefile.am: Remove all-local: $(ARCH).
305
3062003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * configure.ac: Reflect having moved to testsuites/.
309
3102003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
313        * fileio/Makefile.am: Only build if LIBCHIP is available.
314
3152003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * configure.ac: Remove RTEMS_CANONICAL_HOST.
318
3192003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * configure.ac:Remove RTEMS_CHECK_CPU.
322
3232003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * fileio/init.c: Unconditionally define MIN (We *do want* to see
326        error messages if it conflicts).
327
3282003-09-04      Joel Sherrill <joel@OARcorp.com>
329
330        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
331        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
332        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
333        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
334        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
335        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
336        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
337        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
338        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
339        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
340        for license changed.
341
3422003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: Reflect having moved aclocal/.
345
3462003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: Reflect having moved automake/.
349        * base_mp/Makefile.am: Reflect having moved automake/.
350        * base_mp/node1/Makefile.am: Reflect having moved automake/.
351        * base_mp/node2/Makefile.am: Reflect having moved automake/.
352        * base_sp/Makefile.am: Reflect having moved automake/.
353        * cdtest/Makefile.am: Reflect having moved automake/.
354        * fileio/Makefile.am: Reflect having moved automake/.
355        * hello/Makefile.am: Reflect having moved automake/.
356        * loopback/Makefile.am: Reflect having moved automake/.
357        * minimum/Makefile.am: Reflect having moved automake/.
358        * paranoia/Makefile.am: Reflect having moved automake/.
359        * pppd/Makefile.am: Reflect having moved automake/.
360        * ticker/Makefile.am: Reflect having moved automake/.
361        * unlimited/Makefile.am: Reflect having moved automake/.
362
3632003-08-13      Joel Sherrill <joel@OARcorp.com>
364
365        * fileio/.cvsignore: New file.
366
3672003-08-13      Joel Sherrill <joel@OARcorp.com>
368
369        PR 451/bsps
370        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
371
3722003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
375
3762003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
379        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
380
3812003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
382
383        PR 369/filesystem
384        * Makefile.am, configure.ac: sample application to show the use of the
385        DOSFS functions
386        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
387        fileio/system.h: New files.
388
3892003-06-04      Joel Sherrill <joel@OARcorp.com>
390
391        * pppd/system.h: Hack from Ralf to compile on all targets.
392
3932003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac: Add pppd.
396        * Makefile.am: Add pppd.
397
3982003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        Adding pppd:
401        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
402        * pppd/README: New, copied over from libnetworking/pppd/example.
403        * pppd/init.c: New, copied over from libnetworking/pppd/example.
404        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
405        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
406        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
407        * pppd/system.h: New, copied over from libnetworking/pppd/example.
408        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
409        * pppd/Makefile.am: New, converted to automake from Makefile-user.
410        * pppd/.cvsignore: New.
411
4122003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * configure.ac: Remove AC_CONFIG_AUX_DIR.
415
4162003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
419
4202003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.ac: AC_PREREQ(2.57).
423
4242003-01-27      Joel Sherrill <joel@OARcorp.com>
425
426        * Makefile.am, configure.ac: Added new test loopback which shows how to
427        use the loopback interface. Thank you Eric Norum for a portable
428        target independent test which exercises the TCP/IP. This should
429        prevent massive failures in the TCP/IP stack from reaching the
430        street.
431        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
432        loopback/init.c, loopback/loopback.scn: New files.
433
4342003-01-03      Joel Sherrill <joel@OARcorp.com>
435
436        * unlimited/system.h, unlimited/test1.c: Backed off previous
437        modification as it does not compile.
438
4392002-10-31      Chris Johns <ccj@acm.org>
440
441        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
442        can be created. 
443        * unlimited/system.h: PR296. Reference the number of tasks in the
444        configuration table rather than a hardcoded number.
445
4462002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * configure.ac: Unconditionally check for CXX (Hack to bug in
449        autoconf > 2.54).
450
4512002-10-31      Joel Sherrill <joel@OARcorp.com>
452
453        * base_mp/apptask.c: Removed warning.
454
4552002-10-28      Joel Sherrill <joel@OARcorp.com>
456
457        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
458
4592002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * .cvsignore: Reformat.
462        Add autom4te*cache.
463        Remove autom4te.cache.
464
4652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
468        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
469        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
470        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
471        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
472        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
473        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
474        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
475        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
476
4772002-08-01      Joel Sherrill <joel@OARcorp.com>
478
479        * Per PR47 add support for buffered test output.  This involved
480        adding defines to redirect output to a buffer and dump it when
481        full, at "test pause", and at exit.  To avoid problems when redefining
482        exit(), all tests were modified to call rtems_test_exit().
483        Some tests, notable psxtests, had to be modified to include
484        the standard test macro .h file (pmacros.h or tmacros.h) to
485        enable this support.
486        * cdtest/init.c: Modified.
487
4882002-07-01      Joel Sherrill <joel@OARcorp.com>
489
490        * unlimited/test1.c: Corrected use of _Objects_Information_table
491        now that it is a two dimensional array based upon API and class.
492
4932002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * base_sp/apptask.c: Include <stdlib.h>.
496        * hello/init.c: Ditto.
497        * paranoia/init.c: Ditto.
498        * ticker/tasks.c: Ditto.
499        * unlimited/init.c: Ditto.
500        * unlimited/test1.c: Ditto.
501        * unlimited/test2.c: Ditto.
502        * unlimited/test3.c: Ditto.
503
5042002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * configure.ac: Remove ENABLE_GCC28.
507
5082002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * configure.ac:
511        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
512        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
513        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
514        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
515        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
516        * Makefile.am: Remove AUTOMAKE_OPTIONS.
517        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
518        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
519        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
520        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
521        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
522        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
523        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
524
5252001-11-26      Ralf Corsepius
526
527        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
528
5292001-10-25      Eric Norum <eric.norum@usask.ca>
530
531        * cdtest/system.h: Configure 1 semaphore.  This probably covers
532        up not defining one for the GCC C++ Run-Time Libraries.
533
5342001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
537
5382001-10-12      Joel Sherrill <joel@OARcorp.com>
539
540        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
541        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
542        Fixed typo.
543
5442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
547        * configure.in: Remove.
548        * configure.ac: New file, generated from configure.in by autoupdate.
549
5502001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
553        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
554        * cdtest/Makefile.am: Remove LD_LIBS.
555
5562001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
559        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
560        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
561        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
562        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
563        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
564        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
565        make-cxx-exe.
566        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
567        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
568
5692001-06-14      Joel Sherrill <joel@OARcorp.com>
570
571        * cdtest/system.h: Removed configure of POSIX mutexes since
572        there do not appear to be any used in this test.
573
5742001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
575
576        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
577
5782000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
581
5822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
585
5862000-10-30      Joel Sherrill <joel@OARcorp.com>
587
588        * POSIX include files merged into newlib.  This resulted in
589        some definitions moving to other files and thus some secondary
590        effects in RTEMS source code.
591        * paranoia/paranoia.c: Commented out incorrect and conflicting
592        prototype of read().
593
5942000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
597        Switch to GNU canonicalization.
598        * sample.am: Remove DEFS.
599
6002000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
603        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
604        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
605        unlimited/Makefile.am: Include compile.am
606
6072000-08-10      Joel Sherrill <joel@OARcorp.com>
608
609        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.