aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert from JIS to EUC.knu2001-05-072-216/+216
* Obsoleted by IRB.knu2001-05-071-1015/+0
* * ext/dbm/extconf.rb: fix for FreeBSD and GDBM.eban2001-05-071-7/+8
* * parse.y (arg): "||=" should not warn for uninitialized instancematz2001-05-0710-58/+71
* * lib/ftools.rb (syscopy): chmod destination file only ifeban2001-05-073-3/+9
* rb_eGDBMFatalErrors -> rb_eGDBMFatalErroreban2001-05-061-2/+2
* forgot some checkins.matz2001-05-0636-296/+2190
* Get rid of Japanese comments and fix English comments as appropriate.knu2001-05-0310-33/+13
* I'm committing this from a MacOS X host. :)knu2001-05-023-2/+15
* * win32/config.h.in: add SIZEOF___INT64 definition.usa2001-05-022-0/+5
* * dir.c (rb_glob, rb_globi): remove unnecessary FNM_PATHNAME.eban2001-05-022-2/+6
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-0244-952/+1712
* These files are also obsoleted.knu2001-04-302-92/+0
* Merge from irb-tools 0.7.1.knu2001-04-304-13/+148
* Initial revisionknu2001-04-301-0/+185
* * sample/irb.rb, lib/irb.rb, lib/irb/*, doc/irb/*: Merge from irbknu2001-04-301-0/+9
* This file is not needed anymore.knu2001-04-301-867/+0
* Install help-message's too.knu2001-04-301-1/+1
* Merge from irb 0.7.3.knu2001-04-308-59/+64
* Initial revisionknu2001-04-3014-0/+2209
* * configure.in: don't use tzname on cygwin 1.3.1+.eban2001-04-262-1/+16
* * ext/extmk.rb.in, lib/mkmf.rb: (dir_config) do not add theknu2001-04-243-53/+52
* * configure.in: add -mieee to CFLAGS on Linux/Alphaeban2001-04-222-3/+13
* Wed Apr 18 04:37:51 2001 Wakou Aoyama <wakou@fsinet.or.jp>wakou2001-04-172-14/+14
* * win32/config.status.in: no longer use missing/alloca.c.usa2001-04-143-2/+8
* * lib/net/imap.rb: fix typo.shugo2001-04-092-1/+5
* * ext/extmk.rb.in (create_makefile): create def file only ifeban2001-04-033-4/+15
* 2001-04-02eban2001-04-021-2/+2
* * lib/monitor.rb (wait): fix timeout support.shugo2001-04-022-10/+16
* * lib/monitor.rb (wait): ensure reentrance.shugo2001-04-022-11/+14
* * lib/net/imap.rb (media_subtype): return subtype.shugo2001-04-022-0/+8
* * lib/net/imap.rb (flag_list): capitalize flags.shugo2001-04-022-21/+53
* * Makefile.in: Introduce MAINLIBS.knu2001-04-013-2/+43
* * win32/win32.c: use ruby's opendir on mingw32.eban2001-04-014-7/+11
* * lib/net/imap.rb: add document and example code.shugo2001-03-302-7/+596
* * lib/net/imap.rb: rename ContinueRequest to ContinuationRequest.shugo2001-03-302-3/+7
* * ext/extmk.rb.in, lib/mkmf.rb: add C++ rules in addition to Cknu2001-03-283-2/+37
* * ext/extmk.rb.in, lib/mkmf.rb: move C++ rules to the right place.knu2001-03-283-6/+22
* * object.c (rb_str2cstr): warn if string contains \0 and lengthmatz2001-03-2813-78/+114
* * win32/Makefile.sub: disable global optimization.eban2001-03-282-1/+5
* * eval.c (rb_mod_define_method): should have clear method cache.matz2001-03-2710-40/+124
* * time.c (rb_strftime): check whether strftime returns empty string.eban2001-03-262-1/+5
* * lib/net/imap.rb: added example.shugo2001-03-261-0/+5
* * lib/net/imap.rb: supports response handlers and multiple commands.shugo2001-03-262-79/+167
* * ext/md5/md5init.c (md5i_new): remove rb_scan_args().eban2001-03-261-1/+0
* * eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz2001-03-2614-485/+568
* * eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz2001-03-261-2/+44
* * ext/Win32API/Win32API.c: remove Init_win32api().eban2001-03-264-11/+7
* * ext/Win32API/extconf.rb: add -fno-omit-frame-pointer.eban2001-03-222-1/+5
* * eval.c (rb_mod_nesting): should not include Object at thematz2001-03-222-1/+6