Commit Graph

565 Commits

Author SHA1 Message Date
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
tribby
923ca66cd6 Add comment about test files that should be built 1998-03-11 17:12:57 +00:00
tribby
e2b5e2e1ef These files should be built rather than kept in repository 1998-03-11 17:11:43 +00:00
gdr-ftp
a26d64bf05 The 'fulltests' script is now located in gno/build.tools 1998-03-11 05:28:01 +00:00
gdr-ftp
9a65f3585a fulltests:
This is a common test script used by many of the utilities.
1998-03-11 05:19:56 +00:00
gdr-ftp
cadd7ef99a libcrypt.rez:
- added rVersion
Makefile:
	- specify sources vice objects so that the new *.mk macros
	  work correctly.
1998-03-11 04:23:34 +00:00
gdr-ftp
227a5d4165 Initial checkin. These sources correspond to the GNO v2.0.4 build. 1998-03-11 04:09:28 +00:00
gdr-ftp
13962cbe8c Makefile:
- install to /usr/bin vice /bin
1998-03-11 03:10:31 +00:00
gdr-ftp
c910d74666 *.desc:
Changed trenco.myrias.com to ftp.gno.org
Makefile:
	install into /usr/bin vice /bin
1998-03-11 03:08:20 +00:00
gdr-ftp
6d45309184 Makefile:
- install to /usr/bin vice /bin
1998-03-11 03:04:57 +00:00
gdr-ftp
ece4e91a5e ctags.desc:
- changed trenco.myrias.com to trenco.gno.org
Makefile:
	- install the GNO version of the man page instead of the
	  BSD version
	- install into /usr/bin vice /bin
1998-03-11 03:02:18 +00:00
gdr-ftp
e846cb8f9a Initial checkin. Unfortunately, the getvers/setvers sources are still
missing; only the manual pages and README files are here.
1998-03-11 02:58:52 +00:00
gdr-ftp
63160f6291 Initial checkin; these sources should correspond to the GNO v2.0.4
version of this util.
1998-03-11 02:57:43 +00:00
gdr-ftp
fdf0d8d918 Initial checkin; these sources should correspond to those used to
build the GNO v2.0.4 version of this util.
1998-03-11 02:56:04 +00:00
gdr-ftp
35a4a5a916 startup.mk:
Explicitly specify the output file in default compilation rules.
	This is needed specifically for the GNO builds, but is also
	relevent to other uses of dmake.
1998-03-11 01:05:04 +00:00
tribby
7f83841bab Missing test files for tr (include binary chars) 1998-03-10 17:30:22 +00:00
tribby
7a381ec9a6 Missing test files for tr 1998-03-10 17:28:05 +00:00