summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-05 09:01:07 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-05 09:01:07 +0000
commit656d6d28704943d2960b20761b6d05386086e8a2 (patch)
treec99fec4f83ee9eb51430be6aaec27682c7dc6367 /win32
parent7f3aa8b9ea9aaf38f4167e95ba86dd5d3766554e (diff)
2000-06-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/config.h2
-rw-r--r--win32/config.status6
-rw-r--r--win32/ruby.def36
3 files changed, 36 insertions, 8 deletions
diff --git a/win32/config.h b/win32/config.h
index 5c8d3dd8c0..2956624184 100644
--- a/win32/config.h
+++ b/win32/config.h
@@ -5,7 +5,7 @@
/* #define HAVE_UNISTD_H 1 */
#define HAVE_STDLIB_H 1
#define HAVE_LIMITS_H 1
-#define HAVE_SYS_FILE_H 1
+/* #define HAVE_SYS_FILE_H 1 */
#define HAVE_FCNTL_H 1
/* #define HAVE_PWD_H 1 */
/* #define HAVE_SYS_TIME_H 1 */
diff --git a/win32/config.status b/win32/config.status
index 150e2f3b85..5e98e32c95 100644
--- a/win32/config.status
+++ b/win32/config.status
@@ -5,8 +5,8 @@ s%@CPPFLAGS@%%g
s%@CXXFLAGS@%%g
s%@FFLAGS@%%g
s%@DEFS@%
- -DUSE_THREAD -DSIZEOF_INT=4 -DSIZEOF_SHORT=2 -DSIZEOF_LONG=4 -DSIZEOF_VOIDP=4 -DSIZEOF_FLOAT=4 -DSIZEOF_DOUBLE=8 -DHAVE_PROTOTYPES=1 -DHAVE_STDARG_PROTOTYPES=1 -DHAVE_STDLIB_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_ST_RDEV=1 -DGETGROUPS_T=int -DRETSIGTYPE=void -DHAVE_ALLOCA=1 -DHAVE_FMOD=1 -DHAVE_WAITPID=1 -DHAVE_GETCWD=1 -DHAVE_CHSIZE=1 -DHAVE_GETGROUPS=1 -DHAVE_GETLOGIN=1 -DRSHIFT=\(x,y\)\ \(\(x\)\>\>y\) -DFILE_COUNT=_cnt -DDLEXT=\".dll\" -DRUBY_PLATFORM=\"i386-mswin32\" %g
-s%@LDFLAGS@%%g
+ -DUSE_THREAD -DSIZEOF_INT=4 -DSIZEOF_SHORT=2 -DSIZEOF_LONG=4 -DSIZEOF_VOIDP=4 -DSIZEOF_FLOAT=4 -DSIZEOF_DOUBLE=8 -DHAVE_PROTOTYPES=1 -DHAVE_STDARG_PROTOTYPES=1 -DHAVE_STDLIB_H=1 -DHAVE_LIMITS_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_ST_RDEV=1 -DGETGROUPS_T=int -DRETSIGTYPE=void -DHAVE_ALLOCA=1 -DHAVE_FMOD=1 -DHAVE_WAITPID=1 -DHAVE_GETCWD=1 -DHAVE_CHSIZE=1 -DHAVE_GETGROUPS=1 -DHAVE_GETLOGIN=1 -DRSHIFT=\(x,y\)\ \(\(x\)\>\>y\) -DFILE_COUNT=_cnt -DDLEXT=\".dll\" -DRUBY_PLATFORM=\"i386-mswin32\" %g
+s%@LDFLAGS@%-nologo -Ox%g
s%@LIBS@%user32.lib advapi32.lib wsock32.lib%g
s%@exec_prefix@%${prefix}%g
s%@prefix@%/usr/local%g
@@ -56,7 +56,7 @@ s%@LIBRUBY_A@%lib$(RUBY_INSTALL_NAME).lib%g
s%@LIBRUBY_SO@%%g
s%@LIBRUBY_ALIASES@%%g
s%@LIBRUBY@%libruby.lib%g
-s%@LIBRUBYARG@%libruby.lib%g
+s%@LIBRUBYARG@%$(topdir)/rubymw.lib%g
s%@SOLIBS@%%g
s%@arch@%i386-mswin32%g
s%@sitedir@%${prefix}/lib/ruby/site_ruby%g
diff --git a/win32/ruby.def b/win32/ruby.def
index 8ed6e2a8b6..ae4b9d6889 100644
--- a/win32/ruby.def
+++ b/win32/ruby.def
@@ -34,6 +34,7 @@ EXPORTS
ruby_nerrs
;eval.c
rb_cProc
+ ruby_errinfo
ruby_frame
rb_cThread
rb_thread_tick
@@ -49,6 +50,15 @@ EXPORTS
rb_cIO
rb_eEOFError
rb_eIOError
+ rb_stdin
+ rb_stdout
+ rb_stderr
+ rb_defout
+ rb_fs
+ rb_output_fs
+ rb_rs
+ rb_output_rs
+ rb_default_rs
;math.c
rb_mMath
;numeric.c
@@ -66,6 +76,9 @@ EXPORTS
rb_cNilClass
rb_cTrueClass
rb_cFalseClass
+;parse.c
+ ruby_sourcefile
+ ruby_sourceline
;prec.c
rb_mPrecision
;process.c
@@ -73,6 +86,7 @@ EXPORTS
;range.c
rb_cRange
;re.c
+ ruby_ignorecase
rb_cRegexp
;regex.c
re_mbctab
@@ -326,10 +340,10 @@ EXPORTS
eaccess
rb_file_s_expand_path
;gc.c
- xmalloc
- xfree
- xcalloc
- xrealloc
+ ruby_xmalloc
+ ruby_xcalloc
+ ruby_xrealloc
+ ruby_xfree
rb_global_variable
rb_newobj
rb_data_object_alloc
@@ -342,6 +356,10 @@ EXPORTS
rb_gc_mark_frame
rb_gc
rb_gc_call_finalizer_at_exit
+ xmalloc
+ xcalloc
+ xrealloc
+ xfree
;hash.c
rb_hash_freeze
rb_hash
@@ -452,6 +470,16 @@ EXPORTS
rb_reg_regsub
rb_get_kcode
rb_set_kcode
+;regex.c
+ ruby_re_set_casetable
+ ruby_re_compile_pattern
+ ruby_re_free_pattern
+ ruby_re_compile_fastmap
+ ruby_re_search
+ ruby_re_match
+ ruby_re_copy_registers
+ ruby_re_free_registers
+ ruby_re_mbcinit
;ruby.c
ruby_require_libraries
rb_load_file