Commit Graph

  • 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) gdr-ftp 1998-02-08 03:47:40 +00:00
  • c8e574bab7 crypt.c, crypta.asm: - missed some renames of symbols when the namespace pollution problem was addressed. Hopefully this fixes the unresolved symbols. Untested. gdr-ftp 1998-02-08 03:20:25 +00:00
  • 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. gdr-ftp 1998-02-08 03:16:55 +00:00
  • 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. gdr-ftp 1998-02-07 06:40:11 +00:00
  • 8a732d9bc6 - updated gzip entry - updated Joseph Lee's email addresses gdr-ftp 1998-02-05 20:49:57 +00:00
  • a4b9acdd70 This is Dave, completing Devin's setup test tribby 1998-02-05 20:41:00 +00:00
  • 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.) gdr-ftp 1998-02-05 16:37:02 +00:00
  • 716edaa21b - (crypta.asm) move all functions into the *.o file. The first one was getting put into the *.root file. gdr-ftp 1998-02-05 16:07:06 +00:00
  • 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. gdr-ftp 1998-02-04 15:16:19 +00:00
  • 4b239cd6da - utime(2) test: print access and modification times before exiting gdr-ftp 1998-02-04 07:26:53 +00:00
  • c3959c4d16 - scanf test. Verifies the operation of scanning floats gdr-ftp 1998-02-04 07:24:39 +00:00
  • 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. gdr-ftp 1998-02-04 07:17:13 +00:00
  • bd5fc8b991 - fixed newline problems gdr-ftp 1998-02-03 08:08:40 +00:00
  • 1259e1599f - initial checkin of the GNO-formatted man page for ftp(1). gdr-ftp 1998-02-03 08:01:01 +00:00
  • c4ecb61d8b Initial checkin of SIM sources. This includes both simlib and SIM, itself. gdr-ftp 1998-02-03 07:54:12 +00:00
  • 3036f145f1 Initial commit of GNO kernel and drivers taubert 1998-02-02 08:20:59 +00:00
  • 1d35e22c64 This is a test checkin from Devin, pretending he's Dave. tribby 1998-01-30 18:36:03 +00:00
  • 509f84b6f9 - fixed up .TH line to use the GNO formatting conventions gdr-ftp 1998-01-27 16:02:54 +00:00
  • b6b44f7d83 - fixed generation of html man pages; the section number was being listed twice in the <title> block. gdr-ftp 1998-01-27 06:25:34 +00:00
  • 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 gdr-ftp 1998-01-26 07:13:14 +00:00
  • 988e0fb1dc - the BSD-formatted man page is now who.1 and the GNO-formatted man page is who.1G taubert 1998-01-26 06:18:13 +00:00
  • a7b5aa5c8a First libcurses commit with changes for GNO taubert 1998-01-26 06:09:49 +00:00
  • 4079986d8b Created lib.mk as a replacement for <bsd.lib.mk> taubert 1998-01-26 05:49:05 +00:00
  • e51733b21a - the BSD-formatted man page is now rcp.1 and the GNO-formatted man page is rcp.1G gdr-ftp 1998-01-26 05:25:18 +00:00
  • 7a0a150111 - the BSD-formatted man page is now ctags.1, and the GNO-formatted one is ctags.1G gdr-ftp 1998-01-26 05:22:38 +00:00
  • 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. gdr-ftp 1998-01-26 00:44:25 +00:00
  • f53219715c Bring who up to snuff with rest of source tree taubert 1998-01-25 23:36:30 +00:00
  • 320f77f2b4 - changed nroff source to be of the style understood by GNO's nroff. gdr-ftp 1998-01-25 21:22:20 +00:00
  • 61adaadfbe - update the "path" pragma to reflect the new location of the ORCA/C header files, as specified in the FAQ. gdr-ftp 1998-01-25 21:05:28 +00:00
  • 2d3f7dce1a - floating point conversion specifiers were disabled, leading to stack errors if they were used. They have been reenabled. gdr-ftp 1998-01-25 21:03:48 +00:00
  • 676fccce0c - fixed some off-by-one errors in day fields. Errors found and fix provided by Steve Reeves. gdr-ftp 1998-01-25 21:01:55 +00:00
  • ebe6b4168b - some #endif's had (illegal) trailing text. Made this text into comments. gdr-ftp 1998-01-25 20:58:56 +00:00
  • 12ab1893b4 - changed (via bsd2man script) nroff source to style understood by the GNO version of nroff. gdr-ftp 1998-01-25 20:56:00 +00:00
  • b1fefe20fb - made the formatting in the Synopsis section match the style used by other manual pages. gdr-ftp 1998-01-25 20:17:48 +00:00
  • 2159dfd5c6 - changed all occurances of "Orca" to "ORCA", as is the correct name gdr-ftp 1998-01-25 18:03:45 +00:00
  • 8ac226b323 - fixed a typo and a formatting problem (bolding was on too much text) gdr-ftp 1998-01-25 18:02:12 +00:00
  • 42bf1ff204 Delete files that existed only for testing remote CVS and the gno-cvs mailing list. gdr-ftp 1998-01-25 09:16:56 +00:00
  • 91db35f9e3 and yet again. (zmailer alias was wrong) gdr-ftp 1998-01-25 09:08:21 +00:00
  • 28a204b58d yet another test. Trying to get archive files working gdr-ftp 1998-01-25 09:03:50 +00:00
  • f8ce91e7b0 testing the majordomo software gdr-ftp 1998-01-25 08:49:26 +00:00
  • ec41fa4eca Derek: gdr-ftp 1998-01-25 02:40:33 +00:00
  • e8799c7146 and again... gdr-ftp 1998-01-25 02:23:24 +00:00
  • d4266d7ec0 yet another test commit gdr-ftp 1998-01-25 02:14:25 +00:00
  • 0e9776a3d3 This is a test of the emergency warning walrus. gdr-ftp 1998-01-25 02:08:04 +00:00
  • 8d67873c2b added another test line gdr-ftp 1998-01-25 02:05:43 +00:00
  • aaf4e446cd This is a test of the commit email system. This is another line. gdr-ftp 1998-01-25 02:01:53 +00:00
  • a6a93e984a and another one gdr-ftp 1998-01-25 01:08:38 +00:00
  • 3883c24d20 bork gdr-ftp 1998-01-24 20:05:55 +00:00
  • 950a9aa0f8 testing checkin message mechanism gdr-ftp 1998-01-24 20:04:30 +00:00
  • 951ec8e48d Initial commit of inetd daemon taubert 1998-01-24 08:35:51 +00:00
  • d352e8757c Initial commit of rlogin utility taubert 1998-01-24 08:31:02 +00:00
  • 767546b525 Initial commit of whois utility taubert 1998-01-24 08:25:03 +00:00
  • c7b1d54b03 Initial commit of ftp utility taubert 1998-01-24 08:21:33 +00:00
  • 715fc5ab81 Initial commit of rsh utility taubert 1998-01-24 08:14:04 +00:00
  • bb09eed7f6 Initial commit of ctags utility taubert 1998-01-24 07:59:11 +00:00
  • 3e68d4bd15 Initial commit of rcp utility taubert 1998-01-24 07:35:26 +00:00
  • 75831c8124 Initial commit of netdb library taubert 1998-01-24 07:05:48 +00:00
  • 418ae96ccb For the "--" delimiting a .sig, the dashes may be followed by whitespace. gdr-ftp 1998-01-23 22:39:30 +00:00
  • 0cea80dacc - always link to the most up-to-date describe source, as defined by the makefile - fixed wrong html used for a quote gdr-ftp 1998-01-23 22:38:16 +00:00
  • 44382837b2 The desc.db.shk file was listed as being in the wrong directory. gdr-ftp 1998-01-23 22:37:04 +00:00
  • 94f675832e - updated comments at top of file - changed all occurances of trenco.myrias.com to ftp.gno.org gdr-ftp 1998-01-23 07:00:06 +00:00
  • 1c46c03e78 added 'nuke' target for cleaning out publicly visible web pages gdr 1998-01-17 21:33:10 +00:00
  • f5e4958c4e Updated entries for describe, descc, descu to v1.0.5. gdr 1998-01-17 21:30:28 +00:00
  • 6ca306ec57 Generate sorted-by-classification pages. gdr 1998-01-17 21:27:25 +00:00
  • a029903025 Added a "fudge list" for utilities where we know which class(es) they're in, but that for some reason don't reference the describe database in the .index.src files. gdr 1998-01-17 21:26:42 +00:00
  • 871932548b - added *~ files to list of files removed by the 'clobber' target gdr 1998-01-17 21:21:05 +00:00
  • 9f794ac7d0 - added the list of as-yet unsorted utils - fixed some links gdr 1998-01-17 21:19:55 +00:00
  • 9e8a7cb703 Added a comment that the describe-submit mailing address is not yet ready for use. gdr 1998-01-17 21:19:00 +00:00
  • 75febf71c3 The precompiled database can now be made on a Linux machine. gdr 1998-01-17 08:29:22 +00:00
  • 51b2bbcf92 v1.0.5 January 1998 Increased the number of characters in the name field of the nameEntry struct from 34 to 36. This gives an 8-byte alignment to the offset entry, which provides binary compatibility of the precompiled database file between the IIgs and little-endian 32-bit machines such as Linux boxes. gdr 1998-01-17 07:20:07 +00:00
  • be853ae490 Initial checkin as submitted by Dave Tribby. gdr 1998-01-16 04:16:17 +00:00
  • c3f0249dc8 Initial checkin for describe web pages. gdr 1998-01-14 05:10:21 +00:00
  • bcc561446b This commit was manufactured by cvs2svn to create tag 'beta_971222'. beta_971222 cvs2git 1997-12-22 01:20:43 +00:00
  • 9c1ef2e905 udl is done gdr 1997-12-22 01:20:42 +00:00
  • 8ec58c91e3 compress/zcat sum/cksum runover gno/kerntool.h gdr 1997-12-22 01:20:23 +00:00
  • 12a86e690f make sure top-level files are tarred up gdr 1997-12-22 01:11:08 +00:00
  • 737a2b2acb - changed descu so that it updates the "last changed" field in the database source "header" - updated some of the README info gdr 1997-12-22 00:34:52 +00:00
  • 4cdec01660 - put mkso into the normal build directories instead of it being a special case - modified mkso to put files in an alternate (presumably HFS) directory, if necessary gdr 1997-12-21 22:39:13 +00:00
  • 1e28540ab0 use segments on the IIgs gdr 1997-12-21 22:11:07 +00:00
  • 07177f48d1 test more floating point data formats in printf gdr 1997-12-21 20:15:27 +00:00
  • b998993162 added trivial test for fts routines gdr 1997-12-21 20:14:21 +00:00
  • 5aa367e6ff added Tilghman's settimeofday(2) implementation gdr 1997-12-21 20:13:19 +00:00
  • 97ab3c7a62 - fixed segment name - changed location of macro include files gdr 1997-12-21 20:12:27 +00:00
  • 6b8ea553ee added more stack routines gdr 1997-12-21 20:11:17 +00:00
  • 4aafacd78b fix a bad patch(1) run gdr 1997-12-21 20:05:41 +00:00
  • 007531d795 - no longer specify -I flags on the command line; include files must already be in /usr/include and other system directories. gdr 1997-12-21 20:04:19 +00:00
  • 3a0978f855 added _assertStack and _getStackBottom gdr 1997-12-21 19:58:15 +00:00
  • 2a490753dc don't use FTS_WHITEOUT for GNO (yet) gdr 1997-12-21 19:57:19 +00:00
  • a0525b81fd decl of fts_set was missing '*' for the first parm gdr 1997-12-21 19:44:24 +00:00
  • b294c85eb2 settimeofday is now (partially) implemented gdr 1997-12-21 19:43:03 +00:00
  • 5132e3d0b4 remove msort .so link; use mkso instead gdr 1997-12-21 19:42:00 +00:00
  • 5b6c4960d5 mkso moved to sbin directory gdr 1997-12-21 19:41:00 +00:00
  • 7861f65bbb - Soenke submitted various changes (mostly path names) for v1.0.4 that I missed. - The pathname of the compiled database was changed to match the sources (/usr/lib/describe.db) - The location of the online database is now mentioned. gdr 1997-12-20 17:14:00 +00:00
  • 0e5599af83 initial checkin of FilePort/NullPort sources gdr 1997-12-19 07:54:52 +00:00
  • c1f439e0a7 Incorporated into the GNO base distribution. Changed the initialization for the getopt(3) package to work with BSD-based systems (like GNO v2.0.6) as well as with GNU-based systems. Use proper capitalization for "UNIX" and "ORCA". gdr 1997-12-19 07:48:16 +00:00
  • 7276456260 Put in some fixes that came out of FreeBSD-Current. Compilations not yet verified on the IIgs. Also, dumped #ifdef's that avoided use of fdopen from before fdopen was available in libc. gdr 1997-12-19 06:34:31 +00:00
  • d34f9db837 Initial checkin for GNO, such that it actually compiles and links. No functional differences. Not tested. gdr 1997-12-08 16:07:19 +00:00
  • be57edaf08 Added documentation for _assertStack and _getMinStack. gdr 1997-12-08 15:39:11 +00:00
  • 6065babc81 added two more stack routines gdr 1997-12-08 15:15:19 +00:00
  • b72fd53882 added a necessary escape character gdr 1997-12-08 15:14:52 +00:00