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
- removed some unused variables More... about 20 years ago
- add individual return codes in px_delete_data_from_block() - free memory in case of an error in px_delete_data_from_block() - new function px_delete_blob_data() which deletes the data from the blob file. More... about 20 years ago
- new functions PX_date2string() and PX_time2string() - PX_create_fp() opens file in "w+" mode - Open blobfile in "r+" mode More... about 20 years ago
- took out warning 'Tablename is empty' is empty when writing the header. More... about 20 years ago
- updated to new api More... about 20 years ago
- took out some stuff which doesn't work on other distribution than debian More... about 20 years ago
- fixed typo More... about 20 years ago
- tons of changes to introduce a new api for retrieval and modification of database records. It consists of the new functions: PX_retrieve_record() PX_insert_record() PX_delete_record() PX_update_record() Not all functions can handle blobs at the current time of development. A field value is stored in the struct pxval_t. A record is an array of (pxval_t *). More... about 20 years ago
- fixed comment More... about 20 years ago
- next version will be 0.6.0 More... about 20 years ago
- included new man pages More... about 20 years ago
- initial man page More... about 20 years ago
- PX_insert_record() returns the number of the new record - new debug function px_list_index() - various bug fixes More... about 20 years ago
- return position of record in block - fixed some small errors More... about 20 years ago
- added prototypes for PX_update_record() und PX_insert_record() More... about 20 years ago
- new function: PX_insert_record() - add new record PX_update_record() - update an exiting record px_find_slot() - find free slot in database px_find_solt_with_index() - find free slot in database using index More... about 20 years ago
- took out update of index from px_delete_data_from_block(). It is now in PX_delete_record(); More... about 20 years ago
- some initial translations in french More... about 20 years ago
- started new version More... about 20 years ago
- many new messages and translations More... about 20 years ago
- added prototype for px_delete_data_from_block() More... about 20 years ago
- new function PX_delete_record() More... about 20 years ago
- new function px_delete_data_from_block() More... about 20 years ago
� new prototype for px_add_data_to_block() More... about 20 years ago
- self build index will be deleted before new one is built - PX_put_record() can overwrite existing records More... about 20 years ago
- two extra parameter for px_add_data_to_block() + update returns 1 if a record was updated and 0 if a new one was added + recno specifies the record to be written More... about 20 years ago
- added block cache for reading from blob file More... about 20 years ago
- added entry for release 0.5.1 More... about 20 years ago
- added more features More... about 20 years ago
- fixed link in each news entry More... about 20 years ago