summaryrefslogtreecommitdiff
path: root/src/export
AgeCommit message (Expand)Author
2019-06-29Clean up 1992 post processingDirk Engling
2019-03-04unify column cleansingDirk Engling
2019-01-30Add branch name mapper code for v3Dirk Engling
2019-01-28Avoid warning for inline functionDirk Engling
2019-01-27let main return 0Dirk Engling
2019-01-27C99Dirk Engling
2019-01-27Linux also needs GNU SOURCEDirk Engling
2019-01-27Add stdint for uintptr_tDirk Engling
2019-01-22Add code that looks up Branchen names by codesDirk Engling
2019-01-22formattingDirk Engling
2015-06-03Accumulate return value of write() to finally silence warningsDirk Engling
2015-06-02Avoid warnings for unused return valuesDirk Engling
2015-06-02Make main return 0Dirk Engling
2015-05-19Clean up record dumper for version 2 to better match documentationDirk Engling
2015-05-19Fix variable names to match documentation (and a slightly saner scheme)Dirk Engling
2015-05-15Renumbering for one unused fileDirk Engling
2015-05-15implement the zip code overrideDirk Engling
2015-05-14Fix a field I mixed up in continuationsDirk Engling
2015-05-14Fix up differences in version no/swDirk Engling
2015-05-13Silence warning about unused variableDirk Engling
2015-05-13Be less verbose now everything worksDirk Engling
2015-05-12Convert continuation flags in our standard representationDirk Engling
2015-05-12Fix: dump Ort and PLZ in the first record of a continuation. Until now it only was dumped in continuationsDirk Engling
2015-05-12Split continuation records into files, too.Dirk Engling
2015-05-10Split entries into different column files. Done for non-continuation-entriesDirk Engling
2015-05-07include split_version_2 in our Make processDirk Engling
2015-05-07We now officially can dissect the second version of Telefonbuch from 1995/1996, aka version 2Dirk Engling
2015-05-03Fixed an accidental removal of an assignmentDirk Engling
2015-05-03Fix amount of chunks passed to decompressor in first pageDirk Engling
2015-05-03Do not copy redundant data to continuation rowsDirk Engling
2015-04-30Fix broken lines and a too short conversion table for cp437Dirk Engling
2015-04-29Without explicitely setting ulimit, we cant expect 8MB on stack, resort to 4MBDirk Engling
2015-04-29We have a new format between the former version 1 and 2. So shift version numbers. Add READMEDirk Engling
2015-04-29some entries are now actually in the megabyte-region :(, stupid spammersDirk Engling
2015-04-27experimental code to extract white_1995_Q0 and white_1996_Q0Dirk Engling
2015-04-21Fix for if the last file is shorter than the decryption stringDirk Engling
2014-02-25Massively speed up dump by buffering output before write()User Erdgeist
2014-02-25Shut up a warningUser Erdgeist
2014-02-25freebsd needs extra switch to enable dprintfUser Erdgeist
2014-02-25Get rid of warnings uncovered with clangs -WeverythingDirk Engling
2014-02-24Check for errors of IO operarationsDirk Engling
2014-02-24Silence warning about unused variableDirk Engling
2014-02-24Unused variableDirk Engling
2014-02-24Check parameter count before using argv, report syntax and errorsDirk Engling
2014-02-24Check parameter count before using argvDirk Engling
2014-02-24Silence -Wextra warningsDirk Engling
2014-02-24Silence -Wextra warningsDirk Engling
2014-02-24Silence -Wextra warningsDirk Engling
2014-02-24Only write leading zero to Vorwahl, if it actually contains numbersDirk Engling
2014-02-23Dump Postleitzahl and Ort as wellDirk Engling