summaryrefslogtreecommitdiff
path: root/l10ntools/source/xrmlex.l
AgeCommit message (Collapse)Author
2014-05-22Fix memory leak in xrmex toolStephan Bergmann
Change-Id: I102566a95b5b34daf60730ffef290913caf28eb2
2014-04-08Clean up function declarationsStephan Bergmann
Change-Id: Ie1360857dc4ed3102c709c1ef5b5929e5d5d5d7b
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-10-05Extract argument-handling to one source fileZolnai Tamás
Plus cleanup -Delete unneeded global variables -Delete -e input flag in general -Delete helpex's -x, -y and -lf input flags These are all unused Change-Id: I83db62543a728ed75fa6893c45566f11d1237c69
2012-10-01re-base on ALv2 code.Michael Meeks
2012-09-24typo: COMMEND->COMMENTAndras Timar
Change-Id: I1bac574d44b1fbbdd2cde41ba1af033e952d811a
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-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-08Freed l10ntools from tools/stream.hxxStephan Bergmann
Removed completely cases of convoluted code to remove UTF-8 BOM from files or translate line endings. Hopefully none of this was actually necessary (on Windows?).
2011-09-30extract strings for l10n from description.xml filesAndras Timar
Merging is to be implemented...
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.
2011-09-20remove obsolete command line switch -ISO99Andras Timar
2011-07-01ByteString::CreateFromInt32 -> OString::valueOfCaolán McNamara
2010-07-07txtl10n: remove some noisy output / code cleanupIvo Hinkelmann
2010-06-02consolidatereadme: #i111721# parse new readme formatIvo 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