Menu

Code Commit Log


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

- Made the <ctype.h> macros more robust.

2005-01-09 15:20:33 Tree
[r114] by obarthel

- Added the baserel directory to the .cvsignore file.

2005-01-09 10:44:25 Tree
[r113] by obarthel

- Replaced ASSERT() macro invocation with assert() call.

2005-01-09 10:43:40 Tree
[r112] by obarthel

- Dropped the special flag variable used by the abort() function that
tracks whether or not console output is possible. We now use the
global "__no_standard_io" instead.

2005-01-09 10:10:41 Tree
[r111] by obarthel

- Removed a misplaced IsInteractive() from the stdio initialization
function. Now this could have been big trouble...

- Removed tests for FileHandle->fh_Type != NULL which used to precede
all IsInterative() tests. I verified that IsInteractive() will always
return FALSE for NIL: type file handles.

2005-01-09 09:54:33 Tree
[r110] by obarthel

- The "char" limits in <limits.h> are now set up according to the current
compiler settings, which can either default to an unsigned or
signed definition.

- Changed the rules again for the use of stderr/stdout redirection when
printing error messages. It is always safe to redirect them now and
no requester will appear unless you specifically set the value of the
"__no_standard_io" variable to TRUE in your program.

2005-01-09 09:40:33 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.