aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* use RB_TYPE_P() instead of comparison of TYPE()nobu2012-05-239-20/+20
* * ext/syslog/syslog.c: Classify constants and macros into severalknu2012-05-211-67/+92
* * ext/syslog/syslog.c (mSyslog_inspect): Use rb_sprintf().knu2012-05-211-15/+8
* * ext/syslog/syslog.c (mSyslog_inspect): Make sure self is aknu2012-05-211-0/+2
* ext/extmk.rb: workaround for -framework optionnobu2012-05-202-2/+2
* ext/extmk.rb: reopen stdoutnobu2012-05-201-4/+7
* ext/extmk.rb: Shellwords.joinnobu2012-05-201-1/+1
* Bug #6462: EXTSOLIBSnobu2012-05-201-1/+1
* suppress unused-but-set-variable warningsnobu2012-05-191-4/+10
* static-linked-ext: all linked rubynobu2012-05-191-1/+1
* static-linked-ext: into librubynobu2012-05-191-1/+1
* static-linked-ext: into librubynobu2012-05-191-3/+9
* ext/extmk.rb: fold long macronobu2012-05-191-17/+17
* * ext/openssl/extconf.rb: Use Logging::message instead of message.kosaki2012-05-182-10/+10
* ext/extmk.rb: link archives onlynobu2012-05-181-1/+1
* Revert r35684 "* trunk/ext/json/extconf.rb: remove fake file."nobu2012-05-181-0/+3
* * ext/zlib/extconf.rb: Use an exception instaed of bare puts.kosaki2012-05-181-2/+1
* * ext/psych/extconf.rb: Use an exception instaed of bare abort.kosaki2012-05-181-1/+1
* * ext/fiddle/extconf.rb: Use an exception instaed of bare abort.kosaki2012-05-181-2/+2
* * ext/readline/extconf.rb: Use an exception instead of bare exit.kosaki2012-05-181-3/+3
* * ext/ripper/extconf.rb: Use an exception instead of barekosaki2012-05-181-2/+1
* * ext/openssl/extconf.rb: Clarify a message when hit Applekosaki2012-05-181-1/+1
* * ext/extmk.rb: Show a message when extconf.rb raised an exception.kosaki2012-05-182-4/+13
* * trunk/ext/json/extconf.rb: remove fake file.nobu2012-05-181-3/+0
* * ext/extmk.rb (extmake): remove particular platform specific condition.nobu2012-05-181-1/+1
* * ext/syslog/lib/syslog/logger.rb: Added Syslog::Logger which wasdrbrain2012-05-171-0/+174
* * ext/psych/parser.c (transcode_string): fix encoding index names.tenderlove2012-05-171-2/+2
* * ext/curses/curses.c (curses_pair_number): suppress 64-to-32 warning.nobu2012-05-171-1/+1
* Imports Ruby's port to NativeClient (a.k.a NaCl).yugui2012-05-173-2/+52
* fix static-linked-extnobu2012-05-171-1/+2
* fix static-linked-extnobu2012-05-171-12/+14
* fix static-linked-extnobu2012-05-171-1/+3
* * ext/extmk.rb (exts.mk): use double quotes instead of single quotesusa2012-05-161-1/+1
* Supports static linking of extensions and encodings again.yugui2012-05-161-23/+50
* * ext/date/date_strftime.c: should also be aware of flags ontadf2012-05-151-31/+56
* * ext/psych/lib/psych/visitors/to_ruby.rb: fix a bug with stringtenderlove2012-05-151-2/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: convert omap tagged maps totenderlove2012-05-151-0/+7
* * ext/psych/lib/psych/visitors/yaml_tree.rb: keep a reference totenderlove2012-05-151-0/+2
* trivial changestadf2012-05-142-21/+25
* trivial changestadf2012-05-131-36/+17
* * ext/etc/etc.c (passwd_ensure): move endpwent() call fromakr2012-05-131-2/+2
* * ext/date/date_strftime.c: removed unused code and changed the style.tadf2012-05-131-1085/+580
* * ext/date/date_strftime.c: refactored.tadf2012-05-131-225/+202
* * ext/sdbm/init.c: Added documentation. Patch by Justin Collins,drbrain2012-05-111-3/+337
* * ext/bigdecimal/bigdecimal.c (PUSH): to prevent VALUE from GC,nobu2012-05-111-1/+1
* Revert r35616 "* ext/bigdecimal/bigdecimal.c: use RB_GC_GUARD. [ruby-dev:45627]"nobu2012-05-111-293/+213
* * ext/bigdecimal/bigdecimal.c: use RB_GC_GUARD. [ruby-dev:45627]mrkn2012-05-101-213/+293
* * ext/date/date_core.c: reverted.tadf2012-05-081-32/+12
* * include/ruby/win32.h (FD_SET): change function to macro.shirosaki2012-05-083-0/+60
* * ext/date/date_core.c: improving introduction in Date/DateTime doc.ayumin2012-05-081-12/+32