home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1994 September / Simtel-MSDOS-Sep1994-CD2.iso / disc2 / gnuish / 00msdos.gnu < prev    next >
Encoding:
GNU Info File  |  1993-06-12  |  39.3 KB  |  1,024 lines

  1. This is Info file MSDOS.info, produced by Makeinfo-1.47 from the input
  2. file MSDOS.texinfo.
  3.  
  4.    This file documents the GNUish MSDOS project, which has the purpose
  5. of providing the feeling of a GNUish environment to MSDOS users.
  6.  
  7.    Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
  8.  
  9.    Permission is granted to make and distribute verbatim copies of this
  10. manual provided the copyright notice and this permission notice are
  11. preserved on all copies.
  12.  
  13.    Permission is granted to copy and distribute modified versions of
  14. this manual under the conditions for verbatim copying, provided that
  15. the entire resulting derived work is distributed under the terms of a
  16. permission notice identical to this one.
  17.  
  18.    Permission is granted to copy and distribute translations of this
  19. manual into another language, under the above conditions for modified
  20. versions, except that this permission notice may be stated in a
  21. translation approved by the Free Software Foundation.
  22.  
  23. 
  24. File: MSDOS.info,  Node: Top,  Next: Project Definition,  Prev: (dir),  Up: (dir)
  25.  
  26. Introduction
  27. ************
  28.  
  29.    This is the `MSDOS.info' file for the GNUish MSDOS project, which
  30. has been last updated 20 January 1993.
  31.  
  32.    You can retrieve a copy of this file by anonymous ftp from
  33. `prep.ai.mit.edu' [18.71.0.38] in directory `pub/gnu/MicrosPorts', as
  34. file `MSDOS.texinfo' for the `Texinfo' source and file `MSDOS.info' for
  35. an already formatted `Info' version.
  36.  
  37.    Please help the community by kindly reporting all errors or
  38. omissions in this document; for doing so, email to
  39. `pinard@iro.umontreal.ca'. You might also want to contact other authors
  40. or contributors: a list of email addresses is given elsewhere in this
  41. document (*note Contributors Addresses::.).
  42.  
  43.    GNUish MSDOS was first organized with small IBM PC's in mind, that
  44. is, 8088 and 80286 based systems.  For 80386 or 80486 based systems, you
  45. should rather take a close look at DJ Delorie's works and derivatives;
  46. these ports have their own set of mailing lists and distribution points.
  47. *Note cc::, for more information.  For OS/2 ports, people should follow
  48. the works of Kai Uwe Rommel and Eberhard Mattes; I've also heard that
  49. many OS/2 ports could be easily made usable under MSDOS with a special
  50. link step on OS/2.
  51.  
  52.    This document is the work of various people, collected by Francois
  53. Pinard.  The FSF disclaimer (*note Project Definition::.) is from
  54. Richard Stallman.
  55.  
  56.    This document contains the following sections:
  57.  
  58. * Menu:
  59.  
  60. * Project Definition::          Project Definition
  61. * Legal Conditions::            Legal Conditions
  62. * Diskettes::                   Distribution on Diskettes
  63. * Archiving Formats::           Archiving Formats
  64. * FTP Archive Sites::           FTP Archive Sites
  65. * GNUish Msdos Contents::       GNUish Msdos Contents
  66. * Project Mailing Lists::       Project Mailing Lists
  67. * Historical Notes::            Historical Notes
  68. * Contributors Addresses::      Contributors Addresses
  69.  
  70.  -- The Detailed Node Listing --
  71.  
  72. GNUish Msdos Contents
  73.  
  74. * awk::                         awk
  75. * cc::                          cc
  76. * compress::                    compress
  77. * cpio::                        cpio
  78. * ctags::                       ctags
  79. * diff::                        diff
  80. * emacs::                       emacs
  81. * find::                        find
  82. * ghostscript::                 ghostscript
  83. * grep::                        grep
  84. * gzip::                        gzip
  85. * indent::                      indent
  86. * less::                        less
  87. * lex::                         lex
  88. * m4::                          m4
  89. * make::                        make
  90. * patch::                       patch
  91. * perl::                        perl
  92. * ptx::                         ptx
  93. * rcs::                         rcs
  94. * sed::                         sed
  95. * sh::                          sh
  96. * shar::                        shar
  97. * sort::                        sort
  98. * tar::                         tar
  99. * texinfo::                     texinfo
  100. * utilities::                   file/text utilities
  101. * yacc::                        yacc
  102. * zoo::                         zoo
  103. * dbm_3::                       dbm_3
  104. * libc_3::                      libc_3
  105. * chess_6::                     chess_6
  106.  
  107. 
  108. File: MSDOS.info,  Node: Project Definition,  Next: Legal Conditions,  Prev: Top,  Up: Top
  109.  
  110. Project Definition
  111. ******************
  112.  
  113.    The Free Software Foundation (FSF) is not directly interested in
  114. integrating or maintaining ports of GNU software to MSDOS, because of
  115. limited resources.  These activities take time away from finishing a
  116. complete standalone GNU, which FSF and many in the GNU Project considers
  117. much more important.
  118.  
  119.    However, the organized distribution of such ports started, a few
  120. years ago, under the name "GNUish MSDOS project".  The overall idea is
  121. to provide a GNU like environment for MSDOS, easy to get, and easy to
  122. install, as far as possible.  It contains both MSDOS ports of GNU
  123. software, as well as MSDOS replacements for non-ported GNU software.
  124.  
  125.    The GNUish MSDOS project wants to consider itself as part of the GNU
  126. project, rather than a mere aggregation of binaries.  The non-GNU
  127. replacements are expected to somewhat comply with the GNU spirit and
  128. standards.  Ideally, all code should be under the GNU General Public
  129. License, should try conforming to the GNU coding standards, and also be
  130. fully ANSI.  The programs should be such that MSDOS users can be
  131. convinced of the virtues of free software!
  132.  
  133.    The GNU General Public License article 3a) requires that the complete
  134. source code be available where programs are distributed in object code
  135. or executable form.  For convenience, ready-to-execute binaries are also
  136. provided for those who do not have the necessary compilers, or do not
  137. feel like using them.
  138.  
  139.    When several ports of the same tool exist, one of them has been
  140. selected for inclusion in this documentation.  This does not means that
  141. the selected port is the best possible, it means however that the port
  142. seems to be good.  Nobody should feel offended by any selection. 
  143. Questions regarding the GNUish MSDOS project should be directed to the
  144. mailing list:
  145.  
  146.      help-gnu-msdos@sun.soe.clarkson.edu
  147.  
  148.    *Note Project Mailing Lists::, for how to subscribe.
  149.  
  150.    The GNUish MSDOS project originated from Thorsten Ohl.  It has been
  151. moderated by Thorsten from its beginning and for a long while.  Thorsten
  152. originally thought than, giving the project a solid initial impulse, it
  153. would bring enough enthousiasm so other programmers will share the
  154. porting duties.  It now seems that the enthousiasm was more on the
  155. users' side than the programmers' side.  In these days, many parts of
  156. GNUish MSDOS are almost completely dormant, and most products are quite
  157. old relative to the current GNU versions.  Notably alive, however, are
  158. Mike Brennan's mawk, then Len Reed and Stuart Phillips ports of Perl.
  159.  
  160.    On the 80386/80486 side, DJ Delorie astonishing work on GNU C/C++
  161. gave a new momentum for other MSDOS ports.  Besides a variety of
  162. libraries, we should especially underline the Manabu Higashida and
  163. Hirano Satoshi port of GNU Emacs to MSDOS.
  164.  
  165. 
  166. File: MSDOS.info,  Node: Legal Conditions,  Next: Diskettes,  Prev: Project Definition,  Up: Top
  167.  
  168. Legal Conditions
  169. ****************
  170.  
  171.    Some tools are possibly dangerous if you do not thoroughly understand
  172. their usage (v.g. `rm -r *').  You ought to know what you are doing.
  173. YOU USE THESE TOOLS AT YOUR OWN RISK.  You *were* warned!
  174.  
  175.    All these programs are free software; you can redistribute them
  176. and/or modify them under the terms of the GNU General Public License as
  177. published by the Free Software Foundation; either version 1, or (at
  178. your option) any later version.
  179.  
  180.    These programs are distributed in the hope that they will be useful,
  181. BUT WITHOUT ANY WARRANTY WHATSOEVER, without even the implied
  182. warranties of merchantability or fitness for a particular purpose.  See
  183. the GNU General Public License (the file `COPYING') for more details.
  184.  
  185.    You should have received a copy of the GNU General Public License
  186. along with GNUish MSDOS programs; if not, write to the Free Software
  187. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA or e-mail to
  188. `gnu@prep.ai.mit.edu'.
  189.  
  190. 
  191. File: MSDOS.info,  Node: Diskettes,  Next: Archiving Formats,  Prev: Legal Conditions,  Up: Top
  192.  
  193. Distribution on Diskettes
  194. *************************
  195.  
  196.    The FSF is now distributing some of the GNU software that has been
  197. ported to MS-DOS on 3.5 inch, 1.44MB diskettes.  The disks contain both
  198. source and executables.
  199.  
  200.    Of course, there are deep differences between GNU and MSDOS, so some
  201. of these utilities are necessarily missing features on MSDOS.
  202.  
  203.    For the 80386 and 80486 only, there are ports of GNU Emacs (*note
  204. emacs::.) and GNU C/C++ (*note cc::.).  The following software will run
  205. on 8086 and 80286--based machines; it does not require an 80386. Bison
  206. (*note yacc::.), RCS (*note rcs::.), `flex' (*note lex::.), GAWK (*note
  207. awk::.), `cpio' (*note cpio::.), `diff' (*note diff::.), MicroEmacs
  208. (*note emacs::.), `find' (*note find::.), some file utilities (*note
  209. utilities::.), `gdbm' (*note dbm_3::.), `grep' (*note grep::.), `libc'
  210. (*note libc_3::.), `ptx' (*note ptx::.), `indent' (*note indent::.),
  211. `less' (*note less::.), `m4' (*note m4::.), `make' (*note make::.),
  212. `sed' (*note sed::.), `shar' (*note shar::.), `sort' (*note sort::.),
  213. and Texinfo (*note texinfo::.).
  214.  
  215. 
  216. File: MSDOS.info,  Node: Archiving Formats,  Next: FTP Archive Sites,  Prev: Diskettes,  Up: Top
  217.  
  218. Archiving Formats
  219. *****************
  220.  
  221.    Traditionally, GNUish MSDOS archives are made using Rahul Dhesi's
  222. `zoo' archiver.  This archive format is popular and portable, used in
  223. many places, notably for the Usenet `comp.binaries.ibm.pc' exchange
  224. group.  The GNUish MSDOS project selected it because it works both on
  225. MSDOS and UNIX, and all the sources are freely available. Moreover, it
  226. offers a nice user interface and is dependable.
  227.  
  228.    Some people wanted GNUish MSDOS to use `zip' for its better
  229. compression, but `zip' was proprietary software at that time.  A new
  230. version of `zoo' (version 2.1) offers a higher compression rate,
  231. comparable to what `zip' can achieve.  About at the same time, the
  232. `Info-ZIP' group produced a `zip' program available in source form, and
  233. which work both on MSDOS and UNIX.  There are no more big reasons for
  234. using one instead of another.
  235.  
  236.    Also, some sites converted all of GNUish MSDOS to `ARC' or `LHarc'
  237. format.  Instead of feeding an archivers war, let us simply hope that
  238. each archive site will follow the GNU spirit and at least offer the
  239. free archiver they use, both in executable and complete source form.
  240.  
  241.    Most packages consists of two archives, one for the complete source
  242. and documentation, the other for the executable and data files;
  243. however, it happens that the documentation is sometimes provided with
  244. the executables.  The filename for a package archive is often selected
  245. according to the following pattern:
  246.  
  247.      PROGRAM VERSION EDITION SEQUENCE.EXTENSION
  248.  
  249.    In this syntax, PROGRAM is a short string to identify the product,
  250. e.g. `futi' indicates GNU file utilities; while VERSION is a decimal
  251. integer naming the version, without any decimal point, v.g. `14' for
  252. 1.4, `358' for 3.58; EDITION is `a' for the first release in GNUish
  253. MSDOS, then `b', `c', etc.  for subsequent editions.  The value of
  254. SEQUENCE is the letter `s' for the source and documentation, or `x' for
  255. executable and data files.  When EXTENSION is `zoo', this usually
  256. refers to Zoo version 2.1.
  257.  
  258. 
  259. File: MSDOS.info,  Node: FTP Archive Sites,  Next: GNUish Msdos Contents,  Prev: Archiving Formats,  Up: Top
  260.  
  261. FTP Archive Sites
  262. *****************
  263.  
  264.    The official GNU home is `prep.ai.mit.edu' [18.71.0.38] (problems
  265. with `prep' should be reported to `gnu@prep.ai.mit.edu'). There is
  266. currently no room on `prep.ai.mit.edu' to put GNUish MSDOS files up for
  267. ftp.  If `prep' get more disk space, they might become available.  The
  268. collection of programs known as the GNUish MSDOS project is still
  269. available for ftp at the following addresses.  Different archiving
  270. sites might use different archivers.  The actual extension of any given
  271. archive should give you a clue about which archiver to use. [Upload
  272. directories are listed for the moderator's convenience only].
  273.  
  274.    The expression "from the usual places", later in this document,
  275. refers to the three first sites of this list.
  276.  
  277.    * `ftp.iro.umontreal.ca' [132.204.32.22], in `pub/Internet/gnuish'.
  278.  
  279.      Archives are uploaded there first.
  280.  
  281.    * `vulcan.phyast.pitt.edu' [130.49.33.16], in `pub/gnuish'.
  282.  
  283.      Archives are uploaded in [`incoming'] from the `ftp.iro' copy, then
  284.      Roberto move them to their proper place.
  285.  
  286.    * `wuarchive.wustl.edu' [128.252.135.4], in `systems/msdos/gnuish'.
  287.  
  288.      Archives are uploaded in place directly from the `ftp.iro' copy.
  289.  
  290.    * `wsmr-simtel20.army.mil' [192.88.110.20], in `pd1:<msdos.gnuish>'.
  291.  
  292.      David repacks from `.zoo' to `.arc' before uploading, because
  293.      SIMTEL20 (which uses TOPS20) does not support `.zoo' files.
  294.  
  295.    * `funic.funet.fi' [128.214.6.100], in `pub/msdos/utilities/gnuish'.
  296.  
  297.      Petri automatically gets new products from SIMTEL20, and repacks
  298.      files from `.arc' to `.lzh'.  [`pub/msdos/incoming']
  299.  
  300.    The organization and maintainance of the archive sites is the work of
  301. Francois Pinard, Roberto Gomez, Petri Hartoma, David Camp, Keith
  302. Petersen, Chris Myers, Dave Curry and Russ Nelson.
  303.  
  304. 
  305. File: MSDOS.info,  Node: GNUish Msdos Contents,  Next: Project Mailing Lists,  Prev: FTP Archive Sites,  Up: Top
  306.  
  307. GNUish Msdos Contents
  308. *********************
  309.  
  310.    The following contents for GNUish MSDOS is loosely organized along
  311. the lines of related UNIX man pages.
  312.  
  313. * Menu:
  314.  
  315. * awk::                         awk
  316. * cc::                          cc
  317. * compress::                    compress
  318. * cpio::                        cpio
  319. * ctags::                       ctags
  320. * diff::                        diff
  321. * emacs::                       emacs
  322. * find::                        find
  323. * ghostscript::                 ghostscript
  324. * grep::                        grep
  325. * gzip::                        gzip
  326. * indent::                      indent
  327. * less::                        less
  328. * lex::                         lex
  329. * m4::                          m4
  330. * make::                        make
  331. * patch::                       patch
  332. * perl::                        perl
  333. * ptx::                         ptx
  334. * rcs::                         rcs
  335. * sed::                         sed
  336. * sh::                          sh
  337. * shar::                        shar
  338. * sort::                        sort
  339. * tar::                         tar
  340. * texinfo::                     texinfo
  341. * utilities::                   file/text utilities
  342. * yacc::                        yacc
  343. * zoo::                         zoo
  344. * dbm_3::                       dbm_3
  345. * libc_3::                      libc_3
  346. * chess_6::                     chess_6
  347.  
  348. 
  349. File: MSDOS.info,  Node: awk,  Next: cc,  Prev: GNUish Msdos Contents,  Up: GNUish Msdos Contents
  350.  
  351. awk
  352. ===
  353.  
  354.    GNU `awk' current GNU version is 2.14.  There is a faster `awk',
  355. also distributed under the GNU General Public License, written by Mike
  356. Brennan.  For the original distribution, fetch executables in
  357. `mawk1.zip' and sources in `mawk1.1.tar.Z' from `oxy.edu', in `public'.
  358.  Or fetch executables and documentation in `mawk11ax.zoo' and sources
  359. in `mawk11as.zoo' from the usual places.
  360.  
  361. 
  362. File: MSDOS.info,  Node: cc,  Next: compress,  Prev: awk,  Up: GNUish Msdos Contents
  363.  
  364. cc
  365. ==
  366.  
  367.    GNU C current GNU version is 2.3.3.  There is no port of GNU C
  368. available for 8088 and 80286 systems, and it is very unlikely that
  369. there would ever be one.  So, GNUish MSDOS is still relying on
  370. proprietary compilers for its existence.  Currently, ports have been
  371. done using Microsoft C compilers or Borland Turbo C/C++; it seems so
  372. far that Microsoft C generates faster code, works better with huge
  373. pointers, and offers a working `alloca()'; but promoting proprietary
  374. software is against the GNU goals, any step in the direction of
  375. compiler independence would be beneficial for the community.
  376.  
  377.    GNU C had indeed been ported to 80386 MSDOS, under the name `djgpp',
  378. by DJ Delorie.  This opens wide doors for porting further GNU software
  379. for 80386 systems under MSDOS, for those many GNU programs requiring a
  380. fair amount of addressing space.  However, beware that `djgpp' based
  381. ports always require a 80386 machine.
  382.  
  383.    DJ Delorie made 32-bit 80386 MSDOS extender with symbolic debugger,
  384. and using it, a complete port of GNU C/C++ compiler with utilities,
  385. development libraries, and source code.  It generates full 32-bit
  386. programs and supports full virtual memory with paging to disk.  It
  387. requires at least 5MB of hard disk space to install, and 512K of RAM to
  388. use.  It is compatible with XMS memory managers and VCPI, but not with
  389. Microsoft Windows extended mode or other DPMI managers.  It cannot
  390. emulate multitasking (e.g. `fork(2)') or signals.
  391.  
  392.    All this can be anonymously ftp'ed from `barnacle.erc.clarkson.edu'
  393. [128.153.28.12] in `pub/msdos/djgpp'. First fetch and carefully read
  394. the three files `readme.1st', `readme' and `faq' from that directory;
  395. or else the cumulative file `MSDOS.gcc' from `prep.ai.mit.edu'
  396. [18.71.0.38], in `pub/gnu/MicrosPorts'. File `README.gcc' should also
  397. be available from the usual places.
  398.  
  399. 
  400. File: MSDOS.info,  Node: compress,  Next: cpio,  Prev: cc,  Up: GNUish Msdos Contents
  401.  
  402. compress
  403. ========
  404.  
  405.    `compress' current GNU version is 4.0.1.  GNUish MSDOS has not
  406. selected any current port yet, but many are available.
  407.  
  408. 
  409. File: MSDOS.info,  Node: cpio,  Next: ctags,  Prev: compress,  Up: GNUish Msdos Contents
  410.  
  411. cpio
  412. ====
  413.  
  414.    GNU `cpio' current GNU version is 2.2.  Version 1.1 has been ported
  415. to MSDOS by Thorsten Ohl.  Fetch executables in `cpio11ax.zoo' and
  416. sources and documentation (inside `readme') in `cpio11as.zoo' from the
  417. usual places.  You also need Thorsten Ohl's `gnulib' to compile it.
  418.  
  419.    Working on GNU cpio port:
  420.      92-02-24 Matthew J. D'Errico <doc@magna.com>
  421.  
  422. 
  423. File: MSDOS.info,  Node: ctags,  Next: diff,  Prev: cpio,  Up: GNUish Msdos Contents
  424.  
  425. ctags
  426. =====
  427.  
  428.    GNU `[ce]tags' current GNU version comes from GNU Emacs
  429. distribution, currently 18.59.  Russ Nelson made a version for Freemacs.
  430. For the original distribution, fetch `etags.zip' from
  431. `grape.ecs.clarkson.edu' [128.153.28.129], in `pub/msdos/freemacs'. Or
  432. fetch the executables, sources and documentation as `etags.zoo' from
  433. the usual places.
  434.  
  435. 
  436. File: MSDOS.info,  Node: diff,  Next: emacs,  Prev: ctags,  Up: GNUish Msdos Contents
  437.  
  438. diff
  439. ====
  440.  
  441.    GNU `diff' current GNU version is 2.0.  Version 1.15 has been ported
  442. to MSDOS by Thorsten Ohl, using Microsoft C v5.1 or v6.0.  Fetch
  443. executables in `dif115ax.zoo' and sources in `dif115as.zoo' from the
  444. usual places.  There is no documentation.
  445.  
  446.    There is a 386/468 port of GNU diff 1.15 in the djgpp package.
  447.  
  448. 
  449. File: MSDOS.info,  Node: emacs,  Next: find,  Prev: diff,  Up: GNUish Msdos Contents
  450.  
  451. emacs
  452. =====
  453.  
  454.    GNU Emacs current GNU version is 18.59.  There is no port of GNU
  455. `emacs' available for 8088 and 80286 systems, and it is very unlikely
  456. that there would ever be one.  Any Emacs for small MSDOS systems only
  457. implements a tiny subset of the true thing.
  458.  
  459.    Russ Nelson's Freemacs is closest in spirit to the real thing, by
  460. providing a full extension language.  Version 1.6a can be gotten from
  461. various places (`clarkson', `wustl', `simtel', ...). It is made of a
  462. `MINT' interpreter written in 8088 assembler, and of several `MINT'
  463. code application files to drive `emacs' modes.  `MINT' has no relation
  464. to GNU Emacs LISP and limits itself to 64k per file.  For the original
  465. distribution, fetch all from `grape.ecs.clarkson.edu' [128.153.28.129],
  466. in `pub/msdos/freemacs'. Or fetch the executables code as
  467. `emacs16a.zoo' (plus `emacs100.zoo' for a Zenith Z-100) and the sources
  468. as `emac16as.zoo', from the usual places; also fetch some EGA utilities
  469. as `emacsega.zoo' and a spelling checker as `emacspel.zoo'. You might
  470. want to fetch `emacspat.zoo' too for a few patches, applied by Freemacs
  471. itself.
  472.  
  473.    Jonathan Payne's Jove, on the other side, is not extendable, but can
  474. handle surprisingly big files on MSDOS.  It is well featured and
  475. reasonably fast.  It can be made almost comfortable to GNU Emacs users,
  476. given a proper `jove.rc'.
  477.  
  478.    GNU Emacs has indeed been ported to 80386 MSDOS by Manabu Higashida
  479. and Hirano Satoshi, under the name Demacs, using DJ Delorie port of GNU
  480. C. The current version is 1.2.0, 91-12-12, and corresponds to Emacs
  481. 18.55 with some changes from Emacs 18.57.  One version handles 8-bit
  482. characters sets, the other, based on Nemacs, handles 16-bit character
  483. sets, including Kanji.  It is compatible with XMS memory managers and
  484. VCPI, but not with Microsoft Windows extended mode or other DPMI
  485. managers.  Fetch binaries and diffs from `utsun.s.u-tokyo.ac.jp', in
  486. `GNU/demacs'.  First fetch and carefully read the file `README' from
  487. that directory; or else the file `MSDOS.emacs' from `prep.ai.mit.edu'
  488. [18.71.0.38], in `pub/gnu/MicrosPorts'. File `README.emacs' should also
  489. be available from the usual places.
  490.  
  491.    Craig Finseth maintains a list of Emacs Implementations and
  492. Literature; fetch `emacs' from `mail.unet.umn.edu' [128.101.101.103], in
  493. `import/fin'.
  494.  
  495.    Eberhard Mattes writes that GNU Emacs for OS/2 2.0 is available on
  496. `ftp-os2.nmsu.edu' and on `ftp.uni-stuttgart.de' in `soft/os2' as
  497. `emacs-18.58.3'.
  498.  
  499. 
  500. File: MSDOS.info,  Node: find,  Next: ghostscript,  Prev: emacs,  Up: GNUish Msdos Contents
  501.  
  502. find
  503. ====
  504.  
  505.    GNU `find' current GNU version is 3.7, comprising: `find', `locate'
  506. and `xargs'.  Version 1.2 has been ported to MSDOS by Thorsten Ohl. 
  507. Fetch executables in `find12ax.zoo' and sources and some documentation
  508. (inside `readme') in `find12as.zoo' from the usual places.  You also
  509. need Thorsten Ohl's `gnulib' to compile it.  Fetch `find12.zoo' from
  510. the usual places.
  511.  
  512. 
  513. File: MSDOS.info,  Node: ghostscript,  Next: grep,  Prev: find,  Up: GNUish Msdos Contents
  514.  
  515. ghostscript
  516. ===========
  517.  
  518.    Get executables in `ghostscript-2.5.2msdos.exe' and sources in
  519. `ghostscript-2.5.2.tar.Z' from `prep.ai.mit.edu' [18.71.0.38], in
  520. `pub/gnu'. You might need `ghostscript-fonts-2.5.2.tar.Z' from the same
  521. place.
  522.  
  523. 
  524. File: MSDOS.info,  Node: grep,  Next: gzip,  Prev: ghostscript,  Up: GNUish Msdos Contents
  525.  
  526. grep
  527. ====
  528.  
  529.    GNU `fgrep' current GNU version is 1.1.  Version 1.1 has been ported
  530. to MSDOS by Thorsten Ohl.  Fetch executables in `fgre11ax.zoo' and
  531. sources in `fgre11as.zoo' from the usual places.  There is no
  532. documentation.
  533.  
  534.    GNU `grep' current GNU version is 1.6 (+patch), comprising: `grep'
  535. and `egrep'.  Version 1.5 has been ported to MSDOS by Thorsten Ohl. 
  536. Fetch executables in `grep15ax.zoo' and sources in `grep15as.zoo' from
  537. the usual places.  There is no documentation.
  538.  
  539. 
  540. File: MSDOS.info,  Node: gzip,  Next: indent,  Prev: grep,  Up: GNUish Msdos Contents
  541.  
  542. gzip
  543. ====
  544.  
  545.    GNU `gzip' current GNU version is 0.7.  Version 0.7 has been ported
  546. to MSDOS by Jean-loup Gailly, the `gzip' author.  Fetch executables and
  547. documentation in `gzip07ax.zoo' and sources in `gzip07as.zoo' from the
  548. usual places.
  549.  
  550. 
  551. File: MSDOS.info,  Node: indent,  Next: less,  Prev: gzip,  Up: GNUish Msdos Contents
  552.  
  553. indent
  554. ======
  555.  
  556.    GNU `indent' current GNU version is 1.6.  Version 1.1 has been
  557. ported to MSDOS by Thorsten Ohl.  Fetch executables in `inde11ax.zoo'
  558. and sources and Texinfo unformatted documentation in `inde11as.zoo'
  559. from the usual places.
  560.  
  561. 
  562. File: MSDOS.info,  Node: less,  Next: lex,  Prev: indent,  Up: GNUish Msdos Contents
  563.  
  564. less
  565. ====
  566.  
  567.    `less' current GNU version is 177.  Version 177 has been ported to
  568. MSDOS by Mark Lord, using Borland C.  For the original distribution,
  569. fetch executables and sources in `less177e.zip' from
  570. `wuarchive.wustl.edu' in `mirrors/msdos/txtutl'. Or fetch executables
  571. in `les177ax.zoo' and sources in `les177as.zoo' from the usual places.
  572.  
  573. 
  574. File: MSDOS.info,  Node: lex,  Next: m4,  Prev: less,  Up: GNUish Msdos Contents
  575.  
  576. lex
  577. ===
  578.  
  579.    Fast `lex' current GNU version is 2.3.7.  Version 2.3.6 has been
  580. ported to MSDOS by Thorsten Ohl.  Fetch executables in `fle236ax.zoo'
  581. and sources and roff unformatted documentation in `fle236as.zoo' from
  582. the usual places.  You also need Thorsten Ohl's `gnulib' to compile it.
  583.  
  584. 
  585. File: MSDOS.info,  Node: m4,  Next: make,  Prev: lex,  Up: GNUish Msdos Contents
  586.  
  587. m4
  588. ==
  589.  
  590.    GNU `m4' current GNU version is 1.0.3.  Version 0.5 (also called
  591. 0.50) has been ported to MSDOS by Thorsten Ohl.  Fetch executables in
  592. `m4v05ax.zoo' and sources and Texinfo unformatted or DVI ready
  593. documentation in `m4v05as.zoo' from the usual places.  You also need
  594. Thorsten Ohl's `gnulib' to compile it.
  595.  
  596. 
  597. File: MSDOS.info,  Node: make,  Next: patch,  Prev: m4,  Up: GNUish Msdos Contents
  598.  
  599. make
  600. ====
  601.  
  602.    GNU `make' current GNU version is 3.62.  Version 3.58 has been
  603. ported to MSDOS by Thorsten Ohl, using Microsoft C v6.0.  Fetch
  604. executables in `mak358bx.zoo' and sources and Texinfo + roff
  605. unformatted documentation in `mak358as.zoo' from the usual places. You
  606. also need Thorsten Ohl's swapping library, fetch `swalibas.zoo' from
  607. the usual places.  If you intend to recompile `make', beware that one
  608. patch has been lost for the makefile in `make358as.zoo', so the
  609. makefile might not work as is.
  610.  
  611.    Working on GNU make port:
  612.      92-09-03 Pax Ken Holmberg <kenh@tfs.com>
  613.  
  614. 
  615. File: MSDOS.info,  Node: patch,  Next: perl,  Prev: make,  Up: GNUish Msdos Contents
  616.  
  617. patch
  618. =====
  619.  
  620.    Larry Wall's `patch' current GNU version is 2.0.12g8.  GNUish MSDOS
  621. has not selected any current port yet, but many are available.
  622.  
  623. 
  624. File: MSDOS.info,  Node: perl,  Next: ptx,  Prev: patch,  Up: GNUish Msdos Contents
  625.  
  626. perl
  627. ====
  628.  
  629.    Larry Wall's `Perl' current GNU version is 4.035.  Version 4.019 has
  630. been ported to by Stuart Phillips, using Borland C++ 3.0 and VROOM, it
  631. works faster with extended memory.  For the original distribution,
  632. fetch executables in `bcv14_perl4-019E.zip' and sources in
  633. `bcv14_perl4-019.zip' plus `xspawn34.zip' from `tandem.com'
  634. [130.252.12.8], in `pub/perl'. Or fetch executables in `pl4019ax.zoo'
  635. and sources in `pl4019as.zoo' from the usual places.  There is no
  636. documentation.
  637.  
  638.    Also, version 4.000 has been ported to MSDOS by Len Reed.  Fetch
  639. executables in `perl_exe.zoo' from `eeserv.ee.umanitoba.ca'
  640. [130.179.8.1] in `pub/msdos/perl'.
  641.  
  642. 
  643. File: MSDOS.info,  Node: ptx,  Next: rcs,  Prev: perl,  Up: GNUish Msdos Contents
  644.  
  645. ptx
  646. ===
  647.  
  648.    GNU `ptx' current GNU version is 0.2.  Version 0.1 has been ported
  649. to MSDOS by Thorsten Ohl.  Fetch executables in `ptx01ax.zoo' and
  650. sources and documentation in `ptx01as.zoo' from the usual places.
  651.  
  652. 
  653. File: MSDOS.info,  Node: rcs,  Next: sed,  Prev: ptx,  Up: GNUish Msdos Contents
  654.  
  655. rcs
  656. ===
  657.  
  658.    GNU Revision Control System current GNU version is 5.6.  Version 5.5
  659. has been ported to MSDOS by Stuart Phillips.  For the original
  660. distribution, fetch sources and executables in `rcs55.zip' from
  661. `wuarchive.wust.edu', in `mirrors/msdos/pgmutil'. Or fetch executables
  662. in `rcs55ax.zoo' and sources and roff unformatted documentation in
  663. `rcs55as.zoo' from the usual places.
  664.  
  665. 
  666. File: MSDOS.info,  Node: sed,  Next: sh,  Prev: rcs,  Up: GNUish Msdos Contents
  667.  
  668. sed
  669. ===
  670.  
  671.    GNU `sed' current GNU version is 1.13.  Version 1.06 has been ported
  672. to MSDOS by Thorsten Ohl.  Fetch executables in `sed106ax.zoo' and
  673. sources in `sed106as.zoo' from the usual places.  You also need
  674. Thorsten Ohl's `gnulib' to compile it. There is no documentation.
  675.  
  676. 
  677. File: MSDOS.info,  Node: sh,  Next: shar,  Prev: sed,  Up: GNUish Msdos Contents
  678.  
  679. sh
  680. ==
  681.  
  682.    GNU `bash' current GNU version is 1.12.  There is no port of GNU
  683. `bash' available to 8088 and 80286 systems yet, but the techniques used
  684. in `perl' (*note perl::.) and `make' (*note make::.) make it in
  685. principle possible to run programs of this size under MSDOS.
  686.  
  687.    Ian Stewartson ported the Charles Forsyth `sh' from MINIX to MSDOS,
  688. using Microsoft C v5.1.  For the original distribution, fetch
  689. executables in `ms_sh164.zip' from `wuarchive.wustl.edu', in
  690. `mirrors/msdos/sysutl'; fetch sources from `comp.sources.misc' in
  691. Volume 10 issues 053-059, Volume 12 issues 019-026, Volume 13 issues
  692. 079-080, Volume 14 Issues 065-066, Volume 16 Issues 078-079.  Or fetch
  693. executables and documentation in `sh164ax.zoo' and sources in
  694. `sh164as.zoo' from the usual places.
  695.  
  696. 
  697. File: MSDOS.info,  Node: shar,  Next: sort,  Prev: sh,  Up: GNUish Msdos Contents
  698.  
  699. shar
  700. ====
  701.  
  702.    `shar' current version is 3.49.  It has been distributed through
  703. `alt.sources' on 90-09-24.  Version 3.49 has been ported to MSDOS by
  704. Thorsten Ohl.  Fetch executables in `sha349ax.zoo' and sources and roff
  705. unformatted documentation in `sha349as.zoo' from the usual places.
  706.  
  707. 
  708. File: MSDOS.info,  Node: sort,  Next: tar,  Prev: shar,  Up: GNUish Msdos Contents
  709.  
  710. sort
  711. ====
  712.  
  713.    GNU `sort' current GNU version is found within GNU Text Utilities
  714. version 1.3.  A prerelease of version 0.3 has been ported to MSDOS by
  715. Thorsten Ohl.  Fetch executables and documentation in `sort03ax.zoo'
  716. and sources in `sort03as.zoo' from the usual places.
  717.  
  718. 
  719. File: MSDOS.info,  Node: tar,  Next: texinfo,  Prev: sort,  Up: GNUish Msdos Contents
  720.  
  721. tar
  722. ===
  723.  
  724.    GNU `tar' current GNU version is 1.11.1.  GNUish MSDOS has not
  725. selected any current port yet, but many are available.
  726.  
  727. 
  728. File: MSDOS.info,  Node: texinfo,  Next: utilities,  Prev: tar,  Up: GNUish Msdos Contents
  729.  
  730. texinfo
  731. =======
  732.  
  733.    GNU `texinfo' current GNU version is 2.16, comprising: `info',
  734. `makeinfo', `texi2dvi', `texindex' and extensive related code written
  735. in GNU Emacs LISP.  Prereleased versions of `info' and `makeinfo' have
  736. been ported to MSDOS by Thorsten Ohl.  Fetch executables in
  737. `texi10ax.zoo' and sources in `texi10as.zoo' from the usual places. 
  738. There is no documentation.
  739.  
  740. 
  741. File: MSDOS.info,  Node: utilities,  Next: yacc,  Prev: texinfo,  Up: GNUish Msdos Contents
  742.  
  743. file/text utilities
  744. ===================
  745.  
  746.    GNU File Utilities current GNU version is 3.4, comprising: `chgrp',
  747. `chmod', `chown', `cp', `dd', `df', `dir', `du', `install', `ln', `ls',
  748. `mkdir', `mkfifo', `mknod', `mv', `rm', `rmdir', `touch' and `vdir'. 
  749. GNU Text Utilities current GNU version is 1.3, comprising: `cat',
  750. `cmp', `comm', `csplit', `cut', `expand', `fold', `head', `join', `nl',
  751. `paste', `pr', `sort', `split', `sum', `tac', `tail', `tr', `unexpand',
  752. `uniq' and `wc'.
  753.  
  754.    GNU Text Utilities historically emerged from GNU File Utilities; and
  755. version 1.4 have been ported to MSDOS by Thorsten Ohl before this split
  756. has been done.  The ported programs are: `cat', `chmod', `cmp', `cp',
  757. `cut', `dd', `dir', `head', `ls', `mkdir', `mv', `paste', `rmdir',
  758. `tac', `tail', `touch', `vdir' and `rm'.  Fetch executables and roff
  759. unformatted (or Texinfo, through a Perl script) documentation in
  760. `futi14ax.zoo' and sources in `futi14as.zoo' from the usual places.
  761.  
  762.    The GNU `sort' program is documented elsewhere (*note sort::.).
  763.  
  764. 
  765. File: MSDOS.info,  Node: yacc,  Next: zoo,  Prev: utilities,  Up: GNUish Msdos Contents
  766.  
  767. yacc
  768. ====
  769.  
  770.    GNU `bison' current GNU version is 1.19.  This version compiles
  771. without changes on MSDOS.  Fetch sources in `bison-1.19.tar.Z' from
  772. `prep.ai.mit.edu' [18.71.0.38], in `pub/gnu'.
  773.  
  774.    Since `bison' is used to produce C source which will further be
  775. compiled, it is assumed that a `bison' user has a C compiler, thus s/he
  776. can compile bison itself from sources.  This why bison executables are
  777. not generally available for MSDOS.  The following patch is reported:
  778.  
  779.      *** files.c~    Thu Nov 19 15:12:52 1992
  780.      --- files.c    Thu Nov 19 15:15:12 1992
  781.      ***************
  782.      *** 389,394 ****
  783.      --- 389,395 ----
  784.          if (actfile) unlink(actfile);
  785.          if (tmpattrsfile) unlink(tmpattrsfile);
  786.          if (tmptabfile) unlink(tmptabfile);
  787.      +   if (tmpdefsfile) unlink(tmpdefsfile);
  788.        #endif /* MSDOS */
  789.          exit(k);
  790.        #endif /* not VMS */
  791.  
  792. 
  793. File: MSDOS.info,  Node: zoo,  Next: dbm_3,  Prev: yacc,  Up: GNUish Msdos Contents
  794.  
  795. zoo
  796. ===
  797.  
  798.    Rahul Dhesi's barebone Zoo extractor version 2.0 has been distributed
  799. through `comp.binaries.ibm.pc' (1 part: `v13i001').  Fetch `booz.exe'
  800. and `booz20.zoo' from the usual places.  Use `booz.exe' under MSDOS to
  801. unpack the sources and documentation in `booz20.zoo'.
  802.  
  803.    Rahul Dhesi's full Zoo current version is 2.1 (also called 2.10).
  804. Executables have been distributed in `comp.binaries.ibm.pc' (3 parts:
  805. v13i002-004), sources has been distributed through `alt.sources' on
  806. 91-07-10 (14 parts).  Fetch the executables in `zoo210.exe' and sources
  807. in `zoo210s.zoo' from the usual places.  Execute the self extracting
  808. `zoo210.exe' under MSDOS to unpack the zoo executables and
  809. documentation.  Unpack the sources with the obtained `zoo.exe'.
  810.  
  811. 
  812. File: MSDOS.info,  Node: dbm_3,  Next: libc_3,  Prev: zoo,  Up: GNUish Msdos Contents
  813.  
  814. dbm_3
  815. =====
  816.  
  817.    GNU `dbm' current GNU version is 1.5.  Version 1.4 has been ported
  818. to MSDOS by Thorsten Ohl.  Fetch sources in `gdbm14as.zoo' from the
  819. usual places.  There is no executables archive associated with GNU dbm.
  820. There is no documentation.
  821.  
  822. 
  823. File: MSDOS.info,  Node: libc_3,  Next: chess_6,  Prev: dbm_3,  Up: GNUish Msdos Contents
  824.  
  825. libc_3
  826. ======
  827.  
  828.    Many library routines frequently occurring in various GNU products
  829. have been ported to MSDOS by Thorsten Ohl, to help other ports.  Fetch
  830. sources in `gnulibas.zoo' from the usual places.  There is no
  831. executables archive associated with Thorsten Ohl's `gnulib'.  There is
  832. no documentation.
  833.  
  834.    A swapping library has been developped by Thorsten Ohl, using
  835. Microsoft C v6.0, to be used by some of his other GNU ports.  Fetch
  836. sources and (TeX unformatted?) documentation in `swalibas.zoo' from the
  837. usual places.  There is no executables archive associated with Thorsten
  838. Ohl's `swaplib'.
  839.  
  840.    Note that this is not a complete `libc(3)', but rather a small
  841. collection of GNU specific routines.
  842.  
  843. 
  844. File: MSDOS.info,  Node: chess_6,  Prev: libc_3,  Up: GNUish Msdos Contents
  845.  
  846. chess_6
  847. =======
  848.  
  849.    GNU `chess' current GNU version is 4.0.60.  This version should
  850. compile without changes on MSDOS, please someone give me a pointer to an
  851. already prepared executable.  Fetch sources in
  852. `gnuchess-4.0.pl60.tar.Z' from `prep.ai.mit.edu' [18.71.0.38], in
  853. `pub/gnu'.
  854.  
  855. 
  856. File: MSDOS.info,  Node: Project Mailing Lists,  Next: Historical Notes,  Prev: GNUish Msdos Contents,  Up: Top
  857.  
  858. Project Mailing Lists
  859. *********************
  860.  
  861.    There are some mailing lists to discuss MSDOS ports of GNU software.
  862. They include:
  863.  
  864.      bug-gnu-msdos@sun.soe.clarkson.edu     bug reports, enhancements
  865.      help-gnu-msdos@sun.soe.clarkson.edu    questions and answers
  866.      info-gnu-msdos@sun.soe.clarkson.edu    announcements, moderated
  867.      djgpp@sun.soe.clarkson.edu             80386 djgpp discussions
  868.  
  869.    To get on or off one of these lists, send a request to:
  870.  
  871.      listserv@sun.soe.clarkson.edu
  872.  
  873.    or, if you don't get a reply, to:
  874.  
  875.      bug-gnu-msdos-request@sun.soe.clarkson.edu
  876.      help-gnu-msdos-request@sun.soe.clarkson.edu
  877.      info-gnu-msdos-request@sun.soe.clarkson.edu
  878.      djgpp-request@sun.soe.clarkson.edu
  879.  
  880.    Note: do *not* send requests to the lists, only the `listserv'!
  881.  
  882.    For example, to become subscribed to the list `info-gnu-msdos', send
  883. a message whose contents (not the `Subject') is:
  884.  
  885.      add info-gnu-msdos
  886.  
  887.    If you don't know how to use a `listserv', send it a request for
  888. help.  Do this by sending it a mail message consisting of the word
  889. `help', without quotes, of course.  If you don't get a reply, include
  890. an Internet return address with the command `path user@host.dom.ain',
  891. replacing `user@host.dom.ain' with your Internet email address.
  892.  
  893.    The lists are not currently digestified, and are open to
  894. subscription by anyone.  The `info-gnu-msdos' mailing list is moderated
  895. by Russell Nelson, solely to ensure that only announcements get sent to
  896. the list (and not requests!).  Problems with the mailing lists should
  897. be directed to the appropriate `-request' list.  For the newcomers: an
  898. Internet standard for mailing lists is to provide a mail alias that has
  899. the same name as the list, with `-request' appended, e.g.
  900. `info-gnu-msdos-request'.
  901.  
  902.    Also, please consider these lists as GNU project subsidiary mailing
  903. lists.  They were made up after the GNUish MSDOS project, not before,
  904. and their intent is to help to keep to project moving, *not* to change
  905. its definition or meaning.  There are several lists already and other
  906. means to discuss non-GNUish software for MSDOS; there are other lists
  907. to discuss the pros and cons of the GNU project itself.  You can nask
  908. `gnu@prep.ai.mit.edu' for a description of these other lists.
  909.  
  910.    The mailing lists were organized by David Camp, Len Tower, Russ
  911. Nelson and DJ Delorie.
  912.  
  913. 
  914. File: MSDOS.info,  Node: Historical Notes,  Next: Contributors Addresses,  Prev: Project Mailing Lists,  Up: Top
  915.  
  916. Historical Notes
  917. ****************
  918.  
  919.    Thorsten Ohl started his ports in November 1989, in Germany, while
  920. the Berlin Wall was falling.  He subscribed at some GNU mailing lists
  921. and, for correspondants wanting his MSDOS ports, organized a
  922. distribution list based on email and still located in Germany.  In
  923. 1990, around spring, the unusual quality of Thorsten ports was being
  924. recognized, and a few FTP sites organized to hold them (`vulcan',
  925. `simtel', `wuarchive', `ocf', `funic'); during the summer, the mailing
  926. lists were created.  Thorsten stopped actively porting GNU products to
  927. MSDOS in September 1990, to finish his PhD and continue his research in
  928. theoretical high energy physics.  He has now joined the endless list of
  929. people who support GNU by using GNU software on their UNIX workstations
  930. and contribute bug reports and (occasionally) fixes.
  931.  
  932.    At this point, the mailing lists, after an initial burst of intense
  933. activity and many debates, became very quiet, and nothing really new got
  934. added to the GNUish MSDOS archives.  DJ Delorie released his 80386 port
  935. of GNU C/C++, and GNU Emacs itself was ported to 80386 under the name
  936. Demacs.
  937.  
  938.    In February 1992, the archives were reorganized to better comply with
  939. the GPL, which requires the sources to be fully available at the
  940. distribution points.  Ports from Russell Nelson and Stuart Phillips were
  941. integrated in the project.
  942.  
  943. 
  944. File: MSDOS.info,  Node: Contributors Addresses,  Prev: Historical Notes,  Up: Top
  945.  
  946. Contributors Addresses
  947. **********************
  948.  
  949.    Here are the electronic addresses of all people quoted elsewhere in
  950. this document:
  951.  
  952.      Chris Myers `chris@wugate.wustl.edu'
  953.      Craig A. Finseth `fin@unet.umn.edu'
  954.      DJ Delorie `dj@ctron.com'
  955.      David A. Curry `davy@erg.sri.com'
  956.      David J. Camp `david@wubios.wustl.edu'
  957.      Eberhard Mattes `mattes@azu.informatik.uni-stuttgart.de'
  958.      Francois Pinard `pinard@iro.umontreal.ca'
  959.      Hirano Satoshi `hirano@tkl.iis.u-tokyo.ac.jp'
  960.      Ian Stewartson `istewart@datlog.co.uk'
  961.      Jonathan Payne
  962.      Kai Uwe Rommel `rommel@informatik.tu-muenchen.de'
  963.      Keith Petersen `w8sdz@wsmr-simtel20.army.mil'
  964.      Len Reed `holos0!lbr@gatech.edu'
  965.      Leonard Tower Jr. `tower@prep.ai.mit.edu'
  966.      Manabu Higashida `manabu@sigmath.osaka-u.ac.jp'
  967.      Mark Lord `mlord@bnr.ca'
  968.      Mike Brennan `brennan@boeing.com'
  969.      Petri Hartoma `msdos1@nic.funet.fi'
  970.      Rahul Dhesi `dhesi@cirrus.com'
  971.      Richard Stallman `rms@gnu.ai.mit.edu'
  972.      Roberto Gomez `roberto@bondi.phyast.pitt.edu'
  973.      Russell Nelson `nelson@sun.soe.clarkson.edu'
  974.      Stuart Phillips `stu@tandem.com'
  975.      Thorsten Ohl `ohl@gnu.ai.mit.edu'
  976.  
  977.  
  978. 
  979. Tag Table:
  980. Node: Top976
  981. Node: Project Definition4215
  982. Node: Legal Conditions7102
  983. Node: Diskettes8187
  984. Node: Archiving Formats9373
  985. Node: FTP Archive Sites11493
  986. Node: GNUish Msdos Contents13405
  987. Node: awk14895
  988. Node: cc15390
  989. Node: compress17316
  990. Node: cpio17546
  991. Node: ctags18007
  992. Node: diff18453
  993. Node: emacs18869
  994. Node: find21409
  995. Node: ghostscript21883
  996. Node: grep22214
  997. Node: gzip22793
  998. Node: indent23122
  999. Node: less23454
  1000. Node: lex23887
  1001. Node: m424261
  1002. Node: make24662
  1003. Node: patch25332
  1004. Node: perl25568
  1005. Node: ptx26311
  1006. Node: rcs26608
  1007. Node: sed27076
  1008. Node: sh27438
  1009. Node: shar28295
  1010. Node: sort28668
  1011. Node: tar29027
  1012. Node: texinfo29247
  1013. Node: utilities29722
  1014. Node: yacc30851
  1015. Node: zoo31818
  1016. Node: dbm_332655
  1017. Node: libc_332995
  1018. Node: chess_633795
  1019. Node: Project Mailing Lists34156
  1020. Node: Historical Notes36631
  1021. Node: Contributors Addresses38131
  1022. 
  1023. End Tag Table
  1024.