summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-12set svn:eol-stylev1_6_8shyouhei
2002-12-24This commit was manufactured by cvs2svn to create tag 'v1_6_8'.(no author)
2002-12-24021224matz
2002-12-23Merge from 1.7:knu
2002-12-21* lib/mkmf.rb (create_makefile): accept pure ruby libraries.eban
2002-12-20* ext/extmk.rb.in: get rid of --no-undefined option in $DLDFLAGS.eban
2002-12-192002-12-19nobu
2002-12-19* class.c (rb_include_module): argument should be T_MODULE, notmatz
2002-12-16* dir.c (dir_set_pos): Dir#pos= should return the new position.matz
2002-12-16* parse.y (nextc): get rid of overrun. (pointed out by akrnobu
2002-12-162002-12-16nobu
2002-12-16* eval.c (rb_eval): untangled ruby_dyna_vars. [ruby-talk:59035]nobu
2002-12-16* removed URI::Generic#to_ary.akira
2002-12-13* ext/dbm/extconf.rb (db_check): support for GNU dbm 1.8.3.eban
2002-12-132002-12-13nobu
2002-12-13* ext/dbm/extconf.rb: backported from 1.7.eban
2002-12-12* sprintf.c (rb_f_sprintf): 1.7 sprintf() backported.matz
2002-12-122002-12-12nobu
2002-12-12* marshal.c (r_object0): singleton class instance can't be loaded. (ruby-bug...nobu
2002-12-12fixed a bug of URI::extract. URI::extract should return ["mailto:xxx"] instea...akira
2002-12-11* ext/extmk.rb.in (create_makefile): -no-undefined -> --no-undefined.eban
2002-12-11Merge from 1.7:knu
2002-12-09* stable version 1.6.8 release candidate.matz
2002-12-09* numeric.c (num_cmp): define Numeric#<=>, remove Numeric#==.matz
2002-12-06numeric.c (num_cmp): define Numeric#<=>, remove Numeric#==.matz
2002-12-022002-12-02nobu
2002-12-02* eval.c (backtrace): should ignore line 0 frame.matz
2002-12-02* eval.c (backtrace): should ignore line 0 frame.matz
2002-12-012002-12-01nobu
2002-12-01* win32/win32.c (win32_stat): empty path is invalid, and returnnobu
2002-12-01Clarify that this file is not actively maintained.knu
2002-11-27* ext/syslog/syslog.c: Cut redundancy.knu
2002-11-27* ext/digest/test.rb: Switch from RUnit to Test::Unit.knu
2002-11-27* ext/syslog/syslog.c: Fix a problem where Syslog#ident was notknu
2002-11-22* instruby.rb: Install batch files on Windows. [Submitted by usa]knu
2002-11-22change default prompt.keiju
2002-11-21* lib/net/http.rb: should not overwrite Host: header.aamine
2002-11-19URI::extract extracts only URIs of specified schemes when schemes are specified.akira
2002-11-18* instruby.rb: Do not install various working files under bin/.knu
2002-11-18* bin/irb: Moved from sample/irb.rb.knu
2002-11-18This commit was manufactured by cvs2svn to create branch 'ruby_1_6'.(no author)
2002-11-18Improve the comment section.knu
2002-11-17* lib/tempfile.rb: Make this libary thread safe.knu
2002-11-14* ostruct.rb: fix a bug in inspect which called String#+ with Symbol.nahi
2002-11-09* ext/tcltklib/stubs.c: should include "util.h" for ruby_strdup.eban
2002-11-09* eval.c (rb_eval): removed unnecessary toplevel check.matz
2002-11-072002-11-07nobu
2002-11-07* eval.c (blk_orphan): a block created in a different thread isnobu
2002-11-05* stable version 1.6.8 release candidate.matz
2002-11-03* lib/getopts.rb: Do not choke on characters that cannot be usedknu