aboutsummaryrefslogtreecommitdiff
path: root/libobjc/ChangeLog.branch
blob: 5495b244686d9ef7c88d7f2243c911d24b418ba7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
2004-01-27  Alexander Malmberg  <alexander@malmberg.org>

	* selector.c: Rename register_selectors_from_list to
	__objc_register_selectors_from_list. Update caller.
	(__objc_register_selectors_from_list): Lock __objc_runtime_mutex
	while registering selectors. Use __sel_register_typed_name instead
	of sel_register_typed_name. Check for NULL method_name:s.
	(pool_alloc_selector): New function.
	(__sel_register_typed_name): Use pool_alloc_selector to allocate
	selector structures.
	* sendmsg.c (class_add_method_list): Use
	__objc_register_selectors_from_list.
	* objc/runtime.h: Add __objc_register_selectors_from_list.

2004-01-25  Adam Fedor  <fedor@gnu.org>
            Nicola Pero  <n.pero@mi.flashnet.it>
            Andrew Pinski  <pinskia@physics.uc.edu>

	* objc/objc-decls.h: New file.
	* objc/objc-api.h (_objc_lookup_class): Mark as export.
	(_objc_load_callback): Likewise.
	(_objc_object_alloc): Likewise.
	(_objc_object_copy): Likewise.
	(_objc_object_dispose): Likewise.

2004-01-25  Andrew Pinski  <pinskia@physics.uc.edu>

	* archive.c: s/__inline__/inline
	* sendmsg.c: Likewise. 

	* encoding.c: Remove FIXME about the warning
	about unused variable.
	* sendmsg: Add a FIXME comment saying that
	this should be using libffi.

	* Makefile.in (LIBTOOL): Use @LIBTOOL@ now as it works.