User: timar Date: 06/06/06 13:30:34 Added: /hu/src/2.0.3/Patches/ i62851-rsc.diff
Modified: /hu/src/2.0.3/Patches/ i59853-dejavu.diff Log: no message File Changes: Directory: /hu/src/2.0.3/Patches/ ================================= File [changed]: i59853-dejavu.diff Url: http://hu.openoffice.org/source/browse/hu/src/2.0.3/Patches/i59853-dejavu.diff?r1=1.2&r2=1.3 Delta lines: +2 -2 ------------------- --- i59853-dejavu.diff 24 May 2006 15:02:06 -0000 1.2 +++ i59853-dejavu.diff 6 Jun 2006 20:30:31 -0000 1.3 @@ -4947,8 +4947,8 @@ --- postprocess/prj/build.lst.orig 2006-02-12 20:30:54.000000000 +0100 +++ postprocess/prj/build.lst 2006-03-02 09:18:56.189045300 +0100 @@ -1,4 +1,4 @@ --po postprocess :: accessibility automation basctl bean BINFILTER:binfilter chart2 configmgr CRASHREP:crashrep dbaccess desktop dtrans embeddedobj embedserv EPM:epm eventattacher extensions extras fileaccess filter forms fpicker helpcontent2 hwpfilter io lingucomponent MATHMLDTD:MathMLDTD MSFONTEXTRACT:msfontextract ODK:odk officecfg package padmin psprint_config remotebridges sc scaddins scp2 scripting sd ODK:sdk_oo setup_native slideshow starmath sw sysui testshl2 testtools ucb UnoControls unoxml ure wizards xmerge xmlsecurity BITSTREAM_VERA_FONTS:bitstream_vera_fonts DICTIONARIES:dictionaries OOo:pyuno OOo:readlicense_oo SO:top unodevtools NULL -+po postprocess :: accessibility automation basctl bean BINFILTER:binfilter chart2 configmgr CRASHREP:crashrep dbaccess desktop dtrans embeddedobj embedserv EPM:epm eventattacher extensions extras fileaccess filter forms fpicker helpcontent2 hwpfilter io lingucomponent MATHMLDTD:MathMLDTD MSFONTEXTRACT:msfontextract ODK:odk officecfg package padmin psprint_config remotebridges sc scaddins scp2 scripting sd ODK:sdk_oo setup_native slideshow starmath sw sysui testshl2 testtools ucb UnoControls unoxml ure wizards xmerge xmlsecurity FONTS:fonts DICTIONARIES:dictionaries OOo:pyuno OOo:readlicense_oo SO:top unodevtools NULL +-po postprocess :: accessibility automation basctl bean fondu BINFILTER:binfilter chart2 configmgr CRASHREP:crashrep dbaccess desktop dtrans embeddedobj embedserv EPM:epm eventattacher extensions extras fileaccess filter forms fpicker helpcontent2 hwpfilter io lingucomponent MATHMLDTD:MathMLDTD MSFONTEXTRACT:msfontextract ODK:odk officecfg package padmin psprint_config remotebridges sc scaddins scp2 scripting sd ODK:sdk_oo setup_native slideshow starmath sw sysui testshl2 testtools ucb UnoControls unoxml ure wizards xmerge xmlsecurity BITSTREAM_VERA_FONTS:bitstream_vera_fonts DICTIONARIES:dictionaries OOo:pyuno OOo:readlicense_oo SO:top unodevtools NULL ++po postprocess :: accessibility automation basctl bean fondu BINFILTER:binfilter chart2 configmgr CRASHREP:crashrep dbaccess desktop dtrans embeddedobj embedserv EPM:epm eventattacher extensions extras fileaccess filter forms fpicker helpcontent2 hwpfilter io lingucomponent MATHMLDTD:MathMLDTD MSFONTEXTRACT:msfontextract ODK:odk officecfg package padmin psprint_config remotebridges sc scaddins scp2 scripting sd ODK:sdk_oo setup_native slideshow starmath sw sysui testshl2 testtools ucb UnoControls unoxml ure wizards xmerge xmlsecurity FONTS:fonts DICTIONARIES:dictionaries OOo:pyuno OOo:readlicense_oo SO:top unodevtools NULL po postprocess usr1 - all po_mkout NULL po postprocess\checkxml nmake - all po_checkxml NULL po postprocess\checkdeliver nmake - all po_checkdlv NULL File [added]: i62851-rsc.diff Url: http://hu.openoffice.org/source/browse/hu/src/2.0.3/Patches/i62851-rsc.diff?rev=1.1&content-type=text/vnd.viewcvs-markup Added lines: 27 --------------- ? rsc.diff ? wntmsci10.pro Index: source/rscpp/cpp3.c =================================================================== RCS file: /cvs/gsl/rsc/source/rscpp/cpp3.c,v retrieving revision 1.10 diff -u -r1.10 cpp3.c --- rsc/source/rscpp/cpp3.c 8 Sep 2005 13:58:46 -0000 1.10 +++ rsc/source/rscpp/cpp3.c 9 May 2006 14:52:47 -0000 @@ -263,7 +263,7 @@ case 'D': /* Define symbol */ #if HOST != SYS_UNIX - zap_uc(ap); /* Force define to U.C. */ +/* zap_uc(ap); /* Force define to U.C. */ #endif /* * If the option is just "-Dfoo", make it -Dfoo=1 @@ -326,7 +326,7 @@ case 'U': /* Undefine symbol */ #if HOST != SYS_UNIX - zap_uc(ap); +/* zap_uc(ap);*/ #endif if (defendel(ap, TRUE) == NULL) cwarn("\"%s\" wasn't defined", ap); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
