gdr-ftp
5ffbafc1b5
sys/stat.h:
...
- missed a dependency on <sys/types.h>
1999-02-14 07:19:59 +00:00
gdr-ftp
edee25c942
syslog.h:
...
- The facility/priority has gone back to being of type int vice long;
the original change was a red herring.
- The current syslog implementation will now talk to Phil's original
syslogd, so only list the version zero protocol structure.
1999-01-04 05:09:04 +00:00
gdr-ftp
f880e0c973
vis.h: initial checkin
1999-01-04 05:08:13 +00:00
gdr-ftp
c2d4a9371b
gno.h:
...
- Added declaration for the global "__progname".
- Added prototypes for sprintmt(3) and vsprintmt(3).
1998-10-31 18:50:44 +00:00
gdr-ftp
a9c8ba111c
syslog.h:
...
- added prototypes for vsyslogmt() and syslogmt()
- changed the internal structure used by syslogd(8) and the
syslog(3) family of routines
1998-10-31 18:48:50 +00:00
gdr-ftp
4e1bec2062
stdio.h:
...
Changed some '0' constants to '0L'. Probably not necessary, but
consider it paranoia from earlier ORCA/C bugs.
sys/syslog.h:
These changes reflect the new implementation for syslog(3) and
friends. The biggest change is that the facility/priority (which
is encoded as a single number) requires 32 bits, so has been moved
from an int value to a long value.
This means that any programs using syslog(3) cannot merely be
relinked, but will need to be recompiled.
This file also contained various constants coded as bitshift
values, like (4<<3). ORCA/C can't handle this in the context
of a constant initializer, so these constants have been resolved
and changed to single hex values. The originals are left in
comments.
sys/uio.h:
- #include <sys/types.h> if it has not already been done.
- change the return value of readv/writev back from size_t to
ssize_t. I don't recall why they were originally changed,
given that they weren't implemented and BSD uses ssize_t.
1998-06-24 00:12:32 +00:00
gdr-ftp
442d75ce87
netif.h:
...
Replaced a non-standard #import directive with a guarded #include.
1998-06-22 06:48:55 +00:00
gdr-ftp
7c77098c01
kerntool.h:
...
Updated with the remainder of the changes for the v2.0.6 kernel.
1998-04-29 03:05:40 +00:00
gdr-ftp
ff4949a278
locale.h rune.h runetype.h:
...
- initial checkin. No changes from the BSD versions other than
extra #include guards
1998-04-10 21:19:40 +00:00
gdr-ftp
9b6b8bb59a
gno.h:
...
-added __REPORT_STACK macro
1998-03-28 18:36:43 +00:00
gdr-ftp
92ee492794
added the _reportStack(3) routine
1998-03-28 16:46:59 +00:00
gdr-ftp
798d7a250c
stdlib.h:
...
- added decls for ecvt and fcvt
- deleted some extraneous #ifdefs
1998-03-25 03:53:34 +00:00
gdr-ftp
7242272eb4
don't have a <termcap.h> in the gno/include directory; this header
...
file gets put into /usr/include from the directory gno/lib/libtermcap.
1998-03-06 06:24:48 +00:00
gdr-ftp
d124889572
- initial checkin of <sys/utsname.h>. No diffs from the BSD version
1998-02-16 22:46:44 +00:00
gdr-ftp
ebe6b4168b
- some #endif's had (illegal) trailing text. Made this text into comments.
1998-01-25 20:58:56 +00:00
gdr
3a0978f855
added _assertStack and _getStackBottom
1997-12-21 19:58:15 +00:00
gdr
2a490753dc
don't use FTS_WHITEOUT for GNO (yet)
1997-12-21 19:57:19 +00:00
gdr
7276456260
Put in some fixes that came out of FreeBSD-Current. Compilations not
...
yet verified on the IIgs. Also, dumped #ifdef's that avoided use of
fdopen from before fdopen was available in libc.
1997-12-19 06:34:31 +00:00
gdr
2ef4d75aa5
changes submitted by Derek Taubert:
...
resolv.h: changed proto of res_mkquery()
arpa/nameser.h: added the 'pr' field to the HEADER struct
1997-11-01 19:06:22 +00:00
gdr
51ae0e883d
initial checkin. This is provided for compatibility with old BSD sources
1997-10-30 02:13:59 +00:00
gdr
10f5957592
If __USE_DYNAMIC_GSSTRING__ is #defined prior to the inclusion of
...
<types.h>, then GSString* and ResultBuf* types will by #defined
to be GSStringPtr and ResultBufPtr, respectively.
1997-10-30 02:13:13 +00:00
gdr
4f8059fffa
added cvs identifier and conditional on system #include
1997-10-07 15:00:23 +00:00
gdr
d54f8f999d
initial checkin
1997-10-07 14:58:09 +00:00
gdr
f8cc5f9ba2
Changed this file so that one could get function prototypes in effect
...
by #undef-ing the macros after inclusion of <ctype.h>.
1997-09-24 06:39:23 +00:00
gdr
c0f36cb502
changed some comments
1997-09-21 22:51:14 +00:00
gdr
9b28500b58
Initial checkin: Same as ORCA/C version, but with isblank() added.
1997-09-05 15:42:26 +00:00
gdr
9002791e1c
- replaced modified ORCA stdio.h with modified BSD version
...
- new sane.h to match lsaneglue
- new math.h. Based on ORCA version, but added _isnan() and _isinf()
1997-09-05 05:54:01 +00:00
gdr
42ccbe7f76
added F_GETFL flag
1997-09-05 05:52:28 +00:00
gdr
b08bb195e2
Changed NSIG to 32 vice 31; sys_siglist is a character array from zero
...
to 31, inclusive.
1997-07-28 02:55:56 +00:00
gdr
b6857812c9
initial checkin
1997-05-12 05:02:03 +00:00
gdr
d9405536ea
added histedit.h -- interface for libedit.a
1997-04-28 04:55:49 +00:00
gdr
5f69f98c1a
added in some checks to ensure that __GNO__ is defined when necessary
1997-02-28 04:56:45 +00:00
gdr
1192c44843
initial checkin of header files
1997-02-28 04:42:19 +00:00