summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added VC++ support thanks to U.Nakamura's patch. [ruby-dev:25644]ttate2005-02-064-8/+18
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/extconf.rb (sockaddr_storage): winsock2.h have theusa2005-02-062-2/+10
| | | | | | | | | definition of struct sockaddr_storage, but socket.c doesn't include it because this version of ruby still has binary level compatibility with winsock1. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-02-07nobu2005-02-061-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb (with_cppflags, with_cflags, with_ldflags): keep flagsnobu2005-02-062-7/+10
| | | | | | | modified if the block returned true. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb (extract_makefile): extract previously collectednobu2005-02-065-309/+301
| | | | | | | | | | | | | | | | | | | | | | | | | | | | informations from existing Makefile. * ext/socket/extconf.rb: check if getaddrinfo() works fine only when wide-getaddrinfo option is not given. fixed: [ruby-dev:25422] * ext/tk/extconf.rb: separate tkutil configuration. * lib/mkmf.rb ($extmk): check if under ext directory. * lib/mkmf.rb (Logging.postpone): allow recursive operation. * lib/mkmf.rb (try_constant): make sure if really a constant, reduce the number of times of compile. * lib/mkmf.rb (have_macro, have_var, byte_order): new functions. * lib/mkmf.rb (find_library): allow directory list with separators. * lib/mkmf.rb (arg_config): manage provided configuration options. * lib/mkmf.rb (dir_config): accept arrays of directory names as default values. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (stack_extend): add prototype because VC++8 doesn'tusa2005-02-062-1/+6
| | | | | | | accept __declspec(noinline) with K&R style function definitions. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* added DL::Importer.sizeof().ttate2005-02-063-0/+50
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* synchronized with date2 3.6.3tadf2005-02-063-9/+47
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/dl.c (Init_dl): function declaration should precedeakr2005-02-062-3/+8
| | | | | | | statements before C99. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-02-06usa2005-02-051-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/resolv.rb (Resolv::DNS::Resource::TXT): multiple strings was notakr2005-02-052-6/+34
| | | | | | | | | | | | handled. (Resolv::DNS::Resource::TXT#strings): new method to return all strings. (Resolv::DNS::Message::MessageEncoder#put_string_list): new method. (Resolv::DNS::Message::MessageDecoder#get_string_list): ditto. based on [ruby-talk:129732] by Sam Roberts. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* comment refined.akr2005-02-051-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* replace CRLF with LF.ttate2005-02-050-0/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-02-05eban2005-02-041-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ripper/test_scanner_events.rb: fix test.aamine2005-02-042-9/+13
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* added missing files.ttate2005-02-046-0/+733
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* added new files.ttate2005-02-0417-0/+2555
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* remove all files to replace ruby-dl with ruby-dl2.ttate2005-02-0430-6260/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/ripper/lib/ripper/lexer.rb: last Lexer fix was incomplete; test all green.aamine2005-02-042-4/+13
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/ripper/lib/ripper/filter.rb: ripper/tokenizer -> ripper/lexer. ↵aamine2005-02-042-4/+9
| | | | | | [ruby-dev:25632] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rss: supported Image module.kou2005-02-0313-9/+626
| | | | | | | http://web.resource.org/rss/1.0/modules/image/ git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-02-04eban2005-02-031-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 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