summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-01 12:58:56 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-01 12:58:56 +0000
commitf9b3c6cb88b74142d1fd9ebfdd809c7db6140fde (patch)
tree3c702e558fd624f097011e635fb851425d7623c8 /ChangeLog
parente726f12ba46f1081b566fec14a2cb2988586872f (diff)
downloadruby-f9b3c6cb88b74142d1fd9ebfdd809c7db6140fde.tar.gz
ruby-f9b3c6cb88b74142d1fd9ebfdd809c7db6140fde.tar.xz
ruby-f9b3c6cb88b74142d1fd9ebfdd809c7db6140fde.zip
* configure.in: should not use def file, use ld with
--export-all-symbols option on Cygwin/MinGW. * defines.h: ditto. * cygwin/GNUmakefile.in: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 14 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index d0faa382d..239f7e503 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Sun Jun 1 21:50:01 2003 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * configure.in: should not use def file, use ld with
+ --export-all-symbols option on Cygwin/MinGW.
+
+ * defines.h: ditto.
+
+ * cygwin/GNUmakefile.in: ditto.
+
Sun Jun 01 13:33:49 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>
* wince/string_wce.c: add strpbrk() for hpcpro support.
@@ -19,14 +28,14 @@ Sat May 31 04:36:54 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
Fri May 30 23:18:01 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net>
- * ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong.
+ * ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong.
- * ext/syck/gram.c: flexibility to anchors and transfer methods on
- collections.
+ * ext/syck/gram.c: flexibility to anchors and transfer methods on
+ collections.
- * ext/syck/token.c: hex escapes.
+ * ext/syck/token.c: hex escapes.
- * lib/yaml/basenode.rb: YamlNode references changed to YAML::BaseNode.
+ * lib/yaml/basenode.rb: YamlNode references changed to YAML::BaseNode.
Fri May 30 22:28:04 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>