8sa1-gcc/gcc/java
Kaveh R. Ghazi c2e3db9254 gjavah.c (get_field_name, [...]): Use xmalloc, not malloc.
* gjavah.c (get_field_name, print_method_info, print_include,
	add_namelet): Use xmalloc, not malloc.

	* jcf-depend.c (add_entry): Likewise.  Use xstrdup, not strdup.
	(munge): Use xrealloc, not realloc, trust xrealloc to handle a
	NULL pointer.

	* jcf-io.c (open_in_zip, find_class): Use xstrdup, not strdup.

	* jcf-parse.c (jcf_out_of_synch, yyparse): Likewise.

	* jcf-path.c (add_entry): Likewise.

	* jcf.h (ALLOC, REALLOC): Use xmalloc/xrealloc, not malloc/realloc.

	* jv-scan.c (xmalloc): Remove definition.

	* jvgenmain.c (xmalloc): Likewise.

	* jvspec.c (lang_specific_driver): Use xcalloc, not xmalloc/bzero.

	* lex.c (java_store_unicode): Use xrealloc, not realloc.

	* parse-scan.y: Use concat, not of xmalloc/assign/strcpy.  Use
	concat, not xmalloc/sprintf.
	(java_push_parser_context): Use xcalloc, not xmalloc/bzero.
	(xstrdup): Remove definition.

	* parse.y (duplicate_declaration_error_p,
	constructor_circularity_msg, verify_constructor_circularity,
	check_abstract_method_definitions, java_check_regular_methods,
	java_check_abstract_methods, patch_method_invocation,
	check_for_static_method_reference, patch_assignment, patch_binop,
	patch_cast, array_constructor_check_entry, patch_return,
	patch_conditional_expr): Use xstrdup, not strdup.

	* zextract.c (ALLOC): Use xmalloc, not malloc.

From-SVN: r29457
1999-09-16 15:45:15 +00:00
..
buffer.c
buffer.h
ChangeLog gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. 1999-09-16 15:45:15 +00:00
check-init.c check-init.c (check_bool2_init, [...]): Add static prototypes. 1999-08-10 16:58:13 +00:00
class.c class.c (finish_class): We're now outside a valid method declaration. 1999-09-11 15:22:57 -07:00
config-lang.in
constants.c
convert.h
decl.c Move declarations and building code for common tree nodes to tree.[ch] 1999-09-10 10:36:02 +00:00
except.c check-init.c (check_bool2_init, [...]): Add static prototypes. 1999-08-10 16:58:13 +00:00
expr.c class.c (finish_class): Remove unused parameter, all callers changed. 1999-09-02 21:57:09 +00:00
gjavah.c gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. 1999-09-16 15:45:15 +00:00
java-except.h
java-opcodes.h
java-tree.def
java-tree.h Move declarations and building code for common tree nodes to tree.[ch] 1999-09-10 10:36:02 +00:00
javaop.def
javaop.h javaop.h (WORD_TO_FLOAT): only inline if building with gcc. 1999-08-09 21:14:12 +00:00
jcf-depend.c gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. 1999-09-16 15:45:15 +00:00
jcf-dump.c class.c (finish_class): Remove unused parameter, all callers changed. 1999-09-02 21:57:09 +00:00
jcf-io.c gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. 1999-09-16 15:45:15 +00:00
jcf-parse.c gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. 1999-09-16 15:45:15 +00:00
jcf-path.c gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. 1999-09-16 15:45:15 +00:00
jcf-reader.c check-init.c (check_bool2_init, [...]): Add static prototypes. 1999-08-10 16:58:13 +00:00
jcf-write.c gjavah.c, [...]: Do not use C++ style comments in C code. 1999-08-27 23:33:02 -06:00
jcf.h gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. 1999-09-16 15:45:15 +00:00
jv-scan.c gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. 1999-09-16 15:45:15 +00:00
jvgenmain.c gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. 1999-09-16 15:45:15 +00:00
jvspec.c gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. 1999-09-16 15:45:15 +00:00
keyword.gperf gjavah.c (print_name, [...]): Add static prototype. 1999-08-25 13:59:28 +00:00
keyword.h gjavah.c (print_name, [...]): Add static prototype. 1999-08-25 13:59:28 +00:00
lang-options.h lang.c (flag_use_divide_subroutine): New variable. 1999-07-21 14:51:24 +00:00
lang-specs.h
lang.c c-parse.in (language_string): Constify. 1999-08-31 02:16:34 +00:00
lex.c gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. 1999-09-16 15:45:15 +00:00
lex.h
Make-lang.in Makefile.in (gcc.o, [...]): Depend on gcc.h. 1999-09-13 03:57:40 +00:00
Makefile.in Hapless User Hint for gperf 1999-09-08 14:08:26 +00:00
mangle.c check-init.c (check_bool2_init, [...]): Add static prototypes. 1999-08-10 16:58:13 +00:00
parse-scan.c gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. 1999-09-16 15:45:15 +00:00
parse-scan.y gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. 1999-09-16 15:45:15 +00:00
parse.c gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. 1999-09-16 15:45:15 +00:00
parse.h gjavah.c (print_name, [...]): Add static prototype. 1999-08-25 13:59:28 +00:00
parse.y gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. 1999-09-16 15:45:15 +00:00
typeck.c check-init.c (check_bool2_init, [...]): Add static prototypes. 1999-08-10 16:58:13 +00:00
verify.c class.c (finish_class): Remove unused parameter, all callers changed. 1999-09-02 21:57:09 +00:00
xref.c check-init.c (check_bool2_init, [...]): Add static prototypes. 1999-08-10 16:58:13 +00:00
xref.h check-init.c (check_bool2_init, [...]): Add static prototypes. 1999-08-10 16:58:13 +00:00
zextract.c gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. 1999-09-16 15:45:15 +00:00
zipfile.h