| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 2005-04-21 | eban | 2005-04-21 | 1 | -3/+3 |
| * | * lib/mkmf.rb (create_makefile): support platforms have file separator | nobu | 2005-04-20 | 5 | -1/+30 |
| * | * Makefile.in, common.mk: miniruby depens on MINIOBJS. | nobu | 2005-04-20 | 0 | -0/+0 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2005-04-20 | 1 | -0/+2 |
| * | * Makefile.in, common.mk: miniruby depens on MINIOBJS. | nobu | 2005-04-20 | 7 | -4/+30 |
| * | * win32/ifchange.bat: delete testing files. | nobu | 2005-04-20 | 2 | -0/+6 |
| * | * 2005-04-20 | eban | 2005-04-20 | 1 | -3/+3 |
| * | fixed error on rdoc generation | ocean | 2005-04-20 | 1 | -1/+1 |
| * | * {bcc32,win32,wince}/configure.bat, {bcc32,win32,wince}/setup.mak: | nobu | 2005-04-19 | 7 | -2/+62 |
| * | * lib/irb.rb lib/irb/* doc/irb: IRB 0.9.5 | keiju | 2005-04-19 | 34 | -284/+459 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2005-04-19 | 4 | -0/+349 |
| * | * lib/ftools.rb (File.safe_unlink): do not modify a symlinked file. | eban | 2005-04-19 | 2 | -22/+35 |
| * | * 2005-04-19 | eban | 2005-04-18 | 1 | -3/+3 |
| * | * ext/extmk.rb: expand path for ext/**/extconf.rb. | nobu | 2005-04-18 | 2 | -3/+7 |
| * | * ext/zlib/zlib.c (zstream_run): fixed SEGV. [ruby-core:4712] | ocean | 2005-04-18 | 2 | -0/+9 |
| * | * 2005-04-18 | eban | 2005-04-18 | 1 | -3/+3 |
| * | add WIN32OLE.codepage, WIN32OLE.codepage= methods. | suke | 2005-04-18 | 2 | -6/+104 |
| * | * ext/extmk.rb (relative_from): treat mere drive letter as an absolute | nobu | 2005-04-17 | 2 | -2/+6 |
| * | * 2005-04-17 | nobu | 2005-04-17 | 1 | -3/+3 |
| * | * ext/extmk.rb (extmake, parse_args): do not expand destdir. | nobu | 2005-04-17 | 2 | -4/+10 |
| * | * sample/rss/tdiary_plugin/rss-recent.rb (rss_recent_cache_rss): | kou | 2005-04-16 | 2 | -9/+15 |
| * | * configure.in (RUBY_PROG_INSTALL): not add -p option to INSTALL. | nobu | 2005-04-16 | 3 | -6/+18 |
| * | * 2005-04-16 | eban | 2005-04-16 | 1 | -3/+3 |
| * | * bcc32/Makefile.sub: quick hack... prepend DESTDIR. | ocean | 2005-04-16 | 2 | -1/+6 |
| * | * ext/openssl/extconf.rb: check for OPENSSL_cleanse. | gotoyuzo | 2005-04-15 | 3 | -0/+11 |
| * | * lib/fileutils.rb (remove_file): ignore exceptions caused by chmod. | aamine | 2005-04-14 | 2 | -8/+33 |
| * | * 2005-04-14 | eban | 2005-04-14 | 1 | -3/+3 |
| * | * bcc32/Makefile.sub: failed to remove debug information files. | ocean | 2005-04-14 | 2 | -2/+7 |
| * | * lib/rss/rss.rb (RSS::VERSION): 0.1.3 -> 0.1.4. | kou | 2005-04-13 | 3 | -4/+15 |
| * | * configure.in (mingw32): extract msvcr*.dll from objdump result. | eban | 2005-04-13 | 2 | -2/+6 |
| * | * 2005-04-13 | nobu | 2005-04-13 | 1 | -3/+3 |
| * | * configure.in (mingw32): use actual runtime DLL name as ruby DLL | nobu | 2005-04-13 | 4 | -20/+99 |
| * | * ext/tcltklib/tcltklib.c (ip_finalize): better modification than the | nagai | 2005-04-12 | 2 | -12/+37 |
| * | * ext/tcltklib/tcltklib.c (ip_finalize): fix SEGV when Tcl_GlobalEval() | nagai | 2005-04-12 | 2 | -10/+23 |
| * | * 2005-04-12 | eban | 2005-04-11 | 1 | -3/+3 |
| * | * ext/tcltklib/tcltklib.c (ip_finalize): add existence check of | nagai | 2005-04-11 | 2 | -2/+18 |
| * | adhoc patch for [druby-ja:123] | seki | 2005-04-11 | 3 | -5/+35 |
| * | * dir.c, file.c (lstat): avoid warnings for mingw. | eban | 2005-04-11 | 3 | -4/+8 |
| * | * ext/tcltklib/tcltklib.c (ip_finalize): adhoc patch to avoid SEGV | nagai | 2005-04-11 | 2 | -4/+9 |
| * | * lib/mkmf.rb (configuration): shouldn't output hdrdir twice. | usa | 2005-04-11 | 2 | -1/+5 |
| * | * 2005-04-11 | eban | 2005-04-11 | 1 | -3/+3 |
| * | * {bcc32,win32,wince}/Makefile.sub: ri data was not installed | ocean | 2005-04-11 | 5 | -5/+12 |
| * | commit miss... | ocean | 2005-04-10 | 1 | -5/+1 |
| * | * ext/win32ole/win32ole.c(ole_invoke): retry after converting Qnil | suke | 2005-04-10 | 3 | -4/+50 |
| * | * 2005-04-10 | eban | 2005-04-09 | 1 | -3/+3 |
| * | * ext/tk/sample/tkextlib/treectrl/mailwasher.rb: fixed typo. [ruby-dev:26008] | ocean | 2005-04-09 | 2 | -1/+5 |
| * | * ext/tk/lib/tk.rb: update RELEASE_DATE | nagai | 2005-04-09 | 51 | -27/+1882 |
| * | * sample/rss/tdiary_plugin/rss-recent.rb: supported configuration | kou | 2005-04-09 | 0 | -0/+0 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2005-04-09 | 2 | -0/+44 |
| * | * sample/rss/tdiary_plugin/rss-recent.rb: supported configuration | kou | 2005-04-09 | 2 | -0/+29 |