-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
kosako
committed
Feb 17, 2005
1 parent
02b8414
commit 1034d14
Showing
7 changed files
with
124 additions
and
359 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
Thu Feb 17 22:15:34 2005 K.Kosako <[email protected]> | ||
|
||
* ext/strscan/strscan.c: calls Oniguruma API directly. | ||
|
||
Thu Feb 17 21:53:12 2005 K.Kosako <[email protected]> | ||
|
||
* common.mk, LEGAL: remove reggnu.c. | ||
|
||
Thu Feb 17 21:53:12 2005 Kazuo Saito <[email protected]> | ||
|
||
* gc.c, re.c: now ruby calls Oniguruma API directly, bypassing | ||
GNU compatible APIs. | ||
|
||
Thu Feb 17 20:09:23 2005 Hirokazu Yamamoto <[email protected]> | ||
|
||
* lib/drb/drb.rb (DRbServer.default_safe_level): fix typo. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,19 +12,18 @@ regenc.[ch]: | |
regerror.c: | ||
regex.c: | ||
regexec.c: | ||
reggnu.c: | ||
regint.h: | ||
regparse.[ch]: | ||
ascii.c: | ||
euc_jp.c: | ||
sjis.c: | ||
utf8.c: | ||
|
||
Oniguruma ---- (C) K.Kosako <[email protected].jp> | ||
Oniguruma ---- (C) K.Kosako <sndgk393 AT ybb DOT ne DOT jp> | ||
|
||
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/oniguruma/ | ||
http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/oniguruma/ | ||
http://www.geocities.jp/kosako1/oniguruma/ | ||
http://www.geocities.jp/kosako3/oniguruma/ | ||
|
||
When this software is partly used or it is distributed with Ruby, | ||
this of Ruby follows the license of Ruby. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.