aboutsummaryrefslogtreecommitdiff
path: root/mflib
AgeCommit message (Collapse)AuthorFiles
2007-08-09Use URL instead of FSF address in copyright statementsSergey Poznyakoff14
git-svn-id: file:///svnroot/mailfromd/trunk@1498 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-06-30Relicense under the GPLv3Sergey Poznyakoff14
git-svn-id: file:///svnroot/mailfromd/trunk@1495 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-24Implement NLS supportSergey Poznyakoff3
git-svn-id: file:///svnroot/mailfromd/trunk@1470 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-24Finish implementing sprintfSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1469 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-23UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1466 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-22Build mflib/dns.mf and mflib/safedb.mf from M4 sourcesSergey Poznyakoff3
git-svn-id: file:///svnroot/mailfromd/trunk@1465 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-22Discontinue supporting &code (specifying an exception code)Sergey Poznyakoff3
Implement $# and @parm, which expands to the ordinal number of a parameter: func foo(string x ; number y) do echo @y done gives 1. git-svn-id: file:///svnroot/mailfromd/trunk@1464 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-20Improve external preprocessor usageSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1458 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-25 * NEWS: UpdateSergey Poznyakoff2
* src/lex.l (parse_require): Bugfix * mflib/heloarg_test.mf, mflib/spf.mf: Begin the names of the static functions with __ * doc/Makefile.am (check-refs): Scan all texi sources (check-mflib): Ignore static names (__.*) * doc/mailfromd.texi, doc/mtasim.texi, doc/macros.texi: Update. git-svn-id: file:///svnroot/mailfromd/trunk@1381 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-23UpdateSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1375 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-22Introduce the module systemSergey Poznyakoff6
git-svn-id: file:///svnroot/mailfromd/trunk@1373 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-18Use <> in #include statementsSergey Poznyakoff6
git-svn-id: file:///svnroot/mailfromd/trunk@1361 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-20UpdateSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1300 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-19UpdateSergey Poznyakoff8
git-svn-id: file:///svnroot/mailfromd/trunk@1295 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-19Implement db_nameSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1294 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-18Implement `#pragma regex push|pop'Sergey Poznyakoff8
git-svn-id: file:///svnroot/mailfromd/trunk@1293 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-18 * configure.ac, Makefile.am: Add mflibSergey Poznyakoff13
* NEWS: Update * mflib: New subdirectory * mflib/match_dnsbl.mf, mflib/strip_domain_part.mf, mflib/heloarg_test.mf, mflib/is_ip.mf, mflib/safedb.mf, mflib/mx.mf, mflib/dns.mf, mflib/revip.mf, mflib/valid_domain.mf, mflib/match_rhsbl.mf, mflib/spf.mf, mflib/Makefile.am, mflib/match_cidr.mf: New files * doc/Makefile.am: Remove extract.awk * doc/extract.awk: Remove * doc/mailfromd.texi: Update * src/symtab.c, src/gram.y, src/mailfromd.h: Implement optional arguments for user functions * src/lex.l: Implement #include_once * src/prog.c (name_destroy): Free the object * src/bi_ipaddr.m4 (match_cidr): Remove. The function is implemented in MFL (mflib/match_cidr.mf) * testsuite/lib/mailfromd.exp, testsuite/etc/cidr.rc, testsuite/etc/catch.rc, testsuite/etc/catch01.rc, etc/mailfromd.rc: Use includes when necessary git-svn-id: file:///svnroot/mailfromd/trunk@1292 7a8a7f39-df28-0410-adc6-e0d955640f24

Return to:

Send suggestions and report system problems to the System administrator.