aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (stmt, mlhs_node, lhs, arg, method_call): aref_args might benobu2005-09-051-5/+5
* * parse.y (f_arg): Ripper should not do semantic check. [ruby-dev:26948]aamine2005-09-041-3/+3
* * parse.y (f_arg): f_norm_arg is a VALUE in ripper, not an ID.nobu2005-09-021-4/+14
* * eval.c (rb_f_send): do not call private methods if the receivermatz2005-08-301-1/+8
* * parse.y: ONIG_OPTION_CAPTURE_GROUP conflicts withmatz2005-08-221-1/+1
* * parse.y (parser_yylex): update paren_nest for brackets [].matz2005-08-201-1/+2
* * eval.c (rb_add_method): preserve safe level in the environmentmatz2005-08-161-19/+18
* * parse.y (f_larglist): allow optional arguments even whenmatz2005-08-121-31/+23
* * bignum.c (rb_big_mul0): multiply two numbers (x, y) withoutmatz2005-08-101-5/+26
* * parse.y (f_block_arg), eval.c (rb_yield_0): deal with dynamicnobu2005-08-081-1/+1
* * parse.y (f_larglist): mistake in syntax rule. [ruby-core:05535]matz2005-08-081-1/+1
* * eval.c (formal_assign): returns position of rest arguments variable.nobu2005-08-041-1/+6
* * eval.c (rb_call0): fix calling zsuper from a method with anonymousnobu2005-07-291-1/+1
* * parse.y (rb_parser_end_seen_p): exclude from ripper.nobu2005-07-281-1/+1
* * parse.y (f_larglist): allow block argument in lambda parametermatz2005-07-281-8/+8
* * parse.y (f_arg): better argument name duplication checkmatz2005-07-281-23/+73
* * parse.y (f_larglist): allow bv_decl at the end of lambdamatz2005-07-281-31/+46
* * gc.c (obj_free): make message formant consistent with one frommatz2005-07-271-11/+12
* * parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz2005-07-271-53/+132
* * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu2005-07-231-3/+3
* * parse.y: remove static variables. [ruby-dev:26530]nobu2005-07-131-28/+78
* * eval.c (rb_eval): pre-evaluate argument for unambiguousmatz2005-06-301-6/+10
* * dir.c, eval.c, parse.y, process.c, ruby.c: avoid warning "unusedocean2005-06-281-2/+0
* * signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz2005-06-121-29/+31
* * parse.y: missing arg_paren event. This patch is contributed by Mitchell N ...aamine2005-06-111-2/+2
* * parse.y (parser_yylex): small error fixed.matz2005-06-071-0/+1
* * parse.y (parser_yylex): allow ';;' to be block terminator inmatz2005-06-071-1/+6
* * parse.y: pragma support on ripper. [ruby-dev:26266]nobu2005-06-021-1/+9
* * parse.y (method_call): new experiment: "(expr)(args...)" tomatz2005-06-021-2/+14
* * intern.h, parse.y (ruby_pragma): removed. fixed: [ruby-dev:26198]nobu2005-05-221-9/+2
* * parse.y (pragma_encoding): add prototype to suppress false warningnobu2005-05-161-0/+1
* * intern.h (ruby_pragma): prototype. [ruby-core:04881]nobu2005-05-141-10/+186
* * eval.c (rb_eval), parse.y (arg): reduce fixnum range literal atnobu2005-05-011-2/+16
* * parse.y [ripper] (regexp): dispatch regexp option. [ruby-Bugs:1688]aamine2005-04-141-1/+1
* * parse.y (primary): fix lineno of rescue and ensure.shugo2005-03-231-2/+7
* * struct.c (make_struct): allow non local-id fieldmatz2005-03-171-1/+0
* * eval.c (rb_call0): reorganize "return" event post.matz2005-03-161-9/+4
* * parse.y (gettable_gen): warns if VCALL name is used asmatz2005-03-091-24/+153
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-37/+47
* * eval.c (rb_eval): [EXPERIMENTAL] NODE_LAMBDA implemented.nobu2005-03-021-3/+34
* * parse.y [ripper]: fix typo. [ruby-core:04494]aamine2005-02-261-1/+1
* remove oniggnu.h (GNU regex API).kosako2005-02-261-3/+3
* * parse.y (parser_yylex): identfier after dot must not be a variable.nobu2005-02-211-5/+6
* * keywords, parse.y: separate EXPR_VALUE from EXPR_BEG.nobu2005-02-081-23/+8
* * parse.y (BITSTACK_POP): workaround for bcc32 compiler's bug.ocean2005-01-051-1/+1
* * parse.y: eliminate unused members in struct parser_params. [ruby-dev:25258...aamine2004-12-291-36/+52
* * parse.y (special_local_set): prevent the parser object from GC.nobu2004-12-201-1/+2
* * parse.y (string_content): get rid of segfault at empty evstr.nobu2004-12-081-1/+1
* * object.c (convert_type): [ruby-core:03845]matz2004-11-291-0/+4
* * parse.y (f_rest_arg): store rest args into invisible local variabenobu2004-11-181-1/+1