Age | Commit message (Expand) | Author |
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 for | shugo |
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 of | matz |
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 and | matz |
2004-05-18 | * node.h (NEW_DSTR): adjust list length. | nobu |
2004-05-07 | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz |
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 of | matz |
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 be | matz |
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-16 | Updated 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. Otherwize | knu |
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 is | matz |
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 with | nobu |
2002-08-27 | node.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.h | matz |
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 changed | matz |
2001-06-23 | * eval.c (svalue_to_avalue): new conversion scheme between single | matz |
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 retrieve | matz |
2001-06-05 | * variable.c (rb_mod_const_at): use hash table as internal | matz |
2001-05-22 | * variable.c (rb_alias_variable): should not allow variable | matz |
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 metacharacters | matz |
2001-01-09 | * enum.c (enum_inject): new method. | matz |
2000-12-29 | * eval.c (rb_iterate): NODE_CFUNC does not protect its data | matz |
2000-12-05 | matz | matz |
2000-11-21 | matz | matz |
2000-09-07 | matz | matz |