summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-04-24Fix bug where consecutive headings were mergeddave
2004-04-23* version.c (ruby_show_copyright): obtain copyright year fromnobu
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-21* parse.y (aref_args): should pass expanded list. [ruby-core:02793]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-18* dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb,nobu
2004-04-18Allow for HAVE_PROTOTYPES macrodave
2004-04-17Change :enddoc: to terminate processing of current filedave
2004-04-16 * ext/iconv/iconv.c: nearly finished RDoc comments.gsinclair
2004-04-15* ext/extmk.rb: skip linking when libraries to be preloaded notnobu
2004-04-15* process.c (pst_success_p): new method Process::Status#success?.nobu
2004-04-15* ext/gdbm/gdbm.c (Init_gdbm): define GDBM::READER, GDBM::WRITER,akr
2004-04-14* numeric.c (flo_eq): workaround for bcc32's bug.eban
2004-04-14* array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu
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* lib/net/http.rb: should not overwrite HTTP request header. [ruby-list:39543]aamine
2004-04-12 * ext/iconv/iconv.c: RDoc documentation (from RD; nearly finished).gsinclair
2004-04-12* gc.c (rb_gc_copy_finalizer): typo. [ruby-core:02774]nobu
2004-04-12* ext/openssl/ossl_x509name.c (ossl_x509name_init_i): should return a value.gotoyuzo
2004-04-12Fixed function list.ocean
2004-04-12* dir.c (rb_glob2, rb_glob, push_globs, push_braces, rb_push_glob):ocean
2004-04-12* bcc32/Makefile.sub: backport SIZEOF_TIME_T definition from 1.9.ocean
2004-04-11* ruby.c (require_libraries): restore source file/line afternobu
2004-04-11Forgot to check special case at top leveldave
2004-04-10Fix :enddocdave
2004-04-09Fixed problem with \_cat_<b>dog</b>dave
2004-04-06fix hash tuple bugseki
2004-04-06* configure.in: check the size of time_t.akr
2004-04-06* ext/socket/socket.c (make_hostent): must return value.usa
2004-04-05add require "drb/drb"seki
2004-04-05* eval.c (top_include): include in the wrapped load is done formatz
2004-04-04Remove leading ./ from filenames so that cross references work OKdave
2004-04-04* eval.c (Init_load): make $LOADED_FEATURES built-in. [ruby-dev:23299]aamine
2004-04-04Allow multiple --exclude options to RDocdave
2004-04-03* ext/syck/syck.h: version 0.43.why
2004-04-02Fix parse bug with toplevel methods. Allow RDoc in =begin rdoc/=end comments ...dave
2004-04-01 * lib/soap/mapping/{factory.rb,registry.rb}: fixed illegal mapped URInahi
2004-03-31* time.c (year_leap_p): new function.akr
2004-03-31* intern.h: provide proper prototypes. [ruby-core:02724]nobu
2004-03-31* lib/delegate.rb (DelegateClass): define internal methods of thenobu
2004-03-30* time.c (search_time_t): limit guess range by mktime if it isakr
2004-03-28* lib/net/pop.rb (auth): failed when account/password include "%". [ruby-talk...aamine
2004-03-27* (lib/open-uri.rb): permit extra semicolon in content-type field.akr
2004-03-27* (lib/pp.rb, lib/prettyprint.rb): define seplist in PP::PPMethodsakr
2004-03-25Add --version option to ridave