summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2012-04-25* ext/socket/raddrinfo.c (init_unix_addrinfo): refine error messageakr
2012-04-24* ext/socket/raddrinfo.c (init_unix_addrinfo): show actual path lengthakr
2012-04-23* ext/iconv: deprecated. [Feature #6322]nobu
2012-04-23--with-broken-apple-openssl optionnobu
2012-04-22* ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): suppress warnings.nobu
2012-04-22* ext/openssl/extconf.rb: ignore broken version by Apple.nobu
2012-04-22* ext/openssl/extconf.rb: configure.in adds -Wall to warnflags, notnobu
2012-04-20update doc.akr
2012-04-19* ext/-test-/win32/dln/extconf.rb: need import library for ordinalnobu
2012-04-18* ext/curses/curses.c (window_nodelay): Fixed call-seq of nodelay todrbrain
2012-04-18* io.c (io_readpartial): Document the output buffer parameter isdrbrain
2012-04-17* ext/-test-/win32/dln/extconf.rb: fix for mingw.nobu
2012-04-17* ext/-test-/win32/dln/extconf.rb: add to cleanfiles iff cleanobjs is set.nobu
2012-04-17* ext/-test-/win32/dln/extconf.rb: add test dll files to cleanfiles.nobu
2012-04-17* ext/-test-/win32/dln/extconf.rb: remove unnecessary local variable.nobu
2012-04-17* dln.c (rb_w32_check_imported): skip ordinal entries. based on anobu
2012-04-15Add debug prints to inspect TC_JSONGenerate#test_gc's timeout issue.naruse
2012-04-15* reduce UNREACHABLE.nobu
2012-04-14* variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain
2012-04-12 * ext/date/date_core.c: added some notes.tadf
2012-04-10* ext/digest/sha2/lib/sha2.rb (Digest#block_length): Fixed method namedrbrain
2012-04-10* ext/ripper/lib/ripper/sexp.rb: fix spelling.ayumin
2012-04-10* error.c (rb_enc_raise): new function to raise an exception withnobu
2012-04-10* ext/zlib/zlib.c (rb_deflate_s_deflate): Fixed ruby example replacingdrbrain
2012-04-09* parse.y (string_content, parser_yylex): count brace nesting tonobu
2012-04-08 * ext/date/date_strftime.c: gets the value with range() consistetly.tadf
2012-04-08Additional experimental fix for r35261.naruse
2012-04-08* ext/json/generator/generator.c (generate_json_bignum):naruse
2012-04-07* ext/psych/lib/psych.rb: bumping up psych version to match release.tenderlove
2012-04-06* ext/psych/parser.c: fall back to any encoding if the externaltenderlove
2012-03-31* hash.c: remove unnecessary checks for Qundef in hash iterations.nobu
2012-03-31* ext/openssl/ossl_x509cert.c: Fix doc typo.emboss
2012-03-29* st.c (st_update): pass pointer to key to the callback function.nobu
2012-03-29* st.c (st_update): add existing parameter to the callback function.nobu
2012-03-29* ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data.emboss
2012-03-28* ext/openssl/ossl_asn1.c: raise TypeError when trying to encode nilemboss
2012-03-27* ext/psych/lib/psych.rb: updating version to match gemtenderlove
2012-03-23Refix Bug #6094: use unsigned long integer literal.naruse
2012-03-23Revert "* ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type."naruse
2012-03-22* ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type.nobu
2012-03-18num2ll and num2ullnobu
2012-03-13 * ext/date/date_core.c (datetime_s_now): [ruby-core:43256].tadf
2012-03-11Add missing files of r34971,naruse
2012-03-11* ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd.naruse
2012-03-10* st.c: add st_foreach_check for fixing iteration over packed tablenobu
2012-03-10* st.c: fix packed num_entries on delete_safe. patched by Sokolovnobu
2012-03-08* ext/psych/lib/psych.rb (load, parse): stop parsing or loading aftertenderlove
2012-03-08* ext/psych/lib/psych.rb (parse_stream, load_stream): if a block istenderlove
2012-03-06Comment out unused lines.naruse