aboutsummaryrefslogtreecommitdiffstats
path: root/node.h
Commit message (Expand)AuthorAgeFilesLines
* Merge from ruby_1_8.knu2008-05-221-0/+1
* * configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefersnobu2008-03-311-1/+1
* * node.h (struct rb_thread.locals): explicit as struct.nobu2007-03-241-12/+12
* * node.h (struct thread): declare win32_exception_list on cygwin andnobu2006-09-281-2/+2
* * node.h (struct thread): ia64 support is broken by sandbox patch.akr2006-09-241-2/+4
* * eval.c (rb_thread_save_context, rb_thread_restore_context):why2006-09-231-0/+91
* * eval.c (ruby_init): rename top_cref to ruby_top_cref and export,why2006-08-311-0/+3
* * eval.c (rb_call0): argument update propagation. [ruby-dev:28044]matz2006-02-131-1/+1
* * eval.c (rb_eval), gc.c (gc_mark_children), node.h (NEW_ALIAS,nobu2005-12-261-5/+2
* * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack onnobu2005-10-081-2/+0
* * eval.c (rb_add_event_hook): new function to add a hook function forshugo2005-03-221-0/+17
* * node.h (NEW_DVAR): extra semicolon.nobu2004-10-021-1/+1
* * node.h (NEW_DSTR): adjust list length.nobu2004-05-181-1/+1
* * eval.c (rb_method_node): new API to retrieve method body.matz2003-11-141-0/+2
* * parse.y (stmt): rhs of multiple assignment should not bematz2003-10-061-0/+2
* * eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a.matz2003-08-271-4/+0
* * eval.c (rb_disable_super, rb_enable_super): deprecate.matz2003-07-161-1/+0
* * node.h (NEW_NODE): cast arguments to rb_node_newnode().matz2003-07-041-99/+101
* * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".matz2003-06-201-1/+1
* * eval.c (avalue_splat): new function to do unary * (splat)matz2003-03-261-2/+2
* * parse.y (clhs): allow "Foo::Bar = x".matz2003-02-201-1/+1
* * node.h (nd_cpath): nested class/module declaration.nobu2003-02-191-1/+1
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * eval.c (massign): removed awkward conversion between yvalue,matz2003-01-011-2/+4
* * node.h (struct RNode): Change argc from int to long. Otherwizeknu2002-12-311-1/+1
* * node.h (NODE_ATTRASGN): new node, assignment to attribute.nobu2002-12-171-0/+2
* * class.c (rb_define_method): do not set NOEX_CFUNC if klass ismatz2002-11-071-2/+4
* * eval.c (rb_mod_public_method_defined, etc.): new methods:matz2002-10-301-0/+1
* * node.h (nd_type): cast the value to int.knu2002-10-261-1/+1
* * eval.c (rb_eval): added NODE_DSYM, symbol literal withnobu2002-10-231-0/+2
* node.h: unsigned int cast (ruby-core:358)michal2002-08-271-1/+1
* * random.c: replace with Mersenne Twister RNG.matz2002-07-261-1/+1
* * parse.y: yyparse #defines moved from intern.hmatz2002-05-291-1/+1
* * eval.c (scope_node): trick to keep the node has a scope.nobu2002-05-281-2/+2
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * parse.y (stmt): local variable declaration order was changedmatz2002-02-131-2/+0
* * eval.c (svalue_to_avalue): new conversion scheme between singlematz2001-06-231-4/+2
* * eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz2001-06-221-2/+4
* * gc.c (Init_stack): avoid __builtin_frame_address(2) to retrievematz2001-06-081-0/+2
* * variable.c (rb_mod_const_at): use hash table as internalmatz2001-06-051-0/+2
* * variable.c (rb_alias_variable): should not allow variablematz2001-05-221-2/+2
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-9/+7
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-1/+1
* * enum.c (enum_inject): new method.matz2001-01-091-1/+1
* * eval.c (rb_iterate): NODE_CFUNC does not protect its datamatz2000-12-291-0/+2
* matzmatz2000-12-051-0/+4
* matzmatz2000-11-211-2/+2
* matzmatz2000-09-071-1/+0
* matzmatz2000-08-291-4/+0
* matzmatz2000-08-291-2/+0