summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* * ext/readline/readline.c (readline_getc): use rl_getc_function ifnobu2009-04-262-5/+35
* * ext/tk/sample/tkcombobox.rb: fix conflict with autoload definitionnagai2009-04-261-0/+10
* * ext/zlib/zlib.c (Zlib::GzipFile#path): New method.knu2009-04-222-1/+37
* * time.c: remove time_t restriction from Time class.akr2009-04-211-3/+4
* * ext/readline/readline.c: use rb_f_notimplement for methods notakr2009-04-1811-205/+199
* * ext/curses/curses.c: use rb_f_notimplement for methods notakr2009-04-181-47/+47
* * ext/stringio/stringio.c (strio_path): removed. [ruby-dev:38254]nobu2009-04-061-7/+3
* * ext/extmk.rb: quotes arguments with spaces always.nobu2009-04-031-1/+1
* * ext/sdbm/_sdbm.c: should include "ruby/defines.h" as well formatz2009-03-261-0/+1
* * ext/dbm/dbm.c (fdbm_initialize): Make the file variableknu2009-03-232-2/+4
* rdoc update.akr2009-03-211-0/+28
* * ext/openssl/ossl_ssl.c (write_would_block): defined.akr2009-03-211-23/+53
* * ext/dl: updated svn:ignore.nobu2009-03-211-1/+1
* * ext/openssl/lib/openssl/buffering.rbakr2009-03-202-6/+75
* update rdoc and NEWS.akr2009-03-192-0/+62
* * io.c (rb_mWaitReadable): defined.akr2009-03-1910-26/+84
* * ext/socket/ancdata.c: not use pktinfo.ipi_spec_dst if not definedtakano322009-03-182-4/+7
* * win32/Makefile.sub (config.h): added RUBY_COREDLL.nobu2009-03-172-1/+36
* * ext/dl: made indent style insistent.nobu2009-03-173-160/+160
* * ext/tk/tcltklib.c (eventloop_sleep, lib_eventloop_core),nobu2009-03-161-4/+4
* * common.mk (srcs-ext): creates ext/dl/callback/callback.c also.nobu2009-03-141-0/+5
* * ext/socket/init.c (wait_connectable0): remove unreachable code.akr2009-03-131-2/+0
* * ext/openssl/openssl_missing.h (i2d_of_void): cast for callbacks.nobu2009-03-135-12/+15