1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 10 hours ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- prepare for version 0.2.7 More... over 19 years ago
- ??? More... over 19 years ago
ome line number changes More... over 19 years ago
- treat .YGx files like .PX files - fixed some error messages - fixed header in csv output for .PX and. .YGx files, extra fields had the wrong field type More... over 19 years ago
- fixed nasty error in calculation of recordsize. It must have been twice as large. - set px_primarykeyfields in the paradox header to 2 if it is a secondary index file - calculate the header size properly even for sec. index files More... over 19 years ago
- prepare for version 0.6.1 More... over 19 years ago
- fixed reading and writing of the head of secondary index files (writing hasn't been tested) More... over 19 years ago
- initialize pxdoc->px_head to NULL in PX_new3() and PX_close() More... over 19 years ago
- use function tag to mark up function references - added note about who needs to free the memory More... over 19 years ago
- added prototyp for PX_pack() More... over 19 years ago
- tons of changed line numbers - some new german translations More... over 19 years ago
- PX_retrieve_record() checks in NULL values in Blob fields - fixed several error messages More... over 19 years ago
- free some more memory - allow years to be 6 digits long in PX_timestamp2string() More... over 19 years ago
- initial version of PX_pack() (not working) - auto increment fields of type pxfAutoInc More... over 19 years ago
- note about handling of pxfAutoInc and blob fields More... over 19 years ago
- Use function tag if referencing a function More... over 19 years ago
- blobs are handled like strings More... over 19 years ago
- use function tag for all references to a function More... over 19 years ago
- send user to PX_insert_record() for more infos More... over 19 years ago
- fixed some function names - some more info about PX_update_record() More... over 19 years ago
- added section about software that uses pxlib More... over 19 years ago
- prepare for next version 0.0.10 More... over 19 years ago
- documented option --datetime-format - changed default for date format More... over 19 years ago
- set default for date format to 'Y-m-d' - fixed segm fault when option --datetime-format is used More... over 19 years ago
- fixed explaination on who space of records which are deleted will be reused by PX_insert_record() More... over 19 years ago
- added initial documentation for the new functions in pxlib 0.6.0 More... over 19 years ago
- various line number changes More... over 19 years ago
- update one translation More... over 19 years ago
- PX_delete_record() didn't update the internal index properly which causes a failure on the next PX_insert_record() - some more comments More... over 19 years ago
- added more explaination on how px_delete_data_from_block() works More... over 19 years ago