| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c, gc.c, time.c: made internal symbols static. [ruby-dev:27435] | nobu | 2005-10-18 | 1 | -2/+2 |
* | * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack on | nobu | 2005-10-08 | 1 | -4/+0 |
* | * gc.c (obj_free): make message formant consistent with one from | matz | 2005-07-27 | 1 | -2/+2 |
* | revered all LLP64 modifies due to portability reason. | matz | 2005-07-27 | 1 | -14/+6 |
* | * gc.c (id2ref): must not assign pointers to long int. use | matz | 2005-07-27 | 1 | -6/+14 |
* | * 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 |
* | * string.c (rb_str_new4): should propagate taintedness. | matz | 2005-01-20 | 1 | -1/+1 |
* | * 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 | -1/+4 |
* | * gc.c (stack_end_address): new function to obtain stack end address. | akr | 2004-12-13 | 1 | -1/+6 |
* | * string.c (rb_str_locktmp): check STR_TMPLOCK flag before | matz | 2004-11-05 | 1 | -1/+1 |
* | * gc.c (gc_mark): enable GC stack checking. | matz | 2004-11-04 | 1 | -3/+3 |
* | * gc.c: cancel IA64 changes unnecessary for 1.8. | matz | 2004-11-02 | 1 | -15/+4 |
* | * gc.c: prototype; rb_io_fptr_finalize() doesn't return any value | usa | 2004-10-27 | 1 | -1/+1 |
* | * gc.c (gc_sweep): recover ruby_in_compile variable. | matz | 2004-10-27 | 1 | -2/+16 |
* | * string.c (RESIZE_CAPA): check string attribute before modifying | matz | 2004-10-27 | 1 | -0/+9 |
* | * string.c (str_gsub): reentrant check. [ruby-dev:24432] | matz | 2004-10-20 | 1 | -71/+103 |
* | * gc.c (run_final): wrong order of data. [ruby-dev:23948] | matz | 2004-07-27 | 1 | -2/+2 |
* | * gc.c (define_final): should not disclose NODE* to Ruby world. | matz | 2004-07-23 | 1 | -6/+4 |
* | * gc.c, parse.y, lib/cgi.rb, lib/date.rb: last minute backports from HEAD. | matz | 2004-07-14 | 1 | -1/+1 |
* | * eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level. | nobu | 2004-06-29 | 1 | -3/+10 |
* | * eval.c (rb_thread_atfork): remove "fork terminates thread" | matz | 2004-06-24 | 1 | -3/+1 |
* | * gc.c (stack_grow_direction): memoize the direction. | nobu | 2004-06-16 | 1 | -4/+7 |
* | * gc.c (rb_gc_copy_finalizer): typo. [ruby-core:02774] | nobu | 2004-04-12 | 1 | -1/+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 |
* | * eval.c (rb_call0): update ruby_class as well as ruby_cref. | matz | 2003-08-06 | 1 | -2/+0 |
* | * gc.c: FreeBSD/ia64's mcontext_t is a bit different from that of | knu | 2003-08-06 | 1 | -0/+4 |
* | * gc.c: add "#pragma weak" for __libc_ia64_register_backing_store_base. | matz | 2003-08-02 | 1 | -0/+1 |
* | * gc.c (rb_gc_mark_locations): no need to swap arguments. | nobu | 2003-08-01 | 1 | -11/+6 |
* | * gc.c (rb_gc): typo. | matz | 2003-08-01 | 1 | -1/+1 |
* | * ext/syck/rubyext.c (syck_emitter_write_m): forgot to declare | matz | 2003-08-01 | 1 | -3/+22 |
* | * gc.c (Init_stack): wrong magic number. | matz | 2003-07-31 | 1 | -1/+1 |
* | * gc.c (Init_stack): IA64 requires STACK_LEVEL_MAX to be less than | matz | 2003-07-31 | 1 | -0/+8 |