Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-15 | rscdep is dead and gone ... and there was much rejoicing | Bjoern Michaelsen | |
Change-Id: Id411a6caceaac92d3044fe6a2385d8b1c2f16133 | |||
2013-02-15 | so_checksum is dead and gone ... and there was much rejoicing | Bjoern Michaelsen | |
Change-Id: I6cba24830d397ca405646a1deb0ee0385a3b67e4 | |||
2013-02-15 | mkunroll is dead and gone ... and there was much rejoicing | Bjoern Michaelsen | |
Change-Id: Ib5e791e85b244ac5af5b504a237892b6d81eeba8 | |||
2013-02-13 | Fix Buffer overrun possible for long command line arguments | Julien Nabet | |
Change-Id: I5e66ded25afd08f4e203ce8484001e11e0022fca | |||
2013-02-12 | Some cppcheck cleaning | Julien Nabet | |
Change-Id: I74ff9d8d116ebfe9ebc302c79a3763eda9c1250f | |||
2013-01-21 | Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number() | Jean-Noël Rouvignac | |
Change-Id: I2f11f2f15a652a9edc3c7e5b67c854debeed20de Reviewed-on: https://gerrit.libreoffice.org/1784 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz> | |||
2012-08-13 | fdo#39468: Translated German comments in core/tools | Oliver Günther | |
Change-Id: I5b6fd5712f08dae180bdd3b57b63713946b82433 | |||
2012-07-11 | re-base on ALv2 code. Includes: | Michael Meeks | |
Avoid some uses of non portable #!/bin/bash in shell scripts. Patch contributed by Pedro Giffuni http://svn.apache.org/viewvc?view=revision&revision=1235297 remove redundant namespace, patch contributed Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1162610 removal of OS/2 port changes, and preferring our similiar tools/inc/tools/solar.h DLLPOSTFIX cleanup. i118595 - Removal of the use of getopt() from rscdep. Patch contributed by Andre Fische http://svn.apache.org/viewvc?view=revision&revision=1202270 | |||
2012-04-12 | HAVE_GETOPT is always NO for windows | Matúš Kukan | |
2012-03-26 | ditch some UniStrings and intermediate temporaries | Caolán McNamara | |
2012-02-19 | ByteString->rtl::OString | Caolán McNamara | |
2012-02-19 | addexes dir seems useless | Caolán McNamara | |
2012-02-15 | Various string function clean up | Stephan Bergmann | |
Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM. | |||
2012-02-05 | Some cppcheck cleaning | Julien Nabet | |
2012-01-16 | Fix for fdo43460 Part XXXIX getLength() to isEmpty() | Olivier Hallot | |
Part XXXIX Modules testtools, toolkit, tools | |||
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2011-12-06 | ditch some ByteStrings | Caolán McNamara | |
2011-12-06 | aSourceFile member unused | Caolán McNamara | |
2011-11-28 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-11-27 | remove include of pch header from tools | Norbert Thiebaud | |
2011-11-25 | ByteString->rtl::OString | Caolán McNamara | |
2011-11-23 | add a stripStart, can replace EraseLeadingChars | Caolán McNamara | |
2011-11-14 | ByteString->rtl::OString | Caolán McNamara | |
2011-11-05 | Drop unnecessary inclusions of <sal/main.h> | Tor Lillqvist | |
2011-10-04 | WaE: 'argument' : conversion from 'sal_Int32' to 'sal_uInt16' | Tor Lillqvist | |
Just disable the warning then instead to avoid ugly casts. | |||
2011-10-04 | WaE: conversion from 'sal_Int32' to 'sal_uInt16', possible loss of data | Tor Lillqvist | |
2011-09-19 | ByteString->rtl::OString | Caolán McNamara | |
2011-09-19 | ByteString->rtl::OString | Caolán McNamara | |
2011-09-19 | why search and replace all spaces with tabs twice | Caolán McNamara | |
2011-09-19 | make this simpler | Caolán McNamara | |
replace EraseLeadingChars+EraseTrailingChars with single EraseLeadingAndTrailingChars, and those change string they operate on, so need for assign to self afterwards | |||
2011-09-19 | bFound is always false, and never changed, simplify | Caolán McNamara | |
2011-08-30 | ByteString->rtl::OString | Caolán McNamara | |
2011-08-25 | ByteString->rtl::OString | Caolán McNamara | |
2011-08-22 | gsl_getSystemTextEncoding->osl_getThreadTextEncoding | Caolán McNamara | |
2011-08-17 | remove freshly unused code | Caolán McNamara | |
2011-08-16 | ByteString->rtl::OString | Caolán McNamara | |
2011-08-16 | there's no point to that assign | Caolán McNamara | |
2011-07-01 | ByteString::CreateFromInt32 -> OString::valueOf | Caolán McNamara | |
2011-06-22 | ditch some old-style strings | Caolán McNamara | |
2011-06-16 | fix tinderbox | Caolán McNamara | |
2011-06-16 | ByteString -> rtl::OString | Caolán McNamara | |
2011-06-16 | remove appdef.hxx | Caolán McNamara | |
2011-06-14 | remove unused methods and variables | Caolán McNamara | |
2011-06-14 | remove GetCleanedNextLine | Caolán McNamara | |
2011-06-13 | remove unused GenericInformation | Caolán McNamara | |
2011-05-23 | Rename mkunroll source file and folder to meaningful names | Tor Lillqvist | |
2011-05-23 | Fix crash introduced in commit 2cc2e5b9a45887a53f01ad2fd324b6ed43f018ef | Tor Lillqvist | |
Really, for a command-line tool that can be run with minimal fuss, is it really too much to expect changes to be tested? | |||
2011-05-21 | Drop OS2 | Tor Lillqvist | |
2011-05-18 | do not leak memory | David Tardon | |
2011-05-18 | remove stray semicolon | David Tardon | |