aboutsummaryrefslogtreecommitdiffstats
README -- trio

Trio is a package with portable string functions. Including printf() clones
and others.

 Copyright (C) 1998-2001 by Bjorn Reese and Daniel Stenberg.

 Permission to use, copy, modify, and distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.

 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND
 CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER.

Trio is intended to be an integral part of another application, so we
have not done anything to create a proper installation.

Compile with 'make' (edit the Makefile if you want a release build)

Test the package with 'make test'

Install by copying trio.h, triop.h, and libtrio.a (and man/man?/* if
you want documentation) to the appropriate directories.

Catch some usage examples in example.c

Send feedback and patches to the mailing list, subscription and other
information is found here:

        http://lists.sourceforge.net/lists/listinfo/ctrio-talk

Enjoy!

Trio web page

        http://daniel.haxx.se/trio/
Commit message (Expand)AuthorAgeFilesLines
...
* Remove excess .\n from tracepolls -V dump.Matthias Andree2010-02-241-1/+1
* Feature: bad-header {reject|pass}Matthias Andree2010-02-2410-5/+74
* Silence bison warning about 2 shift/reduce conflictsMatthias Andree2010-02-231-0/+2
* Add section on troubleshooting, ...Matthias Andree2010-02-221-0/+33
>-0/+5 * Add GCC attributes for printf format checking to SockPrintf (Sunil Shetye).Matthias Andree2010-02-041-1/+3 * Fix compiler warnings about unused parameters (Sunil Shetye).Matthias Andree2010-02-041-0/+2 * Fix harmless format string bug (Sunil Shetye).Matthias Andree2010-02-041-1/+1 * 6.3.12: Fix Debian Bug ID for SMTP multiline issue, spotted by Nico Golde.Matthias Andree2010-02-041-1/+1 * Fix typo, spotted by Nico Golde.Matthias Andree2010-02-041-1/+1 * Fix typo spotted by Nico Golde.Matthias Andree2010-02-041-1/+1 * Stricter validation of IMAP responses containing byte or message counts.Matthias Andree2010-02-042-12/+34 * IMAP SEARCH fixes & FETCH fallback by Sunil ShetyeMatthias Andree2010-02-042-39/+142 * Security fix for sdump() (X.509 cert display in verbose mode).Matthias Andree2010-02-044-1/+138 * Update German translation.Matthias Andree2010-01-281-241/+241 * Update copyright years.Matthias Andree2010-01-282-8/+10 * Declare Sunil's new smtp_rset() function static.Matthias Andree2010-01-281-1/+1 * Recover from SMTP protocol errors on RSET. (Sunil Shetye)Matthias Andree2010-01-282-8/+22 * Clarify IMAP BYE response logging.Matthias Andree2010-01-222-27/+32 * Fix gssapi.h compiler warning on FreeBSD...Matthias Andree2010-01-222-1/+5 * Revise for grammar, spelling, and clarity. Courtesy of Robert Mullin.Matthias Andree2010-01-222-16/+29 * Fix IMAP IDLE and untagged (* ...) response parser, by Sunil Shetye.Matthias Andree2010-01-223-139/+170 * Add logrotate support to TODO.Matthias Andree2009-11-221-0/+3 * Update Italian translation, courtesy of Vincenzo Campanella.Matthias Andree2009-11-162-440/+188 * Fix CPPFLAGS for GSSAPI compiles.Matthias Andree2009-10-301-1/+1 * Mention ibiblio paths, and need to update release_id on website.Matthias Andree2009-10-301-2/+3 * Fix link to release notes.Matthias Andree2009-10-301-1/+1 * Update upload script, use local public_html stagingl.Matthias Andree2009-10-301-2/+6 * Release 6.3.13.Matthias Andree2009-10-306-13/+26 * Drop obsolete --without-included-gettext ./configure option from .spec.Matthias Andree2009-10-301-1/+1 * Ship fetchmail.xpm file.Matthias Andree2009-10-301-1/+3 * Clean up dist-tools, remove or update.Matthias Andree2009-10-3010-780/+29