| Commit message (Expand) | Author | Age | Files | Lines |
| * | * lib/mkmf.rb (create_makefile): support platforms have file separator | nobu | 2005-04-20 | 1 | -0/+10 |
| * | * Makefile.in, common.mk: miniruby depens on MINIOBJS. | nobu | 2005-04-20 | 1 | -0/+9 |
| * | * win32/ifchange.bat: delete testing files. | nobu | 2005-04-20 | 1 | -0/+4 |
| * | * {bcc32,win32,wince}/configure.bat, {bcc32,win32,wince}/setup.mak: | nobu | 2005-04-19 | 1 | -0/+7 |
| * | * lib/irb.rb lib/irb/* doc/irb: IRB 0.9.5 | keiju | 2005-04-19 | 1 | -0/+4 |
| * | * lib/ftools.rb (File.safe_unlink): do not modify a symlinked file. | eban | 2005-04-19 | 1 | -0/+4 |
| * | * ext/extmk.rb: expand path for ext/**/extconf.rb. | nobu | 2005-04-18 | 1 | -0/+4 |
| * | * ext/zlib/zlib.c (zstream_run): fixed SEGV. [ruby-core:4712] | ocean | 2005-04-18 | 1 | -0/+4 |
| * | * ext/extmk.rb (relative_from): treat mere drive letter as an absolute | nobu | 2005-04-17 | 1 | -1/+4 |
| * | * ext/extmk.rb (extmake, parse_args): do not expand destdir. | nobu | 2005-04-17 | 1 | -0/+4 |
| * | * sample/rss/tdiary_plugin/rss-recent.rb (rss_recent_cache_rss): | kou | 2005-04-16 | 1 | -0/+6 |
| * | * configure.in (RUBY_PROG_INSTALL): not add -p option to INSTALL. | nobu | 2005-04-16 | 1 | -0/+9 |
| * | * bcc32/Makefile.sub: quick hack... prepend DESTDIR. | ocean | 2005-04-16 | 1 | -0/+5 |
| * | * ext/openssl/extconf.rb: check for OPENSSL_cleanse. | gotoyuzo | 2005-04-15 | 1 | -0/+6 |
| * | * lib/fileutils.rb (remove_file): ignore exceptions caused by chmod. | aamine | 2005-04-14 | 1 | -0/+8 |
| * | * bcc32/Makefile.sub: failed to remove debug information files. | ocean | 2005-04-14 | 1 | -1/+6 |
| * | * lib/rss/rss.rb (RSS::VERSION): 0.1.3 -> 0.1.4. | kou | 2005-04-13 | 1 | -0/+7 |
| * | * configure.in (mingw32): extract msvcr*.dll from objdump result. | eban | 2005-04-13 | 1 | -0/+4 |
| * | * configure.in (mingw32): use actual runtime DLL name as ruby DLL | nobu | 2005-04-13 | 1 | -9/+16 |
| * | * ext/tcltklib/tcltklib.c (ip_finalize): better modification than the | nagai | 2005-04-12 | 1 | -0/+5 |
| * | * ext/tcltklib/tcltklib.c (ip_finalize): fix SEGV when Tcl_GlobalEval() | nagai | 2005-04-12 | 1 | -0/+5 |
| * | * ext/tcltklib/tcltklib.c (ip_finalize): add existence check of | nagai | 2005-04-11 | 1 | -0/+5 |
| * | adhoc patch for [druby-ja:123] | seki | 2005-04-11 | 1 | -0/+7 |
| * | * dir.c, file.c (lstat): avoid warnings for mingw. | eban | 2005-04-11 | 1 | -0/+4 |
| * | * ext/tcltklib/tcltklib.c (ip_finalize): adhoc patch to avoid SEGV | nagai | 2005-04-11 | 1 | -0/+5 |
| * | * lib/mkmf.rb (configuration): shouldn't output hdrdir twice. | usa | 2005-04-11 | 1 | -0/+4 |
| * | * {bcc32,win32,wince}/Makefile.sub: ri data was not installed | ocean | 2005-04-11 | 1 | -0/+7 |
| * | * ext/win32ole/win32ole.c(ole_invoke): retry after converting Qnil | suke | 2005-04-10 | 1 | -0/+8 |
| * | * ext/tk/lib/tk.rb: update RELEASE_DATE | nagai | 2005-04-09 | 1 | -0/+14 |
| * | * sample/rss/tdiary_plugin/rss-recent.rb: supported configuration | kou | 2005-04-09 | 1 | -0/+5 |
| * | * lib/rss: backoported from HEAD. | kou | 2005-04-09 | 1 | -0/+87 |
| * | * ext/extmk.rb (extmake): hdrdir needs to be defined also in | nobu | 2005-04-08 | 1 | -0/+8 |
| * | * ext/openssl/ossl_ssl.c: add callbacks to OpenSSL::SSL::SSLContexts. | gotoyuzo | 2005-04-08 | 1 | -0/+22 |
| * | proper comment | ocean | 2005-04-07 | 1 | -1/+1 |
| * | * ext/tk/sample/tkextlib/treectrl/*.rb: fixed typo. (wrong itemheight) | ocean | 2005-04-07 | 1 | -1/+8 |
| * | * ext/extmk.rb (extmake): keep directory names in Makefile as macros. | nobu | 2005-04-07 | 1 | -0/+8 |
| * | * eval.c (rb_call0): "return" event hook should be always executed | shugo | 2005-04-07 | 1 | -0/+6 |
| * | * ext/tk/lib/tk.rb (TkComm#array2tk_list): accept enc-mode argument to | ocean | 2005-04-04 | 1 | -0/+9 |
| * | * ext/tk/lib/tk/dialog.rb: fixed typo. | ocean | 2005-04-04 | 1 | -12/+4 |
| * | * win32/win32.{h,c} (rb_w32_fdopen): avoid warning on bcc32. | ocean | 2005-04-03 | 1 | -0/+5 |
| * | * lib/mkmf.rb (create_makefile): ensure library directories get made | nobu | 2005-04-02 | 1 | -1/+4 |
| * | * {bcc32,win32,wince}/{Makefile.sub,setup.mak}: leave prefix empty in | nobu | 2005-04-02 | 1 | -1/+4 |
| * | * configure.in (CP, INSTALL): get rid of less portable options. | nobu | 2005-04-02 | 1 | -2/+9 |
| * | * ext/tk/lib/tk.rb: forgot to update RELEASE_DATE | nagai | 2005-04-02 | 1 | -0/+14 |
| * | * ext/tk/lib/tk.rb (TkWindow.initialize): accept 'without_creating' | nagai | 2005-04-01 | 1 | -0/+9 |
| * | * ext/tk/sample/tkextlib/treectrl/demo.rb: should use Hash#index. | ocean | 2005-03-31 | 1 | -0/+8 |
| * | * lib/mkmf.rb (SRC_EXT): exclude just case different suffixes on case | nobu | 2005-03-31 | 1 | -0/+7 |
| * | *** empty log message *** | gotoyuzo | 2005-03-31 | 1 | -0/+5 |
| * | * common.mk (RUBYOPT): clear for the environment RubyGems installed. | nobu | 2005-03-30 | 1 | -1/+9 |
| * | * ext/openssl/ossl_engine.c (ossl_engine_s_load): should not raise | gotoyuzo | 2005-03-30 | 1 | -0/+6 |