summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add tests.akr2007-12-241-1/+20
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add tests.akr2007-12-241-0/+81
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add succ tests from the succ document.akr2007-12-241-0/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * re.c (rb_reg_prepare_re): show regexp encoding in the error message.akr2007-12-242-1/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_exc_raise): ANSI style.akr2007-12-243-11/+16
| | | | | | | | | | | | (rb_exc_fatal): ditto. (rb_raise_jump): ditto. (rb_jump_tag): ditto. (rb_block_given_p): ditto. * variable.c (original_module): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * iseq.c (Init_ISeq): disable ISeq.load() because there is no verifier.ko12007-12-243-6/+47
| | | | | | | | * iseq.c, proc.c: add ISeq.disasm(method). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval_method.c (Init_eval_method): extracted from Init_evalakr2007-12-243-3/+17
| | | | | | | | | | for rdoc to find rb_mod_remove_method, rb_mod_undef_method and rb_mod_alias_method. * eval.c (Init_eval): call Init_eval_method. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * load.c (load_lock): reverted.nobu2007-12-243-2/+10
| | | | | | | * thread.c (rb_barrier_wait): check for recursive wait. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* refine a test.akr2007-12-241-5/+14
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (function_call_may_return_twice_jmp_buf): removed.akr2007-12-242-3/+6
| | | | | | | | (function_call_may_return_twice_false): removed. [ruby-core:14335] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk (node_name.inc, miniprelude.c, prelude.c): nmake cannotnobu2007-12-242-3/+8
| | | | | | | handle target vpath in other than implicit rules. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Mon Dec 24 17:20:34 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi2007-12-244-276/+5
| | | | | | | | * lib/{mailread.rb,getopts.rb,parsearg.rb}: removed. see [ruby-core:12535], [ruby-dev:31969]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/intern.h, random.c, array.c:akr2007-12-244-6/+26
| | | | | | | | | | change exported name. genrand_int32 -> rb_genrand_int32. genrand_real -> rb_genrand_real. [ruby-core:14335] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Mon Dec 24 17:06:37 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi2007-12-24237-30253/+5
| | | | | | | | * {lib,test}/{soap,wsdl,xsd}: removed soap4r along to the discussion at ruby-core and ruby-dev. see [ruby-core:12535], [ruby-dev:31969]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * load.c (rb_feature_p): returns loading path name too.nobu2007-12-244-22/+69
| | | | | | | | * load.c (search_required): returns path too if feature is being loaded. [ruby-dev:32048] [TODO: refactoring] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * load.c (rb_feature_p): returns loading path name too.nobu2007-12-243-16/+22
| | | | | | | | * load.c (search_required): returns path too if feature is being loaded. [ruby-dev:32048] [TODO: refactoring] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* enable several rdoc.akr2007-12-245-24/+20
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * sample/openssl: reviewed and remove dependency on getopts.rb.gotoyuzo2007-12-248-947/+53
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * mkconfig.rb: add teeny to CONFIG['ruby_version'].ko12007-12-242-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * tool/compile.rb, getrev.rb, runruby.rb: remove unused tools.ko12007-12-244-84/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* update Proc#lambda? doc.akr2007-12-241-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in, cygwin/GNUmakefile.in, */Makefile.sub,nobu2007-12-247-38/+46
| | | | | | | | djgpp/config.hin.: version dependent directory names now contain teeny. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * tool/serb.rb: removed.akr2007-12-242-17/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enc/trans: addednobu2007-12-240-0/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * proc.c (rb_proc_new), vm.c (invoke_block): removed u3.state magic.nobu2007-12-244-10/+14
| | | | | | | | | | [ruby-core:14310] * test/ruby/test_symbol.rb (test_to_proc): a test from Frederick Cheung <frederick.cheung AT gmail.com>. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * thread.c (rb_thread_atfork): should not leave living_threadsnobu2007-12-242-3/+7
| | | | | | | referring freed table while allocating new table. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * Makefile.in, configure.in, lib/mkmf.rb, */Makefile.sub: specifynobu2007-12-2411-82/+126
| | | | | | | | | | | | | | compiled output file name explicitly. * enc/Makefile.in, enc/depend: now makes compiler to put generated files under directories corresnponding to the each source. enc/trans supported. * enc/make_encmake.rb: evaluates depend file before Makefile.in so that the former can influence to CONFIG. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win{32,ce}/Makefile.sub (MFLAGS): defaulted to -l.nobu2007-12-243-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add svn:ignore for OS X Xcode 3's conftest.dSYM directories.drbrain2007-12-241-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk: should not pass MAKEFLAGS to recursive make.nobu2007-12-245-8/+23
| | | | | | | | | | | | | | | | | + normal make: MFLAGS are set and command line options and macros are all passed silently. + GNU make: ditto, and all options and macros in MAKEFLAGS are in effect. + nmake: MFLAGS is not set and MAKEFLAGS has only options without hyphen, no macros exist in any variables. + Borland make: ditto, and command line macros cannot override macros in makefile, so passing them is vain. * {bcc32,win{32,ce}}/Makefile.sub (SET_MAKE): set MFLAGS which is not set by default, to get rid of chaotic situation of MFLAGS/MAKEFLAGS. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix formatting of multiple pathsdrbrain2007-12-241-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (rb_str_comparable): fixed to keep transitivity.matz2007-12-243-6/+20
| | | | | | [ruby-dev:32693] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14568 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix display of GEMDIRS, make command command examples match ri's name.drbrain2007-12-243-20/+50
| | | | | | | | Only allow latest ri dirs in ri output. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * rb test/ruby/test_io_m17n.rb: set properties.nobu2007-12-240-0/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix Regexp warnings in lib/uri. Patch #16524 by Kornelius Kalnbach.drbrain2007-12-243-19/+23
| | | | | | | [ruby-core:14302] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Remove methods from Gem, not QuickLoader, to fix warningsdrbrain2007-12-242-2/+11
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add a test.akr2007-12-241-0/+11
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add a test for String#hash.akr2007-12-241-0/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Mon Dec 24 09:45:45 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2007-12-244-100/+105
| | | | | | | | | * transcode.c, transcode_data_one_byte.c, transcode_data_japanese.c: added rb_ prefix to external data symbols. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add some tests on conversion for pipe.akr2007-12-231-0/+34
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * array.c (rb_ary_at): updated documentation. a patch from Tadashimatz2007-12-232-4/+7
| | | | | | Saito <shiba AT mail2.accsnet.ne.jp> in [ruby-core:14330]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* ChangeLog: wrong name checked in. sorry. [ruby-core:14331]matz2007-12-231-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * README.EXT: updated. a patch from Keita Yamaguchimatz2007-12-232-37/+39
| | | | | | <keita.yamaguchi AT gmail.com> in [ruby-core:14328]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enum.c (enum_inject): updated documentation. a patch from Keitamatz2007-12-232-3/+8
| | | | | | Yamaguchi <keita.yamaguchi@gmail.com> in [ruby-dev:32686]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (tr_trans): should associate new encoding if modified.matz2007-12-233-13/+11
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (appendline): should do multibyte aware RS search.matz2007-12-233-11/+23
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (io_enc_str): should preserve default_external encoding.matz2007-12-232-2/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add test.akr2007-12-231-0/+11
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/net/http/test_https.rb: should rescue LoadError.gotoyuzo2007-12-232-3/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * cont.c, vm.h: fix to support sparc machine.ko12007-12-233-6/+9
| | | | | | | | a patch from Yusuke ENDOH <mame AT tsg.ne.jp> git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e