summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-10-03* lib/shellwords.rb: Update toplevel comment with an example. Patchdrbrain
2011-10-03* proc.c (proc_call): Update documentation to match argument handlingdrbrain
2011-10-03* proc.c (proc_call): Fix documentation of Proc#call vs Proc#===.drbrain
2011-10-03* array.c (rb_ary_initalize): Make Array.new description matchdrbrain
2011-10-03 * array.c (rb_ary_initialize): Add output for examples. Patch bydrbrain
2011-10-03* array.c (rb_ary_s_create): Add example results for Array::[]. Patchdrbrain
2011-10-03* lib/rubygems: Update to RubyGems 1.8.11. Move Deprecate into thedrbrain
2011-10-03* ext/psych/lib/psych.rb: update psych version.tenderlove
2011-10-03* ext/psych/lib/psych.rb: calling `yaml` rather than `to_yaml`.tenderlove
2011-10-03* ext/psych/lib/psych/scalar_scanner.rb: Match values against thetenderlove
2011-10-03* ext/psych/lib/psych/visitors/to_ruby.rb: ToRuby visitor can betenderlove
2011-10-03* ext/psych/lib/psych/visitors/to_ruby.rb: Define Regexp::NOENCODINGtenderlove
2011-10-03* gc.c (rb_gc_set_params): output GC parameter change messages onlynagachika
2011-10-02* vm.c (rb_thread_mark), cont.c (cont_mark): revert r33369 and r33371ktsj
2011-10-02* test/psych/test_yamldbm.rb: add test case.ayumin
2011-10-02* lib/yaml/store.rb: make initialize method signature match thetenderlove
2011-10-02* io.c: fix documentation of ARGF.lineno=.ktsj
2011-10-02* lib/mkmf.rb (have_framework): try as Objective-C.nobu
2011-10-01* vm.c (rb_thread_mark), cont.c (cont_mark): self pointer should notktsj
2011-10-01* vm.c (rb_thread_mark): rb_thread_t needs self to be marked.ktsj
2011-10-01* gc.c (add_heap_slots, init_heap): reset heaps_inc zero whennagachika
2011-09-29* array.c (ary_join_1): should not copy the encoding of non-stringnobu
2011-09-29* gc.c (slot_sweep, rb_gc_finalize_deferred)nobu
2011-09-29* ext/gdbm/gdbm.c (rb_gdbm_fatal): adjust argument type.nobu
2011-09-29* gc.c (is_id_value, is_live_object): extract from id2ref().nobu
2011-09-29* gc.c (run_finalizer): use object instead of object id.nobu
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-09-28fix commit miss.nobu
2011-09-28* configure.in (pthread_np.h): needs pthread.h to be includednobu
2011-09-27* test/psych/test_yamlstore.rb: use tmpdir for tmpfile.ayumin
2011-09-27* ext/bigdecimal/README: update report to.ayumin
2011-09-27* ext/bigdecimal/bigdecimal_en.html: removed because this file isn'tmrkn
2011-09-27* thread_pthread.c: make native_fd_select().kosaki
2011-09-27* thread.c (do_select): remove cygwin specific hack. It's layerkosaki
2011-09-26* test/rexml/test_sax.rb: add require 'rexml/document.ayumin
2011-09-26Fix typoayumin
2011-09-26* test/psych/test_yamldbm.rb (require): fix #setup and #terdown.ayumin
2011-09-26* lib/webrick/httputils.rb: Add MIME Type definition of .js and .svg.naruse
2011-09-26* configure.in: remove DJGPP support. It's not longer supportedkosaki
2011-09-26* include/ruby/defines.h: remove NextStep, OpenStep, Rhapsodykosaki
2011-09-26* configure.in: remove a code for human68k. it's no longerkosaki
2011-09-25fix typoskazu
2011-09-25* ext/openssl/ossl_asn1.c: fix int_ossl_asn1_decode0_cons when beingemboss
2011-09-25* test/syck/test/yamldbm.rb: add test for Syck::DBM.ayumin
2011-09-25* lib/yaml/dbm/dbm.rb: fix #update, add #key for using istead #index.ayumin
2011-09-25* encoding.c (require_enc): reject only loading from untrustednobu
2011-09-25* configure.in: ignore all warnings from an arbitrarynobu
2011-09-24* enum.c (slice_before_i): use rb_attr_get to surpress wrong warningnaruse
2011-09-24fix typoskazu
2011-09-23* ext/openssl/ossl_asn1.c: remove unused variable.emboss