summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2009-10-25* ext/dl/handle.c (**) adding documentationtenderlove
2009-10-25* ext/dl/handle.c (rb_dlhandle_close_enabled_p) testing that handles cantenderlove
2009-10-25* ext/dl/handle.c (**) adding documentationtenderlove
2009-10-25* ext/dl/handle.c (rb_dlhandle_sym) refactoring rb_secure(2)tenderlove
2009-10-25* ext/dl/handle.c (rb_dlhandle_sym) removing unnecessary code. Addingtenderlove
2009-10-24* ext/dl/handle.c (rb_dlhandle_close) check return value of dlclose()tenderlove
2009-10-23* ext/ext/dl/handle.c (rb_dlhandle_initialize) added rb_secure(2)tenderlove
2009-10-16* ext/bigdecimal/bigdecimal.c (VpMidRound): remove warnings.naruse
2009-10-15* ext/iconv/iconv.c (iconv_create): cannot retry with given block.nobu
2009-10-15* ext/socket/init.c (rsock_init_sock): mswin doesn't have S_IFSOCKusa
2009-10-14* ext/socket/init.c (rsock_init_sock): validate file descriptor.akr
2009-10-13* ext/tk/variable.rb: bug fix. additional trace definition changes thenagai
2009-10-11* ext/gdbm/gdbm.c (fgdbm_select): fixed rdoc. a patch from Justinnobu
2009-10-10* ext/curses/curses.c: use rb_thread_blocking_region to avoidakr
2009-10-08* ext/curses/curses.c: Many functions of module Curses could cause a crash if...marcandre
2009-10-08* ext/socket/lib/socket.rb (Socket.udp_server_recv): extracted fromakr
2009-10-07update comment.akr
2009-10-05* ext/tk/lib/tk/canvas.rb: *** POTENTIALLY INCOMPATIBLE ***nagai
2009-10-03* ext/tk/lib/tk/variable.rb: add TkVariable#to_hash,to_proc,to_int,to_str,to_arynagai
2009-09-29* ext/json/lib/json/common.rb (recurse_proc): removed needlessnobu
2009-09-28* stringio/stringio.c (strio_read): set ASCII-8BIT encodingnaruse
2009-09-26* ext/json/ext/generator/generator.c: Documention patch by okkez.naruse
2009-09-23* ext/bigdecimal/lib/bigdecimal/math.rb (atan): atan(Infinity) isnobu
2009-09-23* ext/bigdecimal/lib/bigdecimal/math.rb (atan): reduce loop withnobu
2009-09-23* ext/bigdecimal/lib/bigdecimal/math.rb (atan): refined.nobu
2009-09-21* ext/bigdecimal/lib/bigdecimal/{ludcmp,math}.rb: depend onnobu
2009-09-21* ext/bigdecimal/lib/bigdecimal/newton.rb: rdoc needs to benobu
2009-09-21* ext/bigdecimal/lib/bigdecimal/*.rb: made module functions.nobu
2009-09-21* ext/bigdecimal/lib/*.rb: fixed indent.nobu
2009-09-21* ext/bigdecimal/bigdecimal.c (GetVpValue): support conversion fromnobu
2009-09-21* ext/bigdecimal/bigdecimal.c (BigDecimal_remainder): Doc fix [ruby-core:18796]marcandre
2009-09-21* ossl_ocsp.c (ossl_ocspres_to_der): Bug fix in Response#to_def. Patch by Chr...marcandre
2009-09-21* ossl_config.c (ossl_config_add_value_m, ossl_config_set_section): Check if ...marcandre
2009-09-20* ext/bigdecimal/lib/bigdecimal/math.rb (sin, cos, atan, exp, log):nobu
2009-09-13* ext/win32ole/win32ole.c (oletypelib_get_libattr): some refactoringsuke
2009-09-13* ext/win32ole/win32ole.c (oletypelib_get_typelib): some refactoringsuke
2009-09-13ext/win32ole/win32ole.c: some refactoring.suke
2009-09-12* ext/win32ole/win32ole.c: fix WIN32OLE_TYPELIB.new when the 1st suke
2009-09-12* configure.in (GCC): subst for GCC depending extension libraries.nobu
2009-09-11* ext/win32ole/win32ole.c (EVENTSINK_Invoke): initialize resultsuke
2009-09-09* ext/bigdecimal/bigdecimal.c (BigDecimal_data_type): typed.nobu
2009-09-09* ext/dl/cfunc.c (dlcfunc_data_type): typed.nobu
2009-09-09Wed Sep 9 15:24:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
2009-09-01NaN is now 0.0/0 because of 1.8/1.9 compat.naruse
2009-09-01* ext/json: Update to JSON 1.1.9.naruse
2009-08-29* ext/zlib/zlib.c (gzfile_read_all): use gzfile_newstr;naruse
2009-08-28* ext/win32ole/win32ole.c: use SafeStringValue instead ofsuke
2009-08-26* ext/strscan/strscan.c (strscan_set_string): set string should not benobu
2009-08-22YAML parser don't need identity hash.akr
2009-08-22* ext/syck/rubyext.c (id_hash_new): new function to create a hashakr