summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-08-01* gc.c (allocate_heaps, assign_heap_slot, rb_newobj_from_heap):mame
2008-08-01* vm.c (Init_BareVM): check failure of malloc().mame
2008-08-01* enc/trans/japanese.c (to_SHIFT_JIS_EF_BF_offsets): add U+FFF3,naruse
2008-08-01* parse.y (parser_yylex): removed an useless conditional, and magicyugui
2008-08-01* win32/win32.c (rb_w32_seekdir): no need to rewind to seek forward.nobu
2008-07-31* transcode.c (output_replacement_character):naruse
2008-07-31* proc.c (rb_proc_call_with_block): reduce comparison.mame
2008-07-31* ext/syck/syck.c (syck_free_parser): fix memory leak bymame
2008-07-31* ext/bigdecimal/bigdecimal.c (VpMult): prevent memory leak.mame
2008-07-31* test/ruby/test_transcode.rb (test_unicode_public_review_issue_121):naruse
2008-07-31* transcode.c (get_replacement_character): use U+FFFD as replacementnaruse
2008-07-31* transcode.c (get_replacement_character): fix: invalid byte sequencenaruse
2008-07-31* test/rubygems/test_gem_ext_configure_builder.rbnaruse
2008-07-31test/ruby/test_transcode.rb: added test_shift_jisduerst
2008-07-31* include/ruby/ruby.h (struct RString): size of ary must bemame
2008-07-31* pack.c (pack_unpack): upper half of hexdigits has never been used.nobu
2008-07-31* ext/syck/syck.h (ASSERT): fix typo at r18176.nobu
2008-07-31* ext/syck/rubyext.c (rb_syck_compile): expression in ASSERT() has nonobu
2008-07-31* iseq.c (ruby_iseq_disasm_insn): suppress warnings on platforms whichnobu
2008-07-30* ext/syck/rubyext.c (rb_syck_compile): remove meaningless branchmame
2008-07-30* thread.c (rb_mutex_unlock_all): mutex is no longer a ruby object.nobu
2008-07-30* parse.y (magic_comment_encoding): remove meaningless null check.mame
2008-07-30* ext/bigdecimal/bigdecimal.c (VpIsRoundMode): fix tautologymame
2008-07-30* pack.c (pack_unpack): reduced static variables.nobu
2008-07-30* proc.c (rb_proc_call_with_block): prevent null reference.mame
2008-07-30* parse.y (vtable_free): remove meaningless null check.mame
2008-07-30* dir.c (struct dir_data): change path field char * to VALUE.akr
2008-07-30* string.c (sym_inspect): remove dead code.mame
2008-07-30* ChangeLog: fix wrong method name and add reference.mame
2008-07-30* regparse.c (parse_exp): fix memory leak.mame
2008-07-30* regparse.c (parse_exp): fix memory leak at Regexp.new("x{1,1}").mame
2008-07-30* win32/win32.c (rb_w32_select): recalc the rest of timeout for eachnobu
2008-07-29* io.c (io_ungetc): raise NotImplementedError when ungetc is calledmame
2008-07-29* test/ruby/test_io.rb (pipe): run reader thread and writer thread.mame
2008-07-29* ext/bigdecimal/bigdecimal.c (Init_bigdecimal): fix typo.mame
2008-07-29* test/etc/test_etc.rb (test_passwd): age field may be string undermame
2008-07-29* dir.c (char_casecmp): fix: return 0 if either of characters is NUL.naruse
2008-07-29* ChangeLog: fixed wrong changelog for r18253.nobu
2008-07-29* test/etc/test_etc.rb (test_getpwuid): fix for users whose uid isnaruse
2008-07-28* file.c (rb_find_file_ext, rb_find_file): converts Windows style pathnobu
2008-07-28* math.c (math_atanh): raise EDOM on FreeBSD when atanh(1).naruse
2008-07-28* dir.c (struct dir_data): intenc field removed.akr
2008-07-28* test/rss/: use PNG instead of zlib as binary data.kou
2008-07-28 * thread_win32.[ch] (cond_every_entry, rb_thread_cond_struct): revertedusa
2008-07-28* test/ruby/test_require.rb (test_require_too_long_filename):mame
2008-07-28* vm_core.h: move the definition of struct rb_mutex_struct.mame
2008-07-28* thread.c (mutex_unlock): fix typo.mame
2008-07-28* file.c (rb_find_file_ext, rb_find_file): not to split load path withnobu
2008-07-28* win32/win32.c (overlapped_socket_io, fcntl, rb_w32_close): must notnobu
2008-07-28* win32/win32.c (CreateChild, overlapped_socket_io): suppressnobu