summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-27* math.c (math_atan2): you should know that M_PI is not the featureusa
2010-08-27* file.c (null_device): move from io.c.nobu
2010-08-27* array.c (rb_ary_sample): removed unused variable.nobu
2010-08-27* ChangeLog: annotate for redmine.mrkn
2010-08-27* math.c (math_atan2): change the behavior when x and y are zero.mrkn
2010-08-27* NEWS (IO::NULLL): add.nobu
2010-08-27* object.c (rb_obj_class): remove mention of obsolete method.usa
2010-08-27* io.c (null_device): the name of null device. [ruby-dev:41791]nobu
2010-08-27* NEWS: moved to doc/NEWS-1.9.2.nobu
2010-08-26* array.c (rb_ary_shuffle_bang): bail out from modification duringnobu
2010-08-26* 2010-08-27svn
2010-08-26* ext/pathname/pathname.c (path_sysopen): Pathname#sysopen translatedakr
2010-08-26* array.c (rb_ary_shuffle): rdoc fix. argument name was missing.nobu
2010-08-26* ext/pathname/pathname.c (path_readlines): Pathname#readlinesakr
2010-08-26* random.c (rb_random_int32): suppress warning on LP64 platforms.nobu
2010-08-26* regint.h (OnigStackIndex): the type should be intptr_t.naruse
2010-08-26Creating dummy library for dl/fiddle tests on AIX.kanemoto
2010-08-26* array.c (rb_ary_shuffle_bang): check number of argument.nobu
2010-08-26* ext/bigdecimal/bigdecimal.c (Init_bigdecimal, rmpd_set_thread_local_excepti...mrkn
2010-08-25* array.c (rb_ary_{shuffle_bang,sample}): use Random class object.nobu
2010-08-25* ext/pathname/pathname.c (path_binread): Pathname#binread translatedakr
2010-08-25reverted to r29091; r29092 breaks test-allshyouhei
2010-08-25* random.c (rb_random_int32): fixed typo.nobu
2010-08-25* random.c (rb_random_real): check the range of result.nobu
2010-08-25* array.c (rb_ary_{shuffle_bang,sample}): use Random class object.nobu
2010-08-25* array.c (rb_ary_sample): use frozen shared array to get rid ofnobu
2010-08-24* ext/dl/cfunc.c (rb_dlcfunc_call): workaround for VC9 for x64.usa
2010-08-24* 2010-08-25svn
2010-08-24* ext/tk/tcltklib.c: add codes for Ruby/Tk-Kit which depends on recentnagai
2010-08-24* .gitignore: updated.mame
2010-08-24* ext/pathname/pathname.c (path_read): Pathname#read translated fromakr
2010-08-24* configure.in: read API version from include/ruby/version.h.nobu
2010-08-23* array.c (rb_ary_shuffle_bang, rb_ary_sample): add optionalnobu
2010-08-23* include/ruby/version.h (RUBY_API_VERSION_*): renamed and movednobu
2010-08-23* doc/ChangeLog-1.9.3: mistake.nobu
2010-08-23* ChangeLog: flushed. [ruby-dev:42050]nobu
2010-08-23* 2010-08-24svn
2010-08-23* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): to_f must underflow when the...mrkn
2010-08-23* ext/pathname/pathname.c (path_each_line): Pathname#each_lineakr
2010-08-23* common.mk (version.o): depends on both of version.h andnobu
2010-08-23 * backport r29071 from ruby_1_8;nahi
2010-08-23* re.c (rb_reg_search): fix: 4th argument should be regexpnaruse
2010-08-23* util.c (ruby_strtod): make sure to have digit-sequence after 'p'naruse
2010-08-22* 2010-08-23svn
2010-08-22 * lib/date.rb, lib/date/format.rb: [ruby-core:31695]tadf
2010-08-22* include/ruby/ruby.h (UINT2NUM): fix ifdef condition for LLP64.akr
2010-08-21* array.c (RAND_UPTO): macro for random number.nobu
2010-08-21* configure.in: fix typo. a patch from Eric Wong atnobu
2010-08-21* test/ruby/test_super.rb: add test.wanabe
2010-08-21* vm.c: add missing prototype of rb_iseq_clone for r29063.naruse