aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/pathname/pathname.c (path_hash): Pathname#hash translatedakr2010-07-302-4/+8
* * util.c (ruby_add_suffix): fixed a bug returning uninitializednobu2010-07-293-0/+26
* * ext/tk/extconf.rb: use TK_XINCLUDES on tkConfig.sh when not empty,nagai2010-07-291-5/+5
* class description document moved.akr2010-07-292-177/+177
* * ext/pathname/pathname.c (path_cmp): Pathname#<=> translatedakr2010-07-292-6/+38
* * common.mk (EXT_SRCS): add ext/json/parser/parser.c.nobu2010-07-281-0/+8
* * ext/pathname/pathname.c (path_eq): Pathname#{==,===,eql?} translatedakr2010-07-282-12/+16
* * ext/pathname/pathname.c (path_taint): use rb_obj_taint.akr2010-07-272-3/+10
* * ext/pathname/pathname.c (path_taint): Pathname#taint translated fromakr2010-07-262-1/+9
* * include/ruby/{intern,io}.h: add missing prototypes.nobu2010-07-222-7/+2
* * ext/json/generator/generator.c (fbuffer_free): removed unused function.nobu2010-07-202-6/+0
* * ext/fiddle/closure.c (closure_data_type),nobu2010-07-202-2/+2
* * ext/socket/raddrinfo.c (rb_getaddrinfo): according to my valgrind output th...shyouhei2010-07-201-0/+1
* * ext/pathname/pathname.c (get_strpath): check the type.akr2010-07-192-5/+22
* * ext/syck/lib/syck.rb: fixing unused variable warningstenderlove2010-07-193-8/+7
* * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu2010-07-186-8/+10
* * ext/pathname/pathname.c (path_initialize): return a value.akr2010-07-171-0/+1
* * ext/pathname/lib/pathname.rb (Pathname#initialize): removed.akr2010-07-172-15/+37