pkgsrc-wip/dbf/patches
Thomas Klausner 77175d1822 Update to 0.8.1.
Install documentation into share/doc/dbf instead of share/dbf.

0.8.1		STABLE
2003-20-10	(Release-Date)
- fixed CSV converting, data sets are now converted properly
- using '-' as a filename means stdout
- fixed csv output. separator char within a field value are now treated
  propperly (Uwe)
- Do not put the separator char after the last field in csv output (Uwe)
- Add field type, size and decimals to field name in first line of csv
  output (Uwe)

0.8		STABLE
2003-11-09	(Release-Date)
- Changed the options parsing system and the options id, so that options
  with a single hyphen can also be used and displayed in the help.
- Inserted a fail safe routine which checks that the original file will
  never be overwritten if the options filename is missing
- Tab-separated files without quoted text-passages can be created by using
  't' as separator.
- Fix for date strings in SQL: According the PostgreSQL manual, SQL (ANSI)
  requires date strings to be quoted, ie. '20031029'
  send in by Tommi Rintala, t2r@wasalab.com
- Can differentiate between dBASE, FoxPro, FoxBase and Clipper
- --view-info reports the database type and version number
- supports datatypes int, float, double and logical in SQL and CSV
- introduced cast operations for CSV and SQL export
- differentiates between deleted and existent data sets


0.7		STABLE
2003-09-14	(Release-Date)
Changelog send in by Mikhail Teterin:
- Totally reworked options parsing.
- Using the new options-parsing scheme, I added the way to specify the
  desired CSV separator, debug level, and string-trimming option (below).
- When outputing the SQL file, strings, probably, should not be trimmed,
  and that is now a default. The trimming can now be specified as:
		--trim {r|l|b}
- The two codepage-conversion functions combined into one, which is also
  made table-driven.
- Record-conversion can now be turned off with the --noconv option.
- While input is still opened and read directly with open/read (perhaps,
  it should stay that way), the output file is operated on using the stdio
	functions fopen() and fprintf(), fputs, putc().
- Some reorganization in the variable-declaration and other cleanups...


0.6		STABLE
(Release-Date)
- dbf can export dBASE files to SQL instruction sets
- new Makefiles
- works on AIX 4.3.3
- new file system structure -> src contains all header and source files
- fixes in macro definitions
- increased macro MAX_FIELDS from 50 to 500 to solve bug #003 reported in
  the document BUGS
- fixes in endian.c, reported by Uwe Steinmann
2003-11-21 15:07:30 +00:00
..
patch-aa Update to 0.8.1. 2003-11-21 15:07:30 +00:00
patch-ab Update to 0.8.1. 2003-11-21 15:07:30 +00:00
patch-ac Update to 0.8.1. 2003-11-21 15:07:30 +00:00