Menu

Code Commit Log


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

- open() no longer examines a file after opening it in order to figure
out whether read/write accesses are permitted. This decision is now
for the file system to make.

2005-01-09 16:07:27 Tree
[r116] by obarthel

- The V37/V40 compatibility code is no longer built for the AmigaOS4
version of the library.

- Switched over the last use of DeviceProc() to GetDeviceProc(), etc.

2005-01-09 15:58:02 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.