17 Commits

Author SHA1 Message Date
b54e979a56 check for get file size err before trying to alloc mem in loadUnicodeTable 2016-10-02 20:13:15 +02:00
44c32fe089 do not try to alloc -1 bytes if ftell fails in loadKDecompTable (UnicodeProperties.cpp) - argh 2016-09-30 23:40:31 +02:00
f1885c433a do not try to alloc -1 bytes if ftell fails in loadKDecompTable (UnicodeProperties.cpp) - fix 2016-09-30 23:36:48 +02:00
7d6aeaf5dd do not try to alloc -1 bytes if ftell fails in loadKDecompTable (UnicodeProperties.cpp) 2016-09-30 23:35:10 +02:00
4e4e3371e6 Log function will now return void instead of a boolean 2016-08-01 18:12:10 +02:00
48856025db Code style changes 2016-06-29 11:34:06 +02:00
0eef3939d9 forgotten commit 2016-05-30 13:38:17 +02:00
4472cdcc3f Misc. cleanup in UnicodeProperties.h
- constness
 - inline -> static inline
2016-05-30 12:42:20 +02:00
d40ecb2f8e Replace INT32/INT64 and likes with PRId32 and likes. Add space before definition. 2016-05-20 09:18:32 +02:00
63e6f94c3c Remove commented out g_ucCategory 2015-11-26 17:59:41 +01:00
c1a575fa6d Remove unused unicode "combiningclass" 2015-11-26 17:49:25 +01:00
9f4ad367f0 Remove unused Unicode "Canonical Decomposition" methods. Fix create_ucd_tables 2015-11-26 17:38:26 +01:00
87285ba3cd use gbmemcpy not memcpy so we can get profiler working again
since memcpy can't be interrupted and backtrace() called.
2015-01-13 12:25:42 -07:00
a68d9be856 cleanup all warning when not using -m32 2014-11-12 14:11:27 -08:00
96b8197ad3 now it compiles with -m32 2014-11-10 14:45:11 -08:00
4606e88721 code cleanups.
xmldoc::injectDoc(), and it'll
add a SpiderRequest as well.
better collectiondb init code.
2014-01-18 21:19:26 -08:00
f6e560c1f4 Initial file population. 2013-08-02 13:12:24 -07:00