1. 27 Aug, 1998 5 commits
  2. 21 Aug, 1998 1 commit
    • Richard Manby's avatar
      Fixed an RMA leak. · 31ab84f2
      Richard Manby authored
      If a module written in C uses function getenv, buffer space
      is allocated in the RMA. This buffer was never freed, leading
      to RMA leakage when the module was 'RMKill'ed or 'RMReInit'ed.
      
      Changes
      
       c.armsys
         added function _terminate_getenv to free the buffer
      
       c.stdlib
         added flag getenv_finalised to the exit_s structure
      
         initialised getenv_finalised in function _exit_init
      
         atexit tests getenv_finalised, calls _terminate_getenv
      
       s.version
         version string changed to 4.86 (27 Jul 1998)
      31ab84f2
  3. 19 Sep, 1997 1 commit
  4. 09 May, 1997 1 commit
  5. 01 May, 1997 3 commits
  6. 21 Jan, 1997 3 commits
  7. 16 Dec, 1996 1 commit
  8. 21 Nov, 1996 1 commit
  9. 05 Nov, 1996 4 commits