summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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* ext/curses/curses.c (curses_pair_number): suppress 64-to-32 warning.nobu
2012-05-17Imports Ruby's port to NativeClient (a.k.a NaCl).yugui
2012-05-17fix static-linked-extnobu
2012-05-17fix static-linked-extnobu
2012-05-17fix static-linked-extnobu
2012-05-16* ext/extmk.rb (exts.mk): use double quotes instead of single quotesusa
2012-05-16Supports static linking of extensions and encodings again.yugui
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-14trivial changestadf
2012-05-13trivial changestadf
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-11* ext/sdbm/init.c: Added documentation. Patch by Justin Collins,drbrain
2012-05-11 * ext/bigdecimal/bigdecimal.c (PUSH): to prevent VALUE from GC,nobu
2012-05-11Revert r35616 "* ext/bigdecimal/bigdecimal.c: use RB_GC_GUARD. [ruby-dev:45627]"nobu
2012-05-10* ext/bigdecimal/bigdecimal.c: use RB_GC_GUARD. [ruby-dev:45627]mrkn
2012-05-08 * ext/date/date_core.c: reverted.tadf
2012-05-08* include/ruby/win32.h (FD_SET): change function to macro.shirosaki
2012-05-08* ext/date/date_core.c: improving introduction in Date/DateTime doc.ayumin
2012-05-07* ext/openssl/ossl_ssl.c (ossl_start_ssl): remove useless rb_sys_failnaruse
2012-05-07* ext/json/lib/json/generic_object.rb: missing file.nobu
2012-05-07* ext/json: Merge JSON 1.7.1.naruse
2012-05-07* ext/openssl/ossl_ssl.c: add support for option flagsemboss
2012-05-07Revert r35560.naruse
2012-05-07* ext/json/parser/depend: need to specify the base directory for nmake.usa
2012-05-07ext/json/fbuffer/fbuffer.hnobu
2012-05-07* ext/bigdecimal/bigdecimal.c (Init_bigdecimal): define IDs beforenaruse
2012-05-07rmd160.c: fix for huge datanobu
2012-05-06* ext/openssl/ossl_ssl.c: support TLSv1.1 & TLSv1.1. Add emboss
2012-05-02* ext/readline/readline.c (Readline.special_prefixes=)kouji
2012-05-01* ext/readline/readline.c (Readline.pre_input_hook)kouji
2012-05-01* revert r35510 and r35511 which caused removing the headers everytime.nobu
2012-05-01depends on ext/openssl/deprecation.rbnobu
2012-05-01* ext/openssl/deprecation.rb (OpenSSL.check_func): check if header isnobu
2012-04-30* ext/digest/sha2/sha2.c (REVERSE32): exlicitly cast since unsignednobu
2012-04-30* ext/digest/*/extconf.rb: use pkg_config to use same library withnobu
2012-04-30* ext/zlib/extconf.rb: detect z_crc_t type which will be definedakr
2012-04-30* ext/openssl/lib/openssl/ssl.rb: add hostname to "hostname does notayumin
2012-04-29* ext/psych/lib/psych/json/yaml_events.rb: implicit styles should nottenderlove
2012-04-28* parse.y (assoc, parser_yylex): add syntax to splat keyword hash.nobu