updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / unac / unactest1.patch
blob27ee029c6be3301ee6ae8b7994ff6809c7d6764b
1 diff -u unac-1.7.0/unactest1.c unac-1.7.0.new/unactest1.c
2 --- unac-1.7.0/unactest1.c 2002-07-03 03:41:54.000000000 -0400
3 +++ unac-1.7.0.new/unactest1.c 2011-05-01 12:23:19.496525641 -0400
4 @@ -26,414 +26,414 @@
6 #include "unac.h"
8 -static char* longstr_expected = "
10 -Senga - Catalog software
29 - senga.org
76 -December 28, 2000
78 - January 27, 2000
79 - Catalog-1.02
80 - is available.
82 - The dmoz loading process has been dramatically simplified. It is
83 - now only available as a command. No more fancy web interface that
84 - confuses everyone. In addition the convert_dmoz script now generates
85 - text files that can be directly loaded into Catalog instead of the
86 - intermediate XML file. The whole loading process now takes from
87 - one to two hours depending on your machine. It took around 10 hours
88 - with the previous version.
89 - The -exclude option was added to convert_dmoz to get rid of
90 - a whole branch of the catalog at load time. Typical usage would
91 - be convert_dmoz -exclude '^/Adult' -what content content.rdf.gz.
92 - A lot more sanity checks and repair have been added to deal with
93 - duplicates, category id conflicts and the like.
94 - Hopefully this new method will also be more understandable and
95 - generate less traffic on the mailing list. There is room for
96 - improvements and contributors are welcome.
98 - A new set of software is available in the
99 - download directory under the RedHat-6.1 section. These
100 - are the most up to date versions on which Catalog depends. Although the
101 - binaries depend on RedHat-6.1 the perl modules are source and can be
102 - used on any platform.
104 - September 7, 1999
105 - Catalog-1.01
106 - is available.
107 - This is a maintainance release.
109 - Various bug fixes. All easy
110 - to fix bugs have been fixed. Take a look at Bug Track to see what hasn't been fixed.
111 - The _PATHTEXT_ and _PATHFILE_
112 - tags syntax has been extended to specify a range of path component.
114 - Graham Barr added a recursive
115 - template feature for a catalog root page. This allows to show sub-categories
116 - of the root categories in the root page of a catalog.
119 - Don't hesitate to submit bugs
120 - or ideas to bug track. Hopefully the next version of Catalog will have
121 - a fast full text indexing mechanism and I'll be able to implement new
122 - functionalities.
124 - Have fun !
125 - July 3, 1999
126 - Catalog-1.00
127 - is available.
128 - This release includes PHP3
129 - code to display a catalog. The author is Weston Bustraan (weston@infinityteldata.net).
130 - The main motivation to jump directly to version 1.00 is to avoid version
131 - number problems on CPAN.
132 - July 2, 1999
133 - Catalog-0.19
134 - is available.
135 - This is a minor release. The
136 - most noticeable addition is the new search mechanism.
138 - Searching : two search modes
139 - are now available. AltaVista simple syntax and AltaVista advanced syntax.
140 - Both use the Text-Query and Text-Query-SQL perl modules.
141 - Dmoz loading is much more
142 - fault tolerant. In addition it can handle compressed versions of content.rdf
143 - and structure.rdf. The comments are now stored in text fields instead
144 - of char(255).
145 - The template system was
146 - extended with the pre_fill and post_fill parameters.
147 - Searching associated to
148 - a catalog dumped to static pages is now possible using the 'static'
149 - mode.
150 - Fixed two security weakness
151 - in confedit and recursive cgi handling.
152 - Many sql queries have been
153 - optimized.
154 - The configuration was changed
155 - a bit to fix bugs and to isolate database dependencies.
156 - The tests were updated to
157 - isolate database dependencies.
158 - Fixed numerous minor bugs,
159 - check ChangeLog if you're interested in details.
161 - Many thanks to Tim Bunce for
162 - his numerous contributions and ideas. He is the architect of the Text-Query
163 - and Text-Query-SQL modules, Eric Bohlman and Loic Dachary did the programming.
165 - Thanks to Eric Bohlman for
166 - his help on the Text-Query module. He was very busy but managed to spend
167 - the time needed to release it.
168 - There is not yet anything usable
169 - for full text indexing but we keep working on it. The storage management
170 - is now handled by the reiserfs file system thanks to Hans Reiser who is
171 - working full time on this. Loic Dachary does his best to get something
172 - working, if you're interested go to http://www.senga.org/mifluz/.
173 - For some mysterious reason
174 - CPAN lost track of Catalog name. In order to install catalog you should
175 - use perl -MCPAN -e 'install Catalog::db'. Weird but temporary.
176 - Have fun !
177 - The Senga Team
178 - Ecila
179 - 100 Av. du General Leclerc
180 - 93 500 Pantin
181 - Tel: 33 1 56 96 09 80
182 - Fax: 33 1 56 96 09 81
183 - WEB: http://www.senga.org/
184 - Mail: senga@senga.org
194 -Catalog |
195 -webbase |
196 -mifluz |
197 -unac |
198 -Search-Mifluz |
199 -Text-Query |
200 -uri |
201 -Statistics |
202 -News
211 +static char* longstr_expected = " \
213 +Senga - Catalog software\
232 + senga.org\
279 +December 28, 2000 \
281 + January 27, 2000\
282 + Catalog-1.02 \
283 + is available. \
285 + The dmoz loading process has been dramatically simplified. It is\
286 + now only available as a command. No more fancy web interface that\
287 + confuses everyone. In addition the convert_dmoz script now generates\
288 + text files that can be directly loaded into Catalog instead of the\
289 + intermediate XML file. The whole loading process now takes from \
290 + one to two hours depending on your machine. It took around 10 hours\
291 + with the previous version. \
292 + The -exclude option was added to convert_dmoz to get rid of \
293 + a whole branch of the catalog at load time. Typical usage would\
294 + be convert_dmoz -exclude '^/Adult' -what content content.rdf.gz.\
295 + A lot more sanity checks and repair have been added to deal with\
296 + duplicates, category id conflicts and the like.\
297 + Hopefully this new method will also be more understandable and \
298 + generate less traffic on the mailing list. There is room for \
299 + improvements and contributors are welcome. \
301 + A new set of software is available in the \
302 + download directory under the RedHat-6.1 section. These\
303 + are the most up to date versions on which Catalog depends. Although the\
304 + binaries depend on RedHat-6.1 the perl modules are source and can be\
305 + used on any platform.\
307 + September 7, 1999\
308 + Catalog-1.01 \
309 + is available. \
310 + This is a maintainance release.\
312 + Various bug fixes. All easy\
313 + to fix bugs have been fixed. Take a look at Bug Track to see what hasn't been fixed.\
314 + The _PATHTEXT_ and _PATHFILE_ \
315 + tags syntax has been extended to specify a range of path component.\
317 + Graham Barr added a recursive\
318 + template feature for a catalog root page. This allows to show sub-categories\
319 + of the root categories in the root page of a catalog.\
322 + Don't hesitate to submit bugs\
323 + or ideas to bug track. Hopefully the next version of Catalog will have\
324 + a fast full text indexing mechanism and I'll be able to implement new\
325 + functionalities.\
327 + Have fun !\
328 + July 3, 1999\
329 + Catalog-1.00 \
330 + is available. \
331 + This release includes PHP3 \
332 + code to display a catalog. The author is Weston Bustraan (weston@infinityteldata.net). \
333 + The main motivation to jump directly to version 1.00 is to avoid version \
334 + number problems on CPAN. \
335 + July 2, 1999\
336 + Catalog-0.19 \
337 + is available. \
338 + This is a minor release. The \
339 + most noticeable addition is the new search mechanism.\
341 + Searching : two search modes \
342 + are now available. AltaVista simple syntax and AltaVista advanced syntax. \
343 + Both use the Text-Query and Text-Query-SQL perl modules. \
344 + Dmoz loading is much more \
345 + fault tolerant. In addition it can handle compressed versions of content.rdf \
346 + and structure.rdf. The comments are now stored in text fields instead \
347 + of char(255).\
348 + The template system was \
349 + extended with the pre_fill and post_fill parameters.\
350 + Searching associated to \
351 + a catalog dumped to static pages is now possible using the 'static' \
352 + mode.\
353 + Fixed two security weakness \
354 + in confedit and recursive cgi handling.\
355 + Many sql queries have been \
356 + optimized.\
357 + The configuration was changed \
358 + a bit to fix bugs and to isolate database dependencies.\
359 + The tests were updated to \
360 + isolate database dependencies. \
361 + Fixed numerous minor bugs, \
362 + check ChangeLog if you're interested in details.\
364 + Many thanks to Tim Bunce for \
365 + his numerous contributions and ideas. He is the architect of the Text-Query \
366 + and Text-Query-SQL modules, Eric Bohlman and Loic Dachary did the programming. \
368 + Thanks to Eric Bohlman for \
369 + his help on the Text-Query module. He was very busy but managed to spend \
370 + the time needed to release it. \
371 + There is not yet anything usable \
372 + for full text indexing but we keep working on it. The storage management \
373 + is now handled by the reiserfs file system thanks to Hans Reiser who is \
374 + working full time on this. Loic Dachary does his best to get something \
375 + working, if you're interested go to http://www.senga.org/mifluz/. \
376 + For some mysterious reason \
377 + CPAN lost track of Catalog name. In order to install catalog you should \
378 + use perl -MCPAN -e 'install Catalog::db'. Weird but temporary.\
379 + Have fun !\
380 + The Senga Team\
381 + Ecila\
382 + 100 Av. du General Leclerc\
383 + 93 500 Pantin\
384 + Tel: 33 1 56 96 09 80\
385 + Fax: 33 1 56 96 09 81\
386 + WEB: http://www.senga.org/\
387 + Mail: senga@senga.org\
397 +Catalog |\
398 +webbase |\
399 +mifluz |\
400 +unac |\
401 +Search-Mifluz |\
402 +Text-Query |\
403 +uri |\
404 +Statistics |\
405 +News\
416 -static char* longstr = "
418 -Senga - Catalog software
433 -  
437 - senga.org
440
484 -December 28, 2000
486 - January 27, 2000
487 - Catalog-1.02
488 - is available.
490 - The dmoz loading process has been dramatically simplified. It is
491 - now only available as a command. No more fancy web interface that
492 - confuses everyone. In addition the convert_dmoz script now generates
493 - text files that can be directly loaded into Catalog instead of the
494 - intermediate XML file. The whole loading process now takes from
495 - one to two hours depending on your machine. It took around 10 hours
496 - with the previous version.
497 - The -exclude option was added to convert_dmoz to get rid of
498 - a whole branch of the catalog at load time. Typical usage would
499 - be convert_dmoz -exclude '^/Adult' -what content content.rdf.gz.
500 - A lot more sanity checks and repair have been added to deal with
501 - duplicates, category id conflicts and the like.
502 - Hopefully this new method will also be more understandable and
503 - generate less traffic on the mailing list. There is room for
504 - improvements and contributors are welcome.
506 - A new set of software is available in the
507 - download directory under the RedHat-6.1 section. These
508 - are the most up to date versions on which Catalog depends. Although the
509 - binaries depend on RedHat-6.1 the perl modules are source and can be
510 - used on any platform.
512 - September 7, 1999
513 - Catalog-1.01
514 - is available.
515 - This is a maintainance release.
517 - Various bug fixes. All easy
518 - to fix bugs have been fixed. Take a look at Bug Track to see what hasn't been fixed.
519 - The _PATHTEXT_ and _PATHFILE_
520 - tags syntax has been extended to specify a range of path component.
522 - Graham Barr added a recursive
523 - template feature for a catalog root page. This allows to show sub-categories
524 - of the root categories in the root page of a catalog.
527 - Don't hesitate to submit bugs
528 - or ideas to bug track. Hopefully the next version of Catalog will have
529 - a fast full text indexing mechanism and I'll be able to implement new
530 - functionalities.
532 - Have fun !
533 - July 3, 1999
534 - Catalog-1.00
535 - is available.
536 - This release includes PHP3
537 - code to display a catalog. The author is Weston Bustraan (weston@infinityteldata.net).
538 - The main motivation to jump directly to version 1.00 is to avoid version
539 - number problems on CPAN.
540 - July 2, 1999
541 - Catalog-0.19
542 - is available.
543 - This is a minor release. The
544 - most noticeable addition is the new search mechanism.
546 - Searching : two search modes
547 - are now available. AltaVista simple syntax and AltaVista advanced syntax.
548 - Both use the Text-Query and Text-Query-SQL perl modules.
549 - Dmoz loading is much more
550 - fault tolerant. In addition it can handle compressed versions of content.rdf
551 - and structure.rdf. The comments are now stored in text fields instead
552 - of char(255).
553 - The template system was
554 - extended with the pre_fill and post_fill parameters.
555 - Searching associated to
556 - a catalog dumped to static pages is now possible using the 'static'
557 - mode.
558 - Fixed two security weakness
559 - in confedit and recursive cgi handling.
560 - Many sql queries have been
561 - optimized.
562 - The configuration was changed
563 - a bit to fix bugs and to isolate database dependencies.
564 - The tests were updated to
565 - isolate database dependencies.
566 - Fixed numerous minor bugs,
567 - check ChangeLog if you're interested in details.
569 - Many thanks to Tim Bunce for
570 - his numerous contributions and ideas. He is the architect of the Text-Query
571 - and Text-Query-SQL modules, Eric Bohlman and Loic Dachary did the programming.
573 - Thanks to Eric Bohlman for
574 - his help on the Text-Query module. He was very busy but managed to spend
575 - the time needed to release it.
576 - There is not yet anything usable
577 - for full text indexing but we keep working on it. The storage management
578 - is now handled by the reiserfs file system thanks to Hans Reiser who is
579 - working full time on this. Loic Dachary does his best to get something
580 - working, if you're interested go to http://www.senga.org/mifluz/.
581 - For some mysterious reason
582 - CPAN lost track of Catalog name. In order to install catalog you should
583 - use perl -MCPAN -e 'install Catalog::db'. Weird but temporary.
584 - Have fun !
585 - The Senga Team
586 - Ecila
587 - 100 Av. du Général Leclerc
588 - 93 500 Pantin
589 - Tel: 33 1 56 96 09 80
590 - Fax: 33 1 56 96 09 81
591 - WEB: http://www.senga.org/
592 - Mail: senga@senga.org
597 -  
602 -Catalog |
603 -webbase |
604 -mifluz |
605 -unac |
606 -Search-Mifluz |
607 -Text-Query |
608 -uri |
609 -Statistics |
610 -News
619 +static char* longstr = " \
621 +Senga - Catalog software\
636 +  \
640 + senga.org\
643 +  \
687 +December 28, 2000 \
689 + January 27, 2000\
690 + Catalog-1.02 \
691 + is available. \
693 + The dmoz loading process has been dramatically simplified. It is\
694 + now only available as a command. No more fancy web interface that\
695 + confuses everyone. In addition the convert_dmoz script now generates\
696 + text files that can be directly loaded into Catalog instead of the\
697 + intermediate XML file. The whole loading process now takes from \
698 + one to two hours depending on your machine. It took around 10 hours\
699 + with the previous version. \
700 + The -exclude option was added to convert_dmoz to get rid of \
701 + a whole branch of the catalog at load time. Typical usage would\
702 + be convert_dmoz -exclude '^/Adult' -what content content.rdf.gz.\
703 + A lot more sanity checks and repair have been added to deal with\
704 + duplicates, category id conflicts and the like.\
705 + Hopefully this new method will also be more understandable and \
706 + generate less traffic on the mailing list. There is room for \
707 + improvements and contributors are welcome. \
709 + A new set of software is available in the \
710 + download directory under the RedHat-6.1 section. These\
711 + are the most up to date versions on which Catalog depends. Although the\
712 + binaries depend on RedHat-6.1 the perl modules are source and can be\
713 + used on any platform.\
715 + September 7, 1999\
716 + Catalog-1.01 \
717 + is available. \
718 + This is a maintainance release.\
720 + Various bug fixes. All easy\
721 + to fix bugs have been fixed. Take a look at Bug Track to see what hasn't been fixed.\
722 + The _PATHTEXT_ and _PATHFILE_ \
723 + tags syntax has been extended to specify a range of path component.\
725 + Graham Barr added a recursive\
726 + template feature for a catalog root page. This allows to show sub-categories\
727 + of the root categories in the root page of a catalog.\
730 + Don't hesitate to submit bugs\
731 + or ideas to bug track. Hopefully the next version of Catalog will have\
732 + a fast full text indexing mechanism and I'll be able to implement new\
733 + functionalities.\
735 + Have fun !\
736 + July 3, 1999\
737 + Catalog-1.00 \
738 + is available. \
739 + This release includes PHP3 \
740 + code to display a catalog. The author is Weston Bustraan (weston@infinityteldata.net). \
741 + The main motivation to jump directly to version 1.00 is to avoid version \
742 + number problems on CPAN. \
743 + July 2, 1999\
744 + Catalog-0.19 \
745 + is available. \
746 + This is a minor release. The \
747 + most noticeable addition is the new search mechanism.\
749 + Searching : two search modes \
750 + are now available. AltaVista simple syntax and AltaVista advanced syntax. \
751 + Both use the Text-Query and Text-Query-SQL perl modules. \
752 + Dmoz loading is much more \
753 + fault tolerant. In addition it can handle compressed versions of content.rdf \
754 + and structure.rdf. The comments are now stored in text fields instead \
755 + of char(255).\
756 + The template system was \
757 + extended with the pre_fill and post_fill parameters.\
758 + Searching associated to \
759 + a catalog dumped to static pages is now possible using the 'static' \
760 + mode.\
761 + Fixed two security weakness \
762 + in confedit and recursive cgi handling.\
763 + Many sql queries have been \
764 + optimized.\
765 + The configuration was changed \
766 + a bit to fix bugs and to isolate database dependencies.\
767 + The tests were updated to \
768 + isolate database dependencies. \
769 + Fixed numerous minor bugs, \
770 + check ChangeLog if you're interested in details.\
772 + Many thanks to Tim Bunce for \
773 + his numerous contributions and ideas. He is the architect of the Text-Query \
774 + and Text-Query-SQL modules, Eric Bohlman and Loic Dachary did the programming. \
776 + Thanks to Eric Bohlman for \
777 + his help on the Text-Query module. He was very busy but managed to spend \
778 + the time needed to release it. \
779 + There is not yet anything usable \
780 + for full text indexing but we keep working on it. The storage management \
781 + is now handled by the reiserfs file system thanks to Hans Reiser who is \
782 + working full time on this. Loic Dachary does his best to get something \
783 + working, if you're interested go to http://www.senga.org/mifluz/. \
784 + For some mysterious reason \
785 + CPAN lost track of Catalog name. In order to install catalog you should \
786 + use perl -MCPAN -e 'install Catalog::db'. Weird but temporary.\
787 + Have fun !\
788 + The Senga Team\
789 + Ecila\
790 + 100 Av. du Général Leclerc\
791 + 93 500 Pantin\
792 + Tel: 33 1 56 96 09 80\
793 + Fax: 33 1 56 96 09 81\
794 + WEB: http://www.senga.org/\
795 + Mail: senga@senga.org\
800 +  \
805 +Catalog |\
806 +webbase |\
807 +mifluz |\
808 +unac |\
809 +Search-Mifluz |\
810 +Text-Query |\
811 +uri |\
812 +Statistics |\
813 +News\
824 int main() {