summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2003-12-10* ext/stringio/stringio.c (strio_read): adjust behavior at readingnobu
2003-12-10* ChangeLog: fix comments.eban
2003-12-10* test/monitor/test_monitor.rb (test_cond): use Queue#deqshugo
2003-12-10* ext/pty/pty.c (HAVE_SYS_IOCTL_H): already defined at config.h, sousa
2003-12-10* win32/win32.h: define execv() using do_aspawn().eban
2003-12-09* overrided instance methods, which are private methods on the supernagai
2003-12-09make case insensitive for host-part.akira
2003-12-09io.c (rb_io_check_writable): don't call io_seek if EOF flag is set,akr
2003-12-09* io.c (rb_io_check_readable): Don't clear EOF flag by io_seek.akr
2003-12-08* new sample scriptnagai
2003-12-08 * lib/test/unit/assertions.rb: renamed #assert_raises to #assert_raisentalbott
2003-12-08 * lib/soap/rpc/standaloneServer.rb: add 'shutdown' and 'status'nahi
2003-12-08* lib/test/unit/autorunner.rb: remove dependency to a particularnobu
2003-12-08* ext/syck/syck.c (syck_io_str_read): get rid of buffer overflow.nobu
2003-12-08* lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]aamine
2003-12-08* pack.c: define swap16 and swap32 only if they are notmatz
2003-12-07sort aliases.akr
2003-12-07* ext/iconv/iconv.c (map_charset): make case sensitive.akr
2003-12-06* ext/openssl/ossl_ssl.c (ossl_start_ssl): new function to wrapgotoyuzo
2003-12-06* io.c (flush_before_seek): flush before seek on any platform.eban
2003-12-06 * lib/soap/soap.rb(SOAP::Env.getenv): allow upcase environment variablenahi
2003-12-05typo.nobu
2003-12-05* lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises,nobu
2003-12-05 * lib/soap/netHttpClient.rb: proxy support did not work. fixed.nahi
2003-12-05* eval.c (rb_exec_end_proc): maintain tmp_end_procs.matz
2003-12-05* eval.c (rb_exec_end_proc): should not clear end_procs andmatz
2003-12-05* test/ruby/test_pipe.rb: use IO.pipe instead of IO.popen.akr
2003-12-05* ext/stringio/stringio.c (strio_read): follow IO#read.nobu
2003-12-04* dln.c (aix_loaderror): should not use member named 'errno' whichmatz
2003-12-04* lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises):nobu
2003-12-04* lib/drb/drb.rb (DRb::DRbMessage::send_request, send_reply):nobu
2003-12-04* parse.y (exc_list): allow expanding list. [ruby-dev:22134]nobu
2003-12-04* test/fileutils/test_fileutils.rb (test_cp): test if the error is kind of Sy...aamine
2003-12-04mail address consistency.nobu
2003-12-04* lib/monitor.rb: use Object#__send__ instead of Object#send.shugo
2003-12-04 * lib/soap/streamHandler.rb: support latest released version ofnahi
2003-12-04 * lib/soap/soap.rb: add SOAP::Env module for environment repositorynahi
2003-12-04* ext/dl/sym.c (rb_dlsym_guardcall): __declspec(noinline) is VC7usa
2003-12-04* lib/net/http.rb: update hyperlink to the Japanese document.aamine
2003-12-04[ruby-core:01881]gotoyuzo
2003-12-04 * ext/openssl/ossl_asn1.c (asn1time_to_time): should check thatgotoyuzo
2003-12-04* lib/webrick/server.rb (GenericServer#start): should rescuegotoyuzo
2003-12-03* lib/pathname.rb (Pathname#link, Pathname#symlink): obsoleted.akr
2003-12-03* io.c (argf_read): should not terminate on empty string; waitmatz
2003-12-03correct fcntl parameerseki
2003-12-03* configure.in (AC_PROG_YACC): AC_DEFINE(OLD_YACC) if Yacc is foundmatz
2003-12-03* 'format'==>'Kernel.format' (avoid override trouble)nagai
2003-12-03* Makefile.in (lex.c): try gperf first, and copy from the sourcenobu
2003-12-03* ext/extmk.rb (MTIMES): let makefiles depend to mkmf.rb.nobu
2003-12-02fixed method namenobu