aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/src/Makefile
AgeCommit message (Collapse)Author
2012-02-28[asn1] Abstract out table access to new moduleAdam Lindberg
All table access is now performed in a separate module. This will allow changes to how ETS is handled by changing only this module. Note that the module exports a very ETS-like interface for now which would have to be maintained even if the data format would change (to a hash map for example).
2011-08-01Remove all modules relating to drivers and make all functions obsolete.Lukas Larsson
2011-08-01Add asn1 nif for ber decode and per encodeLukas Larsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP