mathematical 1.6.12 → 1.6.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/ext/mathematical/CMakeLists.txt +48 -6
- data/ext/mathematical/extconf.rb +11 -8
- data/ext/mathematical/lasem/COPYING +2 -1
- data/ext/mathematical/lasem/NEWS +4 -2
- data/ext/mathematical/lasem/configure.ac +1 -1
- data/ext/mathematical/lasem/lasem.doap +2 -2
- data/ext/mathematical/lasem/po/LINGUAS +3 -0
- data/ext/mathematical/lasem/po/da.po +99 -0
- data/ext/mathematical/lasem/po/eu.po +66 -30
- data/ext/mathematical/lasem/po/it.po +68 -28
- data/ext/mathematical/lasem/po/ro.po +64 -0
- data/ext/mathematical/lasem/po/tr.po +68 -28
- data/ext/mathematical/lasem/src/lasemrender.c +2 -2
- data/ext/mathematical/lasem/src/lsm.c +2 -2
- data/ext/mathematical/lasem/src/lsm.h +2 -2
- data/ext/mathematical/lasem/src/lsmattributes.c +2 -2
- data/ext/mathematical/lasem/src/lsmattributes.h +2 -2
- data/ext/mathematical/lasem/src/lsmcairo.c +2 -2
- data/ext/mathematical/lasem/src/lsmcairo.h +2 -2
- data/ext/mathematical/lasem/src/lsmdebug.c +2 -2
- data/ext/mathematical/lasem/src/lsmdebug.h +2 -2
- data/ext/mathematical/lasem/src/lsmdom.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomcharacterdata.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomcharacterdata.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomdocument.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomdocument.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomdocumentfragment.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomdocumentfragment.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomentities.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomentities.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomimplementation.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomimplementation.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomnamednodemap.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomnamednodemap.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomnode.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomnode.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomnodelist.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomnodelist.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomparser.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomparser.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomtext.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomtext.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomtypes.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomview.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomview.h +2 -2
- data/ext/mathematical/lasem/src/lsmitex.c +2 -2
- data/ext/mathematical/lasem/src/lsmitex.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathml.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlactionelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlactionelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlaligngroupelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlaligngroupelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlalignmarkelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlalignmarkelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlattributes.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlattributes.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmldocument.c +3 -3
- data/ext/mathematical/lasem/src/lsmmathmldocument.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlencloseelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlencloseelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlenums.c +6 -2
- data/ext/mathematical/lasem/src/lsmmathmlenums.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlerrorelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlerrorelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlfencedelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlfencedelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlfractionelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlfractionelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlglyphtableams.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlglyphtableams.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlitexelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlitexelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmllayoututils.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmllayoututils.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlmathelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlmathelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmloperatordictionary.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmloperatordictionary.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmloperatorelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmloperatorelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpaddedelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpaddedelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlphantomelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlphantomelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpresentationcontainer.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpresentationcontainer.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpresentationtoken.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpresentationtoken.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlradicalelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlradicalelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlrowelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlrowelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlscriptelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlscriptelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlsemanticselement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlsemanticselement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlspaceelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlspaceelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstringelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstringelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstyle.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstyle.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstyleelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstyleelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltablecellelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltablecellelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltableelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltableelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltablerowelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltablerowelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltraits.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltraits.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltypes.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlunderoverelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlunderoverelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlutils.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlutils.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlview.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlview.h +2 -2
- data/ext/mathematical/lasem/src/lsmproperties.c +2 -2
- data/ext/mathematical/lasem/src/lsmproperties.h +2 -2
- data/ext/mathematical/lasem/src/lsmstr.c +2 -2
- data/ext/mathematical/lasem/src/lsmstr.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvg.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgaelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgaelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgattributes.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgcircleelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgcircleelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgclippathelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgclippathelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgcolors.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgcolors.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgdefselement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgdefselement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgdocument.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgdocument.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgelement.h +2 -3
- data/ext/mathematical/lasem/src/lsmsvgellipseelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgellipseelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgenums.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgenums.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterblend.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterblend.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltercolormatrix.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltercolormatrix.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltercomposite.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltercomposite.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterconvolvematrix.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterconvolvematrix.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterdisplacementmap.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterdisplacementmap.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterflood.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterflood.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltergaussianblur.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltergaussianblur.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterimage.c +6 -4
- data/ext/mathematical/lasem/src/lsmsvgfilterimage.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermerge.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermerge.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermergenode.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermergenode.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermorphology.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermorphology.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilteroffset.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilteroffset.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterprimitive.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterprimitive.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterspecularlighting.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterspecularlighting.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltersurface.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltersurface.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltertile.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltertile.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterturbulence.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterturbulence.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvggelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvggelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvggradientelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvggradientelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgimageelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgimageelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvglength.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvglength.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvglineargradientelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvglineargradientelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvglineelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvglineelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmarkerelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmarkerelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmaskelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmaskelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmatrix.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmatrix.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpathelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpathelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpatternelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpatternelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpolygonelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpolygonelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpolylineelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpolylineelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgradialgradientelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgradialgradientelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgrectelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgrectelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgstopelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgstopelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgstyle.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgstyle.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgsvgelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgsvgelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgswitchelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgswitchelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgsymbolelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgsymbolelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtextelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtextelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtraits.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtraits.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtransformable.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtransformable.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtspanelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtspanelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtypes.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvguseelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvguseelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgview.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgview.h +2 -2
- data/ext/mathematical/lasem/src/lsmtraits.c +2 -2
- data/ext/mathematical/lasem/src/lsmtraits.h +2 -2
- data/ext/mathematical/lasem/src/lsmtypes.h +2 -2
- data/ext/mathematical/lasem/src/lsmutils.c +2 -2
- data/ext/mathematical/lasem/src/lsmutils.h +2 -2
- data/ext/mathematical/lasem/tests/lsmtest.c +1 -3
- data/ext/mathematical/lasem/tests/suite.c +1 -2
- data/ext/mathematical/lasem_overrides.c +3 -0
- data/ext/mathematical/lib/liblasem.dylib +0 -0
- data/ext/mathematical/lib/libmtex2MML.a +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeCache.txt +84 -79
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CMakeCCompiler.cmake +15 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CMakeCXXCompiler.cmake +17 -8
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CMakeDetermineCompilerABI_C.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CMakeDetermineCompilerABI_CXX.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CMakeSystem.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CompilerIdC/CMakeCCompilerId.c +135 -37
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CompilerIdC/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CompilerIdCXX/CMakeCXXCompilerId.cpp +143 -38
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CompilerIdCXX/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeDirectoryInformation.cmake +3 -3
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeOutput.log +250 -939
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeRuleHashes.txt +33 -33
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Continuous.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousBuild.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousConfigure.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousCoverage.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousMemCheck.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousStart.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousSubmit.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousTest.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousUpdate.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Experimental.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalBuild.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalConfigure.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalCoverage.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalMemCheck.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalStart.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalSubmit.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalTest.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalUpdate.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Makefile.cmake +113 -109
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Makefile2 +149 -278
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Nightly.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyBuild.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyConfigure.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyCoverage.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemCheck.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemoryCheck.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyStart.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlySubmit.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyTest.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyUpdate.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/TargetDirectories.txt +41 -41
- data/ext/mathematical/mtex2MML/build/CMakeFiles/format.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/DependInfo.cmake +11 -10
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/build.make +39 -126
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/cmake_clean.cmake +6 -6
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/flags.make +5 -5
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/C.includecache +42 -42
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/DependInfo.cmake +9 -9
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/build.make +39 -126
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/cmake_clean.cmake +6 -6
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/depend.internal +25 -25
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/depend.make +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/flags.make +5 -5
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/link.txt +2 -2
- data/ext/mathematical/mtex2MML/build/CMakeFiles/memcheck.dir/build.make +6 -6
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/DependInfo.cmake +10 -10
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/build.make +43 -142
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/cmake_clean.cmake +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/flags.make +5 -5
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/DependInfo.cmake +26 -26
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/build.make +113 -404
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/cmake_clean.cmake +11 -11
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/flags.make +5 -5
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CTestTestfile.cmake +3 -2
- data/ext/mathematical/mtex2MML/build/DartConfiguration.tcl +11 -18
- data/ext/mathematical/mtex2MML/build/Makefile +18 -18
- data/ext/mathematical/mtex2MML/build/cmake_install.cmake +63 -4
- data/ext/mathematical/mtex2MML/build/lexer.c +4104 -4048
- data/ext/mathematical/mtex2MML/build/libmtex2MML.a +0 -0
- data/ext/mathematical/mtex2MML/build/libmtex2MML.pc +1 -1
- data/ext/mathematical/mtex2MML/build/mtex2mml_export.h +1 -1
- data/ext/mathematical/mtex2MML/build/parser.c +3137 -3123
- data/ext/mathematical/mtex2MML/build/parser.h +32 -32
- data/ext/mathematical/mtex2MML/build/parser.output +13641 -12859
- data/lib/mathematical/version.rb +1 -1
- data/mathematical.gemspec +2 -3
- data/test/test_helper.rb +4 -1
- metadata +18 -44
- data/ext/mathematical/FindPackageHandleStandardArgs.cmake +0 -58
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CMakeCCompiler.cmake +0 -68
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CMakeCXXCompiler.cmake +0 -69
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CMakeDetermineCompilerABI_C.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CompilerIdC/CMakeCCompilerId.c +0 -561
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -533
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CMakeDetermineCompilerABI_CXX.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CMakeSystem.cmake +0 -15
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CompilerIdC/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CompilerIdCXX/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c +0 -34
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.cxx +0 -405
@@ -1,64 +1,104 @@
|
|
1
1
|
# Italian translations for lasem package
|
2
|
-
# Copyright (C) 2013 Free Software Foundation, Inc
|
2
|
+
# Copyright (C) 2013, 2018 Free Software Foundation, Inc
|
3
3
|
# This file is distributed under the same license as the lasem package.
|
4
|
-
# Milo Casagrande <milo@milo.name>, 2013.
|
4
|
+
# Milo Casagrande <milo@milo.name>, 2013, 2018.
|
5
5
|
#
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
8
|
"Project-Id-Version: lasem\n"
|
9
|
-
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"POT-Creation-Date:
|
11
|
-
"PO-Revision-Date:
|
9
|
+
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/lasem/issues\n"
|
10
|
+
"POT-Creation-Date: 2018-06-10 17:37+0000\n"
|
11
|
+
"PO-Revision-Date: 2018-12-06 09:51+0100\n"
|
12
12
|
"Last-Translator: Milo Casagrande <milo@milo.name>\n"
|
13
13
|
"Language-Team: Italian <tp@lists.linux.it>\n"
|
14
14
|
"Language: it\n"
|
15
15
|
"MIME-Version: 1.0\n"
|
16
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
17
|
-
"Content-Transfer-Encoding:
|
17
|
+
"Content-Transfer-Encoding: 8bit\n"
|
18
18
|
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
|
19
|
-
"X-Generator:
|
19
|
+
"X-Generator: Poedit 2.2\n"
|
20
20
|
|
21
|
-
#: ../src/lasemrender.c:
|
21
|
+
#: ../src/lasemrender.c:70
|
22
22
|
msgid "Output filename"
|
23
23
|
msgstr "Nome file di output"
|
24
24
|
|
25
|
-
#: ../src/lasemrender.c:
|
25
|
+
#: ../src/lasemrender.c:72
|
26
26
|
msgid "Output format"
|
27
27
|
msgstr "Formato output"
|
28
28
|
|
29
|
-
#: ../src/lasemrender.c:
|
29
|
+
#: ../src/lasemrender.c:74
|
30
30
|
msgid "Pixel per inch"
|
31
31
|
msgstr "Pixel per pollice"
|
32
32
|
|
33
|
-
#: ../src/lasemrender.c:
|
33
|
+
#: ../src/lasemrender.c:76
|
34
34
|
msgid "Zoom"
|
35
35
|
msgstr "Zoom"
|
36
36
|
|
37
|
-
#: ../src/lasemrender.c:
|
37
|
+
#: ../src/lasemrender.c:78
|
38
|
+
msgid "Element id"
|
39
|
+
msgstr "ID elemento"
|
40
|
+
|
41
|
+
#: ../src/lasemrender.c:80
|
42
|
+
msgid "Offset"
|
43
|
+
msgstr "Spostamento"
|
44
|
+
|
45
|
+
#: ../src/lasemrender.c:82
|
46
|
+
msgid "Size"
|
47
|
+
msgstr "Dimensione"
|
48
|
+
|
49
|
+
#: ../src/lasemrender.c:84
|
38
50
|
msgid "Debug domains"
|
39
51
|
msgstr "Domini di debug"
|
40
52
|
|
41
|
-
#: ../src/lasemrender.c:
|
42
|
-
|
43
|
-
|
44
|
-
msgstr "Analisi dell'opzione non riuscita: %s\n"
|
53
|
+
#: ../src/lasemrender.c:97
|
54
|
+
msgid "Invalid document type (SVG expected)"
|
55
|
+
msgstr "Tipo di documento non valido (atteso SVG)"
|
45
56
|
|
46
|
-
#: ../src/lasemrender.c:
|
57
|
+
#: ../src/lasemrender.c:103
|
47
58
|
#, c-format
|
59
|
+
msgid "Element '%s' not found"
|
60
|
+
msgstr "Elemento «%s» non trovato"
|
61
|
+
|
62
|
+
#: ../src/lasemrender.c:154
|
63
|
+
msgid "Option parsing failed:"
|
64
|
+
msgstr "Analisi dell'opzione non riuscita:"
|
65
|
+
|
66
|
+
#: ../src/lasemrender.c:161
|
48
67
|
msgid "Invalid zoom value"
|
49
68
|
msgstr "Valore di zoom non valido"
|
50
69
|
|
51
|
-
#: ../src/lasemrender.c:
|
52
|
-
|
53
|
-
|
54
|
-
msgstr "È richiesto almeno un nome file di input\n"
|
70
|
+
#: ../src/lasemrender.c:170
|
71
|
+
msgid "Invalid number of arguments for offset option"
|
72
|
+
msgstr "Numero di argomenti non valido per l'opzione spostamento"
|
55
73
|
|
56
|
-
#: ../src/lasemrender.c:
|
57
|
-
|
58
|
-
|
59
|
-
msgstr "Formato sconosciuto: %s\n"
|
74
|
+
#: ../src/lasemrender.c:180
|
75
|
+
msgid "Invalid number of arguments for size option"
|
76
|
+
msgstr "Numero di argomenti non valido per l'opzione dimensione"
|
60
77
|
|
61
|
-
#: ../src/lasemrender.c:
|
78
|
+
#: ../src/lasemrender.c:185
|
79
|
+
msgid "Invalid export size"
|
80
|
+
msgstr "Dimensione di esportazione non valida"
|
81
|
+
|
82
|
+
#: ../src/lasemrender.c:193
|
83
|
+
msgid "Missing input filename"
|
84
|
+
msgstr "Nome file di input mancante"
|
85
|
+
|
86
|
+
#: ../src/lasemrender.c:204
|
87
|
+
msgid "Unknown format:"
|
88
|
+
msgstr "Formato sconosciuto:"
|
89
|
+
|
90
|
+
#: ../src/lasemrender.c:244
|
91
|
+
msgid ""
|
92
|
+
"Don't know which format to use, please either give a format (-f) or an "
|
93
|
+
"output filename (-o)"
|
94
|
+
msgstr ""
|
95
|
+
"Formato da usare sconosciuto: indicare un formato (-f) o il nome del "
|
96
|
+
"file di output (-o)"
|
97
|
+
|
98
|
+
#: ../src/lasemrender.c:355
|
62
99
|
#, c-format
|
63
|
-
msgid "Can't load '%s'
|
64
|
-
msgstr "Impossibile caricare «%s
|
100
|
+
msgid "Can't load '%s'"
|
101
|
+
msgstr "Impossibile caricare «%s»"
|
102
|
+
|
103
|
+
#~ msgid "One input file name is required\n"
|
104
|
+
#~ msgstr "È richiesto almeno un nome file di input\n"
|
@@ -0,0 +1,64 @@
|
|
1
|
+
# Romanian translation for lasem.
|
2
|
+
# Copyright (C) 2019 lasem's COPYRIGHT HOLDER
|
3
|
+
# This file is distributed under the same license as the lasem package.
|
4
|
+
# Florentina Mușat <florentina.musat.28@gmail.com>, 2019.
|
5
|
+
#
|
6
|
+
msgid ""
|
7
|
+
msgstr ""
|
8
|
+
"Project-Id-Version: lasem lasem-0-4\n"
|
9
|
+
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/lasem/issues\n"
|
10
|
+
"POT-Creation-Date: 2019-05-24 09:20+0000\n"
|
11
|
+
"PO-Revision-Date: 2019-08-19 12:00+0300\n"
|
12
|
+
"Language-Team: Romanian <gnomero-list@lists.sourceforge.net>\n"
|
13
|
+
"Language: ro\n"
|
14
|
+
"MIME-Version: 1.0\n"
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
17
|
+
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);;\n"
|
18
|
+
"Last-Translator: Florentina Mușat <florentina.musat.28 [at] gmail [dot] com>\n"
|
19
|
+
"X-Generator: Poedit 2.2.3\n"
|
20
|
+
|
21
|
+
#: ../src/lasemrender.c:67
|
22
|
+
msgid "Output filename"
|
23
|
+
msgstr "Nume de fișier de ieșire"
|
24
|
+
|
25
|
+
#: ../src/lasemrender.c:69
|
26
|
+
msgid "Output format"
|
27
|
+
msgstr "Format de ieșire"
|
28
|
+
|
29
|
+
#: ../src/lasemrender.c:71
|
30
|
+
msgid "Pixel per inch"
|
31
|
+
msgstr "Pixel per inci"
|
32
|
+
|
33
|
+
#: ../src/lasemrender.c:73
|
34
|
+
msgid "Zoom"
|
35
|
+
msgstr "Focalizare"
|
36
|
+
|
37
|
+
#: ../src/lasemrender.c:75
|
38
|
+
msgid "Debug domains"
|
39
|
+
msgstr "Domenii de depanare"
|
40
|
+
|
41
|
+
#: ../src/lasemrender.c:107
|
42
|
+
#, c-format
|
43
|
+
msgid "Option parsing failed: %s\n"
|
44
|
+
msgstr "Parsarea opțiunilor a eșuat: %s\n"
|
45
|
+
|
46
|
+
#: ../src/lasemrender.c:114
|
47
|
+
#, c-format
|
48
|
+
msgid "Invalid zoom value"
|
49
|
+
msgstr "Valoare de focalizare nevalidă"
|
50
|
+
|
51
|
+
#: ../src/lasemrender.c:121
|
52
|
+
#, c-format
|
53
|
+
msgid "One input file name is required\n"
|
54
|
+
msgstr "Un nume de fișier de intrare este necesar\n"
|
55
|
+
|
56
|
+
#: ../src/lasemrender.c:132
|
57
|
+
#, c-format
|
58
|
+
msgid "Unknown format: %s\n"
|
59
|
+
msgstr "Format necunoscut: %s\n"
|
60
|
+
|
61
|
+
#: ../src/lasemrender.c:257
|
62
|
+
#, c-format
|
63
|
+
msgid "Can't load '%s'\n"
|
64
|
+
msgstr "Nu se poate încărca „%s”\n"
|
@@ -2,64 +2,104 @@
|
|
2
2
|
# Copyright (C) 2013 lasem's COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the lasem package.
|
4
4
|
# Muhammet Kara <muhammetk@gmail.com>, 2013.
|
5
|
+
# Emin Tufan Çetin <etcetin@gmail.com>, 2019.
|
5
6
|
#
|
6
7
|
msgid ""
|
7
8
|
msgstr ""
|
8
9
|
"Project-Id-Version: lasem master\n"
|
9
|
-
"Report-Msgid-Bugs-To:
|
10
|
-
"
|
11
|
-
"
|
12
|
-
"
|
13
|
-
"
|
14
|
-
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
|
10
|
+
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/lasem/issues\n"
|
11
|
+
"POT-Creation-Date: 2018-12-16 01:05+0000\n"
|
12
|
+
"PO-Revision-Date: 2019-03-13 14:04+0300\n"
|
13
|
+
"Last-Translator: Emin Tufan Çetin <etcetin@gmail.com>\n"
|
14
|
+
"Language-Team: Türkçe <gnome-turk@gnome.org>\n"
|
15
15
|
"Language: tr\n"
|
16
16
|
"MIME-Version: 1.0\n"
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
19
19
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
20
|
-
"X-Generator: Gtranslator
|
20
|
+
"X-Generator: Gtranslator 3.30.1\n"
|
21
21
|
|
22
|
-
#: ../src/lasemrender.c:
|
22
|
+
#: ../src/lasemrender.c:70
|
23
23
|
msgid "Output filename"
|
24
24
|
msgstr "Çıktı dosyası adı"
|
25
25
|
|
26
|
-
#: ../src/lasemrender.c:
|
26
|
+
#: ../src/lasemrender.c:72
|
27
27
|
msgid "Output format"
|
28
28
|
msgstr "Çıktı biçimi"
|
29
29
|
|
30
|
-
#: ../src/lasemrender.c:
|
30
|
+
#: ../src/lasemrender.c:74
|
31
31
|
msgid "Pixel per inch"
|
32
32
|
msgstr "İnç başına düşen piksel sayısı"
|
33
33
|
|
34
|
-
#: ../src/lasemrender.c:
|
34
|
+
#: ../src/lasemrender.c:76
|
35
35
|
msgid "Zoom"
|
36
36
|
msgstr "Yakınlaştır"
|
37
37
|
|
38
|
-
#: ../src/lasemrender.c:
|
38
|
+
#: ../src/lasemrender.c:78
|
39
|
+
msgid "Element id"
|
40
|
+
msgstr "Öge kimliği"
|
41
|
+
|
42
|
+
#: ../src/lasemrender.c:80
|
43
|
+
msgid "Offset"
|
44
|
+
msgstr "Ofset"
|
45
|
+
|
46
|
+
#: ../src/lasemrender.c:82
|
47
|
+
msgid "Size"
|
48
|
+
msgstr "Boyut"
|
49
|
+
|
50
|
+
#: ../src/lasemrender.c:84
|
39
51
|
msgid "Debug domains"
|
40
52
|
msgstr "Hata ayıklama etki alanları"
|
41
53
|
|
42
|
-
#: ../src/lasemrender.c:
|
43
|
-
|
44
|
-
|
45
|
-
msgstr "Seçenek ayrıştırma başarısız oldu: %s\n"
|
54
|
+
#: ../src/lasemrender.c:97
|
55
|
+
msgid "Invalid document type (SVG expected)"
|
56
|
+
msgstr "Geçersiz belge türü (SVG bekleniyor)"
|
46
57
|
|
47
|
-
#: ../src/lasemrender.c:
|
58
|
+
#: ../src/lasemrender.c:103
|
48
59
|
#, c-format
|
60
|
+
msgid "Element '%s' not found"
|
61
|
+
msgstr "'%s' ögesi bulunamadı"
|
62
|
+
|
63
|
+
#: ../src/lasemrender.c:154
|
64
|
+
msgid "Option parsing failed:"
|
65
|
+
msgstr "Seçenek ayrıştırma başarısız oldu:"
|
66
|
+
|
67
|
+
#: ../src/lasemrender.c:161
|
49
68
|
msgid "Invalid zoom value"
|
50
69
|
msgstr "Geçersiz yakınlaştırma değeri"
|
51
70
|
|
52
|
-
#: ../src/lasemrender.c:
|
53
|
-
|
54
|
-
|
55
|
-
msgstr "Bir girdi dosyası adı gerekiyor\n"
|
71
|
+
#: ../src/lasemrender.c:170
|
72
|
+
msgid "Invalid number of arguments for offset option"
|
73
|
+
msgstr "Ofset seçeneği için bağımsız değişken sayısı geçersiz"
|
56
74
|
|
57
|
-
#: ../src/lasemrender.c:
|
58
|
-
|
59
|
-
|
60
|
-
msgstr "Bilinmeyen biçim: %s\n"
|
75
|
+
#: ../src/lasemrender.c:180
|
76
|
+
msgid "Invalid number of arguments for size option"
|
77
|
+
msgstr "Boyut seçeneği için bağımsız değişken sayısı geçersiz"
|
61
78
|
|
62
|
-
#: ../src/lasemrender.c:
|
79
|
+
#: ../src/lasemrender.c:185
|
80
|
+
msgid "Invalid export size"
|
81
|
+
msgstr "Geçersiz dışa aktarma boyutu"
|
82
|
+
|
83
|
+
#: ../src/lasemrender.c:193
|
84
|
+
msgid "Missing input filename"
|
85
|
+
msgstr "Eksik giriş dosya adı"
|
86
|
+
|
87
|
+
#: ../src/lasemrender.c:204
|
88
|
+
msgid "Unknown format:"
|
89
|
+
msgstr "Bilinmeyen biçim:"
|
90
|
+
|
91
|
+
#: ../src/lasemrender.c:244
|
92
|
+
msgid ""
|
93
|
+
"Don't know which format to use, please either give a format (-f) or an "
|
94
|
+
"output filename (-o)"
|
95
|
+
msgstr ""
|
96
|
+
"Hangi biçimi kullanacağınızı bilmiyorsanız, lütfen bir biçim (-f) veya bir "
|
97
|
+
"çıktı dosya adı (-o) verin)"
|
98
|
+
|
99
|
+
#: ../src/lasemrender.c:355
|
63
100
|
#, c-format
|
64
|
-
msgid "Can't load '%s'
|
65
|
-
msgstr "'%s' yüklenemiyor
|
101
|
+
msgid "Can't load '%s'"
|
102
|
+
msgstr "'%s' yüklenemiyor"
|
103
|
+
|
104
|
+
#~ msgid "One input file name is required\n"
|
105
|
+
#~ msgstr "Bir girdi dosyası adı gerekiyor\n"
|
@@ -13,8 +13,8 @@
|
|
13
13
|
*
|
14
14
|
* You should have received a copy of the GNU Lesser General
|
15
15
|
* Public License along with this library; if not, write to the
|
16
|
-
* Free Software Foundation, Inc.,
|
17
|
-
* Boston, MA
|
16
|
+
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
17
|
+
* Boston, MA 02110-1335, USA.
|
18
18
|
*
|
19
19
|
* Author:
|
20
20
|
* Emmanuel Pacaud <emmanuel@gnome.org>
|
@@ -14,8 +14,8 @@
|
|
14
14
|
*
|
15
15
|
* You should have received a copy of the GNU Lesser General
|
16
16
|
* Public License along with this library; if not, write to the
|
17
|
-
* Free Software Foundation, Inc.,
|
18
|
-
* Boston, MA
|
17
|
+
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
18
|
+
* Boston, MA 02110-1335, USA.
|
19
19
|
*
|
20
20
|
* Author:
|
21
21
|
* Emmanuel Pacaud <emmanuel@gnome.org>
|
@@ -14,8 +14,8 @@
|
|
14
14
|
*
|
15
15
|
* You should have received a copy of the GNU Lesser General
|
16
16
|
* Public License along with this library; if not, write to the
|
17
|
-
* Free Software Foundation, Inc.,
|
18
|
-
* Boston, MA
|
17
|
+
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
18
|
+
* Boston, MA 02110-1335, USA.
|
19
19
|
*
|
20
20
|
* Author:
|
21
21
|
* Emmanuel Pacaud <emmanuel@gnome.org>
|
@@ -14,8 +14,8 @@
|
|
14
14
|
*
|
15
15
|
* You should have received a copy of the GNU Lesser General
|
16
16
|
* Public License along with this library; if not, write to the
|
17
|
-
* Free Software Foundation, Inc.,
|
18
|
-
* Boston, MA
|
17
|
+
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
18
|
+
* Boston, MA 02110-1335, USA.
|
19
19
|
*
|
20
20
|
* Author:
|
21
21
|
* Emmanuel Pacaud <emmanuel@gnome.org>
|
@@ -14,8 +14,8 @@
|
|
14
14
|
*
|
15
15
|
* You should have received a copy of the GNU Lesser General
|
16
16
|
* Public License along with this library; if not, write to the
|
17
|
-
* Free Software Foundation, Inc.,
|
18
|
-
* Boston, MA
|
17
|
+
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
18
|
+
* Boston, MA 02110-1335, USA.
|
19
19
|
*
|
20
20
|
* Author:
|
21
21
|
* Emmanuel Pacaud <emmanuel@gnome.org>
|
@@ -15,8 +15,8 @@
|
|
15
15
|
*
|
16
16
|
* You should have received a copy of the GNU Lesser General
|
17
17
|
* Public License along with this library; if not, write to the
|
18
|
-
* Free Software Foundation, Inc.,
|
19
|
-
* Boston, MA
|
18
|
+
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
19
|
+
* Boston, MA 02110-1335, USA.
|
20
20
|
*
|
21
21
|
* Authors:
|
22
22
|
* Caleb Moore <c.moore@student.unsw.edu.au>
|
@@ -14,8 +14,8 @@
|
|
14
14
|
*
|
15
15
|
* You should have received a copy of the GNU Lesser General
|
16
16
|
* Public License along with this library; if not, write to the
|
17
|
-
* Free Software Foundation, Inc.,
|
18
|
-
* Boston, MA
|
17
|
+
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
18
|
+
* Boston, MA 02110-1335, USA.
|
19
19
|
*
|
20
20
|
* Author:
|
21
21
|
* Emmanuel Pacaud <emmanuel@gnome.org>
|
@@ -14,8 +14,8 @@
|
|
14
14
|
*
|
15
15
|
* You should have received a copy of the GNU Lesser General
|
16
16
|
* Public License along with this library; if not, write to the
|
17
|
-
* Free Software Foundation, Inc.,
|
18
|
-
* Boston, MA
|
17
|
+
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
18
|
+
* Boston, MA 02110-1335, USA.
|
19
19
|
*
|
20
20
|
* Author:
|
21
21
|
* Emmanuel Pacaud <emmanuel@gnome.org>
|
@@ -14,8 +14,8 @@
|
|
14
14
|
*
|
15
15
|
* You should have received a copy of the GNU Lesser General
|
16
16
|
* Public License along with this library; if not, write to the
|
17
|
-
* Free Software Foundation, Inc.,
|
18
|
-
* Boston, MA
|
17
|
+
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
18
|
+
* Boston, MA 02110-1335, USA.
|
19
19
|
*
|
20
20
|
* Author:
|
21
21
|
* Emmanuel Pacaud <emmanuel@gnome.org>
|
@@ -14,8 +14,8 @@
|
|
14
14
|
*
|
15
15
|
* You should have received a copy of the GNU Lesser General
|
16
16
|
* Public License along with this library; if not, write to the
|
17
|
-
* Free Software Foundation, Inc.,
|
18
|
-
* Boston, MA
|
17
|
+
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
18
|
+
* Boston, MA 02110-1335, USA.
|
19
19
|
*
|
20
20
|
* Author:
|
21
21
|
* Emmanuel Pacaud <emmanuel@gnome.org>
|