X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-Id: <200404141155.i3EBt9U4013897@delorie.com> From: "Juan Manuel Guerrero" Organization: Darmstadt University of Technology To: djgpp-announce AT delorie DOT com Date: Wed, 14 Apr 2004 11:33:06 +0200 Subject: ANNOUNCE: DJGPP port of GNU Indent 2.2.9 uploaded Content-description: Mail message body X-TUD-HRZ-MailScanner: Found to be clean X-TUD-HRZ-MailScanner-SpamCheck: not spam, SpamAssassin (Wertung=2.152, benoetigt 5, FROM_ENDS_IN_NUMS 0.87, MAILTO_TO_SPAM_ADDR 1.05, TW_DJ 0.08, TW_GP 0.08, TW_JG 0.08) X-TUD-HRZ-MailScanner-SpamScore: ss Note-from-DJ: This may be spam This is a port of GNU Indent 2.2.9 to MSDOS/DJGPP. The indent program is a utility that reformats C source code by adding or deleting whitespaces as necessary according to user given options. It can also convert from one style of coding to another. ``indent'' can understand a substantial amount about the syntax of C programs, but it also tries to cope up with incomplete and malformed syntax. The GNU style of indenting is the default. However, various other styles such as K&R, Berkeley are also supported. Indent has a plethora of options. The documentations contain detailed information about these options. DJGPP specific changes. ======================= The changes are the same as in the previous port: - The profole file name has been modified from `.indent.pro' to `indent.pro'. - Indent generate numbered backups if the used OS supports long file names. As usual, all djgpp specific files (config.bat, diffs, readme files, etc.) are located in the djgpp subdir. The port consists of the usual three packages that can be downloaded from ftp.delorie.com and mirrors as (timestamp 2004-04-13): Indent 2.2.9 binary, info and man format documentation: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/ind229b.zip Indent 2.2.9 dvi, html, pdf and ps format documentation: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/ind229d.zip Indent 2.2.9 source: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/ind229s.zip Send sed specific bug reports to . Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . Enjoy. Guerrero, Juan Manuel