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:
authorYaakov Selkowitz <yselkowi@redhat.com>2015-11-17 20:53:00 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2015-11-17 21:00:20 +0300
commit9a6acafd0421478533073a45476923e153489d4e (patch)
tree3a16392b2bd14bfd0fb2ef8e9f6c036a97a5684a /newlib/ChangeLog
parent99590589326b5537d549cdd41ca4177ce7051d4a (diff)
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 f2a30a111..4045b7cd0 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...