[前][次][番号順一覧][スレッド一覧][生データ]

ruby-cvs:19737

From: nobu ruby-lang.org
Date: Sun, 10 Jun 2007 12:06:23 +0900 (JST)
Subject: [ruby-cvs:19737] Ruby:r12501 (trunk): * include/ruby: moved public headers.

nobu	2007-06-10 12:06:15 +0900 (Sun, 10 Jun 2007)

  New Revision: 12501

  Added directories:
    trunk/include/
    trunk/include/ruby/
  Added files:
    trunk/include/ruby/defines.h
    trunk/include/ruby/intern.h
    trunk/include/ruby/io.h
    trunk/include/ruby/missing.h
    trunk/include/ruby/node.h
    trunk/include/ruby/oniguruma.h
    trunk/include/ruby/re.h
    trunk/include/ruby/regex.h
    trunk/include/ruby/ruby.h
    trunk/include/ruby/signal.h
    trunk/include/ruby/st.h
    trunk/include/ruby/util.h
    trunk/include/ruby/win32.h
    trunk/include/ruby.h
    trunk/include/rubyio.h
    trunk/include/rubysig.h
  Removed files:
    trunk/defines.h
    trunk/intern.h
    trunk/missing.h
    trunk/node.h
    trunk/oniguruma.h
    trunk/re.h
    trunk/regex.h
    trunk/ruby.h
    trunk/rubyio.h
    trunk/rubysig.h
    trunk/st.h
    trunk/util.h
    trunk/win32/win32.h
  Modified files:
    trunk/ChangeLog
    trunk/Makefile.in
    trunk/array.c
    trunk/bignum.c
    trunk/blockinlining.c
    trunk/class.c
    trunk/common.mk
    trunk/compar.c
    trunk/compile.c
    trunk/configure.in
    trunk/cont.c
    trunk/cygwin/GNUmakefile.in
    trunk/debug.c
    trunk/debug.h
    trunk/dir.c
    trunk/dln.c
    trunk/enum.c
    trunk/enumerator.c
    trunk/error.c
    trunk/eval_intern.h
    trunk/ext/bigdecimal/bigdecimal.c
    trunk/ext/digest/extconf.rb
    trunk/ext/dl/cptr.c
    trunk/ext/dl/dl.c
    trunk/ext/dl/extconf.rb
    trunk/ext/extmk.rb
    trunk/ext/iconv/iconv.c
    trunk/ext/json/ext/generator/generator.c
    trunk/ext/json/ext/parser/parser.c
    trunk/ext/json/ext/parser/parser.rl
    trunk/ext/openssl/extconf.rb
    trunk/ext/probeprofiler/extconf.rb
    trunk/ext/probeprofiler/probeprofiler.c
    trunk/ext/pty/pty.c
    trunk/ext/racc/cparse/cparse.c
    trunk/ext/racc/cparse/extconf.rb
    trunk/ext/readline/readline.c
    trunk/ext/ripper/depend
    trunk/ext/ripper/extconf.rb
    trunk/ext/sdbm/_sdbm.c
    trunk/ext/socket/depend
    trunk/ext/socket/getaddrinfo.c
    trunk/ext/socket/getnameinfo.c
    trunk/ext/socket/socket.c
    trunk/ext/stringio/depend
    trunk/ext/strscan/depend
    trunk/ext/strscan/strscan.c
    trunk/ext/syck/bytecode.c
    trunk/ext/syck/emitter.c
    trunk/ext/syck/handler.c
    trunk/ext/syck/implicit.c
    trunk/ext/syck/node.c
    trunk/ext/syck/rubyext.c
    trunk/ext/syck/syck.c
    trunk/ext/syck/syck.h
    trunk/ext/syck/token.c
    trunk/ext/syck/yaml2byte.c
    trunk/ext/syslog/syslog.c
    trunk/ext/tk/extconf.rb
    trunk/ext/tk/stubs.c
    trunk/ext/tk/tcltklib.c
    trunk/ext/tk/tkutil/extconf.rb
    trunk/ext/tk/tkutil/tkutil.c
    trunk/ext/win32ole/win32ole.c
    trunk/file.c
    trunk/gc.c
    trunk/hash.c
    trunk/inits.c
    trunk/instruby.rb
    trunk/io.c
    trunk/iseq.c
    trunk/lib/mkmf.rb
    trunk/main.c
    trunk/marshal.c
    trunk/math.c
    trunk/missing/flock.c
    trunk/missing/strftime.c
    trunk/numeric.c
    trunk/object.c
    trunk/pack.c
    trunk/parse.y
    trunk/prec.c
    trunk/process.c
    trunk/random.c
    trunk/range.c
    trunk/re.c
    trunk/regenc.h
    trunk/regint.h
    trunk/regparse.c
    trunk/ruby.c
    trunk/signal.c
    trunk/sprintf.c
    trunk/st.c
    trunk/string.c
    trunk/struct.c
    trunk/time.c
    trunk/unicode.c
    trunk/util.c
    trunk/variable.c
    trunk/version.c
    trunk/version.h
    trunk/vm.c
    trunk/vm_dump.c
    trunk/win32/Makefile.sub
    trunk/win32/mkexports.rb
    trunk/win32/win32.c
    trunk/yarvcore.c
    trunk/yarvcore.h

  Log:
    * include/ruby: moved public headers.

  Added: trunk/include/

  Added: trunk/include/ruby/

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/syck/bytecode.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/enum.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/class.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/probeprofiler/extconf.rb?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/tk/stubs.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/rubyio.h?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/rubyio.h?revision=12501&view=markup
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/win32/mkexports.rb?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/util.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/sprintf.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/missing.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/regex.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/strscan/depend?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/json/ext/parser/parser.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/syck/token.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/missing.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/regenc.h?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/node.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/random.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/io.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/time.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/stringio/depend?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby.h?revision=12501&view=markup
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/main.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/util.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/syck/yaml2byte.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/syck/implicit.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/extmk.rb?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/iseq.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/configure.in?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/regparse.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/intern.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/missing/flock.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/object.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/defines.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/eval_intern.h?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/digest/extconf.rb?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/openssl/extconf.rb?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/syck/syck.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/oniguruma.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/process.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/node.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/dl/extconf.rb?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/error.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/syck/rubyext.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/socket/getaddrinfo.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/inits.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/json/ext/generator/generator.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/range.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bignum.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/common.mk?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/prec.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/socket/socket.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/bigdecimal/bigdecimal.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/signal.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/dln.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/syck/syck.h?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/debug.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/win32/win32.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/re.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/defines.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/array.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/win32ole/win32ole.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/racc/cparse/cparse.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/syck/node.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/regint.h?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/unicode.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/rubysig.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/gc.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/tk/tkutil/tkutil.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/re.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/marshal.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/signal.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/socket/getnameinfo.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/Makefile.in?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/pty/pty.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/cygwin/GNUmakefile.in?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/yarvcore.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/readline/readline.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/compile.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/io.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/oniguruma.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/debug.h?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ruby.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/win32/win32.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/string.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/re.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/dir.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/st.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/win32.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/enumerator.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/file.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/ripper/depend?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/compar.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/dl/dl.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/version.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/tk/tkutil/extconf.rb?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/yarvcore.h?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ruby.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/st.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/mkmf.rb?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/numeric.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/intern.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/tk/extconf.rb?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/math.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/missing/strftime.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/racc/cparse/extconf.rb?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/json/ext/parser/parser.rl?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/strscan/strscan.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/st.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/ruby.h?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/rubyio.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/syck/emitter.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/version.h?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/struct.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/instruby.rb?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/dl/cptr.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/regex.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/ruby.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/parse.y?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/variable.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/rubysig.h?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/rubysig.h?revision=12501&view=markup
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/cont.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/blockinlining.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/pack.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/syck/handler.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/iconv/iconv.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/sdbm/_sdbm.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/util.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm_dump.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/win32/Makefile.sub?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/hash.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/ripper/extconf.rb?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/syslog/syslog.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/probeprofiler/probeprofiler.c?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/socket/depend?r1=12501&r2=12500
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/tk/tcltklib.c?r1=12501&r2=12500


[前][次][番号順一覧][スレッド一覧][生データ]