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
...
*
* insns.def (defined): should respect #respond_to_missing? as
matz
2009-12-04
2
-0
/
+7
*
* insns.def (defined): adjust indent.
nobu
2009-12-04
1
-32
/
+32
*
* parse.y (k_def): adjust the location of method definition to the
nobu
2009-12-04
3
-5
/
+15
*
* time.c (num_exact): should not accept strings as operands, even
matz
2009-12-04
2
-2
/
+12
*
fixed tests.
shugo
2009-12-04
2
-2
/
+2
*
added a ChangeLog entry.
shugo
2009-12-04
1
-0
/
+5
*
avoid SEGV in instance_eval without block.
shugo
2009-12-04
1
-1
/
+6
*
* ext/stringio/stringio.c (ungetc): RDoc updated. trunk allows
nahi
2009-12-04
3
-5
/
+9
*
* test/dl/test_callback.rb (**): using DL::Function to test callbacks
tenderlove
2009-12-04
1
-3
/
+5
*
* 2009-12-04
svn
2009-12-03
1
-2
/
+2
*
* compile.c (compile_cpath, iseq_compile_each): reverted
shugo
2009-12-03
10
-22
/
+105
*
* enc/trans/gb18030-tbl.rb: Fix omission of C1 region in code table
duerst
2009-12-03
3
-2
/
+48
*
* 2009-12-03
svn
2009-12-03
1
-2
/
+2
*
* test/dl/test_callback.rb (**): testing return values of dl callbacks
tenderlove
2009-12-03
1
-0
/
+23
*
* 2009-12-02
svn
2009-12-02
1
-2
/
+2
*
* ext/openssl/ossl_ssl.c: initialize @hostname of SSLSocket to avoid
nahi
2009-12-02
2
-0
/
+8
*
* test/digest/test_digest_extend.rb: added tests for digest framework.
nahi
2009-12-01
2
-2
/
+84
*
* parse.y (dyna_push_gen, dyna_pop_gen): no needs to save both of
nobu
2009-12-01
2
-28
/
+49
*
* parse.y (dyna_push_gen): use rb_node_newnode() for ripper.
nobu
2009-11-30
2
-2
/
+5
*
* parse.y (dyna_push_gen, dyna_pop_gen): adjust local vtable level
nobu
2009-11-30
4
-41
/
+77
*
* test/yaml/test_{boolean,null,omap}.rb: eol-style.
nobu
2009-11-30
0
-0
/
+0
*
* ext/extmk.rb (command_output): $makeflags are already quoted.
nobu
2009-11-30
2
-1
/
+5
*
* configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): moved from
nobu
2009-11-30
5
-4
/
+25
*
Adding tests for YAML types
tenderlove
2009-11-30
3
-0
/
+113
*
* parse.y (parser_yylex): suppress an extra error message after
nobu
2009-11-30
3
-4
/
+21
*
* 2009-11-30
svn
2009-11-29
1
-2
/
+2
*
Fixing the ChangeLog to point to [ruby-core:26837]
tenderlove
2009-11-29
1
-1
/
+1
*
* vm_eval.c (check_funcall_failed): pass ID. [ruby-core:26934]
nobu
2009-11-29
2
-1
/
+5
*
* eol-style.
nobu
2009-11-29
0
-0
/
+0
*
* 2009-11-29
svn
2009-11-28
1
-2
/
+2
*
* lib/rexml/formatters/default.rb (write_attribute): fix an
tenderlove
2009-11-28
3
-1
/
+28
*
* 2009-11-28
svn
2009-11-28
1
-2
/
+2
*
* vm_eval.c (check_funcall_failed): should rescue user raised
matz
2009-11-28
2
-3
/
+8
*
rdoc update.
akr
2009-11-26
1
-0
/
+28
*
* test/ruby/test_complex.rb (@unify): fix the detection if math
yugui
2009-11-26
3
-2
/
+12
*
* test/test_mathn.rb (TestMathn): new test case.
yugui
2009-11-26
2
-0
/
+15
*
* test/openssl/test_config.rb (OpenSSL::TestConfig): new test case.
yugui
2009-11-26
2
-0
/
+20
*
* test/ruby/test_range.rb (TestRange#test_comparison_when_recursive):
yugui
2009-11-26
3
-0
/
+72
*
* gem_prelude.rb (Gem.set_home): must dup before force_encoding
naruse
2009-11-26
2
-26
/
+33
*
* win32/{configure.bat, setup.mak, Makefile.sub}: add new configure
usa
2009-11-26
4
-1
/
+20
*
* removed spaces just before tabs.
nobu
2009-11-26
15
-35
/
+35
*
* test: eol-style.
nobu
2009-11-26
0
-0
/
+0
*
* test/mkmf/base.rb: use $INCFLAGS to add -I option. [Bug#2387]
nobu
2009-11-26
2
-2
/
+5
*
* marshal.c (mark_dump_arg): mark str. see also [ruby-dev:39735]
wanabe
2009-11-25
2
-0
/
+5
*
* 2009-11-26
svn
2009-11-25
1
-2
/
+2
*
* test/digest/test_digest_extend.rb: Added tests for current digest
nahi
2009-11-25
2
-0
/
+72
*
* vm_eval.c (rb_search_method_entry): refine error message.
akr
2009-11-25
2
-9
/
+18
*
* ext/digest/digest.c (rb_digest_instance_method_unimpl): Do not
knu
2009-11-25
2
-4
/
+19
*
* transcode.c: Added a check for an internal error
duerst
2009-11-25
2
-0
/
+7
*
* 2009-11-25
svn
2009-11-25
1
-2
/
+2
[prev]
[next]