4190ea4bd7
Changes since 1.5:L Version 1.7 (25 March 2014) * Utilities: . rec2csv now supports a -d option to change the delimiter character in CSV files. . It is now possible to specify several recfiles in the command line containing anonymous records. * Format: . Support for restricting the fields that can appear in records with the new %allowed special field. . If a tab separates a field name and a field value is now ignored and not considered part of the field value. * librec: . The current version of the library is now 1. * Emacs mode: . It now possible to jump several records while navigating using a prefix argument to the next/previous commands. * Documentation: . The examples in the manual have been improved, and well as many other aspects: formatting, English, etc. Special thanks to Karl Berry for pointing out the problems and suggesting solutions. * Internal cleanup and code factorization. * Many, many, many bug fixes :D Version 1.6 (03 November 2013) * Utilities: . Support for joins and foreign keys. . Grouping records by one or more fields. . Sorting recors by several fields. . Specifying rewrite rules in field expressions. . Writing field values in rows. . Dot-notation in selection expressions. . Support for the >= and <= operators in selection expressions. . Aggregated functions: sum, min, max, avg. . New bash loadable builtin `readrec'. * Format: . New UUID field type. . User provided arbitrary constraints with %constraint. . Pre-defined constants MIN and MAX can now be used in ranges. * librec: . New high-level API: rec_db_query, rec_db_insert, rec_db_delete and rec_db_set. . Documentation in the rec.h header file extended and improved. * Emacs mode: . Texinfo manual describing the usage of rec-mode. . Support for a mode hook. . Comments are now supported in records. . add-change-log-entry in a recfile now does the right thing. . Commands for copying/killing fields and records. . Support for undo in navigation mode. . Field folding. . Editing methods for the several field types. . Statistics. * Documentation: . The user manual has been restructured and expanded. * Internal cleanup and code factorization. * Many, many, many bug fixes :D
35 lines
780 B
Text
35 lines
780 B
Text
@comment $NetBSD$
|
|
bin/csv2rec
|
|
bin/rec2csv
|
|
bin/recdel
|
|
bin/recfix
|
|
bin/recfmt
|
|
bin/recinf
|
|
bin/recins
|
|
bin/recsel
|
|
bin/recset
|
|
include/rec.h
|
|
info/rec-mode.info
|
|
info/recutils.info
|
|
lib/charset.alias
|
|
lib/librec.la
|
|
man/man1/csv2rec.1
|
|
man/man1/rec2csv.1
|
|
man/man1/recdel.1
|
|
man/man1/recfix.1
|
|
man/man1/recfmt.1
|
|
man/man1/recinf.1
|
|
man/man1/recins.1
|
|
man/man1/recsel.1
|
|
man/man1/recset.1
|
|
share/emacs/site-lisp/ob-rec.el
|
|
share/emacs/site-lisp/rec-mode.el
|
|
share/locale/de/LC_MESSAGES/recutils.mo
|
|
share/locale/fi/LC_MESSAGES/recutils.mo
|
|
share/locale/fr/LC_MESSAGES/recutils.mo
|
|
share/locale/nl/LC_MESSAGES/recutils.mo
|
|
share/locale/sr/LC_MESSAGES/recutils.mo
|
|
share/locale/sv/LC_MESSAGES/recutils.mo
|
|
share/locale/uk/LC_MESSAGES/recutils.mo
|
|
share/locale/vi/LC_MESSAGES/recutils.mo
|
|
share/recutils/etc/FSD.rec
|