aboutsummaryrefslogtreecommitdiffstats
path: root/node.h
Commit message (Expand)AuthorAgeFilesLines
...
* * node.h (rb_notimplement_body_p): declared.akr2009-04-161-0/+2
* * node.h (NOEX_MODFUNC): should be include NOEX_PRIVATE. matz2008-11-191-1/+1
* * include/ruby/node.h, node.h: move node.h from include path.ko12008-09-231-0/+516
* * include/ruby: moved public headers.nobu2007-06-101-394/+0
* * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko12007-04-191-17/+0
* * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,ko12007-03-211-14/+12
* * parse.y, node.h, compile.c: change node tree structure. a purposeko12007-02-241-4/+10
* * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz2007-02-231-2/+0
* * parse.y (rb_compose_ivar2): function to create a new ivar2matz2007-02-041-0/+4
* * Merge YARVko12006-12-311-111/+23
* * node.h (struct thread): declare win32_exception_list on cygwin andnobu2006-09-281-2/+2
* * eval.c (rb_thread_save_context, rb_thread_restore_context):why2006-09-231-0/+93
* * eval.c (ruby_init): rename top_cref to ruby_top_cref and export,why2006-08-311-0/+3
* * intern.h (st_foreach_safe): fix prototype.usa2006-07-181-1/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-4/+5
* * parse.y (parser_parse_string): mention "regexp" in a errormatz2006-02-131-1/+1
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-031-1/+1
* * parse.y (struct parser_params): heap must be placed at same offsetnobu2005-11-291-3/+3
* * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack onnobu2005-10-081-2/+0
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-19/+19
* * eval.c (rb_f_send): do not call private methods if the receivermatz2005-08-301-0/+1
* * parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz2005-07-271-2/+3
* * parse.y: remove static variables. [ruby-dev:26530]nobu2005-07-131-0/+7
* node.h: added a space.shugo2005-03-161-1/+1
* * eval.c (rb_call0): call_cfunc() should be protected.shugo2005-03-161-2/+2
* * eval.c (rb_add_event_hook): new function to add a hook function forshugo2005-03-161-0/+17
* * eval.c (rb_call0): reorganize "return" event post.matz2005-03-161-1/+0
* * eval.c (rb_eval): [EXPERIMENTAL] NODE_LAMBDA implemented.nobu2005-03-021-0/+2
* * eval.c (rb_proc_arity, rb_node_arity, rb_mod_method_arity,nobu2004-12-161-0/+1
* * re.c (rb_reg_initialize_m): should raise exception instead ofmatz2004-11-171-6/+7
* * eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz2004-10-301-5/+2
* * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz2004-10-271-5/+8
* * parse.y (local_vars): moved to struct parser_params.nobu2004-10-021-1/+1
* * parse.y: remove global variables ruby_eval_tree andmatz2004-09-221-0/+2
* * node.h (NEW_DSTR): adjust list length.nobu2004-05-181-1/+1
* * parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz2004-05-071-0/+1
* * eval.c (method_proc): return bound Proc object. [ruby-dev:22854]nobu2004-02-101-2/+0
* * parse.y (opt_rescue): use NODE_ERRINFO() instead ofmatz2004-01-221-0/+2
* * parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz2004-01-211-3/+3
* * eval.c (rb_method_node): new API to retrieve method body.matz2003-11-141-0/+2
* * parse.y (stmt): rhs of multiple assignment should not bematz2003-10-061-0/+2
* * eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a.matz2003-08-271-4/+0
* * eval.c (rb_disable_super, rb_enable_super): deprecate.matz2003-07-161-1/+0
* * node.h (NEW_NODE): cast arguments to rb_node_newnode().matz2003-07-041-99/+101
* * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".matz2003-06-201-1/+1
* * eval.c (avalue_splat): new function to do unary * (splat)matz2003-03-261-2/+2
* * parse.y (clhs): allow "Foo::Bar = x".matz2003-02-201-1/+1
* * node.h (nd_cpath): nested class/module declaration.nobu2003-02-191-1/+1
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * eval.c (massign): removed awkward conversion between yvalue,matz2003-01-011-2/+4