summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2009-07-10* ext/readline/extconf.rb: checked rl_refresh_line in readline.kouji
2009-07-10* ext/readline/extconf.rb: checked rl_line_buffer and rl_point inkouji
2009-07-08Update ext/.document with extensions that appear to have documentation.drbrain
2009-07-07rdoc update.akr
2009-07-01rdoc update.akr
2009-07-01* include/ruby/intern.h (rb_time_num_new): declared.akr
2009-06-26* ext/pty/pty.c (pty_getpty): check dup failure.akr
2009-06-22* variable.c (rb_generic_ivar_memsize): typo fixed. a patch frommatz
2009-06-22* ext/stringio/stringio.c (strio_each_codepoint): new method.matz
2009-06-18* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): went infinity toomatz
2009-06-17* ext/strscan/strscan.c (Init_strscan): remove obsoletematz
2009-06-16* ext/objspace: added. objspace library extends some methods toko1
2009-06-11* ext/bigdecimal/bigdecimal.c (gfCheckVal): never used.nobu
2009-05-31* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf ifmatz
2009-05-26* ext/readline/readline.c (readline_getc): the function fornaruse
2009-05-23* ext/dl/handle.c (rb_dlhandle_s_sym): added a method to accessnobu
2009-05-23* ext/dl/lib/dl/cparser.rb (DL::CParser#parse_struct_signature):nobu
2009-05-23* ext/dl/cptr.c (rb_dlptr_cmp): return signed value, and restrictnobu
2009-05-22update rdoc.akr
2009-05-17* ext/win32ole/win32ole.c (foletypelib_name): should returnsuke
2009-05-16* ext/dl/lib/dl/callback.rb (DL#remove_callback_internal): ignorenobu
2009-05-16* sample/drb/dhasenc.rb: add magic comment for encoding.matz
2009-05-14* ext/etc/etc.c (etc_getpwuid): use rb_uid_t. [ruby-dev:38443]nobu
2009-05-14* ext/stringio/stringio.c (strio_ungetbyte): encoding should notnobu
2009-05-10* ext/bigdecimal/bigdecimal.c (BigDecimal_coerce): supportmatz
2009-05-10* ext/dl/lib/dl/func.rb (DL::Function#bound?): returns if alreadynobu
2009-05-10* ext/dl/cfunc.c (rb_dlcfunc_instance_p): new function to check ifnobu
2009-05-10* ext/dl/cptr.c: consistent indentation.nobu
2009-05-10* ext/dl/lib/dl/cparser.rb (DL::CParser#parse_signature): stripsnobu
2009-05-05Update to JSON 1.1.4.naruse
2009-04-30* ext/extmk.rb: use RbConfig instead of Config.akr
2009-04-26* ext/readline/readline.c (readline_getc): use rl_getc_function ifnobu
2009-04-26* ext/tk/sample/tkcombobox.rb: fix conflict with autoload definitionnagai
2009-04-22* ext/zlib/zlib.c (Zlib::GzipFile#path): New method.knu
2009-04-21* time.c: remove time_t restriction from Time class.akr
2009-04-18* ext/readline/readline.c: use rb_f_notimplement for methods notakr
2009-04-18* ext/curses/curses.c: use rb_f_notimplement for methods notakr
2009-04-06* ext/stringio/stringio.c (strio_path): removed. [ruby-dev:38254]nobu
2009-04-03* ext/extmk.rb: quotes arguments with spaces always.nobu
2009-03-26* ext/sdbm/_sdbm.c: should include "ruby/defines.h" as well formatz
2009-03-23* ext/dbm/dbm.c (fdbm_initialize): Make the file variableknu
2009-03-21rdoc update.akr
2009-03-21* ext/openssl/ossl_ssl.c (write_would_block): defined.akr
2009-03-21* ext/dl: updated svn:ignore.nobu
2009-03-20* ext/openssl/lib/openssl/buffering.rbakr
2009-03-19update rdoc and NEWS.akr
2009-03-19* io.c (rb_mWaitReadable): defined.akr
2009-03-18* ext/socket/ancdata.c: not use pktinfo.ipi_spec_dst if not definedtakano32
2009-03-17* win32/Makefile.sub (config.h): added RUBY_COREDLL.nobu
2009-03-17* ext/dl: made indent style insistent.nobu