summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2007-06-15* common.mk (realclean): separate local and ext.nobu
2007-06-10* ext/probeprofiler/probeprofiler.c: clean warnings.nobu
2007-06-10* ext/extmk.rb: prepend also topdir to mflags at last.nobu
2007-06-10* Makefile.in, win32/Makefile.sub (XCFLAGS): -I. is needed for *.inc.nobu
2007-06-10* include/ruby: moved public headers.nobu
2007-06-08* ext/zlib/zlib.c (gzfile_s_open): use FilePathValue to supportakr
2007-06-08follow previous lex.c change.akr
2007-06-06* lib/json/common.rb: Ponder offering parse\! method.naruse
2007-06-06* ext/json, lib/json, test/json: set properties.nobu
2007-06-06* ext/json/ext/{generator,parser}/extconf.h: removed intermediate files.nobu
2007-06-05* ext/nkf/nkf-utf8/nkf.c (kanji_convert): Fix guess fallback.naruse
2007-06-04* lib/json.rb, lib/json, ext/json, test/json:naruse
2007-05-25* ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo.nagai
2007-05-22* ext/purelib.rb: commit miss.nobu
2007-05-22* ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu
2007-05-10 * ext/iconv/iconv.c (iconv_s_conv): rdoc fix.usa
2007-05-10 * ext/iconv/iconv.c (iconv_s_conv): rdoc fix.usa
2007-05-03* configure.in, defines.h, eval_load.c (rb_feature_p, rb_provided,nobu
2007-04-25clear cmsg padding.akr
2007-04-25* ext/socket/socket.c (unix_send_io, unix_recv_io): use CMSG_DATA toakr
2007-04-25* ext/probeprofiler/probeprofiler.c: fix function name andko1
2007-04-25* ext/probeprofiler: set eol-style.nobu
2007-04-25* yarvcore.h: remove rb_control_frame_t#callee_id.ko1
2007-04-23* ext/extmk.rb ($ruby): add extout directory to include path.nobu
2007-04-16* ext/pty/expect_sample.rb: avoid symbolic link representation formatz
2007-04-16* ext/stringio/stringio.c (strio_seek): consistent behavior withnobu
2007-04-06 * ext/openssl/ossl_pkey_ec.c (ossl_ec_key_get_group): get rid ofusa
2007-04-05* ext/openssl/ossl_{bn,x509{attr,cert,name,store}}.c:technorama
2007-04-05 * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_alloc): shouldusa
2007-04-05* ext/openssl/ossl_pkcs5.c: New module.technorama
2007-04-03* ext/openssl/ossl_ssl.c: Add documentation.technorama
2007-04-03* ext/openssl/extconf.rb: check for functions added in 1.9.nobu
2007-04-03* ext/openssl/ossl_bn.c: More documentation.technorama
2007-04-03 * ext/socket/socket.c (s_recv, s_recvfrom): some systems (such asusa
2007-04-03 * ext/openssl/ruby_missing.h: need to include version.h to checkusa
2007-04-02* ext/openssl/ossl_{ssl.[ch],ssl_session.c}},technorama
2007-04-02* ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation.technorama
2007-03-29* ext/openssl/ossl_{bn,cipher,digest,hmac,rand,pkey_{dh,dsa,rsa}}.c: Add Docu...technorama
2007-03-21* ext/Win32API/lib/win32/sspi.rb: set properties.nobu
2007-03-19* regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz
2007-03-16* ext/win32ole/win32ole.c: add WIN32OLE#ole_activex_initialize,suke
2007-03-16* lib/net/http.rb: merge Ruby-SSPI patch contributed by Justin Bailey.aamine
2007-03-14* ext/bigdecimal/bigdecimal.c: BigDecimal("-.31") is nowmatz
2007-03-12* ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know aboutknu
2007-03-09* ext/win32ole/win32ole.c: add WIN32OLE_TYPELIB#library_name,suke
2007-03-06* ext/tk/sample/irbtkw.rbw: fails to exit process.nagai
2007-03-02* ext/win32ole/win32ole.c (get_ptr_of_variant, ole_set_safe_array,suke
2007-02-28better error messageknu
2007-02-28* ext/digest/digest.c (get_digest_base_metadata): Allow inheritingknu
2007-02-28* ext/openssl/extconf.rb: no need to check unistd.h and sys/time.h.usa