debian specific patch information for snacc / 1.3bbn-10

Summary

Package Version Package Type Source Package Format
1.3bbn-10 Debian-diff 1.0

Debian packaging Information

Diff file snacc_1.3bbn-10.diff.gz
Size50532
MD5sum13a79bcc09cef784c36b442ff9279139
./debian only changes view download

"series" style patches

patch summary view raw
bts-442873.patch
 snacc-config.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
view download
configure.patch
 configure.ac |  314 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in |  305 ---------------------------------------------------------
 2 files changed, 314 insertions(+), 305 deletions(-)
view download
examples.patch
 c++-examples/any/README            |   90 +++
 c++-examples/any/example.C         |  115 ++++
 c++-examples/any/genber.C          |  150 +++++
 c++-examples/any/makefile          |  154 ++++++
 c++-examples/makefile              |   34 +
 c++-examples/simple/README         |  105 ++++
 c++-examples/simple/example.C      |  115 ++++
 c++-examples/simple/genber.C       |   99 +++
 c++-examples/simple/good-pr.ber.uu |    7 
 c++-examples/simple/makefile       |  146 +++++
 c++-examples/snmp/README           |  126 ++++
 c++-examples/snmp/makefile         |  103 ++++
 c++-examples/test-lib/README       |   37 +
 c++-examples/test-lib/makefile     |   59 ++
 c++-examples/test-lib/test-lib.C   |  781 ++++++++++++++++++++++++++++++
 c-examples/any/README              |  107 ++++
 c-examples/any/example.c           |  161 ++++++
 c-examples/any/genber.c            |  164 ++++++
 c-examples/any/makefile            |  144 +++++
 c-examples/makefile                |   42 +
 c-examples/simple/README           |  128 +++++
 c-examples/simple/expbuf-ex.c      |  166 ++++++
 c-examples/simple/genber.c         |  154 ++++++
 c-examples/simple/good-pr.ber.uu   |    7 
 c-examples/simple/makefile         |  198 +++++++
 c-examples/simple/minbuf-ex.c      |  162 ++++++
 c-examples/simple/sbuf-ex.c        |  154 ++++++
 c-examples/snmp/README             |  118 ++++
 c-examples/snmp/makefile           |   91 +++
 c-examples/test-lib/README         |   37 +
 c-examples/test-lib/makefile       |   50 +
 c-examples/test-lib/test-lib.c     |  935 +++++++++++++++++++++++++++++++++++++
 tbl-example/README                 |   83 +++
 tbl-example/example.c              |  174 ++++++
 tbl-example/makefile               |   82 +++
 tbl-example/p-rec.ber.uu           |    7 
 36 files changed, 5285 insertions(+)
view download
gcc.patch
 c++-lib/inc/asn-any.h                 |    2 
 c++-lib/inc/asn-bits.h                |    2 
 c++-lib/inc/asn-bool.h                |    2 
 c++-lib/inc/asn-config.h              |    6 +-
 c++-lib/inc/asn-int.h                 |    2 
 c++-lib/inc/asn-list.h                |    2 
 c++-lib/inc/asn-null.h                |    2 
 c++-lib/inc/asn-octs.h                |    2 
 c++-lib/inc/asn-oid.h                 |    2 
 c++-lib/inc/asn-real.h                |    2 
 c++-lib/inc/asn-type.h                |    2 
 c++-lib/inc/print.h                   |    4 -
 c++-lib/src/asn-any.C                 |    2 
 c++-lib/src/asn-bits.C                |    4 +
 c++-lib/src/asn-bool.C                |    4 +
 c++-lib/src/asn-enum.C                |    4 +
 c++-lib/src/asn-int.C                 |    4 +
 c++-lib/src/asn-len.C                 |    1 
 c++-lib/src/asn-list.C                |    6 +-
 c++-lib/src/asn-null.C                |    4 +
 c++-lib/src/asn-octs.C                |    4 +
 c++-lib/src/asn-oid.C                 |    8 +-
 c++-lib/src/asn-real.C                |    6 +-
 c++-lib/src/asn-tag.C                 |    2 
 c++-lib/src/asn-type.C                |    4 +
 c++-lib/src/meta.C                    |    2 
 c++-lib/src/print.C                   |    4 -
 c++-lib/src/tcl-if.C                  |    7 +-
 compiler/back-ends/c++-gen/gen-code.c |  102 +++++++++++++++++-----------------
 compiler/back-ends/c-gen/gen-code.c   |    1 
 compiler/core/parse-asn1.y            |    2 
 31 files changed, 116 insertions(+), 85 deletions(-)
view download