comparison lib-src/ChangeLog @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 8de8e3f6228a
children 576fb035e263
comparison
equal deleted inserted replaced
441:72a7cfa4a488 442:abe6d1db359e
1 2000-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * make-po.c (BUFSIZE): Increase value to 32768.
4
5 2000-10-04 Martin Buchholz <martin@xemacs.org>
6
7 * XEmacs 21.2.36 is released.
8
9 2000-09-30 Martin Buchholz <martin@xemacs.org>
10
11 * gnuserv.c (main): Warning removal.
12
13 2000-09-27 Martin Buchholz <martin@xemacs.org>
14
15 * ellcc.c: Make global variables static. Avoids warnings on AIX.
16
17 * fakemail.c (make_file_preface): Use standard type time_t.
18 Actually check that the 25th char returned from ctime is '\n'.
19
20 2000-09-19 Martin Buchholz <martin@xemacs.org>
21
22 * *: Spelling mega-patch
23
24 2000-09-12 Martin Buchholz <martin@xemacs.org>
25
26 * gnuclient.c (main):
27 * hexl.c (usage):
28 Use `Usage', not `usage', in Usage messages.
29
30 2000-07-15 Ben Wing <ben@xemacs.org>
31
32 * etags.c (add_regex): added commented out code for use figuring
33 out Windows quoting problems.
34 * hexl.c (main): fixed warnings about possible used uninitialized.
35
36 2000-07-19 Martin Buchholz <martin@xemacs.org>
37
38 * XEmacs 21.2.35 is released.
39
40 2000-07-12 Martin Buchholz <martin@xemacs.org>
41
42 * gnuserv.c:
43 (handle_internet_request):
44 (handle_unix_request):
45 (internet_init):
46 Use socklen_t instead of int or size_t.
47
48 2000-07-11 Martin Buchholz <martin@xemacs.org>
49
50 * hexl.c (usage): Use full ANSI C prototypes.
51
52 2000-07-05 Craig Lanning <lanning@scra.org>
53
54 * Makefile.in.in (INSTALL_DATA):
55 * Makefile.in.in (UTILITIES):
56 * Makefile.in.in (GETOPTDEPS):
57 * Makefile.in.in (i):
58 mingw support: don't try to build gnuclient, add
59 support for building and installing minitar
60
61 2000-06-10 Ben Wing <ben@xemacs.org>
62
63 * Makefile.in.in (INSTALLABLES_BASE):
64 * Makefile.in.in (ootags_args):
65 * Makefile.in.in (yow):
66 Build i.exe.
67 Don't build run*.exe.
68
69 * b2m.c:
70 * b2m.c (main):
71 * ellcc.c (main):
72 * etags.c:
73 * etags.c (main):
74 * etags.c (get_compressor_from_suffix):
75 * etags.c (process_file):
76 * etags.c (readline_internal):
77 * etags.c (etags_getcwd):
78 * etags.c (relative_filename):
79 * etags.c (absolute_filename):
80 * etags.c (filename_is_absolute):
81 * etags.c (canonicalize_filename):
82 * fakemail.c:
83 * fakemail.c (make_file_preface):
84 * getopt.c:
85 * getopt.h:
86 * gnuclient.c:
87 * gnuclient.c (filename_expand):
88 * gnuserv.h:
89 * gnuserv.h (PATCHLEVEL):
90 * hexl.c:
91 * hexl.c (main):
92 * make-docfile.c:
93 * make-docfile.c (APPEND_BINARY):
94 * make-docfile.c (main):
95 * make-dump-id.c:
96 * mmencode.c:
97 * mmencode.c (fromqp):
98 * mmencode.c (main):
99 * movemail.c:
100 * movemail.c (main):
101 * movemail.c (popmail):
102 * ootags.c:
103 * ootags.c (main):
104 * ootags.c (readline_internal):
105 * ootags.c (etags_getcwd):
106 * ootags.c (absolute_filename):
107 * ootags.c (filename_is_absolute):
108 * ootags.c (canonicalize_filename):
109 * pop.c:
110 * pop.c (DONT_ENCAPSULATE):
111 * pop.c (pop_open):
112 * pop.c (socket_connection):
113 * pop.c (pop_trash):
114 * profile.c (gettimeofday):
115 * wakeup.c:
116 * yow.c (rootrelativepath):
117 Remove MSDOS support, converting to WIN32_NATIVE where necessary.
118 WINDOWSNT -> WIN32_NATIVE.
119 __CYGWIN32__ -> CYGWIN.
120 DOS_NT -> WIN32_NATIVE.
121 Remove unused NO_SHORTNAMES.
122 Changes for removed nt\inc.
123
124 2000-06-07 Ben Wing <ben@xemacs.org>
125
126 * run.c, run.h, run.rc: Removed. We no longer need these for
127 building runxemacs.exe, and it's questionable at best whether
128 rungnuclient.exe was ever used or is even needed. The correct
129 solution is just to make gnuclient.exe a windows program and
130 use the gnuattach script to run 'i gnuclient.exe'. Not that
131 gnuclient currently works under Windows native in any case.
132
133 2000-05-28 Martin Buchholz <martin@xemacs.org>
134
135 * XEmacs 21.2.34 is released.
136
137 2000-05-11 Ben Wing <ben@xemacs.org>
138
139 * i.c (get_command): fix unused var warning.
140
141 * make-docfile.c (MDGET):
142 * make-docfile.c (read_c_string):
143 rewrite and reindent -- handle closing doc string comment that's
144 not at beg of line.
145
146 2000-05-01 Martin Buchholz <martin@xemacs.org>
147
148 * XEmacs 21.2.33 is released.
149
150 2000-04-19 Martin Buchholz <martin@xemacs.org>
151
152 * gnuclient.c (initialize_signals): Always use full ANSI prototypes.
153
154 2000-04-06 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
155
156 * i.c: New file, source for the i utility.
157
158 2000-03-22 Mike Alexander <mta@arbortext.com>
159
160 * make-dump-id.c (gettimeofday): new (Windows only)
161
162 2000-03-20 Martin Buchholz <martin@xemacs.org>
163
164 * XEmacs 21.2.32 is released.
165
166 2000-03-20 Martin Buchholz <martin@xemacs.org>
167
168 * make-dump-id.c: Use config.h and systime.h for portability.
169
170 2000-02-20 Olivier Galibert <galibert@pobox.com>
171
172 * make-dump-id.c: Added.
173
174 * Makefile.in.in: Add support for make-dump-id.
175
176 2000-03-12 Ben Wing <ben@xemacs.org>
177
178 * etags.c (canonicalize_filename): fixed a problem with gratuitous
179 capitalization of file names under MS Windows.
180
181 2000-02-23 Martin Buchholz <martin@xemacs.org>
182
183 * XEmacs 21.2.31 is released.
184
185 2000-02-21 Martin Buchholz <martin@xemacs.org>
186
187 * XEmacs 21.2.30 is released.
188
189 2000-02-16 Martin Buchholz <martin@xemacs.org>
190
191 * XEmacs 21.2.29 is released.
192
193 2000-02-13 Martin Buchholz <martin@xemacs.org>
194
195 * etags.c: Upgrade to version 13.44.
196 Only added (unsigned char) casts to calls like isspace (*cp).
197
1 2000-02-07 Martin Buchholz <martin@xemacs.org> 198 2000-02-07 Martin Buchholz <martin@xemacs.org>
2 199
3 * XEmacs 21.2.28 is released. 200 * XEmacs 21.2.28 is released.
4 201
5 2000-02-06 Martin Buchholz <martin@xemacs.org> 202 2000-02-06 Martin Buchholz <martin@xemacs.org>