summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-01-14* test/inlinetest.rb (InlineTest::loadtest): require instead ofnobu
2004-01-14* ext/iconv/extconf.rb: wrapper iconv.rb is dependent on platform.nobu
2004-01-14* MANIFEST: add test/net/test_httpheader.rb. (commit miss?)usa
2004-01-13* ext/syck/rubyext.c: omission of Date library code causedwhy
2004-01-13* ext/tk/lib/tk.rb: use $0 as the default application class name.nagai
2004-01-13* parse.y (primary): allow no "when" case. [ruby-dev:22578]matz
2004-01-13* lib/test/unit/ui/testrunnerutilities.rb (TestRunnerUtilities):nobu
2004-01-13 * test/test_*.rb: Pathname#parent -> Pathname#dirname.nahi
2004-01-13* test/yaml/test_yaml.rb (YAML_Unit_Tests::test_spec_type_{int,float}):nobu
2004-01-12* ext/syck/bytecode.c: turn off default implicit typing.why
2004-01-12Display full name in class listdave
2004-01-12* file.c (test_wr): Rdoc fix. [ruby-core:02225]matz
2004-01-12Try to use DESTDIR when installingdave
2004-01-12* parse.y (primary): fix position after FCALL. [ruby-dev:22574]nobu
2004-01-12* file.c (test_wr, test_ww): New functions implementing newmatz
2004-01-12Add explicit line breaks in method signatures for ri. Fixup some comments in ...dave
2004-01-11Add HTML formatter to ridave
2004-01-11* env.h (ruby_frame, ruby_scope, ruby_in_eval, ruby_class,nobu
2004-01-10* ext/socket/socket.c (make_hostent): a bug in brace position.matz
2004-01-10* configure.in: install rdoc by default. if you do not want tomatz
2004-01-10ri now accepts options via RI environment variabledave
2004-01-10* configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with singlenobu
2004-01-10* dir.c (dir_inspect): new method, Dir#inspect. [ruby-dev:22562]nobu
2004-01-09 * lib/test/unit/collector/dir.rb: do not ignore exceptions(LoadErrornahi
2004-01-09* rubysig.h: <errno.h> is needed to use errno which may be a macro.nobu
2004-01-09* ext/extmk.rb (extmake): should not reduce necessary libraries.nobu
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* dir.c (glob_helper): should not recurse in exceptional status.nobu
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* ext/syck/rubyext.c (yaml_org_handler): lazy-load Date fornobu
2004-01-07* ext/extmk.rb: preserve order in Setup. [ruby-dev:22503]nobu
2004-01-07* lib/webrick/cgi.rb (WEBrick::CGI#initialize): should creategotoyuzo
2004-01-07* dir.c (glob_helper): fix memory leak.nobu
2004-01-07* eval.c (rb_mod_modfunc): should break if m has no super class.matz
2004-01-07* sample/webrick/*: new files.gotoyuzo
2004-01-07* test/net/test_httpheader.rb: new file.aamine
2004-01-07* lib/net/http.rb (HTTPHeader#content_length): should return nil unless heade...aamine
2004-01-07* ext/tk/lib/tk.rb: use epath for embedded windows of TkPanedWindow.nagai
2004-01-07 * lib/soap/{attachment.rb,mimemessage.rb}: added from soap4r/1.5.2.nahi
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-06* io.c (fptr_finalize): should save errno just after failure.nobu
2004-01-06 * lib/logger.rb(Logger#msg2str): no special treatment for the objectnahi
2004-01-06Split out ri display code and make pluggabledave
2004-01-06 * test/inlinetest.rb, test/{test_generator.rb,test_ipaddr.rb,nahi
2004-01-06 * import soap4r/1.5.2;nahi