index
:
Telefonbuch
master
A set of tools to quickly dump a certain kind of digital phone books
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
export
/
split_version_2.c
Age
Commit message (
Collapse
)
Author
2015-06-03
Accumulate return value of write() to finally silence warnings
Dirk Engling
2015-06-02
Avoid warnings for unused return values
Dirk Engling
2015-06-02
Make main return 0
Dirk Engling
2015-05-19
Clean up record dumper for version 2 to better match documentation
Dirk Engling
2015-05-15
Renumbering for one unused file
Dirk Engling
2015-05-15
implement the zip code override
Dirk Engling
2015-05-14
Fix a field I mixed up in continuations
Dirk Engling
2015-05-14
Fix up differences in version no/sw
Dirk Engling
2015-05-12
Convert continuation flags in our standard representation
Dirk Engling
2015-05-12
Split continuation records into files, too.
Dirk Engling
2015-05-10
Split entries into different column files. Done for non-continuation-entries
Dirk Engling
2015-05-07
include split_version_2 in our Make process
Dirk Engling
2015-05-07
We now officially can dissect the second version of Telefonbuch from 1995/1996, aka version 2
Dirk Engling
2015-04-29
We have a new format between the former version 1 and 2. So shift version numbers. Add README
Dirk Engling
2014-02-25
Get rid of warnings uncovered with clangs -Weverything
Dirk Engling
2014-02-24
Check for errors of IO operarations
Dirk Engling
2014-02-21
Be less memory hungry with on-stack allocations
Dirk Engling
2014-02-20
Restructure project, make names more clear
Dirk Engling