Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.csl')
-rw-r--r--ChangeLog.csl17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index c2a70f6a7..f64824942 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,20 @@
+2006-02-01 Mark Mitchell <mark@codesourcery.com>
+
+ Backport:
+ 2006-02-01 Mark Mitchell <mark@codesourcery.com>
+ * sim/ppc/emul_netbsd.c (emul_netbsd_create): Quote file-name property.
+ * sim/ppc/emul_unix.c (emul_unix_create): Likewise.
+ * sim/ppc/tree.c (libiberty.h): Include it.
+ (tree_quote_property): New function.
+ * sim/ppc/tree.h (tree_quote_property): Declare.
+
+2006-01-23 Mark Mitchell <mark@codesourcery.com>
+
+ Backport:
+ 2006-01-23 Mark Mitchell <mark@codesourcery.com>
+ * sim/ppc/words.h (signed32): Define as "int".
+ (unsigned32): Define as "unsigned int".
+
2006-01-26 Daniel Jacobowitz <dan@codesourcery.com>
Backport: