summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2013-07-30sprintf.c: QUOTE flagnobu
2013-07-30* ext/curses/extconf.rb: [DOC] nodoc to reduce Object pollutionzzak
2013-07-29* ext/curses/curses.c: [DOC] Update location of sampleszzak
2013-07-28extmk.rb: static extensionsnobu
2013-07-28* include/ruby/intern.h (rb_absint_size): Declaration moved fromakr
2013-07-26Add facility to Syslog::Logger.knu
2013-07-26* ext/fiddle/*: [DOC] More doc on dlopen and RTLD_DEFAULT from r42186zzak
2013-07-26* ext/fiddle/lib/fiddle.rb: [DOC] Document Fiddle.dlopen(nil)zzak
2013-07-25* ext/openssl/ossl.c: support additional three thread synchronizationko1
2013-07-24ossl.c: suppress warningnobu
2013-07-23* ext/openssl/extconf.rb (CRYPTO_THREADID): check exist or not.naruse
2013-07-23* ext/openssl/ossl.c: use system native (system provided)ko1
2013-07-23* properties.nobu
2013-07-22* ext/openssl/ossl_asn1.c (asn1time_to_time): Implement YYMMDDhhmmZdrbrain
2013-07-22readline.c: $SAFE 4nobu
2013-07-22fix commit missnobu
2013-07-22readline.c: $SAFEnobu
2013-07-22* ext/readline/readline.c (Init_readline): addedkouji
2013-07-21date_parse.c: missing wdaynobu
2013-07-19* ext/pathname/pathname.c (path_inspect): use PRIsVALUE to preservektsj
2013-07-19* ext/tk/extconf.rb: Default search_versions are set 8.5 and 8.4 only. At pre...nagai
2013-07-19* ext/psych/lib/psych*: [DOC] Capitalize "Ruby" in documentationzzak
2013-07-18* ext/-test-/bignum/intpack.c: Renamed from ext/-test-/bignum/pack.c.akr
2013-07-18* lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341]zzak
2013-07-15* ext/bigdecimal/lib/bigdecimal/util.rb: [DOC] document top-levelzzak
2013-07-13ext/win32: movenobu
2013-07-12* ext/fiddle/win32/lib/win32/registry.rbusa
2013-07-11win32/registry.rb: remove workaroundnobu
2013-07-11string.c: multi-byte terminatornobu
2013-07-10ossl.c: fix argument typenobu
2013-07-10ossl.c: rb_gc_register_mark_objectnobu
2013-07-10ossl.c: check allocationnobu
2013-07-10ossl.c: check integer overflownobu
2013-07-09* remove trailing spaces.nobu
2013-07-09 * ext/date/date_parse.c (date_zone_to_diff): [ruby-core:55831].tadf
2013-07-09fixup stying of `Json#generate` parameter docs by @daveworth [fixes GH-339]hsbt
2013-07-09* ext/{dl,fiddle}/win32/lib/win32/registry.rb: hope that the finalusa
2013-07-09* ext/{dl,fiddle}/win32/lib/win32/registry.rb (Win32::Regstry#check):usa
2013-07-09* ext/{dl,fiddle}/win32/lib/win32/registry.rb: typos.usa
2013-07-09* ext/{dl,fiddle}/win32/lib/win32/registry.rbusa
2013-07-09* ext/{dl,fiddle}/win32/lib/win32/registry.rbusa
2013-07-09* ext/dl/win32/lib/win32/registry.rb (Win32::Registry.expand_environ):usa
2013-07-08win32/registry.rb: use WCHARnobu
2013-07-08* bignum.c (rb_big_sq_fast): New function for testing.akr
2013-07-07* internal.h (rb_big_mul_normal): Declared.akr
2013-07-05* ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds ofemboss
2013-07-05* ext/openssl/ossl.c: Provide CRYPTO_set_locking_callback() andemboss
2013-07-05* lib/openssl/ssl.rb: Fix SSL client connection crash for SAN markedemboss
2013-07-05* ext/psych/lib/psych/visitors/yaml_tree.rb: register time objects sotenderlove
2013-07-05Fix comment typo by @parroty [fix GH-350]hsbt