summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-30fix failures [ruby-dev:35937].seki
2008-08-30* ext/dl/test/test_import.rb: fix character code.akr
2008-08-30 * rational.c: added a static variable for nurat_to_f.tadf
2008-08-30 * win32/win32.c (rb_w32_open, rb_w32_read, rb_w32_write): fallback tousa
2008-08-30 * win32/win32.c (rb_w32_read): EOF is not error.usa
2008-08-30* parse.y (struct token_info): constified.nobu
2008-08-30* parse.y (token_info_get_column, token_info_has_nonspaces),nobu
2008-08-30* parse.y (token_info_push): -w warns indentation level mismatch.matz
2008-08-30* ext/openssl/ossl_config.c (Init_ossl_config): memory leak fixed.matz
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-29rdoc update.akr
2008-08-29* 2008-08-30svn
2008-08-29removed some lines which gain the score of coverage.tadf
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-28rdoc update.akr
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* 2008-08-29svn
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