[f2j] 21/31: Merge tag 'upstream/0.8.1'
Andreas Tille
tille at debian.org
Fri Jan 29 15:35:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository f2j.
commit a42eaa52b3cecedcb1f0419221f411a6bc476e13
Merge: 8a9779f 11b8a67
Author: Andreas Tille <tille at debian.org>
Date: Fri Jan 29 15:46:32 2016 +0100
Merge tag 'upstream/0.8.1'
Upstream version 0.8.1
CHANGES | 46 +
Makefile.in | 63 +
README | 20 +
configure | 3643 +++++
configure.in | 43 +
debian/changelog | 17 -
debian/compat | 1 -
debian/control | 30 -
debian/copyright | 114 -
debian/dirs | 1 -
debian/docs | 1 -
debian/f2j.doc-base | 8 -
debian/f2j.install | 2 -
debian/f2j.manpages | 2 -
debian/f2java.1 | 14 -
debian/javab.1 | 12 -
debian/patches/fix_clean_target | 33 -
debian/patches/generate_doc | 42 -
debian/patches/series | 2 -
debian/rules | 24 -
debian/source/format | 1 -
debian/watch | 4 -
doc/Makefile | 24 +
doc/f2j_ug.pdf | Bin 0 -> 36651 bytes
doc/f2j_ug.tex | 468 +
doc/title.tex | 17 +
f2j_TODO.txt | 50 +
goto_trans/LICENSE | 53 +
goto_trans/Makefile | 70 +
goto_trans/README | 54 +
goto_trans/byte.c | 1404 ++
goto_trans/class.c | 948 ++
goto_trans/class.h | 493 +
goto_trans/dump.c | 292 +
goto_trans/main.c | 306 +
goto_trans/make.def.in | 7 +
goto_trans/symtab.c | 130 +
goto_trans/symtab.h | 22 +
install-sh | 269 +
libbytecode/Makefile.in | 35 +
libbytecode/api.c | 4353 ++++++
libbytecode/api.h | 43 +
libbytecode/bytecode.h | 880 ++
libbytecode/bytecode.h.in | 879 ++
libbytecode/class.c | 2148 +++
libbytecode/class.h | 58 +
libbytecode/configure | 3601 +++++
libbytecode/configure.in | 50 +
libbytecode/constant_pool.c | 1560 +++
libbytecode/constant_pool.h | 49 +
libbytecode/dlist.c | 117 +
libbytecode/dlist.h | 50 +
libbytecode/globals.c | 438 +
libbytecode/make.def.in | 8 +
src/LICENSE | 273 +
src/Makefile | 80 +
src/codegen.c | 13218 +++++++++++++++++++
src/codegen.h | 335 +
src/dlist.c | 115 +
src/dlist.h | 50 +
src/f2j-config.h | 13 +
src/f2j-config.h.in | 13 +
src/f2j.h | 700 +
src/f2j_externs.h | 70 +
src/f2jlex.c | 1956 +++
src/f2jmain.c | 723 +
src/f2jmem.c | 173 +
src/f2jmem.h | 23 +
src/f2jparse.y | 5203 ++++++++
src/getopt.c | 104 +
src/globals.c | 916 ++
src/initialize.h | 48 +
src/make.def.in | 18 +
src/opcodes.h | 129 +
src/optimize.c | 1429 ++
src/symtab.c | 291 +
src/symtab.h | 67 +
src/typecheck.c | 1499 +++
src/vcg_emitter.c | 958 ++
src/y.tab.c | 7700 +++++++++++
src/y.tab.h | 242 +
util/Makefile | 21 +
util/make.def.in | 3 +
util/org/CVS/Entries | 2 +
util/org/CVS/Repository | 1 +
util/org/CVS/Root | 1 +
util/org/j_paine/CVS/Entries | 1 +
util/org/j_paine/CVS/Repository | 1 +
util/org/j_paine/CVS/Root | 1 +
util/org/j_paine/formatter/CVS/Entries | 17 +
util/org/j_paine/formatter/CVS/Repository | 1 +
util/org/j_paine/formatter/CVS/Root | 1 +
.../EndOfFileWhenStartingReadException.java | 33 +
util/org/j_paine/formatter/FormatParser.java | 505 +
util/org/j_paine/formatter/FormatParser.jj | 235 +
.../j_paine/formatter/FormatParserConstants.java | 42 +
.../formatter/FormatParserTokenManager.java | 408 +
util/org/j_paine/formatter/Formatter.buffered | 1758 +++
util/org/j_paine/formatter/Formatter.java | 1747 +++
util/org/j_paine/formatter/Formatter.java~ | 1724 +++
util/org/j_paine/formatter/NumberParser.java | 282 +
util/org/j_paine/formatter/NumberParser.jj | 95 +
.../j_paine/formatter/NumberParserConstants.java | 27 +
.../formatter/NumberParserTokenManager.java | 405 +
util/org/j_paine/formatter/ParseException.java | 192 +
util/org/j_paine/formatter/PrintfFormat.java | 3091 +++++
util/org/j_paine/formatter/README | 23 +
util/org/j_paine/formatter/SimpleCharStream.java | 439 +
util/org/j_paine/formatter/Token.java | 81 +
util/org/j_paine/formatter/TokenMgrError.java | 133 +
util/org/netlib/CVS/Entries | 1 +
util/org/netlib/CVS/Repository | 1 +
util/org/netlib/CVS/Root | 1 +
util/org/netlib/util/ArraySpec.java | 104 +
util/org/netlib/util/CVS/Entries | 14 +
util/org/netlib/util/CVS/Repository | 1 +
util/org/netlib/util/CVS/Root | 1 +
util/org/netlib/util/Dummy.java | 46 +
util/org/netlib/util/EasyIn.java | 500 +
util/org/netlib/util/Etime.java | 70 +
util/org/netlib/util/MatConv.java | 216 +
util/org/netlib/util/Second.java | 47 +
util/org/netlib/util/StrictUtil.java | 332 +
util/org/netlib/util/StringW.java | 27 +
util/org/netlib/util/Util.buffered | 551 +
util/org/netlib/util/Util.java | 543 +
util/org/netlib/util/booleanW.java | 27 +
util/org/netlib/util/doubleW.java | 28 +
util/org/netlib/util/floatW.java | 28 +
util/org/netlib/util/intW.java | 27 +
130 files changed, 72872 insertions(+), 308 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/f2j.git
More information about the pkg-java-commits
mailing list