aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * bin/erb: removed trailing spaces.nobu2010-04-021-6/+6
* * lib/rdoc/parser.rb (binary?): regression.usa2010-04-022-1/+5
* * win32/win32.c (init_env): wrong calculation of the head of setenvusa2010-04-022-1/+7
* * process.c (ruby_setsid): split from proc_setsid.nobu2010-04-012-8/+18
* * process.c (proc_daemon): use EXIT_SUCCESS instead of magic number.nobu2010-04-011-2/+2
* * process.c (proc_daemon): use EXIT_SUCCESS instead of magic number.nobu2010-04-011-0/+4
* Add NEWS about hexadecimn floating point format.naruse2010-04-011-0/+9
* * ext/dl/cptr.c (rb_dlptr_inspect): fix format specifiers.nobu2010-04-012-1/+5
* * util.c (BSD__hdtoa): suppress a warning.nobu2010-04-011-1/+1
* * process.c (rb_f_exit_bang, rb_f_exit, rb_f_abort): fix rdoc.nobu2010-04-011-9/+12
* fix file path for building at other than src dir.naruse2010-04-011-2/+2
* * include/ruby/ruby.h (InitVM): calls per-VM initialization innobu2010-04-012-0/+7
* * lib/matrix.rb: Matrix.determinant: raise on rectangular matricesmarcandre2010-04-011-6/+6
* * lib/matrix.rb: New Complex instance methods:marcandre2010-04-012-0/+86
* * lib/matrix.rb: New methods Matrix#each, #each_with_index, andmarcandre2010-04-011-0/+39
* * lib/matrix.rb (empty): Reject negative sizesmarcandre2010-04-011-1/+2
* * lib/matrix.rb: New method #empty? [ruby-core:26284]marcandre2010-04-011-2/+10
* * lib/matrix.rb: removed compare_by*, inspect_org, cf [ruby-core:26268]marcandre2010-04-011-16/+1
* * 2010-04-02svn2010-04-011-2/+2
* Fix test for testing rake command.naruse2010-04-012-1/+4
* * NEWS: Update new methodsmarcandre2010-04-011-1/+6
* fix path to bin/rake from the test utility file.naruse2010-04-011-1/+1
* Remove hexadecimal-floating-point tests for String#to_f.naruse2010-04-011-10/+0
* * enc/trans/iso2022.trans: CP50221 supports 8bit JIS.naruse2010-04-013-7/+34
* Update svn:ignore for generated files in ext/drbrain2010-04-010-0/+0
* Import RDoc 2.5drbrain2010-04-01176-16341/+17725
* Add test for sprintf with Infinity and NaN.naruse2010-04-011-0/+4
* * enc/utf_16{be,le}.c (utf16{be,le}_mbc_to_code): simplified.nobu2010-04-013-6/+8
* * util.c (BSD__hdtoa): don't use C99 macros. (FP_NORMAL etc)naruse2010-04-012-19/+22
* * sprintf.c (rb_str_format): support %a format. [ruby-dev:40650]naruse2010-04-016-10/+242
* * object.c (rb_cstr_to_dbl): return 0.0 if hexadecimal andnaruse2010-04-015-16/+46
* * lib/scanf.rb: support %a format. [ruby-dev:40650]naruse2010-04-013-7/+28
* * ChangeLog: commit miss.usa2010-04-011-0/+5
* * include/ruby/ruby.h (PRE_TIMET_PREFIX): define if configure doesn'tusa2010-04-011-0/+10
* * io.c (rb_io_initialize): fixed a rdoc miss that textmode andnobu2010-04-012-2/+8
* * include/ruby/ruby.h (RUBY_{DEFAULT,NEVER}_FREE): added.nobu2010-04-012-1/+9
* * ext/psych/lib/psych.rb: Syck api compatibility [ruby-core:29157]tenderlove2010-03-313-6/+32
* * time.c (rb_big_abs_find_minbit): fix handling the last word.akr2010-03-313-1/+7
* * time.c (long_mul): overflow condition changed.akr2010-03-312-4/+9
* * 2010-04-01svn2010-03-311-3/+3
* * ext/psych/lib/psych/coder.rb: Adding Syck compatibility to the yaml codertenderlove2010-03-312-1/+35
* * time.c (long_mul): extracted from mul and avoid integer overflow.akr2010-03-312-30/+111
* * time.c: less bignum allocations.akr2010-03-314-152/+347
* * test/rake/test_{package_task,rules,task_manager}.rb: usenobu2010-03-314-1/+34
* * test/psych/test_emitter.rb (setup): encoding of @out should be same as scri...wanabe2010-03-311-1/+1
* * test/rubygems/gemutilities.rb (setup, teardown):naruse2010-03-312-0/+22
* * time.c (timew2timespec): fix previous change.akr2010-03-302-1/+5
* * 2010-03-31svn2010-03-301-2/+2
* * time.c (wdivmod): renamed from wdivmodv. fix neg/pos and pos/neg.akr2010-03-302-31/+84
* * time.c: use more polymorphic operations.akr2010-03-302-24/+21