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
/
re.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Int vs Long cleanup #3 (ruby-core:352)
michal
2002-08-28
1
-5
/
+5
*
* file.c (rb_find_file): $LOAD_PATH must not be empty.
matz
2002-08-27
1
-21
/
+26
*
*.c: Int vs Long cleanup
michal
2002-08-21
1
-14
/
+15
*
* io.c (rb_io_putc): output via rb_io_write().
matz
2002-08-20
1
-3
/
+3
*
* array.c (sort_2): *a - *b may overflow.
matz
2002-08-19
1
-0
/
+3
*
* numeric.c (num_to_int): default to_int implementaion for every
matz
2002-07-29
1
-0
/
+3
*
* random.c: replace with Mersenne Twister RNG.
matz
2002-07-26
1
-14
/
+46
*
* re.c (rb_reg_expr_str): need to process backslashes properly.
matz
2002-06-28
1
-1
/
+9
*
* eval.c (rb_clear_cache_by_class): new function.
matz
2002-05-14
1
-1
/
+1
*
* re.c (rb_reg_s_quote): # also should be quoted.
matz
2002-05-07
1
-1
/
+1
*
* numeric.c (num_step): better iteration condition for float
matz
2002-05-01
1
-11
/
+30
*
* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.
matz
2002-04-24
1
-44
/
+22
*
* re.c (rb_reg_to_s): remove redundant shy group.
nobu
2002-04-19
1
-20
/
+6
*
* eval.c (rb_thread_cleanup): current thread may be THREAD_STOPPED,
matz
2002-04-19
1
-29
/
+81
*
* re.c (rb_reg_expr_str): should treat backslash specially in
matz
2002-04-18
1
-1
/
+7
*
* re.c (rb_reg_to_s): new function for Regexp#to_s.
akr
2002-04-18
1
-1
/
+42
*
* re.c (match_select): fix index references and make
knu
2002-04-08
1
-1
/
+1
*
* re.c (match_setter): it's OK to assign nil to $~.
matz
2002-04-01
1
-1
/
+3
*
* re.c (rb_reg_search): should clear last_match if pos is out of
matz
2002-03-19
1
-1
/
+4
*
* re.c (rb_reg_match): should clear $~ if operand is nil.
matz
2002-03-14
1
-3
/
+8
*
* parse.y (stmt): local variable declaration order was changed
matz
2002-02-13
1
-1
/
+0
*
* file.c (rb_stat_inspect): print dev, rdev in hexadecimal.
matz
2002-02-01
1
-0
/
+1
*
* re.c (match_select): should propagate taintness.
matz
2002-01-11
1
-7
/
+5
*
* process.c (rb_f_system): abandon vfork.
matz
2002-01-04
1
-0
/
+7
*
* time.c (time_plus): result should not be negative unless
matz
2001-12-21
1
-5
/
+10
*
* string.c (rb_str_match_m): should convert an argument into
matz
2001-12-11
1
-1
/
+28
*
* parse.y (parse_regx): should raise error on untermitated
matz
2001-11-19
1
-1
/
+1
*
* marshal.c (w_unique): should not dump anonymous class.
matz
2001-10-05
1
-18
/
+15
*
* re.c (rb_reg_s_alloc): avoid inifinte recursion.
nobu
2001-10-05
1
-5
/
+6
*
* marshal.c (r_object): better allocation type check for
matz
2001-10-03
1
-15
/
+27
*
* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.
matz
2001-10-02
1
-3
/
+11
*
* eval.c, intern.h (rb_svar): return reference to special variable
nobu
2001-09-20
1
-6
/
+1
*
* re.c (Init_Regexp): to_s to be alias to inspect.
matz
2001-09-05
1
-1
/
+2
*
* eval.c (rb_provide_feature): should not tweak extension used for
matz
2001-07-24
1
-6
/
+17
*
* ruby.c (proc_options): unexpected SecurityError happens when -T4.
matz
2001-05-30
1
-32
/
+42
*
* array.c (rb_ary_and): should not push frozen key string.
matz
2001-05-16
1
-5
/
+1
*
* eval.c (block_pass): should not downgrade safe level.
matz
2001-05-02
1
-14
/
+12
*
* parse.y (parse_quotedwords): %w should allow parenthesis escape.
matz
2001-02-08
1
-2
/
+10
*
* array.c (rb_ary_sort_bang): returns self, even if its length is
matz
2001-02-02
1
-13
/
+13
*
* string.c (str_independent): should not clear str->orig here.
matz
2001-01-29
1
-1
/
+1
*
Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
matz
2001-01-15
1
-14
/
+15
*
* re.c (rb_reg_desc): separate RE_OPTION_MULTILINE
eban
2001-01-13
1
-2
/
+8
*
* enum.c (enum_inject): new method.
matz
2001-01-09
1
-1
/
+14
*
matz
matz
2000-11-20
1
-2
/
+2
*
matz
matz
2000-10-10
1
-4
/
+5
*
matz
matz
2000-09-01
1
-8
/
+1
*
matz
matz
2000-08-28
1
-3
/
+3
*
matz
matz
2000-07-14
1
-1
/
+3
*
matz
matz
2000-07-01
1
-12
/
+6
*
2000-06-22
matz
2000-06-22
1
-3
/
+4
[next]