]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/language/c/libc/time/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / language / c / libc / time / v2_0 / ChangeLog
1 2005-03-27  Andrew Lunn  <andrew.lunn@ascom.ch>
2
3         * include/time.h: Added CYGBLD_ATTRIB_STRFTIME_FORMAT where
4         appropriate so the compiler does more checking.
5
6 2004-08-08  Bart Veer  <bartv@ecoscentric.com>
7
8         * src/strptime.cxx: fix spelling
9
10 2003-08-18  Andrew Lunn  <andrew.lunn@ascom.ch>
11
12         * src/strptime.cxx: Added string.h to fix compile warnings.  
13         * cdl/time.cdl: Updated the requires statement for BSD string
14         functions to use the interface rather than the option name.
15         
16 2003-06-26  Brij Bihari Pandey  <fuzzhead012@yahoo.com>
17 2003-06-26  Jonathan Larmour  <jifl@eCosCentric.com>
18
19         * tests/clock.c (main): Add a fudge factor in case the absolute values
20         from clock() are small, in which case the percentage variation
21         would be large.
22
23 2003-06-13  Jonathan Larmour  <jifl@eCosCentric.com>
24
25         * tests/clock.c (main): Avoid div-by-zero if mean==0.
26
27         * cdl/time.cdl: build all POSIX files all the time because they
28         are used internally by the standard ISO C functions even if not
29         exported.
30         [Bug 1000001]
31
32 2003-04-24  Robert Cragie  <rcc@jennic.com>
33
34         * include/time.inl:
35         * include/timeutil.h:
36         * src/timeutil.cxx:
37         Change return type of cyg_libc_time_itoa() to cyg_ucount8.
38         * src/strftime.cxx:
39         Change return type of do_format() to cyg_count8.
40         These benign changes get around a compiler bug using or32-elf-gcc
41
42 2003-03-18  Gary Thomas  <gary@mlbassoc.com>
43
44         * src/strptime.cxx: Initialize time structure to a well known, valid,
45         time/date so even if there is an error, it still makes [some] sense.
46
47 2003-02-24  Jonathan Larmour  <jifl@eCosCentric.com>
48
49         * cdl/time.cdl: Fix doc link.
50
51 2003-01-28  Jonathan Larmour  <jifl@eCosCentric.com>
52
53         * cdl/time.cdl: Correct reference to
54         CYGSEM_LIBC_TIME_POSIX_TIME_ROUTINES in CYGPKG_LIBC_TIME_TESTS to
55         CYGFUN_LIBC_TIME_POSIX.
56
57 2003-01-27  Gary Thomas  <gary@mlbassoc.com>
58
59         * tests/strptime.c: 
60         * src/strptime.cxx: 
61         * include/time.h: 
62         * cdl/time.cdl: Add support for strptime().
63
64 2002-05-14  Jesper Skov  <jskov@redhat.com>
65
66         * cdl/time.cdl: Added -Wno-format to the compiler flags. This is
67         to avoid warnings about Y2K problems with the format specifiers
68         used in the strftime test.
69
70 2002-01-09  Nick Garnett  <nickg@redhat.com>
71
72         * tests/clock.c (cyg_start): Added CYG_TEST_INIT() to
73         NOTAPPLICABLE version of cyg_start() so that the breakpoints are
74         correctly sequenced in the testfarm and it does not think that
75         this is a failure.
76
77 2001-06-22  Jesper Skov  <jskov@redhat.com>
78
79         * cdl/time.cdl (CYGFUN_LIBC_TIME_SUS_EXTNS): Added.
80         * src/strftime.cxx (do_format): Added some Single UNIX
81         extensions.
82
83 2001-04-25  Bart Veer  <bartv@redhat.com>
84
85         * tests/time.c (MAX_TIMEOUT):
86         Increase timeout to cope with fast architectures such as the
87         synthetic target.
88
89 2001-04-17  Bart Veer  <bartv@redhat.com>
90
91         * tests/clock.c:
92         Cope with synthetic target reorg
93
94 2000-11-29  Jonathan Larmour  <jlarmour@redhat.com>
95
96         * tests/clock.c: Some targets are quite inconsistent, so skip
97         6 samples now, and increase the tolerance to 40%.
98         Also NA if tracing enabled.
99         Also output the mean and maximum error reached, even when passing.
100
101 2000-11-27  Jesper Skov  <jskov@redhat.com>
102
103         * tests/clock.c: Skip fourth sample too.
104
105 2000-11-14  Jesper Skov  <jskov@redhat.com>
106
107         * tests/clock.c: Skip first three samples.
108
109 2000-10-30  Jonathan Larmour  <jlarmour@redhat.com>
110
111         * include/time.inl: Ensure POSIX *_r functions can be accessed by
112         non-POSIX implementation even when CYGFUN_LIBC_TIME_POSIX is off.
113
114         * src/asctime_r.cxx: No need to make conditional on posix CDL option - 
115         we may want to define an internal-only function.
116         * src/ctime_r.cxx: Ditto
117         * src/gmtime_r.cxx: Ditto
118         * src/localtime_r.cxx: Ditto
119
120         * cdl/time.cdl: abs() is also a requirement
121
122         * src/clock.cxx (clock): Always use unsigned long longs for temp
123         variables (and make sure it's used), rather than making
124         assumptions about clock_t.
125
126         * tests/clock.c: Rewrite
127
128 2000-07-26  Jonathan Larmour  <jlarmour@redhat.co.uk>
129
130         * cdl/time.cdl: Add CYGINT_ISO_DIV dependency
131
132 2000-07-24  Jonathan Larmour  <jlarmour@redhat.co.uk>
133
134         * src/time.cxx: 
135         * src/settime.cxx: 
136         Wallclock moved to io/
137
138 2000-06-20  Jonathan Larmour  <jlarmour@redhat.co.uk>
139
140         * include/time.inl (__gmtime_r): Don't save leap year status when
141         calculating tm_wday
142
143 2000-06-17  Jonathan Larmour  <jlarmour@redhat.co.uk>
144
145         * include/time.inl (gmtime_r): Deal with boundary case correctly
146
147         * tests/gmtime.c (test): Add a couple more test cases
148
149 2000-05-02  Jonathan Larmour  <jlarmour@redhat.co.uk>
150
151         * include/time.h: Just use the defaults for time_t, clock_t and
152         CLOCKS_PER_SEC in isoinfra
153
154         * New package
155         Separated original libc out into separate packages on functional
156         boundaries.
157         Header files are now managed by isoinfra package
158         Plenty of cleanups done, but no major functionality changes
159
160 //===========================================================================
161 //####ECOSGPLCOPYRIGHTBEGIN####
162 // -------------------------------------------
163 // This file is part of eCos, the Embedded Configurable Operating System.
164 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
165 //
166 // eCos is free software; you can redistribute it and/or modify it under
167 // the terms of the GNU General Public License as published by the Free
168 // Software Foundation; either version 2 or (at your option) any later version.
169 //
170 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
171 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
172 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
173 // for more details.
174 //
175 // You should have received a copy of the GNU General Public License along
176 // with eCos; if not, write to the Free Software Foundation, Inc.,
177 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
178 //
179 // As a special exception, if other files instantiate templates or use macros
180 // or inline functions from this file, or you compile this file and link it
181 // with other works to produce a work based on this file, this file does not
182 // by itself cause the resulting work to be covered by the GNU General Public
183 // License. However the source code for this file must still be made available
184 // in accordance with section (3) of the GNU General Public License.
185 //
186 // This exception does not invalidate any other reasons why a work based on
187 // this file might be covered by the GNU General Public License.
188 //
189 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
190 // at http://sources.redhat.com/ecos/ecos-license/
191 // -------------------------------------------
192 //####ECOSGPLCOPYRIGHTEND####
193 //===========================================================================