aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * parse.y [ripper]: \n between two comments disappeared.aamine2004-10-091-0/+1
* * io.c (rb_io_mode_flags): preserve append mode flag.matz2004-10-061-1/+1
* * parse.y (local_vars): moved to struct parser_params.nobu2004-10-021-53/+95
* * parse.y [ripper]: missing ';'.aamine2004-09-271-1/+1
* * parse.y (rb_parser_append_print): should handle prelude.matz2004-09-241-22/+26
* * parse.y [ripper]: on__scan event removed.aamine2004-09-221-8/+2
* * parse.y: remove global variables ruby_eval_tree andmatz2004-09-221-35/+40
* * parse.y [ripper]: do not delay dispatching.aamine2004-09-201-54/+34
* * parse.y [ripper]: delayed heredocument events should be dispatched after EOF.aamine2004-09-201-4/+3
* * parse.y [ripper]: adjust lineno and columns for multi-line strings.aamine2004-09-201-36/+72
* * parse.y [ripper]: remove Ripper#pos.aamine2004-09-201-26/+1
* * parse.y [ripper]: unify old_lex_p and token_head.aamine2004-09-201-126/+72
* * parse.y [ripper]: adjust line number for heredoc. [ruby-dev:24272]aamine2004-09-201-1/+16
* * parse.y [ripper]: spaces before heredoc marker was lost.aamine2004-09-191-0/+1
* * parse.y: add prototypes for Microsoft compiler.usa2004-09-171-0/+3
* * array.c (rb_ary_delete): element comparison might change arraymatz2004-09-171-543/+452
* * parse.y [ripper]: Add rdoc.aamine2004-09-141-0/+51
* * parse.y [ripper]: space event is on__sp, not on__lwsp. [ruby-dev:24257]aamine2004-09-141-2/+2
* * parse.y: fix file header.aamine2004-09-121-3/+3
* * parse.y: ripper merged.aamine2004-09-121-110/+2703
* * bignum.c (rb_big_and): protect parameters from GC.matz2004-08-281-1/+1
* * parse.y (stmt): not to show same error messages twice.nobu2004-07-171-1/+0
* * enum.c (enum_min_by): new method Enum#min_by. added Enum#max_bymatz2004-07-141-5/+4
* * parse.y (primary): should not be NULL. [ruby-core:03098]nobu2004-06-301-1/+4
* * eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a blocknobu2004-05-251-3/+72
* * node.h (NEW_DSTR): adjust list length.nobu2004-05-181-0/+1
* parse.y: typo fix(tWORD_BEG -> tWORDS_BEG).eban2004-05-171-1/+1
* * ext/socket/socket.c (setup_domain_and_type): honor duck typing.matz2004-05-171-1/+1
* * parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz2004-05-071-4/+11
* * parse.y (stmt, arg, aref_args): should not make sole splat intonobu2004-04-231-2/+6
* * parse.y (aref_args): should pass expanded list. [ruby-core:02793]nobu2004-04-211-1/+1
* * parse.y (assoc_list): {a: 1, b: 2} should be allowed. [ruby-dev:23328]aamine2004-04-051-3/+14
* * eval.c (rb_require_safe): preserve old ruby_errinfo.matz2004-03-201-15/+30
* * eval.c (method_hash): new method. [ruby-talk:93968]matz2004-03-031-1/+4
* * parse.y (rparen): ignore preceding newlines to right parentheses.nobu2004-02-121-14/+17
* * parse.y (reduce_nodes): remove tail returns. [ruby-talk:90934]nobu2004-02-031-16/+76
* * parse.y (block_append, new_evstr, void_expr0): remove no longer usednobu2004-02-021-4/+0
* * parse.y (opt_rescue): use NODE_ERRINFO() instead ofmatz2004-01-221-2/+2
* * parse.y (string_content): reset lexical states at the beginning ofnobu2004-01-221-0/+4
* * parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz2004-01-211-58/+11
* * parse.y (primary): allow no "when" case. [ruby-dev:22578]matz2004-01-131-0/+4
* * parse.y (primary): fix position after FCALL. [ruby-dev:22574]nobu2004-01-121-0/+2
* Add RDoc documentation for stuff in object.cdave2003-12-281-0/+16
* * parse.y (arg): should return 0 after error. [ruby-dev:22360]nobu2003-12-241-0/+2
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-2/+2
* * parse.y (exc_list): allow expanding list. [ruby-dev:22134]nobu2003-12-041-1/+5
* * configure.in (AC_PROG_YACC): AC_DEFINE(OLD_YACC) if Yacc is foundmatz2003-12-031-0/+9
* * parse.y (primary): allow newlines just before right argumentnobu2003-11-241-1/+1
* * parse.y (primary): primary_value may be 0 when syntax error.nobu2003-11-091-1/+1
* * parse.y (logop): left may be NULL. [ruby-talk:84539]matz2003-10-301-2/+1