summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-29* lib/tempfile.rb: not executable.nobu
2010-08-29* load.c (load_failed): should honor encoding. [ruby-core:31915]nobu
2010-08-29* test/pathname/test_pathname.rb (test_expand_path): should treat drive letter.usa
2010-08-29Add links about floating point. [ruby-core:31849]naruse
2010-08-29* common.mk (clean): exclude *.inc. [ruby-dev:41931]naruse
2010-08-28* 2010-08-29svn
2010-08-28* ext/pathname/pathname.c (path_chardev_p): Pathname#chardev?akr
2010-08-28* ext/bigdecimal/bigdecimal.c (BigDecimal_save_exception_mode,mrkn
2010-08-27* ext/pathname/pathname.c (path_blockdev_p): Pathname#blockdev?akr
2010-08-27* 2010-08-28svn
2010-08-27Mention String#prepend.knu
2010-08-27* ChangeLog: fix credit (requested by the author).shyouhei
2010-08-27 * string.c (rb_str_prepend): new method by Sora Harakamishyouhei
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