summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-02* bin/erb: removed trailing spaces.nobu
2010-04-02* lib/rdoc/parser.rb (binary?): regression.usa
2010-04-02* win32/win32.c (init_env): wrong calculation of the head of setenvusa
2010-04-01* process.c (ruby_setsid): split from proc_setsid.nobu
2010-04-01* process.c (proc_daemon): use EXIT_SUCCESS instead of magic number.nobu
2010-04-01* process.c (proc_daemon): use EXIT_SUCCESS instead of magic number.nobu
2010-04-01Add NEWS about hexadecimn floating point format.naruse
2010-04-01* ext/dl/cptr.c (rb_dlptr_inspect): fix format specifiers.nobu
2010-04-01* util.c (BSD__hdtoa): suppress a warning.nobu
2010-04-01* process.c (rb_f_exit_bang, rb_f_exit, rb_f_abort): fix rdoc.nobu
2010-04-01fix file path for building at other than src dir.naruse
2010-04-01* include/ruby/ruby.h (InitVM): calls per-VM initialization innobu
2010-04-01* lib/matrix.rb: Matrix.determinant: raise on rectangular matricesmarcandre
2010-04-01* lib/matrix.rb: New Complex instance methods:marcandre
2010-04-01* lib/matrix.rb: New methods Matrix#each, #each_with_index, andmarcandre
2010-04-01* lib/matrix.rb (empty): Reject negative sizesmarcandre
2010-04-01* lib/matrix.rb: New method #empty? [ruby-core:26284]marcandre
2010-04-01* lib/matrix.rb: removed compare_by*, inspect_org, cf [ruby-core:26268]marcandre
2010-04-01* 2010-04-02svn
2010-04-01Fix test for testing rake command.naruse
2010-04-01* NEWS: Update new methodsmarcandre
2010-04-01fix path to bin/rake from the test utility file.naruse
2010-04-01Remove hexadecimal-floating-point tests for String#to_f.naruse
2010-04-01* enc/trans/iso2022.trans: CP50221 supports 8bit JIS.naruse
2010-04-01Update svn:ignore for generated files in ext/drbrain
2010-04-01Import RDoc 2.5drbrain
2010-04-01Add test for sprintf with Infinity and NaN.naruse
2010-04-01* enc/utf_16{be,le}.c (utf16{be,le}_mbc_to_code): simplified.nobu
2010-04-01* util.c (BSD__hdtoa): don't use C99 macros. (FP_NORMAL etc)naruse
2010-04-01* sprintf.c (rb_str_format): support %a format. [ruby-dev:40650]naruse
2010-04-01* object.c (rb_cstr_to_dbl): return 0.0 if hexadecimal andnaruse
2010-04-01* lib/scanf.rb: support %a format. [ruby-dev:40650]naruse
2010-04-01* ChangeLog: commit miss.usa
2010-04-01 * include/ruby/ruby.h (PRE_TIMET_PREFIX): define if configure doesn'tusa
2010-04-01* io.c (rb_io_initialize): fixed a rdoc miss that textmode andnobu
2010-04-01* include/ruby/ruby.h (RUBY_{DEFAULT,NEVER}_FREE): added.nobu
2010-03-31* ext/psych/lib/psych.rb: Syck api compatibility [ruby-core:29157]tenderlove
2010-03-31* time.c (rb_big_abs_find_minbit): fix handling the last word.akr
2010-03-31* time.c (long_mul): overflow condition changed.akr
2010-03-31* 2010-04-01svn
2010-03-31* ext/psych/lib/psych/coder.rb: Adding Syck compatibility to the yaml codertenderlove
2010-03-31* time.c (long_mul): extracted from mul and avoid integer overflow.akr
2010-03-31* time.c: less bignum allocations.akr
2010-03-31* test/rake/test_{package_task,rules,task_manager}.rb: usenobu
2010-03-31* test/psych/test_emitter.rb (setup): encoding of @out should be same as scri...wanabe
2010-03-31* test/rubygems/gemutilities.rb (setup, teardown):naruse
2010-03-30* time.c (timew2timespec): fix previous change.akr
2010-03-30* 2010-03-31svn
2010-03-30* time.c (wdivmod): renamed from wdivmodv. fix neg/pos and pos/neg.akr
2010-03-30* time.c: use more polymorphic operations.akr