diff options
author | paul <paul> | 2005-05-23 12:33:58 +0000 |
---|---|---|
committer | paul <paul> | 2005-05-23 12:33:58 +0000 |
commit | d5c925396629ef93cb38c2a63c3ac63911a341a6 (patch) | |
tree | 9bc19245fec73ec4e1f488775483f51b143e3b67 /lib/ChangeLog | |
parent | e387e6654fe75a5f043ea21b483e78bf0f3d4447 (diff) |
2005-05-23 Paul Jakma <paul@dishone.st>
* memtypes.awk: use character classes, which work correctly in
all LC_COLLATE environments, unlike A-Z, which doesnt work in
eg estonian collate order. Reported by Hasso.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index b53d14ac..1e34474f 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-05-23 Paul Jakma <paul@dishone.st> + + * memtypes.awk: use character classes, which work correctly in + all LC_COLLATE environments, unlike A-Z, which doesnt work in + eg estonian collate order. Reported by Hasso. + 2005-05-19 Paul Jakma <paul@dishone.st> * thread.c: (thread_cancel_event) the number of pending events |