chiark / gitweb /
Expunge revision histories in files.
[mLib] / dputf.c
diff --git a/dputf.c b/dputf.c
index ba23d9869dc73bc7abfb71dfeb20bd71029548ae..85b6c65eabe17aac8ec61b42c38539dc82eeabc3 100644 (file)
--- a/dputf.c
+++ b/dputf.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: dputf.c,v 1.5 2002/01/13 13:30:48 mdw Exp $
+ * $Id: dputf.c,v 1.6 2004/04/08 01:36:11 mdw Exp $
  *
  * `printf'-style formatting for dynamic strings
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: dputf.c,v $
- * Revision 1.5  2002/01/13 13:30:48  mdw
- * Change interface for @dstr_vputf@.
- *
- * Revision 1.4  2001/06/22 19:35:29  mdw
- * Find out whether @<float.h>@ exists (hack for uC-Linux).
- *
- * Revision 1.3  2001/01/20 12:06:01  mdw
- * Define flags with macros, to ensure unsignedness.
- *
- * Revision 1.2  2000/08/15 21:26:45  mdw
- * (dstr_vputf): Don't try calling @va_arg@ on things @char@-sized.
- *
- * Revision 1.1  1999/10/04 21:44:47  mdw
- * Move `dstr_putf' and `dstr_vputf' into a separate source file.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <ctype.h>