From d3ae5ba2b457c9d31747cf711500114fb66c15f6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 27 Feb 2006 10:52:48 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 23 ++++++++++++++++++++++- lib/ChangeLog | 5 +++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 576fad0987..0d7228c24e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,28 @@ -2006-02-25 Eric Blake +2006-02-27 Jim Meyering * Version 6.0-cvs. + * src/base64.c: Don't include .h files already included by system.h: + , , , , . + Include "system.h" before the other lib/*.h header files. + Include before "system.h". + (wrap_write): Remove declaration of unused local, initial_column. + (wrap_write): Correct declaration syntax: s/size_t * V/size_t *V/. + + * README: Add base64 to the list. + +2006-02-17 Simon Josefsson + + New program: base64. + * AUTHORS: Mention base64. + * NEWS: Likewise. + * man/Makefile.am: Build base64.1. + * man/base64.x: New file. + * src/Makefile.am (bin_PROGRAMS): Add base64. + * src/base64.c: New file. + +2006-02-25 Eric Blake + In ls, avoid calling stat for --inode (-i), when possible. * src/pwd.c (NOT_AN_INODE_NUMBER, D_INO): Move to ... * src/system.h: ... here, for use in ... diff --git a/lib/ChangeLog b/lib/ChangeLog index 3756ac55cf..8142244044 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2006-02-17 Simon Josefsson + + * base64.h, base64.c: New files. + * Makefile.am (libcoreutils_a_SOURCES): Add base64.h and base64.c. + 2006-02-20 Paul Eggert * getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where -- 2.47.2