1
0
mirror of https://github.com/cahirwpz/libnix.git synced 2025-11-20 00:09:49 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
be3a110843 Added history about V2.2 and such. 2004-12-04 01:05:35 +00:00
b2cc289c8d Added header for missing function prototype. 2004-12-04 00:57:18 +00:00
ca6e5c4072 Got rid of useless GNUC define. Let the macros take care of it. 2004-12-04 00:56:15 +00:00
06ae980ced Rewrote in C for easier reading. 2004-12-04 00:55:12 +00:00
37223e0cb9 Added headers for missing function prototypes. 2004-12-04 00:54:21 +00:00
6a0d455dd0 Now calls tmpnam. 2004-12-04 00:52:04 +00:00
8acaa7445a Provide pre-V37 compatibility. 2004-12-04 00:51:39 +00:00
c685985dbf Now calls memset (avoids code duplication). 2004-12-04 00:51:09 +00:00
5ed58ad13e Rewrote function to get rid of GCC 3.x warnings. 2004-12-04 00:50:37 +00:00
a87d16a4f6 Fixed GCC 3.x warning. 2004-12-04 00:50:00 +00:00
a99f123db5 Fixed missing function warnings.
Moved headers around so we include <devices/timer.h> before <sys/time.h>
(so we don't have to patch the OS headers)
2004-12-04 00:49:38 +00:00
ec19111de3 Added tmpnam (for tmpfile). 2004-12-04 00:46:50 +00:00
90f1b9b6d2 Deleted duplicate files. 2004-12-03 01:22:35 +00:00
b0ba6083b0 Took out GNUC ifdef. The inline macros should take care of the register
allocation.
2004-12-03 00:59:21 +00:00
7f84c8e269 Took out unneeded OpenLibrary line (used in debugging which has disappeared). 2004-12-03 00:54:22 +00:00
dc9173248c Need to make error messages nonstatic so the asm code can find them. 2004-10-06 14:44:23 +00:00
e42dc803ec Fixed up assembly files. If they had "|" in them, then the comment would get rid of the rest of the function.
Fixed up prototypes for amiga lib functions.
2004-09-12 01:16:36 +00:00
f8848586fd Added large baserel and resident startup code.
Added implementations of truncate, readlink, putenv, setenv.
2004-09-09 23:29:14 +00:00
1b4d2bfb1a This commit was generated by cvs2svn to compensate for changes in r7, which
included commits to RCS files with non-trunk default branches.
2004-09-09 22:52:26 +00:00
539c3f82a6 libnix 2.0 import libnix-2.0 2004-09-09 22:52:26 +00:00
372bdabf6c libnix 1.2 import 2004-09-09 22:09:31 +00:00
f078da1a93 libnix 1.2 import 2004-09-09 22:09:30 +00:00
b356ffcab5 This commit was generated by cvs2svn to compensate for changes in r3, which
included commits to RCS files with non-trunk default branches.
2004-09-09 22:09:30 +00:00
15fcbd7883 initial checkin 2004-09-09 14:10:24 +00:00