1 | Tue Jul 26 21:46:16 2005 Arnold D. Robbins <arnold@skeeve.com>
|
---|
2 |
|
---|
3 | * Release 3.1.5: Release tar file made.
|
---|
4 |
|
---|
5 | Tue Jul 26 21:27:46 2005 Arnold D. Robbins <arnold@skeeve.com>
|
---|
6 |
|
---|
7 | * strtod.c (gawk_strtod) [ENABLE_NLS]: Removed from conditional
|
---|
8 | paralleling change to main.c.
|
---|
9 | * stroul.c (strtoul): Same.
|
---|
10 |
|
---|
11 | Mon Aug 2 12:18:15 2004 Arnold D. Robbins <arnold@skeeve.com>
|
---|
12 |
|
---|
13 | * Release 3.1.4: Release tar file made.
|
---|
14 |
|
---|
15 | Mon May 3 09:24:21 2004 Arnold D. Robbins <arnold@skeeve.com>
|
---|
16 |
|
---|
17 | * strtoul.c: New file.
|
---|
18 |
|
---|
19 | Sun May 2 18:03:54 2004 Arnold D. Robbins <arnold@skeeve.com>
|
---|
20 |
|
---|
21 | * strtod.c (gawk_strtod): Check for locale's decimal point
|
---|
22 | instead of hard-wiring period.
|
---|
23 |
|
---|
24 | Tue Jan 20 10:38:48 2004 Arnold D. Robbins <arnold@skeeve.com>
|
---|
25 |
|
---|
26 | * memmove.c: New file.
|
---|
27 |
|
---|
28 | Mon Jul 7 11:01:43 2003 Arnold D. Robbins <arnold@skeeve.com>
|
---|
29 |
|
---|
30 | * Release 3.1.3: Release tar file made.
|
---|
31 |
|
---|
32 | Wed Mar 19 14:10:31 2003 Arnold D. Robbins <arnold@skeeve.com>
|
---|
33 |
|
---|
34 | This time for sure.
|
---|
35 | -- Bullwinkle
|
---|
36 |
|
---|
37 | * Release 3.1.2: Release tar file made.
|
---|
38 |
|
---|
39 | Mon Feb 3 20:37:09 2003 Pat Rankin <rankin@pactechdata.com>
|
---|
40 |
|
---|
41 | * strftime.c: Restore use of TIME_T_IN_SYS_TYPES_H to control
|
---|
42 | inclusion of <sys/types.h>.
|
---|
43 | (TYPE_SIGNED): Add workaround to avoid diagnostic from Compaq C V6.4.
|
---|
44 | (my_strftime) [case 's']: Likewise; exclude negative number handling
|
---|
45 | if TIME_T_UNSIGNED is defined.
|
---|
46 |
|
---|
47 | Mon Jan 27 12:09:50 2003 Stepan Kasal <kasal@math.cas.cz>
|
---|
48 |
|
---|
49 | * strtod.c (gawk_strtod): Cleanup, changing the logic
|
---|
50 | so that ptr is correct. Fixes the bug that 0e0 is not
|
---|
51 | recognized as numeric.
|
---|
52 |
|
---|
53 | Wed May 1 16:41:32 2002 Arnold D. Robbins <arnold@skeeve.com>
|
---|
54 |
|
---|
55 | * Release 3.1.1: Release tar file made.
|
---|
56 |
|
---|
57 | Tue Dec 4 17:56:46 2001 Arnold D. Robbins <arnold@skeeve.com>
|
---|
58 |
|
---|
59 | * strftime.c: Replaced with glibc version.
|
---|
60 | * strftime.3: Removed
|
---|
61 |
|
---|
62 | Fri Aug 3 09:01:19 2001 Arnold D. Robbins <arnold@skeeve.com>
|
---|
63 |
|
---|
64 | ChangeLog created.
|
---|
65 |
|
---|
66 | * strtod.c (strtod): Fixed test at end for failure to
|
---|
67 | be a little smarter.
|
---|