| Commit message (Expand) | Author | Age | Files | Lines |
* | * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t): | nobu | 2007-02-24 | 1 | -1/+1 |
* | * parse.y, node.h, compile.c: change node tree structure. a purpose | ko1 | 2007-02-24 | 1 | -1/+3 |
* | * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h, | matz | 2007-02-23 | 1 | -1/+0 |
* | * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h, | ko1 | 2007-02-08 | 1 | -7/+7 |
* | * blockinlining.c, compile.c, compile.h, error.c, eval.c, | ko1 | 2007-02-06 | 1 | -8/+8 |
* | * eval_thread.c, common.mk: remove eval_thread.c. | ko1 | 2007-02-05 | 1 | -7/+5 |
* | * parse.y (rb_compose_ivar2): function to create a new ivar2 | matz | 2007-02-04 | 1 | -0/+2 |
* | * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c, | nobu | 2007-02-02 | 1 | -2/+2 |
* | * parse.y (assignable_gen): no need to generate NODE_CVDECL. | matz | 2007-02-02 | 1 | -1/+0 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -249/+298 |
* | * ruby.h (struct RArray): revert embedding ptr in RVALUE. | matz | 2006-11-01 | 1 | -1/+1 |
* | * eval.c (rb_eval): fix commit miss. [ruby-dev:29707] | matz | 2006-10-30 | 1 | -1/+1 |
* | * array.c (rb_ary_shift): shift/unshift performance boost patch, | matz | 2006-09-26 | 1 | -8/+2 |
* | * array.c (rb_ary_shift): should clear shifting top element. | matz | 2006-09-24 | 1 | -4/+1 |
* | * gc.c (gc_mark_children): NODE_POSTEXE holds Ruby VALUE. | matz | 2006-09-24 | 1 | -1/+4 |
* | * string.c (sym_eql): fail early to gain performance. | matz | 2006-09-20 | 1 | -3/+0 |
* | * dir.c (dir_s_glob): remove unused variable. | matz | 2006-09-18 | 1 | -1/+1 |
* | * gc.c (ruby_init_stack): decrease "stack level too deep" in Windows. | usa | 2006-09-13 | 1 | -1/+14 |
* | * object.c (Init_Object): move symbol related code to string.c | matz | 2006-09-02 | 1 | -0/+1 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -14/+14 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -4/+6 |
* | * gc.c (gc_sweep): typo fixed. | matz | 2006-08-30 | 1 | -1/+1 |
* | ansificated. | akr | 2006-08-13 | 1 | -2/+1 |
* | * dln.c, eval.c, gc.c, ruby.h: shut up AIX alloca warning. | matz | 2006-08-07 | 1 | -3/+1 |
* | * gc.c (gc_sweep): expand heap earlier. | akr | 2006-07-10 | 1 | -2/+10 |
* | * gc.c (gc_mark_children): a bug in NODE_BLOCK_PASS marking. | matz | 2006-06-29 | 1 | -1/+1 |
* | * parse.y: use ARGSPUSH instead of ARGSCAT to prevent too much | matz | 2006-06-29 | 1 | -1/+2 |
* | * eval.c (rb_proc_arity): get rid of segfault for mere splat. | nobu | 2006-06-15 | 1 | -1/+1 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -4/+4 |
* | add String/Symbol argument to MatchData[x] | kosako | 2006-03-21 | 1 | -0/+1 |
* | * gc.c (id2ref): fix symbol test. | akr | 2006-03-04 | 1 | -3/+3 |
* | * gc.c: commited magic for reducing RVALUE size on windows. (24->20byte) | ocean | 2006-03-02 | 1 | -0/+8 |
* | * gc.c: align VALUE with sizeof(RVALUE) globally. | akr | 2006-03-02 | 1 | -10/+92 |
* | * parse.y (parser_parse_string): mention "regexp" in a error | matz | 2006-02-13 | 1 | -1/+6 |
* | * gc.c (gc_sweep): typo fix. | eban | 2006-02-06 | 1 | -1/+1 |
* | * ruby.h (struct RStruct): embed 3 or less elements structs. | akr | 2006-02-05 | 1 | -4/+5 |
* | forgot to commit. | akr | 2006-01-22 | 1 | -5/+5 |
* | * gc.c (garbage_collect): mark ruby_current_node. | akr | 2006-01-10 | 1 | -0/+2 |
* | * gc.c (gc_stress): renamed from always_gc and enabled by default. | akr | 2006-01-09 | 1 | -8/+39 |
* | * gc.c (garbage_collect): mark objects refered from aborting threads. | nobu | 2005-12-30 | 1 | -9/+11 |
* | declare rb_gc_abort_threads. | akr | 2005-12-29 | 1 | -0/+2 |
* | * eval.c (rb_gc_mark_threads): keep unmarked threads which won't wake | nobu | 2005-12-29 | 1 | -0/+2 |
* | * configure.in: define IA64 for portability. (HP aC++/ANSI C doesn't | akr | 2005-12-27 | 1 | -43/+64 |
* | revert previous change. | akr | 2005-12-16 | 1 | -2/+2 |
* | refine "unknown data type" message. | akr | 2005-12-16 | 1 | -2/+2 |
* | * lib/tmpdir.rb: merged RDoc patch from Eric Hodel <drbrain at | matz | 2005-12-15 | 1 | -1/+1 |
* | indent "if" body. | akr | 2005-12-12 | 1 | -2/+3 |
* | precedes registering global VALUE variables before initializing it. | akr | 2005-12-12 | 1 | -1/+1 |
* | * ext/digest/digest.c (rb_digest_base_s_digest): add volatile to | matz | 2005-12-12 | 1 | -2/+10 |
* | * gc.c (ruby_xmalloc2): change check for integer overflow. | matz | 2005-12-06 | 1 | -8/+8 |