Skip to content

Commit be6859e

Browse files
committed
Update gitignore, NEWS, and TODO.
1 parent c450c0c commit be6859e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

NEWS

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ Version 4.4.37
1414
previous output).
1515
This feature is a safety net against sloppy coding. Programs are
1616
still strongly encouraged to use the reentrant functions instead,
17-
because this safety net is not guaranteed by any standard
18-
(although we are informed that Solaris also does this).
17+
both because this safety net is not guaranteed by any standard
18+
(although we are informed that Solaris also does this) and because
19+
this introduces some overhead for initializing a buffer of
20+
'sizeof (crypt_data)' as well as for copying the computed output
21+
to the thread-local output buffer for each invocation of crypt.
1922

2023
Version 4.4.36
2124
* Fix left over bits failing with Perl v5.38.0 (issue #173).

0 commit comments

Comments
 (0)