Check-in Number:
|
3654 | |
Date: |
2003-Oct-28 16:46:39 (local)
2003-Oct-28 15:46:39 (UTC) |
User: | thl |
Branch: | |
Comment: |
renumber; added support for Solaris 10; improve filename sort explanation |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/fsl/ChangeLog 1.24 -> 1.25
--- 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 <michael@schloh.com>]
+
+ *) 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 <michael@schloh.com>]
Changes between 1.2.1 and 1.3.0 (06-Oct-2003)
|
|
ossp-pkg/fsl/fsl.ac 1.6 -> 1.7
--- 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"
;;
|
|