summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-0/+270
* Merge from irb-tools 0.7.1.knu2001-04-301-0/+5
* * sample/irb.rb, lib/irb.rb, lib/irb/*, doc/irb/*: Merge from irbknu2001-04-301-0/+9
* * configure.in: don't use tzname on cygwin 1.3.1+.eban2001-04-261-0/+7
* * ext/extmk.rb.in, lib/mkmf.rb: (dir_config) do not add theknu2001-04-241-0/+8
* * configure.in: add -mieee to CFLAGS on Linux/Alphaeban2001-04-221-0/+7
* Wed Apr 18 04:37:51 2001 Wakou Aoyama <wakou@fsinet.or.jp>wakou2001-04-171-5/+9
* * win32/config.status.in: no longer use missing/alloca.c.usa2001-04-141-0/+6
* * lib/net/imap.rb: fix typo.shugo2001-04-091-0/+4
* * ext/extmk.rb.in (create_makefile): create def file only ifeban2001-04-031-0/+7
* * lib/monitor.rb (wait): fix timeout support.shugo2001-04-021-1/+3
* * lib/monitor.rb (wait): ensure reentrance.shugo2001-04-021-0/+4
* * lib/net/imap.rb (media_subtype): return subtype.shugo2001-04-021-0/+4
* * lib/net/imap.rb (flag_list): capitalize flags.shugo2001-04-021-0/+4
* * Makefile.in: Introduce MAINLIBS.knu2001-04-011-0/+12
* * win32/win32.c: use ruby's opendir on mingw32.eban2001-04-011-0/+6
* * lib/net/imap.rb: add document and example code.shugo2001-03-301-0/+4
* * lib/net/imap.rb: rename ContinueRequest to ContinuationRequest.shugo2001-03-301-0/+4
* * ext/extmk.rb.in, lib/mkmf.rb: add C++ rules in addition to Cknu2001-03-281-0/+5
* * ext/extmk.rb.in, lib/mkmf.rb: move C++ rules to the right place.knu2001-03-281-0/+4
* * object.c (rb_str2cstr): warn if string contains \0 and lengthmatz2001-03-281-0/+18
* * win32/Makefile.sub: disable global optimization.eban2001-03-281-0/+4
* * eval.c (rb_mod_define_method): should have clear method cache.matz2001-03-271-0/+11
* * time.c (rb_strftime): check whether strftime returns empty string.eban2001-03-261-0/+4
* * lib/net/imap.rb: supports response handlers and multiple commands.shugo2001-03-261-0/+4
* * 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-261-0/+4
* * ext/Win32API/extconf.rb: add -fno-omit-frame-pointer.eban2001-03-221-0/+4
* * eval.c (rb_mod_nesting): should not include Object at thematz2001-03-221-0/+5
* * ruby.h: better inline function support.matz2001-03-221-0/+14
* * win32/win32.c (win32_stat): WinNT/2k "//host/share" support.eban2001-03-211-0/+4
* * gc.c (id2ref): sometimes confused symbol and reference.matz2001-03-211-0/+38
* * win32/dir.h: replace missing/dir.h .usa2001-03-201-1/+9
* * win32/win32.c (win32_stat): UNC support.eban2001-03-201-0/+6
* * dir.c (glob_helper): replace lstat() by stat() to follow symlinkmatz2001-03-191-0/+12
* Sun Mar 18 08:58:18 2001 Wakou Aoyama <wakou@fsinet.or.jp>wakou2001-03-181-0/+15
* * dir.c (dir_s_chdir): block form of Dir.chdir. (RCR#U016).matz2001-03-161-0/+4
* * configure.in: Set SOLIBS properly for all ELF andknu2001-03-161-0/+6
* * eval.c (rb_thread_schedule): raise FATAL just once tomatz2001-03-141-0/+5
* * eval.c (rb_yield_0): 0 (= Qfalse) is a valid value, so thatmatz2001-03-141-0/+7
* * eval.c (ev_const_defined): add new parameter self for specialmatz2001-03-131-0/+7
* * dir.c (rb_glob_helper): fix drive letter handling on DOSISH.eban2001-03-131-0/+4
* garvage is included.aamine2001-03-131-1/+0
* aamineaamine2001-03-131-0/+8
* * io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz2001-03-131-0/+52
* * lib/mkmf.rb (create_makefile): save/restore $libs and $LIBPATH.eban2001-03-121-0/+4
* * lib/mkmf.rb (install_rb): fix handling of destination path.eban2001-03-101-0/+4
* * math.c (math_log, math_log10): use nan() instead of 0.0/0.0 on Cygwin.eban2001-03-091-0/+4
* aamineaamine2001-03-081-0/+4
* * math.c (math_log, math_log10): should return NaN if x < 0.0eban2001-03-071-0/+5