1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 11 hours ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- depend on libgsf-1-dev (>= 1.13.2) More... over 19 years ago
- many line number changes More... over 19 years ago
- added note about px_close_fp being deprecated More... over 19 years ago
- set pxdoc->px_stream->close and not pxdoc->px_close_fp in order to close file which was opened with PX_create_file() More... over 19 years ago
- new implementation of cvs_parse_str() More... over 19 years ago
- fixed copyright notice More... over 19 years ago
po/Makefile.in.in More... over 19 years ago
- some new messages - many line number changes More... over 19 years ago
- fixed error when reading the remaining of a line as the last field and this field contains a separator char. More... over 19 years ago
- added one new translation More... almost 20 years ago
- added tons of changes for version 0.6.0 More... almost 20 years ago
- tag function names with <function> More... almost 20 years ago
- make px_fileblocks, px_firstblock, px_lastblock in pxdoc unsigned More... almost 20 years ago
- fixed typo More... almost 20 years ago
- use get_short_le_s() to get number of bytes used in a datablock because it is a signed value More... almost 20 years ago
- new function get_short_le_s() which returns signed short int in opposite to get_short_le() which returns unsigned short int. get_short_le_s() is needed to read the size in a datablock header which is negative if no record is in the datablock. More... almost 20 years ago
- added extra messages in verbose mode More... almost 20 years ago
- fixed copyright notice More... almost 20 years ago
- added not that this function is deprecated More... about 20 years ago
- added note that this function is deprecated More... about 20 years ago
- new functions strnchr() und fnprinf() More... about 20 years ago
- much better description on how to use the function More... about 20 years ago
- some more on how to uses the function including an example More... about 20 years ago
- added new sgml files More... about 20 years ago
- fixed two small errors in error messages More... about 20 years ago
- many new messages and german translations More... about 20 years ago
- inserting a new record containing a blob field at a position which was previously freed does not corrupt the database anymore. More... about 20 years ago
- PX_get_data_{alpha|blob} do not in any case return a null terminated string which could cause a segm fault. This correctly handled now. More... about 20 years ago
- new struct px_mbblockinfo to hold information about the block in a blob file - added list of blocks to struct px_blob - added some missing prototypes More... about 20 years ago
- new function build_mb_block_list() which builds a list of blocks in the blob file (similar to index in db files). This list is used to find space for new blobs. - new function px_delete_blobs() which removes the blob data from the blob file - new function px_find_blob_slot() to find free space in the blob file - PX_insert_record() and PX_update_record() propperly modify the blob file - removed many unused variables - Output strerror() message when fopen() fails. More... about 20 years ago