index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
objc
Age
Commit message (
Expand
)
Author
Files
Lines
1997-03-17
(__objc_block_return): Remove function.
Richard Kenner
1
-102
/
+85
1997-03-16
Correct include path.
Richard Kenner
1
-1
/
+1
1997-03-16
(__objc_block_return): New function.
Richard Kenner
1
-5
/
+48
1997-03-15
(objc_module): Eliminate statics variable.
Richard Kenner
1
-14
/
+20
1997-03-15
(OBJC_O): Add linking.m.
Richard Kenner
1
-2
/
+3
1997-03-15
(class_add_method_list): Check for the +load method when adding a methods lis...
Richard Kenner
1
-30
/
+33
1997-03-15
Initial revision
Richard Kenner
1
-0
/
+40
1997-03-15
(OBJC_VERSION): Increment version.
Richard Kenner
1
-5
/
+140
1997-03-15
(OBJC_VERSION): Increment version as recent changes have made old compiled co...
Richard Kenner
1
-37
/
+30
1997-02-04
Update documentation.
Richard Kenner
1
-40
/
+176
1997-02-02
(__sel_register_typed_name): Eliminate compiler warnings with explicit cast.
Richard Kenner
1
-5
/
+5
1997-02-02
(__objc_runtime_mutex): Eliminate leading underscore from name of objc
Richard Kenner
9
-114
/
+114
1997-02-02
Prototypes for new functions.
Richard Kenner
1
-13
/
+20
1997-02-02
(objc_condition_{,de}allocate): New functions.
Richard Kenner
1
-19
/
+123
1997-02-02
(objc_condition_{,de}allocate): New functions.
Richard Kenner
1
-26
/
+131
1997-02-02
(objc_condition_{,de}allocate): New functions.
Richard Kenner
1
-22
/
+125
1997-02-02
(hash_delete): Step through the hash nodes versus using hash_next to
Richard Kenner
1
-5
/
+18
1997-02-02
(__objc_forward): Replace call to abort function with call to
Richard Kenner
1
-3
/
+2
1997-02-02
Remove error handling declarations.
Richard Kenner
1
-4
/
+1
1997-02-02
Declare error handling functions and typedef for user specified error handler...
Richard Kenner
1
-1
/
+53
1997-02-02
(objc_verror): New function.
Richard Kenner
1
-21
/
+44
1997-02-02
(init_check_module_version): Replace call to abort function with call
Richard Kenner
1
-12
/
+13
1997-02-02
(objc_sizeof_type, objc_alignof_type): Replace call to abort function with ca...
Richard Kenner
1
-5
/
+5
1997-02-02
(objc_get_class): Replace call to abort function with call to
Richard Kenner
1
-3
/
+3
1997-02-02
Replace call to abort or __objc_fatal functions with call to objc_error funct...
Richard Kenner
1
-47
/
+63
1997-02-02
(-error:): Call objc_error function instead of using function pointer.
Richard Kenner
1
-4
/
+2
1997-02-02
(encode_aggregate_within): New function.
Richard Kenner
1
-120
/
+108
1996-12-07
(stdlib.h): Define __USE_FIXED_PROTOTYPES__ before including stdlib.h.
Richard Kenner
1
-0
/
+1
1996-09-23
(BOOL): Define BOOL as int for VxWorks.
Richard Kenner
1
-0
/
+4
1996-09-22
Replace use of __objc_xmalloc and free with objc_malloc and objc_free.
Richard Kenner
11
-44
/
+44
1996-09-22
Replace use of __objc_xcalloc, __objc_xrealloc, and __objc_xmalloc
Richard Kenner
1
-5
/
+5
1996-09-22
(__objc_xmalloc, __objc_xrealloc): Delete.
Richard Kenner
1
-5
/
+1
1996-09-22
Replace use of __obj_xmalloc and free with objc_malloc and objc_free.
Richard Kenner
2
-11
/
+8
1996-09-22
(_objc_malloc): New function pointer.
Richard Kenner
1
-2
/
+44
1996-09-22
(objc_malloc): Renamed from __objc_xmalloc.
Richard Kenner
1
-13
/
+61
1996-09-22
Replace use of free with objc_free.
Richard Kenner
1
-1
/
+1
1996-09-22
Replace use of __objc_xcalloc and free with objc_calloc and objc_free.
Richard Kenner
1
-9
/
+7
1996-09-22
Replace use of __objc_xmalloc and free with objc_malloc and objc_free.
Richard Kenner
1
-14
/
+8
1996-08-11
Formatting changes.
Richard Kenner
8
-23
/
+39
1996-08-11
Formattign changes.
Richard Kenner
1
-7
/
+7
1996-08-11
Formtting changes.
Richard Kenner
1
-1
/
+2
1996-08-11
(hash_is_key_in_hash): Function somehow got lost.
Richard Kenner
1
-0
/
+19
1996-07-23
install EH code
Mike Stump
1
-0
/
+1
1996-07-03
formatting tweaks
Mike Stump
1
-155
/
+159
1996-06-28
(objc_thread_id): Use pthread_getunique_np to obtain a thread ID value.
Richard Kenner
1
-6
/
+6
1996-06-28
(ifdef __alpha__): Don't declare `free'.
Richard Kenner
1
-1
/
+0
1996-06-28
(__objc_block_forward): New function.
Richard Kenner
1
-0
/
+28
1996-06-10
(__sel_register_typed_name): Additional parameter that indicates
Richard Kenner
3
-10
/
+43
1996-06-10
(__objc_thread_detach_function): Clear thread storage.
Richard Kenner
1
-0
/
+37
1996-06-10
(objc_set_thread_callback): New function.
Richard Kenner
1
-0
/
+15
[next]