Commit Graph

821 Commits

Author SHA1 Message Date
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