Menu

Code Commit Log


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

- Redirecting stderr to a file no longer has the effect of showing error
messages and assertion failure notifications as requesters. The exception
is in redirecting stderr to NIL: which will prompt the requester use.

- gettimeofday() now calls GetSysTime() rather than DateStamp() to obtain
the current system time. This resolves granularity issues since the
DateStamp() result was only accurate by 1/50 of a second.

- The "ptrdiff_t" definition in <stddef.h> now defaults to type 'int' rather
than 'long int'.

2005-01-08 10:21:28 Tree
[r108] by --none--

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

2005-01-02 09:07:22 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.