aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * cygwin/GNUmakefile.in (clean-local, distclean-local): removenobu2004-03-281-1/+8
* * lib/net/pop.rb: def m( arg ) -> def m(arg).aamine2004-03-281-0/+4
* * lib/net/pop.rb (auth): failed when account/password include "%". [ruby-talk...aamine2004-03-281-0/+5
* * (lib/open-uri.rb): permit extra semicolon in content-type field.akr2004-03-271-0/+4
* * (lib/pp.rb, lib/prettyprint.rb): define seplist in PP::PPMethodsakr2004-03-271-0/+5
* * lib/logger.rb: trim tail space of each line. no user visible change.nahi2004-03-261-0/+8
* Add --version option to ridave2004-03-251-1/+5
* Bug in + and - reported by Bret Jolly fixed.shigek2004-03-251-0/+6
* * version.c (ruby_show_copyright): obtain copyright year fromnobu2004-03-251-0/+7
* * win32/resource.rb: default rubyw icon to ruby.ico, and let DLL alsonobu2004-03-251-0/+7
* * common.mk, */Makefile.sub (lib, dll): phony targets.nobu2004-03-251-1/+9
* Add the --list-names optiondave2004-03-241-0/+5
* Must now use "::" to separate nested classes. This fixes bug where "ri Kernel...dave2004-03-241-0/+6
* Get --one-page working with C codedave2004-03-241-0/+5
* * lib/uri.rb: Documented (thanks Dmitry V. Sabanin).gsinclair2004-03-241-0/+11
* * lib/mkmf.rb ($ruby, $topdir, $hdrdir): should not be affected bynobu2004-03-241-1/+8
* Don't be as eager to invent classes to documentdave2004-03-241-0/+10
* Allow templates to be specified outside the RDoc treedave2004-03-241-1/+0
* Allow templates to be specified outside the RDoc treedave2004-03-241-0/+6
* * lib/tempfile.rb (Tempfile::_close): should not clear @tmpnamematz2004-03-241-0/+5
* * object.c (rb_mod_cvar_get): new method Module#class_variable_get.matz2004-03-231-0/+11
* * bcc32/Makefile.sub: needs bcc32/mkexports.rb.nobu2004-03-231-1/+3
* * Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local):nobu2004-03-231-0/+16
* * Makefile.in, */Makefile.sub, common.mk: extract common portions.nobu2004-03-211-0/+15
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer#virtual_host):gotoyuzo2004-03-211-0/+8
* * lib/shell/*: bug fix for Shell#system(command_line_string).keiju2004-03-211-0/+4
* * ruby.1: add -width option to .Bl for old groff.eban2004-03-211-0/+4
* * test/rss/*: Test::Unit::TestCase -> RSS::TestCase andkou2004-03-211-0/+5
* * lib/rss/{rss,dublincore,syndication}.rb: handled W3CDTF correctly.kou2004-03-211-0/+4
* * test/rss/test_xml-stylesheet.rb: added tests for xml-stylesheet.kou2004-03-211-0/+7
* * eval.c (rb_require_safe): preserve old ruby_errinfo.matz2004-03-201-0/+13
* * ext/extmk.rb: rm -rf $extout, not extout.eban2004-03-201-0/+4
* Force RDoc html background to whitedave2004-03-201-0/+5
* synchronized with date2 3.6.tadf2004-03-201-0/+5
* * variable.c (rb_cvar_set): class variables become private to thematz2004-03-191-0/+13
* * lib/mkmf.rb ($beos, $solaris): add OS flags.usa2004-03-191-0/+9
* * instruby.rb, rubytest.rb: do not depend on srcdir.eban2004-03-181-0/+4
* * eval.c (proc_eq): avoid false positive by using scope andmatz2004-03-181-0/+9
* * mkconfig.rb: no longer embed srcdir and compile_dir intonobu2004-03-181-0/+8
* stop undef DRbObject#to_aseki2004-03-181-0/+4
* * eval.c: remove specialized version of rb_Array(). use simplematz2004-03-181-0/+9
* * error.c (exc_initialize): calling 'to_str' each time just formatz2004-03-161-0/+5
* * oniguruma.h, regparse.c: imported Oniguruma 2.2.5.ksaito2004-03-161-0/+5
* Fix ChangeLogocean2004-03-161-2/+2
* Fix ChangeLogocean2004-03-161-8/+6
* Fix ChangeLogocean2004-03-161-1/+1
* * dir.c (fnmatch_helper): File.fnmatch('\.', '.') should return true.ocean2004-03-161-0/+11
* * eval.c (rb_yield_0): should not re-submit TAG_BREAK if thismatz2004-03-151-0/+5
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SocketForwarder):gotoyuzo2004-03-151-0/+5
* * eval.c (rb_thread_raise): err at unstarted thread. (PR#1302)nobu2004-03-141-0/+4