Commit Graph

453 Commits

Author SHA1 Message Date
gdr
007531d795 - no longer specify -I flags on the command line; include files must
already be in /usr/include and other system directories.
1997-12-21 20:04:19 +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
a0525b81fd decl of fts_set was missing '*' for the first parm 1997-12-21 19:44:24 +00:00
gdr
b294c85eb2 settimeofday is now (partially) implemented 1997-12-21 19:43:03 +00:00
gdr
5132e3d0b4 remove msort .so link; use mkso instead 1997-12-21 19:42:00 +00:00
gdr
5b6c4960d5 mkso moved to sbin directory 1997-12-21 19:41:00 +00:00
gdr
7861f65bbb - Soenke submitted various changes (mostly path names) for v1.0.4 that
I missed.
- The pathname of the compiled database was changed to match the sources
  (/usr/lib/describe.db)
- The location of the online database is now mentioned.
1997-12-20 17:14:00 +00:00
gdr
0e5599af83 initial checkin of FilePort/NullPort sources 1997-12-19 07:54:52 +00:00
gdr
c1f439e0a7 Incorporated into the GNO base distribution.
Changed the initialization for the getopt(3) package to work with
     BSD-based systems (like GNO v2.0.6) as well as with GNU-based
     systems.
  Use proper capitalization for "UNIX" and "ORCA".
1997-12-19 07:48:16 +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
d34f9db837 Initial checkin for GNO, such that it actually compiles and links.
No functional differences.  Not tested.
1997-12-08 16:07:19 +00:00
gdr
be57edaf08 Added documentation for _assertStack and _getMinStack. 1997-12-08 15:39:11 +00:00
gdr
6065babc81 added two more stack routines 1997-12-08 15:15:19 +00:00
gdr
b72fd53882 added a necessary escape character 1997-12-08 15:14:52 +00:00
gdr
79ab0e7f2b insight'ed cpp. Nothing found that should be of interest. 1997-12-08 03:40:12 +00:00
gdr
619c3191d1 added a link to the File System Hierarchy "standard" in the "related links"
section
1997-12-06 07:04:49 +00:00
gdr
9553efb5cf change the suffix of the html faq log so that it views correctly 1997-12-06 07:02:52 +00:00
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