pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2020-01-03
2020-01-03 23:23:15 by Tobias S. Josefowitz <tobij@tobij.de>
3f828b927adcffc416b2436d8aca15746c3d51ac (
8
lines) (+
8
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
CHANGES: Document System.openlog() fix.
187:
The module's configure script now respects ABI suffixes when searching for the sybase library dir.
+
o System
+
+
- System.openlog() now keeps a reference to the ident passed, since
+
system level syslog() may access the string pointed to by the ident
+
passed to openlog. The reference will be released after a subsequent
+
call to openlog() or closelog().
+
o Thread.Queue Attempt to work around glibc bugs.