summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2005-09-05* parse.y (stmt, mlhs_node, lhs, arg, method_call): aref_args might benobu
2005-09-04* parse.y (f_arg): Ripper should not do semantic check. [ruby-dev:26948]aamine
2005-09-02* parse.y (f_arg): f_norm_arg is a VALUE in ripper, not an ID.nobu
2005-08-30* eval.c (rb_f_send): do not call private methods if the receivermatz
2005-08-22* parse.y: ONIG_OPTION_CAPTURE_GROUP conflicts withmatz
2005-08-20* parse.y (parser_yylex): update paren_nest for brackets [].matz
2005-08-16* eval.c (rb_add_method): preserve safe level in the environmentmatz
2005-08-12* parse.y (f_larglist): allow optional arguments even whenmatz
2005-08-10* bignum.c (rb_big_mul0): multiply two numbers (x, y) withoutmatz
2005-08-08* parse.y (f_block_arg), eval.c (rb_yield_0): deal with dynamicnobu
2005-08-08* parse.y (f_larglist): mistake in syntax rule. [ruby-core:05535]matz
2005-08-04* eval.c (formal_assign): returns position of rest arguments variable.nobu
2005-07-29* eval.c (rb_call0): fix calling zsuper from a method with anonymousnobu
2005-07-28* parse.y (rb_parser_end_seen_p): exclude from ripper.nobu
2005-07-28* parse.y (f_larglist): allow block argument in lambda parametermatz
2005-07-28* parse.y (f_arg): better argument name duplication checkmatz
2005-07-28* parse.y (f_larglist): allow bv_decl at the end of lambdamatz
2005-07-27* gc.c (obj_free): make message formant consistent with one frommatz
2005-07-27* parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz
2005-07-23* sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu
2005-07-13* parse.y: remove static variables. [ruby-dev:26530]nobu
2005-06-30* eval.c (rb_eval): pre-evaluate argument for unambiguousmatz
2005-06-28* dir.c, eval.c, parse.y, process.c, ruby.c: avoid warning "unusedocean
2005-06-12* signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz
2005-06-11* parse.y: missing arg_paren event. This patch is contributed by Mitchell N ...aamine
2005-06-07* parse.y (parser_yylex): small error fixed.matz
2005-06-07* parse.y (parser_yylex): allow ';;' to be block terminator inmatz
2005-06-02* parse.y: pragma support on ripper. [ruby-dev:26266]nobu
2005-06-02* parse.y (method_call): new experiment: "(expr)(args...)" tomatz
2005-05-22* intern.h, parse.y (ruby_pragma): removed. fixed: [ruby-dev:26198]nobu
2005-05-16* parse.y (pragma_encoding): add prototype to suppress false warningnobu
2005-05-14* intern.h (ruby_pragma): prototype. [ruby-core:04881]nobu
2005-05-01* eval.c (rb_eval), parse.y (arg): reduce fixnum range literal atnobu
2005-04-14* parse.y [ripper] (regexp): dispatch regexp option. [ruby-Bugs:1688]aamine
2005-03-23* parse.y (primary): fix lineno of rescue and ensure.shugo
2005-03-17* struct.c (make_struct): allow non local-id fieldmatz
2005-03-16* eval.c (rb_call0): reorganize "return" event post.matz
2005-03-09* parse.y (gettable_gen): warns if VCALL name is used asmatz
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-03-02* eval.c (rb_eval): [EXPERIMENTAL] NODE_LAMBDA implemented.nobu
2005-02-26* parse.y [ripper]: fix typo. [ruby-core:04494]aamine
2005-02-26remove oniggnu.h (GNU regex API).kosako
2005-02-21* parse.y (parser_yylex): identfier after dot must not be a variable.nobu
2005-02-08* keywords, parse.y: separate EXPR_VALUE from EXPR_BEG.nobu
2005-01-05* parse.y (BITSTACK_POP): workaround for bcc32 compiler's bug.ocean
2004-12-29* parse.y: eliminate unused members in struct parser_params. [ruby-dev:25258...aamine
2004-12-20* parse.y (special_local_set): prevent the parser object from GC.nobu
2004-12-08* parse.y (string_content): get rid of segfault at empty evstr.nobu
2004-11-29* object.c (convert_type): [ruby-core:03845]matz
2004-11-18* parse.y (f_rest_arg): store rest args into invisible local variabenobu