index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
parse.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
* string.c (rb_str_cmp_m): return nil if str2 does not respond to
matz
2003-02-20
1
-1
/
+1
*
* eval.c (rb_thread_remove): thread may die in the process of
matz
2003-02-20
1
-1
/
+1
*
* parse.y (clhs): allow "Foo::Bar = x".
matz
2003-02-20
1
-18
/
+42
*
* node.h (nd_cpath): nested class/module declaration.
nobu
2003-02-19
1
-3
/
+24
*
* range.c (range_step): step might be float 0 < x < 1.
matz
2003-02-13
1
-1
/
+1
*
* parse.y (yylex): no .<digit> floating literal anymore.
matz
2003-02-05
1
-10
/
+4
*
* variable.c (rb_obj_classname): new function.
matz
2003-01-31
1
-6
/
+19
*
* parse.y (yylex): remove EXPR_CMDARG according to the RHG book.
matz
2003-01-31
1
-19
/
+6
*
* parse.y: tMINUS should have lower precedence than tPOW.
matz
2003-01-24
1
-2
/
+2
*
* parse.y (arg): missing arguments.
nobu
2003-01-23
1
-2
/
+2
*
* parse.y (arg): syntaxify tPOW negative number hack.
matz
2003-01-23
1
-29
/
+44
*
* parse.y (arg): put back old ** behavior for negative number
matz
2003-01-21
1
-0
/
+19
*
-Wall cleanups (removed unused vars, no 'code has no effect' warnings)
michal
2003-01-16
1
-2
/
+2
*
Updated Copyrights of Matz to 2003.
michal
2003-01-16
1
-1
/
+1
*
* parse.y (list_append): avoid O(n) search using node->nd_next->nd_end.
matz
2003-01-14
1
-12
/
+20
*
* parse.y (stmt): NODE_NOT elimitation for if/unless/while/until node.
matz
2003-01-09
1
-0
/
+38
*
* hash.c (env_clear): new Hash compatible method.
matz
2003-01-07
1
-12
/
+3
*
* st.h, st.c: Introduce new conventional typedef's, st_data_t,
knu
2003-01-06
1
-4
/
+4
*
* eval.c (massign): removed awkward conversion between yvalue,
matz
2003-01-01
1
-23
/
+34
*
* parse.y (parse_string): readjusted.
nobu
2002-12-30
1
-38
/
+44
*
* parse.y (yylex): do not accept " __END__\n". ([ruby-dev:19245])
eban
2002-12-30
1
-11
/
+13
*
* parse.y (yylex): use strncmp instead of strcmp.
eban
2002-12-30
1
-2
/
+2
*
021224
matz
2002-12-24
1
-9
/
+9
*
* parse.y (do_block): split "do" block and tLBRACE_ARG block.
matz
2002-12-20
1
-19
/
+59
*
* numeric.c (num_step): use DBL_EPSILON.
matz
2002-12-19
1
-1
/
+1
*
* node.h (NODE_ATTRASGN): new node, assignment to attribute.
nobu
2002-12-17
1
-1
/
+2
*
* parse.y (nextc): get rid of overrun. (pointed out by akr
nobu
2002-12-16
1
-1
/
+1
*
* parse.y (dispose_string): dispose String object.
nobu
2002-12-15
1
-2
/
+10
*
* parse.y (expr): rescue clause was ignored.
nobu
2002-12-13
1
-0
/
+3
*
* parse.y (dsym): garbage returned. (ruby-bugs-ja:PR#358)
nobu
2002-11-17
1
-2
/
+1
*
* configure.in (LIBRUBY_A): append -static. [ruby-dev:18689]
nobu
2002-11-14
1
-6
/
+17
*
* math.c (math_acos): check errno after operation. ditto for
matz
2002-11-14
1
-19
/
+21
*
* parse.y: back out an unintended change in the syntax.
matz
2002-11-07
1
-4
/
+0
*
* class.c (rb_define_method): do not set NOEX_CFUNC if klass is
matz
2002-11-07
1
-0
/
+8
*
* eval.c (rb_eval): added NODE_DSYM, symbol literal with
nobu
2002-10-23
1
-2
/
+61
*
* parse.y (value_expr0): allow return/break/next/redo/retry in rhs
nobu
2002-10-18
1
-5
/
+30
*
* object.c (rb_str_to_dbl): RString ptr might be NULL.
matz
2002-10-17
1
-5
/
+6
*
* eval.c (rb_eval): Class#inherited should be called after the
matz
2002-09-27
1
-4
/
+0
*
* io.c (appendline): forget to terminate with nul.
matz
2002-09-25
1
-2
/
+1
*
* eval.c (rb_call0): must not clear ruby_current_node, or
nobu
2002-09-23
1
-19
/
+16
*
* eval.c (call_trace_func): should not call trace function while
nobu
2002-09-22
1
-1
/
+1
*
literal_append: remove.
nobu
2002-09-20
1
-1
/
+0
*
* parse.y (block_append): eliminate unused literal nodes.
nobu
2002-09-20
1
-123
/
+75
*
* eval.c (rb_eval): avoid uninitialized global/class variable
nobu
2002-09-13
1
-2
/
+7
*
* parse.y (nextc): restore line number after here documents.
nobu
2002-09-10
1
-0
/
+8
*
* parse.y (rb_gc_mark_parser): ruby_eval_tree is marked in eval.c.
aamine
2002-09-06
1
-2
/
+0
*
* parse.y (rb_gc_mark_parser): should mark lex_input and ruby_debug_lines.
aamine
2002-09-06
1
-1
/
+3
*
* parse.y (rb_gc_mark_parser): should mark parse.y global variables.
aamine
2002-09-06
1
-5
/
+7
*
* parse.y: should not use non-NODE VALUEs in the semantic stack.
aamine
2002-09-06
1
-21
/
+17
*
* gc.c (gc_sweep): should mark parser.
aamine
2002-09-05
1
-0
/
+8
[next]