[llvm-commits] CVS: llvm/utils/userloc.pl
Reid Spencer
reid at x10sys.com
Mon May 16 12:33:34 PDT 2005
Changes in directory llvm/utils:
userloc.pl updated: 1.2 -> 1.3
---
Log message:
It would help if the headings were sorted properly.
---
Diffs of the changes: (+1 -1)
userloc.pl | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/userloc.pl
diff -u llvm/utils/userloc.pl:1.2 llvm/utils/userloc.pl:1.3
--- llvm/utils/userloc.pl:1.2 Mon May 16 13:52:57 2005
+++ llvm/utils/userloc.pl Mon May 16 14:33:21 2005
@@ -159,7 +159,7 @@
if ($RowCount % 10 == 0)
{
print " <tr><th style=\"text-align:left\">Directory</th>\n";
- foreach $user (keys %Stats)
+ foreach $user (sort keys %Stats)
{
print "<th style=\"text-align:right\">",$user,"</th>\n";
}
More information about the llvm-commits
mailing list