aboutsummaryrefslogtreecommitdiff
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2015-11-17 11:53:00 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2015-11-17 12:00:20 -0600
commit9a6acafd0421478533073a45476923e153489d4e (patch)
tree3a16392b2bd14bfd0fb2ef8e9f6c036a97a5684a /newlib/ChangeLog
parent99590589326b5537d549cdd41ca4177ce7051d4a (diff)
downloadnewlib-9a6acafd0421478533073a45476923e153489d4e.zip
newlib-9a6acafd0421478533073a45476923e153489d4e.tar.gz
newlib-9a6acafd0421478533073a45476923e153489d4e.tar.bz2
Add rpmatch(3)
2015-11-17 Yaakov Selkowitz <yselkowi@redhat.com> * libc/include/stdlib.h (rpmatch): Declare. * libc/stdlib/Makefile.am (ELIX_4_SOURCES): Add rpmatch.c. (CHEWOUT_FILES): Add rpmatch.def. * libc/stdlib/Makefile.in: Regenerate. * libc/stdlib/rpmatch.c: New file. * libc/stdlib/stdlib.tex: Add references to rpmatch.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index f2a30a1..4045b7c 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,12 @@
+2015-11-17 Yaakov Selkowitz <yselkowi@redhat.com>
+
+ * libc/include/stdlib.h (rpmatch): Declare.
+ * libc/stdlib/Makefile.am (ELIX_4_SOURCES): Add rpmatch.c.
+ (CHEWOUT_FILES): Add rpmatch.def.
+ * libc/stdlib/Makefile.in: Regenerate.
+ * libc/stdlib/rpmatch.c: New file.
+ * libc/stdlib/stdlib.tex: Add references to rpmatch.
+
2015-11-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
* libc/machine/arm/strlen-stub.c: Move T1 -O2 implementation to...