summaryrefslogtreecommitdiff
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * parse.y (list_append): avoid O(n) search using node->nd_next->nd_end.matz2003-01-141-12/+20
* * parse.y (stmt): NODE_NOT elimitation for if/unless/while/until node.matz2003-01-091-0/+38
* * hash.c (env_clear): new Hash compatible method.matz2003-01-071-12/+3
* * st.h, st.c: Introduce new conventional typedef's, st_data_t,knu2003-01-061-4/+4
* * eval.c (massign): removed awkward conversion between yvalue,matz2003-01-011-23/+34
* * parse.y (parse_string): readjusted.nobu2002-12-301-38/+44
* * parse.y (yylex): do not accept " __END__\n". ([ruby-dev:19245])eban2002-12-301-11/+13
* * parse.y (yylex): use strncmp instead of strcmp.eban2002-12-301-2/+2
* 021224matz2002-12-241-9/+9
* * parse.y (do_block): split "do" block and tLBRACE_ARG block.matz2002-12-201-19/+59
* * numeric.c (num_step): use DBL_EPSILON.matz2002-12-191-1/+1
* * node.h (NODE_ATTRASGN): new node, assignment to attribute.nobu2002-12-171-1/+2
* * parse.y (nextc): get rid of overrun. (pointed out by akrnobu2002-12-161-1/+1
* * parse.y (dispose_string): dispose String object.nobu2002-12-151-2/+10
* * parse.y (expr): rescue clause was ignored.nobu2002-12-131-0/+3
* * parse.y (dsym): garbage returned. (ruby-bugs-ja:PR#358)nobu2002-11-171-2/+1
* * configure.in (LIBRUBY_A): append -static. [ruby-dev:18689]nobu2002-11-141-6/+17
* * math.c (math_acos): check errno after operation. ditto formatz2002-11-141-19/+21
* * parse.y: back out an unintended change in the syntax.matz2002-11-071-4/+0
* * class.c (rb_define_method): do not set NOEX_CFUNC if klass ismatz2002-11-071-0/+8
* * eval.c (rb_eval): added NODE_DSYM, symbol literal withnobu2002-10-231-2/+61
* * parse.y (value_expr0): allow return/break/next/redo/retry in rhsnobu2002-10-181-5/+30
* * object.c (rb_str_to_dbl): RString ptr might be NULL.matz2002-10-171-5/+6
* * eval.c (rb_eval): Class#inherited should be called after thematz2002-09-271-4/+0
* * io.c (appendline): forget to terminate with nul.matz2002-09-251-2/+1
* * eval.c (rb_call0): must not clear ruby_current_node, ornobu2002-09-231-19/+16
* * eval.c (call_trace_func): should not call trace function whilenobu2002-09-221-1/+1
* literal_append: remove.nobu2002-09-201-1/+0
* * parse.y (block_append): eliminate unused literal nodes.nobu2002-09-201-123/+75
* * eval.c (rb_eval): avoid uninitialized global/class variablenobu2002-09-131-2/+7
* * parse.y (nextc): restore line number after here documents.nobu2002-09-101-0/+8
* * parse.y (rb_gc_mark_parser): ruby_eval_tree is marked in eval.c.aamine2002-09-061-2/+0
* * parse.y (rb_gc_mark_parser): should mark lex_input and ruby_debug_lines.aamine2002-09-061-1/+3
* * parse.y (rb_gc_mark_parser): should mark parse.y global variables.aamine2002-09-061-5/+7
* * parse.y: should not use non-NODE VALUEs in the semantic stack.aamine2002-09-061-21/+17
* * gc.c (gc_sweep): should mark parser.aamine2002-09-051-0/+8
* * class.c (rb_make_metaclass): obj.meta.super.meta should be equalmatz2002-09-041-7/+13
* * gc.c (gc_sweep): does reclaim nodes in also compile time, if we can.aamine2002-09-021-0/+10
* *.c: Int vs Long cleanupmichal2002-08-211-2/+2
* * eval.c (ruby_current_node) : added to set sourceline on demand.nobu2002-08-151-3/+1
* * parse.y (tokadd_string): ignore backslashed spaces in %w.matz2002-08-011-0/+3
* * random.c: replace with Mersenne Twister RNG.matz2002-07-261-28/+50
* * parse.y (yylex): modify to accept a code like "m (a){...}".aamine2002-07-261-6/+6
* * parse.y (yylex): fix typo.aamine2002-07-171-1/+1
* * parse.y (heredoc_identifier): modify typo.aamine2002-07-151-3/+3
* * parse.y (literal_concat_string): wrong optimization.nobu2002-07-131-2/+1
* * parse.y: remove useless function str_extend_p().aamine2002-07-041-18/+0
* object.c: rb_Integer reformat, nil#to_f added to rb_define_method.michal2002-07-021-1/+1
* * re.c (rb_reg_expr_str): need to process backslashes properly.matz2002-06-281-12/+9