[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemacs-commit] qemacs arabic.c indic.c ligtoqe.c unicode_join....
From: |
Charlie Gordon |
Subject: |
[Qemacs-commit] qemacs arabic.c indic.c ligtoqe.c unicode_join.... |
Date: |
Mon, 03 Dec 2007 16:12:40 +0000 |
CVSROOT: /cvsroot/qemacs
Module name: qemacs
Changes by: Charlie Gordon <chqrlie> 07/12/03 16:12:40
Modified files:
. : arabic.c indic.c ligtoqe.c unicode_join.c
libqhtml : css.c cssparse.c xmlparse.c
Log message:
cosmetics
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/arabic.c?cvsroot=qemacs&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/qemacs/indic.c?cvsroot=qemacs&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/qemacs/ligtoqe.c?cvsroot=qemacs&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/qemacs/unicode_join.c?cvsroot=qemacs&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/qemacs/libqhtml/css.c?cvsroot=qemacs&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/qemacs/libqhtml/cssparse.c?cvsroot=qemacs&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/qemacs/libqhtml/xmlparse.c?cvsroot=qemacs&r1=1.8&r2=1.9
Patches:
Index: arabic.c
===================================================================
RCS file: /cvsroot/qemacs/qemacs/arabic.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- arabic.c 31 Dec 2006 19:34:01 -0000 1.4
+++ arabic.c 3 Dec 2007 16:12:40 -0000 1.5
@@ -17,6 +17,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+
#include "qe.h"
#include "qfribidi.h"
Index: indic.c
===================================================================
RCS file: /cvsroot/qemacs/qemacs/indic.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- indic.c 11 May 2005 15:12:14 -0000 1.2
+++ indic.c 3 Dec 2007 16:12:40 -0000 1.3
@@ -17,6 +17,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+
#include "qe.h"
#include "qfribidi.h"
Index: ligtoqe.c
===================================================================
RCS file: /cvsroot/qemacs/qemacs/ligtoqe.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- ligtoqe.c 3 Dec 2007 10:40:21 -0000 1.3
+++ ligtoqe.c 3 Dec 2007 16:12:40 -0000 1.4
@@ -1,5 +1,5 @@
/*
-/* Convert ligature files to QEmacs binary internal format
+ * Convert ligature files to QEmacs binary internal format
*
* Copyright (c) 2002 Fabrice Bellard.
* Copyright (c) 2007 Charlie Gordon.
@@ -74,8 +74,8 @@
int buf_in_size, buf_out_size;
} Ligature;
-Ligature ligs[MAX_LIGS];
-int nb_ligs;
+static Ligature ligs[MAX_LIGS];
+static int nb_ligs;
static int sort_func(const void *a1, const void *b1)
{
Index: unicode_join.c
===================================================================
RCS file: /cvsroot/qemacs/qemacs/unicode_join.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- unicode_join.c 11 May 2005 12:04:30 -0000 1.4
+++ unicode_join.c 3 Dec 2007 16:12:40 -0000 1.5
@@ -17,6 +17,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+
#include "qfribidi.h"
#include "qe.h"
Index: libqhtml/css.c
===================================================================
RCS file: /cvsroot/qemacs/qemacs/libqhtml/css.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- libqhtml/css.c 28 Dec 2006 11:27:30 -0000 1.7
+++ libqhtml/css.c 3 Dec 2007 16:12:40 -0000 1.8
@@ -16,6 +16,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+
#include "qe.h"
#include "qfribidi.h"
#include "css.h"
Index: libqhtml/cssparse.c
===================================================================
RCS file: /cvsroot/qemacs/qemacs/libqhtml/cssparse.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- libqhtml/cssparse.c 28 Dec 2006 11:27:30 -0000 1.7
+++ libqhtml/cssparse.c 3 Dec 2007 16:12:40 -0000 1.8
@@ -16,6 +16,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+
#include "qe.h"
#include "qfribidi.h"
#include "css.h"
Index: libqhtml/xmlparse.c
===================================================================
RCS file: /cvsroot/qemacs/qemacs/libqhtml/xmlparse.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- libqhtml/xmlparse.c 6 Feb 2007 17:41:16 -0000 1.8
+++ libqhtml/xmlparse.c 3 Dec 2007 16:12:40 -0000 1.9
@@ -16,6 +16,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+
#include "qe.h"
#include "css.h"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemacs-commit] qemacs arabic.c indic.c ligtoqe.c unicode_join....,
Charlie Gordon <=