summaryrefslogtreecommitdiff
path: root/libsieve/require.c
AgeCommit message (Collapse)AuthorFiles
2009-02-13Rename libraries.Wojciech Polak1
Rename libmuauth to libmu_auth, libargp to libmu_argp, libcfg to libmu_cfg, and libsieve to libmu_sieve. * auth/*: Move to libmu_auth/* * libargp/*: Move to libmu_argp/* * libcfg/*: Move to libmu_cfg/* * libsieve/*: Move to libmu_sieve/* * libmu_sieve/sieve.h: Rename to sieve-priv.h * include/mailutils/libsieve.h: Rename to sieve.h * configure.ac: Update, bump to 2.0.90.
2008-07-18Finish namespace cleanup in libsieve.Sergey Poznyakoff1
* libsieve/actions.c, libsieve/comparator.c, libsieve/conf.c, libsieve/load.c, libsieve/prog.c, libsieve/register.c, libsieve/relational.c, libsieve/require.c, libsieve/runtime.c, libsieve/sieve.h, libsieve/sieve.l, libsieve/sieve.y, libsieve/tests.c, libsieve/util.c: Prefix all external identifiers, that are not intended for use by application programs, with mu_sv_.
2008-07-18Keep namespace cleanSergey Poznyakoff1
* libsieve/comparator.c, libsieve/prog.c, libsieve/require.c, libsieve/runtime.c, libsieve/sieve.h, libsieve/sieve.l, libsieve/sieve.y, libsieve/util.c: Prefix instr_ functions with mu_. (sieve_filename, sieve_line_num): Removed. Use new global mu_sieve_locus instead.
2007-06-27Prepare for the GPL v.3 release. Relicense programs under GPL v.3, libraries ↵Sergey Poznyakoff1
under LPGL v.3
2006-02-06Minor stylistic changesSergey Poznyakoff1
2005-08-27Normalize global namespace. Part 2Wojciech Polak1
2005-08-26Normalize global namespace. Part 1Sergey Poznyakoff1
2005-05-17Updated FSF addressalpha_0_6_90Sergey Poznyakoff1
2004-06-28Replace iterator_create with list_get_iterator.Sergey Poznyakoff1
2003-02-09Fixed copyright to Lesser GPL and updated FSF address.Wojciech Polak1
2003-01-26Cleaned wording in diagnostics.Sergey Poznyakoff1
2003-01-22Renamed mu_errstring to mu_strerror for consistency with the usual practice.Sergey Poznyakoff1
2003-01-06Handle "relational" as a special case.Sergey Poznyakoff1
2002-12-25Added NLS.Wojciech Polak1
2002-11-22(sieve_require): Implemented loadable tests.Sergey Poznyakoff1
2002-11-20Adjust for the recent changes in symbol space functionsSergey Poznyakoff1
2002-11-15(sieve_require): Commented unimplemented partsSergey Poznyakoff1
2002-11-14(sieve_require): Handle "comparator-" prefix in require statements.Sergey Poznyakoff1
2002-11-13Use sieve_compile_error() to report parse errors.Sergey Poznyakoff1
2002-11-08New file. Handles "require" statementSergey Poznyakoff1

Return to:

Send suggestions and report system problems to the System administrator.