gdr
71090e862f
Initial checkin of documentation (latex/html source). Only the
...
kern reference is really ready for viewing, and that is still missing
the index.
1997-11-24 05:07:28 +00:00
gdr
1f1b3ada37
Initial checkin of gsh v1.1 as provided by Tony Diaz.
1997-11-18 05:31:00 +00:00
gdr
99e3b1cd28
Changed some code that was causing nroff errors. This page still has
...
to be reviewed; there are still problems with it.
1997-11-17 04:47:51 +00:00
gdr
dabc2c9205
initial checkin, as contributed by Dave Tribby
1997-11-17 04:27:06 +00:00
gdr
8590ffb646
These are Dave Tribby's changes that were necessary to make
...
sed (which uses these routines) work correctly. See the file
GNO.notes for more details.
1997-11-17 04:13:08 +00:00
gdr
a3f1e8a401
added list of BSD system calls that are unimplemented in GNO.
1997-11-03 03:15:58 +00:00
gdr
ebebdd3a04
avoid duplicates of usr.orca.bin in xfer directory
1997-11-01 19:49:27 +00:00
gdr
11f6208435
- added entries for the unfinished routines localeconv(3) and setlocale(3)
...
- added rmdir(2) entry (finished)
- added entries for the libcontrib package
1997-11-01 19:37:44 +00:00
gdr
8e355814f7
- Checked in and verified various utils from Evan, Dave, Derek, and Devin.
...
- Assigned udl to Soenke.
1997-11-01 19:36:19 +00:00
gdr
657ead2d08
added Yet More Stuff
1997-11-01 19:34:29 +00:00
gdr
9a6d867e7f
for the junk.c target:
...
- Use macros for -I flag values rather than explicit directories
- Use a text diversion rather than explicit shell redirection.
This avoids a gsh hang on some systems.
1997-11-01 19:16:29 +00:00
gdr
072c984053
make CHDIR macro work when NDEBUG is defined (and therefore the assert
...
is a null op).
1997-11-01 19:12:16 +00:00
gdr
37a13feeb9
[Changes submitted by Derek Taubert.]
...
binconst.mk, binrules.mk:
The $(MAIN) macro is now the basename of the file containing
the main() function, and therefore the only .root file that
should exist is $(MAIN).root. If MAIN is not set in the lower
level makefiles, it defaults to $(PROG).
paths.mk:
ORCA_DIST has changed from /orca-native to /lang/orca.
1997-11-01 19:10:37 +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
f61bb88c0d
Initial checkin. This cpp comes from lcc v4.0.
1997-10-30 05:51:13 +00:00
gdr
0e441fea76
initial checkin
1997-10-30 05:47:18 +00:00
gdr
13a3dc63c3
added:
...
path expansion
file copying
GS/OS error printing (unused)
1997-10-30 04:57:25 +00:00
gdr
68e30dd46a
Split vfprintf.c into 2 via #ifdefs, so that ORCA/C can create two
...
different object files.
Added "%b" printf specifier for as per the ORCA/C implementation,
but disable it for now pending an ORCA/C bug.
1997-10-30 04:52:45 +00:00
gdr
88223ca717
added "%b" specifier (Apple IIgs specific) for Pascal-type strings
1997-10-30 04:49:02 +00:00
gdr
2b38da3926
- added rmdir(2)
...
- eliminate a shitload of casts by using the dynamic gsstring hack
in <types.h>
1997-10-30 04:46:53 +00:00
gdr
fd08c34074
initial checkin
1997-10-30 04:45:25 +00:00
gdr
9f917c3089
Added Henry Spencer
1997-10-30 04:28:04 +00:00
gdr
63235a6c30
extract release target out to a different file
1997-10-30 04:26:58 +00:00
gdr
81acf39ec5
Add usr.sbin.shk to list of build files
1997-10-30 04:23:37 +00:00
gdr
ef1b203392
add an alias for df so that we don't get the shell builtin.
1997-10-30 04:22:33 +00:00
gdr
4c3a20638e
don't puke on pages that are already in GNO's nroff format
1997-10-30 04:21:56 +00:00
gdr
293fc61f14
descu.c:
...
- eliminate some extraneous whitespace in the database sources
describe.1, descc.8:
- change database path to /usr/lib/describe.db
1997-10-30 04:19:10 +00:00
gdr
c6e102e916
updated for inclusion in GNO base build
1997-10-30 04:14:21 +00:00
gdr
14a1927519
fixed name of contrib library
1997-10-30 04:06:11 +00:00
gdr
998b53c1c9
modified for inclusion into GNO base build
1997-10-30 04:04:35 +00:00
gdr
0a72bc2794
Added documentation, make 'help' explicitly a gsh script.
1997-10-30 03:51:56 +00:00
gdr
e7015008c4
modified for inclusion in GNO base build
1997-10-30 03:50:04 +00:00
gdr
fbcef9625a
modified for inclusion in GNO base build
1997-10-30 03:35:21 +00:00
gdr
e04dacb065
fixed some formatting
1997-10-30 02:34:54 +00:00
gdr
b9c3d5d27d
modified to fit into GNO base build
1997-10-30 02:33:49 +00:00
gdr
24b9cda931
fixed a comment
1997-10-30 02:28:49 +00:00
gdr
b5b9abc713
prototyped
1997-10-30 02:18:16 +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
70949ed9a3
Derek's initial changes, with a minor change in whitespace by gdr
...
to minimize the diffs with the original version.
1997-10-26 18:38:03 +00:00
gdr
fd453f99d5
Initial checkin. Matches 4.4BSD, except that the man page has been
...
reformated.
1997-10-26 17:12:24 +00:00
gdr
86fc467fac
added regex man pages (chap 3 and 7)
1997-10-08 07:09:19 +00:00
gdr
280300e2f8
This now builds under ORCA/C. Completely untested.
1997-10-08 07:07:51 +00:00
gdr
b7b8ffe87b
- started building with ORCA/C
...
- changed OPSHIFT macro to use a (unsigned long) vs (unsigned) cast;
this at least will compile now; ORCA/C was complaining about 'duplicate
label in case statement'.
1997-10-08 07:07:14 +00:00
gdr
a5c3c955aa
initial checkin
1997-10-08 03:48:16 +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
e4e2dd505c
initial checkin
1997-10-07 01:43:55 +00:00
gdr
6ec822da35
minor rProgInfo changes
1997-10-05 16:42:03 +00:00
gdr
3f66072e30
initial checkin
1997-10-04 05:24:01 +00:00