Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added long comments on why nil_method takes the arguments it takes and how | nicola | 2002-09-12 | 1 | -4/+19 |
| | | | | | | | it's going to be used git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57073 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | 2002-09-10 Jan Hubicka <jh@suse.cz> | aj | 2002-09-10 | 1 | -1/+5 |
| | | | | | | | * nil_method.c (nil_method): No longer varardic. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57001 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | 2002-07-02 Rodney Brown <rbrown64@csc.com.au> | shebs | 2002-07-02 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * objc/encoding.h: Fix formatting. * objc/hash.h: Likewise. * objc/objc-api.h: Likewise. * objc/runtime.h: Likewise. * objc/thr.h: Likewise. * archive.c: Likewise. * class.c: Likewise. * encoding.c: Likewise. * gc.c: Likewise. * hash.c: Likewise. * init.c: Likewise. * misc.c: Likewise. * nil_method.c: Likewise. * objects.c: Likewise. * sarray.c: Likewise. * selector.c: Likewise. * sendmsg.c: Likewise. * thr-mach.c: Likewise. * thr.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55190 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | * Object.m: Fix signed/unsigned warning. | ghazi | 2002-06-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Protocol.m: Likewise. * archive.c: Always include stdlib.h. (objc_read_short, objc_read_unsigned_short, objc_read_int, objc_read_long, __objc_read_nbyte_uint, __objc_read_nbyte_ulong): Fix signed/unsigned warning. (objc_write_type, objc_read_type, objc_write_types, objc_read_types): Ensure ctype 8-bit safety. (__objc_no_write, __objc_no_read): Mark unused parameters. * class.c (class_table_setup): Specify void arg. * encoding.c (atoi, objc_sizeof_type, objc_alignof_type, objc_skip_typespec, objc_skip_offset, objc_layout_structure_next_member): Ensure ctype 8-bit safety. (objc_layout_structure_next_member): Ensure variables are initialized. * gc.c (__objc_generate_gc_type_description, class_ivar_set_gcinvisible): Mark unused parameters. * init.c (__objc_send_load, __objc_destroy_class_tree_node): Mark unused parameters. (__objc_init_protocols) Fix signed/unsigned warning. * nil_method.c (nil_method): Mark unused parameters. * thr.h (objc_thread_callback): Specify void arg. * sarray.c (sarray_new, sarray_realloc, sarray_free): Fix signed/unsigned warning. (sarray_free): Fix formatting. * selector.c (sel_types_match): Ensure ctype 8-bit safety. * sendmsg.c (__objc_init_install_dtable) Mark unused parameters. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54649 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | 1998-09-21 Ben Elliston <bje@cygnus.com> | bje | 1998-09-21 | 1 | -0/+40 |
* New directory. Moved files from ../gcc/objc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22514 138bc75d-0d04-0410-961f-82ee72b054a4 |