summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2010-08-07* ext/pathname/pathname.c (Init_pathname): fix number of arguments forakr
2010-08-06* ext/pathname/pathname.c (path_chown): Pathname#chown translatedakr
2010-08-06* ext/pathname/pathname.c (path_lchmod): Pathname#lchmod translatedakr
2010-08-06* ext/pathname/pathname.c (path_chmod): Pathname#chmod translated fromakr
2010-08-05* ext/pathname/pathname.c (path_mtime): Pathname#mtime translated fromakr
2010-08-05* ext/pathname/pathname.c (path_ctime): Pathname#ctime translated fromakr
2010-08-05* string.c (rb_str_set_len): should fail to modify shared string.nobu
2010-08-04 * string.c (rb_str_resize): reverted r28851. rb_str_resize cannotnobu
2010-08-04* string.c (rb_str_resize): should copy the content properly. anobu
2010-08-03* ext/pathname/pathname.c (path_atime): Pathname#atime translated fromakr
2010-08-03* ext/mkext.rb: remove purelib, fixes a bug in r28440, r28441.naruse
2010-08-02* ext/purelib.rb: no longer used since the default load path ofnobu
2010-08-02* ext/-test-/add_suffix/bug.c: for the prototype.nobu
2010-08-02* ext/bigdecimal/bigdecimal.c (BigDecimal_hash): fix type warnings.nobu
2010-08-02* ext/win32ole/win32ole.c: NONAMELESSUNION defined only if gccsuke
2010-08-01* ext/pathname/pathname.c (path_realdirpath): Pathname#realdirpathakr
2010-08-01* ext/bigdecimal/bigdecimal.c (BigDecimal_hash): use rb_memhash and take care...mrkn
2010-08-01* ext/pathname/pathname.c (path_realpath): Pathname#realpath translatedakr
2010-08-01* ext/pathname/pathname.c (path_sub_ext): Pathname#sub_ext translatedakr
2010-08-01* ext/pathname/pathname.c (path_sub): Pathname#sub translatedakr
2010-07-31* ext/win32ole/win32ole.c: fix typo. [ruby-core:31564][Bug #3636]suke
2010-07-31* ext/pathname/pathname.c (path_inspect): Pathname#inspect translatedakr
2010-07-31* ext/pathname/pathname.c (Init_pathname): The alias,akr
2010-07-31* ext/pathname/pathname.c (path_to_s): Pathname#to_s translatedakr
2010-07-30* ext/pathname/pathname.c (path_hash): Pathname#hash translatedakr
2010-07-29* util.c (ruby_add_suffix): fixed a bug returning uninitializednobu
2010-07-29* ext/tk/extconf.rb: use TK_XINCLUDES on tkConfig.sh when not empty,nagai
2010-07-29class description document moved.akr
2010-07-29* ext/pathname/pathname.c (path_cmp): Pathname#<=> translatedakr
2010-07-28* common.mk (EXT_SRCS): add ext/json/parser/parser.c.nobu
2010-07-28* ext/pathname/pathname.c (path_eq): Pathname#{==,===,eql?} translatedakr
2010-07-27* ext/pathname/pathname.c (path_taint): use rb_obj_taint.akr
2010-07-26* ext/pathname/pathname.c (path_taint): Pathname#taint translated fromakr
2010-07-22* include/ruby/{intern,io}.h: add missing prototypes.nobu
2010-07-20* ext/json/generator/generator.c (fbuffer_free): removed unused function.nobu