aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * NEWS (ptr): new method and deprecated methods. [ruby-dev:41681]nobu2010-06-233-31/+46
* Clean warnings: unused variables.naruse2010-06-231-1/+1
* * ext/socket/lib/socket.rb: suppress warnings.akr2010-06-221-2/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb (resolve_klass): fix thetenderlove2010-06-181-4/+4
* * ext/fiddle/extconf.rb: check ffi.h even when pkg-config succeeded.mame2010-06-151-1/+2
* * ext/fiddle/extconf.rb: De Morgan's laws.eban2010-06-151-1/+1
* * ext/fiddle/extconf.rb: use pkg_config to find ffi.h.eban2010-06-151-1/+1
* * ext/fiddle/closure.c (dealloc): refix workaround r28300.naruse2010-06-131-7/+7