From: Message-Id: <200301241653.h0OGr8008715@speedy.ludd.luth.se> Subject: info/dir.txi To: DJGPP-WORKERS Date: Fri, 24 Jan 2003 17:53:08 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-MailScanner: Found to be clean X-MailScanner-SpamScore: s Reply-To: djgpp-workers AT delorie DOT com Hello. With Charles new documentation, dir.txi needs more entries. Take a look at dir.txi. Should the descriptions be aligned nicely (cf. utod, djecho, gxx, redir). Right, MartinS Index: djgpp/info/dir.txi =================================================================== RCS file: /cvs/djgpp/djgpp/info/dir.txi,v retrieving revision 1.12 diff -p -u -r1.12 dir.txi --- djgpp/info/dir.txi 9 Mar 2002 17:07:17 -0000 1.12 +++ djgpp/info/dir.txi 24 Jan 2003 16:50:55 -0000 @@ -41,7 +41,17 @@ From djdevNNN.zip * 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. +* getconf: (utils)getconf. Get system-dependent configuration values. +* go32-v2: (utils)go32-v2. Run unstubbed COFF images. +* stubify: (utils)stubify. Add DOS executable stub to COFF images. +* stubedit: (utils)stubedit. Modify the executable stub parameters. +* exe2coff: (utils)exe2coff. Strip the DOS executable stub and create COFF i mage. +* coff2exe: (utils)coff2exe. Convert COFF image to EXE image (see stubify). + +* dxegen: (utils)dxegen. Create Dynamic Executable file. + +* djasm: (utils)djasm. The DJGPP 16-bit assembler.