Menu

Code Commit Log


Commit Date  
[r182] by obarthel

- Moved the Workbench console stream initialization into the
initialization code for the stdin/stdout/stderr streams and
out of the program parameter setup.

- The current program name is now set up in the stdlib
initialization function.

- Simplified the machine test code; moved the FPU check into
the math initialization code.

- Added more safety checks to verify that file descriptor
file handles are valid.

2005-03-07 11:16:43 Tree
[r181] by obarthel

- Corrected the names of macros.

2005-03-06 09:04:44 Tree
[r180] by obarthel

- DoTimer() now calls AllocSysObject() rather than making up
a MsgPort locally.

- The record locking semaphore code now builds a semaphore to add
before it tries to find the public one in memory. That way, the
code can spend less time in Forbid() state and, heaven forbid,
refrain from allocating memory while in that state.

2005-03-06 09:00:16 Tree
[r179] by obarthel

- Replaced the plain text documentation with HTML versions.

2005-03-05 18:34:01 Tree
[r178] by obarthel

- Fixed a compiler problem in the socket setup.

2005-03-05 17:55:26 Tree
[r177] by obarthel

- Feature freeze!

2005-03-05 17:16:55 Tree
[r176] by obarthel

- In the thread-safe variant, the library now tries to allow
multiple concurrent callers to use the socket functions. Note
that this works only with the Roadshow TCP/IP stack, and the
results with other TCP/IP stacks are rather unpredictable.

2005-03-04 20:08:19 Tree
[r175] by obarthel

- Rewrote the code that allocates the file descriptor and file
buffer tables so that all the memory allocations are in one
place and it's possible to specify exactly how many table
entries are required at a time.

- Creation and initialization of semaphores now uses the AmigaOS4
specific functions for this purpose, if available.

2005-03-04 09:07:09 Tree
[r174] by obarthel

- Added a very simple test program, just to see how much of the library
it will pull in when linked.

2005-03-03 15:12:18 Tree
[r173] by obarthel

- Added uname command, as contributed by Peter Bengtsson. Thank you very much!

2005-03-03 15:02:26 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.