summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * ext/stringio/stringio.c (strio_close, strio_close_read, strio_close_write):nobu2005-02-032-30/+41
| | | | | | | | | | should return nil instead of self as well as IO. [ruby-dev:25623] * ext/stringio/stringio.c (strio_extend, strio_putc): fill with zero extended portion. [ruby-dev:25626] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* bugfix.ttate2005-02-031-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-02-03usa2005-02-031-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/nkf/nkf-utf8/nkf.c: follow original v 1.57naruse2005-02-021-0/+8
| | | | | | | | * ext/nkf/nkf-utf8/utf8tbl.c: follow original v 1.8 * ext/nkf/nkf-utf8/config.h: follow original v 1.7 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * follow original utf8tbl.c,v 1.8naruse2005-02-021-2240/+4213
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7870 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * follow original config.h,v 1.7naruse2005-02-021-0/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/nkf/nkf-utf8/nkf.c: follow nkf.c,v 1.57naruse2005-02-021-48/+313
| | | | | | | | support JISX0212 fixed: [Ruby-dev:25617] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/stringio/stringio.c (strio_truncate): should MEMZERO an extendednobu2005-02-022-3/+12
| | | | | | | part. [ruby-dev:25618] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * forgot to add lib/rss/trackback.rb entry.kou2005-02-021-0/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rss/rss.rb (RSS::Element#convert): added.kou2005-02-026-66/+86
| | | | | | | | | | * lib/rss/rss.rb: convert -> need_convert. * lib/rss/1.0.rb: ditto. * lib/rss/0.9.rb: ditto. * lib/rss/2.0.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-02-02eban2005-02-021-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/ripper/lib/ripper/tokenizer.rb -> lexer.rb.aamine2005-02-015-65/+248
| | | | | | | | | * ext/ripper/lib/ripper/lexer.rb: new method Ripper.slice. [experimental] * ext/ripper/lib/ripper/sexp.rb: new file. [experimental] * ext/ripper/lib/ripper.rb: require ripper/lexer and ripper/sexp. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* (DRb::DRbObject#respond_to?): check marshal_dump and _dumpseki2005-02-012-1/+16
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-02-01eban2005-01-311-4/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (aix): fix linker flags on AIX. [ruby-talk:125460]nobu2005-01-312-5/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * Makefile.in, configure.in: made EXTOUT configurable.nobu2005-01-315-5/+19
| | | | | | | | | * ext/extmk.rb (extmake), lib/mkmf.rb: keep topdir as relative style. * lib/mkmf.rb: make extensions in depth order. [ruby-dev:25522] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-01-31usa2005-01-311-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/extconf.rb: add tkutil configuration step (remove old schema)nagai2005-01-318-66/+91
| | | | | | | | | | | * ext/tk/depend: remove the information of tkutil * ext/tk/make-tkutil: sub-part of Makefile to compile tkutil * ext/tk/tkutil/tkutil.c: move tkutil.c to subdirectory * ext/tk/tkutil/subconf.rb: configuration file for tkutil.c * ext/tk/tkutil/depend: ditto git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/tcltklib.c: add invalid namespace checknagai2005-01-315-69/+122
| | | | | | | | * ext/tk/lib/multi-tk.rb: add invalid_namespace? method * ext/tk/lib/remote-tk.rb: ditto git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* example modified a bit.akr2005-01-291-4/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/resolv.rb (Resolv::DNS::Resource::IN::SRV): Added RFC2782 SRVakr2005-01-292-0/+63
| | | | | | | resource record for specifying location of services. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-01-29eban2005-01-281-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ascii.c, euc_jp.c, hash.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, ↵ksaito2005-01-2812-446/+4237
| | | | | | regenc.h, regerror.c, regexec.c, reggnu.c, regint.h, regparse.c, regparse.h, sjis.c, st.c, st.h, utf8.c: imported Oni Guruma 3.5.4. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* This commit was generated by cvs2svn to compensate for changes in r7843,ksaito2005-01-288-28/+22
| | | | | | | which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Initial revisionksaito2005-01-281-0/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-01-28eban2005-01-281-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/resolv.rb (Resolv::DNS::Config.parse_resolv_conf):akr2005-01-282-0/+19
| | | | | | | | | | | parse options line for ndots option. (Resolv::Hosts#lazy_initialize): return self. (Resolv::DNS#lazy_initialize): ditto. (Resolv::DNS::Config#lazy_initialize): ditto. Suggested by Sam Roberts. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/extconf.rb: support new tk scheme on bccwin32.usa2005-01-272-2/+7
| | | | | | | fixed: [ruby-dev:25546] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7838 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-01-27eban2005-01-261-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/fileutils/test_fileutils.rb (setup): support BSD style directory ↵aamine2005-01-262-2/+7
| | | | | | group inheritance (again). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/fileutils/test_fileutils.rb: remove junk print statement.aamine2005-01-261-1/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/fileutils/test_fileutils.rb (setup): support BSD style directory ↵aamine2005-01-263-13/+22
| | | | | | | | | group inheritance. [ruby-dev:25440] * test/fileutils/fileasserts.rb (assert_same_entry): show entry difference. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/Setup*: remove tcltklib.usa2005-01-267-12/+10
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/extconf.rb: support new tk scheme on mswin32.usa2005-01-262-12/+26
| | | | | | | fixed: [ruby-dev:25535] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-01-26usa2005-01-261-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (flock_winnt, flock_win95): unlock file even ifusa2005-01-262-0/+7
| | | | | | | LOCK_NB is specified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk: merge tcltklib for Ruby/Tk installation controlnagai2005-01-2527-297/+371
| | | | | | | * ext/tcltklib: remove git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ruby.c (proc_options): correct -T option in RUBYOPT.usa2005-01-252-2/+7
| | | | | | | fixed: [ruby-dev:25512] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/sample/vu/vu_demo.rb: rename from vu.rb; avoid the bug onnagai2005-01-252-0/+5
| | | | | | | | | Windows version of Tcl/Tk. The trouble based on the bug occurs when the script name (without extension) is a same name as a Tcl/Tk's library file name (without extension) required in the script. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2005-01-25ocean2005-01-251-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remainednagai2005-01-2531-105/+639
| | | | | | | | | | | | | | | | | | | | | | | | | | after scripts [ruby-dev:25479]: NULL current namespce when deleting Tk interpreter [ruby-talk:126225] * ext/tcltklib/extconf.rb: bug fix; TCL_ENABLE_THREAD flag is inverted [ruby-talk:126360] * ext/tcltklib/extconf.rb: add yet another native-thread check * ext/tk/tkutil.c: fix SEGV bug; NULL string pointer when finalize Ruby interpreter * ext/tk/lib/multi-tk.rb: avoid warning for deleted safeTk ip frame * ext/tk/lib/tk/bindtag.rb: bug fix; new method of named bindtag doesn't return the created object [ruby-dev:25479] * ext/tk/lib/tk/menu.rb: bug on treating arguments [ruby-dev:25479] * ext/tk/lib/tk.rb: bug fix; cannot accept a callback ID string for a command argument [ruby-dev:25479] * ext/tk/lib/multi-tk.rb: ditto * ext/tk/lib/tk/*.rb: ditto * ext/tk/lib/tkextlib/*.rb: ditto * ext/tk/sample/demos-jp/anilabel.rb: new demo script * ext/tk/sample/demos-en/anilabel.rb: ditto * ext/tk/sample/tkHTML/ss.rb: local variable scope bug fix [ruby-dev:25479] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix some documents.akr2005-01-251-11/+10
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix IO#read docment.akr2005-01-241-5/+13
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-01-24eban2005-01-241-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Mon Jan 24 16:00:53 2005 NARUSE, Yui <naruse@ruby-lang.org>naruse2005-01-241-0/+5
| | | | | | | | * ext/nkf/lib/kconv.rb (guess_old): not use NKF.guess_old but NKF.guess1. fixed: [ruby-dev:25491] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/nkf/lib/kconv.rb (guess_old): not use NKF.guess_oldnaruse2005-01-241-1/+1
| | | | | | | but NKF.guess1. fixed: [ruby-dev:25491] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-01-23eban2005-01-231-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/soap/wsdlDriver.rb: from 1.5.3-ruby1.8.2, operation which hasnahi2005-01-232-0/+15
| | | | | | | | | | | | | capitalized name (such as KeywordSearchRequest in AWS) is defined as a method having uncapitalized name. (converted with GenSupport.safemethodname to handle operation name 'foo-bar'). it introduced serious incompatibility; in the past, it was defined as a capitalized. define capitalized method as well under that circumstance. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_ocsp.c (ossl_ocspreq_to_der): should callgotoyuzo2005-01-222-1/+6
| | | | | | | GetOCSPReq at first. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-01-22eban2005-01-221-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e