Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-22 | Disable preprocessor checks for OSL_THIS_FUNC and make it " " for now. | Thomas Klausner | |
The tests can't work (see http://www.openoffice.org/issues/show_bug.cgi?id=114290) but for some reason, on NetBSD find __PRETTY_FUNC__. However, that is not a macro, but a language identifier and cannot be concatenated in the way used here. | |||
2010-10-20 | replace sizeof(foo)/sizeof(foo[0]) with SAL_N_ELEMENTS(foo) | David Tardon | |
2010-10-19 | allow extra arguments | Caolán McNamara | |
2010-10-19 | FreeBSD's unsetenv also returns an int. | Thomas Klausner | |
2010-10-18 | add missing include | Florian Bircher | |
2010-10-18 | make sure that SAL_N_ELEMENTS is defined on win32. | Norbert Thiebaud | |
2010-10-18 | NetBsd's unsetenv has a return value | Caolán McNamara | |
2010-10-18 | cleanup to use SAL_N_ELEMENTS | Kenneth Venken | |
2010-10-18 | remove non-compiled code | Povilas Kanapickas | |
2010-10-18 | #i112656# add osl_setEnvironment and osl_clearEnvironment | Caolán McNamara | |
2010-10-18 | CLang++ Dead increment | Caolán McNamara | |
2010-10-18 | CLang++ Dead assignment | Caolán McNamara | |
2010-10-17 | remove unused macro bufsizeof | Kenneth Venken | |
2010-10-17 | use SAL_N_ELEMENTS macro | Kenneth Venken | |
2010-10-17 | use SAL_N_ELEMENTS macro | Kenneth Venken | |
2010-10-14 | Add vim/emacs modelines to all source files | Sebastian Spaeth | |
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-13 | fix typo | Caolán McNamara | |
2010-10-13 | AIX port | Caolán McNamara | |
2010-10-13 | On NetBSD, sys/endian.h defines _BIG_ENDIAN etc; undefine the unwanted ones. | Thomas Klausner | |
2010-10-13 | On NetBSD, Use path.h for finding tmpdir. | Thomas Klausner | |
2010-10-13 | Better NetBSD support. | Thomas Klausner | |
2010-10-13 | Support NetBSD (switched to statvfs instead of statfs some time ago). | Thomas Klausner | |
2010-10-13 | Handle NetBSD the same way as FreeBSD. | Thomas Klausner | |
2010-10-13 | There is no #elifdef, use #elif defined. | Thomas Klausner | |
2010-10-13 | Remove redundant #include, #define & comments | J. Graeme Lingard | |
2010-10-09 | Support NetBSD better. | Thomas Klausner | |
Do not use Linux case, there already existed a separate NetBSD case. Add more encoding names. Fix a typo. | |||
2010-10-09 | Handle NetBSD in the same way as FreeBSD. | Thomas Klausner | |
2010-10-08 | Enable valgrind-ability with G_SLICE env. var | Michael Meeks | |
Dung out old, awful and pretty pointless valgrind solution involving unpleasant LD_PRELOAD thing that doesn't ship, and/or work easily. | |||
2010-10-08 | remove unused macros, and add SAL_N_ELEMENTS | Michael Meeks | |
2010-10-07 | [cppcheck] closes a file that would be left open if memory allocation fails | Harri Pitkänen | |
2010-10-07 | more removed include guards using fixguard.py | Petr Mladek | |
2010-10-06 | Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/ure | Jan Holesovsky | |
2010-10-06 | Merge commit 'ooo/OOO330_m9' | Jan Holesovsky | |
2010-10-06 | #i113503# cppunit stl wrapper headers | Caolán McNamara | |
2010-10-05 | more removed include guards using fixguard.py | Petr Mladek | |
2010-10-05 | remove include guards using fixguard.py | Petr Mladek | |
2010-09-30 | mmap on samba shares just isn't reliable | Caolán McNamara | |
2010-09-29 | We do want Windows error messages when built with debug=true | Tor Lillqvist | |
From win32-no-seterror-when-debugging.diff. | |||
2010-09-28 | Ported sal-strintern-speed-char-upper.diff from ooo-build. | Kohei Yoshida | |
2010-09-17 | Kill an empty and unneeded #ifdef. | Jan Holesovsky | |
2010-09-17 | Fixed problem when backporting sal-strintern-speed.diff | Cédric Bosdonnat | |
2010-09-17 | sal-strintern-speed.diff: sal-strintern - speedup | Michael Meeks | |
i#78496 | |||
2010-09-14 | win32-invalid-names.diff: Allow technically illegal pathname components | Tor Lillqvist | |
n#277603 Allow some technically illegal pathname components on Win32 (directories with trailing spaces or periods) because some SMB servers like Netware (and Samba, if mangled names = No) do serve such directories if they exist on the server's host system. | |||
2010-09-14 | win32-force-version-fix.diff: force WINVER when using non-std win api | Thorsten Behrens | |
2010-09-14 | CWS-TOOLING: integrate CWS fwk156 | obo | |
Notes: split repo tag: ure_ooo/OOO330_m8 split repo tag: ure_ooo/OOO330_m9 | |||
2010-09-07 | Merge commit 'ooo/OOO330_m6' | Jan Holesovsky | |
2010-09-02 | fwk156: #i113687# Add static cast to get string for CreateProcess function | Carsten Driesner | |
2010-08-30 | dba33h: merge after pulling OOO330.m6 | Frank Schoenheit [fs] | |
2010-08-27 | dba33h: #i112652#: rtl/math.h: string<->double conversion and XMLSchema-2: | Michael Stahl | |
rtl_math_doubleTo{,U}String produce XMLSchema-2 values "NaN", "INF", "-INF". rtl_math_stringToDouble and rtl_math_uStringToDouble support XMLSchema-2 values in addition to deprecated previously supported values. | |||
2010-08-27 | dba33h: #i112652#: math.cxx: indent stuff a bit and clean up whitespace | Michael Stahl | |