summaryrefslogtreecommitdiff
path: root/ChangeLog
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-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* 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-23Giving proper credit for the new parser.jeg2
2010-03-23* lib/csv.rb: Incorporating the fixes from the recentjeg2
2010-03-23* object.c (rb_obj_singleton_class): new methodshugo
2010-03-22* ext/socket: use rsock_ prefix for internal initialization functions.akr
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-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-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* 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
2010-03-21* io.c (IO_RBUF_CAPA_FOR): use large buffer as cbuf if readconv isnobu
2010-03-21* tool/transcode-tblgen.rb: reuse hash object.akr
2010-03-21* tool/transcode-tblgen.rb (transcode_compile_tree): makeakr
2010-03-21* io.c (IO_[CRW]BUF_CAPA_MIN): replaced magic numbers.nobu
2010-03-21* object.c (rb_obj_hash): use LONG2FIX to avoid Bignum allocation.akr
2010-03-20* string.c (rb_str_sum): use UCHAR_MAX.akr
2010-03-20* tool/transcode-tblgen.rb (ActionMap.unambiguous_action): useakr
2010-03-20* array.c (rb_ary_uniq_bang): the array is already unique if theakr
2010-03-20* lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].nobu
2010-03-20* tool/transcode-tblgen.rb (each_firstbyte_range): tuned for lessakr
2010-03-19* ext/dl/lib/dl/pack.rb (DL#pack): allow LLP64.wanabe
2010-03-18* string.c (rb_str_sum): don't call method for each byte.akr
2010-03-18* Makefile.in (miniruby): link $(NORMALMAINOBJ).nobu
2010-03-18* tool/transcode-tblgen.rb: scan singleton mappings sequentially.akr