w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 7caf82921aab04352e948a5582bcb777d00cf45f
parent a7f46c63192078e5060241d99260ccc36660dc22
Author: ukai <ukai>
Date:   Thu, 18 Jul 2002 14:59:02 +0000

rcsid comment

Diffstat:
Mmatrix.c | 3+--
Mmatrix.h | 2+-
Mw3mimg/fb/fb.c | 1+
Mw3mimg/fb/fb.h | 1+
Mw3mimg/fb/fb_gdkpixbuf.c | 1+
Mw3mimg/fb/fb_gdkpixbuf.h | 1+
Mw3mimg/fb/fb_img.c | 1+
Mw3mimg/fb/fb_img.h | 1+
Mw3mimg/fb/fb_imlib2.c | 1+
Mw3mimg/fb/fb_imlib2.h | 1+
10 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/matrix.c b/matrix.c @@ -1,7 +1,6 @@ - +/* $Id$ */ /* * matrix.h, matrix.c: Liner equation solver using LU decomposition. - * $Id$ * * by K.Okabe Aug. 1999 * diff --git a/matrix.h b/matrix.h @@ -1,6 +1,6 @@ +/* $Id$ */ /* * matrix.h, matrix.c: Liner equation solver using LU decomposition. - * $Id$ * * by K.Okabe Aug. 1999 * diff --git a/w3mimg/fb/fb.c b/w3mimg/fb/fb.c @@ -1,3 +1,4 @@ +/* $Id$ */ /************************************************************************** fb.c 0.2 Copyright (C) 2002, hito **************************************************************************/ diff --git a/w3mimg/fb/fb.h b/w3mimg/fb/fb.h @@ -1,3 +1,4 @@ +/* $Id$ */ #ifndef fb_header #define fb_header #include <linux/fb.h> diff --git a/w3mimg/fb/fb_gdkpixbuf.c b/w3mimg/fb/fb_gdkpixbuf.c @@ -1,3 +1,4 @@ +/* $Id$ */ /************************************************************************** fb_gdkpixbuf.c 0.2 Copyright (C) 2002, hito **************************************************************************/ diff --git a/w3mimg/fb/fb_gdkpixbuf.h b/w3mimg/fb/fb_gdkpixbuf.h @@ -1,3 +1,4 @@ +/* $Id$ */ #ifndef fb_gdkpixbuf_header #define fb_gdkpixbuf_header diff --git a/w3mimg/fb/fb_img.c b/w3mimg/fb/fb_img.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include <stdio.h> #include <stdlib.h> #include <sys/types.h> diff --git a/w3mimg/fb/fb_img.h b/w3mimg/fb/fb_img.h @@ -1,3 +1,4 @@ +/* $Id$ */ #ifndef fb_img_header #define fb_img_header #include "config.h" diff --git a/w3mimg/fb/fb_imlib2.c b/w3mimg/fb/fb_imlib2.c @@ -1,3 +1,4 @@ +/* $Id$ */ /************************************************************************** fb_imlib2.c 0.2 Copyright (C) 2002, hito **************************************************************************/ diff --git a/w3mimg/fb/fb_imlib2.h b/w3mimg/fb/fb_imlib2.h @@ -1,3 +1,4 @@ +/* $Id$ */ #ifndef fb_imlib2_header #define fb_imlib2_header