Age | Commit message (Expand) | Author |
2009-01-16 | merge revision(s) 18485: | shyouhei |
2009-01-15 | merge revision(s) 18463: | shyouhei |
2008-07-07 | merge revision(s) 17832: | shyouhei |
2008-06-28 | merge revision(s) 16536: | shyouhei |
2007-05-22 | merge -c 12127 | shyouhei |
2006-09-28 | * node.h (struct thread): declare win32_exception_list on cygwin and | nobu |
2006-09-24 | * node.h (struct thread): ia64 support is broken by sandbox patch. | akr |
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-02-13 | * eval.c (rb_call0): argument update propagation. [ruby-dev:28044] | matz |
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 on | nobu |
2005-03-22 | * eval.c (rb_add_event_hook): new function to add a hook function for | shugo |
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 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 |