Commit Graph

453 Commits

Author SHA1 Message Date
gdr-ftp 2c9b8b7381 startup.mk:
- define REZ as "17/occ" versus "occ" so that dmake doesn't
	  have to search the PATH every time it calls $(REZ)
	- explicitly specify the output file for the default rule for
	  making *.r files.

builddate.rez:
	- This file is for inclusion by the various utility *.rez files
	  so that the build date can be displayed in a consistent format.
1998-02-14 23:56:40 +00:00
taubert d9b5117780 Initial commit of wall program 1998-02-11 08:48:44 +00:00
tribby 99bb125e6e awk sources as taken from from Brian Kernighan's Web page at
http://plan9.bell-labs.com/who/bwk/

This is version 970821 without modification for GNO/ME compatibility.
It's being included in the repository to assist in importing future
versions of awk from Bell Labs.

----------------------------------------------------------------------
Added Files:
   awk/FIXES awk/README awk/awk.1 awk/awk.h awk/awkgram.y awk/b.c
   awk/lex.c awk/lib.c awk/main.c awk/makefile awk/maketab.c
   awk/missing95.c awk/parse.c awk/proto.h awk/run.c awk/tran.c
   awk/ytab.c awk/ytab.h awk/ytabc.bak awk/ytabh.bak
----------------------------------------------------------------------

 -- Dave Tribby
1998-02-10 04:26:47 +00:00
taubert 829e7d0929 Initial commit of last utility 1998-02-09 08:58:52 +00:00
taubert 6bd94b0884 Added support for separate object hierarchy and cleaned up libc makefiles 1998-02-09 08:45:21 +00:00
taubert e0a16a3570 Makefile fixes for ftp and rsh 1998-02-09 08:32:56 +00:00
taubert ed01d173df Move crypt support files from libc into libcrypt 1998-02-09 08:25:43 +00:00
taubert 804e124f69 Initial commit for login program 1998-02-09 08:19:25 +00:00
gdr-ftp 50bbda4498 - use the libcontrib out of /usr/lib rather than assuming that it's in
the source tree.
1998-02-09 04:02:21 +00:00
gdr-ftp 6f61169e81 Makefile: Cause the GNO- rather than the BSD-formatted manual page to
be installed for the 'install' and 'release' targets.
rcp.1G:   Changed formatting on two lines.
1998-02-09 04:00:37 +00:00
tribby 16f471c5eb Original checkin of kill source code from Dave Tribby 1998-02-09 00:19:25 +00:00
tribby 888214a8bd Original GNO code for kill tests from Dave Tribby 1998-02-08 23:47:18 +00:00
gdr-ftp de6388b9b9 removed test files used for checking the "CR-check" commit script 1998-02-08 23:26:58 +00:00
gdr-ftp c0e682c624 this is a check of the CR-check "filter". 1998-02-08 23:19:49 +00:00
gdr-ftp ba28616f66 second try 1998-02-08 21:59:22 +00:00
gdr-ftp 82771a5ee8 This file should not make it into the repository. If it does, have
patience ... I'm doing some CVS configuration changes.
1998-02-08 21:56:55 +00:00
gdr-ftp 6bfb3527a9 - Makefiles now have common 'release' and 'install' targets
- most Makefiles now use gno/lib/lib.mk (not all of libc has been
  done yet)
1998-02-08 03:47:40 +00:00
gdr-ftp c8e574bab7 crypt.c, crypta.asm:
- missed some renames of symbols when the namespace pollution
	  problem was addressed.  Hopefully this fixes the unresolved
	  symbols.  Untested.
1998-02-08 03:20:25 +00:00
gdr-ftp f3bea84880 - changed the location where the macro source files are expected to be
found to reflect the directories now recommended in the FAQ.
- added a resource fork with an rVersion.
- use catrez instead of copyfork
- make 'install' and 'release' targets consistent with the rest of
  the GNO builds.
1998-02-08 03:16:55 +00:00
gdr-ftp 17aad04201 There used to be a limit of 65k on the size of the describe
database source when using descu.  This limit was imposed
	due to a bug in ORCA/C (it is no longer clear whether
	this was a bug in malloc(3) or in array indexing code).
	As of ORCA/C v2.1.x, this bug appears to be fixed, so
	the limit was lifted.
A couple of calls to lseek(2) didn't have their return values
	checked for errors.  Fixed.
Updated email address for Devin Reade.
1998-02-07 06:40:11 +00:00
gdr-ftp 8a732d9bc6 - updated gzip entry
- updated Joseph Lee's email addresses
1998-02-05 20:49:57 +00:00
tribby a4b9acdd70 This is Dave, completing Devin's setup test 1998-02-05 20:41:00 +00:00
gdr-ftp 5e645be936 - removed makefile.mk; it was only used for mkso (which has moved to a
different directory)
- at Derek's request, added the dmake startup.mk file that I (Devin) use
  for /usr/lib/startup.mk.  (This file is expected to be in /usr/local/lib
  unless you have set up your environment to change the location.)
1998-02-05 16:37:02 +00:00
gdr-ftp 716edaa21b - (crypta.asm) move all functions into the *.o file. The first one was
getting put into the *.root file.
1998-02-05 16:07:06 +00:00
gdr-ftp e712a9ff58 - fixed a bug (found by Steve Reeves) where the check for an out-of-bounds
errno was never catching illegal errnos, and thus could walk off the
  end of the message array.
1998-02-04 15:16:19 +00:00
gdr-ftp 4b239cd6da - utime(2) test: print access and modification times before exiting 1998-02-04 07:26:53 +00:00
gdr-ftp c3959c4d16 - scanf test. Verifies the operation of scanning floats 1998-02-04 07:24:39 +00:00
gdr-ftp 6bae989841 - when making html versions of the man pages, skip files that appear
not to be GNO man pages, despite the file name.  Be verbose about it.
1998-02-04 07:17:13 +00:00
gdr-ftp bd5fc8b991 - fixed newline problems 1998-02-03 08:08:40 +00:00
gdr-ftp 1259e1599f - initial checkin of the GNO-formatted man page for ftp(1). 1998-02-03 08:01:01 +00:00
gdr-ftp c4ecb61d8b Initial checkin of SIM sources. This includes both simlib and SIM,
itself.
1998-02-03 07:54:12 +00:00
taubert 3036f145f1 Initial commit of GNO kernel and drivers 1998-02-02 08:20:59 +00:00
tribby 1d35e22c64 This is a test checkin from Devin, pretending he's Dave. 1998-01-30 18:36:03 +00:00
gdr-ftp 509f84b6f9 - fixed up .TH line to use the GNO formatting conventions 1998-01-27 16:02:54 +00:00
gdr-ftp b6b44f7d83 - fixed generation of html man pages; the section number was being
listed twice in the <title> block.
1998-01-27 06:25:34 +00:00
gdr-ftp 4f4a589bf7 Makefile, README, index.html, intro.tex, unaval.html:
- changed occurances from trenco.myrias.com to either ftp.gno.org
	  or www.gno.org, as appropriate

index.html:
	- make reference to post-v2.0.4 patches avail from ftp.gno.org
	- deleted reference to Soenke's describe database (obsolete),
	  replaced it with ref to the hosted by www.gno.org

mkhtmlman:
	- fixed bug where a non-man-page file was picked up by this script
	  out of the gsh source directory.
	- man pages may appear now as both name.n and name.nG, where the
	  "n" is the section number.  If both files appear, then the former
	  is BSD-formatted source and the latter is GNO-formatted source.
	  Make sure we're only picking up the latter.
1998-01-26 07:13:14 +00:00
taubert 988e0fb1dc - the BSD-formatted man page is now who.1 and the GNO-formatted man
page is who.1G
1998-01-26 06:18:13 +00:00
taubert a7b5aa5c8a First libcurses commit with changes for GNO 1998-01-26 06:09:49 +00:00
taubert 4079986d8b Created lib.mk as a replacement for <bsd.lib.mk> 1998-01-26 05:49:05 +00:00
gdr-ftp e51733b21a - the BSD-formatted man page is now rcp.1 and the GNO-formatted man
page is rcp.1G
1998-01-26 05:25:18 +00:00
gdr-ftp 7a0a150111 - the BSD-formatted man page is now ctags.1, and the GNO-formatted one
is ctags.1G
1998-01-26 05:22:38 +00:00
gdr-ftp 272fd7918a - eliminate the definition and use of the macros INCLUDE_GNO, INCLUDE_ORCA,
and INCLUDE_GNO_ALT.  The directories specified in 13/orcacdefs/defaults.h
  are now assumed to be correct.  When building lib/libc/stdio/vfprintf.o,
  these directories have to explicitly stated the makefile for the moment.
1998-01-26 00:44:25 +00:00
taubert f53219715c Bring who up to snuff with rest of source tree 1998-01-25 23:36:30 +00:00
gdr-ftp 320f77f2b4 - changed nroff source to be of the style understood by GNO's nroff. 1998-01-25 21:22:20 +00:00
gdr-ftp 61adaadfbe - update the "path" pragma to reflect the new location of the ORCA/C
header files, as specified in the FAQ.
1998-01-25 21:05:28 +00:00
gdr-ftp 2d3f7dce1a - floating point conversion specifiers were disabled, leading to stack
errors if they were used.  They have been reenabled.
1998-01-25 21:03:48 +00:00
gdr-ftp 676fccce0c - fixed some off-by-one errors in day fields. Errors found and fix
provided by Steve Reeves.
1998-01-25 21:01:55 +00:00
gdr-ftp ebe6b4168b - some #endif's had (illegal) trailing text. Made this text into comments. 1998-01-25 20:58:56 +00:00
gdr-ftp 12ab1893b4 - changed (via bsd2man script) nroff source to style understood by the
GNO version of nroff.
1998-01-25 20:56:00 +00:00
gdr-ftp b1fefe20fb - made the formatting in the Synopsis section match the style used
by other manual pages.
1998-01-25 20:17:48 +00:00