Next | Query returned 64 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2014-05-23 22:49:15 by Thomas Klausner | Files touched by this commit (6)
Log message:
Update gdbm packages to 1.11, after martin@ diagnosed the compilation
problem. Thanks, martin!

Changes:
Version 1.11, 2013-12-25

* Improved dump format.

A new dump format is implemented, which encodes all data in base64 and
stores not only key/data pairs, but also the original database file
metadata, such as file name, mode and ownership.  Files in this format
can be sent without additional encapsulation over transmission
channels that normally allow only ASCII data.  Dumps in this format
allow for restoring an exact copy of the database, including file
ownership and privileges.

* New function: gdbm_count

    int gdbm_count (GDBM_FILE *file, gdbm_count *count);

Counts records in `file' and stores the result in the memory location
pointed to by `count'.

* New utilities: gdbm_dump and gdbm_load.

Gdbm_dump creates a plain-text dump of the GDBM database.  This dump
can be used to create an exact copy of the database afterward.

The gdbm_load performs the reverse: given the dump file, it creates a
GDBM database.  Apart from native GDBM dump formats, it also understands
the format generated by Berkeley DB db_dump utility.  Thus, an easy
way to convert a Berkeley DB database to GDBM is:

   db_dump input.db | gdbm_load output.db

* gdbmtool

The gdbmtool utility allows you to examine, modify or create GDBM
databases.  It provides an easy-to-use interactive shell and can
be used for scripting.  One of the unique features of gdbmtool is that
it allows to define datum structures for key and content parts, similarly
to the C "struct" declarations, and to input and display such
structured data.
   2013-11-23 12:29:36 by OBATA Akio | Files touched by this commit (16)
Log message:
Use find-headers instead of find-files to detect builtin header files.
   2013-04-08 13:17:26 by Blue Rats | Files touched by this commit (109)
Log message:
Remove "Trailing empty lines." and/or "Trailing white-space."
   2012-10-02 23:25:56 by Aleksej Saushev | Files touched by this commit (323)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-01-24 10:10:06 by Steven Drake | Files touched by this commit (1)
Log message:
Use the correct version number for BUILDLINK_ABI_DEPENDS.gdbm
   2012-01-24 09:26:23 by Steven Drake | Files touched by this commit (1)
Log message:
Add gettext-lib buildlink to gdbm's buildlink3.mk

Bump ABI_DEPENDS
   2012-01-24 03:44:30 by Steven Drake | Files touched by this commit (2)
Log message:
Pullin gettext-lib buildlink3 so that nls files are built.
Unconditionalise the nls files.

Bump PKGREVISION
   2012-01-24 01:28:17 by David Brownlee | Files touched by this commit (2)
Log message:
Fo gdbm 'NLS' seems to mean 'can find _nl_expand_alias', which has a
certain Linux flavour to it.
Conditionalise the nls files in the PLIST to Linux for now
Bump PKGREVISION.
Fixes build on at least NetBSD
   2012-01-23 08:04:16 by Steven Drake | Files touched by this commit (2)
Log message:
Add missing LC_MESSAGES files.

Bump PKGREVISION
   2012-01-08 10:22:52 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 1.10:
* Internationalization
  This version of GDBM is fully internationalized.  The following
  localizations are available: Finnish, German, Japanese, Polish and Ukrainian.
* Support for close-on-exec flag in gdbm_open (see GDBM_CLOEXEC in the docs).
* Improve testgdbm command system
  The testgdbm tool now supports multicharacter commands.
* Bugfixes

Next | Query returned 64 messages, browsing 21 to 30 | Previous