aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * transcode.c (econv_putback): make max argument optional.akr2008-08-301-0/+4
* * transcode.c (rb_econv_putback): putback from last byte.akr2008-08-301-0/+4
* * transcode.c (econv_putback): renamed from econv_primitive_putback.akr2008-08-301-0/+4
* * transcode.c (econv_insert_output): renamed fromakr2008-08-301-0/+5
* * test/ruby/test_econv.rb: follow econv_primitive_errinfo change.akr2008-08-301-0/+4
* * transcode.c (econv_primitive_errinfo): 5th element (partial_input)akr2008-08-301-0/+5
* * ext/dl/mkcallback.rb: split callback.h to callback-[0-9].c to reduceakr2008-08-301-0/+7
* * ext/dl/mkcallback.rb (foreach_proc_entry): extracted.akr2008-08-301-0/+7
* fix failures [ruby-dev:35937].seki2008-08-301-0/+5
* * ext/dl/test/test_import.rb: fix character code.akr2008-08-301-0/+6
* * rational.c: added a static variable for nurat_to_f.tadf2008-08-301-0/+4
* * win32/win32.c (rb_w32_open, rb_w32_read, rb_w32_write): fallback tousa2008-08-301-0/+6
* * win32/win32.c (rb_w32_read): EOF is not error.usa2008-08-301-0/+5
* * parse.y (struct token_info): constified.nobu2008-08-301-1/+3
* * parse.y (token_info_get_column, token_info_has_nonspaces),nobu2008-08-301-0/+5
* * parse.y (token_info_push): -w warns indentation level mismatch.matz2008-08-301-0/+7
* * ext/openssl/ossl_config.c (Init_ossl_config): memory leak fixed.matz2008-08-301-0/+9
* * ext/openssl/ossl_x509ext.c (ossl_x509ext_initialize): fix fornobu2008-08-301-0/+5
* * ext/dl/mkcallback.rb: fix continuation line detection.akr2008-08-301-0/+4
* * ext/dl/mkcallback.rb (rb_dl_init_callbacks): avoid GC problem whichakr2008-08-301-0/+5
* * ext/iconv/iconv.c: remove include pragma for "ruby/intern.h".ko12008-08-301-0/+4
* * parse.y: remove include pragma for "ruby/intern.h".ko12008-08-301-0/+4
* * lib/rake.rb (Rake::Application#help): fix for OPTIONAL_ARGUMENT andnobu2008-08-301-0/+5
* * include/ruby/intern.h (rb_file_s_absolute_path),nobu2008-08-291-7/+12
* * encoding.c (enc_compatible_p): use TYPE not BUILTIN_TYPE.naruse2008-08-291-0/+6
* * encoding.c (enc_compatible_p): add SPECIAL_CONST_P check.naruse2008-08-291-0/+6
* * object.c (rb_obj_freeze): update rdoc to mention RuntimeErrormatz2008-08-291-0/+5
* * bignum.c (bigdivmod): remove redundant code. a patch frommatz2008-08-291-0/+5
* * lib/cgi.rb (CGI#initialize): remove unused constants. a patchmatz2008-08-291-0/+5
* * bignum.c: added an alias (#magnitude).tadf2008-08-291-0/+2
* * complex.c ({nucomp,numeric}_rect): new.tadf2008-08-291-0/+21
* * gc.c, include/ruby/ruby.h: rename T_DEFERRED to T_ZOMBIE.ko12008-08-291-0/+4
* * encoding.c (enc_compatible_p): raise TypeError when argument is notnaruse2008-08-291-0/+5
* * string.c (rb_str_index_m): only regexp uses byte offset.naruse2008-08-291-0/+6
* * vm_insnhelper.c (vm_call_method): copy arguments to allocatedko12008-08-291-0/+7
* * ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): fix fornobu2008-08-291-0/+9
* * encoding.c (rb_enc_compatible): ASCII compatible string and US-ASCIInaruse2008-08-291-0/+10
* * win32/win32.c (rb_w32_read, rb_w32_write): more accurate handlingusa2008-08-281-0/+5
* * transcode.c (econv_finish): new method.akr2008-08-281-0/+4
* * transcode.c (econv_convert): new method.akr2008-08-281-0/+4
* * transcode.c (econv_primitive_convert): accept nil asakr2008-08-281-0/+5
* * transcode.c (econv_primitive_convert): accept nil as input for emptyakr2008-08-281-0/+5
* * strftime.c (rb_strftime): supported %s and %P.shugo2008-08-281-0/+8
* * transcode.c (sym_invalid_byte_sequence): new variable.akr2008-08-281-0/+12
* * strftime.c (rb_strftime): fixed a bug of padding.shugo2008-08-281-0/+6
* * win32/win32.c (set_pioinfo_extra): use MSVCRT's open() and close().usa2008-08-281-0/+4
* * file.c (file_expand_path): check invalid access.mame2008-08-281-0/+4
* * strftime.c (rb_strftime): Time.mktime(2000).strftime("%-S") shouldshugo2008-08-281-0/+7
* * test/ruby/test_time.rb: suppress warning during test.mame2008-08-281-0/+4
* * test/ruby/test_time.rb (test_strftime): make test for %a independentmame2008-08-281-0/+5