Age | Commit message (Expand) | Author |
2007-03-08 | * merge -c 11965 | shyouhei |
2007-01-31 | * removed svn:keywords for compatibility. | shugo |
2006-08-25 | * gc.c (gc_sweep): typo fixed. | matz |
2006-08-07 | * dln.c, eval.c, gc.c, regex.c, ruby.h: shut up AIX alloca | matz |
2006-07-14 | * st.c (malloc): use xmalloc/xcalloc instead of plain | matz |
2006-07-10 | * gc.c (gc_sweep): expand heap earlier. | akr |
2006-03-04 | * gc.c (id2ref): fix symbol test. | akr |
2006-03-02 | * gc.c: align VALUE with sizeof(RVALUE) globally. | akr |
2006-03-02 | * gc.c: commited magic for reducing RVALUE size on windows. (24->20byte) | ocean |
2006-03-01 | * gc.c (add_heap): heap_slots may overflow. a patch from Stefan | matz |
2006-02-13 | * eval.c (rb_call0): argument update propagation. [ruby-dev:28044] | matz |
2006-02-06 | * gc.c (gc_sweep): typo fix. | eban |
2006-01-10 | * gc.c (garbage_collect): mark ruby_current_node. | akr |
2005-12-30 | * gc.c (garbage_collect): mark objects refered from aborting threads. | nobu |
2005-12-29 | declare rb_gc_abort_threads. | akr |
2005-12-29 | * eval.c (rb_gc_mark_threads): leave unmarked threads which won't wake | nobu |
2005-12-26 | * eval.c (rb_eval), gc.c (gc_mark_children), node.h (NEW_ALIAS, | nobu |
2005-12-16 | revert previous change. | akr |
2005-12-16 | refine "unknown data type" message. | akr |
2005-12-12 | precedes registering global VALUE variables before initializing it. | akr |
2005-10-18 | * eval.c, gc.c, time.c: made internal symbols static. [ruby-dev:27435] | nobu |
2005-10-08 | * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack on | nobu |
2005-07-27 | * gc.c (obj_free): make message formant consistent with one from | matz |
2005-07-27 | revered all LLP64 modifies due to portability reason. | matz |
2005-07-27 | * gc.c (id2ref): must not assign pointers to long int. use | matz |
2005-06-19 | * gc.c (define_final): document fix: finalizers never get called | nobu |
2005-06-19 | * gc.c (run_final): commit miss to add new variable. | nobu |
2005-06-19 | * gc.c (run_final): reduce unnecessary object allocation during | nobu |
2005-06-09 | * eval.c (ruby_longjmp): new macro to call longjmp, setcontext, etc. | akr |
2005-01-20 | * string.c (rb_str_new4): should propagate taintedness. | matz |
2005-01-07 | * gc.c (mark_locations_array): avoid core dump with -O3. | akr |
2004-12-20 | gcc noinline attribute is available since gcc-3.1. | akr |
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 before | matz |
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 value | usa |
2004-10-27 | * gc.c (gc_sweep): recover ruby_in_compile variable. | matz |
2004-10-27 | * string.c (RESIZE_CAPA): check string attribute before modifying | matz |
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-22 | Add RDoc comments | dave |
2003-12-20 | dln.c: remove last second typo. | matz |
2003-12-13 | * eval.c (thread_timer): use timer by sub-thread and nanosleep. | matz |