Discussion:
Announcing bglibs version 1.040
Bruce Guenter
2006-02-19 22:07:05 UTC
Permalink
Version 1.040 of bglibs is now available at:
http://untroubled.org/bglibs/
------------------------------------------------------------------------------
Changes in version 1.040

- Added cli-generate, a program to produce C header and source from
command-line interface description files.

- Modified the crypto HMAC code to do precalculation of the intermediate
hash results.

- Fixed base64 decoding on systems where char is unsigned by default.
Thanks Gerrit Pape.

- Tweaked the ghash_add function to return a pointer to the newly
created entry (since some uses will want to use it immediately).

- Stop blocking SIGSEGV with the sig_all_* functions, as this has
resulted in bugs causing endless signal loops.

Development of this version has been sponsored by FutureQuest, Inc.
***@FutureQuest.net http://www.FutureQuest.net/
-------------------------------------------------------------------------------
bglibs
One stop library package
Bruce Guenter <***@untroubled.org>
Version 1.040
2006-02-19

This package contains a collection of libraries written by myself and
put in use in various packages.

A mailing list has been set up to discuss this and other packages.
To subscribe, send an email to:
bgware-***@lists.untroubled.org
A mailing list archive is available at:
http://lists.untroubled.org/

Development versions of bglibs are available via Subversion at:
svn://bruce-guenter.dyndns.org/bglibs/trunk

Installation:

- Build the sources by running "make"
- After the package has been compiled, run the following command as root:
make install

Copyright(C) 2002-2006 Bruce Guenter <***@untroubled.org>

This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or (at
your option) any later version.

This library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation,
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
--
Bruce Guenter <***@untroubled.org> http://untroubled.org/
OpenPGP key: 699980E8 / D0B7 C8DD 365D A395 29DA 2E2A E96F B2DC 6999 80E8
Loading...