aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * io.c (rb_open_file): don't lookup :mode and :perm in opt. it isakr2008-08-201-0/+6
* * io.c (open_key_args): meaningless MEMCPY removed.akr2008-08-201-0/+4
* * io.c (prep_io) [cygwin]: use FMODE_BINMODE instead of O_BINARY.akr2008-08-201-0/+4
* * array.c (rb_ary_sample): performance improvement for huge array.nobu2008-08-201-0/+4
* * array.c (rb_ary_sample): get rid of infinite loop. #455nobu2008-08-201-0/+4
* * include/ruby/io.h (FMODE_TRUNC): value changed because 0x100 is usedakr2008-08-191-0/+5
* * io.c (parse_mode_enc): extracted from mode_enc.akr2008-08-191-0/+5
* * io.c (rb_io_flags_modenum): make it static.akr2008-08-191-0/+4
* * include/ruby/io.h (FMODE_TRUNC): new constant.akr2008-08-191-0/+10
* * io.c (fopen): macro for vms removed. fopen is not used now.akr2008-08-191-0/+4
* * transcode.c (rb_econv_open): fix memory leak.akr2008-08-191-0/+6
* * include/ruby/io.h (rb_fopen): declaration removed.akr2008-08-191-0/+6
* * include/ruby/io.h (FMODE_READWRITE): define asakr2008-08-191-0/+5
* * io.c (rb_io_flags_mode): use hexadecimal in error message.akr2008-08-191-0/+6
* * io.c (rb_io_flags_mode): add a prefix 0 to octal in error message.akr2008-08-191-0/+5
* * include/ruby/io.h (FMODE_*): sorted and describe the values inakr2008-08-191-0/+5
* * ext/openssl/ossl_x509name.c (ossl_x509name_initialize): store theakr2008-08-191-0/+5
* * lib/rake.rb (FileUtils#ruby): takes care of space containing path.nobu2008-08-181-0/+5
* * io.c (rb_open_file): encoding in mode string was ignored if perm isakr2008-08-181-0/+5
* * io.c (rb_open_file): don't access argv[-1] by akr2008-08-181-0/+5
* * re.c (rb_reg_inspect): don't raise for uninitialized Regexp.akr2008-08-181-0/+4
* * io.c (rb_io_check_readable): side effect for STDIN removed.akr2008-08-181-0/+5
* * io.c (io_ungetbyte): renamed from io_ungetc.akr2008-08-181-0/+6
* * io.c (id_encode): removed.akr2008-08-181-0/+4
* * io.c (make_writeconv): if enc and enc2 is set, convertakr2008-08-181-0/+7
* * include/ruby/io.h (rb_io_t): new fields: writeconv,akr2008-08-181-0/+30
* * io.c (clear_readconv): extracted from rb_io_fptr_finalize.akr2008-08-181-0/+8
* * io.c (mode_enc): modify enc and enc2 consistently.akr2008-08-181-0/+6
* * transcode.c (transcode_search_path): prevent infinite loop byakr2008-08-181-0/+5
* * io.c (io_enc_str): code conversion removed.akr2008-08-181-0/+6
* * io.c (io_shift_crbuf): add strp argument to append into existingakr2008-08-181-0/+7
* * io.c (io_enc_str_converted): new function.akr2008-08-181-0/+11
* * common.mk: fix error in uncommon.mk.kazu2008-08-171-0/+4
* * common.mk: config.h depends config.status.naruse2008-08-171-0/+4