index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* strftime.c (rb_strftime): support more flags.
nobu
2008-08-23
1
-3
/
+4
*
* vm_opts.h: enable "OPT_TRACE_INSTRUCTION" on default.
ko1
2008-08-23
1
-0
/
+4
*
* include/ruby/encoding.h (ECONV_INVALID_MASK): defined.
akr
2008-08-23
1
-0
/
+18
*
* io.c (rb_io_extract_modeenc): check :textmode and :binmode in option
akr
2008-08-23
1
-0
/
+5
*
* ext/pty/pty.c (pty_getpty): follow rb_io_t's path -> pathv change.
akr
2008-08-23
1
-0
/
+4
*
* io.c (check_pipe_command): extracted from rb_f_open and rb_io_open.
akr
2008-08-23
1
-0
/
+6
*
* io.c (read_all): fptr->enc2 is 0 if no conversion.
akr
2008-08-23
1
-0
/
+6
*
* include/ruby/io.h (rb_io_t): remove path field and add pathv field.
akr
2008-08-23
1
-0
/
+13
*
* include/ruby/io.h (FMODE_TEXTMODE): defined.
akr
2008-08-22
1
-0
/
+43
*
typo
tadf
2008-08-22
1
-1
/
+1
*
* complex.c (nucomp_div): now behaves as quo.
tadf
2008-08-22
1
-0
/
+26
*
* lib/webrick/server.rb (WEBrick::GenericServer#shutdown):
kazu
2008-08-22
1
-0
/
+10
*
* lib/date.rb: no need to require the "lib/rational.rb" any more.
tadf
2008-08-22
1
-0
/
+4
*
* lib/cgi.rb: use bytesize instead of size/length.
usa
2008-08-22
1
-0
/
+4
*
* strftime.c (rb_strftime): supported flags and precision for most
nobu
2008-08-22
1
-0
/
+8
*
* test/ruby/test_transcode.rb: test_shift_jis:
duerst
2008-08-22
1
-0
/
+5
*
* io.c (rb_io_pid): use PIDT2NUM.
akr
2008-08-22
1
-0
/
+4
*
* dir.c (dir_enc_str_new): set US-ASCII to the path
naruse
2008-08-22
1
-0
/
+8
*
* dir.c (dir_enc_str_new): renamed from dir_enc_str.
naruse
2008-08-22
1
-0
/
+10
*
* common.mk: remove config.h dependency.
naruse
2008-08-22
1
-0
/
+4
*
* configure.in (gmtime_r): check if reentrant versions are available.
nobu
2008-08-22
1
-0
/
+7
*
* include/ruby/ruby.h (INT2NUM): just use a simple macro on LP64.
akr
2008-08-21
1
-0
/
+5
*
* io.c (rb_file_open_generic): take filename as a VALUE.
akr
2008-08-21
1
-0
/
+9
*
* include/ruby/ruby.h: fix previous change for LP64.
akr
2008-08-21
1
-0
/
+4
*
* include/ruby/ruby.h (NUM2LONG): make it inline function to evaluete
akr
2008-08-21
1
-0
/
+13
*
* io.c (rb_io_s_sysopen): mode can be a Bignum.
akr
2008-08-21
1
-0
/
+4
*
* io.c (rb_io_extract_modeenc): notify coerced to caller.
akr
2008-08-21
1
-0
/
+5
*
* io.c (rb_io_extract_modeenc): use rb_check_to_integer to test
akr
2008-08-21
1
-0
/
+5
*
* iseq.c (iseq_inspect): don't raise on uninitialized object.
akr
2008-08-21
1
-0
/
+5
*
* io.c (rb_io_initialize): accept hash argument.
akr
2008-08-21
1
-0
/
+4
*
* strftime.c (rb_strftime): supported %F and %<precision>N.
shugo
2008-08-21
1
-0
/
+10
*
* test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_crypt): add key and salt...
kazu
2008-08-21
1
-0
/
+5
*
* file.c (rb_stat_inspect): don't raise if self is not initialized.
akr
2008-08-21
1
-0
/
+4
*
* process.c (pst_pid): use rb_attr_get to avoid warning on
akr
2008-08-21
1
-0
/
+6
*
* io.c (io_extract_encoding_option): if internal encoding is not
akr
2008-08-21
1
-0
/
+5
*
* strftime.c: include ruby/config.h instead of ruby/ruby.h.
shugo
2008-08-21
1
-0
/
+6
*
* ChangeLog: fixed my mail address.
shugo
2008-08-21
1
-1
/
+1
*
* strftime.c (rb_strftime): return "UTC" instead of "GMT".
shugo
2008-08-21
1
-0
/
+6
*
* test/iconv/test_option.rb (test_ignore_option): skip if iconv
naruse
2008-08-20
1
-0
/
+7
*
* lib/scanf.rb (Scanf::FormatSpecifier#initialize): %i should accept
nobu
2008-08-20
1
-0
/
+5
*
* range.c (range_initialize_copy): Range is now a Struct.
nobu
2008-08-20
1
-0
/
+7
*
* io.c (io_extract_encoding_option): enc2 is external encoding if
akr
2008-08-20
1
-0
/
+14
*
* io.c (prep_io): local variable renamed.
akr
2008-08-20
1
-0
/
+6
*
* configure.in: always check timezone().
shugo
2008-08-20
1
-0
/
+8
*
* io.c (open_key_args): simplified.
akr
2008-08-20
1
-0
/
+4
*
* io.c (open_key_args): IO.foreach(path, rs, limit) didn't work.
akr
2008-08-20
1
-0
/
+4
*
* io.c (rb_file_sysopen_internal): unused function removed.
akr
2008-08-20
1
-0
/
+5
*
* io.c: use mode_t for the 3rd argument, permission, of open(2).
akr
2008-08-20
1
-0
/
+4
*
* configure.in: removed strftime from AC_REPLACE_FUNCS().
shugo
2008-08-20
1
-0
/
+11
*
* strftime.c: win32 support.
usa
2008-08-20
1
-0
/
+4
[next]