mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Rename *.jp to *.ja, since jp is a region code and ja is a language
code. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2d84b42b00
commit
eaddc4a94b
18 changed files with 17 additions and 16 deletions
14
MANIFEST
14
MANIFEST
|
@ -1,5 +1,5 @@
|
||||||
COPYING
|
COPYING
|
||||||
COPYING.jp
|
COPYING.ja
|
||||||
ChangeLog
|
ChangeLog
|
||||||
GPL
|
GPL
|
||||||
LEGAL
|
LEGAL
|
||||||
|
@ -7,9 +7,9 @@ LGPL
|
||||||
MANIFEST
|
MANIFEST
|
||||||
Makefile.in
|
Makefile.in
|
||||||
README
|
README
|
||||||
README.jp
|
README.ja
|
||||||
README.EXT
|
README.EXT
|
||||||
README.EXT.jp
|
README.EXT.ja
|
||||||
ToDo
|
ToDo
|
||||||
array.c
|
array.c
|
||||||
bignum.c
|
bignum.c
|
||||||
|
@ -82,15 +82,15 @@ djgpp/mkver.sed
|
||||||
cygwin/GNUmakefile.in
|
cygwin/GNUmakefile.in
|
||||||
doc/NEWS
|
doc/NEWS
|
||||||
doc/forwardable.rd
|
doc/forwardable.rd
|
||||||
doc/forwardable.rd.jp
|
doc/forwardable.rd.ja
|
||||||
doc/irb/irb-tools.rd.jp
|
doc/irb/irb-tools.rd.ja
|
||||||
doc/irb/irb.rd
|
doc/irb/irb.rd
|
||||||
doc/irb/irb.rd.jp
|
doc/irb/irb.rd.ja
|
||||||
doc/net/http.rd.ja
|
doc/net/http.rd.ja
|
||||||
doc/net/pop.rd.ja
|
doc/net/pop.rd.ja
|
||||||
doc/net/smtp.rd.ja
|
doc/net/smtp.rd.ja
|
||||||
doc/shell.rd
|
doc/shell.rd
|
||||||
doc/shell.rd.jp
|
doc/shell.rd.ja
|
||||||
ext/Setup
|
ext/Setup
|
||||||
ext/Setup.dj
|
ext/Setup.dj
|
||||||
ext/Setup.emx
|
ext/Setup.emx
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" README.EXT - -*- Text -*- created at: Mon Aug 7 16:45:54 JST 1995
|
.\" README.EXT.ja - -*- Text -*- created at: Mon Aug 7 16:45:54 JST 1995
|
||||||
|
|
||||||
Rubyの拡張ライブラリの作り方を説明します.
|
Rubyの拡張ライブラリの作り方を説明します.
|
||||||
|
|
|
@ -140,7 +140,7 @@ UNIX
|
||||||
|
|
||||||
* ΗΫΙΫΎς·ο
|
* ΗΫΙΫΎς·ο
|
||||||
|
|
||||||
COPYING.jpファイルを参照してください。
|
COPYING.jaファイルを参照してください。
|
||||||
|
|
||||||
|
|
||||||
* ΓψΌΤ
|
* ΓψΌΤ
|
|
@ -3,7 +3,7 @@ defs.h
|
||||||
digest.c
|
digest.c
|
||||||
digest.h
|
digest.h
|
||||||
digest.txt
|
digest.txt
|
||||||
digest.txt.jp
|
digest.txt.ja
|
||||||
extconf.rb
|
extconf.rb
|
||||||
lib/md5.rb
|
lib/md5.rb
|
||||||
lib/sha1.rb
|
lib/sha1.rb
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" digest.txt.jp - -*- Indented-Text -*- created at: Fri May 25 08:22:19 JST 2001
|
.\" digest.txt.ja - -*- Indented-Text -*- created at: Fri May 25 08:22:19 JST 2001
|
||||||
$RoughId: digest.txt.jp,v 1.8 2001/07/13 15:38:27 knu Exp $
|
$RoughId: digest.txt.jp,v 1.8 2001/07/13 15:38:27 knu Exp $
|
||||||
$Id$
|
$Id$
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
MANIFEST
|
MANIFEST
|
||||||
etc.c
|
etc.c
|
||||||
etc.txt
|
etc.txt
|
||||||
etc.txt.jp
|
etc.txt.ja
|
||||||
depend
|
depend
|
||||||
extconf.rb
|
extconf.rb
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" etc.doc - -*- Indented-Text -*- created at: Fri Jul 14 00:47:15 JST 1995
|
.\" etc.txt - -*- Indented-Text -*- created at: Fri Jul 14 00:47:15 JST 1995
|
||||||
|
|
||||||
** Etc(Module)
|
** Etc(Module)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" etc.doc - -*- Indented-Text -*- created at: Fri Jul 14 00:47:15 JST 1995
|
.\" etc.txt.ja - -*- Indented-Text -*- created at: Fri Jul 14 00:47:15 JST 1995
|
||||||
|
|
||||||
** Etc(モジュール)
|
** Etc(モジュール)
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
MANIFEST
|
MANIFEST
|
||||||
README
|
README
|
||||||
README.expect
|
README.expect
|
||||||
README.expect.jp
|
README.expect.ja
|
||||||
README.jp
|
README.ja
|
||||||
depend
|
depend
|
||||||
expect_sample.rb
|
expect_sample.rb
|
||||||
extconf.rb
|
extconf.rb
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
MANIFEST
|
MANIFEST
|
||||||
README
|
README
|
||||||
|
README.ja
|
||||||
depend
|
depend
|
||||||
extconf.rb
|
extconf.rb
|
||||||
readline.c
|
readline.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue