aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (struct token_info): constified.nobu2008-08-302-2/+4
* * parse.y (token_info_get_column, token_info_has_nonspaces),nobu2008-08-302-6/+11
* * parse.y (token_info_push): -w warns indentation level mismatch.matz2008-08-302-25/+190
* * ext/openssl/ossl_config.c (Init_ossl_config): memory leak fixed.matz2008-08-304-1/+27
* * ext/openssl/ossl_x509ext.c (ossl_x509ext_initialize): fix fornobu2008-08-302-2/+9
* * ext/dl/mkcallback.rb: fix continuation line detection.akr2008-08-302-1/+5
* * ext/dl/mkcallback.rb (rb_dl_init_callbacks): avoid GC problem whichakr2008-08-302-8/+18
* * ext/iconv/iconv.c: remove include pragma for "ruby/intern.h".ko12008-08-302-1/+4
* * parse.y: remove include pragma for "ruby/intern.h".ko12008-08-302-1/+4
* * lib/rake.rb (Rake::Application#help): fix for OPTIONAL_ARGUMENT andnobu2008-08-302-3/+13
* * include/ruby/intern.h (rb_file_s_absolute_path),nobu2008-08-293-10/+15
* * encoding.c (enc_compatible_p): use TYPE not BUILTIN_TYPE.naruse2008-08-292-4/+8
* * encoding.c (enc_compatible_p): add SPECIAL_CONST_P check.naruse2008-08-293-7/+15
* * object.c (rb_obj_freeze): update rdoc to mention RuntimeErrormatz2008-08-292-2/+7
* * bignum.c (bigdivmod): remove redundant code. a patch frommatz2008-08-292-3/+7
* * lib/cgi.rb (CGI#initialize): remove unused constants. a patchmatz2008-08-292-5/+5
* rdoc update.akr2008-08-291-0/+11
* * 2008-08-30svn2008-08-291-3/+3
* removed some lines which gain the score of coverage.tadf2008-08-292-230/+0
* * bignum.c: added an alias (#magnitude).tadf2008-08-292-0/+3
* * complex.c ({nucomp,numeric}_rect): new.tadf2008-08-296-124/+265
* * gc.c, include/ruby/ruby.h: rename T_DEFERRED to T_ZOMBIE.ko12008-08-293-9/+13
* * encoding.c (enc_compatible_p): raise TypeError when argument is notnaruse2008-08-292-2/+13
* * string.c (rb_str_index_m): only regexp uses byte offset.naruse2008-08-292-6/+12
* * vm_insnhelper.c (vm_call_method): copy arguments to allocatedko12008-08-294-13/+21
* * ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): fix fornobu2008-08-294-7/+21
* * encoding.c (rb_enc_compatible): ASCII compatible string and US-ASCIInaruse2008-08-293-1/+21
* * win32/win32.c (rb_w32_read, rb_w32_write): more accurate handlingusa2008-08-282-2/+11
* rdoc update.akr2008-08-281-0/+1
* * transcode.c (econv_finish): new method.akr2008-08-283-0/+67
* * transcode.c (econv_convert): new method.akr2008-08-283-0/+67
* * transcode.c (econv_primitive_convert): accept nil asakr2008-08-283-8/+54
* * transcode.c (econv_primitive_convert): accept nil as input for emptyakr2008-08-283-5/+28
* * strftime.c (rb_strftime): supported %s and %P.shugo2008-08-284-2/+28
* * transcode.c (sym_invalid_byte_sequence): new variable.akr2008-08-282-7/+35
* * strftime.c (rb_strftime): fixed a bug of padding.shugo2008-08-283-1/+40
* * win32/win32.c (set_pioinfo_extra): use MSVCRT's open() and close().usa2008-08-282-2/+6
* * file.c (file_expand_path): check invalid access.mame2008-08-282-0/+5
* * 2008-08-29svn2008-08-281-3/+3
* * strftime.c (rb_strftime): Time.mktime(2000).strftime("%-S") shouldshugo2008-08-283-1/+9
* * test/ruby/test_time.rb: suppress warning during test.mame2008-08-282-0/+13
* * test/ruby/test_time.rb (test_strftime): make test for %a independentmame2008-08-282-1/+7
* * string.c (rb_str_shared_replace): remove corrupt noembed stringmame2008-08-282-4/+8
* * common.mk: dependency updated.akr2008-08-282-166/+178
* * KNOWNBUGS.rb: add a test. see [ruby-dev:36028]mame2008-08-282-0/+15
* * win32/win32.c, include/ruby/win32.h (rb_w32_open): overlapped fileusa2008-08-284-19/+465
* * vm_method.c (rb_method_node): fail earlier if no method found.matz2008-08-282-2/+5
* * object.c (convert_type): call less rb_intern() less frequentlymatz2008-08-282-2/+35
* * vm_insnhelper.c (vm_yield_setup_args): object with to_ary shouldmatz2008-08-282-2/+8
* * bootstraptest/test_io.rb: no need to create real file.usa2008-08-282-1/+5