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
- added type casting in define MAKE_PXVAL() to make g++ happy More... over 19 years ago
- fixed memory leak in px_insert_record() und px_update_record() More... over 19 years ago
- Moved several prototypes of statik functions from px_crypt.h to px_crypt.c More... over 19 years ago
- added prototype for px_delete_blob_data() More... over 19 years ago
- fixed compile warning More... over 19 years ago
- fixed example which contained call for PX_numfields() which has to be PX_get_num_fields() More... over 19 years ago
- added missing man pages More... over 19 years ago
- new version 0.6.0 More... over 19 years ago
- changed version 0.6.0-rc1 to 0.6.0 More... over 19 years ago
- initial version for new function in 0.6.0 More... over 19 years ago
- explain why px_delete() has to be called afterwards More... over 19 years ago
- note about new function px_retrieve_record() which should be used instead More... over 19 years ago
- initial man page More... over 19 years ago
- added entry for version 0.6.0 More... over 19 years ago
- various line number changes More... over 19 years ago
- new entry about fixed memory leak in 0.6.0 More... over 19 years ago
- free memory for io stream in PX_close() in any case. Even if the the file isn't closed. More... over 19 years ago
- prepare for version 0.2.6 More... over 19 years ago
- fixed output of field defintion for fields of type bcd More... over 19 years ago
- more changes for 0.6.0 More... over 19 years ago
- many line number changes More... over 19 years ago
- PX_put_data_bcd() regards the current LC_NUMERIC setting and used the right decimal point More... over 19 years ago
- write the right size for a bcd field into the header More... over 19 years ago
- updated copyright message - many line number changes More... over 19 years ago
- added note about the drop hard coded LC_NUMERIC More... over 19 years ago
- Empty fields in csv input are treaded correctly - commented many debug outputs More... over 19 years ago
- BCD values can be converted - LC_NUMERIC isn't hard coded to C anymore - Fixed output of linenumbers in many error message. Now line number means the actual line number in the file. The first record has line number 2. More... over 19 years ago
- added note about the drop default for LC_NUMERIC More... over 19 years ago
- LC_NUMERIC isn't hardcoded to C anymore. Numeric values in csv output are quoted appropriately if the the decimal point == delimiter char. More... over 19 years ago
- another entry for 0.6.0 More... over 19 years ago