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
|
2003-09-14 Bruno Haible <bruno@clisp.org>
* Makefile.am (libgrt_a_SOURCES): Add fwriteerror.h, fwriteerror.c.
* Makefile.msvc (OBJECTS): Add fwriteerror.obj.
(fwriteerror.obj): New rule.
* Makefile.vms (OBJECTS): Add fwriteerror.obj.
(fwriteerror.obj): New rule.
2003-09-13 Bruno Haible <bruno@clisp.org>
* Makefile.am (libgrt_a_SOURCES): Add closeout.h, closeout.c.
* Makefile.msvc (OBJECTS): Add closeout.obj.
(closeout.obj): New rule.
* Makefile.vms (OBJECTS): Add closeout.obj.
(closeout.obj): New rule.
2003-07-01 Bruno Haible <bruno@clisp.org>
* readlink.c: New file, trivial link to ../../gettext-tools/lib.
* Makefile.am (LIBADD_SOURCE): Add readlink.c.
2003-07-01 Bruno Haible <bruno@clisp.org>
* Makefile.am (EXTRA_DIST, stdbool.h): Use stdbool_.h instead of
stdbool.h.in.
2003-05-22 Bruno Haible <bruno@clisp.org>
* gettext-0.12.1 released.
2003-05-17 Bruno Haible <bruno@clisp.org>
* gettext-0.12 released.
2003-05-12 Bruno Haible <bruno@clisp.org>
* Makefile.am (libgrt_a_SOURCES):
Add ../../gettext-tools/lib/unlocked-io.h.
2003-05-10 Bruno Haible <bruno@clisp.org>
* Makefile.am (libgrt_a_SOURCES): Add
../../gettext-tools/lib/progreloc.c.
* Makefile.msvc (OBJECTS): Add progreloc.obj.
(progreloc.obj): New rule.
* Makefile.vms (OBJECTS): Add progreloc.obj.
(progreloc.obj): New rule.
2003-04-12 Bruno Haible <bruno@clisp.org>
* Makefile.vms: New variables ABIFLAGS, DEFS. Avoid rules with no
lines. Update library creation rule. Don't use the force target.
Correct wildcard syntax.
Suggested by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.
2003-04-05 Bruno Haible <bruno@clisp.org>
* Makefile.am (DEFS): Define DEPENDS_ON_LIBINTL, for relocatable.c.
* Makefile.msvc (CFLAGS): Also define DEPENDS_ON_LIBINTL.
2003-03-30 Bruno Haible <bruno@clisp.org>
* Makefile.vms: New file.
* Makefile.am (EXTRA_DIST): Add Makefile.vms.
2003-03-17 Bruno Haible <bruno@clisp.org>
Native Woe32/MSVC support.
* Makefile.msvc: New file.
* Makefile.am (EXTRA_DIST): Add it.
2003-03-05 Bruno Haible <bruno@clisp.org>
* Makefile.am (stdbool.h, alloca.h): All objects depend on them.
2003-02-28 Bruno Haible <bruno@clisp.org>
Cleanup and support for relocatable installation.
* basename.h: Remove file, replaced with the copy in
../../gettext-tools/lib.
* basename.c: Likewise.
* error.h: Likewise.
* error.c: Likewise.
* exit.h: Likewise.
* getopt.h: Likewise.
* getopt.c: Likewise.
* getopt1.c: Likewise.
* xmalloc.h: Likewise.
* xmalloc.c: Likewise.
* alloca.c: New file, trivial link to ../../gettext-tools/lib.
* canonicalize.c: New file, trivial link to ../../gettext-tools/lib.
* memmove.c: New file, trivial link to ../../gettext-tools/lib.
* relocatable.c: New file, trivial link to ../../gettext-tools/lib.
* setenv.c: New file, trivial link to ../../gettext-tools/lib.
* strerror.c: New file, trivial link to ../../gettext-tools/lib.
* unsetenv.c: New file, trivial link to ../../gettext-tools/lib.
* Makefile.am (libgrt_a_SOURCES): Add pathmax.h, progname.h,
progname.c, xstrdup.c, xreadlink.h, xreadlink.c. Use references to
../../gettext-tools/lib.
(LIBADD_SOURCE): New variable.
(EXTRA_DIST, MOSTLYCLEANFILES): New variable.
(stdbool.h): New rule.
(alloca.h): New rule.
2003-02-12 Bruno Haible <bruno@clisp.org>
Extracted from gettext package.
* Makefile.am: New file.
|