]> git.ipfire.org Git - people/ms/libloc.git/history - src/perl/Location/Location.xs
perl: Add function to get the description of the database.
[people/ms/libloc.git] / src / perl / Location / Location.xs
2019-09-29  Stefan Schantlperl: Add function to get the description of the database.
2019-09-29  Stefan Schantlperl: Fix comments outside of a C code block.
2019-09-28  Michael Tremerperl: Move database functions up and lookup functions...
2019-09-28  Michael Tremerperl: Rename lookup function to be more consistent...
2019-09-28  Michael Tremerperl: Rename database_get_vendor() to get_vendor(9
2019-09-28  Michael Tremerperl: Remove another useless initialisation
2019-09-28  Michael Tremerperl: Return NULL when no country code was found
2019-09-26  Michael Tremerperl: No need to copy vendor onto the heap
2019-09-26  Michael Tremerperl: Mode code re-formatting
2019-09-26  Michael Tremerperl: Close database file after it has been read
2019-09-26  Michael Tremerperl: perl does not allow to initialise the variables
2019-09-26  Michael Tremerperl: Release location context when opening the databas...
2019-09-26  Michael Tremerperl: Add some basic comments
2019-09-26  Michael Tremerperl: Improve error messages
2019-09-26  Michael Tremerperl: Fix code formatting and initialise some variables
2019-09-26  Michael Tremerperl: Drop ppport.h
2019-09-26  Stefan Schantlperl: Add perl bindings for libloc.