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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
"// =~ :a" abort.
akr
2007-12-10
1
-0
/
+2
*
* lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAME
matz
2007-12-10
2
-1
/
+7
*
* string.c (rb_str_tmp_new): creates hidden temporary buffer.
nobu
2007-12-10
5
-292
/
+229
*
* transcode*.[ch], test/ruby/test_transcode.rb: set properties.
nobu
2007-12-10
2
-46
/
+46
*
* string.c (rb_str_insert): should not add length in bytes to index in
nobu
2007-12-10
2
-3
/
+8
*
* eval.c (rb_f_public_send): rename invoke_method to public_send.
matz
2007-12-10
4
-20
/
+17
*
* transcode.c: new file to provide encoding conversion features.
matz
2007-12-10
8
-3
/
+3797
*
* re.c (rb_reg_search): return byte offset. [ruby-dev:32452]
nobu
2007-12-10
3
-29
/
+54
*
add ML ref.
akr
2007-12-10
1
-0
/
+8
*
* benchmark/bm_vm1_neq.rb, bm_vm1_not.rb: prop set.
ko1
2007-12-10
2
-15
/
+15
*
* benchmark/bm_vm1_neq.rb, bm_vm1_not.rb: added.
ko1
2007-12-10
3
-0
/
+19
*
* object.c (rb_obj_not_match): wrong test.
matz
2007-12-09
2
-2
/
+6
*
update tests for String#inspect replacing \xHH instead of \OOO.
akr
2007-12-09
1
-27
/
+27
*
* parse.y (parser_yylex): wrong token was generated. [ruby-dev:32498]
matz
2007-12-09
3
-5
/
+9
*
* re.c (rb_reg_expr_str): use \xHH instead of \OOO.
akr
2007-12-09
9
-11
/
+28
*
* re.c (rb_reg_names): new method Regexp#names.
akr
2007-12-09
4
-6
/
+171
*
* parse.y (expr): redefinable not (!) operator.
matz
2007-12-09
7
-95
/
+87
*
* re.c (rb_reg_s_last_match): accept named capture's name.
akr
2007-12-09
3
-44
/
+93
*
Regexp#fixed_encoding? documented.
akr
2007-12-09
1
-0
/
+25
*
document named capture of MatchData#{offset,begin,end,inspect}.
akr
2007-12-09
2
-4
/
+20
*
* re.c (match_backref_number): new function for converting a backref
akr
2007-12-09
3
-6
/
+110
*
* eval_intern.h (CHECK_STACK_OVERFLOW): reserve frame size.
ko1
2007-12-09
2
-2
/
+7
*
* vm.c (rb_thread_mark): use rb_gc_mark_maybe() for
ko1
2007-12-09
3
-7
/
+19
*
* include/ruby/ruby.h (FilePathStringValue): defined. similar to
akr
2007-12-09
5
-8
/
+68
*
* re.c (append_utf8): check unicode range.
akr
2007-12-09
3
-4
/
+27
*
* lib/cgi.rb (read_multipart): exclude blanks from header values.
nobu
2007-12-09
2
-5
/
+10
*
* file.c (rb_get_path): use the original object if to_path method is
nobu
2007-12-09
3
-1
/
+13
*
* string.c (tr_find): returns true if no characters to be removed is
nobu
2007-12-09
4
-8
/
+13
*
* parse.y (parser_magic_comment): delimits with a semicolon.
nobu
2007-12-09
2
-1
/
+5
*
* 2007-12-09
nobu
2007-12-09
1
-3
/
+3
*
* string.c (tr_trans): get rid of segfaults when has mulitbytes but
nobu
2007-12-09
4
-10
/
+13
*
fix added test.
akr
2007-12-09
1
-1
/
+1
*
more tests.
akr
2007-12-09
1
-0
/
+49
*
more tests.
akr
2007-12-09
1
-0
/
+58
*
* encoding.c (rb_enc_precise_mbclen): return needmore if underlying
akr
2007-12-08
2
-2
/
+8
*
fix previous commit.
akr
2007-12-08
1
-1
/
+1
*
add a test for casecmp with sjis string.
akr
2007-12-08
1
-0
/
+7
*
* encoding.c (rb_enc_mbclen): return 1 if underlying implementation
akr
2007-12-08
2
-1
/
+7
*
add a test for concatinating euc-jp and ascii-8bit string.
akr
2007-12-08
1
-0
/
+9
*
ignore y.output.
akr
2007-12-08
0
-0
/
+0
*
unused variables removed.
akr
2007-12-08
1
-3
/
+0
*
* signal.c (posix_signal): return value.
akr
2007-12-08
2
-1
/
+5
*
* enum.c (enum_count): suppress warning.
akr
2007-12-08
1
-1
/
+3
*
* test/openssl/test_pkcs7.rb: Remove redundant module namespace.
gotoyuzo
2007-12-08
2
-5
/
+9
*
* ruby.c (proc_options): make rb_raise format as a string literal to
akr
2007-12-08
2
-6
/
+11
*
* re.c (rb_reg_check_preprocess): new function for validating regexp
akr
2007-12-08
4
-12
/
+75
*
add test for UTF-8 bit pattern.
akr
2007-12-08
1
-0
/
+59
*
* encoding.c (rb_enc_mbclen): make it never fail.
akr
2007-12-08
10
-53
/
+119
*
* ext/openssl/lib/net/ftptls.rb, ext/openssl/lib/net/telnets.rb:
gotoyuzo
2007-12-07
3
-304
/
+5
*
* lib/pp.rb: use Hash for recursion check as inspect.
akr
2007-12-07
2
-6
/
+10
[prev]
[next]