summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * cont.c (rb_fiber_current), dln.c (dln_print_undef, dln_undefined),nobu2009-02-017-13/+13
| | | | | | | | | | | eval.c (rb_iterator_p, rb_need_block), load.c: (Init_load), ruby.c (uscore_get, rb_f_chop), st.c (stat_col), signal.c (rb_signal_buff_size, ruby_sig_finalize), thread.c (rb_thread_sleep_forever, rb_thread_sleep_deadly, rb_thread_alone): protoized. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/raddrinfo.c (addrinfo_ipv4_private_p): new method.akr2009-02-013-1/+84
| | | | | | | | (addrinfo_ipv4_loopback_p): ditto. (addrinfo_ipv4_multicast_p): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/optparse.rb (Switch#summarize): strips an equal sign fromnobu2009-02-012-1/+13
| | | | | | | | short option, and fills right sides in shorter lines. [ruby-talk:326414] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * variable.c (rb_const_get_0), vm_insnhelper.c (vm_get_ev_const):nobu2009-01-315-3/+22
| | | | | | | avoids infinite self recursion autoload. [ruby-core:21696] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21925 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* update rdoc.akr2009-01-311-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/test/unit/assertions.rb (assert_equal): show class in failureakr2009-01-312-0/+9
| | | | | | | message if meaningful. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix rdoc.akr2009-01-311-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/resolv.rb (Resolv::DNS#each_address): don't query IPv6 addressakr2009-01-312-1/+18
| | | | | | | if the host has no global IPv6 address. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/ruby.h (STR2CSTR): removed.akr2009-01-315-26/+11
| | | | | | | | | | (rb_str2cstr): removed. * object.c (rb_str2cstr): removed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/raddrinfo.c (addrinfo_ipv6_unspecified_p): new method.akr2009-01-313-3/+234
| | | | | | | | | | | | | | | | | (addrinfo_ipv6_loopback_p): ditto. (addrinfo_ipv6_multicast_p): ditto. (addrinfo_ipv6_linklocal_p): ditto. (addrinfo_ipv6_sitelocal_p): ditto. (addrinfo_ipv6_v4mapped_p): ditto. (addrinfo_ipv6_v4compat_p): ditto. (addrinfo_ipv6_mc_nodelocal_p): ditto. (addrinfo_ipv6_mc_linklocal_p): ditto. (addrinfo_ipv6_mc_sitelocal_p): ditto. (addrinfo_ipv6_mc_orglocal_p): ditto. (addrinfo_ipv6_mc_global_p): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add a test.akr2009-01-311-0/+11
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * load.c (rb_require_safe): raises when the path to be loaded isnobu2009-01-312-1/+10
| | | | | | | tainted. [ruby-dev:37843] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (optflags): defaulted to -O3 to get rid of slug ofnobu2009-01-312-1/+6
| | | | | | | gcc 4.3. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/optparse.rb (List#accept, parse_in_order): n option is nonobu2009-01-312-4/+9
| | | | | | | longer needed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* rdoc update.akr2009-01-311-24/+24
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/pathname.rb (Pathname#each_child): new method.akr2009-01-313-1/+37
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* rdoc update.akr2009-01-311-0/+11
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2009-01-31svn2009-01-301-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/test/unit/assertions.rbakr2009-01-302-1/+7
| | | | | | | | (Test::Unit::Assertions#assert_nothing_raised): supress warning. [ruby-core:21312] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add ML ref.akr2009-01-301-1/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/pathname.rb (Pathname#realdirpath): new method.akr2009-01-304-21/+89
| | | | | | | | [ruby-dev:36290] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (rb_w32_write): limit write size to 32KB if the fileusa2009-01-302-3/+23
| | | | | | | | seems to be console. [ruby-core:21613] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/curses/curses.c (Init_curses): Curses#crmode andkouji2009-01-302-2/+8
| | | | | | | | Curses#nocrmode changes to the module function. fix #916 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * tool/make-snapshot (prereq): remove enc.mk from tarball becauseusa2009-01-302-9/+6
| | | | | | | | BSD make checks $(srcdir)/enc.mk and try to run $(builddir)/enc.mk. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enc/depend: extract comile rules to each target for VC++.usa2009-01-302-11/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * cygwin/GNUmakefile.in (RUBYDEF): depends on makefiles.nobu2009-01-302-2/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * cygwin/GNUmakefile.in (RUBYDEF): adds DATA to non-function symbolsnobu2009-01-302-1/+6
| | | | | | | which is not marked as T. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/test/unit/assertions.rb (assert_respond_to): gets rid ofnobu2009-01-302-0/+10
| | | | | | | overcounting. [ruby-dev:37703] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add tests.akr2009-01-291-1/+45
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2009-01-30svn2009-01-291-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * transcode.c (rb_econv_init_by_convpath_i): make it static.akr2009-01-292-1/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * load.c (rb_feature_provided): should not calculate len by pointershugo2009-01-292-1/+7
| | | | | | | | subtraction because feature may be a expanded path. [ruby-core:21267] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (BASERUBY): erases RUBYOPT at the test.nobu2009-01-292-2/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (OBJCOPY): not used on Windows.nobu2009-01-292-0/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/securerandom.rb (SecureRandom.uuid): uses unpacked arraynobu2009-01-292-5/+8
| | | | | | | instead of string, because String#[] returns one length string. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rake.rb (FileUtils#rake_system): no longer needs workaroundnobu2009-01-293-40/+33
| | | | | | | | | | | | | | | on Windows. [ruby-core:21339] * lib/rake/win32.rb (Rake::Win32#rake_system): ditto. * lib/rake/win32.rb (Rake::Win32#win32_system_dir): no longer needs environment variables other than APPDATA now. * lib/rake.rb (Rake::Application#standard_system_dir): uses platfrom specific definition on Windows system. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/securerandom.rb: new method SecureRandom#uuidtechnorama2009-01-292-0/+14
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/spclet.c (socket_s_ip_address_list): support Windows XPusa2009-01-293-2/+101
| | | | | | | | or later. (Win2k or earlier is still not supported) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2009-01-29svn2009-01-281-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/zlib/zlib.c (zstream_run): previous change didn't resolve theusa2009-01-282-1/+9
| | | | | | | | problem. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/zlib/zlib.c (zstream_run): desperately guard the variable.usa2009-01-282-1/+6
| | | | | | | | [ruby-core:20576] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * math.c: SEGV is caused by implicit rb_to_float declarationtakano322009-01-282-0/+6
| | | | | | | test_complexrational.rb: [BUG] at IA-64 architecture git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* mime-type.nobu2009-01-280-0/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* properties.nobu2009-01-271-0/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * Makefile.in (distclean): hides removing Doxyfile.nobu2009-01-272-4/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/init.c (socks_connect_blocking): moved fromakr2009-01-273-10/+17
| | | | | | | | | | sockssocket.c. [ruby-dev:37834] * sockssocket.c (socks_init): don't omit "int" type. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * cygwin/GNUmakefile.in (RUBYDEF): needs DATA marks to exportnobu2009-01-273-2/+9
| | | | | | | | | non-function symbols. [ruby-core:21582] * win32/mkexports.rb (Exports::Mingw#each_export): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* eol-stylenobu2009-01-270-0/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/ripper/depend: use VPATH.naruse2009-01-272-1/+7
| | | | | | | If a platform doesn't support VPATH, Ruby doesn't support it: for exapmle MSYS. [ruby-core:21570] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/ripper/depend: lex.c's correct path is ../../lex.c.naruse2009-01-272-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e