Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: source-changes
Date: 12/23/1999 18:39:06
Module Name:	pkgsrc
Committed By:	wiz
Date:		Fri Dec 24 02:39:05 UTC 1999

Modified Files:
	pkgsrc/devel/gindent: Makefile
	pkgsrc/devel/gindent/files: md5

Log Message:
gindent updated from 2.2.2 to 2.2.4

Changes since 2.2.2 from the NEWS file:

2.2.4

* When using numbered backup files, setting environment variable
  VERSION_WIDTH now allows to use left zero padding (ie file.~001~).
  (Patch by Chris F.A. Johnson <bq933@torfree.net>)

* --braces-on-if-line (-br) caused a '{' brace on the same line as a '}'
  not to be put automatically on the next line, as it should because
  the following { block } is not related to the previous { block } in
  any way.

* Unpaired braces in `#if ..{.. #else/#elif ..{.. #endif }' constructs
  was broken for #elif and when there were spaces after the #.

* Spelling, typo and general little improvements of indent.texinfo.
  Now using Texinfo 4.0 markup.
  (Patch by Kragen Sittler <sittler@day.erim-int.com>)

2.2.3

* Fixed bit-fields with types other then `int' (no type still won't work).
  Fixed support for public:, private: and protected: labels.

* Forgot to include the indent.dsp file in 2.2.2 (win32)


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 pkgsrc/devel/gindent/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/gindent/files/md5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.