summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-08-30* ext/openssl/ossl_x509ext.c (ossl_x509ext_initialize): fix fornobu
2008-08-30* ext/dl/mkcallback.rb: fix continuation line detection.akr
2008-08-30* ext/dl/mkcallback.rb (rb_dl_init_callbacks): avoid GC problem whichakr
2008-08-30* ext/iconv/iconv.c: remove include pragma for "ruby/intern.h".ko1
2008-08-30* parse.y: remove include pragma for "ruby/intern.h".ko1
2008-08-30* lib/rake.rb (Rake::Application#help): fix for OPTIONAL_ARGUMENT andnobu
2008-08-29* include/ruby/intern.h (rb_file_s_absolute_path),nobu
2008-08-29* encoding.c (enc_compatible_p): use TYPE not BUILTIN_TYPE.naruse
2008-08-29* encoding.c (enc_compatible_p): add SPECIAL_CONST_P check.naruse
2008-08-29* object.c (rb_obj_freeze): update rdoc to mention RuntimeErrormatz
2008-08-29* bignum.c (bigdivmod): remove redundant code. a patch frommatz
2008-08-29* lib/cgi.rb (CGI#initialize): remove unused constants. a patchmatz
2008-08-29 * bignum.c: added an alias (#magnitude).tadf
2008-08-29 * complex.c ({nucomp,numeric}_rect): new.tadf
2008-08-29* gc.c, include/ruby/ruby.h: rename T_DEFERRED to T_ZOMBIE.ko1
2008-08-29* encoding.c (enc_compatible_p): raise TypeError when argument is notnaruse
2008-08-29* string.c (rb_str_index_m): only regexp uses byte offset.naruse
2008-08-29* vm_insnhelper.c (vm_call_method): copy arguments to allocatedko1
2008-08-29* ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): fix fornobu
2008-08-29* encoding.c (rb_enc_compatible): ASCII compatible string and US-ASCIInaruse
2008-08-28 * win32/win32.c (rb_w32_read, rb_w32_write): more accurate handlingusa
2008-08-28* transcode.c (econv_finish): new method.akr
2008-08-28* transcode.c (econv_convert): new method.akr
2008-08-28* transcode.c (econv_primitive_convert): accept nil asakr
2008-08-28* transcode.c (econv_primitive_convert): accept nil as input for emptyakr
2008-08-28* strftime.c (rb_strftime): supported %s and %P.shugo
2008-08-28* transcode.c (sym_invalid_byte_sequence): new variable.akr
2008-08-28* strftime.c (rb_strftime): fixed a bug of padding.shugo
2008-08-28 * win32/win32.c (set_pioinfo_extra): use MSVCRT's open() and close().usa
2008-08-28* file.c (file_expand_path): check invalid access.mame
2008-08-28* strftime.c (rb_strftime): Time.mktime(2000).strftime("%-S") shouldshugo
2008-08-28* test/ruby/test_time.rb: suppress warning during test.mame
2008-08-28* test/ruby/test_time.rb (test_strftime): make test for %a independentmame
2008-08-28* string.c (rb_str_shared_replace): remove corrupt noembed stringmame
2008-08-28* common.mk: dependency updated.akr
2008-08-28* KNOWNBUGS.rb: add a test. see [ruby-dev:36028]mame
2008-08-28 * win32/win32.c, include/ruby/win32.h (rb_w32_open): overlapped fileusa
2008-08-28* vm_method.c (rb_method_node): fail earlier if no method found.matz
2008-08-28* object.c (convert_type): call less rb_intern() less frequentlymatz
2008-08-28* vm_insnhelper.c (vm_yield_setup_args): object with to_ary shouldmatz
2008-08-28 * bootstraptest/test_io.rb: no need to create real file.usa
2008-08-28* file.c (rb_file_s_expand_path): new class method for class File.matz
2008-08-28mentioned CGIAlt.naruse
2008-08-28* test/cgi/test_cgi_multipart.rb: add test for multipart.naruse
2008-08-28* test/cgi/test_cgi_modruby.rb: add test for mod_ruby adaptor.naruse
2008-08-28* test/cgi/test_cgi_header.rb: add test for CGI::Header.naruse
2008-08-27* include/ruby/io.h (rb_io_t): refcnt field removed.akr
2008-08-27* io.c (rb_io_initialize): don't accept IO object. [ruby-dev:35895]akr
2008-08-27* ext/win32ole/win32ole.c (ole_invoke): WIN32OLE#[] and WIN32OLE#[]=suke
2008-08-27* test/cgi/test_cgi_core.rb: add core test.naruse