User: timar   
Date: 05/12/12 04:13:18

Modified:
 /hu/src/2.0.1/Patches/
  cws-hunspell.diff

Log:
 correction

File Changes:

Directory: /hu/src/2.0.1/Patches/
=================================

File [changed]: cws-hunspell.diff
Url: 
http://hu.openoffice.org/source/browse/hu/src/2.0.1/Patches/cws-hunspell.diff?r1=1.1&r2=1.2
Delta lines:  +36 -72
---------------------
--- cws-hunspell.diff   10 Dec 2005 19:26:19 -0000      1.1
+++ cws-hunspell.diff   12 Dec 2005 12:13:14 -0000      1.2
@@ -1,6 +1,6 @@
-diff -Naur -x '*CVS*' lingucomponent.old/prj/build.lst 
lingucomponent/prj/build.lst
---- lingucomponent.old/prj/build.lst   2005-10-02 16:57:07.000000000 +0200
-+++ lingucomponent/prj/build.lst       2005-12-08 15:30:51.000000000 +0100
+diff -Naur -x CVS lingucomponent.old/prj/build.lst lingucomponent/prj/build.lst
+--- lingucomponent.old/prj/build.lst   2005-12-12 12:55:06.000000000 +0100
++++ lingucomponent/prj/build.lst       2005-12-12 12:57:57.000000000 +0100
 @@ -3,7 +3,7 @@
  lc    lingucomponent\source\lingutil                                          
nmake   -       all     lc_util NULL
  lc    lingucomponent\source\thesaurus\mythes                                  
nmake   -       all     lc_mythes lc_util NULL
@@ -11,9 +11,9 @@
 +lc    lingucomponent\source\spellcheck\spell                                  
nmake   -       all     lc_libspell lc_hunspell NULL
  lc    lingucomponent\source\hyphenator\altlinuxhyph\libhnj                    
nmake   -       all     lc_libhnj lc_util NULL
  lc    lingucomponent\source\hyphenator\altlinuxhyph\hyphen                    
nmake   -       all     lc_libhyphen lc_libhnj NULL
-diff -Naur -x '*CVS*' lingucomponent.old/prj/d.lst lingucomponent/prj/d.lst
---- lingucomponent.old/prj/d.lst       2005-10-02 16:57:07.000000000 +0200
-+++ lingucomponent/prj/d.lst   2005-12-08 15:30:51.000000000 +0100
+diff -Naur -x CVS lingucomponent.old/prj/d.lst lingucomponent/prj/d.lst
+--- lingucomponent.old/prj/d.lst       2005-12-12 12:55:06.000000000 +0100
++++ lingucomponent/prj/d.lst   2005-12-12 12:57:57.000000000 +0100
 @@ -16,11 +16,11 @@
  ..\%__SRC%\lib\libspell*.dylib %_DEST%\lib%_EXT%\libspell*.dylib
  ..\%__SRC%\lib\libspell*.so %_DEST%\lib%_EXT%\libspell*.so
@@ -31,14 +31,14 @@
  
  ..\%__SRC%\bin\hyph* %_DEST%\bin%_EXT%\hyph*
  ..\%__SRC%\lib\ihyph* %_DEST%\lib%_EXT%\ihyph*
-diff -Naur -x '*CVS*' lingucomponent.old/source/spellcheck/hunspell/README 
lingucomponent/source/spellcheck/hunspell/README
+diff -Naur -x CVS lingucomponent.old/source/spellcheck/hunspell/README 
lingucomponent/source/spellcheck/hunspell/README
 --- lingucomponent.old/source/spellcheck/hunspell/README       1970-01-01 
01:00:00.000000000 +0100
 +++ lingucomponent/source/spellcheck/hunspell/README   2005-09-19 
23:54:17.000000000 +0200
 @@ -0,0 +1,3 @@
 +Hunspell spell checker and morphological analyser
 +
 +Documentation, tests, examples: http://hunspell.sourceforge.net
-diff -Naur -x '*CVS*' 
lingucomponent.old/source/spellcheck/hunspell/affentry.cxx 
lingucomponent/source/spellcheck/hunspell/affentry.cxx
+diff -Naur -x CVS lingucomponent.old/source/spellcheck/hunspell/affentry.cxx 
lingucomponent/source/spellcheck/hunspell/affentry.cxx
 --- lingucomponent.old/source/spellcheck/hunspell/affentry.cxx 1970-01-01 
01:00:00.000000000 +0100
 +++ lingucomponent/source/spellcheck/hunspell/affentry.cxx     2005-11-24 
13:02:15.000000000 +0100
 @@ -0,0 +1,848 @@
@@ -890,7 +890,7 @@
 +
 +#endif
 +
-diff -Naur -x '*CVS*' 
lingucomponent.old/source/spellcheck/hunspell/affentry.hxx 
lingucomponent/source/spellcheck/hunspell/affentry.hxx
+diff -Naur -x CVS lingucomponent.old/source/spellcheck/hunspell/affentry.hxx 
lingucomponent/source/spellcheck/hunspell/affentry.hxx
 --- lingucomponent.old/source/spellcheck/hunspell/affentry.hxx 1970-01-01 
01:00:00.000000000 +0100
 +++ lingucomponent/source/spellcheck/hunspell/affentry.hxx     2005-09-19 
23:54:18.000000000 +0200
 @@ -0,0 +1,130 @@
@@ -1024,7 +1024,7 @@
 +#endif
 +
 +
-diff -Naur -x '*CVS*' 
lingucomponent.old/source/spellcheck/hunspell/affixmgr.cxx 
lingucomponent/source/spellcheck/hunspell/affixmgr.cxx
+diff -Naur -x CVS lingucomponent.old/source/spellcheck/hunspell/affixmgr.cxx 
lingucomponent/source/spellcheck/hunspell/affixmgr.cxx
 --- lingucomponent.old/source/spellcheck/hunspell/affixmgr.cxx 1970-01-01 
01:00:00.000000000 +0100
 +++ lingucomponent/source/spellcheck/hunspell/affixmgr.cxx     2005-11-11 
00:59:06.000000000 +0100
 @@ -0,0 +1,3836 @@
@@ -4864,7 +4864,7 @@
 +  }
 +  return 0;
 +}
-diff -Naur -x '*CVS*' 
lingucomponent.old/source/spellcheck/hunspell/affixmgr.hxx 
lingucomponent/source/spellcheck/hunspell/affixmgr.hxx
+diff -Naur -x CVS lingucomponent.old/source/spellcheck/hunspell/affixmgr.hxx 
lingucomponent/source/spellcheck/hunspell/affixmgr.hxx
 --- lingucomponent.old/source/spellcheck/hunspell/affixmgr.hxx 1970-01-01 
01:00:00.000000000 +0100
 +++ lingucomponent/source/spellcheck/hunspell/affixmgr.hxx     2005-11-11 
00:59:06.000000000 +0100
 @@ -0,0 +1,190 @@
@@ -5058,7 +5058,7 @@
 +
 +#endif
 +
-diff -Naur -x '*CVS*' lingucomponent.old/source/spellcheck/hunspell/atypes.hxx 
lingucomponent/source/spellcheck/hunspell/atypes.hxx
+diff -Naur -x CVS lingucomponent.old/source/spellcheck/hunspell/atypes.hxx 
lingucomponent/source/spellcheck/hunspell/atypes.hxx
 --- lingucomponent.old/source/spellcheck/hunspell/atypes.hxx   1970-01-01 
01:00:00.000000000 +0100
 +++ lingucomponent/source/spellcheck/hunspell/atypes.hxx       2005-11-09 
04:50:22.000000000 +0100
 @@ -0,0 +1,81 @@
@@ -5143,7 +5143,7 @@
 +
 +
 +
-diff -Naur -x '*CVS*' 
lingucomponent.old/source/spellcheck/hunspell/baseaffix.hxx 
lingucomponent/source/spellcheck/hunspell/baseaffix.hxx
+diff -Naur -x CVS lingucomponent.old/source/spellcheck/hunspell/baseaffix.hxx 
lingucomponent/source/spellcheck/hunspell/baseaffix.hxx
 --- lingucomponent.old/source/spellcheck/hunspell/baseaffix.hxx        
1970-01-01 01:00:00.000000000 +0100
 +++ lingucomponent/source/spellcheck/hunspell/baseaffix.hxx    2005-09-19 
23:54:20.000000000 +0200
 @@ -0,0 +1,32 @@
@@ -5179,7 +5179,7 @@
 +};
 +
 +#endif
-diff -Naur -x '*CVS*' lingucomponent.old/source/spellcheck/hunspell/csutil.cxx 
lingucomponent/source/spellcheck/hunspell/csutil.cxx
+diff -Naur -x CVS lingucomponent.old/source/spellcheck/hunspell/csutil.cxx 
lingucomponent/source/spellcheck/hunspell/csutil.cxx
 --- lingucomponent.old/source/spellcheck/hunspell/csutil.cxx   1970-01-01 
01:00:00.000000000 +0100
 +++ lingucomponent/source/spellcheck/hunspell/csutil.cxx       2005-11-11 
00:59:07.000000000 +0100
 @@ -0,0 +1,4984 @@
@@ -10167,7 +10167,7 @@
 +  }
 +  return LANG_xx;
 +};
-diff -Naur -x '*CVS*' lingucomponent.old/source/spellcheck/hunspell/csutil.hxx 
lingucomponent/source/spellcheck/hunspell/csutil.hxx
+diff -Naur -x CVS lingucomponent.old/source/spellcheck/hunspell/csutil.hxx 
lingucomponent/source/spellcheck/hunspell/csutil.hxx
 --- lingucomponent.old/source/spellcheck/hunspell/csutil.hxx   1970-01-01 
01:00:00.000000000 +0100
 +++ lingucomponent/source/spellcheck/hunspell/csutil.hxx       2005-11-11 
00:59:07.000000000 +0100
 @@ -0,0 +1,131 @@
@@ -10302,7 +10302,7 @@
 +void mkallsmall_utf(w_char * u, int nc, struct unicode_info2 * utfconv);
 +
 +#endif
-diff -Naur -x '*CVS*' 
lingucomponent.old/source/spellcheck/hunspell/hashmgr.cxx 
lingucomponent/source/spellcheck/hunspell/hashmgr.cxx
+diff -Naur -x CVS lingucomponent.old/source/spellcheck/hunspell/hashmgr.cxx 
lingucomponent/source/spellcheck/hunspell/hashmgr.cxx
 --- lingucomponent.old/source/spellcheck/hunspell/hashmgr.cxx  1970-01-01 
01:00:00.000000000 +0100
 +++ lingucomponent/source/spellcheck/hunspell/hashmgr.cxx      2005-11-09 
04:50:23.000000000 +0100
 @@ -0,0 +1,395 @@
@@ -10701,7 +10701,7 @@
 +    fclose(afflst);
 +    return 0;
 +}
-diff -Naur -x '*CVS*' 
lingucomponent.old/source/spellcheck/hunspell/hashmgr.hxx 
lingucomponent/source/spellcheck/hunspell/hashmgr.hxx
+diff -Naur -x CVS lingucomponent.old/source/spellcheck/hunspell/hashmgr.hxx 
lingucomponent/source/spellcheck/hunspell/hashmgr.hxx
 --- lingucomponent.old/source/spellcheck/hunspell/hashmgr.hxx  1970-01-01 
01:00:00.000000000 +0100
 +++ lingucomponent/source/spellcheck/hunspell/hashmgr.hxx      2005-11-09 
04:50:23.000000000 +0100
 @@ -0,0 +1,38 @@
@@ -10743,7 +10743,7 @@
 +};
 +
 +#endif
-diff -Naur -x '*CVS*' lingucomponent.old/source/spellcheck/hunspell/htypes.hxx 
lingucomponent/source/spellcheck/hunspell/htypes.hxx
+diff -Naur -x CVS lingucomponent.old/source/spellcheck/hunspell/htypes.hxx 
lingucomponent/source/spellcheck/hunspell/htypes.hxx
 --- lingucomponent.old/source/spellcheck/hunspell/htypes.hxx   1970-01-01 
01:00:00.000000000 +0100
 +++ lingucomponent/source/spellcheck/hunspell/htypes.hxx       2005-11-09 
04:50:23.000000000 +0100
 @@ -0,0 +1,25 @@
@@ -10772,7 +10772,7 @@
 +};
 +
 +#endif
-diff -Naur -x '*CVS*' 
lingucomponent.old/source/spellcheck/hunspell/hunspell.cxx 
lingucomponent/source/spellcheck/hunspell/hunspell.cxx
+diff -Naur -x CVS lingucomponent.old/source/spellcheck/hunspell/hunspell.cxx 
lingucomponent/source/spellcheck/hunspell/hunspell.cxx
 --- lingucomponent.old/source/spellcheck/hunspell/hunspell.cxx 1970-01-01 
01:00:00.000000000 +0100
 +++ lingucomponent/source/spellcheck/hunspell/hunspell.cxx     2005-12-07 
23:03:47.000000000 +0100
 @@ -0,0 +1,1539 @@
@@ -12315,7 +12315,7 @@
 +  return n;
 +}
 +
-diff -Naur -x '*CVS*' 
lingucomponent.old/source/spellcheck/hunspell/hunspell.hxx 
lingucomponent/source/spellcheck/hunspell/hunspell.hxx
+diff -Naur -x CVS lingucomponent.old/source/spellcheck/hunspell/hunspell.hxx 
lingucomponent/source/spellcheck/hunspell/hunspell.hxx
 --- lingucomponent.old/source/spellcheck/hunspell/hunspell.hxx 1970-01-01 
01:00:00.000000000 +0100
 +++ lingucomponent/source/spellcheck/hunspell/hunspell.hxx     2005-11-09 
04:50:23.000000000 +0100
 @@ -0,0 +1,138 @@
@@ -12457,7 +12457,7 @@
 +};
 +
 +#endif
-diff -Naur -x '*CVS*' 
lingucomponent.old/source/spellcheck/hunspell/langnum.hxx 
lingucomponent/source/spellcheck/hunspell/langnum.hxx
+diff -Naur -x CVS lingucomponent.old/source/spellcheck/hunspell/langnum.hxx 
lingucomponent/source/spellcheck/hunspell/langnum.hxx
 --- lingucomponent.old/source/spellcheck/hunspell/langnum.hxx  1970-01-01 
01:00:00.000000000 +0100
 +++ lingucomponent/source/spellcheck/hunspell/langnum.hxx      2005-09-19 
23:54:24.000000000 +0200
 @@ -0,0 +1,37 @@
@@ -12498,7 +12498,7 @@
 +};
 +
 +#endif
-diff -Naur -x '*CVS*' 
lingucomponent.old/source/spellcheck/hunspell/license.hunspell 
lingucomponent/source/spellcheck/hunspell/license.hunspell
+diff -Naur -x CVS 
lingucomponent.old/source/spellcheck/hunspell/license.hunspell 
lingucomponent/source/spellcheck/hunspell/license.hunspell
 --- lingucomponent.old/source/spellcheck/hunspell/license.hunspell     
1970-01-01 01:00:00.000000000 +0100
 +++ lingucomponent/source/spellcheck/hunspell/license.hunspell 2005-09-19 
23:54:25.000000000 +0200
 @@ -0,0 +1,23 @@
@@ -12525,7 +12525,7 @@
 + *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 + *
 + */
-diff -Naur -x '*CVS*' 
lingucomponent.old/source/spellcheck/hunspell/license.myspell 
lingucomponent/source/spellcheck/hunspell/license.myspell
+diff -Naur -x CVS 
lingucomponent.old/source/spellcheck/hunspell/license.myspell 
lingucomponent/source/spellcheck/hunspell/license.myspell
 --- lingucomponent.old/source/spellcheck/hunspell/license.myspell      
1970-01-01 01:00:00.000000000 +0100
 +++ lingucomponent/source/spellcheck/hunspell/license.myspell  2005-09-19 
23:54:25.000000000 +0200
 @@ -0,0 +1,61 @@
@@ -12590,7 +12590,7 @@
 + * case conversion tables.
 + *
 + */
-diff -Naur -x '*CVS*' 
lingucomponent.old/source/spellcheck/hunspell/makefile.mk 
lingucomponent/source/spellcheck/hunspell/makefile.mk
+diff -Naur -x CVS lingucomponent.old/source/spellcheck/hunspell/makefile.mk 
lingucomponent/source/spellcheck/hunspell/makefile.mk
 --- lingucomponent.old/source/spellcheck/hunspell/makefile.mk  1970-01-01 
01:00:00.000000000 +0100
 +++ lingucomponent/source/spellcheck/hunspell/makefile.mk      2005-09-19 
23:54:26.000000000 +0200
 @@ -0,0 +1,110 @@
@@ -12598,9 +12598,9 @@
 +#
 +#   $RCSfile: cws-hunspell.diff,v $
 +#
-+#   $Revision: 1.1 $
++#   $Revision: 1.2 $
 +#
-+#   last change: $Author: timar $ $Date: 2005/12/10 19:26:19 $
++#   last change: $Author: timar $ $Date: 2005/12/12 12:13:14 $
 +#
 +#   The Contents of this file are made available subject to the terms of
 +#   either of the following licenses
@@ -12704,7 +12704,7 @@
 +
 +.INCLUDE : target.mk
 +
-diff -Naur -x '*CVS*' 
lingucomponent.old/source/spellcheck/hunspell/suggestmgr.cxx 
lingucomponent/source/spellcheck/hunspell/suggestmgr.cxx
+diff -Naur -x CVS lingucomponent.old/source/spellcheck/hunspell/suggestmgr.cxx 
lingucomponent/source/spellcheck/hunspell/suggestmgr.cxx
 --- lingucomponent.old/source/spellcheck/hunspell/suggestmgr.cxx       
1970-01-01 01:00:00.000000000 +0100
 +++ lingucomponent/source/spellcheck/hunspell/suggestmgr.cxx   2005-11-11 
00:59:07.000000000 +0100
 @@ -0,0 +1,1658 @@
@@ -14366,7 +14366,7 @@
 +  if (result) free(result);
 +  return len;
 +}
-diff -Naur -x '*CVS*' 
lingucomponent.old/source/spellcheck/hunspell/suggestmgr.hxx 
lingucomponent/source/spellcheck/hunspell/suggestmgr.hxx
+diff -Naur -x CVS lingucomponent.old/source/spellcheck/hunspell/suggestmgr.hxx 
lingucomponent/source/spellcheck/hunspell/suggestmgr.hxx
 --- lingucomponent.old/source/spellcheck/hunspell/suggestmgr.hxx       
1970-01-01 01:00:00.000000000 +0100
 +++ lingucomponent/source/spellcheck/hunspell/suggestmgr.hxx   2005-11-09 
04:50:24.000000000 +0100
 @@ -0,0 +1,87 @@
@@ -14457,7 +14457,7 @@
 +
 +#endif
 +
-diff -Naur -x '*CVS*' 
lingucomponent.old/source/spellcheck/hunspell/utf_info.cxx 
lingucomponent/source/spellcheck/hunspell/utf_info.cxx
+diff -Naur -x CVS lingucomponent.old/source/spellcheck/hunspell/utf_info.cxx 
lingucomponent/source/spellcheck/hunspell/utf_info.cxx
 --- lingucomponent.old/source/spellcheck/hunspell/utf_info.cxx 1970-01-01 
01:00:00.000000000 +0100
 +++ lingucomponent/source/spellcheck/hunspell/utf_info.cxx     2005-09-19 
23:54:27.000000000 +0200
 @@ -0,0 +1,8506 @@
@@ -22967,21 +22967,9 @@
 +{ 0xFFDB, 0xFFDB, 0xFFDB },
 +{ 0xFFDC, 0xFFDC, 0xFFDC }
 +};
-diff -Naur -x '*CVS*' lingucomponent.old/source/spellcheck/spell/makefile.mk 
lingucomponent/source/spellcheck/spell/makefile.mk
---- lingucomponent.old/source/spellcheck/spell/makefile.mk     2005-10-02 
16:57:10.000000000 +0200
-+++ lingucomponent/source/spellcheck/spell/makefile.mk 2005-12-10 
20:18:00.000000000 +0100
-@@ -4,9 +4,9 @@
- #
- #   $RCSfile: cws-hunspell.diff,v $
- #
--#   $Revision: 1.1 $
-+#   $Revision: 1.1 $
- #
--#   last change: $Author: timar $ $Date: 2005/12/10 19:26:19 $
-+#   last change: $Author: timar $ $Date: 2005/12/10 19:26:19 $
- #
- #   The Contents of this file are made available subject to
- #   the terms of GNU Lesser General Public License Version 2.1.
+diff -Naur -x CVS lingucomponent.old/source/spellcheck/spell/makefile.mk 
lingucomponent/source/spellcheck/spell/makefile.mk
+--- lingucomponent.old/source/spellcheck/spell/makefile.mk     2005-12-12 
12:55:06.000000000 +0100
++++ lingucomponent/source/spellcheck/spell/makefile.mk 2005-12-12 
12:57:57.000000000 +0100
 @@ -41,11 +41,16 @@
  USE_DEFFILE=TRUE
  
@@ -23035,21 +23023,9 @@
  SHL1STDLIBS+=   $(ULINGULIB)
  .ENDIF
  
-diff -Naur -x '*CVS*' lingucomponent.old/source/spellcheck/spell/sspellimp.cxx 
lingucomponent/source/spellcheck/spell/sspellimp.cxx
---- lingucomponent.old/source/spellcheck/spell/sspellimp.cxx   2005-10-02 
16:57:10.000000000 +0200
-+++ lingucomponent/source/spellcheck/spell/sspellimp.cxx       2005-12-08 
15:30:57.000000000 +0100
-@@ -4,9 +4,9 @@
-  *
-  *  $RCSfile: cws-hunspell.diff,v $
-  *
-- *  $Revision: 1.1 $
-+ *  $Revision: 1.1 $
-  *
-- *  last change: $Author: timar $ $Date: 2005/12/10 19:26:19 $
-+ *  last change: $Author: timar $ $Date: 2005/12/10 19:26:19 $
-  *
-  *  The Contents of this file are made available subject to
-  *  the terms of GNU Lesser General Public License Version 2.1.
+diff -Naur -x CVS lingucomponent.old/source/spellcheck/spell/sspellimp.cxx 
lingucomponent/source/spellcheck/spell/sspellimp.cxx
+--- lingucomponent.old/source/spellcheck/spell/sspellimp.cxx   2005-12-12 
12:55:06.000000000 +0100
++++ lingucomponent/source/spellcheck/spell/sspellimp.cxx       2005-12-12 
12:57:57.000000000 +0100
 @@ -54,7 +54,7 @@
  #include <osl/mutex.hxx>
  #endif
@@ -23127,21 +23103,9 @@
  }
  
  
-diff -Naur -x '*CVS*' lingucomponent.old/source/spellcheck/spell/sspellimp.hxx 
lingucomponent/source/spellcheck/spell/sspellimp.hxx
---- lingucomponent.old/source/spellcheck/spell/sspellimp.hxx   2005-10-02 
16:57:10.000000000 +0200
-+++ lingucomponent/source/spellcheck/spell/sspellimp.hxx       2005-12-08 
15:30:57.000000000 +0100
-@@ -4,9 +4,9 @@
-  *
-  *  $RCSfile: cws-hunspell.diff,v $
-  *
-- *  $Revision: 1.1 $
-+ *  $Revision: 1.1 $
-  *
-- *  last change: $Author: timar $ $Date: 2005/12/10 19:26:19 $
-+ *  last change: $Author: timar $ $Date: 2005/12/10 19:26:19 $
-  *
-  *  The Contents of this file are made available subject to
-  *  the terms of GNU Lesser General Public License Version 2.1.
+diff -Naur -x CVS lingucomponent.old/source/spellcheck/spell/sspellimp.hxx 
lingucomponent/source/spellcheck/spell/sspellimp.hxx
+--- lingucomponent.old/source/spellcheck/spell/sspellimp.hxx   2005-12-12 
12:55:06.000000000 +0100
++++ lingucomponent/source/spellcheck/spell/sspellimp.hxx       2005-12-12 
12:57:57.000000000 +0100
 @@ -96,7 +96,7 @@
        >
  {




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to