* scripts/check-c++-types.sh: Improve comments.
authorUlrich Drepper <drepper@redhat.com>
Fri, 25 Nov 2005 07:34:21 +0000 (07:34 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 25 Nov 2005 07:34:21 +0000 (07:34 +0000)
ChangeLog
scripts/check-c++-types.sh

index d4f5fa9..2adef78 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-11-24  Ulrich Drepper  <drepper@redhat.com>
 
+       * scripts/check-c++-types.sh: Improve comments.
+
        * scripts/check-local-headers.sh: New file.
        * Makefile (tests): Run check-local-headers.sh.
 
index 1992705..f0ea0b5 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/bash
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -28,7 +28,7 @@
 # egrep '^typedef.*;$' |
 # sed 's/^typedef[[:space:]]*//;s/\([[:space:]]\{1,\}__attribute__.*\);/;/;s/.*[[:space:]]\([*]\|\)\(.*\);/\2/' |
 # egrep -v '^_' |
-# sort -u
+# LC_ALL=C sort -u
 #
 data=$1
 shift