Menu

Code Commit Log


Commit Date  
[r133] by obarthel

- 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.

2005-01-29 18:05:14 Tree
[r132] by obarthel

- We also test the strftime() %U, %W and %j format specifiers.

2005-01-29 17:48:07 Tree
[r131] by obarthel

- Plugged in a different algorithm for calculating the day of the week in
strftime() and asctime_r(). This one isn't sensitive to the effects of
adding/subtracting the local time zone.

2005-01-26 18:41:39 Tree
[r130] by obarthel

- Added a missing file.

- Updated the .cvsignore file.

2005-01-26 09:24:38 Tree
[r129] by obarthel

- The general test program now also exercises the time conversion functions.

2005-01-25 11:21:58 Tree
[r128] by obarthel

- mktime() is supposed to convert the time specification, given as local
time, into the number of seconds since January 1st, 1970, relative to
UTC. This didn't really work up until now since the time value returned
was given as local time.

2005-01-25 11:21:00 Tree
[r127] by obarthel

- Moved the common DateStamp to time_t conversion code into a shared
function.

- The fall-back function for converting time into a string in strftime()
now calls itself for the "%x" and "%X" format specifiers.

2005-01-24 10:25:46 Tree
[r126] by obarthel

- Added instructions for switching over an existing Amiga 68k GCC installation
to use "clib2".

2005-01-20 12:47:31 Tree
[r125] by obarthel

- Added a check against DBL_EPSILON in log() and log10() in place of the
check against 0 that used to be in there.

2005-01-18 20:00:08 Tree
[r124] by obarthel

- The default console output window opened when a program is launched
from Workbench would open and stay open. This was not intended to
happen and is a side-effect of the new stdio initialization code which
checks if the stdio streams are in non-blocking mode. Fixed.

2005-01-15 08:17:10 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.