summaryrefslogtreecommitdiffstats
path: root/l10ntools/source/cfglex.l
Commit message (Collapse)AuthorAgeFilesLines
* remove checks of __GCC_MINOR__ that are always true in GCC 4.6 or laterMichael Stahl2014-10-021-2/+0
| | | | Change-Id: I4412a0c1e4dee94cd717f24b8df5e257d895f721
* remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl2014-10-021-1/+1
| | | | | | This has been supported by GCC and clang for a very long time. Change-Id: I410a2b39004c932003f8cbefe935aedb109b1163
* Clean up unreferenced functionsStephan Bergmann2014-04-041-4/+2
| | | | Change-Id: Id2c90088298d389bd1cd8efad9aa26100965d6a2
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-161-2/+0
| | | | | | | Change-Id: I5150eec33228e18e274a8ae4effd3f185851b7f4 Reviewed-on: https://gerrit.libreoffice.org/7103 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* RHEL-5 baseline ver of flex doesn't have nounistdCaolán McNamara2013-05-231-1/+1
| | | | | | | | lets try this hack, if it fails revert and I'll just manually update the baseline with a newer flex than flex-2.5.4a-41.fc6 Change-Id: If644489e80fc4e4cdba97808af0fe4d544d08646
* soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl2013-05-101-0/+1
| | | | Change-Id: Ic05de69951b28b9cc8d62f0a534b507c424e6b25
* Typo __SINPRO_CC -> __SUNPRO_CCStephan Bergmann2013-03-261-1/+1
| | | | Change-Id: I831abe80f9b4b160f4af10a16f4d45cc68fa3bb6
* Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}Stephan Bergmann2013-03-251-3/+3
| | | | | | | | | | | | | ...replacing hard-coded GCC version checks. Those checks that guard #pragma GCC diagnostic ignored "-Wnon-virtual-dtor" appear relevant only for GCC itself, not Clang (which used to fail the old guards because it typically announces itself with a rather low __GNUC__/__GNUC_MINOR__ version), see 6e67c03dc0225fc66343546b14e902b9d238b1a3 "Enable -Wnon-virtual-dtor for GCC 4.6" Change-Id: I6bfa4d5caa6192e7a203ce829682bf6bb8d61a1b
* WaE: comparison of char to EOF always false on ppcCaolán McNamara2012-11-261-1/+2
| | | | Change-Id: I77b27ea765230d13b9b81faf5b5cf5acc4897616
* re-base on ALv2 code.Michael Meeks2012-09-291-1/+18
|
* typo: COMMEND->COMMENTAndras Timar2012-09-241-4/+4
| | | | Change-Id: I1bac574d44b1fbbdd2cde41ba1af033e952d811a
* "Wunused-but-set-variable" was new in gcc 4.6Terrence Enger2012-07-071-0/+2
| | | | | | Condition new #pragma by gcc version Change-Id: I0e5273c267e3514529de90d79cc221b44dbdcf9c
* fix subtle flex problems on MacOSDavid Ostrovsky2012-05-061-0/+1
| | | | Change-Id: Id3d8313eabcef926b3ab3c121597f7b8cb5e0124
* fixed subtle flex issue with C++ treatment on WindowsDavid Ostrovsky2012-05-041-1/+0
| | | | Change-Id: I Ibf4b4ae8e633c8b82f6fe7c70d4d93280acc87ce
* generate non-interactive scannerDavid Tardon2012-05-041-0/+2
| | | | | | This should avoid problem with missing decl. of isatty. Change-Id: I23b8a43465afe99b49cc6c1ba93592564ed62d78
* gbuild conversion l10ntools moduleDavid Ostrovsky2012-05-041-11/+12
| | | | Change-Id: I Iea9a77f19856dd870eb72fa57249f959cdd7000c
* Various more l10ntools clean upStephan Bergmann2012-02-101-5/+3
| | | | | | "localize" is now directly a C++ program w/o wrapper script. Also, its command line has changed slightly, taking the source root as explicit argument (instead of implicitly as cwd).
* Reduced tools/string usageStephan Bergmann2012-02-021-79/+21
| | | | plus some preliminary cfgex clean up.
* remove unused (and buggy) language fallback functionalityAndras Timar2011-09-211-3/+0
| | | | | | | Fallback to en-US is done in translations module. Fallback to other languages is not supported, but if we ever needed it, it would be easier to solve the problem in a script language instead of C++ in translations module.
* ByteString::CreateFromInt32 -> OString::valueOfCaolán McNamara2011-07-011-3/+3
|
* More of OD style's comments removalDavid Hobley2010-10-041-2/+6
|
* txtl10n: cleanup / remove all -QQ and quiet partsIvo Hinkelmann2010-07-221-1/+0
|
* txtl10n: remove some noisy output / code cleanupIvo Hinkelmann2010-07-071-15/+1
|
* changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-121-2/+2
| | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* l10ntools: #i108657# rename transex3 to l10ntoolsIvo Hinkelmann2010-01-251-0/+232