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
*
* ext/readline/readline.c (readline_event): prevent polling. based on
nobu
2008-02-19
2
-2
/
+19
*
* eval.c (ruby_exec_node): no thread starts inside iseq compilation.
nobu
2008-02-19
4
-7
/
+17
*
add a test.
akr
2008-02-18
1
-0
/
+6
*
use require_relative to require ut_eof and envutil.
akr
2008-02-18
4
-5
/
+8
*
use require_relative to require marshaltestlib and sentence.
akr
2008-02-18
3
-3
/
+6
*
* string.c (rb_str_each_line): fix newline size.
akr
2008-02-18
3
-1
/
+11
*
add tests.
akr
2008-02-18
1
-0
/
+2
*
* include/ruby/node.h (NODE_FL_NEWLINE): renamed from NODE_NEWLINE
matz
2008-02-18
5
-6
/
+11
*
* lib/irb/locale.rb (IRB::Locale#lc2kconv): check ja_JP.EUC-JP as well.
akr
2008-02-18
2
-1
/
+5
*
add tests for sub/gsub with hash.
akr
2008-02-18
2
-1
/
+20
*
typo fix.
akr
2008-02-18
1
-1
/
+1
*
avoid regexp warnings.
akr
2008-02-18
1
-10
/
+11
*
* re.c (re_warn): defined to restore warnings for /[a-c-e]/, etc.
akr
2008-02-18
2
-0
/
+10
*
* ext/pty/lib/expect.rb (IO#expect): check if peer is closed.
nobu
2008-02-18
2
-1
/
+6
*
add a test.
akr
2008-02-18
1
-0
/
+6
*
* 2008-02-18
usa
2008-02-17
1
-3
/
+3
*
add tests.
akr
2008-02-17
1
-0
/
+20
*
* re.c (rb_reg_regsub): don't repeat repl twice with
akr
2008-02-17
3
-1
/
+7
*
* lib/cgi.rb (CGI::escapeHTML): use gsub with Hash. [ruby-dev:33828]
kazu
2008-02-17
2
-1
/
+11
*
* encoding.c (ENC_CODERANGE_AND): fix broken case. [ruby-dev:33826]
naruse
2008-02-17
3
-8
/
+16
*
* re.c (rb_reg_prepare_re): add enable_warning parameter.
akr
2008-02-17
3
-4
/
+13
*
* test/ruby/test_regexp.rb: add tests to achieve over 90% test
mame
2008-02-17
2
-0
/
+500
*
add tests.
akr
2008-02-17
1
-2
/
+9
*
add a test for [ruby-dev:33826]
akr
2008-02-17
1
-0
/
+7
*
fix ML refs (ruby-core# -> ruby-core:)
kazu
2008-02-17
1
-2
/
+2
*
* encoding.c (ENC_CODERANGE_AND): added.
naruse
2008-02-17
4
-3
/
+19
*
* string.c (str_strlen): rb_enc_strlen doesn't fail.
akr
2008-02-17
2
-8
/
+6
*
* string.c (str_sublen): use rb_enc_strlen.
akr
2008-02-17
2
-11
/
+7
*
* enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c,
naruse
2008-02-17
14
-4
/
+345
*
* re.c (rb_reg_quote): return US-ASCII string consistently.
akr
2008-02-17
3
-12
/
+17
*
* string.c (rb_str_times): reduce loop overhead.
akr
2008-02-17
3
-5
/
+23
*
* include/ruby/re.h (struct rmatch_offset): new struct for character
akr
2008-02-16
5
-58
/
+226
*
* win32/resource.rb: made version infos confirm to OS spec.
usa
2008-02-16
5
-17
/
+22
*
* string.c (rb_str_substr): optimized for UTF-8.
naruse
2008-02-16
2
-1
/
+64
*
* encoding.c (rb_enc_compatible): check encoding incapable arguments.
akr
2008-02-16
2
-3
/
+10
*
* re.c (match_inspect): avoid SEGV with MatchData.allocate.inspect.
akr
2008-02-16
2
-0
/
+8
*
* string.c (str_strlen): revert r15507. [ruby-dev:33810]
naruse
2008-02-16
2
-3
/
+4
*
* string.c (str_strlen): little more optimize.
naruse
2008-02-16
2
-9
/
+16
*
* encoding.c (rb_enc_compatible): empty strings are always compatible.
akr
2008-02-16
4
-3
/
+62
*
add ML ref.
akr
2008-02-16
1
-1
/
+1
*
* string.c (rb_enc_strlen): UTF-8 character count moved to str_strlen.
akr
2008-02-16
2
-29
/
+38
*
add a test for [ruby-dev:33807]
akr
2008-02-16
1
-0
/
+3
*
modify test according to changing WIN32OLE.codepage behavior.
suke
2008-02-16
2
-2
/
+10
*
add a test.
akr
2008-02-16
1
-0
/
+3
*
* string.c (rb_str_sub_bang): stringize replacing hash values.
akr
2008-02-16
2
-14
/
+25
*
* string.c (rb_enc_strlen): add search_nonascii like character
naruse
2008-02-16
2
-0
/
+34
*
* encoding.c (rb_enc_strlen): moved to string.c.
akr
2008-02-16
3
-26
/
+40
*
* lib/require_relative.rb: check require_relative call in eval.
akr
2008-02-16
2
-2
/
+11
*
* ruby.c (process_options): set default_external before loading
naruse
2008-02-15
2
-2
/
+7
*
* enc/iso_8859_{4,13}.c: Windows-1257 is replica of ISO-8859-13.
naruse
2008-02-15
3
-3
/
+12
[next]