aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/pathname/lib/pathname.rb: moved from lib/pathname.rb.akr2010-07-174-0/+1068
* * ext/dbm/dbm.c (struct dbmdata, fdbm_key, fdbm_delete_if): fixednobu2010-07-161-3/+4
* * eval.c (frame_func_id), vm_eval.c (rb_iterate),nobu2010-07-142-0/+24
* * ext/readline/readline.c: libedit is missing declaration ofnobu2010-07-131-0/+4
* * ext/pty/pty.c (establishShell): chfunc must not raise anynobu2010-07-131-13/+19
* * ext/dl/handle.c (rb_dlhandle_close): should not pass a dynamicnobu2010-07-131-1/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb (format_time): use newtenderlove2010-07-081-5/+2
* * ext/psych/lib/psych/visitors/emitter.rb (initialize): line_width istenderlove2010-07-081-0/+1
* * ext/psych/emitter.c (line_width, set_line_width): preferred line maytenderlove2010-07-082-1/+29
* * ext/psych/lib/psych/visitors/yaml_tree.rb (push): adding versiontenderlove2010-07-071-1/+14
* * ext/psych/lib/psych/visitors/emitter.rb: sending emit options totenderlove2010-07-075-8/+30
* * ext/zlib/zlib.c (gzfile_raise): add invalid header tonobu2010-07-071-4/+35
* * ext/psych/lib/psych/scalar_scanner.rb (parse_time): dealing withtenderlove2010-07-062-5/+12
* * io/console/console.c (winsize_row): should return actual screenusa2010-07-061-1/+1
* * ext/dl/lib/dl/import.rb (handler): add a more helpful error messagetenderlove2010-07-051-2/+6
* * ext/psych/lib/psych/visitors/yaml_tree.rb (format_time): nanosecondstenderlove2010-07-051-2/+2
* * ext/psych/lib/psych/scalar_scanner.rb: making the code more beautiful.tenderlove2010-07-051-1/+1
* * ext/psych/lib/psych/scalar_scanner.rb (parse_string): supporttenderlove2010-07-052-17/+17
* * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): add two new constants BigDec...mrkn2010-07-032-1/+17
* * ext/psych/lib/psych/visitors/to_ruby.rb(visit_Psych_Nodes_Scalar):tenderlove2010-07-033-13/+35
* * ext/psych/lib/psych/visitors/yaml_tree.rb (visit_Time): usetenderlove2010-07-031-2/+2
* * ext/stringio/stringio.c (strio_write): add RB_GC_GUARD.tarui2010-06-291-0/+1
* * ext/fiddle/fiddle.h: fixed typo.nobu2010-06-281-2/+2
* * ext/fiddle/fiddle.h: added FFI type detection to avoid bug in ffitenderlove2010-06-281-0/+49
* * ext/dl/lib/dl/func.rb (call): don't overwrite original argumentstarui2010-06-251-2/+2
* * ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): the workaroundakr2010-06-231-20/+21
* * ext/socket/raddrinfo.c (str_is_number): renamed from str_isnumber toakr2010-06-231-4/+4
* * ext/socket/raddrinfo.c: don't use __P.akr2010-06-231-1/+1
* * ext/win32ole/win32ole.c (reg_get_typelib_file_path): try win64suke2010-06-231-3/+8
* add a comment.akr2010-06-231-0/+1
* * ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): new workaround forakr2010-06-231-0/+27
* * ext/pty: moved documents and samples to the appropriate places.nobu2010-06-237-380/+0