Mercurial > libpst
comparison ChangeLog @ 52:034641c26ab9
code cleanup
author | carl |
---|---|
date | Thu, 31 Jan 2008 08:03:30 -0800 |
parents | 06c0262ad689 |
children | e109391424b5 |
comparison
equal
deleted
inserted
replaced
51:06c0262ad689 | 52:034641c26ab9 |
---|---|
1 LibPST 0.6.6 (2008-01-xx) | |
2 =============================== | |
3 | |
4 * More code cleanup, removing unnecessary null terminations on | |
5 binary buffers. All pst file reads now go thru one function. | |
6 Logging all pst reads to detect cases where we read the same data | |
7 multiple times - discovers node sizes are actually 512 bytes. | |
8 | |
1 LibPST 0.6.5 (2008-01-22) | 9 LibPST 0.6.5 (2008-01-22) |
2 =============================== | 10 =============================== |
3 | 11 |
4 * More code cleanup, removing obsolete code. All the boolean flags | 12 * More code cleanup, removing obsolete code. All the boolean flags |
5 of type 0xb have length 4, so these are all 32 bits in the file. | 13 of type 0xb have length 4, so these are all 32 bits in the file. |