summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * configure.in (RUBY_REPLACE_TYPE): define typename to defaultnobu2009-09-112-1/+7
| | | | | | | type if the latter is found. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/win32.h (fstat): override if large file support isnobu2009-09-112-1/+7
| | | | | | | enabled. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * tool/config.{guess,sub}: updated to automake-1.11.nobu2009-09-113-27/+88
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* resolve conflict.shyouhei2009-09-111-0/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Merge branch 'trunk' of git://github.com/swdyh/ruby into trunkshyouhei2009-09-111-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dln.c (aix_loaderror): get rid of using uninitialized value in thenobu2009-09-112-6/+13
| | | | | | | | case loadquery fails. fixed wrong index variable usage. see [ruby-core:25479]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/test_open-uri.rb: properties.nobu2009-09-110-0/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24838 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* renamed.akr2009-09-101-0/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * unicode.c (onigenc_unicode_property_name_to_ctype):naruse2009-09-107-1217/+1306
| | | | | | | | | | | | ignore case of properties. * tool/enc-unicode.rb: downcase properties list. * enc/unicode/name2ctype.h, enc/unicode/name2ctype.h.blt, enc/unicode/name2ctype.kwd, enc/unicode/name2ctype.src: follow above. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/ruby.h (rb_data_type_t): Add comments.ko12009-09-102-1/+10
| | | | | | | | | And add a member variable "data", a multi-purpose storage area for rb_data_type. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add tests for open-uri.akr2009-09-101-0/+151
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/dl: use require_relative to require test_base.rb.akr2009-09-107-6/+10
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (rb_char_to_option_kcode): ASCII-8BIT should also delay.naruse2009-09-103-4/+17
| | | | | | | * re.c (parser_regx_options): return rb_ascii8bit_encindex on ASCII-8BIT. [ruby-dev:39300] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2009-09-11svn2009-09-101-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/http.rb (fetch): rdoc fix, patch by Arthur Schreiber, ↵marcandre2009-09-102-2/+8
| | | | | | [ruby-core:18309]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb (create_makefile): fix for parallel execution.nobu2009-09-102-4/+10
| | | | | | | [ruby-core:25509] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/dl/test_cptr.rb (test_free=): test SEGV at first.akr2009-09-102-0/+20
| | | | | | | [ruby-dev:39269] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/envutil.rb (assert_normal_exit): Don't useakr2009-09-102-7/+11
| | | | | | | AssertionMessage. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2009-09-10svn2009-09-101-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Warn unknown escaped chars in regexp.naruse2009-09-102-0/+27
| | | | | | | | | * regparse.c (UNKNOWN_ESC_WARN): added. * regparse.c (conv_backslash_value): Warn unknown escaped chars in regexp. [ruby-dev:39104] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/fileutils.rb (FileUtils::Entry_#copy_file): open the sourcenobu2009-09-093-2/+14
| | | | | | | file first to ensure it can be copied. [ruby-core:25498] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/bigdecimal/bigdecimal.c (BigDecimal_data_type): typed.nobu2009-09-092-6/+20
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/cfunc.c (dlcfunc_data_type): typed.nobu2009-09-094-47/+91
| | | | | | | | | * ext/dl/cptr.c (dlptr_data_type): ditto. * ext/dl/handle.c (dlhandle_data_type): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/dl/test_dl2.rb (test_call_double, test_sin): fixed argumentnobu2009-09-091-6/+7
| | | | | | | order. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Only 1 kcode effects options [ruby-core:25411]naruse2009-09-092-1/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_require.rb (test_relative): tests for require_relative.nobu2009-09-091-1/+19
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * load.c (rb_feature_provided): fixed for autoloading extensionnobu2009-09-093-2/+20
| | | | | | | library without suffix. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Wed Sep 9 15:24:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-09-093-1/+681
| | | | | | | | | * include/ruby/st.h : revert previous commit. * ext/objspace/objspace.c : remove st_memsize declare. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Wed Sep 9 14:07:19 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-09-092-676/+4
| | | | | | | | * include/ruby/st.h : fix duplicate st_memsize declare. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * variable.c (rb_autoload): initialize typed data.nobu2009-09-092-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * st.c (st_free_table): constified.nobu2009-09-093-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * variable.c (autoload_data_type): typed.nobu2009-09-092-11/+28
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * time.c (rb_time_timeval, rb_time_timespec): typed.nobu2009-09-091-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * transcode.c (econv_data_type): typed.nobu2009-09-092-14/+25
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * time.c (time_data_type): typed.nobu2009-09-092-11/+23
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * thread.c (thgroup_data_type, mutex_data_type, barrier_data_type):nobu2009-09-092-13/+52
| | | | | | | typed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (stat_data_type): typed.nobu2009-09-092-4/+17
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * error.c (name_err_mesg_data_type): typed.nobu2009-09-092-12/+32
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24806 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enumerator.c (enumerator_data_type): typed.nobu2009-09-092-27/+60
| | | | | | | (yielder_data_type, generator_data_type): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (dir_data_type): typed.nobu2009-09-092-13/+27
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * cont.c (cont_memsize, fiber_memsize): constified.nobu2009-09-091-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/ruby.h (rb_data_type_struct): constified dsize.nobu2009-09-091-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/ruby.h (rb_data_type_struct): constified dsize.nobu2009-09-098-14/+18
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * cont.c (cont_memsize): fixed wrong expression on IA64.nobu2009-09-092-2/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * cont.c (cont_restore_1, rb_cont_call): should be Fiber.nobu2009-09-092-6/+10
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * cont.c (cont_data_type, fiber_data_type): typed.nobu2009-09-083-7/+66
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/tempfile.rb, lib/tmpdir.rb (Tmpname): extracted new module.nobu2009-09-083-92/+84
| | | | | | | [ruby-dev:39197] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * st.c (st_init_*table_with_size): use st_index_t.nobu2009-09-083-32/+34
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * re.c (rb_reg_hash): must calculate hash.nobu2009-09-081-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/st.h (st_hash_func): use st_index_t.nobu2009-09-0821-79/+92
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e