summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2010-04-13* ext/nkf/nkf-utf8/nkf.c: Fix: Windows Codepages wrongly convertnaruse
2010-04-11* ext/psych/lib/psych/deprecated.rb: requiring 'date' for backwardstenderlove
2010-04-11* ext/syck/lib/syck/dbm.rb: moved to lib/yaml/dbm.rb since it is nottenderlove
2010-04-10* ext/psych/parser.c: Fixing a segv in test-all. Thanks Yusuke!tenderlove
2010-04-10* ext/openssl/ossl_ssl.c (Init_ossl_ssl): add SSLContext#ssl_timeout=,mame
2010-04-09* ext/psych/lib/psych/deprecated.rb: implementing Psych.quick_emit andtenderlove
2010-04-09* ext/psych/lib/psych/deprecated.rb: implementing Psych.quick_emit andtenderlove
2010-04-09* ext/psych/parser.c: parse raises a TypeError when nil is passed in.tenderlove
2010-04-09* ext/pty/lib/expect.rb: preserve buffer read, instead of discard.mame
2010-04-09* ext/pty/lib/expect.rb: raise an error when argument is unexpectedmame
2010-04-09* ext/pty/lib/expect.rb: add rdoc. based on a patch from Luiz Angelomame
2010-04-09* ext/socket/ipsocket.c (init_inetsock_internal),mame
2010-04-08* ext/psych/*.c: not executable.nobu
2010-04-06Surpress warnings.naruse
2010-04-05* ext/psych/lib/psych/core_ext.rb: remove before alias.naruse
2010-04-05Don't warn when YAML.quick_emit is called by Object#to_yaml.naruse
2010-04-04Remove circular dependency of syck.naruse
2010-04-03* lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.tenderlove
2010-04-01* ext/dl/cptr.c (rb_dlptr_inspect): fix format specifiers.nobu
2010-03-31* ext/psych/lib/psych.rb: Syck api compatibility [ruby-core:29157]tenderlove
2010-03-31* ext/psych/lib/psych/coder.rb: Adding Syck compatibility to the yaml codertenderlove
2010-03-30* ext/psych/extconf.rb: install psych .so to not psych/ but direct.naruse
2010-03-30* ext/psych/lib: moved external library dependent files from lib.nobu
2010-03-29* ext/psych/extconf.rb: Making library detection more agnostic.tenderlove
2010-03-29* ext/psych/{emitter,parser,psych}.c: move variablenaruse
2010-03-28* ext/psych/*: importing Psych to trunktenderlove
2010-03-26* ext/openssl/ossl_x509store.c (ossl_x509store_initialize): initializemame
2010-03-25* ext/tk/extconf.rb: fix [ruby-core:28901] [Bug #2997]. Thanks, Michael Graff.nagai
2010-03-24* ext/iconv/charset_alias.rb: update of URL. [ruby-dev:38360]nobu
2010-03-22* ext/socket: use rsock_ prefix for internal initialization functions.akr
2010-03-22update doc.akr
2010-03-22update doc.akr
2010-03-22update doc.akr
2010-03-22update doc.akr
2010-03-22* ext/socket/.document: extracted from ext/.document.akr
2010-03-21* ext/socket/rubysocket.h (rsock_revlookup_flag): declared.akr
2010-03-21* ext/socket: make sources rdoc friendly.akr
2010-03-19* ext/dl/lib/dl/pack.rb (DL#pack): allow LLP64.wanabe
2010-03-17* ext/bigdecimal/bigdecimal.c (BigDecimal_{to_i,mod,divmod,div2}):nobu
2010-03-16* ext/bigdecimal/bigdecimal.c (VpCtoV): keep e's sign.naruse
2010-03-16* ext/tmpdir: split from lib/tmpdir.rb.nobu
2010-03-15* ext/nkf/nkf-utf8/nkf.c: import latest nkf. [master 9306cb0]naruse
2010-03-13* ext/tk/extconf.rb: fix [Bug #2840] Tk doesn't built in mingw.nagai
2010-03-11* ext/racc/cparse/cparse.c: suppressed warnings for shortening onnobu
2010-03-11* ext/tk/extconf.rb: log() is built-in in some compilers and needsnobu
2010-03-07* io.c: Fix documentation for each/each_line/lines, bytes/each_byte,marcandre
2010-03-04* ext/json/lib/**/*.rb: not executable.nobu
2010-03-01* ext/pty/pty.c (pty_open): refine the path for master IO.akr
2010-03-01* ext/zlib/zlib.c (zstream_expand_buffer_into): remove compare different type...takano32
2010-02-28* ext/pty/pty.c (get_device_once): raise on error when fail isnobu