index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
Age
Commit message (
Expand
)
Author
2011-05-06
* ext/date/date_core.c (DAY_IN_NANOSECONDS): refix: 31438.
naruse
2011-05-06
* ext/syck/rubyext.c (mktime_do): avoid buffer overrun, by
shyouhei
2011-05-06
YAML.load time correctly parse usecs smaller than 1 fixes #4571
shyouhei
2011-05-05
* ext/date/date_core.c (DAY_IN_NANOSECONDS): long long int is not
nobu
2011-05-04
fix capture to avoid doing a sub on the useconds when parsing dates
tenderlove
2011-05-04
* ext/-test-/wait_for_single_fd: New. for testing
kosaki
2011-05-04
* ext/socket/init.c (wait_connectable): fix error handling code.
kosaki
2011-05-04
* ext/readline/readline.c (readline_event): use rb_wait_for_single_fd().
kosaki
2011-05-04
* ext/socket/init.c (wait_connectable): use rb_wait_for_single_fd().
kosaki
2011-05-04
* ext/io/wait/wait.c (io_wait): use rb_wait_for_single_fd().
kosaki
2011-05-03
* ext/psych/lib/psych/visitors/yaml_tree.rb: fix time dumping so that
tenderlove
2011-05-01
* ext/socket/init.c (rsock_connect): add to care EINTR. based
kosaki
2011-04-30
* include/ruby/intern.h (rb_thread_select): mark as deprecated.
kosaki
2011-04-26
* ext/date/date_core.c (date_zone_to_diff): renamed.
tadf
2011-04-26
* ext/date/date_core.c: modified validation methods.
tadf
2011-04-26
* ext/date/date_core.c (dt_lite_set_tmx): should get df value.
tadf
2011-04-26
* ext/date/lib/date/format.rb (_iso8601): allowed day only civil
tadf
2011-04-25
* ext/openssl/extconf.rb: Should check SSLv2_*method.
iwamatsu
2011-04-25
* ext/ripper/lib/ripper/sexp.rb: fix rdoc arround sexp.
naruse
2011-04-24
* lib/time.rb: require 'date'.
tadf
2011-04-24
* ext/date/lib/date/format.rb: require 'date'.
tadf
2011-04-24
* ext/date/lib/date/format.rb (_iso8601): added a pattern.
tadf
2011-04-24
* ext/date/lib/date/format.rb: require 'date_core.so'.
naruse
2011-04-24
* ext/date/lib/date/format.rb: fixed a bug of regex.
tadf
2011-04-24
* ext/date/lib/date/format.rb: an adjustment of regex.
tadf
2011-04-24
* ext/date/lib/date/format.rb: omitted to call _parse.
tadf
2011-04-23
* ext/date/date_parse.c (n2i): takes long.
tadf
2011-04-23
* ext/date/date_parse.c: reverted.
tadf
2011-04-23
* ext/date/date_core.c (leap_p): surpress warning: parentheses.
naruse
2011-04-23
* ext/date/date_parse.c: removed some unused macros. use strchr()
tadf
2011-04-23
* ext/date/date_core.c: replacement of implementation of
tadf
2011-04-21
* ext/psych/parser.c (parse): strings from psych have proper taint
tenderlove
2011-04-20
* ext/date/date_strptime.c (date__strptime_internal): do not
tadf
2011-04-16
added date_tmx.h
tadf
2011-04-16
* ext/date/date_{core,strftime}.c: use struct tmx instead of vtm.
tadf
2011-04-16
typo
tadf
2011-04-16
* ext/date/date_strftime.c (date_strftime_wo_timespec): changed
tadf
2011-04-16
* ext/date/date_core.c: replacement of implementation of
tadf
2011-04-14
fix style.
nobu
2011-04-12
* ext/readline/extconf.rb: --disable-libedit to disable
kouji
2011-04-10
* ext/openssl/ossl.c: Fix typo, document version constants.
drbrain
2011-04-09
* ext/stringio/stringio.c (strio_each, strio_readlines):
sorah
2011-04-09
* ext/stringio/stringio.c (strio_each):
sorah
2011-04-09
* ext/stringio/stringio.c (strio_each, strio_readlines):
sorah
2011-04-08
* ext/stringio/stringio.c (strio_getline): check whether str is
naruse
2011-04-06
* ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize):
naruse
2011-04-06
* ext/openssl/ossl_pkey_rsa.c (ossl_rsa_initialize):
naruse
2011-04-04
* ext/io/nonblock/nonblock.c (io_nonblock_set): Avoid F_SETFL if
kosaki
2011-04-03
* ext/syslog/syslog.c: improve rdoc.
nagachika
2011-04-03
* ext/zlib/zlib.c: parenthesize macro arguments.
akr
[next]