| Commit message (Expand) | Author | Age | Files | Lines |
* | * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack on | nobu | 2005-10-08 | 1 | -2/+0 |
* | * eval.c (rb_add_event_hook): new function to add a hook function for | shugo | 2005-03-22 | 1 | -0/+17 |
* | * node.h (NEW_DVAR): extra semicolon. | nobu | 2004-10-02 | 1 | -1/+1 |
* | * node.h (NEW_DSTR): adjust list length. | nobu | 2004-05-18 | 1 | -1/+1 |
* | * eval.c (rb_method_node): new API to retrieve method body. | matz | 2003-11-14 | 1 | -0/+2 |
* | * parse.y (stmt): rhs of multiple assignment should not be | matz | 2003-10-06 | 1 | -0/+2 |
* | * eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a. | matz | 2003-08-27 | 1 | -4/+0 |
* | * eval.c (rb_disable_super, rb_enable_super): deprecate. | matz | 2003-07-16 | 1 | -1/+0 |
* | * node.h (NEW_NODE): cast arguments to rb_node_newnode(). | matz | 2003-07-04 | 1 | -99/+101 |
* | * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]". | matz | 2003-06-20 | 1 | -1/+1 |
* | * eval.c (avalue_splat): new function to do unary * (splat) | matz | 2003-03-26 | 1 | -2/+2 |
* | * parse.y (clhs): allow "Foo::Bar = x". | matz | 2003-02-20 | 1 | -1/+1 |
* | * node.h (nd_cpath): nested class/module declaration. | nobu | 2003-02-19 | 1 | -1/+1 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * eval.c (massign): removed awkward conversion between yvalue, | matz | 2003-01-01 | 1 | -2/+4 |
* | * node.h (struct RNode): Change argc from int to long. Otherwize | knu | 2002-12-31 | 1 | -1/+1 |
* | * node.h (NODE_ATTRASGN): new node, assignment to attribute. | nobu | 2002-12-17 | 1 | -0/+2 |
* | * class.c (rb_define_method): do not set NOEX_CFUNC if klass is | matz | 2002-11-07 | 1 | -2/+4 |
* | * eval.c (rb_mod_public_method_defined, etc.): new methods: | matz | 2002-10-30 | 1 | -0/+1 |
* | * node.h (nd_type): cast the value to int. | knu | 2002-10-26 | 1 | -1/+1 |
* | * eval.c (rb_eval): added NODE_DSYM, symbol literal with | nobu | 2002-10-23 | 1 | -0/+2 |
* | node.h: unsigned int cast (ruby-core:358) | michal | 2002-08-27 | 1 | -1/+1 |
* | * random.c: replace with Mersenne Twister RNG. | matz | 2002-07-26 | 1 | -1/+1 |
* | * parse.y: yyparse #defines moved from intern.h | matz | 2002-05-29 | 1 | -1/+1 |
* | * eval.c (scope_node): trick to keep the node has a scope. | nobu | 2002-05-28 | 1 | -2/+2 |
* | * eval.c (rb_clear_cache_by_class): new function. | matz | 2002-05-14 | 1 | -1/+1 |
* | * parse.y (stmt): local variable declaration order was changed | matz | 2002-02-13 | 1 | -2/+0 |
* | * eval.c (svalue_to_avalue): new conversion scheme between single | matz | 2001-06-23 | 1 | -4/+2 |
* | * eval.c (rb_yield_0): no mvalue_to_svalue conversion here. | matz | 2001-06-22 | 1 | -2/+4 |
* | * gc.c (Init_stack): avoid __builtin_frame_address(2) to retrieve | matz | 2001-06-08 | 1 | -0/+2 |
* | * variable.c (rb_mod_const_at): use hash table as internal | matz | 2001-06-05 | 1 | -0/+2 |
* | * variable.c (rb_alias_variable): should not allow variable | matz | 2001-05-22 | 1 | -2/+2 |
* | * eval.c (block_pass): should not downgrade safe level. | matz | 2001-05-02 | 1 | -9/+7 |
* | * dir.c (dir_s_glob): supprt backslash escape of metacharacters | matz | 2001-02-14 | 1 | -1/+1 |
* | * enum.c (enum_inject): new method. | matz | 2001-01-09 | 1 | -1/+1 |
* | * eval.c (rb_iterate): NODE_CFUNC does not protect its data | matz | 2000-12-29 | 1 | -0/+2 |
* | matz | matz | 2000-12-05 | 1 | -0/+4 |
* | matz | matz | 2000-11-21 | 1 | -2/+2 |
* | matz | matz | 2000-09-07 | 1 | -1/+0 |
* | matz | matz | 2000-08-29 | 1 | -4/+0 |
* | matz | matz | 2000-08-29 | 1 | -2/+0 |
* | matz | matz | 2000-08-28 | 1 | -2/+8 |
* | 2000-05-24 | matz | 2000-05-24 | 1 | -3/+3 |
* | 2000-05-01 | matz | 2000-05-01 | 1 | -2/+3 |
* | 2000-03-23 | matz | 2000-03-23 | 1 | -7/+7 |
* | 2000-03-06 | matz | 2000-03-06 | 1 | -3/+0 |
* | 2000-02-18 | matz | 2000-02-18 | 1 | -0/+6 |
* | 2000-02-01 | matz | 2000-02-01 | 1 | -2/+2 |
* | 2000-01-17 | matz | 2000-01-17 | 1 | -0/+3 |
* | 20000105 | matz | 2000-01-05 | 1 | -1/+1 |