Mercurial > flash_v2
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 114:5ad2b71d525e | 115:6ed91473a1cd |
|---|---|
| 1 2000-08-03 Jonathan Larmour <jlarmour@redhat.co.uk> | |
| 2 | |
| 3 * src/getenv.cxx: Revert nickg's change of 2000-06-07. environ is | |
| 4 meant to be determined by the startup environment (normally in | |
| 5 CYGPKG_LIBC_STARTUP), not getenv. | |
| 6 | |
| 7 2000-07-27 Jonathan Larmour <jlarmour@redhat.co.uk> | |
| 8 | |
| 9 * cdl/stdlib.cdl: Require CYGINT_ISO_CTYPE because we need the iswhite() | |
| 10 etc. funs | |
| 11 | |
| 12 2000-07-04 Jonathan Larmour <jlarmour@redhat.co.uk> | |
| 13 | |
| 14 * cdl/stdlib.cdl: Remove all parts of malloc implementation and | |
| 15 move to new separate package CYGPKG_MEMALLOC | |
| 16 | |
| 17 * src/malloc.cxx, tests/malloc1.c, tests/malloc2.c, tests/malloc3.c, | |
| 18 tests/realloc.c: remove - moved to CYGPKG_MEMALLOC | |
| 19 | |
| 20 2000-06-07 Nick Garnett <nickg@cygnus.co.uk> | |
| 21 | |
| 22 * tests/realloc.c: Include correct pkgconf file. | |
| 23 | |
| 24 * src/getenv.cxx: Removed externC from definition of environ, so | |
| 25 that is actually gets defined. | |
| 26 | |
| 27 2000-05-02 Jonathan Larmour <jlarmour@redhat.co.uk> | |
| 28 | |
| 29 * New package | |
| 30 Separated original libc out into separate packages on functional | |
| 31 boundaries. | |
| 32 Header files are now managed by isoinfra package | |
| 33 Plenty of cleanups done, but no major functionality changes | |
| 34 | |
| 35 //=========================================================================== | |
| 36 //####COPYRIGHTBEGIN#### | |
| 37 // | |
| 38 // ------------------------------------------- | |
| 39 // The contents of this file are subject to the Red Hat eCos Public License | |
| 40 // Version 1.1 (the "License"); you may not use this file except in | |
| 41 // compliance with the License. You may obtain a copy of the License at | |
| 42 // http://www.redhat.com/ | |
| 43 // | |
| 44 // Software distributed under the License is distributed on an "AS IS" | |
| 45 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 46 // License for the specific language governing rights and limitations under | |
| 47 // the License. | |
| 48 // | |
| 49 // The Original Code is eCos - Embedded Configurable Operating System, | |
| 50 // released September 30, 1998. | |
| 51 // | |
| 52 // The Initial Developer of the Original Code is Red Hat. | |
| 53 // Portions created by Red Hat are | |
| 54 // Copyright (C) 1998, 1999, 2000 Red Hat, Inc. | |
| 55 // All Rights Reserved. | |
| 56 // ------------------------------------------- | |
| 57 // | |
| 58 //####COPYRIGHTEND#### | |
| 59 //=========================================================================== |
