1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Fixed the stack swapping function which, for reasons unknown, ceased to work.

git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14746 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2004-10-02 15:56:13 +00:00
parent 7038751f6b
commit 3f19d52557
4 changed files with 38 additions and 68 deletions

View File

@ -31,6 +31,9 @@ c.lib 1.177 (29.9.2004)
- The socket exit code now calls the common stdio function which
flushes and shuts down all buffered and unbuffered files.
- Fixed the stack swapping function which, for reasons unknown, ceased
to work...
- The start time used by clock() is now initialized by a constructor
function.