aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * test/rubygems/test_gem_ext_configure_builder.rbnaruse2008-07-312-2/+6
* test/ruby/test_transcode.rb: added test_shift_jisduerst2008-07-312-0/+63
* * include/ruby/ruby.h (struct RString): size of ary must bemame2008-07-312-1/+6
* * pack.c (pack_unpack): upper half of hexdigits has never been used.nobu2008-07-312-1/+5
* * ext/syck/syck.h (ASSERT): fix typo at r18176.nobu2008-07-312-2/+4
* * ext/syck/rubyext.c (rb_syck_compile): expression in ASSERT() has nonobu2008-07-312-1/+8
* * iseq.c (ruby_iseq_disasm_insn): suppress warnings on platforms whichnobu2008-07-315-4/+14
* * ext/syck/rubyext.c (rb_syck_compile): remove meaningless branchmame2008-07-302-2/+9
* * thread.c (rb_mutex_unlock_all): mutex is no longer a ruby object.nobu2008-07-302-2/+6
* * parse.y (magic_comment_encoding): remove meaningless null check.mame2008-07-302-1/+5
* * ext/bigdecimal/bigdecimal.c (VpIsRoundMode): fix tautologymame2008-07-302-3/+8
* * pack.c (pack_unpack): reduced static variables.nobu2008-07-302-13/+15
* * 2008-07-31svn2008-07-301-3/+3
* * proc.c (rb_proc_call_with_block): prevent null reference.mame2008-07-302-1/+5
* * parse.y (vtable_free): remove meaningless null check.mame2008-07-302-3/+5
* * dir.c (struct dir_data): change path field char * to VALUE.akr2008-07-302-12/+28
* * string.c (sym_inspect): remove dead code.mame2008-07-302-5/+5
* * ChangeLog: fix wrong method name and add reference.mame2008-07-301-2/+6
* * regparse.c (parse_exp): fix memory leak.mame2008-07-302-1/+8
* * regparse.c (parse_exp): fix memory leak at Regexp.new("x{1,1}").mame2008-07-302-0/+7
* * 2008-07-30svn2008-07-301-3/+3
* * win32/win32.c (rb_w32_select): recalc the rest of timeout for eachnobu2008-07-304-13/+69
* * io.c (io_ungetc): raise NotImplementedError when ungetc is calledmame2008-07-293-9/+54
* * test/ruby/test_io.rb (pipe): run reader thread and writer thread.mame2008-07-292-57/+85
* * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): fix typo.mame2008-07-292-1/+5
* * test/etc/test_etc.rb (test_passwd): age field may be string undermame2008-07-292-1/+6
* * dir.c (char_casecmp): fix: return 0 if either of characters is NUL.naruse2008-07-292-2/+5
* * ChangeLog: fixed wrong changelog for r18253.nobu2008-07-291-2/+3
* * test/etc/test_etc.rb (test_getpwuid): fix for users whose uid isnaruse2008-07-292-3/+8
* * file.c (rb_find_file_ext, rb_find_file): converts Windows style pathnobu2008-07-282-6/+23
* * math.c (math_atanh): raise EDOM on FreeBSD when atanh(1).naruse2008-07-283-3/+39
* * 2008-07-29svn2008-07-281-3/+3
* * dir.c (struct dir_data): intenc field removed.akr2008-07-282-38/+13
* * test/rss/: use PNG instead of zlib as binary data.kou2008-07-284-21/+16
* * thread_win32.[ch] (cond_every_entry, rb_thread_cond_struct): revertedusa2008-07-284-25/+34
* * test/ruby/test_require.rb (test_require_too_long_filename):mame2008-07-282-1/+13
* * vm_core.h: move the definition of struct rb_mutex_struct.mame2008-07-283-10/+14
* * thread.c (mutex_unlock): fix typo.mame2008-07-282-1/+5
* * file.c (rb_find_file_ext, rb_find_file): not to split load path withnobu2008-07-282-55/+32
* * win32/win32.c (overlapped_socket_io, fcntl, rb_w32_close): must notnobu2008-07-282-4/+16
* * win32/win32.c (CreateChild, overlapped_socket_io): suppressnobu2008-07-282-3/+8
* * win32/win32.c (MAXPATHLEN): define before use.usa2008-07-282-6/+10
* * thread_win32.[ch]: moved definitions of cond_every_entry andusa2008-07-283-10/+16
* * dln.c (load_lib): use dln_find_file_r instead of dln_find_file.nobu2008-07-282-2/+6
* * 2008-07-28svn2008-07-271-3/+3
* * vm_core.h, thread.c: It is now prohibited to use Data_Get_Struct inmame2008-07-274-33/+34
* * test/openssl/test_ssl.rb (server_loop): rescue Errno::EINVAL andmame2008-07-272-3/+7
* * bootstraptests/method.rb: increase RLIMIT_STACK size to 4M+8Kbytesnaruse2008-07-272-2/+8
* * gc.c (gc_mark_children, obj_free): T_DEFERRED should not be appear.ko12008-07-272-8/+17
* * include/ruby/ruby.h: add a type T_DEFERRED.ko12008-07-276-51/+103