summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * test/yaml/test_{boolean,null,omap}.rb: eol-style.nobu2009-11-300-0/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb (command_output): $makeflags are already quoted.nobu2009-11-302-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): moved fromnobu2009-11-305-4/+25
| | | | | | | | | | dln.c:dln_find_1(). * lib/mkmf.rb (def find_executable0): use EXECUTABLE_EXTS, not only EXEEXT. [ruby-core:26821] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Adding tests for YAML typestenderlove2009-11-303-0/+113
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (parser_yylex): suppress an extra error message afternobu2009-11-303-4/+21
| | | | | | | | numeric literal without digits. based on a patch from ujihisa . in [ruby-dev:39811]. [ruby-dev:39798] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2009-11-30svn2009-11-291-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fixing the ChangeLog to point to [ruby-core:26837]tenderlove2009-11-291-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * vm_eval.c (check_funcall_failed): pass ID. [ruby-core:26934]nobu2009-11-292-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eol-style.nobu2009-11-290-0/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2009-11-29svn2009-11-281-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rexml/formatters/default.rb (write_attribute): fix antenderlove2009-11-283-1/+28
| | | | | | | exception when printing a document when duplicate namespaced attributes exist. Thanks, Alexey Froloff [ruby-core:2389] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2009-11-28svn2009-11-281-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * vm_eval.c (check_funcall_failed): should rescue user raisedmatz2009-11-282-3/+8
| | | | | | | NoMethodError. rescue all NoMethodError if receiver does not respond to the method name. [ruby-dev:39796] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* rdoc update.akr2009-11-261-0/+28
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_complex.rb (@unify): fix the detection if mathyugui2009-11-263-2/+12
| | | | | | | | | loaded. This makes test_complex.rb work fine with the previous commit. * test/ruby/test_rational.rb (@unify): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/test_mathn.rb (TestMathn): new test case.yugui2009-11-262-0/+15
| | | | | | test for r25067. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/openssl/test_config.rb (OpenSSL::TestConfig): new test case.yugui2009-11-262-0/+20
| | | | | | test for r25017. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_range.rb (TestRange#test_comparison_when_recursive):yugui2009-11-263-0/+72
| | | | | | | | | test for r25010. * test/ruby/test_struct.rb (TestStruct#test_comparison_when_recursive): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * gem_prelude.rb (Gem.set_home): must dup before force_encodingnaruse2009-11-262-26/+33
| | | | | | | and must force_encoding before gsub. cf. Yen Sign problem of SJIS [ruby-core:26910] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/{configure.bat, setup.mak, Makefile.sub}: add new configureusa2009-11-264-1/+20
| | | | | | | | option ``--with-ntver''. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * removed spaces just before tabs.nobu2009-11-2615-35/+35
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test: eol-style.nobu2009-11-260-0/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/mkmf/base.rb: use $INCFLAGS to add -I option. [Bug#2387]nobu2009-11-262-2/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * marshal.c (mark_dump_arg): mark str. see also [ruby-dev:39735]wanabe2009-11-252-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2009-11-26svn2009-11-251-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/digest/test_digest_extend.rb: Added tests for current digestnahi2009-11-252-0/+72
| | | | | | | framework. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25925 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * vm_eval.c (rb_search_method_entry): refine error message.akr2009-11-252-9/+18
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/digest/digest.c (rb_digest_instance_method_unimpl): Do notknu2009-11-252-4/+19
| | | | | | | | | call rb_inspect() on an object that does not implement necessary methods; reported by NaHi. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * transcode.c: Added a check for an internal errorduerst2009-11-252-0/+7
| | | | | | | (with Tatsuya Mizuno) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2009-11-25svn2009-11-251-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bootsraptest/test_io.rb: skip the test of io/nonblock on Windows.usa2009-11-251-1/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/envutil.rb (EnvUtil.invoke_ruby): raise Timeout::Errorakr2009-11-242-1/+6
| | | | | | | instead of flunk. reported by Yusuke Endoh. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * vm.c (ruby_vm_destruct, thread_memsize): fix argument type to makemame2009-11-242-4/+8
| | | | | | RUBY_MARK_FREE_DEBUG available. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * error.c: include errno.h at beginning.akr2009-11-242-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * strftime.c: %Y format a year with 4 digits at least.akr2009-11-244-7/+28
| | | | | | | | * lib/time.rb: format a year with 4 digits at least. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * defs/known_errors.def: more errors.akr2009-11-242-0/+27
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/ruby.h (rb_bug_errno): declared.akr2009-11-246-25/+52
| | | | | | | | | | | | | | | | * include/ruby/intern.h (rb_strerrno): declaration removed. * error.c (rb_strerrno): make it static. return NULL for unknown errors. (rb_bug_errno): defined. * thread_pthread.c: use rb_bug_errno. * signal.c (ruby_signal): use rb_bug_errno. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bootstraptest/test_thread.rb: propagate the exception within a thread tousa2009-11-241-1/+6
| | | | | | | outer. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (file_path_convert): fix fs_encoding is not assign.naruse2009-11-242-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * error.c (rb_strerrno): constified.nobu2009-11-243-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * error.c (rb_strerrno): return "UNKNOWNERROR" for non-zero unknownakr2009-11-242-1/+7
| | | | | | | error. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2009-11-24svn2009-11-241-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/intern.h (rb_strerrno): declared.akr2009-11-245-14/+45
| | | | | | | | | | | | | | | * template/known_errors.inc.tmpl: generate defined_error() and undefined_error() instead of set_syserr. * error.c (Init_syserr): define defined_error() and undefined_error() to follow the above change. (rb_strerrno): defined. * thread_pthread.c: show error message and errno macro name with rb_bug. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * thread_pthread.c (RUBY_STACK_MIN, RUBY_STACK_SPACE): delay fornobu2009-11-232-7/+15
| | | | | | | | platforms where PTHREAD_STACK_MIN is not compile time constant. [ruby-dev:39751] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dln.c (dln_find_1): removed duplication.nobu2009-11-232-4/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dln.c (dln_find_1): fixed commit miss.nobu2009-11-231-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dln.c (dln_find_1): removed duplication.nobu2009-11-232-7/+10
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2009-11-23svn2009-11-221-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enc/trans/newline.trans (fun_so_universal_newline): generate \nakr2009-11-224-15/+37
| | | | | | | | after \r\n detection instead of just after \r. [ruby-list:45988] [ruby-core:25881] [ruby-core:26788] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * vm_eval.c (rb_search_method_entry): show flags and klass value inakr2009-11-212-10/+26
| | | | | | | not implemented error message. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e