guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/libguile ChangeLog coop.c isel...


From: Mikael Djurfeldt
Subject: guile/guile-core/libguile ChangeLog coop.c isel...
Date: Fri, 09 Mar 2001 19:09:08 -0800

CVSROOT:        /cvs
Module name:    guile
Changes by:     Mikael Djurfeldt <address@hidden>       01/03/09 19:09:07

Modified files:
        guile-core/libguile: ChangeLog coop.c iselect.c 

Log message:
        * coop.c: Inserted #include <stdio.h>.
        
        * iselect.c: Reinserted #include <stdio.h>.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/libguile/ChangeLog.diff?r1=1.1308&r2=1.1309
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/libguile/coop.c.diff?r1=1.26&r2=1.27
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/libguile/iselect.c.diff?r1=1.25&r2=1.26

Patches:
Index: guile/guile-core/libguile/ChangeLog
diff -u guile/guile-core/libguile/ChangeLog:1.1308 
guile/guile-core/libguile/ChangeLog:1.1309
--- guile/guile-core/libguile/ChangeLog:1.1308  Fri Mar  9 17:07:44 2001
+++ guile/guile-core/libguile/ChangeLog Fri Mar  9 19:09:07 2001
@@ -1,3 +1,9 @@
+2001-03-09  Mikael Djurfeldt  <address@hidden>
+
+       * coop.c: Inserted #include <stdio.h>.
+
+       * iselect.c: Reinserted #include <stdio.h>.
+
 2001-03-10  Marius Vollmer  <address@hidden>
 
        * posix.c: Replaced `#define' of __USE_XOPEN right before
Index: guile/guile-core/libguile/coop.c
diff -u guile/guile-core/libguile/coop.c:1.26 
guile/guile-core/libguile/coop.c:1.27
--- guile/guile-core/libguile/coop.c:1.26       Thu Nov 30 02:26:44 2000
+++ guile/guile-core/libguile/coop.c    Fri Mar  9 19:09:07 2001
@@ -1,4 +1,4 @@
-/*     Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Free Software 
Foundation, Inc.
+/*     Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software 
Foundation, Inc.
  * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -40,9 +40,11 @@
  * If you do not wish that, delete this exception notice.  */
 
 
-/* $Id: coop.c,v 1.26 2000/11/30 10:26:44 dirk Exp $ */
+/* $Id: coop.c,v 1.27 2001/03/10 03:09:07 mdj Exp $ */
 
 /* Cooperative thread library, based on QuickThreads */
+
+#include <stdio.h>
 
 #ifdef HAVE_UNISTD_H 
 #include <unistd.h>
Index: guile/guile-core/libguile/iselect.c
diff -u guile/guile-core/libguile/iselect.c:1.25 
guile/guile-core/libguile/iselect.c:1.26
--- guile/guile-core/libguile/iselect.c:1.25    Fri Mar  9 15:33:39 2001
+++ guile/guile-core/libguile/iselect.c Fri Mar  9 19:09:07 2001
@@ -1,4 +1,4 @@
-/*     Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc.
+/*     Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
  * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -39,6 +39,7 @@
  * whether to permit this exception to apply to your modifications.
  * If you do not wish that, delete this exception notice.  */
 
+#include <stdio.h>
 #include <limits.h>
 #include <string.h>
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]