Mercurial > flash_v2
view packages/language/c/libc/stdlib/current/ChangeLog @ 115:6ed91473a1cd ecos-sw-2000-08-21
Merge from eCos master repository on 2000-08-21-22:40:54-BST
| author | jlarmour |
|---|---|
| date | Fri, 25 Aug 2000 17:32:38 +0000 |
| parents | |
| children | 5e8f3b328bb3 |
line wrap: on
line source
2000-08-03 Jonathan Larmour <jlarmour@redhat.co.uk> * src/getenv.cxx: Revert nickg's change of 2000-06-07. environ is meant to be determined by the startup environment (normally in CYGPKG_LIBC_STARTUP), not getenv. 2000-07-27 Jonathan Larmour <jlarmour@redhat.co.uk> * cdl/stdlib.cdl: Require CYGINT_ISO_CTYPE because we need the iswhite() etc. funs 2000-07-04 Jonathan Larmour <jlarmour@redhat.co.uk> * cdl/stdlib.cdl: Remove all parts of malloc implementation and move to new separate package CYGPKG_MEMALLOC * src/malloc.cxx, tests/malloc1.c, tests/malloc2.c, tests/malloc3.c, tests/realloc.c: remove - moved to CYGPKG_MEMALLOC 2000-06-07 Nick Garnett <nickg@cygnus.co.uk> * tests/realloc.c: Include correct pkgconf file. * src/getenv.cxx: Removed externC from definition of environ, so that is actually gets defined. 2000-05-02 Jonathan Larmour <jlarmour@redhat.co.uk> * New package Separated original libc out into separate packages on functional boundaries. Header files are now managed by isoinfra package Plenty of cleanups done, but no major functionality changes //=========================================================================== //####COPYRIGHTBEGIN#### // // ------------------------------------------- // The contents of this file are subject to the Red Hat eCos Public License // Version 1.1 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://www.redhat.com/ // // Software distributed under the License is distributed on an "AS IS" // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the // License for the specific language governing rights and limitations under // the License. // // The Original Code is eCos - Embedded Configurable Operating System, // released September 30, 1998. // // The Initial Developer of the Original Code is Red Hat. // Portions created by Red Hat are // Copyright (C) 1998, 1999, 2000 Red Hat, Inc. // All Rights Reserved. // ------------------------------------------- // //####COPYRIGHTEND#### //===========================================================================
