summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2003-01-31* variable.c (rb_obj_classname): new function.matz
2003-01-31* parse.y (yylex): remove EXPR_CMDARG according to the RHG book.matz
2003-01-24* parse.y: tMINUS should have lower precedence than tPOW.matz
2003-01-23* parse.y (arg): missing arguments.nobu
2003-01-23* parse.y (arg): syntaxify tPOW negative number hack.matz
2003-01-21* parse.y (arg): put back old ** behavior for negative numbermatz
2003-01-16-Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal
2003-01-16Updated Copyrights of Matz to 2003.michal
2003-01-14* parse.y (list_append): avoid O(n) search using node->nd_next->nd_end.matz
2003-01-09* parse.y (stmt): NODE_NOT elimitation for if/unless/while/until node.matz
2003-01-07* hash.c (env_clear): new Hash compatible method.matz
2003-01-06* st.h, st.c: Introduce new conventional typedef's, st_data_t,knu
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