[前][次][スレッド一覧][上]
ruby-changes:7201-7300
7201 2008-08-20 18:34 [ko1@a... ] Ruby:r18720 (trunk): * io.c (prep_io) [cygwin]: use FMODE_BINMODE instead of O_BINARY.
7202 2008-08-20 18:38 [ko1@a... ] Ruby:r18721 (trunk): * io.c (open_key_args): meaningless MEMCPY removed.
7203 2008-08-20 18:43 [ko1@a... ] Ruby:r18722 (trunk): * io.c (rb_open_file): don't lookup :mode and :perm in opt. it is
7204 2008-08-20 19:16 [ko1@a... ] Ruby:r18723 (trunk): * io.c (Init_IO): new constants: File::DSYNC, File::RSYNC and
7205 2008-08-20 19:24 [ko1@a... ] Ruby:r18724 (trunk): * io.c (convconfig_t): new type.
7206 2008-08-20 20:17 [ko1@a... ] Ruby:r18725 (trunk): * io.c (rb_scan_open_args): extracted from rb_open_file.
7207 2008-08-20 20:34 [ko1@a... ] Ruby:r18726 (trunk): * io.c (rb_io_open_with_args): use rb_open_file instead of rb_io_open.
7208 2008-08-20 22:25 [ko1@a... ] Ruby:r18727 (trunk): * enum.c (enum_take): get rid of extraneous iteration.
7209 2008-08-20 22:28 [ko1@a... ] Ruby:r18728 (trunk): * proc.c (proc_new): use the given class.
7210 2008-08-20 22:32 [ko1@a... ] Ruby:r18729 (trunk): * io.c (rb_file_open_internal): use rb_io_flags_modenum.
7211 2008-08-20 23:56 [ko1@a... ] Ruby:r18730 (trunk): * io.c (io_set_encoding): removed.
7212 2008-08-21 00:30 [ko1@a... ] Ruby:r18732 (trunk): * 2008-08-21
7213 2008-08-21 00:30 [ko1@a... ] Ruby:r18731 (trunk): * strftime.c: new file.
7214 2008-08-21 00:50 [ko1@a... ] Ruby:r18733 (trunk): * strftime.c: win32 support.
7215 2008-08-21 01:04 [ko1@a... ] Ruby:r18734 (trunk): * configure.in: removed strftime from AC_REPLACE_FUNCS().
7216 2008-08-21 01:11 [ko1@a... ] Ruby:r18735 (trunk): * io.c: use mode_t for the 3rd argument, permission, of open(2).
7217 2008-08-21 01:32 [ko1@a... ] Ruby:r18736 (trunk): * io.c (rb_file_sysopen_internal): unused function removed.
7218 2008-08-21 02:01 [ko1@a... ] Ruby:r18737 (trunk): * io.c (open_key_args): IO.foreach(path, rs, limit) didn't work.
7219 2008-08-21 02:03 [ko1@a... ] Ruby:r18738 (trunk): * io.c (open_key_args): simplified.
7220 2008-08-21 02:08 [ko1@a... ] Ruby:r18739 (trunk): * configure.in: always check timezone().
7221 2008-08-21 02:35 [ko1@a... ] Ruby:r18740 (trunk): * io.c (prep_io): local variable renamed.
7222 2008-08-21 03:14 [ko1@a... ] Ruby:r18741 (trunk): * io.c (io_extract_encoding_option): enc2 is external encoding if
7223 2008-08-21 05:41 [ko1@a... ] Ruby:r18742 (trunk): svn:eol-style
7224 2008-08-21 06:03 [ko1@a... ] Ruby:r18743 (trunk): * range.c (range_initialize_copy): Range is now a Struct.
7225 2008-08-21 06:13 [ko1@a... ] Ruby:r18744 (ruby_1_8, trunk): * lib/scanf.rb (Scanf::FormatSpecifier#initialize): %i should accept
7226 2008-08-21 08:00 [ko1@a... ] Ruby:r18745 (trunk): * test/iconv/test_option.rb (test_ignore_option): skip if iconv
7227 2008-08-21 09:32 [ko1@a... ] Ruby:r18746 (trunk): * strftime.c (rb_strftime): return "UTC" instead of "GMT".
7228 2008-08-21 09:41 [ko1@a... ] Ruby:r18747 (trunk): * ChangeLog: fixed my mail address.
7229 2008-08-21 14:31 [ko1@a... ] Ruby:r18748 (trunk): * strftime.c: include ruby/config.h instead of ruby/ruby.h.
7230 2008-08-21 17:34 [ko1@a... ] Ruby:r18749 (ruby_1_8): * enumerator.c (enumerator_ptr), lib/generator.rb:
7231 2008-08-21 19:04 [ko1@a... ] Ruby:r18750 (trunk): test O_NOFOLLOW only on FreeBSD and Linux.
7232 2008-08-21 19:07 [ko1@a... ] Ruby:r18751 (trunk): * io.c (io_extract_encoding_option): if internal encoding is not
7233 2008-08-21 19:18 [ko1@a... ] Ruby:r18752 (trunk): * process.c (pst_pid): use rb_attr_get to avoid warning on
7234 2008-08-21 19:21 [ko1@a... ] Ruby:r18753 (trunk): * file.c (rb_stat_inspect): don't raise if self is not initialized.
7235 2008-08-21 20:25 [ko1@a... ] Ruby:r18754 (trunk): * test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_crypt): add key and salt to error message.
7236 2008-08-21 23:58 [ko1@a... ] Ruby:r18755 (trunk): * strftime.c (rb_strftime): supported %F and %<precision>N.
7237 2008-08-22 02:11 [ko1@a... ] Ruby:r18757 (trunk): * 2008-08-22
7238 2008-08-22 02:12 [ko1@a... ] Ruby:r18756 (trunk): * io.c (rb_io_initialize): accept hash argument.
7239 2008-08-22 02:27 [ko1@a... ] Ruby:r18758 (trunk): * iseq.c (iseq_inspect): don't raise on uninitialized object.
7240 2008-08-22 02:45 [ko1@a... ] Ruby:r18759 (trunk): * io.c (rb_io_extract_modeenc): use rb_check_to_integer to test
7241 2008-08-22 03:02 [ko1@a... ] Ruby:r18760 (trunk): * io.c (rb_io_extract_modeenc): notify coerced to caller.
7242 2008-08-22 03:04 [ko1@a... ] Ruby:r18761 (trunk): * io.c (rb_io_s_sysopen): mode can be a Bignum.
7243 2008-08-22 03:51 [ko1@a... ] Ruby:r18762 (trunk): * include/ruby/ruby.h (NUM2LONG): make it inline function to evaluete
7244 2008-08-22 04:34 [ko1@a... ] Ruby:r18763 (trunk): * include/ruby/ruby.h: fix previous change for LP64.
7245 2008-08-22 04:50 [ko1@a... ] Ruby:r18764 (trunk): fix previsous change again.
7246 2008-08-22 05:13 [ko1@a... ] Ruby:r18765 (trunk): * io.c (rb_file_open_generic): take filename as a VALUE.
7247 2008-08-22 05:33 [ko1@a... ] Ruby:r18766 (trunk): * include/ruby/ruby.h (INT2NUM): just use a simple macro on LP64.
7248 2008-08-22 10:52 [ko1@a... ] Ruby:r18767 (trunk): * configure.in (gmtime_r): check if reentrant versions are available.
7249 2008-08-22 11:30 [ko1@a... ] Ruby:r18768 (trunk): * common.mk: remove config.h dependency.
7250 2008-08-22 11:32 [ko1@a... ] Ruby:r18769 (trunk): * dir.c (dir_enc_str_new): renamed from dir_enc_str.
7251 2008-08-22 12:32 [ko1@a... ] Ruby:r18770 (trunk): * dir.c (dir_enc_str_new): set US-ASCII to the path
7252 2008-08-22 12:46 [ko1@a... ] Ruby:r18771 (trunk): * io.c (rb_io_pid): use PIDT2NUM.
7253 2008-08-22 14:12 [ko1@a... ] Ruby:r18772 (trunk): * test/ruby/test_transcode.rb: test_shift_jis:
7254 2008-08-22 14:28 [ko1@a... ] Ruby:r18773 (trunk): * strftime.c (rb_strftime): supported flags and precision for most
7255 2008-08-22 15:48 [ko1@a... ] Ruby:r18774 (trunk): * lib/cgi.rb: use bytesize instead of size/length.
7256 2008-08-22 19:59 [ko1@a... ] Ruby:r18775 (trunk): revert
7257 2008-08-22 20:00 [ko1@a... ] Ruby:r18776 (trunk): * lib/date.rb: no need to require the "lib/rational.rb" any more.
7258 2008-08-22 20:15 [ko1@a... ] Ruby:r18777 (trunk): * lib/webrick/server.rb (WEBrick::GenericServer#shutdown):
7259 2008-08-22 21:28 [ko1@a... ] Ruby:r18778 (trunk): * complex.c (nucomp_div): now behaves as quo.
7260 2008-08-22 23:06 [ko1@a... ] Ruby:r18779 (trunk): typo
7261 2008-08-23 01:44 [ko1@a... ] Ruby:r18781 (trunk): * 2008-08-23
7262 2008-08-23 01:44 [ko1@a... ] Ruby:r18780 (trunk): * include/ruby/io.h (FMODE_TEXTMODE): defined.
7263 2008-08-23 09:49 [ko1@a... ] Ruby:r18782 (trunk): * include/ruby/io.h (rb_io_t): remove path field and add pathv field.
7264 2008-08-23 10:14 [ko1@a... ] Ruby:r18783 (trunk): * io.c (read_all): fptr->enc2 is 0 if no conversion.
7265 2008-08-23 10:46 [ko1@a... ] Ruby:r18784 (trunk): * io.c (check_pipe_command): extracted from rb_f_open and rb_io_open.
7266 2008-08-23 10:50 [ko1@a... ] Ruby:r18785 (trunk): * ext/pty/pty.c (pty_getpty): follow rb_io_t's path -> pathv change.
7267 2008-08-23 11:24 [ko1@a... ] Ruby:r18786 (trunk): * io.c (rb_io_extract_modeenc): check :textmode and :binmode in option
7268 2008-08-23 15:03 [ko1@a... ] Ruby:r18787 (trunk): * include/ruby/encoding.h (ECONV_INVALID_MASK): defined.
7269 2008-08-23 15:18 [ko1@a... ] Ruby:r18788 (trunk): * vm_opts.h: enable "OPT_TRACE_INSTRUCTION" on default.
7270 2008-08-23 16:02 [ko1@a... ] Ruby:r18789 (trunk): * compile.c (iseq_build_body): suppress a warning.
7271 2008-08-23 17:07 [ko1@a... ] Ruby:r18790 (trunk): * strftime.c (rb_strftime): support more flags.
7272 2008-08-23 17:41 [ko1@a... ] Ruby:r18791 (trunk): * include/ruby/io.h (FMODE_INVALID_MASK): defined.
7273 2008-08-23 18:30 [ko1@a... ] Ruby:r18792 (trunk): * io.c (rb_scan_open_args): use pop_last_hash.
7274 2008-08-23 20:07 [ko1@a... ] Ruby:r18793 (trunk): * test/ruby/test_process.rb (TestProcess#test_rlimit_value): add Errno::EINVAL.
7275 2008-08-23 23:29 [ko1@a... ] Ruby:r18794 (trunk): * lib/cgi.rb (CGI#out): remove auto encoding conversion and set
7276 2008-08-24 01:07 [ko1@a... ] Ruby:r18795 (trunk): fix typo
7277 2008-08-24 01:07 [ko1@a... ] Ruby:r18796 (trunk): * 2008-08-24
7278 2008-08-24 06:12 [ko1@a... ] Ruby:r18797 (trunk): * encoding.c (enc_compatible_p): raise TypeError when argument is Encoding.
7279 2008-08-24 06:41 [ko1@a... ] Ruby:r18798 (trunk): * lib/cgi.rb (CGI::unescapeHTML): more encoding sensible unescaping.
7280 2008-08-24 08:04 [ko1@a... ] Ruby:r18799 (trunk): * strftime.c (daylight, timezone): not provied as dllexport on cygwin,
7281 2008-08-24 10:58 [ko1@a... ] Ruby:r18800 (trunk): * enc/emacs_mule.c: support Emacs/Mule internal encoding.
7282 2008-08-24 11:09 [ko1@a... ] Ruby:r18801 (trunk): add ref to .
7283 2008-08-24 11:28 [ko1@a... ] Ruby:r18802 (trunk): * lib/cgi.rb (CGI::unescapeHTML): consider ISO-8859-1.
7284 2008-08-24 11:43 [ko1@a... ] Ruby:r18803 (trunk): * include/ruby/encoding.h (rb_econv_open_exc): declared.
7285 2008-08-24 12:03 [ko1@a... ] Ruby:r18804 (trunk): * transcode.c (rb_econv_open): return NULL on error.
7286 2008-08-24 12:21 [ko1@a... ] Ruby:r18805 (trunk): * lib/net/http.rb (Net::HTTP#urlencode): str[0] returns char in 1.9.
7287 2008-08-24 12:23 [ko1@a... ] Ruby:r18806 (trunk): * include/ruby/encoding.h (rb_econv_substr_append): renamed from
7288 2008-08-24 13:28 [ko1@a... ] Ruby:r18807 (trunk): * transcode.c (str_transcode): check last hash only if 0 < argc.
7289 2008-08-24 15:25 [ko1@a... ] Ruby:r18808 (trunk): * include/ruby/encoding.h (rb_str_transcode): add ecflags argument.
7290 2008-08-24 15:44 [ko1@a... ] Ruby:r18809 (trunk): * transcode.c (rb_econv_substr_append): associate dst with destination
7291 2008-08-24 16:13 [ko1@a... ] Ruby:r18810 (trunk): * include/ruby/encoding.h (rb_econv_option_t): defined.
7292 2008-08-24 16:20 [ko1@a... ] Ruby:r18811 (trunk): * include/ruby/encoding.h (rb_econv_opts): declared.
7293 2008-08-24 16:26 [ko1@a... ] Ruby:r18812 (trunk): add comment.
7294 2008-08-24 16:49 [ko1@a... ] Ruby:r18813 (trunk): * include/ruby/io.h (rb_io_t): make enc and enc2 as struct
7295 2008-08-24 17:39 [ko1@a... ] Ruby:r18814 (trunk): * include/ruby/encoding.h (rb_str_transcode): make 3rd argument
7296 2008-08-24 18:05 [ko1@a... ] Ruby:r18815 (trunk): * io.c (struct argf): use struct rb_io_enc_t.
7297 2008-08-24 18:14 [ko1@a... ] Ruby:r18816 (trunk): * include/ruby/io.h (rb_io_enc_t): add opts field.
7298 2008-08-24 18:40 [ko1@a... ] Ruby:r18817 (trunk): * io.c (rb_io_s_pipe): accept optional hash.
7299 2008-08-24 19:08 [ko1@a... ] Ruby:r18818 (trunk): * io.c (rb_io_reopen): initialize fptr->encs.opts.
7300 2008-08-24 19:12 [ko1@a... ] Ruby:r18819 (trunk): * io.c (sym_invalid): removed.
[前][次][スレッド一覧][上]