aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * ext/openssl/ossl_ssl.c (ossl_start_ssl): remove useless rb_sys_failnaruse2012-05-071-1/+0
* * ext/json/lib/json/generic_object.rb: missing file.nobu2012-05-071-0/+39
* * ext/json: Merge JSON 1.7.1.naruse2012-05-0710-33/+52
* * ext/openssl/ossl_ssl.c: add support for option flagsemboss2012-05-071-1/+7
* Revert r35560.naruse2012-05-072-9/+1
* * ext/json/parser/depend: need to specify the base directory for nmake.usa2012-05-071-1/+1
* ext/json/fbuffer/fbuffer.hnobu2012-05-072-1/+9
* * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): define IDs beforenaruse2012-05-071-4/+4
* rmd160.c: fix for huge datanobu2012-05-071-3/+7
* * ext/openssl/ossl_ssl.c: support TLSv1.1 & TLSv1.1. Add emboss2012-05-062-5/+44
* * ext/readline/readline.c (Readline.special_prefixes=)kouji2012-05-022-0/+78
* * ext/readline/readline.c (Readline.pre_input_hook)kouji2012-05-012-0/+122
* * revert r35510 and r35511 which caused removing the headers everytime.nobu2012-05-014-8/+0
* depends on ext/openssl/deprecation.rbnobu2012-05-014-0/+8
* * ext/openssl/deprecation.rb (OpenSSL.check_func): check if header isnobu2012-05-011-2/+7
* * ext/digest/sha2/sha2.c (REVERSE32): exlicitly cast since unsignednobu2012-04-301-7/+7
* * ext/digest/*/extconf.rb: use pkg_config to use same library withnobu2012-04-306-22/+31