1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232
|
2015-09-11 Daiki Ueno <ueno@gnu.org>
* gettext 0.19.6 released.
2015-07-10 Daiki Ueno <ueno@gnu.org>
* gettext 0.19.5 released.
2014-12-24 Daiki Ueno <ueno@gnu.org>
* gettext 0.19.4 released.
2014-10-15 Daiki Ueno <ueno@gnu.org>
* gettext 0.19.3 released.
2014-07-14 Daiki Ueno <ueno@gnu.org>
* gettext 0.19.2 released.
2014-06-10 Daiki Ueno <ueno@gnu.org>
* gettext 0.19.1 released.
2014-06-02 Daiki Ueno <ueno@gnu.org>
* gettext 0.19 released.
2013-12-17 Daiki Ueno <ueno@gnu.org>
Add missing extern-inline.m4 into archive.
Problem reported by Reuben Thomas in:
<https://lists.gnu.org/archive/html/bug-gettext/2013-12/msg00010.html>.
* Makefile.am (aclocal_DATA): Add extern-inline.m4.
2012-12-25 Daiki Ueno <ueno@gnu.org>
* gettext-0.18.2 released.
2010-06-04 Bruno Haible <bruno@clisp.org>
* gettext-0.18.1 released.
2010-05-24 Bruno Haible <bruno@clisp.org>
Use the newest regex module from gnulib.
* libgrep.m4: Remove file.
* regex.m4: Remove file.
* Makefile.am (EXTRA_DIST): Remove them.
2010-05-23 Bruno Haible <bruno@clisp.org>
Do regex matching purely with regex, not regex + dfa + kwset.
* libgrep.m4 (gt_LIBGREP): Don't invoke gl_HARD_LOCALE.
2010-05-09 Bruno Haible <bruno@clisp.org>
* gettext-0.18 released.
2010-04-02 Bruno Haible <bruno@clisp.org>
* Makefile.am (aclocal_DATA): Take lib-*.m4 from the
gettext-runtime/gnulib-m4/ directory.
2009-12-25 Bruno Haible <bruno@clisp.org>
* Makefile.am (aclocal_DATA): Add fcntl-o.m4. Remove fcntl_h.m4.
2009-12-12 Bruno Haible <bruno@clisp.org>
* regex.m4: Untabify.
2009-10-18 Bruno Haible <bruno@clisp.org>
* Makefile.am (aclocal_DATA): Add fcntl_h.m4.
2009-08-15 Bruno Haible <bruno@clisp.org>
Stop using gnulib module 'strdup'.
* libgrep.m4 (gt_LIBGREP): Don't invoke gl_FUNC_STRDUP.
2009-08-03 Bruno Haible <bruno@clisp.org>
* setlocale.m4 (gt_SETLOCALE): Fix displayed message with
autoconf-2.64.
2009-04-11 Bruno Haible <bruno@clisp.org>
* exported.m4: New file, extracted from ../configure.ac.
* Makefile.am (EXTRA_DIST): Add it.
2009-01-25 Bruno Haible <bruno@clisp.org>
* Makefile.am (EXTRA_DIST): Remove locale-ja.m4.
2008-12-18 Bruno Haible <bruno@clisp.org>
* locale-ja.m4: Remove file. Moved to gnulib.
2008-12-17 Bruno Haible <bruno@clisp.org>
* libgrep.m4 (gt_LIBGREP): Use AC_FUNC_MBRTOWC instead of
gl_FUNC_MBRTOWC.
2008-08-17 Bruno Haible <bruno@clisp.org>
* Makefile.am (aclocal_DATA): Add threadlib.m4.
2008-01-13 Bruno Haible <bruno@clisp.org>
* locale-ja.m4 (gt_LOCALE_JA): Check that the locale encoding is not
ASCII. Needed for OpenBSD 4.0.
2007-11-07 Bruno Haible <bruno@clisp.org>
* gettext-0.17 released.
2007-10-31 Bruno Haible <bruno@clisp.org>
* Makefile.am (aclocal_DATA): Remove ulonglong.m4.
2007-10-25 Bruno Haible <bruno@clisp.org>
* restrict.m4: Remove file.
* Makefile.am (EXTRA_DIST): Remove it.
2007-10-17 Bruno Haible <bruno@clisp.org>
* locale-ja.m4 (gt_LOCALE_JA): On Cygwin, don't allow locale names
without encoding suffix.
2007-06-07 Bruno Haible <bruno@clisp.org>
* Makefile.am (aclocal_DATA): Add intlmacosx.m4.
2007-05-27 Bruno Haible <bruno@clisp.org>
* openmp.m4: Remove file.
* Makefile.am (EXTRA_DIST): Remove it.
2007-05-14 Bruno Haible <bruno@clisp.org>
* restrict.m4: New file, taken from autoconf CVS.
* Makefile.am (EXTRA_DIST): Add it.
2007-04-06 Bruno Haible <bruno@clisp.org>
* Makefile.am (aclocal_DATA): Remove longdouble.m4.
2007-02-12 Bruno Haible <bruno@clisp.org>
* locale-fr.m4: Remove file, moved to gnulib.
* Makefile.am (EXTRA_DIST): Remove it.
2007-02-12 Bruno Haible <bruno@clisp.org>
* locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
* locale-ja.m4 (gt_LOCALE_JA): Likewise.
Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2006-12-10 Bruno Haible <bruno@clisp.org>
* locale-ja.m4: New file.
* Makefile.am (EXTRA_DIST): Add it.
2006-11-27 Bruno Haible <bruno@clisp.org>
* gettext-0.16.1 released.
2006-10-26 Bruno Haible <bruno@clisp.org>
* gettext-0.16 released.
2006-10-25 Bruno Haible <bruno@clisp.org>
* openmp.m4 (gt_OPENMP): Adjust test for PGI compiler.
2006-10-25 Bruno Haible <bruno@clisp.org>
* libgrep.m4 (gt_LIBGREP): Also check for wcscoll. Needed for
Linux libc5.4.33.
Reported by Alain Guibert <alguibert@free.fr>.
2006-10-23 Bruno Haible <bruno@clisp.org>
* openmp.m4 (gt_OPENMP): Activate the options -mp, -omp, -qsmp=omp only
on the compilers of the respective brand.
2006-10-01 Bruno Haible <bruno@clisp.org>
* Makefile.am (aclocal_DATA): Add intldir.m4.
2006-09-18 Bruno Haible <bruno@clisp.org>
* Makefile.am (aclocal_DATA): Remove inttypes-h.m4.
2006-09-11 Bruno Haible <bruno@clisp.org>
* Makefile.am (aclocal_DATA): Add intl.m4.
2006-08-28 Bruno Haible <bruno@clisp.org>
* Makefile.am (aclocal_DATA): Remove signed.m4.
2006-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* regex.m4 (gl_PREREQ_REGEX): Adjust to gnulib change: use
AC_C_RESTRICT instead of gl_C_RESTRICT.
2006-07-31 Bruno Haible <bruno@clisp.org>
* Makefile.am (EXTRA_DIST): Remove files now taken from gnulib or
gnulib-local. Remve ChangeLog.0. Add libgrep.m4.
2006-07-30 Bruno Haible <bruno@clisp.org>
* Makefile.am (examplesbuildaux_DATA): Refer to ../gnulib-m4 directory.
* alloca.m4: Moved to ../../gnulib-local/m4/alloca.m4.
* backupfile.m4: Moved to ../../gnulib-local/m4/backupfile.m4.
* bison-i18n.m4: Moved to ../../gnulib-local/m4/bison-i18n.m4.
* canonicalize.m4: Moved to ../../gnulib-local/m4/canonicalize.m4.
* gcj.m4: Moved to ../../gnulib-local/m4/gcj.m4.
* getline.m4: Moved to ../../gnulib-local/m4/getline.m4.
* getndelim2.m4: Moved to ../../gnulib-local/m4/getndelim2.m4.
* java.m4: Moved to ../../gnulib-local/m4/java.m4.
* relocatable.m4: Moved to ../../gnulib-local/m4/relocatable.m4.
* unionwait.m4: Moved to ../../gnulib-local/m4/unionwait.m4.
* xreadlink.m4: Moved to ../../gnulib-local/m4/xreadlink.m4.
See gnulib-local/m4/ChangeLog.1 for earlier changes.
|