summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2001-03-16create better hashcodesth1-8/+11
2001-03-16commentsth1-5/+4
2001-03-16rework/to.../better documentation/SAL_THROWth2-342/+374
2001-03-16rework/to.../better documentation/SAL_THROW_EXTERN_Cth2-794/+1331
2001-03-16fix cut/copy/paste errorJens-Heiner Rechtien1-9/+5
2001-03-16include ustring.hxx -> ustring.hth1-51/+47
2001-03-16osl_getIOResources removedJörg Budischewski1-10/+2
2001-03-16rework/bugfixes/optimizationsth2-1966/+453
2001-03-16strimp.cth1-73/+73
2001-03-16template implementation for String/UStringth1-0/+1839
2001-03-16internal functions for String implementationsth2-0/+471
2001-03-16#include <osl/types.h> removed and #include <sal/types.h insertedJoachim Lingner3-15/+17
2001-03-16#include <osl/types.h> removedJoachim Lingner11-58/+22
2001-03-16#include <osl/types.h> removed and #include<sal/types.h> insertedJoachim Lingner4-16/+16
2001-03-16dlclose hack for gcc in once againmfe1-6/+20
2001-03-16new inline wrapper for module.hJoachim Lingner1-0/+131
2001-03-16_USE_NAMESPACE removedJoachim Lingner3-18/+6
2001-03-16removed unnecessary socket.hxx inclusionJörg Budischewski1-3/+3
2001-03-16getHandle() now constJörg Budischewski1-3/+3
2001-03-15POWERPC: use fixed registerJens-Heiner Rechtien1-8/+10
2001-03-15changed signature of getPeerPort to avoid unnecessary copy constructionJörg Budischewski2-19/+42
2001-03-14pipe+socket now refcounted, add blocking read/write access, removed osl_getIO...Jörg Budischewski3-717/+211
2001-03-14socket.c moved to socket.cxxJörg Budischewski1-3151/+0
2001-03-14made socket and pipe refcounted, added blocking read write methods, added dir...Jörg Budischewski4-647/+2746
2001-03-14made socket and pipe refcounted, added blocking read/write methods, added dir...Jörg Budischewski8-21/+2198
2001-03-14#include <osl/time.h> addedJoachim Lingner16-33/+97
2001-03-14include osl/types.h replaced by osl/endian.hJoachim Lingner1-6/+3
2001-03-14include osl/types.h replaced by osl/endian.hJoachim Lingner1-5/+9
2001-03-14removed include osl/macros.hxx and #ifdef _USE_NAMESPACEJoachim Lingner4-31/+8
2001-03-13reworked atomic updates for reference counters (PowerPC version)Jens-Heiner Rechtien1-22/+18
2001-03-13osl_[increment|decrement]InterlockedCount() for PowerPC (GCC inline assembler)Jens-Heiner Rechtien1-2/+43
2001-03-13Contains now the TimeValue declaration which is also in osl/types.h. However ...Joachim Lingner1-2/+35
2001-03-13contains some slightly changed macros from vos/macros.hxxJoachim Lingner1-0/+85
2001-03-13Renamed method 'isValid()' to 'is()' according to consensus.Matthias Huetsch1-3/+3
2001-03-13Fixed use of SAL_THROW macro.Matthias Huetsch1-7/+7
2001-03-13inline wrapper for thread API in thread.hJoachim Lingner1-0/+276
2001-03-13Generated for support of solar list particlesNils Fuhrmann1-0/+18
2001-03-13Change strcat to strcpy to fix Mac OS X bugPatrick Luby1-3/+3
2001-03-12added STL again, logmodule.cxx needs itJörg Budischewski1-3/+3
2001-03-12Corrected for UNIX-file formatVladimir Glazounov1-10/+37
2001-03-12OSL_ENSHURE replaced by OSL_ENSUREJoachim Lingner4-16/+16
2001-03-12Interface rtl::IReference and template class rtl::Reference.Matthias Huetsch1-0/+286
2001-03-12Platform endianess determination and byte order manipulation macros.Matthias Huetsch1-0/+276
2001-03-11Eliminated unnecessary use of timezone struct in gettimeofday callsPatrick Luby1-5/+4
2001-03-10Don't process modules with no name for Mac OS XPatrick Luby1-3/+6
2001-03-09#84782# fix race between `osl_createPipe' and `osl_acceptPipe'.dic1-2/+5
2001-03-09redefined SAL_THROW, defined SAL_THROW_EXTERNC_C(), enum __sal_NoAcquireDaniel Boelzle1-6/+31
2001-03-09gcc dlclose workaround removedmfe1-12/+2
2001-03-09wake up protectionmfe1-27/+50
2001-03-09wake up protection, clean upmfe1-28/+27