aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* remove GNU regex APIkosako2005-02-171-3/+2
* * gc.c (mark_locations_array): avoid core dump with -O3.akr2005-01-071-2/+4
* gcc noinline attribute is available since gcc-3.1.akr2004-12-201-0/+2
* * gc.c (set_stack_end): new function to obtain stack end address.akr2004-12-131-10/+11
* * dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz2004-11-101-1/+1
* * gc.c (gc_mark): enable GC stack checking.matz2004-11-041-3/+3
* * eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz2004-10-301-3/+3
* * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz2004-10-271-1/+10
* * io.c (rb_io_mode_flags): preserve append mode flag.matz2004-10-061-3/+1
* * string.c (rb_str_sum): string may be altered. [ruby-dev:24381]matz2004-10-011-7/+7
* * eval.c (rb_call0): invoke finalizers periodically.nobu2004-09-271-42/+65
* * parse.y (rb_parser_append_print): should handle prelude.matz2004-09-241-15/+1
* * enum.c (enum_sort_by): do not use qsort directly. usematz2004-09-211-4/+17
* * env.h: remove argv from ruby_frame.matz2004-07-281-3/+2
* * gc.c (define_final): should not disclose NODE* to Ruby world.matz2004-07-231-6/+4
* * configure.in (rb_cv_stack_end_address): detect stack end addressnobu2004-07-081-3/+14
* * eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level.nobu2004-06-291-3/+10
* bring back _stklen for DJGPP [ruby-core:3084]michal2004-06-251-0/+5
* Fix indentation in time.cmichal2004-06-231-7/+3
* * gc.c (stack_grow_direction): memoize the direction.nobu2004-06-161-4/+7
* * parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz2004-05-071-3/+1
* * gc.c (rb_gc_copy_finalizer): typo. [ruby-core:02774]nobu2004-04-121-1/+1
* * pack.c (pack_pack): use NUM2INT() instead of num2i32().matz2004-04-071-1/+1
* * file.c (rb_get_path): get path string via "to_path" method ifmatz2004-04-071-5/+7
* * struct.c (rb_struct_s_def): Struct::new executes block withmatz2004-03-101-3/+3
* * gc.c (obj_free), io.c (rb_io_fptr_finalize), rubyio.h (OpenFile):nobu2004-02-251-1/+0
* * parse.y (opt_rescue): use NODE_ERRINFO() instead ofmatz2004-01-221-0/+1
* * parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz2004-01-211-2/+1
* Add RDoc commentsdave2003-12-221-0/+150
* dln.c: remove last second typo.matz2003-12-201-0/+10
* * eval.c (thread_timer): use timer by sub-thread and nanosleep.matz2003-12-131-5/+2
* * io.c (read_all): should return given string even if data read ismatz2003-12-101-2/+0
* * gc.c (gc_mark): explicitly check mark recursion levels, insteadmatz2003-11-281-40/+69
* * eval.c, gc.c: FreeBSD/ia64 currently does not have a way for aknu2003-11-271-0/+8
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-0/+3
* * configure.in: always check existence of the pthread librarynagai2003-11-201-0/+5
* * gc.c (gc_sweep): loosen page free condition to avoid add_heap()matz2003-10-201-3/+5
* * parse.y (stmt): rhs of multiple assignment should not bematz2003-10-061-0/+1
* * gc.c (Init_stack): the type of space is changed to unsigned inteban2003-10-041-1/+1
* * gc.c (heaps): manage slots and limits together. [ruby-dev:21453]nobu2003-10-011-26/+32
* * enum.c (inject_i): use rb_yield_values.matz2003-08-221-2/+2
* * 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