From: Jim Meyering Date: Wed, 9 Mar 2005 23:23:58 +0000 (+0000) Subject: replace leading spaces with TABs X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3feb3145b632af0fd4349f5685a19ec58fa0fb75;p=pspp replace leading spaces with TABs --- diff --git a/lib/ChangeLog b/lib/ChangeLog index cb6ccc7bba..8dbabb6e33 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -45,7 +45,7 @@ * pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks. 2005-03-03 Derek R. Price - Bruno Haible + Bruno Haible * pagealign_alloc.h: New file. * pagealign_alloc.c: New file. @@ -282,7 +282,7 @@ 2004-12-24 Paul Eggert * c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not - HAVE_DECL_STRTOLD. + HAVE_DECL_STRTOLD. 2004-12-23 Paul Eggert @@ -626,7 +626,7 @@ with MAXSIZE. 2004-11-02 Derek R. Price - and Paul Eggert + and Paul Eggert * getdate.y [!TEST]: Include , since we use sprintf now. (get_date): Overparenthesize to avoid GCC warning. @@ -793,7 +793,7 @@ * snprintf.c (snprintf): Handle size==0. 2004-10-01 Simon Josefsson - Bruno Haible + Bruno Haible * snprintf.c: Include , , . (snprintf): Declare 'args'. @@ -1094,7 +1094,7 @@ Problem reported by Dan Jacobson. 2004-06-01 Paul Eggert - and Jim Meyering + and Jim Meyering Merge from coreutils CVS. @@ -1274,7 +1274,7 @@ * getndelim2.c (getndelim2): Upon realloc failure, don't leak memory. 2004-04-20 Jim Meyering - Bruno Haible + Bruno Haible * localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak memory when realloc fails. @@ -1395,7 +1395,7 @@ * getopt.h: Sync with libc CVS. 2004-03-18 Paul Eggert - Bruno Haible + Bruno Haible * mbswidth.h: Include only if HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have . @@ -1599,7 +1599,7 @@ * argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc. 2003-11-23 Paul Eggert - Bruno Haible + Bruno Haible * printf-parse.h: Don't include sys/types.h. (ARG_NONE): New macro. @@ -1642,7 +1642,7 @@ Reported by Geoff Collyer via Arnold Robbins. 2003-11-16 Paul Eggert - Bruno Haible + Bruno Haible Protect against address arithmetic overflow. * printf-args.h: Include stddef.h. @@ -1758,7 +1758,7 @@ * linebuffer.c: Include for declaration of memset. 2003-10-30 Paul Eggert - Bruno Haible + Bruno Haible * vasprintf.c: Include , . (vasprintf): Fail if the resulting length doesn't fit in an 'int'. @@ -2029,7 +2029,7 @@ * version-etc-2.c: Remove file. 2003-09-25 Jim Meyering - Bruno Haible + Bruno Haible This lets translators provide better translations for the "Written by ..." part of --version output. @@ -2131,7 +2131,7 @@ * xgetdomainname.c: New file. 2003-09-25 Simon Josefsson - Bruno Haible + Bruno Haible * getdomainname.h: New file. * getdomainname.c: New file. @@ -6262,6 +6262,6 @@ Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 - Free Software Foundation, Inc. +Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.