Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Havar
asn1c
Commits
45b2fdf1
Commit
45b2fdf1
authored
Aug 19, 2004
by
Lev Walkin
Browse files
versioning
parent
852f1549
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
45b2fdf1
0.9
.1
: 2004-Aug-1
2
0.9: 2004-Aug-1
9
* Reworked subtype constraints handling, aiming at PER-applicability.
* BOOLEAN and NULL are now implemented in terms of native int type.
* Compiler now links in only necessary skeleton files.
* -t option added to asn1c to ease BER manual decoding.
0.8.19: 2004-Aug-18
...
...
configure
View file @
45b2fdf1
...
...
@@ -1881,7 +1881,7 @@ fi
# Define the identity of the package.
PACKAGE=asn1c
VERSION=0.9
.1
VERSION=0.9
cat >>confdefs.h <<_ACEOF
...
...
@@ -21409,7 +21409,6 @@ fi;
case "$GCC" in
yes)
CFLAGS="$CFLAGS -W"
CFLAGS="$CFLAGS -Wall"
CFLAGS="$CFLAGS -Wshadow"
CFLAGS="$CFLAGS -Wcast-qual"
...
...
configure.in
View file @
45b2fdf1
...
...
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(libasn1parser/asn1p_y.y)
AC_CANONICAL_SYSTEM
AC_PREREQ(2.53)
AM_INIT_AUTOMAKE(asn1c, 0.9
.1
)
AM_INIT_AUTOMAKE(asn1c, 0.9)
AC_SUBST(PATH)
...
...
@@ -53,7 +53,6 @@ AC_SUBST(ADD_CFLAGS)
dnl Add these flags if we're using GCC.
case "$GCC" in
yes)
CFLAGS="$CFLAGS -W"
CFLAGS="$CFLAGS -Wall"
CFLAGS="$CFLAGS -Wshadow"
CFLAGS="$CFLAGS -Wcast-qual"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment