summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2010-07-20* ext/fiddle/closure.c (closure_data_type),nobu
2010-07-20* ext/socket/raddrinfo.c (rb_getaddrinfo): according to my valgrind output th...shyouhei
2010-07-19* ext/pathname/pathname.c (get_strpath): check the type.akr
2010-07-19* ext/syck/lib/syck.rb: fixing unused variable warningstenderlove
2010-07-18* include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu
2010-07-17* ext/pathname/pathname.c (path_initialize): return a value.akr
2010-07-17* ext/pathname/lib/pathname.rb (Pathname#initialize): removed.akr
2010-07-17* ext/pathname/lib/pathname.rb: moved from lib/pathname.rb.akr
2010-07-16* ext/dbm/dbm.c (struct dbmdata, fdbm_key, fdbm_delete_if): fixednobu
2010-07-14* eval.c (frame_func_id), vm_eval.c (rb_iterate),nobu
2010-07-13* ext/readline/readline.c: libedit is missing declaration ofnobu
2010-07-13* ext/pty/pty.c (establishShell): chfunc must not raise anynobu
2010-07-13* ext/dl/handle.c (rb_dlhandle_close): should not pass a dynamicnobu
2010-07-08* ext/psych/lib/psych/visitors/yaml_tree.rb (format_time): use newtenderlove
2010-07-08* ext/psych/lib/psych/visitors/emitter.rb (initialize): line_width istenderlove
2010-07-08* ext/psych/emitter.c (line_width, set_line_width): preferred line maytenderlove
2010-07-07* ext/psych/lib/psych/visitors/yaml_tree.rb (push): adding versiontenderlove
2010-07-07* ext/psych/lib/psych/visitors/emitter.rb: sending emit options totenderlove
2010-07-07* ext/zlib/zlib.c (gzfile_raise): add invalid header tonobu
2010-07-06* ext/psych/lib/psych/scalar_scanner.rb (parse_time): dealing withtenderlove
2010-07-06* io/console/console.c (winsize_row): should return actual screenusa
2010-07-05* ext/dl/lib/dl/import.rb (handler): add a more helpful error messagetenderlove
2010-07-05* ext/psych/lib/psych/visitors/yaml_tree.rb (format_time): nanosecondstenderlove