blob: 675a5a9d0985bd507e1006ced32163d2f1b89b6a (
plain)
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
|
2006-08-30 Bruno Haible <bruno@clisp.org>
* lib/xerror.h: Don't include error.h.
* lib/xerror.c: Include error.h here.
2006-08-28 Bruno Haible <bruno@clisp.org>
* modules/c-strstr: Remove file, now in gnulib.
* lib/c-strstr.h: Remove file, now in gnulib.
* lib/c-strstr.c: Remove file, now in gnulib.
2006-08-22 Bruno Haible <bruno@clisp.org>
* modules/pathmax.diff: Remove file.
* modules/unlocked-io.diff: Remove file.
* modules/exitfail.diff: Update.
* modules/quote.diff: Update.
* modules/quotearg.diff: Update.
* m4/pathmax.m4.diff: Remove file.
* m4/strdup.m4.diff: Remove file.
* m4/unlocked-io.m4.diff: Remove file.
* m4/exitfail.m4.diff: Update.
* m4/hard-locale.m4.diff: Update.
* m4/quote.m4.diff: Update.
* m4/quotearg.m4.diff: Update.
2006-08-22 Bruno Haible <bruno@clisp.org>
* modules/gettext-tools-misc (Makefile.am): New variable
lib_LTLIBRARIES.
2006-08-18 Bruno Haible <bruno@clisp.org>
* modules/bison-i18n: Remove file. Now taken from gnulib.
* m4/bison-i18n.m4: Remove file. Now taken from gnulib.
* Makefile.am (EXTRA_DIST): Remove them.
2006-08-16 Bruno Haible <bruno@clisp.org>
* modules/gettext-tools-misc (Files): Remove m4/restrict.m4, no longer
in gnulib.
2006-07-31 Bruno Haible <bruno@clisp.org>
* lib/propername.c: Remove temporary hack.
2006-07-31 Bruno Haible <bruno@clisp.org>
* modules/gettext-runtime-misc: New file.
* Makefile.am (EXTRA_DIST): Add it.
2006-08-02 Bruno Haible <bruno@clisp.org>
* Makefile.am: New file.
2006-07-30 Bruno Haible <bruno@clisp.org>
* lib/argmatch.h.diff: New file.
* lib/error.h.diff: New file.
* lib/exitfail.h.diff: New file.
* lib/fnmatch.c.diff: New file.
* lib/fnmatch_loop.c.diff: New file.
* lib/getopt_.h.diff: New file.
* lib/javacomp.c.diff: New file.
* lib/linebreak.c.diff: New file.
* lib/obstack.h.diff: New file.
* lib/progname.h.diff: New file.
* lib/strerror.c.diff: New file.
* m4/exitfail.m4.diff: New file.
* m4/hard-locale.m4.diff: New file.
* m4/pathmax.m4.diff: New file.
* m4/quote.m4.diff: New file.
* m4/quotearg.m4.diff: New file.
* m4/strdup.m4.diff: New file.
* m4/unlocked-io.m4.diff: New file.
* m4/vasprintf.m4: New file.
* modules/backupfile: New file.
* modules/basename: New file.
* modules/bison-i18n: New file.
* modules/c-strstr: New file.
* modules/canonicalize: New file.
* modules/closeout: New file.
* modules/error-progname: New file.
* modules/exitfail.diff: New file.
* modules/fnmatch.diff: New file.
* modules/fstrcmp: New file.
* modules/gcj: New file.
* modules/gen-lbrkprop: New file.
* modules/getline: New file.
* modules/getndelim2: New file.
* modules/gettext-tools-misc: New file.
* modules/hash: New file.
* modules/iconvstring: New file.
* modules/java: New file.
* modules/javacomp.diff: New file.
* modules/pathmax.diff: New file.
* modules/progreloc: New file.
* modules/propername: New file.
* modules/quote.diff: New file.
* modules/quotearg.diff: New file.
* modules/relocatable: New file.
* modules/relocwrapper: New file.
* modules/unlocked-io.diff: New file.
* modules/vasprintf.diff: New file.
* modules/wait-process.diff: New file.
* modules/xalloc: New file.
* modules/xalloc-die: New file.
* modules/xerror: New file.
* modules/xgetcwd: New file.
* modules/xreadlink: New file.
|