| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/ruby/intern.h (rb_make_backtrace, rb_make_exception): | nobu | 2010-08-14 | 1 | -0/+6 |
* | * include/ruby/encoding.h (rb_char_to_option_kcode): used in | nobu | 2010-08-11 | 1 | -0/+11 |
* | reverted revision r28961; which breaks test-all | shyouhei | 2010-08-11 | 1 | -10/+0 |
* | * node.h (rb_parser_{get,set}_yydebug): used in ripper. | nobu | 2010-08-11 | 1 | -0/+10 |
* | * bignum.c, node.h, strftime.c, enc/trans/utf8_mac.trans: added explicit cast... | muraken | 2010-03-25 | 1 | -1/+1 |
* | * compile.c (compile_cpath, iseq_compile_each): reverted | shugo | 2009-12-03 | 1 | -0/+1 |
* | * debug.c, parse.y: fixed types. | nobu | 2009-09-14 | 1 | -1/+1 |
* | * gc.c: reject unused longlife gc. | nari | 2009-08-10 | 1 | -1/+0 |
* | * node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry. | ko1 | 2009-07-16 | 1 | -1/+11 |
* | * method.h, vm_core.h: add rb_method_entry_t. Remove nodes around | ko1 | 2009-07-15 | 1 | -47/+0 |
* | * node.h (nd_line): NODE_LMASK is not needed. | nobu | 2009-05-17 | 1 | -2/+2 |
* | * gc.c: add longlife garbage collection. [ruby-dev:38423] | nari | 2009-05-13 | 1 | -0/+2 |
* | * node.h (rb_notimplement_body_p): declared. | akr | 2009-04-16 | 1 | -0/+2 |
* | * node.h (NOEX_MODFUNC): should be include NOEX_PRIVATE. | matz | 2008-11-19 | 1 | -1/+1 |
* | * include/ruby/node.h, node.h: move node.h from include path. | ko1 | 2008-09-23 | 1 | -0/+516 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -394/+0 |
* | * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h: | ko1 | 2007-04-19 | 1 | -17/+0 |
* | * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h, | ko1 | 2007-03-21 | 1 | -14/+12 |
* | * parse.y, node.h, compile.c: change node tree structure. a purpose | ko1 | 2007-02-24 | 1 | -4/+10 |
* | * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h, | matz | 2007-02-23 | 1 | -2/+0 |
* | * parse.y (rb_compose_ivar2): function to create a new ivar2 | matz | 2007-02-04 | 1 | -0/+4 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -111/+23 |
* | * node.h (struct thread): declare win32_exception_list on cygwin and | nobu | 2006-09-28 | 1 | -2/+2 |
* | * eval.c (rb_thread_save_context, rb_thread_restore_context): | why | 2006-09-23 | 1 | -0/+93 |
* | * eval.c (ruby_init): rename top_cref to ruby_top_cref and export, | why | 2006-08-31 | 1 | -0/+3 |
* | * intern.h (st_foreach_safe): fix prototype. | usa | 2006-07-18 | 1 | -1/+1 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -4/+5 |
* | * parse.y (parser_parse_string): mention "regexp" in a error | matz | 2006-02-13 | 1 | -1/+1 |
* | * eval.c: unify ruby_class (for method definition) and ruby_cbase | matz | 2006-02-03 | 1 | -1/+1 |
* | * parse.y (struct parser_params): heap must be placed at same offset | nobu | 2005-11-29 | 1 | -3/+3 |
* | * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack on | nobu | 2005-10-08 | 1 | -2/+0 |
* | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean | 2005-09-14 | 1 | -19/+19 |
* | * eval.c (rb_f_send): do not call private methods if the receiver | matz | 2005-08-30 | 1 | -0/+1 |
* | * parse.y (lambda): Perl6 style -> lambda expression. [NEW] | matz | 2005-07-27 | 1 | -2/+3 |
* | * parse.y: remove static variables. [ruby-dev:26530] | nobu | 2005-07-13 | 1 | -0/+7 |
* | node.h: added a space. | shugo | 2005-03-16 | 1 | -1/+1 |
* | * eval.c (rb_call0): call_cfunc() should be protected. | shugo | 2005-03-16 | 1 | -2/+2 |
* | * eval.c (rb_add_event_hook): new function to add a hook function for | shugo | 2005-03-16 | 1 | -0/+17 |
* | * eval.c (rb_call0): reorganize "return" event post. | matz | 2005-03-16 | 1 | -1/+0 |
* | * eval.c (rb_eval): [EXPERIMENTAL] NODE_LAMBDA implemented. | nobu | 2005-03-02 | 1 | -0/+2 |
* | * eval.c (rb_proc_arity, rb_node_arity, rb_mod_method_arity, | nobu | 2004-12-16 | 1 | -0/+1 |
* | * re.c (rb_reg_initialize_m): should raise exception instead of | matz | 2004-11-17 | 1 | -6/+7 |
* | * eval.c (rb_eval): NODE_XSTR should pass copy of literal string. | matz | 2004-10-30 | 1 | -5/+2 |
* | * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers. | matz | 2004-10-27 | 1 | -5/+8 |
* | * parse.y (local_vars): moved to struct parser_params. | nobu | 2004-10-02 | 1 | -1/+1 |
* | * parse.y: remove global variables ruby_eval_tree and | matz | 2004-09-22 | 1 | -0/+2 |
* | * node.h (NEW_DSTR): adjust list length. | nobu | 2004-05-18 | 1 | -1/+1 |
* | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz | 2004-05-07 | 1 | -0/+1 |
* | * eval.c (method_proc): return bound Proc object. [ruby-dev:22854] | nobu | 2004-02-10 | 1 | -2/+0 |
* | * parse.y (opt_rescue): use NODE_ERRINFO() instead of | matz | 2004-01-22 | 1 | -0/+2 |