mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* MANIFEST: add wince files.
* ext/tk/MANIFEST: add sample/tkmenubutton.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
65e7ebb14f
commit
30235cd14e
3 changed files with 17 additions and 9 deletions
|
@ -1,3 +1,9 @@
|
|||
Mon Jun 23 23:28:14 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* MANIFEST: add wince files.
|
||||
|
||||
* ext/tk/MANIFEST: add sample/tkmenubutton.rb.
|
||||
|
||||
Mon Jun 23 17:40:58 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
|
||||
|
||||
* dir.c (find_dirsep): get rid of warnings.
|
||||
|
|
19
MANIFEST
19
MANIFEST
|
@ -429,28 +429,29 @@ x68/_dtos18.c
|
|||
x68/_round.c
|
||||
x68/fconvert.c
|
||||
x68/select.c
|
||||
wince/Makefile.sub
|
||||
wince/README.wince
|
||||
wince/assert.c
|
||||
wince/assert.h
|
||||
wince/config
|
||||
wince/configure.bat
|
||||
wince/direct.c
|
||||
wince/direct.h
|
||||
wince/dll.mak
|
||||
wince/errno.c
|
||||
wince/errno.h
|
||||
wince/exe.mak
|
||||
wince/fcntl.h
|
||||
wince/io.c
|
||||
wince/io.h
|
||||
wince/mswince-ruby17.def
|
||||
wince/process.c
|
||||
wince/io_wce.c
|
||||
wince/mkexports.rb
|
||||
wince/process.h
|
||||
wince/signal.c
|
||||
wince/process_wce.c
|
||||
wince/resource.rb
|
||||
wince/setup.mak
|
||||
wince/signal.h
|
||||
wince/signal_wce.c
|
||||
wince/stddef.h
|
||||
wince/stdio.c
|
||||
wince/stdlib.c
|
||||
wince/string.c
|
||||
wince/string_wce.c
|
||||
wince/sys/stat.c
|
||||
wince/sys/stat.h
|
||||
wince/sys/timeb.c
|
||||
|
@ -458,8 +459,8 @@ wince/sys/timeb.h
|
|||
wince/sys/types.h
|
||||
wince/sys/utime.c
|
||||
wince/sys/utime.h
|
||||
wince/time.c
|
||||
wince/time.h
|
||||
wince/time_wce.c
|
||||
wince/varargs.h
|
||||
wince/wince.c
|
||||
wince/wince.h
|
||||
|
|
|
@ -26,5 +26,6 @@ sample/tkdialog.rb
|
|||
sample/tkfrom.rb
|
||||
sample/tkhello.rb
|
||||
sample/tkline.rb
|
||||
sample/tkmenubutton.rb
|
||||
sample/tktimer.rb
|
||||
sample/tktimer2.rb
|
||||
|
|
Loading…
Reference in a new issue