Commit Graph

581 Commits

Author SHA1 Message Date
gdr-ftp
f589b65333 tty.4:
Finished converting this man page to nroff source (it was
	previously preformatted).
1998-04-16 05:03:39 +00:00
gdr-ftp
2495ce287f basename.3:
dirname now returns "." instead of "" for arguments containing
	no directory components
fgets.3:
	added a GNO note about streams opened in binary mode.
1998-04-11 19:13:41 +00:00
gdr-ftp
af6a5191a8 mkgen, describe.src:
minor changes to some URLs
1998-04-11 19:08:30 +00:00
gdr-ftp
6a7127aa10 Initial checkin. This file creates a web version of gno/NOTES/status.bin. 1998-04-11 03:23:23 +00:00
gdr-ftp
04e5cb4232 status.bin:
I did some formatting changes to make it easier for a perl
	script to parse this file and create a web page showing current
	status.  No change to content.
1998-04-11 03:20:13 +00:00
gdr-ftp
d6d81225de copyfile.c:
The last fix wasn't quite correct in that (for copying only data
	forks) the rez fork was still created but with zero length.
	This fix doesn't create the rez fork at all under those
	circumstances.
1998-04-10 21:36:08 +00:00
gdr-ftp
e8879227c8 basename.c:
If the argument provided to dirname(3) doesn't have a
	directory component, return "." instead of "".
1998-04-10 21:33:20 +00:00
gdr-ftp
50a2dce1b5 initial checkin for strftime(3) test program 1998-04-10 21:25:07 +00:00
gdr-ftp
ff4949a278 locale.h rune.h runetype.h:
- initial checkin.  No changes from the BSD versions other than
	  extra #include guards
1998-04-10 21:19:40 +00:00
gdr-ftp
6f8d3ed148 Updated entries for:
date, du, info, more, strings, tar, launch, write, getty, login
1998-04-10 20:28:36 +00:00
gdr-ftp
efd645f1ca Fixed an off-by-one error; removerez would abort with the usage message
if only one filename was given.
1998-04-10 20:19:24 +00:00
gdr-ftp
b9be5b37c2 compile.1:
added reference to link(1) man page.
1998-04-10 20:17:58 +00:00
gdr-ftp
b8915c9cd4 This is write version 2.1 from 8 March 1994. The manual page has been
converted from preformatted ascii to nroff source.  Leslie's email
address was also updated.
1998-04-10 20:03:55 +00:00
gdr-ftp
f91ed7c806 Initial checkin of Leslie Barstow's 1993 v1.0 write(1) implementation,
minus the man page.
1998-04-10 19:50:41 +00:00
gdr-ftp
49c374ec7c The launch(1) man page is now in the gno/usr.bin/launch directory,
so we don't need it here.
1998-04-10 19:43:49 +00:00
gdr-ftp
2553a92197 Initial checkin for launch(1). No changes yet for GNO v2.0.6.
The man page has been copied from the gno/usr.man/man1 directory,
from which it will be deleted.
1998-04-10 19:41:57 +00:00
gdr-ftp
e72e1c891f Initial checkin of what is believed to be tar v2.0. There was a
tar v2.0.1 binary distributed on the 'net that claimed to have fixed
an unspecified bug in this version, but neither the sources nor
the originator of that fix are available.

It may be appropriate to completely replace this implementation.
1998-04-10 19:30:29 +00:00
gdr-ftp
ade81f0a94 Initial checkin of the GNO v2.0.4 strings(1) util. No changes yet for
GNO v2.0.6, other than a GNO-formatted man page was created from the
BSD original.
1998-04-10 19:21:40 +00:00
gdr-ftp
e51b60e6cf These are changes that apparently bring the version number to 2.0.
However, judging from the comments at the top of the source file,
the v2.0 changes were based on more v1.31 rather than 1.4.  When
this program is updated, these diffs should be evaluated.  (Unless,
of course, the current version is tossed in favor of a recent BSD
derivative.)

Here are the comments for the changes from v1.31 to v1.4 that may have
been dropped while moving to v2.0.  See the cvs diffs for details:

> v1.4  - Termcap support has been added and tested.  Look for a soon to be
>         faster version coming soon to a ~/bin directory near you!
>
> v1.32 - uses isatty(x) instead of fstat.  more portable (opinion).
>         soon to be added, TERMCAP support, won't that be nice?
1998-04-10 19:10:01 +00:00
gdr-ftp
861f178146 Initial checkin of more v1.4. I've converted the manual page from
aroff source to nroff source so that it can go into the repository
(binary files are not handled well in cvs).
1998-04-10 19:02:04 +00:00
gdr-ftp
2a99711c42 Initial checkin. These have no modifications for GNO v2.0.6, other
than I assigned version numbers to previous releases.  The most current
was v1.4.  See the comments at the top of du.c.
1998-04-10 18:13:27 +00:00
gdr-ftp
027b934919 This is asm version 1.1 of date(1), also by Phil Vandry. There are still
no GNO v2.0.6 specific changes.
1998-04-10 18:03:48 +00:00
gdr-ftp
98f457ebec Initial checkin of asm version 1.0 of date(1) by Phil Vandry (no changes
for GNO v2.0.6).  I've not checked, but it's unlikely that this is
POSIX compliant.
1998-04-10 18:00:18 +00:00
gdr-ftp
45dd3d2857 fudgeinstall:
- use install(1) instead of cp(1) for now, since cp has been
	  observed to trash files.
	- changed installation locations to make use of /gno and /gno-hfs
	  partitions.
	- various changes to reflect which files have been updated
	  since the last time fudgeinstall was used.
1998-04-10 17:46:28 +00:00
gdr-ftp
8f71ef8237 namespace:
- added an entry for /tmp, since we cannot count on people having
	  this as a RAM- or other real disk when GNO is started.
	- make defaults use "/gno" and "/gno-hfs" as the *real* volume
	  names, rather than "/s21/dist" and "/s22/dist".

inittab, termcap, tty.config, ttys:
	added.
1998-04-10 17:08:36 +00:00
gdr-ftp
08a66d465e The /tmp directory will be empty during shipping. Put a file in there
to ensure that it gets extracted.
1998-04-10 17:00:43 +00:00
gdr-ftp
7d184b3391 Various changes to get getty compiling under GNO v2.0.6. In general
they are:
	- changed the makefile
	- prototyped functions
	- eliminated pathnames.h since all it does is #include <paths.h>
	- used gettytab.h for various function declarations
	- verified stack usage at 712 bytes
	- eliminated dummy gethostname() function.  Instead, get it
	  from libc.  This exposes a problem with gethostname.
	  See PR#59 for details.
	- eliminated a dependancy on strftime for the moment by
	  calling ctime() instead.
	- Added GNO-formatted versions of the man pages.
1998-04-10 16:18:06 +00:00
tribby
ddb82cb2e0 Remaining files for awk 2.0 that were left out of the previous checkin.
Maybe someday I'll become adept at using cvs...
1998-04-07 17:06:53 +00:00
tribby
0b6d503134 awk 2.0 for GNO/ME, including modified Bell Labs source code, test cases,
and output files for test case comparison. See README.gno for implementation
notes. NOTE: some test cases in tests/dotests are commented-out because
they depend on pipes working and/or the "sort" utility.
1998-04-07 16:19:01 +00:00
gdr-ftp
d522fa44b8 Changed entries for:
suspda, aroff, binprint, center, less, ls, make, makemake,
	mkdir, passwd, ps, purge, stty, test, time, touch, uname,
	upper, vi, renram5, alarm, apropos, aw30, awk, banner,
	basename, cal, calendar, cclean, ctags, describe, dirname,
	eps, fold, help, install, last, link, lseg, man,
	removerez, rlogin, rsh, tsort, wall, whatis, who, whois,
	udl, catman, cron, descc, descu, getty, login, newuser,
	newuserv, nogetty
1998-03-31 15:22:15 +00:00
gdr-ftp
109c7880bf initial checkin 1998-03-31 03:33:03 +00:00
gdr-ftp
f6f777413b - minor changes to fit into the GNO build 1998-03-31 03:29:10 +00:00
gdr-ftp
b1128f4c89 Makefile:
- fix a problem with the 'install' and 'release' targets
README:
	- added some comments on possible optimizations
1998-03-29 20:52:16 +00:00
gdr-ftp
ef3c68dfac - minor changes to build under the GNO base distribution 1998-03-29 20:47:12 +00:00
gdr-ftp
48574decdd - makefile changes to build under the GNO base distribution
- fixed a bug when the argument does not contain a directory delimiter
1998-03-29 20:46:17 +00:00
gdr-ftp
db224b5b07 - modifications for compilation under GNO v2.0.6 base build. See
the README for details of changes.
1998-03-29 07:16:25 +00:00
gdr-ftp
aa8b92ae3a stack.3:
- added some functions missing from the NAME line
	- added a description of __REPORT_STACK
1998-03-28 18:38:02 +00:00
gdr-ftp
9b6b8bb59a gno.h:
-added __REPORT_STACK macro
1998-03-28 18:36:43 +00:00
gdr-ftp
1157a5530f added a description and example of the _reportStack(3) routine 1998-03-28 16:47:51 +00:00
gdr-ftp
92ee492794 added the _reportStack(3) routine 1998-03-28 16:46:59 +00:00
gdr-ftp
04ed2e0e19 cvt.c:
Fix for PR#56 -- there is a kludge to modify the exponent for
	a converted value of zero, due to the way that SANE special-
	cases it.  This kludge was applied for all values that had a
	zero exponent; now do it only for the value zero.
1998-03-28 16:42:32 +00:00
gdr-ftp
70c2382176 describe.src:
- added entries for basename, checknr, dirname, m2o, mkobj, mktmp
	- updated entries for dialup, flex, lseg, wrap
template:
	- changed the default ftp location to ftp.gno.org
1998-03-26 00:32:01 +00:00
gdr-ftp
2105f032fc Initial checkin of basename(1) and dirname(1), as submitted by
Scott Moberly.  The only change was renaming of the makefiles.
1998-03-25 15:08:28 +00:00
gdr-ftp
62215a070f ChangeLog:
summarized all changes from 22 Dec 97 to the present
1998-03-25 06:06:34 +00:00
gdr-ftp
23b1d7acd2 Makefile:
corrected location of assert.o file
1998-03-25 06:05:46 +00:00
gdr-ftp
774f9b72ff copyfile.c:
When copying files, don't make it an extended file unless
	the original has a resource fork.
1998-03-25 04:04:20 +00:00
gdr-ftp
798d7a250c stdlib.h:
- added decls for ecvt and fcvt
	- deleted some extraneous #ifdefs
1998-03-25 03:53:34 +00:00
gdr-ftp
8c9a14c01e cvt.c:
The ecvt(), fcvt(), and __dtoa() routines were generally
	rewritten to address the problem of printing floating point
	numbers (they sometimes came out wrong, especially representations
	of zero).

	__dtoa was written from the description in the BSD sources (note
	that the comment of it being "like ecvt/fcvt other than truncating
	trailing zeros") is not quite accurate where it comes to the rve
	pointer or the printing of zero values.  __dtoa is still expected
	to be wrong for any modes other than 2 and 3, however those modes
	are not used by anything in libc yet.  Fix them when they pop up.

	BSD has not ecvt/fcvt routines, so these have been written based
	on the man page and observed behavior of the Linux implementation.
	There is no gcvt yet.
1998-03-24 16:20:30 +00:00
gdr-ftp
e9cd1d1fb9 Makefile:
getlogin.c was missing from the list of sources, and therefore
	getlogin(3), _getlogin(3), and setlogin(3) were missing from
	the build.
1998-03-24 16:10:35 +00:00
gdr-ftp
95aaac5172 bugs.html, index.html, Makefile:
- added interface to bug reporting system
related.html:
	- added reference to the "Cathedral and the Bazaar" paper.
	- added link to Byte Works' page.
1998-03-15 00:36:38 +00:00