aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/iconv: deprecated. [Feature #6322]nobu2012-04-2310-1481/+0
* --with-broken-apple-openssl optionnobu2012-04-231-1/+3
* * ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): suppress warnings.nobu2012-04-221-2/+2
* * ext/openssl/extconf.rb: ignore broken version by Apple.nobu2012-04-221-3/+5
* * ext/openssl/extconf.rb: configure.in adds -Wall to warnflags, notnobu2012-04-221-7/+0
* update doc.akr2012-04-201-1/+10
* * ext/-test-/win32/dln/extconf.rb: need import library for ordinalnobu2012-04-191-2/+6
* * ext/curses/curses.c (window_nodelay): Fixed call-seq of nodelay todrbrain2012-04-181-3/+6
* * io.c (io_readpartial): Document the output buffer parameter isdrbrain2012-04-181-1/+1
* * ext/-test-/win32/dln/extconf.rb: fix for mingw.nobu2012-04-171-4/+5
* * ext/-test-/win32/dln/extconf.rb: add to cleanfiles iff cleanobjs is set.nobu2012-04-171-1/+1
* * ext/-test-/win32/dln/extconf.rb: add test dll files to cleanfiles.nobu2012-04-171-0/+2
* * ext/-test-/win32/dln/extconf.rb: remove unnecessary local variable.nobu2012-04-171-2/+1
* * dln.c (rb_w32_check_imported): skip ordinal entries. based on anobu2012-04-174-0/+51
* Add debug prints to inspect TC_JSONGenerate#test_gc's timeout issue.naruse2012-04-152-0/+2
* * reduce UNREACHABLE.nobu2012-04-151-0/+1
* * variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain2012-04-145-5/+10
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-1311-0/+40
* * ext/date/date_core.c: added some notes.tadf2012-04-121-5/+9
* * ext/digest/sha2/lib/sha2.rb (Digest#block_length): Fixed method namedrbrain2012-04-101-3/+3
* * ext/ripper/lib/ripper/sexp.rb: fix spelling.ayumin2012-04-101-2/+2
* * error.c (rb_enc_raise): new function to raise an exception withnobu2012-04-103-0/+31
* * ext/zlib/zlib.c (rb_deflate_s_deflate): Fixed ruby example replacingdrbrain2012-04-101-1/+1
* * parse.y (string_content, parser_yylex): count brace nesting tonobu2012-04-091-0/+1
* * ext/date/date_strftime.c: gets the value with range() consistetly.tadf2012-04-081-6/+16
* Additional experimental fix for r35261.naruse2012-04-083-3/+3
* * ext/json/generator/generator.c (generate_json_bignum):naruse2012-04-081-0/+1
* * ext/psych/lib/psych.rb: bumping up psych version to match release.tenderlove2012-04-072-3/+4
* * ext/psych/parser.c: fall back to any encoding if the externaltenderlove2012-04-061-3/+4
* * hash.c: remove unnecessary checks for Qundef in hash iterations.nobu2012-03-311-2/+1
* * ext/openssl/ossl_x509cert.c: Fix doc typo.emboss2012-03-311-1/+1
* * st.c (st_update): pass pointer to key to the callback function.nobu2012-03-292-4/+4
* * st.c (st_update): add existing parameter to the callback function.nobu2012-03-291-2/+2
* * ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data.emboss2012-03-291-3/+6
* * ext/openssl/ossl_asn1.c: raise TypeError when trying to encode nilemboss2012-03-281-3/+11
* * ext/psych/lib/psych.rb: updating version to match gemtenderlove2012-03-273-8/+9
* Refix Bug #6094: use unsigned long integer literal.naruse2012-03-231-4/+4
* Revert "* ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type."naruse2012-03-231-3/+3
* * ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type.nobu2012-03-221-3/+3
* num2ll and num2ullnobu2012-03-181-3/+6
* * ext/date/date_core.c (datetime_s_now): [ruby-core:43256].tadf2012-03-131-1/+41
* Add missing files of r34971,naruse2012-03-1111-0/+472
* * ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd.naruse2012-03-1111-535/+240
* * st.c: add st_foreach_check for fixing iteration over packed tablenobu2012-03-102-7/+6
* * st.c: fix packed num_entries on delete_safe. patched by Sokolovnobu2012-03-101-0/+24
* * ext/psych/lib/psych.rb (load, parse): stop parsing or loading aftertenderlove2012-03-081-2/+4
* * ext/psych/lib/psych.rb (parse_stream, load_stream): if a block istenderlove2012-03-082-6/+56
* Comment out unused lines.naruse2012-03-061-5/+4
* * ext/io/console/console.c (set_rawmode): clear ECHOE and ECHOKnobu2012-03-061-3/+6
* * ext/psych/lib/psych/core_ext.rb: only extend Kernel if IRB is loadedtenderlove2012-03-051-0/+2