]> git.ipfire.org Git - thirdparty/gcc.git/blame - libiberty/ChangeLog
1998-10-23 Andrew MacLeod <amacleod@cygnus.com>
[thirdparty/gcc.git] / libiberty / ChangeLog
CommitLineData
e61da89d 1Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2
3 * splay-tree.c (splay_tree_foreach_helper): Make definition static
4 to match prototype.
5
9a4eb61d 61998-10-21 Mark Mitchell <mark@markmitchell.com>
7
8 * splay-tree.c: New file.
9 * Makefile.in (CFILES): Add it.
10 (REQUIRED_OFILES): Likewise.
11 (splay-tree.o): Add dependencies.
12
e5d3a45b 13Tue Oct 20 12:29:02 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
14
15 * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
16 range of 'K' index.
17
4350e959 18Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19
20 * choose-temp.c: Prototype mkstemps() when IN_GCC.
21
22 * cplus-dem.c (consume_count): Cast argument of ctype macro to
23 `unsigned char'.
24 (cplus_demangle_opname): Cast the result of `strlen' to (int) when
25 comparing against one.
26 (cplus_mangle_opname): Likewise.
27 (demangle_integral_value): Cast argument of ctype macro to
28 `unsigned char'.
29 (demangle_template_value_parm): Likewise.
30 (demangle_template): Initialize variable `bindex'. Cast the
31 result of `strlen' to (int) when comparing against one. Remove
32 unused variable `start_of_value_parm'.
33 (demangle_class_name): Cast the result of `strlen' to (int) when
34 comparing against one.
35 (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
36 (gnu_special): Likewise. Cast the result of `strlen' to (int)
37 when comparing against one.
38 (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
39 (get_count): Likewise.
40 (do_type): Likewise. Cast the result of `strlen' to (int) when
41 comparing against one.
42 (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
43 (demangle_function_name): Cast the result of `strlen' to (int)
44 when comparing against one.
45
46 * mkstemp.c (mkstemps): Cast variable `len' to (int) when
47 comparing against one.
48
5dfe2c03 49Tue Oct 13 23:51:51 1998 Jeffrey A Law (law@cygnus.com)
50
0be6f86d 51 * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
52 * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
53 * config.in, configure: Rebuilt.
54
5dfe2c03 55 * getopt.c: Check HAVE_STRINGS_H before including strings.h.
56 * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
57 * config.in, configure: Rebuilt.
58
68b78c88 59Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
60
61 * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
62
804ec1bf 63Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
64
65 * Merge egcs & devo libiberty.
66
7a1ec54f 67