aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/pathname/pathname.c (path_chardev_p): Pathname#chardev?akr2010-08-283-3/+15
* * ext/bigdecimal/bigdecimal.c (BigDecimal_save_exception_mode,mrkn2010-08-283-0/+90
* * ext/pathname/pathname.c (path_blockdev_p): Pathname#blockdev?akr2010-08-273-3/+15
* * 2010-08-28svn2010-08-271-2/+2
* Mention String#prepend.knu2010-08-271-0/+4
* * ChangeLog: fix credit (requested by the author).shyouhei2010-08-271-1/+1
* * string.c (rb_str_prepend): new method by Sora Harakamishyouhei2010-08-273-0/+42
* * math.c (math_atan2): you should know that M_PI is not the featureusa2010-08-272-0/+9
* * file.c (null_device): move from io.c.nobu2010-08-274-15/+18
* * array.c (rb_ary_sample): removed unused variable.nobu2010-08-271-1/+1
* * ChangeLog: annotate for redmine.mrkn2010-08-271-0/+1
* * math.c (math_atan2): change the behavior when x and y are zero.mrkn2010-08-273-2/+18
* * NEWS (IO::NULLL): add.nobu2010-08-271-0/+5
* * object.c (rb_obj_class): remove mention of obsolete method.usa2010-08-272-3/+6
* * io.c (null_device): the name of null device. [ruby-dev:41791]nobu2010-08-272-0/+18
* * NEWS: moved to doc/NEWS-1.9.2.nobu2010-08-272-479/+488
* * array.c (rb_ary_shuffle_bang): bail out from modification duringnobu2010-08-263-19/+108
* * 2010-08-27svn2010-08-261-2/+2
* * ext/pathname/pathname.c (path_sysopen): Pathname#sysopen translatedakr2010-08-263-6/+24
* * array.c (rb_ary_shuffle): rdoc fix. argument name was missing.nobu2010-08-262-1/+6
* * ext/pathname/pathname.c (path_readlines): Pathname#readlinesakr2010-08-263-3/+26
* * random.c (rb_random_int32): suppress warning on LP64 platforms.nobu2010-08-261-1/+1
* * regint.h (OnigStackIndex): the type should be intptr_t.naruse2010-08-262-1/+8
* Creating dummy library for dl/fiddle tests on AIX.kanemoto2010-08-263-0/+62
* * array.c (rb_ary_shuffle_bang): check number of argument.nobu2010-08-263-0/+8
* * ext/bigdecimal/bigdecimal.c (Init_bigdecimal, rmpd_set_thread_local_excepti...mrkn2010-08-264-37/+180
* * array.c (rb_ary_{shuffle_bang,sample}): use Random class object.nobu2010-08-255-10/+50
* * ext/pathname/pathname.c (path_binread): Pathname#binread translatedakr2010-08-253-4/+25
* reverted to r29091; r29092 breaks test-allshyouhei2010-08-254-52/+9
* * random.c (rb_random_int32): fixed typo.nobu2010-08-251-1/+1
* * random.c (rb_random_real): check the range of result.nobu2010-08-253-3/+28
* * array.c (rb_ary_{shuffle_bang,sample}): use Random class object.nobu2010-08-253-7/+20
* * array.c (rb_ary_sample): use frozen shared array to get rid ofnobu2010-08-252-1/+6
* * ext/dl/cfunc.c (rb_dlcfunc_call): workaround for VC9 for x64.usa2010-08-242-0/+11
* * 2010-08-25svn2010-08-241-2/+2
* * ext/tk/tcltklib.c: add codes for Ruby/Tk-Kit which depends on recentnagai2010-08-242-126/+366
* * .gitignore: updated.mame2010-08-242-0/+16
* * ext/pathname/pathname.c (path_read): Pathname#read translated fromakr2010-08-243-3/+26
* * configure.in: read API version from include/ruby/version.h.nobu2010-08-245-9/+17
* * array.c (rb_ary_shuffle_bang, rb_ary_sample): add optionalnobu2010-08-235-18/+88
* * include/ruby/version.h (RUBY_API_VERSION_*): renamed and movednobu2010-08-235-5/+26
* * doc/ChangeLog-1.9.3: mistake.nobu2010-08-232-1/+1
* * ChangeLog: flushed. [ruby-dev:42050]nobu2010-08-232-80606/+80624
* * 2010-08-24svn2010-08-231-2/+2
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): to_f must underflow when the...mrkn2010-08-233-9/+41
* * ext/pathname/pathname.c (path_each_line): Pathname#each_lineakr2010-08-234-10/+52
* * common.mk (version.o): depends on both of version.h andnobu2010-08-232-1/+6
* * backport r29071 from ruby_1_8;nahi2010-08-233-0/+34
* * re.c (rb_reg_search): fix: 4th argument should be regexpnaruse2010-08-232-1/+6
* * util.c (ruby_strtod): make sure to have digit-sequence after 'p'naruse2010-08-233-2/+13