File: OldChanges

package info (click to toggle)
libconvert-asn1-perl 0.34-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: perl: 4,526; yacc: 544; makefile: 2
file content (164 lines) | stat: -rw-r--r-- 4,350 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
Change 601 on 2000/09/18 by <gbarr@pobox.com> (Graham Barr)

	Fix typo in configure

Change 600 on 2000/09/18 by <gbarr@pobox.com> (Graham Barr)

	More robust REAL encode

Change 561 on 2000/08/14 by <gbarr@pobox.com> (Graham Barr)

	Fix typo in IO.pm

Change 558 on 2000/08/01 by <gbarr@pobox.com> (Graham Barr)

	Added options for encode/decode of UTCTime and Generalized time

Change 557 on 2000/08/01 by <gbarr@pobox.com> (Graham Barr)

	Add support to decode indefinate lengths

Change 556 on 2000/08/01 by <gbarr@pobox.com> (Graham Barr)

	Performance tweaks to IO

Change 555 on 2000/08/01 by <gbarr@pobox.com> (Graham Barr)

	asn_decode_length(), return a length of -1 for indefinate lengths

Change 534 on 2000/06/05 by <gbarr@pobox.com> (Graham Barr)

	Another syntax change in Debug.pm for 5.004 support

Change 531 on 2000/05/30 by <gbarr@pobox.com> (Graham Barr)

	Release 0.07

Change 530 on 2000/05/30 by <gbarr@pobox.com> (Graham Barr)

	Assert an error if there is nothing to encode for a CHOICE

Change 528 on 2000/05/22 by <gbarr@pobox.com> (Graham Barr)

	One more for 5.004

Change 524 on 2000/05/22 by <gbarr@pobox.com> (Graham Barr)

	Release 0.06

Change 523 on 2000/05/22 by <gbarr@pobox.com> (Graham Barr)

	Now works with 5.004, tested on 5.004, 5.005_03, 5.6.0

Change 515 on 2000/05/12 by <gbarr@pobox.com> (Graham Barr)

	Release 0.05

Change 514 on 2000/05/11 by <gbarr@pobox.com> (Graham Barr)

	Fix bug in encoding an integer where one to few bytes would be
	encoded causing the sign to change on decode.

Change 513 on 2000/05/09 by <gbarr@pobox.com> (Graham Barr)

	Fix to asn_read for unit warning when first char of L is > 0x80

Change 509 on 2000/05/04 by <gbarr@pobox.com> (Graham Barr)

	Convert::ASN1::IO
	- fix == instead of = typo

Change 508 on 2000/05/04 by <gbarr@pobox.com> (Graham Barr)

	Convert::ASN1::IO
	- fix bug in asn_read where the FH was passed instead of
	  the buffer to sysread
	- fix bug in asn_recv where we has substr($buf,$len) instead
	  of substr($buf,0,$len)
	- make asn_recv break out of the loop if recv with MSG_PEEK
	  gives less chars than what was asked for

Change 497 on 2000/04/28 by <gbarr@pobox.com> (Graham Barr)

	* Fix undef warnings in asn_dump (patch from Chris Ridd
	* Change output of asn_dump for tags to [APPLICATION %d], etc

Change 477 on 2000/04/03 by <gbarr@pobox.com> (Graham Barr)

	Release 0.04

Change 476 on 2000/03/31 by <gbarr@pobox.com> (Graham Barr)

	More documentation additions

Change 475 on 2000/03/31 by <gbarr@pobox.com> (Graham Barr)

	Added IO tests
	Fixed bugs in asn_read and asn_get

Change 474 on 2000/03/31 by <gbarr@pobox.com> (Graham Barr)

	- Ensure perl-5.6.0 always works in bytes, except in
	  _decode_utf8
	- Add workaround for bug in 5.6 by mentioning $1..$9 explicitly
	  in the code

Change 473 on 2000/03/30 by <gbarr@pobox.com> (Graham Barr)

	Added missing \ to quot $(PERL)

Change 465 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)

	Add HTML generation

Change 423 on 2000/03/28 by <gbarr@pobox.com> (Graham Barr)

	Documentation updates

Change 406 on 2000/03/28 by <gbarr@pobox.com> (Graham Barr)

	Major code reorg, getting ready for an XS implementation

Change 405 on 2000/03/27 by <gbarr@pobox.com> (Graham Barr)

	A few more optimization tweaks
	Moved utf8 code into ASN1.pm
	Added use strict

Change 404 on 2000/03/24 by <gbarr@pobox.com> (Graham Barr)

	Rework of decoding, now upto 2X faster

Change 403 on 2000/03/24 by <gbarr@pobox.com> (Graham Barr)

	Check for defined not truth on return from recv()

Change 396 on 2000/03/22 by <gbarr@pobox.com> (Graham Barr)

	Fix for loops

Change 386 on 2000/03/21 by <gbarr@pobox.com> (Graham Barr)

	- fix for undef warning in compile_one
	- moved options down a level in the object
	- added find, to create new objects referencing a given macro
	- added ldap example
	- add Debug module
	- fix for xx OF loop in _decode
	- fix typos in IO module
	- ensure CONSTRUCTOR bit is set

Change 384 on 2000/03/18 by <gbarr@pobox.com> (Graham Barr)

	Add encode/decode routines fro UTF8 strings if running
	perl 5.6 or later.

Change 383 on 2000/03/18 by <gbarr@pobox.com> (Graham Barr)

	Now supports hierarchical definition. It is now possible
	to copy ASN.1 from rfcs with minimal change

Change 382 on 2000/03/14 by <gbarr@pobox.com> (Graham Barr)

	Initial version