summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-09-12* lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling.akr
2009-09-12* vm_method.c (CALL_METHOD_HOOK): refined with macro.nobu
2009-09-12* vm_method.c (rb_remove_method_id): no definition body isnobu
2009-09-12* vm_method.c (rb_alias): hooks are called from rb_add_method_def.nobu
2009-09-12* vm_method.c (rb_add_method, rb_add_method_me): call method addednobu
2009-09-12* lib/open-uri.rb (URI::FTP#buffer_open): use the port specified inakr
2009-09-12* configure.in (GCC): subst for GCC depending extension libraries.nobu
2009-09-11* ext/win32ole/win32ole.c (EVENTSINK_Invoke): initialize resultsuke
2009-09-11* NEWS: update for 1.9.2. based on a patch from Run Paint Run Runnobu
2009-09-11* ChangeLog: commit miss.nobu
2009-09-11* tool/config.{guess,sub}: better guess on darwin 10 .nobu
2009-09-11* test/fileutils: use require_relative to require fileasserts.naruse
2009-09-11* configure.in (debugflags): use gdb by default on linux andnobu
2009-09-11* configure.in (XLDFLAGS): keep ARCHFILE macro on AIX.nobu
2009-09-11* configure.in (RUBY_REPLACE_TYPE): define typename to defaultnobu
2009-09-11* include/ruby/win32.h (fstat): override if large file support isnobu
2009-09-11* tool/config.{guess,sub}: updated to automake-1.11.nobu
2009-09-11resolve conflict.shyouhei
2009-09-11* dln.c (aix_loaderror): get rid of using uninitialized value in thenobu
2009-09-10* unicode.c (onigenc_unicode_property_name_to_ctype):naruse
2009-09-10* include/ruby/ruby.h (rb_data_type_t): Add comments.ko1
2009-09-10* test/dl: use require_relative to require test_base.rb.akr
2009-09-10* parse.y (rb_char_to_option_kcode): ASCII-8BIT should also delay.naruse
2009-09-10* lib/net/http.rb (fetch): rdoc fix, patch by Arthur Schreiber, [ruby-core:18...marcandre
2009-09-10* lib/mkmf.rb (create_makefile): fix for parallel execution.nobu
2009-09-10* test/dl/test_cptr.rb (test_free=): test SEGV at first.akr
2009-09-10* test/ruby/envutil.rb (assert_normal_exit): Don't useakr
2009-09-10Warn unknown escaped chars in regexp.naruse
2009-09-09* lib/fileutils.rb (FileUtils::Entry_#copy_file): open the sourcenobu
2009-09-09* ext/bigdecimal/bigdecimal.c (BigDecimal_data_type): typed.nobu
2009-09-09* ext/dl/cfunc.c (dlcfunc_data_type): typed.nobu
2009-09-09Only 1 kcode effects options [ruby-core:25411]naruse
2009-09-09* load.c (rb_feature_provided): fixed for autoloading extensionnobu
2009-09-09Wed Sep 9 15:24:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
2009-09-09Wed Sep 9 14:07:19 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
2009-09-09* variable.c (rb_autoload): initialize typed data.nobu
2009-09-09* st.c (st_free_table): constified.nobu
2009-09-09* variable.c (autoload_data_type): typed.nobu
2009-09-09* transcode.c (econv_data_type): typed.nobu
2009-09-09* time.c (time_data_type): typed.nobu
2009-09-09* thread.c (thgroup_data_type, mutex_data_type, barrier_data_type):nobu
2009-09-09* file.c (stat_data_type): typed.nobu
2009-09-09* error.c (name_err_mesg_data_type): typed.nobu
2009-09-09* enumerator.c (enumerator_data_type): typed.nobu
2009-09-09* dir.c (dir_data_type): typed.nobu
2009-09-09* include/ruby/ruby.h (rb_data_type_struct): constified dsize.nobu
2009-09-09* cont.c (cont_memsize): fixed wrong expression on IA64.nobu
2009-09-09* cont.c (cont_restore_1, rb_cont_call): should be Fiber.nobu
2009-09-08* cont.c (cont_data_type, fiber_data_type): typed.nobu
2009-09-08* lib/tempfile.rb, lib/tmpdir.rb (Tmpname): extracted new module.nobu