aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/psych/extconf.rb: Making library detection more agnostic.tenderlove2010-03-291-8/+2
* * ext/psych/{emitter,parser,psych}.c: move variablenaruse2010-03-293-43/+43
* * ext/psych/*: importing Psych to trunktenderlove2010-03-2811-0/+899
* * ext/openssl/ossl_x509store.c (ossl_x509store_initialize): initializemame2010-03-261-0/+1
* * ext/tk/extconf.rb: fix [ruby-core:28901] [Bug #2997]. Thanks, Michael Graff.nagai2010-03-254-37/+44
* * ext/iconv/charset_alias.rb: update of URL. [ruby-dev:38360]nobu2010-03-242-4/+4
* * ext/socket: use rsock_ prefix for internal initialization functions.akr2010-03-2215-39/+39
* update doc.akr2010-03-2211-36/+62
* update doc.akr2010-03-223-1/+18
* update doc.akr2010-03-221-10/+10
* update doc.akr2010-03-222-5/+12
* * ext/socket/.document: extracted from ext/.document.akr2010-03-223-16/+19
* * ext/socket/rubysocket.h (rsock_revlookup_flag): declared.akr2010-03-211-0/+2
* * ext/socket: make sources rdoc friendly.akr2010-03-2115-38/+62
* * ext/dl/lib/dl/pack.rb (DL#pack): allow LLP64.wanabe2010-03-191-1/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimal_{to_i,mod,divmod,div2}):nobu2010-03-171-7/+1
* * ext/bigdecimal/bigdecimal.c (VpCtoV): keep e's sign.naruse2010-03-161-0/+1
* * ext/tmpdir: split from lib/tmpdir.rb.nobu2010-03-162-0/+38
* * ext/nkf/nkf-utf8/nkf.c: import latest nkf. [master 9306cb0]naruse2010-03-151-61/+129
* * ext/tk/extconf.rb: fix [Bug #2840] Tk doesn't built in mingw.nagai2010-03-133-4/+14
* * ext/racc/cparse/cparse.c: suppressed warnings for shortening onnobu2010-03-111-4/+11
* * ext/tk/extconf.rb: log() is built-in in some compilers and needsnobu2010-03-111-2/+2
* * io.c: Fix documentation for each/each_line/lines, bytes/each_byte,marcandre2010-03-071-0/+20
* * ext/json/lib/**/*.rb: not executable.nobu2010-03-043-0/+0