548fc42bfb
Changes: - fixed possible null-dereference in xmldomnode::safeAppend - added charstring::inSetIgnoringCase - xmldomnode::setAttributeValue does nothing when the null node is referenced now - fixed a codetree bug that could cause indentation to attempt to go negative when using an unsigned number - added a configure test to see if -Wno-format is needed - configure tests for mlockall/munlockall attempt link now - added sys/types.h before sys/un.h in sys/un.h test for older freebsd - implemented stubs for pure virtual methods of client and server classes so instances of them could be created to attach already-open file descriptors - unified usage of select/poll and prefer poll - pushed all select/poll-related code into listener class - removed problematic and unused useListener-related methods in filedescriptor class - epoll is used in place of select/poll for systems that support it - kqueue is used in place of select/poll for systems that support it - consolidated getpagesize() calls to use sys::getPageSize() - added detection and support for __vsnprintf for platforms that have that instead of vsnprintf - added cancel and raiseSignal methods to the thread class - fixed datetime memory leak - added xmldomnode::clone method to clone a node - renamed variablebuffer to bytebuffer - renamed rawbuffer to bytestring - refactored linkedlist - added singlylinkedlist class - added sort, detach, move and insert methods to linkedlist classes - fixed file::open using O_CREAT without O_EXCL on windows
8 lines
497 B
Text
8 lines
497 B
Text
$NetBSD: distinfo,v 1.13 2014/07/18 11:39:11 fhajny Exp $
|
|
|
|
SHA1 (rudiments-0.47.tar.gz) = a77d29b80fa103192dadcb6212e9998ae0b989cf
|
|
RMD160 (rudiments-0.47.tar.gz) = 00d40c292fd4facd62afc28b1c30d485f784d575
|
|
Size (rudiments-0.47.tar.gz) = 1765665 bytes
|
|
SHA1 (patch-include_rudiments_private_socketclient.h) = a09c49f7b4f0df6d3b67b8521d00bd372e405f87
|
|
SHA1 (patch-src_charstring.cpp) = 6e27ffe2f4d00f5d3d89bd2cdeaddf55f4aa9c8d
|
|
SHA1 (patch-src_xmldomnode.cpp) = 660ef2557f45c8fe21a4d062c1e0749dcdd06b43
|