aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * enc/trans/iso2022.trans: CP50221 supports 8bit JIS.naruse2010-04-011-0/+4
* Import RDoc 2.5drbrain2010-04-011-0/+4
* * enc/utf_16{be,le}.c (utf16{be,le}_mbc_to_code): simplified.nobu2010-04-011-0/+4
* * util.c (BSD__hdtoa): don't use C99 macros. (FP_NORMAL etc)naruse2010-04-011-0/+4
* * sprintf.c (rb_str_format): support %a format. [ruby-dev:40650]naruse2010-04-011-0/+13
* * object.c (rb_cstr_to_dbl): return 0.0 if hexadecimal andnaruse2010-04-011-0/+8
* * lib/scanf.rb: support %a format. [ruby-dev:40650]naruse2010-04-011-0/+4
* * ChangeLog: commit miss.usa2010-04-011-0/+5
* * io.c (rb_io_initialize): fixed a rdoc miss that textmode andnobu2010-04-011-0/+6
* * include/ruby/ruby.h (RUBY_{DEFAULT,NEVER}_FREE): added.nobu2010-04-011-0/+5
* * time.c (rb_big_abs_find_minbit): fix handling the last word.akr2010-03-311-0/+4
* * time.c (long_mul): overflow condition changed.akr2010-03-311-0/+5
* * time.c (long_mul): extracted from mul and avoid integer overflow.akr2010-03-311-0/+5
* * time.c: less bignum allocations.akr2010-03-311-0/+7
* * test/rake/test_{package_task,rules,task_manager}.rb: usenobu2010-03-311-0/+5
* * test/rubygems/gemutilities.rb (setup, teardown):naruse2010-03-311-0/+5
* * time.c (timew2timespec): fix previous change.akr2010-03-301-0/+4
* * time.c (wdivmod): renamed from wdivmodv. fix neg/pos and pos/neg.akr2010-03-301-0/+8
* * time.c: use more polymorphic operations.akr2010-03-301-0/+4
* * NEWS: add URI.decode and URI.encode to Obsoleted methods,kazu2010-03-301-0/+7
* fix typoskazu2010-03-301-1/+1
* * time.c: reorder wide value implementation.akr2010-03-301-0/+4
* * lib/irb.rb: suppoort [Feature#988], [ruby-core:21177].keiju2010-03-301-0/+5
* * time.c: make wide value more polymorphic.akr2010-03-301-0/+4
* * ext/psych/extconf.rb: install psych .so to not psych/ but direct.naruse2010-03-301-0/+7
* * time.c (w2v): renamed from w2xv.akr2010-03-301-0/+7
* * ext/psych/lib: moved external library dependent files from lib.nobu2010-03-301-0/+5
* * file.c (rb_file_dirname): split from rb_file_s_dirname.nobu2010-03-301-0/+7
* * process.c (proc_daemon): Process.daemon should raise an error onknu2010-03-301-0/+6
* * tool/file2lastrev.rb (VCS::GIT_SVN): removed because git-log cannobu2010-03-301-1/+4
* * tool/file2lastrev.rb (VCS#get_revisions): particular commands donobu2010-03-301-0/+5
* * ext/psych/extconf.rb: Making library detection more agnostic.tenderlove2010-03-291-0/+4
* * lib/psych.rb: Fix problem with empty and white-space only strings.tenderlove2010-03-291-0/+6
* * lib/psych.rb: documentation updates. Thanks Peter McLain!tenderlove2010-03-291-0/+5
* * ext/psych/{emitter,parser,psych}.c: move variablenaruse2010-03-291-0/+5
* * prelude.rb, .document: Stuff in prelude.rb should be documentedknu2010-03-291-0/+5
* * lib/matrix.rb(Vector#each2, Vector#collect2): add type check forkeiju2010-03-291-0/+5
* * time.c: wide value condition changed.akr2010-03-291-0/+4
* * lib/optparse.rb (Numeric): accept rationals.nobu2010-03-291-0/+4
* * lib/tempfile.rb (Tempfile#open): re-open with same mode andnobu2010-03-291-0/+5
* Revert "* configure.in (ac_cv_func_snprintf, ac_cv_func_vsnprintf):"naruse2010-03-291-6/+0
* * random.c: change include order; ruby.h should be at first.naruse2010-03-291-0/+4
* * ext/psych/*: importing Psych to trunktenderlove2010-03-281-0/+6
* * configure.in (ac_cv_func_snprintf, ac_cv_func_vsnprintf):naruse2010-03-281-0/+6
* * lib/scanf.rb: fix max width modifier for %f.naruse2010-03-281-0/+4
* Imported minitest 1.6.0 r5717.ryan2010-03-281-0/+5
* * time.c (rb_time_magnify): fix for LP64.akr2010-03-281-0/+4
* * lib/scanf.rb: fix %[egEFG] isn't accept.naruse2010-03-281-0/+4
* * time.c: rename small integer specialization related identifiers.akr2010-03-281-2/+6
* * time.c (weq): optimize for small integer.akr2010-03-271-0/+13