Commit Graph

473 Commits

Author SHA1 Message Date
gdr
a029903025 Added a "fudge list" for utilities where we know which class(es) they're
in, but that for some reason don't reference the describe database in
the .index.src files.
1998-01-17 21:26:42 +00:00
gdr
871932548b - added *~ files to list of files removed by the 'clobber' target 1998-01-17 21:21:05 +00:00
gdr
9f794ac7d0 - added the list of as-yet unsorted utils
- fixed some links
1998-01-17 21:19:55 +00:00
gdr
9e8a7cb703 Added a comment that the describe-submit mailing address is not yet
ready for use.
1998-01-17 21:19:00 +00:00
gdr
75febf71c3 The precompiled database can now be made on a Linux machine. 1998-01-17 08:29:22 +00:00
gdr
51b2bbcf92 v1.0.5 January 1998
Increased the number of characters in the name field of the
		nameEntry struct from 34 to 36.  This gives an 8-byte
		alignment to the offset entry, which provides binary
		compatibility of the precompiled database file between
		the IIgs and little-endian 32-bit machines such as
		Linux boxes.

		*** THIS MEANS THAT THE PRECOMPILED DATABASE IS NO LONGER
		    BINARY COMPATIBLE WITH EARLIER VERSIONS.

	Updated descu so that the "Last Updated" line in the describe
		source "header" is updated to reflect the current date
		and time (GMT, if supported).
	Fixed a bug in descu that caused the "header" to be slowly eaten,
		one character at a time.
	The describe database source file is no longer part of this
		archive.  It is available separately from the url,
		above.
	Added a "Known Bugs" section and URLs on where to find the
		online database to this README.  Modified the installation
		instructions a bit.
1998-01-17 07:20:07 +00:00
gdr
be853ae490 Initial checkin as submitted by Dave Tribby. 1998-01-16 04:16:17 +00:00
gdr
c3f0249dc8 Initial checkin for describe web pages. 1998-01-14 05:10:21 +00:00
gdr
9c1ef2e905 udl is done 1997-12-22 01:20:42 +00:00
gdr
8ec58c91e3 compress/zcat
sum/cksum
runover
gno/kerntool.h
1997-12-22 01:20:23 +00:00
gdr
12a86e690f make sure top-level files are tarred up 1997-12-22 01:11:08 +00:00
gdr
737a2b2acb - changed descu so that it updates the "last changed" field in the
database source "header"
- updated some of the README info
1997-12-22 00:34:52 +00:00
gdr
4cdec01660 - put mkso into the normal build directories instead of it being a
special case
- modified mkso to put files in an alternate (presumably HFS) directory,
  if necessary
1997-12-21 22:39:13 +00:00
gdr
1e28540ab0 use segments on the IIgs 1997-12-21 22:11:07 +00:00
gdr
07177f48d1 test more floating point data formats in printf 1997-12-21 20:15:27 +00:00
gdr
b998993162 added trivial test for fts routines 1997-12-21 20:14:21 +00:00
gdr
5aa367e6ff added Tilghman's settimeofday(2) implementation 1997-12-21 20:13:19 +00:00
gdr
97ab3c7a62 - fixed segment name
- changed location of macro include files
1997-12-21 20:12:27 +00:00
gdr
6b8ea553ee added more stack routines 1997-12-21 20:11:17 +00:00
gdr
4aafacd78b fix a bad patch(1) run 1997-12-21 20:05:41 +00:00
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