These files are also obsoleted.
0 lines of code changed in:
Merge from irb-tools 0.7.1.
148 lines of code changed in:
Initial revision
55 lines of code changed in:
* sample/irb.rb, lib/irb.rb, lib/irb/*, doc/irb/*: Merge from irb
0.7.3.
* instruby.rb: Install help-message's too.
* lib/irb/main.rb: This file is not needed anymore.
9 lines of code changed in:
This file is not needed anymore.
0 lines of code changed in:
Install help-message's too.
1 lines of code changed in:
Merge from irb 0.7.3.
64 lines of code changed in:
Initial revision
1979 lines of code changed in:
* configure.in: don't use tzname on cygwin 1.3.1+.
* configure.in: add -mieee/-ieee to CFLAGS on OSF1/Alpha
to disable "DIVISION BY ZERO" exception.
16 lines of code changed in:
* ext/extmk.rb.in, lib/mkmf.rb: (dir_config) do not add the
specified include directory if already included in $CPPFLAGS.
* ext/extmk.rb.in, lib/mkmf.rb: (dir_config) return a more useful
value, [include_dir, lib_dir].
52 lines of code changed in:
* configure.in: add -mieee to CFLAGS on Linux/Alpha
to disable "DIVISION BY ZERO" exception.
* configure.in: remove -ansi on OSF/1.
13 lines of code changed in:
Wed Apr 18 04:37:51 2001 Wakou Aoyama <wakou@fsinet.or.jp>
* lib/cgi.rb: CGI::Cookie: no use PATH_INFO.
14 lines of code changed in:
* win32/config.status.in: no longer use missing/alloca.c.
* win32/Makefile.sub: ditto.
8 lines of code changed in:
* lib/net/imap.rb: fix typo.
5 lines of code changed in:
* ext/extmk.rb.in (create_makefile): create def file only if
it does not yet exist.
* lib/mkmf.rb: ditto.
15 lines of code changed in:
2001-04-02
2 lines of code changed in:
* lib/monitor.rb (wait): fix timeout support.
16 lines of code changed in:
* lib/monitor.rb (wait): ensure reentrance.
14 lines of code changed in:
* lib/net/imap.rb (media_subtype): return subtype.
8 lines of code changed in:
* lib/net/imap.rb (flag_list): capitalize flags.
53 lines of code changed in:
* Makefile.in: Introduce MAINLIBS.
* configure.in: Link libc_r against the ruby executable on
FreeBSD, which is the first attempt to work around a certain
problem regarding pthread on FreeBSD. It should make ruby/libruby
happy when it loads an extention to a library compiled and linked
with -pthread. Note, however, that libruby is _not_ linked with
libc_r so as not to mess up pthread unfriendly stuff including
apache+mod_ruby and vim6+ruby_interp.
43 lines of code changed in:
* win32/win32.c: use ruby's opendir on mingw32.
* win32/dir.h, dir.c, Makefile: ditto.
11 lines of code changed in: