summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * ext/tk/tcltklib.c (ip_finalize): adhoc patch to avoid SEGV when exitnagai2005-04-112-4/+9
| | | | | | | on Tcl/Tk8.3.x. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb (configuration): shouldn't output hdrdir twice.usa2005-04-112-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-04-11eban2005-04-111-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8298 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* CUnionEntity should inherit CStructEntity.ttate2005-04-101-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* commit miss...ocean2005-04-101-5/+1
| | | | | | | | | | * sample/tkextlib/treectrl/explorer.rb: File.executable? returns true even if it's plain text file. (this function only checks access right) again. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-04-10eban2005-04-091-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Applied Nobu's patch to the XML document encoding structure in REXML. Itser2005-04-099-114/+98
| | | | | | | | passes all of REXML's native tests as well as a couple of others, and should fix potential threading issues. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/sample/tkextlib/treectrl/mailwasher.rb: fixed typo. [ruby-dev:26008]ocean2005-04-092-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk.rb: update RELEASE_DATEnagai2005-04-0951-27/+1882
| | | | | | | | | | | | | | | * ext/tk/lib/tk/image.rb: support to create TkImage object without creating a new image object on Tk. * ext/tk/lib/tk/menu.rb: use TkCommandNames on create_self() * ext/tk/lib/tk/root.rb: TkRoot.to_eval() returns '.'. * ext/tk/lib/tk/text.rb: add methods to create a TkText::IndexString from (x, y) coords. * ext/tk/lib/tkextlib/tile.rb: bug fix and update support status. * ext/tk/lib/tkextlib/tile/*.rb: ditto. * ext/tk/sample/tkextlib/tile: New demo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * sample/rss/tdiary_plugin/rss-recent.rb: supported configurationkou2005-04-094-0/+73
| | | | | | | via Web browser. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/sample/tkextlib/treectrl/explorer.rb: File.executable? returns trueocean2005-04-092-10/+7
| | | | | | | even if it's plain text file. (this function only checks access right) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/sample/demos-jp/goldberg.rb: reduced text size of "click toocean2005-04-091-2/+2
| | | | | | | continue". [ruby-dev:26003] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/sample/tkextlib/treectrl/{help,www-options}.rb: fixed typo.ocean2005-04-093-5/+10
| | | | | | | (click or resize column header) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-04-09eban2005-04-081-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/sample/tkextlib/treectrl/imovie.rb: fixed typo. (click on clip title)ocean2005-04-082-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/sample/tkextlib/treectrl/random.rb: fixed typo. (drop node outside ofocean2005-04-082-1/+6
| | | | | | | widget, or reenter widget while draggging) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/sample/tkextlib/treectrl/outlook-newgrounp.rb: image had disappered ↵ocean2005-04-082-11/+12
| | | | | | | | | when node was selected. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb (extmake): hdrdir needs to be defined also innobu2005-04-083-2/+11
| | | | | | | | | | Config::CONFIG. * lib/mkmf.rb (configuration, create_makefile): get rid of recursive macro reference. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/sample/tkextlib/treectrl/outlook-newgroup.rb: tk::treectrl uses ↵ocean2005-04-083-21/+41
| | | | | | | | | | | | | | | | | | | | | 'afterId' not 'afterID'. * ext/tk/sample/tkextlib/treectrl/random.rb: ditto. * ext/tk/sample/tkextlib/treectrl/outlook-newgroup.rb: item_firstchild can return empty string. (drag onto leaf node) * ext/tk/sample/tkextlib/treectrl/random.rb: ditto. * ext/tk/sample/tkextlib/treectrl/random.rb: comparation failed at Enumerable#find because of type mismatch. (ex: "10" != 10) * ext/tk/sample/tkextlib/treectrl/random.rb: and some fixes. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/tkextlib/treectrl/tktreectrl.rb (selection_clear): fixed typo.ocean2005-04-084-6/+15
| | | | | | | | | * sample/tkextlib/treectrl/random.rb: node deselection now works. * sample/tkextlib/treectrl/demo.rb: fixed typo. (popup menu on column header) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/sample/tkextlib/treectrl/help.rb: fixed typo. (wrong color)ocean2005-04-072-4/+13
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* proper commentocean2005-04-071-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* commit missocean2005-04-072-7/+10
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * sample/tkextlib/treectrl/*.rb: fixed typo. (wrong itemheight)ocean2005-04-077-24/+92
| | | | | | | | * sample/demos-{en,jp}/goldberg.rb: reduced canvas size. [ruby-dev:25992] (written by Hidetoshi NAGAI) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-04-08eban2005-04-071-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb (extmake): top_srcdir is based from ext directory.nobu2005-04-071-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb (extmake): keep directory names in Makefile as macros.nobu2005-04-073-15/+31
| | | | | | | | | * lib/mkmf.rb (configuration, create_makefile): ditto. * lib/mkmf.rb (CXX_EXT): separate C++ extensions. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/treectrl/tktreectrl.rb: performance tuning. (call tk_send_without_encocean2005-04-0711-76/+110
| | | | | | | | | | if possible) * sample/tkextlib/treectrl/*.rb: some speed up... cache the result of version checking. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_call0): "return" event hook should be always executedshugo2005-04-073-42/+60
| | | | | | | if event_hooks is set. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/rss/test_maker_dc.rb (test_date): added a test for #date=kou2005-04-072-0/+25
| | | | | | | and #dc_date=. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-04-07eban2005-04-071-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rss/maker/dublincore.rb: _really_ supported multiple Dublinkou2005-04-074-7/+81
| | | | | | | | | | | | | Core items. * test/rss/rss-assertions.rb (assert_multiple_dublin_core): added an assertion for testing multiple Dublin Core items. * test/rss/test_maker_dc.rb (test_rss10_multiple): added a test for making multiple Dublin Core items. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* make error messages much friendlier if a XMLRPC::FaultException is thrown,mneumann2005-04-061-0/+2
| | | | | | | by aliasing message to faultString. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-04-06eban2005-04-061-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_env.rb (test_key): should test ENV.key instead ofocean2005-04-062-9/+14
| | | | | | | ENV.index. [ruby-dev:25994] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rss/*: refactored.kou2005-04-0512-141/+147
| | | | | | | | - gave a name to 'x'. - undef_method -> remove_method for avoiding a warning in ruby 1.6. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8255 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-04-05eban2005-04-051-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * sample/rss/tdiary_plugin/rss-recent.rb:kou2005-04-052-11/+42
| | | | | | | | | | | new option: @options['rss-recent.use-image-link']: use image as link instread of text if available. * sample/rss/tdiary_plugin/rss-recent.rb (RSS_RECENT_VERSION): 0.0.5 -> 0.0.6. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rss/dublincore.rb: supported multiple DublinCore items.kou2005-04-0512-98/+438
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lib/rss/parser.rb: added class name registry for complex model elements. (ex. have childlen elements, have some attributes and a child element and so on.) * lib/rss/maker/base.rb: added default current_element implementation. * lib/rss/maker/dublincore.rb: supported multiple DublinCore items. * lib/rss/maker/image.rb: supproted new DublinCore API. * lib/rss/trackback.rb (RSS::TrackBackUtils.new_with_value_if_need): moved to RSS::Utils. * lib/rss/utils.rb (RSS::Utils.new_with_value_if_need): moved from RSS::TrackBackUtils. * lib/rss/maker/image.rb: fixed invalid argument of add_need_initialize_variable bug. * lib/rss/maker/trackback.rb: ditto. * lib/rss/rss.rb (Hash#merge): added for ruby 1.6. * lib/rss/rss.rb (RSS::BaseModel.date_writer): changed to accept nil for date value. * test/test_dublincore.rb: added tests for plural accessor and multiple DublinCore items. * test/test_setup_maker_1.0.rb: fixed swapped actual and expected values. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk.rb (TkComm#array2tk_list): accept enc-mode argument toocean2005-04-043-13/+22
| | | | | | | | | | | decide whether convert encoding of each element or not. * ext/tk/lib/tk/variable.rb (TkVariable#value=): fail to convert the encoding of array elements when assign an array to an TkVariable object. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-04-04eban2005-04-041-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk/dialog.rb: fixed typo.ocean2005-04-045-16/+19
| | | | | | | | | * ext/tk/lib/tkextlib/tktable/tktable.rb: added Tk::TkTable#selection_present. * ext/tk/sample/tkextlib/vu/dial_demo.rb: renamed as well as vu_demo.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb (create_makefile): ensure library directories get madenobu2005-04-022-4/+8
| | | | | | | before copying libraries there. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * wince/configure.bat, wince/setup.mak: add prefix, extstatic andnobu2005-04-024-63/+111
| | | | | | | rdoc options. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (CP, INSTALL): get rid of less portable options.nobu2005-04-023-10/+17
| | | | | | | | * lib/mkmf.rb (configuration, create_makefile): correct configuration variable. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-04-02eban2005-04-021-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai2005-04-029-23/+126
| | | | | | | | | | | | | | * ext/tk/lib/tk/variable.rb: fix namespace trouble when autoloading * ext/tk/lib/tk/palette.rb: define Tcl variable 'tkPalette' as global * ext/tk/lib/tk/dialog.rb: use array2tk_list method when calling Tk.ip_eval. * ext/tk/lib/tk/autoload.rb: add autoload entry 'TkDialogObj' and 'TkWarningObj' * ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: support TreeCtrl's cvs head. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * hash.c (env_key): ENV.index is deprecated as well as Hash#index.ocean2005-04-022-3/+17
| | | | | | | use ENV.key instead. [ruby-dev:25974] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk.rb (TkWindow.initialize): accept 'without_creating'nagai2005-04-018-114/+230
| | | | | | | | | | option without 'widgetname' option to allow creating a widget object which is used as an argument of Tcl/Tk's widget allocation commands. * ext/tk/lib/tk/image.rb (TkImage.initialize): accept 'imagename' option to create a image object by the given name. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/ChangeLog.tkextlib: add log of the modification bynagai2005-04-012-2/+22
| | | | | | | | | ocean <ocean@ruby-lang.org>. * ext/tk/sample/tkextlib/treectrl/demo.rb: bridge the gap of Hash#index or Hash#key between ruby 1.8 and 1.9 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e