ChangeLog
上传用户:xxcykj
上传日期:2007-01-04
资源大小:727k
文件大小:34k
源码类别:

Email客户端

开发平台:

Unix_Linux

  1. 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
  2. * intl/localealias.c (read_alias_file): Use unsigned char for
  3. local variables.  Remove unused variable tp.
  4. * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
  5. for type of codeset.  For loosing Solaris systems.
  6. * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
  7. * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
  8. len if not needed.
  9. Patches by Jim Meyering.
  10. 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
  11. * loadmsgcat.c (_nl_load_domain): Don't assign the element use_mmap if
  12. mmap is not supported.
  13. * hash-string.h: Don't include <values.h>.
  14. 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
  15. * textdomain.c: Use strdup is available.
  16. * localealias.c: Define HAVE_MEMPCPY so that we can use this
  17. function.  Define and use semapahores to protect modfication of
  18. global objects when compiling for glibc.  Add code to allow
  19. freeing alias table.
  20. * l10nflist.c: Don't assume stpcpy not being a macro.
  21. * gettextP.h: Define internal_function macri if not already done.
  22. Use glibc byte-swap macros instead of defining SWAP when compiled
  23. for glibc.
  24. (struct loaded_domain): Add elements to allow unloading.
  25. * Makefile.in (distclean): Don't remove libintl.h here.
  26. * bindtextdomain.c: Carry over changes from glibc.  Use strdup if
  27. available.
  28. * dcgettext.c: Don't assume stpcpy not being a macro.  Mark internal
  29. functions.  Add memory freeing code for glibc.
  30. * dgettext.c: Update copyright.
  31. * explodename.c: Include stdlib.h and string.h only if they exist.
  32. Use strings.h eventually.
  33. * finddomain.c: Mark internal functions.  Use strdup if available.
  34. Add memory freeing code for glibc.
  35. 1997-10-10 20:00  Ulrich Drepper  <drepper@cygnus.com>
  36. * libgettext.h: Fix dummy textdomain and bindtextdomain macros.
  37. They should return reasonable values.
  38. Reported by Tom Tromey <tromey@cygnus.com>.
  39. 1997-09-16 03:33  Ulrich Drepper  <drepper@cygnus.com>
  40. * libgettext.h: Define PARAMS also to `args' if __cplusplus is defined.
  41. * intlh.inst.in: Likewise.
  42. Reported by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>.
  43. * libintl.glibc: Update from current glibc version.
  44. 1997-09-06 02:10  Ulrich Drepper  <drepper@cygnus.com>
  45. * intlh.inst.in: Reformat copyright.
  46. 1997-08-19 15:22  Ulrich Drepper  <drepper@cygnus.com>
  47. * dcgettext.c (DCGETTEXT): Remove wrong comment.
  48. 1997-08-16 00:13  Ulrich Drepper  <drepper@cygnus.com>
  49. * Makefile.in (install-data): Don't change directory to install.
  50. 1997-08-01 14:30  Ulrich Drepper  <drepper@cygnus.com>
  51. * cat-compat.c: Fix copyright.
  52. * localealias.c: Don't define strchr unless !HAVE_STRCHR.
  53. * loadmsgcat.c: Update copyright.  Fix typos.
  54. * l10nflist.c: Don't define strchr unless !HAVE_STRCHR.
  55. (_nl_make_l10nflist): Handle sponsor and revision correctly.
  56. * gettext.c: Update copyright.
  57. * gettext.h: Likewise.
  58. * hash-string.h: Likewise.
  59. * finddomain.c: Remoave dead code.  Define strchr only if
  60. !HAVE_STRCHR.
  61. * explodename.c: Include <sys/types.h>.
  62. * explodename.c: Reformat copyright text.
  63. (_nl_explode_name): Fix typo.
  64. * dcgettext.c: Define and use __set_errno.
  65. (guess_category_value): Don't use setlocale if HAVE_LC_MESSAGES is
  66. not defined.
  67. * bindtextdom.c: Pretty printing.
  68. 1997-05-01 02:25  Ulrich Drepper  <drepper@cygnus.com>
  69. * dcgettext.c (guess_category_value): Don't depend on
  70. HAVE_LC_MESSAGES.  We don't need the macro here.
  71. Patch by Bruno Haible <haible@ilog.fr>.
  72. * cat-compat.c (textdomain): DoN't refer to HAVE_SETLOCALE_NULL
  73. macro.  Instead use HAVE_LOCALE_NULL and define it when using
  74. glibc, as in dcgettext.c.
  75. Patch by Bruno Haible <haible@ilog.fr>.
  76. * Makefile.in (CPPFLAGS): New variable.  Reported by Franc,ois
  77. Pinard.
  78. Mon Mar 10 06:51:17 1997  Ulrich Drepper  <drepper@cygnus.com>
  79. * Makefile.in: Implement handling of libtool.
  80. * gettextP.h: Change data structures for use of generic lowlevel
  81. i18n file handling.
  82. Wed Dec  4 20:21:18 1996  Ulrich Drepper  <drepper@cygnus.com>
  83. * textdomain.c: Put parentheses around arguments of memcpy macro
  84. definition.
  85. * localealias.c: Likewise.
  86. * l10nflist.c: Likewise.
  87. * finddomain.c: Likewise.
  88. * bindtextdom.c: Likewise.
  89. Reported by Thomas Esken.
  90. Mon Nov 25 22:57:51 1996  Ulrich Drepper  <drepper@cygnus.com>
  91. * textdomain.c: Move definition of `memcpy` macro to right
  92. position.
  93. Fri Nov 22 04:01:58 1996  Ulrich Drepper  <drepper@cygnus.com>
  94. * finddomain.c [!HAVE_STRING_H && !_LIBC]: Define memcpy using
  95.   bcopy if not already defined.  Reported by Thomas Esken.
  96. * bindtextdom.c: Likewise.
  97. * l10nflist.c: Likewise.
  98. * localealias.c: Likewise.
  99. * textdomain.c: Likewise.
  100. Tue Oct 29 11:10:27 1996  Ulrich Drepper  <drepper@cygnus.com>
  101. * Makefile.in (libdir): Change to use exec_prefix instead of
  102.   prefix.  Reported by Knut-H鍁ardAksnes <etokna@eto.ericsson.se>.
  103. Sat Aug 31 03:07:09 1996  Ulrich Drepper  <drepper@cygnus.com>
  104. * l10nflist.c (_nl_normalize_codeset): We convert to lower case,
  105. so don't prepend uppercase `ISO' for only numeric arg.
  106. Fri Jul 19 00:15:46 1996  Ulrich Drepper  <drepper@cygnus.com>
  107. * l10nflist.c: Move inclusion of argz.h, ctype.h, stdlib.h after
  108. definition of _GNU_SOURCE.  Patch by Roland McGrath.
  109. * Makefile.in (uninstall): Fix another bug with `for' loop and
  110. empty arguments.  Patch by Jim Meyering.  Correct name os
  111. uninstalled files: no intl- prefix anymore.
  112. * Makefile.in (install-data): Again work around shells which
  113. cannot handle mpty for list.  Reported by Jim Meyering.
  114. Sat Jul 13 18:11:35 1996  Ulrich Drepper  <drepper@cygnus.com>
  115. * Makefile.in (install): Split goal.  Now depend on install-exec
  116.         and install-data.
  117. (install-exec, install-data): New goals.  Created from former
  118. install goal.
  119. Reported by Karl Berry.
  120. Sat Jun 22 04:58:14 1996  Ulrich Drepper  <drepper@cygnus.com>
  121. * Makefile.in (MKINSTALLDIRS): New variable.  Path to
  122.         mkinstalldirs script.
  123. (install): use MKINSTALLDIRS variable or if the script is not present
  124. try to find it in the $top_scrdir).
  125. Wed Jun 19 02:56:56 1996  Ulrich Drepper  <drepper@cygnus.com>
  126. * l10nflist.c: Linux libc *partly* includes the argz_* functions.
  127. Grr.  Work around by renaming the static version and use macros
  128. for renaming.
  129. Tue Jun 18 20:11:17 1996  Ulrich Drepper  <drepper@cygnus.com>
  130. * l10nflist.c: Correct presence test macros of __argz_* functions.
  131. * l10nflist.c: Include <argz.h> based on test of it instead when
  132. __argz_* functions are available.
  133. Reported by Andreas Schwab.
  134. Thu Jun 13 15:17:44 1996  Ulrich Drepper  <drepper@cygnus.com>
  135. * explodename.c, l10nflist.c: Define NULL for dumb systems.
  136. Tue Jun 11 17:05:13 1996  Ulrich Drepper  <drepper@cygnus.com>
  137. * intlh.inst.in, libgettext.h (dcgettext): Rename local variable
  138. result to __result to prevent name clash.
  139. * l10nflist.c, localealias.c, dcgettext.c: Define _GNU_SOURCE to
  140.         get prototype for stpcpy and strcasecmp.
  141. * intlh.inst.in, libgettext.h: Move declaration of
  142. `_nl_msg_cat_cntr' outside __extension__ block to prevent warning
  143. from gcc's -Wnested-extern option.
  144. Fri Jun  7 01:58:00 1996  Ulrich Drepper  <drepper@cygnus.com>
  145. * Makefile.in (install): Remove comment.
  146. Thu Jun  6 17:28:17 1996  Ulrich Drepper  <drepper@cygnus.com>
  147. * Makefile.in (install): Work around for another Buglix stupidity.
  148. Always use an `else' close for `if's.  Reported by Nelson Beebe.
  149. * Makefile.in (intlh.inst): Correct typo in phony rule.
  150. Reported by Nelson Beebe.
  151. Thu Jun  6 01:49:52 1996  Ulrich Drepper  <drepper@cygnus.com>
  152. * dcgettext.c (read_alias_file): Rename variable alloca_list to
  153. block_list as the macro calls assume.
  154. Patch by Eric Backus.
  155. * localealias.c [!HAVE_ALLOCA]: Define alloca as macro using
  156.         malloc.
  157. (read_alias_file): Rename varriabe alloca_list to block_list as the
  158. macro calls assume.
  159. Patch by Eric Backus.
  160. * l10nflist.c: Correct conditional for <argz.h> inclusion.
  161. Reported by Roland McGrath.
  162. * Makefile.in (all): Depend on all-@USE_INCLUDED_LIBINTL@, not
  163.         all-@USE_NLS@.
  164. * Makefile.in (install): intlh.inst comes from local dir, not
  165.         $(srcdir).
  166. * Makefile.in (intlh.inst): Special handling of this goal.  If
  167. used in gettext, this is really a rul to construct this file.  If
  168. used in any other package it is defined as a .PHONY rule with
  169. empty body.
  170. * finddomain.c: Extract locale file information handling into
  171. l10nfile.c.  Rename local stpcpy__ function to stpcpy.
  172. * dcgettext.c (stpcpy): Add local definition.
  173. * l10nflist.c: Solve some portability problems.  Patches partly by
  174. Thomas Esken.  Add local definition of stpcpy.
  175. Tue Jun  4 02:47:49 1996  Ulrich Drepper  <drepper@cygnus.com>
  176. * intlh.inst.in: Don't depend including <locale.h> on
  177. HAVE_LOCALE_H.  Instead configure must rewrite this fiile
  178. depending on the result of the configure run.
  179. * Makefile.in (install): libintl.inst is now called intlh.inst.
  180. Add rules for updating intlh.inst from intlh.inst.in.
  181. * libintl.inst: Renamed to intlh.inst.in.
  182. * localealias.c, dcgettext.c [__GNUC__]: Define HAVE_ALLOCA to 1
  183.         because gcc has __buitlin_alloca.
  184. Reported by Roland McGrath.
  185. Mon Jun  3 00:32:16 1996  Ulrich Drepper  <drepper@cygnus.com>
  186. * Makefile.in (installcheck): New goal to fulfill needs of
  187.         automake's distcheck.
  188. * Makefile.in (install): Reorder commands so that VERSION is
  189.         found.
  190. * Makefile.in (gettextsrcdir): Now use subdirectory intl/ in
  191.         @datadir@/gettext.
  192. (COMSRCS): Add l10nfile.c.
  193. (OBJECTS): Add l10nfile.o.
  194. (DISTFILES): Rename to DISTFILE.normal.  Remove $(DISTFILES.common).
  195. (DISTFILE.gettext): Remove $(DISTFILES.common).
  196. (all-gettext): Remove goal.
  197. (install): If $(PACKAGE) = gettext install, otherwose do nothing.  No
  198. package but gettext itself should install libintl.h + headers.
  199. (dist): Extend goal to work for gettext, too.
  200. (dist-gettext): Remove goal.
  201. * dcgettext.c [!HAVE_ALLOCA]: Define macro alloca by using malloc.
  202. Sun Jun  2 17:33:06 1996  Ulrich Drepper  <drepper@cygnus.com>
  203. * loadmsgcat.c (_nl_load_domain): Parameter is now comes from
  204.         find_l10nfile.
  205. Sat Jun  1 02:23:03 1996  Ulrich Drepper  <drepper@cygnus.com>
  206. * l10nflist.c (__argz_next): Add definition.
  207. * dcgettext.c [!HAVE_ALLOCA]: Add code for handling missing alloca
  208. code.  Use new l10nfile handling.
  209. * localealias.c [!HAVE_ALLOCA]: Add code for handling missing
  210.         alloca code.
  211. * l10nflist.c: Initial revision.
  212. Tue Apr  2 18:51:18 1996  Ulrich Drepper  <drepper@myware>
  213. * Makefile.in (all-gettext): New goal.  Same as all-yes.
  214. Thu Mar 28 23:01:22 1996  Karl Eichwalder  <ke@ke.central.de>
  215. * Makefile.in (gettextsrcdir): Define using @datadir@.
  216. Tue Mar 26 12:39:14 1996  Ulrich Drepper  <drepper@myware>
  217. * finddomain.c: Include <ctype.h>.  Reported by Roland McGrath.
  218. Sat Mar 23 02:00:35 1996  Ulrich Drepper  <drepper@myware>
  219. * finddomain.c (stpcpy): Rename to stpcpy__ to prevent clashing
  220.         with external declaration.
  221. Sat Mar  2 00:47:09 1996  Ulrich Drepper  <drepper@myware>
  222. * Makefile.in (all-no): Rename from all_no.
  223. Sat Feb 17 00:25:59 1996  Ulrich Drepper  <drepper@myware>
  224. * gettextP.h [loaded_domain]: Array `successor' must now contain up
  225.         to 63 elements (because of codeset name normalization).
  226. * finddomain.c: Implement codeset name normalization.
  227. Thu Feb 15 04:39:09 1996  Ulrich Drepper  <drepper@myware>
  228. * Makefile.in (all): Define to `all-@USE_NLS@'.
  229. (all-yes, all_no): New goals.  `all-no' is noop, `all-yes'
  230. is former all.
  231. Mon Jan 15 21:46:01 1996  Howard Gayle  <howard@hal.com>
  232. * localealias.c (alias_compare): Increment string pointers in loop
  233.         of strcasecmp replacement.
  234. Fri Dec 29 21:16:34 1995  Ulrich Drepper  <drepper@myware>
  235. * Makefile.in (install-src): Who commented this goal out ? :-)
  236. Fri Dec 29 15:08:16 1995  Ulrich Drepper  <drepper@myware>
  237. * dcgettext.c (DCGETTEXT): Save `errno'.  Failing system calls
  238. should not effect it because a missing catalog is no error.
  239. Reported by Harald K<o:>nig <koenig@tat.physik.uni-tuebingen.de>.
  240. Tue Dec 19 22:09:13 1995  Ulrich Drepper  <drepper@myware>
  241. * Makefile.in (Makefile): Explicitly use $(SHELL) for running
  242.         shell scripts.
  243. Fri Dec 15 17:34:59 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
  244. * Makefile.in (install-src): Only install library and header when
  245. we use the own implementation.  Don't do it when using the
  246. system's gettext or catgets functions.
  247. * dcgettext.c (find_msg): Must not swap domain->hash_size here.
  248. Sat Dec  9 16:24:37 1995  Ulrich Drepper  <drepper@myware>
  249. * localealias.c, libintl.inst, libgettext.h, hash-string.h,
  250. gettextP.h, finddomain.c, dcgettext.c, cat-compat.c:
  251. Use PARAMS instead of __P.  Suggested by Roland McGrath.
  252. Tue Dec  5 11:39:14 1995  Larry Schwimmer  <rosebud@cyclone.stanford.edu>
  253. * libgettext.h: Use `#if !defined (_LIBINTL_H)' instead of `#if
  254. !_LIBINTL_H' because Solaris defines _LIBINTL_H as empty.
  255. Mon Dec  4 15:42:07 1995  Ulrich Drepper  <drepper@myware>
  256. * Makefile.in (install-src):
  257. Install libintl.inst instead of libintl.h.install.
  258. Sat Dec  2 22:51:38 1995  Marcus Daniels  <marcus@sysc.pdx.edu>
  259. * cat-compat.c (textdomain):
  260. Reverse order in which files are tried you load.  First
  261. try local file, when this failed absolute path.
  262. Wed Nov 29 02:03:53 1995  Nelson H. F. Beebe  <beebe@math.utah.edu>
  263. * cat-compat.c (bindtextdomain): Add missing { }.
  264. Sun Nov 26 18:21:41 1995  Ulrich Drepper  <drepper@myware>
  265. * libintl.inst: Add missing __P definition.  Reported by Nelson Beebe.
  266. * Makefile.in:
  267. Add dummy `all' and `dvi' goals.  Reported by Tom Tromey.
  268. Sat Nov 25 16:12:01 1995  Franc,ois Pinard  <pinard@iro.umontreal.ca>
  269. * hash-string.h: Capitalize arguments of macros.
  270. Sat Nov 25 12:01:36 1995  Ulrich Drepper  <drepper@myware>
  271. * Makefile.in (DISTFILES): Prevent files names longer than 13
  272. characters.  libintl.h.glibc->libintl.glibc,
  273. libintl.h.install->libintl.inst.  Reported by Joshua R. Poulson.
  274. Sat Nov 25 11:31:12 1995  Eric Backus  <ericb@lsid.hp.com>
  275. * dcgettext.c: Fix bug in preprocessor conditionals.
  276. Sat Nov 25 02:35:27 1995  Nelson H. F. Beebe  <beebe@math.utah.edu>
  277. * libgettext.h: Solaris cc does not understand
  278.  #if !SYMBOL1 && !SYMBOL2.  Sad but true.
  279. Thu Nov 23 16:22:14 1995  Ulrich Drepper  <drepper@myware>
  280. * hash-string.h (hash_string):
  281. Fix for machine with >32 bit `unsigned long's.
  282. * dcgettext.c (DCGETTEXT):
  283. Fix horrible bug in loop for alternative translation.
  284. Thu Nov 23 01:45:29 1995  Ulrich Drepper  <drepper@myware>
  285. * po2tbl.sed.in, linux-msg.sed, xopen-msg.sed:
  286. Some further simplifications in message number generation.
  287. Mon Nov 20 21:08:43 1995  Ulrich Drepper  <drepper@myware>
  288. * libintl.h.glibc: Use __const instead of const in prototypes.
  289. * Makefile.in (install-src):
  290. Install libintl.h.install instead of libintl.h.  This
  291. is a stripped-down version.  Suggested by Peter Miller.
  292. * libintl.h.install, libintl.h.glibc: Initial revision.
  293. * localealias.c (_nl_expand_alias, read_alias_file):
  294. Protect prototypes in type casts by __P.
  295. Tue Nov 14 16:43:58 1995  Ulrich Drepper  <drepper@myware>
  296. * hash-string.h: Correct prototype for hash_string.
  297. Sun Nov 12 12:42:30 1995  Ulrich Drepper  <drepper@myware>
  298. * hash-string.h (hash_string): Add prototype.
  299. * gettextP.h: Fix copyright.
  300. (SWAP): Add prototype.
  301. Wed Nov  8 22:56:33 1995  Ulrich Drepper  <drepper@myware>
  302. * localealias.c (read_alias_file): Forgot sizeof.
  303. Avoid calling *printf function.  This introduces a big overhead.
  304. Patch by Roland McGrath.
  305. Tue Nov  7 14:21:08 1995  Ulrich Drepper  <drepper@myware>
  306. * finddomain.c, cat-compat.c: Wrong indentation in #if for stpcpy.
  307. * finddomain.c (stpcpy):
  308. Define substitution function local.  The macro was to flaky.
  309. * cat-compat.c: Fix typo.
  310. * xopen-msg.sed, linux-msg.sed:
  311. While bringing message number to right place only accept digits.
  312. * linux-msg.sed, xopen-msg.sed: Now that the counter does not have
  313. leading 0s we don't need to remove them.  Reported by Marcus
  314. Daniels.
  315. * Makefile.in (../po/cat-id-tbl.o): Use $(top_srdir) in
  316. dependency.  Reported by Marcus Daniels.
  317. * cat-compat.c: (stpcpy) [!_LIBC && !HAVE_STPCPY]: Define replacement.
  318. Generally cleanup using #if instead of #ifndef.
  319. * Makefile.in: Correct typos in comment.  By Franc,ois Pinard.
  320. Mon Nov  6 00:27:02 1995  Ulrich Drepper  <drepper@myware>
  321. * Makefile.in (install-src): Don't install libintl.h and libintl.a
  322. if we use an available gettext implementation.
  323. Sun Nov  5 22:02:08 1995  Ulrich Drepper  <drepper@myware>
  324. * libgettext.h: Fix typo: HAVE_CATGETTS -> HAVE_CATGETS.  Reported
  325. by Franc,ois Pinard.
  326. * libgettext.h: Use #if instead of #ifdef/#ifndef.
  327. * finddomain.c:
  328. Comments describing what has to be done should start with FIXME.
  329. Sun Nov  5 19:38:01 1995  Ulrich Drepper  <drepper@myware>
  330. * Makefile.in (DISTFILES): Split.  Use DISTFILES with normal meaning.
  331. DISTFILES.common names the files common to both dist goals.
  332. DISTFILES.gettext are the files only distributed in GNU gettext.
  333. Sun Nov  5 17:32:54 1995  Ulrich Drepper  <drepper@myware>
  334. * dcgettext.c (DCGETTEXT): Correct searching in derived locales.
  335. This was necessary since a change in _nl_find_msg several weeks
  336. ago.  I really don't know this is still not fixed.
  337. Sun Nov  5 12:43:12 1995  Ulrich Drepper  <drepper@myware>
  338. * loadmsgcat.c (_nl_load_domain): Test for FILENAME == NULL.  This
  339. might mark a special condition.
  340. * finddomain.c (make_entry_rec): Don't make illegal entry as decided.
  341. * Makefile.in (dist): Suppress error message when ln failed.
  342. Get files from $(srcdir) explicitly.
  343. * libgettext.h (gettext_const): Rename to gettext_noop.
  344. Fri Nov  3 07:36:50 1995  Ulrich Drepper  <drepper@myware>
  345. * finddomain.c (make_entry_rec):
  346. Protect against wrong locale names by testing mask.
  347. * libgettext.h (gettext_const): Add macro definition.
  348. Capitalize macro arguments.
  349. Thu Nov  2 23:15:51 1995  Ulrich Drepper  <drepper@myware>
  350. * finddomain.c (_nl_find_domain):
  351. Test for pointer != NULL before accessing value.
  352. Reported by Tom Tromey.
  353. * gettext.c (NULL):
  354. Define as (void*)0 instad of 0.  Reported by Franc,ois Pinard.
  355. Mon Oct 30 21:28:52 1995  Ulrich Drepper  <drepper@myware>
  356. * po2tbl.sed.in: Serious typo bug fixed by Jim Meyering.
  357. Sat Oct 28 23:20:47 1995  Ulrich Drepper  <drepper@myware>
  358. * libgettext.h: Disable dcgettext optimization for Solaris 2.3.
  359. * localealias.c (alias_compare):
  360. Peter Miller reported that tolower in some systems is
  361. even dumber than I thought.  Protect call by `isupper'.
  362. Fri Oct 27 22:22:51 1995  Ulrich Drepper  <drepper@myware>
  363. * Makefile.in (libdir, includedir): New variables.
  364. (install-src): Install libintl.a and libintl.h in correct dirs.
  365. Fri Oct 27 22:07:29 1995  Ulrich Drepper  <drepper@myware>
  366. * Makefile.in (SOURCES): Fix typo: intrl.compat.c -> intl-compat.c.
  367. * po2tbl.sed.in: Patch for buggy SEDs by Christian von Roques.
  368. * localealias.c:
  369. Fix typo and superflous test.  Reported by Christian von Roques.
  370. Fri Oct  6 11:52:05 1995  Ulrich Drepper  <drepper@myware>
  371. * finddomain.c (_nl_find_domain):
  372. Correct some remainder from the pre-CEN syntax.  Now
  373. we don't have a constant number of successors anymore.
  374. Wed Sep 27 21:41:13 1995  Ulrich Drepper  <drepper@myware>
  375. * Makefile.in (DISTFILES): Add libintl.h.glibc.
  376. * Makefile.in (dist-libc): Add goal for packing sources for glibc.
  377. (COMSRCS, COMHDRS): Splitted to separate sources shared with glibc.
  378. * loadmsgcat.c: Forget to continue #if line.
  379. * localealias.c:
  380. [_LIBC]: Rename strcasecmp to __strcasecmp to keep ANSI C name
  381. space clean.
  382. * dcgettext.c, finddomain.c: Better comment to last change.
  383. * loadmsgcat.c:
  384. [_LIBC]: Rename fstat, open, close, read, mmap, and munmap to
  385. __fstat, __open, __close, __read, __mmap, and __munmap resp
  386. to keep ANSI C name space clean.
  387. * finddomain.c:
  388. [_LIBC]: Rename stpcpy to __stpcpy to keep ANSI C name space clean.
  389. * dcgettext.c:
  390. [_LIBC]: Rename getced and stpcpy to __getcwd and __stpcpy resp to
  391. keep ANSI C name space clean.
  392. * libgettext.h:
  393. Include sys/types.h for those old SysV systems out there.
  394. Reported by Francesco Potorti`.
  395. * loadmsgcat.c (use_mmap): Define if compiled for glibc.
  396. * bindtextdom.c: Include all those standard headers
  397. unconditionally if _LIBC is defined.
  398. * finddomain.c: Fix 2 times defiend -> defined.
  399. * textdomain.c: Include libintl.h instead of libgettext.h when
  400. compiling for glibc.  Include all those standard headers
  401. unconditionally if _LIBC is defined.
  402. * localealias.c, loadmsgcat.c: Prepare to be compiled in glibc.
  403. * gettext.c:
  404. Include libintl.h instead of libgettext.h when compiling for glibc.
  405. Get NULL from stddef.h if we compile for glibc.
  406. * finddomain.c: Include libintl.h instead of libgettext.h when
  407. compiling for glibc.  Include all those standard headers
  408. unconditionally if _LIBC is defined.
  409. * dcgettext.c: Include all those standard headers unconditionally
  410. if _LIBC is defined.
  411. * dgettext.c: If compiled in glibc include libintl.h instead of
  412. libgettext.h.
  413. (locale.h): Don't rely on HAVE_LOCALE_H when compiling for glibc.
  414. * dcgettext.c: If compiled in glibc include libintl.h instead of
  415. libgettext.h.
  416. (getcwd): Don't rely on HAVE_GETCWD when compiling for glibc.
  417. * bindtextdom.c:
  418. If compiled in glibc include libintl.h instead of libgettext.h.
  419. Mon Sep 25 22:23:06 1995  Ulrich Drepper  <drepper@myware>
  420. * localealias.c (_nl_expand_alias): Don't call bsearch if NMAP <= 0.
  421. Reported by Marcus Daniels.
  422. * cat-compat.c (bindtextdomain):
  423. String used in putenv must not be recycled.
  424. Reported by Marcus Daniels.
  425. * libgettext.h (__USE_GNU_GETTEXT):
  426. Additional symbol to signal that we use GNU gettext
  427. library.
  428. * cat-compat.c (bindtextdomain):
  429. Fix bug with the strange stpcpy replacement.
  430. Reported by Nelson Beebe.
  431. Sat Sep 23 08:23:51 1995  Ulrich Drepper  <drepper@myware>
  432. * cat-compat.c: Include <string.h> for stpcpy prototype.
  433. * localealias.c (read_alias_file):
  434. While expand strdup code temporary variable `cp' hided
  435. higher level variable with same name.  Rename to `tp'.
  436. * textdomain.c (textdomain):
  437. Avoid warning by using temporary variable in strdup code.
  438. * finddomain.c (_nl_find_domain): Remove unused variable `application'.
  439. Thu Sep 21 15:51:44 1995  Ulrich Drepper  <drepper@myware>
  440. * localealias.c (alias_compare):
  441. Use strcasecmp() only if available.  Else use
  442. implementation in place.
  443. * intl-compat.c:
  444. Wrapper functions now call *__ functions instead of __*.
  445. * libgettext.h: Declare prototypes for *__ functions instead for __*.
  446. * cat-compat.c, loadmsgcat.c:
  447. Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
  448. of the standard libc and so prevent libintl.a from being used
  449. standalone.
  450. * bindtextdom.c:
  451. Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
  452. of the standard libc and so prevent libintl.a from being used
  453. standalone.
  454. Rename to bindtextdomain__ if not used in GNU C Library.
  455. * dgettext.c:
  456. Rename function to dgettext__ if not used in GNU C Library.
  457. * gettext.c:
  458. Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
  459. of the standard libc and so prevent libintl.a from being used
  460. standalone.
  461. Functions now called gettext__ if not used in GNU C Library.
  462. * dcgettext.c, localealias.c, textdomain.c, finddomain.c:
  463. Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
  464. of the standard libc and so prevent libintl.a from being used
  465. standalone.
  466. Sun Sep 17 23:14:49 1995  Ulrich Drepper  <drepper@myware>
  467. * finddomain.c: Correct some bugs in handling of CEN standard
  468.   locale definitions.
  469. Thu Sep  7 01:49:28 1995  Ulrich Drepper  <drepper@myware>
  470. * finddomain.c: Implement CEN syntax.
  471. * gettextP.h (loaded_domain): Extend number of successors to 31.
  472. Sat Aug 19 19:25:29 1995  Ulrich Drepper  <drepper@myware>
  473. * Makefile.in (aliaspath): Remove path to X11 locale dir.
  474. * Makefile.in: Make install-src depend on install.  This helps
  475.   gettext to install the sources and other packages can use the
  476.   install goal.
  477. Sat Aug 19 15:19:33 1995  Ulrich Drepper  <drepper@myware>
  478. * Makefile.in (uninstall): Remove stuff installed by install-src.
  479. Tue Aug 15 13:13:53 1995  Ulrich Drepper  <drepper@myware>
  480. * VERSION.in: Initial revision.
  481. * Makefile.in (DISTFILES):
  482. Add VERSION file.  This is not necessary for gettext, but
  483. for other packages using this library.
  484. Tue Aug 15 06:16:44 1995  Ulrich Drepper  <drepper@myware>
  485. * gettextP.h (_nl_find_domain):
  486. New prototype after changing search strategy.
  487. * finddomain.c (_nl_find_domain):
  488. We now try only to find a specified catalog.  Fall back to other
  489. catalogs listed in the locale list is now done in __dcgettext.
  490. * dcgettext.c (__dcgettext):
  491. Now we provide message fall back even to different languages.
  492. I.e. if a message is not available in one language all the other
  493.   in the locale list a tried.  Formerly fall back was only possible
  494.   within one language.  Implemented by moving one loop from
  495.   _nl_find_domain to here.
  496. Mon Aug 14 23:45:50 1995  Ulrich Drepper  <drepper@myware>
  497. * Makefile.in (gettextsrcdir):
  498. Directory where source of GNU gettext library are made
  499. available.
  500. (INSTALL, INSTALL_DATA): Programs used for installing sources.
  501. (gettext-src): New.  Rule to install GNU gettext sources for use in
  502. gettextize shell script.
  503. Sun Aug 13 14:40:48 1995  Ulrich Drepper  <drepper@myware>
  504. * loadmsgcat.c (_nl_load_domain):
  505. Use mmap for loading only when munmap function is
  506. also available.
  507. * Makefile.in (install): Depend on `all' goal.
  508. Wed Aug  9 11:04:33 1995  Ulrich Drepper  <drepper@myware>
  509. * localealias.c (read_alias_file):
  510. Do not overwrite 'n' when terminating alias value string.
  511. * localealias.c (read_alias_file):
  512. Handle long lines.  Ignore the rest not fitting in
  513. the buffer after the initial `fgets' call.
  514. Wed Aug  9 00:54:29 1995  Ulrich Drepper  <drepper@myware>
  515. * gettextP.h (_nl_load_domain):
  516. Add prototype, replacing prototype for _nl_load_msg_cat.
  517. * finddomain.c (_nl_find_domain):
  518. Remove unneeded variable filename and filename_len.
  519. (expand_alias): Remove prototype because functions does not
  520.   exist anymore.
  521. * localealias.c (read_alias_file):
  522. Change type of fname_len parameter to int.
  523. (xmalloc): Add prototype.
  524. * loadmsgcat.c: Better prototypes for xmalloc.
  525. Tue Aug  8 22:30:39 1995  Ulrich Drepper  <drepper@myware>
  526. * finddomain.c (_nl_find_domain):
  527. Allow alias name to be constructed from the four components.
  528. * Makefile.in (aliaspath): New variable.  Set to preliminary value.
  529. (SOURCES): Add localealias.c.
  530. (OBJECTS): Add localealias.o.
  531. * gettextP.h: Add prototype for _nl_expand_alias.
  532. * finddomain.c: Aliasing handled in intl/localealias.c.
  533. * localealias.c: Aliasing for locale names.
  534. * bindtextdom.c: Better prototypes for xmalloc and xstrdup.
  535. Mon Aug  7 23:47:42 1995  Ulrich Drepper  <drepper@myware>
  536. * Makefile.in (DISTFILES): gettext.perl is now found in misc/.
  537. * cat-compat.c (bindtextdomain):
  538. Correct implementation.  dirname parameter was not used.
  539. Reported by Marcus Daniels.
  540. * gettextP.h (loaded_domain):
  541. New fields `successor' and `decided' for oo, lazy
  542. message handling implementation.
  543. * dcgettext.c:
  544. Adopt for oo, lazy message handliing.
  545.    Now we can inherit translations from less specific locales.
  546. (find_msg): New function.
  547. * loadmsgcat.c, finddomain.c:
  548. Complete rewrite.  Implement oo, lazy message handling :-).
  549.    We now have an additional environment variable `LANGUAGE' with
  550.   a higher priority than LC_ALL for the LC_MESSAGE locale.
  551.    Here we can set a colon separated list of specifications each
  552.   of the form `language[_territory[.codeset]][@modifier]'.
  553. Sat Aug  5 09:55:42 1995  Ulrich Drepper  <drepper@myware>
  554. * finddomain.c (unistd.h):
  555. Include to get _PC_PATH_MAX defined on system having it.
  556. Fri Aug  4 22:42:00 1995  Ulrich Drepper  <drepper@myware>
  557. * finddomain.c (stpcpy): Include prototype.
  558. * Makefile.in (dist): Remove `copying instead' message.
  559. Wed Aug  2 18:52:03 1995  Ulrich Drepper  <drepper@myware>
  560. * Makefile.in (ID, TAGS): Do not use $^.
  561. Tue Aug  1 20:07:11 1995  Ulrich Drepper  <drepper@myware>
  562. * Makefile.in (TAGS, ID): Use $^ as command argument.
  563. (TAGS): Give etags -o option t write to current directory,
  564.   not $(srcdir).
  565. (ID): Use $(srcdir) instead os $(top_srcdir)/src.
  566. (distclean): Remove ID.
  567. Sun Jul 30 11:51:46 1995  Ulrich Drepper  <drepper@myware>
  568. * Makefile.in (gnulocaledir):
  569. New variable, always using share/ for data directory.
  570. (DEFS): Add GNULOCALEDIR, used in finddomain.c.
  571. * finddomain.c (_nl_default_dirname):
  572. Set to GNULOCALEDIR, because it always has to point
  573. to the directory where GNU gettext Library writes it to.
  574. * intl-compat.c (textdomain, bindtextdomain):
  575. Undefine macros before function definition.
  576. Sat Jul 22 01:10:02 1995  Ulrich Drepper  <drepper@myware>
  577. * libgettext.h (_LIBINTL_H):
  578. Protect definition in case where this file is included as
  579. libgettext.h on Solaris machines.  Add comment about this.
  580. Wed Jul 19 02:36:42 1995  Ulrich Drepper  <drepper@myware>
  581. * intl-compat.c (textdomain): Correct typo.
  582. Wed Jul 19 01:51:35 1995  Ulrich Drepper  <drepper@myware>
  583. * dcgettext.c (dcgettext): Function now called __dcgettext.
  584. * dgettext.c (dgettext): Now called __dgettext and calls
  585.   __dcgettext.
  586. * gettext.c (gettext):
  587. Function now called __gettext and calls __dgettext.
  588. * textdomain.c (textdomain): Function now called __textdomain.
  589. * bindtextdom.c (bindtextdomain): Function now called
  590.   __bindtextdomain.
  591. * intl-compat.c: Initial revision.
  592. * Makefile.in (SOURCES): Add intl-compat.c.
  593. (OBJECTS): We always compile the GNU gettext library functions.
  594.    OBJECTS contains all objects but cat-compat.o, ../po/cat-if-tbl.o,
  595.   and intl-compat.o.
  596.    (GETTOBJS): Contains now only intl-compat.o.
  597. * libgettext.h:
  598. Re-include protection matches dualistic character of libgettext.h.
  599. For all functions in GNU gettext library define __ counter part.
  600. * finddomain.c (strchr): Define as index if not found in C library.
  601. (_nl_find_domain): For relative paths paste / in between.
  602. Tue Jul 18 16:37:45 1995  Ulrich Drepper  <drepper@myware>
  603. * loadmsgcat.c, finddomain.c: Add inclusion of sys/types.h.
  604. * xopen-msg.sed: Fix bug with `msgstr ""' lines.
  605. A little bit better comments.
  606. Tue Jul 18 01:18:27 1995  Ulrich Drepper  <drepper@myware>
  607. * Makefile.in:
  608. po-mode.el, makelinks, combine-sh are now found in ../misc.
  609. * po-mode.el, makelinks, combine-sh, elisp-comp:
  610. Moved to ../misc/.
  611. * libgettext.h, gettextP.h, gettext.h: Uniform test for __STDC__.
  612. Sun Jul 16 22:33:02 1995  Ulrich Drepper  <drepper@myware>
  613. * Makefile.in (INSTALL, INSTALL_DATA): New variables.
  614. (install-data, uninstall): Install/uninstall .elc file.
  615. * po-mode.el (Installation comment):
  616. Add .pox as possible extension of .po files.
  617. Sun Jul 16 13:23:27 1995  Ulrich Drepper  <drepper@myware>
  618. * elisp-comp: Complete new version by Franc,ois: This does not
  619.   fail when not compiling in the source directory.
  620. Sun Jul 16 00:12:17 1995  Ulrich Drepper  <drepper@myware>
  621. * Makefile.in (../po/cat-id-tbl.o):
  622. Use $(MAKE) instead of make for recursive make.
  623. * Makefile.in (.el.elc): Use $(SHELL) instead of /bin/sh.
  624. (install-exec): Add missing dummy goal.
  625. (install-data, uninstall): @ in multi-line shell command at
  626.   beginning, not in front of echo.  Reported by Eric Backus.
  627. Sat Jul 15 00:21:28 1995  Ulrich Drepper  <drepper@myware>
  628. * Makefile.in (DISTFILES):
  629. Rename libgettext.perl to gettext.perl to fit in 14 chars
  630. file systems.
  631. * gettext.perl:
  632.   Rename to gettext.perl to fit in 14 chars file systems.
  633. Thu Jul 13 23:17:20 1995  Ulrich Drepper  <drepper@myware>
  634. * cat-compat.c: If !STDC_HEADERS try to include malloc.h.
  635. Thu Jul 13 20:55:02 1995  Ulrich Drepper  <drepper@myware>
  636. * po2tbl.sed.in: Pretty printing.
  637. * linux-msg.sed, xopen-msg.sed:
  638. Correct bugs with handling substitute flags in branches.
  639. * hash-string.h (hash_string):
  640. Old K&R compilers don't under stand `unsigned char'.
  641. * gettext.h (nls_uint32):
  642. Some old K&R compilers (eg HP) don't understand `unsigned int'.
  643. * cat-compat.c (msg_to_cat_id): De-ANSI-fy prototypes.
  644. Thu Jul 13 01:34:33 1995  Ulrich Drepper  <drepper@myware>
  645. * Makefile.in (ELCFILES): New variable.
  646. (DISTFILES): Add elisp-comp.
  647. Add implicit rule for .el -> .elc compilation.
  648. (install-data): install $ELCFILES
  649. (clean): renamed po-to-tbl and po-to-msg to po2tbl and po2msg resp.
  650. * elisp-comp: Initial revision
  651. Wed Jul 12 16:14:52 1995  Ulrich Drepper  <drepper@myware>
  652. * Makefile.in:
  653. cat-id-tbl.c is now found in po/.  This enables us to use an identical
  654. intl/ directory in all packages.
  655. * dcgettext.c (dcgettext): hashing does not work for table size <= 2.
  656. * textdomain.c: fix typo (#if def -> #if defined)
  657. Tue Jul 11 18:44:43 1995  Ulrich Drepper  <drepper@myware>
  658. * Makefile.in (stamp-cat-id): use top_srcdir to address source files
  659. (DISTFILES,distclean): move tupdate.perl to src/
  660. * po-to-tbl.sed.in:
  661. add additional jump to clear change flag to recognize multiline strings
  662. Tue Jul 11 01:32:50 1995  Ulrich Drepper  <drepper@myware>
  663. * textdomain.c: Protect inclusion of stdlib.h and string.h.
  664. * loadmsgcat.c: Protect inclusion of stdlib.h.
  665. * libgettext.h: Protect inclusion of locale.h.
  666. Allow use in C++ programs.
  667. Define NULL is not happened already.
  668. * Makefile.in (DISTFILES): ship po-to-tbl.sed.in instead of
  669. po-to-tbl.sed.
  670. (distclean): remove po-to-tbl.sed and tupdate.perl.
  671. * tupdate.perl.in: Substitute Perl path even in exec line.
  672. Don't include entries without translation from old .po file.
  673. Tue Jul  4 00:41:51 1995  Ulrich Drepper  <drepper@myware>
  674. * tupdate.perl.in: use "Updated: " in msgid "".
  675. * cat-compat.c: Fix typo (LOCALDIR -> LOCALEDIR).
  676.   Define getenv if !__STDC__.
  677. * bindtextdom.c: Protect stdlib.h and string.h inclusion.
  678.   Define free if !__STDC__.
  679. * finddomain.c: Change DEF_MSG_DOM_DIR to LOCALEDIR.
  680.   Define free if !__STDC__.
  681. * cat-compat.c: Change DEF_MSG_DOM_DIR to LOCALEDIR.
  682. Mon Jul  3 23:56:30 1995  Ulrich Drepper  <drepper@myware>
  683. * Makefile.in: Use LOCALEDIR instead of DEF_MSG_DOM_DIR.
  684. Remove unneeded $(srcdir) from Makefile.in dependency.
  685. * makelinks: Add copyright and short description.
  686. * po-mode.el: Last version for 0.7.
  687. * tupdate.perl.in: Fix die message.
  688. * dcgettext.c: Protect include of string.h.
  689. * gettext.c: Protect include of stdlib.h and further tries to get NULL.
  690. * finddomain.c: Some corrections in includes.
  691. * Makefile.in (INCLUDES): Prune list correct path to Makefile.in.
  692. * po-to-tbl.sed: Adopt for new .po file format.
  693. * linux-msg.sed, xopen-msg.sed: Adopt for new .po file format.
  694. Sun Jul  2 23:55:03 1995  Ulrich Drepper  <drepper@myware>
  695. * tupdate.perl.in: Complete rewrite for new .po file format.
  696. Sun Jul  2 02:06:50 1995  Ulrich Drepper  <drepper@myware>
  697. * First official release.  This directory contains all the code
  698. needed to internationalize own packages.  It provides functions
  699. which allow to use the X/Open catgets function with an interface
  700. like the Uniforum gettext function.  For system which does not
  701. have neither of those a complete implementation is provided.