Matúš Kukan
f958657cc5
gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'
2011-12-16 21:20:08 +01:00
Bjoern Michaelsen
098bb4d484
use gbuild_simple.mk in i18npool
2011-12-07 15:53:04 +01:00
Bjoern Michaelsen
b1d20f6847
set gb_PARTIALBUILD in CustomTargets
2011-11-29 18:11:51 +01:00
Norbert Thiebaud
2d16b82e09
remove include of pch header from i18npool
2011-11-27 13:12:24 -06:00
Caolán McNamara
cd9038dd39
move to comphelper, and rename
2011-09-02 09:54:17 +01:00
Caolán McNamara
23854ea235
refactor x_rtl_uString_new_WithLength to be consistent
...
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-09-01 09:53:36 +01:00
Caolán McNamara
5e51cc84d9
these don't actually take ownership, just copy and leak original
2011-09-01 09:53:36 +01:00
Caolán McNamara
14a255f9c0
add errno.h for errno
2011-08-19 16:23:59 +01:00
Tor Lillqvist
d62e4809df
Use cygpath -m on Windows where necessary
...
We can't pass Cygwin pathnames to non-Cygwin programs.
2011-08-19 18:00:36 +03:00
Tor Lillqvist
a72c7acad9
Improve input and output file open error handling
...
Tell file name and actual error in error message. Print error message
to stderr. Always exit with failure when not able to open an input or
output file.
2011-08-19 17:59:03 +03:00
Caolán McNamara
bd6fadb384
another one
2011-08-19 15:56:11 +01:00
Matúš Kukan
2674376ddf
convert i18npool to gbuild
2011-08-17 17:34:23 +02:00
Tor Lillqvist
0abcc8b6e3
Don't pointlessly build the i18npool build-time tools when cross-compiling
2011-07-10 09:35:02 +03:00
Tor Lillqvist
a31a128023
Use MSVC-specific compiler options only when $(COM)==MSC
2011-06-21 02:24:39 +03:00
Tor Lillqvist
9398a30eee
Run tool executables built for the BUILD platform
2011-06-08 00:24:44 +03:00
Julien Nabet
b0195a1c38
Remove "using namespace ::rtl"
2011-02-27 14:10:42 +01:00
Thomas Arnhold
2fb4d4800c
Replace suitable equalsAscii calls with equalsAsciiL.
...
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-20 11:35:10 +01:00
Gert Faller
c05398cf68
RTL_CONSTASCII_USTRINGPARAM in libs-gui 16
2010-11-25 21:02:33 +01:00
Gert Faller
d2cac56c66
RTL_CONSTASCII_USTRINGPARAM in libs-gui 03
2010-11-22 17:20:34 +01:00
Sebastian Spaeth
4905a19032
Add vim/emacs modelines to all source files
...
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-10-14 17:02:15 +02:00
sb
4a366e4ee7
sb118: merged in re/DEV300_next towards DEV300_m76
2010-04-07 13:14:23 +02:00
sb
ba88d908e6
sb118: merged in DEV300_m72
2010-02-25 12:46:45 +01:00
Jens-Heiner Rechtien
8764506704
changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-12 15:01:35 +01:00
sb
eeca9dafb7
sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates
2010-01-29 17:01:54 +01:00
Eike Rathke
7ec64cd1dc
locales33: merge with DEV300 m73
2010-03-02 15:45:58 +01:00
Eike Rathke
8083244e81
locales33: #i109095# added Unicode 5.1.0 mappings to Simplified/Traditional Chinese character conversion table; patch from <timothyl>
2010-02-20 23:34:03 +01:00
Caolán McNamara
f213a6f615
cmcfixes66: #i106673# arrays don't fit in windows default stack
2009-11-09 09:59:57 +00:00
Caolán McNamara
633f194aa5
cmcfixes66: #i106673# fix memleak
2009-11-06 10:56:40 +00:00
Oliver Bolte
10c3d32975
CWS-TOOLING: integrate CWS sb104
...
2009-01-27 13:09:06 +0100 sb r266986 : #i97992# cws rebase: merged cws/sb104/config_office/set_soenv.in with moved tags/DEV300_m40/set_soenv.in
2009-01-27 10:56:40 +0100 sb r266966 : CWS-TOOLING: rebase CWS sb104 to trunk@266944 (milestone: DEV300:m40)
2009-01-20 14:37:00 +0100 sb r266581 : #i97992# missing treatment of Solaris-only adjustvisibility as build-internal tool
2009-01-20 09:32:38 +0100 sb r266554 : CWS-TOOLING: rebase CWS sb104 to trunk@266428 (milestone: DEV300:m39)
2009-01-14 13:40:45 +0100 sb r266296 : #i97992# do not pass comment lines to shell
2009-01-14 12:50:34 +0100 sb r266290 : #i97992# avoid problems with checkdll not finding AWTLIB and its dependents
2009-01-14 12:49:20 +0100 sb r266289 : #i97992# on Linux and Solaris, regxpcom apparently needs to be called with the libxpcom.so directory on the LD_LIBRARY_PATH
2009-01-13 09:41:37 +0100 sb r266196 : #i97992# fixed AUGMENT_LIBRARY_PATH definitions
2009-01-12 18:02:03 +0100 sb r266177 : #i97992# get rid of LD_LIBRARY_PATH in build environment
2009-02-19 11:42:47 +00:00
Oliver Bolte
3735d9d387
CWS-TOOLING: integrate CWS cmcfixes49
2008-10-10 13:02:43 +00:00
Rüdiger Timm
ad18b97720
INTEGRATION: CWS changefileheader (1.6.14); FILE MERGED
...
2008/03/31 16:01:30 rt 1.6.14.1: #i87441# Change license header to LPGL v3.
2008-04-10 08:11:44 +00:00
Rüdiger Timm
c4d1c471ae
INTEGRATION: CWS changefileheader (1.10.112); FILE MERGED
...
2008/03/31 16:01:30 rt 1.10.112.1: #i87441# Change license header to LPGL v3.
2008-04-10 08:11:28 +00:00
Rüdiger Timm
cc22729956
INTEGRATION: CWS changefileheader (1.14.68); FILE MERGED
...
2008/03/31 16:01:30 rt 1.14.68.1: #i87441# Change license header to LPGL v3.
2008-04-10 08:11:12 +00:00
Rüdiger Timm
d28e96285e
INTEGRATION: CWS changefileheader (1.6.138); FILE MERGED
...
2008/03/31 16:01:29 rt 1.6.138.1: #i87441# Change license header to LPGL v3.
2008-04-10 08:10:56 +00:00
Rüdiger Timm
f261ac7539
INTEGRATION: CWS changefileheader (1.7.40); FILE MERGED
...
2008/03/31 16:01:29 rt 1.7.40.1: #i87441# Change license header to LPGL v3.
2008-04-10 08:10:34 +00:00
Rüdiger Timm
0c9acaa4c1
INTEGRATION: CWS changefileheader (1.8.14); FILE MERGED
...
2008/03/31 16:01:29 rt 1.8.14.1: #i87441# Change license header to LPGL v3.
2008-04-10 08:10:19 +00:00
Rüdiger Timm
f7ee9c4bfd
INTEGRATION: CWS changefileheader (1.11.68); FILE MERGED
...
2008/03/31 16:01:29 rt 1.11.68.1: #i87441# Change license header to LPGL v3.
2008-04-10 08:09:59 +00:00
Vladimir Glazounov
f70be0b342
INTEGRATION: CWS i18n39 (1.3.224); FILE MERGED
...
2007/12/08 05:57:00 khong 1.3.224.1: i65145 update Chinese conversion dictionaries
2008-01-28 14:37:15 +00:00
Vladimir Glazounov
86d3e8274d
INTEGRATION: CWS i18n39 (1.3.82); FILE MERGED
...
2007/12/08 05:57:00 khong 1.3.82.1: i65145 update Chinese conversion dictionaries
2008-01-28 14:37:01 +00:00
Ivo Hinkelmann
9c4b1e0168
INTEGRATION: CWS ause085 (1.5.2); FILE MERGED
...
2007/11/26 15:00:05 hjs 1.5.2.1: #i83981# makefile fixes
2008-01-16 13:33:43 +00:00
Ivo Hinkelmann
c62c0f090b
INTEGRATION: CWS ause085 (1.7.48); FILE MERGED
...
2007/09/25 11:37:43 hjs 1.7.48.1: #i81650# fix makefiles to avoid useless dependency recreation
2008-01-16 13:33:33 +00:00
Rüdiger Timm
e392345b75
INTEGRATION: CWS execshellmacrogone (1.4.56); FILE MERGED
...
2007/10/24 06:35:41 rene 1.4.56.1: #i79760# krs patches for supressing "Executing shell macro..." output
2007-11-06 14:51:51 +00:00
Vladimir Glazounov
3a8f034f56
INTEGRATION: CWS sb71 (1.6.64); FILE MERGED
...
2007/10/11 16:11:54 sb 1.6.64.1: osl::Module::load without path no longer works on Mac OS X.
2007-10-15 11:54:47 +00:00
Jens-Heiner Rechtien
7fe61c05eb
INTEGRATION: CWS cmcfixes35 (1.10.68); FILE MERGED
...
2007/07/03 10:42:40 cmc 1.10.68.1: #i79143# double double free failed fopened files
2007-08-03 11:34:17 +00:00
Rüdiger Timm
542627b6ae
INTEGRATION: CWS i18n31 (1.13.60); FILE MERGED
...
2007/07/13 20:37:56 khong 1.13.60.1: #i75632# use ICU characters properties
2007-07-26 08:10:13 +00:00
Jens-Heiner Rechtien
7cda164334
INTEGRATION: CWS ause081 (1.2.108); FILE MERGED
...
2007/06/21 10:53:20 hjs 1.2.108.1: #i78393# remove component_getDescriptionFunc from exports
2007-06-26 16:42:41 +00:00
Vladimir Glazounov
b56725f3ab
INTEGRATION: CWS ause074 (1.6.92); FILE MERGED
...
2007/01/30 12:05:08 hjs 1.6.92.1: #i73801# remove remaining usages of sv[pre].mk
2007-02-06 13:06:25 +00:00
Oliver Bolte
c7dd1bbd3c
INTEGRATION: CWS ause069 (1.3.24); FILE MERGED
...
2006/10/18 17:11:16 hjs 1.3.24.1: #i70359# remove forced shell calls
2007-01-25 14:26:38 +00:00
Kurt Zenker
9d0e6311b5
INTEGRATION: CWS i18n27 (1.2.110); FILE MERGED
...
2006/10/10 21:03:10 khong 1.2.110.1: #i55035# remove some meanless entries
2006-11-06 13:41:18 +00:00
Kurt Zenker
797b33c12c
INTEGRATION: CWS i18n27 (1.8.22); FILE MERGED
...
2006/10/11 00:17:11 khong 1.8.22.2: RESYNC: (1.8-1.9); FILE MERGED
2006/10/10 21:05:39 khong 1.8.22.1: #i63955# make offset point to beginning of converting position
2006-11-06 13:41:02 +00:00