Skip to content

Commit 65a5162

Browse files
author
matz
committed
1.4.0
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent fcd020c commit 65a5162

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+21670
-18083
lines changed

ChangeLog

Lines changed: 1839 additions & 5 deletions
Large diffs are not rendered by default.

MANIFEST

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
COPYING
2+
COPYING.LIB
23
ChangeLog
34
MANIFEST
45
Makefile.in
@@ -28,10 +29,7 @@ env.h
2829
error.c
2930
eval.c
3031
file.c
31-
fnmatch.c
32-
fnmatch.h
3332
gc.c
34-
glob.c
3533
hash.c
3634
inits.c
3735
install-sh
@@ -50,6 +48,7 @@ object.c
5048
pack.c
5149
parse.c
5250
parse.y
51+
prec.c
5352
process.c
5453
random.c
5554
range.c
@@ -77,14 +76,16 @@ variable.c
7776
version.c
7877
version.h
7978
beos/ruby.def.in
79+
cygwin/GNUmakefile.in
8080
ext/Setup
8181
ext/Setup.dj
82+
ext/Setup.emx
8283
ext/Setup.nt
8384
ext/Setup.x68
84-
ext/aix_ld.rb
85-
ext/cygwin32_ld.rb
85+
ext/aix_mksym.rb
86+
ext/mswin32_extmk.rb
8687
ext/extmk.rb.in
87-
ext/extmk.rb.nt
88+
lib/CGI.rb
8889
lib/English.rb
8990
lib/Env.rb
9091
lib/README
@@ -142,16 +143,24 @@ missing/crypt.c
142143
missing/dir.h
143144
missing/dup2.c
144145
missing/file.h
146+
missing/finite.c
145147
missing/flock.c
148+
missing/fnmatch.c
149+
missing/fnmatch.h
150+
missing/isinf.c
151+
missing/isnan.c
146152
missing/memcmp.c
147153
missing/memmove.c
148154
missing/mkdir.c
155+
missing/os2.c
149156
missing/strcasecmp.c
157+
missing/strncasecmp.c
150158
missing/strchr.c
151159
missing/strdup.c
152160
missing/strerror.c
153161
missing/strftime.c
154162
missing/strstr.c
163+
missing/strtod.c
155164
missing/strtol.c
156165
missing/strtoul.c
157166
missing/vsnprintf.c
@@ -163,6 +172,8 @@ sample/cbreak.rb
163172
sample/clnt.rb
164173
sample/dbmtest.rb
165174
sample/dir.rb
175+
sample/dualstack-fetch.rb
176+
sample/dualstack-httpd.rb
166177
sample/eval.rb
167178
sample/export.rb
168179
sample/exyacc.rb
@@ -196,6 +207,7 @@ sample/rbc.rb
196207
sample/rcs.awk
197208
sample/rcs.dat
198209
sample/rcs.rb
210+
sample/rd2html.rb
199211
sample/regx.rb
200212
sample/sieve.rb
201213
sample/svr.rb
@@ -206,6 +218,7 @@ sample/tsvr.rb
206218
sample/uumerge.rb
207219
win32/Makefile
208220
win32/config.h
221+
win32/config.status
209222
win32/ntsetup.bat
210223
win32/ruby.def
211224
win32/sdbm.c

0 commit comments

Comments
 (0)