summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 469ee29cb..df5ed6e13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-08-05 Jim Meyering <jim@meyering.net>
+
+ Encapsulate a static variable.
+ * src/system.h (opt_str_storage): Move static var into...
+ (short_opt_str): ... new static inline function.
+ (OPT_STR): Use the new function.
+
2007-08-04 Jim Meyering <jim@meyering.net>
Exercise xstrtol's diagnostics via pr's --pages option.