aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby: moved public headers.nobu2007-06-1044-102/+111
* * ext/zlib/zlib.c (gzfile_s_open): use FilePathValue to supportakr2007-06-081-1/+1
* follow previous lex.c change.akr2007-06-081-1/+1
* * lib/json/common.rb: Ponder offering parse\! method.naruse2007-06-062-0/+2
* * ext/json, lib/json, test/json: set properties.nobu2007-06-063-0/+0
* * ext/json/ext/{generator,parser}/extconf.h: removed intermediate files.nobu2007-06-062-6/+0
* * ext/nkf/nkf-utf8/nkf.c (kanji_convert): Fix guess fallback.naruse2007-06-051-4/+3
* * lib/json.rb, lib/json, ext/json, test/json:naruse2007-06-0414-70/+3751
* * ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo.nagai2007-05-254-3/+12
* * ext/purelib.rb: commit miss.nobu2007-05-221-3/+0
* * ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu2007-05-222-1/+10
* * ext/iconv/iconv.c (iconv_s_conv): rdoc fix.usa2007-05-101-1/+1
* * ext/iconv/iconv.c (iconv_s_conv): rdoc fix.usa2007-05-101-1/+1
* * configure.in, defines.h, eval_load.c (rb_feature_p, rb_provided,nobu2007-05-031-6/+6
* clear cmsg padding.akr2007-04-251-0/+1
* * ext/socket/socket.c (unix_send_io, unix_recv_io): use CMSG_DATA toakr2007-04-251-12/+12
* * ext/probeprofiler/probeprofiler.c: fix function name andko12007-04-251-2/+2
* * ext/probeprofiler: set eol-style.nobu2007-04-254-86/+86
* * yarvcore.h: remove rb_control_frame_t#callee_id.ko12007-04-254-0/+86
* * ext/extmk.rb ($ruby): add extout directory to include path.nobu2007-04-231-0/+1
* * ext/pty/expect_sample.rb: avoid symbolic link representation formatz2007-04-161-2/+2
* * ext/stringio/stringio.c (strio_seek): consistent behavior withnobu2007-04-161-1/+4
* * ext/openssl/ossl_pkey_ec.c (ossl_ec_key_get_group): get rid ofusa2007-04-061-1/+1
* * ext/openssl/ossl_{bn,x509{attr,cert,name,store}}.c:technorama2007-04-055-8/+210
* * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_alloc): shouldusa2007-04-051-1/+1
* * ext/openssl/ossl_pkcs5.c: New module.technorama2007-04-0513-57/+234
* * ext/openssl/ossl_ssl.c: Add documentation.technorama2007-04-031-2/+104
* * ext/openssl/extconf.rb: check for functions added in 1.9.nobu2007-04-032-11/+13
* * ext/openssl/ossl_bn.c: More documentation.technorama2007-04-036-4/+1472
* * ext/socket/socket.c (s_recv, s_recvfrom): some systems (such asusa2007-04-031-2/+2
* * ext/openssl/ruby_missing.h: need to include version.h to checkusa2007-04-031-2/+4
* * ext/openssl/ossl_{ssl.[ch],ssl_session.c}},technorama2007-04-024-7/+716
* * ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation.technorama2007-04-029-21/+127
* * ext/openssl/ossl_{bn,cipher,digest,hmac,rand,pkey_{dh,dsa,rsa}}.c: Add Docu...technorama2007-03-299-19/+570
* * ext/Win32API/lib/win32/sspi.rb: set properties.nobu2007-03-211-319/+319
* * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz2007-03-197-20/+20
* * ext/win32ole/win32ole.c: add WIN32OLE#ole_activex_initialize,suke2007-03-161-1/+50
* * lib/net/http.rb: merge Ruby-SSPI patch contributed by Justin Bailey.aamine2007-03-161-0/+331
* * ext/bigdecimal/bigdecimal.c: BigDecimal("-.31") is nowmatz2007-03-141-1/+1
* * ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know aboutknu2007-03-1211-0/+47
* * ext/win32ole/win32ole.c: add WIN32OLE_TYPELIB#library_name,suke2007-03-091-19/+97
* * ext/tk/sample/irbtkw.rbw: fails to exit process.nagai2007-03-061-1/+6
* * ext/win32ole/win32ole.c (get_ptr_of_variant, ole_set_safe_array,suke2007-03-021-39/+232
* better error messageknu2007-02-281-1/+1
* * ext/digest/digest.c (get_digest_base_metadata): Allow inheritingknu2007-02-281-4/+8
* * ext/openssl/extconf.rb: no need to check unistd.h and sys/time.h.usa2007-02-281-2/+0
* * ext/nkf/nkf.c (rb_str_resize, rb_nkf_kconv, rb_nkf_guess1,knu2007-02-271-5/+5
* * ext/bigdecimal/bigdecimal.c (BigDecimal_load): Silence warningsknu2007-02-274-6/+6
* * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu2007-02-248-56/+52
* * ext/racc/cparse/cparse.c (cparse_params_mark): remove useless rb_gc_mark. ...aamine2007-02-241-4/+0