Commit graph

25 commits

Author SHA1 Message Date
Norbert Thiebaud
8fc6fc97d5 remove include of pch header from sal 2011-11-27 13:18:15 -06:00
Jan Holesovsky
832e6d2293 Some trivial fixes for MinGW with -std=c++0x enabled; not finished. 2011-11-23 11:59:30 +01:00
Tor Lillqvist
7317fd0c28 Fix compilation errors with recet mingw-w64 2011-05-22 01:08:38 +03:00
Francisco Saito
a09675b4c5 drop bogus executable flag from [ch]xx/bas/asm files 2011-03-29 21:39:03 +01:00
Jan Holesovsky
4be7cca60b Merge commit 'ooo/DEV300_m103'
Conflicts:
	codemaker/source/bonobowrappermaker/corbaoptions.cxx
	codemaker/source/cppumaker/cppuoptions.cxx
	codemaker/source/cunomaker/cunooptions.cxx
	codemaker/source/idlmaker/idloptions.cxx
	codemaker/source/javamaker/javaoptions.cxx
	cppu/source/typelib/typelib.cxx
	idlc/source/options.cxx
	offapi/com/sun/star/util/PathSubstitution.idl
	offapi/drafts/com/sun/star/form/ListEntryEvent.idl
	offapi/drafts/com/sun/star/form/XBindableValue.idl
	offapi/drafts/com/sun/star/form/XListEntryListener.idl
	offapi/drafts/com/sun/star/form/XListEntrySink.idl
	offapi/drafts/com/sun/star/form/XListEntrySource.idl
	offapi/drafts/com/sun/star/form/XValueBinding.idl
	registry/tools/checksingleton.cxx
	registry/tools/options.hxx
	registry/tools/regcompare.cxx
	registry/tools/regmerge.cxx
	sal/cppunittester/cppunittester.cxx
	sal/osl/unx/socket.c
	sal/osl/w32/diagnose.c
	sal/prj/d.lst
	sal/rtl/source/alloc_fini.cxx
	sal/rtl/source/alloc_global.c
	sal/rtl/source/makefile.mk
2011-03-23 16:59:59 +01:00
Joachim Lingner
0775f9eace jl164 #i109096# fixing use of vectors as smart array in osl_loadModules and osl_createprocesswithredirectedio, I introduced them in one of the previous changesets in this cws 2011-03-03 12:04:04 +01:00
Joachim Lingner
cfbddca53c jl164 #i109096# osl_createProcesess failed if the executable had a long path on windows 2011-03-02 16:11:23 +01:00
Gert Faller
94f0cc74ad RTL_CONSTASCII_USTRINGPARAM in ure 4 2010-12-10 19:09:53 +01:00
Gert Faller
3a18c3d97a RTL_CONSTASCII_USTRINGPARAM in ure 1 2010-12-10 18:31:39 +01:00
Takeshi Abe
36e2296bf8 Replace all occured, occurance etc. 2010-12-06 09:16:29 +00:00
Sebastian Spaeth
a715e1b3d0 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:04:31 +02:00
sb
7b673e59fc sb118: vector::resize instead of vector::reserve to not access elements beyond vector::size 2010-03-02 15:37:18 +01:00
sb
2e24fc7415 sb118: merged in DEV300_m72 2010-02-25 12:46:45 +01:00
Jens-Heiner Rechtien
7c80db2eb3 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
830b3bf161 sb118: allow environment variables to be unset in osl_executeProcess (undocumented feature for now, and OS/2 code is not yet adapted) 2009-12-18 16:03:28 +01:00
Oliver Bolte
b76cb86eaa CWS-TOOLING: integrate CWS mhu20
2009-09-01 15:18:43 +0200 mhu  r275662 : #i32526# Fixed missing includes, and a wrong cast
2009-08-28 13:30:05 +0200 mhu  r275530 : #i32526# Fixed missing includes and remaining merge conflicts.
2009-08-28 13:28:45 +0200 mhu  r275529 : #i32526# osl_readLine() now implemented in sal/osl/<platform>/file.cxx
2009-08-26 19:47:53 +0200 mhu  r275445 : CWS-TOOLING: rebase CWS mhu20 to trunk@275331 (milestone: DEV300:m56)
2009-08-25 15:47:00 +0200 mhu  r275365 : #i32526# Also maintain phys. file offset.
2009-08-25 15:24:56 +0200 mhu  r275364 : #i32526# Added buffered file I/O; refactored file.cxx into multiple files.
2009-08-24 10:38:15 +0200 mhu  r275294 : #i32526# Correct OpenFlags for osl_openFile().
2009-05-25 11:07:34 +0200 mhu  r272225 : #i32526# Added support for non-seekable file handles (pipe et al.).
2009-05-25 11:01:50 +0200 mhu  r272223 : #i32526# Add osl_readLine() test, cleanup obsolete tests.
2009-05-25 10:56:14 +0200 mhu  r272221 : #i32526# Add missing include
2009-05-25 10:48:51 +0200 mhu  r272220 : #i32526# Accept OpenJDK (IcedTea6) 1.6.0_0 version string
2009-05-15 19:18:20 +0200 mhu  r271965 : #i32526# Initial osl/unx buffered file I/O implementation.
2009-05-15 17:41:57 +0200 mhu  r271959 : CWS-TOOLING: rebase CWS mhu20 to trunk@271830 (milestone: DEV300:m48)
2009-03-26 17:28:53 +0100 mhu  r270091 : CWS-TOOLING: rebase CWS mhu20 to trunk@270033 (milestone: DEV300:m45)
2009-09-09 09:38:41 +00:00
Rüdiger Timm
88d6819eab INTEGRATION: CWS changefileheader (1.8.96); FILE MERGED
2008/04/01 15:25:06 thb 1.8.96.3: #i85898# Stripping all external header guards
2008/04/01 12:34:10 thb 1.8.96.2: #i85898# Stripping all external header guards
2008/03/31 13:23:46 rt 1.8.96.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:20:46 +00:00
Kurt Zenker
a856574ffd INTEGRATION: CWS pdfimport (1.8.66); FILE MERGED
2008/01/23 14:39:32 akhva 1.8.66.1: #i80285# merge from picom
2008-04-04 15:20:48 +00:00
Kurt Zenker
7bc8841852 INTEGRATION: CWS mingwport06 (1.7.62); FILE MERGED
2007/08/24 13:06:53 vg 1.7.62.1: #i75499# pragma is for MSVC
2007-09-06 12:48:04 +00:00
Vladimir Glazounov
ccc3c8e396 INTEGRATION: CWS mingwport03 (1.5.14); FILE MERGED
2006/11/08 13:42:26 vg 1.5.14.2: RESYNC: (1.5-1.6); FILE MERGED
2006/09/18 14:38:06 vg 1.5.14.1: #i53572# MinGW port
2007-03-26 13:23:21 +00:00
Oliver Bolte
f9ea397b06 INTEGRATION: CWS pchfix02 (1.5.10); FILE MERGED
2006/09/01 17:34:02 kaib 1.5.10.1: #i68856# Added header markers and pch files
2006-09-17 07:47:44 +00:00
Rüdiger Timm
76ea1c1584 INTEGRATION: CWS presfixes10 (1.3.38); FILE MERGED
2006/07/11 10:42:05 dbo 1.3.38.2: RESYNC: (1.3-1.4); FILE MERGED
2005/11/22 17:12:40 dbo 1.3.38.1: shifted internal allocator.hxx => rtl/allocator.hxx
2006-07-26 06:43:44 +00:00
Jens-Heiner Rechtien
9e73cea135 INTEGRATION: CWS warnings01 (1.2.220); FILE MERGED
2005/09/23 01:00:36 sb 1.2.220.2: RESYNC: (1.2-1.3); FILE MERGED
2005/09/20 12:57:20 sb 1.2.220.1: #i53898# Globally disable problematic warnings.
2006-06-20 03:21:55 +00:00
Rüdiger Timm
8b3d769dc8 INTEGRATION: CWS ooo19126 (1.2.224); FILE MERGED
2005/09/05 17:44:36 rt 1.2.224.1: #i54170# Change license header: remove SISSL
2005-09-08 14:09:54 +00:00
Jens-Heiner Rechtien
6bfa82e969 INTEGRATION: CWS sal04 (1.1.2); FILE ADDED
2003/09/25 07:39:14 tra 1.1.2.2: #90197#in case the provided ustrDirectory parameter is an empty string the child process gets the same current working dir as the parent; get_executable_name had a bug that if search_path was specified and osl_SearchFileURL succeeded exe_url was reseted to exe_name again
2003/09/18 12:41:22 tra 1.1.2.1: #90197#moved implementation of osl_executeProcess to this file, fixed environment handling, refactored code
2003-09-29 13:40:32 +00:00