summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* reject :instance_eval, :class_eval, :module_eval [druby-ja:117]seki2005-02-082-1/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* typo fix.akr2005-02-081-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * keywords, parse.y: separate EXPR_VALUE from EXPR_BEG.nobu2005-02-084-50/+40
| | | | | | | fixed: [ruby-core:04310], [ruby-core:04368] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* added bcc32 support [ruby-dev:25657] and fixed a minor bug.ttate2005-02-083-36/+19
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* document updated.akr2005-02-081-47/+53
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Use define_method instead of module_eval.ttate2005-02-072-13/+13
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add test_rand_0x100000000.akr2005-02-071-0/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-02-08eban2005-02-071-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/resolv.rb (Resolv::DNS::Name#subdomain_of?): new method.akr2005-02-072-0/+37
| | | | | | | | (Resolv::DNS::Name#inspect): ditto. Suggested by Sam Roberts. [ruby-talk:129086] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix previous commit to check stdout is a tty.akr2005-02-071-2/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (io_getc): flush rb_stdout before read fro stdin, which isakr2005-02-073-7/+15
| | | | | | | | | connected to a tty. [ruby-core:4378] * rubyio.h (FMODE_TTY): renamed from FMODE_LINEBUF. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* minor bugfix.ttate2005-02-071-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Improved DL::Handle#sym.ttate2005-02-075-45/+98
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dln.c: typo fix.eban2005-02-071-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 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