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