Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
knu committed Sep 27, 2002
1 parent 5c57a96 commit 07188bb
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 10 deletions.
44 changes: 34 additions & 10 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,17 @@ util.c
variable.c
version.c
version.h
bcc32/Makefile.sub
bcc32/README.bcc32
bcc32/configure.bat
bcc32/mkexports.rb
bcc32/setup.mak
cygwin/GNUmakefile.in
djgpp/README.djgpp
djgpp/config.hin
djgpp/config.sed
djgpp/configure.bat
djgpp/mkver.sed
cygwin/GNUmakefile.in
doc/NEWS
doc/forwardable.rd
doc/forwardable.rd.ja
Expand All @@ -105,9 +110,9 @@ lib/Env.rb
lib/README
lib/base64.rb
lib/benchmark.rb
lib/cgi-lib.rb
lib/cgi.rb
lib/cgi/session.rb
lib/cgi-lib.rb
lib/complex.rb
lib/date.rb
lib/date/format.rb
Expand All @@ -117,18 +122,32 @@ lib/delegate.rb
lib/e2mmap.rb
lib/eregex.rb
lib/fileutils.rb
lib/find.rb
lib/final.rb
lib/finalize.rb
lib/find.rb
lib/forwardable.rb
lib/ftplib.rb
lib/ftools.rb
lib/getopts.rb
lib/ftplib.rb
lib/getoptlong.rb
lib/getopts.rb
lib/importenv.rb
lib/irb.rb
lib/irb/cmd/chws.rb
lib/irb/cmd/fork.rb
lib/irb/cmd/load.rb
lib/irb/cmd/nop.rb
lib/irb/cmd/pushws.rb
lib/irb/cmd/subirb.rb
lib/irb/completion.rb
lib/irb/context.rb
lib/irb/ext/change-ws.rb
lib/irb/ext/history.rb
lib/irb/ext/loader.rb
lib/irb/ext/math-mode.rb
lib/irb/ext/multi-irb.rb
lib/irb/ext/tracer.rb
lib/irb/ext/use-loader.rb
lib/irb/ext/workspaces.rb
lib/irb/extend-command.rb
lib/irb/frame.rb
lib/irb/help.rb
Expand Down Expand Up @@ -179,6 +198,9 @@ lib/pstore.rb
lib/racc/parser.rb
lib/rational.rb
lib/readbytes.rb
lib/resolv-replace.rb
lib/resolv.rb
lib/set.rb
lib/shell.rb
lib/shell/builtin-command.rb
lib/shell/command-processor.rb
Expand Down Expand Up @@ -217,8 +239,8 @@ missing/alloca.c
missing/crypt.c
missing/dup2.c
missing/file.h
missing/finite.c
missing/fileblocks.c
missing/finite.c
missing/flock.c
missing/hypot.c
missing/isinf.c
Expand All @@ -228,10 +250,10 @@ missing/memmove.c
missing/mkdir.c
missing/os2.c
missing/strcasecmp.c
missing/strncasecmp.c
missing/strchr.c
missing/strerror.c
missing/strftime.c
missing/strncasecmp.c
missing/strstr.c
missing/strtod.c
missing/strtol.c
Expand Down Expand Up @@ -276,18 +298,20 @@ sample/occur.rb
sample/occur2.rb
sample/philos.rb
sample/pi.rb
sample/rename.rb
sample/rcs.awk
sample/rcs.dat
sample/rcs.rb
sample/regx.rb
sample/rename.rb
sample/sieve.rb
sample/svr.rb
sample/test.rb
sample/time.rb
sample/trojan.rb
sample/tsvr.rb
sample/uumerge.rb
vms/config.h_in
vms/vms.h
win32/Makefile.sub
win32/README.win32
win32/config.h.in
Expand All @@ -300,7 +324,7 @@ win32/setup.mak
win32/win32.c
win32/win32.h
win32/winmain.c
x68/fconvert.c
x68/select.c
x68/_dtos18.c
x68/_round.c
x68/fconvert.c
x68/select.c
1 change: 1 addition & 0 deletions ext/dbm/MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ MANIFEST
dbm.c
depend
extconf.rb
testdbm.rb
1 change: 1 addition & 0 deletions ext/sdbm/MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ depend
extconf.rb
init.c
sdbm.h
testsdbm.rb
1 change: 1 addition & 0 deletions ext/tk/MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ MANIFEST
extconf.rb
depend
tkutil.c
lib/README
lib/tk.rb
lib/tkafter.rb
lib/tkbgerror.rb
Expand Down

0 comments on commit 07188bb

Please sign in to comment.