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
|
2003-05-19 Bruno Haible <bruno@clisp.org>
* windows/gettextlib.rc: Include <winver.h>.
* windows/gettextsrc.rc: Likewise.
Reported by Perry Rapp.
2003-05-17 Bruno Haible <bruno@clisp.org>
* gettext-0.12 released.
2003-05-17 Bruno Haible <bruno@clisp.org>
* Makefile.am (config.h.msvc): Define HAVE_STRPBRK.
2003-05-15 Bruno Haible <bruno@clisp.org>
* Makefile.am (config.h_vms, config.h.msvc): Define HAVE_DECL_STRERROR.
2003-05-12 Bruno Haible <bruno@clisp.org>
* configure.ac: Invoke AC_GNU_SOURCE and jm_FUNC_GLIBC_UNLOCKED_IO.
2003-05-12 Bruno Haible <bruno@clisp.org>
* windows/gettextsrc.def: Update.
Based on a patch by Perry Rapp.
2003-04-12 Bruno Haible <bruno@clisp.org>
* Makefile.am (config.h_vms): Renamed from config.h.vms.
* Makefile.vms: Don't use the force target. Use config.h_vms, not
config.h.vms. Create intl subdirectory. Correct wildcard syntax.
Suggested by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.
2003-04-12 Bruno Haible <bruno@clisp.org>
* configure.ac (mandir): Change default value.
* Makefile.msvc (mandir, docdir): Use datadir instead of prefix.
2003-04-10 Bruno Haible <bruno@clisp.org>
* configure.ac: Invoke gl_FUNC_EACCESS.
2003-04-05 Bruno Haible <bruno@clisp.org>
* Makefile.am (config.h.msvc): Remove redundant sed expression.
2003-04-03 Bruno Haible <bruno@clisp.org>
* configure.ac (INVALID_PATH_CHAR): Add a definition for Woe32.
Reported by Perry Rapp.
2003-03-30 Bruno Haible <bruno@clisp.org>
* Makefile.vms: New file.
* Makefile.am (config.h.vms): New rule.
(EXTRA_DIST): Add Makefile.vms and config.h.vms.
2003-03-30 Bruno Haible <bruno@clisp.org>
* configure.ac: Add checks for <pwd.h> and chown().
2003-03-17 Bruno Haible <bruno@clisp.org>
Native Woe32/MSVC support.
* Makefile.msvc: New file.
* README.woe32: New file.
* windows/gettextlib.def: New file.
* windows/gettextlib.rc: New file.
* windows/gettextsrc.def: New file.
* windows/gettextsrc.rc: New file.
* windows/alloca.h: New file.
* windows/fnmatch.h: New file.
* Makefile.am (EXTRA_DIST): Add them and config.h.msvc,
windows/stdbool.h.
(config.h.msvc, intl/libgnuintl.h.msvc-shared, windows/stdbool.h): New
rules.
* configure.ac: Invoke AC_TYPE_MODE_T.
2003-02-28 Bruno Haible <bruno@clisp.org>
Support for relocatable installation.
* configure.ac: Invoke AC_RELOCATABLE, AC_REPLACE_FUNCS([memmove]),
gl_FUNC_STRERROR, gl_XREADLINK, gl_CANONICALIZE.
* INSTALL: Document --enable-relocatable and --with-libintl-prefix.
2003-02-28 Bruno Haible <bruno@clisp.org>
* configure.ac: Invoke gl_PATHMAX.
2003-02-22 Bruno Haible <bruno@clisp.org>
* Makefile.am (ps, pdf): Remove rules, redundant with automake 1.7.2.
2003-02-18 Bruno Haible <bruno@clisp.org>
* Makefile.am: Don't install ABOUT-NLS in $(datadir)/gettext. This is
now done by the gettext-runtime package.
2003-02-12 Bruno Haible <bruno@clisp.org>
Big restructuring.
* configure.ac: New file.
* Makefile.am: New file.
|