Commit Graph

835 Commits

Author SHA1 Message Date
gdr 1192c44843 initial checkin of header files 1997-02-28 04:42:19 +00:00
gdr a0b2bf9a39 initial checkin of man pages 1997-02-27 07:32:31 +00:00
gdr dde31d4227 Initial checkin for mkso(8), a util for making the required .so
"links" for man pages.
1997-01-21 15:34:02 +00:00
gdr 2f69a2a3db Fixed buffered output: full buffering was being done rather than line
buffering.

Added program 'testtee' to provide output for testing.
1996-09-09 06:12:16 +00:00
gdr 4329ce7e29 no longer required 1996-09-03 04:52:42 +00:00
gdr 8b04cea893 - Added -b flag.
- Added *.rez file.
- Makefile now uses install(1) for installation.
1996-09-03 03:56:08 +00:00
gdr 469a09b80b - Fixed error when -d flag specified with volume name -- now ignored.
- Ran sources through indent(1).
- Separated out library routines.
1996-09-03 03:55:00 +00:00
gdr f8c4d4b6d5 Initial checkin of install(1) for GNO, version 1.0. 1996-03-31 23:38:34 +00:00
gdr 6f6fee285e Fixed a minor Unix makefile bug.
Inserted rcs Id strings in various files.
Changed "G. Devin Reade" to "Devin Reade"
1996-02-11 20:05:49 +00:00
gdr 2c0fb29409 eliminated the splatprep droppings 1996-02-11 05:47:05 +00:00
gdr 6197eeee1f Added installation notes the README and an install target to
the makefile.
1996-02-11 00:59:16 +00:00
gdr 9da81eb718 Initial checkin 1996-02-10 17:08:10 +00:00
gdr d23148604d Initial checkin and release for test(1), version 1.0.
This is taken from NetBSD.
1996-02-10 08:27:33 +00:00
gdr e81ffa659a Merged in Soenke's changes for v1.1.5. 1996-02-04 01:34:31 +00:00
gdr cfa60026c9 Initial checkin. 1996-01-29 06:20:12 +00:00
gdr 5ab0aa962f First beta version of describe v1.0.3 sent out by Soenke on 28 Jan 95.
Main changes include:
	searches are now case insensitive
	Lexicographic order in the database was incorrect; if two
	   keywords matched in the first N chars, the wrong entry
	   may be returned.
	Added a va_end() function since it is used by GNO open(2)
	   and Orca/C v2.0.4b now declares that as a macro.
1996-01-28 17:39:31 +00:00
gdr a40ac0f34c version 1.1 of tee for GNO. Version 1.0 was by another author. 1996-01-28 00:53:44 +00:00
gdr 5722e4fa7f version 1.0 of msort and dsort for GNO 1996-01-28 00:52:48 +00:00
gdr a1e9154b96 version 1.0 of rmdir for GNO 1996-01-28 00:51:56 +00:00
gdr 73ce022151 Version 3.0 of the manpack archive. This moved on top of the
original makewhatis repository.  Earlier versions of man, apropos,
and whatis were by other authors (these are written from scratch).
Catman is new.
1996-01-28 00:41:22 +00:00
gdr 8ae768d073 makewhatis version 1.1 (later to become part of the manpack archive) 1996-01-28 00:33:14 +00:00
gdr 39f4efc5b8 makewhatis version 1.0 (later to be incorporated in the manpack archive) 1996-01-28 00:31:34 +00:00
gdr c89ef9549f Whereis version 1.2 for GNO. 1996-01-27 22:40:15 +00:00
gdr bd3ae6f767 Whereis version 1.1 for GNO. 1996-01-27 22:38:42 +00:00
gdr c6cf2a3fa4 describe, descc, descu version 1.0.2. This version was updated
by Soenke Behrens.  See the readme for change details.
1996-01-22 02:40:50 +00:00
gdr 3a79f5a3a6 Describe (and related utils), version 1.0.1. Like v1.0, this checkin
does not include resource forks.  See the README for changes.

This update by Devin Reade.
1996-01-22 01:38:06 +00:00
gdr effd236a58 Describe v1.0 by James Brookes. 1996-01-22 01:27:37 +00:00
gdr 53e5462236 Changed Makefile.unx to select what should be the proper
defines automatically, based on the result of `uname -sr`.
Added Linux defines.
Changed references and definition of "mktemp" to "Mktemp".  There
   is a discrepancy between the internal implementation and
   other common Unix versions.
Added a section to this README on installation, and moved the
   description of the DEFINES from the makefiles to here.
On the IIgs version, the resource fork is now created from a
   resource source file that is compiled, rather than using
   an interactive tool to create the resource fork.
Changed source filenames to use the 8.3 format in anticipation of
   MS-DOS support.  This does not affect the file names upon which
   udl operates.
1996-01-22 01:01:36 +00:00
gdr ed782560cf Soenke's final v1.14 release.
Deleted __CCFRONT__ kludge for Splat!.
Fixed typo in man page and corrected case of ORCA and GNO.
Added /* End Of File */ where necessary.
1995-02-13 19:47:38 +00:00
gdr 3cef5cabcf Fixed bug (via the BROKEN_DIRENT_STRUCT macro) that was causing
filename-munging on Solaris.  It seems that the sys/stat.h header
file doesn't agree with the stat implementation.

Modified Makefile.gs to properly write the new executable over
the old resource fork for udl.  The resource fork originates with
the file udl.r.

Added suggested defines to the README for various Unix platforms.

Man page changes, including grammar and the deletion of a bug that
no longer exists.

Fixed bug where invoking 'udl -u directory' would attempt to
deref a NULL pointer, causing either memory tromping (IIgs) or
a core dump (Unix).

Tested under SunOS 4.x, SunOS 5.x (Solaris), and AIX.
1995-02-08 06:12:49 +00:00
gdr 89c33fa060 Soenke's 3 Feb 95 changes for version 1.14.
Cleaned up the makefiles a bit.

Ran ccprep on the *.c files, so that occ with -g produces good debug
code.  (Reported problem with Orca/C's #append directive.)

Fixed stat() bug when running under Orca/Shell.
1995-02-08 05:47:59 +00:00
gdr c254e15a3b Soenke's 2 Feb 95 modifications to the v1.14 release.
Changed EXTERN to extern in common.h, and added globals.c to compensate.

Fixed bug in IIgs version where invoking "udl -<flags> filename/" (with
the trailing '/') would cause udl to fail due to bad filenames.

Added "help" subdirectory.  The file "help/udl" is created at build time,
and therefore not checked in.

Added some "#pragma noroot"s.
1995-02-08 05:25:26 +00:00
gdr 85008f04ca Soenke's initial checkins for v1.14, dated 30 Jan 95.
The temp file is now created in the same directory as the original file,
then renamed after the conversion is done.

Some small doc changes were made as well, mostly typos and addresses.
1995-02-08 05:15:36 +00:00
gdr a3c069777c The comments on the previous checkin were a bit premature. The enclosed
files are the released version 1.13, minus the files "udl" and "udl.r".
1995-02-08 05:05:49 +00:00
gdr 9366028046 Released udl v1.13 1994-12-13 18:08:34 +00:00