summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-01-11Add HTML formatter to ridave
2004-01-10* eval.c (eval): need to add message delimiter. [ruby-dev:22561]matz
2004-01-10ri now reads command-line options from RI environment variabledave
2004-01-09* lib/mkmf.rb (libpathflag): use single quotes. [ruby-dev:22440]nobu
2004-01-08* configure.in (RDOCTARGET): new macro. if you want to installeban
2004-01-08* ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returnsgotoyuzo
2004-01-08 * test/wsdl/datetime/test_datetime.rb: fixed a stupid testcase whichnahi
2004-01-08* eval.c, object.c, process.c, re.c: don't use C++ style comments.eban
2004-01-07* lib/webrick/cgi.rb (WEBrick::CGI#initialize): should creategotoyuzo
2004-01-07Fix problem with agreesive name matching (see ChangeLog)dave
2004-01-07 * lib/debug.rb: revert command parse regexps. [ruby-list:39014] bynahi
2004-01-06Check for shebang line in file that would otherwise be treated as plain textdave
2004-01-06commit miss?nobu
2004-01-06* eval.c (rb_mod_modfunc): should break if m has no super class.matz
2004-01-06* io.c (fptr_finalize): should save errno just after failure.nobu
2004-01-06Split out ri display code and make pluggabledave
2004-01-05Add RDoc to build. Add --ri-system to RDocdave
2004-01-05Fix parsing where braces appear in method parameter listdave
2004-01-03* text formatnahi
2004-01-02Finish documenting internal stuff. See Changelog for other detailsdave
2003-12-31Fix problem with "// in sss.c" filenames not being relativedave
2003-12-31Fix problem with private alias to public methoddave
2003-12-30Add RDoc for kernel functions, and tidy updave
2003-12-30Fix problem when class name is also a method namedave
2003-12-29Fix parse problem with complex yieldsdave
2003-12-29Add RDoc for Kernel global functions, tidy array and errordave
2003-12-29Tidy array.c rdocdave
2003-12-28RDoc Struct and randomdave
2003-12-28RDoc Proc, Method, UnboundMethoddave
2003-12-28Add RDoc comments to math.cdave
2003-12-28* ext/stringio/stringio.c (strio_sysread): StringIO.new.sysread didn'takr
2003-12-28Add RDoc documentation for stuff in object.cdave
2003-12-28 * ChangeLog: text format.nahi
2003-12-28 * test/csv/test_csv.rb: generate bom.csv and mac.csv files on the fly.nahi
2003-12-28Thread/ThradGroup RDocdave
2003-12-27Fix quoting of method names in regexpdave
2003-12-27Add support for rules in ri outputdave
2003-12-27Add "Document-method:" capabilitydave
2003-12-27Some Ruby source uses Init_xxx (lower case for the class name)dave
2003-12-27* configure.in: fix "test: too many arguments" error.eban
2003-12-27Add RDoc comments for Timedave
2003-12-27RDoc comments for Symboldave
2003-12-27Add RDoc comments to numeric.cdave
2003-12-26* io.c (next_argv): warn always for stdin on inplace edit mode.matz
2003-12-26* configure.in: check if getcontext and setcontext are available.nobu
2003-12-26lib/pathname.rb (PathnameTest#test_plus): add 2 assertions.akr
2003-12-25* string.c (rb_str_update): don't return any value.usa
2003-12-25* string.c (rb_str_update): call rb_str_modify().matz
2003-12-24* configure.in: check for nanosleep, -lrt if required.matz
2003-12-24* stable version 1.8.1 released.matz