summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-26* lib/yaml/encoding.rb: YAML.encode, YAML.decode are deprecated.tenderlove
2010-03-25* ext/tk/extconf.rb: fix [ruby-core:28901] [Bug #2997]. Thanks, Michael Graff.nagai
2010-03-25* 2010-03-26svn
2010-03-25add ref.wanabe
2010-03-25* thread.c (thread_reset_event_flags): set flags to thread.wanabe
2010-03-25* file.c (rb_get_path_check): prefer #to_path over #to_str. a patchmame
2010-03-25* NEWS: Array#{uniq,uniq!} can take a block. see [ruby-dev:37998]kazu
2010-03-25* NEWS: add IO#autoclose=, IO#autoclose?, IO#codepoints, IO#each_codepoint.kazu
2010-03-25* win32/win32.c (rb_w32_{read,write}): fix handle leaks. based onnobu
2010-03-25* NEWS: add Kernel#singleton_class.kazu
2010-03-25* bignum.c, node.h, strftime.c, enc/trans/utf8_mac.trans: added explicit cast...muraken
2010-03-25* test/ruby/test_dir_m17n.rb: HFS+ escapes invalid byte sequences of filenames.muraken
2010-03-24* configure.in (ruby_version): needs runnable CPP.nobu
2010-03-24* tool/make-snapshot (package): take a breath for HP-UX makenobu
2010-03-24* tool/make-snapshot (Dir.mktmpdir): for 1.8.6 backward compatibility.nobu
2010-03-24* tool/make-snapshot (package): $: no longer contains ".", in trunk.nobu
2010-03-24* ext/iconv/charset_alias.rb: update of URL. [ruby-dev:38360]nobu
2010-03-24* thread.c (thread_create_core): let new thread inherit RUBY_EVENT_VMmame
2010-03-24* configure.in: revert the previous commit, which seemed to break makemame
2010-03-24* configure.in (LDSHARED, CPP): keep $(CC). [ruby-core:28912]nobu
2010-03-24* vm_method.c (rb_add_method): prototype of rb_vm_get_sourceline.nobu
2010-03-24* win32/win32.c (rb_w32_read): limit read size to 16KB if the filenobu
2010-03-24* file.c (file_expand_path): set length of string before callingnaruse
2010-03-23* 2010-03-24svn
2010-03-23Giving proper credit for the new parser.jeg2
2010-03-23* lib/csv.rb: Incorporating the fixes from the recentjeg2
2010-03-23enable Object#inspect doc.akr
2010-03-23update doc.akr
2010-03-23* object.c (rb_obj_singleton_class): new methodshugo
2010-03-22* test/yaml/test_hash.rb (test_ref_append): adding a test for idreftenderlove
2010-03-22* 2010-03-23svn
2010-03-22* ext/socket: use rsock_ prefix for internal initialization functions.akr
2010-03-22add a test.wanabe
2010-03-22* proc.c (rb_method_location): return attr's location if it is setup.wanabe
2010-03-22 * lib/date.rb (Date#>>): fixed. [ruby-core:28011]tadf
2010-03-22update doc.akr
2010-03-22* configure.in (RMDIRS): use rmdir -p if possible.nobu
2010-03-22* Makefile.in ({dist,real}clean-ext): fix for removing extnobu
2010-03-22update doc.akr
2010-03-22update doc.akr
2010-03-22update doc.akr
2010-03-22* ext/socket/.document: extracted from ext/.document.akr
2010-03-21* ext/socket/rubysocket.h (rsock_revlookup_flag): declared.akr
2010-03-21* symbian/setup (config.h): RUBY_EXEC_PREFIX defined.azav
2010-03-21* 2010-03-22svn
2010-03-21* symbian/setup (config.h): RUBY_EXEC_PREFIX defined.azav
2010-03-21* lib/uri/common.rb (URI.encode_www_form_component):naruse
2010-03-21* lib/resolv-replace.rb: specify super class for rdoc.akr
2010-03-21* io.c (rb_io_initialize): add autoclose argument to control closenobu
2010-03-21* ext/socket: make sources rdoc friendly.akr