summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * ext/socket/socket.c: mistakingly removed do_not_reverse_lookup.matz2004-04-022-15/+68
| | | | | | | [ruby-dev:39475] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* checked in debug version in errordave2004-04-021-9/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix parse bug with toplevel methods. Allow RDoc in =begin rdoc/=end comments ↵dave2004-04-025-26/+66
| | | | | | (experimental) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c (make_hostent): fix memory leak, based onmatz2004-04-013-267/+202
| | | | | | | the patch from HORIKAWA Hisashi <vzw00011@nifty.ne.jp>. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-04-01nahi2004-04-011-4/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add test_symmetry_bignum.akr2004-04-011-0/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/soap/mapping/{factory.rb,registry.rb}: fixed illegal mapped URInahi2004-04-013-2/+26
| | | | | | | | | | | object with soap/marshal. added URIFactory class for URI mapping. BasetypeFactory checks instance_variables when original mapping is not allowed (ivar must be empty). Instance of URI have instance_variables but it must be llowed whenever original mapping is allowed or not. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add test_pack_U.akr2004-04-011-0/+11
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add 2 assertions.akr2004-03-311-0/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add a test. [ruby-dev:22619]akr2004-03-311-4/+14
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * time.c (year_leap_p): new function.akr2004-03-312-8/+95
| | | | | | | | | (timegm_noleapsecond): ditto. (search_time_t): use timegm_noleapsecond instead of mktime for first guess. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-03-31nobu2004-03-311-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * intern.h: provide proper prototypes. [ruby-core:02724]nobu2004-03-313-6/+10
| | | | | | | * ruby.h: missing.h is now prerequisite to intern.h. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * pack.c (pack_pack): raises RangeError if uv is out of UTF8 valuematz2004-03-314-8/+32
| | | | | | | | | | range. [ruby-dev:23281] * io.c (rb_io_binmode): stdio buffer should be empty when calling IO#binmode. [ruby-talk:96155] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/delegate.rb (DelegateClass): define internal methods of thenobu2004-03-312-7/+12
| | | | | | | result class, but not metaclass of the caller. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* more tests for Time.utc.akr2004-03-311-5/+29
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add test for minimum 32bit signed time_t for Time.utc.akr2004-03-301-1/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * time.c (search_time_t): limit guess range by mktime if it isakr2004-03-301-1/+1
| | | | | | | available. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * time.c (search_time_t): limit guess range by mktime if it isakr2004-03-303-0/+24
| | | | | | | availabe. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-03-30nobu2004-03-301-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_eval): fix SEGV at retry in iterator's receiver.nobu2004-03-302-2/+6
| | | | | | | [ruby-dev:23227] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * process.c (rb_exec): follow older behavior if close-on-exec is notnobu2004-03-292-22/+80
| | | | | | | | | | available. * process.c (rb_fork): protect from exceptions while waiting failed process, if status is given. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-03-29eban2004-03-291-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-2939-124/+127
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Documentation fixes and a patch to fix whitespace handling.ser2004-03-286-21/+43
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix typo.akr2004-03-283-4/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-03-28nobu2004-03-281-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * cygwin/GNUmakefile.in (clean-local, distclean-local): removenobu2004-03-283-3/+17
| | | | | | | | | work files. * win32/Makefile.sub (clean-local): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/pop.rb: def m( arg ) -> def m(arg).aamine2004-03-282-44/+47
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/pop.rb (auth): failed when account/password include "%". ↵aamine2004-03-281-2/+2
| | | | | | [ruby-talk:95933] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/pop.rb: revert to rev1.63. 1.64 wrongly contains POPS code.aamine2004-03-281-26/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/pop.rb (auth): failed when account/password include "%". ↵aamine2004-03-282-6/+31
| | | | | | [ruby-talk:95933] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * (lib/open-uri.rb): permit extra semicolon in content-type field.akr2004-03-272-2/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * (lib/pp.rb, lib/prettyprint.rb): define seplist in PP::PPMethodsakr2004-03-273-39/+51
| | | | | | | instead of PrettyPrint. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-03-27nahi2004-03-261-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/logger.rb: trim tail space of each line. no user visible change.nahi2004-03-264-13/+21
| | | | | | | | | * lib/rss/dublincore.rb: fixed class definition mismatch. * sample/openssl/gen_csr.rb: fixed wrong usage text. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Missing trailing "$"dave2004-03-251-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add --version option to ridave2004-03-252-3/+21
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Bug in + and - reported by Bret Jolly fixed.shigek2004-03-251-0/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Bug in + and - reported by Bret Jolly fixed.shigek2004-03-251-25/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * version.c (ruby_show_copyright): obtain copyright year fromnobu2004-03-255-8/+20
| | | | | | | | | RUBY_RELEASE_YEAR. * win32/resource.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* integrated to win32/*.rb.nobu2004-03-253-133/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/resource.rb: default rubyw icon to ruby.ico, and let DLL alsonobu2004-03-252-3/+11
| | | | | | | | | include them. * win32/resource.rb: include winver.h for older WindowsCE. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk, */Makefile.sub (lib, dll): phony targets.nobu2004-03-257-12/+23
| | | | | | | | | * configure.in (ruby, miniruby): ditto. * cygwin/GNUmakefile.in (rubyw): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-03-25eban2004-03-251-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add the --list-names optiondave2004-03-247-8/+75
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Must now use "::" to separate nested classes. This fixes bug where "ri ↵dave2004-03-242-0/+7
| | | | | | Kernel.Array" was looking for a class called Array git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Get --one-page working with C codedave2004-03-242-1/+12
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Move "y" documentation to correct placedave2004-03-241-15/+16
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/uri.rb: Documented (thanks Dmitry V. Sabanin).gsinclair2004-03-249-985/+979
| | | | | | | | | | | | | * lib/uri/common.rb: Ditto. * lib/uri/ftp.rb: Ditto. * lib/uri/generic.rb: Ditto. * lib/uri/http.rb: Ditto. * lib/uri/https.rb: Ditto. * lib/uri/ldap.rb: Ditto. * lib/uri/mailto.rb: Ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e