summaryrefslogtreecommitdiff
path: root/node.h
AgeCommit message (Expand)Author
2006-09-28* node.h (struct thread): declare win32_exception_list on cygwin andnobu
2006-09-23* eval.c (rb_thread_save_context, rb_thread_restore_context):why
2006-08-31* eval.c (ruby_init): rename top_cref to ruby_top_cref and export,why
2006-07-18* intern.h (st_foreach_safe): fix prototype.usa
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-02-13* parse.y (parser_parse_string): mention "regexp" in a errormatz
2006-02-03* eval.c: unify ruby_class (for method definition) and ruby_cbasematz
2005-11-29* parse.y (struct parser_params): heap must be placed at same offsetnobu
2005-10-08* parse.y (rb_parser_malloc, rb_parser_free): manage parser stack onnobu
2005-09-14* bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean
2005-08-30* eval.c (rb_f_send): do not call private methods if the receivermatz
2005-07-27* parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz
2005-07-13* parse.y: remove static variables. [ruby-dev:26530]nobu
2005-03-16node.h: added a space.shugo
2005-03-16* eval.c (rb_call0): call_cfunc() should be protected.shugo
2005-03-16* eval.c (rb_add_event_hook): new function to add a hook function forshugo
2005-03-16* eval.c (rb_call0): reorganize "return" event post.matz
2005-03-02* eval.c (rb_eval): [EXPERIMENTAL] NODE_LAMBDA implemented.nobu
2004-12-16* eval.c (rb_proc_arity, rb_node_arity, rb_mod_method_arity,nobu
2004-11-17* re.c (rb_reg_initialize_m): should raise exception instead ofmatz
2004-10-30* eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz
2004-10-27* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz
2004-10-02* parse.y (local_vars): moved to struct parser_params.nobu
2004-09-22* parse.y: remove global variables ruby_eval_tree andmatz
2004-05-18* node.h (NEW_DSTR): adjust list length.nobu
2004-05-07* parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz
2004-02-10* eval.c (method_proc): return bound Proc object. [ruby-dev:22854]nobu
2004-01-22* parse.y (opt_rescue): use NODE_ERRINFO() instead ofmatz
2004-01-21* parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz
2003-11-14* eval.c (rb_method_node): new API to retrieve method body.matz
2003-10-06* parse.y (stmt): rhs of multiple assignment should not bematz
2003-08-27* eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a.matz
2003-07-16* eval.c (rb_disable_super, rb_enable_super): deprecate.matz
2003-07-04* node.h (NEW_NODE): cast arguments to rb_node_newnode().matz
2003-06-20* parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".matz
2003-03-26* eval.c (avalue_splat): new function to do unary * (splat)matz
2003-02-20* parse.y (clhs): allow "Foo::Bar = x".matz
2003-02-19* node.h (nd_cpath): nested class/module declaration.nobu
2003-01-16Updated Copyrights of Matz to 2003.michal
2003-01-01* eval.c (massign): removed awkward conversion between yvalue,matz
2002-12-31* node.h (struct RNode): Change argc from int to long. Otherwizeknu
2002-12-17* node.h (NODE_ATTRASGN): new node, assignment to attribute.nobu
2002-11-07* class.c (rb_define_method): do not set NOEX_CFUNC if klass ismatz
2002-10-30* eval.c (rb_mod_public_method_defined, etc.): new methods:matz
2002-10-26* node.h (nd_type): cast the value to int.knu
2002-10-23* eval.c (rb_eval): added NODE_DSYM, symbol literal withnobu
2002-08-27node.h: unsigned int cast (ruby-core:358)michal
2002-07-26* random.c: replace with Mersenne Twister RNG.matz
2002-05-29* parse.y: yyparse #defines moved from intern.hmatz
2002-05-28* eval.c (scope_node): trick to keep the node has a scope.nobu