summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added math.rb descriptions.shigek2003-10-212-6/+17
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Local version number(BigDecimal::ver) incremented.shigek2003-10-211-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* can read data from file.shigek2003-10-211-22/+45
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* C++/C99 style comments are not allowed yet. (ruby-bugs:PR#1184)nobu2003-10-212-17/+17
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/soap/calc/*, test/soap/helloworld/*: catch the exception from testnahi2003-10-205-0/+29
| | | | | | | server thread and recover. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* import drb/runit/*.rbseki2003-10-2017-0/+1279
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_eval): set current node after arguments evaluation.nobu2003-10-202-5/+16
| | | | | | | | | [ruby-dev:21632] * eval.c (rb_yield_0): set current node and keep it at local jump. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_thread_cleanup): keep thread group for main thread.nobu2003-10-202-2/+7
| | | | | | | [ruby-dev:21644] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_catch): backout.nobu2003-10-202-13/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (PUSH_FRAME): generate unique number to be TAG_JUMP()matz2003-10-204-13/+24
| | | | | | | | | | destination. * eval.c (localjump_destination): use unique number in ruby_frame for localjump destination. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_signal.rb (test_signal): restore old trap.nobu2003-10-202-5/+12
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-10-20usa2003-10-201-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * gc.c (gc_sweep): loosen page free condition to avoid add_heap()matz2003-10-204-21/+42
| | | | | | | | | | | | | | | race condition. [ruby-dev:21633] * gc.c (gc_sweep): do not update malloc_limit when malloc_increase is smaller than malloc_limit. * ext/socket/socket.c (make_hostent): h_aliases may be NULL. (ruby-bugs PR#1195) * ext/socket/socket.c (sock_s_gethostbyaddr): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/debug.rb (debug_command): remove debug print.usa2003-10-202-1/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-10-19eban2003-10-191-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4806 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/pathname.rb (foreachline, dir_foreach): add obsolete warning.akr2003-10-192-9/+14
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/soap/calc/*, test/soap/helloworkd/*: changed port# of test server.nahi2003-10-188-11/+24
| | | | | | | (17171) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * missing/acosh.c (DBL_MANT_DIG): typo fix(ifdef -> ifndef).eban2003-10-182-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-10-18eban2003-10-181-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* modify the message and comments on the sourcenagai2003-10-172-6/+31
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/syck/yamlbyte.h: Ditto.why2003-10-172-0/+172
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/syck/rubyext.c: YAML::Syck::compile method.why2003-10-179-1558/+4111
| | | | | | | | | | | | | | * ext/syck/syck.c: Buffer edge bug. * ext/syck/yaml2byte.c: YAML to bytecode converter. * ext/syck/bytecode.c: Bytecode parser fixes to empty collections and empty strings. * ext/syck/token.c: Ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/enumerator/enumerator.c, ext/enumerator/enumerator.txt:knu2003-10-173-2/+14
| | | | | | | | Provide Kernel#to_enum as an alias for Kernel#enum_for. Maybe this is a better name. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/generator.rb: Add rdoc documentation.knu2003-10-172-4/+84
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/set.rb: Reword and fix Overview.knu2003-10-171-0/+7
| | | | | | | | * lib/set.rb: It is not necessary to require 'test/unit/ui/console/testrunner'. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Reword and fix Overview.knu2003-10-171-6/+5
| | | | | | | It is not necessary to require 'test/unit/ui/console/testrunner'. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-10-17eban2003-10-171-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add some documentsnagai2003-10-177-3/+328
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_range.rb: added.usa2003-10-173-0/+20
| | | | | | | * MANIFEST: add test/ruby/test_range.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* forgot to add 'unicodeout.rb'nagai2003-10-171-0/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* consistent parentheses in assignment RHS.matz2003-10-1626-48/+48
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/debug.rb (DEBUGGER__::Context::debug_command): do not callmatz2003-10-162-4/+11
| | | | | | | debug_silent_eval() when $1 is not set. (ruby-bugs PR#1194) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* (bug fix) instance variable @frame was used without initializing onnagai2003-10-162-1/+7
| | | | | | | TkComposite module git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* If $DEBUG == true and some exception is caused in a callbacknagai2003-10-162-1/+23
| | | | | | | | operation, Ruby/Tk shows a (verbose) backtrace information on the callback process. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-10-16eban2003-10-161-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (rb_str_upto): ("a"..."a").to_a should return [].matz2003-10-162-1/+8
| | | | | | | [ruby-core:01634] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add Tk::EncodedString and Tk::UTF8_String class to support charactersnagai2003-10-167-29/+301
| | | | | | | | using the \uXXXX escape to the UNICODE string. sample/{demos-en,demos-jp}/unicodeout.rb are samples of Tk::UTF8_String. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/digest/test_digest.rb (test_eq): show failed class.nobu2003-10-153-3/+31
| | | | | | | | * test/ruby/test_iterator.rb (test_break, test_return_trace_func): test localjump destination. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add a XXX comment.knu2003-10-151-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/soap/netHttpClient.rb: use URI::HTTP#request_uri instead ofnahi2003-10-152-2/+7
| | | | | | | instance_eval('path_query'). [ruby-list:38575] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/cgi.rb (CGI::Cookie): tiny typo fix.matz2003-10-152-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (ruby_run): just return FAILURE instead of parse errornobu2003-10-152-5/+10
| | | | | | | count. [ruby-list:38569] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/digest/digest.c (rb_digest_base_alloc): need to initializeusa2003-10-152-1/+6
| | | | | | | buffer. [ruby-dev:21622] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * marshal.c (w_object): dump extended modules as well.matz2003-10-158-14/+41
| | | | | | | | | | | | * marshal.c (r_object0): TYPE_USRMARSHAL should restore extended modules before invoking marshal_load. these two fixes are done by Masatoshi Seki <m_seki@mva.biglobe.ne.jp>. * parse.y (yylex): argument parentheses preceded by spaces should be warned; not error. [ruby-talk:84103] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* ruby-listnobu2003-10-151-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add entry3.rbnagai2003-10-151-0/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-10-15usa2003-10-151-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/enumerator/enumerator.c (enumerator_each): avoid VC++ warning.usa2003-10-153-1/+8
| | | | | | | * ext/syck/syck.h: include stdio.h for definition of FILE. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/syck/bytecode.c: Checkin of YAML bytecode support.why2003-10-1412-3647/+2629
| | | | | | | | | | | | | | | | | * ext/syck/gram.c: Ditto. * ext/syck/syck.c: Ditto. * ext/syck/token.c: Ditto. * ext/syck/handler.c: Ditto. * ext/syck/handler.c: Now using 'tag' rather than 'taguri' in type URIs. * ext/syck/rubyext.c: Ditto (on both counts). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update.knu2003-10-141-0/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e