aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/tk/tcltklib.c: forgot to update RELEASE_DATE.nagai2005-12-063-4/+12
* * 2005-12-07eban2005-12-061-3/+3
* * ext/tk/README.macosx-aqua: [new document] tips to avoid the knownnagai2005-12-0610-39/+203
* ChangeLog fix.matz2005-12-061-1/+0
* * gc.c (ruby_xmalloc2): change check for integer overflow.matz2005-12-068-30/+54
* * 2005-12-02eban2005-12-021-3/+3
* * dir.c (Compare): should not fold double byte alphabet on win9x.ocean2005-12-022-1/+5
* * 2005-12-01eban2005-11-301-4/+4
* * eval.c (rb_funcall2): allow to call protected methods.nobu2005-11-302-3/+8
* * parse.y (struct parser_params): fields common to ripper must benobu2005-11-302-355/+371
* A trick for negative address removed.akr2005-11-301-1/+0
* * misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz2005-11-306-16/+15
* * 2005-11-30eban2005-11-301-3/+3
* ChangeLog lib/pp.rbakr2005-11-302-1/+14
* * parse.y (struct parser_params): heap must be placed at same offsetnobu2005-11-293-16/+29
* * 2005-11-29eban2005-11-291-3/+3
* follow change of observer.rb. fixed [ruby-core:6796]seki2005-11-292-10/+16
* * lib/pp.rb (PP::PPMethods#object_address_group): adjust address format.akr2005-11-282-1/+12
* * ext/socket/socket.c (init_inetsock_internal): remove settingusa2005-11-282-3/+8
* * ext/socket/socket.c (init_inetsock_internal): remove settingusa2005-11-282-5/+6
* * win32/win32.c (rb_w32_strerror): remove all CR and LF. (avoid brokenocean2005-11-282-3/+8
* * 2005-11-28usa2005-11-281-3/+3
* * lib/mkmf.rb (create_makefile): should not change sodir withocean2005-11-282-1/+7
* * lib/pathname.rb: use File.basename to decompose pathnames.akr2005-11-264-531/+705
* * 2005-11-27eban2005-11-261-3/+3
* * lib/wsdl/xmlSchema/complexContent.rb: missingnahi2005-11-262-49/+58
* * 2005-11-26eban2005-11-261-3/+3
* * dln.c (conv_to_posix_path): should initialize posix.eban2005-11-262-0/+5
* commit miss.nagai2005-11-2514-204/+29
* * sample/tkextlib/tile/demo.rb: bug fixnagai2005-11-25111-10/+716
* * range.c (range_max): treat end exclusion without iteration ifmatz2005-11-253-6/+37
* * 2005-11-25usa2005-11-251-3/+3
* * lib/rss/rss.rb: added backward compatibility codes.kou2005-11-256-10/+50
* * lib/rss/rss.rb: improved type conversion.kou2005-11-2521-218/+461
* * lib/rss/image.rb: added Image prefix.kou2005-11-253-4/+22
* * test/rss/test_2.0.rb: added RSS 2.0 tests.kou2005-11-255-27/+413
* * range.c (range_min): use <=> comparison rather than iteration.matz2005-11-252-0/+67
* * 2005-11-24eban2005-11-231-3/+3
* * file.c (w32_io_info): CreateFile failed on Win9x if file was alreadyocean2005-11-232-1/+8
* * numeric.c (num_div): use floor rather than rb_Integer().matz2005-11-232-1/+8
* * lib/rss/parser.rb: added entity handling type predicate.kou2005-11-236-19/+80
* Add lacks for Tk8.5 support.nagai2005-11-236-1/+181
* * file.c (w32_io_info): should not call GetFileInformationByHandleocean2005-11-232-16/+28
* * lib/rss/: use #__send__ instead of #send.kou2005-11-2317-99/+117
* * test/rss/test_taxonomy.rb: use #reject directory.kou2005-11-231-2/+2
* * lib/rss/taxonomy.rb: changed class or module prefix tokou2005-11-233-34/+40
* * lib/rss/maker/taxonomy.rb: implemented taxonomy module for RSSkou2005-11-2314-21/+585
* * lib/rss/rss.rb: fixed a indentation bug.kou2005-11-234-12/+37
* * re.c (KR_REHASH): should cast to unsigned for 64bit CPU.matz2005-11-233-9/+16
* * ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid.gotoyuzo2005-11-224-4/+108