1 |
27 |
unneback |
2003-02-24 Jonathan Larmour
|
2 |
|
|
|
3 |
|
|
* cdl/stdlib.cdl: Fix doc link.
|
4 |
|
|
|
5 |
|
|
2001-06-28 Jesper Skov
|
6 |
|
|
|
7 |
|
|
* tests/atoi.c (main): Fix warning.
|
8 |
|
|
|
9 |
|
|
2001-06-18 Jonathan Larmour
|
10 |
|
|
|
11 |
|
|
* cdl/stdlib.cdl: requires string functions, so say so.
|
12 |
|
|
|
13 |
|
|
2001-02-14 Jonathan Larmour
|
14 |
|
|
|
15 |
|
|
* src/rand.cxx: Fix typo
|
16 |
|
|
|
17 |
|
|
2000-08-03 Jonathan Larmour
|
18 |
|
|
|
19 |
|
|
* src/getenv.cxx: Revert nickg's change of 2000-06-07. environ is
|
20 |
|
|
meant to be determined by the startup environment (normally in
|
21 |
|
|
CYGPKG_LIBC_STARTUP), not getenv.
|
22 |
|
|
|
23 |
|
|
2000-07-27 Jonathan Larmour
|
24 |
|
|
|
25 |
|
|
* cdl/stdlib.cdl: Require CYGINT_ISO_CTYPE because we need the iswhite()
|
26 |
|
|
etc. funs
|
27 |
|
|
|
28 |
|
|
2000-07-04 Jonathan Larmour
|
29 |
|
|
|
30 |
|
|
* cdl/stdlib.cdl: Remove all parts of malloc implementation and
|
31 |
|
|
move to new separate package CYGPKG_MEMALLOC
|
32 |
|
|
|
33 |
|
|
* src/malloc.cxx, tests/malloc1.c, tests/malloc2.c, tests/malloc3.c,
|
34 |
|
|
tests/realloc.c: remove - moved to CYGPKG_MEMALLOC
|
35 |
|
|
|
36 |
|
|
2000-06-07 Nick Garnett
|
37 |
|
|
|
38 |
|
|
* tests/realloc.c: Include correct pkgconf file.
|
39 |
|
|
|
40 |
|
|
* src/getenv.cxx: Removed externC from definition of environ, so
|
41 |
|
|
that is actually gets defined.
|
42 |
|
|
|
43 |
|
|
2000-05-02 Jonathan Larmour
|
44 |
|
|
|
45 |
|
|
* New package
|
46 |
|
|
Separated original libc out into separate packages on functional
|
47 |
|
|
boundaries.
|
48 |
|
|
Header files are now managed by isoinfra package
|
49 |
|
|
Plenty of cleanups done, but no major functionality changes
|
50 |
|
|
|
51 |
|
|
//===========================================================================
|
52 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
53 |
|
|
// -------------------------------------------
|
54 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
55 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
56 |
|
|
//
|
57 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
58 |
|
|
// the terms of the GNU General Public License as published by the Free
|
59 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
60 |
|
|
//
|
61 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
62 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
63 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
64 |
|
|
// for more details.
|
65 |
|
|
//
|
66 |
|
|
// You should have received a copy of the GNU General Public License along
|
67 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
68 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
69 |
|
|
//
|
70 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
71 |
|
|
// or inline functions from this file, or you compile this file and link it
|
72 |
|
|
// with other works to produce a work based on this file, this file does not
|
73 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
74 |
|
|
// License. However the source code for this file must still be made available
|
75 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
76 |
|
|
//
|
77 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
78 |
|
|
// this file might be covered by the GNU General Public License.
|
79 |
|
|
//
|
80 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
81 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
82 |
|
|
// -------------------------------------------
|
83 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
84 |
|
|
//===========================================================================
|