From b1a173f75e8292448bc186c502f1dd2df10ef72c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 19 Jan 2003 10:05:55 +0000 Subject: Update. 2003-01-19 Ulrich Drepper * time/strftime.c (my_strftime): Handle very large width specifications for numeric values correctly. Improve checks for overflow. * time/Makefile (tests): Add tst-strftime. * time/tst-strftime.c: New file. --- time/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'time/Makefile') diff --git a/time/Makefile b/time/Makefile index 532066b16d..a7fe2f91c5 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-1999,2000,01,02 Free Software Foundation, Inc. +# Copyright (C) 1991-2002, 2003 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -34,7 +34,7 @@ aux := era alt_digit lc-time-cleanup distribute := datemsk tests := test_time clocktest tst-posixtz tst-strptime tst_wcsftime \ - tst-getdate tst-mktime tst-ftime_l + tst-getdate tst-mktime tst-ftime_l tst-strftime include ../Rules -- cgit v1.2.3