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:
authorCorinna Vinschen <corinna@vinschen.de>2008-02-07 01:01:30 +0300
committerCorinna Vinschen <corinna@vinschen.de>2008-02-07 01:01:30 +0300
commitfb7331e34c33284b4be9d41a890b8e057a53e812 (patch)
treea5b56ddd7657084829c9325c8c5bafc43bdf099c /winsup/cygserver/ChangeLog
parent4b65f190450f70bd5819bb5c18e3370d75ffebde (diff)
Remove dependency from Cygwin internal code.
* Makefile.in (CYGWIN_OBJS): Remove smallprint.o. (cygserver.exe): Remove strfuncs.o (strfuncs.o): Drop rule. * bsd_log.cc (_vlog): Use snprintf/vsnprintf instead of __small_sprintf/__small_vsprintf. * sysv_sem.cc (seminit): Use sys_malloc instead of malloc. Use snprintf instead of __small_sprintf. (semunload): Free the above allocated sema_mtx names here.
Diffstat (limited to 'winsup/cygserver/ChangeLog')
-rw-r--r--winsup/cygserver/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygserver/ChangeLog b/winsup/cygserver/ChangeLog
index fddfa4b8f..1067b8617 100644
--- a/winsup/cygserver/ChangeLog
+++ b/winsup/cygserver/ChangeLog
@@ -1,3 +1,15 @@
+2008-02-06 Corinna Vinschen <corinna@vinschen.de>
+
+ Remove dependency from Cygwin internal code.
+ * Makefile.in (CYGWIN_OBJS): Remove smallprint.o.
+ (cygserver.exe): Remove strfuncs.o
+ (strfuncs.o): Drop rule.
+ * bsd_log.cc (_vlog): Use snprintf/vsnprintf instead of
+ __small_sprintf/__small_vsprintf.
+ * sysv_sem.cc (seminit): Use sys_malloc instead of malloc. Use
+ snprintf instead of __small_sprintf.
+ (semunload): Free the above allocated sema_mtx names here.
+
2008-02-03 Brian Dessent <brian@dessent.net>
* Makefile.in: Don't link strfuncs.o from the Cygwin build dir.