summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/lib/socket.rb (Socket.accept_loop): rescueakr2009-07-191-2/+2
* * ext/tk/lib/tk.rb: fail to create a widget object for an unknown wiget path.nagai2009-07-171-1/+1
* * ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves().nagai2009-07-172-8/+36
* * ext/readline/readline.c (Init_readline): rl_catch_signals doesyugui2009-07-172-0/+3
* * ext/socket/socket.c (socket_s_ip_address_list): drop inactiveusa2009-07-171-1/+11
* * ext/readline/readline.c (Init_readline): use rl_catch_sigwinch onlyusa2009-07-172-0/+3
* * ext/socket/init.c (rsock_getfamily): return AF_UNSPEC if getsocknameakr2009-07-171-1/+1
* * ext/tk/extconf.rb,ext/tk/config_list.in: ignore paths which includesnagai2009-07-163-17/+63
* * ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0): serversusa2009-07-161-1/+1
* Fix SEGV of readline on FreeBSD. [ruby-core:21884]naruse2009-07-161-0/+3
* * method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko12009-07-151-4/+0
* * ext/purelib.rb: translates a fake path to rubygems in $" intoyugui2009-07-151-1/+8
* * ext/tk/extconf.rb: --with-{tcl,tk}-dir doesn't work.[ruby-dev:38782]nagai2009-07-141-2/+2
* * ext/io/nonblock: moved from ext/io/wait/lib.nobu2009-07-143-23/+116
* * ext/tk/lib/multi-tk.rb: Long-term-callback support isn't stable yet.nagai2009-07-142-2/+3
* * ext/tk/lib/tk/menuspec.rb: commit miss on my last commitment.nagai2009-07-131-1/+1
* * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.nagai2009-07-12227-1043/+7234
* * ext/tk/tcltklib.c (get_obj_from_str): suppressed a warning.nobu2009-07-111-1/+1
* * ext/readline/readline.c (readline_attempted_completion_function):nobu2009-07-101-6/+6
* * ext/readline/extconf.rb: checked rl_refresh_line in readline.kouji2009-07-102-0/+23
* * ext/readline/extconf.rb: checked rl_line_buffer and rl_point inkouji2009-07-103-6/+75
* Update ext/.document with extensions that appear to have documentation.drbrain2009-07-081-0/+12
* rdoc update.akr2009-07-071-9/+9
* rdoc update.akr2009-07-011-3/+0
* * include/ruby/intern.h (rb_time_num_new): declared.akr2009-07-011-3/+9
* * ext/pty/pty.c (pty_getpty): check dup failure.akr2009-06-261-1/+23
* * variable.c (rb_generic_ivar_memsize): typo fixed. a patch frommatz2009-06-221-2/+2
* * ext/stringio/stringio.c (strio_each_codepoint): new method.matz2009-06-221-0/+33
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): went infinity toomatz2009-06-181-1/+1
* * ext/strscan/strscan.c (Init_strscan): remove obsoletematz2009-06-171-12/+0
* * ext/objspace: added. objspace library extends some methods toko12009-06-162-0/+558
* * ext/bigdecimal/bigdecimal.c (gfCheckVal): never used.nobu2009-06-112-12/+14
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf ifmatz2009-05-311-3/+5
* * ext/readline/readline.c (readline_getc): the function fornaruse2009-05-261-3/+3
* * ext/dl/handle.c (rb_dlhandle_s_sym): added a method to accessnobu2009-05-231-10/+46
* * ext/dl/lib/dl/cparser.rb (DL::CParser#parse_struct_signature):nobu2009-05-231-1/+1
* * ext/dl/cptr.c (rb_dlptr_cmp): return signed value, and restrictnobu2009-05-231-1/+4
* update rdoc.akr2009-05-221-3/+3
* * ext/win32ole/win32ole.c (foletypelib_name): should returnsuke2009-05-171-2/+3
* * ext/dl/lib/dl/callback.rb (DL#remove_callback_internal): ignorenobu2009-05-161-1/+1
* * sample/drb/dhasenc.rb: add magic comment for encoding.matz2009-05-161-1/+1
* * ext/etc/etc.c (etc_getpwuid): use rb_uid_t. [ruby-dev:38443]nobu2009-05-141-5/+1
* * ext/stringio/stringio.c (strio_ungetbyte): encoding should notnobu2009-05-141-2/+31
* * ext/bigdecimal/bigdecimal.c (BigDecimal_coerce): supportmatz2009-05-101-5/+10
* * ext/dl/lib/dl/func.rb (DL::Function#bound?): returns if alreadynobu2009-05-102-0/+6
* * ext/dl/cfunc.c (rb_dlcfunc_instance_p): new function to check ifnobu2009-05-103-10/+25
* * ext/dl/cptr.c: consistent indentation.nobu2009-05-101-157/+157
* * ext/dl/lib/dl/cparser.rb (DL::CParser#parse_signature): stripsnobu2009-05-101-1/+1
* Update to JSON 1.1.4.naruse2009-05-0512-833/+339
* * ext/extmk.rb: use RbConfig instead of Config.akr2009-04-301-1/+1