Commit Graph

835 Commits

Author SHA1 Message Date
gdr
3773fe3366 update some locations for trenco 1997-12-03 06:46:41 +00:00
gdr
10327349c4 initial checkin. Documents how to build the manuals. 1997-12-02 15:38:13 +00:00
gdr
e7bb29a749 cpp still isn't working right, but this is an interim checkin:
- compiled for GNO
- added stack diagnostics and error checking
- made large auto arrays static, where possible
- added checks for unexpected recursion
1997-12-02 08:05:53 +00:00
gdr
492cb296f2 added entries for kern ref manual index, _assertStack implementation 1997-12-02 05:31:57 +00:00
gdr
ed43cf427a added listing for regex and stack checking routines 1997-12-02 05:28:37 +00:00
gdr
7da4e89117 update various utilities, mostly contributions from Dave 1997-12-02 05:27:55 +00:00
gdr
fae3756359 - initial checkin, (mostly) as submitted by Dave Tribby 1997-12-02 05:15:27 +00:00
gdr
2823a7ab61 fix the build order for the 'upload' target 1997-11-30 07:56:21 +00:00
gdr
b37ae6415c fixed a table 1997-11-30 06:49:42 +00:00
gdr
17de7accde - updated to list the ftp locations of the various documents 1997-11-30 06:45:16 +00:00
gdr
ce32f61b41 Finished incorporating all the info from the Aug 96 version. Cleaned
it up, and updated some of the info (like distribution restrictions and
obtaining help).
1997-11-28 17:11:06 +00:00
gdr
56e2923d4c deleted an unused user environment 1997-11-28 17:10:14 +00:00
gdr
30c2697ed0 initial checkin 1997-11-28 17:07:01 +00:00
gdr
753315d345 don't snag the sed tests, which happen to have names that look like man pages 1997-11-24 06:46:18 +00:00
gdr
c2951e680e - added the html man pages to the default target
- fixed the making of the html man pages so that they only happen
  when they're actually required.
1997-11-24 05:46:29 +00:00
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