Commit Graph

30 Commits

Author SHA1 Message Date
Bi-Ruei, Chiu 80fd3065f4 Merge PR99 and its fixes to support parsing Information Object and Information Object Set
This is a collection of works :

1. Based on @zhanglei002's pull request 99.

2. A fix by @AuthenticEshkinKot and merged by @mouse07410 at
   commit 2c8d366bbe1fc4e4c041e9b0eb9779f8a42d754b of https://github.com/mouse07410/asn1c
   to support parsing of Information Object and Information Object Set

3. A fix by @Uri Blumenthal in asn1fix_derefv.c at :
   commit ec0ade4f87c807e763e3f35fc5466adb6dda3473 of https://github.com/mouse07410/asn1c
   to solve crash on asn1p_value_free().

4. My pull request 18 to @mouse07410's https://github.com/mouse07410/asn1c to solve
   problems found during parsing ASN.1 modules of S1AP, RANAP and J2735-201603.

5. My pull request 22 to @mouse07410's https://github.com/mouse07410/asn1c to solve issue 147
   and to solve the problem during parsing ASN.1 module of NBAP.

6. My pull request 23 to @mouse07410's https://github.com/mouse07410/asn1c to fix memory leakage
   introduced in aforementioned commits.
   Most code changes are the same as pull request 153 to this repository.

7. A fix of my bug in item 6 which result asn1c crash, fixed by @mouse07410.
2017-05-07 22:20:30 +08:00
Lev Walkin fbfc7bcb2f declashing 2006-08-28 02:45:44 +00:00
Lev Walkin 0c0bca6bc4 parameterization: direct assignment 2006-03-21 04:48:15 +00:00
Lev Walkin a00d6b3714 refactored parameterization support 2006-03-21 03:40:38 +00:00
Lev Walkin 41635d33dd references 2006-03-18 05:06:57 +00:00
Lev Walkin d370e9f57e parsing WITH SYNTAX clauses 2006-03-16 10:03:35 +00:00
Lev Walkin aa7f53085e *** empty log message *** 2006-03-14 15:53:59 +00:00
Lev Walkin 9c2285abf3 parsing object classes more properly 2006-03-09 08:49:26 +00:00
Lev Walkin 1a7cbd737c ignore clashes with standard modules 2006-03-07 10:39:42 +00:00
Lev Walkin 4b55341c7b extensions of conditional native-typing to -fbless-SIZE constraints 2005-08-14 14:45:44 +00:00
Lev Walkin b36317c2a8 restructured member variable names 2005-08-12 10:09:10 +00:00
Lev Walkin 7ec9b4c722 ContainedSubtype constraints 2005-03-20 12:57:21 +00:00
Lev Walkin 1a447955d6 better printing 2005-03-18 04:26:12 +00:00
Lev Walkin 4533a5f526 module checking 2005-03-18 04:22:41 +00:00
Lev Walkin 9288d1c297 support for constraints on primitive types while they are being defined 2005-03-10 11:27:13 +00:00
Lev Walkin 03850188f7 different debug 2005-03-10 10:02:50 +00:00
Lev Walkin e8318b8db1 fixed name clash in constraint checking code; also changed braces to double quote in #includes 2005-03-06 09:29:03 +00:00
Lev Walkin 1dec58051f unique index for maintaining dependencies 2005-03-04 09:02:27 +00:00
Lev Walkin 4efbfb7e55 portability fixes 2005-02-25 14:20:30 +00:00
Lev Walkin f593f10781 anti-clash 2005-02-22 07:59:59 +00:00
Lev Walkin 3645c1c1f9 removed order dependency in DEFAULT references 2004-10-31 00:11:50 +00:00
Lev Walkin b25fa06e20 rearranging 2004-09-29 13:17:06 +00:00
Lev Walkin d24c62dec6 fixing all in module before checking constraints 2004-09-15 11:47:23 +00:00
Lev Walkin d541c25aea more support for parametrized type; additional ANY support 2004-09-05 10:36:22 +00:00
Lev Walkin b9fa780e7b api change 2004-08-25 02:04:39 +00:00
Lev Walkin 1ef0516f46 fixed constraint code 2004-08-25 00:42:25 +00:00
Lev Walkin 4ec3b4c088 COMPONENTS OF support 2004-08-22 03:09:24 +00:00
Lev Walkin 5253da42fd effective constraint type for walking past SIZE() or FROM() nodes 2004-08-20 13:25:56 +00:00
Lev Walkin b45e067b91 constraint groking code 2004-08-18 05:42:05 +00:00
Lev Walkin f15320bf6b Initial revision 2004-06-03 03:38:44 +00:00