eban
829ef4b1bc
* io.c (next_argv): inherit binmode from $defout.
...
* configure.in: better DJGPP support. add GNUmakefile.
* djgpp/GNUmakefile: new.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-01-12 09:25:22 +00:00
knu
c4f5f92191
sample/rename.rb does not exist any more.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-12-24 17:37:51 +00:00
matz
76915e433b
* eval.c (backtrace): should ignore line 0 frame.
...
* sprintf.c (rb_f_sprintf): preceding ".." for negative
hexadecimal numbers should not appear if prec (e.g. %.4) is
specified.
* compar.c (cmp_eq,cmp_gt,cmp_ge,cmp_lt,cmp_le): "<=>" might
return nil. check using rb_cmpint().
* error.c (init_syserr): remove sys_nerr dependency.
* regex.c (re_match): avoid dereferencing if size == 0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-12-02 18:19:04 +00:00
knu
359702f04d
* bin/irb: Moved from sample/irb.rb.
...
* instruby.rb: Install script files under bin/ with ruby's program
prefix and suffix.
* instruby.rb: Rewrite installed scripts' shebang lines.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-11-18 17:43:20 +00:00
akira
551de15b61
added uri library (uri-0.9.4)
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-01-16 14:48:28 +00:00
akr
b45ea9c8a0
* time.c (time_utc_offset): new function.
...
* time.c (Init_Time): new method gmtoff, gmt_offset and utc_offset.
* lib/time.rb: new file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-12-30 09:11:15 +00:00
knu
e5835705e9
Update.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-08-16 10:58:53 +00:00
knu
f943351e1f
Rename *.jp to *.ja, since jp is a region code and ja is a language
...
code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-07-19 05:44:26 +00:00
aamine
5a5175ca98
update MANIFEST (add doc/net/http,pop,smtp)
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-07-18 21:36:08 +00:00
knu
2e8d14db86
Add LEGAL.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-07-13 08:48:56 +00:00
knu
dc8446ec2d
* It is confusing to put the GPL license terms in the file COPYING;
...
Rename the files COPYING and COPYING.LIB to GPL and LGPL, respectively.
* While I am here, update the LGPL with the "Lesser" one.
* Move the "copying" sections of the files README and README.jp to
COPYING and COPYING.jp, respectively.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-07-11 19:25:52 +00:00
eban
2f6cc44f06
* MANIFEST: add doc/NEWS.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-06-04 06:21:02 +00:00
knu
bf33da6d18
Remove another couple of non-existent entries:
...
lib/resolv.rb
lib/resolv-replace.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1464 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-05-26 03:40:09 +00:00
usa
847623bb8b
* MANIFEST: add win32/dir.h .
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-05-25 22:01:24 +00:00
matz
67355a8c56
* string.c (rb_str_replace): add taint status infection
...
(OBJ_INFECT()).
* string.c (rb_str_crypt): ditto.
* string.c (rb_str_ljust): ditto.
* string.c (rb_str_rjust): ditto.
* string.c (rb_str_center): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-05-25 15:01:48 +00:00
knu
8a8d0b2cd1
* MANIFEST: Re-adjust the entries to coincide with HEAD.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-05-24 17:10:08 +00:00
knu
e554c4a1e3
* MANIFEST: update the entries I forgot to add or remove.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-05-24 16:38:57 +00:00
matz
8353f303e3
matz
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2000-10-16 09:13:20 +00:00
matz
0ccc0fad33
000831
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2000-08-31 07:27:15 +00:00
eban
bc90f95def
eban
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2000-08-09 00:32:03 +00:00
matz
5222760bc4
matz - nakada win32 patch
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2000-08-03 09:50:41 +00:00
eban
0d8f03a2c2
2000-06-25
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2000-06-24 16:53:31 +00:00
eban
e551412777
2000-06-24
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2000-06-24 14:06:35 +00:00
matz
9da4f78db4
2000-05-12
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2000-05-12 09:07:57 +00:00
matz
fedf48986d
2000-05-01
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2000-05-01 09:42:38 +00:00
matz
7194267b3b
2000-04-10
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2000-04-10 05:48:43 +00:00
matz
31c55301e4
2000-03-13
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2000-03-13 07:18:45 +00:00
matz
bf70582cf3
2000-02-23
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2000-02-23 05:23:12 +00:00
matz
320e99d8dd
2000-02-08
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2000-02-08 08:54:01 +00:00
matz
ebab487fcd
19991125
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1999-11-25 09:03:08 +00:00
matz
29a7a36d06
RUBYOPT
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1999-10-21 07:52:15 +00:00
matz
656cbdf2b7
990918-repack
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1999-09-18 06:46:15 +00:00
matz
12494013d2
990917
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1999-09-16 16:11:25 +00:00
matz
9e3d9a2a00
1.4.1
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1999-09-16 09:40:33 +00:00
matz
a1b57d0add
1.4.1 to be
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1999-08-24 08:21:56 +00:00
matz
8c17338001
*** empty log message ***
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1999-08-13 08:24:06 +00:00
matz
65a5162550
1.4.0
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1999-08-13 05:45:20 +00:00
matz
210367ec88
This commit was generated by cvs2svn to compensate for changes in r372,
...
which included commits to RCS files with non-trunk default branches.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1999-01-20 04:59:39 +00:00
matz
7ea2ceddb8
This commit was generated by cvs2svn to compensate for changes in r11,
...
which included commits to RCS files with non-trunk default branches.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1998-01-16 12:19:22 +00:00
matz
3db12e8b23
Initial revision
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1998-01-16 12:13:05 +00:00