summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-04-29* benchmark/bm_vm4_pipe.rb: Add two new benchmark for GVLkosaki
2011-04-29* vm_method.c (rb_clear_cache_by_class): Revert r29673. It madekosaki
2011-04-29* io.c (make_writeconv): do not add textmode newline decorator if anynobu
2011-04-29ChangeLog change.kosaki
2011-04-29* thread.c (lock_func): small cleanup.kosaki
2011-04-29* thread.c (rb_mutex_lock, lock_func): Avoid busy loop andkosaki
2011-04-28* win32/{win32.c,dir.h} (rb_w32_uopendir): new API to pass UTF-8 path.usa
2011-04-28* test/dl/test_base.rb (DL::LIBC_SO): its always msvc*.dll onusa
2011-04-27* lib/csv.rb (CSV::open): suppress universal newline decorator.nobu
2011-04-27* lib/csv.rb (CSV.read): no mode is needed.nobu
2011-04-27* io.c (rb_io_extract_modeenc, rb_f_backquote): set default textnobu
2011-04-27* enc/trans/emoji_iso2022_kddi.trans: ISO-2022-JP-KDDI doesn't havenaruse
2011-04-26* configure.in (STRIP): use proper toolchain. based on a patchnobu
2011-04-26 * ext/date/date_core.c (date_zone_to_diff): renamed.tadf
2011-04-26* encoding.c (enc_find): accept Encoding objects.nobu
2011-04-26 * ext/date/date_core.c: modified validation methods.tadf
2011-04-26* transcode.c (econv_opts): add newline option.nobu
2011-04-26* io.c (validate_enc_binmode, rb_io_extract_modeenc): set newlinenobu
2011-04-26* include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_MASK): add.nobu
2011-04-26* file.c (rb_file_truncate): fix function.nobu
2011-04-26* include/ruby/win32.h (ftruncate, truncate, ftello, fseeko): non-64nobu
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 civiltadf
2011-04-25* ext/openssl/extconf.rb: Should check SSLv2_*method.iwamatsu
2011-04-25* win32/win32.c (kill): accept 0 only sig is SIGINT #4596arton
2011-04-25* win32/win32.c (kill): accept 0 as pid, fixes #4596arton
2011-04-25* random.c (random_rand): remove unused variables.naruse
2011-04-25* ext/ripper/lib/ripper/sexp.rb: fix rdoc arround sexp.naruse
2011-04-24* random.c (rb_f_rand, random_s_rand): RDocs for them.sorah
2011-04-24* random.c (random_s_rand, Init_Random): Random.rand should behave asmrkn
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-24* string.c (rb_to_id): remove unused variable.kosaki
2011-04-24 * complex.c, rational.c: omitted some method calls.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* include/ruby/intern.h: pcc can't use __builtin_constant_p.naruse
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 oftadf
2011-04-22* array.c (rb_ary_sort_bang): fix rdoc.naruse
2011-04-22* lib/xmlrpc/create.rb (XMLRPC::Create#conv2value):naruse
2011-04-21* ext/psych/parser.c (parse): strings from psych have proper tainttenderlove
2011-04-20* random.c (rb_f_srand): fix rdoc: srand(0)'s 0 is a seed.naruse
2011-04-20 * win32/win32.c (CreateChild): maximum length of lpCommandLine istarui