summaryrefslogtreecommitdiffstats
path: root/hunspell
Commit message (Collapse)AuthorAgeFilesLines
* hunspell: fix warningsMichael Stahl2012-08-022-0/+92
| | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-0/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* Simplify install name handling for external libraries on Mac OS XStephan Bergmann2012-02-291-1/+4
| | | | | | | | | ...by allowing our special @___... tokens anywhere within an install name, so that external modules can configure --prefix=/@___... etc. This removes the need for the special extshl and EXTRPATH=LOADER. Also, a new OUT2BIN_NONE can be used for external modules where the generated libraries need the default EXTRPATH=OOO, but generated executables are only used during the build and such need RPATH=NONE.
* Use STDLIBCUIMT so that the sample executables link for AndroidTor Lillqvist2012-02-181-1/+1
| | | | | | | Without using STDLIBCUIMT and the -lgnustl_shared it contains the sample executables in hunspell and mythes won't link. Sure, they won't be used for anything, but it's easier this way than to patch out building them.
* Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich2012-02-091-0/+4
|
* Make Android cross-build workingThorsten Behrens2011-09-271-9/+18
| | | | | | | | | | | | In the spirit of 12759f67a36d52a345be6002d7017551e8414c59, change external lib's config.sub to eat the arm-unknown-linux-androideabi host os string. Also, permit shared libs again - seems Android can handle those. Added dictionaries to cross-build-toolset - idxdict is needed. Should build up to sfx2 - some residual static lib issues there, and in raptor.
* added twofold affix+compound to hunspell, as the official fixed ↵Arno Teigseth2011-09-142-0/+81
| | | | https://sourceforge.net/tracker/index.php?func=detail&aid=3288562&group_id=143754&atid=756395
* 1.2 -> 1.3Caolán McNamara2011-06-231-2/+2
|
* upgrade to hunspell-1.3.2Caolán McNamara2011-06-235-14/+14
|
* Pass --build and --host options also when cross-compiling to WindowsTor Lillqvist2011-06-171-0/+6
|
* hunspell-mingw.patch does not even applyTor Lillqvist2011-06-172-15/+0
|
* Add Android patchTor Lillqvist2011-06-112-1/+35
|
* Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist2011-06-061-1/+1
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-5/+5
|
* Drop unnecessary quotes around platform tripletsTor Lillqvist2011-05-301-1/+1
|
* Pass --build and --host options when cross-compilingTor Lillqvist2011-05-291-0/+4
|
* Drop OS2Tor Lillqvist2011-05-211-4/+0
|
* Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky2011-03-091-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: boost/aliasing.patch boost/makefile.mk cairo/cairo/makefile.mk cairo/pixman/makefile.mk dictionaries/da_DK/README_th_da_DK.txt dictionaries/da_DK/description.xml dictionaries/da_DK/dictionaries.xcu dictionaries/da_DK/makefile.mk dictionaries/da_DK/th_da_DK.dat dictionaries/de_AT/th_de_AT_v2.idx dictionaries/de_CH/th_de_CH_v2.idx dictionaries/de_DE/COPYING dictionaries/de_DE/COPYING_GPLv2 dictionaries/de_DE/COPYING_GPLv2.txt dictionaries/de_DE/README_extension_owner.txt dictionaries/de_DE/README_th_de_DE_v2.txt dictionaries/de_DE/makefile.mk dictionaries/de_DE/th_de_DE_v2.idx icu/makefile.mk moz/makefile.mk python/makefile.mk
| * #i107097# - pass MAXPROCESS to GNU make in external modulesHans-Joachim Lankenau2010-07-201-1/+1
| |
* | Static defines when building static hunspell on WindowsFridrich Štrba2011-02-102-0/+12
| |
* | have to deliver some .h files as well nowCaolán McNamara2011-02-082-1/+3
| |
* | Resolves: fdo#34031 bump to hunspell 1.3.1Caolán McNamara2011-02-088-92/+9
| |
* | build without nls, we don't need itCaolán McNamara2011-02-051-2/+2
| |
* | fixed a crash - fdo#32850Laszlo Nemeth2011-01-062-1/+13
| |
* | backport the run valgrind correctly fixCaolán McNamara2010-12-102-1/+15
| |
* | fix AIX buildCaolán McNamara2010-10-131-0/+4
|/
* CWS-TOOLING: integrate CWS mingwport30obo2010-06-222-1/+16
|\
| * i#111958: MinGW port enhancement: runtime-pseude-reloc-v2tono2010-05-311-1/+1
| |
| * i#111382: Mingw port for hunspell 1.2.9tono2010-05-312-1/+16
| |
* | masterfix: #i10000# remove typoobo2010-06-101-1/+1
| |
* | cws tl74: merge with DEV300_m81Thomas Lange [tl]2010-06-096-663/+51
|\|
| * CWS-TOOLING: integrate CWS hunspell129Jens-Heiner Rechtien2010-04-136-662/+50
| |\
| | * hunspell129: #i107768# fix stack smashCaolán McNamara2010-03-042-1/+30
| | |
| | * hunspell129: add back in solaris ICONV disableCaolán McNamara2010-02-272-1/+14
| | |
| | * hunspell129: need a dummy config.h for windowsCaolán McNamara2010-02-252-0/+8
| | |
| | * hunspell129: pre-upgrade build testsCaolán McNamara2010-02-253-663/+2
| | |
| * | ause110: update to DEV300_m74Hans-Joachim Lankenau2010-03-101-5/+1
| |\|
| * | ause110: #i106731# remove tarballs from scm and find them in download cache dirHans-Joachim Lankenau2010-01-151-0/+1
| | |
* | | cws tl74: #i107768# fix for thesaurus crashThomas Lange [tl]2010-03-172-1/+30
| |/ |/|
* | changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-121-5/+1
|/ | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* merge commitMathias Bauer2009-09-251-1/+3
|\
| * CWS-TOOLING: integrate CWS cloph13Jens-Heiner Rechtien2009-09-161-1/+3
| | | | | | | | | | | | | | | | | | 2009-09-01 #i104566# also use syslibroot/isysroot for external components 2009-08-28 #i104568# clean up duplicated definitions of OBJCXXFLAGS 2009-08-28 #i104567# add ccache-detection to configure (to skip to objcxx-flags) 2009-08-28 #i104566# use Mac OS X 10.4-SDK to ensure backwards compatibility use MACOSX_DEPLOYMENT_TARGET and sysroot/syslibroot switches ignore "-isysroot /Developer/..." arguments for OOo's cpp
* | #i103496#: remove superfluous dependencies in external librariesMathias Bauer2009-07-282-2/+3
|/
* CWS-TOOLING: integrate CWS cmcfixes59Kurt Zenker2009-06-042-1/+25
| | | | | | | | | 2009-05-18 10:10:11 +0200 cmc r272001 : #i102012# remove extensions warnings, and set as warnings-free 2009-05-16 17:29:59 +0200 cmc r271981 : #i101990# silence warning, logic is unchanged 2009-05-16 17:13:59 +0200 cmc r271980 : #i100412 remove warning, logic is unchanged 2009-05-16 17:08:57 +0200 cmc r271979 : #i100412 remove warning, logic is unchanged, matches comments for intent 2009-05-16 17:01:08 +0200 cmc r271978 : #i86576# remove uncallable code 2009-05-16 15:41:46 +0200 cmc r271977 : #i101988# fix up consts for warning-free
* CWS-TOOLING: integrate CWS mingwport18Release Engineers2009-04-102-2/+19
| | | | | | | | | | | | | | | | | | | | | | 2009-03-27 12:51:41 +0100 tono r270150 : CWS-TOOLING: rebase CWS mingwport18 to trunk@270033 (milestone: DEV300:m45) 2009-03-26 22:41:14 +0100 tono r270120 : files with invalid names removed 2009-03-26 22:40:11 +0100 tono r270119 : files with invalid names removed 2009-03-26 22:39:04 +0100 tono r270118 : files with invalid names removed 2009-03-26 22:36:00 +0100 tono r270117 : files with invalid names removed 2009-03-26 22:33:42 +0100 tono r270116 : files with invalid names removed 2009-03-26 22:32:14 +0100 tono r270115 : files with invalid names removed 2009-03-26 22:24:41 +0100 tono r270114 : files with invalid names removed 2009-03-26 22:16:41 +0100 tono r270113 : files with invalid names removed 2009-03-26 22:15:52 +0100 tono r270112 : files with invalid names removed 2009-03-26 22:14:44 +0100 tono r270111 : files with invalid names removed 2009-03-26 22:12:28 +0100 tono r270110 : files with invalid names removed 2009-03-26 21:46:31 +0100 tono r270109 : files with invalid names removed 2009-03-22 12:41:21 +0100 tono r269847 : i#100463: MinGW port header patch enhancement 2009-03-22 12:39:39 +0100 tono r269846 : i#100462: MinGW port update for python 2009-03-22 12:37:52 +0100 tono r269845 : i#100461: MinGW port fix for store/workben 2009-03-22 12:36:10 +0100 tono r269844 : i#100460: MinGW port fix for sal when debug=true 2009-03-21 01:06:50 +0100 tono r269833 : i#100210: MinGW port fix for hunspell-1.2.8 2009-03-21 01:04:08 +0100 tono r269832 : i#100209: MinGW port fix for sspi
* #i10000# PATCH_FILE_NAME -> PATCH_FILESRelease Engineers2009-03-091-1/+1
|
* #i10000# AUGMENT_LIBRARY_PATH missingOliver Bolte2009-03-091-1/+1
|
* CWS-TOOLING: integrate CWS hunspell4thesaurusOliver Bolte2009-03-043-554/+628
| | | | | | | | | | | | | | | | | | | | | | | 2009-02-02 16:45:01 +0100 hjs r267278 : #i98415# - kick touch here - go for the root cause elsewhere 2009-02-02 12:09:15 +0100 hjs r267257 : #i98415# - fix parameters of touch 2009-01-23 23:13:00 +0100 mba r266855 : fixed warning 2009-01-23 18:59:55 +0100 mba r266848 : #i98415#: touch copied files 2009-01-21 09:58:05 +0100 nemeth r266633 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@266428 (milestone: DEV300:m39) 2009-01-21 09:04:48 +0100 nemeth r266629 : Issue: #19563 Submitted by: nemeth Reviewed by: nemeth Patch: handle bad dictionary items for back compatibility (affix separator without affix flags) 2009-01-20 20:04:10 +0100 nemeth r266622 : Issue: #19563 Submitted by: nemeth Reviewed by:nemeth Add two small fixes for SF.net Hunspell Bug ID 2487684 2519814 2008-12-10 00:21:41 +0100 nemeth r265141 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@264807 (milestone: DEV300:m37) 2008-12-09 16:12:56 +0100 nemeth r265113 : #i19563#: fixed stemming, and #i90028#: fixed and improved hyphenation 2008-11-26 23:09:05 +0100 nemeth r264438 : #i90028#: CWS hunspell4thesaurus: Windows fixes of the Hunspell patch. 2008-11-26 22:51:03 +0100 nemeth r264436 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@264325 (milestone: DEV300:m36) 2008-11-22 09:02:20 +0100 nemeth r264182 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@263288 (milestone: DEV300:m35) 2008-11-22 08:23:10 +0100 nemeth r264181 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@263288 (milestone: DEV300:m35) 2008-11-21 22:15:21 +0100 nemeth r264176 : #i90028#: migrate CWS hunspell4thesaurus to SVN.
* CWS-TOOLING: integrate CWS ause099Oliver Bolte2009-02-191-1/+1
| | | | | | | | | | | | | | | | | | | 2009-01-29 12:30:57 +0100 hjs r267116 : #i98365# fix unsetting g+s bit 2009-01-23 14:21:19 +0100 hjs r266819 : #i40246# - cleanup 2009-01-23 14:14:07 +0100 hjs r266818 : #i40246# - fix quoting of final echo line 2009-01-23 12:42:33 +0100 hjs r266807 : #i98365# leave higher bits alone 2009-01-23 11:23:42 +0100 rt r266799 : Header 2009-01-22 19:14:25 +0100 hjs r266753 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:22:18 +0100 hjs r266737 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:54 +0100 hjs r266736 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:24 +0100 hjs r266735 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:08:33 +0100 hjs r266734 : #i40246# renamed variable 2009-01-22 16:05:26 +0100 hjs r266733 : #i40246# renamed variable 2009-01-20 17:46:54 +0100 hjs r266610 : #i98290# cleanup 2009-01-19 19:32:19 +0100 hjs r266522 : CWS-TOOLING: rebase CWS ause099 to trunk@266428 (milestone: DEV300:m39) 2008-12-08 21:00:09 +0100 hjs r265049 : CWS-TOOLING: rebase CWS ause099 to trunk@264807 (milestone: DEV300:m37) 2008-11-27 18:25:18 +0100 hjs r264513 : #i40246# - support multiple patches per archive 2008-11-17 19:00:12 +0100 hjs r263738 : CWS-TOOLING: rebase CWS ause099 to trunk@263288 (milestone: DEV300:m35)
* CWS-TOOLING: integrate CWS os2port04Rüdiger Timm2008-12-091-0/+3
| | | | | | | | | | | | | | | | | 2008-11-27 13:22:38 +0100 ydario r264480 : #i96439#: fix build for unix platforms. 2008-11-26 18:32:42 +0100 ydario r264433 : #i96439#: os2 systemshell code (dummy code). 2008-11-26 16:33:48 +0100 ydario r264421 : #i96439#: vcl fix for pdf export of truetype fonts. 2008-11-26 15:04:44 +0100 ydario r264399 : #i96439#: build macros fix scripts, gcc specific flags. 2008-11-26 15:00:15 +0100 ydario r264398 : #i96439#: vcl source code updates. 2008-11-26 13:21:37 +0100 ydario r264378 : #i96439#: os2 build system fixes. 2008-11-26 13:20:27 +0100 ydario r264377 : #i96439#: configuration and build macros updates. 2008-11-26 13:16:35 +0100 ydario r264375 : #i96439#: new launcher code, build system updates. 2008-11-26 13:12:49 +0100 ydario r264373 : #i96439#: use OSL endian macro. 2008-11-26 12:54:50 +0100 ydario r264371 : #i96439#: os2 build system fixes. 2008-11-26 12:30:46 +0100 ydario r264367 : #i96439#: os2 build system fixes. 2008-11-26 12:09:33 +0100 ydario r264365 : #i96439#: _Export is a reserved keyword under gcc for os2. 2008-11-26 12:08:12 +0100 ydario r264364 : #i96439#: new libpath handling. 2008-11-26 11:57:51 +0100 ydario r264363 : #i96439#: use C call, generates proper stabs; fix rtti names.