summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* use druby://localhost:0, [ruby-dev:23078]seki2004-03-131-0/+12
* * dir.c (fnmatch):ocean2004-03-121-0/+13
* * configure.in (rb_cv_noreturn): default for platforms not supportnobu2004-03-121-2/+14
* * lib/webrick/config.rb (WEBrick::Config::General): addgotoyuzo2004-03-111-0/+9
* * lib/fileutils.rb (remove_dir): should handle symlink correctly. This patch...aamine2004-03-101-0/+5
* * eval.c (return_jump): set return value to the returnmatz2004-03-101-0/+9
* * struct.c (rb_struct_s_def): Struct::new executes block withmatz2004-03-101-0/+20
* * ruby.c (opt_W_getter): get rid of warning.usa2004-03-101-0/+7
* * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub:usa2004-03-091-0/+5
* * Makefile.in: replaced regex.c entry with Oniguruma files.ksaito2004-03-081-0/+4
* * lib/net/http.rb: HTTPHeader did not initialized correctly.aamine2004-03-081-0/+6
* * lib/net/http.rb (add_header): remove warning. [ruby-dev:23170]aamine2004-03-081-0/+4
* * dir.c (range): Cancel change for incomplete '['. More discussionocean2004-03-081-0/+5
* * lib/uri/common.rb (URI::REGEXP::PATTERN::HOSTPORT): (?:#{PORT})akira2004-03-081-0/+5
* * dir.c (range): treat incomplete '[' as ordinary character (likeocean2004-03-081-0/+5
* * oniguruma.h (ONIG_EXTERN): check __GNUC__ instead of __CYGWIN__.eban2004-03-081-0/+2
* * regparse.c (parse_exp): need to separate initialization for bcc32.eban2004-03-081-0/+5
* * lib/webrick/config.rb (WEBrick::Config::HTTP): rename :RequestHandergotoyuzo2004-03-071-0/+18
* * lib/pstore.rb (commit_new): use FileUtils.copy_stream for Cygwin.eban2004-03-071-0/+3
* * Makefile.in (lex.c): use $? instead of $<.eban2004-03-071-0/+4
* * lib/net/http.rb: HTTPHeader keeps its header fields as an array.aamine2004-03-061-0/+14
* * lib/net/http.rb: new method Net::HTTPRequest#body(=).aamine2004-03-061-0/+6
* * lib/net/http.rb: spin off https code again.aamine2004-03-061-0/+21