Menu

Code Commit Log


Commit Date  
[r205] by obarthel

- Turns out that the 68k GCC port does not sort constructor and
destructor functions in any way at all. I reimplemented the
entire library constructor/destructor functionality to use the
same approach as libnix.

2005-03-12 14:10:09 Tree
[r204] by obarthel

- Added a table size check to guard against accesses beyond the last
file descriptor.

2005-03-12 09:49:47 Tree
[r203] by obarthel

- Aliases of file descriptors are now using the signal semaphore
of the original file descriptor.

- close() did not return 0 if the file descriptor in question
was really just an alias. Fixed.

- Added a feature which makes it possible to have several clients
use the standard I/O streams (stdin/stdout/stderr) and have these
referring to their process' Input()/Output()/ErrorOutput()
streams. This is intended to support the upcoming shared
library feature.

2005-03-12 09:43:48 Tree
[r202] by obarthel

- Fixed the SAS/C destructor function prototypes and verified
that the constructors/destructors are called in the proper
order, too.

2005-03-11 18:27:27 Tree
[r201] by obarthel

- The destructor function invocation code no longer calls
setjmp(). This is now done within stdlib_main.c prior to
calling the destructor function invocation code.

2005-03-11 16:04:51 Tree
[r200] by obarthel

- Switched over the startup code and the library itself to use
constructor/destructor functions for initialization and cleanup
purposes.

2005-03-11 13:23:18 Tree
[r199] by --none--

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

2005-03-11 11:35:32 Tree
[r198] by obarthel

- Introduced new constructor types and changed the overall priority
order.

2005-03-11 11:35:31 Tree
[r197] by obarthel

- Moved data out of stdlib_data.c and into the code that references
or initializes it.

- The stdlib constructor now performs the CPU/FPU compatibility test.

2005-03-11 09:37:29 Tree
[r196] by obarthel

- The macro definitions deserved better documentation. Well, they probably still do...

2005-03-10 13:58:13 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.