aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c (rb_w32_seekdir): no need to rewind to seek forward.nobu2008-08-012-1/+5
* * transcode.c (output_replacement_character):naruse2008-07-313-18/+53
* * proc.c (rb_proc_call_with_block): reduce comparison.mame2008-07-312-2/+9
* * 2008-08-01svn2008-07-311-4/+4
* * ext/syck/syck.c (syck_free_parser): fix memory leak bymame2008-07-312-0/+22
* * ext/bigdecimal/bigdecimal.c (VpMult): prevent memory leak.mame2008-07-312-1/+8
* * test/ruby/test_transcode.rb (test_unicode_public_review_issue_121):naruse2008-07-312-3/+8
* * transcode.c (get_replacement_character): use U+FFFD as replacementnaruse2008-07-313-14/+22
* * transcode.c (get_replacement_character): fix: invalid byte sequencenaruse2008-07-312-4/+9
* * 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