summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-03-30* NEWS: add URI.decode and URI.encode to Obsoleted methods,kazu
2010-03-30fix typoskazu
2010-03-30* time.c: reorder wide value implementation.akr
2010-03-30 * lib/irb.rb: suppoort [Feature#988], [ruby-core:21177].keiju
2010-03-30* time.c: make wide value more polymorphic.akr
2010-03-30* ext/psych/extconf.rb: install psych .so to not psych/ but direct.naruse
2010-03-30fix previous commit for LP64.akr
2010-03-30* time.c (w2v): renamed from w2xv.akr
2010-03-30* ext/psych/lib: moved external library dependent files from lib.nobu
2010-03-30* file.c (rb_file_dirname): split from rb_file_s_dirname.nobu
2010-03-30* process.c (proc_daemon): Process.daemon should raise an error onknu
2010-03-30* tool/file2lastrev.rb (VCS::GIT_SVN): removed because git-log cannobu
2010-03-30* tool/file2lastrev.rb (VCS#get_revisions): particular commands donobu
2010-03-30update doc.akr
2010-03-29* ext/psych/extconf.rb: Making library detection more agnostic.tenderlove
2010-03-29* lib/psych.rb: Fix problem with empty and white-space only strings.tenderlove
2010-03-29* lib/psych.rb: documentation updates. Thanks Peter McLain!tenderlove
2010-03-29* ext/psych/{emitter,parser,psych}.c: move variablenaruse
2010-03-29* 2010-03-30svn
2010-03-29* test/psych/*: switching tests to use relative require.tenderlove
2010-03-29* prelude.rb, .document: Stuff in prelude.rb should be documentedknu
2010-03-29 * lib/matrix.rb(Vector#each2, Vector#collect2): add type check forkeiju
2010-03-29* time.c: wide value condition changed.akr
2010-03-29* lib/optparse.rb (Numeric): accept rationals.nobu
2010-03-29* lib/tempfile.rb (Tempfile#open): re-open with same mode andnobu
2010-03-29instance_methods should not special-case singleton classes, fixes #2993shyouhei
2010-03-29* test/psych/visitors/test_to_ruby.rb: switching to assert_in_deltatenderlove
2010-03-29Revert "* configure.in (ac_cv_func_snprintf, ac_cv_func_vsnprintf):"naruse
2010-03-29* random.c: change include order; ruby.h should be at first.naruse
2010-03-28* psych: svn:eol-style.nobu
2010-03-28* 2010-03-29svn
2010-03-28* ext/psych/*: importing Psych to trunktenderlove
2010-03-28* configure.in (ac_cv_func_snprintf, ac_cv_func_vsnprintf):naruse
2010-03-28* lib/scanf.rb: fix max width modifier for %f.naruse
2010-03-28Imported minitest 1.6.0 r5717.ryan
2010-03-28* time.c (rb_time_magnify): fix for LP64.akr
2010-03-28* lib/scanf.rb: fix %[egEFG] isn't accept.naruse
2010-03-28* time.c: rename small integer specialization related identifiers.akr
2010-03-27* time.c (weq): optimize for small integer.akr
2010-03-27* time.c (mul): condition refined.akr
2010-03-27* 2010-03-28svn
2010-03-27* time.c: fix previos commit.akr