aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 2008-09-29svn2008-09-281-3/+3
* * lib/cgi/html.rb (CGI::HtmlExtension::{radio_group, checkbox_group}):xibbar2008-09-283-8/+27
* add a testxibbar2008-09-281-0/+13
* * lib/cgi/html.rb (CGI::HtmlExtension::popup_menu):xibbar2008-09-282-3/+8
* * lib/cgi/core.rb (CGI::parse): ignore illegal query params.xibbar2008-09-282-1/+8
* * compile.c (iseq_set_sequence): check duplicated when clauses.mame2008-09-282-1/+11
* * test/date/*.rb: imported a date test suite ruby 1.9 limited ed.tadf2008-09-2810-0/+3092
* * lib/mini/test.rb (assert_match): get rid of confusion ofnobu2008-09-281-2/+2
* * lib/mini/test.rb (assert_match): get rid of confusion ofnobu2008-09-281-1/+4
* * lib/mini/test.rb (MINI_DIR): loaded path is expanded.nobu2008-09-282-13/+7
* * vm_exec.c (vm_exec_core): add an UNLIKELY() hint.ko12008-09-283-2/+8
* * string.c (str_new): sets empty string to coderange 7bit.nobu2008-09-282-0/+8
* * lib/mathn.rb ({Fixnum,Bignum,Float}#**): may produce complextadf2008-09-282-0/+35
* * lib/csv/csv.rb: Worked around some minor encoding changes in Rubyjeg22008-09-284-9/+15
* * 2008-09-28svn2008-09-271-3/+3
* * lib/mathn.rb: a hack to provide canonicalization. This must betadf2008-09-272-0/+95
* * lib/rake.rb (Module#rake_extension, String#ext, String#pathmap): usenobu2008-09-262-10/+13
* * file.c (rb_file_s_extname): preceding dots are not a part ofnobu2008-09-262-1/+4
* * file.c (rmext): preceding dots are not a part of extension.nobu2008-09-262-2/+9
* * vm.c (vm_jump_tag_but_local_jump): exc is not used if val is nil.nobu2008-09-262-1/+5
* * ext/socket/socket.c (host_str): numeric address should be unsigned.nobu2008-09-263-4/+9
* * parse.y (primary, brace_block): fix for line number.nobu2008-09-263-6/+66
* * vm_core.h (RUBY_VM_CHECK_INTS_TH): add an UNLIKELY hint.ko12008-09-262-3/+5
* Minor nitpicking.knu2008-09-261-4/+3
* * include/ruby/encoding.h (rb_str_encode): renamed fromakr2008-09-264-7/+17
* 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-262-1/+8
* * test/pathname/test_pathname.rb: Fix use of deprecated methods.knu2008-09-261-12/+12
* * common.mk (dist): nothing is need to run BASERUBY.nobu2008-09-263-8/+31
* * misc/ruby-mode.el: safe custimizable variables.nobu2008-09-262-0/+8
* Fix typos in comment.knu2008-09-261-5/+4
* Fixed build failure on some platforms.yugui2008-09-261-1/+1
* properties.nobu2008-09-260-0/+0
* * include/ruby/ruby.h (rb_mPrecision): removed.yugui2008-09-262-1/+5
* Updated README.EXT and README.EXT.ja.yugui2008-09-262-5/+11
* * common.mk (dist): Changed its dependencies andyugui2008-09-262-2/+7
* * error.c (Init_syserr): moved to the template.yugui2008-09-266-386/+166
* * common.mk (ENC_MK): defaulted to enc.mk.nobu2008-09-261-7/+8
* * thread.c (thlist_signal): clears the woken thread if nothing woke.nobu2008-09-262-3/+13
* * error.c (Init_Exception): introduce EncodingError which is amatz2008-09-264-4/+15
* * ext/curses/curses.c: should include <ruby/io.h>.matz2008-09-264-3/+11
* * variable.c (rb_define_hooked_variable): cast to get rid of compilerusa2008-09-262-2/+7
* * transcode.c, include/ruby/encoding.c (rb_transcode_convertible):usa2008-09-263-0/+20
* * variable.c (global_variable, struct trace_var): made functionnobu2008-09-262-21/+34
* * include/ruby{io,sig}.h: moved to include/ruby/backward.nobu2008-09-264-1/+10
* * include/rubysig.h: old macros for backward compatibility.nobu2008-09-263-13/+96
* Forgot to remove test/unit testsryan2008-09-2511-1798/+0
* properties.nobu2008-09-250-0/+0
* * vm_eval.c (Init_vm_eval): define module_eval, class_eval and evalakr2008-09-253-3/+8