Page MenuHomePhorge
Feed All Stories

Sep 3 2024

Carl Byington <carl@five-ten-sg.com> committed rLIBPSTb49a9d0f4f9b: improve consistency checking when fetching items from the pst file. (authored by Carl Byington <carl@five-ten-sg.com>).
improve consistency checking when fetching items from the pst file.
Sep 3 2024, 2:26 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST9eefce865631: prep for fedora build (authored by Carl Byington <carl@five-ten-sg.com>).
prep for fedora build
Sep 3 2024, 2:26 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST70e69b8fad3a: Compensate for iconv conversion to utf-7 that produces strings that are not… (authored by Carl Byington <carl@five-ten-sg.com>).
Compensate for iconv conversion to utf-7 that produces strings that are not…
Sep 3 2024, 2:26 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST3a2837160f82: fix large file support, some sytems require config.h to be included earlier in… (authored by Carl Byington <carl@five-ten-sg.com>).
fix large file support, some sytems require config.h to be included earlier in…
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTbed412c8264c: fix fedora 11 type mismatch warning (actually an error in this case) (authored by Carl Byington <carl@five-ten-sg.com>).
fix fedora 11 type mismatch warning (actually an error in this case)
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTf1f583bc1a96: fix ppc64 compile error (authored by Carl Byington <carl@five-ten-sg.com>).
fix ppc64 compile error
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTf35134ea3b60: bump version for fedora cvs tagging mistake (authored by Carl Byington <carl@five-ten-sg.com>).
bump version for fedora cvs tagging mistake
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTd89c24e67b42: bump version for fedora cvs tagging mistake (authored by Carl Byington <carl@five-ten-sg.com>).
bump version for fedora cvs tagging mistake
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST479b5e41477c: avoid emitting bogus empty email messages into contacts and calendar files (authored by Carl Byington <carl@five-ten-sg.com>).
avoid emitting bogus empty email messages into contacts and calendar files
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST3b2410dea73c: add changelog entry in rpm spec file (authored by Carl Byington <carl@five-ten-sg.com>).
add changelog entry in rpm spec file
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST8b1552d045e3: more code cleanup (authored by Carl Byington <carl@five-ten-sg.com>).
more code cleanup
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST8df67ab49d60: use AM_ICONV for better portability of the library location. (authored by Carl Byington <carl@five-ten-sg.com>).
use AM_ICONV for better portability of the library location.
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST3bf72a54afb7: track character set individually for each mapi element (authored by Carl Byington <carl@five-ten-sg.com>).
track character set individually for each mapi element
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTfece7b481854: rename some structure fields to reflect our better understanding of the pst… (authored by Carl Byington <carl@five-ten-sg.com>).
rename some structure fields to reflect our better understanding of the pst…
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTf8efd3e6fec0: improve documentation of .pst format. (authored by Carl Byington <carl@five-ten-sg.com>).
improve documentation of .pst format.
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTe5d053c66c5f: 64 bit cleanup in debug messages (authored by Carl Byington <carl@five-ten-sg.com>).
64 bit cleanup in debug messages
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTd0afc49be41c: fix for 64bit on Fedora 11 (authored by Carl Byington <carl@five-ten-sg.com>).
fix for 64bit on Fedora 11
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST686f9cb9ceee: add pdf files from libpff (authored by Carl Byington <carl@five-ten-sg.com>).
add pdf files from libpff
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST78ac5a32ad21: fix embedded rfc822 messages with attachments (authored by Carl Byington <carl@five-ten-sg.com>).
fix embedded rfc822 messages with attachments
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTdb7369d777da: improve character set handling - don't try to convert utf-8 to single byte for… (authored by Carl Byington <carl@five-ten-sg.com>).
improve character set handling - don't try to convert utf-8 to single byte for…
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST6727952b4e66: improve decoding of multipart/report and message/rfc822 mime types (authored by Carl Byington <carl@five-ten-sg.com>).
improve decoding of multipart/report and message/rfc822 mime types
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTb752da9aba96: add forensic headers to capture some other data of interest; switch back to… (authored by Carl Byington <carl@five-ten-sg.com>).
add forensic headers to capture some other data of interest; switch back to…
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTf02fac16ca6a: fix for const correctness on Fedora 11 (authored by Carl Byington <carl@five-ten-sg.com>).
fix for const correctness on Fedora 11
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTd9617923ceae: patch from Fridrich Strba for dll build on mingw and cygwin (authored by Carl Byington <carl@five-ten-sg.com>).
patch from Fridrich Strba for dll build on mingw and cygwin
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTd5c60d1894e9: fix for const correctness on Fedora 11 (authored by Carl Byington <carl@five-ten-sg.com>).
fix for const correctness on Fedora 11
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTeb4b5027ea11: update changelog and dates (authored by Carl Byington <carl@five-ten-sg.com>).
update changelog and dates
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTdc7d226a463d: patch from Fridrich Strba, some systems need extra library for regex (authored by Carl Byington <carl@five-ten-sg.com>).
patch from Fridrich Strba, some systems need extra library for regex
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST78b5029f2e3d: add back AC_PROG_RANLIB, even though libtoolize claims it is obsoleted, it is… (authored by Carl Byington <carl@five-ten-sg.com>).
add back AC_PROG_RANLIB, even though libtoolize claims it is obsoleted, it is…
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTc3c64c57bb6d: fix from Fridrich Strba for parallel make (authored by Carl Byington <carl@five-ten-sg.com>).
fix from Fridrich Strba for parallel make
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST45dbab901e17: more cleanup of include files (authored by Carl Byington <carl@five-ten-sg.com>).
more cleanup of include files
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST3cb4fad422c2: fix initial from header in mbox format. (authored by Carl Byington <carl@five-ten-sg.com>).
fix initial from header in mbox format.
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTcec64d4c1795: cleanup installed headers (authored by Carl Byington <carl@five-ten-sg.com>).
cleanup installed headers
Sep 3 2024, 2:25 PM
mollekopf committed rLIBPSTb37c37819565: Extract the html description if the plaintext one is not available (authored by mollekopf).
Extract the html description if the plaintext one is not available
Sep 3 2024, 2:25 PM
mollekopf committed rLIBPST021824e22271: Extract timezone information and apply to dtstart/dtend of exported ical (authored by mollekopf).
Extract timezone information and apply to dtstart/dtend of exported ical
Sep 3 2024, 2:25 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST32d60626a3ca: common cannot include config.h (authored by Carl Byington <carl@five-ten-sg.com>).
common cannot include config.h
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTe35976c1f925: remove obsolete win32 directory since msvc builds are not directly supported (authored by Carl Byington <carl@five-ten-sg.com>).
remove obsolete win32 directory since msvc builds are not directly supported
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTf9ec16608126: recover dropped pragma pack line, use int64_t rather than off_t to avoid… (authored by Carl Byington <carl@five-ten-sg.com>).
recover dropped pragma pack line, use int64_t rather than off_t to avoid…
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTf91e5c09442b: more cleanup of #include files. (authored by Carl Byington <carl@five-ten-sg.com>).
more cleanup of #include files.
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST93646d30d4d1: NEWS and spec file consistent with ChangeLog (authored by Carl Byington <carl@five-ten-sg.com>).
NEWS and spec file consistent with ChangeLog
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST7fb0dec2fcca: more changes from Fridrich Strba to avoid installing our config.h (authored by Carl Byington <carl@five-ten-sg.com>).
more changes from Fridrich Strba to avoid installing our config.h
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTfec3d1b3cb76: strip and regenerate all MIME headers to avoid duplicates. (authored by Carl Byington <carl@five-ten-sg.com>).
strip and regenerate all MIME headers to avoid duplicates.
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST64d00b260a20: disable building pst2dii on cygwin (authored by Carl Byington <carl@five-ten-sg.com>).
disable building pst2dii on cygwin
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST8a3cd8cd3524: fix include file path (authored by Carl Byington <carl@five-ten-sg.com>).
fix include file path
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTacae1ec2f122: patch from Fridrich Strba for building on mingw and general cleanup of autoconf… (authored by Carl Byington <carl@five-ten-sg.com>).
patch from Fridrich Strba for building on mingw and general cleanup of autoconf…
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTe3b6499542ef: improve handling of content-type charset values in mime parts (authored by Carl Byington <carl@five-ten-sg.com>).
improve handling of content-type charset values in mime parts
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST293d3688481a: patch from Chris Eagle to build on cygwin (authored by Carl Byington <carl@five-ten-sg.com>).
patch from Chris Eagle to build on cygwin
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTec7073787470: bump version to avoid cvs tagging mistake in fedora (authored by Carl Byington <carl@five-ten-sg.com>).
bump version to avoid cvs tagging mistake in fedora
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST8a4987b007ab: patch from David Cuadrado to process emails with type PST_TYPE_OTHER (authored by Carl Byington <carl@five-ten-sg.com>).
patch from David Cuadrado to process emails with type PST_TYPE_OTHER
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST0e187b0ac333: fix title bug with old schema in pst2ldif, also escape commas in distinguished… (authored by Carl Byington <carl@five-ten-sg.com>).
fix title bug with old schema in pst2ldif, also escape commas in distinguished…
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST70a39386fb8a: cleanup fedora9 compile warnings (authored by Carl Byington <carl@five-ten-sg.com>).
cleanup fedora9 compile warnings
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST198f8a084879: cleanup fedora9 compile warnings (authored by Carl Byington <carl@five-ten-sg.com>).
cleanup fedora9 compile warnings
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST60388ade9590: many fixes in pst2ldif by Robert Harris (authored by Carl Byington <carl@five-ten-sg.com>).
many fixes in pst2ldif by Robert Harris
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST36b707ed2233: create dummy top-of-folder descriptor if needed for corrupt pst files (authored by Carl Byington <carl@five-ten-sg.com>).
create dummy top-of-folder descriptor if needed for corrupt pst files
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST7fcc276aeeea: remove unreachable code (authored by Carl Byington <carl@five-ten-sg.com>).
remove unreachable code
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST1424cdffd5ed: fix for orphan children when building descriptor tree, avoid writing… (authored by Carl Byington <carl@five-ten-sg.com>).
fix for orphan children when building descriptor tree, avoid writing…
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST28b000dab4f2: fixes from Justin Greer to add -D option to include deleted items, to add… (authored by Carl Byington <carl@five-ten-sg.com>).
fixes from Justin Greer to add -D option to include deleted items, to add…
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST5d596a825642: add configure option --enable-dii=no to remove dependency on libgd. (authored by Carl Byington <carl@five-ten-sg.com>).
add configure option --enable-dii=no to remove dependency on libgd.
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTb4be38cf98ab: fix an installed unpackaged file (authored by Carl Byington <carl@five-ten-sg.com>).
fix an installed unpackaged file
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST46802399044b: initial attempt at building a shared library (authored by Carl Byington <carl@five-ten-sg.com>).
initial attempt at building a shared library
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTa240d25db4df: update the release notes (authored by Carl Byington <carl@five-ten-sg.com>).
update the release notes
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST3c5241d28dcb: fix base64 encoding that could create long lines (authored by Carl Byington <carl@five-ten-sg.com>).
fix base64 encoding that could create long lines
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST50f6dd938117: iconv changes for Mac (authored by Carl Byington <carl@five-ten-sg.com>).
iconv changes for Mac
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTe982c8a77087: More fixes for 32/64 bit portability on big endian ppc. (authored by Carl Byington <carl@five-ten-sg.com>).
More fixes for 32/64 bit portability on big endian ppc.
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST35eb533f6c7c: More fixes for 32/64 bit portability on big endian ppc. (authored by Carl Byington <carl@five-ten-sg.com>).
More fixes for 32/64 bit portability on big endian ppc.
Sep 3 2024, 2:24 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST31f5f5cdcb9f: release 0.6.16 (authored by Carl Byington <carl@five-ten-sg.com>).
release 0.6.16
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTc9a223288dd3: Patch from Robert Simpson for file handle leak in error case. (authored by Carl Byington <carl@five-ten-sg.com>).
Patch from Robert Simpson for file handle leak in error case.
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST443d580a0681: Use inttypes.h for portable printing of 64 bit items. (authored by Carl Byington <carl@five-ten-sg.com>).
Use inttypes.h for portable printing of 64 bit items.
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTbb6aaa576e44: add missing debian makefile (authored by Carl Byington <carl@five-ten-sg.com>).
add missing debian makefile
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST3dd3590bf615: Fix my mistake in debian packaging. (authored by Carl Byington <carl@five-ten-sg.com>).
Fix my mistake in debian packaging.
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST2266d03dd527: bump version number (authored by Carl Byington <carl@five-ten-sg.com>).
bump version number
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTdf7d0b45f682: Patch from Robert Simpson for encryption type 2. (authored by Carl Byington <carl@five-ten-sg.com>).
Patch from Robert Simpson for encryption type 2.
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTecc5d7bc1b14: Patch from Joachim Metz for debian packaging, and fix for incorrect length on… (authored by Carl Byington <carl@five-ten-sg.com>).
Patch from Joachim Metz for debian packaging, and fix for incorrect length on…
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTb4a603659c0a: spelling fixup (authored by Carl Byington <carl@five-ten-sg.com>).
spelling fixup
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST30eacc0fc906: Use ftello/fseeko to properly handle large files. (authored by Carl Byington <carl@five-ten-sg.com>).
Use ftello/fseeko to properly handle large files.
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTcad2aea8c9ec: Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and… (authored by Carl Byington <carl@five-ten-sg.com>).
Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and…
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST3bdebca4264f: fix documentation of 8 byte backpointers (authored by Carl Byington <carl@five-ten-sg.com>).
fix documentation of 8 byte backpointers
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTb8124c059d20: Patch from Joachim Metz <joachim.metz@gmail.com> for 64 bit compile. (authored by Carl Byington <carl@five-ten-sg.com>).
Patch from Joachim Metz <joachim.metz@gmail.com> for 64 bit compile.
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTa9c68be03b6d: minor code cleanup (authored by Carl Byington <carl@five-ten-sg.com>).
minor code cleanup
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST8c6974c70edb: Initial version of pst2dii to convert to Summation dii load file format. (authored by Carl Byington <carl@five-ten-sg.com>).
Initial version of pst2dii to convert to Summation dii load file format.
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTc02b62052b03: remove redundant requires from the spec file (authored by Carl Byington <carl@five-ten-sg.com>).
remove redundant requires from the spec file
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST2a5a56250c9c: build requires ImageMagick to see convert needed by pst2dii (authored by Carl Byington <carl@five-ten-sg.com>).
build requires ImageMagick to see convert needed by pst2dii
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST9b6002d30345: packaging for Fedora (#434727) (authored by Carl Byington <carl@five-ten-sg.com>).
packaging for Fedora (#434727)
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST4e919932f37a: Start work on pst2dii to convert to Summation dii load file format. (authored by Carl Byington <carl@five-ten-sg.com>).
Start work on pst2dii to convert to Summation dii load file format.
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST901d656d740a: bump the version number in configure.in (authored by Carl Byington <carl@five-ten-sg.com>).
bump the version number in configure.in
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTba39352b9e9a: Work around bogus 7c.b5 blocks in some messages that have been read. (authored by Carl Byington <carl@five-ten-sg.com>).
Work around bogus 7c.b5 blocks in some messages that have been read.
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST6c06faa6a8d1: General cleanup and code fixes. (authored by Carl Byington <carl@five-ten-sg.com>).
General cleanup and code fixes.
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST8c90360119d6: fixup debug messages #llx rather than #x, fix 7c block documentation to match… (authored by Carl Byington <carl@five-ten-sg.com>).
fixup debug messages #llx rather than #x, fix 7c block documentation to match…
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST1ea7bfd4ef27: add archive directory with history of alioth versions that have been merged here (authored by Carl Byington <carl@five-ten-sg.com>).
add archive directory with history of alioth versions that have been merged here
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTd617ecc90df7: add missing news items, add reference to mercurial repository in the… (authored by Carl Byington <carl@five-ten-sg.com>).
add missing news items, add reference to mercurial repository in the…
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST0207b7bdf74a: some misc. cleanup and convert to mercurial source control (authored by Carl Byington <carl@five-ten-sg.com>).
some misc. cleanup and convert to mercurial source control
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST58ddc9590e2d: code cleanup (authored by Carl Byington <carl@five-ten-sg.com>).
code cleanup
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST8b6b2075f925: code cleanup (authored by Carl Byington <carl@five-ten-sg.com>).
code cleanup
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST3dc6f2c7e9e1: more fixes for 64 bit format (authored by Carl Byington <carl@five-ten-sg.com>).
more fixes for 64 bit format
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST983b250743db: more fixes for 64 bit format (authored by Carl Byington <carl@five-ten-sg.com>).
more fixes for 64 bit format
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST55789bc44fea: more fixes for 64 bit format (authored by Carl Byington <carl@five-ten-sg.com>).
more fixes for 64 bit format
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST40996b27c596: more fixes for 64 bit format (authored by Carl Byington <carl@five-ten-sg.com>).
more fixes for 64 bit format
Sep 3 2024, 2:23 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTf964f8173b2e: more fixes for 64 bit format (authored by Carl Byington <carl@five-ten-sg.com>).
more fixes for 64 bit format
Sep 3 2024, 2:22 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST14eea95e8930: more fixes for 64 bit format (authored by Carl Byington <carl@five-ten-sg.com>).
more fixes for 64 bit format
Sep 3 2024, 2:22 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST2097cb18554c: more fixes for 64 bit format (authored by Carl Byington <carl@five-ten-sg.com>).
more fixes for 64 bit format
Sep 3 2024, 2:22 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTb7bddc69e54e: start on outlook 2003 64 bit format (authored by Carl Byington <carl@five-ten-sg.com>).
start on outlook 2003 64 bit format
Sep 3 2024, 2:22 PM