summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/extconf.rb : Compilation failure on AIX.kanemoto2009-10-281-1/+3
* * ext/etc/etc.c (etc_each_group): fixed typo.nobu2009-10-281-1/+1
* * ext/stringio/stringio.c (Init_stringio): added read_nonblock andnobu2009-10-271-0/+2
* * ext/stringio/stringio.c (strio_data_type): typed.nobu2009-10-271-15/+21
* * ext/tk/lib/tk/variable.rb: add TkVariable#+@ and -@ method.nagai2009-10-271-0/+7
* * ext/tk/tcltklib.c: mistake on operation. sorry.nagai2009-10-261-1/+1
* * ext/tk/tcltklib.c,stubs.c: remove errors or warnings when compilednagai2009-10-263-2/+33
* * ext/tk/lib/remote-tk.rb: typo fixed.nagai2009-10-261-2/+2
* * ext/dl/handle.c (dlhandle_sym): fixed an invalid local variablenobu2009-10-251-4/+4
* * ext/dl/handle.c (rb_dlhandle_close): fixed an invalid localnobu2009-10-251-1/+1
* * ext/dl/handle.c (**) adding documentationtenderlove2009-10-251-0/+6
* * ext/dl/handle.c (rb_dlhandle_close_enabled_p) testing that handles cantenderlove2009-10-251-0/+28
* * ext/dl/handle.c (**) adding documentationtenderlove2009-10-251-0/+12
* * ext/dl/handle.c (rb_dlhandle_sym) refactoring rb_secure(2)tenderlove2009-10-251-3/+11
* * ext/dl/handle.c (rb_dlhandle_sym) removing unnecessary code. Addingtenderlove2009-10-251-3/+8
* * ext/dl/handle.c (rb_dlhandle_close) check return value of dlclose()tenderlove2009-10-241-2/+17
* * ext/ext/dl/handle.c (rb_dlhandle_initialize) added rb_secure(2)tenderlove2009-10-232-1/+2
* * ext/bigdecimal/bigdecimal.c (VpMidRound): remove warnings.naruse2009-10-168-13/+13
* * ext/iconv/iconv.c (iconv_create): cannot retry with given block.nobu2009-10-151-5/+12
* * ext/socket/init.c (rsock_init_sock): mswin doesn't have S_IFSOCKusa2009-10-151-0/+5
* * ext/socket/init.c (rsock_init_sock): validate file descriptor.akr2009-10-141-0/+6
* * ext/tk/variable.rb: bug fix. additional trace definition changes thenagai2009-10-131-2/+2
* * ext/gdbm/gdbm.c (fgdbm_select): fixed rdoc. a patch from Justinnobu2009-10-111-2/+2
* * ext/curses/curses.c: use rb_thread_blocking_region to avoidakr2009-10-101-19/+64
* * ext/curses/curses.c: Many functions of module Curses could cause a crash if...marcandre2009-10-081-0/+34
* * ext/socket/lib/socket.rb (Socket.udp_server_recv): extracted fromakr2009-10-081-19/+42
* update comment.akr2009-10-071-0/+1
* * ext/tk/lib/tk/canvas.rb: *** POTENTIALLY INCOMPATIBLE ***nagai2009-10-053-8/+14
* * ext/tk/lib/tk/variable.rb: add TkVariable#to_hash,to_proc,to_int,to_str,to_arynagai2009-10-031-0/+21
* * ext/json/lib/json/common.rb (recurse_proc): removed needlessnobu2009-09-291-1/+0
* * stringio/stringio.c (strio_read): set ASCII-8BIT encodingnaruse2009-09-281-3/+3
* * ext/json/ext/generator/generator.c: Documention patch by okkez.naruse2009-09-261-3/+3
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan): atan(Infinity) isnobu2009-09-231-13/+7
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan): reduce loop withnobu2009-09-231-1/+5
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan): refined.nobu2009-09-231-0/+11
* * ext/bigdecimal/lib/bigdecimal/{ludcmp,math}.rb: depend onnobu2009-09-212-0/+4
* * ext/bigdecimal/lib/bigdecimal/newton.rb: rdoc needs to benobu2009-09-211-3/+3
* * ext/bigdecimal/lib/bigdecimal/*.rb: made module functions.nobu2009-09-214-0/+6
* * ext/bigdecimal/lib/*.rb: fixed indent.nobu2009-09-213-42/+42
* * ext/bigdecimal/bigdecimal.c (GetVpValue): support conversion fromnobu2009-09-211-0/+15
* * ext/bigdecimal/bigdecimal.c (BigDecimal_remainder): Doc fix [ruby-core:18796]marcandre2009-09-211-4/+1
* * ossl_ocsp.c (ossl_ocspres_to_der): Bug fix in Response#to_def. Patch by Chr...marcandre2009-09-211-1/+1
* * ossl_config.c (ossl_config_add_value_m, ossl_config_set_section): Check if ...marcandre2009-09-211-0/+10
* * ext/bigdecimal/lib/bigdecimal/math.rb (sin, cos, atan, exp, log):nobu2009-09-201-5/+31
* * ext/win32ole/win32ole.c (oletypelib_get_libattr): some refactoringsuke2009-09-131-31/+19
* * ext/win32ole/win32ole.c (oletypelib_get_typelib): some refactoringsuke2009-09-131-31/+22
* ext/win32ole/win32ole.c: some refactoring.suke2009-09-131-48/+6
* * ext/win32ole/win32ole.c: fix WIN32OLE_TYPELIB.new when the 1st suke2009-09-121-64/+190
* * configure.in (GCC): subst for GCC depending extension libraries.nobu2009-09-124-4/+4
* * ext/win32ole/win32ole.c (EVENTSINK_Invoke): initialize resultsuke2009-09-111-1/+2