summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2009-08-21use rl_prep_terminal only on Windows. [ruby-core:25009]naruse
2009-08-20Fix: change terminal's size on Widows when the window size is changednaruse
2009-08-14* include/ruby/ruby.h (rb_check_safe_str): deprecated.nobu
2009-08-14* ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): fasternobu
2009-08-12 * ext/socket/extconf.rb: if ipv6 is enabled, the version of Windowsusa
2009-08-09* ext/tk/extconf.rb (search_tclConfig): last change isn't enough. fixed it.nagai
2009-08-08* ext/ripper/eventids2.c (token_to_eventid): addednobu