Index: ossp-pkg/fsl/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/fsl/ChangeLog,v rcsdiff -q -kk '-r1.24' '-r1.25' -u '/v/ossp/cvs/ossp-pkg/fsl/ChangeLog,v' 2>/dev/null --- ChangeLog 2003/10/10 14:07:49 1.24 +++ ChangeLog 2003/10/28 15:46:39 1.25 @@ -8,12 +8,16 @@ CHANGELOG - Changes between 1.3.0 and 1.3.1 (10-Oct-2003) + Changes between 1.3.0 and 1.4a1 (28-Oct-2003) - *) add logic to sort dirent filenames before adding their contents - to the buffer. This mostly fixes the problem of the 'drifting' - fsl configuration, by ensuring that l2 sections from filenames - with a postfix are placed last in the identifier matching logic. + *) added support for Solaris 10 + [Michael Schloh von Bennewitz ] + + *) add logic to sort filenames before adding their contents into + the buffer. This ensures that suffixed files (i.e. ".orig") are + read after the plain file and makes results more intuitive, + predictive and eventually reproduceable. Formerly, read order was + entirely dependend on the getdirentries(2) implementation. [Michael Schloh von Bennewitz ] Changes between 1.2.1 and 1.3.0 (06-Oct-2003) Index: ossp-pkg/fsl/fsl.ac RCS File: /v/ossp/cvs/ossp-pkg/fsl/fsl.ac,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/fsl/fsl.ac,v' 2>/dev/null --- fsl.ac 2003/05/22 12:30:35 1.6 +++ fsl.ac 2003/10/28 15:46:39 1.7 @@ -48,6 +48,9 @@ *-*-solaris2.[[6-9]]* ) AC_DEFINE(HAVE_VSYSLOG_USVALIST, 1, [vsyslog(3) uses __va_list]) ;; + *-*-solaris2.10* ) + AC_DEFINE(HAVE_VSYSLOG_USVALIST, 1, [vsyslog(3) uses __va_list]) + ;; *-*-osf* ) CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED" ;;