aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/json: Update to JSON 1.4.1.naruse2010-04-2619-1750/+2237
* * ext/psych/lib/psych/deprecated.rb: adding deprecated tagurize methodtenderlove2010-04-241-0/+6
* * ext/psych/lib/psych.rb: removing unused codetenderlove2010-04-242-2/+1
* * ext/psych/lib/psych/deprecated.rb: adding support for deprecatedtenderlove2010-04-243-8/+15
* * ext/psych/lib/psych/deprecated.rb: supporting detect_implicit methodtenderlove2010-04-242-1/+6
* * ext/psych/lib/psych.rb: supporting deprecated syck methodtenderlove2010-04-242-6/+19
* * ext/syck/yaml2byte.c (bytestring_append, bytestring_extend):nobu2010-04-241-2/+2
* * ext/psych/lib/psych.rb: fixing documentationtenderlove2010-04-242-10/+11
* * ext/openssl/ossl_ssl_session.c (SSL_SESSION_cmp): remove static forusa2010-04-231-1/+1
* * ext/openssl/ossl_config.c: fix compilation failure withakr2010-04-231-1/+1
* * ext/openssl/ossl_config.c: OpenSSL 1.0.0 support.usa2010-04-234-9/+51
* * doc/etc.rd, doc/etc.rd.ja: moved from ext/etc.nobu2010-04-233-146/+2
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-2224-123/+123
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-222-2/+2
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-2292-1588/+1588
* * ext/bigdecimal/bigdecimal.[ch]: replace _DEBUG with BIGDECIMAL_DEBUG to pre...mrkn2010-04-212-56/+56
* * ext/digest/sha2/extconf.rb: check SHA256_CTX and SHA512_CTX to fixakr2010-04-211-1/+2
* * ext/zlib/zlib.c (rb_deflate_params): update buf_filled count becausemame2010-04-201-1/+5
* * ext/dl/win32/lib/win32/registry.rb (PredefinedKey#create): root keyusa2010-04-201-1/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: defaulting binary stringtenderlove2010-04-171-2/+5
* * ext/psych/lib/psych/visitors/yaml_tree.rb (find_ivars): ignoretenderlove2010-04-171-3/+3
* * ext/psych/lib/psych/core_ext.rb (yaml_as): supporting deprecatedtenderlove2010-04-162-1/+17
* * ext/psych/lib/psych/coder.rb (scalar): supporting deprecated methodstenderlove2010-04-163-7/+33
* * ext/bigdecimal/bigdecimal.c (BigDecimal_coerce): revert r23389,mame2010-04-161-7/+2
* * ext/syck/lib/syck/basenode.rb (Syck::BaseNode#match_path): fixednobu2010-04-141-1/+1
* * ext/syck/lib/yaml/syck.rb: split from ext/syck/lib/syck.rb fornobu2010-04-142-94/+99
* * ext/nkf/nkf-utf8/nkf.c: Refix [nkf-bug:21393]. (explicit -X)naruse2010-04-141-11/+17
* * ext/nkf/nkf-utf8/nkf.c: Fix: Windows Codepages wrongly convertnaruse2010-04-131-7/+7
* * ext/psych/lib/psych/deprecated.rb: requiring 'date' for backwardstenderlove2010-04-111-0/+2
* * ext/syck/lib/syck/dbm.rb: moved to lib/yaml/dbm.rb since it is nottenderlove2010-04-112-154/+0
* * ext/psych/parser.c: Fixing a segv in test-all. Thanks Yusuke!tenderlove2010-04-101-2/+2
* * ext/openssl/ossl_ssl.c (Init_ossl_ssl): add SSLContext#ssl_timeout=,mame2010-04-101-0/+1
* * ext/psych/lib/psych/deprecated.rb: implementing Psych.quick_emit andtenderlove2010-04-093-2/+22
* * ext/psych/lib/psych/deprecated.rb: implementing Psych.quick_emit andtenderlove2010-04-091-0/+19
* * ext/psych/parser.c: parse raises a TypeError when nil is passed in.tenderlove2010-04-091-0/+1
* * ext/pty/lib/expect.rb: preserve buffer read, instead of discard.mame2010-04-091-2/+7
* * ext/pty/lib/expect.rb: raise an error when argument is unexpectedmame2010-04-091-0/+2
* * ext/pty/lib/expect.rb: add rdoc. based on a patch from Luiz Angelomame2010-04-091-0/+6
* * ext/socket/ipsocket.c (init_inetsock_internal),mame2010-04-092-3/+13
* * ext/psych/*.c: not executable.nobu2010-04-083-0/+0
* Surpress warnings.naruse2010-04-061-1/+1
* * ext/psych/lib/psych/core_ext.rb: remove before alias.naruse2010-04-052-18/+19
* Don't warn when YAML.quick_emit is called by Object#to_yaml.naruse2010-04-051-1/+3
* Remove circular dependency of syck.naruse2010-04-041-1/+0
* * lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.tenderlove2010-04-0319-7/+2206
* * ext/dl/cptr.c (rb_dlptr_inspect): fix format specifiers.nobu2010-04-011-1/+1
* * ext/psych/lib/psych.rb: Syck api compatibility [ruby-core:29157]tenderlove2010-03-312-6/+13
* * ext/psych/lib/psych/coder.rb: Adding Syck compatibility to the yaml codertenderlove2010-03-311-1/+10
* * ext/psych/extconf.rb: install psych .so to not psych/ but direct.naruse2010-03-302-2/+2
* * ext/psych/lib: moved external library dependent files from lib.nobu2010-03-3024-0/+1879