summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2004-12-13* gc.c (stack_end_address): new function to obtain stack end address.akr
2004-11-05* string.c (rb_str_locktmp): check STR_TMPLOCK flag beforematz
2004-11-04* gc.c (gc_mark): enable GC stack checking.matz
2004-11-02* gc.c: cancel IA64 changes unnecessary for 1.8.matz
2004-10-27* gc.c: prototype; rb_io_fptr_finalize() doesn't return any valueusa
2004-10-27* gc.c (gc_sweep): recover ruby_in_compile variable.matz
2004-10-27* string.c (RESIZE_CAPA): check string attribute before modifyingmatz
2004-10-20* string.c (str_gsub): reentrant check. [ruby-dev:24432]matz
2004-07-27* gc.c (run_final): wrong order of data. [ruby-dev:23948]matz
2004-07-23* gc.c (define_final): should not disclose NODE* to Ruby world.matz
2004-07-14* gc.c, parse.y, lib/cgi.rb, lib/date.rb: last minute backports from HEAD.matz
2004-06-29* eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level.nobu
2004-06-24* eval.c (rb_thread_atfork): remove "fork terminates thread"matz
2004-06-16* gc.c (stack_grow_direction): memoize the direction.nobu
2004-04-12* gc.c (rb_gc_copy_finalizer): typo. [ruby-core:02774]nobu
2003-12-22Add RDoc commentsdave
2003-12-20dln.c: remove last second typo.matz
2003-12-13* eval.c (thread_timer): use timer by sub-thread and nanosleep.matz
2003-12-10* io.c (read_all): should return given string even if data read ismatz
2003-11-28* gc.c (gc_mark): explicitly check mark recursion levels, insteadmatz
2003-11-27* eval.c, gc.c: FreeBSD/ia64 currently does not have a way for aknu
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-11-20* configure.in: always check existence of the pthread librarynagai
2003-10-20* gc.c (gc_sweep): loosen page free condition to avoid add_heap()matz
2003-10-06* parse.y (stmt): rhs of multiple assignment should not bematz
2003-10-04* gc.c (Init_stack): the type of space is changed to unsigned inteban
2003-10-01* gc.c (heaps): manage slots and limits together. [ruby-dev:21453]nobu
2003-08-22* enum.c (inject_i): use rb_yield_values.matz
2003-08-14* gc.c (id2ref): recycle check should be done by klass == 0.matz
2003-08-14* gc.c (rb_data_object_alloc): check type of 1st argument.usa
2003-08-06* eval.c (rb_call0): update ruby_class as well as ruby_cref.matz
2003-08-06* gc.c: FreeBSD/ia64's mcontext_t is a bit different from that ofknu
2003-08-02* gc.c: add "#pragma weak" for __libc_ia64_register_backing_store_base.matz
2003-08-01* gc.c (rb_gc_mark_locations): no need to swap arguments.nobu
2003-08-01* gc.c (rb_gc): typo.matz
2003-08-01* ext/syck/rubyext.c (syck_emitter_write_m): forgot to declarematz
2003-07-31* gc.c (Init_stack): wrong magic number.matz
2003-07-31* gc.c (Init_stack): IA64 requires STACK_LEVEL_MAX to be less thanmatz
2003-07-25* ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz
2003-07-24* gcc -Wall clean-up.matz
2003-07-24* gc.c (run_final): backout unnecessary modifies.matz
2003-07-24* eval.c (thgroup_add): no warning for terminated threads.matz
2003-07-17* eval.c (rb_clear_cache_by_class): check both klass and origin.matz
2003-07-17* eval.c (ruby_init): set ruby_running to true aftermatz
2003-07-07* eval.c (rb_call_super): k->super maybe NULL if klass is Kernel.matz
2003-06-28* configure.in (rb_cv_stack_grow_dir): check stack growing direction.nobu
2003-06-16* eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz
2003-06-07* parse.y (value_expr0): class and module statements should not bematz
2003-06-06* gc.c (define_final): eliminate rb_f_lambda() call.matz
2003-05-22* gc.c (run_final): use rb_thread_critical instead of DEFER_INTS.matz