summaryrefslogtreecommitdiff
path: root/tools/bootstrp
AgeCommit message (Collapse)Author
2013-02-15rscdep is dead and gone ... and there was much rejoicingBjoern Michaelsen
Change-Id: Id411a6caceaac92d3044fe6a2385d8b1c2f16133
2013-02-15so_checksum is dead and gone ... and there was much rejoicingBjoern Michaelsen
Change-Id: I6cba24830d397ca405646a1deb0ee0385a3b67e4
2013-02-15mkunroll is dead and gone ... and there was much rejoicingBjoern Michaelsen
Change-Id: Ib5e791e85b244ac5af5b504a237892b6d81eeba8
2013-02-13Fix Buffer overrun possible for long command line argumentsJulien Nabet
Change-Id: I5e66ded25afd08f4e203ce8484001e11e0022fca
2013-02-12Some cppcheck cleaningJulien Nabet
Change-Id: I74ff9d8d116ebfe9ebc302c79a3763eda9c1250f
2013-01-21Replaced 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-13fdo#39468: Translated German comments in core/toolsOliver Günther
Change-Id: I5b6fd5712f08dae180bdd3b57b63713946b82433
2012-07-11re-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-12HAVE_GETOPT is always NO for windowsMatúš Kukan
2012-03-26ditch some UniStrings and intermediate temporariesCaolán McNamara
2012-02-19ByteString->rtl::OStringCaolán McNamara
2012-02-19addexes dir seems uselessCaolán McNamara
2012-02-15Various string function clean upStephan 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-05Some cppcheck cleaningJulien Nabet
2012-01-16Fix for fdo43460 Part XXXIX getLength() to isEmpty()Olivier Hallot
Part XXXIX Modules testtools, toolkit, tools
2012-01-05Removed unnecessary tools includes.Marcel Metz
2011-12-06ditch some ByteStringsCaolán McNamara
2011-12-06aSourceFile member unusedCaolán McNamara
2011-11-28ByteString->rtl::OString[Buffer]Caolán McNamara
2011-11-27remove include of pch header from toolsNorbert Thiebaud
2011-11-25ByteString->rtl::OStringCaolán McNamara
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara
2011-11-14ByteString->rtl::OStringCaolán McNamara
2011-11-05Drop unnecessary inclusions of <sal/main.h>Tor Lillqvist
2011-10-04WaE: 'argument' : conversion from 'sal_Int32' to 'sal_uInt16'Tor Lillqvist
Just disable the warning then instead to avoid ugly casts.
2011-10-04WaE: conversion from 'sal_Int32' to 'sal_uInt16', possible loss of dataTor Lillqvist
2011-09-19ByteString->rtl::OStringCaolán McNamara
2011-09-19ByteString->rtl::OStringCaolán McNamara
2011-09-19why search and replace all spaces with tabs twiceCaolán McNamara
2011-09-19make this simplerCaolán McNamara
replace EraseLeadingChars+EraseTrailingChars with single EraseLeadingAndTrailingChars, and those change string they operate on, so need for assign to self afterwards
2011-09-19bFound is always false, and never changed, simplifyCaolán McNamara
2011-08-30ByteString->rtl::OStringCaolán McNamara
2011-08-25ByteString->rtl::OStringCaolán McNamara
2011-08-22gsl_getSystemTextEncoding->osl_getThreadTextEncodingCaolán McNamara
2011-08-17remove freshly unused codeCaolán McNamara
2011-08-16ByteString->rtl::OStringCaolán McNamara
2011-08-16there's no point to that assignCaolán McNamara
2011-07-01ByteString::CreateFromInt32 -> OString::valueOfCaolán McNamara
2011-06-22ditch some old-style stringsCaolán McNamara
2011-06-16fix tinderboxCaolán McNamara
2011-06-16ByteString -> rtl::OStringCaolán McNamara
2011-06-16remove appdef.hxxCaolán McNamara
2011-06-14remove unused methods and variablesCaolán McNamara
2011-06-14remove GetCleanedNextLineCaolán McNamara
2011-06-13remove unused GenericInformationCaolán McNamara
2011-05-23Rename mkunroll source file and folder to meaningful namesTor Lillqvist
2011-05-23Fix crash introduced in commit 2cc2e5b9a45887a53f01ad2fd324b6ed43f018efTor 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-21Drop OS2Tor Lillqvist
2011-05-18do not leak memoryDavid Tardon
2011-05-18remove stray semicolonDavid Tardon