mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- Changed the algorithm that calculates the number of days that have passed
so far as used by the the __convert_time() function and the conversion code in strftime(). - Also changed the algorithm used by strftime() to produce the week numbers (the '%U' and '%W' format specifiers). The new method is much simpler than the old one. - Made the code that converts a 'time_t' value into the 'struct DateStamp', as used by strftime() and utime(), into its own function. This also fixes a bug in the code strftime() would use which was completely unaware of the local time zone settings. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14815 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: GNUmakefile.os4,v 1.22 2005-01-26 18:41:39 obarthel Exp $
|
||||
# $Id: GNUmakefile.os4,v 1.23 2005-01-29 18:05:13 obarthel Exp $
|
||||
#
|
||||
# :ts=8
|
||||
#
|
||||
@ -366,9 +366,11 @@ C_LIB = \
|
||||
time_clock.o \
|
||||
time_converttime.o \
|
||||
time_convert_datestamp.o \
|
||||
time_convert_time.o \
|
||||
time_ctime.o \
|
||||
time_ctime_r.o \
|
||||
time_data.o \
|
||||
time_days_per_date.o \
|
||||
time_gettimeofday.o \
|
||||
time_gmtime.o \
|
||||
time_gmtime_r.o \
|
||||
|
||||
Reference in New Issue
Block a user