summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2009-03-16* ext/tk/tcltklib.c (eventloop_sleep, lib_eventloop_core),nobu
2009-03-14* common.mk (srcs-ext): creates ext/dl/callback/callback.c also.nobu
2009-03-13* ext/socket/init.c (wait_connectable0): remove unreachable code.akr
2009-03-13* ext/openssl/openssl_missing.h (i2d_of_void): cast for callbacks.nobu
2009-03-13* ext/openssl/ossl_x509ext.c (ossl_x509ext_set_value): should usenobu
2009-03-13* configure.in (AC_HEADER_DIRENT): added.nobu
2009-03-12* ext/openssl: suppress warnings.akr
2009-03-12* ext/openssl/ossl_ssl.c (ossl_ssl_def_const): use INT2NUM becauseakr
2009-03-11* ext/dl/handle.c (rb_dlhandle_sym): RTLD_NEXT is not for symbolnobu
2009-03-11 * ext/dl/win32/lib/Win32API.rb: call by :stdcall as default.usa
2009-03-11* ext/dl/handle.c (rb_dlhandle_sym): moved conditinally used variable.nobu
2009-03-11* ext/dl/handle.c (rb_dlhandle_sym): fixed heap corruption.nobu
2009-03-10* ext/dl/callback/mkcallback.rb (DLTYPE[FLOAT]): cast to suppressnobu
2009-03-09* ext/dl/callback/depend: fix for parallel build.nobu
2009-03-09* ext/dl/callback/extconf.rb ($distcleanfiles): added callback.c.nobu
2009-03-09* ext/dl/dl.c (Init_dl): protoized.nobu
2009-03-08rdoc update.akr
2009-03-06* test/test_syslog.rb: moved.nobu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-03-04rdoc update.akr
2009-03-03* ext/extmk.rb (extmake): removes object files no longer used andnobu
2009-03-03 * ext/dl/win32/lib/win32/resolv.rb: get rid of warning.usa
2009-03-03* ext/extmk.rb (extmake), lib/mkmf.rb (create_makefile): $objs andnobu
2009-03-03 * ext/dl/win32/lib/win32/{registry,resolv}.rb: use dl/import insteadusa
2009-03-03 * ext/dl/lib/dl/func.rb (DL::Function.name): delegate to @cfunc.usa
2009-03-03* ext/dl/dl.c (rb_dl_init_callbacks): autoloads callbacks.nobu
2009-03-03* ext/extmk.rb (extmake): initialize $objs before extrace_makefile.nobu
2009-03-03* ext/dl/lib/dl/cparser.rb (DL::CParser::parse_signature): fixednobu
2009-03-03* ext/dl/lib/dl/pack.rb (DL::PackInfo): reduced redundantnobu
2009-03-03* ext/dl/lib/dl/value.rb (DL::ValueUtil#wrap_arg): NULL for nil.nobu