summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-05-21 * .travis.yml (install): It seems tcl/tk is skipped in Travisshyouhei
2012-05-21enc: fix dependenciesnobu
2012-05-21* lib/net/ftp.rb (Net::FTP#transfercmd): rescue shutdown.naruse
2012-05-20* ChangeLog: fix a typo.nagachika
2012-05-20ext/extmk.rb: reopen stdoutnobu
2012-05-20* enc/shift_jis.c (code_to_mbclen): returnnaruse
2012-05-20Bug #6462: EXTSOLIBSnobu
2012-05-19static-linked-ext: all linked rubynobu
2012-05-19static-linked-ext: into librubynobu
2012-05-19static-linked-ext: into librubynobu
2012-05-19ext/extmk.rb: fold long macronobu
2012-05-19use LIBEXTnobu
2012-05-19fix typonobu
2012-05-18* ext/openssl/extconf.rb: Use Logging::message instead of message.kosaki
2012-05-18fix typos and spaceskazu
2012-05-18[ruby-dev:45650]nobu
2012-05-18* thread_pthread.c (rb_thread_create_timer_thread): Added errorkosaki
2012-05-18ext/extmk.rb: link archives onlynobu
2012-05-18* cont.c: bump up fiber machine stack size when running on 64bitkosaki
2012-05-18* lib/uri/generic.rb (URI::Generic.build): duplicate args before addingnaruse
2012-05-18* ext/zlib/extconf.rb: Use an exception instaed of bare puts.kosaki
2012-05-18* ext/psych/extconf.rb: Use an exception instaed of bare abort.kosaki
2012-05-18* ext/fiddle/extconf.rb: Use an exception instaed of bare abort.kosaki
2012-05-18* ext/readline/extconf.rb: Use an exception instead of bare exit.kosaki
2012-05-18* ext/ripper/extconf.rb: Use an exception instead of barekosaki
2012-05-18* ext/openssl/extconf.rb: Clarify a message when hit Applekosaki
2012-05-18* ext/extmk.rb: Show a message when extconf.rb raised an exception.kosaki
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