aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * spec/default.mspec: supports that the build directory != srcdir.yugui2008-10-312-3/+10
* * encoding.c (rb_enc_set_default_internal): no alias "internal" ifnobu2008-10-312-2/+12
* * ruby.c (process_options): delays setting safe level.nobu2008-10-304-16/+32
* * array.c (rb_ary_permutation): hide temporal array.mame2008-10-302-0/+6
* * pack.c (pack_pack): templates a, A, Z should propagate encodingmatz2008-10-302-2/+15
* * ruby.c (load_file_internal): should not set script encoding tomatz2008-10-302-5/+10
* * enc/trans/iso-8859-1-tbl.rb: eol-style.nobu2008-10-300-0/+0
* * enc/trans/single_byte.trans: refactoring to make it easierduerst2008-10-303-54/+143
* * ruby.c (moreswitches): splits option string and passes arguments.nobu2008-10-302-83/+118
* * encoding.c (rb_locale_encoding): makes an alias for locale.nobu2008-10-302-5/+16
* * indent ChangeLogtakano322008-10-291-1/+1
* * add references.mame2008-10-291-2/+2
* * array.c (rb_ary_sort_bang): remove SEGV when replacing array withmame2008-10-293-3/+20
* * test/ruby/test_array.rb: add some tests.mame2008-10-292-1/+34
* * string.c (rb_str_check_dummy_enc): new function to check dummymatz2008-10-292-3/+22
* * io.c (rb_io_rewind): should reset fptr->readconv if it'smatz2008-10-293-9/+34
* * array.c (rb_ary_splice): remove redundant check.mame2008-10-292-4/+4
* * string.c (rb_str_cmp): fix condition which always returned truemame2008-10-292-1/+6
* * 2008-10-30svn2008-10-291-3/+3
* * test/ruby/test_array (test_permutation): add a test that replacesmame2008-10-292-0/+10
* * array.c (rb_ary_sort_bang): replacing array during sort brokemame2008-10-292-2/+11
* * revert the previous wrong commit; sorry.mame2008-10-292-11/+2
* * array.c (rb_ary_sort_bang): replacing array during sort brokemame2008-10-292-2/+11
* * test/webrick/utils.rb (start_server): provide a reference to log ofmame2008-10-298-140/+157
* * test/ruby/test_array.rb (test_pack): use utf-8.nobu2008-10-292-4/+4
* * pack.c (pack_pack): set encoding from packing string and UTF-8 fornobu2008-10-292-0/+11
* * complex.c (imp1, imp2): should declare type.takano322008-10-292-2/+7
* * common.mk (revision.h): have to be updated daily or by non-trivialnobu2008-10-292-1/+6
* * README, README.ja: Update the portability section.knu2008-10-293-5/+10
* * configure.in (rb_cv_lib_xpg4_needed): Drop legacy FreeBSDknu2008-10-292-15/+7
* * configure.in (dln-a-out): cannot make shared library nor work withnobu2008-10-292-1/+15
* * win32/win32.c (rb_w32_open): shouldn't seek here.usa2008-10-292-5/+10
* * ruby.c (load_file_internal): use ASCII-8BIT to prevent conversion.nobu2008-10-292-3/+6
* * ruby.c (load_file_internal): cache common interned IDs.nobu2008-10-292-3/+9
* * complex.c: uses macro in declarations.tadf2008-10-282-17/+31
* * win32/win32.c (rb_w32_open): need to seek to the end of the file whenusa2008-10-282-1/+8
* inserted a newline.tadf2008-10-281-1/+2
* * 2008-10-29svn2008-10-281-3/+3
* * math.c (rb_math_{atan2,cos,cosh,hypot,log,sin,sinh,sqrt}): added.tadf2008-10-283-28/+65
* * ext/nkf/nkf-utf8/nkf.c (kanji_convert): output unicode chars.naruse2008-10-282-3/+28
* * test/ruby/test_proc.rb: filled all patterns for testingyugui2008-10-282-0/+202
* typo.tadf2008-10-281-1/+1
* * complex.c: continues to support canonicalization *unofficially*tadf2008-10-287-3136/+44
* * parse.y (parser_yylex): check EOF explicitly.mame2008-10-282-11/+15
* * test/ruby/test_require.rb (test_require_too_long_filename): too longusa2008-10-281-5/+9
* * test/ruby/test_io_m17n.rb (test_getc_invalid3): should set binmode if enc isusa2008-10-281-1/+1
* * io.c (extract_binmode): new function to extract binmode/textmodeusa2008-10-282-12/+36
* * test/ruby/test_io.rb (test_sysopen): should specify the mode of IO::for_fdusa2008-10-281-1/+7
* * io.c (make_readconv): now can specify the size of cbuf.usa2008-10-282-6/+13
* * win32/win32.c (rb_w32_pipe_exec): internal fds should be alwaysusa2008-10-282-3/+7