summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* * vm_exec.c (vm_exec_core): add an UNLIKELY() hint.ko12008-09-281-0/+6
| | | | | | | | * vm_insnhelper.h (BASIC_OP_UNREDEFINED_P): add a LIKELY() hint. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (str_new): sets empty string to coderange 7bit.nobu2008-09-281-0/+5
| | | | | | | [ruby-core:18993] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mathn.rb ({Fixnum,Bignum,Float}#**): may produce complextadf2008-09-281-0/+5
| | | | | | | | value. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/csv/csv.rb: Worked around some minor encoding changes in Rubyjeg22008-09-281-0/+5
| | | | | | | | pointed out by Nobu. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mathn.rb: a hack to provide canonicalization. This must betadf2008-09-271-0/+5
| | | | | | | | temporary, but this seems to be not bad for the time being. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rake.rb (Module#rake_extension, String#ext, String#pathmap): usenobu2008-09-261-0/+7
| | | | | | | | | built-in methods. * lib/rake.rb (String#pathmap): fixed typo in rdoc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (rb_file_s_extname): preceding dots are not a part ofnobu2008-09-261-1/+3
| | | | | | | extension. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (rmext): preceding dots are not a part of extension.nobu2008-09-261-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * vm.c (vm_jump_tag_but_local_jump): exc is not used if val is nil.nobu2008-09-261-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c (host_str): numeric address should be unsigned.nobu2008-09-261-0/+5
| | | | | | | [ruby-core:18971] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (primary, brace_block): fix for line number.nobu2008-09-261-0/+7
| | | | | | | | * proc.c (rb_proc_location, rb_method_location): new methods {Proc,Method,UnboundMethod}#source_location. [ruby-core:18452] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * vm_core.h (RUBY_VM_CHECK_INTS_TH): add an UNLIKELY hint.ko12008-09-261-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Minor nitpicking.knu2008-09-261-4/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/encoding.h (rb_str_encode): renamed fromakr2008-09-261-0/+10
| | | | | | | | | | | | | rb_str_transcode. [ruby-dev:36593] (rb_econv_has_convpath_p): renamed from rb_transcode_convertible. * transcode.c: follow the renaming. * io.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix well-knwon typos.knu2008-09-261-4/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* I forgot to commit ChangeLog somehow.knu2008-09-261-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/bigdecimal/test_bigdecimal.rb (test_inspect): fixed CPU bitnobu2008-09-261-0/+6
| | | | | | | | size dependent test. pointed out by TAKANO Mitsuhiro <takano32 AT jus.or.jp>. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk (dist): nothing is need to run BASERUBY.nobu2008-09-261-0/+6
| | | | | | | * tool/make-snapshot: new option -archname. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * misc/ruby-mode.el: safe custimizable variables.nobu2008-09-261-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/ruby.h (rb_mPrecision): removed.yugui2008-09-261-0/+5
| | | | | | Precision module was temporarily removed at r19430. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk (dist): Changed its dependencies andyugui2008-09-261-0/+5
| | | | | | action. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * error.c (Init_syserr): moved to the template.yugui2008-09-261-0/+16
| | | | | | | | | | | | | | | | | (errno_missing): removed. fixed [ruby-dev:35958]. * defs/knwon_errors.def: added. extracted from Init_syserr. * templates/known_errors.inc.tmpl: added. Template for Init_syserr. c.f. [ruby-dev:35958]. * tools/generic_erb.rb: added. general purpose mapper which maps data+template into source code. * common.mk (error.$(OBJEXT), incs, known_errors.inc): Fixed dependencies. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * thread.c (thlist_signal): clears the woken thread if nothing woke.nobu2008-09-261-0/+7
| | | | | | | | * thread.c (rb_barrier_wait): achieves the lock if no thread was waiting yet. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * error.c (Init_Exception): introduce EncodingError which is amatz2008-09-261-0/+8
| | | | | | | | | superclass for all encoding related exception classes, e.g. Encoding::CompatibilityError. [ruby-dev:36371] * transcode.c (Init_transcode): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/curses/curses.c: should include <ruby/io.h>.matz2008-09-261-0/+8
| | | | | | | | * ext/io/wait/wait.c: ditto. * ext/openssl/ossl.h: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * variable.c (rb_define_hooked_variable): cast to get rid of compilerusa2008-09-261-0/+5
| | | | | | | | warnings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * transcode.c, include/ruby/encoding.c (rb_transcode_convertible):usa2008-09-261-0/+5
| | | | | | | | new function. checking the existance of converter. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * variable.c (global_variable, struct trace_var): made functionnobu2008-09-261-0/+5
| | | | | | | members more strict. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby{io,sig}.h: moved to include/ruby/backward.nobu2008-09-261-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/rubysig.h: old macros for backward compatibility.nobu2008-09-261-0/+6
| | | | | | | * thread.c (BLOCKING_REGION): rewritten using helper functions. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * vm_eval.c (Init_vm_eval): define module_eval, class_eval and evalakr2008-09-251-0/+5
| | | | | | | here for rdoc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * range.c (range_inspect): fix SEGV for cyclic range object.mame2008-09-251-0/+5
| | | | | | | [ruby-core:18835] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk: dependency updated.akr2008-09-251-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * transcode.c (rb_eUndefinedConversionError): renamed fromakr2008-09-251-0/+6
| | | | | | | | | rb_eConversionUndefinedError. (rb_eConverterNotFoundError): renamed from rb_eNoConverterError. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * pack.c (pack_pack, pack_unpack): 'm0' format (base64) complies withmame2008-09-251-0/+12
| | | | | | | | | | | | | | RFC 4648. It adds no line feed when encoding, and raise ArgumentError if the encoded string contains non-alphabet (including CR and LF). * lib/base64.rb: added. This provides encoding/decoding method for Base64 in standard RFC 2045, Base64 in standard RFC 4648 and ``Base 64 Encoding with URL and Filename SafeAlphabet'' in RFC 4648. * test_pack.c, test/base64/test_base64.rb: add tests for above. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk: fix btest-* rules [ruby-dev:36528].ko12008-09-251-0/+5
| | | | | | | | and remove obsolete rules. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * class.c (rb_make_metaclass): [BUG] Fixed a bus erroryugui2008-09-251-0/+6
| | | | | | | on the case for metaclass of a class which includes a module. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix broken merge of gemutilities, add build_rake_in as necessarydrbrain2008-09-251-1/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ChangeLog: filled missing author names.yugui2008-09-251-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to RubyGems 1.3.0 r1891drbrain2008-09-251-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * class.c (rb_make_metaclass): Made class of class of classyugui2008-09-251-5/+12
| | | | | | | | from Class into its own eigenclass. Now meta^(n)-class hierarchy regresses infinitely, again. (This feature was decided on developer-meeting-20080922.) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* updated to rake code to rake-0.8.3 source code basejim2008-09-251-0/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* ChangeLog: should have mungle mail address.matz2008-09-251-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Import RDoc 2.2.1 r185drbrain2008-09-251-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (rb_io_mode_enc): make it static.akr2008-09-241-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mini/test.rb (Mini::Assertions#assert_raise): fixed typo.nobu2008-09-241-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/cgi/test_cgi_multipart.rb : revert last change.xibbar2008-09-241-0/+7
| | | | | | | | | ( deprecated is assert_raises. ) * test/cgi/test_cgi_core.rb : ditto. * test/cgi/test_cgi_header.rb : ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) :xibbar2008-09-241-0/+7
| | | | | | | | | accept parameters either in a hash, string as a block. add the encoding validation process. * test/cgi/test_cgi_core.rb : test for query encoding check. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (rb_str_rstrip_bang): raise exception when the encoding ofusa2008-09-241-1/+10
| | | | | | | | | | | | the string is dummy. * string.c (rb_str_rstrip_bang): remove nul characters even if the encoding of the string is not single byte optimizable. fixed [ruby-core:18844], reported by Michael Selig. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (rb_str_strip_bang): workaround for VC++8 x64.usa2008-09-241-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e