Age | Commit message (Expand) | Author |
2008-04-14 | * gc.c (Init_stack): use ruby_init_stack. [ruby-dev:34350] | nobu |
2008-04-14 | * gc.c (rb_objspace_t): packed globals. [ruby-dev:34348] | nobu |
2008-04-14 | * gc.c (finalizers): removed. [ruby-dev:34349] | nobu |
2008-04-12 | * eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options): | nobu |
2008-03-31 | * configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefers | nobu |
2008-03-16 | both complex and rational are now builtin classes. | tadf |
2008-03-12 | * eval_intern.h (rb_thread_raised_set): use generic flags. | nobu |
2008-03-12 | * gc.c: fixed indent. | nobu |
2008-03-12 | * gc.c: removed trailing spaces. | nobu |
2008-03-05 | * numeric.c (fix_to_s): avoid rb_scan_args() when no argument | matz |
2008-03-04 | * gc.c (add_heap): fix previous change. [ruby-dev:33988] | akr |
2008-03-04 | * gc.c (add_heap): use binary search to find the place to insert the | nobu |
2008-03-03 | * gc.c (add_heap): sort heaps array in ascending order to use | matz |
2008-02-25 | * include/ruby/ruby.h (ROBJECT_NUMIV): renamed from ROBJECT_LEN. | akr |
2008-02-19 | * gc.c (STACK_LENGTH) [SPARC] : 0x80 offset removed. [ruby-dev:33857] | akr |
2008-02-16 | * include/ruby/re.h (struct rmatch_offset): new struct for character | akr |
2008-01-21 | * eval.c, gc.c (setjmp): sigsetjmp is a macro on cygwin. | nobu |
2008-01-19 | * configure.in (sigsetjmp): check if available. | nobu |
2008-01-06 | * $Date$ keyword removed to avoid inclusion of locale dependent | akr |
2007-12-28 | * gc.c (os_obj_of): returns an enumerator if no block given. based on | nobu |
2007-12-21 | * gc.c (rb_garbage_collect): new function for debugging. | akr |
2007-12-15 | * vm_core.h (rb_thread_t): new member machine_stack_maxsize and | akr |
2007-12-09 | * parse.y (expr): redefinable not (!) operator. | matz |
2007-11-20 | * gc.c (gc_mark_children): obj->as.file.fptr may be 0 for T_FILE. | akr |
2007-11-20 | * include/ruby/io.h (rb_io_t): add tied_io_for_writing member. | akr |
2007-11-03 | * gc.c (count_objects): count TOTAL. | akr |
2007-11-03 | * gc.c (count_objects): ObjectSpace.count_objects implemented. | akr |
2007-10-13 | * encoding.c (rb_cEncoding): new Encoding class. | nobu |
2007-10-01 | * gc.c (id2ref): skip ICLASS. | nobu |
2007-10-01 | * gc.c (id2ref): T_VALUES is less than T_BLOCK. [ruby-dev:31911] | nobu |
2007-09-28 | * include/ruby/intern.h: export rb_ivar_foreach. | akr |
2007-09-26 | * gc.c (rb_mark_set): new function to mark keys. | nobu |
2007-09-23 | * gc.c (os_obj_of, os_each_obj): hide objects to be finalized. | nobu |
2007-09-21 | * gc.c (gc_mark_rest): copy just used part. | nobu |
2007-09-01 | * include/ruby/ruby.h (struct RBignum): embed digits in RBignum for | akr |
2007-08-29 | * include/ruby/intern.h: declare rb_hash_tbl. | akr |
2007-08-25 | * encoding.c: provide basic features for M17N. | matz |
2007-08-19 | * gc.c: use VALGRIND_MAKE_MEM_UNDEFINED to detect use of collected | akr |
2007-08-15 | * gc.c (os_live_obj): fix to skip T_VALUES. | ko1 |
2007-07-20 | * compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not to | nobu |
2007-07-14 | rename mark_current_thread to mark_current_machine_context. | akr |
2007-07-14 | make mark_current_thread static. | akr |
2007-07-14 | * configure.in: add --enable-valgrind. | akr |
2007-07-12 | * blockinlining.c: remove "yarv" prefix. | ko1 |
2007-07-05 | * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c, | nobu |
2007-06-29 | * debug.c (ruby_set_debug_option): separated from main.c. | nobu |
2007-06-28 | * gc.c (rb_obj_id): use SIGNED_VALUE instead of long. | usa |
2007-06-27 | * include/ruby/node.h, parse.y, gc.c, iseq.c: remove NODE_CREF. | ko1 |
2007-06-25 | * gc.c (RVALUE): in RVALUE and RBasic, flags must be the same type. | usa |
2007-06-25 | fix indent. | akr |