summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-06-30* ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add,gotoyuzo
2004-06-30* test/ruby/test_file.rb (test_fnmatch): some tests for File.fnmatchocean
2004-06-30* parse.y (primary): should not be NULL. [ruby-core:03098]nobu
2004-06-302004-06-30eban
2004-06-29* ext/syck/rubyext.c (syck_emitter_new): set buffer afterwhy
2004-06-292004-06-29eban
2004-06-29* eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level.nobu
2004-06-29* io.c (rb_io_popen): update the document for the first argument andnobu
2004-06-28* ChangeLog: the patch posted by Jeff Mitchell.nobu
2004-06-28* configure.in, lib/mkmf.rb (LIBPATHFLAG): use double quotes due tonobu
2004-06-272004-06-28eban
2004-06-27using "DRb.thread.join" instead of "gets"seki
2004-06-272004-06-27nobu
2004-06-27 * sample/rss/tdiary_plugin/rss-recent.rb: supported Hiki.kou
2004-06-262004-06-26nobu
2004-06-26* variable.c (rb_mod_class_variables): class variables are no longernobu
2004-06-26* configure.in (TRY_LINK): commit miss.nobu
2004-06-26* configure.in (TRY_LINK): export.nobu
2004-06-26* lib/mkmf.rb (libpathflag): should not quote here.nobu
2004-06-26* lib/mkmf.rb (libpathflag, find_header, dir_config): quote directorynobu
2004-06-26* configure.in (aix): -b must come at the start of the command line,nobu
2004-06-25add an assertion.akr
2004-06-25* io.c (rb_fopen, rb_fdopen, rb_io_reopen): setvbuf() may returnnobu
2004-06-25bring back _stklen for DJGPP [ruby-core:3084]michal
2004-06-25* ext/iconv/extconf.rb: check stricter. [ruby-talk:104501]nobu
2004-06-25* MANIFEST: add lib/net/.document.eban
2004-06-24* ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname()matz
2004-06-242004-06-25usa
2004-06-24* {bcc32,win32,wince}/setup.mak: remove RUBY_EXTERN lines whenusa
2004-06-24* win32/setup.mak: remove RUBY_EXTERN lines when including version.h.usa
2004-06-24* io.c (rb_io_fread): return already read data when system call isnobu
2004-06-242004-06-24eban
2004-06-23* version.h: added declarations of ruby_version,shugo
2004-06-23Work around OSX strangneness with recvfrom on connection-oriented socketsdave
2004-06-23io_seek()'s retval should be checked [ruby-core:03045]michal
2004-06-23Fix indentation in time.cmichal
2004-06-23* ext/zlib/zlib.c: 0xff should not shift 24 bits on 64 bitmatz
2004-06-23* lib/net/imap.rb: added new option --ssl.shugo
2004-06-22Fixed parsing of %r{} when generating source popupdave
2004-06-222004-06-23eban
2004-06-22* ext/win32ole/win32ole.c (ole_hresult2msg): remove trailingocean
2004-06-22* io.c (rb_io_initialize): should check fcntl result. [ruby-dev:23742]nobu
2004-06-22* eval.c (return_jump, break_jump): raise unexpceted local jumpnobu
2004-06-22* sprintf.c (rb_f_sprintf): support FZERO and FSPACE with NaN/Inf.usa
2004-06-22 * ext/win32ole/win32ole.c (OLE_FREE): should not call CoFreeUnuse-suke
2004-06-22* sprintf.c (rb_f_sprintf): unify output of NaN, Inf and -Inf withusa
2004-06-22Remove explicit NIL_P() checks since rb_cmpint() does it again in the exactly...michal
2004-06-222004-06-22eban
2004-06-21* ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): should creategotoyuzo
2004-06-212004-06-21usa