summaryrefslogtreecommitdiff
path: root/i18nutil
AgeCommit message (Collapse)AuthorFilesLines
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-3/+3
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-10-26missing dependencyStephan Bergmann1-1/+1
2011-10-21expose an API to map from UScriptCode to i18n::ScriptTypeCaolán McNamara2-0/+61
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-09-02add link lib for decompose_ja_voiced_sound_marksCaolán McNamara1-0/+1
2011-09-02move to comphelper, and renameCaolán McNamara3-5/+4
2011-09-01ditch x_rtl_uString_releaseCaolán McNamara1-9/+0
2011-09-01refactor x_rtl_uString_new_WithLength to be consistentCaolán McNamara2-13/+20
i.e. change x_rtl_uString_new_WithLength to always create a rtl_uString with ref count of 1, like rtl_uString_new_WithLength, so requiring: either the explicit use of rtl_uString_release or passing ownership to an OUString via OUString(pStr, SAL_NO_ACQUIRE) which will do the same in its dtor
2011-08-23merge these similar methods togetherCaolán McNamara2-18/+10
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud1-1/+1
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe1-0/+1
2011-08-02convert i18nutil to gbuildMatúš Kukan13-77/+209
2011-07-05removed obsolete code/commentsTakeshi Abe2-13/+1
2011-06-21Make the MinGW import library name match what libs.mk wantsTor Lillqvist1-0/+4
Use the i prefix only for import libraries built with MSC. Add COMID to the import library built with MinGW. This matches the shared library name on Unix, and MinGW is a Unix-style compiler.
2011-06-18ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau1-1/+1
2011-06-15Deliver also static i18nutil library if we have built it that way (as for iOS)Tor Lillqvist1-0/+1
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-10/+10
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky1-0/+5
Conflicts: svtools/source/filter/wmf/winmtf.hxx tools/source/fsys/urlobj.cxx unotools/source/config/configmgr.cxx unotools/source/config/makefile.mk vcl/inc/vcl/cursor.hxx vcl/source/gdi/outdevnative.cxx vcl/source/window/abstdlg.cxx vcl/source/window/toolbox.cxx vcl/unx/generic/printer/ppdparser.cxx vcl/unx/generic/printer/printerinfomanager.cxx
2011-04-28Remove some OS/2 codeFrancois Tigeot1-4/+0
2011-04-27i18nutil-glibc-braindamage-workaround.diff: build failure with glibc-2.4Petr Mladek1-0/+5
glibc 2.4's langinfo.h does "#define CURRENCY_SYMBOL __CURRENCY_SYMBOL" which (obviously) breaks UnicodeType::CURRENCY_SYMBOL
2011-02-27Remove "using namespace ::rtl"Julien Nabet1-1/+2
2011-01-16equalsAsciiL faster than equalsAscii & comparetoAscii(const sal_Char*)Caolán McNamara1-1/+1
2010-10-28add modelines to .h and .c files as wellCaolán McNamara4-0/+10
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth8-0/+21
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien13-53/+13
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-04-23CWS-TOOLING: integrate CWS ooo31gsl10_DEV300Ivo Hinkelmann1-0/+3
2009-04-20 17:22:17 +0200 pl r270996 : #i101210# reset maps in case of wrong index 2009-04-20 16:40:17 +0200 pl r270993 : #i101092# do not dispatch events twice
2009-04-01CWS-TOOLING: integrate CWS cmcfixes56Ivo Hinkelmann2-18/+18
2009-03-26 14:46:13 +0100 cmc r270080 : #i100517# merge changes of locales32 to match 2009-03-26 14:31:32 +0100 cmc r270079 : #i100517# add some brackets and remove stray ; 2009-03-25 13:30:36 +0100 cmc r270021 : #i100503# make tralay work again 2009-03-25 10:13:35 +0100 cmc r269999 : #i100536# remove last unused method 2009-03-24 15:13:50 +0100 cmc r269955 : #i100517# fix straight-forward warnings 2009-03-24 14:36:37 +0100 cmc r269947 : #i100469# keep ia64 and arm alignments after fork-exec to signal change, but hackaround for arm to keep userlevel qemu-arm working 2009-03-24 14:02:27 +0100 cmc r269943 : #i100223# make stl headers warning free for extra gcc 4.3 warnings 2009-03-24 13:58:15 +0100 cmc r269942 : #i100504# drawinglayer is warning free on ix86 linux 2009-03-24 13:56:15 +0100 cmc r269940 : #i100469# keep ia64 and arm alignments after fork-exec to signal change
2009-03-16CWS-TOOLING: integrate CWS ooo31gsl4_DEV300Vladimir Glazounov1-1/+8
2009-03-11 16:07:53 +0100 gh r269340 : missed compile on bigendian system (OSL_BIGENDIAN defined) 2009-03-11 10:22:27 +0100 pl r269300 : #i100057# one more case 2009-03-10 15:10:01 +0100 pl r269274 : #i100057# filter formatting marks in vcl i18n helper 2009-03-10 13:31:01 +0100 gh r269269 : #i100044#remove BiDi markers before sending to VCLTestTool 2009-03-10 10:16:05 +0100 hdu r269248 : #i100057# fix casefolding::getNextChar() end-of-string behaviour 2009-03-10 09:51:36 +0100 hdu r269245 : #i100044# add TransliterationModules_IGNORE_FORMATTING option 2009-03-09 14:30:00 +0100 pl r269176 : #i99360# workaround XIfEvent never returning
2008-09-19No old windows def files needed any more.Rüdiger Timm1-64/+0
2008-04-10INTEGRATION: CWS changefileheader (1.5.2); FILE MERGEDRüdiger Timm2-46/+36
2008/03/31 16:01:56 rt 1.5.2.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.6.2); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 16:01:56 rt 1.6.2.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.4.14); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 16:01:56 rt 1.4.14.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.5.46); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 16:01:56 rt 1.5.46.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.4.10); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 16:01:56 rt 1.4.10.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.6.14); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 16:01:55 rt 1.6.14.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.7.18); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 16:01:55 rt 1.7.18.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.3.46); FILE MERGEDRüdiger Timm1-26/+18
2008/04/01 15:20:15 thb 1.3.46.2: #i85898# Stripping all external header guards 2008/03/31 16:01:55 rt 1.3.46.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.4.2); FILE MERGEDRüdiger Timm2-46/+36
2008/03/31 16:01:55 rt 1.4.2.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.5.46); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 16:01:55 rt 1.5.46.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.3.46); FILE MERGEDRüdiger Timm1-32/+18
2008/04/01 15:20:14 thb 1.3.46.3: #i85898# Stripping all external header guards 2008/04/01 12:31:19 thb 1.3.46.2: #i85898# Stripping all external header guards 2008/03/31 16:01:55 rt 1.3.46.1: #i87441# Change license header to LPGL v3.
2008-01-28INTEGRATION: CWS i18n39 (1.4.38); FILE MERGEDVladimir Glazounov2-562/+657
2007/12/12 22:42:25 khong 1.4.38.1: #i81366# add new Japanese transliterations
2008-01-28INTEGRATION: CWS i18n39 (1.5.38); FILE MERGEDVladimir Glazounov1-8/+105
2007/12/12 22:42:25 khong 1.5.38.1: #i81366# add new Japanese transliterations
2008-01-28INTEGRATION: CWS i18n39 (1.3.38); FILE MERGEDVladimir Glazounov2-17/+64
2007/12/12 22:42:03 khong 1.3.38.1: #i81366# add new Japanese transliterations
2007-09-20INTEGRATION: CWS os2port01 (1.3.24); FILE MERGEDVladimir Glazounov1-2/+6
2006/12/28 15:00:07 ydario 1.3.24.1: OS/2 initial import.
2007-06-06INTEGRATION: CWS i18n30 (1.3.34); FILE MERGEDIvo Hinkelmann1-10/+27
2007/05/08 21:18:27 khong 1.3.34.1: #i74252# breakiterator & casefolding support for Copic
2007-06-06INTEGRATION: CWS i18n30 (1.5.20); FILE MERGEDIvo Hinkelmann1-4/+37
2007/05/08 21:18:27 khong 1.5.20.1: #i74252# breakiterator & casefolding support for Copic
2007-01-29INTEGRATION: CWS i18n29 (1.6.14); FILE MERGEDRüdiger Timm1-5/+9
2007/01/11 06:04:35 khong 1.6.14.1: #i69156# add more_above condition for Lithuanian case folding.
2006-10-24INTEGRATION: CWS pj59 (1.4.10); FILE MERGEDJens-Heiner Rechtien1-2/+0
2006/09/19 07:08:25 pjanik 1.4.10.1: #i69025#: Remove extraneous macosx-create-bundle call.