summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2010-08-26* ext/bigdecimal/bigdecimal.c (Init_bigdecimal, rmpd_set_thread_local_excepti...mrkn
2010-08-25* ext/pathname/pathname.c (path_binread): Pathname#binread translatedakr
2010-08-24* ext/dl/cfunc.c (rb_dlcfunc_call): workaround for VC9 for x64.usa
2010-08-24* ext/tk/tcltklib.c: add codes for Ruby/Tk-Kit which depends on recentnagai
2010-08-24* ext/pathname/pathname.c (path_read): Pathname#read translated fromakr
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 * backport r29071 from ruby_1_8;nahi
2010-08-21* ext/pathname/pathname.c (path_split): Pathname#split translated fromakr
2010-08-20* ext/pathname/pathname.c (path_expand_path): Pathname#expand_pathakr
2010-08-19* ext/socket/ancdata.c (ancillary_timestamp): fix a constant type.akr
2010-08-19 * backport r28621 and r28632 from ruby_1_8;nahi
2010-08-19* ext/pathname/pathname.c (path_extname): Pathname#extname translatedakr
2010-08-17* ext/pathname/pathname.c (path_dirname): Pathname#dirname translatedakr
2010-08-16Tue Aug 17 07:50:37 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>nobu
2010-08-16* ext/pathname/pathname.c (path_basename): unused variable removed.akr
2010-08-16* ext/pathname/pathname.c (path_basename): Pathname#basename translatedakr
2010-08-16* ext/bigdecimal/bigdecimal.h (llabs): never never never never neverusa
2010-08-15* ext/bigdecimal/bigdecimal.c (BigDecimal_dump, BigDecimal_inspect, VPrint, V...mrkn
2010-08-15* ext/bigdecimal/bigdecimal.h (VpVtoD): fix a type of e.mrkn
2010-08-14* ext/bigdecimal/extconf.rb, ext/bigdecimal/bigdecimal.h (labs, llabs): suppo...mrkn
2010-08-14* ext/pathname/pathname.c (path_utime): Pathname#utime translatedakr
2010-08-14* ext/{coverage,objspace}/extconf.rb ($INCFLAGS): explicitly addnobu
2010-08-14* test/objspace/test_objspace.rb: added test for objspace.nari
2010-08-14* io.c (rb_io_memsize): constified.nobu
2010-08-14* regcomp.c (onig_memsize): constified.nobu
2010-08-14* gc.h (rb_objspace_each_objects): used in objspace.nobu
2010-08-14* vm_core.h (rb_{get,set,reset}_coverages): used in coverage.nobu
2010-08-14* include/ruby/intern.h (rb_time_interval): used in io/wait.nobu
2010-08-13* ext/pathname/pathname.c (path_truncate): Pathname#truncate translatedakr
2010-08-12* ext/pathname/pathname.c (path_make_symlink): Pathname#make_symlinkakr
2010-08-12* ext/pathname/pathname.c (path_lstat): Pathname#lstat translatedakr
2010-08-11* ext/bigdecimal/bigdecimal.c: don't use // comment.mrkn
2010-08-10* ext/pathname/pathname.c (path_stat): Pathname#stat translatedakr
2010-08-10* ext/pathname/pathname.c (path_rename): Pathname#rename translatedakr
2010-08-10* ext/dl/win32/lib/win32/resolv.rb (get_info): get rid of a warning.usa
2010-08-10* ext/bigdecimal/bigdecimal.c, ext/bigdecimal/bigdecimal.h, ext/bigdecimal/ex...mrkn
2010-08-10* ext/bigdecimal/bigdecimal.h, ext/bigdecimal/bigdecimal.c: add extern declar...mrkn
2010-08-09* ext/pathname/pathname.c (path_readlink): Pathname#readlink translatedakr
2010-08-09* ext/pathname/pathname.c (path_open): Pathname#openakr
2010-08-09* ext/nkf/nkf-utf8/nkf.c: Fix type of mimeout_state.buf.naruse
2010-08-08* ext/pathname/pathname.c (path_make_link): Pathname#make_linkakr
2010-08-08* ext/pathname/pathname.c (path_ftype): Pathname#ftype translatedakr
2010-08-07* ext/pathname/pathname.c (path_fnmatch): Pathname#fnmatch andakr
2010-08-07* ext/pathname/pathname.c (path_lchown): Pathname#lchown translatedakr
2010-08-07* ext/extmk.rb (extract_makefile): follow the change ofnobu
2010-08-07.cvsignore: have not been used already. [Bug #3468]nobu
2010-08-07* ext/pathname/pathname.c (path_sub_ext): don't clobber shared string.nobu
2010-08-07* vm_eval.c (vm_call0): fix for VM_METHOD_TYPE_NOTIMPLEMENTED.nobu
2010-08-07* ext/win32ole/win32ole.c: fix checking version of GCC.suke