Changes between Initial Version and Version 1 of Ticket #3000, comment 7


Ignore:
Timestamp:
12/05/17 16:22:29 (6 years ago)
Author:
Joel Sherrill
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3000, comment 7

    initial v1  
    33* Whine that this was easier to report than to fix.
    44* CPUKit Changes
    5   * Add status to enumeration
    6   * Add status to list in rtems status to string
    7   * Add status to list in Ada binding. Should be mechanical.
    8   * Add both error checks to rtems_task_create()
    9   * Add both error checks to rtems_task_mode()
     5  * (PREVIOUSLY COMMITTED) Add status to enumeration
     6  * (PREVIOUSLY COMMITTED) Add status to list in rtems status to string
     7  * (PREVIOUSLY COMMITTED) Add status to list in Ada binding. Should be mechanical
     8  * (PREVIOUSLY COMMITTED) Add both error checks to rtems_task_create()
     9  * (CLEAN UP PASS) Add both error checks to rtems_task_mode()
    1010* Documentation
    11   * Add status to status table in Classic API manual
    12   * Add new status to rtems_task_create() documentation
    13   * Add new status to rtems_task_mode() documentation
     11  * (ADDED) Add status to status table in Classic API manual
     12  * (ADDED) Add new status to rtems_task_create() documentation
     13  * (ADDED) Add new status to rtems_task_mode() documentation
    1414* Testing
    15   * Add rtems_task_create() test case(s) to smpunsupported01
    16   * Add rtems_task_mode() test case(s) to smpunsupported01
     15  * (PREVIOUSLY COMMITTED) Add rtems_task_create() test case(s) to smpunsupported01
     16  * (ONE PREVIOUSLY COMMITTED, ONE ADDED) Add rtems_task_mode() test case(s) to smpunsupported01
     17
     18Patches for "CLEAN UP PASS" and "ADDED" submitted to devel@ mailing list. Pending review to be committed and close this.