summaryrefslogtreecommitdiff
path: root/node.h
AgeCommit message (Expand)Author
2005-12-26* eval.c (rb_eval), gc.c (gc_mark_children), node.h (NEW_ALIAS,nobu
2005-10-08* parse.y (rb_parser_malloc, rb_parser_free): manage parser stack onnobu
2005-03-22* eval.c (rb_add_event_hook): new function to add a hook function forshugo
2004-10-02* node.h (NEW_DVAR): extra semicolon.nobu
2004-05-18* node.h (NEW_DSTR): adjust list length.nobu
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
2002-05-14* eval.c (rb_clear_cache_by_class): new function.matz
2002-02-13* parse.y (stmt): local variable declaration order was changedmatz
2001-06-23* eval.c (svalue_to_avalue): new conversion scheme between singlematz
2001-06-22* eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz
2001-06-08* gc.c (Init_stack): avoid __builtin_frame_address(2) to retrievematz
2001-06-05* variable.c (rb_mod_const_at): use hash table as internalmatz
2001-05-22* variable.c (rb_alias_variable): should not allow variablematz
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2001-02-14* dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz
2001-01-09* enum.c (enum_inject): new method.matz
2000-12-29* eval.c (rb_iterate): NODE_CFUNC does not protect its datamatz
2000-12-05matzmatz
2000-11-21matzmatz
2000-09-07matzmatz
2000-08-29matzmatz
2000-08-29matzmatz
2000-08-28matzmatz
2000-05-242000-05-24matz
2000-05-012000-05-01matz
2000-03-232000-03-23matz
2000-03-062000-03-06matz
2000-02-182000-02-18matz
2000-02-012000-02-01matz
2000-01-172000-01-17matz