summaryrefslogtreecommitdiff
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-17* 2012-05-18svn
2012-05-17* properties.nobu
2012-05-17* ext/curses/curses.c (curses_pair_number): suppress 64-to-32 warning.nobu
2012-05-17fix NaCl supportnobu
2012-05-17* io.c: re-fix merge miss.nobu
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-17* 2012-05-17svn
2012-05-17fix static-linked-extnobu
2012-05-16* configure.in (PIE): fix operator.nobu
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-15test/ruby/test_time.rb: split a big testnobu
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* 2012-05-16svn
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-15test for Bug #6385nobu
2012-05-15test/ruby/test_file.rb: use tmpdirnobu
2012-05-15test/ruby/test_marshal.rb: close pipesnobu
2012-05-14* 2012-05-15svn
2012-05-14trivial changestadf
2012-05-14Check IFDISABLED on Mac OS X.naruse
2012-05-14Bug #6403: reset states after empty argsnobu
2012-05-13trivial changestadf
2012-05-13* ChangeLog: fix a typo.nagachika
2012-05-13* 2012-05-14svn
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* 2012-05-13svn
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