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
*
* parse.y (parser_yylex): use particular enums. [ruby-core:09221]
nobu
2006-10-17
1
-2
/
+2
*
* parse.y (singleton): no need to re-create NODE_SELF() again.
matz
2006-10-14
1
-7
/
+2
*
* parse.y (parser_warning, parser_warn): some error message may
matz
2006-10-14
1
-3
/
+3
*
* eval.c (rb_yield_0): small refactoring.
matz
2006-10-05
1
-50
/
+35
*
* parse.y (block_param): should interpret single parenthesized
matz
2006-10-04
1
-1
/
+1
*
* parse.y (block_param): restrict block parameters to be local
matz
2006-10-03
1
-10
/
+41
*
* parse.y (mlhs): simplifies the rule a bit.
matz
2006-10-03
1
-14
/
+3
*
* parse.y (dyna_in_block): inline using macro.
matz
2006-10-03
1
-7
/
+1
*
* hash.c (recursive_hash): remove unused local variable.
matz
2006-09-25
1
-2
/
+1
*
* string.c (rb_str_intern): raise SecurityError only when $SAFE
matz
2006-09-14
1
-0
/
+11
*
* parse.y (symbols_i): need to initialize early-created symbols.
matz
2006-09-06
1
-0
/
+3
*
* parse.y (rb_id2sym): intern if id is attrset_id.
matz
2006-09-04
1
-6
/
+10
*
* object.c (Init_Object): move symbol related code to string.c
matz
2006-09-02
1
-16
/
+59
*
* eval.c (rb_eval): should handle when in else clause. a patch
matz
2006-09-02
1
-1
/
+1
*
* ruby.h (struct RString): embed small strings.
matz
2006-08-31
1
-21
/
+22
*
Revert.
drbrain
2006-08-28
1
-1
/
+1
*
Include attribution
drbrain
2006-08-27
1
-1
/
+1
*
* parse.y (arg): allow newlines before ternary colon. [ruby-dev:29189]
nobu
2006-08-08
1
-4
/
+4
*
* parse.y (top_local_setup): local_vars[-1] should point
matz
2006-08-07
1
-2
/
+1
*
* parse.y (f_args): allow post mandatory arguments after optional
matz
2006-07-12
1
-3
/
+28
*
* eval.c (proc_invoke): should not overwrite block information in
matz
2006-07-10
1
-2
/
+29
*
* parse.y: use ARGSPUSH instead of ARGSCAT to prevent too much
matz
2006-06-29
1
-1
/
+1
*
* parse.y (primary): remove meaningless else-only case statement
matz
2006-06-28
1
-16
/
+0
*
* ext/socket/socket.c (sock_accept): revert to avoid ambiguity of
matz
2006-06-26
1
-204
/
+208
*
* parse.y (paren_args): wrap $2 by escape_Qundef because it may be
akr
2006-06-25
1
-1
/
+1
*
* parse.y (block_param): do not use multiple assignment for a sole
matz
2006-06-21
1
-1
/
+7
*
* parse.y (method_call): remove (fn)(args) style lambda
matz
2006-06-21
1
-12
/
+22
*
* parse.y (reswords): modifier token is no longer returned in fname
nobu
2006-06-20
1
-1
/
+1
*
* eval.c (Init_eval): add aliases invoke_method and
matz
2006-06-17
1
-11
/
+2
*
* parse.y (reswords): kDO_BLOCK was missing. fixed: [ruby-core:7995]
nobu
2006-06-16
1
-1
/
+1
*
* ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typo
matz
2006-06-10
1
-6
/
+8
*
* math.c (log2): may be a macro.
nobu
2006-06-09
1
-18
/
+18
*
* sprintf.c (rb_str_format): allow %c to print one character
matz
2006-06-09
1
-378
/
+302
*
unused variable removed.
akr
2006-05-13
1
-1
/
+1
*
refactoring for options
kosako
2006-03-26
1
-30
/
+13
*
* parse.y (f_arglist): should set command_start = Qtrue for
matz
2006-02-20
1
-0
/
+2
*
* eval.c (rb_eval): NODE_OP_ASGN1 should allow splat in its
matz
2006-02-15
1
-3
/
+0
*
* parse.y (parser_parse_string): mention "regexp" in a error
matz
2006-02-13
1
-3
/
+10
*
* eval.c: unify ruby_class (for method definition) and ruby_cbase
matz
2006-02-03
1
-1
/
+1
*
* parse.y (singleton): get rid of segfault on syntax error.
nobu
2006-01-07
1
-1
/
+1
*
* parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]
nobu
2005-12-19
1
-1
/
+4
*
* parse.y (struct parser_params): fields common to ripper must be
nobu
2005-11-30
1
-355
/
+363
*
* parse.y (struct parser_params): heap must be placed at same offset
nobu
2005-11-29
1
-10
/
+12
*
* parse.y (dsym): prohibit empty symbol literal by interpolation.
nobu
2005-11-21
1
-1
/
+8
*
* parse.y (rb_symname_p): [ not followed by ] is not valid symbol.
nobu
2005-11-20
1
-1
/
+2
*
* object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): check
nobu
2005-10-22
1
-7
/
+115
*
* parser.y (struct parser_params): parser never modify input string.
nobu
2005-10-20
1
-16
/
+19
*
* enumerator.c, eval.c, gc.c, parse.y, regparse.c, sjis.c, time.c:
nobu
2005-10-18
1
-1
/
+1
*
* parse.y (HEAPCNT): bison allocates indivisible size.
nobu
2005-10-13
1
-1
/
+1
*
* eval.c (rb_obj_respond_to): check if obj responds to the given
nobu
2005-10-11
1
-10
/
+1
[next]