Author: faridz
Date: Mon Oct 1 10:37:45 2007
New Revision: 581023
URL: http://svn.apache.org/viewvc?rev=581023&view=rev
Log:
2007-10-01 Farid Zaripov <[EMAIL PROTECTED]>
* Merged the head of branches/4.2.0
Modified:
incubator/stdcxx/trunk/examples/manual/rwstdmessages.cpp
incubator/stdcxx/trunk/examples/manual/rwstdmessages.msg
incubator/stdcxx/trunk/examples/manual/rwstdmessages.rc
incubator/stdcxx/trunk/src/mapfile.gcc
incubator/stdcxx/trunk/src/mapfile.gcc-2
Modified: incubator/stdcxx/trunk/examples/manual/rwstdmessages.cpp
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/rwstdmessages.cpp?rev=581023&r1=581022&r2=581023&view=diff
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/rwstdmessages.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/rwstdmessages.cpp Mon Oct 1
10:37:45 2007
@@ -1,3 +1,31 @@
+/**************************************************************************
+ *
+ * rwstdmessages.cpp -
+ *
+ * $Id$
+ *
+ ***************************************************************************
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ * implied. See the License for the specific language governing
+ * permissions and limitations under the License.
+ *
+ * Copyright 1994-2007 Rogue Wave Software.
+ *
+ **************************************************************************/
+
#include <rwstdmessages.h>
int _rw_messages_version()
{
Modified: incubator/stdcxx/trunk/examples/manual/rwstdmessages.msg
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/rwstdmessages.msg?rev=581023&r1=581022&r2=581023&view=diff
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/rwstdmessages.msg (original)
+++ incubator/stdcxx/trunk/examples/manual/rwstdmessages.msg Mon Oct 1
10:37:45 2007
@@ -1,3 +1,29 @@
+$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
+$
+$ $Id$
+$
+$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
+$
+$ Licensed to the Apache Software Foundation (ASF) under one or more
+$ contributor license agreements. See the NOTICE file distributed
+$ with this work for additional information regarding copyright
+$ ownership. The ASF licenses this file to you under the Apache
+$ License, Version 2.0 (the License); you may not use this file
+$ except in compliance with the License. You may obtain a copy of
+$ the License at
+$
+$ http://www.apache.org/licenses/LICENSE-2.0
+$
+$ Unless required by applicable law or agreed to in writing, software
+$ distributed under the License is distributed on an "AS IS" BASIS,
+$ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+$ implied. See the License for the specific language governing
+$ permissions and limitations under the License.
+$
+$ Copyright 1994-2007 Rogue Wave Software, Inc.
+$
+$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
+
$set 1 Standard Library greeting messages
1 Hello
2 Goodbye
Modified: incubator/stdcxx/trunk/examples/manual/rwstdmessages.rc
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/rwstdmessages.rc?rev=581023&r1=581022&r2=581023&view=diff
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/rwstdmessages.rc (original)
+++ incubator/stdcxx/trunk/examples/manual/rwstdmessages.rc Mon Oct 1 10:37:45
2007
@@ -1,3 +1,31 @@
+/***********************************************************************
+ *
+ * rwstdmessages.rc - Messages for messages facet example program
+ *
+ * $Id$
+ *
+ ***********************************************************************
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the License); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ * implied. See the License for the specific language governing
+ * permissions and limitations under the License.
+ *
+ * Copyright 1994-2007 Rogue Wave Software, Inc.
+ *
+ ***********************************************************************/
+
#include <rwstdmessages.h>
STRINGTABLE
Modified: incubator/stdcxx/trunk/src/mapfile.gcc
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/src/mapfile.gcc?rev=581023&r1=581022&r2=581023&view=diff
==============================================================================
--- incubator/stdcxx/trunk/src/mapfile.gcc (original)
+++ incubator/stdcxx/trunk/src/mapfile.gcc Mon Oct 1 10:37:45 2007
@@ -1,6 +1,27 @@
#
# $Id$
#
+###########################################################################
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed
+# with this work for additional information regarding copyright
+# ownership. The ASF licenses this file to you under the Apache
+# License, Version 2.0 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# permissions and limitations under the License.
+#
+# Copyright 1994-2006 Rogue Wave Software.
+#
+###########################################################################
RWSTD.4.1.3
{
Modified: incubator/stdcxx/trunk/src/mapfile.gcc-2
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/src/mapfile.gcc-2?rev=581023&r1=581022&r2=581023&view=diff
==============================================================================
--- incubator/stdcxx/trunk/src/mapfile.gcc-2 (original)
+++ incubator/stdcxx/trunk/src/mapfile.gcc-2 Mon Oct 1 10:37:45 2007
@@ -1,6 +1,27 @@
#
# $Id$
#
+###########################################################################
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed
+# with this work for additional information regarding copyright
+# ownership. The ASF licenses this file to you under the Apache
+# License, Version 2.0 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# permissions and limitations under the License.
+#
+# Copyright 1994-2006 Rogue Wave Software.
+#
+###########################################################################
RWSTD.3.1.1
{