Skip to content

Commit

Permalink
racc runtime imported.
Browse files Browse the repository at this point in the history
* lib/racc/parser.rb: new file.
* ext/racc/MANIFEST, cparse.c, depend, extconf.rb: new files.
* lib/README: add racc/parser.rb.
* ext/Setup*: add racc/cparse.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
aamine committed Mar 22, 2002
1 parent d444859 commit 890521d
Show file tree
Hide file tree
Showing 12 changed files with 1,268 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Fri Mar 22 16:27:24 2002 Minero Aoki <aamine@loveruby.net>

* lib/racc/parser.rb: new file.

* ext/racc/MANIFEST, cparse.c, depend, extconf.rb: new files.

* lib/README: add racc/parser.rb.

* ext/Setup*: add racc/cparse.

Fri Mar 22 15:44:38 2002 Minero Aoki <aamine@loveruby.net>

* ext/strscan/MANIFEST, strscan.c, depend, extconf.rb: new files.
Expand Down
1 change: 1 addition & 0 deletions ext/Setup
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#iconv
#nkf
#pty
#racc/cparse
#readline
#sdbm
#socket
Expand Down
1 change: 1 addition & 0 deletions ext/Setup.dj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ gdbm
#iconv
nkf
#pty
racc/cparse
readline
sdbm
#socket
Expand Down
1 change: 1 addition & 0 deletions ext/Setup.emx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ fcntl
#iconv
nkf
#pty
racc/cparse
#readline
#sdbm
socket
Expand Down
1 change: 1 addition & 0 deletions ext/Setup.nt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ fcntl
#iconv
nkf
#pty
racc/cparse
#readline
sdbm
socket
Expand Down
1 change: 1 addition & 0 deletions ext/Setup.x68
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ fcntl
#iconv
nkf
#pty
racc/cparse
#readline
#sdbm
#socket
Expand Down
3 changes: 3 additions & 0 deletions ext/racc/cparse/MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
MANIFEST
cparse.c
extconf.rb
Loading

0 comments on commit 890521d

Please sign in to comment.