aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * io.c (rb_io_memsize): constified.nobu2010-08-141-1/+1
* * regcomp.c (onig_memsize): constified.nobu2010-08-141-1/+1
* * gc.h (rb_objspace_each_objects): used in objspace.nobu2010-08-141-4/+1
* * vm_core.h (rb_{get,set,reset}_coverages): used in coverage.nobu2010-08-141-4/+1
* * include/ruby/intern.h (rb_time_interval): used in io/wait.nobu2010-08-141-2/+0
* * ext/pathname/pathname.c (path_truncate): Pathname#truncate translatedakr2010-08-132-3/+10
* * ext/pathname/pathname.c (path_make_symlink): Pathname#make_symlinkakr2010-08-122-3/+13
* * ext/pathname/pathname.c (path_lstat): Pathname#lstat translatedakr2010-08-122-3/+10
* * ext/bigdecimal/bigdecimal.c: don't use // comment.mrkn2010-08-111-1/+1
* * ext/pathname/pathname.c (path_stat): Pathname#stat translatedakr2010-08-102-3/+10
* * ext/pathname/pathname.c (path_rename): Pathname#rename translatedakr2010-08-102-3/+10
* * ext/dl/win32/lib/win32/resolv.rb (get_info): get rid of a warning.usa2010-08-101-1/+1
* * ext/bigdecimal/bigdecimal.c, ext/bigdecimal/bigdecimal.h, ext/bigdecimal/ex...mrkn2010-08-103-298/+276
* * ext/bigdecimal/bigdecimal.h, ext/bigdecimal/bigdecimal.c: add extern declar...mrkn2010-08-102-3/+6
* * ext/pathname/pathname.c (path_readlink): Pathname#readlink translatedakr2010-08-092-3/+12
* * ext/pathname/pathname.c (path_open): Pathname#openakr2010-08-092-5/+20
* * ext/nkf/nkf-utf8/nkf.c: Fix type of mimeout_state.buf.naruse2010-08-091-3/+3
* * ext/pathname/pathname.c (path_make_link): Pathname#make_linkakr2010-08-082-3/+13
* * ext/pathname/pathname.c (path_ftype): Pathname#ftype translatedakr2010-08-082-4/+11
* * ext/pathname/pathname.c (path_fnmatch): Pathname#fnmatch andakr2010-08-072-9/+23
* * ext/pathname/pathname.c (path_lchown): Pathname#lchown translatedakr2010-08-072-3/+10
* * ext/extmk.rb (extract_makefile): follow the change ofnobu2010-08-071-1/+1
* .cvsignore: have not been used already. [Bug #3468]nobu2010-08-0732-136/+0
* * ext/pathname/pathname.c (path_sub_ext): don't clobber shared string.nobu2010-08-071-1/+1
* * vm_eval.c (vm_call0): fix for VM_METHOD_TYPE_NOTIMPLEMENTED.nobu2010-08-072-0/+17
* * ext/win32ole/win32ole.c: fix checking version of GCC.suke2010-08-071-3/+8
* * ext/pathname/pathname.c (Init_pathname): fix number of arguments forakr2010-08-071-1/+1
* * ext/pathname/pathname.c (path_chown): Pathname#chown translatedakr2010-08-062-3/+10
* * ext/pathname/pathname.c (path_lchmod): Pathname#lchmod translatedakr2010-08-062-3/+10
* * ext/pathname/pathname.c (path_chmod): Pathname#chmod translated fromakr2010-08-062-3/+10
* * ext/pathname/pathname.c (path_mtime): Pathname#mtime translated fromakr2010-08-052-3/+10
* * ext/pathname/pathname.c (path_ctime): Pathname#ctime translated fromakr2010-08-052-3/+12
* * string.c (rb_str_set_len): should fail to modify shared string.nobu2010-08-053-0/+39
* * string.c (rb_str_resize): reverted r28851. rb_str_resize cannotnobu2010-08-042-17/+0
* * string.c (rb_str_resize): should copy the content properly. anobu2010-08-042-0/+17
* * ext/pathname/pathname.c (path_atime): Pathname#atime translated fromakr2010-08-032-3/+10
* * ext/mkext.rb: remove purelib, fixes a bug in r28440, r28441.naruse2010-08-031-1/+0
* * ext/purelib.rb: no longer used since the default load path ofnobu2010-08-022-18/+0
* * ext/-test-/add_suffix/bug.c: for the prototype.nobu2010-08-021-0/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimal_hash): fix type warnings.nobu2010-08-021-2/+2
* * ext/win32ole/win32ole.c: NONAMELESSUNION defined only if gccsuke2010-08-022-4/+10
* * ext/pathname/pathname.c (path_realdirpath): Pathname#realdirpathakr2010-08-012-10/+16
* * ext/bigdecimal/bigdecimal.c (BigDecimal_hash): use rb_memhash and take care...mrkn2010-08-011-6/+3
* * ext/pathname/pathname.c (path_realpath): Pathname#realpath translatedakr2010-08-012-11/+18
* * ext/pathname/pathname.c (path_sub_ext): Pathname#sub_ext translatedakr2010-08-012-9/+32
* * ext/pathname/pathname.c (path_sub): Pathname#sub translatedakr2010-08-012-19/+18
* * ext/win32ole/win32ole.c: fix typo. [ruby-core:31564][Bug #3636]suke2010-07-311-2/+2
* * ext/pathname/pathname.c (path_inspect): Pathname#inspect translatedakr2010-07-312-4/+10
* * ext/pathname/pathname.c (Init_pathname): The alias,akr2010-07-312-3/+7
* * ext/pathname/pathname.c (path_to_s): Pathname#to_s translatedakr2010-07-312-5/+10