• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


コミットメタ情報

リビジョン9bff3c127bb84803c2f83b23da6a1a4ea42d125d (tree)
日時2004-01-05 04:06:15
作者Daniel Jacobowitz <drow@fals...>
コミッターDaniel Jacobowitz

ログメッセージ

Add cplus branch changelog

変更サマリ

差分

--- /dev/null
+++ b/libiberty/ChangeLog.cplus
@@ -0,0 +1,23 @@
1+2004-01-04 Daniel Jacobowitz <drow@mvista.com>
2+
3+ * cp-demangle.c: Include cp-demangle.h. Export some public
4+ functions and variables.
5+ (cp_v3_d_init_info_alloc, cp_v3_d_free_info): New functions.
6+ (d_make_operator_from_string): New function.
7+ (cp_v3_d_make_empty, cp_v3_d_make_comp, cp_v3_d_make_name)
8+ (cp_v3_d_make_builtin_type, cp_v3_d_make_extended_operator)
9+ (cp_v3_d_make_ctor, cp_v3_d_make_dtor, cp_v3_d_print): Renamed
10+ and made global. Update calls to renamed functions.
11+
12+ (d_make_template_param, d_make_sub, d_encoding, d_name, d_prefix)
13+ (d_identifier, d_operator_name, d_special_name, d_ctor_dtor_name)
14+ (d_type, d_cv_qualifiers, d_bare_function_type, d_array_type)
15+ (d_pointer_to_member_type, d_template_args, d_expression)
16+ (d_expr_primary, d_local_name, d_demangle): Update calls to renamed
17+ functions.
18+
19+ (cp_v3_d_make_builtin_type): Accept a character instead of a pointer
20+ to struct d_builtin_type_info.
21+ (d_type): Update call to d_make_builtin_type.
22+
23+ * Makefile.in: Update dependencies for cp-demangle.o.