| Commit message (Expand) | Author | Age | Files | Lines |
* | * gc.c (define_final): document fix: finalizers never get called | nobu | 2005-06-19 | 1 | -37/+37 |
* | * gc.c (run_final): commit miss to add new variable. | nobu | 2005-06-19 | 1 | -1/+1 |
* | * gc.c (run_final): reduce unnecessary object allocation during | nobu | 2005-06-19 | 1 | -2/+7 |
* | * eval.c (ruby_longjmp): new macro to call longjmp, setcontext, etc. | akr | 2005-06-09 | 1 | -8/+0 |
* | * configure.in, eval.c, gc.c: use libunwind only on HP-UX. | akr | 2005-06-09 | 1 | -3/+3 |
* | * configure.in (RUBY_FUNC_ATTRIBUTE): check for function attribute. | nobu | 2005-04-30 | 1 | -6/+3 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -1/+1 |
* | remove GNU regex API | kosako | 2005-02-17 | 1 | -3/+2 |
* | * gc.c (mark_locations_array): avoid core dump with -O3. | akr | 2005-01-07 | 1 | -2/+4 |
* | gcc noinline attribute is available since gcc-3.1. | akr | 2004-12-20 | 1 | -0/+2 |
* | * gc.c (set_stack_end): new function to obtain stack end address. | akr | 2004-12-13 | 1 | -10/+11 |
* | * dir.c (rb_glob2): do not allocate buffer from heap to avoid | matz | 2004-11-10 | 1 | -1/+1 |
* | * gc.c (gc_mark): enable GC stack checking. | matz | 2004-11-04 | 1 | -3/+3 |
* | * eval.c (rb_eval): NODE_XSTR should pass copy of literal string. | matz | 2004-10-30 | 1 | -3/+3 |
* | * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers. | matz | 2004-10-27 | 1 | -1/+10 |
* | * io.c (rb_io_mode_flags): preserve append mode flag. | matz | 2004-10-06 | 1 | -3/+1 |
* | * string.c (rb_str_sum): string may be altered. [ruby-dev:24381] | matz | 2004-10-01 | 1 | -7/+7 |
* | * eval.c (rb_call0): invoke finalizers periodically. | nobu | 2004-09-27 | 1 | -42/+65 |
* | * parse.y (rb_parser_append_print): should handle prelude. | matz | 2004-09-24 | 1 | -15/+1 |
* | * enum.c (enum_sort_by): do not use qsort directly. use | matz | 2004-09-21 | 1 | -4/+17 |
* | * env.h: remove argv from ruby_frame. | matz | 2004-07-28 | 1 | -3/+2 |
* | * gc.c (define_final): should not disclose NODE* to Ruby world. | matz | 2004-07-23 | 1 | -6/+4 |
* | * configure.in (rb_cv_stack_end_address): detect stack end address | nobu | 2004-07-08 | 1 | -3/+14 |
* | * eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level. | nobu | 2004-06-29 | 1 | -3/+10 |
* | bring back _stklen for DJGPP [ruby-core:3084] | michal | 2004-06-25 | 1 | -0/+5 |
* | Fix indentation in time.c | michal | 2004-06-23 | 1 | -7/+3 |
* | * gc.c (stack_grow_direction): memoize the direction. | nobu | 2004-06-16 | 1 | -4/+7 |
* | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz | 2004-05-07 | 1 | -3/+1 |
* | * gc.c (rb_gc_copy_finalizer): typo. [ruby-core:02774] | nobu | 2004-04-12 | 1 | -1/+1 |
* | * pack.c (pack_pack): use NUM2INT() instead of num2i32(). | matz | 2004-04-07 | 1 | -1/+1 |
* | * file.c (rb_get_path): get path string via "to_path" method if | matz | 2004-04-07 | 1 | -5/+7 |
* | * struct.c (rb_struct_s_def): Struct::new executes block with | matz | 2004-03-10 | 1 | -3/+3 |
* | * gc.c (obj_free), io.c (rb_io_fptr_finalize), rubyio.h (OpenFile): | nobu | 2004-02-25 | 1 | -1/+0 |
* | * parse.y (opt_rescue): use NODE_ERRINFO() instead of | matz | 2004-01-22 | 1 | -0/+1 |
* | * parse.y (newline_node): do not use NODE_NEWLINE node anymore, | matz | 2004-01-21 | 1 | -2/+1 |
* | Add RDoc comments | dave | 2003-12-22 | 1 | -0/+150 |
* | dln.c: remove last second typo. | matz | 2003-12-20 | 1 | -0/+10 |
* | * eval.c (thread_timer): use timer by sub-thread and nanosleep. | matz | 2003-12-13 | 1 | -5/+2 |
* | * io.c (read_all): should return given string even if data read is | matz | 2003-12-10 | 1 | -2/+0 |
* | * gc.c (gc_mark): explicitly check mark recursion levels, instead | matz | 2003-11-28 | 1 | -40/+69 |
* | * eval.c, gc.c: FreeBSD/ia64 currently does not have a way for a | knu | 2003-11-27 | 1 | -0/+8 |
* | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 1 | -0/+3 |
* | * configure.in: always check existence of the pthread library | nagai | 2003-11-20 | 1 | -0/+5 |
* | * gc.c (gc_sweep): loosen page free condition to avoid add_heap() | matz | 2003-10-20 | 1 | -3/+5 |
* | * parse.y (stmt): rhs of multiple assignment should not be | matz | 2003-10-06 | 1 | -0/+1 |
* | * gc.c (Init_stack): the type of space is changed to unsigned int | eban | 2003-10-04 | 1 | -1/+1 |
* | * gc.c (heaps): manage slots and limits together. [ruby-dev:21453] | nobu | 2003-10-01 | 1 | -26/+32 |
* | * enum.c (inject_i): use rb_yield_values. | matz | 2003-08-22 | 1 | -2/+2 |
* | * gc.c (id2ref): recycle check should be done by klass == 0. | matz | 2003-08-14 | 1 | -1/+1 |
* | * gc.c (rb_data_object_alloc): check type of 1st argument. | usa | 2003-08-14 | 1 | -0/+1 |