Commit Graph

663 Commits

Author SHA1 Message Date
gdr
10ea6a13be add fdopen.c to build 1997-07-27 23:09:09 +00:00
gdr
bc0a3deceb add fts* routines to build 1997-07-27 23:06:00 +00:00
gdr
649a34d2fd - change segment name
- specify optimization, debugging, memorymodel levels
- use <fts.h> vice "fts.h"
- allow GNO version to use fchdir(3)
1997-07-27 23:05:04 +00:00
gdr
a4ebb50d01 Added Dave Tribby, James Brookes to the list. 1997-07-27 22:47:59 +00:00
gdr
b6857812c9 initial checkin 1997-05-12 05:02:03 +00:00
gdr
da9cc85bc1 added fgetln.c to build 1997-05-03 19:40:45 +00:00
gdr
c6828d9ec1 Initial compile under linux. Not yet tested 1997-05-03 19:37:53 +00:00
gdr
796a6ac638 added entries for fdopen(3) and freopen(3) 1997-05-03 18:55:16 +00:00
gdr
de9483865e added fgetln(3) and fopen(3) man pages -- the latter for fdopen(3) 1997-05-03 18:53:24 +00:00
gdr
d9405536ea added histedit.h -- interface for libedit.a 1997-04-28 04:55:49 +00:00
gdr
5b657fd55a Initial checkin of libedit. This is straight from the 4.4BSD v2.1.5 CDROM 1997-04-16 04:58:54 +00:00
gdr
0f32e3990b It doesn't currently work for Orca/Shell (TERM comes up as not set). 1997-03-20 07:12:02 +00:00
gdr
bf22c21098 changes required to compile under GNO v2.0.6 1997-03-20 06:40:51 +00:00
gdr
50a93eb0a9 initial checkin 1997-03-14 06:22:29 +00:00
gdr
e5b9329e55 more explanations ... 1997-03-11 08:08:06 +00:00
gdr
1ada2c4a0e - added comments about mkso and nroff
- fixed some typos
1997-03-05 07:25:48 +00:00
gdr
a9f1dc62ea fixed dates in .TH line 1997-03-05 06:31:29 +00:00
gdr
d13da50880 replaced by intro.3 1997-03-05 05:35:50 +00:00
gdr
06d467c48e script converts BSD man pages to GNO format 1997-03-05 04:43:54 +00:00
gdr
46d4df16c5 removed a splatprep line 1997-02-28 05:43:54 +00:00
gdr
4430431c34 removed a splatprep line, deleted a file that shouldn't have been here 1997-02-28 05:43:47 +00:00
gdr
d6b3f6684d added implementation notes 1997-02-28 05:42:27 +00:00
gdr
596add410c initial checkin of libc source and tests 1997-02-28 05:12:58 +00:00
gdr
cb5fd8e82d added man pages for init, syslogd 1997-02-28 05:12:12 +00:00
gdr
1e7233ff6a initial checkin of libutil 1997-02-28 05:03:52 +00:00
gdr
4672cfe1a9 configuration file for building sources 1997-02-28 05:03:34 +00:00
gdr
5f69f98c1a added in some checks to ensure that __GNO__ is defined when necessary 1997-02-28 04:56:45 +00:00
gdr
2a62148c84 corrected a comment re Orca/C versions 1997-02-28 04:56:19 +00:00
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