summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2003-01-01* eval.c (massign): removed awkward conversion between yvalue,matz
2002-12-30* parse.y (parse_string): readjusted.nobu
2002-12-30* parse.y (yylex): do not accept " __END__\n". ([ruby-dev:19245])eban
2002-12-30* parse.y (yylex): use strncmp instead of strcmp.eban
2002-12-24021224matz
2002-12-20* parse.y (do_block): split "do" block and tLBRACE_ARG block.matz
2002-12-19* numeric.c (num_step): use DBL_EPSILON.matz
2002-12-17* node.h (NODE_ATTRASGN): new node, assignment to attribute.nobu
2002-12-16* parse.y (nextc): get rid of overrun. (pointed out by akrnobu
2002-12-15* parse.y (dispose_string): dispose String object.nobu
2002-12-13* parse.y (expr): rescue clause was ignored.nobu
2002-11-17* parse.y (dsym): garbage returned. (ruby-bugs-ja:PR#358)nobu
2002-11-14* configure.in (LIBRUBY_A): append -static. [ruby-dev:18689]nobu
2002-11-14* math.c (math_acos): check errno after operation. ditto formatz
2002-11-07* parse.y: back out an unintended change in the syntax.matz
2002-11-07* class.c (rb_define_method): do not set NOEX_CFUNC if klass ismatz
2002-10-23* eval.c (rb_eval): added NODE_DSYM, symbol literal withnobu
2002-10-18* parse.y (value_expr0): allow return/break/next/redo/retry in rhsnobu
2002-10-17* object.c (rb_str_to_dbl): RString ptr might be NULL.matz
2002-09-27* eval.c (rb_eval): Class#inherited should be called after thematz
2002-09-25* io.c (appendline): forget to terminate with nul.matz
2002-09-23* eval.c (rb_call0): must not clear ruby_current_node, ornobu
2002-09-22* eval.c (call_trace_func): should not call trace function whilenobu
2002-09-20literal_append: remove.nobu
2002-09-20* parse.y (block_append): eliminate unused literal nodes.nobu
2002-09-13* eval.c (rb_eval): avoid uninitialized global/class variablenobu
2002-09-10* parse.y (nextc): restore line number after here documents.nobu
2002-09-06* parse.y (rb_gc_mark_parser): ruby_eval_tree is marked in eval.c.aamine
2002-09-06* parse.y (rb_gc_mark_parser): should mark lex_input and ruby_debug_lines.aamine
2002-09-06* parse.y (rb_gc_mark_parser): should mark parse.y global variables.aamine
2002-09-06* parse.y: should not use non-NODE VALUEs in the semantic stack.aamine
2002-09-05* gc.c (gc_sweep): should mark parser.aamine
2002-09-04* class.c (rb_make_metaclass): obj.meta.super.meta should be equalmatz
2002-09-02* gc.c (gc_sweep): does reclaim nodes in also compile time, if we can.aamine
2002-08-21*.c: Int vs Long cleanupmichal
2002-08-15* eval.c (ruby_current_node) : added to set sourceline on demand.nobu
2002-08-01* parse.y (tokadd_string): ignore backslashed spaces in %w.matz
2002-07-26* random.c: replace with Mersenne Twister RNG.matz
2002-07-26* parse.y (yylex): modify to accept a code like "m (a){...}".aamine
2002-07-17* parse.y (yylex): fix typo.aamine
2002-07-15* parse.y (heredoc_identifier): modify typo.aamine
2002-07-13* parse.y (literal_concat_string): wrong optimization.nobu
2002-07-04* parse.y: remove useless function str_extend_p().aamine
2002-07-02object.c: rb_Integer reformat, nil#to_f added to rb_define_method.michal
2002-06-28* re.c (rb_reg_expr_str): need to process backslashes properly.matz
2002-06-27missing ;nobu
2002-06-26* parse.y (literal_concat_string): non-string last expression innobu
2002-06-26* parse.y (words, qwords): word list literal rules.nobu
2002-06-25* parse.y (string1, xstring, regexp): moved lex_strnestnobu
2002-06-24* parse.y (string_dvar): allow back references in interpolation.nobu