summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2013-08-09* ext/readline/readline.c (insert_ignore_escape): suppressktsj
2013-08-09io-console.gemspec: drop 1.9nobu
2013-08-09* ext/io/console/console.c: delete redefinition of rb_cloexec_open.charliesome
2013-08-06* ext/openssl/ossl_hmac.c: [DOC] Documentation for OpenSSL::HMACzzak
2013-08-06* ext/readline/readline.c (readline_s_delete_text): removekouji
2013-08-06* ext/readline/readline.c, test/readline/test_readline.rb: fixkouji
2013-08-06* ext/readline/readline.c (readline_s_set_point, Init_readline):kouji
2013-08-06json/add/range.rb: use Range#endnobu
2013-08-06* ext/readline/readline.c (Init_readline, readline_s_set_output)kouji
2013-08-04* ext/tk/extconf.rb: Don't add "-ltk -ltcl" for MacOSX frameworks, because th...nagai
2013-08-03* ext/stringio/stringio.c (strio_substr): Trivial fix for invalidheadius
2013-08-03etc.c: encodingsnobu
2013-08-03struct.c: rb_struct_define_undernobu
2013-08-02eventids2.c: new literalsnobu
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