SOURCES: flex-glibc22.patch, flex-locale.patch - updated for 2.5.33

qboosh qboosh at pld-linux.org
Tue Mar 7 23:30:02 CET 2006


Author: qboosh                       Date: Tue Mar  7 22:30:02 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 2.5.33

---- Files affected:
SOURCES:
   flex-glibc22.patch (1.3 -> 1.4) , flex-locale.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/flex-glibc22.patch
diff -u SOURCES/flex-glibc22.patch:1.3 SOURCES/flex-glibc22.patch:1.4
--- SOURCES/flex-glibc22.patch:1.3	Tue Jul 15 16:05:28 2003
+++ SOURCES/flex-glibc22.patch	Tue Mar  7 23:29:57 2006
@@ -27,17 +27,19 @@
  /* Initializes or reinitializes a buffer.
   * This function is sometimes called more than once on the same buffer,
   * such as during a yyrestart() or at EOF.
-diff -Nur flex-2.5.31.orig/scan.c flex-2.5.31/scan.c
---- flex-2.5.31.orig/scan.c	2003-04-01 18:33:17.000000000 +0200
-+++ flex-2.5.31/scan.c	2003-06-19 00:40:14.000000000 +0200
-@@ -3897,10 +3897,6 @@
- 	yyfree((void *) b  );
- }
+--- flex-2.5.33/scan.c.orig	2006-02-21 03:45:51.000000000 +0100
++++ flex-2.5.33/scan.c	2006-03-07 23:16:54.545169500 +0100
+@@ -4177,13 +4177,6 @@
  
+ 
+ 
+-#ifndef YY_ALWAYS_INTERACTIVE
+-#ifndef YY_NEVER_INTERACTIVE
 -#ifndef __cplusplus
--extern int isatty (int );
+-extern int isatty YY_PARAMS(( int ));
 -#endif /* __cplusplus */
--    
- /* Initializes or reinitializes a buffer.
-  * This function is sometimes called more than once on the same buffer,
-  * such as during a yyrestart() or at EOF.
+-#endif /* !YY_NEVER_INTERACTIVE */
+-#endif /* !YY_ALWAYS_INTERACTIVE */
+ 
+ 
+ 

================================================================
Index: SOURCES/flex-locale.patch
diff -u SOURCES/flex-locale.patch:1.1 SOURCES/flex-locale.patch:1.2
--- SOURCES/flex-locale.patch:1.1	Thu Jun 19 13:53:36 2003
+++ SOURCES/flex-locale.patch	Tue Mar  7 23:29:57 2006
@@ -1,9 +1,9 @@
---- flex-2.5.31/main.c.orig	2003-04-01 03:51:38.000000000 +0200
-+++ flex-2.5.31/main.c	2003-06-19 03:44:52.000000000 +0200
-@@ -198,6 +198,7 @@
-      char   *argv[];
+--- flex-2.5.33/main.c.orig	2006-02-14 19:55:42.000000000 +0100
++++ flex-2.5.33/main.c	2006-03-07 23:18:01.213336000 +0100
+@@ -210,6 +210,7 @@
  {
  #if ENABLE_NLS
+ #if HAVE_LOCALE_H
 +	setlocale (LC_CTYPE, "");
  	setlocale (LC_MESSAGES, "");
  	textdomain (PACKAGE);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/flex-glibc22.patch?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SOURCES/flex-locale.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list