aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * README.EXT, README.EXT.ja (1.5 Manipulating Ruby data): fix thenobu2008-07-213-2/+17
* * encoding.c (rb_filesystem_encoding): use locale encoding on Unix.akr2008-07-212-1/+6
* * missing/vsnprintf.c (struct __sbuf, FILE): use size_t.nobu2008-07-213-5/+12
* * README.EXT, README.EXT.ja (1.5 Manipulating Ruby data): mentionednobu2008-07-213-0/+15
* * io.c (prepare_getline_args): check if rs is a string when non-nilnobu2008-07-212-1/+9
* * dir.c (dir_initialize): use rb_convert_type instead ofakr2008-07-202-2/+9
* * 2008-07-21svn2008-07-201-3/+3
* * re.c (rb_reg_s_union): useless rb_enc_get call removed to preventakr2008-07-202-1/+6
* * compile.c (iseq_compile_each): NODE_POSTEXE should set each endnobu2008-07-203-0/+29
* * ext/win32ole/win32ole.c (EVENTSINK_Invoke): use rb_protectsuke2008-07-202-5/+12
* * 2008-07-20svn2008-07-191-3/+3
* * ext/win32ole/win32ole.c (EVENTSINK_Invoke): little refactoring.suke2008-07-192-9/+22
* * ext/win32ole/win32ole.c (EVENTSINK_Invoke): little refactoring.suke2008-07-192-6/+76
* Import RDoc r104. Various test fixes.drbrain2008-07-185-34/+86
* * numeric.c (check_uint): fix wrong message.usa2008-07-181-8/+2
* * 2008-07-19svn2008-07-181-3/+3
* * numeric.c (check_uint, rb_num2uint, rb_fix2uint): fixed wrong checkusa2008-07-182-14/+20
* * ext/win32ole/win32ole.c (EVENTSINK_Invoke): avoid cfp consistencysuke2008-07-182-16/+50
* * win32/win32.c (socklist): table for registering socket optionsusa2008-07-182-97/+186
* svn:eol-style LFnobu2008-07-180-0/+0
* * 2008-07-18svn2008-07-181-3/+3
* Import RDoc r101.drbrain2008-07-1845-4304/+6859
* * test/rdoc/test_rdoc_c_parser.rb (teardown): close tempfile.mame2008-07-172-1/+5
* * test/ruby/test_process.rb (test_getpriority, test_setpriority): usemame2008-07-172-3/+8
* * pack.c (pack_unpack): fix v and V with big endian.mame2008-07-172-2/+7
* * pack.c (pack_pack): fix i! with big endian. [1].pack("i!") wasmame2008-07-172-2/+7
* * ext/socket/socket.c (ruby_connect): select() for connect() hasusa2008-07-172-1/+5
* Simplify expression for RDoc.drbrain2008-07-172-1/+6
* * numeric.c (check_uint, rb_num2uint, rb_fix2uint): strict check.usa2008-07-172-10/+24
* * test/ruby/enc: moved tests for particular encodings.nobu2008-07-1612-0/+0
* * thread.c (thread_start_func_2): wake up joining threads.nobu2008-07-164-58/+73
* * test/ruby/test_signal.rb (test_trap): string commands are allowed.nobu2008-07-161-2/+2
* * 2008-07-17svn2008-07-161-3/+3
* * io.c (appendline): remove invalid access.mame2008-07-162-1/+5
* * signal.c (signal_exec, trap_handler): trap accepts a string asnobu2008-07-162-11/+14
* * 2008-07-16svn2008-07-151-3/+3
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame2008-07-1515-873/+572
* * win32/Makefile.sub (ruby_version): follow changes in configure.in.usa2008-07-152-7/+15
* * ext/tk/{,tkutil/}extconf.rb: ruby/ruby.h no longer needs to benobu2008-07-155-9/+15
* * ext/tk/extconf.rb, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: Doknu2008-07-154-5/+9
* * ext/socket/socket.c (ruby_connect, s_accept): came back blockingusa2008-07-151-8/+27
* * configure.in (--with-ruby-version): Add a new option to specifyknu2008-07-153-5/+27
* * ChangeLog: type.usa2008-07-151-4/+4
* * ext/socket/socket.c (ruby_connect, s_accept): no need to wrap byusa2008-07-152-30/+28
* * 2008-07-15svn2008-07-151-3/+3
* * thread_win32.c (ubf_handle): cancel blocking IO if it can (onlyusa2008-07-153-0/+19
* * test/win32ole/test_win32ole_event.rb (teardown): fix typo.suke2008-07-142-2/+6
* * transcode.c (transcode_loop): constified.nobu2008-07-144-57/+27
* * test/ruby/test_time.rb (TestTime#test_time_interval): add timeoutkazu2008-07-142-1/+11
* * transcode.c (get_replacement_character): temporary function,naruse2008-07-142-5/+91