summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-03-29* prelude.rb, .document: Stuff in prelude.rb should be documentedknu
2010-03-29 * lib/matrix.rb(Vector#each2, Vector#collect2): add type check forkeiju
2010-03-29* time.c: wide value condition changed.akr
2010-03-29* lib/optparse.rb (Numeric): accept rationals.nobu
2010-03-29* lib/tempfile.rb (Tempfile#open): re-open with same mode andnobu
2010-03-29Revert "* configure.in (ac_cv_func_snprintf, ac_cv_func_vsnprintf):"naruse
2010-03-29* random.c: change include order; ruby.h should be at first.naruse
2010-03-28* ext/psych/*: importing Psych to trunktenderlove
2010-03-28* configure.in (ac_cv_func_snprintf, ac_cv_func_vsnprintf):naruse
2010-03-28* lib/scanf.rb: fix max width modifier for %f.naruse
2010-03-28Imported minitest 1.6.0 r5717.ryan
2010-03-28* time.c (rb_time_magnify): fix for LP64.akr
2010-03-28* lib/scanf.rb: fix %[egEFG] isn't accept.naruse
2010-03-28* time.c: rename small integer specialization related identifiers.akr
2010-03-27* time.c (weq): optimize for small integer.akr
2010-03-27* time.c (mul): condition refined.akr
2010-03-27* time.c: fix previos commit.akr
2010-03-27* time.c: use 64bit arithmetic even on platforms with 32bit VALUE.akr
2010-03-26* NEWS: add Thread#add_trace_func and Thread#set_trace_func.wanabe
2010-03-26* ChangeLog: add author name of a patchmame
2010-03-26* ext/openssl/ossl_x509store.c (ossl_x509store_initialize): initializemame
2010-03-26* Makefile.in (DOXYGEN): Define a missing variable DOXYGEN. Buildknu
2010-03-26* test/ruby/test_hash.rb (test_recursive_key): recursive keys areshugo
2010-03-26* lib/yaml/basenode.rb: deprecating YPath methodstenderlove
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