aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * thread_win32.c (native_cond_timedwait): New. r31373 causedkosaki2011-04-294-20/+60
* fix indentationkosaki2011-04-291-13/+13
* set svn:eol-style propertykosaki2011-04-290-0/+0
* * benchmark/bm_vm4_pipe.rb: Add two new benchmark for GVLkosaki2011-04-293-0/+38
* * vm_method.c (rb_clear_cache_by_class): Revert r29673. It madekosaki2011-04-292-3/+5
* * io.c (make_writeconv): do not add textmode newline decorator if anynobu2011-04-292-1/+7
* ChangeLog change.kosaki2011-04-291-1/+1
* * thread.c (lock_func): small cleanup.kosaki2011-04-292-1/+10
* * 2011-04-29svn2011-04-291-2/+2
* * thread.c (rb_mutex_lock, lock_func): Avoid busy loop andkosaki2011-04-292-17/+51
* * win32/{win32.c,dir.h} (rb_w32_uopendir): new API to pass UTF-8 path.usa2011-04-284-30/+68
* * test/dl/test_base.rb (DL::LIBC_SO): its always msvc*.dll onusa2011-04-282-1/+6
* * lib/csv.rb (CSV::open): suppress universal newline decorator.nobu2011-04-273-5/+31
* * lib/csv.rb (CSV.read): no mode is needed.nobu2011-04-272-5/+6
* * 2011-04-28svn2011-04-271-2/+2
* * io.c (rb_io_extract_modeenc, rb_f_backquote): set default textnobu2011-04-272-2/+12
* * enc/trans/emoji_iso2022_kddi.trans: ISO-2022-JP-KDDI doesn't havenaruse2011-04-272-2/+7
* * configure.in (STRIP): use proper toolchain. based on a patchnobu2011-04-262-4/+8
* * test/ruby/test_encoding.rb (test_encoding): tests for r31362.nobu2011-04-261-0/+1
* * ext/date/date_core.c (date_zone_to_diff): renamed.tadf2011-04-264-13/+20
* * encoding.c (enc_find): accept Encoding objects.nobu2011-04-262-1/+5
* * include/ruby/win32.h (frexp, modf): fix suppressing warnings onnobu2011-04-261-6/+8
* use skiptadf2011-04-262-3/+3
* use skiptadf2011-04-261-3/+1
* * ext/date/date_core.c: modified validation methods.tadf2011-04-266-189/+280
* * strip trailing spaces.nobu2011-04-264-38/+38
* * transcode.c (econv_opts): add newline option.nobu2011-04-262-1/+40
* * io.c (validate_enc_binmode, rb_io_extract_modeenc): set newlinenobu2011-04-266-28/+86
* * include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_MASK): add.nobu2011-04-263-13/+16
* * transcode.c (econv_init): fix rdoc.nobu2011-04-261-2/+2
* * file.c (rb_file_truncate): fix function.nobu2011-04-262-2/+4
* * include/ruby/win32.h (ftruncate, truncate, ftello, fseeko): non-64nobu2011-04-263-7/+36
* * 2011-04-27svn2011-04-261-2/+2
* * ext/date/date_core.c (dt_lite_set_tmx): should get df value.tadf2011-04-262-0/+5
* * ext/date/lib/date/format.rb (_iso8601): allowed day only civiltadf2011-04-263-63/+105
* * 2011-04-26svn2011-04-251-2/+2
* * ext/openssl/extconf.rb: Should check SSLv2_*method.iwamatsu2011-04-252-0/+10
* * win32/win32.c (kill): accept 0 only sig is SIGINT #4596arton2011-04-252-1/+5
* * win32/win32.c (kill): accept 0 as pid, fixes #4596arton2011-04-252-1/+5
* * random.c (random_rand): remove unused variables.naruse2011-04-257-22/+25
* * ext/ripper/lib/ripper/sexp.rb: fix rdoc arround sexp.naruse2011-04-252-5/+25
* * random.c (rb_f_rand, random_s_rand): RDocs for them.sorah2011-04-242-8/+29
* * random.c (random_s_rand, Init_Random): Random.rand should behave asmrkn2011-04-243-76/+129
* * lib/time.rb: require 'date'.tadf2011-04-243-3/+6
* * ext/date/lib/date/format.rb: require 'date'.tadf2011-04-242-1/+6
* * ext/date/lib/date/format.rb (_iso8601): added a pattern.tadf2011-04-242-11/+20
* * ext/date/lib/date/format.rb: require 'date_core.so'.naruse2011-04-242-0/+7
* * ext/date/lib/date/format.rb: fixed a bug of regex.tadf2011-04-242-1/+6
* * ext/date/lib/date/format.rb: an adjustment of regex.tadf2011-04-242-3/+7
* * ext/date/lib/date/format.rb: omitted to call _parse.tadf2011-04-242-58/+257