aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (id2ref): recycle check should be done by klass == 0.matz2003-08-141-1/+1
* * gc.c (rb_data_object_alloc): check type of 1st argument.usa2003-08-141-0/+1
* * eval.c (rb_call0): update ruby_class as well as ruby_cref.matz2003-08-061-2/+0
* * gc.c: FreeBSD/ia64's mcontext_t is a bit different from that ofknu2003-08-061-0/+4
* * gc.c: add "#pragma weak" for __libc_ia64_register_backing_store_base.matz2003-08-021-0/+1
* * gc.c (rb_gc_mark_locations): no need to swap arguments.nobu2003-08-011-11/+6
* * gc.c (rb_gc): typo.matz2003-08-011-1/+1
* * ext/syck/rubyext.c (syck_emitter_write_m): forgot to declarematz2003-08-011-3/+22
* * gc.c (Init_stack): wrong magic number.matz2003-07-311-1/+1
* * gc.c (Init_stack): IA64 requires STACK_LEVEL_MAX to be less thanmatz2003-07-311-0/+8
* * ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz2003-07-251-2/+2
* * gcc -Wall clean-up.matz2003-07-241-9/+0
* * gc.c (run_final): backout unnecessary modifies.matz2003-07-241-10/+3
* * eval.c (thgroup_add): no warning for terminated threads.matz2003-07-241-3/+9
* * eval.c (rb_clear_cache_by_class): check both klass and origin.matz2003-07-171-1/+0
* * eval.c (ruby_init): set ruby_running to true aftermatz2003-07-171-0/+1
* * eval.c (rb_call_super): k->super maybe NULL if klass is Kernel.matz2003-07-071-0/+1
* * configure.in (rb_cv_stack_grow_dir): check stack growing direction.nobu2003-06-281-24/+37
* * eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz2003-06-161-1/+1
* * parse.y (value_expr0): class and module statements should not bematz2003-06-071-4/+4
* * gc.c (define_final): eliminate rb_f_lambda() call.matz2003-06-061-20/+20
* * gc.c (run_final): use rb_thread_critical instead of DEFER_INTS.matz2003-05-221-3/+4
* * error.c (syserr_initialize): prohibit specifying errno formatz2003-05-211-0/+2
* * gc.c (rb_gc): check odd alignment stack on m68k machines.matz2003-05-081-1/+1
* * gc.c: STACK_LEVEL_MAX=65535 on mswince.uema22003-04-251-1/+1
* * gc.c (rb_gc): use rb_gc_mark_maybe() to mark registered Cmatz2003-04-211-1/+1
* * gc.c (rb_gc_mark_children): introduce this function again; thismatz2003-04-091-25/+35
* * bignum.c (BIGZEROP): macro to determine if x is a bignum zero.matz2003-04-091-17/+27
* * eval.c (avalue_splat): new function to do unary * (splat)matz2003-03-261-0/+3
* * gc.c (rb_gc_call_finalizer_at_exit): use free() if dfree is -1.nobu2003-03-231-1/+6
* * string.c (str_new): need no MEMZERO().matz2003-02-271-2/+25
* * gc.c (rb_gc_mark): inline rb_gc_mark_children().matz2003-02-211-50/+41
* * parse.y (clhs): allow "Foo::Bar = x".matz2003-02-201-1/+1
* * node.h (nd_cpath): nested class/module declaration.nobu2003-02-191-2/+2
* * variable.c (rb_obj_classname): new function.matz2003-01-311-2/+2
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-161-1/+1
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * st.h, st.c: Introduce new conventional typedef's, st_data_t,knu2003-01-061-3/+3
* * defines.h (FLUSH_REGISTER_WINDOWS): Make the flushw call anknu2003-01-041-1/+1
* * gc.c (rb_gc_mark_frame): should mark frame->node.matz2002-12-311-0/+1
* * gc.c (gc_sweep): adjust GC trigger.nobu2002-12-291-28/+5
* * object.c (copy_object): copy finalizers as well if any.matz2002-12-041-0/+16
* * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu2002-10-291-4/+4
* * eval.c, gc.c: adopt a common set of alloca() #ifdef's. Thisknu2002-10-251-6/+12
* * object.c (rb_str_to_dbl): RString ptr might be NULL.matz2002-10-171-1/+1
* rename malloc_memories to malloc_increase. [ruby-cvs:05237]nobu2002-10-101-5/+5
* use BUITIN_TYPE() rather than TYPE().nobu2002-10-101-1/+1
* * gc.c (ruby_xmalloc, ruby_xrealloc): restrict total allocationnobu2002-10-101-0/+53
* * gc.c (gc_sweep): also adjust heaps_limits when free unused heapnobu2002-10-091-0/+1
* * gc.c (Init_stack): prefer address of argument rather than localnobu2002-10-031-3/+1