2002-05-22 Karl Eichwalder * alloca.c: Update (provided by Paul Eggert). * getopt1.c: Likewise. * getopt.h: Likewise. * getopt.c: Likewise. 2002-05-22 Karl Eichwalder * Makefile.am (hello_LDADD): Use @LIBINTL@ instead of @INTLLIBS@; recommended by gettextize. 2002-02-02 Karl Eichwalder * hello.c: Add "TRANSLATORS: " tag instead of "TRANS: " to make it visible to standard xgettext settings. Reported by Bruno Haible. 2002-01-27 Karl Eichwalder * hello.c (main): Add next-generation greeting format using the switches -n, --next-generation. 2001-06-23 Karl Eichwalder * hello.c (main): Adjust Copyright dates. * hello.c (main): Use PACKAGE_BUGREPORT. * Makefile.am (DEFS): New variable. Define LOCALEDIR here. (INCLUDES): Don't define LOCALEDIR here. Add -I.. and -I$(srcdir) and -I$(top_srcdir)/intl. 2001-05-24 Karl Eichwalder * hello.c (main): Avoid leading newlines inside of translatable strings. 2001-05-21 Karl Eichwalder * hello.c: Include unistd.h if available to avoid warning under BeOS. Patch by Bruno Haible. * hello.c: Include libintl.h only, if ENABLE_NLS is true. Otherwise it isn't possible to build hello with --disable-nls. Use gettext() if ENABLE_NLS is true. (main): Only call bindtextdomain and textdomain if ENABLE_NLS is true. Patch by Bruno Haible. 2000-09-24 Karl Eichwalder * hello.c (main): Comment for the translators to add their contact address. 2000-03-13 Karl EICHWALDER * hello.c (main): Split help output string and add comments to please the translators. * getopt1.c getopt.h getopt.c alloca.c: Update files from libit-0.6. version-etc.c version-etc.h: New files from libit-0.6. 1999-10-15 Karl Eichwalder * hello.c (main): Adjust year of the Copyright statement. 1998-12-11 Karl Eichwalder * hello.c (main): Warn about the incompatible flag set {-m, -t} (patch by John Bley , thanks!). Sun May 25 19:15:47 1997 Karl Eichwalder * hello.c (main): Adjust list of release years. Sat Mar 22 11:18:52 1997 Karl Eichwalder * Makefile.am: General simplification: (noinst_HEADERS, hello_DEPENDENCIES, EXTRA_DIST, datadir, LDADD, DEFS): Delete variables. (hello_SOURCES): Add getopt.h system.h. (hello_LDADD): New variable. Add @INTLLIBS@ @ALLOCA@. (INCLUDES): Remove `-I$(srcdir) -I..'; add `-DLOCALEDIR=\"$(localedir)\"'. ($(bin_PROGRAMS)): Delete target. Sat Feb 22 18:19:40 1997 Karl Eichwalder * Makefile.am (LDADD): use @INTLLIBS@, so it's possible to `configure --disable-nls'. ($(bin_PROGRAMS)): use $(LDADD). Sat Jan 25 16:18:04 1997 Karl Eichwalder * hello.c (main): Don't compute the program name for version output from `argv[0]'; `--help' ignores the other options (Coding Standards). Sun Jan 19 12:10:46 1997 Karl Eichwalder * hello.c (main): Tweak the copyright notice. Mention only the most recent year in which changes were made (according to the Coding Standards). Don't start error messages with capital letters. Thu Jan 9 17:56:06 1997 Karl Eichwalder * hello.c (main): Correct the address for reporting bugs. Mon Jan 6 09:09:23 1997 Karl Eichwalder * hello.c: Only include xmalloc() when ifdef C_ALLOCA (thanks to Kaveh R. Ghazi ). Sun Jan 5 09:50:57 1997 Karl Eichwalder * hello.c (main): Add spurious \n to "Copyright...". Sat Jan 4 09:25:07 1997 Karl Eichwalder * Makefile.am (LDADD): Add @ALLOCA@, reported by Kaveh R. Ghazi . Tue Dec 31 09:00:13 1996 Karl Eichwalder * hello.c (main): Add address for reporting bugs to the --help message. Mon Dec 30 17:26:44 1996 Karl Eichwalder * Makefile.am (EXTRA_DIST): Remove testdata. * testdata: Move to ../tests/. Wed Dec 18 14:02:25 1996 Karl Eichwalder * hello.c (main): add "1993", reported by Karl Berry (1993-06-02 12:42:13 -0400). (main): Don't let `hello -m' loop forever when MAIL wasn't in the env and the 1st element of `dirs' didn't exist; reported (and solved) by several hello users. Use the patch provided by amc@ecl.wustl.edu (Adam Costello)--it offers an additional message to translate--and use a part of Bart Robinson's ChangeLog entry. Tue Dec 17 16:54:17 1996 Karl Eichwalder * Makefile.am (EXTRA_DIST): add alloca.c. (hello_SOURCES): remove @ALLOCA@. (hello_DEPENDENCIES): add @ALLOCA@. Mon Dec 16 21:10:36 1996 Karl Eichwalder * Makefile.am (hello_SOURCES): replace alloca.c with @ALLOCA@. * alloca.c: new file from textutils-1.20, recommended by Kaveh R. Ghazi . * hello.c: include if HAVE_SYS_PARAM_H, include "system.h" not earlier than . (main): use ST_BLKSIZE, both reported by Kaveh R. Ghazi . Thu Dec 5 16:15:56 1996 Karl Eichwalder * hello.c: include if HAVE_CONFIG_H and if HAVE_LOCALE_H. (main): adjust --help tableau. (main): Change --version output to what is required by GNU standards. * getopt.h, getopt.c, getopt1.c: New files from the GNU C Library. * hello.c (main): setlocale if HAVE_SETLOCALE. * Makefile.am new file. (bin_PROGRAMS, noinst_HEADERS, hello_SOURCES, EXTRA_DIST, datadir, localedir, INCLUDES, DEFS, LDADD): set. ($(bin_PROGRAMS)): new target. Mon Dec 2 19:55:02 1996 Karl Eichwalder * Makefile.in (HDRS): add system.h. * system.h: New file (contributed by Kaveh R. Ghazi ). Sat Nov 30 17:45:18 1996 Karl Eichwalder * hello.c (main): avoid illegal ptr/int combinations on alloca() (hints from Kaveh R. Ghazi ). * getopt.c: #include (proposed by Kaveh R. Ghazi ). Tue Mar 5 10:55:20 1996 Karl Eichwalder * Makefile.in (check): Set LANGUAGE and LC_ALL (proposed by Ulrich Drepper ). * testdata: Remove spurious newline. * hello.c: Stilistical chances (proposed by Ulrich Drepper ). * Makefile.in (VPATH): Add variable (reported by Ulrich Drepper ). * hello.c (main): New order for help info. * Makefile.in (prefix): Add variable. Sun Mar 3 11:49:01 1996 Karl Eichwalder * hello.c (main): read version information using settings in config.h. * version.c (version): read version number from config.h. * Makefile.in (DISTFILES): Don't distribute TAGS. * hello.c (main): Add /var/spool/mail. Tue Dec 19 08:26:09 1995 Karl Eichwalder * Makefile.in: New file. src/ChangeLog ends here