summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2005-06-12* signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz
2005-06-09* ext/Win32API/Win32API.c (Win32API_Call): disable globalnobu
2005-06-08* ext/tk/lib/tkextlib/ICONS/icons.rb: fail to create instances ofnagai
2005-06-08if dlload fail to load a library, it should raise an error.ttate
2005-06-07* bignum.c (bignorm): fixed a bug in normalizing negative numbersmatz
2005-06-07* ext/curses/curses.c (curses_insertln): merged a patch frommatz
2005-06-07* ext/tk/sample/tkextlib/tile/themes/kroc.{rb,tcl}: also support tile 0.4.ocean
2005-06-07* sample/tkextlib/tile/themes/kroc.{rb,tcl}: support tile 0.5 or later.ocean
2005-06-07* ext/tk/lib/multi-tk.rb: slave-ip fails to call proceduresnagai
2005-06-06* ext/ripper/depend: add .y to .SUFFIXES for nmake.usa
2005-06-06* ext/tk/lib/tk/console.rb: create console when requiredocean
2005-06-05* ext/tk/lib/tk/console.rb: create console when requirednagai
2005-06-04* test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb.akr
2005-06-03* test/sdbm/test_sdbm.rb: renamed from ext/sdbm/testsdbm.rb withakr
2005-06-03* intern.h (rb_fdset_t): deal with fd bit sets over FD_SETSIZE.nobu
2005-06-03* ext/tk/lib/multi-tk.rb: fix typo.nagai
2005-06-02* parse.y: pragma support on ripper. [ruby-dev:26266]nobu
2005-05-30* ext/tk/lib/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk Extension.nagai
2005-05-27* ext/openssl/ossl_x509store.c (ossl_x509stctx_set_time): shouldgotoyuzo
2005-05-25* ext/tk/lib/tk.rb: add shortcut-methods of tk_call + tk_split_listnagai
2005-05-25* ext/tk/lib/tk.rb: TkComm#tk_split_*list fail to split a kind of SJISnagai
2005-05-23* ext/tk/extconf.rb: Framework support on MacOS X Tiger.nagai
2005-05-22* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#intialize):gotoyuzo
2005-05-20* ext/readline/readline.c (readline_attempted_completion_function):shugo
2005-05-19* ext/readline/extconf.rb: check rl_vi_editing_mode() andshugo
2005-05-19* ext/readline/readline.c: supported libedit. fixed: [ruby-core:4858]shugo
2005-05-14Added DL::BUILD_RUBY_PLATFORM,BUILD_RUBY_VERSION.ttate
2005-05-14* configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu
2005-05-13* ext/extmk.rb: keep srcdir unexpanded.nobu
2005-05-12* ext/nkf/nkf-utf8/nkf.c: follow nkf 2.0.5naruse
2005-05-10* ext/tk/lib/tkextlib/blt/winop.rb: fix typonagai
2005-05-09added a test.ttate
2005-05-09replaced the local variable 'entity' with an instance variable.ttate
2005-05-08use DL::CStructBuilder instead of CStructBuilder.ttate
2005-05-08* ext/tk/lib/tk/timer.rb: fix typonagai
2005-04-30* ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): fixed typo.nobu
2005-04-30* ext/syck/rubyext.c: comment to be closed.nobu
2005-04-30* ext/stringio/stringio.c (strio_getline): suppress warnings.nobu
2005-04-26* ext/tk/tcltklib.c (ip_invoke_core): call Tcl's "::unknown"nagai
2005-04-23commit missocean
2005-04-23* ext/tcltklib/tcltklib.c (ip_RubyExitCommand): exit with status codeocean
2005-04-22updated TCLTKLIB_RELEASE_DATEocean
2005-04-22* ext/tk/tcltklib.c (ip_set_exc_message): fixed memory leak.ocean
2005-04-18* eval.c (search_required, rb_require_safe): expand path innobu
2005-04-18* ext/zlib/zlib.c (zstream_run): fixed SEGV. [ruby-core:4712]ocean
2005-04-17* ext/extmk.rb (relative_from): treat mere drive letter as an absolutenobu
2005-04-17* ext/extmk.rb (extmake, parse_args): do not expand destdir.nobu
2005-04-15* ext/openssl/extconf.rb: check for OPENSSL_cleanse.gotoyuzo
2005-04-15* ext/win32ole/tests/testWIN32OLE.rb: add test for WIN32OLE.codepage=suke
2005-04-15ext/win32ole/win32ole.c(ole_invoke): retry after converting Qnilsuke