summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ------------------------------------------------------------------------ser2004-05-162-9/+19
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/yaml/baseemitter.rb (indent_text): was forcing a mod valuewhy2004-05-162-115/+120
| | | | | | | of zero at times, which kept some blocks from getting indentation. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-05-17eban2004-05-161-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Forgot to update the manifest with the new files :-/ser2004-05-161-0/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6331 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Added support for CP-1252 and ISO-8859-15 encodings for non-iconv systems.ser2004-05-162-0/+167
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6330 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* ------------------------------------------------------------------------ser2004-05-168-956/+1001
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/drb/drb.rb: Cosmetic documentation changes.gsinclair2004-05-162-7/+11
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument toakr2004-05-164-14/+74
| | | | | | | | | specify an open flag. (Init_dbm): define open flags: DBM::READER, DBM::WRITER, DBM::WRCREAT and DBM::NEWDB. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_float.rb(test_strtod): Add test for signed 0.000...1ocean2004-05-152-0/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/syck/depend: commit miss.eban2004-05-151-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/syck/depend: add ruby's headers.eban2004-05-152-10/+16
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6319 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/syck/MANIFEST, ext/syck/depend: new file.nobu2004-05-155-21/+47
| | | | | | | | | | * lib/yaml/rubytypes.rb: range of exponential floats. [ruby-core:02824] * test/yaml/test_yaml.rb: tests for strings start with colon and some round trip. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-05-15eban2004-05-151-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-1511-347/+369
| | | | | | | | | | | | | | | | | | | | | | | | * lib/yaml/baseemitter.rb (node_text): rewriting folded scalars. * ext/syck/syck.h: reports style of scalars now, be they plain, block single-, or double-quoted. * ext/syck/syck.c: ditto. * ext/syck/gram.c: ditto. * ext/syck/node.c: ditto. * ext/syck/token.c: ditto. * ext/syck/rubyext.c (yaml_org_handler): symbols loaded only if scalar style is plain. * test/yaml/test_yaml.rb (test_perl_regexp): updated test to match new regexp serialization. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (eval): forgot to restore $SAFE value before evaluatingmatz2004-05-142-0/+6
| | | | | | | compiled node. [ruby-core:02872] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * range.c (range_each_func): terminates loop if generating valuematz2004-05-148-48/+54
| | | | | | | | | | | | | | | | is same to @end. [ruby-talk:100269] * string.c (rb_str_new4): should not reuse frozen shared string if the original is not an instance of String. [ruby-talk:100193] * time.c (time_mdump): preserve GMT bit in the marshal data. [ruby-talk:100213] * eval.c (is_defined): do not protect exception during receiver evaluation. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* ChangeLog: typo fix.eban2004-05-141-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk/canvas.rb: improve coords support for canvas items.nagai2004-05-144-116/+99
| | | | | | | | | | | | | Now, supports all of the followings. TkcLine.new(c, 0, 0, 100, 100, :fill=>'red') TkcLine.new(c, [0, 0, 100, 100], :fill=>'red') TkcLine.new(c, [0, 0], [100, 100], :fill=>'red') TkcLine.new(c, [[0, 0], [100, 100]], :fill=>'red') TkcLine.new(c, :coords=>[0, 0, 100, 100], :fill=>'red') TkcLine.new(c, :coords=>[[0, 0], [100, 100]], :fill=>'red') git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_float.rb: Add test for util.c revision 1.42.ocean2004-05-142-0/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-05-14eban2004-05-141-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * util.c (ruby_strtod): strtod("0", &end); => end should point '\0'.ocean2004-05-142-8/+11
| | | | | | | [ruby-dev:23498] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/telnet.rb (Net::Telnet::login): "options" can specifyakira2004-05-132-4/+13
| | | | | | | regexps for login prompt and/or password prompt. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/syck/rubyext.c (yaml_org_handler): some empty strings werewhy2004-05-132-1/+6
| | | | | | | loaded as symbols. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-05-13eban2004-05-131-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * pack.c (pack_pack): always add with null for 'Z'.nobu2004-05-132-11/+19
| | | | | | | * pack.c (pack_unpack): terminated by null for 'Z'. [ruby-talk:98281] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6298 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb (have_type, check_sizeof): replace unusable characters.nobu2004-05-122-5/+10
| | | | | | | [ruby-talk:99788] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/resolv.rb (Resolv::DNS::Config): make it configurable withoutakr2004-05-122-35/+97
| | | | | | | external file such as /etc/resolv.conf. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_x509name.c: attribute value of DC (short name ofgotoyuzo2004-05-122-0/+6
| | | | | | | domainComponent) should be IA5String. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk/composite.rb: improve configure methods. (based on the ↵nagai2004-05-123-18/+308
| | | | | | proposal of [ruby-talk:99671]) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-05-12eban2004-05-121-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix rdocdave2004-05-122-0/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix for 'incomplete bug fix' for 1.41.shigek2004-05-111-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/protocol.rb (each_crlf_line): remove junk line.aamine2004-05-102-1/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Change symbol lookup scheme in HTML generationdave2004-05-102-4/+17
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (eval): warning during eval should not cause deadlock.matz2004-05-104-5/+16
| | | | | | | | | | [ruby-talk:98651] * eval.c (rb_eval): raise TypeError exception for superclass mismatch. [ruby-dev:39567] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-05-10eban2004-05-101-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Search parent for unqualified constantsdave2004-05-102-0/+13
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/pop.rb (loggin): append "\n".aamine2004-05-092-1/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/ftp.rb: ported documentation improvement from 1.8 branchgsinclair2004-05-096-478/+520
| | | | | | | | | | * lib/net/imap.rb: ditto * lib/net/pop.rb: ditto * lib/net/smtp.rb: ditto * lib/net/telnet.rb: ditto git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_float.rb: added test_strtod to test Float("0").nahi2004-05-092-0/+16
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/yaml/store.rb: use FileUtils::copy.eban2004-05-092-1/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-05-09eban2004-05-091-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* MANIFEST: remove regex.c.eban2004-05-091-1/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * regex.c : removed unused file.ksaito2004-05-092-26/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (rb_f_open): open should not ignore block when "to_open"matz2004-05-086-14/+17
| | | | | | | | | method is used. [ruby-dev:23478] * ext/dbm/dbm.c (fdbm_modify): typo fixed. [ruby-dev:23473] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-05-08eban2004-05-081-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32ole.c: add RDoc style comment.suke2004-05-081-61/+183
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add a test for Kernel.open(Pathname.new(...)) { ... }.akr2004-05-071-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/fileutils.rb (mv): new option `force'. [ruby-talk:99457]aamine2004-05-072-66/+111
| | | | | | | | * lib/fileutils.rb: new method for command option reflection: FileUtils.commands, .options, .have_option?, .options_of, .collect_methods. * lib/fileutils.rb: module Verbose, NoWrite, DryRun do not have option flags @fileutils_verbose and @fileutils_noop, they make no sense. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Allow multiple arguments to includedave2004-05-072-4/+13
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e