| Commit message (Expand) | Author | Age | Files | Lines |
* | * parse.y (NEWHEAP, ADD2HEAP): committed the patch for 1.9. | nobu | 2005-11-30 | 1 | -2/+2 |
* | * parse.y (NEWHEAP, ADD2HEAP): set count after pointer was set. | nobu | 2005-11-30 | 1 | -8/+14 |
* | * parse.y (dsym): prohibit empty symbol literal by interpolation. | nobu | 2005-11-21 | 1 | -1/+8 |
* | * parse.y (rb_symname_p): [ not followed by ] is not valid symbol. | nobu | 2005-11-20 | 1 | -1/+2 |
* | * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): check | nobu | 2005-10-22 | 1 | -7/+116 |
* | * parse.y (rb_gc_mark_parser): get rid of segfault with old yacc. | nobu | 2005-10-19 | 1 | -0/+9 |
* | * parse.y (parser_heap): byacc never free parser stack. | nobu | 2005-10-17 | 1 | -7/+7 |
* | * parse.y (HEAPCNT): bison allocates indivisible size. | nobu | 2005-10-13 | 1 | -1/+1 |
* | * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack on | nobu | 2005-10-08 | 1 | -1/+84 |
* | * eval.c (rb_eval), parse.y (arg): reduce fixnum range literal at | nobu | 2005-05-11 | 1 | -2/+16 |
* | * parse.y (parser_yylex): identfier after dot must not be a variable. | nobu | 2005-02-21 | 1 | -2/+4 |
* | * lib/cgi.rb (CGI::Cookie): [ruby-talk:130040] | matz | 2005-02-08 | 1 | -1/+1 |
* | * object.c (convert_type): [ruby-core:03845] | matz | 2004-11-29 | 1 | -0/+1 |
* | * parse.y (stmt): not to show same error messages twice. | nobu | 2004-07-17 | 1 | -1/+0 |
* | * gc.c, parse.y, lib/cgi.rb, lib/date.rb: last minute backports from HEAD. | matz | 2004-07-14 | 1 | -5/+4 |
* | * parse.y (primary): should not be NULL. [ruby-core:03098] | nobu | 2004-06-30 | 1 | -1/+4 |
* | * node.h (NEW_DSTR): adjust list length. | nobu | 2004-05-18 | 1 | -0/+1 |
* | * parse.y (stmt, arg, aref_args): should not make sole splat into | nobu | 2004-04-23 | 1 | -2/+6 |
* | * parse.y (aref_args): should pass expanded list. [ruby-core:02793] | nobu | 2004-04-21 | 1 | -1/+1 |
* | * several backports from 1.9 | matz | 2004-02-06 | 1 | -1/+1 |
* | * parse.y (block_append): update nd_end for "real" head node. | matz | 2004-01-26 | 1 | -3/+3 |
* | * parse.y (string_content): reset lexical states at the beginning of | nobu | 2004-01-22 | 1 | -0/+4 |
* | * parse.y (primary): fix position after FCALL. [ruby-dev:22574] | nobu | 2004-01-12 | 1 | -0/+2 |
* | Add RDoc documentation for stuff in object.c | dave | 2003-12-28 | 1 | -0/+16 |
* | * parse.y (arg): should return 0 after error. [ruby-dev:22360] | nobu | 2003-12-24 | 1 | -0/+2 |
* | * configure.in (ieeefp.h), numeric.c: needed for finite() on | nobu | 2003-12-11 | 1 | -2/+2 |
* | * parse.y (exc_list): allow expanding list. [ruby-dev:22134] | nobu | 2003-12-04 | 1 | -1/+5 |
* | * configure.in (AC_PROG_YACC): AC_DEFINE(OLD_YACC) if Yacc is found | matz | 2003-12-03 | 1 | -0/+9 |
* | * parse.y (primary): allow newlines just before right argument | nobu | 2003-11-24 | 1 | -1/+1 |
* | * parse.y (primary): primary_value may be 0 when syntax error. | nobu | 2003-11-09 | 1 | -1/+1 |
* | * parse.y (logop): left may be NULL. [ruby-talk:84539] | matz | 2003-10-30 | 1 | -2/+1 |
* | * eval.c (proc_invoke): single array value to normal Proc#call | matz | 2003-10-29 | 1 | -1/+16 |
* | * parse.y (ret_args): node may be NULL. [ruby-talk:84530] | matz | 2003-10-29 | 1 | -1/+1 |
* | * parse.y (new_yield): remove magic argument rule; "yield [1,2]" | matz | 2003-10-28 | 1 | -16/+1 |
* | * parse.y: integrate operations for stack_type. [ruby-dev:21681] | nobu | 2003-10-23 | 1 | -16/+13 |
* | * marshal.c (w_object): dump extended modules as well. | matz | 2003-10-15 | 1 | -1/+2 |
* | * parse.y (stmt): should not expand mrhs if lhs is solely starred. | nobu | 2003-10-06 | 1 | -2/+2 |
* | * parse.y (stmt): rhs of multiple assignment should not be | matz | 2003-10-06 | 1 | -2/+2 |
* | * parse.y (stmt): END in method should cause warning. | matz | 2003-10-06 | 1 | -2/+2 |
* | * marshal.c (w_object): instance variable dump do not cause error | matz | 2003-10-04 | 1 | -3/+11 |
* | * parse.y (str_xquote): do not prepend escapes in | nobu | 2003-09-24 | 1 | -1/+1 |
* | * parse.y (tokadd_string, parse_string, yylex): escaped terminator | nobu | 2003-09-17 | 1 | -46/+8 |
* | * parse.y (assignable): call rb_compile_error(), not rb_bug(). | matz | 2003-09-06 | 1 | -1/+1 |
* | * parse.y (tokadd_string): newlines have no special meanings in | nobu | 2003-09-04 | 1 | -1/+4 |
* | * parse.y (aref_args): forgot to call NEW_SPLAT(). reported by | matz | 2003-09-01 | 1 | -1/+1 |
* | * parse.y (singleton): typo fixed (ruby-bugs-ja PR#562) | matz | 2003-08-27 | 1 | -2/+2 |
* | * eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a. | matz | 2003-08-27 | 1 | -12/+10 |
* | * gc.c (id2ref): recycle check should be done by klass == 0. | matz | 2003-08-14 | 1 | -2/+18 |
* | * eval.c (rb_call0): update ruby_class as well as ruby_cref. | matz | 2003-08-06 | 1 | -1/+1 |
* | * eval.c (rb_f_missing): VCALL is called only for LOCAL_ID. no | matz | 2003-07-18 | 1 | -1/+1 |