⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 asn格式文件的编译器
💻
📖 第 1 页 / 共 2 页
字号:
2002-08-20 23:55  mangelo	* asn1/dllmain.cxx: add asn1/dllmain.cxx2002-08-20 22:41  mangelo	* iiiasn1.dsw, asn1/ASN1.dsp, asn1/asn1_dll.dsp,	asn1/testsuite/asn1test.dsp, asnh323/asnh323.dsp,	asnh323/asnh323_dll.dsp, asnh323/testsuite/h323test.dsp,	asnparser/asnparser.dsp, h323parser/H323Parser.dsp,	makedef/makedef.dsp: make VC6.0 project files binary2002-08-20 17:35  mangelo	* ChangeLog, Makefile.am, Makefile.in, aclocal.m4, configure,	iiiasn1.dsw, iiiasn1.sln, asn1/ASN1.dsp, asn1/ASN1.vcproj,	asn1/AssocVector.h, asn1/Makefile.am, asn1/Makefile.in,	asn1/asn1.dtf, asn1/asn1.h, asn1/asn1.ignore, asn1/asn1_dll.dsp,	asn1/asn1_dll.vcproj, asn1/testsuite/Makefile.in,	asn1/testsuite/asn1test.cpp, asn1/testsuite/asn1test.vcproj,	asnh323/Makefile.am, asnh323/Makefile.in, asnh323/asnh323.dsp,	asnh323/asnh323.dtf, asnh323/asnh323.ignore,	asnh323/asnh323.vcproj, asnh323/asnh323_dll.dsp,	asnh323/asnh323_dll.vcproj, asnh323/testsuite/Makefile.in,	asnh323/testsuite/h225test.cpp, asnh323/testsuite/h323test.cpp,	asnh323/testsuite/h323test.vcproj, asnh323/testsuite/h450test.cpp,	asnparser/Makefile.in, asnparser/asnparser.vcproj,	asnparser/main.cxx, h323parser/H323Parser.dsp,	h323parser/H323Parser.vcproj, makedef/makedef.cpp,	makedef/makedef.dsp, makedef/makedef.vcproj: Add MSVC DLL support2002-08-04 11:02  mangelo	* asnh323/testsuite/h245test.cpp: circumvent the array and pointer	problem in cygwin GCC 2.95.3-52002-07-19 00:48  btrummer	* asn1/PEREncoder.cxx: If an illegal character is found in	do_visit(const AbstractString&), false is returned now to abort the	encoding.2002-07-19 00:43  btrummer	* asn1/PEREncoder.cxx: Aaargh! If encodeConstrainedLength() fails	in do_visit(const OCTET_STRING&), false must be returned rather	than true.2002-07-18 05:42  btrummer	* asn1/PEREncoder.cxx: Removed the assert statement from	do_visit(const OCTET_STRING& value).  Replaced the assert in	do_visit(const CHOICE& value) with an if-clause.2002-07-18 01:53  btrummer	* asn1/: PEREncoder.cxx, asn1.h: Added range checks for	PEREncoder's encodeLength(), encodeUnsigned() and	encodeConstrainedLength(). Encoding an object which violates its	length constraint will fail now.2002-07-17 06:17  btrummer	* asn1/asn1.h: Check for the macro __IBMCPP__ rather than _AIX for	the last AiX-fix.2002-07-11 03:34  btrummer	* asn1/asn1.h: Added AiX-fix for the initialization of	Constrained_INTEGER::theInfo.2002-07-11 02:51  btrummer	* asn1/asn1.h: Added some InfoType typedefs needed for AiX.2002-07-11 01:22  btrummer	* asn1/asn1.h: Fixed the constructor	OBJECT_IDENTIFIER(InputIterator, InputIterator, const void*), which	raised an internal compiler error on Windows.2002-07-11 00:51  mangelo	* README, asnh323/testsuite/h245test.cpp: Add README file2002-07-10 17:46  mangelo	* AUTHORS, ChangeLog, Makefile.in, NEWS, aclocal.m4, configure,	asn1/Makefile.in, asn1/testsuite/Makefile.in, asnh323/Makefile.in,	asnh323/testsuite/Makefile.in, asnparser/Makefile.am,	asnparser/Makefile.in: Added files required by GNU coding standard2002-07-10 17:35  mangelo	* h323parser/h2250v4_new.asn: Remove h2250v4_new.asn2002-07-10 16:02  mangelo	* iiiasn1.dsw: Update VC project files2002-07-10 15:58  mangelo	* asnh323/asnh323.vcproj, asnparser/asnparser.vcproj,	h323parser/H323Parser.dsp, h323parser/H323Parser.vcproj: Update VC	project files2002-07-10 15:40  mangelo	* asn1/testsuite/asn1test.cpp: Add include config.h2002-07-10 14:06  mangelo	* h323parser/H323Parser.cpp: Fixed problem with the nonstandard	temparary lifetime in VC.Net2002-07-10 02:25  btrummer	* asn1/PERDecoder.cxx: Minor simplification at the end of	PERDecoder::decodeChoicePreamle().2002-07-04 02:46  mangelo	* asn1/testsuite/asn1test.vcproj, asnh323/asnh323.vcproj: Modify	asnparser output files2002-07-04 00:15  mangelo	* h323parser/: H323Parser.dsp, H323Parser.vcproj: modify the list	of asnparser generated files2002-07-04 00:02  mangelo	* iiiasn1.dsw, asn1/testsuite/asn1test.dsp, asnh323/asnh323.dsp,	asnparser/asnparser.dsp, asnparser/asnparser.vcproj: update VC	project files2002-07-03 22:47  mangelo	* config.h.in, asn1/asn1.h, config/ac_cxx_have_wstring.m4: added	explicit wstring typedef for GCC 2.95.x2002-07-03 03:15  btrummer	* asn1/PERDecoder.cxx: Fixed the assignment to beginPosition in	PERDecoder::setPosition().2002-07-03 01:26  btrummer	* asn1/PERDecoder.cxx: Introduced an upper bound for the size of	strings and arrays, like PWLib's PERDecoder does. Otherwise, broken	data may make the PERDecoder allocate hundrets of Megabytes RAM...2002-07-03 01:15  btrummer	* asn1/asn1.h: Added a range-check for PERDecoder::rollback(), so	beginPosition will never be set outside of endPosition.2002-07-03 01:01  btrummer	* asn1/asn1.cxx: Fixed two buffer overflows in	OBJECT_IDENTIFIER::decodeCommon(), that may occur, when decoding	invalid (random) data.2002-07-02 13:42  mangelo	* Makefile.am, Makefile.in, configure.in, asnh323/Makefile.am,	asnh323/Makefile.in, asnh323/testsuite/Makefile.am,	asnh323/testsuite/Makefile.in, asnparser/Makefile.am,	asnparser/Makefile.in: Modify Email address2002-07-02 00:25  mangelo	* iiiasn1.dsw, COPYING, Makefile.am, Makefile.in, aclocal.m4,	config.h.in, configure, configure.in, iiiasn1.sln, mpl-1.0.htm: Add	VC.Net and GCC 3.1 Support2002-07-02 00:21  mangelo	* config/: ac_cxx_have_wstring.m4, depcomp, iii_check_pwlib.m4,	mh-powerpc-mt: Remove PWLIB check2002-07-02 00:17  mangelo	* h323parser/: H323Parser.dsp, H323Parser.dsw, H323Parser.vcproj,	Q931pdu.cpp: Add VC.Net project file2002-07-02 00:09  mangelo	* asnh323/: Makefile.am, Makefile.in, asnh323.dsp, asnh323.vcproj:	Add VC.Net project file2002-07-02 00:07  mangelo	* asnh323/testsuite/h323test.dsp: [no log message]2002-07-02 00:02  mangelo	* asnh323/testsuite/: Makefile.am, Makefile.in, h323test.vcproj:	Add VC.Net project file2002-07-01 23:53  mangelo	* asn1/: Makefile.am, Makefile.in: Change Email and Homepage URL2002-07-01 23:45  mangelo	* asn1/: ASN1.dsp, ASN1.vcproj, AVNDecoder.cxx, AVNEncoder.cxx,	AssocVector.h, BERDecoder.cxx, BEREncoder.cxx, CoderEnv.cxx,	InvalidTracer.cxx, Makefile.am, Makefile.in, PERDecoder.cxx,	PEREncoder.cxx, ValidChecker.cxx, asn1.cxx, asn1.h, ios_helper.h:	Modify for VC.Net and GCC 3.12002-07-01 23:40  mangelo	* asn1/testsuite/: Makefile.am, Makefile.in, asn1test.dsp,	asn1test.vcproj: add VC.Net project file2002-07-01 23:38  mangelo	* asn1/testsuite/asn1test.cpp: fixed problem when	vector<T>::iterator is not a typedef to T*2002-07-01 21:03  mangelo	* asnparser/: Makefile.in, aclocal.m4, asn_grammar.y, asn_lex.l,	asn_ref_grammar.y, asn_ref_lex.l, asnparser.dsp, asnparser.dsw,	asnparser.vcproj, configure, configure.in, getopt.c, main.cxx,	main.h, precompile.cpp, unistd.h, Makefile.am: Remove Pwlib	dependency2002-01-10 23:46  mangelo	* asn1/ValidChecker.cxx: Fixed INTEGER::isStrictlyValid() (Thanks	to Michael Almond)2002-01-10 23:43  mangelo	* asn1/asn1.cxx: Fixed OBJECT_IDENTIFIER::decodeCommon (Thanks to	George Biro)2001-11-13 10:40  mangelo	* asn1/asn1.h: Fixed the missing retrun in	OCTET_STRING::operator=(const char*)2001-10-24 21:47  mangelo	* asn1/asn1.h: fixed the wrong declaration of	SEQUNCE_OF::InfoType.type2001-10-09 11:39  mangelo	* asn1/asn1.cxx: fixed the problem when vector<char*>::iterator is	not char*2001-10-05 20:25  mangelo	* asnh323/testsuite/h323test.dsp: add h248test.cpp2001-10-05 20:19  mangelo	* asnh323/testsuite/: Makefile.am, Makefile.in: add h248test.cpp2001-10-05 20:19  mangelo	* asnh323/testsuite/h323test.cpp: add h248test2001-10-05 20:18  mangelo	* asnh323/testsuite/h248test.cpp: initial version2001-10-05 19:56  mangelo	* Makefile.in: Changed to automake 2.5

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -