Changes between Version 15 and Version 16 of Release/4.8


Ignore:
Timestamp:
10/01/07 03:46:32 (17 years ago)
Author:
JoelSherrill
Comment:

/* RTEMS Improvements */ Typo

Legend:

Unmodified
Added
Removed
Modified
  • Release/4.8

    v15 v16  
    3737  *  The C Program Heap is now implemented directly in terms of the SuperCore Heap Handler.  This means that the Region Manager is no longer a required manager.
    3838  *  The newlib reentrancy user extension is now statically installed.  This means that the User Extension Manager is no longer a required manager.
    39   *  Much work has been done to split files which contained multiple functions into one function per filein the SuperCore, Classic API, and SAPI.  This reduces code space.
     39  *  Much work has been done to split files which contained multiple functions into one function per file in the SuperCore, Classic API, and SAPI.  This reduces code space.
    4040  *  Much work as been done to instantiate global data on a per manager and per handler basisin the SuperCore, Classic API, and SAPI.  This reduces .data and .bss space.
    4141