aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * error.c (Init_Exception): remove Exception#to_str. [Ruby2]matz2004-04-051-0/+10
* add require "drb/drb"seki2004-04-051-0/+4
* * test/zlib/test_zlib.rb: new file.akr2004-04-051-0/+5
* * parse.y (assoc_list): {a: 1, b: 2} should be allowed. [ruby-dev:23328]aamine2004-04-051-0/+5
* * regexec.c: imported Oni Guruma 2.2.6.ksaito2004-04-051-0/+4
* * regparse.c, oniguruma.h: imported Oni Guruma 2.2.6.ksaito2004-04-051-0/+4
* * ext/socket/socket.c (raise_socket_error): some platforms don't haveusa2004-04-051-2/+7
* fix reference to ML: [ruby-dev:39475] to [ruby-list:39475].akr2004-04-051-1/+1
* Remove leading ./ from filenames so that cross references work OKdave2004-04-041-0/+5
* Allow multiple --exclude options to RDocdave2004-04-041-0/+5
* * ext/syck/syck.h: version 0.43.why2004-04-031-0/+4
* * ext/syck/lib/gram.c: allow root-level inline collections.why2004-04-021-0/+8
* * bcc32/Makefile.sub (OUTFLAG): needed for static-linked-ext.nobu2004-04-021-0/+4
* * ext/extmk.rb (extmake): extract necessary variables for static linknobu2004-04-021-1/+9
* * eval.c (top_include): include in the wrapped load is done formatz2004-04-021-2/+14
* * eval.c (block_pass): should increment unique identifier of thematz2004-04-021-0/+5
* * eval.c (Init_load): make $LOADED_FEATURES built-in. [ruby-dev:23299]aamine2004-04-021-0/+9
* * ext/socket/socket.c: mistakingly removed do_not_reverse_lookup.matz2004-04-021-0/+3
* Fix parse bug with toplevel methods. Allow RDoc in =begin rdoc/=end comments ...dave2004-04-021-0/+12
* * ext/socket/socket.c (make_hostent): fix memory leak, based onmatz2004-04-011-0/+5
* * lib/soap/mapping/{factory.rb,registry.rb}: fixed illegal mapped URInahi2004-04-011-0/+9
* * time.c (year_leap_p): new function.akr2004-03-311-1/+8
* * intern.h: provide proper prototypes. [ruby-core:02724]nobu2004-03-311-2/+6
* * pack.c (pack_pack): raises RangeError if uv is out of UTF8 valuematz2004-03-311-0/+8
* * lib/delegate.rb (DelegateClass): define internal methods of thenobu2004-03-311-0/+5
* * time.c (search_time_t): limit guess range by mktime if it isakr2004-03-301-1/+1
* * time.c (search_time_t): limit guess range by mktime if it isakr2004-03-301-0/+5
* * eval.c (rb_eval): fix SEGV at retry in iterator's receiver.nobu2004-03-301-0/+5
* * process.c (rb_exec): follow older behavior if close-on-exec is notnobu2004-03-291-0/+8
* * 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