summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * ext/readline/extconf.rb: added dir_config for curses, ncurses,shugo2004-07-152-0/+8
| | | | | | | termcap. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* years added.nobu2004-07-151-31/+31
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix ChangeLogocean2004-07-151-1/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * class.c: rdoc patchocean2004-07-152-5/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/yaml.rb (YAML::load_file, YAML::parse_file): added.why2004-07-156-356/+673
| | | | | | | | | * ext/syck/token.c: re2c compiled with bit vectors now. * ext/syck/implicit.c: ditto. * ext/syck/bytecode.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/sample/tkextlib/tktable/spreadsheet.rb: add a new samplenagai2004-07-154-4/+149
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-07-15eban2004-07-151-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/, ext/tcltklib/: bug fixnagai2004-07-15133-184/+5635
| | | | | | | | | | | | | | | | | | * ext/tk/lib/tk.rb: better operation for SIGINT when processing callbacks. * ext/tk/lib/tk/msgcat.rb: ditto. * ext/tk/lib/tk/variable.rb: ditto. * ext/tk/lib/tk/timer.rb: ditto. * ext/tk/lib/tk/validation.rb: add Tk::ValidateConfigure.__def_validcmd() to define validatecommand methods easier * ext/tk/lib/tk.rb (_genobj_for_tkwidget): support autoload Tk ext classes * ext/tk/lib/tk/canvas.rb and so on: remove the parent widget type check for items (e.g. canvas items; depends on the class) to avoid some troubles on Tk extension widget class definition. * ext/tk/lib/tkextlib/: add Iwidget and TkTable extension support * ext/tk/sample/tkextlib/: add samples of Iwidget and TkTable git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enum.c (enum_min_by): new method Enum#min_by. added Enum#max_bymatz2004-07-147-25/+113
| | | | | | | as well. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_asn1.c (ossl_asn1cons_to_der): fix type ofgotoyuzo2004-07-143-1/+11
| | | | | | | | | | argument. [ruby-dev:23891] * test/openssl/test_x509store.rb: prune tests for CRL checking unless X509::V_FLAG_CRL_CHECK is defined. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * util.c (ruby_strtod): should not convert string in the form ofocean2004-07-143-9/+40
| | | | | | | | | "-I.FE-X" which both "I" and "F" are ommitted. [ruby-dev:23883] * test/ruby/test_float.rb (test_strtod): add test for bug fix. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * array.c: rdoc patch - unified margin.ocean2004-07-132-168/+173
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-07-14eban2004-07-131-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * array.c: rdoc patch. merged patch from Johan Holmbergocean2004-07-132-110/+117
| | | | | | | <holmberg@iar.se> [ruby-core:3170] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Minor parse problem if hyperlink text starts \w+:...dave2004-07-131-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/uri/generic.rb (URI::Generic#merge_path):akira2004-07-133-6/+47
| | | | | | | | | | | | "URI('http://www.example.com/foo/..') + './'" should return "URI('http://www.example.com/')". [ruby-list:39838] "URI('http://www.example.com/') + './foo/bar/..'" should return "URI('http://www.example.com/foo/')". [ruby-list:39844] * test/uri/test_generic.rb (TestGeneric#test_merge): added tests. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb (init_mkmf): Do not add $(libdir) to $LIBPATH inknu2004-07-132-3/+10
| | | | | | | | | | extmk mode. * lib/mkmf.rb (dir_config): Prepend a new library path instead of appending so it is tried first. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-07-13eban2004-07-131-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ChangeLog: re-formatted.eban2004-07-131-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Allow optional : before call-seq:dave2004-07-121-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Use real right arrow for -> in call-seqdave2004-07-121-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Commit missdave2004-07-121-1/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Support call-seq: for Ruby methodsdave2004-07-123-0/+19
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-07-12eban2004-07-121-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Allow multiple words in braces before a linkdave2004-07-123-3/+11
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-07-10nahi2004-07-101-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/soap/marshal/test_struct.rb: use qualified build-tin class namenahi2004-07-102-3/+8
| | | | | | | (::Struct) to avoid name crash. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk.rb: better operation for SIGINT when processing callbacks.nagai2004-07-0945-20/+1162
| | | | | | | | | | | * ext/tk/lib/tk/msgcat.rb: ditto. * ext/tk/lib/tk/variable.rb: ditto. * ext/tk/lib/tk/timer.rb: ditto. * ext/tk/lib/tk/validation.rb: add Tk::ValidateConfigure.__def_validcmd() to define validatecommand methods easier git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * array.c, enum.c, pack.c: rdoc patch from Johan Holmbergocean2004-07-095-3/+11
| | | | | | | | | <holmberg@iar.se> [ruby-core:3132] [ruby-core:3136] * numeric.c: rdoc patch. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* lib/open-uri.rb (URI::HTTPS#proxy_open): raise ArgumentError to notice https ↵akr2004-07-092-0/+11
| | | | | | is not supported. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_thread_raise): accept third argument as well asnobu2004-07-092-13/+34
| | | | | | | | Kernel#raise, and evaluate the arguments to create an exception in the caller's context. [ruby-talk:105507] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-07-09eban2004-07-091-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * add entriesnagai2004-07-081-0/+41
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib : bug fixnagai2004-07-0864-110/+2429
| | | | | | | | | | * ext/tk/lib/tkextlib/itcl : add [incr Tcl] support * ext/tk/lib/tkextlib/itk : add [incr Tk] support * ext/tk/lib/tkextlib/iwidgets : midway point of [incr Widgets] support * ext/tk/sample/tkextlib/iwidgets : very simple examples of [incr Widgets] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (rb_cv_stack_end_address): detect stack end addressnobu2004-07-083-4/+34
| | | | | | | | | variable supplied by system. [ruby-core:03115] * gc.c (Init_stack): use system provided address if possible. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-07-08eban2004-07-071-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/tempfile.rb (Tempfile::initialize): got out code ofakira2004-07-072-1/+11
| | | | | | | generating tmpname. [ruby-dev:23832][ruby-dev:23837] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* MANIFEST: added these files:eban2004-07-071-0/+3
| | | | | | | | | lib/rexml/validation/relaxng.rb lib/rexml/validation/validation.rb lib/rexml/validation/validationexception.rb git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* These validation files for REXML need to be included in the main branch.ser2004-07-073-0/+720
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update comment to show call-seq exampledave2004-07-071-0/+24
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rss/{rss,parser,0.9,1.0,2.0}.rb: supported RSS 0.9x/2.0kou2004-07-069-107/+440
| | | | | | | | | | | validation and validation which disregard order of elements. * test/rss/test_parser.rb: added tests for RSS 0.9x/2.0 validation. * test/rss/{test_trackback,rss-testcase}.rb: fixed no good method name. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-07-07eban2004-07-061-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tkextlib/tktrans.rb,eban2004-07-063-2/+7
| | | | | | | ext/tk/lib/tkextlib/treectrl.rb: fix syntax errors. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-07-06eban2004-07-061-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib : improve framework of developping Tcl/Tk extension wrappersnagai2004-07-06138-427/+8458
| | | | | | | * BWidget extension support on Ruby/Tk git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rss/{trackback,syndication,dublincore,content}.rb: workedkou2004-07-056-36/+60
| | | | | | | | | with ruby 1.6 again. * test/rss/rss-assertions.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/uri/common.rb (Kernel#URI): new global method for parsing URIs.akr2004-07-053-0/+21
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-07-05nobu2004-07-051-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add ML number.ocean2004-07-051-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_thread_yield, rb_f_catch): 4th argument to rb_yield_0()nobu2004-07-052-3/+8
| | | | | | | is a set of bit flags. [ruby-dev:23859] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e