summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-05-05Don't include &block if we have yield parametersdave
2004-05-04use recv instead of recvfromseki
2004-05-04 * lib/gserver.rb: documentedgsinclair
2004-05-03Fix parsing problem with yield within blockdave
2004-05-02* test/fileutils/test_fileutils.rb (rm_f, rm_r): test :force flag.aamine
2004-05-01* renewal Ruby/Tknagai
2004-04-30* time.c (SIZEOF_TIME_T): support SIZEOF_TIME_T == SIZEOF_INT.eban
2004-04-27* oniguruma.h, regparse.c: imported Oni Guruma 2.2.8.ksaito
2004-04-27* oniguruma.h, regparse.c: imported Oni Guruma 2.2.7.ksaito
2004-04-27* common.mk: LIBURUBY_A is needed for extconf.rb even whennobu
2004-04-26* lib/yaml/rubytypes.rb: passing Range tests.why
2004-04-26* README.EXT, README.EXT.ja: fixed wrong function signature.nobu
2004-04-26Alias alias to instance methodsdave
2004-04-25* configure.in (ac_cv_func_fork): set to no on DJGPP.eban
2004-04-24re.c: applied stack error handling patch. [ruby-dev:22431]ksaito
2004-04-24Fix bug where consecutive headings were mergeddave
2004-04-23* lib/mkmf.rb: $hdrdir should not contain macros, for backwardnobu
2004-04-23* lib/pathname.rb: sync taint/freeze flag betweenakr
2004-04-23* parse.y (stmt, arg, aref_args): should not make sole splat intonobu
2004-04-23* lib/resolv.rb: don't use Regexp#source to embed regexps.akr
2004-04-22* common.mk, ext/extmk.rb: make ext and .ext get removed by distclean.nobu
2004-04-22* */Makefile.sub (distclean-local): should remove $(RBCONFIG).usa
2004-04-21* parse.y (aref_args): should pass expanded list. [ruby-core:02793]nobu
2004-04-21* eval.c (rb_mod_define_method): allow binding methods to modules.nobu
2004-04-21check hash tuple sizeseki
2004-04-21* lib/open-uri.rb (URI::HTTP#proxy_open): set Host: field explicitly.akr
2004-04-21* lib/net/smtp.rb: merge SMTP-TLS patch. This patch is contributed by Daniel...aamine
2004-04-21* lib/net/smtp.rb: change coding style: def m( a ) -> def m(a).aamine
2004-04-21* lib/net/pop.rb: do not use class variables.aamine
2004-04-21* lib/net/http.rb (connect): CONNECT must precede SSL connect. [ruby-dev:23379]aamine
2004-04-21* lib/test/unit/ui/console/testrunner.rb (test_started): restore $0nobu
2004-04-21* process.c: Recover wrongly removed spaces at end of the lines.ocean
2004-04-21* process.c(rb_spawn): fix SEGV at "p system('command line here')"ocean
2004-04-19* dir.c: Updated RDocs.ocean
2004-04-19* dir.c: Updated RDocs.ocean
2004-04-18* dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu
2004-04-18Allow for HAVE_PROTOTYPES macrodave
2004-04-17Change :enddoc: to terminate processing of current filedave
2004-04-16* lib/drb/drb.rb (DRb::DRbUnknown::initialize): Exception#to_str isnobu
2004-04-15* ext/extmk.rb: skip linking when libraries to be preloaded notnobu
2004-04-15Add ruby-dev number.ocean
2004-04-15* rubytest.rb: do nothing while cross-compiling, return status innobu
2004-04-15* process.c (pst_success_p): new method Process::Status#success?.nobu
2004-04-15* dir.c (rb_push_glob): Dir.glob() should return nil if block is given.ocean
2004-04-15* ext/gdbm/gdbm.c (Init_gdbm): define GDBM::READER, GDBM::WRITER,akr
2004-04-14* array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu
2004-04-14* numeric.c (flo_eq): workaround for bcc32's bug.eban
2004-04-14* defines.h: include <net/socket.h> to get fd_set definition in BeOS.ocean
2004-04-13change pattern matching [druby-ja:98]seki
2004-04-13* bcc32/Makefile.sub (PHONY): Borland make disallows empty commandnobu