summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/openssl/ossl_x509ext.c (ossl_x509ext_set_value): should usenobu2009-03-131-3/+3
* * configure.in (AC_HEADER_DIRENT): added.nobu2009-03-131-3/+3
* * ext/openssl: suppress warnings.akr2009-03-127-54/+54
* * ext/openssl/ossl_ssl.c (ossl_ssl_def_const): use INT2NUM becauseakr2009-03-121-1/+1
* * ext/dl/handle.c (rb_dlhandle_sym): RTLD_NEXT is not for symbolnobu2009-03-111-11/+1
* * ext/dl/win32/lib/Win32API.rb: call by :stdcall as default.usa2009-03-111-2/+2
* * ext/dl/handle.c (rb_dlhandle_sym): moved conditinally used variable.nobu2009-03-111-1/+1
* * ext/dl/handle.c (rb_dlhandle_sym): fixed heap corruption.nobu2009-03-111-9/+9
* * ext/dl/callback/mkcallback.rb (DLTYPE[FLOAT]): cast to suppressnobu2009-03-101-1/+1
* * ext/dl/callback/depend: fix for parallel build.nobu2009-03-093-23/+23
* * ext/dl/callback/extconf.rb ($distcleanfiles): added callback.c.nobu2009-03-091-7/+5
* * ext/dl/dl.c (Init_dl): protoized.nobu2009-03-094-7/+7
* rdoc update.akr2009-03-081-1/+1
* * test/test_syslog.rb: moved.nobu2009-03-061-164/+0
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-06433-9228/+9228
* rdoc update.akr2009-03-041-2/+2
* * ext/extmk.rb (extmake): removes object files no longer used andnobu2009-03-031-1/+4
* * ext/dl/win32/lib/win32/resolv.rb: get rid of warning.usa2009-03-032-3/+5
* * ext/extmk.rb (extmake), lib/mkmf.rb (create_makefile): $objs andnobu2009-03-031-5/+4
* * ext/dl/win32/lib/win32/{registry,resolv}.rb: use dl/import insteadusa2009-03-032-18/+34
* * ext/dl/lib/dl/func.rb (DL::Function.name): delegate to @cfunc.usa2009-03-031-0/+4
* * ext/dl/dl.c (rb_dl_init_callbacks): autoloads callbacks.nobu2009-03-036-35/+63
* * ext/extmk.rb (extmake): initialize $objs before extrace_makefile.nobu2009-03-031-0/+1
* * ext/dl/lib/dl/cparser.rb (DL::CParser::parse_signature): fixednobu2009-03-031-1/+1
* * ext/dl/lib/dl/pack.rb (DL::PackInfo): reduced redundantnobu2009-03-032-88/+13
* * ext/dl/lib/dl/value.rb (DL::ValueUtil#wrap_arg): NULL for nil.nobu2009-03-031-0/+2
* * test/dl: moved from ext/dl/test.nobu2009-03-036-461/+0
* * ext/extmk.rb (extmake): removes object files no longer used.nobu2009-03-031-0/+2
* * common.mk (main): passes $(MAKE) to mkmain_cmdnobu2009-03-031-3/+3
* * ext/socket/sockport.h (SS_LEN): defined unconditionally.akr2009-03-021-1/+3
* * ext/socket/ancdata.c (anc_inspect_socket_creds): supress warnings.akr2009-03-021-2/+2