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