summaryrefslogtreecommitdiff
path: root/l10ntools/source/srclex.l
AgeCommit message (Collapse)Author
2016-01-16Fix set but unused variable warningPeter Foley
Change-Id: I23fb9abf2b9462c939d4d9caf699e48ffded3bb4 Reviewed-on: https://gerrit.libreoffice.org/21505 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2015-09-03Generated code is compiled with WaE disabled, anywayStephan Bergmann
...and at least in the __GNUC__ case, the list of ignored warnings only covered a fraction of the actually emitted warnings, so just don't bother Change-Id: I962f50be7da3ae1e215318c6b7dd2f534cbdd57c
2014-10-02remove checks of __GCC_MINOR__ that are always true in GCC 4.6 or laterMichael Stahl
Change-Id: I4412a0c1e4dee94cd717f24b8df5e257d895f721
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl
This has been supported by GCC and clang for a very long time. Change-Id: I410a2b39004c932003f8cbefe935aedb109b1163
2014-04-04Clean up unreferenced functionsStephan Bergmann
Change-Id: Id2c90088298d389bd1cd8efad9aa26100965d6a2
2013-12-27Transex3: remove obsolete textrefidZolnai Tamás
Change-Id: Ic34efbd2090a11aa6fa88d67eda7ab31b1bddfcb
2013-12-27Transex3: UIEntries list type is unusedZolnai Tamás
This list type doesn't appear in the resource files and there are lots of alternatives (ItemList, StringList ...) for future need. Change-Id: Ia4454a329ba93f54e5b3ca45443a1a84be3b4bf7
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
Change-Id: I5150eec33228e18e274a8ae4effd3f185851b7f4 Reviewed-on: https://gerrit.libreoffice.org/7103 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-05-23RHEL-5 baseline ver of flex doesn't have nounistdCaolán McNamara
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
2013-05-10soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl
Change-Id: Ic05de69951b28b9cc8d62f0a534b507c424e6b25
2013-03-26Typo __SINPRO_CC -> __SUNPRO_CCStephan Bergmann
Change-Id: I831abe80f9b4b160f4af10a16f4d45cc68fa3bb6
2013-03-25Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}Stephan Bergmann
...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
2012-11-26WaE: comparison of char to EOF always false on ppcCaolán McNamara
Change-Id: I77b27ea765230d13b9b81faf5b5cf5acc4897616
2012-09-29re-base on ALv2 code.Michael Meeks
2012-09-24typo: COMMEND->COMMENTAndras Timar
Change-Id: I1bac574d44b1fbbdd2cde41ba1af033e952d811a
2012-07-30Typo ressource -> resourceStephan Bergmann
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-07"Wunused-but-set-variable" was new in gcc 4.6Terrence Enger
Condition new #pragma by gcc version Change-Id: I0e5273c267e3514529de90d79cc221b44dbdcf9c
2012-05-06fix subtle flex problems on MacOSDavid Ostrovsky
Change-Id: Id3d8313eabcef926b3ab3c121597f7b8cb5e0124
2012-05-04fixed subtle flex issue with C++ treatment on WindowsDavid Ostrovsky
Change-Id: I Ibf4b4ae8e633c8b82f6fe7c70d4d93280acc87ce
2012-05-04generate non-interactive scannerDavid Tardon
This should avoid problem with missing decl. of isatty. Change-Id: I23b8a43465afe99b49cc6c1ba93592564ed62d78
2012-05-04gbuild conversion l10ntools moduleDavid Ostrovsky
Change-Id: I Iea9a77f19856dd870eb72fa57249f959cdd7000c
2012-02-16Missing return statementStephan Bergmann
2012-02-13l10ntools now only depends on sal and externalsStephan Bergmann
Still room for further improvement. Includes some fixes for regressions introduced with previous commits.
2012-02-10Various more l10ntools clean upStephan Bergmann
"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).
2012-02-08Various more l10ntools clean upStephan Bergmann
2011-09-21remove unused (and buggy) language fallback functionalityAndras Timar
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.
2010-07-07txtl10n: remove some noisy output / code cleanupIvo Hinkelmann
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-25l10ntools: #i108657# rename transex3 to l10ntoolsIvo Hinkelmann