Mail Archives: djgpp-workers/1998/11/10/06:30:20
I thought there was decided for not having the extension of .inf[o] in
the references in info/dir, so here follows a patch to make it so.
If it isn;t a good idea to do this, then please do not apply this. (I
myself have found it necessary, a long time ago, to do it like this,
but that was in the days of txi390, and I've done it this way ever
since.)
bye now,
Robert
** info/dir~ Tue Oct 27 20:58:28 1998
--- info/dir Mon Nov 9 22:46:30 1998
***************
*** 22,48 ****
From djdevNNN.zip
! * Knowledge Base: (kb.inf).
The DJGPP Knowledge Base
! * libc.a: (libc.inf).
The Standard C Library Reference
! * libm.a: (libm.info).
The Math Library Reference
! * Utilities: (utils.inf). Miscellaneous utilities that come with DJGPP.
! * bin2h: (utils.inf)bin2h. Convert binary data files to C include files.
! * djtar: (utils.inf)djtar. Extract or list files from (possibly compressed)
tar archives, with DOS filename conversion.
! * dtou: (utils.inf)dtou. Convert text files from dos to unix.
! * utod: (utils.inf)utod. Convert text files from unix to dos.
! * djecho: (utils.inf)djecho. Echo long command lines to files.
! * gxx: (utils.inf)gxx. Build and link C++ programs
! * redir: (utils.inf)redir. Manage I/O Redirection.
! * djsplit: (utils.inf)djsplit. Split large files into multiple files.
! * djmerge: (utils.inf)djmerge. Merge multiple files into one file.
! * texi2ps: (utils.inf)texi2ps. Convert texinfo files to Postscript.
! * update: (utils.inf)update. Conditionally copy one file to another.
--- 22,48 ----
From djdevNNN.zip
! * Knowledge Base: (kb).
The DJGPP Knowledge Base
! * libc.a: (libc).
The Standard C Library Reference
! * libm.a: (libm).
The Math Library Reference
! * Utilities: (utils). Miscellaneous utilities that come with DJGPP.
! * bin2h: (utils)bin2h. Convert binary data files to C include files.
! * djtar: (utils)djtar. Extract or list files from (possibly compressed)
tar archives, with DOS filename conversion.
! * dtou: (utils)dtou. Convert text files from dos to unix.
! * utod: (utils)utod. Convert text files from unix to dos.
! * djecho: (utils)djecho. Echo long command lines to files.
! * gxx: (utils)gxx. Build and link C++ programs
! * redir: (utils)redir. Manage I/O Redirection.
! * djsplit: (utils)djsplit. Split large files into multiple files.
! * djmerge: (utils)djmerge. Merge multiple files into one file.
! * texi2ps: (utils)texi2ps. Convert texinfo files to Postscript.
! * update: (utils)update. Conditionally copy one file to another.
***************
*** 84,90 ****
* gprof: (gprof).
The GNU profiler
! * ld: (ld.inf).
The GNU linker
--- 84,90 ----
* gprof: (gprof).
The GNU profiler
! * ld: (ld).
The GNU linker
- Raw text -