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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* configure.in (XLDFLAGS): link startup code with ObjC support.
nobu
2009-09-13
1
-0
/
+4
*
* thread.c (thread_list_access): prototyped.
nobu
2009-09-13
1
-3
/
+4
*
* thread.c (recursive_*): refactored the access to the inspect table used by
marcandre
2009-09-13
1
-0
/
+6
*
* include/ruby/ruby.h (SYM2ID): needs parens.
nobu
2009-09-13
1
-1
/
+3
*
* include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM),
nobu
2009-09-13
1
-0
/
+6
*
* lib/open-uri.rb (OpenURI::Meta#content_type_parse): strip quotes.
akr
2009-09-13
1
-0
/
+4
*
* lib/prime.rb (EratosthenesGenerator#initialize): call super.
nobu
2009-09-13
1
-0
/
+5
*
* vm_method.c (rb_add_method_def): no warning for inherited
nobu
2009-09-13
1
-0
/
+5
*
* ext/win32ole/win32ole.c: fix WIN32OLE_TYPELIB.new when the 1st
suke
2009-09-12
1
-0
/
+5
*
* vm_core.h: change members of iseq_inline_cache_entry.
ko1
2009-09-12
1
-0
/
+9
*
* lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling.
akr
2009-09-12
1
-0
/
+4
*
* vm_method.c (CALL_METHOD_HOOK): refined with macro.
nobu
2009-09-12
1
-1
/
+3
*
* vm_method.c (rb_remove_method_id): no definition body is
nobu
2009-09-12
1
-1
/
+4
*
* vm_method.c (rb_alias): hooks are called from rb_add_method_def.
nobu
2009-09-12
1
-1
/
+3
*
* vm_method.c (rb_add_method, rb_add_method_me): call method added
nobu
2009-09-12
1
-0
/
+5
*
* lib/open-uri.rb (URI::FTP#buffer_open): use the port specified in
akr
2009-09-12
1
-0
/
+5
*
* configure.in (GCC): subst for GCC depending extension libraries.
nobu
2009-09-12
1
-0
/
+4
*
* ext/win32ole/win32ole.c (EVENTSINK_Invoke): initialize result
suke
2009-09-11
1
-0
/
+5
*
* NEWS: update for 1.9.2. based on a patch from Run Paint Run Run
nobu
2009-09-11
1
-2
/
+7
*
* ChangeLog: commit miss.
nobu
2009-09-11
1
-1
/
+1
*
* tool/config.{guess,sub}: better guess on darwin 10 .
nobu
2009-09-11
1
-0
/
+4
*
* test/fileutils: use require_relative to require fileasserts.
naruse
2009-09-11
1
-0
/
+4
*
* configure.in (debugflags): use gdb by default on linux and
nobu
2009-09-11
1
-1
/
+4
*
* configure.in (XLDFLAGS): keep ARCHFILE macro on AIX.
nobu
2009-09-11
1
-1
/
+3
*
* configure.in (RUBY_REPLACE_TYPE): define typename to default
nobu
2009-09-11
1
-0
/
+5
*
* include/ruby/win32.h (fstat): override if large file support is
nobu
2009-09-11
1
-0
/
+5
*
* tool/config.{guess,sub}: updated to automake-1.11.
nobu
2009-09-11
1
-0
/
+4
*
resolve conflict.
shyouhei
2009-09-11
1
-0
/
+6
*
* dln.c (aix_loaderror): get rid of using uninitialized value in the
nobu
2009-09-11
1
-0
/
+6
*
* unicode.c (onigenc_unicode_property_name_to_ctype):
naruse
2009-09-10
1
-0
/
+11
*
* include/ruby/ruby.h (rb_data_type_t): Add comments.
ko1
2009-09-10
1
-0
/
+6
*
* test/dl: use require_relative to require test_base.rb.
akr
2009-09-10
1
-0
/
+4
*
* parse.y (rb_char_to_option_kcode): ASCII-8BIT should also delay.
naruse
2009-09-10
1
-0
/
+8
*
* lib/net/http.rb (fetch): rdoc fix, patch by Arthur Schreiber, [ruby-core:18...
marcandre
2009-09-10
1
-0
/
+5
*
* lib/mkmf.rb (create_makefile): fix for parallel execution.
nobu
2009-09-10
1
-0
/
+5
*
* test/dl/test_cptr.rb (test_free=): test SEGV at first.
akr
2009-09-10
1
-0
/
+5
*
* test/ruby/envutil.rb (assert_normal_exit): Don't use
akr
2009-09-10
1
-0
/
+5
*
Warn unknown escaped chars in regexp.
naruse
2009-09-10
1
-0
/
+7
*
* lib/fileutils.rb (FileUtils::Entry_#copy_file): open the source
nobu
2009-09-09
1
-0
/
+5
*
* ext/bigdecimal/bigdecimal.c (BigDecimal_data_type): typed.
nobu
2009-09-09
1
-1
/
+3
*
* ext/dl/cfunc.c (dlcfunc_data_type): typed.
nobu
2009-09-09
1
-0
/
+8
*
Only 1 kcode effects options [ruby-core:25411]
naruse
2009-09-09
1
-0
/
+5
*
* load.c (rb_feature_provided): fixed for autoloading extension
nobu
2009-09-09
1
-0
/
+6
*
Wed Sep 9 15:24:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
takano32
2009-09-09
1
-0
/
+680
*
Wed Sep 9 14:07:19 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
takano32
2009-09-09
1
-675
/
+4
*
* variable.c (rb_autoload): initialize typed data.
nobu
2009-09-09
1
-0
/
+4
*
* st.c (st_free_table): constified.
nobu
2009-09-09
1
-0
/
+4
*
* variable.c (autoload_data_type): typed.
nobu
2009-09-09
1
-1
/
+3
*
* transcode.c (econv_data_type): typed.
nobu
2009-09-09
1
-1
/
+3
*
* time.c (time_data_type): typed.
nobu
2009-09-09
1
-1
/
+3
[prev]
[next]