summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-03-11 22:36:50 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-03-11 22:36:50 +0000
commitee77accac846fc0c9258b3440d167f24bcbba994 (patch)
treed4462d26c31e3d0f763944d81927fe45565433de
parentda75be7db34720e1101d73936bdb47539d165ec9 (diff)
downloadpaxutils-ee77accac846fc0c9258b3440d167f24bcbba994.tar.gz
Update
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1dd0bac..8d35e87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-03-12 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * gnulib.modules: Add obstack
+ * rmt/rmt.c (get_string): Renamed to get_string_n. All callers
+ changed.
+ (get_string,free_string,i18n_setup): New function.
+ (usage): Call i18n_setup
+ (open_device): Use new get_string function to remove the
+ limitation on the device name length.
+ * tests/genfile.c: Properly initialize i18n.
+
2006-03-07 Paul Eggert <eggert@cs.ucla.edu>
* configure.ac (AC_CHECK_HEADERS): Don't check for sys/time.h,