Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asn1c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Maintenance operation of our GitLab server is scheduled for Wednesday, April 16, 2025, at 2PM.
Show more breadcrumbs
oai
asn1c
Commits
d2388381
Commit
d2388381
authored
20 years ago
by
Lev Walkin
Browse files
Options
Downloads
Patches
Plain Diff
new version
parent
dd712469
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+4
-1
4 additions, 1 deletion
ChangeLog
configure
+1
-1
1 addition, 1 deletion
configure
configure.in
+1
-1
1 addition, 1 deletion
configure.in
with
6 additions
and
3 deletions
ChangeLog
+
4
−
1
View file @
d2388381
0.9.9: 2005-Jan-17
* Initial XER (XML) decoding implementation.
0.9.8: 2005-Jan-17
0.9.8: 2005-Jan-17
* [NEW PLATFORM] Compiled and tested on Linux @ alpha64 (LP64).
* [NEW PLATFORM] Compiled and tested on Linux @ alpha64 (LP64).
...
@@ -8,7 +12,6 @@
...
@@ -8,7 +12,6 @@
other floating point exceptions quietly. Smooth transition!
other floating point exceptions quietly. Smooth transition!
* [NEW PLATFORM] Compiled and tested on Sun Solaris 9 @ sparc.
* [NEW PLATFORM] Compiled and tested on Sun Solaris 9 @ sparc.
Improved includes/defines of/for system headers.
Improved includes/defines of/for system headers.
* Initial XER (XML) decoding implementation.
* -X command line option added to asn1c to generate XML DTD.
* -X command line option added to asn1c to generate XML DTD.
* Empty SEQUENCE and SET clauses are now allowed.
* Empty SEQUENCE and SET clauses are now allowed.
* Removed confusion between &xNN; and &#xNN; in enber and unber.
* Removed confusion between &xNN; and &#xNN; in enber and unber.
...
...
This diff is collapsed.
Click to expand it.
configure
+
1
−
1
View file @
d2388381
...
@@ -1881,7 +1881,7 @@ fi
...
@@ -1881,7 +1881,7 @@ fi
# Define the identity of the package.
# Define the identity of the package.
PACKAGE=asn1c
PACKAGE=asn1c
VERSION=0.9.
8
VERSION=0.9.
9
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
1
−
1
View file @
d2388381
...
@@ -3,7 +3,7 @@ AC_INIT(libasn1parser/asn1p_y.y)
...
@@ -3,7 +3,7 @@ AC_INIT(libasn1parser/asn1p_y.y)
AC_CANONICAL_BUILD
AC_CANONICAL_BUILD
AC_CANONICAL_TARGET
AC_CANONICAL_TARGET
AC_PREREQ(2.53)
AC_PREREQ(2.53)
AM_INIT_AUTOMAKE(asn1c, 0.9.
8
)
AM_INIT_AUTOMAKE(asn1c, 0.9.
9
)
AM_MAINTAINER_MODE
AM_MAINTAINER_MODE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment