aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * io.c (open_key_args): IO.foreach(path, rs, limit) didn't work.akr2008-08-203-3/+34
* * io.c (rb_file_sysopen_internal): unused function removed.akr2008-08-202-13/+6
* * io.c: use mode_t for the 3rd argument, permission, of open(2).akr2008-08-202-30/+34
* * configure.in: removed strftime from AC_REPLACE_FUNCS().shugo2008-08-205-929/+22
* * strftime.c: win32 support.usa2008-08-202-7/+10
* * 2008-08-21svn2008-08-201-3/+3
* * strftime.c: new file.shugo2008-08-205-5/+954
* * io.c (io_set_encoding): removed.akr2008-08-202-22/+18
* * io.c (rb_file_open_internal): use rb_io_flags_modenum.akr2008-08-202-7/+14
* * proc.c (proc_new): use the given class.nobu2008-08-205-15/+24
* * enum.c (enum_take): get rid of extraneous iteration.nobu2008-08-202-2/+7
* * io.c (rb_io_open_with_args): use rb_open_file instead of rb_io_open.akr2008-08-203-12/+26
* * io.c (rb_scan_open_args): extracted from rb_open_file.akr2008-08-202-4/+24
* * io.c (convconfig_t): new type.akr2008-08-202-42/+106
* * io.c (Init_IO): new constants: File::DSYNC, File::RSYNC andakr2008-08-202-0/+14
* * io.c (rb_open_file): don't lookup :mode and :perm in opt. it isakr2008-08-202-5/+6
* * io.c (open_key_args): meaningless MEMCPY removed.akr2008-08-202-1/+4
* * io.c (prep_io) [cygwin]: use FMODE_BINMODE instead of O_BINARY.akr2008-08-202-1/+5
* * array.c (rb_ary_sample): performance improvement for huge array.nobu2008-08-202-18/+58