]>
Commit | Line | Data |
---|---|---|
b0832eea DD |
1 | 2009-07-29 Douglas B Rupp <[email protected]> |
2 | ||
3 | * make-temp-file.c (choose_tmpdir): Try standard temp logical on VMS. | |
4 | ||
9fef968a DD |
5 | 2009-07-27 Douglas B Rupp <[email protected]> |
6 | ||
7 | * pex-unix.c (vfork): Remove VMS specific definition (get from header | |
8 | file instead). | |
9 | (to_ptr32): New function. | |
10 | (pex_unix_exec_child): Use it. | |
11 | ||
bdc0e08d DD |
12 | 2009-07-24 Ian Lance Taylor <[email protected]> |
13 | ||
14 | PR bootstrap/40854 | |
15 | * crc32.c (xcrc32): Rename from crc32. | |
16 | ||
6e881691 DD |
17 | 2009-07-24 Ian Lance Taylor <[email protected]> |
18 | ||
19 | * crc32.c: New file. | |
20 | * Makefile.in: Rebuild dependencies. | |
21 | (CFILES): Add crc32.c. | |
22 | (REQUIRED_OFILES): Add ./crc32.o. | |
23 | * functions.texi: Rebuild. | |
24 | ||
d5031754 DD |
25 | 2009-07-17 Jan Kratochvil <[email protected]> |
26 | ||
27 | * cp-demangle.c (d_print_comp <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>) | |
28 | (d_print_comp <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS): New. | |
29 | (d_make_comp <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>) | |
30 | (d_make_comp <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS): New. | |
31 | (d_demangle_callback): The variable type is now declared as enum. | |
32 | Replace parser of _GLOBAL_ symbols by a d_make_comp call. | |
33 | ||
483d7cf4 DD |
34 | 2009-06-21 Jakub Jelinek <[email protected]> |
35 | ||
36 | * hashtab.c (htab_traverse): Don't call htab_expand for | |
37 | nearly empty hashtabs with sizes 7, 13 or 31. | |
38 | ||
5d7aee10 NC |
39 | 2009-06-16 Nick Clifton <[email protected]> |
40 | ||
41 | PR 10197 | |
42 | * testsuite/test-demangle.c: Rename getline to get_line to avoid | |
43 | conflicts with system function of the same name. | |
44 | ||
8893fa20 DD |
45 | 2009-05-30 Eli Zaretskii <[email protected]> |
46 | ||
47 | * snprintf.c: Doc fix. | |
48 | ||
49 | * vsnprintf.c: Doc fix. | |
50 | ||
b69c3c55 KT |
51 | 2009-05-29 Kai Tietz <[email protected]> |
52 | ||
3a9f8410 | 53 | * pex-win32.c (pex_win32_fdopenr): Set INHERIT to false. |
b69c3c55 | 54 | |
0dc69033 DD |
55 | 2009-05-29 Michael Matz <[email protected]> |
56 | ||
57 | * fibheap.c (fibheap_replace_key_data): Make sure we don't early | |
58 | out when forcing the minimum. | |
59 | (fibheap_delete_node): Assert that we managed to force the minimum. | |
60 | ||
56ae5eb9 TG |
61 | 2009-05-25 Tristan Gingold <[email protected]> |
62 | ||
63 | * config.h-vms: Rewritten. Define configure macros. | |
64 | Use DEC-C builtin alloca. | |
65 | ||
66 | * makefile.vms (OBJS): Update list. | |
67 | (OPT): New variable. | |
68 | (CFLAGS): Update compilation flags. | |
69 | (libiberty.olb): Do not depend on alloca-conf.h anymore. | |
70 | ||
4e55d6c3 DD |
71 | 2009-05-19 Ian Lance Taylor <[email protected]> |
72 | Ben Elliston <[email protected]> | |
73 | ||
74 | * cp-demangle.c (cplus_demangle_fill_ctor): Fix logic bug. | |
75 | (cplus_demangle_fill_dtor): Likewise. | |
76 | ||
ed20019d JB |
77 | 2009-05-17 Julian Brown <[email protected]> |
78 | ||
79 | * pex-win32.c (pex_win32_exec_child): Fix logic to avoid closing | |
80 | standard handles (stdin, stdout, stderr) in parent. | |
81 | ||
59cdf842 JB |
82 | 2009-04-29 Julian Brown <[email protected]> |
83 | ||
84 | * pex-win32.c (pex_win32_pipe): Add _O_NOINHERIT. | |
85 | (pex_win32_exec_child): Ensure each process has only one handle open | |
3ea74505 DD |
86 | on pipe endpoints. Close standard input after creating child for |
87 | symmetry with standard output/standard error. | |
59cdf842 | 88 | |
e1ad6b9a DD |
89 | 2009-04-25 Eli Zaretskii <[email protected]> |
90 | ||
91 | * Makefile.in (needed-list): Target removed (not used in GCC | |
92 | 3.0 and later). All references deleted. | |
93 | (mostlyclean): Remove references to needed.awk and needed2.awk. | |
94 | ||
68724c3d DD |
95 | 2009-04-14 Eli Zaretskii <[email protected]> |
96 | ||
97 | * configure.ac (setobjs, msdosdjgpp): Move a-priori setting of | |
98 | existing and required library functions to with_target_subdir | |
99 | section, so that the native build does detect them at configure | |
100 | time. | |
101 | * configure: Regenerated. | |
102 | ||
587c6b96 KT |
103 | 2009-04-13 Ozkan Sezer <[email protected]> |
104 | ||
105 | PR target/39397 | |
106 | * pex-common.h (struct pex_obj): Store pid values as pid_t, | |
107 | not as long (members *children and (*wait)) | |
108 | * pex-common.c (pex_run_in_environment): Likewise. | |
109 | * pex-win32.c (pex_win32_wait): Return pid_t and properly check | |
110 | returned pid value. | |
111 | * pex-djgpp.c (pex_djgpp_wait): Return pid_t. | |
112 | * pex-msdos.c (pex_msdos_wait): Likewise. | |
113 | ||
3c72fdec DD |
114 | 2009-04-07 Arnaud Patard <[email protected]> |
115 | ||
116 | * libiberty/configure.ac: Fix Linux/MIPS matching rule. | |
117 | * libiberty/configure: Regenerate. | |
118 | ||
6e881691 | 119 | 2009-03-27 Ian Lance Taylor <[email protected]> |
10e1b6bb DD |
120 | |
121 | * memmem.c: New file, from gnulib. | |
122 | * configure.ac: Add memmem to list of functions provided if they | |
123 | are not available on the host. | |
124 | * Makefile.in: Rebuild dependencies. | |
125 | (CFILES): Add memmem.c. | |
126 | (CONFIGURED_OFILES): Add memmem.o. | |
127 | * configure, config.in, functions.texi: Rebuild. | |
128 | ||
e2e1864d DD |
129 | 2009-03-23 Jason Merrill <[email protected]> |
130 | ||
131 | * cp-demangle.c (d_expression): Handle pack expansion. | |
132 | (d_find_pack): Handle DEMANGLE_COMPONENT_FUNCTION_PARAM. | |
133 | (d_print_subexpr): Don't wrap function parms in (). | |
134 | (d_print_comp) [DEMANGLE_COMPONENT_PACK_EXPANSION]: Handle | |
135 | not finding a pack. | |
136 | ||
c743cf5d DD |
137 | 2009-03-17 Jason Merrill <[email protected]> |
138 | ||
139 | * cp-demangle.c (d_make_function_param): new fn. | |
140 | (cplus_demangle_mangled_name): Work around abi v2 bug. | |
141 | (d_expr_primary): Likewise. | |
142 | (cplus_demangle_operators): Add alignof ops. | |
143 | (d_expression): Handle function parameters and conversions | |
144 | with other than 1 operand. | |
145 | (d_print_comp): Handle function parameters. Fix bug with | |
146 | function used in type of function. | |
147 | * testsuite/demangle-expected: Upate tests. | |
148 | ||
3ca747ab DD |
149 | 2009-02-21 Mark Mitchell <[email protected]> |
150 | ||
151 | * make-temp-file.c (<windows.h>): Include on Windows. | |
152 | (choose_tmpdir): On Windows, use GetTempPath. | |
153 | ||
1b5bf944 DK |
154 | 2009-01-18 Dave Korn <[email protected]> |
155 | ||
156 | * configure.ac (funcs, vars, checkfuncs): Don't munge on Cygwin, | |
157 | as it no longer shares libiberty object files. | |
158 | * configure: Regenerated. | |
159 | ||
60cf58f5 DD |
160 | 2009-01-07 Jason Merrill <[email protected]> |
161 | ||
162 | * cp-demangle.c (d_expression): Remove mangling for zero-op casts. | |
163 | ||
164 | 2009-01-06 Ben Elliston <[email protected]> | |
165 | ||
166 | * cp-demangle.c (cplus_demangle_type): Return NULL if the | |
167 | character following a 'D' cannot be recognised. | |
168 | ||
4e59450e DD |
169 | 2008-12-18 Jason Merrill <[email protected]> |
170 | ||
171 | PR c++/38561 | |
172 | * cp-demangle.c (d_expression, d_print_comp): Revert | |
173 | cast changes. | |
174 | ||
175 | 2008-12-17 Jason Merrill <[email protected]> | |
176 | ||
177 | * cp-demangle.c (d_expression): Handle rvalue stubs too. | |
178 | [DEMANGLE_COMPONENT_CAST]: Update mangling. | |
179 | (d_print_comp): Avoid extra ", " with empty template argument packs. | |
180 | Remove handling for obsolete T() mangling. | |
181 | ||
d2825c1a DD |
182 | 2008-12-10 Jason Merrill <[email protected]> |
183 | ||
184 | * cp-demangle.c (cplus_demangle_type): Support fixed-point types. | |
185 | (d_print_comp, d_dump): Likewise. | |
186 | ||
bb52de30 DJ |
187 | 2008-10-22 Daniel Jacobowitz <[email protected]> |
188 | ||
189 | * Makefile.in (CPPFLAGS): Define. | |
190 | (FLAGS_TO_PASS, COMPILE.c): Add CPPFLAGS. | |
191 | ||
eff85da5 DD |
192 | 2008-10-15 Paolo Bonzini <[email protected]> |
193 | ||
194 | PR bootstrap/37137 | |
195 | * Makefile.in (LIBCFLAGS): Remove. | |
196 | (FLAGS_TO_PASS): Don't mention it. | |
197 | (COMPILE.c, MULTIOSDIR): Replace it with CFLAGS. | |
198 | ||
de8a05ff DE |
199 | 2008-10-08 David Edelsohn <[email protected]> |
200 | ||
06d61999 DD |
201 | * xstrdup.c: Include <sys/types.h> after "config.h" |
202 | ||
899de170 L |
203 | 2008-10-07 Jan Kratochvil <[email protected]> |
204 | ||
205 | * configure.ac: Call AC_SYS_LARGEFILE. | |
206 | * config.in: Regenerated. | |
207 | * configure: Likewise. | |
208 | ||
1c08f2c8 DD |
209 | 2008-10-06 Jason Merrill <[email protected]> |
210 | ||
211 | * cp-demangle.c (struct d_print_info): Add pack_index. | |
212 | (d_dump): Add DEMANGLE_COMPONENT_PACK_EXPANSION. | |
213 | (d_make_comp): Likewise. DEMANGLE_COMPONENT_ARGLIST and | |
214 | DEMANGLE_COMPONENT_TEMPLATE_ARGLIST can have two null args. | |
215 | (cplus_demangle_builtin_types): Add char16/32_t. | |
216 | (cplus_demangle_type): Recognize them. | |
217 | (d_template_args): Handle empty argument packs. | |
218 | (d_template_arg): Handle argument packs. | |
219 | (d_expression): Handle dependent name. | |
220 | (d_index_template_argument): New fn. | |
221 | (d_lookup_template_argument): New fn. | |
222 | (d_find_pack, d_pack_length): New fn. | |
223 | (d_print_subexpr): Split out... | |
224 | (d_print_comp): ...from here. Use d_*_template_argument. | |
225 | Handle empty arg lists. Support pack expansions. | |
226 | * cp-demangle.h (D_BUILTIN_TYPE_COUNT): Increase to 32. | |
d053aef8 | 227 | |
ba8cb4ba DD |
228 | 2008-09-09 Jason Merrill <[email protected]> |
229 | ||
230 | * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DECLTYPE. | |
231 | (d_make_comp): Likewise. | |
232 | (cplus_demangle_type): Handle decltype and DFP types. | |
233 | (cplus_demangle_operators): Call operator takes 2 args. | |
234 | (cplus_demangle_builtin_types): Add DFP types. | |
235 | (d_exprlist): New fn. | |
236 | (d_expression): Handle parm placeholders, T() and calls. | |
237 | (d_print_comp): Handle decltype, T() and calls. | |
238 | * testsuite/demangle-expected: Test the above. | |
239 | ||
bd8aab1c DD |
240 | 2008-08-07 Aaron W. LaFramboise <[email protected]> |
241 | ||
242 | * pex-win32.c (argv_to_argc): New function. | |
243 | (spawn_script): Duplicate argv before calling win32_spawn. | |
244 | ||
8975bb30 DD |
245 | 2008-07-31 Jakub Jelinek <[email protected]> |
246 | ||
247 | * mkstemps.c (mkstemps): Keep looping even for EISDIR. | |
248 | ||
f562800d DD |
249 | 2008-07-31 Denys Vlasenko <[email protected]> |
250 | ||
251 | * mkstemps.c (mkstemps): If open failed with errno other than | |
252 | EEXIST, return immediately. | |
253 | * make-temp-file.c: Include errno.h. | |
254 | (make_temp_file): If mkstemps failed, print an error message | |
255 | before aborting. | |
256 | ||
b7d9aef1 DD |
257 | 2008-07-24 Ralf Wildenhues <[email protected]> |
258 | ||
259 | * maint-tool (deps): Output config.h instead of stamp-h. | |
260 | * Makefile.in: Rebuild deps. | |
261 | (maintainer-clean-subdir): Depend on stamp-h rather than config.h. | |
262 | Reverts 2007-07-11 change. | |
263 | ||
2c197581 EB |
264 | 2008-06-19 Eric Blake <[email protected]> |
265 | ||
266 | Adjust strsignal to POSIX 200x prototype. | |
267 | * strsignal.c (strsignal): Remove const. | |
268 | ||
c8536f38 DD |
269 | 2008-06-17 Ralf Wildenhues <[email protected]> |
270 | ||
271 | * configure: Regenerate. | |
272 | ||
83ef53a9 DD |
273 | 2008-06-15 Ralf Wildenhues <[email protected]> |
274 | ||
275 | * libiberty.texi: Expand TABs, drop indentation outside examples. | |
276 | * obstacks.texi: Likewise. | |
277 | ||
017c1138 DD |
278 | 2008-04-21 Aurelien Jarno <[email protected]> |
279 | ||
280 | * libiberty/configure.ac: use -fPIC on Linux/MIPS hosts. | |
281 | * libiberty/configure: Regenerate. | |
282 | ||
5ae54241 DD |
283 | 2008-04-18 Kris Van Hees <[email protected]> |
284 | ||
285 | * testsuite/demangle-expected: Added tests for char16_t and char32_t. | |
286 | ||
287 | 2008-04-18 Paolo Bonzini <[email protected]> | |
288 | ||
289 | PR bootstrap/35457 | |
290 | * aclocal.m4: Add override.m4. | |
291 | * configure: Regenerate. | |
292 | ||
dddc49b7 DD |
293 | 2008-03-31 Ian Lance Taylor <[email protected]> |
294 | ||
295 | * cp-demangle.c (d_substitution): Correct overflow check to avoid | |
296 | -fstrict-overflow optimizations. | |
297 | ||
c779bab8 PB |
298 | 2008-03-27 Paolo Bonzini <[email protected]> |
299 | ||
300 | * configure.ac (frags): Don't set, use frag instead. | |
301 | (PICFLAG): Set here and substitute. | |
302 | * Makefile.in (PICFLAG): Substitute from autoconf. | |
303 | * configure: Regenerate. | |
304 | ||
b68965a0 DD |
305 | 2008-03-24 Ian Lance Taylor <[email protected]> |
306 | ||
307 | * sha1.c: New file, from gnulib. | |
308 | * Makefile.in: Rebuild dependencies. | |
309 | (CFILES): Add sha1.c. | |
310 | (REQUIRED_OFILES): Add sha1.o. | |
311 | ||
daddbc6e DD |
312 | 2008-03-24 Doug Evans <[email protected]> |
313 | ||
314 | * make-relative-prefix.c (make_relative_prefix_1): Handle NULL | |
315 | return from strdup. | |
316 | ||
6b357a9d DD |
317 | 2008-03-12 Seongbae Park <[email protected]> |
318 | ||
319 | * cplus-dem.c (malloc, realloc): Use void * instead of char * | |
320 | as return type. | |
321 | ||
3f69c6bf DD |
322 | 2008-03-11 Nick Clifton <[email protected]> |
323 | ||
324 | * md5.c (md5_process_bytes): Do not assume that memcpy will | |
325 | provide a return value. | |
326 | ||
610f4894 BE |
327 | 2008-02-19 Ben Elliston <[email protected]> |
328 | ||
329 | PR other/12618 | |
330 | * testsuite/Makefile.in (mostlyclean): Remove any core file. | |
331 | ||
830ef634 DD |
332 | 2008-01-26 David Daney <[email protected]> |
333 | ||
334 | * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE, | |
335 | DEMANGLE_COMPONENT_COMPOUND_NAME, and | |
336 | DEMANGLE_COMPONENT_CHARACTER cases. | |
337 | (d_make_comp): Handle DEMANGLE_COMPONENT_COMPOUND_NAME and | |
338 | DEMANGLE_COMPONENT_JAVA_RESOURCE cases. | |
339 | (d_make_character): New function. | |
340 | (d_java_resource): Same. | |
341 | (d_special_name): Handle "Gr" case. | |
342 | (d_print_comp): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE, | |
343 | DEMANGLE_COMPONENT_COMPOUND_NAME, and | |
344 | DEMANGLE_COMPONENT_CHARACTER cases. | |
345 | * testsuite/demangle-expected: Add test for java resource name | |
346 | mangling. | |
347 | ||
b4b41ceb BE |
348 | 2008-01-23 Thiago Jung Bauermann <[email protected]> |
349 | ||
350 | * cplus-dem.c (demangle_function_name): Changed to return value | |
351 | indicating if a name was correctly demangled. | |
352 | (iterate_demangle_function): Use demangle_function_name return | |
353 | value. | |
354 | ||
145f4ab5 DD |
355 | 2008-01-19 Manuel Lopez-Ibanez <[email protected]> |
356 | ||
357 | PR other/33768 | |
358 | * splay-tree.c (rotate_left): Fix minor typo in comment. | |
359 | (rotate_right): Likewise. | |
360 | ||
38e654e2 DD |
361 | 2007-11-12 Joseph Myers <[email protected]> |
362 | ||
363 | * floatformat.c (floatformat_ibm_long_double_is_valid): Fix | |
364 | compiler warnings. | |
365 | (floatformat_ibm_long_double): Use | |
366 | floatformat_ibm_long_double_is_valid. | |
367 | ||
b14d30e1 JM |
368 | 2007-11-07 Joseph Myers <[email protected]> |
369 | Daniel Jacobowitz <[email protected]> | |
370 | ||
371 | * floatformat.c (mant_bits_set): New. | |
372 | (floatformat_to_double): Use it. Note no special handling of | |
373 | split formats. | |
374 | (floatformat_from_double): Note no special handing of split | |
375 | formats. | |
376 | (floatformat_ibm_long_double_is_valid, | |
377 | floatformat_ibm_long_double): New. | |
378 | (floatformat_ieee_single_big, floatformat_ieee_single_little, | |
379 | floatformat_ieee_double_big, floatformat_ieee_double_little, | |
380 | floatformat_ieee_double_littlebyte_bigword, floatformat_vax_f, | |
381 | floatformat_vax_d, floatformat_vax_g, floatformat_i387_ext, | |
382 | floatformat_m68881_ext, floatformat_i960_ext, | |
383 | floatformat_m88110_ext, floatformat_m88110_harris_ext, | |
384 | floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword, | |
385 | floatformat_ia64_spill_big, floatformat_ia64_spill_little, | |
386 | floatformat_ia64_quad_big, floatformat_ia64_quad_little): Update | |
387 | for addition of split_half field. | |
388 | ||
3a0ab695 DD |
389 | 2007-09-06 Tom Tromey <[email protected]> |
390 | ||
391 | * pexecute.txh (pex_free): Document process killing. | |
392 | ||
8969a67f | 393 | 2007-08-31 Douglas Gregor <[email protected]> |
2c197581 | 394 | |
8969a67f | 395 | * cp-demangle.c (d_dump): Handle |
2c197581 | 396 | DEMANGLE_COMPONENT_RVALUE_REFERENCE. |
8969a67f DD |
397 | (d_make_comp): Ditto. |
398 | (cplus_demangle_type): Ditto. | |
399 | (d_print_comp): Ditto. | |
400 | (d_print_mod): Ditto. | |
401 | (d_print_function_type): Ditto. | |
402 | ||
29d89e07 DD |
403 | 2007-08-24 Kai Tietz <[email protected]> |
404 | ||
405 | * pex-common.h: (pex_funcs): Retyped wait and exec_child to pid_t. | |
406 | * pex-djgpp.c: Likewise. | |
407 | * pex-msdos.c: Likewise. | |
408 | * pex-unix.c: Likewise. | |
409 | * pex-win32.c: Likewise. | |
410 | ||
cefec409 DD |
411 | 2007-08-17 Michael Snyder <[email protected]> |
412 | ||
413 | * make-relative-prefix.c (make_relative_prefix_1): Resource leaks. | |
414 | ||
9250f7f0 DD |
415 | 2007-08-03 Michael Snyder <[email protected]> |
416 | ||
417 | * make-relative-prefix.c (make_relative_prefix_1): Fix resource | |
418 | leak. | |
419 | ||
168b8298 MS |
420 | 2007-07-31 Michael Snyder <[email protected]> |
421 | ||
422 | * cp-demangle.c (d_print_comp): Guard against null. | |
423 | ||
642c7534 BE |
424 | 2007-07-25 Ben Elliston <[email protected]> |
425 | ||
426 | * Makefile.in (CFILES): Remove ternary.c. | |
427 | (REQUIRED_OFILES): Remove ./ternary.o. | |
428 | (INSTALLED_HEADERS): Remove ternary.h. | |
429 | (ternary.o): Remove. | |
430 | * ternary.c: Remove. | |
431 | ||
acf3a813 DD |
432 | 2007-07-23 DJ Delorie <[email protected]> |
433 | ||
434 | * argv.c (writeargv): Fix typo in inline documentation. | |
435 | * functions.texi: Regenerate. | |
436 | ||
008d60eb DD |
437 | 2007-07-17 DJ Delorie <[email protected]> |
438 | ||
439 | * configure.ac (target_header_dir, msdosdjgpp): Remove duplicate | |
440 | gettimeofday entry. | |
441 | * configure: Likewise. | |
442 | ||
a590e8e7 AO |
443 | 2007-07-11 Alexandre Oliva <[email protected]> |
444 | ||
445 | * maint-tool (deps): Output stamp-h instead of config.h. | |
446 | * Makefile.in: Rebuild deps. | |
447 | (maintainer-clean-subdir): Depend on stamp-h rather than config.h. | |
448 | ||
db42c6e8 DD |
449 | 2007-07-02 Simon Baldwin <[email protected]> |
450 | ||
451 | * argv.c (writeargv): Removed declaration of unused variable. | |
452 | ||
1f616ca1 PB |
453 | 2007-06-14 Paolo Bonzini <[email protected]> |
454 | ||
455 | * configure.ac: Use ACX_PROG_CC_ALMOST_PEDANTIC too. | |
456 | * configure: Regenerate. | |
457 | ||
a104c397 PB |
458 | 2007-06-14 Paolo Bonzini <[email protected]> |
459 | ||
460 | * aclocal.m4: Include config/warnings.m4. | |
461 | * configure.ac: Use ACX_PROG_CC_WARNING_OPTS. | |
462 | * configure: Regenerate. | |
463 | ||
958afec3 GK |
464 | 2007-06-07 Geoffrey Keating <[email protected]> |
465 | ||
466 | * configure.ac: Non-default multilibs can be cross compilations. | |
467 | * configure: Regenerate | |
468 | ||
0c18fee5 DD |
469 | 2007-05-07 Nathan Froyd <[email protected]> |
470 | ||
471 | * argv.c (writeargv): New function. | |
472 | ||
8bf955e1 GK |
473 | 2007-05-05 Geoffrey Keating <[email protected]> |
474 | ||
475 | * cp-demangle.c (d_name): Detect local-source-name. | |
476 | (d_prefix): Likewise. | |
477 | (d_unqualified_name): Implement local-source-name. | |
478 | ||
73bdefcf JB |
479 | 2007-05-03 Joel Brobecker <[email protected]> |
480 | ||
481 | * filename_cmp.c: Replace include of ctype.h by include of | |
482 | safe-ctype.h. | |
483 | (filename_cmp): Use TOLOWER instead of tolower for conversions | |
484 | that are locale-independent. | |
485 | * Makefile.in (filename_cmp.o): Add dependency on safe-ctype.h. | |
486 | ||
8535fe17 DD |
487 | 2007-04-11 Thomas Neumann [email protected] |
488 | ||
489 | * argv.c: Use ANSI C declarations. | |
490 | * make-relative-prefix.c: Likewise. | |
491 | ||
34d8f01b JB |
492 | 2007-04-06 Joel Brobecker <[email protected]> |
493 | ||
494 | * filename_cmp.c (filename_cmp): Improve documentation. | |
495 | ||
2657faa6 AS |
496 | 2007-04-02 Andreas Schwab <[email protected]> |
497 | ||
498 | * filename_cmp.c: Include "config.h". | |
499 | ||
9c577e89 DD |
500 | 2007-03-29 Joel Brobecker <[email protected]> |
501 | ||
502 | * filename_cmp.c: New file. | |
503 | * Makefile.in (CFILES): Add filename_cmp.c. | |
504 | (REQUIRED_OFILES): Add filename_cmp.o | |
505 | (filename_cmp.o): New rule. | |
506 | * functions.texi: Regenerate. | |
507 | ||
8d301070 GK |
508 | 2007-03-15 Geoffrey Keating <[email protected]> |
509 | ||
510 | * cp-demangle.c (d_encoding): Exit early on error. | |
511 | (d_pointer_to_member_type): Exit early if cplus_demangle_type | |
512 | returns NULL. | |
513 | (cplus_demangle_type): Likewise. | |
514 | * testsuite/demangle-expected: New testcase. | |
515 | ||
d7831e7c DD |
516 | 2007-03-01 Brooks Moses <[email protected]> |
517 | ||
518 | * Makefile.in: Add install-pdf target as copied from | |
519 | automake v1.10 rules. | |
520 | * testsuite/Makefile.in: Add dummy install-pdf target. | |
521 | ||
563d09a5 | 522 | 2007-03-01 Peter Breitenlohner <[email protected]> |
2c197581 | 523 | Eric Botcazou <[email protected]> |
563d09a5 EB |
524 | |
525 | PR other/16513 | |
526 | * Makefile.in: Install library under $(MULTIOSDIR), not $(MULTISUBDIR). | |
527 | Install headers in multilib independent location. | |
528 | ||
1f92e180 DD |
529 | 2007-02-26 DJ Delorie <[email protected]> |
530 | ||
531 | * configure.ac: add djgpp-specific results, so we don't have to | |
532 | link during a cross compilation. | |
533 | * configure: Regenerated. | |
2c197581 | 534 | |
6dd7f013 DD |
535 | 2007-01-31 Ralf Wildenhues <[email protected]> |
536 | ||
537 | * hex.c: Fix typo. | |
538 | * choose-temp.c: Likewise. | |
539 | * functions.texi: Regenerate. | |
540 | ||
53d7966f VP |
541 | 2007-01-31 Vladimir Prus <[email protected]> |
542 | ||
543 | * pex-common.h (struct pex_obj): New fields | |
2c197581 | 544 | stderr_pipe and read_err. |
53d7966f VP |
545 | * pex-common.c (pex_init_common): Initialize |
546 | stderr_pipe. | |
547 | (pex_run_in_environment): Add error checking | |
548 | for PEX_STDERR_TO_PIPE. Create a pipe | |
549 | for stderr if necessary. | |
550 | (pex_read_err): New. | |
551 | (pex_free): Close read_err. | |
552 | * pexecute.txh: Document changes. | |
553 | * functions.texi: Regenerated. | |
554 | ||
71f2e6f4 BE |
555 | 2007-01-31 Ben Elliston <[email protected]> |
556 | ||
557 | * strsignal.c (psignal): Change type of signo to int. | |
558 | * functions.texi: Regenerate. | |
559 | ||
208c1674 DD |
560 | 2007-01-29 Simon Baldwin <[email protected]> |
561 | ||
562 | * cp-demangle.h (cplus_demangle_operators): External definition | |
563 | suppressed if not building for libstdc++. | |
564 | * cp-demangle.c (__gcclibcxx_demangle_callback): Augmented interface | |
565 | to demangling, provides a malloc-less version of __cxa_demangle. | |
566 | (cplus_demangle_print_callback): Public callback version of | |
567 | cplus_demangle_print. | |
568 | (struct d_growable_string): New growable string structure. | |
569 | (d_growable_string_init): New function, provides support for | |
570 | growable strings separate from print info. | |
571 | (d_growable_string_resize): Likewise. | |
572 | (d_growable_string_append_buffer): Likewise. | |
573 | (d_growable_string_callback_adapter):): Likewise. | |
574 | (d_print_init): New print info initialization function. | |
575 | (d_print_error): Macro replace by inline function. | |
576 | (d_print_saw_error): Likewise. | |
577 | (d_append_char): Likewise. | |
578 | (d_append_buffer): Likewise. | |
579 | (d_append_string): New inline function, replaces the | |
580 | d_append_string_constant macro. | |
581 | (d_flush_buffer): New function, flushes buffer to callback. | |
582 | (d_demangle_callback, is_ctor_or_dtor): Malloc-based fallback | |
583 | for unsupported dynamic arrays replaced by alloca(). | |
584 | (d_demangle): Return string length estimating removed. | |
585 | (d_dump): Moved error case handling from call site into function. | |
586 | (d_print_resize): Function removed. | |
587 | (d_print_append_char): Likewise. | |
588 | (d_print_append_buffer): Likewise. | |
589 | (d_print_error): Likewise. | |
590 | (d_print_comp): Added special case handling for Java arrays. | |
591 | (java_demangle_v3): Removed string post-processing for Java arrays, | |
592 | now replaced by special case handling in d_print_comp. | |
593 | (cplus_demangle_v3_callback): Augmented interface to demangling, | |
594 | provides a malloc-less version of cplus_demangle_v3. | |
595 | (java_demangle_v3_callback): Augmented interface to demangling, | |
596 | provides a malloc-less version of java_demangle_v3. | |
597 | ||
cc0732ba BE |
598 | 2007-01-12 Ben Elliston <[email protected]> |
599 | ||
0bbe7a79 BE |
600 | * pex-unix.c (writeerr): Cast write result to void. |
601 | ||
cc0732ba BE |
602 | * choose-temp.c (choose_temp_base): Check the result of the call |
603 | to mktemp rather than testing the length of the modified string. | |
2da20a1b | 604 | |
6ef6358e GK |
605 | 2006-12-20 Geoffrey Keating <[email protected]> |
606 | ||
607 | * cp-demangle.h: Add comment explaining what to do to avoid | |
608 | overrunning string. | |
609 | (d_check_char): New. | |
610 | (d_next_char): Don't advance past trailing '\0'. | |
611 | * cp-demangle.c (cplus_demangle_mangled_name): Use d_check_char. | |
612 | (d_nested_name): Likewise. | |
613 | (d_special_name): Likewise. | |
614 | (d_call_offset): Likewise. | |
615 | (d_function_type): Likewise. | |
616 | (d_array_type): Likewise. | |
617 | (d_pointer_to_member_type): Likewise. | |
618 | (d_template_param): Likewise. | |
619 | (d_template_args): Likewise. | |
620 | (d_template_arg): Likewise. | |
621 | (d_expr_primary): Likewise. | |
622 | (d_local_name): Likewise. | |
623 | (d_substitution): Likewise. | |
624 | (d_ctor_dtor_name): Use d_advance rather than d_next_char. | |
625 | * testsuite/test-demangle.c: Include sys/mman.h. | |
626 | (MAP_ANONYMOUS): Define. | |
627 | (protect_end): New. | |
628 | (main): Use protect_end. | |
629 | * testsuite/demangle-expected: Add testcases for overrunning | |
630 | the end of the string. | |
631 | ||
d8f813d4 | 632 | 2006-11-30 Andrew Stubbs <[email protected]> |
2c197581 | 633 | J"orn Rennecke <[email protected]> |
d8f813d4 JR |
634 | |
635 | PR driver/29931 | |
636 | * make-relative-prefix.c (make_relative_prefix_1): New function, | |
637 | broken out of make_relative_prefix. Make link resolution dependent | |
638 | on new parameter. | |
639 | (make_relative_prefix): Use make_relative_prefix_1. | |
640 | (make_relative_prefix_ignore_links): New function. | |
641 | ||
fb347196 VP |
642 | 2006-11-08 Vladimir Prus <[email protected]> |
643 | ||
644 | * pex-win32.c (no_suffixes): Remove. | |
645 | (std_suffixes): Add "" as first element. | |
646 | (find_executable): Remove detection of already-present | |
647 | extension. Try all suffixes in std_suffixes. | |
2c197581 | 648 | |
9e59254c JB |
649 | 2006-11-07 Julian Brown <[email protected]> |
650 | ||
651 | * floatformat.c (get_field): Fix segfault with little-endian word | |
652 | order on 64-bit hosts. | |
653 | (put_field): Likewise. | |
654 | (min): Move definition. | |
655 | ||
3ac01eb2 DD |
656 | 2006-10-26 Danny Smith <[email protected]> |
657 | ||
658 | pex-win32.c (argv_to_cmdline): Replace xmalloc with XNEWVEC. | |
659 | (find_executable): Likewise. | |
660 | (win32_spawn): Cast alloca return to (char**). | |
661 | Replace malloc with XNEWVEC. | |
662 | bcopy.c (bcopy): Add explict casts in assignments. | |
663 | ||
78de3ccc DD |
664 | 2006-10-25 Ben Elliston <[email protected]> |
665 | ||
666 | * pexecute.txh: Wrap pexecute's "flag" argument with @var {..}. | |
2c197581 | 667 | |
bff368bd DD |
668 | 2006-10-10 Brooks Moses <[email protected]> |
669 | ||
670 | * Makefile.in: Added "pdf", "libiberty.pdf" target support. | |
671 | * testsuite/Makefile.in: Added empty "pdf" target. | |
672 | ||
e63f184e DD |
673 | 2006-09-22 Ian Lance Taylor <[email protected]> |
674 | ||
675 | PR other/29176 | |
676 | * cp-demangle.c (d_substitution): Check for overflow when | |
677 | computing substitution index. | |
678 | ||
069e4b19 CV |
679 | 2006-08-30 Corinna Vinschen <[email protected]> |
680 | ||
681 | * configure.ac: Add case for Mingw as host. | |
682 | * configure: Regenerate. | |
683 | ||
cb6c09ac DD |
684 | 2006-08-27 Ian Lance Taylor <[email protected]> |
685 | ||
686 | PR driver/27622 | |
687 | * pex-common.h (struct pex_funcs): Add toclose parameter to | |
688 | exec_child field. | |
689 | * pex-common.c (pex_run_in_environment): Pass toclose to | |
690 | exec_child. | |
691 | * pex-djgpp.c (pex_djgpp_exec_child): Add toclose parameter. | |
692 | * pex-unix.c (pex_unix_exec_child): Likewise. | |
693 | * pex-msdos.c (pex_msdos_exec_child): Likewise. | |
694 | * pex-win32.c (pex_win32_exec_child): Likewise. | |
695 | ||
696 | PR other/28797 | |
697 | * cp-demangle.c (d_pointer_to_member_type): Do add a substitution | |
698 | for a qualified member which is not a function. | |
699 | * testsuite/demangle-expected: Add test case. | |
700 | ||
a7d421b8 DD |
701 | 2006-07-27 Jan Hubicka <[email protected]> |
702 | ||
703 | PR rtl-optimization/28071 | |
704 | * hashtab.c (htab_empty): Clear out n_deleted/n_elements; | |
705 | downsize the hashtable. | |
706 | ||
6816f995 AO |
707 | 2006-07-04 Peter O'Gorman <[email protected]> |
708 | ||
709 | * Makefile.in: chmod 644 before ranlib during install. | |
710 | ||
7741be99 DD |
711 | 2006-06-02 Mark Shinwell <[email protected]> |
712 | ||
713 | * pex-unix.c (pex_unix_exec_child): Insert cast when assigning | |
714 | to environ. | |
715 | ||
014a8caf DD |
716 | 2006-06-01 Mark Shinwell <[email protected]> |
717 | ||
718 | * pex-common.c: New function pex_run_in_environment. | |
719 | * pex-common.h: Add environment parameter to exec_child. | |
720 | * pex-msdos.c: Add environment parameter to pex_msdos_exec_child. | |
721 | * pex-djgpp.c: Add environment parameter to pex_djgpp_exec_child. | |
722 | (pex_djgpp_exec_child): Pass environment to child process. | |
723 | * pex-unix.c: Add environment parameter to pex_unix_exec_child. | |
724 | (pex_unix_exec_child): Pass environment to child process. | |
725 | * pex-win32.c: Add environment parameter to pex_win32_exec_child. | |
726 | New function env_compare for comparing VAR=VALUE pairs. | |
727 | (win32_spawn): Assemble environment block and pass to CreateProcess. | |
728 | (spawn_script): Pass environment through to win32_spawn. | |
729 | (pex_win32_exec_child): Pass environment through to spawn_script and | |
730 | win32_spawn. | |
731 | * functions.texi: Regenerate. | |
732 | * pexecute.txh: Document pex_run_in_environment. | |
733 | ||
069c63e2 DD |
734 | 2006-05-28 Mark Shinwell <[email protected]> |
735 | ||
736 | * mkstemps.c: Open temporary files in binary mode. | |
737 | ||
f6b66e90 DD |
738 | 2006-05-12 Anton Blanchard <[email protected]> |
739 | ||
740 | * cplus-dem.c (demangle_fund_type): Ensure buf is large enough to | |
741 | hold "int%u_t". | |
742 | ||
c77d28ac JB |
743 | 2006-04-24 Julian Brown <[email protected]> |
744 | ||
745 | * floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case. | |
746 | ||
3db2e6dd DD |
747 | 2006-03-29 Jim Blandy <[email protected]> |
748 | ||
b5d60b68 | 749 | * pex-common.c (pex_input_file, pex_input_pipe): New functions. |
3db2e6dd DD |
750 | (pex_init_common): Initialize obj->input_file. |
751 | (pex_run): Close any file opened by pex_input_file. | |
b5d60b68 DD |
752 | * pexecute.txh (pex_input_file, pex_input_pipe): New docs. |
753 | * pex-common.h (struct pex_obj): New field input_file. | |
3db2e6dd | 754 | (struct pex_funcs): New function ptr fdopenw. |
b5d60b68 DD |
755 | * pex-unix.c (pex_unix_fdopenw): New function. |
756 | (funcs): List it as our fdopenw function. | |
757 | * pex-win32.c (pex_win32_fdopenw): New function. | |
758 | (funcs): List it as our fdopenw function. | |
759 | * pex-djgpp.c (funcs): Leave fdopenw null. | |
760 | * pex-msdos (funcs): Same. | |
761 | * functions.texi: Regenerated. | |
3db2e6dd DD |
762 | |
763 | 2006-04-10 Jim Blandy <[email protected]> | |
764 | ||
765 | * pex-common.c (temp_file): New function, containing guts of | |
766 | pex-style temporary file name generation. | |
767 | (pex_run): Use it. | |
768 | ||
545c9aee DD |
769 | 2006-04-06 Carlos O'Donell <[email protected]> |
770 | ||
771 | * Makefile.in: Add install-html, install-html-am, and | |
2c197581 EB |
772 | install-html-recursive targets. Define mkdir_p and |
773 | NORMAL_INSTALL. | |
545c9aee DD |
774 | * configure.ac: AC_SUBST datarootdir, docdir, htmldir. |
775 | * configure: Regenerate. | |
776 | * testsuite/Makefile.in: Add install-html and html targets. | |
777 | ||
8e1e9959 DD |
778 | 2006-03-31 Mark Mitchell <[email protected]> |
779 | ||
780 | * pex-win32.c (<errno.h>): Include. | |
781 | (fix_argv): Remove. | |
782 | (argv_to_cmdline): New function. | |
783 | (std_suffixes): New variable. | |
784 | (no_suffixes): Likewise. | |
785 | (find_executable): New function. | |
786 | (win32_spawn): Likewise. | |
787 | (spawn_script): Use win32_spawn instead of _spawnv[p]. | |
788 | (pex_win32_exec_child): Replace MSVCRT calls with Win32 API calls. | |
789 | (pex_win32_wait): Likewise. | |
790 | ||
57b126a3 DD |
791 | 2006-03-24 Jim Blandy <[email protected]> |
792 | ||
793 | * pex-common.c (pex_run): Simplify output name handling. | |
794 | ||
9223c945 DD |
795 | 2006-03-12 Jim Blandy <[email protected]> |
796 | ||
797 | * pex-common.h (struct pex_obj): Doc fixes. | |
798 | ||
799 | 2006-03-11 Jim Blandy <[email protected]> | |
800 | ||
801 | * functions.texi: Regenerate. | |
802 | ||
96f4851a DD |
803 | 2006-02-21 Ben Elliston <[email protected]> |
804 | ||
805 | * pexecute.c (pwait): Syntax fix for previous change. | |
806 | ||
1c7a49d2 DD |
807 | 2006-02-17 Uttam Pawar <[email protected]> |
808 | ||
809 | * pexecute.c (pwait): Free vector pointer. | |
810 | * partition.c (partition_print): Free class_elements pointer. | |
811 | ||
e27d251e DD |
812 | 2006-02-11 Roger Sayle <[email protected]> |
813 | R. Scott Bailey <[email protected]> | |
814 | Bill Northcott <[email protected]> | |
815 | ||
816 | PR bootstrap/16787 | |
817 | * floatformat.c: Include <float.h> where available. | |
818 | (NAN): Use value of DBL_QNAN if defined, and NAN isn't. | |
819 | ||
fd7d450d DD |
820 | 2006-01-29 Gabriel Dos Reis <[email protected]> |
821 | ||
822 | * configure.ac: Add -Wc++-compat to ac_libibety_warn_cflags where | |
2c197581 | 823 | supported. |
fd7d450d DD |
824 | * configure: Regenerated. |
825 | ||
67d78caa DD |
826 | 2006-01-20 Carlos O'Donell <[email protected]> |
827 | ||
828 | * testsuite/Makefile.in: Add test-expandargv test. | |
829 | * testsuite/test-expandargv.c: New test. | |
830 | * argv.c (expandargv): Check for errors with ferror, | |
831 | rather than just by looking at return value from fread. | |
832 | ||
648c3dc0 DD |
833 | 2005-12-17 Gabriel Dos Reis <[email protected]> |
834 | ||
835 | * floatformat.c (floatformat_i387_ext_is_valid): Use explicit cast | |
836 | to convert from "from". | |
837 | (floatformat_to_double): Likewise. | |
838 | (floatformat_from_double): Use explicit cast to convert from "to". | |
839 | ||
7887b2ce DD |
840 | 2005-12-10 Terry Laurenzo <[email protected]> |
841 | ||
842 | PR java/9861 | |
843 | * cp-demangle.c (d_bare_function_type): Recognize new 'J' qualifer | |
844 | and include return type when found. | |
845 | (d_print_comp)[DEMANGLE_COMPONENT_FUNCTION_TYPE]: Add | |
846 | conditional logic to change printing order of return type.when | |
847 | the DMGL_RET_POSTFIX option is present. | |
848 | (java_demangle_v3): Add DMGL_RET_POSTFIX option to d_demangle | |
849 | call. | |
850 | * testsuite/test-demangle.c (main): Recognize option --ret-postfix | |
851 | * testsuite/demangle-expected: Test cases to verify extended encoding. | |
852 | Updated comment to document --ret-postfix option. | |
2c197581 | 853 | |
718c0ded DD |
854 | 2005-11-06 Richard Guenther <[email protected]> |
855 | ||
856 | * splay-tree.c (rotate_left): New function. | |
857 | (rotate_right): Likewise. | |
858 | (splay_tree_splay_helper): Remove. | |
859 | (splay_tree_splay): Re-implement. | |
860 | ||
fb10537e DD |
861 | 2005-10-31 Mark Kettenis <[email protected]> |
862 | ||
863 | * floatformat.c (floatformat_vax_aingle, floatformat_vax_double): | |
864 | New variables. | |
865 | ||
5209596c MM |
866 | 2005-10-07 Mark Mitchell <[email protected]> |
867 | ||
868 | * at-file.texi: Fix typo. | |
869 | ||
7b96829c MM |
870 | 2005-10-03 Mark Mitchell <[email protected]> |
871 | ||
872 | * at-file.texi: New file. | |
873 | ||
48e79b0a MM |
874 | 2005-09-27 Mark Mitchell <[email protected]> |
875 | ||
876 | * argv.c (expandargv): Do not use xmalloc_failed. | |
877 | ||
7b17bc29 MM |
878 | 2005-09-26 Mark Mitchell <[email protected]> |
879 | ||
880 | * argv.c (safe-ctype.h): Include it. | |
881 | (ISBLANK): Remove. | |
882 | (stdio.h): Include. | |
883 | (buildargv): Use ISSPACE instead of ISBLANK. | |
884 | (expandargv): New function. | |
885 | * Makefile.in: Regenerated. | |
886 | ||
f59e96e0 DD |
887 | 2005-09-14 Christopher Faylor <[email protected]> |
888 | ||
889 | * pex-win32.c: Include "windows.h". | |
890 | (backslashify): New function. | |
891 | (fix_argv): Use backslashify to convert path to windows format. | |
892 | Allocate one more place in new argv for potential executable from '#!' | |
893 | parsing. | |
894 | (tack_on_executable): New function. Conditional on USE_MINGW_MSYS | |
895 | (openkey): Ditto. | |
896 | (mingw_rootify): Ditto. | |
897 | (msys_rootify): Ditto. | |
898 | (spawn_script): New function. | |
899 | (pex_win32_exec_child): Save translated argv in newargv. Pass to | |
900 | spawn_script if spawnv* fails. | |
901 | (main): New function. Conditional on MAIN. Useful for testing. | |
902 | ||
3b6940c0 DD |
903 | 2005-08-17 Mark Kettenis <[email protected]> |
904 | ||
905 | * floatformat.c (floatformat_always_valid): Change type of last | |
906 | argument to `void *'. | |
907 | (floatformat_i387_ext_is_valid): Likewise. | |
908 | (floatformat_to_double): Change type of second argument to `const | |
909 | void *'. | |
910 | (floatformat_from_double): Change type of last argument to `void | |
911 | *'. | |
912 | (floatformat_is_valid): Change type of last argument to `const | |
913 | void *'. | |
914 | (ieee_test): Remove redundant casts. | |
915 | ||
a9479c3f KC |
916 | 2005-08-17 Kelley Cook <[email protected]> |
917 | ||
918 | * strverscmp.c: Update FSF address. | |
919 | * testsuite/Makefile.in: Likewise. | |
920 | * testsuite/test-demangle.c: Likewise. | |
921 | * testsuite/test-pexecute.c: Likewise. | |
922 | ||
55060c0b DD |
923 | 2005-07-23 Kaveh R. Ghazi <[email protected]> |
924 | ||
925 | * getopt.c: Include ansidecl.h before system headers. | |
926 | ||
6038baea DD |
927 | 2005-07-22 Ben Elliston <[email protected]> |
928 | ||
929 | * getopt.c: Include "ansidecl.h". | |
930 | (_getopt_initialize): Mark argc and argv parameters as unused. | |
931 | ||
932 | 2005-07-22 Ben Elliston <[email protected]> | |
933 | ||
934 | * regex.c (regcomp): Change type of `i' from unsigned to int. | |
935 | ||
c750388a DD |
936 | 2005-07-22 Ben Elliston <[email protected]> |
937 | ||
938 | Recover patch lost in the sourceware repository: | |
939 | 2005-07-09 Ben Elliston <[email protected]> | |
940 | * memcpy.c: Remove ANSI_PROTOTYPES conditional code. | |
941 | * memmove.c: Likewise. | |
942 | * objalloc.c: Likewise. | |
943 | ||
a4e5c0d8 DD |
944 | 2005-07-22 Ben Elliston <[email protected]> |
945 | ||
946 | * configure.ac: Check for a getopt(3) declaration. | |
947 | * configure, config.in: Regenerate. | |
948 | ||
4fe19082 DD |
949 | 2005-07-15 Ben Elliston <[email protected]> |
950 | ||
951 | * regex.c (TRANSLATE): Cast rhs of ternary expression to char. | |
952 | ||
f2942ea4 DD |
953 | 2005-07-12 Ben Elliston <[email protected]> |
954 | ||
955 | * floatformat.c (floatformat_to_double): Add a comment about a | |
956 | potential source of warnings when compiling this file. | |
957 | ||
958 | 2005-07-12 Ben Elliston <[email protected]> | |
959 | ||
960 | * pexecute.c (pexecute): Cast string litrals to char *. | |
961 | * regex.c (re_comp): Cast a call to gettext() to char *. | |
962 | ||
4cf896a5 KC |
963 | 2005-07-07 Kelley Cook <[email protected]> |
964 | ||
965 | * config.table: Delete file. Move former contents into ... | |
966 | * configure.ac: ... here and escape any brackets for m4. | |
967 | * Makefile.in (config.status): Remove dependency on config.table. | |
968 | * configure: Regenerate. | |
969 | ||
20ae7c34 KC |
970 | 2005-07-07 Kelley Cook <[email protected]> |
971 | ||
972 | * config.in: Regenerate for 6/20 change. | |
973 | ||
6ba85b8c DD |
974 | 2005-07-03 Steve Ellcey <[email protected]> |
975 | ||
976 | PR other/13906 | |
977 | * md5.c (md5_process_bytes): Check alignment. | |
978 | ||
979 | 2005-07-01 Ian Lance Taylor <[email protected]> | |
980 | ||
981 | PR other/22268 | |
982 | * cp-demangle.c (d_expr_primary): Don't run off the end of the | |
983 | string while looking for the end of a literal value. | |
984 | * testsuite/demangle-expected: Add test case. | |
985 | ||
c3cca4c9 DD |
986 | 2005-06-30 Daniel Berlin <[email protected]> |
987 | ||
988 | * hashtab.c (EMPTY_ENTRY): Moved and renamed. | |
2c197581 | 989 | (DELETED_ENTRY): Ditto. |
c3cca4c9 | 990 | |
67f3cb05 GK |
991 | 2005-06-20 Geoffrey Keating <[email protected]> |
992 | ||
993 | * strverscmp.c: New. | |
994 | * Makefile.in (CFILES): Add strverscmp.c. | |
995 | (CONFIGURED_OFILES): Add strverscmp.o. | |
996 | (strverscmp.o): New rule. | |
997 | (stamp-functions): Add $(srcdir) to files in source directory. | |
998 | * configure.ac (funcs): Add strverscmp. | |
999 | (AC_CHECK_FUNCS): Add strverscmp. | |
1000 | * configure: Regenerate. | |
1001 | * functions.texi: Regenerate. | |
1002 | ||
01e94249 DD |
1003 | 2005-05-28 Eli Zaretskii <[email protected]> |
1004 | ||
1005 | * configure.ac: Add snprintf and vsnprintf to AC_CHEK_DECLS. | |
1006 | * config.in, configure: Regenerate. | |
1007 | ||
839e4798 RH |
1008 | 2005-05-25 Richard Henderson <[email protected]> |
1009 | ||
1010 | * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_HIDDEN_ALIAS. | |
1011 | (d_make_comp, d_print_comp): Likewise. | |
1012 | (d_special_name): Generate one. | |
1013 | * testsuite/demangle-expected: Add a hidden alias test. | |
1014 | ||
abf6a75b DD |
1015 | 2005-05-24 Gabriel Dos Reis <[email protected]> |
1016 | ||
1017 | * configure.ac: Check declarations for calloc(), getenv(), | |
01e94249 | 1018 | malloc(), realloc() and sbrk(). |
abf6a75b DD |
1019 | * config.in: Regenerate. |
1020 | * configure: Likewise. | |
1021 | ||
1022 | * alloca.c (C_alloca): Change "new" to "new_storage". Use XNEWVEC | |
1023 | instead of xmalloc. | |
1024 | * choose-temp.c (choose_temp_base): Use XNEWVEC instea od xmalloc. | |
1025 | * concat.c (liiberty_concat_ptr): Surround definition with an | |
1026 | extern "C" block, if __cplusplus. | |
1027 | (concat): Use XNEWVEC instead of xmalloc. | |
1028 | (reconcat): Likewise. | |
1029 | * cp-demangle.c (struct d_print_template): Rename member | |
01e94249 | 1030 | "template" to "template_decl". Adjust use throughout the file. |
abf6a75b DD |
1031 | (d_print_resize): Properly cast return value of realloc(). |
1032 | (cplus_demangle_print): Same for malloc(). | |
1033 | (d_demangle): Likewise. | |
1034 | * cp-demint.c (cplus_demangle_fill_builtin_type): Rename parameter | |
1035 | "typename" to "type_name". | |
1036 | * cplus-dem.c (grow_vect): Use XRESIZEVEC instead of xrealloc(). | |
1037 | (work_stuff_copy_to_from): Use XNEWVEC insteand of xmalloc(). | |
1038 | (demangle_template_value_parm): Likewise. | |
1039 | (demangle_template): Likewise. | |
1040 | (recursively_demangle): Likewise. | |
1041 | (do_hpacc_template_literal): Likewise. | |
1042 | (do_arg): Likewise. | |
1043 | (remember_type): Likewise. | |
1044 | (remember_Ktype): Likewise. | |
1045 | (register_Btype): Likewise. | |
1046 | (string_need): Use XRESIZEVEC instead of xrealloc(). | |
1047 | * dyn-string.c (dyn_string_init): Use XNEWVEC. | |
1048 | (dyn_string_new): Use XNEW. | |
1049 | (dyn_string_resize): Use XRESIZEVEC. | |
1050 | * fnmatch.c (fnmatch): Rename local variable "not" to "negate". | |
1051 | * getopt.c (getenv): Declare only if !__cplusplus and !getenv. | |
1052 | Otherwise include <stdlib.h>. | |
1053 | (exchange): Cast return value of malloc(). | |
1054 | * hashtab.c (htab_size): Define as both macro and non-inline | |
1055 | function. | |
1056 | (htab_elements): Likewise. | |
1057 | * getpwd.c (getpwd): Use XNEWVEC. | |
1058 | (htab_create_alloc_ex): Use C90 prototype-style. | |
1059 | * lrealpath.c (lrealpath): Appropriately cast return value of | |
01e94249 | 1060 | malloc(). |
abf6a75b DD |
1061 | * make-relative-prefix.c (save_string): Likewise. |
1062 | * make-temp-file.c (try_dir): Rename from "try". Adjust use in | |
1063 | the file. | |
1064 | (choose_tmpdir): Use XNEWVEC. | |
1065 | * mkstemps.c (mkstemps): Rename parameter "template" to "pattern". | |
1066 | * pex-common.c (pex_init_common): Use XNEW. | |
1067 | (pex_add_remove): Use XRESIZEVEC. | |
1068 | (pex_run): Likewise. | |
1069 | (pex_get_status_and_time): Likewise. | |
1070 | * pex-djgpp.c (pex_djgpp_exec_child): Likewise. | |
1071 | * pex-msdos.c (pex_init): Use XNEW. | |
1072 | (pex_msdos_exec_child): Likewise. | |
1073 | (pex_msdos_exec_child): Use XRESIZEVEC. | |
1074 | * pex-unix.c (pex_wait): Use XNEW. | |
1075 | * pex-win32.c (fix_argv): Use XNEWVEC. | |
1076 | * pexecute.c (pwait): Likewise. | |
1077 | * setenv.c (setenv): Properly cast return value of malloc(). | |
1078 | * sigsetmask.c (sigsetmask): Rename local variables "old" and | |
1079 | "new" to "old_sig" and "new_sig". | |
1080 | * sort.c (main): Use XNEWVEC. | |
1081 | * spaces.c (spaces): Cast return value of malloc(). | |
1082 | * strndup.c (strndup): Likewise. | |
1083 | * ternary.c (ternary_insert): Use XNEW. | |
1084 | * xmalloc.c (malloc, realloc, calloc, sbrk): Surround declaration | |
1085 | with an extern "C" block if __cplusplus. | |
1086 | * xstrdup.c (xstrdup): Cast return value of memcpy(). | |
1087 | * xstrerror.c (strerror): Enclose declaration in an extern "C" | |
1088 | block if __cplusplus. | |
1089 | * xstrndup.c (xstrndup): Use XNEW. Cast return value of memcpy(). | |
1090 | ||
2349f557 DD |
1091 | 2005-05-16 Andreas Jaeger <[email protected]> |
1092 | ||
1093 | * getpwd.c: Remove unneeded prototype getcwd and move getwd so | |
1094 | that it's only declared if needed. | |
1095 | ||
1096 | * getopt1.c: Change order of includes so that __GNU_LIBRARY__ is | |
1097 | defined. | |
1098 | ||
e9edcedc DD |
1099 | 2005-05-15 Andreas Jaeger <[email protected]> |
1100 | ||
1101 | * functions.texi: Regenerated. | |
1102 | ||
f13c9bea DD |
1103 | 2005-05-15 Eli Zaretskii <[email protected]> |
1104 | ||
1105 | * pexecute.txh: Enclose multi-word data types in @deftypefn in | |
1106 | braces. Minor wording fixes. Use --- for em-dash. Use | |
1107 | @enumerate in enumerated lists. | |
1108 | ||
e9edcedc DD |
1109 | * fopen_unlocked.c: Enclose multi-word data types in @deftypefn in |
1110 | braces. | |
1111 | ||
282d9ec3 ILT |
1112 | 2005-05-11 Eli Zaretskii <[email protected]> |
1113 | ||
1114 | * pex-djgpp.c: Include string.h, fcntl.h, unistd.h, and | |
1115 | sys/stat.h. | |
1116 | (pex_init): Fix last argument to pex_init_common. | |
1117 | (pex_djgpp_exec_child): Remove leading underscore from _open, | |
1118 | _dup, _dup2, _close, and _spawnv/_spawnvp. Replace `program', | |
1119 | which is undeclared, with `executable', which was unused. Remove | |
1120 | unused variable `e'. Fix casting of last arg to spawnv/spawnvp. | |
1121 | (pex_djgpp_wait): Declare arguments with ATTRIBUTE_UNUSED. | |
1122 | ||
75919f94 DD |
1123 | 2005-05-11 Paul Brook <[email protected]> |
1124 | ||
1125 | * Makefile.in: Regenerate dependencies. | |
1126 | ||
979c05d3 NC |
1127 | 2005-05-10 Nick Clifton <[email protected]> |
1128 | ||
1129 | * Update the address and phone number of the FSF organization in | |
1130 | the GPL notices in the following files: | |
75919f94 DD |
1131 | COPYING.LIB, Makefile.in, _doprnt.c, argv.c, asprintf.c, |
1132 | choose-temp.c, clock.c, concat.c, copying-lib.texi, cp-demangle.c, | |
1133 | cp-demangle.h, cp-demint.c, cplus-dem.c, dyn-string.c, fdmatch.c, | |
1134 | fibheap.c, floatformat.c, fnmatch.c, fopen_unlocked.c, | |
1135 | gather-docs, getopt.c, getopt1.c, getruntime.c, hashtab.c, hex.c, | |
1136 | lbasename.c, lrealpath.c, maint-tool, make-relative-prefix.c, | |
1137 | make-temp-file.c, md5.c, mempcpy.c, mkstemps.c, objalloc.c, | |
1138 | obstack.c, partition.c, pex-common.c, pex-common.h, pex-djgpp.c, | |
1139 | pex-msdos.c, pex-one.c, pex-unix.c, pex-win32.c, pexecute.c, | |
1140 | physmem.c, putenv.c, regex.c, safe-ctype.c, setenv.c, snprintf.c, | |
1141 | sort.c, spaces.c, splay-tree.c, stpcpy.c, stpncpy.c, strndup.c, | |
1142 | strtod.c, ternary.c, unlink-if-ordinary.c, vasprintf.c, | |
1143 | vsnprintf.c, vsprintf.c, xexit.c, xmalloc.c, xstrndup.c | |
979c05d3 | 1144 | |
0093138c DD |
1145 | 2005-05-06 Kelley Cook <[email protected]> |
1146 | ||
1147 | * aclocal.m4 (AC_DEFINE_NOAUTOHEADER): Remove. | |
1148 | * configure.ac: Replace any AC_DEFINE_NOAUTOHEADER with AC_DEFINE. | |
1149 | * configure: Regenerate. | |
1150 | ||
1151 | 2005-05-06 Kelley Cook <[email protected]> | |
1152 | ||
1153 | * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS. | |
1154 | Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF. | |
1155 | * aclocal.m4: Don't include accross.m4. | |
1156 | * configure, config.in: Regenerate. | |
1157 | ||
c631edf1 DD |
1158 | 2005-04-25 Kaveh R. Ghazi <[email protected]> |
1159 | ||
1160 | * fopen_unlocked.c (unlock_std_streams): New. | |
f13c9bea | 1161 | |
c631edf1 DD |
1162 | * functions.texi: Regenerate. |
1163 | ||
7b6f6286 DD |
1164 | 2005-04-16 Kaveh R. Ghazi <[email protected]> |
1165 | ||
1166 | * fopen_unlocked.c (unlock_stream): New. | |
1167 | Consolidate unlocking code into a helper function. | |
1168 | ||
1169 | * functions.texi: Regenerate. | |
1170 | ||
fa99459d DD |
1171 | 2005-04-13 Gabriel Dos Reis <[email protected]> |
1172 | ||
1173 | * asprintf.c: Include config.h. | |
1174 | * basename.c: Likewise. | |
1175 | * fdmatch.c: Likewise. | |
1176 | * hex.c: Likewise. | |
1177 | * lbasename.c: Likewise. | |
1178 | * spaces.c: Likewise. | |
1179 | * xatexit.c:Likewise. | |
f13c9bea | 1180 | * configure.ac: Do check declarations for basename, ffs, asprintf |
fa99459d DD |
1181 | and vasprintf for real. |
1182 | * configure: Regenerate. | |
1183 | ||
ab70e2a5 DD |
1184 | 2005-04-13 Gabriel Dos Reis <[email protected]> |
1185 | ||
f13c9bea | 1186 | * argv.c (dupargv): Allocate space of argv[argc], not |
ab70e2a5 DD |
1187 | sizeof(char *) of that amount. Cast result to char *. |
1188 | ||
ea7143ac DD |
1189 | 2005-04-12 Gabriel Dos Reis <[email protected]> |
1190 | ||
1191 | * regex.c (wcs_re_match_2_internal, byte_re_match_2_internal): | |
f13c9bea | 1192 | Replace not with negate. |
ea7143ac | 1193 | |
41c953f9 DD |
1194 | 2005-04-12 Gabriel Dos Reis <[email protected]> |
1195 | ||
1196 | * configure.ac: Check declarations for basename, ffs, asprintf, | |
1197 | vasprintf. | |
1198 | * configure: Regenerate. | |
1199 | * config.in: Likewise. | |
1200 | ||
ac119ae8 DD |
1201 | 2005-04-11 Kaveh R. Ghazi <[email protected]> |
1202 | ||
1203 | * Makefile.in (CFILES): Add fopen_unlocked.c. | |
1204 | (REQUIRED_OFILES): Add ./fopen_unlocked.o. | |
1205 | Regenerate dependencies. | |
1206 | ||
1207 | * configure.ac: Check for stdio_ext.h and __fsetlocking. | |
1208 | ||
1209 | * fopen_unlocked.c: New file. | |
1210 | ||
1211 | * functions.texi, configure, config.in: Regenerate. | |
1212 | ||
6e933b47 DD |
1213 | 2005-04-04 Ian Lance Taylor <[email protected]> |
1214 | ||
1215 | * testsuite/test-pexecute.c (TEST_PEX_RUN): Move variable | |
1216 | declaration before statement. | |
1217 | ||
aa55ccb1 DD |
1218 | 2005-04-02 Kaveh R. Ghazi <[email protected]> |
1219 | ||
14a88c49 DD |
1220 | * bcmp.c: Fix warnings and implement using memcmp. |
1221 | * bcopy.c: Fix warnings. | |
1222 | * bzero.c: Fix warnings and implement using memset. | |
1223 | ||
aa55ccb1 DD |
1224 | * configure.ac (ac_libiberty_warn_cflags): Add -Wwrite-strings |
1225 | -Wstrict-prototypes. | |
1226 | * configure, config.in: Regenerate. | |
1227 | ||
1228 | * bsearch.c, index.c, rindex.c, strstr.c, strtol.c, waitpid.c: Fix | |
1229 | warnings and reconcile interfaces with relevant standards. | |
1230 | ||
b31a49d7 ILT |
1231 | 2005-04-02 Ian Lance Taylor <[email protected]> |
1232 | ||
1233 | * cp-demangle.c: Update copyright. | |
1234 | ||
0e867e79 DD |
1235 | 2005-03-31 Joseph S. Myers <[email protected]> |
1236 | ||
1237 | * gettimeofday.c: Add "Supplemental" to @deftypefn. | |
1238 | * functions.texi: Regenerate. | |
1239 | ||
b109e79a ILT |
1240 | 2005-03-28 Ian Lance Taylor <[email protected]> |
1241 | ||
1242 | * pex-common.c: New file. | |
1243 | * pex-one.c: New file. | |
1244 | * pexecute.c: New file. | |
1245 | * pex-common.h: Include <stdio.h>. | |
1246 | (struct pex_obj): Define. | |
1247 | (struct pex_funcs): Define. | |
1248 | (pex_init_common): Declare. | |
1249 | * pex-unix.c: Rewrite. | |
1250 | * pex-win32.c: Rewrite. | |
1251 | * pex-djgpp.c: Rewrite. | |
1252 | * pex-msdos.c: Rewrite. | |
1253 | * testsuite/text-pexecute.c: New file. | |
1254 | * pexecute.txh: Rewrite. | |
1255 | * configure.ac: Check for wait3 and wait4. Set CHECK to | |
1256 | really-check rather than check-cplus-dem. | |
1257 | * functions.texi: Rebuild. | |
1258 | * Makefile.in: Rebuild dependencies. | |
1259 | (CFILES): Add pexecute.c, pex-common.c, pex-one.c. | |
1260 | (REQUIRED_OFILES): Add pexecute.o, pex-common.o, pex-one.o. | |
1261 | * testsuite/Makefile.in (really-check): New target. | |
1262 | (check-pexecute, test-pexecute): New targets. | |
1263 | * configure: Rebuild. | |
1264 | ||
864e8148 | 1265 | 2005-03-28 Mark Kettenis <[email protected]> |
f13c9bea | 1266 | |
864e8148 DD |
1267 | * unlink-if-ordinary.c: Include <sys/types.h>. |
1268 | ||
e064c173 DD |
1269 | 2005-03-27 Gabriel Dos Reis <[email protected]> |
1270 | ||
1271 | Convert libiberty to use ISO C prototype style 7/n. | |
1272 | * regex.c (PARAMS): Remove definition. | |
1273 | (PREFIX): Unconditionaly define using ISO C ## operator. | |
f13c9bea | 1274 | (init_syntax_once, extract_number, extract_number_and_incr, |
e064c173 | 1275 | print_fastmap, print_partial_compiled_pattern, |
f13c9bea | 1276 | print_compiled_pattern, print_double_string, printchar, |
e064c173 DD |
1277 | convert_mbs_to_wcs, re_set_syntax, regex_grow_registers, |
1278 | regex_compile, store_op1, store_op2, insert_op1, insert_op2, | |
f13c9bea DD |
1279 | at_begline_loc_p, at_endline_p, group_in_compile_stack, |
1280 | insert_space, wcs_compile_range, byte_compile_range, | |
1281 | truncate_wchar, re_compile_fastmap, re_compile_fastmap, | |
1282 | re_set_registers, re_search, re_search_2, re_search_3, re_match, | |
e064c173 DD |
1283 | re_match_2, count_mbs_length, wcs_re_match_2_internal, |
1284 | byte_re_match_2_internal, group_match_null_string_p, | |
1285 | alt_match_null_string_p, common_op_match_null_string_p, | |
f13c9bea | 1286 | bcmp_translate, re_compile_pattern, re_comp, re_exec, regcomp, |
e064c173 DD |
1287 | regexec, regerror, regfree): Use ISO C prototype style. |
1288 | * partition.c: (elem_compare): Likewise. | |
1289 | * cp-demangle.c (print_usage): Likewise. | |
1290 | ||
1e45deed DD |
1291 | 2005-03-27 Gabriel Dos Reis <[email protected]> |
1292 | ||
1293 | Convert libiberty to use ISO C prototype style 5/n. | |
1294 | * random.c (srandom, initstate, setstate, random): Use ISO C | |
f13c9bea | 1295 | prototypes. |
1e45deed DD |
1296 | * putenv.c (putenv): Likewise. |
1297 | * physmem.c (physmem_available, physmem_total, main): Likewise. | |
1298 | * pex-win32.c (fix_argv, pexecute, pwait): Likewise. | |
1299 | * pex-unix.c (pexecute, pwait): Likewise. | |
1300 | * pex-msdos.c (pexecute, pwait): Likewise. | |
1301 | * pex-djgpp.c (pexecute, pwait): Likewise. | |
f13c9bea | 1302 | * partition.c (partition_new, partition_delete, partition_union) |
1e45deed | 1303 | (elem_compare, partition_print): Likewise. |
f13c9bea DD |
1304 | * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk, |
1305 | _obstack_allocated_p, _obstack_free, obstack_free, | |
1e45deed DD |
1306 | _obstack_memory_used, print_and_abort, obstack_next_free, |
1307 | obstack_object_size, obstack_base): Likewise. Remove codes | |
1308 | predicated on !defined(__STDC__). | |
f13c9bea | 1309 | * objalloc.c (objalloc_create, _objalloc_alloc, objalloc_free, |
1e45deed DD |
1310 | objalloc_free_block): Use ISO C prototypes. |
1311 | * mkstemps.c (mkstemps): Likewise. | |
1312 | * memset.c (memset): Likewise. | |
1313 | * mempcpy.c (mempcpy): Likewise. | |
1314 | * rename.c (rename): Likewise. | |
1315 | * rindex.c (rindex): Likewise. | |
1316 | * setenv.c (setenv, unsetenv): Likewise. | |
1317 | * sigsetmask.c (sigsetmask): Likewise. | |
1318 | * snprintf.c (snprintf): Likewise. | |
f13c9bea | 1319 | * sort.c (sort_pointers, xmalloc): Likewise. |
1e45deed | 1320 | * spaces.c (spaces): Likewise. |
f13c9bea DD |
1321 | * splay-tree.c (splay_tree_delete_helper, |
1322 | splay_tree_splay_helper, splay_tree_splay, | |
1e45deed | 1323 | splay_tree_foreach_helper, splay_tree_xmalloc_allocate, |
f13c9bea | 1324 | splay_tree_new, splay_tree_xmalloc_allocate, |
1e45deed | 1325 | splay_tree_new_with_allocator, splay_tree_delete, |
f13c9bea DD |
1326 | splay_tree_insert, splay_tree_remove, splay_tree_lookup, |
1327 | splay_tree_max, splay_tree_min, splay_tree_predecessor, | |
1328 | splay_tree_successor, splay_tree_foreach, | |
1e45deed DD |
1329 | splay_tree_compare_ints, splay_tree_compare_pointers): Likewise. |
1330 | * stpcpy.c (stpcpy): Likewise. | |
1331 | * stpncpy.c (stpncpy): Likewise. | |
1332 | * strcasecmp.c (strcasecmp): Likewise. | |
1333 | * strchr.c (strchr): Likewise. | |
1334 | * strdup.c (strdup): Likewise. | |
1335 | ||
49b1fae4 DD |
1336 | 2005-03-27 Gabriel Dos Reis <[email protected]> |
1337 | ||
1338 | Convert libiberty to use ISO C prototype style 6/n. | |
f13c9bea | 1339 | * strerror.c (init_error_tables, errno_max, strerror, strerrno, |
49b1fae4 DD |
1340 | strtoerrno, main): Use ISO C prototype style. |
1341 | * strncasecmp.c (strncasecmp): Likewise. | |
1342 | * strncmp.c (strncmp): Likewise. | |
1343 | * strndup.c (strndup): Likewise. | |
1344 | * strrchr.c (strrchr): Likewise. | |
f13c9bea | 1345 | * strsignal.c (init_signal_tables, signo_max, strsignal, |
49b1fae4 DD |
1346 | strsigno, strtosigno, psignal, main): Likewise. |
1347 | * strstr.c (strstr): Likewise. | |
1348 | * strtod.c (strtod, atof): Likewise. | |
1349 | * strtol.c (strtol): Likewise. | |
1350 | * strtoul.c (strtoul): Likewise. | |
f13c9bea | 1351 | * ternary.c (ternary_insert, ternary_cleanup, ternary_search, |
49b1fae4 DD |
1352 | ternary_recursivesearch): Likewise. |
1353 | * tmpnam.c (tmpnam): Likewise. | |
1354 | * unlink-if-ordinary.c (unlink_if_ordinary): Likewise. | |
1355 | * vasprintf.c (int_vasprintf, vasprintf, checkit, main): Likewise. | |
1356 | * vfork.c (vfork): Likewise. | |
1357 | * vfprintf.c (vfprintf): Likewise. | |
1358 | * vprintf.c (vprintf): Likewise. | |
1359 | * vsnprintf.c (vsnprintf, checkit, main): Likewise. | |
1360 | * vsprintf.c (vsprintf): Likewise. | |
1361 | * waitpid.c (waitpid): Likewise. | |
1362 | * xatexit.c (xatexit, xatexit_cleanup): Likewise. | |
1363 | * xexit.c (xexit): Likewise. | |
f13c9bea | 1364 | * xmalloc.c (xmalloc_set_program_name, xmalloc_failed, xmalloc, |
49b1fae4 DD |
1365 | xcalloc, xrealloc): Likewise. |
1366 | * xmemdup.c (xmemdup): Likewise. | |
1367 | * xstrdup.c (xstrdup): Likewise. | |
1368 | * xstrerror.c (xstrerror): Likewise. | |
1369 | * xstrndup.c (xstrndup): Likewise. | |
1370 | ||
1371 | 2005-03-27 Andreas Jaeger <[email protected]> | |
1372 | ||
1373 | * configure.ac (ac_c_preproc_warn_flag): Remove -Wtraditional | |
1374 | flags. | |
1375 | * configure: Regenerated. | |
1376 | ||
1377 | 2005-03-27 Gabriel Dos Reis <[email protected]> | |
1378 | ||
1379 | * getopt1.c (getopt_long_only): Fix thinko. | |
1380 | ||
1381 | 2005-03-27 Gabriel Dos Reis <[email protected]> | |
1382 | ||
1383 | Convert libiberty to use ISO C prototype style 4/n. | |
1384 | * hashtab.c (higher_prime_index, hash_pointer, eq_pointer, | |
1385 | htab_size, htab_elements, htab_mod_1, htab_mod, htab_mod_m2, | |
1386 | htab_create_alloc, htab_set_functions_ex, htab_create, | |
1387 | htab_try_create, htab_delete, htab_empty, | |
1388 | find_empty_slot_for_expand, htab_expand, htab_find_with_hash, | |
1389 | htab_find, htab_find_slot_with_hash, htab_find_slot, | |
1390 | htab_remove_elt, htab_remove_elt_with_hash, htab_clear_slot, | |
1391 | htab_traverse_noresize, htab_traverse, htab_collisions, | |
1392 | htab_hash_string, iterative_hash): Use ISO C prototype. | |
1393 | * hex.c (hex_init): Likewise. | |
1394 | * index.c (index): Likewise. | |
1395 | * insque.c (insque, remque): Likewise. | |
1396 | * lbasename.c (lbasename): Likewise. | |
1397 | * lrealpath.c (lrealpath): Likewise. | |
1398 | * make-relative-prefix.c (save_string, split_directories, | |
1399 | free_split_directories, make_relative_prefix): Likewise. | |
1400 | * make-temp-file.c (try, choose_tmpdir, make_temp_file): Likewise. | |
1401 | * md5.c (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream, | |
1402 | md5_buffer, md5_process_bytes, md5_process_block): Likewise. | |
1403 | * memchr.c (memchr): Likewise. | |
1404 | * memcpy.c (memcpy): Likewise. | |
1405 | * memmove.c (memmove): Likewise. | |
1406 | * gettimeofday.c (gettimeofday): Likewise. | |
1407 | * getruntime.c (get_run_time): Likewise. | |
1408 | * getpwd.c (getpwd, getpwd): Likewise. | |
1409 | * getpagesize.c (getpagesize): Likewise. | |
1410 | * getopt1.c (getopt_long, getopt_long_only, main): Likewise. | |
1411 | * getopt.c (my_index, exchange, _getopt_initialize, | |
1412 | _getopt_internal, getopt, main): Likewise. | |
1413 | * getcwd.c (getcwd): Likewise. | |
1414 | * fnmatch.c (fnmatch): Likewise. | |
1415 | * floatformat.c (floatformat_always_valid, | |
1416 | floatformat_i387_ext_is_valid, get_field, floatformat_to_double, | |
1417 | put_field, floatformat_from_double, floatformat_is_valid, | |
1418 | ieee_test, main): Likewise. | |
1419 | * fibheap.c (fibheap_new, fibnode_new, fibheap_compare, | |
1420 | fibheap_comp_data, fibheap_insert, fibheap_min, fibheap_min_key, | |
1421 | fibheap_union, fibheap_extract_min, fibheap_replace_key_data, | |
1422 | fibheap_replace_key, fibheap_replace_data, fibheap_delete_node, | |
1423 | fibheap_delete, fibheap_empty, fibheap_extr_min_node, | |
1424 | fibheap_ins_root, fibheap_rem_root, fibheap_consolidate, | |
1425 | fibheap_link, fibheap_cut, fibheap_cascading_cut, | |
1426 | fibnode_insert_after, fibnode_remove): Likewise. | |
1427 | * ffs.c (ffs): Likewise. | |
1428 | * fdmatch.c (fdmatch): Likewise. | |
1429 | * dyn-string.c (dyn_string_init, dyn_string_new, | |
1430 | dyn_string_delete, dyn_string_release, dyn_string_resize, | |
1431 | dyn_string_clear, dyn_string_copy, dyn_string_copy_cstr, | |
1432 | dyn_string_prepend, dyn_string_prepend_cstr, dyn_string_insert, | |
1433 | dyn_string_insert_cstr, dyn_string_insert_char, | |
1434 | dyn_string_append, dyn_string_append_cstr, | |
1435 | dyn_string_append_char, dyn_string_substring, dyn_string_eq): | |
1436 | Likewise. | |
1437 | ||
9334f9c6 DD |
1438 | 2005-03-27 Gabriel Dos Reis <[email protected]> |
1439 | ||
1440 | Convert libiberty to use ISO C prototype style 3/n. | |
49b1fae4 DD |
1441 | * cplus-dem.c (set_cplus_marker_for_demangling, consume_count, |
1442 | consume_count_with_underscores, code_for_qualifier, | |
1443 | qualifier_string, demangle_qualifier, cplus_demangle_opname, | |
1444 | cplus_mangle_opname, cplus_demangle_set_style, | |
1445 | cplus_demangle_name_to_style, cplus_demangle, grow_vect, | |
9334f9c6 | 1446 | ada_demangle, internal_cplus_demangle, squangle_mop_up, |
49b1fae4 DD |
1447 | work_stuff_copy_to_from, delete_non_B_K_work_stuff, |
1448 | delete_work_stuff, mop_up, demangle_signature, | |
1449 | demangle_method_args, demangle_template_template_parm, | |
1450 | demangle_expression, demangle_integral_value, | |
1451 | demangle_real_value, demangle_template_value_parm, | |
1452 | demangle_template, arm_pt, demangle_arm_hp_template, | |
1453 | demangle_class_name, demangle_class, iterate_demangle_function, | |
1454 | demangle_prefix, gnu_special, recursively_demangle, arm_special, | |
1455 | demangle_qualified, get_count, do_type, demangle_fund_type, | |
1456 | do_hpacc_template_const_value, do_hpacc_template_literal, | |
1457 | snarf_numeric_literal, do_arg, remember_type, remember_Ktype, | |
1458 | register_Btype, remember_Btype, forget_B_and_K_types, | |
1459 | forget_types, demangle_args, demangle_nested_args, | |
1460 | demangle_function_name, string_need, string_delete, string_init, | |
1461 | string_clear, string_empty, string_append, string_appends, | |
9334f9c6 DD |
1462 | string_appendn, string_prepend, string_prepends, string_prependn, |
1463 | string_append_template_idx): Use ISO C prootype style. | |
1464 | * cp-demint.c (cplus_demangle_fill_component, | |
49b1fae4 | 1465 | cplus_demangle_fill_builtin_type, cplus_demangle_fill_operator, |
9334f9c6 DD |
1466 | cplus_demangle_v3_components): Likewise. |
1467 | ||
1468 | 2005-03-26 Gabriel Dos Reis <[email protected]> | |
1469 | ||
1470 | Convert libiberty to use ISO C prototype style 2/n. | |
1471 | * cp-demangle.h: Remove uses of PARAMS. | |
1472 | * cp-demangle.c: Likewise. | |
49b1fae4 DD |
1473 | (d_dump, cplus_demangle_fill_name, |
1474 | cplus_demangle_fill_extended_operator, cplus_demangle_fill_ctor, | |
1475 | cplus_demangle_fill_dtor, d_make_empty, d_make_comp, d_make_name, | |
1476 | d_make_builtin_type, d_make_operator, d_make_extended_operator, | |
1477 | d_make_ctor, d_make_dtor, d_make_template_param, d_make_sub, | |
1478 | cplus_demangle_mangled_name, has_return_type, | |
1479 | is_ctor_dtor_or_conversion, d_encoding, d_name, d_nested_name, | |
1480 | d_prefix, d_unqualified_name, d_source_name, d_number, | |
1481 | d_identifier, d_operator_name, d_special_name, d_call_offset, | |
1482 | d_ctor_dtor_name, cplus_demangle_type, d_cv_qualifiers, | |
1483 | d_function_type, d_bare_function_type, d_class_enum_type, | |
1484 | d_array_type, d_pointer_to_member_type, d_template_param, | |
1485 | d_template_args, d_template_arg, d_expression, d_expr_primary, | |
1486 | d_local_name, d_discriminator, d_add_substitution, | |
1487 | d_substitution, d_print_resize, d_print_append_char, | |
1488 | d_print_append_buffer, d_print_error, cplus_demangle_print, | |
1489 | d_print_comp, d_print_java_identifier, d_print_mod_list, | |
1490 | d_print_mod, d_print_function_type, d_print_array_type, | |
1491 | d_print_expr_op, d_print_cast, cplus_demangle_init_info, | |
1492 | d_demangle, __cxa_demangle, cplus_demangle_v3, java_demangle_v3, | |
9334f9c6 | 1493 | is_ctor_or_dtor, is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor, |
49b1fae4 | 1494 | print_usage, main): |
9334f9c6 DD |
1495 | |
1496 | 2005-03-26 Gabriel Dos Reis <[email protected]> | |
1497 | ||
1498 | Convert libiberty to ISO C prototype style 1/n. | |
1499 | * _doprnt.c: Remove conditional #include <varargs.h> on | |
1500 | ANSI_PROTOTYPES as the latter is always assumed. | |
1501 | (_doprnt, checkit, main): Use ISO C prototype. | |
1502 | * alloca.c (find_stack_direction, C_alloca): Use ISO C prototype. | |
1503 | * argv.c: Remove conditional #includes on ANSI_PROTOTYPES. | |
49b1fae4 | 1504 | (dupargv, freeargv, buildargv, main): Use ISO C prototype. |
9334f9c6 DD |
1505 | * atexit.c (atexit): Likewise |
1506 | * asprintf.c: Remove conditional include on ANSI_PROTOTYPES. | |
49b1fae4 | 1507 | (asprintf): Use ISO C prototype. |
9334f9c6 DD |
1508 | * basename.c (basename): Likewise |
1509 | * bcmp.c (bcmp): Likewise. | |
1510 | * bcopy.c (bcopy): Likewise. | |
1511 | * bzero.c (bzero): Likewise. | |
1512 | * bsearch.c (bsearch): Likewise. Improve const-correctness. | |
1513 | * choose-temp.c (choose_temp_base): Likewise. | |
1514 | * calloc.c: Remove conditional #include on ANSI_PROTOTYPES. | |
1515 | (calloc): Use ISO C prototype. | |
1516 | * clock.c (clock): Likewise. | |
1517 | * concat.c: Remove conditional #include on ANSI_PROTOTYPES. | |
49b1fae4 | 1518 | (vconcat_length, vconcat_copy, concat_length, concat_copy, |
9334f9c6 DD |
1519 | concat_copy2, concat, reconcat, main): Use ISO C prototype. |
1520 | * copysign.c (copysign): Likewise. | |
1521 | ||
0fad4bdb DD |
1522 | 2005-03-24 Kaveh R. Ghazi <[email protected]> |
1523 | ||
1524 | * Makefile.in (CFILES): Add strndup.c and xstrndup.c. | |
1525 | (REQUIRED_OFILES): Add xstrndup.o. | |
1526 | (CONFIGURED_OFILES): Add strndup.o. | |
1527 | Regenerate dependencies. | |
1528 | ||
1529 | * configure.ac (funcs, AC_CHECK_FUNCS): Add strndup. | |
1530 | ||
1531 | * strndup.c, xstrndup.c: New. | |
1532 | ||
1533 | * config.in, configure, functions.texi: Regenerate. | |
1534 | ||
51e32d64 DD |
1535 | 2005-03-24 Kaveh R. Ghazi <[email protected]> |
1536 | ||
1537 | * xmemdup.c, xstrdup.c: Expose the tail call. | |
1538 | ||
8ec32723 DD |
1539 | 2005-03-09 Mark Mitchell <[email protected]> |
1540 | ||
1541 | * configure.ac (funcs): Add gettimeofday. | |
1542 | * configure: Regenerated. | |
1543 | * gettimeofday.c: New file. | |
1544 | * Makefile.in (CFILES): Add gettimeofday. | |
1545 | (CONFIGURED_OFILES): Add gettimeofday.o. | |
1546 | (./gettimeofday.o): New rule. | |
1547 | ||
27ff8836 ILT |
1548 | 2005-03-09 Ian Lance Taylor <[email protected]> |
1549 | ||
1550 | * pex-os2.c: Remove. | |
1551 | * configure.ac: Remove *-*-os2-emx* case when setting pexecute. | |
1552 | * Makefile.in (CFILES): Remove pex-os2.c. | |
1553 | (CONFIGURED_OFILES): Remove pex-os2.o. | |
1554 | (pex-os2.o): Remove target. | |
1555 | * configure: Rebuild. | |
1556 | ||
48e39b59 ILT |
1557 | 2005-03-07 Ian Lance Taylor <[email protected]> |
1558 | ||
1559 | * mpw-config.in: Remove. | |
1560 | * mpw-make.sed: Remove. | |
1561 | * mpw.c: Remove. | |
1562 | * Makefile.in (CFILES): Remove pex-mpw.c. | |
1563 | (CONFIGURED_OFILES): Remove pex-mpw.o. | |
1564 | (mpw.o, pex-mpw.o): Remove targets. | |
1565 | * maint-tool (undoc): Remove reference to mpw.c. | |
1566 | ||
65dce80e DD |
1567 | 2005-03-06 DJ Delorie <[email protected]> |
1568 | ||
1569 | * configure.ac (target_header_dir): vfork is a stub under djgpp. | |
1570 | * configure: Regenerated. | |
1571 | ||
190eb137 DD |
1572 | 2005-03-01 Jan Beulich <[email protected]> |
1573 | ||
1574 | * Makefile.in (CFILES): Add unlink-if-ordinary.c | |
1575 | (REQUIRED_OFILES): Add unlink-if-ordinary.o. | |
1576 | Add dependencies and rule for unlink-if-ordinary.o. | |
1577 | * unlink-if-ordinary.c: New. | |
1578 | ||
bac7199c DD |
1579 | 2005-03-01 Ben Elliston <[email protected]> |
1580 | ||
1581 | * hashtab.c (htab_find_slot_with_hash): Make function | |
1582 | documentation clearer. | |
1583 | ||
aca9a742 JM |
1584 | 2005-02-13 Jason Merrill <[email protected]> |
1585 | ||
1586 | * cp-demangle.c (__cxa_demangle): Change resolution of ambiguous | |
1587 | arguments. | |
1588 | ||
b5c3b3de DD |
1589 | 2005-01-11 Tobias Schl"uter <[email protected]> |
1590 | ||
1591 | * hex.c (hex_value): Group 'unsigned int' together to get correct | |
1592 | markup. | |
1593 | * functions.texi: Regenerated. | |
49b1fae4 | 1594 | |
46a10049 DD |
1595 | 2004-12-27 H.J. Lu <[email protected]> |
1596 | ||
1597 | * Makefile.in: Undo to 2004-12-17. | |
1598 | * aclocal.m4: Likewise. | |
1599 | * config.table: Likewise. | |
1600 | * configure.ac: Likewise. | |
1601 | * maint-tool: Likewise. | |
1602 | * configure: Likewise. | |
1603 | ||
fbfdf750 DD |
1604 | 2004-12-19 H.J. Lu <[email protected]> |
1605 | ||
1606 | PR bootstrap/19072 | |
1607 | * Makefile.in (enable_shared): New substitute. | |
1608 | (LTTARGETLIB): New. | |
1609 | (PREFIXTARGETLIB): New. | |
1610 | (LTTESTLIB): New. | |
1611 | (PREFIXTESTLIB): New. | |
1612 | (CCLD): New. | |
1613 | (LINK): New. | |
1614 | ($(TARGETLIB)): Use $(LINK) to create libraries and create | |
1615 | targets by hand. | |
1616 | ($(TESTLIB)): Likewise. | |
1617 | (mostlyclean): Don't remove .libs. Remove the libtool object | |
1618 | directory. | |
1619 | ||
1620 | * config.table (enable_shared): Removed. | |
1621 | ||
1622 | * configure.ac (enable_static): Set to yes. | |
1623 | (AC_PROG_LIBTOOL): Removed. | |
1624 | (AM_DISABLE_SHARED): Uncommented. | |
1625 | (AM_PROG_LIBTOOL): Likewise. | |
1626 | (LIBOBJS): Add `./' to avoid VPATH. | |
1627 | (LTLIBOBJS): Likewise. | |
1628 | (enable_shared): Substitute. | |
1629 | * configure: Regenerated. | |
1630 | ||
96e00b33 L |
1631 | 2004-12-18 H.J. Lu <[email protected]> |
1632 | ||
1633 | * Makefile.in (top_builddir): Set to `.'. | |
1634 | (OUTPUT_OPTION): Removed. | |
1635 | (LIBTOOL): New. | |
1636 | (LTLIBOBJS): New. | |
1637 | (EXTRA_LTOFILES): New. | |
1638 | (FLAGS_TO_PASS): Add EXTRA_LTOFILES. | |
1639 | (all): Remove stamp-picdir. | |
1640 | (LTCOMPILE): New. | |
1641 | (.c.lo): New rule. | |
1642 | (REQUIRED_LTOFILES): New. | |
1643 | (CONFIGURED_LTOFILES): New. | |
1644 | ($(TARGETLIB)): Check .libs for PIC object files. Depend on | |
1645 | $(REQUIRED_LTOFILES) $(EXTRA_LTOFILES) $(LTLIBOBJS). | |
1646 | (stamp-picdir): Completely removed. | |
1647 | (maint-missing): Pass $(REQUIRED_LTOFILES) | |
1648 | $(CONFIGURED_LTOFILES) instead of (REQUIRED_OFILES) | |
1649 | $(CONFIGURED_OFILES) | |
1650 | (maint-buildall): Depend on $(REQUIRED_LTOFILES) | |
1651 | $(CONFIGURED_LTOFILES). | |
1652 | (mostlyclean): Also remove *.lo .libs. | |
1653 | Run "make maint-deps". | |
1654 | ||
1655 | * aclocal.m4: Include ../libtool.m4. | |
1656 | ||
1657 | * config.table: Don't check --enable-shared. | |
1658 | ||
1659 | * configure.ac (AC_PROG_LIBTOOL): Add. | |
1660 | (AC_PROG_CC_C_O): Removed. | |
1661 | (OUTPUT_OPTION): Removed. | |
1662 | (NO_MINUS_C_MINUS_O): Removed. | |
1663 | (ltpexecute): New substitute. | |
1664 | (LIBOBJS): Cleanup. | |
1665 | * configure: Regenerated. | |
1666 | ||
1667 | * maint-tool: Updated for .lo/libtool. | |
1668 | ||
40a59a4c DD |
1669 | 2004-12-11 Ben Elliston <[email protected]> |
1670 | ||
1671 | * configure.ac: Invoke AC_CHECK_SIZEOF for sizeof (int). | |
1672 | * configure: Regenerate. | |
1673 | * config.in: Likewise. | |
1674 | ||
9923bc33 DD |
1675 | 2004-12-07 DJ Delorie <[email protected]> |
1676 | ||
1677 | * splay-tree.c (splay_tree_delete_helper): Redesign the logic so | |
1678 | that recursion (and thus large stack space) is not needed. | |
1679 | ||
70615d15 DD |
1680 | 2004-11-29 Matt Kraai <[email protected]> |
1681 | ||
1682 | * pex-unix.c: Fix the spelling of longjmp. | |
1683 | ||
eb129e35 DD |
1684 | 2004-11-23 Ian Lance Taylor <[email protected]> |
1685 | ||
1686 | PR other/18623 | |
1687 | * cp-demangle.c (d_call_offset): Remove useless local variables | |
1688 | offset and virtual_offset. | |
1689 | * cplus-dem.c (ada_demangle): Remove useless local variable | |
1690 | at_start_name. | |
1691 | (demangle_template): Remove useless local variable start. | |
1692 | ||
3e0f1404 DD |
1693 | 2004-11-19 Roger Sayle <[email protected]> |
1694 | ||
1695 | * objalloc.c, strsignal.c, xstrerror.c: Include "config.h" before | |
1696 | "ansidecl.h" to avoid redeclaration errors with native compilers. | |
1697 | * regex.c: Protect config.h from multiple inclusion. | |
1698 | ||
6cfb3176 DD |
1699 | 2004-11-12 Mike Stump <[email protected]> |
1700 | ||
1701 | * Makefile.in (libiberty.html): Fix html generation. | |
1702 | ||
f9b4e353 DD |
1703 | 2004-09-08 Adam Nemet <[email protected]> |
1704 | ||
1705 | * vasprintf.c: Accept __va_copy in addition to va_copy. | |
1706 | ||
49b1fae4 | 1707 | 2004-09-03 Paolo Bonzini <[email protected]> |
c7efc4d5 PB |
1708 | |
1709 | * configure: Regenerate. | |
1710 | ||
49b1fae4 | 1711 | 2004-09-02 Paolo Bonzini <[email protected]> |
f5396bbe PB |
1712 | |
1713 | * configure.ac: Do not enable multilibs for build-side libiberty. | |
1714 | ||
49b1fae4 | 1715 | 2004-06-29 Danny Smith <[email protected]> |
950ad202 DD |
1716 | |
1717 | * lrealpath.c (lrealpath): Add _WIN32 support. | |
1718 | ||
a21da8bf DD |
1719 | 2004-06-28 Zack Weinberg <[email protected]> |
1720 | ||
1721 | * cp-demangle.h: Declare cplus_demangle_operators, | |
1722 | cplus_demangle_builtin_types, cplus_demangle_mangled_name, and | |
1723 | cplus_demangle_type as static if IN_GLIBCPP_V3. | |
1724 | ||
1725 | 2004-06-28 Ian Lance Taylor <[email protected]> | |
1726 | ||
1727 | PR other/16240 | |
1728 | * cp-demangle.c (d_expr_primary): Check for a failure return from | |
1729 | cplus_demangle_type. | |
1730 | * testsuite/demangle-expected: Add test case. | |
1731 | ||
9f7d3e7d DD |
1732 | 2004-05-31 Danny Smith <[email protected]> |
1733 | ||
1734 | * pex-win32.c (fix_argv): Expand comment. | |
1735 | ||
0cb2db3a DD |
1736 | 2004-05-25 Daniel Jacobowitz <[email protected]> |
1737 | ||
1738 | * Makefile.in: Add .NOEXPORT. | |
1739 | ||
25319993 DD |
1740 | 2004-04-29 Douglas B Rupp <[email protected]> |
1741 | ||
1742 | * mkstemps.c (mkstemps) [VMS]: Remove special open option. Update | |
1743 | copyright. | |
1744 | ||
7e9f5c71 DD |
1745 | 2004-04-26 Maciej W. Rozycki <[email protected]> |
1746 | ||
1747 | * configure.ac (UNSIGNED_64BIT_TYPE): Unquote the definition. | |
1748 | * configure: Regenerate. | |
1749 | ||
bb6a587d DD |
1750 | 2004-04-22 Richard Henderson <[email protected]> |
1751 | ||
1752 | * hashtab.c: Include limits.h, stdint.h, ansidecl.h. | |
1753 | (CHAR_BIT): Provide default. | |
1754 | (struct prime_ent, prime_tab): New. | |
1755 | (higher_prime_index): Rename from higher_prime_number, return index. | |
1756 | (htab_mod_1): New. | |
1757 | (htab_mod, htab_mod_m2): Use it. | |
1758 | (htab_create_alloc, htab_create_alloc_ex): Store prime index. | |
1759 | (htab_expand): Likewise. | |
1760 | * configure.ac: Check for stdint.h. | |
1761 | (UNSIGNED_64BIT_TYPE): New define and checks to fill it in. | |
1762 | * config.in, configure: Rebuild. | |
1763 | ||
53239e41 DD |
1764 | 2004-04-13 Ian Lance Taylor <[email protected]> |
1765 | ||
1766 | * strerror.c: Include config.h, and redefine sys_nerr and | |
1767 | sys_errlist, before including ansidecl.h and libiberty.h. | |
1768 | ||
d6ea4e80 DD |
1769 | 2004-04-13 Jeff Law <[email protected]> |
1770 | ||
1771 | * hashtab.c (htab_remove_elt_with_hash): New function. | |
1772 | (htab_remove_elt): Implement in terms of htab_remove_elt_with_hash. | |
1773 | ||
fe046a17 DD |
1774 | 2004-03-31 Richard Henderson <[email protected]> |
1775 | ||
1776 | * hashtab.c (htab_size): Move to top of file; mark inline. | |
1777 | (htab_elements): Likewise. | |
1778 | (htab_mod, htab_mod_m2): New. | |
1779 | (htab_delete): Refactor htab->size and htab->entries. | |
1780 | (htab_empty): Likewise. | |
1781 | (find_empty_slot_for_expand): Use htab_size, htab_mod, htab_mod_m2. | |
1782 | (htab_find_with_hash, htab_find_slot_with_hash): Likewise. | |
1783 | (htab_clear_slot): Use htab_size, htab_elements. | |
1784 | (htab_traverse_noresize, htab_traverse): Likewise. | |
1785 | ||
e0c148a7 DD |
1786 | 2004-03-17 Ian Lance Taylor <[email protected]> |
1787 | ||
12a7367e DD |
1788 | * pex-unix.c (pexecute): Use vfork instead of fork, with |
1789 | appropriate changes to make this safe. | |
1790 | * pex-common.h (STDERR_FILE_NO): Define. | |
1791 | ||
e0c148a7 DD |
1792 | * Makefile.in: Clean up REQUIRED_OFILES and CONFIGURED_OFILES for |
1793 | an 80 column screen. Run maint-deps. | |
1794 | ||
85f969cd DD |
1795 | 2004-03-09 Kelley Cook <[email protected]> |
1796 | ||
1797 | * configure.ac: Bump version to 2.59. Apply suggested autoupdates. | |
1798 | * acconfig.h: Delete redundant file. | |
1799 | * config.in: Regenerate. | |
1800 | * configure: Regenerate. | |
1801 | ||
58670637 DD |
1802 | 2004-03-09 Hans-Peter Nilsson <[email protected]> |
1803 | ||
1804 | * configure: Regenerate for config/accross.m4 correction. | |
1805 | ||
758d77be DD |
1806 | 2004-03-07 Andreas Jaeger <[email protected]> |
1807 | ||
1808 | * testsuite/test-demangle.c: Include <string.h> and <stdlib.h> for | |
1809 | prototypes. | |
1810 | (main): Initialize style. | |
1811 | ||
74aee4eb DD |
1812 | 2004-02-24 Ian Lance Taylor <[email protected]> |
1813 | ||
2d733211 DD |
1814 | * cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED, |
1815 | D_PRINT_UNSIGNED_LONG, D_PRINT_LONG_LONG, | |
1816 | D_PRINT_UNSIGNED_LONG_LONG, D_PRINT_FLOAT. | |
1817 | * cp-demangle.c (cplus_demangle_builtin_types): Change char and | |
1818 | short types to D_PRINT_DEFAULT. Change other integer types to use | |
1819 | new D_PRINT_* values where appropriate. Change float types to | |
1820 | D_PRINT_FLOAT. | |
1821 | (d_print_comp) [LITERAL, LITERAL_NEG]: Handle new D_PRINT_* | |
1822 | values. | |
1823 | * testsuite/demangle-expected: Adjust two test cases. | |
1824 | ||
1825 | * cp-demangle.c (d_print_function_type): Print a space before the | |
1826 | parenthesis around the function type in more cases. | |
1827 | * testsuite/demangle-expected: Adjust one test case. | |
1828 | ||
099f84cf DD |
1829 | * cp-demangle.c (d_print_comp) [UNARY]: Don't emit extra |
1830 | parentheses around a cast. | |
1831 | * testsuite/demangle-expected: Adjust two test cases to match new | |
1832 | output. | |
1833 | ||
74aee4eb DD |
1834 | * cp-demangle.c (__cxa_demangle): Pass DMGL_PARAMS to d_demangle. |
1835 | ||
1836 | * cp-demangle.c (d_print_comp) [RESTRICT, VOLATILE, CONST]: Don't | |
1837 | push more than one of the same CV-qualifier on the top of the | |
1838 | stack. | |
1839 | (d_print_comp) [ARRAY_TYPE]: If the array itself is CV-qualified, | |
1840 | move the CV-qualifiers to apply to the element type instead. | |
1841 | (d_print_array_type): When checking the modifiers, keep looking | |
1842 | past ones which have been printed already. | |
1843 | * testsuite/demangle-expected: Add three test cases. | |
1844 | ||
1845 | 2004-02-23 Ian Lance Taylor <[email protected]> | |
1846 | ||
1847 | * cp-demangle.c (__cxa_demangle): Adjust last patch to handle | |
1848 | empty string correctly. | |
1849 | ||
1850 | * cp-demangle.c (__cxa_demangle): It is not an error if status is | |
1851 | not NULL. It is an error if the mangled name is the same as a | |
1852 | built-in type name. | |
1853 | (main): If IN_GLIBCPP_V3 is defined, test __cxa_demangle rather | |
1854 | than cplus_demangle_v3. | |
1855 | ||
1856 | * dyn-string.c: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and | |
1857 | the associated #define of RETURN_ON_ALLOCATION_FAILURE. | |
1858 | ||
f9375305 DD |
1859 | 2004-02-16 Matt Kraai <[email protected]> |
1860 | ||
1861 | * regex.c: Include <ansidecl.h>. | |
1862 | (regcomp): Cast i to int. | |
1863 | (regerror): Add ATTRIBUTE_UNUSED to parameter preg. | |
1864 | ||
cbf0ee79 DD |
1865 | 2004-01-25 Ian Lance Taylor <[email protected]> |
1866 | ||
1867 | * configure.ac: Add m4_pattern_allow(LIBOBJS). | |
1868 | * configure: Regenerate. | |
1869 | ||
37254c9a DD |
1870 | 2004-01-22 DJ Delorie <[email protected]> |
1871 | ||
1872 | * Makefile.in: Convert to ./ throughout. Rebuild dependencies | |
1873 | with explicit build rules. | |
1874 | (VPATH): Remove. | |
1875 | (.c.o): Poison. | |
1876 | * configure.ac (pexecute, LIBOBJS): Add ./ . | |
1877 | * maint-tool: Build dependencies with explicit rules. | |
1878 | ||
211333f6 DD |
1879 | 2004-01-15 Kazu Hirata <[email protected]> |
1880 | ||
1881 | * strdup.c (strdup): Constify the argument. | |
1882 | ||
3795d586 DD |
1883 | 2004-01-14 Loren J. Rittle <[email protected]> |
1884 | ||
1885 | * Makefile.in (distclean): Remove config.cache. | |
1886 | ||
2d6520ee DJ |
1887 | 2004-01-13 Daniel Jacobowitz <[email protected]> |
1888 | ||
1889 | * cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE | |
1890 | takes two parameters. | |
1891 | * cp-demint.c (cplus_demangle_fill_component): Likewise. | |
1892 | ||
59727473 DD |
1893 | 2004-01-12 Ian Lance Taylor <[email protected]> |
1894 | ||
1895 | * cp-demangle.c: Include "cp-demangle.h". If IN_GLIBCPP_V3 is | |
1896 | defined, rename some functions which are to become static via | |
1897 | #define. | |
1898 | (CP_STATIC_IF_GLIBCPP_V3): Define. | |
1899 | (struct d_operator_info): Move definition to cp-demangle.h, and | |
1900 | rename to demangle_operator_info. Change all uses. | |
1901 | (enum d_builtin_type_print): Move definition to cp-demangle.h. | |
1902 | (struct d_builtin_type_info): Move definition to cp-demangle.h, | |
1903 | and rename to demangle_builtin_type_info. Change all uses. | |
1904 | (enum d_comp_type): Move definition to include/demangle.h, and | |
1905 | rename to demangle_component_type, and change all enums to start | |
1906 | with DEMANGLE_COMPONENT_ instead of D_. Change all uses. | |
1907 | (struct d_comp): Move definition to include/demangle.h, and rename | |
1908 | to demangle_component. Change all uses. | |
1909 | (struct d_info): Move definition to cp-demangle.h. | |
1910 | (cplus_demangle_fill_name): New function. | |
1911 | (cplus_demangle_fill_extended_operator): New function. | |
1912 | (cplus_demangle_fill_ctor): New function. | |
1913 | (cplus_demangle_fill_dtor): New function. | |
1914 | (d_make_empty): Remove type parameter. Change all callers. | |
1915 | (d_make_name): Use cplus_demangle_fill_name. | |
1916 | (d_make_extended_operator): Use | |
1917 | cplus_demangle_fill_extended_operator. | |
1918 | (d_make_ctor): Use cplus_demangle_fill_ctor. | |
1919 | (d_make_dtor): Use cplus_demangle_fill_dtor. | |
1920 | (cplus_demangle_mangled_name): Rename from d_mangled_name. Make | |
1921 | non-static by default. Change all callers. | |
1922 | (cplus_demangle_operators): Rename from d_operators. Change all | |
1923 | uses. Make non-static by default. Add sentinel at end of array. | |
1924 | (d_operator_name): Adjust initialization of high for new sentinel | |
1925 | in cplus_demangle_operators. | |
1926 | (cplus_demangle_builtin_types): Rename from d_builtin_types. | |
1927 | Change all uses. Make non-static by default. Change initializer | |
1928 | to use D_BUILTIN_TYPE_COUNT instead of magic number 26. | |
1929 | (cplus_demangle_type): Rename from d_type. Make non-static by | |
1930 | default. Change all callers. | |
1931 | (cplus_demangle_init_info): Rename from d_init_info. Make | |
1932 | non-static by default. Change all callers. | |
1933 | * cp-demangle.h: New file. | |
1934 | * cp-demint.c: New file. | |
1935 | * Makefile.in: Rebuild dependencies. | |
1936 | (CFILES): Add cp-demint.c. | |
1937 | (REQUIRED_OFILES): Add cp-demint.o. | |
1938 | ||
1a79b024 DD |
1939 | 2004-01-09 Kelley Cook <[email protected]> |
1940 | ||
1941 | * configure.in: Rename file to ... | |
1942 | * configure.ac: ... this. | |
1943 | * Makefile.in: Update a comment for above change. | |
1944 | * README: Likewise. | |
1945 | * config.in: Regenerate. | |
1946 | ||
820542c9 DD |
1947 | 2004-01-02 Ian Lance Taylor <[email protected]> |
1948 | ||
1949 | * cp-demangle.c (d_encoding): When DMGL_PARAMS is not set, strip | |
1950 | CV-qualifiers from D_COMP_LOCAL_NAME right subtree. | |
1951 | * cplus-dem.c (demangle_arm_hp_template): Set DMGL_PARAMS when | |
1952 | demangling template parameters. | |
1953 | * testsuite/test-demangle.c (fail): New static function. | |
1954 | (main): Support new options in input file: --no-params, | |
1955 | --is-v3-ctor, and --is-v3-dtor. | |
1956 | * testsuite/demangle-expected: Add --no-params to most tests, and | |
1957 | add the correct result when parameters are not demangled. Add | |
1958 | some simple tests for V3 constructor/destructor recognition. | |
1959 | ||
2f9c4058 DD |
1960 | 2003-12-25 Kaveh R. Ghazi <[email protected]> |
1961 | ||
1962 | * cp-demangle.c (is_ctor_or_dtor): Fix error in last change. | |
1963 | ||
4fd47f10 DJ |
1964 | 2003-12-22 Daniel Jacobowitz <[email protected]> |
1965 | ||
1966 | PR debug/13272 | |
1967 | * Makefile.in (lbasename.o): Depend on filenames.h. | |
1968 | * lbasename.c: Include "filenames.h" instead of defining | |
1969 | its macros locally. | |
1970 | ||
b6fb00c0 DD |
1971 | 2003-12-22 Ian Lance Taylor <[email protected]> |
1972 | ||
1973 | * cp-demangle.c (CP_DYNAMIC_ARRAYS): Define if compiler supports | |
1974 | dynamic arrays. | |
1975 | (struct d_operator_info): Add len field. | |
1976 | (struct d_builtin_type_info): Add len and java_len fields. | |
1977 | (struct d_standard_sub_info): Add simple_len, full_len, and | |
1978 | set_last_name_len fields. | |
1979 | (struct d_comp): Add len field to s_string. | |
1980 | (struct d_info): Add send, did_subs, and expansion fields. | |
1981 | (d_append_string_constant): Define. | |
1982 | (d_append_string): Remove. Change all users to use | |
1983 | d_append_string_constant or d_append_buffer instead. | |
1984 | (d_make_sub): Add len parameter. Change all callers. | |
1985 | (d_name): Increase expansion when substituting std::. | |
1986 | (d_unqualified_name): Increase expansion for an operator. | |
1987 | (d_number): Don't use multiplication for negative numbers. | |
1988 | (d_identifier): Make sure there are enough characters in the | |
1989 | string for the specified length. Adjust expansion for an | |
1990 | anonymous namespace. | |
1991 | (d_operators): Initialize len field. | |
1992 | (d_special_name, d_ctor_dtor_name): Increase expansion. | |
1993 | (d_builtin_types): Initialize len and java_len fields. | |
1994 | (d_type): Increase expansion for a builtin type. | |
1995 | (d_cv_qualifiers): Increase expansion for each qualifier. | |
1996 | (d_bare_function_type): Decrease expansion when removing single | |
1997 | void parameter. | |
1998 | (d_template_param): Increment did_subs. | |
1999 | (d_expression): Increase expansion for an operator. | |
2000 | (d_expr_primary): Decrease expansion for a type we will print | |
2001 | specially. | |
2002 | (standard_subs): Initialize new fields. | |
2003 | (d_substitution): Increment did_subs when doing a normal | |
2004 | substitution. Increase expansion for a special substitution. | |
2005 | (d_print): Add estimate parameter. Change all callers. | |
2006 | (d_print_comp) [D_COMP_NAME]: Handle C++ case inline. | |
2007 | (d_print_comp) [D_COMP_BINARY]: Use length to avoid strcmp call. | |
2008 | (d_print_java_identifier): Rename from d_print_identifier. Handle | |
2009 | only Java case. Change caller. | |
2010 | (d_init_info): Change return type to void. Change all callers. | |
2011 | Initialize send, did_subs, and expansion fields. Do not | |
2012 | initialize comps and subs fields. | |
2013 | (d_demangle): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and subs | |
2014 | arrays on stack. Make an estimate of the length of the demangled | |
2015 | name. Ifdef CP_DEMANGLE_DEBUG, print estimation failures. | |
2016 | (is_ctor_or_dtor): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and | |
2017 | subs arrays on stack. | |
2018 | ||
2730f651 DD |
2019 | 2003-12-20 Ian Lance Taylor <[email protected]> |
2020 | ||
2021 | * cp-demangle.c (d_identifier): In Java mode, skip an optional '$' | |
2022 | after the identifier. | |
2023 | * testsuite/demangle-expected: Add test case. | |
2024 | ||
d4edd112 DD |
2025 | 2003-12-19 Ian Lance Taylor <[email protected]> |
2026 | ||
2027 | Fix for PR c++/13447: | |
2028 | * cp-demangle.c (enum d_comp_type): Add D_COMP_LOCAL_NAME. | |
2029 | (d_dump, d_make_comp): Handle D_COMP_LOCAL_NAME. | |
2030 | (is_ctor_dtor_or_conversion): Handle D_COMP_LOCAL_NAME like | |
2031 | D_COMP_QUAL_NAME. | |
2032 | (is_ctor_or_dtor): Likewise. | |
2033 | (d_local_name): Use D_COMP_LOCAL_NAME rather than | |
2034 | D_COMP_QUAL_NAME. | |
2035 | (d_print_comp) [D_COMP_LOCAL_NAME]: New. | |
2036 | (d_prinT_comp) [D_COMP_TYPED_NAME]: If the left tree is | |
2037 | D_COMP_LOCAL_NAME, pull any qualifiers off its right subtree. | |
2038 | (d_print_mod_list): Handle D_COMP_LOCAL_NAME. | |
2039 | * testsuite/demangle-expected: Add two test cases. | |
2040 | ||
2041 | * cp-demangle.c (d_print_function_type): Clear the global modifier | |
2042 | list when printing the modifiers, not just when printing the | |
2043 | function parameters. | |
2044 | * testsuite/demangle-expected: Add two test cases. | |
2045 | ||
d35d0cd4 DD |
2046 | 2003-12-15 Ian Lance Taylor <[email protected]> |
2047 | ||
2048 | * cp-demangle.c (d_print_function_type): Print the function | |
2049 | parameters with no modifiers. | |
2050 | * testsuite/demangle-expected: Add test case. | |
2051 | ||
2052 | * cp-demangle.c (d_demangle): If DMGL_PARAMS is not set, don't | |
2053 | expect that we've read the entire string. | |
2054 | (is_ctor_or_dtor): Don't expect that we've read the entire | |
2055 | string--reverse patch of 2003-11-29. | |
2056 | ||
09e9708c DD |
2057 | 2003-12-15 Brendan Kehoe <[email protected]> |
2058 | ||
2059 | * libiberty/Makefile.in (floatformat.o): Add dependency on | |
2060 | config.h to accompany change of 2003-12-03. | |
2061 | ||
97ceaf5b DD |
2062 | 2003-12-15 Ian Lance Taylor <[email protected]> |
2063 | ||
2064 | Fix handling of constructor/destructor of standard substitution: | |
2065 | * cp-demangle.c (struct d_standard_sub_info): Define. | |
2066 | (d_substitution): Add prefix argument. Change all callers. | |
2067 | Rework handling of standard substitutions to print full name when | |
2068 | qualifying a constructor/destructor, or when DMGL_VERBOSE is set. | |
2069 | * testsuite/demangle-expected: Add test case. | |
2070 | ||
2071 | Fix handling of negative literal constants: | |
2072 | * cp-demangle.c (enum d_comp_type): Add D_COMP_LITERAL_NEG. | |
2073 | (d_dump, d_make_comp): Handle D_COMP_LITERAL_NEG. | |
2074 | (d_expr_primary): Use D_COMP_LITERAL_NEG for a negative number. | |
2075 | (d_print_comp): Handle D_COMP_LITERAL_NEG. | |
2076 | * testsuite/demangle-expected: Add test case. | |
2077 | ||
858b45cf DD |
2078 | 2003-12-04 Ian Lance Taylor <[email protected]> |
2079 | ||
2080 | * cp-demangle.c (IS_UPPER, IS_LOWER): Define. | |
2081 | (d_last_char): Define new macro. | |
2082 | (d_make_name): Reject an empty name. | |
2083 | (d_prefix, d_unqualified_name, d_type): Use new IS_* macros. | |
2084 | (d_substitution, d_print_identifier): Likewise. | |
2085 | (d_print_comp) [D_COMP_OPERATOR]: Likewise. | |
2086 | (d_print_comp) [D_COMP_TEMPLATE]: Use new d_last_char macro. | |
2087 | (d_print_mod) Use new d_last_char macro. | |
2088 | (d_print_cast): Use new d_last_char macro. | |
2089 | (is_ctor_or_dtor): Don't leak memory. | |
2090 | ||
2091 | Fix handling of member function modifiers: | |
2092 | * cp-demangle.c (enum d_comp_type): Add D_COMP_RESTRICT_THIS, | |
2093 | D_COMP_VOLATILE_THIS, and D_COMP_CONST_THIS. | |
2094 | (d_dump): Dump new d_comp_type values. | |
2095 | (d_make_comp): Accept new d_comp_type values. | |
2096 | (has_return_type): Only accept _THIS variants of qualifiers. | |
2097 | (d_encoding): Without DMGL_PARAMS, only remove _THIS variants of | |
2098 | qualifiers. | |
2099 | (d_cv_qualifiers): Add member_fn parameter. Change all callers. | |
2100 | (d_print_comp) [D_COMP_TYPED_NAME]: Rather than removing | |
2101 | qualifiers and printing them at the end, add _THIS qualifiers to | |
2102 | the modifier list. | |
2103 | (d_print_comp) [D_COMP_*_THIS]: New cases. | |
2104 | (d_print_comp) [D_COMP_PTRMEM_TYPE]: Remove special handling of | |
2105 | qualifiers. | |
2106 | (d_print_mod_list): Add suffix parameter. Change all callers. | |
2107 | Keep walking the list even if the current modifier has been | |
2108 | printed. | |
2109 | (d_print_mod): Handle new _THIS qualifiers. | |
2110 | (d_print_function_type): Handle new _THIS qualifiers when deciding | |
2111 | whether to print a parenthesis. Put a space before the | |
2112 | parenthesis in some cases. Call d_print_mod_list again at the | |
2113 | end, passing suffix as 1. | |
2114 | (is_ctor_or_dtor): Look for new _THIS qualifiers. | |
2115 | * testsuite/demangle-expected: Add test case. | |
2116 | ||
2117 | Fix for PR gcc/13304: | |
2118 | * cp-demangle.c (d_print_comp) [D_COMP_TEMPLATE]: If the character | |
2119 | before the '<' is itself a '<', insert a space. | |
2120 | (d_print_cast): Likewise. | |
2121 | * testsuite/demangle-expected: Add test case. | |
2122 | ||
2123 | Fix for PR gcc/13244: | |
2124 | * cp-demangle.c (d_print_comp) [D_COMP_BINARY]: Wrap an expression | |
2125 | which uses the '>' operator in an extra layer of parens. | |
2126 | * testsuite/demangle-expected: Add test case. | |
2127 | ||
b52927b7 DD |
2128 | 2003-12-03 Ian Lance Taylor <[email protected]> |
2129 | ||
2130 | * floatformat.c: Include "config.h" and <string.h> if available. | |
2131 | (INFINITY, NAN): Define if not defined by <math.h>. | |
2132 | (floatformat_to_double): Handle NaN, infinity, and denormalized | |
2133 | numbers. | |
2134 | (floatformat_from_double): Likewise. | |
2135 | (ieee_test): In debugging code, use little endian rather than big | |
2136 | endian. Correct tests to handle NaN and to check correct sign of | |
2137 | zero. Omit m68k extended test. | |
2138 | (main): Add more debugging cases. | |
2139 | ||
24afc00d DD |
2140 | 2003-11-29 Ian Lance Taylor <[email protected]> |
2141 | ||
2142 | * cp-demangle.c (d_demangle): Only return success if we consumed | |
2143 | the entire demangled string. | |
2144 | (is_ctor_or_dtor): Likewise. | |
2145 | ||
2146 | * testsuite/demangle-expected: Revert one part of 2003-06-26 patch | |
2147 | to restore expected result of EDG test case to original expected | |
2148 | result. | |
2149 | ||
331c3da2 DD |
2150 | 2003-11-26 Ian Lance Taylor <[email protected]> |
2151 | ||
2152 | * cp-demangle.c (struct d_print_mod): Add templates field. | |
2153 | (d_make_builtin_type): Check for NULL type. | |
2154 | (d_make_extended_operator): Check for NULL name. | |
2155 | (d_make_ctor, d_make_dtor): Likewise. | |
2156 | (d_mangled_name): Add top_level parameter. Change all callers. | |
2157 | (d_encoding): If DMGL_PARAMS is not set, strip off initial | |
2158 | CV-qualifiers. | |
2159 | (d_type): Check some return values we rely on. | |
2160 | (d_bare_function_type, d_array_type): Likewise. | |
2161 | (d_pointer_to_member_type, d_template_args): Likewise. | |
2162 | (d_add_substitution): Fail if argument is NULL. | |
2163 | (d_print_resize): Check whether buf is NULL. | |
2164 | (d_print_comp): Save current templates list with each modifier. | |
2165 | Don't pass the modifier list down when printing a template. | |
2166 | (d_print_cast): Don't pass the modifier list down when printing a | |
2167 | template. | |
2168 | (d_print_mod_list): Temporarily set templates list while printing | |
2169 | a modifier. | |
2170 | (d_print_mod): Check that buf is not NULL before using it. | |
2171 | (d_print_function_type): Print parens if there is no modifier. | |
2172 | (d_init_info): Permit as many substitutions as there are | |
2173 | characters in the mangled name. | |
2174 | * testsuite/demangle-expected: Add two new test cases. | |
2175 | ||
51948b34 DD |
2176 | 2003-11-25 Ian Lance Taylor <[email protected]> |
2177 | ||
2178 | * cp-demangle.c (java_demangle_v3): Pass DMGL_PARAMS to | |
2179 | d_demangle. | |
2180 | ||
6d95373e DD |
2181 | 2003-11-22 Ian Lance Taylor <[email protected]> |
2182 | ||
2183 | * cp-demangle.c (d_encoding): Add top_level parameter. Change all | |
2184 | callers. | |
2185 | (print_usage): Display new -p option. | |
2186 | (long_options): Add --no-params. | |
2187 | (main): Accept and handle -p. | |
2188 | ||
54a962d9 DD |
2189 | 2003-11-21 Ian Lance Taylor <[email protected]> |
2190 | ||
2191 | * cp-demangle.c (has_return_type): Skip qualifiers when checking | |
2192 | whether we have a template. | |
2193 | * testsuite/demangle-expected: Add four new tests. | |
2194 | ||
8fe0d347 DD |
2195 | 2003-11-20 Ian Lance Taylor <[email protected]> |
2196 | ||
2197 | * testsuite/demangle-expected: Minor changes to match output of | |
2198 | new demangler: adjust whitespace in four tests, and change order | |
2199 | of qualifiers in one test. | |
2200 | ||
2201 | * cp-demangle.c: Complete rewrite. | |
2202 | ||
dd9d4b48 DD |
2203 | 2003-11-19 Mark Mitchell <[email protected]> |
2204 | ||
2205 | * cp-demangle.c (demangle_type): Correct thinko in substitution | |
2206 | processing. | |
2207 | ||
0976f6a7 DD |
2208 | 2003-11-18 Ian Lance Taylor <[email protected]> |
2209 | ||
2210 | * cp-demangle.c (demangle_operator_name): Remove space before | |
2211 | "sizeof". | |
2212 | (demangle_type_ptr): Put qualifiers in the right place. Handle | |
2213 | qualifiers in pointer to member specially. | |
2214 | (demangle_type): Handle qualifiers for pointer or reference | |
2215 | specially. Handle function type. | |
2216 | (demangle_local_name): Save and restore caret around demangling of | |
2217 | initial encoding. | |
2218 | ||
2219 | * testsuite/test-demangle.c (main): Don't pass DMGL_VERBOSE to | |
2220 | cplus_demangle. | |
2221 | ||
2222 | * testsuite/Makefile.in (test-demangle): Depend upon libiberty.a. | |
2223 | ||
e7e6980b DD |
2224 | 2003-10-31 Andreas Jaeger <[email protected]> |
2225 | ||
2226 | * floatformat.c (floatformat_always_valid): Add unused attribute. | |
2227 | ||
97ceaf5b DD |
2228 | 2003-10-30 Josef Zlomek <[email protected]> |
2229 | ||
2230 | Jan Hubicka <[email protected]> | |
2231 | * vasprintf.c (int_vasprintf): Pass va_list by value. | |
2232 | Use va_copy for copying va_list. | |
2233 | (vasprintf): Pass va_list by value. | |
2234 | ||
686e72d7 DD |
2235 | 2003-10-30 Josef Zlomek <[email protected]> |
2236 | ||
2237 | * hashtab.c (htab_find_slot_with_hash): Decrease n_deleted | |
2238 | instead of increasing n_elements when inserting to deleted slot. | |
2239 | ||
eec65ede JB |
2240 | 2003-10-20 J. Brobecker <[email protected]> |
2241 | ||
2242 | * cplus-dem.c (demangle_template): Register a new Btype only | |
2243 | when needed. | |
2244 | * testsuite/demangle-expected: Add a new test. | |
2245 | ||
cd275bff L |
2246 | 2003-10-16 H.J. Lu <[email protected]> |
2247 | ||
2248 | * testsuite/demangle-expected: Update the expected output of | |
2249 | _GLOBAL__I__Z2fnv. | |
2250 | ||
e3b1168e DJ |
2251 | 2003-10-02 Daniel Jacobowitz <[email protected]> |
2252 | ||
2253 | * strerror.c: Revert last change. Declare static sys_nerr | |
2254 | and sys_errlist using different names. | |
2255 | ||
efb150d5 DJ |
2256 | 2003-10-01 Daniel Jacobowitz <[email protected]> |
2257 | ||
2258 | * strerror.c: Don't provide or reference sys_errlist if | |
2259 | strerror is available. | |
2260 | ||
b7ca9213 L |
2261 | 2003-10-01 H.J. Lu <[email protected]> |
2262 | ||
2263 | * configure.in: Check if $MAKEINFO is missing. | |
2264 | * configure: Regenerated. | |
2265 | ||
8ddbb593 DJ |
2266 | 2003-09-24 Daniel Jacobowitz <[email protected]> |
2267 | ||
2268 | * configure.in: Use AC_PROG_CPP_WERROR. | |
2269 | * configure: Regenerated. | |
2270 | ||
5324d185 AC |
2271 | 2003-09-22 Andrew Cagney <[email protected]> |
2272 | ||
2273 | * floatformat.c (floatformat_i387_ext_is_valid): New function. | |
2274 | (floatformat_always_valid): New function. | |
2275 | (floatformat_i387_ext): Initialize new "is_valid" field to | |
2276 | "floatformat_i387_ext_is_valid". | |
2277 | (floatformat_ieee_single_little): Initialize "is_valid" field to | |
2278 | floatformat_always_valid. | |
2279 | (floatformat_ieee_double_big): Ditto. | |
2280 | (floatformat_ieee_double_little): Ditto. | |
2281 | (floatformat_ieee_double_little): Ditto. | |
2282 | (floatformat_ieee_double_littlebyte_bigword): Ditto. | |
2283 | (floatformat_i960_ext): Ditto. | |
2284 | (floatformat_m88110_ext): Ditto. | |
2285 | (floatformat_m88110_harris_ext): Ditto. | |
2286 | (floatformat_arm_ext_big): Ditto. | |
2287 | (floatformat_arm_ext_littlebyte_bigword): Ditto. | |
2288 | (floatformat_ia64_spill_big): Ditto. | |
2289 | (floatformat_ia64_spill_little): Ditto. | |
2290 | (floatformat_ia64_quad_big): Ditto. | |
2291 | (floatformat_ia64_quad_little): Ditto. | |
2292 | (floatformat_ia64_quad_little): Ditto. | |
2293 | (floatformat_is_valid): Call "is_valid". | |
2294 | ||
34f4a113 AC |
2295 | 2003-09-15 Andrew Cagney <[email protected]> |
2296 | ||
2297 | * floatformat.c (get_field): Make "data" constant. | |
2298 | (floatformat_is_valid, floatformat_to_double): Make "from" | |
2299 | constant, fix casts. | |
2300 | (floatformat_from_double): Make "from" constant. | |
2301 | ||
3f2aacaf DJ |
2302 | 2003-09-15 Daniel Jacobowitz <[email protected]> |
2303 | ||
2304 | * floatformat.c (floatformat_is_valid): New function. | |
2305 | (get_field, put_field): Correct comments. | |
2306 | ||
aae66b9f DD |
2307 | 2003-09-06 Josef Zlomek <[email protected]> |
2308 | ||
2309 | * fibheap.c (fibheap_replace_key_data): Change type of OKEY to | |
2310 | FIBHEAPKEY_T. | |
2311 | ||
60b04ee8 DD |
2312 | 2003-09-02 John David Anglin <[email protected]> |
2313 | ||
2314 | PR bootstrap/12100 | |
2315 | * aclocal.m4 (AC_LANG_FUNC_LINK_TRY): Define. | |
2316 | * configure: Rebuilt. | |
2317 | ||
2299a76d DJ |
2318 | 2003-08-27 Daniel Jacobowitz <[email protected]> |
2319 | ||
2320 | * aclocal.m4: Include acx.m4 and no-executables.m4. | |
2321 | (libiberty_AC_FUNC_STRNCMP): Use AC_LIBOBJ. | |
2322 | (LIB_AC_PROG_CC): Remove. | |
2323 | * configure.in: Update AC_PREREQ to 2.57. Use GCC_NO_EXECUTABLES. | |
2324 | Use AC_PROG_CC and set ac_libiberty_warn_cflags instead of using | |
2325 | LIB_AC_PROG_CC. Use AC_LIBOBJ. Call AC_ISC_POSIX later, only if | |
2326 | performing link tests. | |
2327 | * configure: Regenerated. | |
2328 | ||
9ad1aa29 DD |
2329 | 2003-08-12 Nathanael Nerode <[email protected]> |
2330 | ||
a21da8bf | 2331 | * cp-demangle.c: Clarify what package(s) this is part of. |
9ad1aa29 | 2332 | |
dbb9d0f3 DD |
2333 | 2003-07-05 Danny Smith <[email protected]> |
2334 | ||
2335 | * pex-win32.c (pexecute): Mark parameters this_pname and | |
2336 | temp_base as unused. Remove unused variables retries, | |
2337 | sleep_interval. Initialize org_stdin, org_stdout. | |
2338 | (pwait): Mark parameter flags as unused. | |
2339 | ||
2340 | 2003-07-02 Danny Smith <[email protected]> | |
ab8c7bb1 DD |
2341 | |
2342 | * pex-win32.c (fix_argv): Ensure that the executable pathname | |
2343 | uses Win32 backslashes. | |
2344 | (pexecute): Cast away constness when assigning *errmsg_arg. | |
2345 | ||
78c5b0a5 L |
2346 | 2003-06-26 H.J. Lu <[email protected]> |
2347 | ||
2348 | * testsuite/demangle-expected: Add more GNU V3 testcases. | |
2349 | ||
70ecf948 DD |
2350 | 2003-06-22 Zack Weinberg <[email protected]> |
2351 | ||
2352 | * safe-ctype.c: Use HOST_CHARSET_ASCII and HOST_CHARSET_EBCDIC, | |
2353 | not HC_ASCII and HC_EBCDIC. | |
2354 | Add documentation in form expected by gather-docs. | |
2355 | * hex.c: Use HOST_CHARSET, not hand-coded check of character set. | |
2356 | * Makefile.in, functions.texi: Regenerate. | |
2357 | ||
cbc0188b DD |
2358 | 2003-06-21 Zack Weinberg <[email protected]> |
2359 | ||
2360 | * safe-ctype.c: Separate out EOF==-1 check. Use HOST_CHARSET | |
2361 | for charset determination. | |
2362 | ||
5f73c378 DD |
2363 | 2003-06-19 Dara Hazeghi <[email protected]> |
2364 | ||
2365 | * configure.in: Add check for malloc.h needed by | |
2366 | m68k for function free(). | |
2367 | * configure: Regenerated. | |
2368 | * config.in: Add HAVE_MALLOC_H. | |
2369 | * hashtab.c: include malloc.h were available for | |
2370 | free(). | |
2371 | ||
e69f6c8c | 2372 | 2003-06-09 Albert Chin-A-Young <[email protected]> |
cbc0188b | 2373 | |
e69f6c8c DD |
2374 | PR bootstrap/10974 |
2375 | * physmem.c: Update comment. | |
2376 | * configure.in: Modify test for _system_configuration for older | |
2377 | AIX systems. | |
2378 | ||
2379 | * config.in, configure: Regenerated. | |
cbc0188b | 2380 | |
54c60684 DD |
2381 | 2003-06-05 John David Anglin <[email protected]> |
2382 | ||
2383 | PR other/10810 | |
2384 | * test-demangle.c (getline): Fix fence-post error. | |
2385 | ||
5a4e47bd NC |
2386 | 2003-06-03 Nick Clifton <[email protected]> |
2387 | ||
2388 | * asprintf.c: Change comment to note that -1 is returned upon | |
2389 | error. | |
2390 | * vasprintf.c: Likewise. | |
2391 | (vasprintf): Return -1 upon error. | |
2392 | * functions.texi: Document changes to asprintf and vasprintf. | |
2393 | ||
916f5d13 DD |
2394 | 2003-05-19 Kelley Cook <[email protected]> |
2395 | ||
2396 | * config.table: Accept i[345867]86 variant. | |
2397 | ||
e4f79046 JB |
2398 | 2003-05-15 Jim Blandy <[email protected]> |
2399 | ||
2400 | * hex.c (_hex_value): Make this unsigned. | |
2401 | (hex_value): Update documentation for new return type. hex_value | |
2402 | now expands to an unsigned int expression, to avoid unexpected | |
2403 | sign extension when we store it in a bfd_vma, which is larger than | |
2404 | int on some platforms. | |
2405 | * functions.texi: Regenerated. | |
2406 | ||
0f3538e7 DD |
2407 | 2003-05-07 Josef Zlomek <[email protected]> |
2408 | ||
2409 | * splay-tree.c (splay_tree_predecessor): Fix comment. | |
2410 | (splay_tree_successor): Fix comment. | |
2411 | ||
7108c5dc JM |
2412 | 2003-05-07 Jason Merrill <[email protected]> |
2413 | ||
eafaf5eb | 2414 | * hashtab.c (iterative_hash): New fn. |
7108c5dc JM |
2415 | * configure.in: Add AC_C_BIGENDIAN_CROSS. |
2416 | * aclocal.m4: Include accross.m4. | |
2417 | * configure, config.in: Regenerate. | |
2418 | ||
0b555173 DD |
2419 | 2003-05-04 Kaveh R. Ghazi <[email protected]> |
2420 | ||
2421 | * configure.in (AC_CHECK_FUNCS): Don't make multiple calls. | |
2422 | * configure: Regenerate. | |
2423 | ||
8730135a DD |
2424 | 2003-05-03 Carlo Wood <[email protected]> |
2425 | ||
2426 | * cp-demangle.c: Fix typo in "char_traints" string-literal. | |
2427 | ||
341eccbc DD |
2428 | 2003-04-22 Kaveh R. Ghazi <[email protected]> |
2429 | ||
2430 | * vsnprintf.c (vsnprintf): Don't pad string with extra nulls. | |
2431 | (main): Test that we don't write too much data. | |
2432 | ||
2ed1e5cc DD |
2433 | 2003-04-16 Kaveh R. Ghazi <[email protected]> |
2434 | ||
2435 | * configure.in (funcs, AC_CHECK_FUNCS): Add snprintf and | |
2436 | vsnprintf. | |
2437 | * snprintf.c, vsnprintf.c: New files. | |
2438 | * Makefile.in (CFILES): Add snprintf.c and vsnprintf.c. | |
2439 | (CONFIGURED_OFILES): Add snprintf.o and vsnprintf.o. | |
2440 | Regenerate dependencies. | |
2441 | ||
2442 | * functions.texi, configure, config.in: Regenerated. | |
2443 | ||
10b57b38 DD |
2444 | 2003-04-15 Kaveh R. Ghazi <[email protected]> |
2445 | ||
2446 | * mempcpy.c, stpcpy.c, stpncpy.c: New files. | |
2447 | * configure.in (funcs, AC_CHECK_FUNCS): Add mempcpy, stpcpy | |
2448 | and stpncpy. | |
2449 | * Makefile.in (CFILES): Add mempcpy.c, stpcpy.c and stpncpy.c. | |
2450 | (CONFIGURED_OFILES): Add mempcpy.o, stpcpy.o and stpncpy.o. | |
2451 | Regenerate dependencies. | |
2452 | ||
2453 | * functions.texi, configure, config.in: Regenerated. | |
2454 | ||
ff773b85 DD |
2455 | 2003-04-15 Kaveh R. Ghazi <[email protected]> |
2456 | ||
2457 | * argv.c: Fix comments. | |
2458 | * calloc.c: Don't unnecessarily include "libiberty.h". | |
2459 | (bzero): Add prototype. | |
2460 | * floatformat.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES. | |
2461 | * getcwd.c (getcwd): Use standard definition to avoid conflicts | |
2462 | with system headers. | |
2463 | * hashtab.c (htab_traverse): Delete unused variables. | |
2464 | * rename.c: Include "ansidecl.h". | |
2465 | (rename): Use standard definition to avoid conflicts with system | |
2466 | headers. | |
2467 | * strsignal.c: Rely on ANSI_PROTOTYPES. | |
2468 | * strstr.c: Check GNUC >= 2, not GNUC == 2. | |
2469 | * vfprintf.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES. | |
2470 | * vprintf.c: Include "ansidecl.h" earlier, rely on | |
2471 | ANSI_PROTOTYPES. | |
2472 | * vsprintf.c: Include "ansidecl.h" earlier, rely on | |
2473 | ANSI_PROTOTYPES and possibly include <stdarg.h>. | |
cbc0188b | 2474 | |
ff773b85 DD |
2475 | * Makefile.in: Regenerate dependencies. |
2476 | ||
bb325820 DD |
2477 | 2003-04-15 DJ Delorie <[email protected]> |
2478 | ||
2479 | * maint-tool (deps): Scan for headers in $srcdir also. | |
2480 | ||
258a4893 DD |
2481 | 2003-04-15 Kaveh R. Ghazi <[email protected]> |
2482 | ||
2483 | PR target/10338 | |
2484 | PR bootstrap/10198 | |
2485 | PR bootstrap/10140 | |
2486 | * getopt.c (exchange, _getopt_initialize): Use mempcpy not | |
2487 | __mempcpy. | |
2488 | * regex.c (regerror): Likewise. | |
2489 | ||
ff773b85 DD |
2490 | 2003-04-14 Roger Sayle <[email protected]> |
2491 | ||
2492 | * argv.c: Use ANSI_PROTOTYPES instead of __STDC__. | |
2493 | * memchr.c: Likewise. | |
2494 | * strcasecmp.c: Likewise. | |
2495 | * strncasecmp.c: Likewise. | |
2496 | * strncmp.c: Likewise. | |
2497 | * xatexit.c: Likewise. | |
2498 | * xmalloc.c: Likewise. | |
2499 | ||
2500 | * copysign.c: Use traditional function declaration instead of DEFUN. | |
2501 | * sigsetmask.c: Likewise. | |
2502 | ||
2503 | * memcmp.c: Both of the above, ANSI_PROTOTYPES and DEFUN. | |
2504 | * memset.c: Likewise. | |
2505 | ||
2506 | * memcpy.c: ANSI_PROTOTYPES, DEFUN and prototype bcopy. | |
2507 | * memmove.c: Likewise. | |
2508 | ||
eec539c7 DD |
2509 | 2003-04-14 Roger Sayle <[email protected]> |
2510 | ||
2511 | * strdup.c (strdup): Tweak implementation to use memcpy. | |
2512 | ||
daf7c4ad DD |
2513 | 2003-04-14 Kaveh R. Ghazi <[email protected]> |
2514 | ||
2515 | * configure.in (HAVE_UINTPTR_T): Always define. | |
2516 | * configure: Regenerated. | |
2517 | ||
aa072e59 AO |
2518 | 2003-03-23 Alexandre Oliva <[email protected]> |
2519 | ||
2520 | * Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS) | |
2521 | instead of $$CC alone. | |
2522 | (install_to_tooldir): Use it. | |
2523 | ||
f77ed96c DD |
2524 | 2003-17-03 Jan Hubicka <[email protected]> |
2525 | ||
2526 | * hashtab.c (htab_traverse_noresize): Break out from ... | |
2527 | * hashtab.c (htab_traverse): ... here. | |
2528 | ||
2336e177 DD |
2529 | 2003-12-03 Jan Hubicka <[email protected]> |
2530 | ||
2531 | * hashtab.c (htab_expand): Fix warning. | |
2532 | ||
2533 | * hashtab.c (htab_expand): Compute the size of hashtable based | |
2534 | on the number of elements actually used. | |
2535 | (htab_traverse): Call htab_expand when table is too empty. | |
2536 | ||
d8cbbf95 DD |
2537 | 2003-03-11 Carlo Wood <[email protected]> |
2538 | ||
2539 | * cplus-dem.c (demangle_integral_value): Correction to reflect | |
2540 | patch of 2002-01-10 in order to also make negative multi-digits | |
2541 | without leading underscore work. | |
2542 | ||
a01fefeb DD |
2543 | 2003-03-03 Mark Mitchell <[email protected]> |
2544 | ||
2545 | * cplus-dem.c: Add license exception to copyright notice. | |
2546 | ||
638ceb1a DD |
2547 | 2003-02-27 Kaveh R. Ghazi <[email protected]> |
2548 | ||
2549 | * physmem.c: Formatting changes from upstream. | |
2550 | ||
ef803806 DD |
2551 | 2003-02-24 Danny Smith <[email protected]> |
2552 | ||
2553 | * physmem.c (physmem_total): Add _WIN32 support. | |
2554 | (physmem_available): Likewise. | |
2555 | ||
181fa229 DD |
2556 | 2003-02-24 Rainer Orth <[email protected]> |
2557 | ||
2558 | * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Test for | |
2559 | GSI_PHYSMEM. | |
2560 | (physmem_available) [HAVE_TABLE]: Test for TBL_VMSTATS. | |
2561 | ||
cc529274 DD |
2562 | 2003-02-22 Kaveh R. Ghazi <[email protected]> |
2563 | ||
2564 | * configure.in: Check for sys/systemcfg.h and | |
2565 | _system_configuration. | |
2566 | * physmem.c: Add support for AIX. Tweek formatting as per | |
2567 | upstream coreutils beta. | |
2568 | ||
2569 | 2003-02-22 Kaveh R. Ghazi <[email protected]> | |
2570 | Richard Earnshaw <[email protected]> | |
2571 | Geoffrey Keating <[email protected]> | |
cbc0188b | 2572 | |
cc529274 DD |
2573 | * configure.in: Check for sys/sysctl.h and sysctl. |
2574 | * physmem.c: Add support for *bsd and darwin. | |
2575 | * Makefile.in: Generate depedency for physmem.o. | |
2576 | ||
192cbe66 DD |
2577 | 2003-02-21 Rainer Orth <[email protected]> |
2578 | ||
2579 | * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Use getsysinfo on | |
2580 | Tru64 UNIX. | |
2581 | (physmem_available) [HAVE_TABLE && HAVE_SYS_TABLE_H]: Use table on | |
2582 | Tru64 UNIX. | |
2583 | ||
2584 | * configure.in (AC_CHECK_HEADERS): Check for sys/sysinfo.h, | |
2585 | machine/hal_sysinfo.h, sys/table.h. | |
2586 | (checkfuncs, AC_CHECKFUNCS): Check for getsysinfo, table. | |
2587 | * configure, config.in: Regenerate. | |
2588 | ||
ff773b85 DD |
2589 | 2003-02-21 Kaveh R. Ghazi <[email protected]> |
2590 | ||
2591 | * configure.in: Check for sys/sysmp.h and sysmp. | |
2592 | * physmem.c: Pull upstream copy, add support for irix6. | |
2593 | ||
2594 | * config.in, configure: Regenerated. | |
2595 | ||
900d2082 DD |
2596 | 2003-02-21 Kaveh R. Ghazi <[email protected]> |
2597 | ||
2598 | * physmem.c (physmem_total, physmem_available): De-ANSI-fy. | |
2599 | * configure.in (AC_CHECK_FUNCS): Add pstat_getstatic and | |
2600 | pstat_getdynamic. | |
cbc0188b | 2601 | |
4938384a DD |
2602 | 2003-02-20 Kaveh R. Ghazi <[email protected]> |
2603 | ||
2604 | * Makefile.in (CFILES): Add physmem.c. | |
2605 | (REQUIRED_OFILES): Add physmem.o. | |
2606 | * configure.in: Check for sys/pstat.h. | |
2607 | (checkfuncs): Add pstat_getstatic and pstat_getdynamic. | |
2608 | * physmem.c: New file, copied from textutils. | |
2609 | ||
2610 | * config.in, configure: Regenerated. | |
2611 | ||
ba61a412 DJ |
2612 | 2003-02-20 Daniel Jacobowitz <[email protected]> |
2613 | ||
2614 | * Makefile.in (CFILES): Add lrealpath.c. | |
2615 | (REQUIRED_OFILES): Add lrealpath.o. | |
2616 | (lrealpath.o): Add rule. | |
2617 | * aclocal.m4 (libiberty_NEED_DECLARATION): Add. | |
2618 | * configure.in: Add realpath and canonicalize_file_name to | |
2619 | checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION | |
2620 | for canonicalize_file_name. | |
2621 | * lrealpath.c: New file. | |
2622 | * make-relative-prefix.c: Update documentation. | |
2623 | (make_relative_prefix): Simplify. Use lbasename and lrealpath. | |
2624 | * config.in: Regenerated. | |
2625 | * configure: Regenerated. | |
2626 | * functions.texi: Regenerated. | |
2627 | ||
25dfe0ac DD |
2628 | 2003-02-20 jmc <[email protected]> |
2629 | ||
2630 | * cplus_dem.c: Fix typo: intializes -> initializes. | |
2631 | ||
8b90eef4 AO |
2632 | 2003-02-20 Alexandre Oliva <[email protected]> |
2633 | ||
2634 | * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to | |
2635 | config.status. | |
2636 | * configure: Rebuilt. | |
2637 | ||
fcd7c7c9 DD |
2638 | 2003-02-13 Daniel Jacobowitz <[email protected]> |
2639 | ||
2640 | Fix PR c++/7612. | |
2641 | * cplus-dem.c (demangle_signature): Call string_delete. | |
2642 | Remove extra string_init. | |
2643 | (demangle_arm_hp_template): Call string_delete instead of | |
2644 | string_clear. Add missing string_delete call. | |
2645 | (demangle_qualified): Add missing string_delete call. | |
2646 | (do_type): Remove unused variable btype. Add missing string_delete | |
2647 | call. Call string_delete instead of string_clear. | |
2648 | (demangle_fund_type): Move variable btype inside of the switch | |
2649 | statement. Add missing string_delete call. | |
2650 | (do_arg): Call string_delete instead of string_clear. Remove extra | |
2651 | string_init. | |
2652 | (demangle_nested_args): Free work->previous_argument. | |
2653 | ||
073c427b DD |
2654 | 2003-02-12 Kaveh R. Ghazi <[email protected]> |
2655 | ||
2656 | * acconfig.h: New file. Add uintptr_t. | |
2657 | * config.in: Regenerated. | |
2658 | ||
f8bd3000 DD |
2659 | 2003-02-04 Joseph S. Myers <[email protected]> |
2660 | ||
2661 | * libiberty.texi: Update to GFDL 1.2. | |
2662 | ||
85b9a938 DD |
2663 | 2003-01-30 Christian Cornelssen <[email protected]> |
2664 | ||
2665 | * Makefile.in (libiberty_topdir): New subst. | |
2666 | (mkinstalldirs): Redefine in terms of the above. | |
2667 | * configure.in: AC_SUBST it. | |
2668 | * configure: Regenerate. | |
2669 | ||
578460f2 AO |
2670 | 2003-01-28 Christian Cornelssen <[email protected]> |
2671 | ||
2672 | * Makefile.in (all-subdir, check-subdir, installcheck-subdir) | |
2673 | (info-subdir, install-info-subdir, clean-info-subdir) | |
2674 | (dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir) | |
2675 | (clean-subdir, distclean-subdir, maintainer-clean-subdir): | |
2676 | Pass $(FLAGS_TO_PASS). | |
2677 | ||
7f285245 AO |
2678 | 2003-01-27 Alexandre Oliva <[email protected]> |
2679 | ||
2680 | * Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use | |
2681 | /`$$CC -print-multi-os-directory`. | |
2682 | ||
5f9624e3 DJ |
2683 | 2003-01-26 Daniel Jacobowitz <[email protected]> |
2684 | ||
2685 | * hashtab.c (htab_create_alloc_ex): New function. | |
2686 | (hatab_set_functions_ex): New function. | |
2687 | (htab_delete, htab_expand): Support alternate allocation functions. | |
2688 | ||
9c2259b8 DD |
2689 | 2003-01-24 Christopher Faylor <[email protected]> |
2690 | ||
2691 | * configure.in: Remove special pex-cygwin consideration. | |
2692 | * configure: Regenerate. | |
2693 | * pex-cygwin.c: Remove. | |
2694 | * Makefile.in: Remove pex-cygwin.[co] lines. | |
2695 | ||
5a17353c DD |
2696 | 2003-01-24 Zack Weinberg <[email protected]> |
2697 | ||
2698 | * Makefile.in (CFILES): Add pex-*.c. | |
2699 | (REQUIRED_OFILES): Change pexecute.o to @pexecute@ | |
2700 | (CONFIGURED_OFILES): Add pex-*.o. | |
2701 | (TEXIFILES): Add pexecute.txh. | |
2702 | (pexecute.o): Delete rule. | |
2703 | (pex-cygwin.o, pex-djgpp.o, pex-mpw.o, pex-msdos.o, pex-os2.o, | |
2704 | pex-unix.o, pex-win32.o): New rules. | |
2705 | * configure.in: Change AC_INIT argument to xmalloc.c. | |
2706 | Compute appropriate pexecute implementation and substitute it | |
2707 | as @pexecute@. | |
2708 | ||
2709 | * pexecute.c: Split up into... | |
2710 | * pex-cygwin.c, pex-djgpp.c, pex-mpw.c, pex-msdos.c, pex-os2.c, | |
2711 | pex-unix.c, pex-win32.c, pex-common.h, pexecute.txh: ... these | |
2712 | new files. | |
2713 | ||
2714 | * functions.texi: Regenerate. | |
2715 | * configure: Regenerate. | |
2716 | ||
eed2b28c DD |
2717 | 2003-01-20 Josef Zlomek <[email protected]> |
2718 | ||
2719 | * hashtab.c (htab_expand): Fix allocation of new entries. | |
2720 | ||
27a39a5f DD |
2721 | 2003-01-09 Christian Cornelssen <[email protected]> |
2722 | ||
2723 | * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR. | |
2724 | ||
2725 | * Makefile.in (install_to_libdir, install_to_tooldir): Add a | |
2726 | mkinstalldirs command. | |
2727 | ||
b51c1553 DD |
2728 | 2002-12-04 Danny Smith <[email protected]> |
2729 | ||
2730 | * make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX): | |
2731 | Define for hosts with HOST_EXECUTABLE_SUFFIX. | |
2732 | ||
756954c3 DD |
2733 | 2002-11-24 Nick Clifton <[email protected]> |
2734 | ||
2735 | * make-relative-prefix.c (make_relative_prefix): Ensure return | |
2736 | string is empty before using strcat to construct it. | |
2737 | ||
2a80c0a4 DD |
2738 | 2002-11-22 Daniel Jacobowitz <[email protected]> |
2739 | ||
2740 | * Makefile.in: Add make-relative-prefix.c. | |
2741 | * make-relative-prefix.c: New file. | |
2742 | * functions.texi: Rebuilt. | |
2743 | ||
768b20d8 JJ |
2744 | 2002-11-16 Jakub Jelinek <[email protected]> |
2745 | ||
2746 | * md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be | |
2747 | used with arguments in traditional C' warnings. | |
2748 | ||
f52d1d64 JJ |
2749 | 2002-10-16 Jakub Jelinek <[email protected]> |
2750 | ||
2751 | * config.table: Use mh-s390pic for s390x too. | |
2752 | ||
0d3deb8d DD |
2753 | 2002-10-06 Andreas Jaeger <[email protected]> |
2754 | ||
2755 | * libiberty/cplus-dem.c (ada_demangle): Get rid of unneeded | |
2756 | variable and of strict-aliasing warning. | |
2757 | (grow_vect): Use char as first parameter. | |
2758 | ||
1b67de92 DD |
2759 | 2002-09-22 Kaveh R. Ghazi <[email protected]> |
2760 | ||
2761 | * Makefile.in (all): Fix multilib parallel build. | |
2762 | ||
585cc78f DD |
2763 | 2002-09-19 John David Anglin <[email protected]> |
2764 | ||
2765 | * cp-demangle.c (demangling_new): Cast 0 to enum. | |
2766 | (demangle_char): Cast return of strdup to char *. | |
2767 | (is_gnu_v3_mangled_ctor): Cast 0 to enum. | |
2768 | (is_gnu_v3_mangled_dtor): Likewise. | |
2769 | * cplus-dem.c (grow_vect): Cast return of xrealloc to void *. | |
2770 | (work_stuff_copy_to_from): Cast return of xmalloc to char **. | |
2771 | * fibheap.c (fibnode_new): Cast return of xcalloc to fibnode_t. | |
2772 | * md5.c (md5_process_bytes): Cast results back to const void *. | |
2773 | (md5_process_block): Add cast to const md5_uint32 *. | |
2774 | * regex.c (re_compile_fastmap): Cast enum to UCHAR_T. | |
2775 | * safe-ctype.c (L, XL, U, XU, D, P, _, C, Z, M, V, T, S): Add cast to | |
2776 | unsigned short. | |
2777 | * splay-tree.c (splay_tree_xmalloc_allocate): Cast return of xmalloc | |
2778 | to void *. | |
2779 | * vasprintf.c (int_vasprintf): Cast return of malloc to char *. | |
2780 | ||
e21b0cc1 NC |
2781 | 2002-09-19 Nick Clifton <[email protected]> |
2782 | ||
2783 | * README: Update email addresses for bugs and patches. | |
2784 | ||
a54ba43f DD |
2785 | 2002-09-10 Mike Stump <[email protected]> |
2786 | ||
2787 | * splay-tree.c (splay_tree_successor): Fix comments. | |
2788 | ||
2789 | 2002-09-11 Zack Weinberg <[email protected]> | |
2790 | ||
2791 | * cplus-dem.c: Code under #ifdef MAIN moved to gcc/cp/cxxfilt.c. | |
2792 | * testsuite/Makefile.in: Adjust for test-demangle. | |
2793 | * testsuite/regress-demangle: Deleted. | |
2794 | * testsuite/test-demangle.c: New file. | |
2795 | * testsuite/demangle-expected: Change \$ to $ throughout, now that | |
2796 | this file is not being read by a shell script. | |
2797 | ||
01cea699 DD |
2798 | 2002-09-05 Roger Sayle <[email protected]> |
2799 | ||
2800 | * regex.c: Only use "#pragma alloca" on AIX when not using gcc. | |
2801 | ||
a2832523 DD |
2802 | 2002-08-07 DJ Delorie <[email protected]> |
2803 | ||
2804 | * regex.c (re_error_msgid): Just use a simple array of strings. | |
2805 | (re_compile_pattern): Compensate. | |
2806 | (re_comp): Likewise. | |
2807 | (re_comp): Likewise. | |
2808 | (regerror): Likewise. | |
2809 | ||
1e3f0be0 DD |
2810 | 2002-07-29 Neil Booth <[email protected]> |
2811 | ||
2812 | * cplus-dem.c (PREPEND_BLANK): Remove. | |
2813 | ||
b851d07b DD |
2814 | 2002-07-10 Jason Merrill <[email protected]> |
2815 | ||
2816 | * cp-demangle.c (demangle_identifier): Support extended Unicode | |
2817 | characters. | |
2818 | ||
2a9dffbf DD |
2819 | 2002-07-08 Kaveh R. Ghazi <[email protected]> |
2820 | ||
2821 | * cp-demangle.c (demangle_v3_with_details): Wrap in | |
2822 | !defined IN_GLIBCPP_V3. | |
2823 | ||
793011ca DD |
2824 | 2002-07-01 Mark Mitchell <[email protected]> |
2825 | ||
2826 | * cp-demangle.c (demangle_operator_name): Add type_arg parameter. | |
2827 | Set it for the "st" operator. | |
2828 | (demangle_expression): Handle expressions with types as arguments. | |
2829 | ||
b39b76b8 DD |
2830 | 2002-06-30 Douglas Rupp <[email protected]> |
2831 | ||
2832 | * configure.in (OUTPUT_OPTION,NO_MINUS_C_MINUS_O): Configure. | |
2833 | * Makefile.in (OUTPUT_OPTION): Use. | |
2834 | ||
4748c6d8 DD |
2835 | 2002-06-22 Peter Breitenlohner <[email protected]> |
2836 | ||
2837 | * Makefile.in (install_to_libdir): Add $(DESTDIR). | |
2838 | (install_to_tooldir): Likewise. | |
2839 | ||
f9c3326a DD |
2840 | 2002-06-17 Douglas Rupp <[email protected]> |
2841 | ||
2842 | * lbasename.c: Add 2002 to copyright. | |
2843 | (IS_DIR_SEPARATOR): Remove VMS junk. | |
2844 | ||
18893690 DD |
2845 | 2002-06-05 Geoffrey Keating <[email protected]> |
2846 | ||
2847 | * hashtab.c (htab_create): New stub function for backward | |
2848 | compatibility. | |
2849 | (htab_try_create): Likewise. | |
2850 | ||
2851 | 2002-06-03 Geoffrey Keating <[email protected]> | |
2852 | ||
2853 | * hashtab.c (htab_create): Delete. | |
2854 | (htab_try_create): Delete. | |
2855 | (htab_create_alloc): New. | |
2856 | (htab_delete): Support user-specified memory allocation. | |
2857 | (htab_expand): Likewise. | |
2858 | ||
2859 | 2002-05-22 Roman Lechtchinsky <[email protected]> | |
2860 | ||
2861 | * configure.in: Fix typo in the code checking for sys_errlist. | |
2862 | * configure: Regenerated. | |
2863 | ||
9296c8b2 DD |
2864 | 2002-05-13 Andreas Schwab <[email protected]> |
2865 | ||
2866 | * config.table: Use mh-x86pic also for x86-64. | |
2867 | ||
52d98c2d DD |
2868 | 2002-05-08 Alexandre Oliva <[email protected]> |
2869 | ||
2870 | * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at | |
2871 | script entry, and set LD to it when configuring multilibs. | |
2872 | * configure: Rebuilt. | |
2873 | ||
cafa3917 DD |
2874 | 2002-05-07 Mark Mitchell <[email protected]> |
2875 | ||
2876 | * configure.in (AC_TYPE_PID_T): Use it. | |
2877 | * configure: Regenerated. | |
2878 | * getruntime.c: Include <sys/types.h>. | |
2879 | * waitpid.c: Likewise. Use pid_t, not int, as the type of "pid". | |
2880 | ||
b1c933fc RH |
2881 | 2002-04-09 Richard Henderson <[email protected]> |
2882 | ||
2883 | * hashtab.c (higher_prime_number): Use 7 as minimum. | |
2884 | (find_empty_slot_for_expand): Don't compute hash2 unless needed. | |
2885 | (htab_find_slot_with_hash): Likewise. | |
2886 | ||
0c4460bb DD |
2887 | 2002-04-01 Phil Edwards <[email protected]> |
2888 | ||
2889 | * cp-demangle.c (__cxa_demangle): Also protect with IN_GLIBCPP_V3. | |
2890 | (is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_ctor): Conditionally | |
2891 | not compile if IN_GLIBCPP_V3 defined. | |
2892 | * dyn-string.c: Also allow IN_GLIBCPP_V3 to change allocation scheme. | |
2893 | ||
f2160d2b DD |
2894 | 2002-03-30 Bryce McKinlay <[email protected]> |
2895 | ||
3ebf1f59 | 2896 | * cp-demangle.c (java_demangle_v3): Don't try to release "demangled" |
f2160d2b DD |
2897 | if it is NULL. |
2898 | ||
7dd4d42a DD |
2899 | 2002-03-27 DJ Delorie <[email protected]> |
2900 | ||
2901 | * hex.c: Add documentation. | |
2902 | (_hex_value): Provide non-ASCII empty table. | |
2903 | (hex_init): Initialize the non-ASCII table. | |
2904 | * functions.texi: Regenerate. | |
2905 | ||
38e57a35 DD |
2906 | 2002-03-27 Mark Mitchell <[email protected]> |
2907 | ||
2908 | * dyn-string.c: Add libgcc exception to copyright notice. | |
2909 | ||
cfed0715 DD |
2910 | 2002-03-26 H.J. Lu ([email protected]) |
2911 | ||
2912 | * config.table: Support --with-build-subdir. | |
2913 | * configure.in: Likewise. | |
2914 | * configure: Rebuild. | |
2915 | ||
1504972f DD |
2916 | 2002-03-18 Stuart Griffith <[email protected]> |
2917 | ||
2918 | * strtod.c (strtod): Increment 8 chars, not 7, when `infinity' | |
2919 | seen. | |
2920 | ||
35efcd67 DD |
2921 | 2002-03-12 Mark Mitchell <[email protected]> |
2922 | ||
2923 | * cp-demangle.c: Add libgcc exception to cp-demangle.c copyright | |
2924 | notice. | |
2925 | ||
dabc64ea DD |
2926 | 2002-03-11 Douglas B Rupp <[email protected]> |
2927 | ||
2928 | * xatexit.c [VMS]: Include stdlib.h and unixlib.h. | |
2929 | ||
3ddbd84c JB |
2930 | 2002-03-06 Jim Blandy <[email protected]> |
2931 | ||
2932 | * splay-tree.c (splay_tree_xmalloc_allocate, | |
2933 | splay_tree_xmalloc_deallocate): Use K&R-style definitions, not | |
2934 | prototyped definitions. Mark `data' arguments as unused. | |
2935 | ||
efdab807 AC |
2936 | 2002-03-06 Andrew Cagney <[email protected]> |
2937 | ||
2938 | * floatformat.c (floatformat_arm_ext_big): Delete definition. | |
2939 | ||
50d4562d DD |
2940 | 2002-03-04 Phil Edwards <[email protected]> |
2941 | ||
2942 | * configure.in: Add --enable-install-libiberty option. | |
2943 | * Makefile.in (INSTALLED_HEADERS): New variable. | |
2944 | (install_to_libdir): Possibly also copy headers. | |
2945 | * configure: Regenerated. | |
2946 | ||
2947 | 2002-03-04 Neil Booth <[email protected]> | |
2948 | ||
2949 | * xmalloc.c (xmalloc_fail): Clarify error message further. | |
2950 | ||
6e9980f5 DD |
2951 | 2002-03-03 Neil Booth <[email protected]> |
2952 | ||
2953 | * xmalloc.c (xmalloc_fail): Clarify error message. | |
2954 | ||
18893690 | 2955 | 2002-02-22 Jim Blandy <[email protected]> |
2bbcdae9 JB |
2956 | |
2957 | * splay-tree.c (splay_tree_xmalloc_allocate, | |
2958 | splay_tree_xmalloc_deallocate): New functions. | |
2959 | (splay_tree_new): Call splay_tree_new_with_allocator, passing the | |
2960 | above functions and a dummy data pointer. | |
2961 | (splay_tree_new_with_allocator): New function. | |
2962 | (splay_tree_delete_helper, splay_tree_delete, splay_tree_insert, | |
2963 | splay_tree_remove): Use the splay tree's allocation and | |
2964 | deallocation functions. | |
2965 | ||
59ea9fe7 DD |
2966 | 2002-02-19 Scott Snyder <[email protected]> |
2967 | ||
2968 | * testsuite/demangle-expected: Add test case for infinite loop in | |
2969 | demangler. | |
2970 | * cplus-dem.c (demangle_arm_hp_template): Stop trying to demangle | |
2971 | if do_type() doesn't make any progress --- prevents an infinite | |
2972 | loop. | |
2973 | ||
6f848550 DD |
2974 | 2002-02-18 Carlo Wood <[email protected]> |
2975 | ||
2976 | PR c++/5390 | |
2977 | * cplus-dem.c (demangle_integral_value): Accept multi-digit | |
2978 | numbers that do not start with an underscore; This is needed | |
2979 | for integer template parameters. This doesn't break anything | |
2980 | because multi-digit numbers are never followed by a digit. | |
2981 | * testsuite/demangle-expected: Corrected all mangled test | |
2982 | cases with multi-digit template parameters: g++ 2.95.x does | |
2983 | not generate underscores around these parameters. | |
2984 | ||
44354ae1 DD |
2985 | 2002-02-05 Jason Merrill <[email protected]> |
2986 | ||
2987 | * cplus-dem.c (flags): Add DMGL_VERBOSE | |
2988 | (cplus_demangle_v3_p): Remove. | |
2989 | (demangle_it): Add DMGL_TYPES to passed flags. | |
2990 | * cp-demangle.c (cplus_demangle_v3_all): Remove. | |
2991 | (cplus_demangle_v3_type): Remove. | |
2992 | (cplus_demangle_v3): Add options parm. | |
2993 | ||
42da15d6 DD |
2994 | 2002-02-02 H.J. Lu ([email protected]) |
2995 | ||
2996 | * cp-demangle.c (cp_demangle_type): Do not protect with | |
2997 | IN_LIBGCC2. | |
2998 | (cplus_demangle_v3_all): New. | |
2999 | (cplus_demangle_v3): Call cplus_demangle_v3_all. | |
3000 | (cplus_demangle_v3_type): Call cplus_demangle_v3_all. | |
3001 | ||
3002 | * cplus-dem.c (cplus_demangle_v3_p): New function pointer. | |
3003 | Initialized to cplus_demangle_v3. | |
3004 | (cplus_demangle_with_style): Call cplus_demangle_v3_p instead | |
3005 | of cplus_demangle_v3. | |
3006 | (main): Set cplus_demangle_v3_p to cplus_demangle_v3_type for | |
3007 | command line symbol. | |
3008 | ||
3009 | * testsuite/regress-demangle: Pass the mangled name at the | |
3010 | command line. | |
3011 | ||
b117c158 DD |
3012 | 2002-02-01 H.J. Lu <[email protected]> |
3013 | ||
3014 | * cp-demangle.c (cp_demangle_type): Call demangling_new with | |
3015 | DMGL_GNU_V3. | |
3016 | ||
c78d91b1 DD |
3017 | 2002-01-31 Phil Edwards <[email protected]> |
3018 | ||
3019 | * cp-demangle.c: Revert yesterday's change. | |
3020 | ||
bef8b55d DD |
3021 | 2002-01-31 Adam Megacz <[email protected]> |
3022 | ||
3023 | * gcc/libiberty/configure.in: Treat mingw the same as cywin | |
3024 | wrt HAVE_SYS_ERRLIST. | |
3025 | ||
2c955b8b DD |
3026 | 2002-01-30 Phil Edwards <[email protected]> |
3027 | ||
3028 | * cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2. | |
3029 | (cplus_demangle_v3): Mimic __cxa_demangle and fall back on | |
3030 | cp_demangle_type. | |
3031 | * testsuite/demangle-expected: New gnu-v3 test. | |
3032 | ||
58b1717a RH |
3033 | 2002-01-22 Momchil Velikov <[email protected]> |
3034 | ||
3035 | * configure.in (variable detection): Use arrays of unspecified | |
3036 | size instead of plain integers. | |
3037 | ||
cc096b71 DD |
3038 | 2002-01-18 DJ Delorie <[email protected]> |
3039 | ||
3040 | * Makefile.in (TESTLIB): New. This library is for future | |
3041 | testsuites. | |
3042 | (CFILES, REQUIRED_OFILES, CONFIGURED_OFILES): Re-alphabetize, | |
3043 | break down by letter. | |
3044 | (REQUIRED_OFILES): List long-to-compile files first. | |
3045 | (maint-deps): New, target for updating dependencies. | |
3046 | (dependencies): Update. | |
3047 | * maint-tool: Add dependency-generating option. | |
3048 | * configure.in: Check for _doprnt even if we're not providing it. | |
3049 | * configure: Regenerate. | |
3050 | ||
3051 | * _doprnt.c: Modifications to allow compiling on any platform. | |
3052 | * copysign.c: Likewise. | |
3053 | * putenv.c: Likewise. | |
3054 | * setenv.c: Likewise. | |
3055 | * vsprintf.c: Likewise. | |
3056 | ||
3057 | 2002-01-15 Douglas B Rupp <[email protected]> | |
3058 | ||
3059 | * mkstemps.c (mkstemps): On VMS, open temp file with option | |
3060 | that causes it to be deleted when closed. | |
3061 | ||
20d54542 DD |
3062 | 2002-01-02 Kaveh R. Ghazi <[email protected]> |
3063 | ||
c23795e2 DD |
3064 | * cp-demangle.c (long_options): Const-ify. |
3065 | * cplus-dem.c (long_options): Likewise. | |
3066 | ||
20d54542 DD |
3067 | * cplus-dem.c (mystrstr): Delete. All callers changed to use |
3068 | strstr instead. | |
3069 | ||
f348a7b1 DD |
3070 | 2001-12-31 Ira Ruben <[email protected]> |
3071 | ||
3072 | * aclocal.m4 (libiberty_AC_FUNC_STRNCMP): Use anon mmap as 2nd try. | |
3073 | * configure: Regenerated. | |
3074 | ||
d86cd745 DD |
3075 | 2001-12-24 Douglas B. Rupp <[email protected]> |
3076 | ||
3077 | * configure.in (uintptr_t): Use AC_CHECK_TYPE. | |
3078 | * configure: Regenerated. | |
3079 | ||
ae533646 DD |
3080 | 2001-12-12 Craig Rodrigues <[email protected]> |
3081 | ||
3082 | PR other/2719 | |
3083 | * cplus-dem.c (consume_count): Treat negative count as an error. | |
3084 | * testsuite/demangle-expected: Added testcase. | |
3085 | ||
c0eb281b DD |
3086 | Tue Dec 11 07:08:57 2001 Douglas B. Rupp <[email protected]> |
3087 | ||
3088 | * configure.in: Hardcode that vfork works on VMS host. | |
3089 | * configure: Regenerated. | |
3090 | ||
2da4c07f RH |
3091 | 2001-12-06 Richard Henderson <[email protected]> |
3092 | ||
3093 | * cplus-dem.c (libiberty_demanglers): Add no_demangling case. | |
3094 | (cplus_demangle): Support no_demangling. | |
3095 | ||
24acd898 DD |
3096 | 2001-11-27 Zack Weinberg <[email protected]> |
3097 | ||
3098 | * _doprnt.c: Moved here from gcc/doprint.c. Adjust to build | |
3099 | in libiberty context. Fix typo in leading comment. | |
3100 | * configure.in: Fix various AC_DEFINEs so autoheader works. | |
3101 | If any of vprintf, vsprintf, vfprintf is missing from libc, | |
3102 | then AC_REPLACE_FUNCS(_doprnt). | |
3103 | ||
fec50157 | 3104 | 2001-11-26 DJ Delorie <[email protected]> |
d86cd745 | 3105 | Daniel Jacobowitz <[email protected]> |
fec50157 DD |
3106 | |
3107 | * Makefile.in (stamp-h): Depend on Makefile for proper | |
3108 | serialization. | |
3109 | (*-subdir): Depend on config.h for proper serialization. | |
3110 | ||
5527febf DD |
3111 | 2001-11-26 DJ Delorie <[email protected]> |
3112 | ||
3113 | * configure.in: Check for alloca.h (for regex.c and putenv.c). | |
3114 | * configure: Regenerate. | |
3115 | * config.h: Add HAVE_ALLOCA_H. | |
3116 | ||
941d74a0 DD |
3117 | 2001-11-16 Kaveh R. Ghazi <[email protected]> |
3118 | ||
3119 | * regex.c: Check defined(__STDC__) || defined(ALMOST_STDC) || | |
3120 | defined(HAVE_STRINGIZE) to determine whether ISO CPP token pasting | |
3121 | is available. | |
3122 | ||
dc579051 DD |
3123 | Thu Nov 15 11:06:25 2001 Jeffrey A Law ([email protected]) |
3124 | ||
3125 | * config.in (HAVE_UINTPTR_T): Provide autoconf stub. | |
3126 | * configure.in (HAVE_UINTPTR_T): Test for system defining | |
3127 | uintptr_t and define HAVE_UINTPTR_T appropriately. | |
3128 | * regex.c (uintptr_t): Do not provide a definition if the | |
3129 | system provided one. | |
3130 | ||
3131 | * regex.c (PREFIX): Provide an alternate definition for | |
3132 | non-ANSI/ISO compilers. | |
3133 | (ARG_PREFIX): Likewise. | |
3134 | ||
1a78a35a DD |
3135 | 2001-11-12 Jim Meyering <[email protected]> |
3136 | ||
3137 | * obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise, | |
3138 | this code would end up calling gettext even in packages built | |
3139 | with --disable-nls. | |
3140 | * getopt.c (_): Likewise. | |
3141 | * regex.c (_): Likewise. | |
3142 | ||
4e55c4b6 DD |
3143 | 2001-11-03 Alan Modra <[email protected]> |
3144 | ||
3145 | * configure.in: Cope with missing makeinfo. | |
3146 | * configure: Regenerate. | |
3147 | ||
d311a83a DD |
3148 | 2001-10-22 Kaveh R. Ghazi <[email protected]> |
3149 | ||
3150 | * hex.c (hex_init): Provide empty stub. | |
3151 | ||
3152 | * hex.c (hex_init): Delete. | |
3153 | (_hex_value): Const-ify and initialize at compile-time. | |
3154 | ||
3bc62f91 DD |
3155 | 2001-10-19 H.J. Lu <[email protected]> |
3156 | ||
3157 | * Makefile.in ($(TARGETLIB)): Also generate pic/$(TARGETLIB) if | |
3158 | necessary. | |
3159 | ||
5d852400 DD |
3160 | 2001-10-17 DJ Delorie <[email protected]> |
3161 | ||
3162 | * argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c, | |
3163 | ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c, | |
5527febf | 3164 | mkstemps.c, pexecute.c, random.c, strsignal.c, vasprintf.c: |
5d852400 DD |
3165 | Improve manual formatting. |
3166 | * functions.texi: Regenerate. | |
3167 | ||
ba19b94f DD |
3168 | 2001-10-15 DJ Delorie <[email protected]> |
3169 | ||
3170 | * Makefile.in (TEXIFILES): Add fnmatch.txh. | |
3171 | (maint-undoc): New. | |
3172 | maint-tool: Add "undoc" tool. | |
3173 | * alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c, | |
3174 | fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c, | |
3175 | make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c, | |
3176 | strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update | |
3177 | documentation. | |
3178 | * fnmatch.txh: New. | |
3179 | * functions.texi: Regenerate. | |
3180 | ||
56056af5 DD |
3181 | 2001-10-10 Joseph S. Myers <[email protected]> |
3182 | ||
3183 | * bcmp.c, setenv.c: Use "nonzero" instead of "non-zero". | |
3184 | * strtod.c: Use "ISO C" instead of "ANSI C". | |
3185 | * functions.texi: Regenerate. | |
3186 | ||
99b58139 DD |
3187 | 2001-10-07 Joseph S. Myers <[email protected]> |
3188 | ||
3189 | * alloca.c, clock.c, getcwd.c, getpagesize.c, getpwd.c, index.c, | |
3190 | libiberty.texi, memchr.c, putenv.c, rindex.c, strchr.c, strdup.c, | |
3191 | strerror.c, strrchr.c, strstr.c, strtod.c, tmpnam.c, vfork.c, | |
3192 | xatexit.c, xmalloc.c, xstrerror.c: Improve manual formatting. Fix | |
3193 | spelling. Give names to function arguments in documentation. Use | |
3194 | (void) prototypes in documentation. | |
3195 | * functions.texi: Regenerate. | |
3196 | ||
e6450fe5 DD |
3197 | 2001-10-07 Kaveh R. Ghazi <[email protected]> |
3198 | ||
3199 | * argv.c (buildargv, tests, main): Const-ify. | |
3200 | * cp-demangle.c (operator_code): Likewise. | |
3201 | * cplus-dem.c (optable, libiberty_demanglers, | |
3202 | cplus_demangle_set_style, cplus_demangle_name_to_style, | |
3203 | print_demangler_list): Likewise. | |
3204 | * hashtab.c (higher_prime_number): Likewise. | |
3205 | * strcasecmp.c (charmap): Likewise. | |
3206 | * strerror.c (error_info, strerror, main): Likewise. | |
3207 | * strncasecmp.c (charmap): Likewise. | |
3208 | * strsignal.c (signal_info): Likewise. | |
3209 | ||
da191b5b DD |
3210 | 2001-09-29 DJ Delorie <[email protected]> |
3211 | ||
3212 | * configure: Regenerate. | |
3213 | ||
916aaa12 DD |
3214 | 2001-09-28 Kaveh R. Ghazi <[email protected]> |
3215 | ||
3216 | * concat.c: Include stdlib.h. | |
3217 | ||
fa9f0e33 DD |
3218 | 2001-09-27 Eli Zaretskii <[email protected]> |
3219 | ||
3220 | * libiberty.texi: (Top level): Add syncodeindex pg. Add | |
3221 | @dircategory and @direntry directives. Add @finalout. | |
3222 | (many nodes): Lose the next,prev,up pointers on the @nide line. | |
3223 | (Using, Supplemental Functions, Replacement Functions): Fix | |
3224 | markup. | |
3225 | (Functions): Move around, to allow makeinfo to build the manual | |
3226 | without next,prev,up pointers in thye node lines. | |
3227 | (Licenses): Fix typos. | |
3228 | ||
3229 | * index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c, | |
3230 | strtol.c, xatexit.c, xexit.c, xmalloc.c: Fix spelling and markup. | |
3231 | * functions.texi: Regenerate. | |
3232 | ||
3233 | * copying-lib.texi: Lose the next,prev,up pointers on the @node | |
3234 | line. | |
3235 | ||
3236 | 2001-09-27 DJ Delorie <[email protected]> | |
3237 | ||
3238 | * configure.in: Don't use in-tree texinfo, because libiberty must | |
3239 | be built before it. Check for makeinfo version 4 or higher. | |
3240 | * functions.texi: Regenerate. | |
3241 | ||
39423523 DD |
3242 | 2001-09-20 DJ Delorie <[email protected]> |
3243 | Phil Edwards <[email protected]> | |
3244 | ||
3245 | * configure.in (MAKEINFO, PERL): Detect these. | |
3246 | (--enable-maintainer-mode): Add. | |
3247 | * configure: Regenerate. | |
3248 | * Makefile.in (MAKEINFO, PERL): Define. | |
3249 | (libiberty.info, libiberty.dvi, libiberty.html): New. | |
3250 | (CFILES): Add bsearch.c. | |
3251 | (CONFIGURED_OFILES): New, list of objects configure might add. | |
3252 | (maint-missing, maint-buildall): New, for maintainers only. | |
3253 | (clean, mostlyclean): Add info/dvi/html files. | |
3254 | * libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New. | |
3255 | * gather-docs: New, for maintainers. | |
3256 | * maint-tool: New, for maintainers. | |
3257 | * alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c, | |
3258 | bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c, | |
3259 | getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c, | |
3260 | memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c, | |
3261 | sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c, | |
3262 | strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c, | |
3263 | tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c, | |
3264 | xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update | |
3265 | documentation. | |
3266 | ||
66c94e19 DD |
3267 | 2001-09-25 Kaveh R. Ghazi <[email protected]> |
3268 | ||
3269 | * concat.c (reconcat): Fix for traditional C. | |
3270 | ||
99ee3a8f DD |
3271 | 2001-09-24 Kaveh R. Ghazi <[email protected]> |
3272 | ||
3273 | * concat.c (reconcat): New function. | |
3274 | ||
54c20242 DD |
3275 | 2001-09-17 Kaveh R. Ghazi <[email protected]> |
3276 | ||
3277 | * concat.c (vconcat_length, vconcat_copy, concat_length, | |
3278 | concat_copy, concat_copy2): New functions. | |
3279 | (concat): Use vconcat_length/vconcat_copy. | |
3280 | ||
3281 | * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len): | |
3282 | Define. | |
3283 | ||
843f21be DD |
3284 | 2001-09-04 Kaveh R. Ghazi <[email protected]> |
3285 | ||
3286 | * asprintf.c: Don't define USE_STDARG. Use VPARAMS, VA_OPEN, | |
3287 | VA_FIXEDARG & VA_CLOSE. | |
3288 | ||
3289 | * vasprintf.c: Check HAVE_STRING_H when including string.h. | |
3290 | (checkit): Delete redundant prototype. Add ATTRIBUTE_PRINTF_1. | |
3291 | Use VA_OPEN, VA_FIXEDARG & VA_CLOSE. Free allocated string. | |
3292 | ||
8a423cb3 DD |
3293 | 2001-08-27 Kaveh R. Ghazi <[email protected]> |
3294 | ||
3295 | * concat.c (concat): Use VPARAMS, VA_OPEN, VA_FIXEDARG & VA_CLOSE. | |
3296 | ||
dc676635 DD |
3297 | 2001-08-23 Ulrich Drepper <[email protected]> |
3298 | ||
3299 | * regex.c (truncate_wchar): Use wcrtomb not wctomb. | |
3300 | ||
3301 | 2001-08-23 Ulrich Drepper <[email protected]> | |
3302 | ||
3303 | * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc | |
3304 | instead of mbrtowc. | |
3305 | [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of | |
3306 | wcslen, and __wcscoll instead of wcscoll. | |
3307 | ||
f080c76d DD |
3308 | 2001-08-22 Matt Kraai <[email protected]> |
3309 | ||
3ebf1f59 DD |
3310 | * fibheap.c (fibheap_init, fibnode_init): Remove. |
3311 | (fibheap_new, fibnode_new): Use xcalloc to allocate and | |
3312 | initialize memory. | |
3313 | (fibheap_insert): Remove check for node allocation failure. | |
f080c76d | 3314 | |
f01b59ed DD |
3315 | 2001-08-21 Richard Henderson <[email protected]> |
3316 | ||
3317 | * Makefile.in (fibheap.o): Depend on config.h. | |
3318 | * fibheap.c: Tidy formatting. Use config.h.` Rearrange some | |
3319 | functions for inlining. | |
3320 | ||
3321 | Tue Aug 21 12:35:04 2001 Christopher Faylor <[email protected]> | |
3322 | ||
3323 | * configure.in: Need to set HAVE_SYS_ERRLIST and HAVE_SYS_NERR whenever | |
3324 | hosting on cygwin. | |
3325 | * configure: Regenerate. | |
3326 | ||
eb828599 AC |
3327 | 2001-08-20 Andrew Cagney <[email protected]> |
3328 | ||
3329 | * floatformat.c (floatformat_m88110_ext): Remove #ifdef | |
3330 | HARRIS_FLOAT_FORMAT. | |
3331 | (floatformat_ia64_spill_little, floatformat_ia64_quad_little) | |
3332 | (floatformat_ia64_spill_big, floatformat_ia64_quad_big) | |
3333 | (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword) | |
3334 | (floatformat_m88110_harris_ext): New float formats. | |
3335 | ||
4e55c4b6 DD |
3336 | 2001-08-20 Daniel Berlin <[email protected]> |
3337 | ||
3338 | * fibheap.c: New file. Fibonacci heap. | |
3339 | ||
3340 | * Makefile.in (CFILES): Add fibheap.c. | |
3341 | (REQUIRED_OFILES): Add fibheap.o. | |
3342 | (fibheap.o): Add dependencies for fibheap.o. | |
3343 | ||
68a41de7 DD |
3344 | 2001-08-17 Christopher Faylor <[email protected]> |
3345 | ||
3346 | * configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin. | |
3347 | * configure: Regenerate. | |
3348 | ||
8fc34799 DD |
3349 | 2001-08-16 Richard Henderson <[email protected]> |
3350 | ||
3351 | * hashtab.c (htab_hash_string): New. | |
3352 | ||
16bad250 AC |
3353 | 2001-08-13 Andrew Cagney <[email protected]> |
3354 | ||
3355 | * floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix | |
3356 | name. | |
3357 | ||
a9022147 DD |
3358 | 2001-08-12 Isamu Hasegawa <[email protected]> |
3359 | ||
3360 | * regex.c (wcs_regex_compile): Use appropriate string | |
3361 | to compare with collating element. | |
3362 | Fix the padding for the alignment. | |
3363 | ||
8aefe91a | 3364 | 2001-08-10 Andrew Cagney <[email protected]> |
3ea71002 AC |
3365 | |
3366 | * lbasename.c (lbasename): Change function definition to return a | |
3367 | const char pointer. | |
3368 | ||
e7e9b069 DD |
3369 | 2001-08-07 Jason Merrill <[email protected]> |
3370 | ||
3371 | * cp-demangle.c (demangle_special_name): "GR" -> "reference temporary | |
3372 | for". | |
3373 | ||
cc5144f8 DD |
3374 | 2001-08-03 Richard Henderson <[email protected]> |
3375 | ||
3376 | * Makefile.in (concat.o): Depend on config.h. | |
3377 | ||
8aefe91a DD |
3378 | 2001-07-30 Andreas Jaeger <[email protected]> |
3379 | ||
3380 | * concat.c: Include "config.h". | |
3381 | ||
86710ce2 DD |
3382 | 2001-07-30 Andreas Jaeger <[email protected]> |
3383 | ||
3384 | * regex.c: Declare wcs functions only if compiling with | |
3385 | MBS_SUPPORT. | |
3386 | Don't use #elif for traditional C. | |
3387 | ||
3388 | 2001-07-23 Ulrich Drepper <[email protected]> | |
3389 | ||
3390 | * regex.c: Revamp memory allocation for WCHAR functions to | |
3391 | not use too much stack. | |
3392 | ||
3393 | 2001-07-30 Andreas Jaeger <[email protected]> | |
3394 | ||
3395 | * regex.c: Declare wcs functions only if compiling with | |
3396 | MBS_SUPPORT. | |
3397 | Don't use #elif for traditional C. | |
3398 | ||
a5d8f731 DD |
3399 | 2001-07-25 Daniel Jacobowitz <[email protected]> |
3400 | ||
3401 | * Makefile.in (regex.o): Add dependency on config.h. | |
3402 | ||
6ad8a379 DD |
3403 | 2001-07-18 Andreas Schwab <[email protected]> |
3404 | ||
3405 | * regex.c (WORDCHAR_P) [WCHAR]: Also return true for the | |
3406 | underscore character. | |
3407 | ||
3408 | 2001-07-18 Ulrich Drepper <[email protected]> | |
3409 | ||
3410 | * regex.c: Limit string length printed in debug messages to 100 | |
3411 | chars. | |
3412 | ||
3413 | 2001-07-18 Andreas Jaeger <[email protected]> | |
3414 | ||
3415 | * regex.c: Place under LGPL version 2.1. | |
3416 | ||
2a6ef469 DD |
3417 | 2001-07-10 Jeff Johnston <[email protected]> |
3418 | ||
3419 | * Makefile.in: Add support for regex code. | |
3420 | * regex.c: New file. | |
3421 | ||
7b78baae DD |
3422 | 2001-07-05 Mark Klein <[email protected]> |
3423 | ||
3424 | * Makefile.in: Add ffs.c dependency. | |
3425 | * configure.in: Add ffs.c. | |
3426 | * ffs.c: New file. | |
3427 | ||
926150e2 DD |
3428 | 2001-06-18 Richard Henderson <[email protected]> |
3429 | ||
3430 | * concat.c: Include <sys/types.h>. | |
3431 | ||
11f6f21d DD |
3432 | 2001-06-11 Loren J. Rittle <[email protected]> |
3433 | ||
3434 | bootstrap/3106 | |
3435 | * strerror.c (sys_nerr): Hide the OS header version. | |
3436 | * strsignal.c (sys_nsig): Likewise. | |
3437 | ||
d42dae6c DD |
3438 | 2001-06-10 Richard Henderson <[email protected]> |
3439 | ||
3440 | * concat.c: Include string.h. Fix int vs size_t usage. | |
3441 | Simplify the iteration loops. Use memcpy. | |
3442 | ||
e05c6d27 DD |
3443 | 2001-05-16 Matt Kraai <[email protected]> |
3444 | ||
3445 | * partition.c: Fix misspelling of `implementation'. | |
3446 | ||
b50c4073 DD |
3447 | 2001-05-09 Thiemo Seufer <[email protected]> |
3448 | ||
3449 | * md5.c (md5_init_ctx): Declare constants as unsigned. | |
3450 | (md5_process_block): Likewise. | |
3451 | ||
457161bf DD |
3452 | 2001-05-07 Zack Weinberg <[email protected]> |
3453 | ||
3454 | * cp-demangle.c (demangle_v3_with_details, | |
3455 | is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): Use K+R style | |
3456 | function definition. | |
3457 | * ternary.c: Use K+R style function definitions. Use PTR, not | |
3458 | void *. Make arguments constant where possible. | |
3459 | ||
e00bc6a7 DD |
3460 | 2001-05-07 Mark Mitchell <[email protected]> |
3461 | ||
3462 | * splay-tree.h (splay_tree_max): New function. | |
3463 | (splay_tree_min): Likewise. | |
3464 | ||
400ee7e1 DB |
3465 | 2001-04-15 Daniel Berlin <[email protected]> |
3466 | ||
3467 | * ternary.c: New file - Ternary search tree implementation. | |
a5dd804e DB |
3468 | |
3469 | * Makefile.in: Add ternary.o, and ternary.c dependencies. | |
400ee7e1 | 3470 | |
d9697354 DD |
3471 | 2001-04-03 Zack Weinberg <[email protected]> |
3472 | ||
3473 | * make-temp-file.c (try): Inline. | |
3474 | ||
a7bf099b DD |
3475 | 2001-02-28 Richard Henderson <[email protected]> |
3476 | ||
3477 | * Makefile.in (make-temp-file.o): Depend on config.h. | |
3478 | ||
30a1def2 DD |
3479 | 2001-03-27 Kaveh R. Ghazi <[email protected]> |
3480 | ||
3481 | * memchr.c (memchr): Adjust condition to avoid infinite loop. | |
3482 | ||
079c672a DD |
3483 | 2001-03-23 Jakub Jelinek <[email protected]> |
3484 | ||
3485 | * cp-demangle.c (demangle_discriminator): `_0' is discriminator #1, | |
3486 | `_' not followed by a digit is invalid. | |
3487 | ||
a88e356a JB |
3488 | 2001-03-22 Jim Blandy <[email protected]> |
3489 | ||
3490 | * cp-demangle.c (string_list_delete): Use dyn_string_delete | |
3491 | instead of free, to free the contents as well as the string | |
3492 | structure. | |
3493 | ||
1dffcc66 DD |
3494 | 2001-03-21 Zack Weinberg <[email protected]> |
3495 | ||
3496 | * make-temp-file.c: Always default DIR_SEPARATOR to '/'. | |
3497 | Don't default P_tmpdir to anything. Try /var/tmp before | |
3498 | /usr/tmp. | |
3499 | ||
3500 | 2001-03-20 Zack Weinberg <[email protected]> | |
3501 | ||
3502 | * choose-temp.c: Split off make_temp_file, and the code | |
3503 | duplicated between it and choose_temp_base, into... | |
3504 | * make-temp-file.c: ... here; new file. | |
3505 | ||
3506 | * Makefile.in (CFILES): Add make-temp-file.c. | |
3507 | (REQUIRED_OFILES): Add make-temp-file.o. | |
3508 | ||
e61231f1 JB |
3509 | 2001-03-20 Jim Blandy <[email protected]> |
3510 | ||
3511 | * cp-demangle.c (struct demangling_def): New fields: | |
3512 | is_constructor and is_destructor. | |
3513 | (demangling_new): Initialize them. | |
3514 | (demangle_ctor_dtor_name): Set them, if we detect a constructor | |
3515 | or destructor. | |
3516 | (demangle_v3_with_details, is_gnu_v3_mangled_ctor, | |
3517 | is_gnu_v3_mangled_dtor): New functions. | |
3518 | ||
a9cbbe6d DD |
3519 | 2001-03-20 Jason Merrill <[email protected]> |
3520 | ||
3521 | * cplus-dem.c (main): Skip initial $. | |
3522 | ||
b1e51b3c DD |
3523 | 2001-03-15 Michael Meissner <[email protected]> |
3524 | ||
3525 | * hashtab.c (higher_prime_number): Silence warning that 4294967291 | |
3526 | might be a signed integer under pre-ISO C systems. | |
3527 | ||
8aa30e60 | 3528 | 2001-03-10 Neil Booth <[email protected]> |
fa03f0a7 | 3529 | John David Anglin <[email protected]> |
8aa30e60 | 3530 | |
8aa30e60 DD |
3531 | * libiberty/lbasename.c: New file. |
3532 | * libiberty/Makefile.in: Update for lbasename. | |
8aefe91a | 3533 | |
30673bf5 DD |
3534 | 2001-03-06 Zack Weinberg <[email protected]> |
3535 | ||
3536 | * aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New. | |
3537 | * configure.in: Replace all alloca logic with a simple use of | |
3538 | the above new macro. | |
3539 | * config.table: Kill *-*-beos* entry. | |
3540 | * config/mh-beos: Delete. | |
3541 | * configure, config.in: Regenerate. | |
fa03f0a7 | 3542 | |
30673bf5 DD |
3543 | * Makefile.in (ALLOCA, HFILES): Kill. |
3544 | (REQUIRED_OFILES): Add alloca.o. | |
3545 | (alloca.o): Depend on libiberty.h. | |
3546 | (argv.o): Don't depend on alloca-conf.h. | |
3547 | * alloca-conf.h: Delete. | |
3548 | * alloca.c: Include libiberty.h. Kill all #ifdef emacs | |
3549 | blocks. Provide the C alloca unconditionally. Use PTR where | |
3550 | appropriate. Make i00afunc static. | |
3551 | * argv.c: Don't include alloca-conf.h. | |
fa03f0a7 | 3552 | |
5810f394 DD |
3553 | 2001-03-04 John David Anglin <[email protected]> |
3554 | ||
3555 | * cplus-dem.c (main): Cast enum style to int. | |
fa03f0a7 | 3556 | |
a9db032a DD |
3557 | 2001-02-16 Loren J. Rittle <[email protected]> |
3558 | ||
3559 | * cplus-dem.c (main): Initialize style. | |
fa03f0a7 | 3560 | |
8aefe91a DD |
3561 | 2001-02-02 Phil Edwards <[email protected]> |
3562 | ||
3563 | * COPYING.LIB: Update to LGPL 2.1 from the FSF. | |
3564 | ||
bc9bf259 DD |
3565 | 2001-01-31 Bryce McKinlay <[email protected]> |
3566 | ||
3567 | Add support for Java demangling under the v3 ABI: | |
3568 | * cp-demangle.c (NAMESPACE_SEPARATOR): New define. | |
3569 | (struct demangling_def): Add `style' field. | |
3570 | (demangling_new): New parameter `style'. Set it in demangling_t. | |
3571 | (demangle_prefix): Use NAMESPACE_SEPARATOR. | |
3572 | (demangle_type_ptr): Don't emit pointer symbol if doing Java output. | |
3573 | (cp_demangle): New parameter `style'. Pass it to demangling_new(). | |
3574 | (main): Call cp_demangle with extra parameter. | |
3575 | (java_demangle_v3): New function. | |
3576 | (java_builtin_type_names): New. Table of primitive type names used | |
3577 | for Java demangling. | |
3578 | (demangle_builtin_type): Look up in java_builtin_type_names if doing | |
3579 | Java output. | |
3580 | * cplus-dem.c (cplus_demangle): Use java_demangle_v3 to do Java | |
3581 | demangling. | |
3582 | (long_options): Remove obsolete `java' option. | |
3583 | (main): Remove explicit handling of `java' option. Instead, pass style | |
3584 | parameter in cplus_demangle flags as gdb does. | |
3585 | * testsuite/demangle.expected: Add some Java test cases. | |
fa03f0a7 | 3586 | |
f6528837 DD |
3587 | 2000-12-29 DJ Delorie <[email protected]> |
3588 | ||
3589 | * fnmatch.c: Make the note about the origins of this file more | |
3590 | accurate, at least until we can sync with glibc. | |
3591 | * getopt.c: Ditto. | |
3592 | * getopt1.c: Ditto. | |
3593 | * md5.c: Ditto. | |
3594 | * obstack.c: Ditto. | |
9d969b59 | 3595 | |
c6da642e DD |
3596 | 2000-12-26 Michael Sokolov <[email protected]> |
3597 | ||
3598 | * bsearch.c: New file. | |
3599 | * configure.in (funcs): Add bsearch. | |
3600 | (AC_CHECK_FUNCS): Likewise. | |
3601 | * configure, config.in: Regenerate. | |
3602 | ||
ae7d06ad | 3603 | 2000-12-13 Michael Sokolov <[email protected]> |
f021637a DD |
3604 | |
3605 | * safe-ctype.c: #include "ansidecl.h". | |
3606 | * strtod.c: Likewise. | |
3607 | ||
ae7d06ad | 3608 | 2000-12-13 Michael Sokolov <[email protected]> |
f021637a DD |
3609 | |
3610 | * strtoul.c: Include safe-ctype.h, not ctype.h. | |
3611 | ||
ac424eb3 DD |
3612 | 2000-12-07 Zack Weinberg <[email protected]> |
3613 | ||
3614 | * safe-ctype.c: New file. | |
3615 | * Makefile.in (CFILES): Add safe-ctype.c. | |
3616 | (REQUIRED_OFILES): Add safe-ctype.o. | |
3617 | ||
3618 | * argv.c: Define ISBLANK and use it, not isspace. | |
3619 | * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c, | |
3620 | strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h. Use | |
3621 | uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c) | |
3622 | before calling TOLOWER(c)/TOUPPER(c). | |
3623 | ||
4415a860 DD |
3624 | 2000-12-07 Mike Stump <[email protected]> |
3625 | ||
3626 | * Makefile.in (distclean): When cleaning, remove testsuite. | |
3627 | ||
849ee224 DD |
3628 | 2000-12-05 Jason Merrill <[email protected]> |
3629 | ||
3630 | * cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled | |
3631 | name before allocating the dyn_string. | |
3632 | ||
ae7d06ad | 3633 | 2000-12-04 Jason Merrill <[email protected]> |
e49a569c DD |
3634 | |
3635 | * cp-demangle.c: s/new_abi/v3/. | |
3636 | * cplus-dem.c: Likewise. | |
3637 | (current_demangling_style): Now auto_demangling. | |
3638 | (cplus_demangle): Try v3 demangling if AUTO_DEMANGLING. | |
ae7d06ad | 3639 | (main): Use standard symbol chars for auto_demangling. |
e49a569c | 3640 | |
ae7d06ad | 3641 | 2000-11-26 Mark Mitchell <[email protected]> |
5ca0f83d DD |
3642 | |
3643 | * hashtab.c (higher_prime_number): Use a table, rather than a | |
3644 | seive, to find the next prime. | |
ae7d06ad NC |
3645 | |
3646 | 2000-11-22 H.J. Lu <[email protected]> | |
3647 | ||
3648 | * cplus-dem.c (main): Handle gnat_demangling. | |
3649 | ||
3650 | 2000-11-22 Zack Weinberg <[email protected]> | |
2ea7befd DD |
3651 | |
3652 | * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in. | |
3653 | (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader. | |
3654 | * configure.in: Call AC_C_INLINE and AC_C_CONST. Use three | |
3655 | argument form of AC_DEFINE in dummy definitions block. Use | |
3656 | AC_DEFINE_NOAUTOHEADER for real definitions of things defined | |
3657 | in dummy block. Preload cache variables instead of bypassing | |
3658 | tests, where possible. | |
3659 | * acconfig.h: Removed. | |
ae7d06ad | 3660 | |
2ea7befd DD |
3661 | * xmalloc.c (xmalloc_failed): New function, does error |
3662 | reporting on failed allocation. | |
3663 | (xmalloc, xcalloc, xrealloc): Use it. | |
9c26dc82 | 3664 | |
f1775526 HPN |
3665 | 2000-11-21 Hans-Peter Nilsson <[email protected]> |
3666 | ||
3667 | * cplus-dem.c (cplus_demangle): Fix formatting. | |
3668 | (grow_vect): Ditto. | |
3669 | (ada_demangle): Ditto. | |
3670 | (internal_cplus_demangle): Ditto. | |
3671 | (mop_up): Ditto. | |
3672 | ||
3673 | 2000-11-21 H.J. Lu <[email protected]> | |
3674 | ||
3675 | * cplus-dem.c (main): Handle java_demangling. | |
3676 | ||
ae7d06ad | 3677 | 2000-11-19 Kaveh R. Ghazi <[email protected]> |
f1775526 HPN |
3678 | |
3679 | * cplus-dem.c (grow_vect): Prototype. | |
3680 | (ada_demangle): Cast the arg of ctype macros to unsigned char. | |
3681 | ||
5dd42ef4 HPN |
3682 | 2000-11-15 Hans-Peter Nilsson <[email protected]> |
3683 | ||
3684 | * cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for | |
3685 | parameter `option'. | |
3686 | ||
296731c1 DD |
3687 | 2000-11-15 Kenneth Block <[email protected]> |
3688 | ||
8944fb9d | 3689 | * cplus-dem.c: Eliminate use of DEFUN, it is obsolete and cannot |
296731c1 DD |
3690 | be used in GCC. |
3691 | ||
6e53a714 | 3692 | 2000-11-15 Kenneth Block <[email protected]> |
16e85745 | 3693 | |
5dd42ef4 | 3694 | * cplus-dem.c: Add gnat demangler. Add java to demangle style |
16e85745 HPN |
3695 | list. |
3696 | ||
99a4c1bd HPN |
3697 | 2000-11-04 Hans-Peter Nilsson <[email protected]> |
3698 | ||
3699 | * hashtab.c (htab_expand): Change to return int. Use calloc or | |
8aefe91a DD |
3700 | xcalloc depending on htab->return_allocation_failure. Return zero |
3701 | if calloc fails. | |
99a4c1bd HPN |
3702 | (htab_create): Update comment to cover memory allocation. |
3703 | (htab_try_create): New. | |
3704 | (htab_find_slot_with_hash): Return NULL if htab_expand fails. | |
8aefe91a | 3705 | Update comment to cover this. |
99a4c1bd | 3706 | |
e0f3df8f HPN |
3707 | 2000-11-03 Hans-Peter Nilsson <[email protected]> |
3708 | ||
3709 | * hashtab.c: Change void * to PTR where necessary. | |
3710 | (htab_create, htab_expand): Correct formatting of comment before | |
3711 | function. | |
3712 | ||
ae7d06ad | 3713 | 2000-10-22 Alex Samuel <[email protected]> |
59666b35 DD |
3714 | |
3715 | * cp-demangle.c (string_list_def): Add caret_position and comments. | |
3716 | (result_caret_pos): New macro. | |
3717 | (result_append_string): Rename to... | |
3718 | (result_add_string): ... this, and insert at caret position. | |
ae7d06ad | 3719 | Rename throughout. |
59666b35 DD |
3720 | (result_append): Rename to... |
3721 | (result_add): ... this, and insert at caret position. Rename | |
ae7d06ad | 3722 | throughout. |
59666b35 DD |
3723 | (result_append_char): Rename to... |
3724 | (result_add_char): ... this, and insert at caret position. Rename | |
ae7d06ad | 3725 | throughout. |
59666b35 DD |
3726 | (result_append_space): Remove. |
3727 | (string_list_new): Initialize caret position. | |
3728 | (result_add_separated_char): Use caret position. | |
3729 | (result_get_caret): New funtion. | |
3730 | (result_set_caret): Likewise. | |
3731 | (result_shift_caret): Likewise. | |
3732 | (result_previous_char_is_space): Likewise. | |
3733 | (substitution_start): Use caret position. | |
3734 | (substitution_add): Likewise. | |
3735 | (demangling_new): Initialize caret position. | |
3736 | (demangle_encoding): Use caret position. | |
ae7d06ad | 3737 | (demanglin_nested_name): Put CV qualifiers after name. |
59666b35 DD |
3738 | (demangle_type_ptr): Use switch statement. Handle pointers to |
3739 | arrays. Don't use result_append_space. Use caret position. | |
3740 | (demangle_type): Emit CV qualifiers after underlying type. Adjust | |
ae7d06ad NC |
3741 | call to demangle_array_type. |
3742 | (demangle_array_type): Add parameter to handle pointers to arrays. | |
74bcd529 | 3743 | |
ae7d06ad | 3744 | 2000-10-01 Mark Mitchell <[email protected]> |
74bcd529 DD |
3745 | |
3746 | * splay-tree.c (splay_tree_insert): Fix formatting. | |
ae7d06ad NC |
3747 | |
3748 | 2000-09-16 Mark Mitchell <[email protected]> | |
74bcd529 DD |
3749 | |
3750 | * splay-tree.c (splay_tree_predecessor): Fix typo in comment. | |
ae7d06ad NC |
3751 | |
3752 | 2000-09-14 Michael Sokolov <[email protected]> | |
3753 | ||
3754 | * splay-tree.c: #include <stdio.h>. | |
3755 | ||
3756 | 2000-09-14 Hans-Peter Nilsson <[email protected]> | |
3757 | ||
3758 | * testsuite/demangle-expected: Add two tests for anonymous | |
3759 | namespaces. | |
3760 | * cplus-dem.c (gnu_special): Handle anonymous namespaces. | |
3761 | ||
3762 | 2000-09-10 Mark Mitchell <[email protected]> | |
74bcd529 DD |
3763 | |
3764 | * splay-tree.c (splay_tree_predecessor): New function. | |
3765 | (splay_tree_successor): Likewise. | |
ae7d06ad NC |
3766 | |
3767 | 2000-09-10 Hans-Peter Nilsson <[email protected]> | |
3768 | ||
3769 | * testsuite/demangle-expected: Add four tests for type_info | |
3770 | mangling. | |
3771 | * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type, | |
3772 | for a non-template non-qualified type_info function or node. | |
3773 | ||
3774 | 2000-09-08 Alex Samuel <[email protected]> | |
74bcd529 DD |
3775 | |
3776 | * cp-demangle.c: Fix copyright banner. | |
ae7d06ad NC |
3777 | |
3778 | 2000-09-07 Michael Sokolov <[email protected]> | |
3779 | ||
3780 | * md5.c: #include "ansidecl.h". | |
3781 | ||
3782 | 2000-09-06 Alex Samuel <[email protected]> | |
74bcd529 DD |
3783 | |
3784 | * cp-demangle.c (status_allocation_failed): Rearrange whitespace. | |
3785 | (demangle_type): Handle substitution candidates correctly in the | |
3786 | face of special substitutions. | |
ae7d06ad NC |
3787 | |
3788 | 2000-09-05 Alex Samuel <[email protected]> | |
74bcd529 DD |
3789 | |
3790 | * cp-demangle.c (demangle_encoding): Rename variable. | |
3791 | (demangle_name): Rename parameter. Handle return type | |
3792 | suppression. | |
3793 | (demangle_nested_name): Rename parameter. | |
3794 | (demangle_prefix): Likewise. Change return type suppression. | |
3795 | (demangle_unqualified_name): Add parameter. Flag constructors and | |
3796 | conversion operators. | |
3797 | (demangle_special_name): Fix comment. | |
3798 | (demangle_type): Rename variable. | |
3799 | (demangle_bare_function_type): Check for missing return type and | |
3800 | parameter. | |
3801 | (demangle_class_enum_type): Rename parameter. | |
3802 | (demangle_discriminator): Fix misspelling in comment. | |
ae7d06ad NC |
3803 | |
3804 | 2000-08-31 DJ Delorie <[email protected]> | |
3805 | ||
3806 | * configure.in (Cygwin): special case cygwin only when we're | |
3807 | building cygwin, not when we're hosting cygwin. | |
3808 | ||
3809 | 2000-09-04 Alex Samuel <[email protected]> | |
74bcd529 DD |
3810 | |
3811 | * cp-demangle.c (demangle_template_arg): Eat an `E' after an | |
3812 | <expression>. | |
ae7d06ad NC |
3813 | |
3814 | 2000-09-04 Alex Samuel <[email protected]> | |
74bcd529 DD |
3815 | |
3816 | * cp-demangle.c (demangle_type_ptr): Increment position past | |
3817 | pointer and reference characters. | |
ae7d06ad NC |
3818 | |
3819 | 2000-09-04 Alex Samuel <[email protected]> | |
74bcd529 DD |
3820 | |
3821 | * cp-demangle.c (demangle_nv_offset): New function. | |
3822 | (demangle_v_offset): Likewise. | |
3823 | (demangle_call_offset): Likewise. | |
3824 | (demangle_special_name): Update thunk demangling to comply with | |
3825 | ABI changes. | |
ae7d06ad NC |
3826 | |
3827 | 2000-09-03 Alex Samuel <[email protected]> | |
74bcd529 DD |
3828 | |
3829 | * cp-demangle.c (ANONYMOUS_NAMESPACE_PREFIX): New macro. | |
3830 | (substitution_def): Remove template_parm_number. | |
3831 | (NOT_TEMPLATE_PARM): Remove. | |
3832 | (result_insert_string): New macro. | |
3833 | (result_insert): Likewise. | |
3834 | (result_insert_char): Likewise. | |
3835 | (substitution_add): Remove last parameter. Don't store template | |
3836 | parm number. | |
3837 | (BFT_NO_RETURN_TYPE): Define as NULL. | |
3838 | (demangle_encoding): Adjust call to demangle_bare_function_type. | |
3839 | (demangle_name): Adjust substitution. Adjust call to | |
3840 | substitution_add. | |
3841 | (demangle_prefix): Adjust call to substitution_add. | |
3842 | (demangle_identifier): Handle anonymous namespaces. | |
3843 | (demangle_operator_name): Change demangling of vendor-extended | |
3844 | operator to match ABI changes. | |
3845 | (demangle_type_ptr): Change parameters. Make recursive. Handle | |
3846 | substitutions here. | |
3847 | (demangle_type): Adjust calls to demangle_template_param, | |
3848 | substitution_add, and demangle_type_ptr. Fix substitution of | |
3849 | templated types. | |
3850 | (demangle_function_type): Change parameter to a pointer. | |
3851 | (demangle_bare_function_type): Likewise. Adjust insertion point. | |
3852 | (demangle_template_param): Remove last parameter. | |
3853 | (demangle_expr_primary): Remove unused variable. Adjust call to | |
3854 | demangle_template_param. | |
3855 | (is_mangled_char): Accept `$' and `.'. | |
3856 | * cplus-dem.c (gnu_new_abi_symbol_characters): Add '$' and '.'. | |
3857 | * dyn-string.c (dyn_string_insert_char): New function. | |
ae7d06ad NC |
3858 | |
3859 | 2000-08-31 Hans-Peter Nilsson <[email protected]> | |
3860 | ||
3861 | * testsuite/demangle-expected: Add nine tests for | |
3862 | underscore-after-number followed by five tests for name-signature | |
3863 | delimiter. | |
3864 | ||
3865 | 2000-08-28 Richard Henderson <[email protected]> | |
74bcd529 DD |
3866 | |
3867 | * Makefile.in (md5.o): Depend on config.h. | |
ae7d06ad NC |
3868 | |
3869 | 2000-08-28 Jason Merrill <[email protected]> | |
3870 | ||
3871 | * Makefile.in (REQUIRED_OFILES): Add md5.o. | |
3872 | (CFILES): Add md5.c. | |
3873 | * md5.c: New file. | |
3874 | ||
3875 | 2000-08-27 Alex Samuel <[email protected]> | |
74bcd529 DD |
3876 | |
3877 | * cp-demangle.c (demangle_name): Initialize template_p in local | |
3878 | name case. Don't re-add substitutions as candidates. | |
3879 | (demangle_nested_name): Use <unqualified-name>. | |
3880 | (demangle_prefix): Likewise. Don't add template names as | |
3881 | substitution candidates twice, or re-add a substitution or the | |
3882 | last prefix component. | |
3883 | (demangle_local_name): Adjust output format. | |
ae7d06ad NC |
3884 | |
3885 | 2000-08-25 Alex Samuel <[email protected]> | |
74bcd529 DD |
3886 | |
3887 | * cp-demangle.c (result_add_separated_char): Change parameter to | |
3888 | int. | |
3889 | (substitution_add): Don't check for duplicates. Check if | |
3890 | previously allocated size is zero. | |
3891 | (demangle_name): Remove duplicate check for std substitution. | |
3892 | Clear template flag appropriately. | |
3893 | (demangle_prefix): Remove argument to demangle_substitution. | |
3894 | Don't check that template flag is already set. | |
3895 | (demangle_operator_name): Add pt operator. | |
3896 | (demangle_type): Don't treat r as built-in type. Remove argument | |
3897 | to demangle_substitution. Fix substitution candidate mechanics. | |
3898 | Handle <template-template-parm>s. Improve comments. | |
3899 | (demangle_template_param): Don't handle template arg lists here. | |
3900 | (demangle_substitution): Remove parameter. | |
3901 | (print_usage): Remove extra fprintf option. | |
ae7d06ad NC |
3902 | |
3903 | 2000-08-24 Greg McGary <[email protected]> | |
74bcd529 DD |
3904 | |
3905 | * libiberty/random.c (end_ptr): Revert previous change. | |
ae7d06ad NC |
3906 | |
3907 | 2000-08-24 Greg McGary <[email protected]> | |
74bcd529 DD |
3908 | |
3909 | * libiberty/cplus-dem.c (cplus_demangle_opname, cplus_mangle_opname, | |
3910 | demangle_expression, demangle_function_name): Use ARRAY_SIZE. | |
3911 | * libiberty/random.c (end_ptr): Likewise. | |
ae7d06ad NC |
3912 | |
3913 | 2000-08-23 Alex Samuel <[email protected]> | |
74bcd529 DD |
3914 | |
3915 | * cp-demangle.c (result_close_template_list): Remove function. | |
3916 | (result_add_separated_char): New function. | |
3917 | (result_open_template_list): New macro. | |
3918 | (result_close_template_list): Likewise. | |
3919 | (demangle_prefix): Don't set template_p if the | |
3920 | prefix ends with a ctor name. | |
3921 | (demangle_type_ptr): Remove duplicate RETURN_IF_ERROR. | |
3922 | (demangle_type): Check for template args after substitution. | |
3923 | (demangle_template_args): Use result_open_template_list. | |
d3e85005 | 3924 | |
ae7d06ad | 3925 | 2000-08-02 Zack Weinberg <[email protected]> |
64e3a659 | 3926 | |
ae7d06ad | 3927 | * pexecute.c: Don't use vfork. Initialize 'pid' before retry loop. |
050823ca | 3928 | |
ae7d06ad | 3929 | 2000-07-26 Dave Pitts <[email protected]> |
d6e83f5f JL |
3930 | |
3931 | * config/mh-openedition.h: Added -DLE370 definition. | |
3932 | ||
a9f34fb6 JL |
3933 | 2000-07-26 Mark Elbrecht <[email protected]> |
3934 | ||
3935 | * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to | |
3936 | __DJGPP__. Use P_WAIT instead of constant in the spawnv* call. | |
3937 | Cast program to 'char *' in errmsg_arg assignment. | |
3938 | (PWAIT_ERROR): Define. | |
3939 | (pwait): Use PWAIT_ERROR. Adjust DJGPP's status code to conform | |
3940 | to DJGPP's WIF* macros. | |
3941 | ||
90aaccd1 | 3942 | 2000-07-27 RodneyBrown <[email protected]> |
ae7d06ad | 3943 | Jeff Law <[email protected]> |
90aaccd1 | 3944 | |
ae7d06ad | 3945 | * getcwd.c: Include string.h, stdlib.h for prototypes |
443519c1 | 3946 | |
90aaccd1 | 3947 | * Makefile.in (rename.o, waitpid.o): Depend on config.h |
ae7d06ad NC |
3948 | * rename.c: Include config.h, unistd.h |
3949 | * waitpid.c: Include config.h, sys/wait.h | |
90aaccd1 | 3950 | |
6ef554e3 HPN |
3951 | 2000-07-24 Hans-Peter Nilsson <[email protected]> |
3952 | ||
3953 | * cplus-dem.c (work_stuff_copy_to_from): New. | |
3954 | (delete_non_B_K_work_stuff): New. | |
3955 | (delete_work_stuff): New. | |
3956 | (mop_up): Break out work_stuff partly destruction to | |
3957 | delete_non_B_K_work_stuff. | |
3958 | (iterate_demangle_function): New. | |
3959 | (demangle_prefix): Call iterate_demangle_function instead of | |
3960 | demangle_function_name. Leave handling of name-signature | |
3961 | __-delimiters to iterate_demangle_function. | |
3962 | (demangle_integral_value): Strip an optional | |
3963 | following underscore cautiously. Handle negative numbers. | |
3964 | ||
ae7d06ad | 3965 | 2000-07-24 Daniel Berlin <[email protected]> |
e8865c28 | 3966 | |
ae7d06ad | 3967 | * cplus-dem.c (demangle_signature): Change if (GNU_DEMANGLING) to |
e8865c28 DB |
3968 | if (AUTO_DEMANGLING || GNU_DEMANGLING) |
3969 | ||
ae7d06ad NC |
3970 | 2000-07-21 Alex Samuel <[email protected]> |
3971 | ||
3972 | * cp-demangle.c (demangle_ctor_dtor_name): Remove not-in-charge | |
3973 | allocating ctor mangling. | |
3974 | (demangle_array_type): Handle empty and non-constant array length. | |
3975 | ||
b1233257 | 3976 | 2000-07-23 Michael Sokolov <[email protected]> |
62df2065 JL |
3977 | Jeff Law <[email protected]> |
3978 | ||
3979 | * configure.in (AC_CHECK_HEADERS): Add time.h. | |
3980 | (AC_HEADER_TIME): Add check. | |
3981 | * configure, config.in: Regenerate. | |
3982 | * getruntime.c: Portably #include <sys/time.h> and/or <time.h>. | |
3983 | ||
3984 | * configure.in (AC_CHECK_HEADERS): Add limits.h. | |
3985 | * configure, config.in: Regenerate. | |
3986 | * sort.c: Portably #include <limits.h> and/or <sys/param.h>. | |
3987 | * strtol.c, strtoul.c: #include "config.h". Portably #include | |
3988 | <limits.h> and/or <sys/param.h>. | |
3989 | * Makefile.in (strtol.o, strtoul.o): Update dependencies. | |
b1233257 | 3990 | |
7d3ffcaf JL |
3991 | * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro. |
3992 | * configure.in (libiberty_AC_DECLARE_ERRNO): Add check. | |
3993 | * configure, config.in: Regenerate. | |
3994 | * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary. | |
3995 | ||
b1233257 JL |
3996 | * cp-demangle.c, mkstemps.c: #include <sys/types.h>. |
3997 | ||
ae7d06ad NC |
3998 | 2000-07-21 Mike Stump <[email protected]> |
3999 | ||
4000 | * Makefile.in (xexit.o): Add dependency for config.h in xexit.c. | |
4001 | * (vasprintf.o): Add dependency for config.h in vasprintf.c. | |
4002 | ||
4003 | 2000-07-21 Kaveh R. Ghazi <[email protected]> | |
4004 | ||
4005 | * cp-demangle.c (cp_demangle_type): Wrap in IN_LIBGCC2. | |
4006 | ||
4007 | * setenv.c (setenv): Initialize variable `ep'. | |
4008 | ||
4009 | * sigsetmask.c (abort): Prototype. | |
4010 | ||
4011 | * vasprintf.c: Include config.h. Check ANSI_PROTOTYPES, not | |
4012 | __STDC__ for stdarg.h include. | |
4013 | (int_vasprintf): Prototype. | |
4014 | (checkit): Prototype. Use VPARAMS/ANSI_PROTOTYPES/VA_START in | |
4015 | definition. Cast `global_total_width' in comparison. | |
4016 | (main): Prototype. Return a value. | |
4017 | ||
4018 | * vfork.c (fork): Prototype. | |
4019 | ||
4020 | * xexit.c: Include config.h. | |
4021 | ||
9adf30b2 JL |
4022 | 2000-07-20 Joseph S. Myers <[email protected]> |
4023 | ||
4024 | * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int, | |
4025 | and print it with %u. | |
4026 | ||
2ed78d1b HPN |
4027 | 2000-07-17 Hans-Peter Nilsson <[email protected]> |
4028 | ||
4029 | * testsuite/regress-demangle (failed test): Show result and | |
4030 | expected output. | |
4031 | ||
0473bdf7 AH |
4032 | 2000-07-07 Andrew Haley <[email protected]> |
4033 | ||
4034 | * cplus-dem.c (main): fflush() after emitting last char before | |
4035 | waiting for input. | |
4036 | ||
03d5f569 JM |
4037 | 2000-06-28 Alex Samuel <[email protected]> |
4038 | ||
4039 | * cp-demangle.c (demangle_encoding): Accept no substitutions. | |
4040 | (demangle_name): Handle <substitution> followed by | |
4041 | <unqualified-template-name>. | |
4042 | (demangle_type): Follow special substitutions with | |
4043 | <class-enum-type> | |
4044 | (demangle_subtitution): Set template_p for special substitutions. | |
4045 | (main): Fix typos. | |
ae7d06ad | 4046 | |
03d5f569 JM |
4047 | 2000-06-27 Alex Samuel <[email protected]> |
4048 | ||
4049 | * cp-demangle.c (demangle_special_name): Swap base and derived | |
4050 | class when demangling construction vtables. | |
4051 | ||
4052 | 2000-06-21 Alex Samuel <[email protected]> | |
4053 | ||
4054 | * cp-demangle.c: Don't include ctype.h. | |
4055 | (IS_DIGIT): New macro. | |
4056 | (IS_ALPHA): Likewise. Use IS_DIGIT and IS_ALPHA throughout | |
4057 | instead of isdigit and isalpanum. | |
4058 | (demangling_def): Make name and next const pointers. | |
4059 | (STATUS_ALLOCATION_FAILED): New status code. | |
4060 | (dyn_string_append_space): Handle failure in | |
4061 | dyn_string_append_char. | |
4062 | (int_to_dyn_string): Likewise. Change return value to status_t. | |
4063 | (string_list_new): Handle failure of dyn_string_init. | |
4064 | (result_close_template_list): Change return type to status_t. | |
4065 | Handle failure in dyn_string_append. | |
4066 | (result_push): Change return value to status_t. Handle failure in | |
4067 | string_list_new. Handle failure of result_push throughout. | |
4068 | (substitution_add): Change return value to status_t. Handle | |
4069 | dyn_string failures. Handle failure of substitution_add | |
4070 | throughout. | |
4071 | (template_arg_list_new): Return NULL on allocation failure. | |
4072 | (result_append_string): Return STATUS_ALLOCATION_FAILED on error. | |
4073 | Handle error result throughout. | |
4074 | (result_append): Likewise. | |
4075 | (result_append_char): Likewise. | |
4076 | (result_append_space): Likewise. | |
4077 | (demangling_new): Make argument a const pointer. Handle | |
4078 | allocation failures. | |
4079 | (demangle_template_args): Handle failure in template_arg_list_new | |
4080 | and result_close_template_list. | |
4081 | (demangle_discriminator): Return if int_to_dyn_string fails. | |
4082 | (cp_demangle): Likewise. | |
4083 | (cp_demangle_type): New function. | |
4084 | (cplus_demangle_new_abi): Don't call dyn_string_delete. Abort on | |
4085 | memory allocation failure. | |
4086 | (main): Likewise. | |
4087 | * dyn-string.c (RETURN_ON_ALLOCATION_FAILURE): Define if | |
4088 | IN_LIBGCC2. | |
4089 | (dyn_string_init): Change return value to int. Handle | |
4090 | RETURN_ON_ALLOCATION_FAILURE case. | |
4091 | (dyn_string_new): Handle RETURN_ON_ALLOCATION_FAILURE case. | |
4092 | (dyn_string_release): Delete the dyn_string. | |
4093 | (dyn_string_resize): Handle RETURN_ON_ALLOCATION_FAILURE case. | |
4094 | (dyn_string_copy): Change return type to int. | |
4095 | (dyn_string_copy_cstr): Likewise. | |
4096 | (dyn_string_prepend): Likewise. | |
4097 | (dyn_string_prepend_cstr): Likewise. | |
4098 | (dyn_string_insert): Likewise. | |
4099 | (dyn_string_insert_cstr): Likewise. | |
4100 | (dyn_string_append): Likewise. | |
4101 | (dyn_string_append_cstr): Likewise. | |
4102 | (dyn_string_append_char): Likewise. | |
4103 | (dyn_string_substring): Likewise. | |
ae7d06ad | 4104 | |
eb383413 | 4105 | 2000-06-09 Zack Weinberg <[email protected]> |
9cc28cc8 | 4106 | |
eb383413 L |
4107 | * cp-demangle.c (demangle_operator_name): Add spaces before |
4108 | names beginning with a letter: delete, delete[], new, new[], | |
4109 | sizeof. | |
4110 | (demangle_special_name): Handle TF <type> and TJ <type>. | |
9cc28cc8 | 4111 | |
eb383413 L |
4112 | Thu Jun 8 18:52:24 2000 Philippe De Muyter <[email protected]> |
4113 | ||
4114 | * cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch. | |
4115 | ||
4116 | Thu Jun 8 09:25:54 2000 Philippe De Muyter <[email protected]> | |
4117 | ||
4118 | * cp-demangle.c (stdio.h): File included unconditionaly. | |
4119 | (template_arg_list_new): Parameter list is PARAMS ((void)), not (). | |
4120 | * dyn-string.c (stdio.h): File included. | |
4121 | * partition.c (partition_print): No `&' needed to take the address of | |
4122 | a function. | |
4123 | ||
4124 | 2000-06-07 Kaveh R. Ghazi <[email protected]> | |
4125 | ||
4126 | * configure.in (ac_libiberty_warn_cflags): Add -pedantic. | |
ae7d06ad | 4127 | |
eb383413 L |
4128 | * choose-temp.c (try, choose_temp_base, make_temp_file): Constify. |
4129 | ||
4130 | * cp-demangle.c (demangle_char): Change parameter from char to int. | |
4131 | (demangle_expression, demangle_expr_primary): Remove extra | |
4132 | semi-colon in prototype. | |
4133 | ||
4134 | * dyn-string.c (dyn_string_append_char): Change parameter from | |
4135 | char to int. | |
4136 | ||
4137 | * memcmp.c (memcmp): Constify. | |
4138 | ||
4139 | * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with | |
4140 | __extension__. | |
4141 | ||
4142 | * partition.c (elem_compare): Prototype. Don't cast away | |
4143 | const-ness. | |
4144 | ||
4145 | * setenv.c (setenv): Use braces to avoid ambiguous `else'. | |
ae7d06ad | 4146 | |
eb383413 L |
4147 | 2000-06-07 Kaveh R. Ghazi <[email protected]> |
4148 | ||
4149 | * Makefile.in (cp-demangle.o): Depend on $(INCDIR)/demangle.h. | |
4150 | ||
4151 | * cp-demangle.c: Include demangle.h. | |
4152 | (template_arg_list_new): DeANSIfy. | |
4153 | (cp_demangle): Make static and add prototype. | |
4154 | (operator_code, operators): Constify. | |
4155 | (demangle_operator_name): Likewise for variables `p1', `p2' and `p'. | |
4156 | ||
4157 | 2000-06-05 Alex Samuel <[email protected]> | |
4158 | ||
4159 | * cp-demangle.c (demangle_prefix): Cast argument to isdigit to | |
4160 | unsigned char. | |
4161 | (demangle_unqualified_name): Likewise. | |
4162 | (demangle_number_literally): Likewise. | |
4163 | (demangle_type): Likewise. | |
4164 | (demangle_substitution): Likewise. | |
4165 | (is_mangled_char): Likewise, for isalnum. | |
4166 | ||
4167 | 2000-06-04 Alex Samuel <[email protected]> | |
4168 | ||
4169 | * Makefile.in (CFILES): Add cp-demangle.c and dyn-string.c. | |
4170 | (REQUIRED_OFILES): Add cp-demangle.o and dyn-string.o. | |
4171 | (cp-demangle.o): New dependency. | |
4172 | (dyn-string.o): Likewise. | |
4173 | ||
4174 | * dyn-string.c: Move here from gcc/dyn-string.c. Add new functions. | |
4175 | ||
4176 | * cplus-dem.c (libiberty_demanglers): Add initializer for new-ABI | |
4177 | demangler. | |
4178 | (cplus_demangle): Call cplus_demangle_new_abi if in new-ABI | |
4179 | demangling mode. | |
4180 | (gnu_new_abi_symbol_characters): New function. | |
4181 | (main): Use gnu_new_abi_symbol_characters. * cp-demangle.c: New | |
4182 | file. | |
4183 | * cp-demangle.c: New file. | |
ae7d06ad | 4184 | |
f03aa80d AC |
4185 | Tue May 30 16:45:25 2000 Andrew Cagney <[email protected]> |
4186 | ||
4187 | * floatformat.c: Add name to each floatformat field. | |
4188 | ||
77bfb694 JL |
4189 | Tue May 30 15:07:52 2000 Jeffrey A Law ([email protected]) |
4190 | ||
4191 | * Makefile.in (objalloc.o): Depend on config.h | |
4192 | ||
5c82d20a ZW |
4193 | 2000-05-29 Zack Weinberg <[email protected]> |
4194 | ||
eb383413 | 4195 | * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h |
5c82d20a ZW |
4196 | if HAVE_STRING_H. |
4197 | * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H. | |
4198 | * objalloc.c: Include config.h. Include stdlib.h and don't | |
4199 | declare malloc or free if HAVE_STDLIB_H. | |
4200 | * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H, | |
4201 | else declare malloc without prototype. Include string.h if | |
4202 | HAVE_STRING_H, else declare memset without prototype. Don't | |
4203 | include stddef.h. | |
4204 | ||
eb383413 L |
4205 | 2000-05-23 Mike Stump <[email protected]> |
4206 | ||
4207 | * Makefile.in (xmalloc.o): Add dependency for config.h, fixes make | |
8aefe91a | 4208 | -j3. |
eb383413 L |
4209 | |
4210 | 2000-05-18 J. David Anglin <[email protected]> | |
4211 | ||
4212 | * xmalloc.c: Include config.h for HAVE_SBRK definition. | |
4213 | ||
4214 | 2000-05-16 Horst von Brand <[email protected]> | |
4215 | ||
ae7d06ad | 4216 | * hashtab.c (hash_pointer): Delete low-order bits which are |
eb383413 L |
4217 | probably zero, also eliminate a warning on alpha. |
4218 | ||
4219 | 2000-05-15 David Edelsohn <[email protected]> | |
4220 | ||
4221 | * Makefile.in: Change "pic" to depend on $(PICFLAG), not | |
4222 | on $(enable_shared). | |
4223 | ||
4224 | 2000-05-10 Jakub Jelinek <[email protected]> | |
4225 | ||
4226 | * config.table: Use mh-sparcpic for sparc*-*-*. | |
4227 | ||
4228 | 2000-05-08 Nick Clifton <[email protected]> | |
4229 | ||
4230 | * Makefile.in (CFILES): Add strncmp.c. | |
4231 | (NEEDED): Add strncmp. | |
4232 | ||
4233 | 2000-05-04 Kaveh R. Ghazi <[email protected]> | |
5c82d20a | 4234 | |
eb383413 L |
4235 | * cplus-dem.c (cplus_demangle_opname, demangle_function_name): |
4236 | Cast the arguments to `islower' to `unsigned char'. | |
4237 | (print_demangler_list): Prototype. | |
4238 | ||
4239 | Thu May 4 17:14:41 2000 Philippe De Muyter <[email protected]> | |
4240 | ||
4241 | * sort.c (UCHAR_MAX): Provide fallback definition. | |
4242 | ||
4243 | 2000-04-29 Alexandre Oliva <[email protected]> | |
010c70e1 AO |
4244 | |
4245 | * Makefile.in (maintainer-clean-subdir): Fix handling of empty | |
4246 | SUBDIRS. | |
4247 | ||
eb383413 L |
4248 | 2000-04-28 Kenneth Block <[email protected]> |
4249 | Jason Merrill <[email protected]> | |
4250 | ||
ae7d06ad NC |
4251 | * cplus-dem.c (libiberty_demanglers): New table for demangle styles. |
4252 | (cplus_demangle_set_style): New function for setting style. | |
4253 | (cplus_demangle_name_to_style): New function to translate name. | |
eb383413 L |
4254 | |
4255 | 2000-04-27 Kaveh R. Ghazi <[email protected]> | |
4256 | ||
4257 | * aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP. | |
4258 | ||
4259 | * configure.in (AC_CHECK_HEADERS): Add sys/mman.h fcntl.h. | |
4260 | (libiberty_AC_FUNC_STRNCMP): Invoke. | |
4261 | ||
4262 | * strncmp.c: New file. | |
4263 | ||
4264 | Thu Apr 27 16:58:43 MET DST 2000 Jan Hubicka <[email protected]> | |
4265 | ||
4266 | * hashtab.c (htab_expand): Add prototype. | |
4267 | (find_empty_slot_for_expand): Likewise. | |
4268 | ||
4269 | 2000-04-24 Kaveh R. Ghazi <[email protected]> | |
4270 | ||
4271 | * hashtab.c (hash_pointer, eq_pointer): Make definition static to | |
4272 | match prototype. | |
4273 | (htab_expand): Cast the return value of xcalloc. | |
4274 | ||
4275 | 2000-04-24 Mark Mitchell <[email protected]> | |
4276 | ||
4277 | * hashtab.c (hash_pointer): New function. | |
4278 | (eq_pointer): Likewise. | |
4279 | (htab_hash_pointer): New variable. | |
4280 | (htab_eq_pointer): Likewise. | |
4281 | ||
4282 | 2000-04-23 Mark Mitchell <[email protected]> | |
4283 | ||
4284 | * sort.c (sort_pointers): Fix endianness bugs. | |
4285 | ||
4286 | * sort.c: New file. | |
4287 | * Makefile.in (CFILES): Add sort.c | |
4288 | (REQUIRED_OFILES): Add sort.o. | |
4289 | (sort.o): New target. | |
4290 | ||
19be4303 JL |
4291 | 2000-04-21 Michael Sokolov <[email protected]> |
4292 | ||
4293 | * Makefile.in (*-subdir): Revamp slightly to avoid losing on | |
4294 | 4.3BSD systems. | |
4295 | ||
eb383413 L |
4296 | Tue Apr 18 16:23:31 2000 Richard Kenner <[email protected]> |
4297 | ||
4298 | * hashtab.c: Various minor cleanups. | |
4299 | (htab_find_slot_with_hash): INSERT is now enum insert_option. | |
4300 | (htab_find_slot): Likewise. | |
4301 | ||
4302 | 2000-04-16 Dave Pitts <[email protected]> | |
4303 | ||
4304 | * cplus-dem.c (cplus_demangle_opname): Changed to use islower. | |
ae7d06ad | 4305 | |
afe36a78 RH |
4306 | 2000-04-05 Richard Henderson <[email protected]> |
4307 | ||
4308 | * splay-tree.c (splay_tree_remove): New. | |
4309 | ||
eb383413 L |
4310 | 2000-03-30 Mark Mitchell <[email protected]> |
4311 | ||
4312 | * hashtab.c (find_empty_slot_for_expand): Use hashval_t for hash | |
4313 | codes. | |
4314 | (htab_find_with_hash): Likewise. | |
4315 | (htab_find_slot_with_hash): Likewise. | |
ae7d06ad | 4316 | |
eb383413 L |
4317 | 2000-03-29 Zack Weinberg <[email protected]> |
4318 | ||
4319 | * hashtab.c (htab_find_with_hash): Avoid calculating hash2 | |
4320 | unless it will be used. Rearrange loop for better | |
4321 | optimization. | |
4322 | (higher_prime_number): Add static prototype. | |
4323 | ||
b4fe2683 JM |
4324 | Thu Mar 16 01:33:58 2000 Jeffrey A Law ([email protected]) |
4325 | ||
4326 | * Makefile.in (partition.o): Depend on config.h | |
4327 | ||
4328 | 2000-03-14 Bernd Schmidt <[email protected]> | |
4329 | ||
4330 | * hashtab.c (find_empty_slot_for_expand): New function. | |
4331 | (htab_expand): Use it instead of htab_find_slot. | |
4332 | (htab_find_with_hash): Renamed from htab_find; now accepts extra | |
4333 | argument HASH. | |
4334 | (htab_find_slot_with_hash): Likewise for htab_find_slot. | |
4335 | (htab_find): New wrapper function. | |
4336 | (htab_find_slot): Likewise. | |
4337 | (htab_traverse): Pass slot, not entry, to called function. | |
4338 | ||
4339 | 2000-03-09 Alex Samuel <[email protected]> | |
4340 | ||
4341 | * Makefile.in (CFILES): Add partition.c. | |
4342 | (REQUIRED_OFILES): Add partition.o. | |
4343 | (partition.o): New rule. | |
4344 | * partition.c: New file. | |
ae7d06ad | 4345 | |
b4fe2683 JM |
4346 | 2000-03-09 Zack Weinberg <[email protected]> |
4347 | ||
4348 | * hashtab.c (htab_create): Set del_f. | |
4349 | (htab_delete, htab_empty, htab_remove_elt, htab_clear_slot): | |
4350 | Use it. | |
4351 | ||
4352 | 2000-03-08 Zack Weinberg <[email protected]> | |
4353 | ||
4354 | * hashtab.c: Remove debugging variables (all_searches, | |
4355 | all_collisions, all_expansions). Delete | |
4356 | all_hash_table_collisions. | |
4357 | (create_hash_table, delete_hash_table, empty_hash_table, | |
4358 | find_hash_table_entry, remove_element_from_hash_table_entry, | |
4359 | clear_hash_table_slot, traverse_hash_table, hash_table_size, | |
4360 | hash_table_elements_number, hash_table_collisions): Rename to: | |
4361 | htab_create, htab_delete, htab_empty, htab_find_slot, | |
4362 | htab_remove_elt, htab_clear_slot, htab_traverse, htab_size, | |
4363 | htab_elements, htab_collisions. | |
4364 | (htab_find): New function, handles common case where you don't | |
4365 | plan to add or delete an entry. | |
4366 | (htab_expand): Don't create a whole new table, just a new | |
4367 | entry vector. | |
4368 | (htab_find_slot): Simplify logic. | |
4369 | ||
08372f14 ILT |
4370 | 1999-08-03 Ian Lance Taylor <[email protected]> |
4371 | ||
4372 | * floatformat.c: Add casts to avoid signed/unsigned warnings. | |
4373 | * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix. | |
4374 | ||
4375 | * Makefile.in (install_to_libdir): Change $(TARGETLIB).n to | |
4376 | $(TARGETLIB)n so it works on MSDOS. | |
4377 | (install_to_tooldir): Likewise. | |
4378 | ||
9c8ac5a9 ILT |
4379 | 1999-07-21 Ian Lance Taylor <[email protected]> |
4380 | ||
4381 | From Mark Elbrecht: | |
4382 | * makefile.dos: Remove; obsolete. | |
8f36e47c | 4383 | * configure.bat: Remove; obsolete. |
9c8ac5a9 | 4384 | |
0c0a36a4 ILT |
4385 | 1999-07-11 Ian Lance Taylor <[email protected]> |
4386 | ||
4387 | * splay-tree.c (splay_tree_insert): Add initialization to avoid | |
4388 | warning. | |
4389 | ||
4390 | 2000-01-04 Mumit Khan <[email protected]> | |
4391 | ||
4392 | * pexecute.c: Conditionally include string.h. | |
b4fe2683 | 4393 | (fix_argv): Handle embedded whitespace in args for Mingw32. |
0c0a36a4 ILT |
4394 | |
4395 | 2000-01-04 Kaveh R. Ghazi <[email protected]> | |
4396 | ||
4397 | * configure.in (ac_libiberty_warn_cflags): Turn on warnings if | |
4398 | we're using gcc. | |
4399 | ||
4400 | * Makefile.in (COMPILE.c): Add @ac_libiberty_warn_cflags@ | |
4401 | ||
4402 | 1999-12-27 Geoff Keating <[email protected]> | |
4403 | ||
4404 | * vasprintf.c (int_vasprintf): Don't re-read the format character | |
4405 | as this mishandles strings like '%%s'. | |
4406 | ||
4407 | 1999-12-05 Mark Mitchell <[email protected]> | |
4408 | ||
4409 | * splay-tree.c (splay_tree_new): Use struct splay_tree_node_s | |
4410 | rather than struct splay_tree_node. | |
4411 | (splay_tree_insert): Use struct splay_tree_s rather than struct | |
4412 | splay_tree. | |
4413 | ||
4414 | Sun Nov 28 00:59:39 1999 Philippe De Muyter <[email protected]> | |
4415 | ||
4416 | * hashtab.c (sys/types.h): File included. | |
4417 | ||
4418 | 1999-11-22 Jason Merrill <[email protected]> | |
4419 | ||
4420 | * strtoul.c, strtol.c, random.c: Remove advertising clause from | |
4421 | BSD license, pursuant with | |
4422 | ||
4423 | ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change | |
4424 | ||
4425 | Wed Nov 10 09:42:39 1999 Jeffrey A Law ([email protected]) | |
4426 | ||
4427 | * hashtab.c: Include stdio.h. | |
4428 | ||
4429 | Mon Nov 8 09:23:41 1999 Jeffrey A Law ([email protected]) | |
4430 | ||
4431 | * hashtab.c (traverse_hash_table): Protect prototype with PARAMS. | |
4432 | ||
4433 | Tue Nov 2 03:23:13 1999 Philippe De Muyter <[email protected]> | |
4434 | ||
4435 | * xstrdup (sys/types.h): Include this file. | |
4436 | ||
4437 | 1999-10-28 Nathan Sidwell <[email protected]> | |
4438 | ||
4439 | * Makefile.in (SUBDIRS): New macro. | |
4440 | (mostlyclean, clean, distclean, maintainer-clean): Adjust to | |
4441 | avoid multiple subdirectory cleaning. | |
4442 | (*-subdir): Use SUBDIRS. | |
4443 | ||
4444 | 1999-10-25 Jim Kingdon <http://developer.redhat.com/> | |
4445 | ||
4446 | * cplus-dem.c: Move declarations of standard_symbol_characters and | |
4447 | hp_symbol_characters inside #ifdef MAIN to avoid compiler | |
4448 | warnings. | |
4449 | ||
4450 | 1999-10-23 08:51 -0700 Zack Weinberg <[email protected]> | |
4451 | ||
4452 | * hashtab.c (find_hash_table_entry): When returning a | |
4453 | DELETED_ENTRY slot, change it to EMPTY_ENTRY first. | |
4454 | (clear_hash_table_slot): New function which deletes an entry | |
4455 | by its position in the table, not its value. | |
4456 | (traverse_hash_table): New function which calls a hook | |
4457 | function for every live entry in the table. | |
4458 | ||
4459 | 1999-10-19 Mark Mitchell <[email protected]> | |
4460 | ||
4461 | * cplus-dem.c (INTBUF_SIZE): New macro. | |
4462 | (string_append_template_idx): New function. | |
4463 | (demangle_expression): Likewise. | |
4464 | (demangle_integral_value): Use it. | |
4465 | (demangle_real_value): New function, split out from ... | |
4466 | (demangle_template_value_parm): ... here. Use | |
4467 | string_append_template_idx. Use demangle_real_value. | |
4468 | (demangle_template): Use string_append_template_idx. | |
4469 | (demangle_qualified): Use consume_count_with_underscores. | |
4470 | (get_count): Tweak formatting. | |
4471 | (do_type): Use string_append_template_idx. | |
b4fe2683 | 4472 | |
0c0a36a4 ILT |
4473 | 1999-10-18 Kaveh R. Ghazi <[email protected]> |
4474 | ||
4475 | * calloc.c: Add a public domain notice. | |
4476 | ||
4477 | Mon Oct 18 02:30:47 1999 Philippe De Muyter <[email protected]> | |
4478 | ||
4479 | * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly. | |
4480 | ||
4481 | Fri Oct 15 01:47:51 1999 Vladimir Makarov <[email protected]> | |
4482 | ||
4483 | * Makefile.in (CFILES): Add hashtab.c | |
4484 | (REQUIRED_OFILES): Add hashtab.o | |
4485 | (hashtab.o): Add dependencies. | |
4486 | * hashtab.c: New file | |
4487 | ||
4488 | Wed Oct 13 01:16:47 1999 Mumit Khan <[email protected]> | |
4489 | ||
4490 | * basename.c (DIR_SEPARATOR): New macro. | |
4491 | (DIR_SEPARATOR_2): Likewise. | |
4492 | (HAVE_DOS_BASED_FILESYSTEM): Likewise. | |
4493 | (IS_DIR_SEPARATOR): Likewise. | |
4494 | (main): Handle MSDOS style pathname. | |
4495 | ||
4496 | 1999-10-11 Mark Mitchell <[email protected]> | |
4497 | ||
4498 | * cplus-dem.c (do_type): Handle pointer to member types whose | |
4499 | enclosing classes have namespace scope. | |
4500 | ||
4501 | Sun Oct 10 01:23:50 1999 Marc Espie <[email protected]> | |
4502 | ||
4503 | * config.table: Provide a backup shell for executing move-if-change. | |
4504 | ||
4505 | 1999-10-02 Mark Mitchell <[email protected]> | |
4506 | ||
4507 | * xmalloc.c (xmalloc): Fix spelling error. | |
4508 | (xcalloc, xrealloc): Likewise. | |
4509 | ||
4510 | 1999-10-02 Kaveh R. Ghazi <[email protected]> | |
4511 | ||
4512 | * cplus-dem.c (fancy_abort, demangle_integral_value, | |
4513 | demangle_arm_hp_template, recursively_demangle, | |
4514 | standard_symbol_characters, hp_symbol_characters, main): Add prototype. | |
4515 | (program_name, program_version, fatal): Constify a char*. | |
4516 | (usage, fatal): Mark with ATTRIBUTE_NORETURN. | |
4517 | (main): Call return, not exit. | |
4518 | ||
4519 | 1999-09-25 Kaveh R. Ghazi <[email protected]> | |
4520 | ||
4521 | * choose-temp.c: Remove obsolete comment about gcc. | |
4522 | (make_temp_file): Constify a char*. | |
4523 | ||
4524 | Wed Sep 8 20:03:28 1999 Kaveh R. Ghazi <[email protected]> | |
4525 | ||
4526 | * xmemdup.c: Include sys/types.h. | |
4527 | ||
4528 | 1999-09-07 Jeff Garzik <[email protected]> | |
4529 | ||
4530 | * xmemdup.c: New xmemdup function. | |
4531 | * Makefile.in, makefile.vms, vmsbuild.com: Use xmemdup.[co]. | |
4532 | ||
4533 | Tue Sep 7 23:32:18 1999 Linas Vepstas <[email protected]> | |
4534 | ||
b4fe2683 | 4535 | * config.table: Add openedition target. |
0c0a36a4 ILT |
4536 | * config/mh-openedition: New file. |
4537 | ||
4538 | Thu Sep 2 01:36:12 1999 Marc Espie <[email protected]> | |
4539 | ||
4540 | * pexecute.c (pexecute): Fill in temp_base when needed. | |
4541 | ||
4542 | 1999-08-31 Richard Henderson <[email protected]> | |
4543 | ||
4544 | * getpwd.c: Check HAVE_GETCWD before defining it away. | |
4545 | ||
4546 | 1999-08-30 Kaveh R. Ghazi <[email protected]> | |
4547 | ||
4548 | * Makefile.in (CFILES): Add calloc.c and getpwd.c. | |
4549 | (REQUIRED_OFILES): Add getpwd.o. | |
4550 | (getpwd.o): Add target. | |
4551 | ||
4552 | * configure.in (AC_PREREQ): Bump to 2.13. | |
4553 | (AC_CHECK_HEADERS): Add check for <sys/stat.h>. | |
4554 | ||
4555 | * getpwd.c: New file, moved here from gcc. | |
4556 | ||
4557 | 1999-08-25 Kaveh R. Ghazi <[email protected]> | |
4558 | ||
4559 | * cplus-dem.c (gnu_special): Cast a `size_t' to `long' when | |
4560 | comparing against a signed quantity. | |
4561 | (arm_special): Likewise. | |
4562 | (demangle_fund_type): Likewise. | |
4563 | (do_hpacc_template_const_value): Mark parameter `work' with | |
b4fe2683 | 4564 | ATTRIBUTE_UNUSED. |
0c0a36a4 ILT |
4565 | (main): Constify variable `valid_symbols'. |
4566 | ||
4567 | Tue Aug 24 02:50:45 1999 Philippe De Muyter <[email protected]> | |
4568 | ||
4569 | * strtoul.c (strtoul): Add parentheses around && within ||. | |
4570 | ||
4571 | Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <[email protected]> | |
4572 | ||
4573 | * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix, | |
4574 | libdir, libsubdir and tooldir. | |
4575 | ||
4576 | 1999-08-01 Mark Mitchell <[email protected]> | |
4577 | ||
4578 | * splay-tree.c (splay_tree_insert): Return the new node. | |
4579 | ||
35ca97ea RH |
4580 | 1999-07-14 Richard Henderson <[email protected]> |
4581 | ||
b4fe2683 | 4582 | * argv.c: Include stdlib.h and string.h instead of |
35ca97ea RH |
4583 | prototyping directly. |
4584 | * choose-temp.c: Conditionally include string.h. | |
4585 | ||
0c0a36a4 ILT |
4586 | 1999-07-12 Jason Merrill <[email protected]> |
4587 | ||
4588 | * Makefile.in (NEEDED): Add bcmp, bcopy, bzero. | |
4589 | ||
af32ff69 ILT |
4590 | 1999-07-11 Ian Lance Taylor <[email protected]> |
4591 | ||
4592 | * splay-tree.c (splay_tree_insert): Add initialization to avoid | |
4593 | warning. | |
4594 | ||
0c0a36a4 ILT |
4595 | 1999-07-07 Jason Merrill <[email protected]> |
4596 | ||
4597 | * Makefile.in (needed-list): Only include stuff we actually need | |
4598 | for libstdc++. | |
4599 | ||
4600 | 1999-06-21 Andreas Schwab <[email protected]> | |
4601 | ||
4602 | * configure.in (checkfuncs): Add gettimeofday. | |
4603 | * config.in, configure: Regenerated. | |
4604 | ||
4605 | Mon Jun 21 05:56:01 1999 Mumit Khan <[email protected]> | |
4606 | ||
4607 | * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if | |
4608 | the test fails. | |
4609 | * configure: Regenerate. | |
4610 | ||
4611 | 1999-06-10 Mike Stump <[email protected]> | |
4612 | ||
4613 | * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix | |
4614 | parallel builds. | |
4615 | ||
4616 | 1999-05-28 Kaveh R. Ghazi <[email protected]> | |
4617 | ||
4618 | * putenv.c: Include ansidecl.h to define `const'. | |
4619 | * setenv.c: Likewise. | |
4620 | ||
4621 | Wed May 26 03:58:20 1999 "Melissa O'Neill" <[email protected]> | |
4622 | ||
4623 | * Makefile.in (CFILES): Add putenv.c and setenv.c. | |
4624 | * configure.in (funcs): Add putenv and setenv. | |
4625 | (AC_CHECK_FUNCS): Check for putenv and setenv. | |
4626 | * configure: Rebuilt. | |
4627 | * putenv.c setenv.c: New files. | |
4628 | ||
4629 | * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE | |
4630 | bytes of space using malloc. | |
4631 | ||
4632 | Mon May 17 01:42:34 1999 Stu Grossman <[email protected]> | |
4633 | ||
4634 | * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance | |
4635 | the *mangled pointer beyond the end of the string. Clean up code to | |
4636 | match prevailing coding style. | |
4637 | ||
4638 | 1999-05-13 Michael Hayes <[email protected]> | |
4639 | ||
4640 | * tmpnam.c (L_tmpnam): Fix typo. | |
4641 | ||
4642 | Thu May 13 01:14:46 1999 Marc Espie <[email protected]> | |
4643 | ||
4644 | * cplus-dem.c (standard_symbol_characters): Renamed from | |
4645 | standard_symbol_alphabet. No longer modify TABLE. | |
4646 | (hp_symbol_characters): Renamed from hp_symbol_alphabet. No longer | |
4647 | modify TABLE. | |
4648 | (main): Corresponding changes. Use strchr to determine if a | |
4649 | character is valid. | |
4650 | ||
e9868447 JB |
4651 | 1999-05-11 Jim Blandy <[email protected]> |
4652 | ||
4653 | * cplus-dem.c (main): Use table lookup to distinguish identifier | |
4654 | characters from non-identifier characters. | |
4655 | (standard_symbol_alphabet, hp_symbol_alphabet): New functions. | |
4656 | ||
33fbbfbc RH |
4657 | Thu May 6 20:34:42 1999 Fred Fish <[email protected]> |
4658 | ||
4659 | * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list. | |
4660 | * getruntime.c: Only attempt to include sys/resource.h and | |
4661 | use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H | |
4662 | are defined. | |
4663 | ||
0c0a36a4 ILT |
4664 | Mon Apr 26 01:36:06 1999 Donn Terry ([email protected]) |
4665 | ||
4666 | * configure.in (alloca detection): Handle alloca directly for interix. | |
4667 | * configure: Rebuilt. | |
4668 | ||
4669 | Sun Apr 25 01:18:21 1999 Mumit Khan <[email protected]> | |
4670 | ||
4671 | * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32. | |
4672 | ||
252b5132 RH |
4673 | 1999-04-20 Jim Blandy <[email protected]> |
4674 | ||
4675 | Fix from Dale Hawkins: | |
b4fe2683 | 4676 | * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be |
252b5132 RH |
4677 | reallocated properly if we use it again. |
4678 | ||
4679 | * cplus-dem.c (demangle_fund_type): Check for buffer overrun. Be | |
4680 | stricter about syntax. Always null-terminate string. | |
4681 | ||
c1687039 ILT |
4682 | Thu Apr 15 23:00:55 1999 Mumit Khan <[email protected]> |
4683 | ||
4684 | * configure.in (checkfuncs): Check for sbrk. | |
4685 | * config.in: Rebuilt. | |
4686 | * configure: Likewise. | |
4687 | * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions. | |
4688 | ||
0c0a36a4 ILT |
4689 | 1999-04-12 Jim Blandy <[email protected]> |
4690 | ||
4691 | Fix from Marcus Daniels: | |
4692 | * cplus-dem.c (demangle_fund_type): Don't run off the end of the | |
4693 | identifier looking for another underscore. | |
4694 | ||
4695 | Sun Apr 11 23:20:59 1999 Mumit Khan <[email protected]> | |
4696 | ||
4697 | * pexecute.c: Change all references to __UWIN__ to _UWIN. | |
4698 | * xmalloc.c: Likewise. | |
4699 | (xcalloc): UWIN has sbrk. | |
4700 | (xrealloc): Fix guard macro. | |
4701 | ||
252b5132 RH |
4702 | 1999-04-11 Richard Henderson <[email protected]> |
4703 | ||
4704 | * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin | |
4705 | or <alloca.h>. | |
4706 | * clock.c (GNU_HZ): New definition. | |
4707 | (clock): Use it. | |
4708 | * getruntime.c: Likewise. | |
4709 | ||
4710 | * config.table: Use mh-beos. | |
4711 | * config/mh-beos: New file. | |
4712 | ||
0c0a36a4 ILT |
4713 | 1999-04-11 Mark Mitchell <[email protected]> |
4714 | ||
4715 | * cplus-dem.c (demangle_template_value_parm): Handle | |
4716 | pointers-to-members. | |
4717 | (do_type): Handle template parameters as qualifiers. | |
4718 | ||
252b5132 RH |
4719 | 1999-04-01 Jim Blandy <[email protected]> |
4720 | ||
4721 | * cplus-dem.c: Attempt to handle overflows in counts with some | |
4722 | semblance of grace. | |
4723 | (consume_count): Detect overflows. Return -1 to indicate errors, | |
4724 | instead of zero. | |
4725 | (demangle_template_value_parm, demangle_template): Handle change | |
4726 | to consume_count's return convention. | |
4727 | ||
0c0a36a4 ILT |
4728 | 1999-04-05 Tom Tromey <[email protected]> |
4729 | ||
4730 | * testsuite/regress-demangle: New file. | |
4731 | * testsuite/demangle-expected: New file. | |
252b5132 | 4732 | |
0c0a36a4 ILT |
4733 | * Makefile.in (all, check, installcheck, info, install-info, |
4734 | clean-info, dvi, install, etags, tags, mostlyclean, clean, | |
4735 | distclean, maintainer-clean, realclean): Depend on corresponding | |
4736 | `-subdir' target. | |
4737 | (all-subdir check-subdir installcheck-subdir info-subdir | |
4738 | install-info-subdir clean-info-subdir dvi-subdir | |
4739 | install-info-subdir etags-subdir mostlyclean-subdir clean-subdir | |
4740 | distclean-subdir maintainer-clean-subdir): New target. | |
4741 | * testsuite/Makefile.in: New file. | |
4742 | * configure: Rebuilt. | |
4743 | * configure.in: Create testsuite/Makefile. | |
252b5132 RH |
4744 | |
4745 | 1999-04-02 Mark Mitchell <[email protected]> | |
4746 | ||
4747 | * splay-tree.h (splay_tree_compare_pointers): Define. | |
4748 | ||
4749 | 1999-03-30 Mark Mitchell <[email protected]> | |
4750 | ||
4751 | * splay-tree.c (splay_tree_compare_ints): Define. | |
4752 | ||
4753 | 1999-03-30 Tom Tromey <[email protected]> | |
4754 | ||
4755 | * cplus-dem.c (consume_count): If `count' wraps, return 0 and | |
4756 | don't advance input pointer. | |
4757 | (demangle_class_name): If consume_count didn't find a count, do | |
4758 | nothing. Don't bother with `strlen' sanity check; consume_count | |
4759 | does it for us. | |
4760 | ||
4761 | 1999-03-16 Stan Shebs <[email protected]> | |
4762 | ||
4763 | From Art Haas <[email protected]>: | |
4764 | * cplus-dem.c (demangle_prefix): Don't grab all the '__' strings | |
4765 | when doing arm or hp style. | |
4766 | (demangle_nested_args): Decr forgetting_types field when done. | |
b4fe2683 | 4767 | |
252b5132 RH |
4768 | Thu Mar 11 01:22:58 1999 Mumit Khan <[email protected]> |
4769 | ||
4770 | * pexecute.c (__CYGWIN32__): Rename to | |
4771 | (__CYGWIN__): this. | |
4772 | * xmalloc.c: Likewise. | |
4773 | ||
4774 | Changes to support i386-pc-uwin. | |
4775 | * configure.in (*-*-uwin*): Workaround for vfork bug. | |
4776 | * configure: Regenerate. | |
4777 | * pexecute.c (pexecute): Be like standard Unix. | |
4778 | (pwait): Likewise. | |
4779 | * xmalloc.c (first_break): Define. | |
4780 | (xmalloc_set_program_name): Use. | |
4781 | (xmalloc): Use. | |
4782 | ||
4783 | Thu Mar 11 01:07:55 1999 Franz Sirl <[email protected]> | |
4784 | ||
4785 | * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc | |
4786 | ||
4787 | Sun Feb 28 22:30:44 1999 Geoffrey Noer <[email protected]> | |
4788 | ||
4789 | * config.table: Check cygwin*, not cygwin32*. | |
4790 | ||
4791 | Tue Feb 9 16:39:01 1999 Dave Brolley <[email protected]> | |
4792 | ||
4793 | * Makefile.in: Change mkstemp -> mkstemps. | |
4794 | ||
4795 | Tue Feb 9 01:12:27 1999 Marc Espie <[email protected]> | |
4796 | ||
4797 | * Makefile.in (REQUIRED_OFILES): remove mkstemp.o | |
4798 | * configure.in (funcs): Check for and conditionally add mkstemps to | |
4799 | the list of functions libiberty will provide. | |
4800 | * configure: Rebuilt. | |
b4fe2683 | 4801 | |
252b5132 RH |
4802 | Wed Feb 3 00:01:15 1999 Mumit Khan <[email protected]> |
4803 | ||
b4fe2683 | 4804 | * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on |
252b5132 RH |
4805 | platforms that don't have HZ. |
4806 | * getruntime.c (HZ): Likewise. | |
4807 | ||
4808 | Sat Jan 30 13:28:04 1999 Richard Henderson <[email protected]> | |
4809 | ||
4810 | * Makefile.in (xstrdup.o): Depend on config.h. | |
4811 | ||
4812 | Wed Jan 13 07:26:44 1999 H.J. Lu ([email protected]) | |
4813 | ||
4814 | * cplus-dem.c (mop_up): Set work->previous_argument to NULL after | |
4815 | freeing it. | |
4816 | ||
4817 | Wed Jan 13 14:16:36 1999 Kaveh R. Ghazi <[email protected]> | |
4818 | ||
4819 | * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed. | |
4820 | ||
4821 | Tue Jan 5 15:58:29 1999 Elena Zannoni <[email protected]> | |
4822 | ||
4823 | * Makefile.in (CFILES): fix typo, splay-tree.c instead of | |
4824 | splay-tree.o. | |
4825 | ||
4826 | 1999-01-04 Jason Molenda ([email protected]) | |
4827 | ||
4828 | * configure.in: Require autoconf 2.12.1 or higher. | |
4829 | ||
4830 | 1998-12-30 Michael Meissner <[email protected]> | |
4831 | ||
4832 | * random.c (NULL): Don't redefine NULL if it is already defined. | |
4833 | ||
4834 | Tue Dec 22 09:43:35 1998 Kaveh R. Ghazi <[email protected]> | |
4835 | ||
4836 | * argv.c (buildargv): Cast the result of alloca in assignment. | |
4837 | ||
4838 | * choose-temp.c: Include stdlib.h. | |
4839 | ||
4840 | * cplus-dem.c (demangle_arm_pt): Remove unused prototype. | |
8aefe91a DD |
4841 | (snarf_numeric_literal): Constify first parameter. |
4842 | (code_for_qualifier): Avoid a gcc extension, make the parameter an | |
4843 | int, not a char. | |
252b5132 RH |
4844 | (demangle_qualifier): Likewise. |
4845 | (demangle_signature): Cast the argument of a ctype function to | |
4846 | unsigned char. | |
4847 | (arm_pt): Add parens around assignment used as truth value. | |
4848 | (demangle_arm_hp_template): Constify variable `args'. | |
4849 | (do_hpacc_template_const_value): Cast the argument of a ctype | |
4850 | function to unsigned char. | |
4851 | (do_hpacc_template_literal): Remove unused variable `i'. | |
4852 | (snarf_numeric_literal): Constify parameter `args'. | |
4853 | Cast the argument of a ctype function to unsigned char. | |
4854 | ||
4855 | * floatformat.c (floatformat_to_double): Add explicit braces to | |
8aefe91a | 4856 | avoid ambiguous `else'. |
252b5132 RH |
4857 | |
4858 | * fnmatch.c (fnmatch): Change type of variables `c', `c1', | |
8aefe91a DD |
4859 | `cstart' and `cend' to unsigned char. Cast the argument of macro |
4860 | `FOLD', which uses ctype functions, to unsigned char. | |
252b5132 RH |
4861 | |
4862 | * objalloc.c (free): Add prototype. | |
4863 | ||
4864 | Sun Dec 20 16:03:46 1998 Hans-Peter Nilsson <[email protected]> | |
4865 | ||
4866 | * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o | |
4867 | ||
4868 | Fri Dec 18 17:50:18 1998 David Taylor <[email protected]> | |
4869 | ||
4870 | * cplus-dem.c (demangle_arm_pt): remove declaration -- function | |
8aefe91a | 4871 | doesn't exist. |
252b5132 | 4872 | (do_hpacc_template_literal): remove unused variable `i'. |
b4fe2683 | 4873 | |
252b5132 RH |
4874 | Fri Dec 18 16:11:43 EST 1998 Andrew MacLeod <[email protected]> |
4875 | ||
4876 | * cplus-dem.c (demangle_fund_type): Process CV and u codes before | |
4877 | bumping the pointer we read from. Also prepend these codes, | |
4878 | as we do in other places. | |
4879 | ||
4880 | 1998-12-18 Nick Clifton <[email protected]> | |
4881 | ||
4882 | * cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be | |
4883 | 'const char *' in order to match its usage when calling siblings. | |
4884 | (snarf_numeric_literal): Make first arg 'const char **' in order | |
4885 | to match usage. | |
4886 | ||
4887 | Mon Dec 14 09:55:50 1998 Kaveh R. Ghazi <[email protected]> | |
4888 | ||
4889 | * choose-temp.c: Don't check IN_GCC anymore. | |
4890 | ||
4891 | * floatformat.c (floatformat_from_double): Use `const', not `CONST'. | |
4892 | * memchr.c (memchr): Likewise. | |
4893 | * memcpy.c (memcpy): Likewise. | |
4894 | * memmove.c (memmove): Likewise. | |
4895 | ||
4896 | * mkstemp.c: Don't check IN_GCC anymore. | |
4897 | * pexecute.c: Likewise. | |
4898 | * splay-tree.c: Likewise. | |
4899 | ||
4900 | * strchr.c (strchr): Use `const', not `CONST'. | |
4901 | * strrchr.c (strrchr): Likewise. | |
4902 | * strtol.c (strtol): Likewise. | |
4903 | * strtoul.c (strtoul): Likewise. | |
4904 | ||
4905 | Fri Dec 4 13:51:04 1998 David Taylor <[email protected]> | |
4906 | Elena Zannoni <[email protected]> | |
4907 | Stan Shebs <[email protected]> | |
4908 | Edith Epstein <[email protected]> | |
4909 | Andres MacLeod <[email protected]> | |
4910 | Satish Pai <[email protected]> | |
4911 | ||
4912 | * HP aCC demangling support. | |
4913 | * cplus-dem.c | |
4914 | (main): Remove default to HP style demangling, set to EDG | |
8aefe91a DD |
4915 | demangling correctly when -edg specified; set the demangling style |
4916 | when user specifies 'edg'. Set strip_underscore to | |
4917 | prepends_underscore, if not HPUXHPPA. Set | |
4918 | current_demangling_style to hp_demangling if HPUXHPPA. Set | |
4919 | current demangling style correctly if the switch is hp. Read | |
4920 | label correctly also in the HP style case. | |
252b5132 | 4921 | (work_stuff): add temp_start field; add field for volatile member |
8aefe91a | 4922 | function. |
252b5132 | 4923 | (arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP |
8aefe91a | 4924 | style for this case is the same as ARM. |
252b5132 RH |
4925 | (demangle_args): handle EDG_DEMANGLING style; support HP style. |
4926 | (demangle_arm_hp_template): new function. (It was | |
8aefe91a DD |
4927 | demangle_arm_pt.); check and set value of temp_start field in |
4928 | multiple places. Also, when ceching for end of template args, | |
4929 | check to see if at end of static member of template class. | |
252b5132 | 4930 | (demangle_class): new local variable : save_class_name_end Don't |
8aefe91a | 4931 | include template args in string defining class. |
252b5132 RH |
4932 | (demangle_class_name): use demangel_arm_hp_template. |
4933 | (demangle_function_name): handle case where demangling style is | |
8aefe91a DD |
4934 | HP_DEMANGLING and currently point at an 'X' in the mangled name. |
4935 | Handle EDG_DEMANGLING style. Handle constructor and destructor | |
4936 | ops for HP style. | |
252b5132 | 4937 | (demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING |
8aefe91a DD |
4938 | styles. global destructor and constructor for HP style are same |
4939 | as for ARM style. Same for local variables. | |
252b5132 RH |
4940 | (demangle_qualified): handle EDG_DEMANGLING style. |
4941 | (demangle_signature): add case for volatile member function. For | |
8aefe91a DD |
4942 | cases '1' - '9' : initialize the temp_start field to -1 and handle |
4943 | the EDG_DEMANGLING style. for case 'F' : handle EDG_DEMANGLING | |
4944 | and AUTO_DEMANGLING styles. If expecting a function and managed | |
4945 | to demangle the funct args, then handle the LUCID_DEMANGLING, | |
4946 | ARM_DEMANGLING, and EDG_DEMANGLING styles. Add case for local | |
4947 | class name after "Lnnn_ in HP style case. HP style too needs to | |
4948 | forget types. _nnn is OK for HP style, so don't report failure. | |
252b5132 | 4949 | (do_hpacc_template_const_value): new function. Handle template's |
8aefe91a | 4950 | value param for HP/aCC. |
252b5132 | 4951 | (do_hpacc_template_literal): new function. Handle a template's |
8aefe91a | 4952 | literal parameter for HP aCC. |
252b5132 RH |
4953 | (recursively_demangle): new function |
4954 | (snarf_numeric_literal): new function. | |
4955 | (usage): add 'edg' to the list of demangling styles; add hp switch | |
8aefe91a | 4956 | to message. |
252b5132 RH |
4957 | |
4958 | Sat Nov 28 17:25:22 1998 Christopher Faylor <[email protected]> | |
4959 | ||
4960 | * pexecute.c: Remove obsolete ifdefed cygwin code. | |
4961 | ||
4962 | Fri Nov 27 13:26:06 1998 Kaveh R. Ghazi <[email protected]> | |
4963 | ||
4964 | * choose-temp.c: Always include libiberty.h. Avoid redundancies. | |
4965 | * cplus-dem.c: Likewise. Conform to libiberty.h. | |
4966 | * pexecute.c: Likewise. | |
4967 | * splay-tree.c: Likewise. | |
4968 | ||
4969 | 1998-11-25 Mike Stump <[email protected]> | |
4970 | ||
4971 | * Makefile.in (splay-tree.o): Add config.h dependency. | |
4972 | ||
4973 | Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi <[email protected]> | |
4974 | ||
4975 | * configure.in: Use AC_PREREQ(2.12.1). | |
4976 | ||
4977 | 1998-11-16 Benjamin Kosnik <[email protected]> | |
4978 | ||
b4fe2683 | 4979 | * cplus-dem.c (demangle_fund_type): Add demangling for C9x types. |
252b5132 RH |
4980 | |
4981 | Thu Nov 19 22:15:50 1998 Jeffrey A Law ([email protected]) | |
4982 | ||
4983 | * mpw.c (mpw_access): Add missing parens. | |
4984 | ||
4985 | Thu Nov 19 12:59:21 1998 Kaveh R. Ghazi <[email protected]> | |
4986 | ||
4987 | * configure.in: Call AC_HEADER_SYS_WAIT. | |
4988 | ||
4989 | * pexecute.c: Include sys/wait.h when !IN_GCC. | |
4990 | ||
4991 | Thu Nov 19 14:38:20 1998 Geoffrey Noer <[email protected]> | |
4992 | ||
4993 | * pexecute.c: revert back to checking old Cygwin | |
4994 | preprocessor symbol until some time has passed. | |
4995 | ||
4996 | Wed Nov 18 08:52:26 1998 Christopher Faylor <[email protected]> | |
4997 | ||
4998 | * pexecute.c: Reorganize WIN32 case to accomodate Cygwin | |
4999 | since it will now support similar constructs. | |
5000 | ||
5001 | Fri Nov 13 19:18:05 1998 Kaveh R. Ghazi <[email protected]> | |
5002 | ||
5003 | * configure.in: Check for calloc. | |
5004 | ||
5005 | * calloc.c: New file. | |
5006 | ||
5007 | * xmalloc.c (xcalloc): New function. | |
5008 | ||
5009 | Fri Nov 13 08:51:46 EST 1998 Andrew MacLeod <[email protected]> | |
5010 | ||
5011 | *cplus-dem.c (demangle_prefix): Use the last "__" | |
5012 | in the mangled name when looking for the signature. This allows | |
5013 | template names to begin with "__". | |
5014 | ||
5015 | 1998-11-08 Mark Mitchell <[email protected]> | |
5016 | ||
5017 | * cplus-dem.c (type_kind_t): Add tk_reference. | |
5018 | (demangle_template_value_parm): Handle it. | |
5019 | (do_type): Use it for references, instead of tk_pointer. | |
5020 | ||
5021 | * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle, | |
5022 | not internal_cplus_demangle. | |
5023 | ||
5024 | Sat Nov 7 16:02:10 1998 Kaveh R. Ghazi <[email protected]> | |
5025 | ||
5026 | * choose-temp.c: Don't include gansidecl.h. | |
5027 | * mkstemp.c: Likewise. | |
5028 | * pexecute.c: Likewise. | |
5029 | ||
5030 | Mon Nov 2 15:05:33 1998 Geoffrey Noer <[email protected]> | |
5031 | ||
b4fe2683 JM |
5032 | * configure.in: detect cygwin* instead of cygwin32* |
5033 | * configure: regenerate | |
252b5132 RH |
5034 | |
5035 | Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi <[email protected]> | |
5036 | ||
5037 | * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining | |
8aefe91a DD |
5038 | whether to include config.h. Possibly include unistd.h in the |
5039 | !IN_GCC case. Define VFORK_STRING as a printable function call | |
5040 | for error messages (either "vfork" or "fork".) If HAVE_VFORK_H is | |
5041 | defined, include vfork.h. If VMS is defined, define vfork() | |
5042 | appropriately. Remove vfork check on USG, we're using autoconf. | |
5043 | (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking | |
5044 | locally what string to use. | |
252b5132 RH |
5045 | |
5046 | 1998-10-26 Mark Mitchell <[email protected]> | |
5047 | ||
5048 | * splay-tree.c: Tweak include directives to make sure declarations of | |
5049 | xmalloc and free are available. | |
5050 | ||
5051 | 1998-10-25 Mark Mitchell <[email protected]> | |
5052 | ||
5053 | * cplus-dem.c (gnu_special): Fix handling of virtual tables in | |
5054 | anonymous namespaces. | |
5055 | ||
5056 | 1998-10-23 Mark Mitchell <[email protected]> | |
5057 | ||
5058 | * cplus-dem.c (work_stuff): Replace const_type and volatile_type | |
5059 | with type_quals. | |
5060 | (TYPE_UNQUALIFIED): New macro. | |
5061 | (TYPE_QUAL_CONST): Likewise. | |
5062 | (TYPE_QUAL_VOLATILE): Likewise. | |
5063 | (TYPE_QUAL_RESTRICT): Likewise. | |
5064 | (code_for_qualifier): New function. | |
5065 | (qualifier_string): Likewise. | |
5066 | (demangle_qualifier): Likewise. | |
5067 | (internal_cplus_demangle): Use them. | |
5068 | (demangle_signature): Likewise. | |
5069 | (demangle_template_value_parm): Likewise. | |
5070 | (do_type): Likewise. | |
5071 | (demangle_fund_type)): Likewise. | |
5072 | ||
5073 | Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi <[email protected]> | |
5074 | ||
5075 | * splay-tree.c (splay_tree_foreach_helper): Make definition static | |
5076 | to match prototype. | |
5077 | ||
5078 | 1998-10-21 Mark Mitchell <[email protected]> | |
5079 | ||
5080 | * splay-tree.c: New file. | |
5081 | * Makefile.in (CFILES): Add it. | |
5082 | (REQUIRED_OFILES): Likewise. | |
5083 | (splay-tree.o): Add dependencies. | |
5084 | ||
5085 | Tue Oct 20 12:29:02 1998 Andreas Schwab <[email protected]> | |
5086 | ||
5087 | * cplus-dem.c (demangle_qualified): Fix off-by-one when checking | |
5088 | range of 'K' index. | |
5089 | ||
5090 | Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <[email protected]> | |
5091 | ||
5092 | * choose-temp.c: Prototype mkstemps() when IN_GCC. | |
5093 | ||
5094 | * cplus-dem.c (consume_count): Cast argument of ctype macro to | |
5095 | `unsigned char'. | |
5096 | (cplus_demangle_opname): Cast the result of `strlen' to (int) when | |
5097 | comparing against one. | |
5098 | (cplus_mangle_opname): Likewise. | |
5099 | (demangle_integral_value): Cast argument of ctype macro to | |
5100 | `unsigned char'. | |
5101 | (demangle_template_value_parm): Likewise. | |
5102 | (demangle_template): Initialize variable `bindex'. Cast the | |
5103 | result of `strlen' to (int) when comparing against one. Remove | |
5104 | unused variable `start_of_value_parm'. | |
5105 | (demangle_class_name): Cast the result of `strlen' to (int) when | |
5106 | comparing against one. | |
5107 | (demangle_prefix): Cast argument of ctype macro to `unsigned char'. | |
5108 | (gnu_special): Likewise. Cast the result of `strlen' to (int) | |
5109 | when comparing against one. | |
5110 | (demangle_qualified): Cast argument of ctype macro to `unsigned char'. | |
5111 | (get_count): Likewise. | |
5112 | (do_type): Likewise. Cast the result of `strlen' to (int) when | |
5113 | comparing against one. | |
5114 | (demangle_fund_type): Cast argument of ctype macro to `unsigned char'. | |
5115 | (demangle_function_name): Cast the result of `strlen' to (int) | |
5116 | when comparing against one. | |
5117 | ||
5118 | * mkstemp.c (mkstemps): Cast variable `len' to (int) when | |
5119 | comparing against one. | |
5120 | ||
5121 | Tue Oct 13 23:51:51 1998 Jeffrey A Law ([email protected]) | |
5122 | ||
b4fe2683 JM |
5123 | * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h |
5124 | * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too. | |
5125 | * config.in, configure: Rebuilt. | |
252b5132 RH |
5126 | |
5127 | * getopt.c: Check HAVE_STRINGS_H before including strings.h. | |
5128 | * configure.in (AC_CHECK_HEADERS): Check for strings.h too. | |
5129 | * config.in, configure: Rebuilt. | |
5130 | ||
5131 | Mon Oct 12 19:15:59 1998 Geoffrey Noer <[email protected]> | |
5132 | ||
b4fe2683 | 5133 | * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT |
252b5132 RH |
5134 | |
5135 | Sun Oct 11 17:36:06 1998 Michael Tiemann <[email protected]> | |
5136 | ||
5137 | * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h. | |
5138 | ||
5139 | Thu Oct 8 23:42:08 1998 Jeffrey A Law ([email protected]) | |
5140 | ||
5141 | * Merge egcs & devo libiberty. | |
5142 | ||
ba8cb4ba | 5143 | 1998-09-08 Martin von Löwis <[email protected]> |
252b5132 RH |
5144 | |
5145 | * cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces. | |
5146 | ||
5147 | Mon Sep 7 23:29:01 1998 Kaveh R. Ghazi <[email protected]> | |
5148 | ||
5149 | * mkstemp.c: Include config.h even when not IN_GCC. Wrap header | |
8aefe91a DD |
5150 | inclusions inside HAVE_*_H macros. Include ansidecl.h when not |
5151 | IN_GCC. | |
252b5132 RH |
5152 | |
5153 | * vasprintf.c: Include stdarg.h/varargs.h first. | |
5154 | ||
5155 | * vprintf.c: Likewise. | |
5156 | ||
5157 | Sat Sep 5 03:24:49 1998 Jeffrey A Law ([email protected]) | |
5158 | ||
5159 | * pexecute.c: Updates from gcc. Copy in gcc has been removed. This | |
5160 | is the canonical copy. Define ISSPACE if !IN_GCC. | |
5161 | * alloca.c, vfprintf.c, choose-temp.c, mkstemp.c, getopt.c: Similarly. | |
5162 | * getopt1.c, obstack.c: Similarly. | |
5163 | * Makefile.in: Build mkstemp.o | |
5164 | ||
5165 | Tue Sep 1 23:12:47 1998 Christopher Faylor <[email protected]> | |
5166 | ||
5167 | * configure.in: Include asprintf in list of functions known not | |
5168 | to be in newlib. | |
5169 | * configure: Rebuild. | |
5170 | ||
5171 | Wed Aug 19 14:05:01 1998 Mumit Khan <[email protected]> | |
5172 | ||
5173 | * cplus-dem.c (work_stuff): Add dllimported. | |
5174 | (demangled_prefix): Mark symbols imported from PE DLL. | |
5175 | (internal_cplus_demangled): Handle. | |
5176 | ||
5177 | 1998-08-17 Jason Merrill <[email protected]> | |
5178 | ||
5179 | * cplus-dem.c (do_type): Fix simple array handling. If we fail, | |
5180 | stay failed. | |
5181 | ||
5182 | Mon Aug 17 10:40:34 1998 Kaveh R. Ghazi <[email protected]> | |
5183 | ||
5184 | * cplus-dem.c: Include config.h if it exists. Also, only | |
5185 | prototype malloc/realloc if we can't get stdlib.h. | |
5186 | ||
5187 | Sat Aug 15 16:15:01 1998 Ian Lance Taylor <[email protected]> | |
5188 | ||
5189 | * configure.in: Switch back to checking --with-target-subdir when | |
5190 | deciding whether to check for newlib, undoing part of July 15 | |
5191 | change. | |
5192 | * configure: Rebuild. | |
5193 | ||
5194 | Thu Aug 13 16:47:38 1998 Mark Mitchell <[email protected]> | |
5195 | ||
5196 | * cplus-dem.c (type_kind_t): New type. | |
5197 | (demangle_template_value_parm): Add type_kind_t parameter. Rely | |
5198 | on this paramter, rather than demangling the type again. | |
5199 | (demangle_integral_value): Pass tk_integral. | |
5200 | (demangle_template_: Pass the value returned from do_type. | |
5201 | (do_type): Return a type_kind_t. Pass tk_integral to | |
5202 | demangle_template_value_parm for array bounds. | |
5203 | (demangle_fund_type): Likewise. | |
5204 | ||
5205 | Also incorporate from GCC version: | |
5206 | ||
5207 | Tue Jul 21 13:28:19 1998 Jason Merrill <[email protected]> | |
5208 | ||
5209 | * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays. | |
5210 | ||
5211 | Thu Aug 13 16:47:38 1998 Kaveh R. Ghazi <[email protected]> | |
5212 | ||
5213 | * cplus-dem.c (demangle_nested_args): Make function definition | |
5214 | static to match the prototype. | |
5215 | ||
5216 | Tue Jul 28 11:33:09 1998 Mark Mitchell <[email protected]> | |
5217 | ||
5218 | * cplus-dem.c (type_kind_t): New type. | |
5219 | (demangle_template_value_parm): Add type_kind_t parameter. Rely | |
5220 | on this paramter, rather than demangling the type again. | |
5221 | (demangle_integral_value): Pass tk_integral. | |
5222 | (demangle_template_: Pass the value returned from do_type. | |
5223 | (do_type): Return a type_kind_t. Pass tk_integral to | |
5224 | demangle_template_value_parm for array bounds. | |
5225 | (demangle_fund_type): Likewise. | |
5226 | ||
5227 | Also incorporate from GCC version: | |
5228 | ||
5229 | Tue Jul 21 13:28:19 1998 Jason Merrill <[email protected]> | |
5230 | ||
5231 | * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays. | |
5232 | ||
5233 | Mon Jul 27 12:16:08 1998 Ian Lance Taylor <[email protected]> | |
5234 | ||
5235 | * Makefile.in (ALLOCA): New variable. | |
5236 | ($(TARGETLIB)): Add $(ALLOCA) to library. | |
5237 | (needed-list): Add $(ALLOCA). | |
5238 | ($(ALLOCA)): Depend upon stamp-picdir. | |
5239 | ||
5240 | Sun Jul 19 08:23:17 1998 Kaveh R. Ghazi <[email protected]> | |
5241 | ||
5242 | * cplus-dem.c (demangle_nested_args): Make function definition | |
5243 | static to match the prototype. | |
5244 | ||
5245 | Wed Jul 15 00:12:58 1998 Ian Lance Taylor <[email protected]> | |
5246 | ||
5247 | * configure.in: Check --with-cross-host rather than | |
5248 | --with-target-subdir when deciding whether build uses a cross | |
5249 | compiler, and when deciding where to install the library. | |
5250 | * configure: Rebuild. | |
5251 | ||
5252 | Sun Jul 12 01:27:05 1998 Jason Merrill <[email protected]> | |
5253 | ||
5254 | * cplus-dem.c (demangle_nested_args): Return a value. | |
5255 | ||
5256 | Sat Jul 11 16:19:48 1998 Mark Mitchell <[email protected]> | |
5257 | ||
5258 | * cplus-dem.c (string): Move definition before work_stuff. | |
5259 | (work_stuff): Add volatile_type, forgetting_types, | |
5260 | previous_argument, and nrepeats fields. | |
5261 | (SCOPE_STRING): New macro. | |
5262 | (demangle_template): Add `remember' parameter. Add comment. | |
5263 | Register the `B' code type here, if remembering. Tidy. Fix crash | |
5264 | on NULL tmpl_argvec. Be consistent with use of tname/trawname. | |
5265 | (demangle_nested_args): New function. | |
5266 | (internal_cplus_demangle): Handle volatile-qualified member | |
5267 | functions. | |
5268 | (mop_up): Delete the previous_argument string if present. | |
5269 | (demangle_signature): Tidy. Handle volatile-qualified member | |
5270 | functions. Handle back-references using the `B' code. Use extra | |
5271 | parameter to demangle_template and SCOPE_STRING where appropriate. | |
5272 | (demangle_template_value_parm): Fix thinko; 'B' is not an integral | |
5273 | code. | |
5274 | (demangle_class): Use SCOPE_STRING. | |
5275 | (gnu_special): Pass additional argument to demangle_template. | |
5276 | Use SCOPE_STRING. | |
5277 | (demangle_qualified): Save qualified types for later | |
5278 | back-references. Handle constructors and destructors for template | |
5279 | types correctly. | |
5280 | (do_type): Tidy. Use SCOPE_STRING. Pass extra argument to | |
5281 | demangle_template. Use demangled_nested_args. Don't remember | |
5282 | qualified types here; that's now done in demangle_qualified. | |
5283 | Similarly for templates. | |
5284 | (do_arg): Improve commment. Handle 'n' repeat code. | |
5285 | (remember_type): Check forgetting_types. | |
5286 | (demangle_args): Deal with 'n' repeat codes. Tidy. | |
5287 | ||
5288 | Thu Jul 2 16:26:24 1998 Ian Lance Taylor <[email protected]> | |
5289 | ||
5290 | * config.table: Only use mh-fbsd21 on *-*-freebsd2.2.[012], not on | |
5291 | *-*-freebsd2.2.*. From Dmitrij Tejblum <[email protected]>. | |
5292 | ||
5293 | Mon Jun 15 16:29:01 1998 Ian Lance Taylor <[email protected]> | |
5294 | ||
5295 | * configure.in (setobjs): Correct quoting error in cygwin32 case. | |
5296 | From Chris Faylor <[email protected]>. | |
5297 | ||
5298 | Mon Jun 1 13:47:55 1998 Jason Molenda ([email protected]) | |
5299 | ||
5300 | * obstack.c: Update to latest FSF version. | |
5301 | ||
5302 | Mon Jun 1 14:17:36 1998 Mike Stump <[email protected]> | |
5303 | ||
5304 | * Makefile.in: Add a dependency on stamp-picdir for the | |
5305 | objects, so that we can do a parallel build. | |
5306 | ||
5307 | Sat May 30 22:17:13 1998 Mumit Khan <[email protected]> | |
5308 | ||
5309 | * configure.in (checkfuncs): Add missing "'". | |
5310 | ||
5311 | Fri May 29 12:40:41 1998 Jason Molenda ([email protected]) | |
5312 | ||
5313 | * obstack.c (_obstack_memory_used): Elide this function if we're | |
5314 | on a system with GNU libc. | |
5315 | ||
5316 | Tue May 26 18:28:43 1998 Ian Lance Taylor <[email protected]> | |
5317 | ||
5318 | * Makefile.in (distclean): Remove config.log. | |
5319 | ||
5320 | Tue May 26 15:01:52 1998 Andreas Schwab <[email protected]> | |
5321 | ||
5322 | * Makefile.in (distclean): Don't remove alloca-conf.h. | |
5323 | ||
5324 | Fri May 22 01:38:07 1998 Hans-Peter Nilsson <[email protected]> | |
5325 | ||
5326 | * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767. | |
5327 | ||
5328 | 1998-05-21 Mark Mitchell <[email protected]> | |
5329 | ||
5330 | * cplus-dem.c (do_type): Handle volatile qualification. | |
5331 | ||
5332 | 1998-05-21 Manfred Hollstein <[email protected]> | |
5333 | ||
5334 | * configure.in: Check for unistd.h as well. | |
5335 | * configure: Rebuild. | |
5336 | * config.in: Rebuild. | |
5337 | * getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE | |
5338 | is defined in unistd.h. Reformat conditional block for easier reading. | |
5339 | ||
5340 | * config.table (shared): Default to no if ${enable_shared} | |
5341 | is unset or empty; this logic is used by the toplevel | |
5342 | configure scripts, too. | |
5343 | ||
5344 | Sat May 16 14:01:26 1998 Jeffrey A Law ([email protected]) | |
5345 | ||
5346 | * config.table: Add line to set enable_shared in the Makefile | |
5347 | as needed. | |
5348 | ||
5349 | Wed May 13 14:24:38 1998 Kaveh R. Ghazi <[email protected]> | |
5350 | ||
5351 | * cplus-dem.c (squangle_mop_up): Change return type to void. | |
5352 | (internal_cplus_demangle): Remove unused parameter `options'. | |
5353 | All callers changed. | |
5354 | (cplus_demangle_opname): Remove function wide variable `int i' and | |
5355 | replace with `size_t i' at each location where it is used. | |
5356 | (cplus_mangle_opname): change type of `i' from int to size_t. | |
5357 | ||
5358 | Wed May 13 13:39:38 1998 Ian Lance Taylor <[email protected]> | |
5359 | ||
5360 | * alloca-conf.h: Include config.h. Check HAVE_ALLOCA_H rather | |
5361 | than sparc or sun. | |
5362 | * Makefile.in (argv.o): Depend upon config.h and alloca-conf.h. | |
5363 | ||
5364 | Fri May 8 00:23:51 1998 Ian Lance Taylor <[email protected]> | |
5365 | ||
5366 | * configure.in: Set libiberty_topdir correctly when srcdir is | |
5367 | "." and with_target_subdir is not set. | |
5368 | * configure: Rebuild. | |
5369 | ||
5370 | Thu May 7 13:01:44 1998 Ian Lance Taylor <[email protected]> | |
5371 | ||
5372 | * configure.in: Add *-*-mingw32* case. | |
5373 | * configure: Rebuild. | |
5374 | ||
5375 | Wed May 6 11:33:51 1998 Ian Lance Taylor <[email protected]> | |
5376 | ||
5377 | * config.table: Never use a PIC file for *-*-cygwin32*. | |
5378 | ||
5379 | * Makefile.in (config.status): Depend upon config.table. | |
5380 | ||
5381 | * configure.in: On a cygwin32 host, always compile random, and | |
5382 | don't test for sys_siglist, strsignal, or psignal. | |
5383 | * configure: Rebuild. | |
5384 | ||
5385 | * clock.c: Check HAVE_SYS_PARAM_H rather than NO_SYS_PARAM_H. | |
5386 | * getcwd.c: Likewise. | |
5387 | * getpagesize.c: Likewise. | |
5388 | * getruntime.c: Likewise. | |
5389 | ||
5390 | Tue May 5 18:08:32 1998 Ian Lance Taylor <[email protected]> | |
5391 | ||
5392 | Use autoconf tests rather than the old dummy.c test: | |
5393 | * configure.in: Add AC_ARG_WITH calls for --with-target-subdir and | |
5394 | --with-newlib. Add AC_CONFIG_HEADER. Use AC_REPLACE_FUNCS for | |
5395 | most functions. Add special cases to handle newlib and VxWorks. | |
5396 | Remove target_makefile_frag. Create stamp-h in AC_OUTPUT if | |
5397 | CONFIG_HEADERS is set. Only call config-ml.in in AC_OUTPUT if | |
5398 | CONFIG_FILES is set; set ac_file before calling it. | |
5399 | * config.table (arm-*-riscix*, *-*-cygwin32): Remove. | |
5400 | (*-*-hpux*, *-*-hiux*, *-*-irix4*, *-*-solaris2*): Remove. | |
5401 | (*-*-sysv4*, *-*-go32, *-*-vxworks5*, *-*-vxworks): Remove | |
5402 | (i[3456]-*-mingw32*): Remove. | |
5403 | * Makefile.in (ERRORS_CC, CONFIG_H, NEEDED_LIST): Remove. | |
5404 | (LIBOBJS): New variable. | |
5405 | (HOST_OFILES, DO_ALSO, STAGESTUFF): Remove. | |
5406 | (all): Depend upon needed-list. Don't check RULE1. | |
5407 | (@target_makefile_frag@): Remove. | |
5408 | (COMPILE.c): Include @DEFS@. | |
5409 | (HFILES): Add alloca-conf.h. | |
5410 | (REQUIRED_OFILES): Remove basename.o. | |
5411 | ($(TARGETLIB)): New target. | |
5412 | (stamp-needed, lneeded-list, needed.awk, stamp-config): Remove. | |
5413 | (lconfig.h, needed2.awk, dummy.o, errors): Remove. | |
5414 | (needed-list, config.h): Rewrite. | |
5415 | (RULE1, $(RULE1), RULE2, $(RULE2)): Remove. | |
5416 | (.always.): Remove. | |
5417 | (Makefile): Set CONFIG_FILES and CONFIG_HEADERS. | |
5418 | (stamp-h): New target. | |
5419 | (atexit.o, clock.o, getcwd.o, getpagesize.o): New targets. | |
5420 | (basename.o): Don't depend upon config.h. | |
5421 | (getruntime.o): Depend upon config.h. | |
5422 | * atexit.c: Include config.h. Check HAVE_ON_EXIT rather than | |
5423 | NEED_on_exit. | |
5424 | * basename.c: Don't include config.h. Don't check NEED_basename. | |
5425 | * clock.c: Include config.h. | |
5426 | * getcwd.c: Likewise. | |
5427 | * getpagesize.c: Likewise. | |
5428 | * getruntime.c: Likewise. Fix checks which set HAVE_GETRUSAGE and | |
5429 | HAVE_TIMES. | |
5430 | * strerror.c: Change uses of NEED_sys_errlist to | |
5431 | HAVE_SYS_ERRLIST. Likewise for NEED_strerror and HAVE_STRERROR. | |
5432 | * strsignal.c: Likewise for NEED_sys_siglist and HAVE_SYS_SIGLIST, | |
5433 | and for NEED_strsignal and HAVE_STRSIGNAL and for NEED_psignal and | |
5434 | HAVE_PSIGNAL. | |
5435 | * acconfig.h: New file. | |
5436 | * dummy.c: Remove. | |
5437 | * functions.def: Remove. | |
5438 | * config/mh-cxux7 (HDEFINES): Remove -DHAVE_SYSCONF. | |
5439 | * config/mh-windows (HDEFINES): Remove. | |
5440 | * config/mh-cygwin32: Remove. | |
5441 | * config/mh-go32: Remove. | |
5442 | * config/mh-irix4: Remove. | |
5443 | * config/mh-riscix: Remove. | |
5444 | * config/mh-sysv4: Remove. | |
5445 | * config/mt-mingw32: Remove. | |
5446 | * config/mt-vxworks5: Remove. | |
5447 | * config.in: New file, generated using autoheader. | |
5448 | * configure: Rebuild. | |
5449 | ||
5450 | Mon May 4 13:00:28 1998 Ian Lance Taylor <[email protected]> | |
5451 | ||
5452 | * configure.in: Rewrite to use autoconf. | |
5453 | * configure: Generate using autoconf. | |
5454 | * config/mh-a68bsd: Remove. | |
5455 | * config/mh-apollo68: Remove. | |
5456 | * config/mh-hpbsd: Remove. | |
5457 | * config/mh-ncr3000: Remove. | |
5458 | * config/mh-sysv: Remove. | |
5459 | * config/mh-aix (RANLIB, INSTALL): Don't define. | |
5460 | * config/mh-cxux7 (RANLIB, INSTALL): Don't define. | |
5461 | * config/mh-irix4 (CC, RANLIB, INSTALL): Don't define. | |
5462 | * config/mh-sysv4 (RANLIB, INSTALL): Don't define. | |
5463 | * config.table: Change config_shell to CONFIG_SHELL, and use | |
5464 | libiberty_topdir to find move-if-change. | |
8aefe91a | 5465 | (m68k-apollo-bsd*, m68k-apollo-sysv*): Remove. |
252b5132 RH |
5466 | (i[3456]86-ncr-sysv4*, *-*-dgux*, hppa*-hp-bsd*): Remove. |
5467 | (*-*-irix*, *-*-m88kbcs*, *-*-sysv*): Remove. | |
5468 | * Makefile.in (srcdir): Set to @srcdir@. | |
5469 | (VPATH): Likewise. | |
5470 | (prefix, exec_prefix, bindir, libdir): Set to autoconf variables. | |
5471 | (SHELL, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Likewise. | |
5472 | (CC, CFLAGS, RANLIB)): Likewise. | |
5473 | (datadir, man*dir, infodir, includedir, MAKEINFO): Remove. | |
5474 | (target_makefile_frag, host_makefile_frag): Add substitutions. | |
5475 | (INSTALL_DEST): Set to @INSTALL_DEST@. | |
5476 | (Makefile): Depend upon config.status. Don't depend upon | |
5477 | $(host_makefile_frag) or $(target_makefile_frag). | |
5478 | (config.status): New target. | |
5479 | ||
5480 | Sun May 3 17:58:49 1998 Ian Lance Taylor <[email protected]> | |
5481 | ||
5482 | * config/mt-sunos4: Remove. Should be handled by --with-headers | |
5483 | and --with-libraries options at top level. | |
5484 | * config.table: Never use mt-sunos4. | |
5485 | ||
5486 | * alloca-conf.h: New file, combining alloca-norm.h and | |
5487 | alloca-botch.h. | |
5488 | * alloca-norm.h: Remove. | |
5489 | * alloca-botch.h: Remove. | |
5490 | * configure.in: Set shell variables files and links to empty. | |
5491 | * config.table: Don't set shell variable files. | |
5492 | * configure.bat: Don't create alloca-conf.h. | |
5493 | * makefile.vms: Likewise. | |
5494 | * mpw-config.in: Likewise. | |
5495 | * vmsbuild.com: Likewise. | |
5496 | ||
5497 | Fri May 1 11:41:42 1998 Ian Lance Taylor <[email protected]> | |
5498 | ||
5499 | * Makefile.in ($(HOST_OFILES) $(REQUIRED_OFILES)): Remove old | |
5500 | target depending upon config.h. | |
5501 | (alloca.o): Add target depending upon config.h | |
5502 | (basename.o, choose-temp.o, fnmatch.o): Likewise. | |
5503 | (getopt.o, getopt1.o, pexecute.o, strerror.o): Likewise. | |
5504 | (strsignal.o, xstrerror.o): Likewise. | |
5505 | ||
5506 | Fri May 1 04:26:25 1998 Peter Schauer <[email protected]> | |
5507 | ||
5508 | * cplus-dem.c (cplus_demangle_opname): Initialize work. | |
5509 | ||
5510 | Mon Apr 27 15:53:30 EDT 1998 Andrew MacLeod <[email protected]> | |
5511 | ||
5512 | * cplus-dem.c (demangle_qualified): Replace missing else. | |
5513 | ||
5514 | Sun Apr 26 15:38:50 1998 Andreas Schwab <[email protected]> | |
5515 | ||
5516 | * cplus-dem.c (gnu_special): Fix off-by-one bug when checking the | |
5517 | length in the name of a virtual table. | |
5518 | ||
5519 | Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod <[email protected]> | |
5520 | ||
5521 | * cplus-dem.c (struct work stuff): Add field for B and K mangle codes. | |
5522 | (cplus_demangle_opname): Call mop_up_squangle. | |
5523 | (cplus_demangle): Initialize squangle info, then call | |
5524 | internal_cplus_demangle. (Most code moved there as well) | |
5525 | (internal_cplus_demangle): New function, performs most of what use | |
5526 | to be done in cplus_demangle, but is only called with this file. | |
5527 | (squangle_mop_up): New function to clean up B and K code data. | |
5528 | (mop_up): set pointers to NULL after freeing. | |
5529 | (demangle_signature, demangle_template, demangle_class): Add | |
5530 | switch elements to handle K and B codes. | |
5531 | (demangle_prefix, gnu_special, demangle_qualified): Add | |
5532 | code to handle K and B codes. | |
5533 | (do_type, demangle_fund_type): Handle B and K codes. | |
5534 | (remember_Ktype): New function to store K info. | |
5535 | (register_Btype, remember_Btype): New functions for B codes. | |
5536 | (forget_B_and_K_types): New function to destroy B and K info. | |
5537 | ||
5538 | Fri Apr 10 01:49:10 1998 Jeffrey A Law ([email protected]) | |
5539 | ||
5540 | * COPYING.LIB, choose-temp.c, cplus-dem.c: Sync with egcs & gcc. | |
5541 | ||
5542 | Thu Mar 5 09:23:28 1998 Manfred Hollstein <[email protected]> | |
5543 | ||
5544 | * config.table: Make locating frag files failsafe even for the | |
5545 | special case if configuring and building in srcdir. | |
5546 | ||
5547 | Mon Feb 23 14:33:15 1998 Ian Lance Taylor <[email protected]> | |
5548 | ||
5549 | * choose-temp.c: Fix handling of sys/file.h to work in libiberty. | |
5550 | ||
5551 | Sun Feb 22 18:03:23 1998 Jeffrey A Law ([email protected]) | |
5552 | ||
5553 | * choose-temp.c: Sync with copy in gcc. | |
5554 | ||
5555 | Thu Feb 12 16:29:49 1998 Ian Lance Taylor <[email protected]> | |
5556 | ||
5557 | * getopt.c: Update to latest FSF version. | |
5558 | * getopt1.c: Likewise. | |
5559 | ||
5560 | Tue Feb 10 16:58:33 1998 Stan Shebs <[email protected]> | |
5561 | ||
5562 | * cplus-dem.c (gnu_special): Don't get confused by .<digits> | |
5563 | strings that are not actually lengths. | |
5564 | ||
5565 | Fri Feb 6 01:35:17 1998 Manfred Hollstein <[email protected]> | |
5566 | ||
5567 | * Makefile.in (FLAGS_TO_PASS): Don't pass PICFLAG. | |
5568 | (.c.o): Check value of enable_shared, not PICFLAG. | |
5569 | (stamp-picdir): Dito. | |
5570 | ||
5571 | Thu Feb 5 18:48:56 1998 Geoffrey Noer <[email protected]> | |
5572 | ||
b4fe2683 JM |
5573 | * config/mh-cygwin32: remove vasprintf.o from EXTRA_OFILES |
5574 | since it gets built automatically | |
252b5132 RH |
5575 | |
5576 | Sun Feb 1 02:52:32 1998 Mike Stump <[email protected]> | |
5577 | ||
5578 | * config.table (vxworks configs): Default to VxWorks 5.x, as that is | |
5579 | the currently shipping OS. | |
5580 | ||
5581 | Tue Jan 27 16:08:20 1998 Pat Rankin <[email protected]> | |
5582 | ||
5583 | * vmsbuild.com [REQUIRE_OFILES]: Synchronized with Makefile.in: | |
5584 | Add fnmatch.o and objalloc.o; remove vasprintf.o. | |
5585 | [config.h]: Define NEED_strsignal. | |
5586 | ||
5587 | Mon Jan 19 12:20:01 1998 Ian Lance Taylor <[email protected]> | |
5588 | ||
5589 | * functions.def: Correct argument types for strerror and | |
5590 | strsignal. Reported by Alex Gutman <[email protected]>. | |
5591 | ||
5592 | Sun Jan 18 15:57:28 1998 Michael Snyder <[email protected]> | |
5593 | ||
5594 | * vasprintf.c (int_vasprintf): Increase buffer size for float/double | |
5595 | values. | |
5596 | ||
5597 | Sat Jan 17 22:28:38 1998 Mumit Khan <[email protected]> | |
5598 | J.J. VanderHeijden <[email protected]> | |
5599 | ||
5600 | Add mingw32 support. | |
5601 | * pexecute.c (pexecute): New function for mingw32. Supports pipes. | |
5602 | (pwait): New function for mingw32. | |
5603 | ||
5604 | * config.table (i[3456]86-*-mingw32*): Support for i386-mingw32. | |
5605 | * config/mt-mingw32: New file. | |
5606 | * xmalloc.c (first_break): Not used for mingw32. | |
5607 | (xmalloc_set_program_name): Don't use sbrk on mingw32. | |
5608 | (xmalloc): Likewise. | |
5609 | (xrealloc): Likewise. | |
5610 | ||
5611 | Sat Jan 17 22:28:05 1998 Jeffrey A Law ([email protected]) | |
5612 | ||
5613 | * choose-temp.c: Sync with gcc version. | |
5614 | ||
5615 | Tue Jan 13 18:34:39 1998 Jim Wilson <[email protected]> | |
5616 | ||
5617 | * Makefile.in (install_to_libdir, install_to_tooldir): Add MULTISUBDIR | |
5618 | to all filenames in libdir and tooldir. | |
5619 | (distclean): Do MULTICLEAN before deleting Makefile. | |
5620 | (stamp-needed, stamp-config): Add MULTISRCTOP to | |
5621 | pathname for move-if-change. | |
5622 | ||
5623 | Thu Dec 4 17:25:19 1997 Jeffrey A Law ([email protected]) | |
5624 | ||
5625 | * strsignal.c (sys_nsig): Try NSIG and _NSIG. | |
5626 | ||
5627 | Wed Nov 19 13:37:06 1997 Michael Meissner <[email protected]> | |
5628 | ||
5629 | * alloca-norm.h (alloca, GCC case): Don't redefine alloca if it | |
5630 | was already defined previously. | |
5631 | ||
5632 | Mon Nov 10 12:48:03 1997 Philippe De Muyter <[email protected]> | |
5633 | ||
5634 | * Makefile.in (INSTALL): Use ../install-sh, not install. | |
5635 | ||
5636 | Tue Oct 28 23:41:15 1997 Judy Goldberg <[email protected]> | |
5637 | ||
5638 | * Makefile.in (CFILES): Add pexecute.c. | |
5639 | ||
5640 | Wed Oct 15 19:13:48 1997 Ian Lance Taylor <[email protected]> | |
5641 | ||
5642 | * asprintf.c: Consistently use either stdarg or varargs. | |
5643 | ||
5644 | Tue Oct 14 12:01:00 1997 Mark Mitchell <[email protected]> | |
5645 | ||
5646 | * cplus-dem.c (demangle_signature): Don't look for return types on | |
5647 | constructors. Handle member template constructors. | |
5648 | ||
5649 | Fri Oct 3 17:53:30 1997 Ian Lance Taylor <[email protected]> | |
5650 | ||
5651 | * README: Fix configuration instructions. | |
5652 | ||
5653 | Mon Sep 29 12:28:41 1997 Ian Lance Taylor <[email protected]> | |
5654 | ||
5655 | * pexecute.c: Update to current version from /gd/gnu/lib: | |
5656 | ||
5657 | Mon Sep 29 12:27:59 1997 Ian Lance Taylor <[email protected]> | |
5658 | ||
b4fe2683 | 5659 | * pexecute.c: Use spawn if __CYGWIN32__. |
252b5132 RH |
5660 | |
5661 | 1997-08-08 Paul Eggert <[email protected]> | |
5662 | ||
b4fe2683 | 5663 | * pexecute.c: Include "config.h" first, as per autoconf manual. |
252b5132 RH |
5664 | |
5665 | Fri Jun 27 15:20:29 1997 Scott Christley <[email protected]> | |
5666 | ||
b4fe2683 JM |
5667 | * pexecute.c (fix_argv): New function. |
5668 | (pexecute): Win32 but not Cygwin32 needs its arguments fixed. | |
5669 | Add underscore to cwait function call. | |
252b5132 RH |
5670 | |
5671 | Sun Sep 28 12:00:52 1997 Mark Mitchell <[email protected]> | |
5672 | ||
b4fe2683 JM |
5673 | * cplus-dem.c (demangle_template): Add new parameter. Handle new |
5674 | template-function mangling. | |
5675 | (consume_count_with_underscores): New function. | |
5676 | (demangle_signature): Handle new name-mangling scheme. | |
252b5132 RH |
5677 | |
5678 | Wed Sep 24 00:31:59 1997 Felix Lee <[email protected]> | |
5679 | ||
5680 | * asprintf.c: stdarg.h when ALMOST_STDC | |
5681 | * config/mh-windows (EXTRA_OFILES): add asprintf.o and | |
8aefe91a | 5682 | strncasecmp.o. |
252b5132 RH |
5683 | |
5684 | Thu Aug 28 14:27:15 1997 Andrew Cagney <[email protected]> | |
5685 | ||
5686 | * vasprintf.c (vasprintf): Allow for _BSD_VA_LIST_. | |
5687 | ||
5688 | * config.table: Add case for FreeBSD 2.1 and 2.2, needs mh-fbsd21. | |
5689 | ||
5690 | * config/mh-fbsd21 (EXTRA_OFILES): Force vasprintf.o | |
5691 | ||
5692 | Wed Sep 10 12:43:10 1997 Jason Merrill <[email protected]> | |
5693 | ||
5694 | * cplus-dem.c (demangle_fund_type): Change "complex" to "__complex". | |
5695 | ||
5696 | Fri Sep 5 16:34:42 1997 Andrew Cagney <[email protected]> | |
5697 | ||
5698 | * asprintf.c (asprintf): New file. | |
5699 | * Makefile.in (CFILES): Add asprintf.c | |
5700 | * functions.def: Ditto. | |
5701 | ||
5702 | Thu Aug 28 18:53:34 1997 Andrew Cagney <[email protected]> | |
5703 | ||
5704 | * argv.c (dupargv): New function, duplicate an argument vector. | |
5705 | ||
5706 | Tue Aug 19 20:28:45 1997 Geoffrey Noer <[email protected]> | |
5707 | ||
5708 | * config/mh-cygwin32: also build random.o | |
5709 | ||
5710 | Tue Aug 19 17:10:56 1997 Jason Merrill <[email protected]> | |
5711 | ||
5712 | * cplus-dem.c: Add 'extern' to prepends_underscore. | |
5713 | ||
5714 | Wed Jul 30 11:42:19 1997 Per Bothner <[email protected]> | |
5715 | ||
5716 | * cplus-dem.c: Various changes to produce Java output when passed | |
5717 | DMGL_JAVA. Thus "::" becomes "." and "JArray<Foo>" becomes "Foo[]". | |
5718 | (main): Support --java and -j flags to set DMGL_JAVA. | |
5719 | ||
5720 | Tue Jul 22 19:05:23 1997 Robert Hoehne <[email protected]> | |
5721 | ||
5722 | * config/mh-go32 (CC, AR, RANLIB): Don't define. | |
5723 | ||
5724 | Tue Jul 22 17:49:54 1997 Ian Lance Taylor <[email protected]> | |
5725 | ||
5726 | * Makefile.in (REQUIRED_OFILES): Add pexecute.o. | |
5727 | (pexecute.o): New target. | |
5728 | ||
5729 | * Makefile.in (stamp-needed): New target, replacing needed-list. | |
5730 | (needed-list): Just depend upon stamp-needed. | |
5731 | (stamp-config): New target, replacing config.h. | |
5732 | (config.h): Just depend upon stamp-config. | |
5733 | (mostlyclean): Remove stamp-*. | |
5734 | ||
5735 | Thu Jun 12 11:00:18 1997 Angela Marie Thomas ([email protected]) | |
5736 | ||
5737 | * Makefile.in (FLAGS_TO_PASS): pass INSTALL, INSTALL_PROGRAM and | |
5738 | INSTALL_DATA for multilibbed installs | |
5739 | ||
5740 | Tue Jun 3 13:21:05 1997 Doug Evans <[email protected]> | |
5741 | ||
5742 | Tue Dec 10 09:44:57 1996 Paul Eggert <[email protected]> | |
5743 | ||
5744 | * choose-temp.c (choose_temp_base): Don't dump core if TMPDIR is empty. | |
5745 | ||
5746 | * choose-temp.c (try): Insist that temp dir be searchable. | |
5747 | ||
5748 | Wed Oct 23 17:36:39 1996 Doug Rupp ([email protected]) | |
5749 | ||
5750 | * choose-temp.c (choose_temp_base): On VMS, use proper syntax | |
5751 | for current directory. | |
5752 | ||
5753 | Sat Feb 15 19:03:48 1997 Geoffrey Noer ([email protected]) | |
5754 | ||
5755 | * pexecute.c: Remove special cases for cygwin32. | |
5756 | (pwait): Remove local definition of `pid'. | |
5757 | ||
5758 | Tue Nov 12 18:26:15 1996 Doug Rupp ([email protected]) | |
5759 | ||
5760 | * pexecute.c (vfork): Supply new definition for VMS. | |
5761 | (pwait): Use waitpid instead of wait for VMS. | |
5762 | ||
5763 | Tue May 20 14:02:20 1997 Brendan Kehoe <[email protected]> | |
5764 | ||
5765 | * cplus-dem.c (do_type): Handle `J'. | |
5766 | (demangle_fund_type): Print "complex" for it. | |
5767 | ||
5768 | Wed Apr 30 12:15:45 1997 Jason Merrill <[email protected]> | |
5769 | ||
5770 | * configure.in: Don't turn on multilib here. | |
5771 | ||
5772 | Mon Apr 28 19:04:31 1997 Michael Snyder <[email protected]> | |
5773 | ||
5774 | * obstack.c: move _obstack_memory_used outside of ifdef. Cannot be | |
5775 | elided; needed by gdb and not present in libc. | |
5776 | ||
5777 | Thu Apr 24 19:33:47 1997 Ian Lance Taylor <[email protected]> | |
5778 | ||
5779 | * Makefile.in (clean): Remove tmpmulti.out. | |
5780 | ||
5781 | Tue Apr 22 10:25:15 1997 Fred Fish <[email protected]> | |
5782 | ||
5783 | * floatformat.c (floatformat_ieee_double_littlebyte_bigword): | |
5784 | Add new floatformat, mainly for ARM doubles. | |
5785 | ||
5786 | Mon Apr 14 12:11:16 1997 Ian Lance Taylor <[email protected]> | |
5787 | ||
5788 | * config.table: Use ${config_shell} with ${moveifchange}. From | |
5789 | Thomas Graichen <[email protected]>. | |
5790 | ||
5791 | Fri Apr 4 03:09:24 1997 Ulrich Drepper <[email protected]> | |
5792 | ||
5793 | * configure.in: Enable multilibing by default. | |
5794 | Update multilib template to read config-ml.in. | |
5795 | ||
5796 | Tue Apr 1 16:26:39 1997 Klaus Kaempf <[email protected]> | |
5797 | ||
5798 | * makefile.vms: Add objalloc. | |
5799 | ||
5800 | Mon Mar 31 23:57:51 1997 H.J. Lu <[email protected]> | |
5801 | ||
5802 | * cplus-dem.c (demangle_it): Add prototype declaration. | |
5803 | (usage, fatal): Likewise. | |
5804 | ||
5805 | * xexit.c (_xexit_cleanup): Add prototype. | |
5806 | ||
5807 | * strerror.c (init_error_tables): Declare. | |
5808 | ||
5809 | Fri Mar 28 11:43:20 1997 H.J. Lu <[email protected]> | |
5810 | ||
5811 | * functions.def: Add DEF of vasprintf, and DEFFUNC of strsignal. | |
5812 | * strsignal.c: Only define strsignal if NEED_strsignal. | |
5813 | * Makefile.in (REQUIRED_OFILES): Remove vasprintf.o. | |
5814 | * configure.in: Add NEED_strsignal to xconfig.h. Add vasprintf.o | |
5815 | to xneeded-list. | |
5816 | * config/mh-cygwin32 (HDEFINES): Add -DNEED_strsignal. | |
5817 | (EXTRA_OFILES): Define to vasprintf.o. | |
5818 | * config/mh-windows (HDEFINES): Add -DNEED_strsignal. | |
5819 | (EXTRA_OFILES): Add vasprintf.o. | |
5820 | * config/mt-vxworks5 (vxconfig.h): Define NEED_strsignal. | |
5821 | (vxneeded-list): Add vasprintf.o. | |
5822 | ||
5823 | Thu Mar 20 17:02:09 1997 Ian Lance Taylor <[email protected]> | |
5824 | ||
5825 | * objalloc.c: Include <stdio.h>. | |
5826 | ||
5827 | Mon Mar 17 19:23:11 1997 Ian Lance Taylor <[email protected]> | |
5828 | ||
5829 | * objalloc.c: New file. | |
5830 | * Makefile.in (CFILES): Add objalloc.c | |
5831 | (REQUIRED_OFILES): Add objalloc.o. | |
5832 | (objalloc.o): New target. | |
5833 | ||
5834 | Sat Mar 15 18:49:41 1997 Ian Lance Taylor <[email protected]> | |
5835 | ||
5836 | * obstack.c: Update to current FSF version. | |
5837 | ||
5838 | Fri Mar 14 14:18:47 1997 Ian Lance Taylor <[email protected]> | |
5839 | ||
5840 | * cplus-dem.c: Add prototypes for all static functions. | |
5841 | (mystrstr): Make static. Make arguments and result const. | |
5842 | (cplus_match): Remove; not used. | |
5843 | ||
5844 | Tue Mar 11 14:20:31 1997 Brendan Kehoe <[email protected]> | |
5845 | ||
5846 | * cplus-dem.c (gnu_special): Call demangled_fund_type for other | |
5847 | __t* symbols. | |
5848 | ||
5849 | Tue Mar 11 15:41:21 1997 H.J. Lu <[email protected]> | |
5850 | ||
5851 | * spaces.c: Declare malloc and free properly. | |
5852 | * strsignal.c (init_signal_tables): Add prototype. | |
5853 | * xatexit.c (_xexit_cleanup): Add parameter declarations. | |
5854 | ||
5855 | Wed Feb 19 15:43:24 1997 Brendan Kehoe <[email protected]> | |
5856 | ||
5857 | * Makefile.in (lneeded-list): If alloca.o is needed, xexit.o is | |
5858 | also required because of xmalloc.o. | |
5859 | ||
5860 | Fri Feb 14 13:43:38 1997 Ian Lance Taylor <[email protected]> | |
5861 | ||
5862 | * strsignal.c: Unconditionally redefine sys_siglist around the | |
5863 | inclusion of the system header files. | |
5864 | ||
5865 | Thu Feb 13 22:01:04 1997 Klaus Kaempf <[email protected]> | |
5866 | ||
5867 | * makefile.vms: Remove 8 bit characters. Update to latest | |
5868 | gcc release. | |
5869 | ||
5870 | Tue Feb 4 11:52:19 1997 Ian Lance Taylor <[email protected]> | |
5871 | ||
5872 | * strsignal.c: Use NEED_sys_siglist instead of | |
5873 | LOSING_SYS_SIGLIST. | |
5874 | * config.table: Don't use mh-lynxos. | |
5875 | * config/mh-lynxos: Remove. | |
5876 | ||
5877 | Thu Jan 16 14:51:03 1997 Bob Manson <[email protected]> | |
5878 | ||
5879 | * cplus-dem.c: Fix indenting; make identical to the copy | |
5880 | in GCC. | |
5881 | (do_type, case 'M'): Check for a template as well as a class. | |
5882 | ||
5883 | Thu Dec 19 13:51:33 1996 Brendan Kehoe <[email protected]> | |
5884 | ||
5885 | * config/mt-vxworks5 (vxneeded-list): Remove sigsetmask.o, since | |
5886 | vxworks 5.[0-3] all have sigsetmask in them; the one provided by | |
5887 | libiberty is incorrect, as well. | |
5888 | ||
5889 | Mon Dec 2 15:03:42 1996 Michael Meissner <[email protected]> | |
5890 | ||
5891 | * alloca.c (alloca): When compiled with an ANSI/ISO compiler, | |
5892 | alloca takes a size_t argument, not just unsigned. | |
5893 | ||
5894 | Mon Nov 18 15:42:08 1996 Jason Merrill <[email protected]> | |
5895 | ||
5896 | * cplus-dem.c: Note that this file also lives in GCC. | |
5897 | ||
5898 | Mon Nov 18 15:19:00 1996 Dawn Perchik <[email protected]> | |
5899 | ||
5900 | * alloca.c: Remove include of libiberty.h for hpux. | |
5901 | * argv.c: Replace defs from libiberty.h. | |
5902 | * spaces.c: Put back externs from removed from libiberty.h. | |
5903 | * vasprintf.c: Remove include of libiberty.h for hpux. | |
5904 | ||
5905 | Mon Nov 18 14:08:00 1996 Dawn Perchik <[email protected]> | |
5906 | ||
5907 | * cplus-dem.c: Checking in again; last checkin filed due to sticky tag. | |
5908 | ||
5909 | Wed Nov 13 08:22:00 1996 Dawn Perchik <[email protected]> | |
5910 | ||
5911 | * cplus-dem.c: Revert last two commits due to conflicts with | |
5912 | hpux system headers. | |
5913 | ||
5914 | Wed Nov 13 08:22:00 1996 Dawn Perchik <[email protected]> | |
5915 | ||
5916 | * alloca.c, argv.c, spaces.c, strcasecmp.c, vasprintf.c, vprintf.c: | |
5917 | Revert last commit due to conflicts with hpux system headers. | |
5918 | ||
5919 | Wed Nov 13 10:36:50 1996 Michael Meissner <[email protected]> | |
5920 | ||
5921 | * cplus-dem.c (x{m,re}alloc): Make declarations compatibile with | |
5922 | libiberty.h when compiled with a standard compiler. | |
5923 | ||
5924 | Tue Nov 12 16:31:00 1996 Dawn Perchik <[email protected]> | |
5925 | ||
5926 | * alloca.c: Include libiberty.h for definition of xmalloc. | |
5927 | Don't redefine NULL. | |
5928 | * argv.c: Move prototypes to libiberty.h. | |
5929 | * cplus-dem.c: Include libiberty.h for definition of xmalloc. | |
5930 | Don't redefine NULL. | |
5931 | Use casts to eliminate compiler warnings. | |
5932 | * spaces.c: Remove prototypes for malloc and free which are | |
5933 | already in libibrty.h. | |
5934 | * strcasecmp.c: Use casts to eliminate compiler warnings. | |
5935 | * vasprintf.c: Include libiberty.h for definition of malloc. | |
5936 | Don't redefine NULL. | |
5937 | * vprintf.c: Include stdarg.h if __STDC__. | |
5938 | ||
5939 | Fri Oct 11 15:42:12 1996 Stu Grossman ([email protected]) | |
5940 | ||
5941 | * config/mh-windows: Add strcasecmp.o to EXTRA_OFILES. | |
5942 | ||
5943 | Fri Oct 11 11:16:31 1996 Stan Shebs <[email protected]> | |
5944 | ||
5945 | * mpw.c (mpwify_filename): Rewrite to simplify, and to handle | |
5946 | upward components correctly. | |
5947 | ||
5948 | Tue Oct 8 08:55:34 1996 Stu Grossman ([email protected]) | |
5949 | ||
5950 | * config.table, config/mh-windows: Add support for building under | |
5951 | MSVC (the Microsoft build environment). | |
5952 | ||
5953 | Mon Oct 7 10:50:27 1996 Ian Lance Taylor <[email protected]> | |
5954 | ||
5955 | * fnmatch.c: Undef const if not __STDC__. | |
5956 | ||
5957 | Thu Oct 3 13:46:39 1996 Ian Lance Taylor <[email protected]> | |
5958 | ||
5959 | * fnmatch.c: New file. | |
5960 | * Makefile.in (CFILES): Add fnmatch.c. | |
5961 | (REQUIRED_OFILES): Add fnmatch.o. | |
5962 | (fnmatch.o): New target. | |
5963 | ||
5964 | Wed Sep 18 14:49:13 1996 Jason Merrill <[email protected]> | |
5965 | ||
5966 | * cplus-dem.c (demangle_template): Fix handling of address args. | |
5967 | (gnu_special): Handle type_info stuff. | |
5968 | ||
5969 | Fri Sep 13 17:52:55 1996 Stan Shebs <[email protected]> | |
5970 | ||
5971 | * mpw.c (DebugPI): Make settable from the env var DEBUG_PATHNAMES. | |
5972 | (mpwify_filename): Handle "::/" case. | |
5973 | ||
5974 | Thu Sep 12 13:30:40 1996 Geoffrey Noer <[email protected]> | |
5975 | ||
5976 | * config/mh-cygwin32: new file (need -DNEED_basename and | |
5977 | -DNEED_sys_siglist for native NT rebuilding) | |
5978 | * config.table (*-*-cygwin32): new entry | |
5979 | * choose-temp.c: bring in sync with gcc (revert Aug 17 change) | |
5980 | ||
5981 | Thu Aug 29 16:48:45 1996 Michael Meissner <[email protected]> | |
5982 | ||
5983 | * config.table (i[345]86-*-*): Recognize i686 for pentium pro. | |
5984 | ||
5985 | Tue Aug 27 13:47:58 1996 Stan Shebs <[email protected]> | |
5986 | ||
5987 | * pexecute.c (pexecute) [MPW]: Remove old bogus code that | |
5988 | messed with arguments that included a '/', add escape chars | |
5989 | to double quotes, remove const decl from arg that Mac | |
5990 | compilers don't seem to like. | |
5991 | ||
5992 | Sat Aug 17 04:44:27 1996 Geoffrey Noer <[email protected]> | |
5993 | ||
5994 | * pexecute.c: Update test for win32 (&& ! cygwin32). | |
5995 | * choose-temp.c: fix WIN32 preprocessor defines | |
5996 | ||
5997 | Thu Aug 15 12:26:48 1996 Stan Shebs <[email protected]> | |
5998 | ||
5999 | * mpw-make.sed: Add @DASH_C_FLAG@ and @SEGMENT_FLAG({Default})@ | |
6000 | to editing of default makefile rule. | |
6001 | ||
6002 | Sun Aug 11 21:03:27 1996 Stu Grossman ([email protected]) | |
6003 | ||
6004 | * alloca-norm.h: Include <malloc.h> if _WIN32. | |
6005 | * argv.c: Include non-prototyped decls for malloc and string | |
6006 | functions if ! _WIN32 or if __GNUC__. | |
6007 | ||
6008 | Thu Aug 8 12:42:40 1996 Klaus Kaempf <[email protected]> | |
6009 | ||
6010 | * config.h-vms: New file. | |
6011 | * makefile.vms: Use it. | |
6012 | ||
6013 | Wed Aug 7 17:16:12 1996 Stu Grossman ([email protected]) | |
6014 | ||
6015 | * getopt.c (_getopt_internal): If argc is 0, just return (before | |
6016 | we reference *argv and segfault). | |
6017 | ||
6018 | Mon Aug 5 01:29:08 1996 Jason Merrill <[email protected]> | |
6019 | ||
6020 | * Makefile.in (distclean): Add multilib.out. | |
6021 | ||
6022 | Thu Jul 18 17:40:55 1996 Ian Lance Taylor <[email protected]> | |
6023 | ||
6024 | * alloca-norm.h: Change #ifdef sparc to #if defined (sparc) && | |
6025 | defined (sun). From Andrew Gierth <[email protected]>. | |
6026 | ||
6027 | Mon Jul 1 13:40:44 1996 Ken Raeburn <[email protected]> | |
6028 | ||
6029 | Tue May 28 15:29:03 1996 Pat Rankin <[email protected]> | |
6030 | ||
6031 | * vmsbuild.com (REQUIRD_OFILES): Add choose-temp.o and xstrdup.o. | |
6032 | ||
6033 | Thu Jan 25 18:20:04 1996 Pat Rankin <[email protected]> | |
6034 | ||
6035 | * vmsbuild.com: Changes to handle DEFFUNC(on_exit). | |
6036 | (do_ofiles): Allow nonexistent source file in pass 3. | |
6037 | (chk_deffunc): New routine. | |
6038 | ||
6039 | Tue Jun 25 19:24:43 1996 Doug Evans <[email protected]> | |
6040 | ||
6041 | * pexecute.c (PEXECUTE_VERBOSE): Define. | |
6042 | (MPW pexecute): Check flags & PEXECUTE_VERBOSE instead of verbose_flag. | |
6043 | ||
6044 | Tue Jun 25 23:11:48 1996 Jason Molenda ([email protected]) | |
6045 | ||
6046 | * Makefile.in (docdir): Removed. | |
6047 | ||
6048 | Tue Jun 25 23:01:07 1996 Jason Molenda ([email protected]) | |
6049 | ||
6050 | * Makefile.in (oldincludedir): Removed. | |
6051 | ||
6052 | Tue Jun 25 22:50:07 1996 Jason Molenda ([email protected]) | |
6053 | ||
b4fe2683 | 6054 | * Makefile.in (datadir): Set to $(prefix)/share. |
252b5132 RH |
6055 | |
6056 | Thu Jun 20 21:17:52 1996 Ian Lance Taylor <[email protected]> | |
6057 | ||
6058 | * cplus-dem.c (demangle_arm_pt): Reindent. Avoid endless loop by | |
6059 | checking for errors from do_type. | |
6060 | ||
6061 | Tue Jun 18 14:36:19 1996 Klaus Kaempf <[email protected]> | |
6062 | ||
6063 | * makefile.vms: New file. | |
6064 | * xmalloc.c: If VMS, include <stdlib.h> and <unixlib.h> rather | |
6065 | than declaring malloc, realloc, and sbrk. | |
6066 | ||
6067 | Mon Jun 10 13:17:17 1996 Doug Evans <[email protected]> | |
6068 | ||
6069 | * pexecute.c: New file. | |
6070 | ||
6071 | Wed Jun 5 16:57:45 1996 Richard Henderson <[email protected]> | |
6072 | ||
6073 | * xmalloc.c: Declare sbrk. | |
6074 | ||
6075 | Sat May 4 05:08:45 1996 Peter Schauer ([email protected]) | |
6076 | ||
6077 | * alloca-norm.h: Add SPARCworks cc compatible __builtin_alloca | |
6078 | declaration. | |
6079 | ||
6080 | Mon Apr 22 18:41:49 1996 Ian Lance Taylor <[email protected]> | |
6081 | ||
6082 | * xstrerror.c: Include <stdio.h>. | |
6083 | ||
6084 | Sun Apr 21 11:55:12 1996 Doug Evans <[email protected]> | |
6085 | ||
6086 | * Makefile.in (CFILES): Add atexit.c. | |
6087 | ||
6088 | Sun Apr 21 09:50:09 1996 Stephen L Moshier ([email protected]) | |
6089 | ||
6090 | * choose-temp.c: Include sys/types.h before sys/file.h for sco3.2v5. | |
6091 | ||
6092 | Wed Apr 17 11:17:55 1996 Doug Evans <[email protected]> | |
6093 | ||
6094 | * choose-temp.c: Don't #include sys/file.h ifdef NO_SYS_FILE_H. | |
6095 | #include <stdio.h> | |
6096 | * config/mt-vxworks5 (HDEFINES): Define NO_SYS_FILE_H. | |
6097 | ||
6098 | Tue Apr 16 11:27:16 1996 Jeffrey A Law ([email protected]) | |
6099 | ||
b4fe2683 | 6100 | * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o. |
252b5132 RH |
6101 | Reverts Feb 8, 1995 change. |
6102 | ||
6103 | Mon Apr 15 12:53:26 1996 Doug Evans <[email protected]> | |
6104 | ||
6105 | * choose-temp.c: New file. | |
6106 | * Makefile.in (CFILES): Add choose-temp.c. | |
6107 | (REQUIRED_OFILES): Add choose-temp.o. | |
6108 | ||
6109 | Sat Apr 13 14:19:30 1996 Stu Grossman ([email protected]) | |
6110 | ||
6111 | * floatformat.c (floatformat_to_double): Don't bias exponent when | |
6112 | handling zero's, denorms or NaNs. | |
6113 | ||
6114 | Thu Apr 11 13:36:56 1996 Stu Grossman ([email protected]) | |
6115 | ||
6116 | * floatformat.c (floatformat_to_double): Fix bugs with handling | |
6117 | numbers with fractions < 32 bits. | |
6118 | ||
6119 | Mon Apr 8 14:48:34 1996 Ian Lance Taylor <[email protected]> | |
6120 | ||
6121 | * config.table: Permit --enable-shared to specify a list of | |
6122 | directories. | |
6123 | ||
6124 | Tue Mar 19 22:02:07 1996 Jason Merrill <[email protected]> | |
6125 | ||
6126 | * cplus-dem.c (demangle_template): Fix for non-mangled pointer | |
6127 | arguments. | |
6128 | ||
6129 | Fri Mar 8 17:24:18 1996 Ian Lance Taylor <[email protected]> | |
6130 | ||
6131 | * configure.in: If srcdir is `.' and with_target_subdir is not | |
6132 | `.', then set MULTISRCTOP before calling config-ml.in. | |
6133 | ||
6134 | Thu Mar 7 13:37:10 1996 Stan Shebs <[email protected]> | |
6135 | ||
6136 | * mpw.c (mpw_open): Add debugging output option. | |
6137 | ||
6138 | Wed Mar 6 17:36:03 1996 Jason Merrill <[email protected]> | |
6139 | ||
6140 | * cplus-dem.c (demangle_template): Fix for address-of-extern arguments. | |
6141 | ||
6142 | Tue Feb 27 12:00:50 1996 Raymond Jou <[email protected]> | |
6143 | ||
6144 | * mpw.c (mpwify_filename): Change 6 to 5 in | |
6145 | strncmp (unixname, "/tmp/", 5). | |
6146 | ||
6147 | Tue Feb 20 10:55:53 1996 Ian Lance Taylor <[email protected]> | |
6148 | ||
6149 | * cplus-dem.c (demangle_template): Initialize is_bool. Correctly | |
6150 | handle 0 as a pointer value parameter. | |
6151 | ||
6152 | Mon Feb 5 16:41:44 1996 Ian Lance Taylor <[email protected]> | |
6153 | ||
6154 | * Makefile.in (all): Depend upon required-list. | |
6155 | (required-list): New target. | |
6156 | (clean): Remove required-list. | |
6157 | ||
6158 | Wed Jan 31 10:19:41 1996 Steve Chamberlain <[email protected]> | |
6159 | ||
6160 | * win32.c: Deleted. | |
6161 | * config.table (i386-*-win32): Deleted. | |
6162 | * config/mh-i386win32: Deleted. | |
6163 | ||
6164 | Thu Jan 18 11:34:17 1996 Ian Lance Taylor <[email protected]> | |
6165 | ||
6166 | * cplus-dem.c (cplus_demangle_opname): Change opname parameter to | |
6167 | const char *. | |
6168 | (cplus_mangle_opname): Change return type and opname parameter to | |
6169 | const char *. Don't cast return value. | |
6170 | ||
6171 | Tue Jan 16 12:13:11 1996 Stan Shebs <[email protected]> | |
6172 | ||
6173 | * mpw.c: Include Timer.h, in order to get m68k Microseconds trap | |
6174 | definition. | |
6175 | ||
6176 | Wed Jan 3 13:15:04 1996 Fred Fish <[email protected]> | |
6177 | ||
6178 | * obstack.c: Update copyright to 1996. | |
6179 | (_obstack_memory_used): Define new function. Called via | |
6180 | obstack_memory_used macro. | |
6181 | ||
6182 | Thu Dec 28 11:39:40 1995 Ian Lance Taylor <[email protected]> | |
6183 | ||
6184 | * xstrdup.c: New file. | |
6185 | * Makefile.in (CFILES): Add xstrdup.c. | |
6186 | (REQUIRED_OFILES): Add xstrdup.o. | |
6187 | (xstrdup.o): New target. | |
6188 | ||
6189 | Mon Dec 11 18:18:52 1995 Mike Stump <[email protected]> | |
6190 | ||
6191 | * atexit.c: New stub to provide atexit on systems that have | |
6192 | on_exit, like SunOS 4.1.x systems. | |
6193 | * functions.def (on_exit, atexit): Ditto. | |
6194 | ||
6195 | Mon Dec 11 15:42:14 1995 Stan Shebs <[email protected]> | |
6196 | ||
6197 | * mpw.c (mpw_abort): Remove decl. | |
6198 | (mpw_access): Move debugging printf. | |
6199 | ||
6200 | Sat Dec 2 01:25:23 1995 Ian Lance Taylor <[email protected]> | |
6201 | ||
6202 | * config.table: Consistently use ${host} rather than ${xhost} or | |
6203 | ${target}. | |
6204 | * configure.in: Don't bother to set ${xhost} before calling | |
6205 | config.table. | |
6206 | ||
6207 | Tue Nov 28 14:16:57 1995 Brendan Kehoe <[email protected]> | |
6208 | ||
6209 | * Makefile.in (.c.o): Use test instead of the left bracket, to | |
6210 | avoid problems with some versions of make. | |
6211 | ||
6212 | Tue Nov 28 11:45:17 1995 Stan Shebs <[email protected]> | |
6213 | ||
6214 | * mpw-make.sed: Fix INCDIR edit to work with Nov 14 change. | |
6215 | ||
6216 | Tue Nov 21 11:26:34 1995 Fred Fish <[email protected]> | |
6217 | ||
6218 | * config/mh-hpux: Remove. It was only used to define EXTRA_OFILES, | |
6219 | which was set to just alloca.o, which is now automatically marked | |
6220 | as needed by the autoconfiguration process. | |
6221 | ||
6222 | Tue Nov 21 14:15:06 1995 Ian Lance Taylor <[email protected]> | |
6223 | ||
6224 | * config.table: Check ${with_cross_host} rather than comparing | |
6225 | ${host} and ${target}. | |
6226 | ||
6227 | Thu Nov 16 14:34:42 1995 Ian Lance Taylor <[email protected]> | |
6228 | ||
6229 | * configure.in: If with_target_subdir is empty, set xhost to | |
6230 | ${host} rather than ${target} before calling config.table. | |
6231 | ||
6232 | Tue Nov 14 01:38:30 1995 Doug Evans <[email protected]> | |
6233 | ||
6234 | * Makefile.in (MULTITOP): Deleted. | |
6235 | (MULTISRCTOP, MULTIBUILDTOP): New. | |
6236 | (FLAGS_TO_PASS): Delete INCDIR. | |
6237 | (INCDIR): Add $(MULTISRCTOP). | |
6238 | (install_to_libdir): Add $(MULTISUBDIR). Call $(MULTIDO). | |
6239 | * configure.in: Delete call to cfg-ml-com.in. Call config-ml.in | |
6240 | instead of cfg-ml-pos.in. | |
6241 | (cross-compile check): Change to test for with_target_subdir. | |
6242 | (EXTRA_LINKS): Delete. | |
6243 | ||
6244 | Sun Nov 12 12:13:04 1995 Stan Shebs <[email protected]> | |
6245 | ||
6246 | * mpw-make.sed: Add getpagesize.c.o to needed-list. | |
6247 | * mpw.c [USE_MW_HEADERS]: Conditionalize compiling of | |
6248 | functions that are supplied by Metrowerks libraries. | |
6249 | (fstat): Clean up descriptor->pointer conversion code. | |
6250 | (InstallConsole, etc): Empty definitions, for when linking | |
6251 | with SIOUX. | |
6252 | ||
6253 | Sun Nov 5 19:25:27 1995 Per Bothner <[email protected]> | |
6254 | ||
6255 | * Makefile.in (FLAGS_TO_PASS): Also pass PICFLAGS. | |
6256 | (.c.o): Stylistic change. | |
6257 | ||
6258 | Thu Nov 2 12:06:29 1995 Ian Lance Taylor <[email protected]> | |
6259 | ||
6260 | * strtol.c, strtoul.c: Don't include <stdlib.h>. From | |
6261 | [email protected] (Philippe De Muyter). | |
6262 | ||
6263 | Wed Nov 1 11:59:36 1995 Ian Lance Taylor <[email protected]> | |
6264 | ||
6265 | * configure.in: Correct sed call. | |
6266 | ||
6267 | Mon Oct 30 13:03:45 1995 Per Bothner <[email protected]> | |
6268 | ||
6269 | * configure.in: Clean up / simplify for native. | |
6270 | ||
6271 | * configure.in: Merge in stuff from ../xiberty/configure.in. | |
6272 | * Makefile.in (CC): Add definition (so it can be overrridden | |
6273 | by ../configure). | |
6274 | ||
6275 | Tue Oct 24 17:57:27 1995 Stan Shebs <[email protected]> | |
6276 | ||
6277 | * mpw-make.sed: Leave strerror.c.o in standard list of functions. | |
6278 | * mpw.c (R_OK, ENOENT, EACCESS, ENOSYS): Remove. | |
6279 | (link): Remove useless definition with error return. | |
6280 | (last_microseconds, warn_if_spin_delay, record_for_spin_delay): | |
6281 | Use UnsignedWide type for microsecond counts. | |
6282 | ||
6283 | Thu Oct 19 10:52:07 1995 Michael Meissner <[email protected]> | |
6284 | ||
6285 | * memcmp.c (memcmp): Argument types are const void *, not void | |
6286 | *const. | |
6287 | ||
6288 | * strncasecmp.c (strncasecmp): Include ansidecl.h/stdarg.h, not | |
6289 | sys/types.h. | |
6290 | * strcasecmp.c (strcasecmp): Ditto. | |
6291 | ||
6292 | Tue Oct 10 11:03:24 1995 Fred Fish <[email protected]> | |
6293 | ||
6294 | * Makefile.in (BISON): Remove macro. | |
6295 | ||
6296 | Tue Sep 26 15:06:46 1995 Stan Shebs <[email protected]> | |
6297 | ||
6298 | * Makefile.in (HFILES): Add default empty definition. | |
6299 | * mpw-config.in (config.h): Only update if changed. | |
6300 | * mpw-make.in: Remove. | |
6301 | * mpw-make.sed: New file, edits Makefile.in into MPW makefile. | |
6302 | * mpw.c: Remove semi-clone of strerror code. | |
6303 | (sys_nerr, sys_errlist): Define here. | |
6304 | (Microseconds): Only define as A-line trap if m68k Mac. | |
6305 | ||
6306 | Wed Sep 20 12:53:32 1995 Ian Lance Taylor <[email protected]> | |
6307 | ||
6308 | * Makefile.in (maintainer-clean): New synonym for distclean. | |
6309 | ||
6310 | Mon Aug 28 19:47:52 1995 Per Bothner <[email protected]> | |
6311 | ||
6312 | * config.table: For host, generalize rs6000-ibm-aix* | |
6313 | to *-ibm-aix* so we also include powerpc. | |
6314 | ||
6315 | Tue Aug 22 03:18:05 1995 Ken Raeburn <[email protected]> | |
6316 | ||
6317 | Fri Jun 16 18:35:40 1995 Pat Rankin ([email protected]) | |
6318 | ||
6319 | * xstrerror.c: New file. | |
6320 | * Makefile.in, vmsbuild.com: Compile it. | |
6321 | ||
6322 | Mon Jul 31 12:16:32 1995 steve chamberlain <[email protected]> | |
6323 | ||
6324 | * config.table (i386-*-win32): New. | |
6325 | ||
6326 | Fri Jul 21 11:35:52 1995 Doug Evans <[email protected]> | |
6327 | ||
6328 | * Makefile.in (MULTITOP): New variable. | |
6329 | (MULTIDIRS, MULTISUBDIR, MULTIDO, MULTICLEAN): Likewise. | |
6330 | (all): Add multilib support. | |
6331 | (install_to_tooldir, *clean): Likewise. | |
6332 | ||
6333 | Mon Jul 10 11:47:27 1995 Ken Raeburn <[email protected]> | |
6334 | ||
6335 | * makefile.dos (OBJS): Add hex.o. From DJ Delorie. | |
6336 | ||
6337 | Fri Jun 30 17:28:59 1995 Pat Rankin ([email protected]) | |
6338 | ||
6339 | * vmsbuild.com: create "new-lib.olb", build libiberty under that | |
6340 | name, and then make it become "liberty.olb" when done, so that an | |
6341 | incomplete build attempt never leaves behind something which looks | |
6342 | like a complete library. | |
6343 | ||
6344 | Thu Jun 29 00:22:02 1995 Steve Chamberlain <[email protected]> | |
6345 | ||
6346 | * config/mh-i386pe: New file for PE hosts. | |
6347 | * config.table: Understand PE hosts. | |
6348 | ||
6349 | Wed Jun 28 19:13:23 1995 Jason Merrill <[email protected]> | |
6350 | ||
6351 | * cplus-dem.c: Update from gcc. | |
6352 | ||
6353 | * argv.c, dummy.c: If __STDC__, #include "alloca-conf.h" after | |
b4fe2683 | 6354 | <stddef.h>. |
252b5132 RH |
6355 | * alloca-norm.h: If __STDC__, declare alloca with its parameter. |
6356 | ||
6357 | Thu Jun 22 18:57:47 1995 Stan Shebs <[email protected]> | |
6358 | ||
6359 | * mpw-make.in (ALL_CFLAGS): Define NEED_basename. | |
6360 | * mpw.c: Only test DebugPI once whenever printing debug info. | |
6361 | (mpwify_filename): If filename is /tmp/foo, change it into :_foo, | |
6362 | also fix to not write on input filename buffer. | |
6363 | (mpw_access): Use stat() instead of open(), works for directories | |
6364 | as well as files. | |
6365 | ||
6366 | Mon Jun 19 00:33:22 1995 Jason Merrill <[email protected]> | |
6367 | ||
6368 | * Makefile.in: Massage broken shells that require 'else true'. | |
6369 | ||
6370 | Sat Jun 17 23:21:58 1995 Fred Fish <[email protected]> | |
6371 | ||
6372 | * alloca-norm.h: Declare alloca as type "PTR" to match functions.def. | |
6373 | Declare __builtin_alloca in the sparc case, as argv.c did. | |
6374 | * argv.c: Replace inline version of alloca-norm.h at start of file with | |
6375 | a #include of alloca-conf.h. Precede it with an include of ansidecl.h | |
6376 | because alloca-norm.h needs to declare alloca as "PTR". | |
6377 | ||
6378 | Mon Jun 12 14:24:26 1995 Steve Chamberlain <[email protected]> | |
6379 | ||
6380 | * win32.c: New file. | |
6381 | ||
6382 | Fri Jun 9 15:16:14 1995 Jason Merrill <[email protected]> | |
6383 | ||
6384 | * dummy.c: #include "alloca-conf.h". | |
6385 | ||
6386 | Wed Jun 7 11:46:23 1995 Jason Merrill <[email protected]> | |
6387 | ||
6388 | * Makefile.in (mostlyclean): Remove stamp-picdir. | |
6389 | (clean): Don't. | |
6390 | ||
6391 | Mon Jun 5 18:46:06 1995 Jason Merrill <[email protected]> | |
6392 | ||
6393 | * config.table (frags): Use toplevel pic frags. | |
6394 | ||
6395 | * Makefile.in (PICFLAG): New macro. | |
6396 | (all): Depend on stamp-picdir. | |
6397 | (needed-list): Ditto. | |
6398 | (.c.o): Also build pic object. | |
6399 | (stamp-picdir): New rule. | |
6400 | (mostlyclean): Remove pic. | |
6401 | (clean): Remove stamp-picdir. | |
6402 | ||
6403 | Fri Mar 24 16:55:48 1995 Pat Rankin ([email protected]) | |
6404 | ||
6405 | * vmsbuild.com (config.h): Add `#define NEED_basename'. | |
6406 | ||
6407 | Tue May 23 10:12:46 1995 Per Bothner <[email protected]> | |
6408 | ||
6409 | * clock.c, getopt.c, strtod.c, vsprintf.c: Change from using LGPL | |
6410 | to libio-style copyright. | |
6411 | * getpagesize.c: Remove FSF copyright. | |
6412 | ||
6413 | Sat May 20 12:30:23 1995 Ken Raeburn <[email protected]> | |
6414 | ||
6415 | Added improved VMS support from Pat Rankin: | |
6416 | ||
6417 | Fri Mar 17 18:40:36 1995 Pat Rankin ([email protected]) | |
6418 | ||
6419 | * vmsbuild.com: new file. | |
6420 | ||
6421 | * getpagesize.c (getpagesize): implement for VMS; | |
6422 | * strerror.c (strerror, strerrno, strtoerrno): add rudimentary | |
6423 | support for EVMSERR. | |
6424 | ||
6425 | Thu May 18 17:01:42 1995 Ken Raeburn <[email protected]> | |
6426 | ||
6427 | Wed May 10 14:28:16 1995 Richard Earnshaw ([email protected]) | |
6428 | ||
6429 | * floatformat.c (floatformat_arm_ext): Define. | |
6430 | ||
6431 | Tue May 16 13:30:59 1995 Per Bothner <[email protected]> | |
6432 | ||
6433 | * basename.c, bcmp.c, getcwd.c, insque.c, rename.c, sigsetmask.c, | |
6434 | strerror.c, strsignal.c: Remove FSF copyright. | |
6435 | * sigsetmask.c: #include <sys/types.h> - seems to be needed by ISC. | |
6436 | ||
6437 | Mon May 15 19:53:17 1995 Per Bothner <[email protected]> | |
6438 | ||
6439 | * bcopy.c, bzero.c, memcmp.c, memcpy.c, memset.c, strchr.c, | |
6440 | strrchr.c, strstr.c, vfork.c: Remove FSF Copyright, because this | |
6441 | might contaminate libstdc++ with the LGPL. (OK'd by RMS 11 Oct 94.) | |
6442 | * strchr.c, strrchr.c: Add cast to suppress const warning. | |
6443 | ||
6444 | Thu May 4 14:36:42 1995 Jason Merrill <[email protected]> | |
6445 | ||
6446 | * cplus-dem.c: Use const instead of CONST. Don't include | |
b4fe2683 | 6447 | ansidecl.h directly. |
252b5132 RH |
6448 | |
6449 | Wed Apr 19 01:30:27 1995 Jason Merrill <[email protected]> | |
6450 | ||
6451 | * cplus-dem.c: Don't include libiberty.h. Do declare xmalloc and | |
b4fe2683 | 6452 | xrealloc. |
252b5132 | 6453 | (-DMAIN): Don't rely on an externally-defined version number; |
b4fe2683 JM |
6454 | instead, require the version number to be defined as a |
6455 | preprocessor macro. Handle the RS/6000 leading dot. Define | |
6456 | xmalloc, xrealloc and fatal. Don't strip a leading underscore | |
6457 | if we couldn't demangle the word. | |
252b5132 RH |
6458 | |
6459 | Tue Apr 4 13:03:51 1995 Stan Shebs <[email protected]> | |
6460 | ||
6461 | (Old mpw.c change descriptions retained for informational value.) | |
6462 | * mpw.c (warning_threshold): Default to .4 sec. | |
6463 | (overflow_count, current_progress): New globals. | |
6464 | (warn_if_spin_delay): Include current progress type, | |
6465 | such as program name, in message. | |
6466 | (mpw_start_progress): Set current_progress variable from arg. | |
6467 | (mpw_end_progress): Report spin delays by power-of-two-size | |
6468 | buckets instead of constant-size buckets. | |
6469 | ||
6470 | * mpw.c: Clean up formatting, types, returns, etc. | |
6471 | (ENOSYS): Define. | |
6472 | (mpw_fread, mpw_fwrite): Define. | |
6473 | (sleep): Define correctly. | |
6474 | ||
6475 | * mpw.c: New code to implement cursor spinning support. | |
6476 | (umask): New function. | |
6477 | (mpw_fopen, mpw_fseek, stat, fstat): Call PROGRESS. | |
6478 | ||
6479 | * mpw.c (mpw_basename, mpw_mixed_basename): New functions, find | |
6480 | basenames for MPW and MPW/Unix filenames. | |
6481 | (mpw_special_init): New function, calls Macsbug if desired. | |
6482 | ||
6483 | * mpw.c: Add GPL notice. | |
6484 | (mpwify_filename): Add more transformations. | |
6485 | (mpw_fopen): Call mpwify_filename on file names. | |
6486 | (rename): Remove. | |
6487 | (chdir, getcwd): Add simple definitions. | |
6488 | ||
6489 | * mpw.c: Random cleanups, remove unused code bits. | |
6490 | Added copy of strerror.c for gcc's use. | |
6491 | (stat, fstat, _stat): New versions based on Guido van Rossum code. | |
6492 | ||
6493 | * mpw.c (mpw_fseek): Make it work correctly when doing SEEK_CUR. | |
6494 | ||
6495 | * mpw.c (stat): Remove hack definition, get from sys/stat.h. | |
6496 | (fork, vfork, etc): Print error messages if called. | |
6497 | (getrusage, sbrk, environ, isatty, link, utime, mkdir, rmdir, | |
6498 | rename, chown): Define. | |
6499 | ||
6500 | * mpw-config.in: New file, MPW version of configure.in. | |
6501 | * mpw-make.in: New file, MPW version of Makefile.in. | |
6502 | * mpw.c: New file, MPW compatibility routines. | |
6503 | ||
6504 | Fri Mar 24 14:10:30 1995 Jim Kingdon ([email protected]) | |
6505 | ||
6506 | * basename.c: Include config.h before checking for NEED_basename. | |
6507 | ||
6508 | Thu Mar 23 19:09:54 1995 Jason Merrill <[email protected]> | |
6509 | ||
6510 | * functions.def: Add DEFFUNC for basename. | |
6511 | ||
6512 | * basename.c: Only define basename if NEED_basename. | |
6513 | ||
6514 | Thu Mar 16 13:36:05 1995 Jason Merrill <[email protected]> | |
6515 | ||
6516 | * config.table: Fix --enable-shared logic for native builds. | |
6517 | ||
6518 | Mon Mar 13 11:05:11 1995 Jason Merrill <[email protected]> | |
6519 | ||
6520 | * cplus-dem.c (demangle_template): Demangle bool literals properly. | |
6521 | ||
6522 | Mon Mar 6 23:57:28 1995 Stu Grossman ([email protected]) | |
6523 | ||
6524 | * strtol.c strtoul.c: Replace these with less buggy versions from | |
6525 | NetBSD. (strtoul in particular couldn't handle base 16.) | |
6526 | ||
6527 | Wed Mar 1 15:59:01 1995 Ian Lance Taylor <[email protected]> | |
6528 | ||
6529 | * config/mt-vxworks5 (HDEFINES): Define NO_SYS_PARAM_H. | |
6530 | ||
6531 | * clock.c: If NO_SYS_PARAM_H is defined, don't include | |
6532 | <sys/param.h>. | |
6533 | * getcwd.c, getpagesize.c, getruntime.c: Likewise. | |
6534 | ||
6535 | Fri Feb 17 15:40:55 1995 Ian Lance Taylor <[email protected]> | |
6536 | ||
6537 | * getruntime.c (get_run_time): Don't assume that CLOCKS_PER_SEC is | |
6538 | a number; ANSI appears to permit any expression, including a | |
6539 | function call. | |
6540 | ||
6541 | * config.table (*-*-vxworks5*): Use mt-vxworks5 when configuring | |
6542 | xiberty. | |
6543 | * config/mt-vxworks5: New file. | |
6544 | ||
6545 | Thu Feb 9 14:19:45 1995 Ian Lance Taylor <[email protected]> | |
6546 | ||
6547 | * basename.c (basename): Change argument to be const. | |
6548 | ||
6549 | Wed Feb 8 18:06:52 1995 Jason Merrill <[email protected]> | |
6550 | ||
6551 | * Makefile.in (lneeded-list): Don't worry about xmalloc. | |
6552 | ||
6553 | Sun Jan 15 00:40:36 1995 Jeff Law ([email protected]) | |
6554 | ||
6555 | * Makefile.in (distclean): Delete xhost-mkfrag. | |
6556 | ||
6557 | Thu Jan 12 16:54:18 1995 Jason Merrill <[email protected]> | |
6558 | ||
6559 | * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o. | |
6560 | ||
6561 | Wed Jan 11 22:39:56 1995 Ken Raeburn <[email protected]> | |
6562 | ||
6563 | * hex.c: New file. | |
6564 | * Makefile.in (REQUIRED_OFILES, CFILES): List it. | |
6565 | (hex.o): Add dependencies. | |
6566 | ||
6567 | * cplus-dem.c (demangle_prefix): For GNU style constructor and | |
6568 | destructor names, try demangling the remainder of the string. | |
6569 | ||
6570 | Wed Dec 28 00:49:15 1994 Ian Lance Taylor <[email protected]> | |
6571 | ||
6572 | * vasprintf.c (int_vasprintf): New static function. | |
6573 | (vasprintf): Use int_vasprintf. Removes assumption that va_list | |
6574 | is assignment compatible. | |
6575 | ||
6576 | Sat Nov 5 19:29:12 1994 Jason Merrill ([email protected]) | |
6577 | ||
6578 | * Makefile.in (LIBCFLAGS): New variable. | |
6579 | (FLAGS_TO_PASS): Pass it. | |
6580 | (.c.o): Use it. | |
6581 | ||
6582 | Thu Nov 3 19:09:47 1994 Ken Raeburn <[email protected]> | |
6583 | ||
6584 | * getopt.c, getopt1.c: Do compile these functions under Linux, | |
6585 | since many native versions are based on glibc but are buggy. | |
6586 | ||
6587 | Mon Oct 24 15:16:46 1994 Per Bothner <[email protected]> | |
6588 | ||
6589 | * vasprintf.c: Make 'format' arg be const, to avoid a mismatch | |
6590 | with prototype in GNU libc. Support stdarg.h as well as varargs.h. | |
6591 | ||
6592 | Tue Oct 11 17:48:27 1994 Jason Merrill ([email protected]) | |
6593 | ||
6594 | * Makefile.in (REQUIRED_OFILES): Add vasprintf.o. | |
6595 | * functions.def: Remove vasprintf. | |
6596 | ||
6597 | Wed Sep 14 17:04:55 1994 Ian Lance Taylor ([email protected]) | |
6598 | ||
6599 | * xmalloc.c (first_break): New static variable. | |
6600 | (xmalloc_set_program_name): Record sbrk (0) in first_break. | |
6601 | (xmalloc): If memory allocation fails, try to report how much | |
6602 | memory was allocated by the program up to this point. | |
6603 | (xrealloc): Likewise. | |
6604 | ||
6605 | Sun Sep 04 17:58:10 1994 Richard Earnshaw ([email protected]) | |
6606 | ||
6607 | * Makefile.in (ERRORS_CC): New variable, defaulted to $(CC). Use it | |
6608 | when linking dummy. | |
6609 | * config.table: Add host RISCiX Makefile frag. | |
6610 | * config/mh-riscix: New file. | |
6611 | ||
6612 | Thu Aug 25 17:29:44 1994 Ian Lance Taylor ([email protected]) | |
6613 | ||
6614 | * Makefile.in (FLAGS_TO_PASS): Define. | |
6615 | ($(RULE1)): Use $(FLAGS_TO_PASS). | |
6616 | ||
6617 | Wed Aug 24 17:08:47 1994 Ian Lance Taylor ([email protected]) | |
6618 | ||
6619 | * vasprintf.c: Include <string.h>. | |
6620 | (vasprintf): Add casts to void for va_arg to avoid gcc warnings. | |
6621 | * xatexit.c: Declare malloc. | |
6622 | ||
6623 | Fri Aug 19 15:29:12 1994 Kung Hsu ([email protected]) | |
6624 | ||
6625 | * cplus-dem.c (demangle_args): Fix a bug in previous patch (the | |
6626 | one below). | |
6627 | ||
6628 | Thu Aug 18 14:37:14 1994 Kung Hsu ([email protected]) | |
6629 | ||
6630 | * cplus-dem.c (demangle args): Handle ARM repeat encoding where | |
b4fe2683 | 6631 | the type index is greater than 9. |
252b5132 RH |
6632 | |
6633 | Wed Aug 17 16:13:49 1994 Kung Hsu ([email protected]) | |
6634 | ||
6635 | * cplus-dem.c (demangle_qualified): accept optional '_' between | |
6636 | qualified name. This is baecause the template name may end with | |
6637 | numeric and can mixed up with the length of next qualified name. | |
6638 | ||
6639 | Wed Aug 3 05:52:14 1994 D. V. Henkel-Wallace ([email protected]) | |
6640 | ||
6641 | * config/mt-sunos4: Use our standard location for cross-includes | |
6642 | and cross-libs when the target is also a "host" environment (ie no | |
6643 | newlib; includes and such don't belong to us). This is specific | |
6644 | to the Cygnus Support environment. | |
6645 | ||
6646 | Tue Aug 2 15:25:12 1994 Kung Hsu ([email protected]) | |
6647 | ||
6648 | * cplus-dem.c (demangle_template): demangle as xxx<'Q'> not | |
6649 | xxx<ch=81>. | |
6650 | ||
6651 | Mon Aug 1 17:02:48 1994 Kung Hsu ([email protected]) | |
6652 | ||
6653 | * cplus-dem.c (main): flush stdout to make pipe work. | |
6654 | ||
6655 | Sat Jul 16 12:56:32 1994 Stan Shebs ([email protected]) | |
6656 | ||
6657 | * config.table (*-*-cxux7*): Recognize. | |
6658 | * floatformat.c (floatformat_m88110_ext) [HARRIS_FLOAT_FORMAT]: | |
6659 | Harris-specific float format. | |
6660 | * config/mh-cxux7: New file. | |
6661 | ||
6662 | Wed Jun 29 00:26:17 1994 Peter Schauer ([email protected]) | |
6663 | ||
6664 | * cplus-dem.c (demangle_template): Make sure that the result of | |
6665 | consume_count doesn't index beyond the end of the string. | |
6666 | ||
6667 | Mon Jun 20 23:54:37 1994 Peter Schauer ([email protected]) | |
6668 | ||
6669 | * cplus-dem.c (gnu_special): Handle vtable mangling of gcc-2.4.5 and | |
6670 | earlier. Improve test for new vtable mangling. Change output back | |
6671 | to `virtual table'. | |
6672 | ||
6673 | Mon Jun 20 11:37:30 1994 Ian Lance Taylor ([email protected]) | |
6674 | ||
6675 | * obstack.c: Always compile this code, even if using the GNU | |
6676 | library. Avoids problems with relatively recent binary | |
6677 | incompatibility. | |
6678 | ||
6679 | Thu Jun 16 17:54:01 1994 Ian Lance Taylor ([email protected]) | |
6680 | ||
6681 | * cplus-dem.c: Include libiberty.h. | |
6682 | (xmalloc, xrealloc, free): Don't declare. | |
6683 | (strstr): Don't declare parameters. | |
6684 | (xmalloc, xrealloc): Don't define. | |
6685 | (long_options): Add no-strip-underscores. | |
6686 | (main): Call xmalloc_set_program_name. Pass n in short options to | |
6687 | getopt_long. Handle option 'n' to not strip underscores. | |
6688 | (usage): Mention -n and --no-strip-underscores. | |
6689 | ||
6690 | Sun Jun 12 01:37:09 1994 Jason Merrill ([email protected]) | |
6691 | ||
6692 | * cplus-dem.c (demangle_template): Separate consecutive >'s with a | |
b4fe2683 | 6693 | space. |
252b5132 RH |
6694 | (gnu_special): Demangle template and qualified names in a vtable name. |
6695 | ||
6696 | Fri May 27 12:27:52 1994 Ken Raeburn ([email protected]) | |
6697 | ||
6698 | From gas-2.3 and binutils-2.4 net releases: | |
6699 | ||
6700 | Wed May 11 22:32:00 1994 DJ Delorie ([email protected]) | |
6701 | ||
6702 | * makefile.dos: [new] Makefile for dos/go32 | |
6703 | * configure.bat: update for latest files | |
6704 | * msdos.c: remove some functions now in libc.a | |
6705 | ||
6706 | Fri May 20 18:53:32 1994 Per Bothner ([email protected]) | |
6707 | ||
6708 | * cplus-dem.c (gnu_special): Recognize thunks, as well as | |
6709 | the new naming style for vtables (when -fvtable-thunks). | |
6710 | ||
6711 | Wed May 18 13:34:06 1994 Ian Lance Taylor ([email protected]) | |
6712 | ||
6713 | * Makefile.in (XTRAFLAGS): Don't define. | |
6714 | (.c.o, dummy.o): Don't use XTRAFLAGS. | |
6715 | ($(RULE1)): Don't pass XTRAFLAGS down in recursive call. | |
6716 | ||
6717 | Fri May 13 16:02:12 1994 Jim Kingdon ([email protected]) | |
6718 | ||
6719 | * vasprintf.c: New file. | |
6720 | * Makefile.in, functions.def: Add it. | |
6721 | ||
6722 | Fri May 13 16:20:28 1994 Jason Merrill ([email protected]) | |
6723 | ||
6724 | * cplus-dem.c (demangle_fund_type): Grok bool. | |
6725 | ||
6726 | Fri May 6 14:44:21 1994 Steve Chamberlain ([email protected]) | |
6727 | ||
6728 | * config.table: Add go32 | |
6729 | * config/mh-go32: New template. | |
6730 | ||
6731 | Fri May 6 11:01:59 1994 D. V. Henkel-Wallace ([email protected]) | |
6732 | ||
6733 | * config.table, config/mt-sunos4: config for when sun4 is cross target. | |
6734 | ||
6735 | Mon Apr 11 00:54:33 1994 Richard Stallman ([email protected]) | |
6736 | ||
b4fe2683 JM |
6737 | * getopt.c [not __GNU_LIBRARY__] [__GCC__] [not __STDC__]: |
6738 | Declare strlen to return int. Don't include stddef.h. | |
252b5132 RH |
6739 | |
6740 | Fri Apr 1 00:38:17 1994 Jim Wilson ([email protected]) | |
6741 | ||
b4fe2683 JM |
6742 | * getopt.c: Delete use of IN_GCC to control whether |
6743 | stddef.h or gstddef.h is included. | |
252b5132 RH |
6744 | |
6745 | Thu Apr 14 14:00:56 1994 Kung Hsu ([email protected]) | |
6746 | ||
6747 | * cplus-dem.c (demangle_signature): Fix a bug in template function | |
6748 | type numbering. | |
6749 | ||
6750 | Wed Apr 13 17:23:03 1994 Kung Hsu ([email protected]) | |
6751 | ||
6752 | * cplus-dem.c (demangle_signature): Fix template function with arm | |
6753 | style argument type number, Tn. | |
6754 | ||
6755 | Wed Apr 13 17:11:15 1994 Jason Merrill ([email protected]) | |
6756 | ||
6757 | * cplus-dem.c (optable): Add new[] and delete[]. | |
6758 | ||
6759 | Fri Apr 8 11:21:42 1994 Jim Kingdon ([email protected]) | |
6760 | ||
6761 | * argv.c (buildargv): Don't produce empty argument just because | |
6762 | there is trailing whitespace. | |
6763 | ||
6764 | Wed Apr 6 11:42:14 1994 Kung Hsu ([email protected]) | |
6765 | ||
6766 | * cplus-dem.c (demangle_template): fix 'Q' qualified name bug. | |
6767 | Handle 'p' same as 'P'. | |
6768 | * cplus-dem.c (do_type): Handle 'p' same as 'P'. | |
6769 | ||
6770 | Sat Mar 26 12:00:13 1994 Peter Schauer ([email protected]) | |
6771 | ||
6772 | * floatformat.c (get_field, put_field): Fix off by one error in | |
6773 | little endian case. | |
6774 | ||
6775 | Thu Mar 24 10:40:19 1994 Jim Kingdon ([email protected]) | |
6776 | ||
6777 | * floatformat.c (floatformat_from_double): Pass unsigned char *, | |
6778 | not char *, to put_field. | |
6779 | ||
6780 | Fri Mar 18 12:34:33 1994 Per Bothner ([email protected]) | |
6781 | ||
6782 | * memmove.c: Re-wrote; placed in public domain. | |
6783 | ||
6784 | Wed Mar 16 10:33:07 1994 Jim Kingdon ([email protected]) | |
6785 | ||
6786 | * cplus-dem.c (demangle_prefix): If ARM demangling, don't treat | |
6787 | __Q* as a constructor. | |
6788 | ||
6789 | Mon Mar 14 12:26:02 1994 Ian Lance Taylor ([email protected]) | |
6790 | ||
6791 | * ieee-float.c: Removed; no longer used. | |
6792 | * Makefile.in: Changed accordingly. | |
6793 | ||
6794 | Mon Mar 7 12:28:17 1994 Ian Lance Taylor ([email protected]) | |
6795 | ||
6796 | * floatformat.c (get_field): Removed unused local variable i. | |
6797 | (put_field): Removed unused local variable i. | |
6798 | ||
6799 | Sun Feb 27 21:50:11 1994 Jim Kingdon ([email protected]) | |
6800 | ||
6801 | * floatformat.c: New file, intended to replace ieee-float.c. | |
6802 | * Makefile.in: Change accordingly. | |
6803 | ||
6804 | Thu Feb 24 11:51:12 1994 David J. Mackenzie ([email protected]) | |
6805 | ||
6806 | * getopt.c: Remove #ifdef GETOPT_COMPAT and #if 0 code. | |
6807 | (_getopt_initialize): New function, broken out of _getopt_internal. | |
6808 | (_getopt_internal): | |
6809 | If long_only and the ARGV-element has the form "-f", where f is | |
6810 | a valid short option, don't consider it an abbreviated form of | |
6811 | a long option that starts with f. Otherwise there would be no | |
6812 | way to give the -f short option. | |
6813 | ||
6814 | Thu Feb 10 14:44:16 1994 Richard Stallman ([email protected]) | |
6815 | ||
b4fe2683 JM |
6816 | * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]: |
6817 | Test just __STDC__, not emacs. | |
252b5132 RH |
6818 | |
6819 | Wed Feb 9 00:14:00 1994 Richard Stallman ([email protected]) | |
6820 | ||
b4fe2683 JM |
6821 | * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC] |
6822 | [emacs] [not __STDC__]: Don't include stddef.h. Don't declare strlen. | |
252b5132 RH |
6823 | |
6824 | Fri Dec 24 19:43:00 1993 Noah Friedman ([email protected]) | |
6825 | ||
b4fe2683 | 6826 | * getopt.c (_NO_PROTO): Define before config.h is included. |
252b5132 RH |
6827 | |
6828 | Mon Sep 20 15:59:03 1993 Roland McGrath ([email protected]) | |
6829 | ||
b4fe2683 | 6830 | * getopt.c, getopt1.c [emacs || CONFIG_BROKETS]: Include |
252b5132 RH |
6831 | <config.h> only under these, else "config.h". |
6832 | ||
6833 | Thu Aug 12 18:16:49 1993 Roland McGrath ([email protected]) | |
6834 | ||
b4fe2683 JM |
6835 | * getopt.c, getopt1.c [HAVE_CONFIG_H]: Include |
6836 | <config.h> instead of "config.h". | |
252b5132 RH |
6837 | |
6838 | Sun Feb 20 17:17:01 1994 Ian Lance Taylor ([email protected]) | |
6839 | ||
6840 | * concat.c: Check ANSI_PROTOTYPES rather than __STDC__ to decide | |
6841 | whether to use prototypes or not. | |
6842 | * strerror.c (const): Never undefine; let ansidecl.h handle it. | |
6843 | * strsignal.c (const): Likewise. | |
6844 | ||
6845 | Thu Feb 17 13:27:35 1994 Ian Lance Taylor ([email protected]) | |
6846 | ||
6847 | * xatexit.c (_xexit_cleanup): Declare as extern; don't initialize. | |
6848 | Merging common and initialized variables need not be supported by | |
6849 | ANSI C compilers. | |
6850 | (xatexit): Initialize _xexit_cleanup if not already set. | |
6851 | * xexit.c: Comment fix. | |
6852 | ||
6853 | Wed Feb 16 01:15:36 1994 Ian Lance Taylor ([email protected]) | |
6854 | ||
6855 | * xmalloc.c: Don't declare xexit; it's declared in libiberty.h. | |
6856 | (xrealloc): If oldmem is NULL, allocate with malloc, rather than | |
6857 | assuming that realloc works correctly. | |
6858 | ||
6859 | Tue Feb 15 09:26:16 1994 Peter Schauer ([email protected]) | |
6860 | ||
6861 | * concat.c, ieee-float.c: Replace inclusion of <string.h> | |
6862 | with explicit function declarations, as recommended by Ian Taylor. | |
6863 | ||
6864 | Sat Feb 12 10:31:11 1994 David J. Mackenzie ([email protected]) | |
6865 | ||
6866 | * xmalloc.c (xmalloc, xrealloc): Use PTR and size_t throughout. | |
6867 | (malloc, realloc): Declare. | |
6868 | ||
6869 | Thu Feb 10 17:08:19 1994 Ian Lance Taylor ([email protected]) | |
6870 | ||
6871 | * argv.c, basename.c: Include ansidecl.h and libiberty.h. | |
6872 | * concat.c, fdmatch.c, getruntime.c, spaces.c: Likewise. | |
6873 | * strerror.c, strsignal.c, xatexit.c, xexit.c: Likewise. | |
6874 | * xmalloc.c: Likewise. | |
6875 | * concat.c: Don't declare xmalloc. If __STDC__, use <stdarg.h> | |
6876 | macros, not <varargs.h> macros. | |
6877 | * spaces.c (spaces): Make return type const. Don't crash if | |
6878 | malloc returns NULL. | |
6879 | * strerror.c (struct error_info): Make name and msg fields const. | |
6880 | (error_names): Make const. | |
6881 | (strerrno): Make const. | |
6882 | (strtoerrno): Make argument const. | |
6883 | * strsignal.c (struct signal_info): Make name and msg fields | |
6884 | const. | |
6885 | (signal_names, sys_siglist): Make const. | |
6886 | (strsignal, strsigno): Make const. | |
6887 | (strtosigno): Make argument const. | |
6888 | * xatexit.c: Declare parameter types. | |
6889 | * xmalloc.c (name): Make const. | |
6890 | (xmalloc_set_program_name): Make argument const. | |
6891 | * Makefile.in (INCDIR): Define. | |
6892 | (.c.o): Use $(INCDIR). | |
6893 | (dummy.o): Likewise. | |
6894 | (argv.o, basename.o): New targets; depend on libiberty.h. | |
6895 | (concat.o, fdmatch.o, getruntime.o, spaces.o): Likewise. | |
6896 | (strerror.o, strsignal.o, xatexit.o, xexit.o): Likewise. | |
6897 | (xmalloc.o): Likewise. | |
6898 | (cplus-dem.o): New target; depend on demangle.h. | |
6899 | (getopt.o, getopt1.o): New targets; depend on getopt.h. | |
6900 | (ieee-float.o): New target; depend on ieee-float.h. | |
6901 | (obstack.o): New target; depend on obstack.h. | |
6902 | ||
6903 | Tue Feb 8 05:29:08 1994 David J. Mackenzie ([email protected]) | |
6904 | ||
6905 | Handle obstack_chunk_alloc returning NULL. This allows | |
6906 | obstacks to be used by libraries, without forcing them | |
6907 | to call exit or longjmp. | |
6908 | * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk): | |
6909 | If CALL_CHUNKFUN returns NULL, set alloc_failed, else clear it. | |
6910 | (_obstack_begin, _obstack_begin_1): Return 1 if successful, 0 if not. | |
6911 | ||
6912 | Tue Feb 8 00:32:28 1994 Peter Schauer ([email protected]) | |
6913 | ||
6914 | * concat.c, ieee-float.c: Include <string.h>. | |
6915 | ||
6916 | Sun Feb 6 21:28:46 1994 David J. Mackenzie ([email protected]) | |
6917 | ||
6918 | * xmalloc.c (xmalloc_set_program_name): New function. | |
6919 | (xmalloc, xrealloc): Include the name in the error message, if set. | |
6920 | ||
6921 | * Replace atexit.c with xatexit.c. | |
6922 | * Makefile.in (CFILES), functions.def: Change references. | |
6923 | ||
6924 | Sat Feb 5 14:02:32 1994 Stan Shebs ([email protected]) | |
6925 | ||
6926 | * getruntime.c (get_run_time): Use getrusage or times if | |
6927 | HAVE_GETRUSAGE or HAVE_TIMES are defined. | |
6928 | ||
6929 | Fri Feb 4 15:49:38 1994 David J. Mackenzie ([email protected]) | |
6930 | ||
6931 | * atexit.c: New file. | |
6932 | * Makefile.in (CFILES), functions.def: Add it. | |
6933 | * xexit.c: New file. | |
6934 | * Makefile.in (CFILES, REQUIRED_OFILES): Add it. | |
6935 | * xmalloc.c (xmalloc, xrealloc): Call xexit instead of exit. | |
6936 | Change request for 0 bytes into request for 1 byte. | |
6937 | ||
6938 | Wed Feb 2 11:36:49 1994 Ian Lance Taylor ([email protected]) | |
6939 | ||
6940 | * xmalloc.c (xmalloc, xrealloc): Print size using %lu, and cast to | |
6941 | unsigned long, to avoid warnings. | |
6942 | ||
6943 | Fri Jan 28 17:49:06 1994 Ken Raeburn ([email protected]) | |
6944 | ||
6945 | * dummy.c: Don't include time.h ever; always define clock_t as | |
6946 | "unsigned long". Until gcc/fixincludes ensures that clock_t | |
6947 | exists, __STDC__ isn't a sufficient test. And if clock() doesn't | |
6948 | exist, clock_t probably doesn't either. | |
6949 | ||
6950 | Mon Jan 24 11:52:31 1994 Stan Shebs ([email protected]) | |
6951 | ||
6952 | * clock.c, getruntime.c: New files. | |
6953 | * Makefile.in: Add to file lists. | |
6954 | * functions.def (clock): Add to list. | |
6955 | * dummy.c (time.h): Add if __STDC__. | |
6956 | (clock_t): #define as "unsigned long" if not __STDC__. | |
6957 | ||
6958 | Tue Jan 11 11:27:44 1994 Ian Lance Taylor ([email protected]) | |
6959 | ||
6960 | * strtod.c: Declare atof. From [email protected] (Jan | |
6961 | Edler). | |
6962 | ||
6963 | Tue Dec 28 14:17:30 1993 Ian Lance Taylor ([email protected]) | |
6964 | ||
6965 | * Makefile.in (errors): Use CFLAGS as well as LDFLAGS when | |
6966 | linking. | |
6967 | ||
6968 | Fri Dec 17 12:26:07 1993 Kung Hsu ([email protected]) | |
6969 | ||
6970 | * cplus-dem.c (demangle_arm_pt): New function. Common code | |
6971 | for ARM template demangling. | |
6972 | * cplus-dem.c (demangle_class_name): Use demangle_arm_pt. | |
6973 | * cplus-dem.c (demangle_prefix): Likewise. | |
6974 | ||
6975 | Tue Nov 30 15:47:48 1993 Jason Merrill ([email protected]) | |
6976 | ||
6977 | * cplus-dem.c (cplus_demangle_opname): Add CONST to please gcc. | |
6978 | ||
6979 | Sat Nov 27 11:05:50 1993 Fred Fish ([email protected]) | |
6980 | ||
6981 | Merge changes from [email protected] (Tom R.Hageman) | |
6982 | * strerror.c, strsignal.c: As a small space optimization, don't | |
6983 | include messages when they aren't actually used. | |
6984 | ||
6985 | Merge changes from takefive.co.at!joe (Josef Leherbauer) | |
6986 | * cplus-dem.c (demangle_prefix, demangle_function_name, | |
6987 | cplus_demangle_opname): Fixes for systems where cplus_marker | |
6988 | is something other than '$'. | |
6989 | ||
6990 | Fri Nov 26 13:51:11 1993 Per Bothner ([email protected]) | |
6991 | ||
6992 | * waitpid.c: Simple-minded approcimation to waitpid | |
6993 | using vanilla wait. | |
6994 | * functions.def, Makefile.in: Update accordingly, | |
6995 | ||
6996 | Thu Nov 18 18:01:15 1993 Kung Hsu ([email protected]) | |
6997 | ||
6998 | * cplus-dem.c(demangle_template): fix bug template instantiation | |
6999 | with value of user defined type. | |
7000 | ||
7001 | Wed Nov 17 18:30:21 1993 Kung Hsu ([email protected]) | |
7002 | ||
7003 | * cplus-dem.c(cplus_demangle_opname): add the subject new function | |
7004 | to support unified search of operator in class. | |
7005 | ||
7006 | Wed Nov 10 09:47:22 1993 Jim Kingdon ([email protected]) | |
7007 | ||
7008 | gcc -Wall lint: | |
7009 | * strtoul.c (strtoul): use "(digit = *s) != '\0'" not just | |
7010 | "digit = *s" as condition in while loop. | |
7011 | ||
7012 | Tue Nov 9 15:52:22 1993 Mark Eichin ([email protected]) | |
7013 | ||
7014 | * Makefile.in: pass SHELL to recursive make | |
7015 | ||
7016 | Thu Nov 4 12:09:26 1993 Per Bothner ([email protected]) | |
7017 | ||
7018 | * vfprintf.c, vprintf.c, vsprintf.c: Make format arg | |
7019 | be (const char*), for ANSI (and gcc w/fixproto) consistency. | |
7020 | ||
7021 | Thu Nov 4 08:29:04 1993 Jim Kingdon ([email protected]) | |
7022 | ||
7023 | * config.table: Make *-*-hiux* use mh-hpux. | |
7024 | ||
7025 | Fri Oct 22 07:53:15 1993 Jim Kingdon ([email protected]) | |
7026 | ||
7027 | * config.table: Add * to end of all OS names. | |
7028 | ||
7029 | Tue Oct 19 17:12:01 1993 david d `zoo' zuhn ([email protected]) | |
7030 | ||
7031 | * Makefile.in (lneeded-list): ensure that object file names are | |
7032 | not duplicated, as multiple instances of the same object file in | |
7033 | a library causes problems on some machines | |
7034 | ||
7035 | Mon Oct 18 21:59:28 1993 Jim Kingdon ([email protected]) | |
7036 | ||
7037 | * strcasecmp.c, strncasecmp.c: Change u_char to unsigned char. | |
7038 | ||
7039 | Fri Oct 15 22:17:11 1993 david d `zoo' zuhn ([email protected]) | |
7040 | ||
7041 | * strncasecmp.c: new file, implements strncasecmp | |
7042 | * strcasecmp.c: new file, implement strcasecmp | |
7043 | ||
7044 | * Makefile.in (CFILES): list these two new source files | |
7045 | ||
7046 | * functions.def: add strcasecmp and strncasecmp entries | |
7047 | ||
7048 | Fri Oct 15 14:53:05 1993 Ian Lance Taylor ([email protected]) | |
7049 | ||
7050 | * strtoul.c (strtoul), strtol.c (strtol): Handle overflow | |
7051 | according to ANSI C. | |
7052 | ||
7053 | Thu Oct 14 16:34:19 1993 Kung Hsu ([email protected]) | |
7054 | ||
7055 | * cplus-dem.c: add support of ARM global constructor/destructor, | |
7056 | and 'G' for passing record or union in parameter. | |
7057 | ||
7058 | Wed Oct 13 13:36:19 1993 Jim Kingdon ([email protected]) | |
7059 | ||
7060 | * Makefile.in: Fix comment to clarify that stuff in REQUIRED_OFILES | |
7061 | should not be in functions.def. | |
7062 | ||
7063 | Wed Oct 13 13:13:38 1993 Ian Lance Taylor ([email protected]) | |
7064 | ||
7065 | * functions.def: Removed xmalloc. Stuff in REQUIRED_OFILES should | |
7066 | not be in functions.def. | |
7067 | ||
7068 | Mon Oct 4 18:26:39 1993 Kung Hsu ([email protected]) | |
7069 | ||
7070 | * cplus-dem.c: change globl constructor/destructor to proper name | |
7071 | ||
7072 | Tue Sep 28 18:11:07 1993 Kung Hsu ([email protected]) | |
7073 | ||
7074 | * cplus-dem.c: fix bug in constructor/destructor | |
7075 | ||
7076 | Tue Sep 28 16:20:49 1993 Kung Hsu ([email protected]) | |
7077 | ||
7078 | * cplus-dem.c: support both old and new _vt$... vtbl mangled names | |
7079 | ||
7080 | Fri Sep 24 19:07:16 1993 Jason Merrill ([email protected]) | |
7081 | ||
7082 | * cplus-dem.c: Fix demangle_template prototype | |
7083 | ||
7084 | Fri Sep 24 17:32:55 1993 Kung Hsu ([email protected]) | |
7085 | ||
7086 | * cplus-dem.c: fix template demangling | |
7087 | * cplus-dem.c: fix const type demangling | |
7088 | * cplus-dem.c: fix constructor/destructor, virtual table, | |
7089 | qualifier, global constructor/destructor demangling | |
7090 | ||
7091 | Wed Sep 1 23:13:11 1993 Jim Kingdon ([email protected]) | |
7092 | ||
7093 | * strsignal.c, strerror.c: Use fully-bracketed initializer to | |
7094 | keep gcc -Wall happy. | |
7095 | ||
7096 | Fri Aug 27 10:30:09 1993 Jason Merrill ([email protected]) | |
7097 | ||
7098 | * cplus-dem.c (do_type): Add CONSTS to make gcc happy with last | |
7099 | patch. | |
7100 | ||
7101 | Fri Aug 27 11:24:54 1993 Jim Kingdon ([email protected]) | |
7102 | ||
7103 | Patch from Paul Flinders: | |
7104 | * cplus-dem.c (do_type): Deal with arrays. | |
7105 | ||
7106 | Tue Aug 24 14:23:50 1993 Jim Kingdon ([email protected]) | |
7107 | ||
7108 | * cplus-dem.c (demangle_qualified: Deal with GNU format for more | |
7109 | than 9 classes. | |
7110 | ||
7111 | Wed Aug 18 19:50:29 1993 Jason Merrill ([email protected]) | |
7112 | ||
7113 | * Makefile.in (dummy.o): Redirect to /dev/null to avoid "variable | |
7114 | not initialized" warnings under HP/UX | |
7115 | ||
7116 | Sun Aug 15 20:42:40 1993 Jim Kingdon ([email protected]) | |
7117 | ||
7118 | * strerror.c: Move include of stdio.h after sys_errlist #define. | |
7119 | Also remove NULL definition (stdio.h always defines NULL, so it | |
7120 | never did anything but clutter up the code). | |
7121 | ||
7122 | Sat Aug 14 14:21:49 1993 david d `zoo' zuhn ([email protected]) | |
7123 | ||
7124 | * Makefile.in, functions.def: handle xmalloc.c | |
7125 | ||
7126 | * xmalloc.c: provide xmalloc and xrealloc functions | |
7127 | ||
7128 | Thu Aug 12 17:38:57 1993 David J. Mackenzie ([email protected]) | |
7129 | ||
7130 | * cplus-dem.c: Fix a comment. | |
7131 | ||
7132 | Sat Aug 7 13:56:35 1993 David J. Mackenzie ([email protected]) | |
7133 | ||
7134 | * getopt1.c: Declare const the way getopt.c does. | |
7135 | ||
7136 | Fri Aug 6 17:03:13 1993 David J. Mackenzie ([email protected]) | |
7137 | ||
7138 | * obstack.c, alloca.c: Update from FSF. | |
7139 | * getopt.c, getopt1.c: Update to current FSF version, which | |
7140 | doesn't use alloca. | |
7141 | ||
7142 | Tue Jul 27 14:03:57 1993 Brendan Kehoe ([email protected]) | |
7143 | ||
7144 | * Makefile.in (demangle): Add the target with a message saying | |
7145 | where demangle went. | |
7146 | ||
7147 | Mon Jul 26 15:49:54 1993 Jim Kingdon ([email protected]) | |
7148 | ||
7149 | * Makefile.in: Remove obsolete `demangle' target. | |
7150 | ||
7151 | Thu Jul 22 08:31:01 1993 Fred Fish ([email protected]) | |
7152 | ||
7153 | * cplus-dem.c (arm_special): Apply patch from [email protected] to | |
7154 | avoid infinite loop on vtbl symbols with disambiguating "junk" | |
7155 | tacked on the end. | |
7156 | ||
7157 | Mon Jul 19 14:10:37 1993 david d `zoo' zuhn ([email protected]) | |
7158 | ||
7159 | * strsignal.c: work around some systems losing definitions of | |
7160 | sys_siglist | |
7161 | ||
7162 | * config/mh-lynxos: this system has a losing definition of | |
7163 | sys_siglist | |
7164 | ||
7165 | * config.table: use mh-lynxos for *-*-lynxos | |
7166 | ||
7167 | Mon Jul 19 17:08:52 1993 Ken Raeburn ([email protected]) | |
7168 | ||
7169 | * config.table: Add support for HPPA BSD hosts. | |
7170 | ||
7171 | * config/mh-hpbsd: New file. | |
7172 | ||
7173 | Mon Jul 12 18:00:40 1993 K. Richard Pixley ([email protected]) | |
7174 | ||
7175 | * Makefile.in (TAGS): make work when srcdir != objdir. | |
7176 | ||
7177 | Sun Jun 27 15:35:31 1993 David J. Mackenzie ([email protected]) | |
7178 | ||
7179 | * cplus-dem.c (main): Add long options, including --help and | |
7180 | --version. | |
7181 | (usage): New function from code in main. | |
7182 | ||
7183 | Tue Jun 22 11:37:38 1993 Per Bothner ([email protected]) | |
7184 | ||
7185 | * config.table: New shell scipt, sourced by both ./configure,in | |
7186 | and ../xiberty/configure.in, to avoid maintainance lossages. | |
7187 | * configure.in and ../xiberty/configure.in: Use config.table. | |
7188 | ||
7189 | * configure.in: Don't use mh-aix for AIX 3.2, only for 3.1. | |
7190 | * configure.in: Map *-*-irix* (except irix4) to mh-sysv. | |
7191 | * ../xiberty/configure.in: Update from ./configure.in. | |
7192 | ||
7193 | Tue Jun 15 17:05:31 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
7194 | ||
7195 | * Makefile.in: remove parentdir support | |
7196 | ||
7197 | Wed May 26 12:59:09 1993 Peter Schauer ([email protected]) | |
7198 | ||
7199 | * cplus-dem.c (xrealloc): Match definition with prototype. | |
7200 | ||
7201 | Tue May 25 14:27:51 1993 Peter Schauer ([email protected]) | |
7202 | ||
7203 | * cplus-dem.c (demangle_prefix): Demangle cfront | |
7204 | local variables as an extension to ARM demangling. | |
7205 | ||
7206 | Fri May 21 09:53:57 1993 Jim Kingdon ([email protected]) | |
7207 | ||
7208 | * ieee-float.c: Don't require pointers to double to be aligned. | |
7209 | ||
7210 | Tue May 18 17:12:10 1993 Fred Fish ([email protected]) | |
7211 | ||
b4fe2683 | 7212 | (merge changes from [email protected]) |
252b5132 RH |
7213 | * cplus-dem.c (consume_count): Simplify. |
7214 | * cplus-dem.c (arm_pt, demangle_class_name): New functions. | |
7215 | * cplus-dem.c (various): Calls to arm_pt, demangle_class_name. | |
7216 | ||
7217 | * cplus-dem.c (xmalloc, xrealloc, strstr): Make extern decls into | |
7218 | full prototypes. | |
7219 | * cplus-dem.c (free): Add prototype. | |
7220 | * cplus-dem.c (optable): Fully bracketize initializer. | |
7221 | ||
7222 | Fri May 14 17:13:05 1993 Per Bothner ([email protected]) | |
7223 | ||
7224 | * cplus-dem.c: Whether initial underscores are stripped | |
7225 | depends on the external variable prepends_underscore | |
7226 | (which is generated by the binutils Makefile). | |
7227 | ||
7228 | Fri May 14 07:32:20 1993 Ken Raeburn ([email protected]) | |
7229 | ||
7230 | * cplus-dem.c (mop_up, arm_special): Remove some unused variables. | |
7231 | ||
7232 | Tue May 4 20:31:59 1993 Fred Fish ([email protected]) | |
7233 | ||
7234 | * cplus-dem.c (consume_count): Return zero if arg does not | |
7235 | start with digit, and don't consume any input. | |
7236 | ||
7237 | Tue May 4 08:10:28 1993 Jim Kingdon ([email protected]) | |
7238 | ||
7239 | * Makefile.in (demangle): Use ${srcdir} not $^. | |
7240 | ||
7241 | * strtod.c: New file, needed at least for BSD 4.3. | |
7242 | ||
7243 | Sun May 2 11:30:42 1993 Fred Fish ([email protected]) | |
7244 | ||
7245 | * strsignal.c (sys_siglist): For ANSI compilations, type is | |
7246 | "const char *const". Also remove conditionalization on __STDC__ | |
7247 | since const is defined away for non-ANSI. | |
7248 | ||
7249 | Wed Apr 28 19:29:55 1993 Ken Raeburn ([email protected]) | |
7250 | ||
7251 | * configure.in: Recognize *-*-hpux. | |
7252 | * config/mh-hpux: New file. | |
7253 | ||
7254 | Tue Apr 27 15:22:19 1993 Per Bothner ([email protected]) | |
7255 | ||
7256 | * tmpnam.c: Added ANSI tmpnam() function. | |
7257 | * functions.def, Makefile.in: Update accordingly. | |
7258 | ||
7259 | Tue Apr 27 13:38:38 1993 Peter Schauer ([email protected]) | |
7260 | ||
7261 | * cplus-dem.c (demangle_function_name): Get the demangling of | |
7262 | stop__1A right. | |
7263 | ||
7264 | Fri Apr 16 23:48:24 1993 Jim Kingdon (kingdon at calvin) | |
7265 | ||
7266 | * cplus-dem.c: Declare strstr return type. | |
7267 | ||
7268 | Fri Mar 26 12:01:26 1993 Jim Kingdon ([email protected]) | |
7269 | ||
7270 | * strsignal.c: Add some AIX signals. | |
7271 | ||
7272 | Thu Mar 25 15:17:23 1993 Ian Lance Taylor ([email protected]) | |
7273 | ||
7274 | * Makefile.in (MAKEOVERRIDES): Define to be empty. | |
7275 | ||
7276 | Wed Mar 24 01:59:25 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com) | |
7277 | ||
7278 | * Makefile.in: add installcheck & dvi targets | |
7279 | ||
7280 | Thu Mar 18 14:05:44 1993 Per Bothner ([email protected]) | |
7281 | ||
7282 | * ieee-float.c: New file, moved from ../gdb (since it is | |
7283 | needed by ../opcode/m68k-dis.c). | |
7284 | ||
7285 | Tue Mar 2 17:47:31 1993 Fred Fish ([email protected]) | |
7286 | ||
7287 | * cplus-dem.c: Replace all references to cfront with ARM. | |
7288 | ||
7289 | Fri Feb 26 00:17:07 1993 Per Bothner ([email protected]) | |
7290 | ||
7291 | * cplus-dem.c: Fix main program (when compiled with -DMAIN) | |
7292 | to be more useful as a filter. | |
7293 | ||
7294 | Sat Feb 20 21:41:39 1993 Brendan Kehoe ([email protected]) | |
7295 | ||
7296 | * Makefile.in (install_to_libdir, install_to_tooldir): Go into the | |
7297 | destination directory before running $(RANLIB), in case that | |
7298 | program tries to create a file in the current directory as part of | |
7299 | its work. | |
7300 | ||
7301 | Thu Feb 18 23:00:19 1993 John Gilmore ([email protected]) | |
7302 | ||
7303 | * strsignal.c (sys_siglist): Remove yet another *%^&%&$# "const" | |
7304 | because BSD 4.4 lacks one. Isn't this fun? | |
7305 | ||
7306 | Thu Feb 18 11:24:25 1993 Fred Fish ([email protected]) | |
7307 | ||
7308 | * cplus-dem.c (demangle_signature): Set func_done after | |
7309 | demangling a template. | |
7310 | * cplus-dem.c (demangle_template): Fix several small bugs | |
7311 | in demangling GNU style templates. | |
7312 | * cplus-dem.c (demangle_prefix): Fix for templates in GNU | |
7313 | style constructors. | |
7314 | * cplus-dem.c (gnu_special): Fix for templates in GNU style | |
7315 | static data members. | |
7316 | ||
7317 | Tue Feb 16 17:28:35 1993 Fred Fish ([email protected]) | |
7318 | ||
7319 | * cplus-dem.c (demangle_signature): Modify to include type | |
7320 | modifiers like static and const in remembered types. | |
7321 | ||
7322 | Thu Feb 11 22:20:47 1993 Fred Fish ([email protected]) | |
7323 | ||
7324 | * cplus-dem.c (demangled_qualified): Add new parameter that tells | |
7325 | whether to prepend or append the qualifiers. | |
7326 | * cplus-dem.c (string_prepends): Used now, remove #if 0. | |
7327 | * cplus-dem.c (demangle_signature): Call demangle_qualified | |
7328 | with prepending. | |
5dd42ef4 | 7329 | * cplus-dem.c (gnu_special): Recognize static data members that |
252b5132 RH |
7330 | use qualified names. |
7331 | * cplus-dem.c (demangle_qualified): Accumulate qualifiers in a | |
7332 | temporary buffer and the prepend or append them to the result, | |
7333 | as specified by the new "append" flag. | |
7334 | * cplus-dem.c (do_type): Call demangled_qualified with | |
7335 | appending. | |
7336 | ||
7337 | Mon Dec 28 10:47:19 1992 Ken Raeburn ([email protected]) | |
7338 | ||
7339 | * strsignal.c (signal_table): Now const. | |
7340 | (init_signal_tables): Variable eip now points to const. | |
7341 | ||
7342 | * strerror.c (error_table): Now const. | |
7343 | (init_error_tables): Variable eip now points to const. | |
7344 | ||
7345 | Tue Dec 15 15:36:50 1992 Per Bothner ([email protected]) | |
7346 | ||
7347 | * memchr.c (memchr): New (ANSI standard) function. | |
7348 | * Makefile.in, functions.def: Added memchr. | |
7349 | * Makefile.in (AR_FLAGS): Use rc instad of non-standard cq. | |
7350 | ||
7351 | Wed Dec 2 22:49:10 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
7352 | ||
7353 | * getopt.c: remove use of USG around <alloca.h>, which never meant | |
7354 | anything anyway | |
7355 | ||
7356 | * config/mh-{aix,apollo68,ncr3000,sysv,sysv4}: removed definitions | |
7357 | of USG and USGr4 | |
7358 | ||
7359 | Thu Nov 19 03:09:33 1992 Brendan Kehoe ([email protected]) | |
7360 | ||
7361 | * cplus-dem.c (demangle_fund_type): Recognize `w', a wide character; | |
7362 | it's now a type according to the ANSI X3J16 working paper; output | |
7363 | "wchar_t" for it. | |
7364 | (demangle_template): Accept `w' as an integral type. | |
7365 | (xmalloc, xrealloc): Use `char *', not `PTR'. Cast calls to their | |
7366 | counterparts malloc and realloc to `char *'. | |
7367 | (main): Exit with a 0 status. | |
7368 | * Makefile.in (demangle): Don't expect the user to define | |
7369 | DEMANGLE, instead force to be cplus-dem.c. Look in $(srcdir)/../include | |
7370 | for demangle.h. Pass it any HDEFINES or XTRAFLAGS. | |
7371 | ||
7372 | Wed Nov 18 18:56:20 1992 John Gilmore ([email protected]) | |
7373 | ||
7374 | * Makefile.in (AR_FLAGS): Avoid verbosity. | |
7375 | * config/mh-sysv4: Remove AR_FLAGS override, use INSTALL=cp, | |
7376 | replace USGr4 with HAVE_SYSCONF. | |
7377 | * config/mh-solaris: Remove; mh-sysv4 works now. | |
7378 | * getpagesize.c: Replace USGr4 with HAVE_SYSCONF. | |
7379 | * configure.in: Simplify host matching table, remove separate | |
7380 | solaris config file. | |
7381 | ||
7382 | Sun Nov 15 09:35:16 1992 Fred Fish ([email protected]) | |
7383 | ||
7384 | * configure.in (i[34]86-*-solaris2*): Add, use mh-sysv4. | |
7385 | ||
7386 | Tue Nov 3 21:27:03 1992 Brendan Kehoe ([email protected]) | |
7387 | ||
7388 | * cplus-dem.c (xmalloc, xrealloc): Add decls. | |
7389 | (remember_type): Don't cast xmalloc. | |
7390 | (string_need): Likewise; don't cast xrealloc either. | |
7391 | ||
7392 | Fri Oct 23 08:52:01 1992 Ian Lance Taylor ([email protected]) | |
7393 | ||
7394 | * Makefile.in, functions.defs, rename.c: added simple | |
7395 | implementation of rename, since some binutils programs use it. | |
7396 | ||
7397 | Thu Oct 15 15:18:22 1992 Per Bothner ([email protected]) | |
7398 | ||
7399 | * strsignal.c: Add appropriate 'const' to sys_siglist | |
7400 | extern declaration (if __STDC__). (Needed for Linux.) | |
7401 | * strsignal.c (strsignal): Add cast to remove const-ness. | |
7402 | ||
7403 | Fri Oct 9 03:22:55 1992 John Gilmore ([email protected]) | |
7404 | ||
7405 | * Makefile.in (needed.awk, needed2.awk): Remove erroneous \'s | |
7406 | before "'s, diagnosed by BSD 4.4 awk. | |
7407 | ||
7408 | Thu Oct 8 15:25:12 1992 Ian Lance Taylor ([email protected]) | |
7409 | ||
7410 | * Makefile.in: create config.h and needed-list through $(CONFIG_H) | |
7411 | and $(NEEDED_LIST), to give some hooks for xiberty. | |
7412 | ||
7413 | Thu Oct 1 23:31:42 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
7414 | ||
7415 | * configure.in: use cpu-vendor-triple instead of nested cases | |
7416 | ||
7417 | Wed Sep 30 11:26:59 1992 Per Bothner ([email protected]) | |
7418 | ||
7419 | * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c, | |
7420 | concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c, | |
7421 | getpagesize.c, insque.c, memcmp.c, memcpy.c, memmove.c, memset.c, | |
7422 | obstack.c, sigsetmask.c, spaces.c, strchr.c, strerror.c, | |
7423 | strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c: | |
7424 | Convert from using GPL to LGPL. | |
7425 | ||
7426 | Sat Sep 26 04:01:30 1992 John Gilmore ([email protected]) | |
7427 | ||
7428 | * Makefile.in (errors): Leave dummy.o and dummy around so that | |
7429 | we can see how the needed list was generated (it's sometimes wrong). | |
7430 | (mostlyclean): Remove them. | |
7431 | ||
7432 | Mon Sep 21 14:50:42 1992 Ian Lance Taylor ([email protected]) | |
7433 | ||
7434 | * getcwd.c: supply a default if MAXPATHLEN is not defined. | |
7435 | ||
7436 | * config/mh-irix4: set EXTRA_OFILES to alloca.o, from WRS. | |
7437 | ||
7438 | Wed Sep 9 12:41:48 1992 Ian Lance Taylor ([email protected]) | |
7439 | ||
7440 | * Makefile.in: Use XTRAFLAGS when compiling, so that xiberty works | |
7441 | when cross-compiling. | |
7442 | ||
7443 | Thu Sep 3 13:29:39 1992 K. Richard Pixley ([email protected]) | |
7444 | ||
7445 | * cplus-dem.c: (demangle_prefix): reduction in strength of strstr | |
7446 | as a time optimization. | |
7447 | ||
7448 | * cplus-dem.c (cplus_demangle): remove strpbrk test. Appears to | |
7449 | be more expensive than simply demangling. | |
7450 | ||
7451 | * cplus-dem.c (cplus_match): new function. | |
7452 | ||
7453 | Tue Sep 1 15:24:04 1992 Per Bothner ([email protected]) | |
7454 | ||
7455 | * cplus-dem.c: #include <stdio.h>, to define NULL. | |
7456 | Define current_demangling_style. | |
7457 | ||
7458 | Sun Aug 30 17:58:19 1992 Per Bothner ([email protected]) | |
7459 | ||
7460 | * cplus-dem.c: New file, moved from ../gdb. | |
7461 | * cplus-dem.c (set_cplus_marker_for_demangling): New exported | |
7462 | function, to avoid compiling in target-dependency for CPLUS_MARKER. | |
7463 | * cplus-dem.c (cplus_demangle): Allow demangling style option | |
7464 | to be passed as a parameter, but using the global variable | |
7465 | current_demangling_style as a default. | |
7466 | * Makefile.in: Update for cplus-dem.c | |
7467 | ||
7468 | Sat Aug 29 10:44:09 1992 Fred Fish ([email protected]) | |
7469 | ||
7470 | * obstack.c: Merge in comment changes from FSF version. Now | |
7471 | matches the FSF version exactly. | |
7472 | ||
7473 | Fri Aug 28 18:39:08 1992 John Gilmore ([email protected]) | |
7474 | ||
7475 | * obstack.c (CALL_FREEFUN): Can't use ?: with void values (at | |
7476 | least on losing DECstations!); use if-then-else instead. | |
7477 | ||
7478 | Wed Aug 19 14:40:34 1992 Ian Lance Taylor ([email protected]) | |
7479 | ||
7480 | * Makefile.in: always create installation directories. | |
7481 | ||
7482 | Mon Aug 10 17:33:40 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
7483 | ||
b5d60b68 | 7484 | * Makefile.in: clean up definition of CFILES, more comments |
252b5132 RH |
7485 | |
7486 | Sat Aug 8 23:10:59 1992 Fred Fish ([email protected]) | |
7487 | ||
7488 | * getopt.c (my_index): Make first arg const to match strchr, | |
7489 | which it sometimes is remapped to. | |
7490 | ||
7491 | Sat Aug 1 13:48:50 1992 Fred Fish ([email protected]) | |
7492 | ||
7493 | * obstack.c (DEFAULT_ALIGNMENT): Update to match FSF version. | |
7494 | * obstack.c (_obstack_begin): Initialize use_extra_arg. | |
7495 | * obstack.c (_obstack_begin_1): New, from FSF version. | |
7496 | ||
7497 | Mon Jul 20 21:07:58 1992 Fred Fish ([email protected]) | |
7498 | ||
7499 | * obstack.c (CALL_CHECKFUN, CALL_FREEFUN): Use use_extra_arg and | |
7500 | extra_arg. | |
7501 | * obstack.c (_obstack_begin): Remove area_id and flags arguments | |
7502 | (previously added for mmalloc support, interface has changed). | |
7503 | Also convert flags usage to use use_extra_arg and maybe_empty_object. | |
7504 | ||
7505 | Fri Jul 10 00:41:53 1992 Fred Fish ([email protected]) | |
7506 | ||
7507 | * argv.c: Move expandargv inline and eliminate static variables. | |
7508 | Rewrite to always allocate in powers of two. Fix to return an | |
7509 | argv with a single null string arg if passed a null string. | |
7510 | ||
7511 | Fri Jul 3 20:27:29 1992 Fred Fish ([email protected]) | |
7512 | ||
7513 | * random.c, sigsetmask.c, strerror.c, strsignal.c: Remove | |
7514 | "(void)" casts from function calls where the return value is | |
7515 | ignored, in accordance with GNU coding standards. | |
7516 | ||
7517 | Mon Jun 29 10:54:19 1992 Fred Fish (fnf at cygnus.com) | |
7518 | ||
7519 | * bcopy.c, strerror.c, strsignal.c: Lint. | |
7520 | ||
7521 | Thu Jun 25 09:18:41 1992 K. Richard Pixley ([email protected]) | |
7522 | ||
7523 | * getopt.c: merge changes from make. | |
7524 | ||
7525 | Thu Jun 25 04:43:22 1992 John Gilmore (gnu at cygnus.com) | |
7526 | ||
7527 | * alloca.c: Incorporate fixes from gdb/alloca.c. | |
7528 | FIXME: Eventually move gdb's alloca configuration files here, | |
7529 | and remove gdb/alloca.c and its Makefile.in support. | |
7530 | ||
7531 | Tue Jun 23 21:56:30 1992 Fred Fish ([email protected]) | |
7532 | ||
7533 | * dummy.c: Define NOTHING to /*nothing*/, change return type | |
7534 | of main to int and return zero. | |
7535 | * functions.def: Supply NOTHING as the fourth arg to macros | |
7536 | that don't have an explicit arg, to satisfy picky preprocessors. | |
7537 | ||
7538 | Wed Jun 17 18:13:58 1992 Per Bothner ([email protected]) | |
7539 | ||
7540 | * Makefile.in: Clean up *clean rules, as per standards.texi. | |
7541 | ||
7542 | Tue Jun 16 16:11:59 1992 K. Richard Pixley ([email protected]) | |
7543 | ||
7544 | * getopt.c, getopt1.c: merged largely gratuitous, mostly | |
7545 | whitespace diffs from other prep distributions. | |
7546 | ||
7547 | Mon Jun 15 12:25:46 1992 Fred Fish ([email protected]) | |
7548 | ||
7549 | * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install, | |
7550 | it is broken on ncr 3000's. | |
7551 | ||
7552 | Mon Jun 15 01:03:26 1992 John Gilmore (gnu at cygnus.com) | |
7553 | ||
7554 | * sigsetmask.c: Rewrite. Old one was very confused about its | |
7555 | arguments and result. New one can't do much, but at least knows | |
7556 | what it can't do, and it's good enough for GDB's use. | |
7557 | ||
7558 | Sun Jun 14 15:17:40 1992 Stu Grossman (grossman at cygnus.com) | |
7559 | ||
7560 | * functions.def: Use proper prototype for strtoul. | |
7561 | ||
7562 | Fri Jun 12 19:22:40 1992 John Gilmore (gnu at cygnus.com) | |
7563 | ||
7564 | * Makefile.in: Add random.c. | |
7565 | * config/mh-*: Use "true" rather than "echo >/dev/null" for ranlib. | |
7566 | * configure.in: update solaris2 config. | |
7567 | ||
7568 | Wed Jun 10 16:31:29 1992 Fred Fish ([email protected]) | |
7569 | ||
7570 | * random.c: Add for random() and srandom(). | |
7571 | * functions.def: Add random | |
7572 | ||
7573 | Tue Jun 9 17:27:18 1992 Fred Fish ([email protected]) | |
7574 | ||
7575 | * config/{mh-ncr3000, mh-sysv4}: Add definition for INSTALL | |
7576 | using /usr/ucb/install. | |
7577 | ||
7578 | Mon Jun 1 13:20:17 1992 Per Bothner ([email protected]) | |
7579 | ||
7580 | * strerror.c: Kludge to guard against a conflict with | |
7581 | possible declaration of sys_errlist in errno.h. | |
7582 | ||
7583 | Sun May 31 15:07:47 1992 Mark Eichin (eichin at cygnus.com) | |
7584 | ||
7585 | * configure.in, config/mh-solaris: add solaris2 config support. | |
7586 | ||
7587 | Fri May 29 17:23:23 1992 Per Bothner ([email protected]) | |
7588 | ||
7589 | * sigsetmask.c: #ifdef out sigsetmask if SIG_SETMASK | |
7590 | is not defined (should be defined in signal.h, says Posix.). | |
7591 | ||
7592 | Mon May 18 17:35:04 1992 K. Richard Pixley ([email protected]) | |
7593 | ||
7594 | * getopt.c: merged changes from make-3.62.11. | |
7595 | ||
7596 | Fri May 8 14:53:07 1992 K. Richard Pixley ([email protected]) | |
7597 | ||
7598 | * getopt.c: merged changes from bison-1.18. | |
7599 | ||
7600 | Tue May 5 11:51:40 1992 Per Bothner ([email protected]) | |
7601 | ||
7602 | * Makefile.in: Don't have $(EXTRA_OFILES) depend on config.h, | |
7603 | since that introduces a circular dependency. | |
7604 | ($(EXTRA_OFILES) are used to build config.h.) | |
7605 | ||
7606 | * strtoul.c: Fixes to handle non-decimal bases better. | |
7607 | ||
7608 | Wed Apr 22 09:27:51 1992 Fred Fish ([email protected]) | |
7609 | ||
7610 | * config/mh-ncr3000: Replace MINUS_G with CFLAGS. | |
7611 | * Makefile.dos: Finish MINUS_G eradication. | |
7612 | * Makefile.in (CFILES): Add strsignal.c. | |
7613 | * Makefile.in (REQUIRED_OFILES): Add strerror.o strsignal.o | |
7614 | * Makefile.in (needed-list): Split creation of errors file to | |
7615 | separate make target. | |
7616 | * Makefile.in (config.h, needed2.awk, errors): New targets. | |
7617 | * Makefile.in (clean): Split to multiple lines, add needed2.awk | |
7618 | and config.h. | |
7619 | * dummy.c (DEFFUNC, DEFVAR): Add defines and undefs. | |
7620 | * functions.def (strerror): Remove from optional list. | |
7621 | * functions.def (sys_nerr, sys_errlist, sys_siglist): DEFVAR's | |
7622 | * functions.def (strerror, psignal): DEFFUNC's | |
7623 | * strerror.c: Rewrite from scratch to use sys_errlist only if | |
7624 | available, add errno_max(), add strerrno(), add strtoerrno(), | |
7625 | add test driver. | |
7626 | * strsignal.c: New file, signal equivalent to strerror.c. | |
7627 | Uses sys_siglist if available, defines signo_max(), strsignal(), | |
7628 | strsigno(), strtosigno(), psignal(), and test driver. | |
7629 | ||
7630 | Mon Apr 20 20:49:32 1992 K. Richard Pixley ([email protected]) | |
7631 | ||
7632 | * Makefile.in: do not print recursion line. | |
7633 | ||
7634 | * Makefile.in: allow CFLAGS to be passed in from command line. | |
7635 | Removed MINUS_G. Default CFLAGS to -g. | |
7636 | ||
7637 | Mon Apr 20 12:57:46 1992 Per Bothner ([email protected]) | |
7638 | ||
7639 | * config/mh-aix: New. EXTRA_OFILES lists copysign.o, | |
7640 | so libg++ users don't have to be inconvenienced by a | |
7641 | libc.a bug (libc.a needs copysign, but doesn't define it!). | |
7642 | * configure.in: Use config/mh-aix. | |
7643 | * strtoul.c: Handle '-' as required by ANSI. | |
7644 | Clean up radix handling. | |
7645 | * strstr.c: Fix buggy algorithm. | |
7646 | * Makefile.in: Change so that ${EXTRA_OFILES} is | |
7647 | appended to needed-list (which is used by libg++). | |
7648 | ||
7649 | Fri Apr 10 22:51:41 1992 Fred Fish ([email protected]) | |
7650 | ||
7651 | * configure.in: Recognize new ncr3000 config. | |
7652 | * config/mh-ncr3000: New config file. | |
7653 | ||
7654 | Wed Apr 1 23:31:43 1992 John Gilmore (gnu at cygnus.com) | |
7655 | ||
7656 | * argv.c, dummy.c: Lint. | |
7657 | ||
7658 | Tue Mar 31 18:46:44 1992 Fred Fish ([email protected]) | |
7659 | ||
7660 | * config/mh-sysv4: New config file. | |
7661 | * configure.in (host_makefile_frag): Set to config/mh-sysv4 for | |
7662 | host_os == sysv4. | |
7663 | * getpagesize.c: For SVR4, use sysconf(_SC_PAGESIZE) to get | |
7664 | pagesize. | |
7665 | ||
7666 | Sun Mar 29 12:26:42 1992 John Gilmore (gnu at cygnus.com) | |
7667 | ||
7668 | * getopt.c: Lint. | |
7669 | ||
7670 | Fri Mar 27 08:32:55 1992 Fred Fish ([email protected]) | |
7671 | ||
7672 | * functions.def (alloca): Fix return type and args to avoid | |
7673 | type clash with gcc's builtin alloca. | |
7674 | ||
7675 | Tue Mar 24 23:33:42 1992 K. Richard Pixley ([email protected]) | |
7676 | ||
7677 | * configure.in, config/mh-irix4: irix4 support. | |
7678 | ||
7679 | * Makefile.in, functions.def, alloca.c: added alloca. | |
7680 | ||
7681 | Tue Mar 24 17:34:46 1992 Stu Grossman (grossman at cygnus.com) | |
7682 | ||
7683 | * obstack.c (CALL_FREEFUN): Make it compile on DECstations. | |
7684 | ||
7685 | Thu Mar 19 13:57:42 1992 Fred Fish ([email protected]) | |
7686 | ||
7687 | * argv.c: Fix various external function definitions to be | |
7688 | correct in an ANSI compilation environment. | |
7689 | ||
7690 | Sat Mar 14 17:28:17 1992 Fred Fish ([email protected]) | |
7691 | ||
7692 | * obstack.c: Changes to support calling mmalloc functions, | |
7693 | which take an additional argument over malloc functions. | |
7694 | ||
7695 | Fri Mar 6 22:01:10 1992 K. Richard Pixley ([email protected]) | |
7696 | ||
7697 | * added check target. | |
7698 | ||
7699 | Thu Feb 27 22:19:39 1992 Per Bothner ([email protected]) | |
7700 | ||
7701 | * argv.c: #include alloca-conf.h (needed by AIX). | |
7702 | ||
7703 | Wed Feb 26 18:04:40 1992 K. Richard Pixley ([email protected]) | |
7704 | ||
7705 | * Makefile.in, configure.in: removed traces of namesubdir, | |
7706 | -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced | |
7707 | copyrights to '92, changed some from Cygnus to FSF. | |
7708 | ||
7709 | Sat Feb 22 01:09:21 1992 Stu Grossman (grossman at cygnus.com) | |
7710 | ||
7711 | * argv.c: Check in Fred's version which fixes problems with | |
7712 | alloca(). | |
7713 | ||
7714 | Fri Feb 7 21:46:08 1992 Stu Grossman (grossman at cygnus.com) | |
7715 | ||
7716 | * makefile.dos: Remove NUL to keep patch from failing. | |
7717 | ||
7718 | Thu Jan 30 22:48:41 1992 Stu Grossman (grossman at cygnus.com) | |
7719 | ||
7720 | * getopt.c (_getopt_internal): Fix usage of enum has_arg. | |
7721 | ||
7722 | Mon Jan 20 18:53:23 1992 Stu Grossman (grossman at cygnus.com) | |
7723 | ||
8aefe91a | 7724 | * getopt.c, getopt1.c, ../include/getopt.h: Get latest versions. |
252b5132 RH |
7725 | |
7726 | Sat Jan 18 16:53:01 1992 Fred Fish (fnf at cygnus.com) | |
7727 | ||
7728 | * argv.c: New file to build and destroy standard argument | |
7729 | vectors from a command string. | |
7730 | ||
7731 | * Makefile.in: Add argv.c and argv.o to appropriate macros. | |
7732 | ||
7733 | Fri Dec 20 12:12:57 1991 Fred Fish (fnf at cygnus.com) | |
7734 | ||
7735 | * configure.in: Change svr4 references to sysv4. | |
7736 | ||
7737 | * rindex.c: Declare return type of externally used function | |
7738 | strrchr(). | |
7739 | ||
7740 | Thu Dec 19 18:35:03 1991 John Gilmore (gnu at cygnus.com) | |
7741 | ||
7742 | * Makefile.in: Remove "***" in normal output, since Make produces | |
7743 | this on errors, and it's convenient to search for. | |
7744 | ||
7745 | Tue Dec 17 23:21:30 1991 Per Bothner (bothner at cygnus.com) | |
7746 | ||
7747 | * memcmp.c, memcpy.c, memmove.c, memset.c, strchr.c, strrchr.c: | |
7748 | New ANSI functions. The old non-ANSI functions (such as bcopy) | |
7749 | should be avoided. | |
7750 | * bcopy.c: Fix to correctly handle overlapping regions. | |
7751 | * index.c, rindex.c: Re-write in terms of strchr() and strrchr(). | |
7752 | * functions.def: Add the new functions. | |
7753 | * functions.def: Add 4th parameter to DEF macro, | |
7754 | an ansidecl.h-style prototype. | |
7755 | * dummy.c: Use expanded DEF macro to create a dummy function | |
7756 | call, with correct parameter types. (This avoids some | |
7757 | complaints from gcc about predefined builtins.) | |
7758 | ||
7759 | Move the functionality of config/mh-default into Makefile.in. | |
7760 | This avoid duplication, and simplifies things slightly. | |
7761 | * Makefile.in: Tweak so we don't need config/mh-default. | |
7762 | * README: Update. | |
7763 | * configure.in: No longer need config/mh-default. | |
7764 | * config/mh-default: Deleted. | |
7765 | * config/mh-sysv: Remove lines copied from old mh-default. | |
7766 | ||
7767 | Tue Dec 17 05:46:46 1991 John Gilmore (gnu at cygnus.com) | |
7768 | ||
7769 | * fdmatch.c (fdmatch): Don't compare st_rdev, which is for | |
7770 | 'mknod' device numbers. | |
7771 | ||
7772 | Mon Dec 16 12:25:34 1991 Fred Fish (fnf at cygnus.com) | |
7773 | ||
7774 | * fdmatch.c, Makefile.in: Add new function that takes two | |
7775 | open file descriptors and returns nonzero if they refer to | |
7776 | the same file, zero otherwise. (used in gdb) | |
7777 | ||
7778 | Wed Dec 11 17:40:39 1991 Steve Chamberlain (sac at rtl.cygnus.com) | |
7779 | From DJ: | |
7780 | * msdos.c: stub functions for dos. | |
7781 | * makefile.dos, configdj.bat: new. | |
7782 | * getopt.c: Don't include alloca-conf.h in a GO32 world. | |
7783 | ||
7784 | ||
7785 | Tue Dec 10 04:14:49 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
7786 | ||
7787 | * Makefile.in: infodir belongs in datadir. | |
7788 | ||
7789 | Fri Dec 6 23:26:45 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
7790 | ||
7791 | * Makefile.in: remove spaces following hyphens because bsd make | |
7792 | can't cope. added standards.text support. install using | |
7793 | INSTALL_DATA. | |
7794 | ||
7795 | * configure.in: remove commontargets as it is no longer a | |
7796 | recognized hook. | |
7797 | ||
7798 | Thu Dec 5 22:46:46 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
7799 | ||
7800 | * Makefile.in: idestdir and ddestdir go away. Added copyrights | |
7801 | and shift gpl to v2. Added ChangeLog if it didn't exist. docdir | |
7802 | and mandir now keyed off datadir by default. | |
7803 | ||
7804 | Fri Nov 22 19:15:29 1991 John Gilmore (gnu at cygnus.com) | |
7805 | ||
7806 | * Makefile.in: find-needed.awk does not fit in 14 chars. | |
7807 | ||
7808 | * Makefile.in: Suppress error checking when compiling the test | |
7809 | program, because Ultrix make/sh aborts there due to a bug. | |
7810 | ||
7811 | Fri Nov 22 12:23:17 1991 Per Bothner (bothner at cygnus.com) | |
7812 | ||
7813 | * Makefile.in: Re-did how EXTRA_OFILES is used to be more useful. | |
7814 | * README: Explained how the auto-configuration works, | |
7815 | and how to add new files and/or configurations. | |
7816 | ||
7817 | Fri Nov 22 09:45:23 1991 John Gilmore (gnu at cygnus.com) | |
7818 | ||
7819 | * strtoul.c: Avoid defining ULONG_MAX if already defined; | |
7820 | cast a const char * to char * for pedants. | |
7821 | ||
7822 | * getopt.c: Only define "const" after local include files get to, | |
7823 | and only if they haven't defined it. | |
7824 | ||
7825 | Thu Nov 21 16:58:53 1991 John Gilmore (gnu at cygnus.com) | |
7826 | ||
7827 | * getcwd.c (remove getwd.c): GNU code should call getcwd(). We | |
7828 | emulate it with getwd() if available. This avoids callers having | |
7829 | to find a MAXPATHLEN or PATH_MAX value from somewhere. | |
7830 | * Makefile.in, functions.def: getwd->getcwd. | |
7831 | * configure.in: Use generic case for every system. | |
7832 | * config/mh-{delta88,mach,rs6000,svr4}: Remove. | |
7833 | * config/mh-sysv: Use default handling, just add -DUSG. | |
7834 | ||
7835 | Thu Nov 14 10:58:05 1991 Per Bothner (bothner at cygnus.com) | |
7836 | ||
7837 | * Makefile.in, config/mh-default: Re-do make magic | |
7838 | so that for the default ("automatic") mode we only | |
7839 | compile the files we actually need. Do this using | |
7840 | a recursive make: The top-level generates the list | |
7841 | of needed files (loosely, the ones missing in libc), | |
7842 | and then passes that list to the recursive make. | |
7843 | * config/mh-mach: Remove obsolete STRERROR-{C,O} macros. | |
7844 | ||
7845 | Tue Nov 12 19:10:57 1991 John Gilmore (gnu at cygnus.com) | |
7846 | ||
7847 | RS/6000 host support (grumble). | |
7848 | ||
7849 | * configure.in: Build alloca-conf.h file from alloca-norm.h | |
7850 | (everything else) or alloca-botch.h (rs/6000). | |
7851 | * Makefile.in: Include . on the include path. | |
7852 | * getopt.c: Use alloca-conf.h. | |
7853 | * alloca-norm.h: How to declare alloca on reasonable machines. | |
7854 | * alloca-botch.h: How to declare alloca on braindead machines. | |
7855 | ||
7856 | Tue Nov 12 09:21:48 1991 Fred Fish (fnf at cygnus.com) | |
7857 | ||
7858 | * concat.c : New file, like concat() in gdb but can take a | |
7859 | variable number of arguments rather than fixed at 3 args. For | |
7860 | now, client applications must supply an xmalloc(), which is a | |
7861 | front end function to malloc() that deals with out-of-memory | |
7862 | conditions. | |
7863 | ||
7864 | * Makefile.in: Add concat.c and concat.o to appropriate macros. | |
7865 | ||
7866 | Sat Nov 9 13:29:59 1991 Fred Fish (fnf at cygnus.com) | |
7867 | ||
7868 | * config/mh-svr4: Add sigsetmask to list of required functions. | |
7869 | ||
7870 | Sun Nov 3 11:57:56 1991 Per Bothner (bothner at cygnus.com) | |
7871 | ||
7872 | * vsprintf.c: New file. | |
7873 | * functions.def, Makefile.in: Add vsprintf. | |
7874 | ||
7875 | Sun Oct 27 16:31:22 1991 John Gilmore (gnu at cygnus.com) | |
7876 | ||
7877 | * configure.in, config/mh-rs6000: Add rs/6000 host support. | |
7878 | * Makefile.in: Compile with debug info. | |
7879 | ||
7880 | Fri Oct 25 17:01:12 1991 Per Bothner (bothner at cygnus.com) | |
7881 | ||
7882 | * Makefile.in, configure.in, and new files: dummy.c, functions.def, | |
7883 | config/mf-default: Added a default configuration mode, | |
7884 | which includes into libiberty.a functions that are "missing" in libc. | |
7885 | * strdup.c, vprintf.c, vfprintf.c: New files. | |
7886 | ||
7887 | Thu Oct 24 02:29:26 1991 Fred Fish (fnf at cygnus.com) | |
7888 | ||
7889 | * config/hmake-svr4: New file. | |
7890 | ||
7891 | * config/hmake-sysv: Add HOST_CFILES and HOST_OFILES. | |
7892 | ||
7893 | * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c, | |
7894 | index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New | |
7895 | files containing either portable C versions or emulations using | |
7896 | native library calls. | |
7897 | ||
7898 | * strerror.c: Add copyright, internal documentation, etc. | |
7899 | ||
7900 | * strtol.c: Replace hardwired hex constants with some more | |
7901 | portable macros. Remove illegal (according to gcc) cast. | |
7902 | ||
7903 | * strtoul.c: Replace hardwired hex constant with more portable | |
7904 | macro. | |
7905 | ||
7906 | * Makefile.in: Move TARGETLIB and CFLAGS where makefile fragments | |
7907 | can override them. Add new source and object file names to CFILES | |
7908 | and OFILES respectively. | |
7909 | ||
7910 | * configure.in: Add support for SVR4 makefile fragments. | |
7911 | ||
7912 | Tue Oct 22 19:00:23 1991 Steve Chamberlain (steve at cygnus.com) | |
7913 | ||
7914 | * Makefile.in: Move RANLIB, AR and AR_FLAGS to where they can be | |
7915 | over-ridden by config/hmake-* | |
7916 | * configure.in: added m88kcvs to sysv list | |
7917 | ||
7918 | Fri Oct 4 01:29:08 1991 John Gilmore (gnu at cygnus.com) | |
7919 | ||
7920 | * Makefile.in: Most hosts need strerror, but one or two don't, | |
7921 | and they override these definitions in the host-dependent makefile | |
7922 | fragment. | |
7923 | * config/hmake-mach: The odd man out on strerror -- it's supplied. | |
7924 | * strerror.c: New file. | |
7925 | ||
7926 | * strtol.c, strtoul.c: Add strtol to libiberty, since Mach lacks | |
7927 | it and bfd uses it. | |
7928 | * configure.in, Makefile.in, config/hmake-mach: Only configure | |
7929 | strtol & strotoul in on Mach. | |
7930 | ||
7931 | Tue Sep 3 06:36:23 1991 John Gilmore (gnu at cygint.cygnus.com) | |
7932 | ||
7933 | * obstack.c: Merge with latest FSF version. | |
7934 | ||
7935 | \f | |
7936 | Local Variables: | |
7937 | version-control: never | |
7938 | End: |