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 (str_extend): change types of second and third arguments
usa
2001-11-25
1
-2
/
+2
*
* parse.y (str_extend): should check nesting parentheses in #{}.
matz
2001-11-21
1
-13
/
+19
*
* parse.y (str_extend): should not terminate string interpolation
matz
2001-11-19
1
-1
/
+2
*
* eval.c (rb_mod_modfunc): should follow NODE_ZSUPER link; based
matz
2001-11-19
1
-5
/
+2
*
* parse.y: needless conditionals.
nobu
2001-11-18
1
-7
/
+3
*
* signal.c (sighandle): should not re-register sighandler if
matz
2001-11-13
1
-0
/
+1
*
* process.c (security): always give warning for insecure PATH.
matz
2001-11-08
1
-28
/
+38
*
* string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.
matz
2001-10-30
1
-8
/
+84
*
* parse.y (str_extend): shuould allow interpolation of $-x.
matz
2001-10-29
1
-0
/
+6
*
* parse.y (yylex): disallow alpha-numeric and mbchar for
nobu
2001-10-15
1
-0
/
+4
*
* file.c (rb_stat_clone): should copy internal data too.
matz
2001-10-10
1
-3
/
+4
*
* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.
matz
2001-10-02
1
-1
/
+1
*
Wed Sep 26 19:02:39 2001 Guy Decoux <ts@moulon.inra.fr>
ts
2001-09-26
1
-1
/
+1
*
* eval.c, intern.h (rb_svar): return reference to special variable
nobu
2001-09-20
1
-10
/
+33
*
* string.c (rb_str_init): String.new() => ""
matz
2001-09-19
1
-1
/
+0
*
* re.c (Init_Regexp): to_s to be alias to inspect.
matz
2001-09-05
1
-22
/
+25
*
* parse.y (yylex): ternary ? can be followed by newline.
matz
2001-08-29
1
-1
/
+1
*
* eval.c (is_defined): should not dump core for "defined?(())".
matz
2001-08-23
1
-7
/
+9
*
* parse.y (tokadd_escape): escaped backslashes too much.
matz
2001-08-20
1
-1
/
+1
*
* range.c (range_step): 'iter' here should be an array.
matz
2001-08-20
1
-4
/
+6
*
* range.c (range_step): new method.
matz
2001-08-14
1
-22
/
+19
*
* string.c (rb_str_lstrip_bang): new method.
matz
2001-08-06
1
-1
/
+2
*
* error.c (exc_exception): clone the receiver exception instead of
matz
2001-07-02
1
-9
/
+6
*
* eval.c (svalue_to_avalue): new conversion scheme between single
matz
2001-06-23
1
-2
/
+2
*
* eval.c (rb_yield_0): no mvalue_to_svalue conversion here.
matz
2001-06-22
1
-9
/
+6
*
* gc.c (Init_stack): avoid __builtin_frame_address(2) to retrieve
matz
2001-06-08
1
-5
/
+2
*
* parse.y (yylex): incomplete fix.
matz
2001-06-07
1
-1
/
+2
*
* parse.y (yylex): exclude kDO_BLOCK too much by false condition.
matz
2001-06-07
1
-4
/
+7
*
* eval.c (rb_load): should check if tainted even when wrap is
matz
2001-06-06
1
-1
/
+1
*
* parse.y (aref_args): "*arg" should always be expanded by REXPAND.
matz
2001-06-06
1
-1
/
+1
*
* error.c (Init_Exception): NameError went under StandardError,
matz
2001-06-05
1
-5
/
+16
*
* variable.c (rb_mod_const_at): use hash table as internal
matz
2001-06-05
1
-2
/
+5
*
* parse.y (call_args2): confusion with list_append() and
matz
2001-06-01
1
-4
/
+4
*
* parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntax
matz
2001-06-01
1
-9
/
+12
*
* ruby.c (proc_options): unexpected SecurityError happens when -T4.
matz
2001-05-30
1
-85
/
+229
*
* eval.c (rb_yield_0): need argument adjustment for C defined
matz
2001-05-24
1
-5
/
+0
*
* variable.c (rb_alias_variable): should not allow variable
matz
2001-05-22
1
-25
/
+24
*
* bignum.c (rb_big2str): t should be protected from GC.
matz
2001-05-21
1
-16
/
+16
*
* array.c (rb_ary_and): should not push frozen key string.
matz
2001-05-16
1
-0
/
+1
*
* parse.y (arg): "||=" should not warn for uninitialized instance
matz
2001-05-07
1
-13
/
+8
*
* eval.c (block_pass): should not downgrade safe level.
matz
2001-05-02
1
-24
/
+29
*
* eval.c (ev_const_defined): add new parameter self for special
matz
2001-03-13
1
-1
/
+1
*
* parse.y: warn -> rb_warn
eban
2001-03-13
1
-1
/
+1
*
* io.c (argf_seek_m): wrong calling sequence of rb_io_seek().
matz
2001-03-13
1
-32
/
+15
*
* parse.y (primary): rescue and ensure clauses should be allowed
matz
2001-03-06
1
-0
/
+10
*
* eval.c (proc_call): should not modify ruby_block->frame.iter
matz
2001-02-26
1
-7
/
+8
*
* eval.c (secure_visibility): visibility check for untainted modules.
matz
2001-02-19
1
-11
/
+25
*
* io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2
matz
2001-02-13
1
-20
/
+32
*
* parse.y (parse_quotedwords): %w should allow parenthesis escape.
matz
2001-02-08
1
-12
/
+30
*
* array.c (rb_ary_sort_bang): returns self, even if its length is
matz
2001-02-02
1
-4
/
+3
[next]