aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* typotadf2008-08-221-1/+1
* * complex.c (nucomp_div): now behaves as quo.tadf2008-08-221-0/+26
* * lib/webrick/server.rb (WEBrick::GenericServer#shutdown):kazu2008-08-221-0/+10
* * lib/date.rb: no need to require the "lib/rational.rb" any more.tadf2008-08-221-0/+4
* * lib/cgi.rb: use bytesize instead of size/length.usa2008-08-221-0/+4
* * strftime.c (rb_strftime): supported flags and precision for mostnobu2008-08-221-0/+8
* * test/ruby/test_transcode.rb: test_shift_jis:duerst2008-08-221-0/+5
* * io.c (rb_io_pid): use PIDT2NUM.akr2008-08-221-0/+4
* * dir.c (dir_enc_str_new): set US-ASCII to the pathnaruse2008-08-221-0/+8
* * dir.c (dir_enc_str_new): renamed from dir_enc_str.naruse2008-08-221-0/+10
* * common.mk: remove config.h dependency.naruse2008-08-221-0/+4
* * configure.in (gmtime_r): check if reentrant versions are available.nobu2008-08-221-0/+7
* * include/ruby/ruby.h (INT2NUM): just use a simple macro on LP64.akr2008-08-211-0/+5
* * io.c (rb_file_open_generic): take filename as a VALUE.akr2008-08-211-0/+9
* * include/ruby/ruby.h: fix previous change for LP64.akr2008-08-211-0/+4
* * include/ruby/ruby.h (NUM2LONG): make it inline function to evalueteakr2008-08-211-0/+13
* * io.c (rb_io_s_sysopen): mode can be a Bignum.akr2008-08-211-0/+4
* * io.c (rb_io_extract_modeenc): notify coerced to caller.akr2008-08-211-0/+5
* * io.c (rb_io_extract_modeenc): use rb_check_to_integer to testakr2008-08-211-0/+5
* * iseq.c (iseq_inspect): don't raise on uninitialized object.akr2008-08-211-0/+5
* * io.c (rb_io_initialize): accept hash argument.akr2008-08-211-0/+4
* * strftime.c (rb_strftime): supported %F and %<precision>N.shugo2008-08-211-0/+10
* * test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_crypt): add key and salt...kazu2008-08-211-0/+5
* * file.c (rb_stat_inspect): don't raise if self is not initialized.akr2008-08-211-0/+4
* * process.c (pst_pid): use rb_attr_get to avoid warning onakr2008-08-211-0/+6
* * io.c (io_extract_encoding_option): if internal encoding is notakr2008-08-211-0/+5
* * strftime.c: include ruby/config.h instead of ruby/ruby.h.shugo2008-08-211-0/+6
* * ChangeLog: fixed my mail address.shugo2008-08-211-1/+1
* * strftime.c (rb_strftime): return "UTC" instead of "GMT".shugo2008-08-211-0/+6
* * test/iconv/test_option.rb (test_ignore_option): skip if iconvnaruse2008-08-201-0/+7
* * lib/scanf.rb (Scanf::FormatSpecifier#initialize): %i should acceptnobu2008-08-201-0/+5
* * range.c (range_initialize_copy): Range is now a Struct.nobu2008-08-201-0/+7
* * io.c (io_extract_encoding_option): enc2 is external encoding ifakr2008-08-201-0/+14
* * io.c (prep_io): local variable renamed.akr2008-08-201-0/+6
* * configure.in: always check timezone().shugo2008-08-201-0/+8
* * io.c (open_key_args): simplified.akr2008-08-201-0/+4
* * io.c (open_key_args): IO.foreach(path, rs, limit) didn't work.akr2008-08-201-0/+4
* * io.c (rb_file_sysopen_internal): unused function removed.akr2008-08-201-0/+5
* * io.c: use mode_t for the 3rd argument, permission, of open(2).akr2008-08-201-0/+4
* * configure.in: removed strftime from AC_REPLACE_FUNCS().shugo2008-08-201-0/+11
* * strftime.c: win32 support.usa2008-08-201-0/+4
* * strftime.c: new file.shugo2008-08-201-0/+11
* * io.c (io_set_encoding): removed.akr2008-08-201-0/+7
* * io.c (rb_file_open_internal): use rb_io_flags_modenum.akr2008-08-201-0/+6
* * proc.c (proc_new): use the given class.nobu2008-08-201-0/+6
* * enum.c (enum_take): get rid of extraneous iteration.nobu2008-08-201-0/+4
* * io.c (rb_io_open_with_args): use rb_open_file instead of rb_io_open.akr2008-08-201-0/+4
* * io.c (rb_scan_open_args): extracted from rb_open_file.akr2008-08-201-0/+4
* * io.c (convconfig_t): new type.akr2008-08-201-0/+10
* * io.c (Init_IO): new constants: File::DSYNC, File::RSYNC andakr2008-08-201-0/+5