[php-i18n-commits] cvs commit: libmbfl/filters html_entities.c html_entities.h mbfilter_htmlent.c

Back to archive index

Moriyoshi Koizumi moriy****@users*****
2004年 2月 4日 (水) 11:45:02 JST


moriyoshi    04/02/04 11:45:02

  Modified:    filters  html_entities.c html_entities.h mbfilter_htmlent.c
  Log:
  Strange... I must've tested the build...
  
  Revision  Changes    Path
  1.5       +1 -0      libmbfl/filters/html_entities.c
  
  Index: html_entities.c
  ===================================================================
  RCS file: /cvsroot/php-i18n/libmbfl/filters/html_entities.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- html_entities.c	4 Feb 2004 02:36:25 -0000	1.4
  +++ html_entities.c	4 Feb 2004 02:45:02 -0000	1.5
  @@ -31,6 +31,7 @@
   #include "config.h"
   #endif
   
  +#include "mbfilter.h"
   #include "html_entities.h"
   
   const mbfl_html_entity_entry mbfl_html_entity_list[] = {
  
  
  
  1.3       +1 -1      libmbfl/filters/html_entities.h
  
  Index: html_entities.h
  ===================================================================
  RCS file: /cvsroot/php-i18n/libmbfl/filters/html_entities.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- html_entities.h	4 Feb 2004 02:36:25 -0000	1.2
  +++ html_entities.h	4 Feb 2004 02:45:02 -0000	1.3
  @@ -35,6 +35,6 @@
   	int     code;
   } mbfl_html_entity_entry;
   
  -extern mbfl_html_entity_entry *mbfl_html_entity_list;
  +extern const mbfl_html_entity_entry mbfl_html_entity_list[];
   
   #endif /* MBFL_HTML_ENTITIES_H */
  
  
  
  1.11      +1 -1      libmbfl/filters/mbfilter_htmlent.c
  
  Index: mbfilter_htmlent.c
  ===================================================================
  RCS file: /cvsroot/php-i18n/libmbfl/filters/mbfilter_htmlent.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- mbfilter_htmlent.c	4 Feb 2004 02:36:25 -0000	1.10
  +++ mbfilter_htmlent.c	4 Feb 2004 02:45:02 -0000	1.11
  @@ -102,7 +102,7 @@
   	int tmp[64];
   	int i;
   	unsigned int uc;
  -	mbfl_html_entity_entry *e;
  +	const mbfl_html_entity_entry *e;
   
   	if (c < sizeof(htmlentitifieds) / sizeof(htmlentitifieds[0]) &&
   				htmlentitifieds[c] != 1) {
  
  
  



php-i18n-commits メーリングリストの案内
Back to archive index