Menu

Code Commit Log


Commit Date  
[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
[r123] by --none--

This commit was manufactured by cvs2svn to create tag 'V1_186'.

2005-01-14 09:07:18 Tree
[r122] by obarthel

- Added a missing definition to stdio_init_exit.c which is part of
the OS4 header files, but not of the older header file distributions.

2005-01-14 09:07:17 Tree
[r121] by obarthel

- close() did not reset the non-blocking file property, as it should
have. This only worked for files which were closed anyway, but not
for the stdio streams. Fixed.

2005-01-14 08:36:54 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.