[前][次][番号順一覧][スレッド一覧]

ruby-changes:13419

From: akr <ko1@a...>
Date: Fri, 2 Oct 2009 21:06:38 +0900 (JST)
Subject: [ruby-changes:13419] Ruby:r25189 (trunk): get rid of unused keywords from svn:keywords.

akr	2009-10-02 21:04:37 +0900 (Fri, 02 Oct 2009)

  New Revision: 25189

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25189

  Log:
    get rid of unused keywords from svn:keywords.

  Modified files:
    trunk/ChangeLog
    trunk/array.c
    trunk/bignum.c
    trunk/bin/irb
    trunk/bin/rdoc
    trunk/class.c
    trunk/compar.c
    trunk/compile.c
    trunk/cont.c
    trunk/debug.c
    trunk/debug.h
    trunk/dir.c
    trunk/dln.c
    trunk/dln.h
    trunk/doc/forwardable.rd
    trunk/doc/forwardable.rd.ja
    trunk/doc/irb/irb-tools.rd.ja
    trunk/doc/irb/irb.rd
    trunk/doc/irb/irb.rd.ja
    trunk/doc/shell.rd
    trunk/doc/shell.rd.ja
    trunk/enc/encdb.c
    trunk/enc/trans/transdb.c
    trunk/encoding.c
    trunk/enum.c
    trunk/enumerator.c
    trunk/error.c
    trunk/eval.c
    trunk/ext/curses/curses.c
    trunk/ext/dbm/dbm.c
    trunk/ext/digest/bubblebabble/bubblebabble.c
    trunk/ext/digest/defs.h
    trunk/ext/digest/digest.c
    trunk/ext/digest/digest.h
    trunk/ext/digest/extconf.rb
    trunk/ext/digest/lib/digest/hmac.rb
    trunk/ext/digest/md5/extconf.rb
    trunk/ext/digest/md5/md5.c
    trunk/ext/digest/md5/md5.h
    trunk/ext/digest/md5/md5init.c
    trunk/ext/digest/md5/md5ossl.c
    trunk/ext/digest/md5/md5ossl.h
    trunk/ext/digest/rmd160/extconf.rb
    trunk/ext/digest/rmd160/rmd160.c
    trunk/ext/digest/rmd160/rmd160.h
    trunk/ext/digest/rmd160/rmd160init.c
    trunk/ext/digest/rmd160/rmd160ossl.c
    trunk/ext/digest/rmd160/rmd160ossl.h
    trunk/ext/digest/sha1/extconf.rb
    trunk/ext/digest/sha1/sha1.c
    trunk/ext/digest/sha1/sha1.h
    trunk/ext/digest/sha1/sha1init.c
    trunk/ext/digest/sha1/sha1ossl.c
    trunk/ext/digest/sha1/sha1ossl.h
    trunk/ext/digest/sha2/extconf.rb
    trunk/ext/digest/sha2/lib/sha2.rb
    trunk/ext/digest/sha2/sha2.c
    trunk/ext/digest/sha2/sha2.h
    trunk/ext/digest/sha2/sha2init.c
    trunk/ext/digest/test.sh
    trunk/ext/dl/cfunc.c
    trunk/ext/dl/cptr.c
    trunk/ext/dl/handle.c
    trunk/ext/etc/etc.c
    trunk/ext/fcntl/fcntl.c
    trunk/ext/gdbm/gdbm.c
    trunk/ext/iconv/iconv.c
    trunk/ext/io/nonblock/nonblock.c
    trunk/ext/io/wait/wait.c
    trunk/ext/nkf/lib/kconv.rb
    trunk/ext/nkf/nkf-utf8/nkf.h
    trunk/ext/nkf/nkf-utf8/utf8tbl.c
    trunk/ext/nkf/nkf-utf8/utf8tbl.h
    trunk/ext/nkf/nkf.c
    trunk/ext/objspace/objspace.c
    trunk/ext/openssl/extconf.rb
    trunk/ext/openssl/lib/openssl/bn.rb
    trunk/ext/openssl/lib/openssl/buffering.rb
    trunk/ext/openssl/lib/openssl/cipher.rb
    trunk/ext/openssl/lib/openssl/digest.rb
    trunk/ext/openssl/lib/openssl/ssl-internal.rb
    trunk/ext/openssl/lib/openssl/x509-internal.rb
    trunk/ext/openssl/lib/openssl.rb
    trunk/ext/openssl/openssl_missing.c
    trunk/ext/openssl/openssl_missing.h
    trunk/ext/openssl/ossl.c
    trunk/ext/openssl/ossl.h
    trunk/ext/openssl/ossl_asn1.c
    trunk/ext/openssl/ossl_asn1.h
    trunk/ext/openssl/ossl_bio.c
    trunk/ext/openssl/ossl_bio.h
    trunk/ext/openssl/ossl_bn.c
    trunk/ext/openssl/ossl_bn.h
    trunk/ext/openssl/ossl_cipher.c
    trunk/ext/openssl/ossl_cipher.h
    trunk/ext/openssl/ossl_config.c
    trunk/ext/openssl/ossl_config.h
    trunk/ext/openssl/ossl_digest.c
    trunk/ext/openssl/ossl_digest.h
    trunk/ext/openssl/ossl_engine.c
    trunk/ext/openssl/ossl_engine.h
    trunk/ext/openssl/ossl_hmac.c
    trunk/ext/openssl/ossl_hmac.h
    trunk/ext/openssl/ossl_ns_spki.c
    trunk/ext/openssl/ossl_ns_spki.h
    trunk/ext/openssl/ossl_ocsp.c
    trunk/ext/openssl/ossl_ocsp.h
    trunk/ext/openssl/ossl_pkcs12.c
    trunk/ext/openssl/ossl_pkcs12.h
    trunk/ext/openssl/ossl_pkcs7.c
    trunk/ext/openssl/ossl_pkcs7.h
    trunk/ext/openssl/ossl_pkey.c
    trunk/ext/openssl/ossl_pkey.h
    trunk/ext/openssl/ossl_pkey_dh.c
    trunk/ext/openssl/ossl_pkey_dsa.c
    trunk/ext/openssl/ossl_pkey_rsa.c
    trunk/ext/openssl/ossl_rand.c
    trunk/ext/openssl/ossl_rand.h
    trunk/ext/openssl/ossl_ssl.c
    trunk/ext/openssl/ossl_ssl.h
    trunk/ext/openssl/ossl_version.h
    trunk/ext/openssl/ossl_x509.c
    trunk/ext/openssl/ossl_x509.h
    trunk/ext/openssl/ossl_x509attr.c
    trunk/ext/openssl/ossl_x509cert.c
    trunk/ext/openssl/ossl_x509crl.c
    trunk/ext/openssl/ossl_x509ext.c
    trunk/ext/openssl/ossl_x509name.c
    trunk/ext/openssl/ossl_x509req.c
    trunk/ext/openssl/ossl_x509revoked.c
    trunk/ext/openssl/ossl_x509store.c
    trunk/ext/openssl/ruby_missing.h
    trunk/ext/racc/cparse/extconf.rb
    trunk/ext/readline/readline.c
    trunk/ext/ripper/lib/ripper/core.rb
    trunk/ext/ripper/lib/ripper/filter.rb
    trunk/ext/ripper/lib/ripper/lexer.rb
    trunk/ext/ripper/lib/ripper/sexp.rb
    trunk/ext/ripper/tools/generate.rb
    trunk/ext/ripper/tools/preproc.rb
    trunk/ext/sdbm/_sdbm.c
    trunk/ext/sdbm/init.c
    trunk/ext/socket/sockport.h
    trunk/ext/stringio/README
    trunk/ext/stringio/stringio.c
    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/extconf.rb
    trunk/ext/syslog/syslog.c
    trunk/ext/syslog/syslog.txt
    trunk/ext/tk/lib/tk/after.rb
    trunk/ext/tk/lib/tk/timer.rb
    trunk/ext/tk/lib/tkclass.rb
    trunk/ext/tk/sample/tkextlib/tile/repeater.tcl
    trunk/ext/tk/sample/tkextlib/tile/themes/keramik/keramik.tcl
    trunk/ext/tk/sample/tkextlib/tile/themes/keramik/pkgIndex.tcl
    trunk/ext/tk/sample/tkextlib/tile/themes/kroc/pkgIndex.tcl
    trunk/ext/tk/sample/tkextlib/tile/themes/plastik/pkgIndex.tcl
    trunk/ext/tk/sample/tkextlib/tile/themes/plastik/plastik.tcl
    trunk/ext/tk/sample/tkextlib/tile/toolbutton.tcl
    trunk/ext/tk/sample/tkextlib/tkHTML/page3/index.html
    trunk/ext/tk/tkutil/tkutil.c
    trunk/ext/win32ole/extconf.rb
    trunk/ext/win32ole/sample/olegen.rb
    trunk/ext/zlib/doc/zlib.rd
    trunk/ext/zlib/extconf.rb
    trunk/ext/zlib/zlib.c
    trunk/file.c
    trunk/gc.c
    trunk/hash.c
    trunk/id.c
    trunk/include/ruby/backward/rubysig.h
    trunk/include/ruby/defines.h
    trunk/include/ruby/intern.h
    trunk/include/ruby/io.h
    trunk/include/ruby/missing.h
    trunk/include/ruby/re.h
    trunk/include/ruby/regex.h
    trunk/include/ruby/ruby.h
    trunk/include/ruby/util.h
    trunk/include/ruby/version.h
    trunk/include/ruby/vm.h
    trunk/inits.c
    trunk/io.c
    trunk/iseq.c
    trunk/iseq.h
    trunk/lib/abbrev.rb
    trunk/lib/benchmark.rb
    trunk/lib/cgi/core.rb
    trunk/lib/erb.rb
    trunk/lib/forwardable.rb
    trunk/lib/ipaddr.rb
    trunk/lib/irb/cmd/chws.rb
    trunk/lib/irb/cmd/fork.rb
    trunk/lib/irb/cmd/help.rb
    trunk/lib/irb/cmd/load.rb
    trunk/lib/irb/cmd/nop.rb
    trunk/lib/irb/cmd/pushws.rb
    trunk/lib/irb/cmd/subirb.rb
    trunk/lib/irb/completion.rb
    trunk/lib/irb/context.rb
    trunk/lib/irb/ext/change-ws.rb
    trunk/lib/irb/ext/history.rb
    trunk/lib/irb/ext/loader.rb
    trunk/lib/irb/ext/math-mode.rb
    trunk/lib/irb/ext/multi-irb.rb
    trunk/lib/irb/ext/save-history.rb
    trunk/lib/irb/ext/tracer.rb
    trunk/lib/irb/ext/use-loader.rb
    trunk/lib/irb/ext/workspaces.rb
    trunk/lib/irb/extend-command.rb
    trunk/lib/irb/frame.rb
    trunk/lib/irb/help.rb
    trunk/lib/irb/init.rb
    trunk/lib/irb/input-method.rb
    trunk/lib/irb/lc/error.rb
    trunk/lib/irb/lc/help-message
    trunk/lib/irb/lc/ja/error.rb
    trunk/lib/irb/lc/ja/help-message
    trunk/lib/irb/locale.rb
    trunk/lib/irb/notifier.rb
    trunk/lib/irb/output-method.rb
    trunk/lib/irb/ruby-lex.rb
    trunk/lib/irb/ruby-token.rb
    trunk/lib/irb/slex.rb
    trunk/lib/irb/version.rb
    trunk/lib/irb/workspace.rb
    trunk/lib/irb/ws-for-case-2.rb
    trunk/lib/irb/xmp.rb
    trunk/lib/irb.rb
    trunk/lib/logger.rb
    trunk/lib/net/http.rb
    trunk/lib/net/https.rb
    trunk/lib/net/pop.rb
    trunk/lib/net/protocol.rb
    trunk/lib/net/smtp.rb
    trunk/lib/net/telnet.rb
    trunk/lib/optparse.rb
    trunk/lib/rexml/rexml.rb
    trunk/lib/scanf.rb
    trunk/lib/set.rb
    trunk/lib/shell/builtin-command.rb
    trunk/lib/shell/command-processor.rb
    trunk/lib/shell/error.rb
    trunk/lib/shell/filter.rb
    trunk/lib/shell/process-controller.rb
    trunk/lib/shell/system-command.rb
    trunk/lib/shell/version.rb
    trunk/lib/sync.rb
    trunk/lib/tempfile.rb
    trunk/lib/tmpdir.rb
    trunk/lib/uri/common.rb
    trunk/lib/uri/ftp.rb
    trunk/lib/uri/generic.rb
    trunk/lib/uri/http.rb
    trunk/lib/uri/https.rb
    trunk/lib/uri/ldap.rb
    trunk/lib/uri/mailto.rb
    trunk/lib/uri.rb
    trunk/lib/webrick/cgi.rb
    trunk/lib/webrick/ssl.rb
    trunk/lib/xmlrpc/base64.rb
    trunk/lib/xmlrpc/client.rb
    trunk/lib/xmlrpc/config.rb
    trunk/lib/xmlrpc/create.rb
    trunk/lib/xmlrpc/datetime.rb
    trunk/lib/xmlrpc/httpserver.rb
    trunk/lib/xmlrpc/marshal.rb
    trunk/lib/xmlrpc/parser.rb
    trunk/lib/xmlrpc/server.rb
    trunk/lib/xmlrpc/utils.rb
    trunk/lib/yaml/tag.rb
    trunk/lib/yaml.rb
    trunk/main.c
    trunk/marshal.c
    trunk/math.c
    trunk/method.h
    trunk/misc/inf-ruby.el
    trunk/misc/ruby-mode.el
    trunk/misc/ruby-style.el
    trunk/missing/acosh.c
    trunk/node.h
    trunk/numeric.c
    trunk/object.c
    trunk/pack.c
    trunk/parse.y
    trunk/proc.c
    trunk/process.c
    trunk/random.c
    trunk/range.c
    trunk/re.c
    trunk/ruby.c
    trunk/safe.c
    trunk/sample/biorhythm.rb
    trunk/sample/ripper/strip-comment.rb
    trunk/signal.c
    trunk/sprintf.c
    trunk/string.c
    trunk/struct.c
    trunk/template/id.h.tmpl
    trunk/test/digest/test_digest.rb
    trunk/test/fileutils/fileasserts.rb
    trunk/test/fileutils/test_dryrun.rb
    trunk/test/fileutils/test_fileutils.rb
    trunk/test/fileutils/test_nowrite.rb
    trunk/test/fileutils/test_verbose.rb
    trunk/test/net/http/test_http.rb
    trunk/test/scanf/test_scanf.rb
    trunk/test/scanf/test_scanfblocks.rb
    trunk/test/scanf/test_scanfio.rb
    trunk/test/test_syslog.rb
    trunk/test/yaml/test_yaml.rb
    trunk/thread.c
    trunk/thread_pthread.c
    trunk/thread_pthread.h
    trunk/thread_win32.c
    trunk/thread_win32.h
    trunk/time.c
    trunk/tool/mdoc2man.rb
    trunk/transcode.c
    trunk/transcode_data.h
    trunk/util.c
    trunk/variable.c
    trunk/version.c
    trunk/vm.c
    trunk/vm_core.h
    trunk/vm_dump.c
    trunk/vm_eval.c
    trunk/vm_exec.c
    trunk/vm_exec.h
    trunk/vm_insnhelper.c
    trunk/vm_insnhelper.h
    trunk/vm_opts.h


Property changes on: array.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: doc/shell.rd.ja
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: doc/forwardable.rd.ja
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: doc/shell.rd
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: doc/forwardable.rd
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: doc/irb/irb.rd
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: doc/irb/irb-tools.rd.ja
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: doc/irb/irb.rd.ja
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: method.h
___________________________________________________________________
Name: svn:keywords
   - Author Id Revision
   + Author


Property changes on: debug.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: encoding.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: thread_win32.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: math.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: debug.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: thread_win32.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: time.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: include/ruby/missing.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: include/ruby/regex.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: include/ruby/defines.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: include/ruby/util.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: include/ruby/intern.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: include/ruby/ruby.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: include/ruby/vm.h
___________________________________________________________________
Name: svn:keywords
   - Author Id Revision
   + Author


Property changes on: include/ruby/version.h
___________________________________________________________________
Name: svn:keywords
   - Author Id Revision
   + Author


Property changes on: include/ruby/re.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: include/ruby/io.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: include/ruby/backward/rubysig.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author Date


Property changes on: ChangeLog
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision


Property changes on: re.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: misc/ruby-mode.el
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: misc/inf-ruby.el
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author Id


Property changes on: misc/ruby-style.el
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author Revision


Property changes on: thread_pthread.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: enumerator.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author Id


Property changes on: thread_pthread.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: enc/encdb.c
___________________________________________________________________
Name: svn:keywords
   - Author Id Revision
   + Author


Property changes on: enc/trans/transdb.c
___________________________________________________________________
Name: svn:keywords
   - Author Id Revision
   + Author


Property changes on: variable.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: vm_core.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: sample/biorhythm.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: sample/ripper/strip-comment.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: iseq.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: enum.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: string.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: object.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: iseq.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: io.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: pack.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: lib/forwardable.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/scanf.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author Id Revision


Property changes on: lib/uri.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/xmlrpc/client.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/xmlrpc/utils.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/xmlrpc/create.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/xmlrpc/base64.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/xmlrpc/config.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/xmlrpc/httpserver.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/xmlrpc/server.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/xmlrpc/marshal.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/xmlrpc/datetime.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/xmlrpc/parser.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/webrick/ssl.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/webrick/cgi.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/rexml/rexml.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/benchmark.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/ipaddr.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/tempfile.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/irb/input-method.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id Revision


Property changes on: lib/irb/output-method.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id Revision


Property changes on: lib/irb/notifier.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/context.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/ws-for-case-2.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/version.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/help.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/frame.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/lc/help-message
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/lc/ja/help-message
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/lc/ja/error.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/lc/error.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/workspace.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/ext/save-history.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id Revision


Property changes on: lib/irb/ext/tracer.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/ext/use-loader.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/ext/history.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id Revision


Property changes on: lib/irb/ext/workspaces.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/ext/multi-irb.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id Revision


Property changes on: lib/irb/ext/loader.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id Revision


Property changes on: lib/irb/ext/math-mode.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/ext/change-ws.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/ruby-token.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/locale.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id Revision


Property changes on: lib/irb/cmd/load.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/cmd/fork.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id Revision


Property changes on: lib/irb/cmd/chws.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/cmd/subirb.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/cmd/help.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/cmd/pushws.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/cmd/nop.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id Revision


Property changes on: lib/irb/init.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/extend-command.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/irb/xmp.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id Revision


Property changes on: lib/irb/ruby-lex.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id Revision


Property changes on: lib/irb/completion.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id Revision


Property changes on: lib/irb/slex.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id Revision


Property changes on: lib/logger.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/uri/http.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/uri/ldap.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/uri/https.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/uri/mailto.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/uri/common.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/uri/ftp.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/uri/generic.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/optparse.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/cgi/core.rb
___________________________________________________________________
Name: svn:keywords
   - Author Id Revision
   + Id


Property changes on: lib/yaml.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/shell/process-controller.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/shell/system-command.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/shell/builtin-command.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/shell/filter.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/shell/version.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/shell/error.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/shell/command-processor.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: lib/erb.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Date


Property changes on: lib/irb.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id Revision


Property changes on: lib/net/pop.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id Revision


Property changes on: lib/net/http.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id Revision


Property changes on: lib/net/protocol.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/net/https.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/net/smtp.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id Revision


Property changes on: lib/net/telnet.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/set.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/tmpdir.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/yaml/tag.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/abbrev.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: lib/sync.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id Revision


Property changes on: compile.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: vm_eval.c
___________________________________________________________________
Name: svn:keywords
   - Author Id Revision
   + Author


Property changes on: range.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: proc.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: thread.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: dir.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: main.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: struct.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: sprintf.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: eval.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: gc.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: id.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: parse.y
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: class.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: dln.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: util.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: process.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ext/digest/digest.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author Id


Property changes on: ext/digest/bubblebabble/bubblebabble.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author Id


Property changes on: ext/digest/digest.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author Id


Property changes on: ext/digest/md5/md5.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/md5/md5ossl.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/md5/extconf.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/md5/md5init.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/md5/md5.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/md5/md5ossl.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/lib/digest/hmac.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/defs.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/extconf.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/test.sh
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/rmd160/rmd160.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/rmd160/rmd160ossl.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/rmd160/extconf.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/rmd160/rmd160.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/rmd160/rmd160ossl.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/rmd160/rmd160init.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/sha1/sha1init.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/sha1/sha1.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/sha1/sha1ossl.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/sha1/extconf.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/sha1/sha1.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/sha1/sha1ossl.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/sha2/sha2init.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/sha2/sha2.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/sha2/lib/sha2.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/sha2/extconf.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/digest/sha2/sha2.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/syslog/syslog.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/syslog/extconf.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/syslog/syslog.txt
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/sdbm/init.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ext/sdbm/_sdbm.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/objspace/objspace.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ext/dl/cfunc.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/dl/cptr.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/dl/handle.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/zlib/zlib.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/zlib/doc/zlib.rd
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/zlib/extconf.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/win32ole/sample/olegen.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: ext/win32ole/extconf.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: ext/curses/curses.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/tk/sample/tkextlib/tkHTML/page3/index.html
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/tk/sample/tkextlib/tile/themes/keramik/keramik.tcl
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/tk/sample/tkextlib/tile/themes/keramik/pkgIndex.tcl
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/tk/sample/tkextlib/tile/themes/plastik/plastik.tcl
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/tk/sample/tkextlib/tile/themes/plastik/pkgIndex.tcl
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/tk/sample/tkextlib/tile/themes/kroc/pkgIndex.tcl
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/tk/sample/tkextlib/tile/repeater.tcl
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/tk/sample/tkextlib/tile/toolbutton.tcl
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/tk/lib/tkclass.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/tk/lib/tk/timer.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/tk/lib/tk/after.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/tk/tkutil/tkutil.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ext/nkf/nkf.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id Revision


Property changes on: ext/nkf/nkf-utf8/nkf.h
___________________________________________________________________
Name: svn:keywords
   - Author Id Revision
   + Id


Property changes on: ext/nkf/nkf-utf8/utf8tbl.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/nkf/nkf-utf8/utf8tbl.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/nkf/lib/kconv.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_pkey_dsa.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_x509attr.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_ssl.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_ocsp.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_engine.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_config.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_ssl.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_hmac.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_ocsp.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_engine.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_config.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_cipher.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_hmac.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_pkey_rsa.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_x509req.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ruby_missing.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_cipher.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_digest.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_x509store.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_digest.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/lib/openssl/bn.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/lib/openssl/digest.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/lib/openssl/x509-internal.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/lib/openssl/buffering.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/lib/openssl/cipher.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/lib/openssl/ssl-internal.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/lib/openssl.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_bn.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_asn1.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_pkcs12.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_bn.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_x509.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_ns_spki.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_x509crl.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_x509name.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_asn1.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_pkcs12.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_pkey.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_bio.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_x509.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_ns_spki.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/openssl_missing.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_pkey.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_bio.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/openssl_missing.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_pkey_dh.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_x509cert.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_rand.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_x509revoked.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_x509ext.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_pkcs7.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/extconf.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_rand.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_version.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/openssl/ossl_pkcs7.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/readline/readline.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author Id


Property changes on: ext/socket/sockport.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ext/stringio/stringio.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ext/stringio/README
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ext/ripper/tools/generate.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/ripper/tools/preproc.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/ripper/lib/ripper/lexer.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/ripper/lib/ripper/sexp.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/ripper/lib/ripper/filter.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/ripper/lib/ripper/core.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/dbm/dbm.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ext/fcntl/fcntl.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ext/io/wait/wait.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ext/io/nonblock/nonblock.c
___________________________________________________________________
Name: svn:keywords
   - Author Id Revision
   + Author


Property changes on: ext/racc/cparse/extconf.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/gdbm/gdbm.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ext/syck/bytecode.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ext/syck/rubyext.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ext/syck/yaml2byte.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ext/syck/emitter.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ext/syck/syck.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ext/syck/implicit.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ext/syck/handler.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ext/syck/syck.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ext/syck/token.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ext/syck/node.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ext/etc/etc.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ext/strscan/strscan.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: ext/iconv/iconv.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: dln.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: hash.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: vm_exec.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: error.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: vm_exec.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: vm_opts.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: numeric.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: cont.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: compar.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: vm.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: version.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: inits.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: vm_dump.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: vm_insnhelper.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: vm_insnhelper.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: safe.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: transcode_data.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: bignum.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: ruby.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: bin/rdoc
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: bin/irb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Revision


Property changes on: marshal.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: tool/mdoc2man.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: test/fileutils/test_fileutils.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: test/fileutils/test_dryrun.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: test/fileutils/fileasserts.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: test/fileutils/test_verbose.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: test/fileutils/test_nowrite.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: test/scanf/test_scanfio.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: test/scanf/test_scanfblocks.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: test/scanf/test_scanf.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: test/digest/test_digest.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: test/test_syslog.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: test/net/http/test_http.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: test/yaml/test_yaml.rb
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: signal.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: file.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: random.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: transcode.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: missing/acosh.c
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


Property changes on: template/id.h.tmpl
___________________________________________________________________
Name: svn:keywords
   - Author Id Revision
   + Author


Property changes on: node.h
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]