summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2006-05-13unused variable removed.akr
2006-03-26refactoring for optionskosako
2006-02-20* parse.y (f_arglist): should set command_start = Qtrue formatz
2006-02-15* eval.c (rb_eval): NODE_OP_ASGN1 should allow splat in itsmatz
2006-02-13* parse.y (parser_parse_string): mention "regexp" in a errormatz
2006-02-03* eval.c: unify ruby_class (for method definition) and ruby_cbasematz
2006-01-07* parse.y (singleton): get rid of segfault on syntax error.nobu
2005-12-19* parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu
2005-11-30* parse.y (struct parser_params): fields common to ripper must benobu
2005-11-29* parse.y (struct parser_params): heap must be placed at same offsetnobu
2005-11-21* parse.y (dsym): prohibit empty symbol literal by interpolation.nobu
2005-11-20* parse.y (rb_symname_p): [ not followed by ] is not valid symbol.nobu
2005-10-22* object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): checknobu
2005-10-20* parser.y (struct parser_params): parser never modify input string.nobu
2005-10-18* enumerator.c, eval.c, gc.c, parse.y, regparse.c, sjis.c, time.c:nobu
2005-10-13* parse.y (HEAPCNT): bison allocates indivisible size.nobu
2005-10-11* eval.c (rb_obj_respond_to): check if obj responds to the givennobu
2005-10-09* parse.y (ripper_initialize): rollback obj_respond_to().nobu
2005-10-08* parse.y (rb_parser_malloc, rb_parser_free): manage parser stack onnobu
2005-09-26* parse.y: changed to ANSI function style.ocean
2005-09-25* parse.y: replaced `foo _((boo))' with `foo(boo)'.ocean
2005-09-24banish some ripper warnings.akr
2005-09-24banish some warnings.akr
2005-09-23* ext/ripper: no longer generates .rb files.aamine
2005-09-19forgot to check-inaamine
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