aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm_opts.h: enable "OPT_TRACE_INSTRUCTION" on default.ko12008-08-232-1/+5
* * include/ruby/encoding.h (ECONV_INVALID_MASK): defined.akr2008-08-234-53/+119
* * io.c (rb_io_extract_modeenc): check :textmode and :binmode in optionakr2008-08-233-0/+33
* * ext/pty/pty.c (pty_getpty): follow rb_io_t's path -> pathv change.akr2008-08-232-2/+6
* * io.c (check_pipe_command): extracted from rb_f_open and rb_io_open.akr2008-08-232-7/+27
* * io.c (read_all): fptr->enc2 is 0 if no conversion.akr2008-08-232-9/+11
* * include/ruby/io.h (rb_io_t): remove path field and add pathv field.akr2008-08-236-92/+102
* * 2008-08-23svn2008-08-221-3/+3
* * include/ruby/io.h (FMODE_TEXTMODE): defined.akr2008-08-228-80/+420
* typotadf2008-08-221-1/+1
* * complex.c (nucomp_div): now behaves as quo.tadf2008-08-228-307/+325
* * lib/webrick/server.rb (WEBrick::GenericServer#shutdown):kazu2008-08-224-8/+37
* * lib/date.rb: no need to require the "lib/rational.rb" any more.tadf2008-08-222-1/+4
* reverttadf2008-08-221-10/+4
* * lib/cgi.rb: use bytesize instead of size/length.usa2008-08-222-17/+21
* * strftime.c (rb_strftime): supported flags and precision for mostnobu2008-08-224-145/+212
* * test/ruby/test_transcode.rb: test_shift_jis:duerst2008-08-222-21/+26
* * io.c (rb_io_pid): use PIDT2NUM.akr2008-08-222-1/+5
* * dir.c (dir_enc_str_new): set US-ASCII to the pathnaruse2008-08-222-0/+12
* * dir.c (dir_enc_str_new): renamed from dir_enc_str.naruse2008-08-222-8/+17
* * common.mk: remove config.h dependency.naruse2008-08-222-1/+4
* * configure.in (gmtime_r): check if reentrant versions are available.nobu2008-08-223-18/+45
* * include/ruby/ruby.h (INT2NUM): just use a simple macro on LP64.akr2008-08-212-10/+20
* * io.c (rb_file_open_generic): take filename as a VALUE.akr2008-08-212-10/+20
* fix previsous change again.akr2008-08-211-4/+6
* * include/ruby/ruby.h: fix previous change for LP64.akr2008-08-212-2/+10
* * include/ruby/ruby.h (NUM2LONG): make it inline function to evalueteakr2008-08-212-7/+57
* * io.c (rb_io_s_sysopen): mode can be a Bignum.akr2008-08-212-5/+12
* * io.c (rb_io_extract_modeenc): notify coerced to caller.akr2008-08-212-6/+17
* * io.c (rb_io_extract_modeenc): use rb_check_to_integer to testakr2008-08-212-3/+9
* * iseq.c (iseq_inspect): don't raise on uninitialized object.akr2008-08-212-2/+12
* * 2008-08-22svn2008-08-211-3/+3
* * io.c (rb_io_initialize): accept hash argument.akr2008-08-213-13/+32
* * strftime.c (rb_strftime): supported %F and %<precision>N.shugo2008-08-214-4/+71
* * test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_crypt): add key and salt...kazu2008-08-212-1/+6
* * file.c (rb_stat_inspect): don't raise if self is not initialized.akr2008-08-213-0/+11
* * process.c (pst_pid): use rb_attr_get to avoid warning onakr2008-08-213-3/+16
* * io.c (io_extract_encoding_option): if internal encoding is notakr2008-08-213-3/+287
* test O_NOFOLLOW only on FreeBSD and Linux.akr2008-08-211-2/+4
* * strftime.c: include ruby/config.h instead of ruby/ruby.h.shugo2008-08-213-2/+7
* * ChangeLog: fixed my mail address.shugo2008-08-211-1/+1
* * strftime.c (rb_strftime): return "UTC" instead of "GMT".shugo2008-08-213-2/+8
* * test/iconv/test_option.rb (test_ignore_option): skip if iconvnaruse2008-08-202-2/+19
* * lib/scanf.rb (Scanf::FormatSpecifier#initialize): %i should acceptnobu2008-08-203-3/+8
* * range.c (range_initialize_copy): Range is now a Struct.nobu2008-08-203-1/+12
* svn:eol-stylenobu2008-08-200-0/+0
* * io.c (io_extract_encoding_option): enc2 is external encoding ifakr2008-08-202-31/+60
* * io.c (prep_io): local variable renamed.akr2008-08-202-7/+13
* * configure.in: always check timezone().shugo2008-08-203-17/+23
* * io.c (open_key_args): simplified.akr2008-08-202-6/+7