aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * vm_exec.c (vm_exec_core): add an UNLIKELY() hint.ko12008-09-281-0/+6
* * string.c (str_new): sets empty string to coderange 7bit.nobu2008-09-281-0/+5
* * lib/mathn.rb ({Fixnum,Bignum,Float}#**): may produce complextadf2008-09-281-0/+5
* * lib/csv/csv.rb: Worked around some minor encoding changes in Rubyjeg22008-09-281-0/+5
* * lib/mathn.rb: a hack to provide canonicalization. This must betadf2008-09-271-0/+5
* * lib/rake.rb (Module#rake_extension, String#ext, String#pathmap): usenobu2008-09-261-0/+7
* * file.c (rb_file_s_extname): preceding dots are not a part ofnobu2008-09-261-1/+3
* * file.c (rmext): preceding dots are not a part of extension.nobu2008-09-261-0/+4
* * vm.c (vm_jump_tag_but_local_jump): exc is not used if val is nil.nobu2008-09-261-0/+4
* * ext/socket/socket.c (host_str): numeric address should be unsigned.nobu2008-09-261-0/+5
* * parse.y (primary, brace_block): fix for line number.nobu2008-09-261-0/+7
* * vm_core.h (RUBY_VM_CHECK_INTS_TH): add an UNLIKELY hint.ko12008-09-261-0/+4
* Minor nitpicking.knu2008-09-261-4/+3
* * include/ruby/encoding.h (rb_str_encode): renamed fromakr2008-09-261-0/+10
* Fix well-knwon typos.knu2008-09-261-4/+4
* I forgot to commit ChangeLog somehow.knu2008-09-261-0/+4
* * test/bigdecimal/test_bigdecimal.rb (test_inspect): fixed CPU bitnobu2008-09-261-0/+6
* * common.mk (dist): nothing is need to run BASERUBY.nobu2008-09-261-0/+6
* * misc/ruby-mode.el: safe custimizable variables.nobu2008-09-261-0/+4
* * include/ruby/ruby.h (rb_mPrecision): removed.yugui2008-09-261-0/+5
* * common.mk (dist): Changed its dependencies andyugui2008-09-261-0/+5
* * error.c (Init_syserr): moved to the template.yugui2008-09-261-0/+16
* * thread.c (thlist_signal): clears the woken thread if nothing woke.nobu2008-09-261-0/+7
* * error.c (Init_Exception): introduce EncodingError which is amatz2008-09-261-0/+8
* * ext/curses/curses.c: should include <ruby/io.h>.matz2008-09-261-0/+8
* * variable.c (rb_define_hooked_variable): cast to get rid of compilerusa2008-09-261-0/+5
* * transcode.c, include/ruby/encoding.c (rb_transcode_convertible):usa2008-09-261-0/+5
* * variable.c (global_variable, struct trace_var): made functionnobu2008-09-261-0/+5
* * include/ruby{io,sig}.h: moved to include/ruby/backward.nobu2008-09-261-0/+4
* * include/rubysig.h: old macros for backward compatibility.nobu2008-09-261-0/+6
* * vm_eval.c (Init_vm_eval): define module_eval, class_eval and evalakr2008-09-251-0/+5
* * range.c (range_inspect): fix SEGV for cyclic range object.mame2008-09-251-0/+5
* * common.mk: dependency updated.akr2008-09-251-0/+4
* * transcode.c (rb_eUndefinedConversionError): renamed fromakr2008-09-251-0/+6
* * pack.c (pack_pack, pack_unpack): 'm0' format (base64) complies withmame2008-09-251-0/+12
* * common.mk: fix btest-* rules [ruby-dev:36528].ko12008-09-251-0/+5
* * class.c (rb_make_metaclass): [BUG] Fixed a bus erroryugui2008-09-251-0/+6
* Fix broken merge of gemutilities, add build_rake_in as necessarydrbrain2008-09-251-1/+6
* * ChangeLog: filled missing author names.yugui2008-09-251-3/+3
* Update to RubyGems 1.3.0 r1891drbrain2008-09-251-0/+4
* * class.c (rb_make_metaclass): Made class of class of classyugui2008-09-251-5/+12
* updated to rake code to rake-0.8.3 source code basejim2008-09-251-0/+8
* ChangeLog: should have mungle mail address.matz2008-09-251-1/+1
* Import RDoc 2.2.1 r185drbrain2008-09-251-0/+4
* * io.c (rb_io_mode_enc): make it static.akr2008-09-241-0/+4
* * lib/mini/test.rb (Mini::Assertions#assert_raise): fixed typo.nobu2008-09-241-0/+4
* * test/cgi/test_cgi_multipart.rb : revert last change.xibbar2008-09-241-0/+7
* * lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) :xibbar2008-09-241-0/+7
* * string.c (rb_str_rstrip_bang): raise exception when the encoding ofusa2008-09-241-1/+10
* * string.c (rb_str_strip_bang): workaround for VC++8 x64.usa2008-09-241-0/+4