Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 18 and Version 19 of Release/4.9


Ignore:
Timestamp:
02/07/08 05:17:47 (16 years ago)
Author:
JoelSherrill
Comment:

/* Test Suites */ Add Ada examples

Legend:

Unmodified
Added
Removed
Modified
  • Release/4.9

    v18 v19  
    119119
    120120 *  The Ada tests were updated so that they would compile and run without errors.  Tests that were no longer valid using the current binding were removed.
     121
     122 *  The Ada example programs received a considerable amount of cleanup and saw the addition of a few new tests.
     123  *  cpuuse to demonstrate long names for POSIX threads via Ada by [wiki:TBR/User/JoelSherrill JoelSherrill]
     124  *  test_exception to demonstrate Ada exceptions by Laurent [wiki:Guerby Guerby]
     125  *  dumpwebpage from web to demonstrate GNAT sockets
     126  *  delay_until from web to demonstrate stability of RTEMS timing
     127  *  pingpong is from web to demonstrate GNAT sockets
     128  *  stack_check to demonstrate GNAT Ada task stack checking is functional by [wiki:TBR/User/JoelSherrill JoelSherrill]
     129  *  task_priority to show how Ada priorities map onto SuperCore priorities by [wiki:TBR/User/JoelSherrill JoelSherrill]
    121130= RTEMS API Changes =
    122131
     
    129138  *  Renamed rtems_get_class() to rtems_object_id_get_class()
    130139  *  Renamed rtems_get_index() to rtems_object_id_get_index()
    131 = Changes Per Point Release =
     140
     141=Changes Per Point Release=
    132142
    133143= Release 4.9.0 Changes =