Menu

Code Commit Log


Commit Date  
[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
[r120] by obarthel

- Lost some more code that is not required for AmigaOS 4.x and can be
handled conveniently through conditional compilation.

2005-01-13 15:39:39 Tree
[r119] by obarthel

- Whether or not stdio console streams are blocking or non-blocking
is now determined at initialization time. The I/O mode is restored before
the program exits. Previously, any changes to the I/O mode would persist.

2005-01-12 09:15:50 Tree
[r118] by theantony

Added -a switch to cp so that it behaves like Copy CLONE.

2005-01-10 00:56:15 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.