Files
haiku-beta6/src/bin/gawk/missing_d/ChangeLog
T
Axel Dörfler 17049c451a Moved bin/ directory out of apps/.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11909 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-03-19 00:09:19 +00:00

41 lines
1.2 KiB
Plaintext

Mon Jul 7 11:01:43 2003 Arnold D. Robbins <[email protected]>
* Release 3.1.3: Release tar file made.
Wed Mar 19 14:10:31 2003 Arnold D. Robbins <[email protected]>
This time for sure.
-- Bullwinkle
* Release 3.1.2: Release tar file made.
Mon Feb 3 20:37:09 2003 Pat Rankin <[email protected]>
* strftime.c: Restore use of TIME_T_IN_SYS_TYPES_H to control
inclusion of <sys/types.h>.
(TYPE_SIGNED): Add workaround to avoid diagnostic from Compaq C V6.4.
(my_strftime) [case 's']: Likewise; exclude negative number handling
if TIME_T_UNSIGNED is defined.
Mon Jan 27 12:09:50 2003 Stepan Kasal <[email protected]>
* strtod.c (gawk_strtod): Cleanup, changing the logic
so that ptr is correct. Fixes the bug that 0e0 is not
recognized as numeric.
Wed May 1 16:41:32 2002 Arnold D. Robbins <[email protected]>
* Release 3.1.1: Release tar file made.
Tue Dec 4 17:56:46 2001 Arnold D. Robbins <[email protected]>
* strftime.c: Replaced with glibc version.
* strftime.3: Removed
Fri Aug 3 09:01:19 2001 Arnold D. Robbins <[email protected]>
ChangeLog created.
* strtod.c (strtod): Fixed test at end for failure to
be a little smarter.