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
...
*
forgot to add test_undef.rb in the previous revision.
shugo
2009-11-18
1
-0
/
+37
*
* vm_method.c (rb_undef): should raise TypeError if klass is nil.
shugo
2009-11-18
2
-0
/
+10
*
* string.c (str_utf8_nth): fixed overrun. [ruby-core:26787]
nobu
2009-11-17
3
-0
/
+10
*
* test/ruby/test_m17n.rb: get rid of empty string interpolations
nobu
2009-11-17
1
-43
/
+43
*
* 2009-11-18
svn
2009-11-17
1
-2
/
+2
*
* io.c (parse_mode_enc): fix invalid access.
akr
2009-11-17
2
-1
/
+8
*
* vm_method.c (rb_alias): should raise TypeError if klass is nil.
shugo
2009-11-17
3
-1
/
+22
*
rdoc update.
akr
2009-11-17
1
-1
/
+1
*
unused argument removed.
akr
2009-11-17
1
-1
/
+1
*
* enc/trans/big5-uao-tbl.rb: eol-style.
nobu
2009-11-17
0
-0
/
+0
*
* enc/big5.c, enc/trans/big5.trans, enc/trans/big5-uao-tbl.rb,
duerst
2009-11-17
5
-1
/
+19852
*
* ksvndifftest/date/test_date_parse.rb: use UTF-8 literals.
nobu
2009-11-17
1
-5
/
+2
*
* test/ruby/test_dir_m17n.rb, test/yaml/test*.rb: eol-style.
nobu
2009-11-17
0
-0
/
+0
*
* insns.def (opt_case_dispatch): runtime value cannot be used as
nobu
2009-11-17
3
-5
/
+12
*
* 2009-11-17
svn
2009-11-16
1
-2
/
+2
*
Adding yaml tests [ruby-core:26732]
tenderlove
2009-11-16
7
-0
/
+231
*
add tests.
akr
2009-11-16
2
-84
/
+152
*
* vm_insnhelper.c (vm_call_method): protected singleton methods of
shugo
2009-11-16
4
-2
/
+36
*
* io.c (read_all): shift read buffer if exception occured.
wanabe
2009-11-16
2
-1
/
+13
*
Rolled out last change
ryan
2009-11-16
1
-3
/
+4
*
Minor cleanup to improve hash use
ryan
2009-11-16
1
-4
/
+3
*
fix previous change.
akr
2009-11-15
1
-4
/
+4
*
* io.c (read_all): don't call io_shift_cbuf until bufffering enough or
wanabe
2009-11-15
2
-2
/
+17
*
add a test.
akr
2009-11-15
1
-1
/
+17
*
add tests.
akr
2009-11-15
1
-0
/
+10
*
tests refined.
akr
2009-11-15
3
-11
/
+38
*
* include/ruby/ruby.h (rb_classext_t): annotate @internal.
mame
2009-11-15
2
-0
/
+5
*
* encoding.c (rb_filesystem_encindex): use default external encoding
akr
2009-11-15
3
-2
/
+10
*
add tests.
akr
2009-11-15
2
-22
/
+83
*
* 2009-11-16
svn
2009-11-15
1
-2
/
+2
*
* thread.c (thread_cleanup_func): delete locking_mutex when thread
mame
2009-11-15
3
-0
/
+32
*
* class.c (rb_mod_init_copy): fix memory leak of Class#dup.
mame
2009-11-14
3
-3
/
+16
*
* configure.in (--with-opt-dir): ignore and suppress a warning.
nobu
2009-11-14
2
-0
/
+8
*
* hash.c (ruby_setenv): get rid of crash in Solaris 8 and 10.
nobu
2009-11-14
2
-1
/
+32
*
* ext/bigdecimal/bigdecimal.c (BigDecimalCmp): Fix comparisons [ruby-core:26646]
marcandre
2009-11-14
3
-9
/
+25
*
* ext/tk/lib/tk/variable.rb (TkVariable::coerce): fix bug on a numeric value.
nagai
2009-11-13
2
-4
/
+7
*
* 2009-11-14
svn
2009-11-13
1
-2
/
+2
*
* ext/tk/lib/tk/variable.rb: TkVariable#*(other) and /(other) have a
nagai
2009-11-13
2
-2
/
+7
*
* ext/zlib/zlib.c (rb_zlib_adler32): fix typo.
mame
2009-11-13
2
-1
/
+5
*
* thread.c (thread_start_func_2): see first_func, not first_proc,
nobu
2009-11-13
2
-3
/
+6
*
* test/dl/test_cptr.rb (**): using ruby_xfree instead of libc's free
tenderlove
2009-11-13
2
-5
/
+5
*
* gc.c (vm_xrealloc): use the given object space.
nobu
2009-11-13
2
-2
/
+6
*
* ext/dl/cptr.c (rb_dlptr_s_to_ptr): when wrapping a pointer it should
tenderlove
2009-11-12
2
-1
/
+2
*
* 2009-11-13
svn
2009-11-12
1
-2
/
+2
*
* lib/cgi/util.rb (CGI::pretty): fix the overflow bug
xibbar
2009-11-12
2
-1
/
+6
*
* test/cgi/test_cgi_multipart.rb (_read):
xibbar
2009-11-12
1
-5
/
+1
*
* lib/cgi/core.rb (read_from_cmdline): this code is better.
xibbar
2009-11-12
2
-5
/
+6
*
* lib/net/telnet.rb: don't use simple delegate.
xibbar
2009-11-12
2
-3
/
+6
*
* thread_win32.c (thread_errno): CreateThread does not set errno.
nobu
2009-11-12
2
-2
/
+6
*
* thread_pthread.c: removed last comma of enum.
nobu
2009-11-12
1
-1
/
+1
[prev]
[next]