home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gettext-0.10.24-src.tgz / tar.out / fsf / gettext / lib / ChangeLog < prev    next >
Text File  |  1996-09-28  |  13KB  |  423 lines

  1. Sat Aug 31 04:52:56 1996  Ulrich Drepper  <drepper@cygnus.com>
  2.  
  3.     * Makefile.am (nlsut_SOURCES): Move error.c to EXTRA_DIST.
  4.  
  5. Wed Jun 19 02:45:02 1996  Ulrich Drepper  <drepper@cygnus.com>
  6.  
  7.     * system.h: Add prototypes for stpncpy, strcasecmp, and
  8.         strncasecmp.
  9.  
  10.     * Makefile.am (EXTRA_DIST): Add strncase and stpncpy.
  11.  
  12. Fri Jun 14 03:56:23 1996  Ulrich Drepper  <drepper@cygnus.com>
  13.  
  14.     * getline.c (_GNU_SOURCE): Define this macro, not __USE_GNU.
  15.  
  16.     * Makefile.am (nlsut_SOURCES): Move getline.c and printf-prs.c to
  17.     EXTRA_DIST.  Reported by Kaveh R. Ghazi.
  18.  
  19. Tue Jun 11 15:28:17 1996  Ulrich Drepper  <drepper@cygnus.com>
  20.  
  21.     * printf-prs.c: Add some casts for `n'.
  22.  
  23.     * printf-parse.h: Add prototypes and __USE_GNU definition.
  24.  
  25.     * getline.c: Define __USE_GNU to get prototype.
  26.  
  27.     * Makefile.am (AUTOMAKE_OPTIONS): Add variable.  Must be defined
  28.         in all subdirs.
  29.  
  30. Wed Jun  5 16:54:43 1996  Ulrich Drepper  <drepper@cygnus.com>
  31.  
  32.     * Makefile.am (INCLUDES): Define include paths to intl/ dir for
  33.         <libintl.h> file.
  34.  
  35. Mon Jun  3 19:13:36 1996  Ulrich Drepper  <drepper@cygnus.com>
  36.  
  37.     * getopt.c: Update from latest GNU libc source.  We don't need
  38.     the AC_REPLACE_GNU_GETOPT anymore.
  39.  
  40.     * Makefile.am (EXTRA_DIST): Remove files mentioned in
  41.         nlsut_SOURCES from EXTRA_DIST.
  42.     (nlsut_SOURCES): Add getopt.c and getopt1.c.
  43.  
  44. Wed Apr 24 23:48:42 1996  Ulrich Drepper  <drepper@myware>
  45.  
  46.     * Makefile.in (GETOPT): Remove variable.
  47.     (OBJECTS): Don't use $(GETOPT).  If not present the getopt are now
  48.     listed in @LIBOBJS@.
  49.  
  50. Fri Apr  5 12:00:51 1996  Ulrich Drepper  <drepper@myware>
  51.  
  52.     * Makefile.in (SOURCES): Remove whoami.c.
  53.     (OBJECTS): Remove whoami.o.
  54.  
  55.     * system.h: Remove prototype for `get_submitter'.
  56.  
  57. Thu Apr  4 21:14:51 1996  Ulrich Drepper  <drepper@myware>
  58.  
  59.     * system.h: Add prototype for asprintf.
  60.  
  61. Tue Apr  2 18:53:38 1996  Ulrich Drepper  <drepper@myware>
  62.  
  63.     * Makefile.in (all-gettext): New goal.  Same as all.
  64.  
  65. Tue Apr  2 12:57:44 1996  Ulrich Drepper  <drepper@myware>
  66.  
  67.     * error.c, error.h: Update from version in GNU libc.
  68.  
  69. Tue Mar 26 12:35:56 1996  Ulrich Drepper  <drepper@myware>
  70.  
  71.     * error.c, error.h: Applied François' patches for more
  72.     portability.
  73.  
  74. Mon Mar 25 01:21:31 1996  Ulrich Drepper  <drepper@myware>
  75.  
  76.     * Makefile.in (SOURCES): Add strstr.c.
  77.  
  78. Sun Mar 24 18:41:42 1996  Ulrich Drepper  <drepper@myware>
  79.  
  80.     * error.c (error_with_loc): In `one error per line' mode check for
  81.     old_file_name to be NULL first.  Reported by François Pinard.
  82.  
  83. Fri Mar  1 13:38:26 1996  Ulrich Drepper  <drepper@myware>
  84.  
  85.     * getopt.c: Update from latest version in GNU C Library.
  86.     * getopt1.c: Ditto.
  87.     * getopt.h: Ditto.
  88.  
  89.     * error.c (error_with_loc): Not simply compare string pointers to
  90.     test for same file name.
  91.     (error_with_loc): file_name parameter is really const.
  92.  
  93.     * error.c (error_one_per_line): New variable.
  94.     (error_with_loc): If error_one_per_line != 0, print at most one
  95.     error per line.
  96.  
  97.     * error.h: Declare new variable error_one_per_line.
  98.  
  99. Mon Jan  1 03:12:08 1996  Ulrich Drepper  <drepper@myware>
  100.  
  101.     * Makefile.in (GETOPTSRC): Remove this variable.
  102.  
  103. Sat Dec 30 16:26:07 1995  Ulrich Drepper  <drepper@myware>
  104.  
  105.     * Makefile.in (ERROR, ERRORSRC): New variables.  error.c is now
  106.     part of GNU libc and will not be needed on systems running this
  107.     lib.
  108.     (SOURCES): Replace error.c with $(ERRORSRC).
  109.     (OBJECTS): Replace error.o with $(ERROR).
  110.  
  111. Tue Dec 19 22:08:10 1995  Ulrich Drepper  <drepper@myware>
  112.  
  113.     * Makefile.in (Makefile): Explicitly use $(SHELL) for running
  114.         shell scripts.
  115.  
  116. Sat Dec  9 16:40:49 1995  Ulrich Drepper  <drepper@myware>
  117.  
  118.     * whoami.c, system.h, printf.h, printf-parse.h, hash.h, hash.c,
  119.     getline.h, fstrcmp.h, fstrcmp.c, error.h, error.c:
  120.     Use PARAMS instead of __P.  Suggested by Roland McGrath.
  121.  
  122. Wed Dec  6 16:07:27 1995  ghazi@caip.rutgers.edu  <Kaveh R. Ghazi>
  123.  
  124.     * system.h: Fix alloca declaration so that it matches the one
  125.     generated by bison on HPUX.
  126.  
  127. Sat Nov 25 16:13:50 1995  Ulrich Drepper  <drepper@myware>
  128.  
  129.     * whoami.c: Don't use #ifdef, prefer #if.
  130.  
  131.     * error.c: Capitalize arguments of macros.  Patch by Franc,ois Pinard.
  132.  
  133. Thu Nov 16 22:41:32 1995  Ulrich Drepper  <drepper@myware>
  134.  
  135.     * whoami.c: Correct prototype declarations.
  136.  
  137.     * xmalloc.c: Include "error.h" instead of defining error ourself.
  138.  
  139.     * system.h: Include <stdio.h> to get FILE definition.
  140.  
  141.     * hash.c: Peter Miller suggested not to use `div' as a variable name.
  142.  
  143.     * error.c (error_print_progname): For ANSI C provide complete type.
  144.     Include error.h.  Patches by Peter Miller.
  145.  
  146. Sun Nov 12 12:34:12 1995  Ulrich Drepper  <drepper@myware>
  147.  
  148.     * whoami.c: Add prototypes.
  149.     (get_submitter): Use stpcpy if available.
  150.  
  151. Sat Nov 11 00:26:31 1995  Ulrich Drepper  <drepper@myware>
  152.  
  153.     * Makefile.in (HEADERS):
  154.     Add missing pathmax.h file.  Reported by Franc,ois Pinard.
  155.  
  156. Fri Nov 10 09:59:06 1995  Ulrich Drepper  <drepper@myware>
  157.  
  158.     * error.h (error_print_progname):
  159.     Provide real prototype, i.e. with argument types.
  160.     Patch by Peter Miller.
  161.  
  162. Wed Nov  8 23:25:00 1995  Ulrich Drepper  <drepper@myware>
  163.  
  164.     * system.h: Add prototype for xgetcwd.
  165.  
  166.     * Makefile.in (SOURCES): Add xgetcwd.c.
  167.     (OBJECTS): Add xgetcwd.o.
  168.  
  169. Tue Nov  7 11:44:32 1995  Ulrich Drepper  <drepper@myware>
  170.  
  171.     * Makefile.in (intldir):
  172.     New variable.  Use its value instead of ../intl.
  173.  
  174. Sun Nov  5 19:40:03 1995  Ulrich Drepper  <drepper@myware>
  175.  
  176.     * Makefile.in (dist-gettext): Make synonym for dist.
  177.  
  178. Sun Nov  5 18:04:11 1995  Ulrich Drepper  <drepper@myware>
  179.  
  180.     * hash.c (find_entry): Remove unused variable retval.
  181.  
  182. Sun Nov  5 11:38:19 1995  Ulrich Drepper  <drepper@myware>
  183.  
  184.     * Makefile.in (dist): Suppress error message when ln failed.
  185.     Get files from $(srcdir) explicitly.
  186.  
  187. Sat Oct 28 14:25:13 1995  Ulrich Drepper  <drepper@myware>
  188.  
  189.     * fstrcmp.c:
  190.     Revised version by Peter Miller.  Now based on GNU diff's version
  191.     of this algorithm.
  192.  
  193. Wed Sep 27 20:18:44 1995  Ulrich Drepper  <drepper@myware>
  194.  
  195.     * system.h: Include sys/types.h for those old SysV systems out there.
  196.     Reported by Francesco Potorti`.
  197.  
  198. Mon Sep 25 22:26:28 1995  Ulrich Drepper  <drepper@myware>
  199.  
  200.     * obstack.h (ptrdiff_t):
  201.     Don't define unless HAVE_PTRDIFF_T is not defined.  This
  202.     solves problems with Sun's compiler.  Reported by Marcus Daniels.
  203.  
  204. Mon Sep 18 10:45:48 1995  Ulrich Drepper  <drepper@myware>
  205.  
  206.     * fstrcmp.h, fstrcmp.c: Initial revision
  207.  
  208. Sun Sep 17 23:37:15 1995  Ulrich Drepper  <drepper@myware>
  209.  
  210.     * Makefile.in: Add fstrcmp.[ch] to libgettext.
  211.  
  212.     * system.h (open_po_file): Remove unused `use_path' parameter.
  213.  
  214.     * hash.c:
  215.     Rewrite for uniform return values: < 0 for error cases, else >= 0.
  216.  
  217.     * Makefile.in: hash.[ch] moved from src/ to lib/ subdirectory.
  218.  
  219. Mon Aug 28 10:05:31 1995  Ulrich Drepper  <drepper@myware>
  220.  
  221.     * Makefile.in: Remove Emacs hints.
  222.  
  223.     * Makefile.in (libnlsut.a): Use $@ instead of full name.
  224.  
  225. Sat Aug 19 17:37:24 1995  Ulrich Drepper  <drepper@myware>
  226.  
  227.     * Makefile.in (install-src): Make depend on `all'.
  228.  
  229. Tue Aug 15 05:51:25 1995  Ulrich Drepper  <drepper@myware>
  230.  
  231.     * system.h (xgetcwd): Remove prototype.
  232.  
  233. Mon Aug 14 23:52:41 1995  Ulrich Drepper  <drepper@myware>
  234.  
  235.     * Makefile.in (install-src): New no-op goal.
  236.  
  237. Wed Aug  9 10:05:09 1995  Ulrich Drepper  <drepper@myware>
  238.  
  239.     * system.h (MAX):
  240.     Mark GCC variant with __extension__ and change typeof to __typeof__.
  241.  
  242. Tue Aug  8 21:02:28 1995  Ulrich Drepper  <drepper@myware>
  243.  
  244.     * strcasecmp.c: Initial revision.
  245.  
  246.     * Makefile.in (SOURCES): Add strcasecmp.c.
  247.  
  248. Mon Aug  7 21:17:51 1995  Ulrich Drepper  <drepper@myware>
  249.  
  250.     * strcspn.c: Initial revision.
  251.  
  252.     * Makefile.in (SOURCES): Add strcspn.c.
  253.  
  254. Fri Aug  4 15:44:00 1995  Ulrich Drepper  <drepper@myware>
  255.  
  256.     * Makefile.in (dist): Remove `copying instead' message.
  257.  
  258. Wed Aug  2 18:51:33 1995  Ulrich Drepper  <drepper@myware>
  259.  
  260.     * Makefile.in (ID, TAGS): Do not use $^.
  261.  
  262. Tue Aug  1 20:07:40 1995  Ulrich Drepper  <drepper@myware>
  263.  
  264.     * Makefile.in (distclean): Remove ID file.
  265.  
  266.     * Makefile.in (TAGS, ID): Use $^ as command argument.
  267.     (TAGS): Give etags -o option t write to current directory,
  268.      not $(srcdir).
  269.     (ID): Use $(srcdir) instead os $(top_srcdir)/src.
  270.  
  271. Wed Jul 19 23:54:32 1995  Ulrich Drepper  <drepper@myware>
  272.  
  273.     * strtol.c: Change copyright from LGPL to GPL.
  274.  
  275. Tue Jul 18 20:09:04 1995  Ulrich Drepper  <drepper@myware>
  276.  
  277.     * strtol.c (ULONG_MAX): Define if not defined in system header.
  278.       Reported by Francesco Potorti`.
  279.  
  280.     * printf-parse.h (parse_one_spec): Define prototype.
  281.  
  282.     * obstack.h: Put stddef.h include statement back in.
  283.  
  284. Tue Jul 18 00:19:54 1995  Ulrich Drepper  <drepper@myware>
  285.  
  286.     * vasprintf.c, strtol.c, obstack.c, getopt1.c, getopt.c, system.h,
  287.      printf.h, obstack.h, getline.h: Uniform test for __STDC__.
  288.  
  289. Mon Jul 17 01:13:09 1995  Ulrich Drepper  <drepper@myware>
  290.  
  291.     * system.h (HAVE_MALLOC_H):
  292.     Remove obsolete #else case.  Was needed when we tried
  293.     to define free ourself.
  294.  
  295.     * system.h, error.h, strtoul.c, printf-parse.h, memmove.c,
  296.      getline.h: Add `Free' to Software Foundation.
  297.  
  298.     * getline.h:
  299.     Remove unneeded comment after #endif.  We now use indentation.
  300.  
  301.     * getline.c: Indent preprocessor directives.
  302.  
  303.     * strtol.c (NULL): Define manualy if not defined in any included file.
  304.  
  305. Sat Jul 15 23:59:26 1995  Ulrich Drepper  <drepper@myware>
  306.  
  307.     * obstack.h: Add accidently removed #endif.
  308.  
  309. Sat Jul 15 23:31:45 1995  Ulrich Drepper  <drepper@myware>
  310.  
  311.     * vasprintf.c, printf-prs.c, obstack.h, obstack.c, memmove.c,
  312.     printf.h, printf-parse.h:
  313.     Exchange old LGPL against new GPL (no LGPL code in normal packages).
  314.  
  315.     * getline.h: Add copyright.
  316.  
  317.     * strtoul.c, strtol.c: Initial revision
  318.  
  319.     * obstack.h (ptrdiff_t):
  320.     Don't include stddef.h.  Try to get it with sys/types.h and
  321.     if _PTRDIFF_T and ptrdiff_t are not defined, define it to off_t
  322.      (which is at least defined in config.h).
  323.  
  324.     * system.h (HAVE_STDLIB_H):
  325.     Is not useful if STDC_HEADERS is not also defined.
  326.  
  327. Sat Jul 15 00:49:22 1995  Ulrich Drepper  <drepper@myware>
  328.  
  329.     * error.h: Correct definition of size_t: don't try to include
  330.      stddef.h, but instead use sys/types.  If it is not found here,
  331.      the config.h file will define it.
  332.  
  333.     * system.h: Load <stdlib.h> before defining prototypes.  This
  334.      avoids problems with size_t not defined in the prototypes.
  335.  
  336.     * printf-parse.h (find_spec): Handle missing mblen function.
  337.  
  338. Thu Jul 13 22:28:38 1995  Ulrich Drepper  <drepper@myware>
  339.  
  340.     * system.h (MAX):
  341.     Move definition to end to reduce possibility of redefinition.
  342.  
  343.     * whoami.c (get_username, get_hostname, get_submitter):
  344.     Use K&R prototypes.
  345.  
  346.     * vasprintf.c: Include config.h.
  347.  
  348.     * printf.h (printf_info):
  349.     Use `char' and `unsigned' instead of `unsigned char' and
  350.     `unsigned int' resp. to help these dumb K&R compilers.
  351.  
  352.     * printf-parse.h:
  353.     Compilers other than GCC don't have `long long', K&R compiler
  354.      even don't have    `long double'.
  355.  
  356. Thu Jul 13 01:41:41 1995  Ulrich Drepper  <drepper@myware>
  357.  
  358.     * Makefile.in (check): New goal.
  359.  
  360. Tue Jul 11 21:37:19 1995  Ulrich Drepper  <drepper@myware>
  361.  
  362.     * vasprintf.c (HAVE_STRTOUL):
  363.     Not needed anymore because we substitute strtoul if not present.
  364.  
  365. Tue Jul 11 01:34:06 1995  Ulrich Drepper  <drepper@myware>
  366.  
  367.     * whoami.c: Define NULL is necessary.
  368.  
  369.     * obstack.h: Protect inclusion of stddef and define ptrdiff_t if
  370.      necessary.
  371.  
  372.     * memmove.c: Include sys/types.h and perhaps stdlib.h instead of
  373.      stddef.h for getting size_t defined.
  374.  
  375.     * system.h: Don't define free, qsort, and strtol when no header
  376.      file is available.
  377.      Define EXIT_{FAILURE,SUCCESS} after stdlib.h is    included.
  378.  
  379.     * printf.h: Protect non-ANSI header inclusion.
  380.     Protect __P definition.
  381.     Don't use __const in prototypes.
  382.  
  383.     * printf-prs.c: Include config.h.
  384.     Protect stdlib.h inclusion.
  385.  
  386.     * printf-parse.h: Protect header inclusion for non-ANSI environments.
  387.     Protect and de-GCC-ify MAX/MIN definition.
  388.  
  389.     * Makefile.in (SOURCES): New files: strtol.c and strtoul.c.
  390.     Depend $(OBJECT) on config.h,, instead of $(LIBOBJS).
  391.     Better dependency for printf-prs.o.
  392.  
  393. Tue Jul  4 22:09:00 1995  Ulrich Drepper  <drepper@myware>
  394.  
  395.     * Makefile.in (SOURCES): add memmove.c.
  396.  
  397.     * memmove.c: Initial revision.
  398.  
  399.     * error.h: Make size_t definition correct for !__STDC__.
  400.     Include <stddef.h> for getting size_t defined.
  401.  
  402.     * vasprintf.c: Don't use strtoul if !HAVE_STRTOUL.
  403.  
  404.     * system.h: Include <stdlib.h> also if defined HAVE_STDLIB_H.
  405.     Make sure that qsort, free and strtoul are prototyped.
  406.  
  407. Mon Jul  3 15:02:50 1995  Ulrich Drepper  <drepper@myware>
  408.  
  409.     * system.h: system.h (MAX): don't use GCC feature if !__STDC__.
  410.     Fix typo in EXIT_FAILURE defintion.
  411.  
  412.     * xmalloc.c: Include prototype for calloc.c.
  413.  
  414.     * Makefile.in (INCLUDES): even better path list.
  415.     (INCLUDES): remove unnecessary paths.
  416.     Correct path to original version.
  417.  
  418. Sun Jul  2 02:01:43 1995  Ulrich Drepper  <drepper@myware>
  419.  
  420.     * First official release.  This directory contains supplementary
  421.     code taken from GNU C Library and other package's lib/
  422.     directories.
  423.