Skip to content

Commit

Permalink
Update gitignore, NEWS, and TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
besser82 committed Dec 3, 2024
1 parent c450c0c commit be6859e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ Version 4.4.37
previous output).
This feature is a safety net against sloppy coding. Programs are
still strongly encouraged to use the reentrant functions instead,
because this safety net is not guaranteed by any standard
(although we are informed that Solaris also does this).
both because this safety net is not guaranteed by any standard
(although we are informed that Solaris also does this) and because
this introduces some overhead for initializing a buffer of
'sizeof (crypt_data)' as well as for copying the computed output
to the thread-local output buffer for each invocation of crypt.

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

0 comments on commit be6859e

Please sign in to comment.