diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-19 10:05:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-19 10:05:55 +0000 |
commit | b1a173f75e8292448bc186c502f1dd2df10ef72c (patch) | |
tree | 24701745d7b7e7e86af8fafd5d3ed9b9973c187e /time/Makefile | |
parent | 6675b19146f30d626c5adf4c59e0626a2dc2afd0 (diff) | |
download | glibc-b1a173f75e8292448bc186c502f1dd2df10ef72c.zip glibc-b1a173f75e8292448bc186c502f1dd2df10ef72c.tar.gz glibc-b1a173f75e8292448bc186c502f1dd2df10ef72c.tar.bz2 |
Update.
2003-01-19 Ulrich Drepper <drepper@redhat.com>
* 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.
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/Makefile b/time/Makefile index 532066b..a7fe2f9 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 |