summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-12-31remove HAVE_FSEEKO from win32/win32.carton
2013-12-31* io.c (io_fwrite): allocate frozen str only when str is not converted.glass
2013-12-31mkmf.rb: expand RUBY_SO_NAMEnobu
2013-12-30Add [DOC] tag [ci skip]zzak
2013-12-30* variable.c: Adding extra example in docs. [Bug #9210]ayumin
2013-12-30encoding.c: mask dummy flagsnobu
2013-12-30* tool/make-snapshot: needs CXXFLAGS. [ruby-core:59393][Bug #9320]eban
2013-12-29* lib/mkmf.rb (configuration): Make CXXFLAGS customizable.sorah
2013-12-29proc.c: fix inherited method ownernobu
2013-12-28test_sprintf.rb: sprintf with a hash as parameternobu
2013-12-28vm_insnhelper.c: missing super in method modulenobu
2013-12-28* compar.c (cmp_eq_recursive): Fix the return value, the value foreregon
2013-12-28* object.c (Kernel#<=>) surround Comparable operators with <code> tags.eregon
2013-12-28* benchmark/bm_so_meteor_contest.rb: [DOC] Fix a few typoscharliesome
2013-12-27parse.y: save cmdarg_stack in local scopenobu
2013-12-27* win32/{setup.mak,Makefile.sub}: update fake.rb likeusa
2013-12-26* win32/Makefile.sub (fake.rb): should depend on version.h becauseusa
2013-12-26hash.c: no extra states copynobu
2013-12-26* version.h (RUBY_VERSION): 2.2.0 development has started.matz
2013-12-26* ChangeLog: reformatting for the previous commit.usa
2013-12-26* tool/merger.rb (tag): support 2.1.1 semi-automatic tagging and 2.2.0 explic...usa
2013-12-25* proc.c: Having any mandatory keyword argument increases min arity [#9299]marcandre
2013-12-25* proc.c: Having optional keyword arguments makes maximum arity +1, not unlim...marcandre
2013-12-25* tool/release.sh: make symbolic links.usa
2013-12-25old ChangeLog and NEWS move to dockazu
2013-12-25* tool/make-snapshot: support new version scheme.usa
2013-12-25compile.c: unnamed keyword rest checknobu
2013-12-25* lib/abbrev.rb: [DOC] rdoc format patch by Giorgos Tsiftsis [Bug #9146]zzak
2013-12-25iseq.c: fix parameter of unnamed rest keywords argumentnobu
2013-12-25proc.c: fix arity of rest keywords argumentnobu
2013-12-25* vm_insnhelper.c (argument_error): insert dummy frame to makeko1
2013-12-25win32/win32.c: mingw junglenobu
2013-12-25* sample/trick2013/: added the award-winning entries of TRICK 2013.mame
2013-12-25ossl_ssl.c: declare OP_MSIE_SSLV2_RSA_PADDING only if definednobu
2013-12-24proc.c: Binding#local_variablesnobu
2013-12-24test_fileutils.rb: tests for chownnobu
2013-12-24proc.c: make method by define_method publicnobu
2013-12-24* README.EXT: add a refer to URL.ko1
2013-12-24* README.EXT: add a document about RGenGC.ko1
2013-12-24* include/ruby/ruby.h (RARRAY_ASET): try to avoid compiler warning.ko1
2013-12-24* remove trailing spaces.nobu
2013-12-23* test/fileutils/test_fileutils.rb (setup): should not callusa
2013-12-23test_fileutils.rb: tests for chownnobu
2013-12-23hash.c: reduce warningnobu
2013-12-23* array.c: Have to_h raise on elements that are not key-value pairs [#9239]marcandre
2013-12-22* doc/syntax/methods.rdoc: [DOC] Added example for underscorezzak
2013-12-22* doc/ChangeLog-1.9.3: [DOC] Fix typos by @dvsureshzzak
2013-12-22commit miss from r44346zzak
2013-12-22* test/rubygems/test_gem_ext_builder.rb: Fix warning due to ambiguousdrbrain
2013-12-22* lib/rubygems/commands/install_command.rb: Restore gem installdrbrain