summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-19suppress unused-but-set-variable warningsnobu
2012-05-19static-linked-ext: all linked rubynobu
2012-05-19static-linked-ext: no ext/libext.anobu
2012-05-19static-linked-ext: into librubynobu
2012-05-19no K&R stylenobu
2012-05-19no K&R stylenobu
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-18* 2012-05-19svn
2012-05-18fix typos and spaceskazu
2012-05-18[ruby-dev:45650]nobu
2012-05-18decrease fiber stack size. 1MB is too large for windows. [Bug #6344]kosaki
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-18Revert r35684 "* trunk/ext/json/extconf.rb: remove fake file."nobu
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-18* trunk/ext/json/extconf.rb: remove fake file.nobu
2012-05-18* ext/extmk.rb (extmake): remove particular platform specific condition.nobu
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