summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-05-17* ext/syslog/lib/syslog/logger.rb: Added Syslog::Logger which wasdrbrain
2012-05-17* ext/psych/parser.c (transcode_string): fix encoding index names.tenderlove
2012-05-17fix NaCl supportnobu
2012-05-17* thread.c, thread_pthread.c: Moved pthread-specific preprocessoryugui
2012-05-17* io.c: Fix a mistake on merging the patch in the previous commit.yugui
2012-05-17Imports Ruby's port to NativeClient (a.k.a NaCl).yugui
2012-05-17fix static-linked-extnobu
2012-05-17enc/encinit.c.erb: use %-linesnobu
2012-05-17fix static-linked-extnobu
2012-05-17fix static-linked-extnobu
2012-05-16configure.in: Fix an unbalanced quote.yugui
2012-05-16* ext/extmk.rb (exts.mk): use double quotes instead of single quotesusa
2012-05-16configure.in: use single quotesnobu
2012-05-16Supports static linking of extensions and encodings again.yugui
2012-05-16* io.c: fixed a merge mistake of r33878, reported by nobu via IRC.usa
2012-05-15 * ext/date/date_strftime.c: should also be aware of flags ontadf
2012-05-15* ext/psych/lib/psych/visitors/to_ruby.rb: fix a bug with stringtenderlove
2012-05-15* ext/psych/lib/psych/visitors/to_ruby.rb: convert omap tagged maps totenderlove
2012-05-15* ext/psych/lib/psych/visitors/yaml_tree.rb: keep a reference totenderlove
2012-05-15lib/test/unit.rb: --color optionnobu
2012-05-14Bug #6403: reset states after empty argsnobu
2012-05-13* ChangeLog: fix a typo.nagachika
2012-05-13* enumerator.c (lazy_take_func, lazy_take): multiple calls ofnagachika
2012-05-13* test/ruby/test_io.rb (test_flush_in_finalizer1): don't use IO.for_fdnagachika
2012-05-13* test/ruby/test_io.rb (TestIO): revert r35631. it broke the intent ofnagachika
2012-05-13* ext/etc/etc.c (passwd_ensure): move endpwent() call fromakr
2012-05-13 * ext/date/date_strftime.c: removed unused code and changed the style.tadf
2012-05-13 * ext/date/date_strftime.c: refactored.tadf
2012-05-12* test/ruby/test_io.rb (class TestIO): Disable GC during IO tests toluislavena
2012-05-11Fixed issue number in fileutils changelog entrydrbrain
2012-05-11* ext/sdbm/init.c: Added documentation. Patch by Justin Collins,drbrain
2012-05-11* lib/fileutils.rb (cp_r): Fixed cp_r example. Patch by TJ Koblentzdrbrain
2012-05-11* thread.c (rb_threadptr_execute_interrupts_common):naruse
2012-05-11Revert r35622.naruse
2012-05-11* thread.c (rb_threadptr_execute_interrupts_common): th->errinfo isnaruse
2012-05-11Bug #6419: fix cmdarg beginnobu
2012-05-11 * ext/bigdecimal/bigdecimal.c (PUSH): to prevent VALUE from GC,nobu
2012-05-11Revert r35616 "* ext/bigdecimal/bigdecimal.c: use RB_GC_GUARD. [ruby-dev:45627]"nobu
2012-05-11lib/test/unit.rb: no unnecessary newlinesnobu
2012-05-10* ext/bigdecimal/bigdecimal.c: use RB_GC_GUARD. [ruby-dev:45627]mrkn
2012-05-10test/minitest: Correct requiring path to metametameta.rb.nobu
2012-05-10parse.y: debugging stuffnobu
2012-05-09lib/mkmf.rb: check pkg-config resultnobu
2012-05-09* lib/net/imap.rb (decode_utf7, encode_utf7): refactored byshugo
2012-05-09 * test/rubygems/test_gem_remote_fetcher.rb: skip OpenSSL dependentnobu
2012-05-09Imported minitest 3.0.0 (r7435) w/ fixes for rubygems. 10955 tests, 2253343 a...ryan
2012-05-08* re.c (rb_reg_equal): Removed incorrect example for Regexp#== withdrbrain
2012-05-08 * ext/date/date_core.c: reverted.tadf
2012-05-08 * lib/rinda/ring.rb (lookup_ring_any): fix Rinda::RingFinger.primary seki
2012-05-08fix typoskazu