summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-05-152001-05-15eban
2001-05-15* array.c (rb_ary_and): should not push frozen key string.matz
2001-05-13* win32/resource.rb: Modify copyright in resource script.usa
2001-05-11Put some missed entries to the ChangeLog.knu
2001-05-11* process.c: silence VC++ warnings.knu
2001-05-11* bignum.c (bigdivrem): access boundary bug.matz
2001-05-10* Document find_library(), with_config() and dir_config().knu
2001-05-10* Remove the description of find_header() because such a function doesknu
2001-05-10Fix CVS access and mailing lists info.knu
2001-05-08* eval.c (is_defined): core dumped during instance_eval formatz
2001-05-07Hit `=begin' and `=end' in proper places so rd2 can format themknu
2001-05-07Bring forwardable 1.1 onto the ruby_1_6 branch.knu
2001-05-07This commit was manufactured by cvs2svn to create branch 'ruby_1_6'.(no author)
2001-05-07Convert from JIS to EUC.knu
2001-05-07Obsoleted by IRB.knu
2001-05-07* parse.y (arg): "||=" should not warn for uninitialized instancematz
2001-05-07* eval.c (eval): preserve and restore ruby_cref as well.matz
2001-05-07reverteban
2001-05-07* lib/ftools.rb (syscopy): chmod destination file only ifeban
2001-05-07checkin leftoversmatz
2001-05-03Get rid of Japanese comments and fix English comments as appropriate.knu
2001-05-02* configure.in: get --enable-shared to work on MacOS X.knu
2001-05-02* dir.c (rb_glob, rb_iglob): remove unnecessary FNM_PATHNAME.eban
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2001-05-01* parse.y (yylex): lex_state after RESCUE_MOD should be EXPR_BEG.matz
2001-05-01* eval.c (rb_eval): should preserve value of ruby_errinfo.matz
2001-04-30These files are also obsoleted.knu
2001-04-30* sample/irb.rb, lib/irb.rb, lib/irb/*, doc/irb/*: Merge from irbknu
2001-04-30This commit was manufactured by cvs2svn to create branch 'ruby_1_6'.(no author)
2001-04-26* configure.in: don't use tzname on cygwin 1.3.1+.eban
2001-04-24* ext/extmk.rb.in: add target `distclean' in Makefile for extlib.knu
2001-04-24* ext/extmk.rb.in, lib/mkmf.rb: (dir_config) do not add theknu
2001-04-24* ruby.c (set_arg0): wrong predicate when new $0 value is biggermatz
2001-04-22* configure.in: add -mieee to CFLAGS on Linux/Alphaeban
2001-04-192001-04-19eban
2001-04-19m68m frame_pointer patchmatz
2001-04-17Wed Apr 18 04:37:51 2001 Wakou Aoyama <wakou@fsinet.or.jp>wakou
2001-04-17010418matz
2001-04-17preview2matz
2001-04-172001-04-17eban
2001-04-17 * eval.c (safe_getter): should use INT2NUM().matz
2001-04-162001-04-16eban
2001-04-16eval.c: malformed patch applied.matz
2001-04-16* regex.c (calculate_must_string): wrong length calculation.matz
2001-04-14* win32/config.status.in: no longer use missing/alloca.c.usa
2001-04-11* class.c (rb_singleton_class_attached): should modify iv_tbl bymatz
2001-04-10* io.c (opt_i_set): should strdup() inplace_edit string.matz
2001-04-09* file.c (rb_file_lstat): stat_new_0 -> stat_newmatz
2001-04-09* file.c (rb_file_s_lstat): stat_new_0 -> stat_neweban
2001-04-09* file.c (Init_File): should redifine "new" class method.matz