Annotation of parser3/ChangeLog, revision 1.84

1.84    ! misha       1: 2012-06-22     moko
        !             2:        * src/types/pa_vfile.C 1.56:
        !             3:                returned empty mode to stated files (issue #815)
        !             4: 
        !             5:        * tests/284.html 1.1:
        !             6:        * tests/results/284.processed 1.1:
        !             7:                output options test (feature #265)
        !             8: 
        !             9: 2012-06-22     misha
        !            10:        * tests/results/215.processed 1.4:
        !            11:        * tests/results/256.processed 1.6:
        !            12:                *** empty log message ***
        !            13: 
        !            14:        * tests/215.html 1.3:
        !            15:                - little changes
        !            16: 
        !            17: 2012-06-21     moko
        !            18:        * src/classes/json.C 1.24:
        !            19:        * src/classes/xdoc.C 1.177:
        !            20:        * src/types/pa_vxdoc.C 1.47:
        !            21:        * src/types/pa_vxdoc.h 1.52:
        !            22:                output_options returned and used (bugfix for feature #265)
        !            23: 
        !            24:        * buildall-with-xml 1.52:
        !            25:        * buildall-without-xml 1.35:
        !            26:                --with-match-limit=10000 breaks long .*, default 10M restored. (
        !            27:                issue #216)
        !            28: 
        !            29:        * tests/283.html 1.1:
        !            30:        * tests/results/283.processed 1.1:
        !            31:                test for issue #815 added
        !            32: 
        !            33: 2012-06-20     moko
        !            34:        * src/types/pa_vfile.C 1.55:
        !            35:        * src/types/pa_vstring.C 1.33:
        !            36:                bugfix: ^#0D not altered again, cstrm not required.
        !            37: 
        !            38:        * src/lib/ltdl/argz.c 1.2:
        !            39:        * src/lib/ltdl/libltdl/lt__glibc.h 1.2:
        !            40:        * src/lib/ltdl/ltdl.c 1.6:
        !            41:                fixes for Win32 and broken FreeBSD (issue #45)
        !            42: 
        !            43:        * src/lib/ltdl/ltdl.vcproj 1.8:
        !            44:                preopen.c and config.h removed
        !            45: 
        !            46:        * src/main/pa_string.C 1.243:
        !            47:                warnings war
        !            48: 
        !            49:        * src/classes/mail.C 1.120:
        !            50:        * src/include/pa_dir.h 1.21:
        !            51:        * src/include/pa_http.h 1.8:
        !            52:        * src/lib/json/JSON_parser.h 1.4:
        !            53:        * src/lib/smtp/smtp.h 1.9:
        !            54:        * src/main/pa_random.C 1.4:
        !            55:        * src/main/pa_socks.C 1.27:
        !            56:        * src/targets/apache/pa_threads.C 1.3:
        !            57:        * src/targets/apache13core/pa_threads.C 1.8:
        !            58:        * src/targets/isapi/pa_threads.C 1.20:
        !            59:        * src/targets/isapi/parser3isapi.C 1.106:
        !            60:        * src/types/pa_vstatus.C 1.29:
        !            61:                compilation under cygwin fixed
        !            62: 
        !            63: 2012-06-19     moko
        !            64:        * src/lib/ltdl/config_fixed.h 1.5:
        !            65:        * src/lib/ltdl/ltdl.vcproj 1.7:
        !            66:                compilation under Windows fixed
        !            67: 
        !            68:        * parser3.sln 1.16:
        !            69:                removed antique pcre_ctype
        !            70: 
        !            71:        * src/include/pa_config_fixed.h 1.78:
        !            72:                required for INT_MAX / UINT_MAX
        !            73: 
        !            74: 2012-06-18     moko
        !            75:        * src/include/pa_config_fixed.h 1.77:
        !            76:                undefined reference to __imp__pcre_* fix for Windows
        !            77: 
        !            78:        * src/include/pa_charset.h 1.51:
        !            79:        * src/lib/pcre/Makefile.am 1.8:
        !            80:        * src/lib/pcre/Makefile.in 1.22:
        !            81:        * src/lib/pcre/pa_pcre_internal.h 1.1:
        !            82:        * src/lib/pcre/pcre_internal.h 1.2:
        !            83:                pcre_internal.h -> pa_pcre_internal.h for Windows compatibility (win32/pcre has own copy of 
        !            84:                pcre_internal.h
        !            85:                _pcre_default_tables define fixed
        !            86: 
        !            87: 2012-06-17     moko
        !            88:        * src/classes/memcached.C 1.8:
        !            89:                flush -> clear
        !            90: 
        !            91:        * src/classes/memcached.C 1.7:
        !            92:                memcached does not support quotes even in server name
        !            93: 
        !            94:        * src/classes/memcached.C 1.6:
        !            95:        * src/lib/memcached/pa_memcached.C 1.6:
        !            96:        * src/lib/memcached/pa_memcached.h 1.7:
        !            97:        * src/types/pa_vmemcached.C 1.12:
        !            98:                version() called on open to check servers existance.
        !            99:                $.key(true) syntax now supported
        !           100: 
        !           101:        * src/include/pa_config_fixed.h 1.76:
        !           102:        * src/include/pa_config_includes.h 1.36:
        !           103:                old stuff cleanup
        !           104: 
        !           105:        * src/classes/table.C 1.290:
        !           106:        * tests/282.cfg 1.1:
        !           107:        * tests/282.html 1.1:
        !           108:        * tests/results/282.processed 1.1:
        !           109:                encloser at the EOF bug fixed, incorrectly enclosed data now 
        !           110:                processed more logicaly (fixes #339)
        !           111: 
        !           112: 2012-06-15     moko
        !           113:        * buildall-without-xml 1.34:
        !           114:                sync with buildall-with-xml
        !           115: 
        !           116:        * buildall-with-xml 1.51:
        !           117:                download auto-detected between fetch and curl
        !           118: 
        !           119:        * configure.in 1.171:
        !           120:                --with-gc and --with-pcre now also processed correctly
        !           121: 
        !           122:        * Makefile.in 1.119:
        !           123:        * aclocal.m4 1.87:
        !           124:        * bin/Makefile.in 1.20:
        !           125:        * configure 1.150:
        !           126:        * etc/Makefile.in 1.25:
        !           127:        * etc/parser3.charsets/Makefile.in 1.30:
        !           128:        * src/Makefile.in 1.66:
        !           129:        * src/classes/Makefile.in 1.78:
        !           130:        * src/include/Makefile.in 1.29:
        !           131:        * src/include/pa_config_auto.h.in 1.73:
        !           132:        * src/lib/Makefile.in 1.26:
        !           133:        * src/lib/cord/Makefile.in 1.15:
        !           134:        * src/lib/cord/include/Makefile.in 1.12:
        !           135:        * src/lib/cord/include/private/Makefile.in 1.12:
        !           136:        * src/lib/curl/Makefile.in 1.4:
        !           137:        * src/lib/gc/Makefile.in 1.12:
        !           138:        * src/lib/gc/include/Makefile.in 1.13:
        !           139:        * src/lib/gd/Makefile.in 1.14:
        !           140:        * src/lib/json/Makefile.in 1.8:
        !           141:        * src/lib/md5/Makefile.in 1.19:
        !           142:        * src/lib/memcached/Makefile.in 1.7:
        !           143:        * src/lib/pcre/Makefile.in 1.21:
        !           144:        * src/lib/sdbm/Makefile.in 1.13:
        !           145:        * src/lib/sdbm/pa-include/Makefile.in 1.5:
        !           146:        * src/lib/smtp/Makefile.in 1.14:
        !           147:        * src/main/Makefile.in 1.70:
        !           148:        * src/sql/Makefile.in 1.23:
        !           149:        * src/targets/Makefile.in 1.54:
        !           150:        * src/targets/apache/Makefile.in 1.11:
        !           151:        * src/targets/cgi/Makefile.in 1.84:
        !           152:        * src/targets/isapi/Makefile.in 1.23:
        !           153:        * src/types/Makefile.in 1.77:
        !           154:                now aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf should be run on rol1 using
        !           155:                automake / aclocal (GNU automake) 1.11.1
        !           156:                autoconf (GNU Autoconf) 2.68
        !           157: 
        !           158:        * configure.in 1.168:
        !           159:        * src/include/pa_version.h 1.47:
        !           160:        * src/types/pa_vrequest.C 1.54:
        !           161:                *** empty log message ***
        !           162: 
        !           163:        * configure.in 1.166:
        !           164:                new PARSER_VERSION logic
        !           165: 
        !           166:        * src/include/pa_version.h 1.46:
        !           167:                new pa_version.h logic
        !           168: 
        !           169:        * src/classes/curl.C 1.22:
        !           170:        * src/classes/file.C 1.222:
        !           171:        * src/classes/image.C 1.142:
        !           172:        * src/classes/xdoc.C 1.176:
        !           173:        * src/types/pa_vfile.C 1.54:
        !           174:        * src/types/pa_vfile.h 1.74:
        !           175:        * src/types/pa_vform.C 1.105:
        !           176:        * src/types/pa_vrequest.C 1.55:
        !           177:        * src/types/pa_vstring.C 1.32:
        !           178:                feols_normalized -> fis_text_content
        !           179:                set_binary added
        !           180: 
        !           181:        * src/targets/cgi/parser3.C 1.261:
        !           182:                gcc compilation warnings fixed
        !           183: 
        !           184: 2012-06-15     misha
        !           185:        * src/classes/curl.C 1.21:
        !           186:        * src/classes/file.C 1.221:
        !           187:        * src/classes/image.C 1.141:
        !           188:        * src/classes/xdoc.C 1.175:
        !           189:        * src/types/pa_vfile.C 1.53:
        !           190:        * src/types/pa_vfile.h 1.73:
        !           191:        * src/types/pa_vform.C 1.104:
        !           192:        * src/types/pa_vrequest.C 1.53:
        !           193:        * src/types/pa_vstring.C 1.31:
        !           194:                - ^file::create[text;content] EOLs in content now is normalized. 
        !           195:                ( new feature: #815 )
        !           196: 
        !           197: 2012-06-14     moko
        !           198:        * configure.in 1.164:
        !           199:                --disable-version-update added to disable version update with host information (for debian package)
        !           200:                whitespace optimized
        !           201: 
        !           202:        * configure.in 1.162:
        !           203:                version changed to 3.4.2 RC
        !           204:                no-pic added for libtool
        !           205: 
        !           206:        * src/include/pa_version.h 1.45:
        !           207:                Nice pa_version.h default. Please keep it.
        !           208: 
        !           209: 2012-06-13     moko
        !           210:        * src/classes/hash.C 1.115:
        !           211:        * src/types/pa_vhash.h 1.67:
        !           212:        * tests/281.html 1.1:
        !           213:        * tests/results/281.processed 1.1:
        !           214:                "hash flocked" error removed for safe operations like ^h._count[]
        !           215:                 ( new feature: #335 )
        !           216: 
        !           217:        * configure 1.138:
        !           218:        * configure 1.142:
        !           219:        * src/classes/Makefile.am 1.60:
        !           220:        * src/classes/Makefile.in 1.77:
        !           221:        * src/include/pa_config_auto.h.in 1.65:
        !           222:        * src/lib/cord/Makefile.in 1.14:
        !           223:        * src/lib/gd/Makefile.in 1.13:
        !           224:        * src/lib/json/Makefile.in 1.7:
        !           225:        * src/lib/md5/Makefile.in 1.18:
        !           226:        * src/lib/memcached/Makefile.in 1.6:
        !           227:        * src/lib/sdbm/Makefile.in 1.12:
        !           228:        * src/lib/smtp/Makefile.in 1.13:
        !           229:        * src/main/Makefile.am 1.49:
        !           230:        * src/main/Makefile.in 1.69:
        !           231:        * src/sql/Makefile.in 1.22:
        !           232:        * src/targets/apache/Makefile.am 1.8:
        !           233:        * src/targets/apache/Makefile.in 1.10:
        !           234:        * src/targets/apache/Makefile.in 1.7:
        !           235:        * src/targets/apache/Makefile.in 1.8:
        !           236:        * src/targets/cgi/Makefile.in 1.83:
        !           237:        * src/types/Makefile.am 1.49:
        !           238:        * src/types/Makefile.in 1.76:
        !           239:                *** empty log message ***
        !           240: 
        !           241:        * src/targets/apache/Makefile.am 1.9:
        !           242:        * src/targets/apache/Makefile.in 1.9:
        !           243:                libmod_parser3 -> mod_parser3
        !           244: 
        !           245:        * buildall-with-xml 1.50:
        !           246:        * buildall-without-xml 1.33:
        !           247:                --with-static -> --with
        !           248: 
        !           249:        * configure.in 1.159:
        !           250:                --with-static/shared xml replaced with --with-xml, xml 
        !           251:                compilation check added
        !           252: 
        !           253:        * configure.in 1.158:
        !           254:                --with-static/shared-gc, --with-static-pcre are replaced with --with-gc and --with-pcre
        !           255:                test for pcre linking added
        !           256: 
        !           257:        * configure.in 1.157:
        !           258:                apxs2 check optimized
        !           259: 
        !           260:        * src/targets/cgi/Makefile.am 1.63:
        !           261:                preserve-dup-deps requires .a, not .la, includes optimized
        !           262: 
        !           263:        * buildall-with-xml 1.49:
        !           264:                --with-pic looks better for -fPIC
        !           265: 
        !           266:        * configure.in 1.153:
        !           267:                switched to convenience library in static linking
        !           268: 
        !           269:        * src/targets/apache/Makefile.am 1.7:
        !           270:                switched to convenience library usage to avoid libtool warnings
        !           271: 
        !           272:        * src/lib/cord/Makefile.am 1.5:
        !           273:        * src/lib/gd/Makefile.am 1.3:
        !           274:        * src/lib/json/Makefile.am 1.5:
        !           275:        * src/lib/md5/Makefile.am 1.4:
        !           276:        * src/lib/memcached/Makefile.am 1.3:
        !           277:        * src/lib/sdbm/Makefile.am 1.6:
        !           278:        * src/lib/smtp/Makefile.am 1.3:
        !           279:                switched to convenience library usage
        !           280: 
        !           281:        * src/sql/Makefile.am 1.4:
        !           282:                pa_sql_driver.h should be in includes
        !           283: 
        !           284:        * src/targets/apache/Makefile.am 1.6:
        !           285:                updated for libtool usage
        !           286: 
        !           287:        * bin/auto.p.dist.in 1.16:
        !           288:                .cfg removed from charset names.
        !           289: 
        !           290:        * buildall-without-xml 1.32:
        !           291:                --with-included-ltdl added
        !           292: 
        !           293: 2012-06-12     moko
        !           294:        * buildall-without-xml 1.31:
        !           295:                sync with buildall-with-xml
        !           296: 
        !           297:        * buildall-with-xml 1.48:
        !           298:                --with-included-ltdl added
        !           299:                $cflags added for -fPIC for x64
        !           300:                $download added for wget
        !           301:                success check added
        !           302: 
        !           303:        * buildall-without-xml 1.30:
        !           304:                --with-dynamic-stdcpp removed
        !           305: 
        !           306:        * configure 1.136:
        !           307:        * configure.in 1.151:
        !           308:        * src/targets/cgi/Makefile.am 1.62:
        !           309:        * src/targets/cgi/Makefile.in 1.82:
        !           310:                *** empty log message ***
        !           311: 
        !           312:        * configure.in 1.150:
        !           313:                disable-static returned
        !           314: 
        !           315:        * src/targets/cgi/Makefile.am 1.61:
        !           316:                Automake 1.9 does not support LIBTOOLFLAGS
        !           317: 
        !           318: 2012-06-11     moko
        !           319:        * Makefile.in 1.105:
        !           320:        * bin/Makefile.in 1.19:
        !           321:        * configure 1.132:
        !           322:        * configure 1.134:
        !           323:        * etc/Makefile.in 1.24:
        !           324:        * etc/parser3.charsets/Makefile.in 1.29:
        !           325:        * src/Makefile.in 1.65:
        !           326:        * src/classes/Makefile.in 1.76:
        !           327:        * src/include/Makefile.in 1.28:
        !           328:        * src/lib/Makefile.in 1.25:
        !           329:        * src/lib/cord/Makefile.in 1.13:
        !           330:        * src/lib/cord/include/Makefile.in 1.11:
        !           331:        * src/lib/cord/include/private/Makefile.in 1.11:
        !           332:        * src/lib/curl/Makefile.in 1.3:
        !           333:        * src/lib/gc/Makefile.in 1.11:
        !           334:        * src/lib/gc/include/Makefile.in 1.12:
        !           335:        * src/lib/gd/Makefile.in 1.12:
        !           336:        * src/lib/json/Makefile.in 1.6:
        !           337:        * src/lib/md5/Makefile.in 1.17:
        !           338:        * src/lib/memcached/Makefile.in 1.5:
        !           339:        * src/lib/pcre/Makefile.in 1.20:
        !           340:        * src/lib/sdbm/Makefile.in 1.11:
        !           341:        * src/lib/sdbm/pa-include/Makefile.in 1.4:
        !           342:        * src/lib/smtp/Makefile.in 1.12:
        !           343:        * src/main/Makefile.in 1.68:
        !           344:        * src/sql/Makefile.in 1.21:
        !           345:        * src/targets/Makefile.in 1.53:
        !           346:        * src/targets/apache/Makefile.in 1.6:
        !           347:        * src/targets/cgi/Makefile.am 1.59:
        !           348:        * src/targets/cgi/Makefile.in 1.79:
        !           349:        * src/targets/cgi/Makefile.in 1.80:
        !           350:        * src/targets/cgi/Makefile.in 1.81:
        !           351:        * src/targets/isapi/Makefile.in 1.22:
        !           352:        * src/types/Makefile.in 1.75:
        !           353:                *** empty log message ***
        !           354: 
        !           355:        * configure.in 1.148:
        !           356:        * src/targets/cgi/Makefile.am 1.60:
        !           357:                disable-static not compatible with LIBTOOLFLAGS for unknown 
        !           358:                reasons
        !           359: 
        !           360:        * buildall-with-xml 1.47:
        !           361:                --with-dynamic-stdcpp removed
        !           362: 
        !           363:        * configure.in 1.146:
        !           364:                static/dynamic -lstdc++ linking option removed
        !           365:                apxs2 check added
        !           366: 
        !           367:        * src/targets/cgi/Makefile.am 1.58:
        !           368:                static/dynamic -lstdc++ linking option removed
        !           369: 
        !           370: 2012-06-10     moko
        !           371:        * src/targets/cgi/Makefile.am 1.57:
        !           372:        * src/targets/cgi/Makefile.in 1.78:
        !           373:                *** empty log message ***
        !           374: 
        !           375:        * src/targets/cgi/Makefile.am 1.56:
        !           376:                --preserve-dup-deps libtool option added
        !           377: 
        !           378:        * src/targets/cgi/pp3.cmd 1.3:
        !           379:                old PAF stuff
        !           380: 
        !           381: 2012-06-09     moko
        !           382:        * Makefile.am 1.84:
        !           383:        * Makefile.in 1.103:
        !           384:                ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some beauty
        !           385: 
        !           386:        * depcomp 1.2:
        !           387:                from libtool 2.4.2
        !           388: 
        !           389:        * Makefile.am 1.83:
        !           390:        * Makefile.in 1.101:
        !           391:        * Makefile.in 1.102:
        !           392:        * acinclude.m4 1.68:
        !           393:        * aclocal.m4 1.72:
        !           394:        * acsite.m4 1.47:
        !           395:        * configure 1.129:
        !           396:        * configure 1.130:
        !           397:        * configure.in 1.143:
        !           398:        * mkinstalldirs 1.3:
        !           399:        * src/include/pa_charset.h 1.49:
        !           400:        * src/include/pa_charset.h 1.50:
        !           401:        * src/include/pa_config_auto.h.in 1.57:
        !           402:        * src/lib/ltdl/acconfig.h 1.3:
        !           403:        * src/lib/ltdl/config.guess 1.4:
        !           404:        * src/lib/ltdl/config.sub 1.4:
        !           405:        * src/lib/ltdl/install-sh 1.4:
        !           406:        * src/lib/ltdl/ltdl.vcproj 1.6:
        !           407:        * src/lib/ltdl/ltmain.sh 1.3:
        !           408:        * src/lib/ltdl/missing 1.4:
        !           409:                *** empty log message ***
        !           410: 
        !           411:        * configure.in 1.144:
        !           412:                ltdl directory removed, it has correct Makefile.in
        !           413: 
        !           414:        * src/lib/ltdl/Makefile.in 1.17:
        !           415:                correct Makefile.in from libtoolize
        !           416: 
        !           417:        * Makefile.am 1.82:
        !           418:        * Makefile.in 1.100:
        !           419:        * aclocal.m4 1.71:
        !           420:        * bin/Makefile.in 1.18:
        !           421:        * config.guess 1.4:
        !           422:        * config.sub 1.5:
        !           423:        * configure 1.128:
        !           424:        * etc/Makefile.in 1.23:
        !           425:        * etc/parser3.charsets/Makefile.in 1.28:
        !           426:        * install-sh 1.2:
        !           427:        * ltmain.sh 1.6:
        !           428:        * missing 1.3:
        !           429:        * src/Makefile.in 1.64:
        !           430:        * src/classes/Makefile.in 1.75:
        !           431:        * src/include/Makefile.in 1.27:
        !           432:        * src/include/pa_config_auto.h.in 1.56:
        !           433:        * src/lib/Makefile.in 1.24:
        !           434:        * src/lib/cord/Makefile.in 1.12:
        !           435:        * src/lib/cord/include/Makefile.in 1.10:
        !           436:        * src/lib/cord/include/private/Makefile.in 1.10:
        !           437:        * src/lib/curl/Makefile.in 1.2:
        !           438:        * src/lib/gc/Makefile.in 1.10:
        !           439:        * src/lib/gc/include/Makefile.in 1.11:
        !           440:        * src/lib/gd/Makefile.in 1.11:
        !           441:        * src/lib/json/Makefile.in 1.5:
        !           442:        * src/lib/md5/Makefile.in 1.16:
        !           443:        * src/lib/memcached/Makefile.in 1.4:
        !           444:        * src/lib/pcre/Makefile.in 1.19:
        !           445:        * src/lib/sdbm/Makefile.in 1.10:
        !           446:        * src/lib/sdbm/pa-include/Makefile.in 1.3:
        !           447:        * src/lib/smtp/Makefile.in 1.11:
        !           448:        * src/main/Makefile.in 1.67:
        !           449:        * src/sql/Makefile.in 1.20:
        !           450:        * src/targets/Makefile.in 1.52:
        !           451:        * src/targets/apache/Makefile.in 1.5:
        !           452:        * src/targets/cgi/Makefile.in 1.77:
        !           453:        * src/targets/isapi/Makefile.in 1.21:
        !           454:        * src/types/Makefile.in 1.74:
        !           455:                autogenerated files updated after libtool update
        !           456: 
        !           457:        * src/lib/ltdl/COPYING.LIB 1.2:
        !           458:        * src/lib/ltdl/Makefile.am 1.4:
        !           459:        * src/lib/ltdl/Makefile.in 1.15:
        !           460:        * src/lib/ltdl/README 1.2:
        !           461:        * src/lib/ltdl/acinclude.m4 1.4:
        !           462:        * src/lib/ltdl/aclocal.m4 1.2:
        !           463:        * src/lib/ltdl/argz.c 1.1:
        !           464:        * src/lib/ltdl/argz_.h 1.1:
        !           465:        * src/lib/ltdl/config-h.in 1.1:
        !           466:        * src/lib/ltdl/config.h 1.3:
        !           467:        * src/lib/ltdl/config/compile 1.1:
        !           468:        * src/lib/ltdl/config/config.guess 1.1:
        !           469:        * src/lib/ltdl/config/config.sub 1.1:
        !           470:        * src/lib/ltdl/config/depcomp 1.1:
        !           471:        * src/lib/ltdl/config/install-sh 1.1:
        !           472:        * src/lib/ltdl/config/ltmain.sh 1.1:
        !           473:        * src/lib/ltdl/config/missing 1.1:
        !           474:        * src/lib/ltdl/config_auto.h.in 1.4:
        !           475:        * src/lib/ltdl/config_fixed.h 1.4:
        !           476:        * src/lib/ltdl/configure 1.5:
        !           477:        * src/lib/ltdl/configure.ac 1.1:
        !           478:        * src/lib/ltdl/configure.in 1.6:
        !           479:        * src/lib/ltdl/libltdl/lt__alloc.h 1.1:
        !           480:        * src/lib/ltdl/libltdl/lt__dirent.h 1.1:
        !           481:        * src/lib/ltdl/libltdl/lt__glibc.h 1.1:
        !           482:        * src/lib/ltdl/libltdl/lt__private.h 1.1:
        !           483:        * src/lib/ltdl/libltdl/lt__strl.h 1.1:
        !           484:        * src/lib/ltdl/libltdl/lt_dlloader.h 1.1:
        !           485:        * src/lib/ltdl/libltdl/lt_error.h 1.1:
        !           486:        * src/lib/ltdl/libltdl/lt_system.h 1.1:
        !           487:        * src/lib/ltdl/libltdl/slist.h 1.1:
        !           488:        * src/lib/ltdl/loaders/dld_link.c 1.1:
        !           489:        * src/lib/ltdl/loaders/dlopen.c 1.1:
        !           490:        * src/lib/ltdl/loaders/dyld.c 1.1:
        !           491:        * src/lib/ltdl/loaders/load_add_on.c 1.1:
        !           492:        * src/lib/ltdl/loaders/loadlibrary.c 1.1:
        !           493:        * src/lib/ltdl/loaders/preopen.c 1.1:
        !           494:        * src/lib/ltdl/loaders/shl_load.c 1.1:
        !           495:        * src/lib/ltdl/lt__alloc.c 1.1:
        !           496:        * src/lib/ltdl/lt__dirent.c 1.1:
        !           497:        * src/lib/ltdl/lt__strl.c 1.1:
        !           498:        * src/lib/ltdl/lt_dlloader.c 1.1:
        !           499:        * src/lib/ltdl/lt_error.c 1.1:
        !           500:        * src/lib/ltdl/ltdl.c 1.5:
        !           501:        * src/lib/ltdl/ltdl.h 1.3:
        !           502:        * src/lib/ltdl/m4/argz.m4 1.1:
        !           503:        * src/lib/ltdl/m4/libtool.m4 1.1:
        !           504:        * src/lib/ltdl/m4/ltdl.m4 1.1:
        !           505:        * src/lib/ltdl/m4/ltoptions.m4 1.1:
        !           506:        * src/lib/ltdl/m4/ltsugar.m4 1.1:
        !           507:        * src/lib/ltdl/m4/ltversion.m4 1.1:
        !           508:        * src/lib/ltdl/m4/lt~obsolete.m4 1.1:
        !           509:        * src/lib/ltdl/slist.c 1.1:
        !           510:                libtool updated to version 2.4.2
        !           511: 
        !           512:        * configure.in 1.142:
        !           513:                preparation for new libtool
        !           514: 
        !           515:        * configure.in 1.141:
        !           516:                Some beauty added :)
        !           517: 
        !           518:        * src/targets/apache/Makefile.am 1.5:
        !           519:                := -> =
        !           520: 
        !           521:        * src/lib/pcre/Makefile.am 1.7:
        !           522:        * src/lib/pcre/config.h 1.4:
        !           523:                config.h removed once again. :)
        !           524: 
        !           525:        * configure.in 1.140:
        !           526:        * src/include/pa_config_includes.h 1.35:
        !           527:                limits.h added, previously was taken from pcre_internal.h. :)
        !           528: 
        !           529:        * src/lib/pcre/Makefile.am 1.6:
        !           530:                config.h returned
        !           531: 
        !           532:        * src/lib/pcre/config.h 1.3:
        !           533:                still need this. :)
        !           534: 
        !           535:        * src/lib/pcre/pcre_internal.h 1.1:
        !           536:                extracts from real pcre_internal.h
        !           537: 
        !           538:        * configure.in 1.139:
        !           539:                --with-charsets removed; --with-mysql-client & co removed
        !           540: 
        !           541:        * buildall-with-xml 1.46:
        !           542:        * buildall-without-xml 1.29:
        !           543:                pcre_internal.h extracts now in parser tree, no need to copy
        !           544: 
        !           545:        * src/lib/pcre/Makefile.am 1.5:
        !           546:        * src/lib/pcre/config.h 1.2:
        !           547:        * src/lib/pcre/ibm-1250.ucm 1.2:
        !           548:        * src/lib/pcre/ibm-1251.ucm 1.2:
        !           549:        * src/lib/pcre/ibm-1254.ucm 1.2:
        !           550:        * src/lib/pcre/ibm-1257.ucm 1.2:
        !           551:        * src/lib/pcre/pcre_parser_ctype.c 1.7:
        !           552:        * src/lib/pcre/pcre_parser_ctype.vcproj 1.8:
        !           553:        * src/lib/pcre/ruspart_win2koi.pl 1.2:
        !           554:        * src/lib/pcre/win-koi.tab 1.2:
        !           555:                debian/patches/101_pcre.patch - local copy of pcre_internal.h extracts now used
        !           556:                old trash removed
        !           557: 
        !           558:        * bin/auto.p.dist.in 1.15:
        !           559:                all charsets are listed, utf-8 by default, rare charsets/drivers 
        !           560:                are commented, sql driver quessing removed (debian/patches/
        !           561:                103_auto_p.patch)
        !           562: 
        !           563:        * etc/parser3.charsets/Makefile.am 1.6:
        !           564:                charsets now in share (debian/patches/104_automake.patch) + all 
        !           565:                charsets are copied
        !           566: 
        !           567:        * buildall-with-xml 1.45:
        !           568:        * buildall-without-xml 1.28:
        !           569:                curl option removed + extra arguments now supported
        !           570: 
        !           571: 2012-06-08     misha
        !           572:        * src/classes/table.C 1.289:
        !           573:                - one params.as_hash usage was rolled back: the 2nd option in ^
        !           574:                table.hash[] could be hash or table so .as_hash will throw an 
        !           575:                exception when table option is specified
        !           576: 
        !           577:        * src/classes/curl.C 1.20:
        !           578:        * src/classes/file.C 1.220:
        !           579:        * src/classes/hash.C 1.114:
        !           580:        * src/classes/image.C 1.140:
        !           581:        * src/classes/mail.C 1.119:
        !           582:        * src/classes/op.C 1.211:
        !           583:        * src/classes/string.C 1.205:
        !           584:        * src/classes/table.C 1.288:
        !           585:        * src/classes/void.C 1.51:
        !           586:        * src/classes/xdoc.C 1.174:
        !           587:        * src/include/pa_exception.h 1.63:
        !           588:        * src/types/pa_vmethod_frame.C 1.21:
        !           589:        * src/types/pa_vmethod_frame.h 1.93:
        !           590:                - MethodParams::as_hash is optimized and improved (whitespaces are allowed as empty options)
        !           591:                - MethodParams::as_table is added
        !           592:                - above methods are used for parsing methods' options ( new feature: #9 )
        !           593: 
        !           594:        * tests/results/280.processed 1.1:
        !           595:                *** empty log message ***
        !           596: 
        !           597:        * src/types/pa_vclass.C 1.47:
        !           598:        * src/types/pa_vclass.h 1.60:
        !           599:                - method get_hash is added to vclass. now class fields can be 
        !           600:                accessible as a hash: $h[^hash::create[$asd:CLASS]]
        !           601: 
        !           602:        * src/types/pa_vhash.h 1.66:
        !           603:        * src/types/pa_vhashfile.h 1.41:
        !           604:                - vhash and vhashfile now have get_fields method so their fields 
        !           605:                can be accessed with ^reflection:fields[...] & ^reflection:field[
        !           606:                ...]
        !           607: 
        !           608: 2012-06-06     misha
        !           609:        * tests/280.html 1.1:
        !           610:                - tests for ^reflection:method[obj-or-class;method], ^reflection:
        !           611:                field[obj-or-class;field] and ^reflection:fields[obj-or-class] 
        !           612:                are added
        !           613: 
        !           614: 2012-06-05     moko
        !           615:        * src/targets/Makefile.am 1.12:
        !           616:        * src/targets/Makefile.in 1.51:
        !           617:                cgi now build with apache module
        !           618: 
        !           619:        * src/classes/memcached.C 1.5:
        !           620:                flish ttl fixed
        !           621: 
        !           622: 2012-06-05     misha
        !           623:        * src/classes/reflection.C 1.28:
        !           624:                - ^reflection:method[class or object;method name] and ^
        !           625:                reflection:field[class or object;field name] are added
        !           626: 
        !           627:        * src/types/pa_vstateless_class.C 1.49:
        !           628:                - Method::get_vjunction method is used
        !           629: 
        !           630:        * src/types/pa_method.h 1.20:
        !           631:                - Method::as_vjunction method is added
        !           632: 
        !           633: 2012-06-04     moko
        !           634:        * src/classes/json.C 1.23:
        !           635:        * src/classes/op.C 1.210:
        !           636:        * tests/279.html 1.1:
        !           637:        * tests/results/279.processed 1.1:
        !           638:                ^json:parse[] now supports $.taint option (new feature #833)
        !           639: 
        !           640: 2012-06-04     misha
        !           641:        * src/include/pa_common.h 1.148:
        !           642:        * src/main/pa_common.C 1.268:
        !           643:        * src/types/pa_vcookie.C 1.87:
        !           644:                - search_stop method was moved from pa_vcookie.C to pa_common.C
        !           645: 
        !           646: 2012-06-02     misha
        !           647:        * src/main/pa_http.C 1.54:
        !           648:                - ^file:load[...;http://...] - all received cookies are parced 
        !           649:                and stored into $.cookies ( new feature: #31 )
        !           650: 
        !           651: 2012-05-30     misha
        !           652:        * src/main/compile.tab.C 1.155:
        !           653:        * tests/results/182.processed 1.3:
        !           654:                *** empty log message ***
        !           655: 
        !           656:        * tests/182.html 1.2:
        !           657:        * tests/182_dir/a3.p 1.2:
        !           658:        * tests/182_dir/a4.p 1.1:
        !           659:                - test for adding incomplete class into a scope while @USE is 
        !           660:                found
        !           661: 
        !           662:        * src/main/compile.y 1.263:
        !           663:                - add incomplete class into a scope while @USE and @CLASS 
        !           664:                instructions are found ( bugfix: #838 )
        !           665: 
        !           666: 2012-05-29     moko
        !           667:        * src/types/pa_vclass.C 1.46:
        !           668:        * tests/278.html 1.1:
        !           669:        * tests/results/278.processed 1.1:
        !           670:                removed "property has no getter method" exception when 
        !           671:                GET_DEFAULT present (fixes #269)
        !           672: 
        !           673:        * src/classes/json.C 1.22:
        !           674:        * tests/277.html 1.3:
        !           675:                ^json:string[], $.default -> $._default
        !           676: 
        !           677: 2012-05-28     moko
        !           678:        * src/types/pa_vvoid.h 1.40:
        !           679:                $STRICT-VARS(true) implemented to check uninitialized values 
        !           680:                usage (new feature: #154)
        !           681: 
        !           682:        * src/classes/json.C 1.21:
        !           683:        * src/classes/reflection.C 1.27:
        !           684:        * src/types/pa_value.C 1.35:
        !           685:        * src/types/pa_value.h 1.149:
        !           686:        * src/types/pa_vbool.h 1.35:
        !           687:        * src/types/pa_vdate.h 1.55:
        !           688:        * src/types/pa_vdouble.h 1.59:
        !           689:        * src/types/pa_vfile.C 1.52:
        !           690:        * src/types/pa_vfile.h 1.72:
        !           691:        * src/types/pa_vint.h 1.51:
        !           692:        * src/types/pa_vobject.C 1.36:
        !           693:        * src/types/pa_vobject.h 1.59:
        !           694:        * src/types/pa_vstring.h 1.70:
        !           695:        * src/types/pa_vtable.C 1.38:
        !           696:        * src/types/pa_vtable.h 1.60:
        !           697:        * src/types/pa_vvoid.h 1.39:
        !           698:        * src/types/pa_vxdoc.C 1.46:
        !           699:        * src/types/pa_vxdoc.h 1.51:
        !           700:        * tests/277.html 1.2:
        !           701:        * tests/results/277.processed 1.2:
        !           702:                ^json:string[$o; $.default[$method]] implemented for VObject (
        !           703:                new feature #803)
        !           704: 
        !           705:        * src/classes/json.C 1.20:
        !           706:        * src/lib/json/JSON_parser.h 1.3:
        !           707:        * tests/277.html 1.1:
        !           708:        * tests/results/277.processed 1.1:
        !           709:                json numbers are now treated as double ( new feature: #834 )
        !           710: 
        !           711:        * src/classes/math.C 1.61:
        !           712:        * src/include/pa_string.h 1.204:
        !           713:        * src/main/pa_charset.C 1.91:
        !           714:        * src/main/pa_string.C 1.242:
        !           715:        * src/types/pa_vdouble.h 1.58:
        !           716:        * src/types/pa_vint.h 1.50:
        !           717:                pa_atoui added for out of range checks, zero division in vint/
        !           718:                vdouble check added ( fixes #832 )
        !           719: 
        !           720:        * tests/275.html 1.2:
        !           721:        * tests/results/275.processed 1.2:
        !           722:                tests for pa_atoui added ( fixes #832 )
        !           723: 
        !           724: 2012-05-28     misha
        !           725:        * buildall-with-xml 1.44:
        !           726:                - --without-lzma option is added to libxml2 configure
        !           727: 
1.83      misha     728: 2012-05-27     misha
                    729:        * tests/results/256.processed 1.5:
                    730:        * tests/results/276.processed 1.1:
                    731:                *** empty log message ***
                    732: 
                    733:        * tests/256.html 1.5:
                    734:                - test for ^json:string[-file-;$.file[stat]] is added
                    735:                - tests for unsupported values for options $.file, $.table and $.date are added
                    736: 
                    737:        * src/classes/json.C 1.19:
                    738:        * src/types/pa_value.h 1.148:
                    739:                - ^json:string[...] now accepts "stat" $.file[] option's value 
                    740:                in addition to existed  "text" and "base64" ( new feature: #835 )
                    741:                
                    742: 
                    743:        * tests/276.html 1.1:
                    744:                - test for ^reflection:delete[$object-or-class;field-name]
                    745: 
                    746:        * src/classes/reflection.C 1.26:
                    747:                - ^reflection:delete[$object-or-class;field-name] is added ( new 
                    748:                feature: #268 )
                    749: 
                    750: 2012-05-26     misha
                    751:        * buildall-with-xml 1.43:
                    752:                - libxml2 2.7.8 => 2.8.0
                    753: 
                    754: 2012-05-24     misha
                    755:        * tests/results/065.processed 1.8:
                    756:        * tests/results/270.processed 1.3:
                    757:                *** empty log message ***
                    758: 
                    759:        * src/include/pa_common.h 1.147:
                    760:                - method lastposafter was removed
                    761: 
                    762:        * src/classes/file.C 1.219:
                    763:                - use strrpbrk & rskipchars instead of lastposafter
                    764:                - ^file:dirname[] & Co proper handle windows file paths ( bug fix: #783 )
                    765:                - ^file:dirname[] & ^file:basename[] now work as *nix commands
                    766: 
                    767:        * src/main/pa_request.C 1.331:
                    768:                - use strrpbrk instead of lastposafter
                    769: 
                    770:        * src/include/pa_string.h 1.203:
                    771:        * src/main/pa_string.C 1.241:
                    772:                - strrpbrk & rskipchars were added
                    773: 
                    774:        * tests/270.html 1.2:
                    775:                - more tests for ^file:find[]
                    776: 
                    777:        * tests/065.html 1.6:
                    778:                - more tests for ^file:dirname[] & Co
                    779: 
                    780:        * src/include/pa_version.h 1.44:
                    781:                - must be "win32" here. it is auto-generated on *nix
                    782: 
                    783: 2012-05-23     moko
                    784:        * src/classes/math.C 1.60:
                    785:                ^math:convert[] now supports uint32 and throws overflow 
                    786:                exception ( new feature: #830 )
                    787: 
                    788:        * tests/275.html 1.1:
                    789:        * tests/results/275.processed 1.1:
                    790:                test for ^math:convert[] uint32 support and overflow added ( new 
                    791:                feature: #830 )
                    792: 
                    793:        * src/classes/table.C 1.287:
                    794:        * src/types/pa_value.h 1.147:
                    795:        * src/types/pa_vbool.h 1.34:
                    796:        * src/types/pa_vdate.h 1.54:
                    797:        * src/types/pa_vdouble.h 1.57:
                    798:        * src/types/pa_vfile.h 1.71:
                    799:        * src/types/pa_vhash.h 1.65:
                    800:        * src/types/pa_vimage.C 1.42:
                    801:        * src/types/pa_vimage.h 1.54:
                    802:        * src/types/pa_vint.h 1.49:
                    803:        * src/types/pa_vjunction.C 1.12:
                    804:        * src/types/pa_vjunction.h 1.32:
                    805:        * src/types/pa_vobject.C 1.35:
                    806:        * src/types/pa_vobject.h 1.58:
                    807:        * src/types/pa_vregex.C 1.15:
                    808:        * src/types/pa_vregex.h 1.7:
                    809:        * src/types/pa_vstateless_class.C 1.48:
                    810:        * src/types/pa_vstateless_class.h 1.74:
                    811:        * src/types/pa_vstring.h 1.69:
                    812:        * src/types/pa_vtable.h 1.59:
                    813:        * src/types/pa_vvoid.h 1.38:
                    814:        * src/types/pa_vxdoc.C 1.45:
                    815:        * src/types/pa_vxdoc.h 1.50:
                    816:        * src/types/pa_vxnode.C 1.53:
                    817:        * src/types/pa_vxnode.h 1.42:
                    818:                bool "return string as-is" removed from as_expr_result. ( new 
                    819:                feature: #831 )
                    820: 
                    821:        * tests/results/244.processed 1.3:
                    822:                test changed after bug #782 fix commited
                    823: 
                    824:        * tests/results/229.processed 1.5:
                    825:                test results for bug #782 commited
                    826: 
                    827:        * tests/254.html 1.6:
                    828:        * tests/results/254.processed 1.6:
                    829:                uid now just compared, not printed. :)
                    830: 
                    831: 2012-05-19     moko
                    832:        * src/classes/reflection.C 1.25:
                    833:                ^reflection:uid[$object] added ( new feature: #341 )
                    834: 
                    835:        * tests/254.html 1.5:
                    836:        * tests/results/254.processed 1.5:
                    837:                test for ^reflection:uid[] added
                    838: 
                    839:        * tests/254.html 1.4:
                    840:        * tests/results/254.processed 1.4:
                    841:                test for ^reflection:uid[$obj] added
                    842: 
1.82      misha     843: 2012-05-17     misha
                    844:        * src/main/untaint.C 1.164:
                    845:                - do not replace ' char by _26 while exploding filespec-tainting 
                    846:                ( new feature: #829 )
                    847: 
                    848: 2012-05-11     moko
                    849:        * src/types/pa_vvoid.h 1.37:
                    850:                is_string now also checked, but get_* - not.
                    851: 
                    852: 2012-05-07     moko
                    853:        * src/types/pa_vmethod_frame.h 1.92:
                    854:                bug #782 fixed
                    855: 
                    856:        * tests/229.html 1.6:
                    857:                test for bug #782
                    858: 
                    859:        * src/main/pa_request.C 1.330:
                    860:        * src/types/pa_vmethod_frame.C 1.20:
                    861:        * src/types/pa_vmethod_frame.h 1.91:
                    862:        * src/types/pa_vstring.h 1.68:
                    863:        * src/types/pa_vvoid.C 1.6:
                    864:        * src/types/pa_vvoid.h 1.36:
                    865:        * tests/results/259.processed 1.2:
                    866:                feature #154 - first empty param now string; defined locals are 
                    867:                empty strings; $STRICT-VARS(true) added
                    868: 
                    869: 2012-04-27     moko
                    870:        * src/targets/apache/Makefile.am 1.4:
                    871:        * src/targets/apache/Makefile.in 1.4:
                    872:                ../../lib/memcached/libmemcached.a added
                    873: 
                    874: 2012-04-27     misha
                    875:        * buildall-with-xml 1.42:
                    876:        * buildall-without-xml 1.27:
                    877:                - prce 8.12 => pcre 8.30 ( #827 )
                    878: 
                    879: 2012-04-24     moko
                    880:        * src/classes/json.C 1.18:
                    881:        * src/classes/memcached.C 1.4:
                    882:        * src/lib/memcached/pa_memcached.C 1.5:
                    883:        * src/lib/memcached/pa_memcached.h 1.6:
                    884:        * src/types/pa_vmemcached.C 1.11:
                    885:        * src/types/pa_vmemcached.h 1.4:
                    886:                memcached_add implemented.
                    887: 
                    888:        * src/classes/curl.C 1.19:
                    889:                stderr -> f_stderr for Windows compatibility
                    890: 
                    891: 2012-04-22     moko
                    892:        * src/classes/memcached.C 1.3:
                    893:        * src/lib/memcached/pa_memcached.C 1.4:
                    894:        * src/lib/memcached/pa_memcached.h 1.5:
                    895:        * src/types/pa_vmemcached.C 1.10:
                    896:        * src/types/pa_vmemcached.h 1.3:
                    897:                open allows options hash for new memcached(options) function
                    898: 
                    899:        * src/classes/curl.C 1.18:
                    900:                check_safe_mode added, stderr now rewritten, not appended
                    901: 
                    902: 2012-04-20     moko
                    903:        * src/classes/curl.C 1.17:
                    904:                '' added. :)
                    905: 
                    906:        * src/classes/classes.vcproj 1.30:
                    907:                new curl.h location
                    908: 
                    909:        * src/classes/curl.C 1.16:
                    910:                verbose output redirection from stderr to file curl option added
                    911: 
                    912:        * src/classes/curl.C 1.15:
                    913:                lib/curl/curl.h now contains what we need from curl, #ifdef 
                    914:                HAVE_CURL removed
                    915: 
                    916:        * Makefile.in 1.99:
                    917:        * bin/Makefile.in 1.17:
                    918:        * configure 1.127:
                    919:        * configure.in 1.138:
                    920:        * etc/Makefile.in 1.22:
                    921:        * etc/parser3.charsets/Makefile.in 1.27:
                    922:        * src/Makefile.in 1.63:
                    923:        * src/classes/Makefile.am 1.59:
                    924:        * src/classes/Makefile.in 1.74:
                    925:        * src/include/Makefile.in 1.26:
                    926:        * src/include/pa_config_auto.h.in 1.55:
                    927:        * src/include/pa_version.h 1.43:
                    928:        * src/lib/Makefile.am 1.13:
                    929:        * src/lib/Makefile.in 1.23:
                    930:        * src/lib/cord/Makefile.in 1.11:
                    931:        * src/lib/cord/include/Makefile.in 1.9:
                    932:        * src/lib/cord/include/private/Makefile.in 1.9:
                    933:        * src/lib/gc/Makefile.in 1.9:
                    934:        * src/lib/gc/include/Makefile.in 1.10:
                    935:        * src/lib/gd/Makefile.in 1.10:
                    936:        * src/lib/json/Makefile.in 1.4:
                    937:        * src/lib/ltdl/Makefile.in 1.14:
                    938:        * src/lib/md5/Makefile.in 1.15:
                    939:        * src/lib/memcached/Makefile.in 1.3:
                    940:        * src/lib/pcre/Makefile.in 1.18:
                    941:        * src/lib/sdbm/Makefile.in 1.9:
                    942:        * src/lib/sdbm/pa-include/Makefile.in 1.2:
                    943:        * src/lib/smtp/Makefile.in 1.10:
                    944:        * src/main/Makefile.in 1.66:
                    945:        * src/sql/Makefile.in 1.19:
                    946:        * src/targets/Makefile.in 1.50:
                    947:        * src/targets/apache/Makefile.in 1.3:
                    948:        * src/targets/cgi/Makefile.in 1.76:
                    949:        * src/targets/isapi/Makefile.in 1.20:
                    950:        * src/types/Makefile.in 1.73:
                    951:                curl.h header now in src/lib/curl, not configure option
                    952: 
                    953: 2012-04-19     moko
                    954:        * src/classes/double.C 1.65:
                    955:        * src/classes/inet.C 1.6:
                    956:        * src/classes/int.C 1.61:
                    957:        * src/classes/string.C 1.204:
                    958:        * src/lib/gc/include/gc_allocator.h 1.2:
                    959:        * src/types/pa_vform.C 1.103:
                    960:                PVS-Studio detected errors fixes, unused options from 
                    961:                sql_result_string removed. (closes issue #468)
                    962: 
                    963: 2012-04-18     moko
                    964:        * src/types/pa_vmemcached.C 1.9:
                    965:                empty string fix
                    966: 
                    967:        * src/types/pa_value.C 1.34:
                    968:        * src/types/pa_value.h 1.146:
                    969:        * src/types/pa_vmemcached.C 1.8:
                    970:        * src/types/pa_vstring.C 1.30:
                    971:        * src/types/pa_vstring.h 1.67:
                    972:                serialization helpers moved to pa_vmemcached.C
                    973: 
                    974:        * src/targets/apache/mod_parser3.c 1.14:
                    975:                "Parser3 module requires apache2-mpm-prefork" error displayed in 
                    976:                threaded mpm.
                    977: 
                    978:        * src/targets/apache/mod_parser3.c 1.13:
                    979:        * src/targets/apache/mod_parser3_core.C 1.7:
                    980:                pa_setup_module_cells delayed to avoid GPF on init with php5-xsl 
                    981:                installed (issue #354)
                    982: 
                    983: 2012-04-15     moko
                    984:        * src/types/pa_vmemcached.C 1.7:
                    985:                call to memcached_result_create and memcached_result_free 
                    986:                removed
                    987: 
                    988: 2012-04-13     moko
                    989:        * src/lib/memcached/pa_memcached.h 1.4:
                    990:                uint32_t for Windows defined
                    991: 
                    992:        * src/types/pa_vmemcached.C 1.6:
                    993:                check_key added and used
                    994: 
                    995: 2012-04-12     moko
                    996:        * src/include/pa_string.h 1.202:
                    997:        * src/types/pa_value.C 1.33:
                    998:        * src/types/pa_value.h 1.145:
                    999:        * src/types/pa_vmemcached.C 1.5:
                   1000:        * src/types/pa_vstring.C 1.29:
                   1001:        * src/types/pa_vstring.h 1.66:
                   1002:                 Serialization_data now added and used, VString now serialized 
                   1003:                with languages into memcached.
                   1004: 
                   1005: 2012-03-27     moko
                   1006:        * src/lib/memcached/pa_memcached.C 1.3:
                   1007:        * src/lib/memcached/pa_memcached.h 1.3:
                   1008:        * src/types/pa_vmemcached.C 1.4:
                   1009:                result lengths added
                   1010: 
                   1011:        * src/types/pa_vmemcached.C 1.3:
                   1012:                strdup added
                   1013: 
                   1014: 2012-03-23     moko
                   1015:        * src/classes/memcached.C 1.2:
                   1016:        * src/lib/memcached/pa_memcached.C 1.2:
                   1017:        * src/lib/memcached/pa_memcached.h 1.2:
                   1018:        * src/types/pa_vmemcached.C 1.2:
                   1019:        * src/types/pa_vmemcached.h 1.2:
                   1020:                memcached: mget, flush, fttl added
                   1021: 
                   1022: 2012-03-20     moko
                   1023:        * src/lib/memcached/Makefile.am 1.2:
                   1024:        * src/lib/memcached/Makefile.in 1.2:
                   1025:                *** empty log message ***
                   1026: 
                   1027: 2012-03-19     moko
                   1028:        * configure 1.126:
                   1029:        * configure.in 1.137:
                   1030:        * src/classes/Makefile.in 1.73:
                   1031:        * src/lib/Makefile.in 1.22:
                   1032:        * src/lib/memcached/Makefile.in 1.1:
                   1033:        * src/targets/cgi/Makefile.in 1.75:
                   1034:        * src/types/Makefile.in 1.72:
                   1035:                Makefiles.in updated for memcached
                   1036: 
                   1037:        * src/targets/cgi/Makefile.am 1.55:
                   1038:                cleanup
                   1039: 
                   1040:        * src/classes/Makefile.am 1.58:
                   1041:        * src/classes/memcached.C 1.1:
                   1042:        * src/lib/Makefile.am 1.12:
                   1043:        * src/lib/memcached/Makefile.am 1.1:
                   1044:        * src/lib/memcached/constants.h 1.1:
                   1045:        * src/lib/memcached/pa_memcached.C 1.1:
                   1046:        * src/lib/memcached/pa_memcached.h 1.1:
                   1047:        * src/lib/memcached/types.h 1.1:
                   1048:        * src/targets/cgi/Makefile.am 1.54:
                   1049:        * src/types/Makefile.am 1.48:
                   1050:        * src/types/pa_vmemcached.C 1.1:
                   1051:        * src/types/pa_vmemcached.h 1.1:
                   1052:                memcached initial
                   1053: 
                   1054:        * src/classes/curl.C 1.14:
                   1055:                *** empty log message ***
                   1056: 
                   1057: 2012-03-16     moko
                   1058:        * src/main/execute.C 1.369:
                   1059:                ident now works under Linux + ident displays filenames (closes 
                   1060:                issue #818)
                   1061: 
                   1062:        * src/types/Makefile.am 1.47:
                   1063:        * src/types/Makefile.in 1.71:
                   1064:        * src/types/pa_vmethod_frame_global.h 1.3:
                   1065:        * src/types/pa_vmethod_frame_local.h 1.3:
                   1066:                cleanup: pa_vmethod_frame_global.h pa_vmethod_frame_local.h 
                   1067:                removed
                   1068: 
                   1069:        * src/classes/bool.C 1.4:
                   1070:        * src/classes/classes.C 1.25:
                   1071:        * src/classes/classes.awk 1.9:
                   1072:        * src/classes/classes.h 1.34:
                   1073:        * src/classes/curl.C 1.13:
                   1074:        * src/classes/date.C 1.91:
                   1075:        * src/classes/double.C 1.64:
                   1076:        * src/classes/file.C 1.218:
                   1077:        * src/classes/form.C 1.43:
                   1078:        * src/classes/hash.C 1.113:
                   1079:        * src/classes/hashfile.C 1.53:
                   1080:        * src/classes/image.C 1.139:
                   1081:        * src/classes/inet.C 1.5:
                   1082:        * src/classes/int.C 1.60:
                   1083:        * src/classes/json.C 1.17:
                   1084:        * src/classes/mail.C 1.118:
                   1085:        * src/classes/math.C 1.59:
                   1086:        * src/classes/memory.C 1.9:
                   1087:        * src/classes/op.C 1.209:
                   1088:        * src/classes/reflection.C 1.24:
                   1089:        * src/classes/regex.C 1.7:
                   1090:        * src/classes/response.C 1.28:
                   1091:        * src/classes/string.C 1.203:
                   1092:        * src/classes/table.C 1.286:
                   1093:        * src/classes/void.C 1.50:
                   1094:        * src/classes/xdoc.C 1.173:
                   1095:        * src/classes/xnode.C 1.87:
                   1096:        * src/classes/xnode.h 1.31:
                   1097:        * src/include/pa_array.h 1.81:
                   1098:        * src/include/pa_cache_managers.h 1.20:
                   1099:        * src/include/pa_charset.h 1.48:
                   1100:        * src/include/pa_charsets.h 1.15:
                   1101:        * src/include/pa_common.h 1.146:
                   1102:        * src/include/pa_config_fixed.h 1.75:
                   1103:        * src/include/pa_config_includes.h 1.34:
                   1104:        * src/include/pa_dictionary.h 1.20:
                   1105:        * src/include/pa_dir.h 1.20:
                   1106:        * src/include/pa_exception.h 1.62:
                   1107:        * src/include/pa_exec.h 1.20:
                   1108:        * src/include/pa_globals.h 1.114:
                   1109:        * src/include/pa_hash.h 1.84:
                   1110:        * src/include/pa_http.h 1.7:
                   1111:        * src/include/pa_memory.h 1.18:
                   1112:        * src/include/pa_opcode.h 1.46:
                   1113:        * src/include/pa_operation.h 1.8:
                   1114:        * src/include/pa_os.h 1.8:
                   1115:        * src/include/pa_pool.h 1.90:
                   1116:        * src/include/pa_random.h 1.3:
                   1117:        * src/include/pa_request.h 1.210:
                   1118:        * src/include/pa_request_charsets.h 1.6:
                   1119:        * src/include/pa_request_info.h 1.7:
                   1120:        * src/include/pa_sapi.h 1.29:
                   1121:        * src/include/pa_socks.h 1.18:
                   1122:        * src/include/pa_sql_connection.h 1.42:
                   1123:        * src/include/pa_sql_driver_manager.h 1.36:
                   1124:        * src/include/pa_stack.h 1.27:
                   1125:        * src/include/pa_string.h 1.201:
                   1126:        * src/include/pa_stylesheet_connection.h 1.41:
                   1127:        * src/include/pa_stylesheet_manager.h 1.24:
                   1128:        * src/include/pa_table.h 1.64:
                   1129:        * src/include/pa_threads.h 1.31:
                   1130:        * src/include/pa_types.h 1.51:
                   1131:        * src/include/pa_uue.h 1.11:
                   1132:        * src/include/pa_xml_exception.h 1.8:
                   1133:        * src/include/pa_xml_io.h 1.6:
                   1134:        * src/lib/gd/gif.C 1.7:
                   1135:        * src/lib/gd/gif.h 1.5:
                   1136:        * src/lib/gd/gifio.C 1.4:
                   1137:        * src/lib/md5/pa_md5.h 1.12:
                   1138:        * src/lib/md5/pa_md5c.c 1.14:
                   1139:        * src/lib/pcre/pcre_parser_ctype.c 1.6:
                   1140:        * src/lib/sdbm/pa_file_io.C 1.2:
                   1141:        * src/lib/sdbm/pa_strings.C 1.3:
                   1142:        * src/lib/smtp/comms.C 1.9:
                   1143:        * src/lib/smtp/smtp.C 1.9:
                   1144:        * src/lib/smtp/smtp.h 1.8:
                   1145:        * src/main/compile.C 1.82:
                   1146:        * src/main/compile.tab.C 1.154:
                   1147:        * src/main/compile.y 1.262:
                   1148:        * src/main/compile_tools.C 1.69:
                   1149:        * src/main/compile_tools.h 1.103:
                   1150:        * src/main/execute.C 1.368:
                   1151:        * src/main/helpers/simple_folding.pl 1.2:
                   1152:        * src/main/pa_cache_managers.C 1.18:
                   1153:        * src/main/pa_charset.C 1.90:
                   1154:        * src/main/pa_charsets.C 1.19:
                   1155:        * src/main/pa_common.C 1.267:
                   1156:        * src/main/pa_dictionary.C 1.26:
                   1157:        * src/main/pa_dir.C 1.21:
                   1158:        * src/main/pa_exception.C 1.50:
                   1159:        * src/main/pa_exec.C 1.82:
                   1160:        * src/main/pa_globals.C 1.187:
                   1161:        * src/main/pa_http.C 1.53:
                   1162:        * src/main/pa_memory.C 1.9:
                   1163:        * src/main/pa_os.C 1.12:
                   1164:        * src/main/pa_pool.C 1.63:
                   1165:        * src/main/pa_random.C 1.3:
                   1166:        * src/main/pa_request.C 1.329:
                   1167:        * src/main/pa_socks.C 1.26:
                   1168:        * src/main/pa_sql_driver_manager.C 1.91:
                   1169:        * src/main/pa_string.C 1.240:
                   1170:        * src/main/pa_stylesheet_connection.C 1.7:
                   1171:        * src/main/pa_stylesheet_manager.C 1.29:
                   1172:        * src/main/pa_table.C 1.63:
                   1173:        * src/main/pa_uue.C 1.16:
                   1174:        * src/main/pa_xml_exception.C 1.7:
                   1175:        * src/main/pa_xml_io.C 1.28:
                   1176:        * src/main/untaint.C 1.163:
                   1177:        * src/sql/pa_sql_driver.h 1.46:
                   1178:        * src/targets/apache/mod_parser3.c 1.12:
                   1179:        * src/targets/apache/mod_parser3_core.C 1.6:
                   1180:        * src/targets/apache/pa_httpd.h 1.5:
                   1181:        * src/targets/apache/pa_threads.C 1.2:
                   1182:        * src/targets/apache13/mod_parser3.c 1.13:
                   1183:        * src/targets/apache13/pa_httpd.h 1.7:
                   1184:        * src/targets/apache13core/mod_parser3_core.C 1.17:
                   1185:        * src/targets/apache13core/pa_threads.C 1.7:
                   1186:        * src/targets/cgi/pa_threads.C 1.17:
                   1187:        * src/targets/cgi/parser3.C 1.260:
                   1188:        * src/targets/isapi/pa_threads.C 1.19:
                   1189:        * src/targets/isapi/parser3isapi.C 1.105:
                   1190:        * src/types/pa_junction.h 1.11:
                   1191:        * src/types/pa_method.h 1.19:
                   1192:        * src/types/pa_property.h 1.5:
                   1193:        * src/types/pa_value.C 1.32:
                   1194:        * src/types/pa_value.h 1.144:
                   1195:        * src/types/pa_vbool.h 1.33:
                   1196:        * src/types/pa_vclass.C 1.45:
                   1197:        * src/types/pa_vclass.h 1.59:
                   1198:        * src/types/pa_vcode_frame.h 1.37:
                   1199:        * src/types/pa_vconsole.h 1.18:
                   1200:        * src/types/pa_vcookie.C 1.86:
                   1201:        * src/types/pa_vcookie.h 1.37:
                   1202:        * src/types/pa_vdate.h 1.53:
                   1203:        * src/types/pa_vdouble.h 1.56:
                   1204:        * src/types/pa_venv.C 1.12:
                   1205:        * src/types/pa_venv.h 1.38:
                   1206:        * src/types/pa_vfile.C 1.51:
                   1207:        * src/types/pa_vfile.h 1.70:
                   1208:        * src/types/pa_vform.C 1.102:
                   1209:        * src/types/pa_vform.h 1.59:
                   1210:        * src/types/pa_vhash.C 1.10:
                   1211:        * src/types/pa_vhash.h 1.64:
                   1212:        * src/types/pa_vhashfile.C 1.64:
                   1213:        * src/types/pa_vhashfile.h 1.40:
                   1214:        * src/types/pa_vimage.C 1.41:
                   1215:        * src/types/pa_vimage.h 1.53:
                   1216:        * src/types/pa_vint.h 1.48:
                   1217:        * src/types/pa_vjunction.C 1.11:
                   1218:        * src/types/pa_vjunction.h 1.31:
                   1219:        * src/types/pa_vmail.C 1.98:
                   1220:        * src/types/pa_vmail.h 1.20:
                   1221:        * src/types/pa_vmath.C 1.10:
                   1222:        * src/types/pa_vmath.h 1.21:
                   1223:        * src/types/pa_vmemory.h 1.7:
                   1224:        * src/types/pa_vmethod_frame.C 1.19:
                   1225:        * src/types/pa_vmethod_frame.h 1.90:
                   1226:        * src/types/pa_vmethod_frame_global.h 1.2:
                   1227:        * src/types/pa_vmethod_frame_local.h 1.2:
                   1228:        * src/types/pa_vobject.C 1.34:
                   1229:        * src/types/pa_vobject.h 1.57:
                   1230:        * src/types/pa_vregex.C 1.14:
                   1231:        * src/types/pa_vregex.h 1.6:
                   1232:        * src/types/pa_vrequest.C 1.52:
                   1233:        * src/types/pa_vrequest.h 1.39:
                   1234:        * src/types/pa_vresponse.C 1.30:
                   1235:        * src/types/pa_vresponse.h 1.43:
                   1236:        * src/types/pa_vstateless_class.C 1.47:
                   1237:        * src/types/pa_vstateless_class.h 1.73:
                   1238:        * src/types/pa_vstateless_object.h 1.40:
                   1239:        * src/types/pa_vstatus.C 1.28:
                   1240:        * src/types/pa_vstatus.h 1.21:
                   1241:        * src/types/pa_vstring.C 1.28:
                   1242:        * src/types/pa_vstring.h 1.65:
                   1243:        * src/types/pa_vtable.C 1.37:
                   1244:        * src/types/pa_vtable.h 1.58:
                   1245:        * src/types/pa_vvoid.C 1.5:
                   1246:        * src/types/pa_vvoid.h 1.35:
                   1247:        * src/types/pa_vxdoc.C 1.44:
                   1248:        * src/types/pa_vxdoc.h 1.49:
                   1249:        * src/types/pa_vxnode.C 1.52:
                   1250:        * src/types/pa_vxnode.h 1.41:
                   1251:        * src/types/pa_wcontext.C 1.36:
                   1252:        * src/types/pa_wcontext.h 1.58:
                   1253:        * src/types/pa_wwrapper.h 1.44:
                   1254:                ident now works under Linux + ident displays filenames (closes issue #818)
                   1255:                Copyright updated
                   1256: 
                   1257: 2012-03-12     moko
                   1258:        * src/main/pa_string.C 1.239:
                   1259:                compilation fix for feature #741
                   1260: 
                   1261: 2012-03-08     misha
                   1262:        * tests/results/193.processed 1.4:
                   1263:                *** empty log message ***
                   1264: 
                   1265:        * tests/193.html 1.4:
                   1266:                - tests for ^string:base64[encoded] are updated
                   1267: 
                   1268:        * src/main/pa_common.C 1.266:
                   1269:                - ^string:base64[encoded;$.strict(true)] now detects invalid 
                   1270:                base64 chars in the middle of encoded stricg ( new feature: #55 )
                   1271:                
                   1272: 
                   1273:        * src/include/pa_exception.h 1.61:
                   1274:                - new exception type for base64 decoding is added
                   1275: 
                   1276: 2012-03-06     misha
                   1277:        * tests/results/224.processed 1.12:
                   1278:        * tests/results/274.processed 1.1:
                   1279:                *** empty log message ***
                   1280: 
                   1281:        * tests/274.html 1.1:
                   1282:                - tests for ^date::today[] and ^date.sql-string[datetime|date|
                   1283:                time] are added
                   1284: 
                   1285:        * src/classes/date.C 1.90:
                   1286:                - constructor ^date::today[] is added ( new feature: #811 )
                   1287:                - ^date.sql-string[] now can accept one param -- strings "datetime", "date" or "time"
                   1288:                - comments tidying up
                   1289: 
                   1290:        * src/types/pa_vdate.h 1.52:
                   1291:                - get_sql_string now can print datetime, date and time
                   1292: 
                   1293: 2012-03-03     misha
                   1294:        * tests/results/193.processed 1.3:
                   1295:                *** empty log message ***
                   1296: 
                   1297:        * tests/193.html 1.3:
                   1298:                - tests for ^string:base64[encoded;$.strict(true)] are added
                   1299: 
                   1300:        * tests/results/auto.p 1.6:
                   1301:                - try-catch operator is added
                   1302: 
                   1303:        * src/classes/file.C 1.217:
                   1304:        * src/classes/string.C 1.202:
                   1305:        * src/include/pa_common.h 1.145:
                   1306:        * src/main/pa_common.C 1.265:
                   1307:                - $.strict(true|false) option is added to base64 decode methods (
                   1308:                 new feature: #55 )
                   1309: 
                   1310: 2012-03-02     misha
                   1311:        * src/main/pa_common.C 1.264:
                   1312:                - base64 decode memory usage was decreased ( new feature: #819 )
                   1313: 
                   1314: 2012-02-28     moko
                   1315:        * src/classes/hash.C 1.112:
                   1316:                ident test
                   1317: 
                   1318: 2012-02-27     misha
                   1319:        * src/classes/file.C 1.216:
                   1320:                - PARSER_VaRSION => PARSER_VeRSION
                   1321: 
                   1322: 2012-01-08     misha
                   1323:        * tests/results/273.processed 1.1:
                   1324:                *** empty log message ***
                   1325: 
                   1326:        * tests/273.html 1.1:
                   1327:                - tests for ^string.replace[from;to] are added
                   1328: 
                   1329:        * src/classes/string.C 1.201:
                   1330:        * src/include/pa_dictionary.h 1.19:
                   1331:        * src/main/pa_dictionary.C 1.25:
                   1332:        * src/main/pa_string.C 1.238:
                   1333:                - ^string.replace[from;to] is added ( new feature: #741 )
                   1334:                - ^string.replace[one subst here] is slightly optimized
                   1335: 
                   1336: 2011-12-07     misha
                   1337:        * src/classes/table.C 1.285:
                   1338:                - $t[^table::create{$empty}] now creates named table with one 
                   1339:                empty column ( bugfix: #63 )
                   1340: 
                   1341: 2011-11-30     misha
                   1342:        * tests/results/272.processed 1.1:
                   1343:                *** empty log message ***
                   1344: 
                   1345:        * src/classes/json.C 1.16:
                   1346:                - it's possible to set user's method for parsing arrays: ^json:
                   1347:                parse[...;$.array[$hook]] ( new feature: #763 )
                   1348: 
                   1349:        * tests/272.html 1.1:
                   1350:                - test for ^json:parse[...;$.array[$hook]]
                   1351: 
                   1352: 2011-11-23     misha
                   1353:        * tests/183.html 1.3:
                   1354:        * tests/231.html 1.2:
                   1355:        * tests/results/183.processed 1.3:
                   1356:        * tests/results/231.processed 1.2:
                   1357:        * tests/results/256.processed 1.4:
                   1358:                *** empty log message ***
                   1359: 
                   1360:        * src/classes/curl.C 1.12:
                   1361:        * src/classes/file.C 1.215:
                   1362:        * src/classes/image.C 1.138:
                   1363:        * src/classes/table.C 1.284:
                   1364:        * src/classes/xdoc.C 1.172:
                   1365:        * src/types/pa_vfile.C 1.50:
                   1366:        * src/types/pa_vfile.h 1.69:
                   1367:        * src/types/pa_vform.C 1.101:
                   1368:                - constructor ^file::create[mode;filename;content[;options]] now accepts binary mode and file-
                   1369:                content
                   1370:                - new constructor's format: ^file::create[string-or-file-content[;$.name[filename] $.mode[text|
                   1371:                binary] $.content-type[...] $.charset[...]]] ( new feature: #65 )
                   1372: 
                   1373:        * src/include/pa_request.h 1.209:
                   1374:        * src/main/pa_request.C 1.328:
                   1375:                - new method mime_type_of(const String*) is added
                   1376: 
                   1377:        * src/include/pa_exception.h 1.60:
                   1378:                - new exception constant FILE_NAME_MUST_BE_SPECIFIED is added
                   1379: 
                   1380: 2011-11-22     misha
                   1381:        * src/classes/table.C 1.283:
                   1382:                - bug with negative offset transformed into a feature. it means 
                   1383:                pointing to a row from the end of the table ( new feature: #810 )
                   1384:                
                   1385: 
                   1386: 2011-11-19     misha
                   1387:        * src/classes/table.C 1.282:
                   1388:                - íåñêîëüêî signed/unsigned warnings óáðàíû â ìåòîäå _select ( 
                   1389:                new feature: #810 )
                   1390: 
                   1391:        * src/types/pa_vxdoc.C 1.43:
                   1392:                - checkout if $.encoding and $.charset options were specified 
                   1393:                together is simplified
                   1394: 
                   1395: 2011-11-11     misha
                   1396:        * src/main/pa_request.C 1.327:
                   1397:                - forgotten fix for escaping filename in HTTP content-
                   1398:                disposition header (a part of bug #361 )
                   1399: 
                   1400:        * src/classes/json.C 1.15:
                   1401:                - ^json:string[$.class_name[jmethod]] now checks for ancestors' 
                   1402:                classes as well ( new feature: #456 )
                   1403: 
                   1404:        * src/classes/op.C 1.208:
                   1405:                - exceptions for ^break[] and ^continue[] "without cycle" now 
                   1406:                have types "parser.break" and "parser.continue" instead of "
                   1407:                parser.runtime" ( new feature: #799 )
                   1408: 
                   1409:        * tests/results/099.processed 1.8:
                   1410:        * tests/results/100.processed 1.6:
                   1411:        * tests/results/205.processed 1.4:
                   1412:        * tests/results/237.processed 1.2:
                   1413:                - since bug #361 was fixed the content of filename in HTTP 
                   1414:                headers is quoted
                   1415: 
                   1416:        * tests/results/270.processed 1.1:
                   1417:                - result for test 270
                   1418: 
                   1419:        * tests/065.html 1.5:
                   1420:        * tests/results/065.processed 1.7:
                   1421:                - more tests for ^file:basename[] & Co were added
                   1422: 
                   1423:        * tests/270_dir/270.txt 1.1:
                   1424:        * tests/270_dir/subdir/270.txt 1.1:
                   1425:                - stuff for 270.html
                   1426: 
                   1427:        * tests/270.html 1.1:
                   1428:                - tests for ^file:find[] are added
                   1429: 
                   1430:        * src/types/pa_vxdoc.C 1.42:
                   1431:                - now it's possible to specify encoding using option $.charset. 
                   1432:                option $.engoding is still supported but these options can not 
                   1433:                be specified together
                   1434: 
                   1435:        * src/classes/xdoc.C 1.171:
                   1436:                - charset.isUTF8 is used instead of comparation charset name 
                   1437:                with string "UTF-8" ( bugfix: #759 )
                   1438: 
                   1439: 2011-10-11     misha
                   1440:        * src/classes/xdoc.C 1.170:
                   1441:        * src/types/pa_vxdoc.C 1.41:
                   1442:        * src/types/pa_vxdoc.h 1.48:
                   1443:                - new option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new 
                   1444:                feature: #622)
                   1445: 
                   1446: 2011-09-30     misha
                   1447:        * src/types/pa_vrequest.C 1.51:
                   1448:                - saving empty $request:post-body causes exception "saving stat-
                   1449:                ed file" ( bugfix: #395 )
                   1450: 
                   1451: 2011-05-30     misha
                   1452:        * src/classes/string.C 1.200:
                   1453:                - fixed bug which was added with params.as_hash into string:sql
                   1454: 
                   1455: 2011-05-28     misha
                   1456:        * src/types/pa_value.C 1.31:
                   1457:                - filename in content-disposition header must be quoted ( bugfix:
                   1458:                 #361 )
                   1459: 
                   1460: 2011-05-27     misha
                   1461:        * src/classes/image.C 1.137:
                   1462:        * src/classes/xdoc.C 1.169:
                   1463:                - $.mode must be set for newly created file
                   1464: 
                   1465:        * src/classes/hash.C 1.111:
                   1466:        * src/classes/mail.C 1.117:
                   1467:                - little tunning with get_hash usage
                   1468: 
                   1469:        * src/include/pa_exception.h 1.59:
                   1470:                - one more string for exception was added
                   1471: 
                   1472: 2011-05-25     misha
                   1473:        * tests/results/269.processed 1.1:
                   1474:                *** empty log message ***
                   1475: 
                   1476:        * tests/269.html 1.1:
                   1477:                - tests for checking input params in some dom methods
                   1478: 
                   1479:        * src/classes/xdoc.C 1.168:
                   1480:        * src/classes/xnode.C 1.86:
                   1481:                - validation of some input params was added. it isn't possible 
                   1482:                not wo create xdoc with invalid tagName. ( bugfix: #160 )
                   1483: 
                   1484:        * src/include/pa_exception.h 1.58:
                   1485:        * src/include/pa_xml_exception.h 1.7:
                   1486:                - exception's string "data must be string" was mover from 
                   1487:                pa_exception.h to pa_xml_exception.h
                   1488: 
                   1489:        * src/classes/xnode.C 1.85:
                   1490:        * src/classes/xnode.h 1.30:
                   1491:                - methods as_xmlqname, as_xmlncname, as_xmlname and as_xmlnsuri 
                   1492:                were added
                   1493: 
                   1494:        * src/main/pa_xml_exception.C 1.6:
                   1495:                - XmlException accepts more options
                   1496: 
                   1497:        * src/include/pa_xml_exception.h 1.6:
                   1498:                - XmlException accepts more options
                   1499:                - XML-related exception's strings were added
                   1500: 
                   1501:        * src/classes/xdoc.C 1.167:
                   1502:        * src/types/pa_vxdoc.h 1.47:
                   1503:                - code cleanup (unused output_options were removed)
                   1504: 
                   1505: 2011-05-19     misha
                   1506:        * src/classes/file.C 1.214:
                   1507:        * src/classes/hash.C 1.110:
                   1508:        * src/classes/string.C 1.199:
                   1509:        * src/classes/table.C 1.281:
                   1510:        * src/classes/void.C 1.49:
                   1511:                - params.as_hash is used more while parsing methods hash-options
                   1512: 
                   1513: 2011-05-18     misha
                   1514:        * tests/results/188.processed 1.5:
                   1515:        * tests/results/256.processed 1.3:
                   1516:                *** empty log message ***
                   1517: 
                   1518:        * operators.txt 1.239:
                   1519:                - info about json-serialization of xdoc was added
                   1520: 
                   1521:        * tests/256.html 1.4:
                   1522:                - tests for json-serialization xdoc were added
                   1523: 
                   1524:        * src/types/pa_vxdoc.C 1.40:
                   1525:                - ups. I've forgot about "method" :)
                   1526: 
                   1527:        * src/classes/json.C 1.14:
                   1528:        * src/classes/xdoc.C 1.166:
                   1529:        * src/types/pa_value.h 1.143:
                   1530:        * src/types/pa_vxdoc.C 1.39:
                   1531:        * src/types/pa_vxdoc.h 1.46:
                   1532:                - now json:string can serialize xdoc-objects. options (the same 
                   1533:                as ^xdoc.string[]) could be specified in $.xdoc[] ( new feature: 
                   1534:                #265 )
                   1535: 
                   1536: 2011-05-15     misha
                   1537:        * tests/results/267.processed 1.1:
                   1538:        * tests/results/268.processed 1.1:
                   1539:                *** empty log message ***
                   1540: 
                   1541:        * tests/268.html 1.1:
                   1542:                - tests for ^table.count[with options] were added
                   1543: 
                   1544:        * src/classes/table.C 1.280:
                   1545:                - method ^table.count[] now can accept options ( new feature: #93 ):
                   1546:                ^table.count[column] returns number of columns for named table;
                   1547:                ^table.count[cells] returns number of cells in the current row;
                   1548:                ^table.count[] & ^table.count[rows] return number of rows in a table.
                   1549: 
                   1550:        * tests/267.html 1.1:
                   1551:                - test for checking switch/case in boolean mode was added
                   1552: 
                   1553:        * src/classes/op.C 1.207:
                   1554:                - if switch's or case's value is bool, they are compared as bool 
                   1555:                values, not as double values: new feature: #351
                   1556: 
                   1557: 2011-05-06     misha
                   1558:        * tests/242.html 1.2:
                   1559:                - EOL before EOF was added
                   1560: 
                   1561:        * tests/results/169.processed 1.6:
                   1562:                *** empty log message ***
                   1563: 
                   1564: 2011-05-05     misha
                   1565:        * tests/169.html 1.3:
                   1566:                - tests for splitting empty string and void were added
                   1567: 
                   1568:        * src/main/pa_string.C 1.237:
                   1569:                - fix of fix (^empty_string.split[...] returned table with one 
                   1570:                empty cell)
                   1571: 
                   1572: 2011-04-03     misha
                   1573:        * Makefile.am 1.81:
                   1574:        * Makefile.in 1.98:
                   1575:        * acinclude.m4 1.67:
                   1576:        * aclocal.m4 1.70:
                   1577:        * acsite.m4 1.46:
                   1578:        * configure 1.125:
                   1579:        * configure.in 1.136:
                   1580:        * src/include/pa_config_auto.h.in 1.54:
                   1581:                *** empty log message ***
                   1582: 
                   1583:        * configure.in 1.135:
                   1584:        * src/include/pa_version.h 1.42:
                   1585:                - version in head was changed to 3.4.2b
                   1586: 
                   1587: 2011-03-30     misha
                   1588:        * src/types/pa_vregex.C 1.13:
                   1589:                - \w & Co now contain unicode properties as well ( new feature #
                   1590:                294 )
                   1591: 
                   1592: 2011-03-29     misha
                   1593:        * buildall-with-xml 1.41:
                   1594:        * buildall-without-xml 1.26:
                   1595:                - PCRE stack usage is limited to approx. 6 MB. previous limits 
                   1596:                were too big for real life. bugfix: #216
                   1597: 
                   1598: 2011-03-04     moko
                   1599:        * etc/parser3.charsets/cp866.cfg 1.2:
                   1600:                Conforms to http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/
                   1601:                CP866.TXT
                   1602: 
                   1603:        * etc/parser3.charsets/cp866.cfg 1.1:
                   1604:                cp866 initial version from vlalek@
                   1605: 
1.81      misha    1606: 2011-02-21     misha
                   1607:        * operators.txt 1.238:
                   1608:        * src/include/pa_charset.h 1.47:
                   1609:        * src/include/pa_charset.h [release_3_4_1] 1.46.2.1:
                   1610:                - some methods mustn't be under #ifdef XML or parser can't be 
                   1611:                compiled without xml support
                   1612: 
                   1613:        * src/targets/apache/Makefile.am 1.3:
                   1614:        * src/targets/apache/Makefile.am [release_3_4_1] 1.2.2.1:
                   1615:        * src/targets/apache/Makefile.in 1.2:
                   1616:        * src/targets/apache/Makefile.in [release_3_4_1] 1.1.2.1:
                   1617:                - mention ApacheModuleParser3.vcproj was removed
                   1618: 
                   1619:        * Makefile.am [release_3_4_1] 1.80.2.1:
                   1620:        * Makefile.in [release_3_4_1] 1.97.2.1:
                   1621:        * acinclude.m4 [release_3_4_1] 1.66.2.1:
                   1622:        * aclocal.m4 [release_3_4_1] 1.69.2.1:
                   1623:        * acsite.m4 [release_3_4_1] 1.45.2.1:
                   1624:        * configure [release_3_4_1] 1.124.2.1:
                   1625:        * configure.in [release_3_4_1] 1.134.2.1:
                   1626:        * src/include/pa_config_auto.h.in [release_3_4_1] 1.53.2.1:
                   1627:        * src/include/pa_version.h [release_3_4_1] 1.41.2.2:
                   1628:                *** empty log message ***
                   1629: 
                   1630:        * src/types/pa_vjunction.C 1.10:
                   1631:                - EOL before EOF was added (warning removed)
                   1632: 
                   1633:        * src/include/pa_version.h [release_3_4_1] 1.41.2.1:
                   1634:                =no message
                   1635: 
                   1636: 2011-02-20     misha
                   1637:        * tests/results/266.processed 1.1:
                   1638:                *** empty log message ***
                   1639: 
                   1640:        * tests/266.html 1.1:
                   1641:        * tests/266.p 1.1:
                   1642:                - tests for checking $.inherited and $.overridden in ^reflection:
                   1643:                method_info[...] were added
                   1644: 
                   1645:        * src/classes/reflection.C 1.23:
                   1646:                - beautifying result of ^reflection:method_info[] ($.overridden/
                   1647:                inherited)
                   1648: 
                   1649: 2011-02-18     misha
                   1650:        * src/main/pa_charset.C 1.89:
                   1651:        * src/main/pa_http.C 1.52:
                   1652:        * src/main/untaint.C 1.162:
                   1653:                - use pa_isalpha and pa_isalnum instead of isalpha and isalnum
                   1654:                - bug with redundand quoting lowercased latin chars while building email body was fixed
                   1655: 
                   1656:        * src/include/pa_common.h 1.144:
                   1657:                - pa_isalpha and ps_isalnum methods were added (they check for 
                   1658:                latin chars only)
                   1659: 
                   1660: 2011-02-16     misha
                   1661:        * src/main/pa_charset.C 1.88:
                   1662:                - bugfix: in some cases the calculating string size for 
                   1663:                transcoding gave too small value (should ever look for 
                   1664:                availability char in dest charset inspite of the char size)
                   1665: 
                   1666: 2011-02-04     moko
                   1667:        * tests/223.html 1.5:
                   1668:                header values now not url-encoded (issue #195)
                   1669: 
                   1670: 2011-02-01     misha
                   1671:        * buildall-with-xml 1.40:
                   1672:        * buildall-without-xml 1.25:
                   1673:                - 8.10 => 8.12
                   1674: 
                   1675: 2011-01-31     misha
                   1676:        * src/main/pa_request.C 1.326:
                   1677:                - throw exception if param file_name in use_file is empty
                   1678: 
                   1679: 2011-01-07     moko
                   1680:        * src/classes/curl.C 1.11:
                   1681:                compilations errors fixed
                   1682: 
                   1683: 2010-12-29     moko
                   1684:        * tests/265.html 1.1:
                   1685:        * tests/results/265.processed 1.1:
                   1686:                test for issue #200 added
                   1687: 
                   1688:        * src/main/pa_string.C 1.236:
                   1689:                empty regex result check added (fixes issue #200)
                   1690: 
                   1691:        * src/main/pa_http.C 1.51:
                   1692:                pa_http_safe_header_name corrected a bit
                   1693: 
                   1694:        * tests/results/223.processed 1.6:
                   1695:                header values now not url-encoded (issue #195)
                   1696: 
                   1697:        * src/classes/curl.C 1.10:
                   1698:        * src/include/pa_http.h 1.6:
                   1699:        * src/main/pa_http.C 1.50:
                   1700:        * src/main/untaint.C 1.161:
                   1701:                L_HTTP_HEADER now used in http headers values, 
                   1702:                pa_http_safe_header_name added for headers names (fixes bug #195)
                   1703:                
                   1704: 
                   1705: 2010-12-18     misha
                   1706:        * src/classes/classes.vcproj 1.27:
                   1707:        * src/types/types.vcproj 1.27:
                   1708:                - arp-include => pa-include
                   1709: 
                   1710: 2010-11-28     moko
                   1711:        * src/lib/sdbm/sdbm.vcproj 1.7:
                   1712:                apr -> pa (.vcproj)
                   1713: 
                   1714:        * configure.in 1.133:
                   1715:        * src/classes/Makefile.am 1.57:
                   1716:        * src/classes/Makefile.in 1.72:
                   1717:        * src/lib/sdbm/Makefile.am 1.5:
                   1718:        * src/lib/sdbm/Makefile.in 1.8:
                   1719:        * src/lib/sdbm/pa-include/Makefile.am 1.1:
                   1720:        * src/lib/sdbm/pa-include/Makefile.in 1.1:
                   1721:        * src/lib/sdbm/pa-include/pa_strings.h 1.2:
                   1722:        * src/lib/sdbm/pa_strings.C 1.2:
                   1723:        * src/lib/sdbm/sdbm.c 1.6:
                   1724:        * src/types/Makefile.am 1.46:
                   1725:        * src/types/Makefile.in 1.70:
                   1726:        * src/types/pa_vhashfile.C 1.63:
                   1727:        * src/types/pa_vhashfile.h 1.39:
                   1728:                apr -> pa
                   1729: 
                   1730:        * Makefile.am 1.80:
                   1731:        * Makefile.in 1.97:
                   1732:        * acinclude.m4 1.66:
                   1733:        * aclocal.m4 1.69:
                   1734:        * acsite.m4 1.45:
                   1735:        * configure 1.124:
                   1736:        * configure.in 1.134:
                   1737:        * src/include/pa_config_auto.h.in 1.53:
                   1738:                *** empty log message ***
                   1739: 
                   1740:        * src/lib/sdbm/Makefile.am 1.4:
                   1741:        * src/lib/sdbm/apr_file_io.C 1.7:
                   1742:        * src/lib/sdbm/apr_strings.C 1.4:
                   1743:        * src/lib/sdbm/pa-include/pa_apr.h 1.1:
                   1744:        * src/lib/sdbm/pa-include/pa_errno.h 1.1:
                   1745:        * src/lib/sdbm/pa-include/pa_file_info.h 1.1:
                   1746:        * src/lib/sdbm/pa-include/pa_file_io.h 1.1:
                   1747:        * src/lib/sdbm/pa-include/pa_sdbm.h 1.1:
                   1748:        * src/lib/sdbm/pa-include/pa_strings.h 1.1:
                   1749:        * src/lib/sdbm/pa_file_io.C 1.1:
                   1750:        * src/lib/sdbm/pa_strings.C 1.1:
                   1751:        * src/lib/sdbm/sdbm.c 1.5:
                   1752:        * src/lib/sdbm/sdbm_hash.c 1.2:
                   1753:        * src/lib/sdbm/sdbm_lock.c 1.2:
                   1754:        * src/lib/sdbm/sdbm_pair.c 1.2:
                   1755:        * src/lib/sdbm/sdbm_pair.h 1.2:
                   1756:        * src/lib/sdbm/sdbm_private.h 1.4:
                   1757:        * src/lib/sdbm/sdbm_tune.h 1.2:
                   1758:                apr -> pa (apache2 module apr name conflict resolved)
                   1759: 
                   1760: 2010-11-27     misha
                   1761:        * buildall-with-xml 1.39:
                   1762:        * buildall-without-xml 1.24:
                   1763:                - typo fixed: libz2 -> libbz2
                   1764: 
                   1765: 2010-11-26     misha
                   1766:        * src/classes/hash.C 1.109:
                   1767:        * src/classes/table.C 1.279:
                   1768:        * src/types/pa_vregex.C 1.12:
                   1769:                - warnings removed
                   1770: 
                   1771: 2010-11-25     moko
                   1772:        * operators.txt 1.237:
                   1773:                $.indent(true)
                   1774: 
                   1775:        * operators.txt 1.236:
                   1776:                another bugfix. :)
                   1777: 
                   1778:        * operators.txt 1.235:
                   1779:                bugfix. :)
                   1780: 
                   1781:        * buildall-with-xml 1.38:
                   1782:                libxml2-2.7.8 + with-apache
                   1783: 
                   1784: 2010-11-24     moko
                   1785:        * bin/Makefile.in 1.16:
                   1786:        * etc/Makefile.in 1.21:
                   1787:        * etc/parser3.charsets/Makefile.in 1.26:
                   1788:                APACHE13->APACHE
                   1789: 
                   1790:        * Makefile.am 1.79:
                   1791:        * Makefile.in 1.96:
                   1792:        * acinclude.m4 1.65:
                   1793:        * aclocal.m4 1.68:
                   1794:        * acsite.m4 1.44:
                   1795:        * configure 1.123:
                   1796:        * configure.in 1.132:
                   1797:        * src/include/pa_config_auto.h.in 1.51:
                   1798:        * src/include/pa_config_auto.h.in 1.52:
                   1799:                *** empty log message ***
                   1800: 
                   1801:        * Makefile.in 1.95:
                   1802:        * configure 1.122:
                   1803:        * src/targets/Makefile.am 1.11:
                   1804:        * src/targets/apache/Makefile.am 1.2:
                   1805:        * src/targets/apache/Makefile.in 1.1:
                   1806:                apxs support
                   1807: 
                   1808:        * src/Makefile.in 1.62:
                   1809:        * src/classes/Makefile.in 1.71:
                   1810:        * src/include/Makefile.in 1.25:
                   1811:        * src/lib/Makefile.in 1.21:
                   1812:        * src/lib/cord/Makefile.in 1.10:
                   1813:        * src/lib/cord/include/Makefile.in 1.8:
                   1814:        * src/lib/cord/include/private/Makefile.in 1.8:
                   1815:        * src/lib/gc/Makefile.in 1.8:
                   1816:        * src/lib/gc/include/Makefile.in 1.9:
                   1817:        * src/lib/gd/Makefile.in 1.9:
                   1818:        * src/lib/json/Makefile.in 1.3:
                   1819:        * src/lib/ltdl/Makefile.in 1.13:
                   1820:        * src/lib/md5/Makefile.in 1.14:
                   1821:        * src/lib/pcre/Makefile.in 1.17:
                   1822:        * src/lib/sdbm/Makefile.in 1.7:
                   1823:        * src/lib/smtp/Makefile.in 1.9:
                   1824:        * src/main/Makefile.in 1.65:
                   1825:        * src/sql/Makefile.in 1.18:
                   1826:        * src/targets/Makefile.in 1.49:
                   1827:        * src/targets/cgi/Makefile.in 1.74:
                   1828:        * src/targets/isapi/Makefile.in 1.19:
                   1829:        * src/types/Makefile.in 1.69:
                   1830:                APACHE13 -> APACHE
                   1831: 
                   1832:        * configure.in 1.131:
                   1833:                apxs support
                   1834:                -Bstatic gc removed for OS X
                   1835: 
                   1836:        * src/main/pa_globals.C 1.186:
                   1837:        * src/main/pa_xml_io.C 1.27:
                   1838:                the rest converted to THREAD_LOCAL usage
                   1839: 
                   1840:        * src/classes/curl.C 1.9:
                   1841:        * src/include/pa_config_includes.h 1.33:
                   1842:        * src/main/pa_globals.C 1.185:
                   1843:                THREAD_LOCAL defined and used
                   1844: 
                   1845: 2010-11-23     moko
                   1846:        * src/classes/op.C 1.206:
                   1847:        * src/main/pa_os.C 1.11:
                   1848:                microseconds, not milliseconds should be passed to pa_sleep, and 
                   1849:                only fractional part (bugfix: #188)
                   1850: 
                   1851:        * src/targets/apache/mod_parser3.c 1.11:
                   1852:                1.3 compatibility
                   1853: 
                   1854:        * src/targets/apache/mod_parser3.c 1.10:
                   1855:        * src/targets/apache/mod_parser3_core.C 1.5:
                   1856:                GC_dont_gc=1, as in cgi version
                   1857: 
                   1858:        * src/targets/apache/mod_parser3.c 1.9:
                   1859:                warning war
                   1860: 
                   1861:        * src/targets/apache/mod_parser3.c 1.8:
                   1862:        * src/targets/apache/mod_parser3_core.C 1.4:
                   1863:        * src/targets/apache/pa_httpd.h 1.4:
                   1864:                version removed, some trash removed
                   1865: 
                   1866: 2010-11-22     moko
                   1867:        * src/targets/apache/mod_parser3.c 1.7:
                   1868:                version removed (we don't want to show it), warning war
                   1869: 
                   1870:        * src/targets/apache/mod_parser3.c 1.6:
                   1871:        * src/targets/apache/mod_parser3_core.C 1.3:
                   1872:        * src/targets/apache/pa_httpd.h 1.3:
                   1873:                parser_status_allowed removed + merge config functions removed (
                   1874:                override is the default) + beauty
                   1875: 
                   1876:        * src/include/pa_request.h 1.208:
                   1877:        * src/main/pa_request.C 1.325:
                   1878:        * src/targets/apache13core/mod_parser3_core.C 1.16:
                   1879:        * src/targets/cgi/parser3.C 1.259:
                   1880:        * src/targets/isapi/parser3isapi.C 1.104:
                   1881:                option to hide $status used in apache module removed
                   1882: 
                   1883: 2010-11-18     moko
                   1884:        * operators.txt 1.234:
                   1885:                $.table[compact] added for ^json:string[]
                   1886: 
                   1887: 2010-11-16     moko
                   1888:        * src/targets/apache/mod_parser3.c 1.5:
                   1889:                some cleanup done
                   1890: 
                   1891: 2010-11-15     moko
                   1892:        * src/main/untaint.C 1.160:
                   1893:                bugfix: first, second String::Body argument is hashcode; second, 
                   1894:                info.fragment_begin is original, not resulting length
                   1895: 
                   1896:        * src/classes/file.C 1.213:
                   1897:                new feature: $.stdin now untainted
                   1898: 
                   1899:        * tests/results/264.processed 1.2:
                   1900:                new feature: $.stdin[] now untainted
                   1901: 
                   1902:        * tests/cat.sh 1.3:
                   1903:                new feature: stdin arg to test $.stdin[value]
                   1904: 
                   1905:        * src/classes/op.C 1.205:
                   1906:                ^apply-taint[] method added
                   1907: 
                   1908:        * tests/264.html 1.1:
                   1909:        * tests/results/264.processed 1.1:
                   1910:                ^apply-taint[] test added; $.stdin untaint test added
                   1911: 
                   1912: 2010-11-14     moko
                   1913:        * src/targets/apache/mod_parser3.c 1.4:
                   1914:                outdated MODULE_MAGIC_NUMBER removed
                   1915: 
                   1916:        * src/targets/apache/mod_parser3.c 1.3:
                   1917:        * src/targets/apache/mod_parser3_core.C 1.2:
                   1918:        * src/targets/apache/pa_httpd.h 1.2:
                   1919:                2x2 calculated under apache2. :)
                   1920: 
                   1921: 2010-11-13     moko
                   1922:        * src/targets/apache/mod_parser3.c 1.2:
                   1923:                initial changes to build module with apache 2.x includes
                   1924: 
                   1925:        * src/targets/apache/Makefile.am 1.1:
                   1926:        * src/targets/apache/mod_parser3.c 1.1:
                   1927:        * src/targets/apache/mod_parser3_core.C 1.1:
                   1928:        * src/targets/apache/pa_httpd.h 1.1:
                   1929:        * src/targets/apache/pa_threads.C 1.1:
                   1930:                initial commit for united apache 1.3 / apache 2.x DSO module
                   1931: 
                   1932: 2010-11-09     moko
                   1933:        * src/types/pa_method.h 1.18:
                   1934:                check added to dissallow @method[name;*] syntax
                   1935: 
                   1936:        * tests/263.html 1.1:
                   1937:        * tests/results/263.processed 1.1:
                   1938:                test from method[*args] added
                   1939: 
                   1940: 2010-11-08     moko
                   1941:        * src/types/pa_method.h 1.17:
                   1942:        * src/types/pa_vmethod_frame.h 1.89:
                   1943:                closes #26: variable number of params can now be passed to a 
                   1944:                method declared with *arg
                   1945: 
                   1946: 2010-11-06     moko
                   1947:        * src/classes/table.C 1.278:
                   1948:                formating fixed. :)
                   1949: 
                   1950:        * src/classes/table.C 1.277:
                   1951:                closes #4: ^table.select now supports $.limit(), $.offset, $
                   1952:                .reverse() options
                   1953: 
                   1954:        * tests/262.html 1.1:
                   1955:        * tests/results/262.processed 1.1:
                   1956:                test for ^table:select with options added (feature #4)
                   1957: 
                   1958: 2010-11-05     moko
                   1959:        * src/include/pa_array.h 1.80:
                   1960:                remove function added
                   1961: 
                   1962:        * src/types/pa_vhash.C 1.9:
                   1963:        * src/types/pa_vhash.h 1.63:
                   1964:                avoiding temporal String object in get_element/put_element, 
                   1965:                using static one.
                   1966: 
                   1967: 2010-11-04     moko
                   1968:        * src/types/pa_vregex.C 1.11:
                   1969:                closes #6: exeption now thrown if invalid options is passed
                   1970: 
                   1971: 2010-11-03     moko
                   1972:        * tests/256.html 1.3:
                   1973:        * tests/results/256.processed 1.2:
                   1974:                $.table[compact] feature now tested; k and p in handler now 
                   1975:                tested.
                   1976: 
                   1977:        * src/types/pa_value.h 1.142:
                   1978:        * src/types/pa_vtable.C 1.36:
                   1979:        * src/types/pa_vtable.h 1.57:
                   1980:                fixes #153, $.table[compact] feature added
                   1981: 
                   1982:        * src/classes/json.C 1.13:
                   1983:                key is now passed to handler in value_json_string;
                   1984:                ^json:string result now process tainting inside and returns clean string, related to issue #153
                   1985: 
                   1986:        * src/main/untaint.C 1.159:
                   1987:                bugfix: charset can be null (in ^string:save[] as example), thus 
                   1988:                check is added
                   1989: 
                   1990: 2010-10-30     moko
                   1991:        * src/classes/string.C 1.198:
                   1992:                error message changed (fixes issue #149)
                   1993: 
                   1994: 2010-10-28     moko
                   1995:        * src/main/pa_http.C 1.49:
                   1996:                ":port" is now added to "Host:" header if port is not default (fixes issue #155);
                   1997:                exception on invalid port added.
                   1998: 
                   1999:        * src/main/untaint.C 1.158:
                   2000:                '*' is now not urlencoded to allow header "Accept: */*" to be 
                   2001:                passed
                   2002: 
                   2003: 2010-10-27     moko
                   2004:        * src/classes/curl.C 1.8:
                   2005:                bugfix: detect_charset() was throwing exception on unknown 
                   2006:                charset even if response_charset was specified
                   2007: 
                   2008: 2010-10-26     moko
                   2009:        * src/classes/string.C 1.197:
                   2010:                ^string.append removed for void compatibility
                   2011: 
                   2012:        * src/classes/json.C 1.12:
                   2013:                libjson supports array at top level, we too (GPF fixed)
                   2014: 
                   2015: 2010-10-24     moko
                   2016:        * tests/253.html 1.5:
                   2017:        * tests/results/253.processed 1.6:
                   2018:                libjson supports array at top level, parser now supports it as 
                   2019:                well.
                   2020: 
                   2021:        * src/types/pa_vstring.h 1.64:
                   2022:        * tests/261.html 1.2:
                   2023:        * tests/results/261.processed 1.2:
                   2024:                empty string is now void compatible (allows $empty.key)
                   2025: 
                   2026: 2010-10-21     moko
                   2027:        * src/classes/string.C 1.196:
                   2028:        * src/classes/void.C 1.48:
                   2029:        * src/main/execute.C 1.367:
                   2030:        * src/types/pa_vvoid.C 1.4:
                   2031:        * src/types/pa_vvoid.h 1.34:
                   2032:                void now inherited from string (feature #111)
                   2033: 
                   2034:        * tests/261.html 1.1:
                   2035:        * tests/results/261.processed 1.1:
                   2036:                checks void from string inheritance (feature #111)
                   2037: 
                   2038:        * src/classes/bool.C 1.3:
                   2039:        * src/classes/classes.h 1.33:
                   2040:        * src/classes/curl.C 1.7:
                   2041:        * src/classes/date.C 1.89:
                   2042:        * src/classes/double.C 1.63:
                   2043:        * src/classes/file.C 1.212:
                   2044:        * src/classes/hash.C 1.108:
                   2045:        * src/classes/hashfile.C 1.52:
                   2046:        * src/classes/image.C 1.136:
                   2047:        * src/classes/inet.C 1.4:
                   2048:        * src/classes/int.C 1.59:
                   2049:        * src/classes/json.C 1.11:
                   2050:        * src/classes/reflection.C 1.22:
                   2051:        * src/classes/regex.C 1.6:
                   2052:        * src/classes/string.C 1.195:
                   2053:        * src/classes/table.C 1.276:
                   2054:        * src/classes/void.C 1.47:
                   2055:                used_directly() now true by default
                   2056: 
                   2057: 2010-10-21     misha
                   2058:        * src/types/pa_vcookie.C 1.85:
                   2059:                - fix for session cookie (was introduced while adding additional 
                   2060:                expires checkout)
                   2061: 
                   2062:        * tests/results/030.processed 1.8:
                   2063:                *** empty log message ***
                   2064: 
                   2065:        * tests/030.html 1.5:
                   2066:                - test for session cookie was added
                   2067: 
                   2068: 2010-10-16     moko
                   2069:        * src/include/pa_string.h 1.200:
                   2070:        * src/main/pa_http.C 1.48:
                   2071:        * src/main/untaint.C 1.157:
                   2072:                files upload now uses binary blocks instead of L_FILE_POST 
                   2073:                tainting. (bugfix: #128)
                   2074: 
                   2075:        * tests/223.html 1.4:
                   2076:        * tests/results/223.processed 1.5:
                   2077:                binary file upload test added, GPF (issue #128) also checked in 
                   2078:                this test
                   2079: 
                   2080: 2010-10-13     misha
                   2081:        * tests/results/260.processed 1.1:
                   2082:                *** empty log message ***
                   2083: 
                   2084:        * tests/260.html 1.1:
                   2085:                - test for math:convert
                   2086: 
                   2087:        * src/classes/math.C 1.58:
                   2088:                - error in math:convert was fixed
                   2089: 
                   2090:        * operators.txt 1.233:
                   2091:                - info about ^math:convert[number](from-base;to-base) was added
                   2092: 
                   2093:        * src/classes/math.C 1.57:
                   2094:                - method ^math:convert[number](from-base;to-base) for converting 
                   2095:                number represention from one base to another was added ( new 
                   2096:                feature: #23 )
                   2097: 
                   2098: 2010-10-12     moko
                   2099:        * src/main/compile.tab.C 1.153:
                   2100:        * src/main/compile.y 1.261:
                   2101:                [] now is empty string, not void
                   2102: 
                   2103:        * src/types/pa_vvoid.h 1.33:
                   2104:                void now passed as parameter
                   2105: 
                   2106:        * tests/259.html 1.1:
                   2107:        * tests/results/259.processed 1.1:
                   2108:                to test difference between void and empty string (see ticket #
                   2109:                111)
                   2110: 
                   2111:        * tests/results/152.processed 1.10:
                   2112:                $sEmpty[] is now empty string, not void
                   2113: 
                   2114:        * tests/256.html 1.2:
                   2115:                $s[$void] is no longer empty string
                   2116: 
                   2117:        * tests/254.html 1.3:
                   2118:                empty string is no longer void
                   2119: 
                   2120: 2010-10-12     misha
                   2121:        * tests/results/041.processed 1.7:
                   2122:                *** empty log message ***
                   2123: 
                   2124:        * src/types/pa_vcookie.C 1.84:
                   2125:                - check if $.expires value can be converted to date during 
                   2126:                cookies set up ( bugfix: #104 )
                   2127: 
                   2128:        * tests/041.html 1.3:
                   2129:                - more tests for ^table.locate were added
                   2130: 
                   2131:        * src/classes/table.C 1.275:
                   2132:                - ^table.locate[field;value;options] didn't work ( bugfix: #129 )
                   2133:                - exception comment for incorrect options ^table.locate[field;value;options] was fixed
                   2134: 
                   2135: 2010-10-09     moko
                   2136:        * src/classes/reflection.C 1.21:
                   2137:        * src/main/execute.C 1.366:
                   2138:                constructor returning another object feature returned
                   2139: 
                   2140:        * tests/results/258.processed 1.2:
                   2141:                test result updated as constructor returning another object 
                   2142:                feature returned
                   2143: 
                   2144:        * tests/258.html 1.1:
                   2145:        * tests/results/258.processed 1.1:
                   2146:                test for constructor returning another object
                   2147: 
                   2148: 2010-10-08     misha
                   2149:        * src/main/compile.tab.C 1.152:
                   2150:        * src/main/compile.y 1.260:
                   2151:        * tests/results/257.processed 1.1:
                   2152:                *** empty log message ***
                   2153: 
                   2154:        * tests/257.html 1.1:
                   2155:                - whitespaces after @METACOMMANDS and their options shouldn't 
                   2156:                cause exceptions any longer
                   2157: 
                   2158: 2010-10-05     moko
                   2159:        * src/classes/hash.C 1.107:
                   2160:        * src/classes/table.C 1.274:
                   2161:                length from sql server is now ignored, as sql string can contain 
                   2162:                0x00 inside (bugfix: #119)
                   2163: 
                   2164: 2010-10-02     misha
                   2165:        * operators.txt 1.232:
                   2166:                - the X mark was removed from ^cache[file]. it is usable to 
                   2167:                delete cache file.
                   2168: 
                   2169: 2010-10-01     moko
                   2170:        * tests/253.html 1.4:
                   2171:        * tests/results/253.processed 1.5:
                   2172:                hook_key added for key checking
                   2173: 
                   2174:        * src/classes/json.C 1.10:
                   2175:                null key bug fixed
                   2176: 
                   2177: 2010-09-29     misha
                   2178:        * tests/results/256.processed 1.1:
                   2179:                *** empty log message ***
                   2180: 
                   2181:        * tests/256.html 1.1:
                   2182:        * tests/256.txt 1.1:
                   2183:                - tests for ^json:string[] were added
                   2184: 
                   2185: 2010-09-24     moko
                   2186:        * src/classes/json.C 1.9:
                   2187:                small fixed
                   2188: 
                   2189:        * tests/results/253.processed 1.4:
                   2190:        * tests/results/255.processed 1.2:
                   2191:                just updated
                   2192: 
                   2193:        * tests/253.html 1.3:
                   2194:        * tests/253_json.txt 1.3:
                   2195:        * tests/255.html 1.1:
                   2196:        * tests/results/253.processed 1.3:
                   2197:        * tests/results/255.processed 1.1:
                   2198:                charset transcode test added for json:parse
                   2199: 
                   2200:        * src/types/pa_value.h 1.141:
                   2201:                warning war :)
                   2202: 
                   2203:        * src/classes/json.C 1.8:
                   2204:        * src/include/pa_request.h 1.207:
                   2205:        * src/types/pa_value.h 1.140:
                   2206:        * src/types/pa_vfile.C 1.49:
                   2207:        * src/types/pa_vtable.C 1.35:
                   2208:                $.indent implemented for ^json:string
                   2209: 
                   2210: 2010-09-24     misha
                   2211:        * src/main/compile.tab.C 1.151:
                   2212:                *** empty log message ***
                   2213: 
                   2214: 2010-09-21     moko
                   2215:        * src/main/pa_charset.C 1.87:
                   2216:                parser charset tables declare only white-space before 0x20, thus 
                   2217:                adding the missing chars
                   2218: 
                   2219:        * etc/parser3.charsets/koi8-r.cfg 1.8:
                   2220:        * etc/parser3.charsets/koi8-u.cfg 1.1:
                   2221:                updated to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
                   2222:                
                   2223: 
                   2224: 2010-09-21     misha
                   2225:        * src/main/compile.y 1.259:
                   2226:                - some semicolons were added (VS2010 don't want to compile 
                   2227:                grammar if they are absent)
                   2228: 
                   2229:        * tests/make_tests.cmd 1.3:
                   2230:        * tests/run_tests.cmd 1.2:
                   2231:                - path tools is changed
                   2232: 
                   2233:        * src/classes/classes.vcproj 1.26:
                   2234:                - pathes to ls and gawk are changed
                   2235: 
                   2236:        * src/main/main.vcproj 1.27:
                   2237:                - path to bison is changed
                   2238: 
                   2239: 2010-09-20     moko
                   2240:        * etc/parser3.charsets/Makefile.in 1.25:
                   2241:        * etc/parser3.charsets/windows-1250.cfg 1.2:
                   2242:        * etc/parser3.charsets/windows-1251.cfg 1.14:
                   2243:        * etc/parser3.charsets/windows-1254.cfg 1.2:
                   2244:        * etc/parser3.charsets/windows-1257.cfg 1.3:
                   2245:        * etc/parser3.charsets/x-mac-cyrillic.cfg 1.3:
                   2246:                updated to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
                   2247:                
                   2248: 
                   2249: 2010-09-20     misha
                   2250:        * Makefile.am 1.78:
                   2251:        * Makefile.in 1.94:
                   2252:        * acinclude.m4 1.64:
                   2253:        * aclocal.m4 1.67:
                   2254:        * acsite.m4 1.43:
                   2255:        * configure 1.121:
                   2256:        * configure.in 1.130:
                   2257:        * src/include/pa_config_auto.h.in 1.50:
                   2258:        * src/lib/json/Makefile.in 1.2:
                   2259:                *** empty log message ***
                   2260: 
                   2261:        * src/types/pa_vtable.C 1.34:
                   2262:                - add EOLs while json-serializing table
                   2263: 
                   2264:        * src/classes/json.C 1.7:
                   2265:                - add EOL while json-serializing hash
                   2266: 
                   2267:        * src/lib/json/JSON_parser.C 1.4:
                   2268:                - 'ES' replaced by 'ESC' because some compilers don't like 'ES'.
                   2269: 
                   2270: 2010-09-17     misha
                   2271:        * operators.txt 1.231:
                   2272:                - info about json class was added
                   2273: 
                   2274: 2010-09-16     misha
                   2275:        * src/classes/json.C 1.6:
                   2276:                - ^json:string[object]
                   2277: 
                   2278:        * src/include/pa_request.h 1.206:
                   2279:        * src/main/pa_request.C 1.324:
                   2280:                - stuff for preventing infinite recursion while executing json:
                   2281:                string was added
                   2282: 
                   2283:        * src/include/pa_string.h 1.199:
                   2284:                - method append_quoted was added
                   2285: 
                   2286:        * src/types/pa_value.C 1.30:
                   2287:        * src/types/pa_value.h 1.139:
                   2288:        * src/types/pa_vbool.h 1.32:
                   2289:        * src/types/pa_vdate.h 1.51:
                   2290:        * src/types/pa_vdouble.h 1.55:
                   2291:        * src/types/pa_vfile.C 1.48:
                   2292:        * src/types/pa_vfile.h 1.68:
                   2293:        * src/types/pa_vint.h 1.47:
                   2294:        * src/types/pa_vstring.h 1.63:
                   2295:        * src/types/pa_vtable.C 1.33:
                   2296:        * src/types/pa_vtable.h 1.56:
                   2297:        * src/types/pa_vvoid.h 1.32:
                   2298:                - method get_json_string was added to Value & Co
                   2299: 
                   2300:        * src/classes/date.C 1.88:
                   2301:                - methods get_gmt_string and get_sql_string were used
                   2302: 
                   2303:        * src/types/pa_vdate.h 1.50:
                   2304:                - methods get_gmt_string and get_sql_string were added
                   2305: 
                   2306: 2010-09-10     moko
                   2307:        * src/targets/cgi/parser3.C [release_3_4_0] 1.255.2.1:
                   2308:                vsnprintf now not called twice in die_or_abort (backport from 
                   2309:                3.4.1)
                   2310: 
                   2311:        * src/targets/cgi/parser3.C 1.258:
                   2312:                vsnprintf now not called twice in die_or_abort (bugfix: #106)
                   2313: 
                   2314: 2010-09-09     moko
                   2315:        * src/classes/json.C 1.5:
                   2316:                warning war. :)
                   2317: 
                   2318: 2010-09-08     misha
                   2319:        * src/lib/json/Makefile.am 1.3:
                   2320:                - additional include directories were added (for pa_memory.h and 
                   2321:                gc.h)
                   2322: 
                   2323:        * src/lib/json/json.vcproj 1.2:
                   2324:                - JSON_parser.c => JSON_parser.C
                   2325:                - compile as C++ instead default
                   2326:                - additional include directory was added (for gc.h)
                   2327: 
                   2328:        * src/types/pa_vform.C 1.100:
                   2329:                - little code reformating
                   2330: 
                   2331:        * src/classes/file.C 1.211:
                   2332:                - $.content-type option now can be specified in ^file::create ( 
                   2333:                new feature: #102 )
                   2334: 
                   2335: 2010-09-07     moko
                   2336:        * src/lib/json/JSON_parser.C 1.3:
                   2337:        * src/lib/json/JSON_parser.h 1.2:
                   2338:                json lib now uses pa_malloc/pa_free
                   2339: 
                   2340: 2010-09-06     moko
                   2341:        * tests/results/254.processed 1.3:
                   2342:                VStateless_class:put_element exception was fixed
                   2343: 
                   2344:        * src/types/pa_value.h 1.138:
                   2345:        * src/types/pa_vstateless_class.h 1.72:
                   2346:                now VStateless_class:put_element barks self.type, not this.type (
                   2347:                bugfix: #105)
                   2348: 
                   2349: 2010-09-05     moko
                   2350:        * src/classes/reflection.C 1.20:
                   2351:                bugfix: new String() is required for exception handling
                   2352: 
                   2353:        * tests/254.html 1.2:
                   2354:        * tests/results/254.processed 1.2:
                   2355:                test modified
                   2356: 
                   2357: 2010-09-04     moko
                   2358:        * tests/254.html 1.1:
                   2359:        * tests/results/254.processed 1.1:
                   2360:                ^reflection:copy test added
                   2361: 
                   2362:        * src/classes/reflection.C 1.19:
                   2363:        * src/include/pa_request.h 1.205:
                   2364:                ^reflection:copy implemented (new feature: #100)
                   2365: 
                   2366: 2010-09-02     moko
                   2367:        * src/lib/json/JSON_parser.C 1.2:
                   2368:                c++ compatiblity
                   2369: 
                   2370:        * tests/253.html 1.2:
                   2371:        * tests/253_json.txt 1.2:
                   2372:        * tests/results/253.processed 1.2:
                   2373:                $.distinct option testing added
                   2374: 
                   2375: 2010-09-01     moko
                   2376:        * src/classes/json.C 1.4:
                   2377:                $.distinct[first|last|all] added
                   2378: 
                   2379: 2010-08-31     moko
                   2380:        * tests/results/253.processed 1.1:
                   2381:                json test result
                   2382: 
                   2383:        * tests/253.html 1.1:
                   2384:        * tests/253_json.txt 1.1:
                   2385:                json test added
                   2386: 
                   2387:        * src/classes/json.C 1.3:
                   2388:                json.C update to actual version + hash key creation bugfix
                   2389: 
                   2390: 2010-08-31     misha
                   2391:        * Makefile.am 1.77:
                   2392:        * Makefile.in 1.93:
                   2393:        * acinclude.m4 1.63:
                   2394:        * aclocal.m4 1.66:
                   2395:        * acsite.m4 1.42:
                   2396:        * configure 1.120:
                   2397:        * configure.in 1.129:
                   2398:        * src/classes/Makefile.in 1.70:
                   2399:        * src/include/pa_config_auto.h.in 1.49:
                   2400:        * src/lib/Makefile.in 1.20:
                   2401:        * src/lib/json/Makefile.in 1.1:
                   2402:        * src/targets/apache13core/Makefile.in 1.11:
                   2403:        * src/targets/cgi/Makefile.in 1.73:
                   2404:                *** empty log message ***
                   2405: 
                   2406:        * parser3.sln 1.13:
                   2407:        * src/classes/Makefile.am 1.56:
                   2408:        * src/classes/classes.vcproj 1.25:
                   2409:        * src/classes/json.C 1.1:
                   2410:        * src/lib/Makefile.am 1.11:
                   2411:        * src/lib/json/JSON_parser.C 1.1:
                   2412:        * src/lib/json/JSON_parser.h 1.1:
                   2413:        * src/lib/json/Makefile.am 1.1:
                   2414:        * src/lib/json/json.vcproj 1.1:
                   2415:                - json library was added
                   2416: 
                   2417: 2010-08-30     moko
                   2418:        * src/include/pa_request.h 1.204:
                   2419:        * src/main/execute.C 1.365:
                   2420:        * src/main/pa_request.C 1.323:
                   2421:        * src/types/pa_vobject.C 1.33:
                   2422:                cosmetic optimization in request:execute_method usage
                   2423: 
                   2424: 2010-08-29     moko
                   2425:        * src/include/pa_charset.h 1.46:
                   2426:        * src/main/pa_charset.C 1.86:
                   2427:                small optimization, just to decrease number of lines. :)
                   2428: 
                   2429: 2010-08-27     misha
                   2430:        * tests/results/250.processed 1.1:
                   2431:        * tests/results/251.processed 1.1:
                   2432:        * tests/results/252.processed 1.1:
                   2433:                *** empty log message ***
                   2434: 
                   2435:        * src/classes/op.C 1.204:
                   2436:                - taint[json] was added
                   2437: 
                   2438:        * tests/250.html 1.1:
                   2439:        * tests/251.html 1.1:
                   2440:        * tests/252.html 1.1:
                   2441:                - tests for taint[json] were added
                   2442: 
                   2443:        * src/main/pa_exec.C 1.81:
                   2444:                - warning fix was rolled back.
                   2445: 
                   2446:        * src/include/pa_charset.h 1.45:
                   2447:        * src/include/pa_string.h 1.198:
                   2448:        * src/main/pa_charset.C 1.85:
                   2449:        * src/main/untaint.C 1.156:
                   2450:                - taint[json] was added
                   2451:                - escaping was slightly modified
                   2452: 
                   2453: 2010-08-25     misha
                   2454:        * src/classes/file.C 1.210:
                   2455:                - typo in file:sql exception was fixed
                   2456: 
                   2457:        * src/main/pa_exec.C 1.80:
                   2458:                - warning about declared and not used variable forced_allow was 
                   2459:                removed
                   2460: 
                   2461: 2010-08-14     misha
                   2462:        * src/classes/hash.C 1.106:
                   2463:                - two warnings about signed/unsigned mismatch were removed
                   2464: 
                   2465: 2010-08-11     moko
                   2466:        * tests/249.html 1.1:
                   2467:        * tests/results/249.processed 1.1:
                   2468:                default setter and anti-recursive default getter test added
                   2469: 
                   2470:        * src/classes/reflection.C 1.18:
                   2471:        * src/include/pa_request.h 1.203:
                   2472:        * src/main/execute.C 1.364:
                   2473:        * src/types/pa_value.h 1.137:
                   2474:        * src/types/pa_vclass.C 1.44:
                   2475:        * src/types/pa_vobject.C 1.32:
                   2476:        * src/types/pa_vobject.h 1.56:
                   2477:        * src/types/pa_vstateless_class.C 1.46:
                   2478:        * src/types/pa_vstateless_class.h 1.71:
                   2479:                default setter support + anti-recursive default getter support ( 
                   2480:                new feature: #13 )
                   2481: 
                   2482:        * src/include/pa_hash.h 1.83:
                   2483:                optimization: threshold member removed from hash, reducing 
                   2484:                sizeof(hash)
                   2485: 
                   2486: 2010-08-10     misha
                   2487:        * tests/results/196.processed 1.4:
                   2488:        * tests/results/247.processed 1.1:
                   2489:        * tests/results/248.processed 1.1:
                   2490:                *** empty log message ***
                   2491: 
                   2492:        * tests/196.html 1.3:
                   2493:                - junction-method was added to the test
                   2494: 
                   2495:        * tests/248.html 1.2:
                   2496:                - ups. typo :)
                   2497: 
                   2498:        * tests/248.html 1.1:
                   2499:                - test for checking .match with 4 params
                   2500: 
                   2501:        * tests/247.html 1.1:
                   2502:        * tests/247_utf8.txt 1.1:
                   2503:        * tests/247_utf8_bom.txt 1.1:
                   2504:        * tests/247_windows1251.txt 1.1:
                   2505:                - test for "transcode file from utf-8 to $request:charset during 
                   2506:                loading if the BOM code is detected"
                   2507: 
                   2508:        * src/main/pa_common.C 1.263:
                   2509:        * src/main/pa_http.C 1.47:
                   2510:                - transcode file from utf-8 to $request:charset during loading 
                   2511:                if the BOM code is detected ( new feature: #98 )
                   2512: 
                   2513: 2010-08-05     misha
                   2514:        * src/classes/image.C 1.135:
                   2515:                - ^image.replace now can accept only 2 params. in this case the 
                   2516:                whole image is affected ( new feature: #95 )
                   2517: 
                   2518: 2010-08-04     misha
                   2519:        * tests/results/246.processed 1.1:
                   2520:                *** empty log message ***
                   2521: 
                   2522:        * tests/246.html 1.1:
                   2523:                - test tor ^hash._at[] was added
                   2524: 
                   2525:        * src/classes/hash.C 1.105:
                   2526:                - ^hash._at[first|last|[-]N] ( new feature: #53 )
                   2527: 
                   2528:        * src/include/pa_hash.h 1.82:
                   2529:                - methods for accessing the first and the last values of ordered 
                   2530:                hash were added (first_value and last_value)
                   2531: 
                   2532:        * src/classes/file.C 1.209:
                   2533:                - now ^file::base64 accepts up to 4 params (similar to others 
                   2534:                file's methods): ^file::base64[mode;user-file-name;encoded;
                   2535:                options] ( new feature: #68 )
                   2536: 
                   2537:        * src/types/pa_vmethod_frame.h 1.88:
                   2538:                - helper method as_hash was added
                   2539: 
                   2540: 2010-08-01     moko
                   2541:        * src/classes/op.C 1.203:
                   2542:                to correctly process $result[] in code, called from ^process
                   2543: 
                   2544:        * tests/245.html 1.2:
                   2545:                $result in ^process[] test added
                   2546: 
                   2547:        * src/classes/op.C 1.202:
                   2548:        * src/classes/reflection.C 1.17:
                   2549:        * src/include/pa_request.h 1.202:
                   2550:        * src/main/execute.C 1.363:
                   2551:        * src/main/pa_request.C 1.322:
                   2552:        * src/types/pa_vmethod_frame.C 1.18:
                   2553:        * src/types/pa_vmethod_frame.h 1.87:
                   2554:        * src/types/pa_vobject.C 1.31:
                   2555:                optimization:
                   2556:                VMethodFrame(junction, caller) replaced with VMethodFrame(method, caller, self)
                   2557:                op_call(VMethodFrame &frame, bool constructing) removed, construct(class,method) added
                   2558: 
                   2559:        * tests/results/192.processed 1.6:
                   2560:        * tests/results/244.processed 1.2:
                   2561:                request::construct added
                   2562: 
                   2563:        * tests/244.html 1.1:
                   2564:        * tests/245.html 1.1:
                   2565:        * tests/results/244.processed 1.1:
                   2566:        * tests/results/245.processed 1.1:
                   2567:                object creation exceptions and ^process tests added
                   2568: 
                   2569: 2010-07-28     misha
                   2570:        * tests/make_tests.cmd 1.2:
                   2571:                - win32 EOLs
                   2572: 
                   2573:        * tests/run_parser.cmd 1.1:
                   2574:        * tests/run_tests.cmd 1.1:
                   2575:                - cmd files for executing tests on Win32 were added (The system 
                   2576:                timezone should be GMT+3)
                   2577: 
                   2578: 2010-07-25     misha
                   2579:        * tests/212.html 1.4:
                   2580:        * tests/212.html 1.5:
                   2581:        * tests/results/212.processed 1.6:
                   2582:                - sizes were removed mecause they could be different on 
                   2583:                different OSs
                   2584: 
                   2585:        * tests/065.html 1.4:
                   2586:                - make it "win32 friendly"
                   2587: 
                   2588:        * src/main/compile.tab.C 1.150:
                   2589:        * tests/results/152.processed 1.9:
                   2590:                *** empty log message ***
                   2591: 
                   2592:        * src/main/compile.y 1.258:
                   2593:                - all EOLs between methods are removed during compilation ( new 
                   2594:                feature: #47 )
                   2595: 
                   2596:        * tests/006.html 1.5:
                   2597:        * tests/014.html 1.6:
                   2598:        * tests/022.html 1.6:
                   2599:        * tests/059.html 1.5:
                   2600:        * tests/071.html 1.3:
                   2601:        * tests/073.html 1.3:
                   2602:        * tests/096.html 1.6:
                   2603:        * tests/096.html 1.7:
                   2604:        * tests/107.html 1.5:
                   2605:        * tests/109.html 1.4:
                   2606:        * tests/109.html 1.5:
                   2607:        * tests/142.html 1.3:
                   2608:        * tests/142.html 1.4:
                   2609:        * tests/144.html 1.3:
                   2610:        * tests/144.html 1.4:
                   2611:        * tests/149.html 1.3:
                   2612:        * tests/149.html 1.4:
                   2613:        * tests/149.html 1.5:
                   2614:        * tests/152.html 1.8:
                   2615:        * tests/results/006.processed 1.8:
                   2616:        * tests/results/014.processed 1.7:
                   2617:        * tests/results/022.processed 1.8:
                   2618:        * tests/results/059.processed 1.8:
                   2619:        * tests/results/071.processed 1.7:
                   2620:        * tests/results/073.processed 1.7:
                   2621:        * tests/results/096.processed 1.8:
                   2622:        * tests/results/107.processed 1.8:
                   2623:        * tests/results/109.processed 1.6:
                   2624:        * tests/results/109.processed 1.7:
                   2625:        * tests/results/142.processed 1.4:
                   2626:        * tests/results/142.processed 1.5:
                   2627:        * tests/results/144.processed 1.4:
                   2628:        * tests/results/144.processed 1.5:
                   2629:        * tests/results/149.processed 1.6:
                   2630:        * tests/results/149.processed 1.7:
                   2631:                - prepare tests to trim trailing methods' EOLs
                   2632: 
                   2633: 2010-07-23     moko
                   2634:        * tests/results/156.processed 1.5:
                   2635:        * tests/results/224.processed 1.11:
                   2636:                fix for #54 changed the hash order in this test
                   2637: 
                   2638:        * tests/014.html 1.5:
                   2639:                to check hash order, hash no is longer sorted before print
                   2640: 
                   2641:        * src/include/pa_hash.h 1.81:
                   2642:                hash copy constructor now keeps order (bugfix: #54)
                   2643: 
                   2644: 2010-07-22     moko
                   2645:        * tests/results/224.processed 1.10:
                   2646:                @auto[] is no longer inherited
                   2647: 
                   2648:        * src/types/pa_vstateless_class.C 1.45:
                   2649:        * tests/227.html 1.3:
                   2650:        * tests/results/227.processed 1.4:
                   2651:                @auto[] is no longer inherited (bugfix: #57)
                   2652: 
                   2653: 2010-07-21     misha
                   2654:        * src/classes/table.C 1.273:
                   2655:                - don't skip comment lines during table::load if encloser or 
                   2656:                separator is set as '#' ( new feature: #30 )
                   2657: 
                   2658:        * src/targets/cgi/parser3.C 1.257:
                   2659:                - don't run as cgi if env:PARSER_VERSION was set for preventing 
                   2660:                infinite loot ( bugfix: #12 )
                   2661: 
                   2662:        * src/classes/file.C 1.208:
                   2663:                - set PARSER_VARSION env before external script executing
                   2664: 
                   2665: 2010-07-13     misha
                   2666:        * tests/238.html 1.1:
                   2667:        * tests/240.html 1.1:
                   2668:        * tests/241.html 1.1:
                   2669:        * tests/242.html 1.1:
                   2670:        * tests/243.html 1.1:
                   2671:        * tests/outputs/242.processed 1.1:
                   2672:        * tests/results/058.processed 1.7:
                   2673:        * tests/results/212.processed 1.5:
                   2674:        * tests/results/238.processed 1.1:
                   2675:        * tests/results/240.processed 1.1:
                   2676:        * tests/results/241.processed 1.1:
                   2677:        * tests/results/242.processed 1.1:
                   2678:        * tests/results/243.processed 1.1:
                   2679:                *** empty log message ***
                   2680: 
                   2681:        * tests/058.html 1.3:
                   2682:                - test for suppressing @border was added
                   2683:                - test for user attribute was added
                   2684: 
                   2685:        * tests/186.html 1.4:
                   2686:        * tests/results/186.processed 1.3:
                   2687:                unescaping from \uXXXX
                   2688: 
                   2689:        * tests/239.html 1.1:
                   2690:        * tests/results/239.processed 1.1:
                   2691:                method call type
                   2692: 
                   2693:        * src/types/pa_vjunction.C 1.9:
                   2694:        * src/types/pa_vjunction.h 1.30:
                   2695:                - bugfix: #90 : $junction_method.CLASS_NAME (+CLASS)
                   2696: 
                   2697: 2010-07-07     misha
                   2698:        * buildall-with-xml 1.37:
                   2699:        * buildall-without-xml 1.23:
                   2700:                - moving to pcre 8.10 on *nix
                   2701: 
                   2702: 2010-07-05     misha
                   2703:        * src/main/compile.tab.C 1.149:
                   2704:        * tests/results/192.processed 1.5:
                   2705:        * tests/results/230.processed 1.4:
                   2706:                *** empty log message ***
                   2707: 
                   2708:        * src/classes/curl.C 1.6:
                   2709:        * src/classes/file.C 1.207:
                   2710:        * src/classes/hash.C 1.104:
                   2711:        * src/classes/image.C 1.134:
                   2712:        * src/classes/op.C 1.201:
                   2713:        * src/classes/string.C 1.194:
                   2714:        * src/classes/table.C 1.272:
                   2715:        * src/classes/void.C 1.46:
                   2716:        * src/main/pa_common.C 1.262:
                   2717:        * src/main/pa_http.C 1.46:
                   2718:                - exception comment strings "options must be hash", "options must be hash, not code" and "called 
                   2719:                with invalid option" were replaced by constatns
                   2720:                - exception comment string "invalid option passed" was replaced by "called with invalid option" (now 
                   2721:                in different methods are the same exception comment string)
                   2722: 
                   2723:        * src/include/pa_exception.h 1.57:
                   2724:                - more exception strings were defined
                   2725: 
                   2726:        * src/main/compile.y 1.256:
                   2727:        * src/main/compile_tools.C 1.68:
                   2728:        * src/main/compile_tools.h 1.102:
                   2729:        * src/types/pa_vstateless_class.h 1.70:
                   2730:                - now we can define possible method's call type ( new feature: #5 )
                   2731:                  1. @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's methods
                   2732:                  2. @static:method[params] (only static keyword could be used here) -- for specified methods
                   2733: 
                   2734:        * src/main/pa_common.C 1.261:
                   2735:                - junction points should not be deleted on win32 during dirs cleanup ( bugfix: #83 )
                   2736:                - optimisation in dirs cleanup
                   2737: 
                   2738: 2010-07-03     misha
                   2739:        * tests/158.html 1.2:
                   2740:        * tests/160.html 1.5:
                   2741:        * tests/161.html 1.2:
                   2742:        * tests/162.html 1.2:
                   2743:        * tests/163.html 1.3:
                   2744:        * tests/167.html 1.2:
                   2745:        * tests/168.html 1.2:
                   2746:        * tests/169.html 1.2:
                   2747:        * tests/170.html 1.2:
                   2748:        * tests/171.html 1.4:
                   2749:        * tests/172.html 1.3:
                   2750:        * tests/173.html 1.2:
                   2751:        * tests/174.html 1.3:
                   2752:        * tests/175.html 1.2:
                   2753:        * tests/176.html 1.4:
                   2754:        * tests/180.html 1.3:
                   2755:        * tests/184.html 1.2:
                   2756:        * tests/185.html 1.6:
                   2757:        * tests/191.html 1.3:
                   2758:        * tests/192.html 1.3:
                   2759:        * tests/196.html 1.2:
                   2760:        * tests/197.html 1.2:
                   2761:        * tests/198.html 1.3:
                   2762:        * tests/199.html 1.3:
                   2763:        * tests/208.html 1.4:
                   2764:        * tests/209.html 1.2:
                   2765:        * tests/213.html 1.2:
                   2766:        * tests/214.html 1.3:
                   2767:        * tests/results/158.processed 1.4:
                   2768:        * tests/results/160.processed 1.6:
                   2769:        * tests/results/161.processed 1.3:
                   2770:        * tests/results/162.processed 1.3:
                   2771:        * tests/results/163.processed 1.4:
                   2772:        * tests/results/167.processed 1.3:
                   2773:        * tests/results/168.processed 1.4:
                   2774:        * tests/results/168.processed 1.5:
                   2775:        * tests/results/169.processed 1.3:
                   2776:        * tests/results/169.processed 1.4:
                   2777:        * tests/results/169.processed 1.5:
                   2778:        * tests/results/170.processed 1.3:
                   2779:        * tests/results/170.processed 1.4:
                   2780:        * tests/results/171.processed 1.5:
                   2781:        * tests/results/172.processed 1.4:
                   2782:        * tests/results/173.processed 1.3:
                   2783:        * tests/results/174.processed 1.4:
                   2784:        * tests/results/175.processed 1.3:
                   2785:        * tests/results/176.processed 1.6:
                   2786:        * tests/results/180.processed 1.4:
                   2787:        * tests/results/184.processed 1.3:
                   2788:        * tests/results/185.processed 1.6:
                   2789:        * tests/results/191.processed 1.5:
                   2790:        * tests/results/192.processed 1.4:
                   2791:        * tests/results/196.processed 1.3:
                   2792:        * tests/results/197.processed 1.3:
                   2793:        * tests/results/198.processed 1.4:
                   2794:        * tests/results/199.processed 1.4:
                   2795:        * tests/results/208.processed 1.3:
                   2796:        * tests/results/209.processed 1.3:
                   2797:        * tests/results/213.processed 1.3:
                   2798:        * tests/results/214.processed 1.3:
                   2799:                - prepare tests to trim trailing methods' EOLs
                   2800: 
                   2801: 2010-06-29     misha
                   2802:        * tests/215.html 1.2:
                   2803:        * tests/217.html 1.2:
                   2804:        * tests/218.html 1.2:
                   2805:        * tests/220.html 1.2:
                   2806:        * tests/223.html 1.3:
                   2807:        * tests/224.html 1.7:
                   2808:        * tests/226.html 1.2:
                   2809:        * tests/227.html 1.2:
                   2810:        * tests/228.html 1.3:
                   2811:        * tests/229.html 1.5:
                   2812:        * tests/230.html 1.2:
                   2813:        * tests/232.html 1.2:
                   2814:        * tests/235.html 1.2:
                   2815:        * tests/results/215.processed 1.3:
                   2816:        * tests/results/217.processed 1.3:
                   2817:        * tests/results/218.processed 1.3:
                   2818:        * tests/results/220.processed 1.3:
                   2819:        * tests/results/223.processed 1.4:
                   2820:        * tests/results/224.processed 1.9:
                   2821:        * tests/results/226.processed 1.3:
                   2822:        * tests/results/226.processed 1.4:
                   2823:        * tests/results/227.processed 1.3:
                   2824:        * tests/results/228.processed 1.3:
                   2825:        * tests/results/229.processed 1.4:
                   2826:        * tests/results/230.processed 1.2:
                   2827:        * tests/results/230.processed 1.3:
                   2828:        * tests/results/232.processed 1.2:
                   2829:        * tests/results/235.processed 1.2:
                   2830:                - prepare tests to trim trailing methods' EOLs
                   2831: 
                   2832: 2010-06-16     moko
                   2833:        * tests/229.html 1.4:
                   2834:        * tests/results/229.processed 1.3:
                   2835:                 elseif now supported in ^if
                   2836: 
                   2837:        * src/classes/op.C 1.200:
                   2838:                new feature: #56 elseif now supported in ^if
                   2839: 
                   2840: 2010-06-03     misha
                   2841:        * src/main/pa_common.C 1.260:
                   2842:                - bugfix #74 -- memmove should be used instead of memcopy for 
                   2843:                overlaped regions
                   2844: 
1.80      misha    2845: 2010-05-25     misha
1.81      misha    2846:        * src/main/pa_common.C 1.259:
                   2847:                - wanring about unused vars was removed
                   2848: 
1.80      misha    2849:        * src/include/pa_request.h 1.201:
                   2850:        * src/main/execute.C 1.362:
                   2851:        * src/main/pa_request.C 1.321:
                   2852:                - get_method_filename was moved to execute.C
                   2853: 
                   2854: 2010-05-23     misha
                   2855:        * src/main/pa_request.C 1.320:
                   2856:                - more accurate detection of method's file
                   2857: 
                   2858: 2010-05-22     misha
                   2859:        * src/classes/reflection.C 1.16:
                   2860:                - bugfix: core during detection of .file if filespec isn't 
                   2861:                detected successfully
                   2862: 
                   2863: 2010-05-20     misha
                   2864:        * src/main/pa_request.C 1.319:
                   2865:                - fix in get_method_filename
                   2866: 
                   2867:        * src/main/compile.tab.C 1.148:
                   2868:                *** empty log message ***
                   2869: 
                   2870:        * src/classes/op.C 1.199:
                   2871:        * src/include/pa_request.h 1.199:
                   2872:        * src/include/pa_request.h 1.200:
                   2873:        * src/main/compile.y 1.255:
                   2874:        * src/main/pa_request.C 1.318:
                   2875:                - new feature: #24 -- searching included file in @USE/^use is 
                   2876:                changed. if its filespec doesn't start from '/' it will be 
                   2877:                searched in caller file directory
                   2878: 
                   2879:        * src/classes/reflection.C 1.15:
                   2880:                - ^reflection:method_info returns file where the method is 
                   2881:                defined
                   2882: 
                   2883:        * src/classes/file.C 1.206:
                   2884:        * src/include/pa_common.h 1.143:
                   2885:                - method lastposafter is moved to pa_common.h
                   2886: 
                   2887: 2010-05-17     misha
                   2888:        * src/classes/string.C 1.193:
                   2889:        * src/include/pa_common.h 1.142:
                   2890:        * src/main/pa_common.C 1.258:
                   2891:        * src/types/pa_vcookie.C 1.83:
                   2892:                new feature: #71 ^string:js-unescape and cookie parser decode \
                   2893:                uXXXX as well as %uXXXX
                   2894: 
                   2895:        * src/classes/curl.C 1.5:
                   2896:                beauty:
                   2897:                - unused param is removed in method _curl_version_action
                   2898:                - some spaces were removed or replaced by tabs
                   2899: 
                   2900: 2010-05-16     misha
                   2901:        * src/classes/table.C 1.271:
                   2902:                - bugfix: #72 core with empty value during ^table.hash[...;
                   2903:                name_of_the_last_column][$.type[string]]
                   2904: 
                   2905:        * src/classes/curl.C 1.4:
                   2906:                new: #61 more curl options were added (contributed by Sumo)
                   2907: 
                   2908: 2010-04-29     pretender
                   2909:        * src/main/pa_string.C 1.235:
                   2910:                fixes #63 Split result from empty string now empty string.
                   2911: 
                   2912:        * src/types/pa_vtable.C 1.32:
                   2913:                bugfix: #35 All empty table cells are now string type.
                   2914: 
                   2915: 2010-04-28     pretender
                   2916:        * src/include/pa_opcode.h 1.45:
                   2917:        * src/main/compile.tab.C 1.147:
                   2918:        * src/main/compile.y 1.254:
                   2919:        * src/main/execute.C 1.361:
                   2920:                bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS macrodefinition removed
                   2921: 
                   2922: 2010-04-19     pretender
                   2923:        * src/main/execute.C 1.360:
                   2924:                fixes #60 Stacktrace now contains info for OP_CONSTRUCT_OBJECT 
                   2925:                and OP_GET_CLASS
                   2926: 
                   2927:        * src/include/pa_common.h 1.141:
                   2928:        * src/main/pa_common.C 1.257:
                   2929:        * src/main/pa_exec.C 1.79:
                   2930:                fixes #64 Now file.missing exception generates in unsafe mode 
                   2931:                to.
                   2932: 
                   2933:        * src/classes/file.C 1.205:
                   2934:                fixes #48 Now not throw "not save environment variable" 
                   2935:                exception in grpunlim version.
                   2936: 
                   2937: 2010-04-05     misha
                   2938:        * src/classes/string.C 1.192:
                   2939:                - new feature: 4th param was added to match. if specified its 
                   2940:                value is returned in case of nothing was found
                   2941: 
                   2942: 2010-03-31     misha
                   2943:        * src/main/pa_request.C 1.317:
                   2944:                - bugfix: on *nix URIs like /a/b/// caused multiple execution of 
                   2945:                /a/b/auto.p
                   2946: 
                   2947: 2010-03-19     misha
                   2948:        * src/main/execute.C 1.359:
                   2949:                - core in $table1.$table2 was fixed
                   2950: 
                   2951:        * src/targets/cgi/parser3.C 1.256:
                   2952:                - core in sigpipe was fixed
                   2953: 
                   2954: 2010-01-27     misha
                   2955:        * src/main/pa_common.C 1.256:
                   2956:                - bugfix: there are no excaption.type if trying to open file by 
                   2957:                path /existing-file/non-exixting-file
                   2958: 
                   2959: 2010-01-26     misha
                   2960:        * src/types/pa_vrequest.C 1.50:
                   2961:        * src/types/pa_vrequest.h 1.38:
                   2962:                - $request:post-body was added (returns file)
                   2963: 
                   2964: 2009-12-22     misha
                   2965:        * src/classes/curl.C 1.3:
                   2966:                - method 'option' was renamed to 'options'
                   2967:                - now parser doesn't have class curl if it was built without it
                   2968: 
                   2969: 2009-12-15     misha
                   2970:        * configure.in 1.127:
                   2971:                - little cheat with curl include dir was added
                   2972: 
                   2973: 2009-12-04     misha
                   2974:        * src/classes/curl.C 1.2:
                   2975:                - some fixes
                   2976: 
                   2977:        * Makefile.am 1.76:
                   2978:        * Makefile.in 1.92:
                   2979:        * acinclude.m4 1.62:
                   2980:        * aclocal.m4 1.65:
                   2981:        * acsite.m4 1.41:
                   2982:        * bin/Makefile.in 1.15:
                   2983:        * configure 1.119:
                   2984:        * configure.in 1.126:
                   2985:        * etc/Makefile.in 1.20:
                   2986:        * etc/parser3.charsets/Makefile.in 1.24:
                   2987:        * src/Makefile.in 1.61:
                   2988:        * src/classes/Makefile.in 1.69:
                   2989:        * src/include/Makefile.in 1.24:
                   2990:        * src/include/pa_config_auto.h.in 1.48:
                   2991:        * src/lib/Makefile.in 1.19:
                   2992:        * src/lib/cord/Makefile.in 1.9:
                   2993:        * src/lib/cord/include/Makefile.in 1.7:
                   2994:        * src/lib/cord/include/private/Makefile.in 1.7:
                   2995:        * src/lib/gc/Makefile.in 1.7:
                   2996:        * src/lib/gc/include/Makefile.in 1.8:
                   2997:        * src/lib/gd/Makefile.in 1.8:
                   2998:        * src/lib/ltdl/Makefile.in 1.12:
                   2999:        * src/lib/md5/Makefile.in 1.13:
                   3000:        * src/lib/pcre/Makefile.in 1.16:
                   3001:        * src/lib/sdbm/Makefile.in 1.6:
                   3002:        * src/lib/sdbm/apr-include/Makefile.in 1.6:
                   3003:        * src/lib/smtp/Makefile.in 1.8:
                   3004:        * src/main/Makefile.in 1.64:
                   3005:        * src/sql/Makefile.in 1.17:
                   3006:        * src/targets/Makefile.in 1.48:
                   3007:        * src/targets/apache13/Makefile.in 1.53:
                   3008:        * src/targets/apache13core/Makefile.in 1.10:
                   3009:        * src/targets/cgi/Makefile.in 1.72:
                   3010:        * src/targets/isapi/Makefile.in 1.18:
                   3011:        * src/types/Makefile.in 1.68:
                   3012:                *** empty log message ***
                   3013: 
                   3014:        * buildall-with-xml 1.36:
                   3015:        * buildall-without-xml 1.22:
                   3016:        * configure.in 1.125:
                   3017:        * src/classes/Makefile.am 1.55:
                   3018:        * src/classes/classes.vcproj 1.24:
                   3019:        * src/classes/curl.C 1.1:
                   3020:        * src/classes/file.C 1.204:
                   3021:        * src/include/pa_config_fixed.h 1.74:
                   3022:                - curl class was added
                   3023: 
                   3024:        * src/include/pa_hash.h 1.80:
                   3025:                - hash-iterator was added
                   3026: 
                   3027: 2009-12-03     misha
                   3028:        * buildall-with-xml 1.35:
                   3029:        * buildall-without-xml 1.21:
                   3030:                - option --passive-ftp was added to pcre
                   3031: 
                   3032: 2009-11-27     misha
                   3033:        * Makefile.am 1.74:
                   3034:        * Makefile.am 1.75:
                   3035:        * Makefile.in 1.90:
                   3036:        * Makefile.in 1.91:
                   3037:        * acinclude.m4 1.60:
                   3038:        * acinclude.m4 1.61:
                   3039:        * aclocal.m4 1.63:
                   3040:        * aclocal.m4 1.64:
                   3041:        * acsite.m4 1.39:
                   3042:        * acsite.m4 1.40:
                   3043:        * configure 1.117:
                   3044:        * configure 1.118:
                   3045:        * configure.in 1.123:
                   3046:        * configure.in 1.124:
                   3047:        * src/include/pa_config_auto.h.in 1.47:
                   3048:        * src/include/pa_version.h 1.40:
                   3049:        * src/include/pa_version.h 1.41:
                   3050:                *** empty log message ***
                   3051: 
                   3052:        * src/classes/image.C 1.133:
                   3053:                - don't add @border attribute to output of ^image.html[] if it 
                   3054:                was specified by user with empty value
                   3055: 
                   3056: 2009-11-26     misha
                   3057:        * src/types/pa_vxdoc.C 1.37:
                   3058:                - bugfix: core if xdoc doesn't have the root element and we are 
                   3059:                trying to access .documentElement
                   3060: 
1.79      misha    3061: 2009-11-16     misha
                   3062:        * Makefile.am 1.72:
                   3063:        * Makefile.am 1.73:
                   3064:        * Makefile.am [release_3_4_0] 1.71.2.1:
                   3065:        * Makefile.am [release_3_4_0] 1.71.2.2:
                   3066:        * Makefile.in 1.88:
                   3067:        * Makefile.in 1.89:
                   3068:        * Makefile.in [release_3_4_0] 1.87.2.1:
                   3069:        * Makefile.in [release_3_4_0] 1.87.2.2:
                   3070:        * acinclude.m4 1.58:
                   3071:        * acinclude.m4 1.59:
                   3072:        * acinclude.m4 [release_3_4_0] 1.57.2.1:
                   3073:        * acinclude.m4 [release_3_4_0] 1.57.2.2:
                   3074:        * aclocal.m4 1.61:
                   3075:        * aclocal.m4 1.62:
                   3076:        * aclocal.m4 [release_3_4_0] 1.60.2.1:
                   3077:        * aclocal.m4 [release_3_4_0] 1.60.2.2:
                   3078:        * acsite.m4 1.37:
                   3079:        * acsite.m4 1.38:
                   3080:        * acsite.m4 [release_3_4_0] 1.36.2.1:
                   3081:        * acsite.m4 [release_3_4_0] 1.36.2.2:
                   3082:        * configure 1.115:
                   3083:        * configure 1.116:
                   3084:        * configure [release_3_4_0] 1.114.2.1:
                   3085:        * configure [release_3_4_0] 1.114.2.2:
                   3086:        * configure.in 1.121:
                   3087:        * configure.in 1.122:
                   3088:        * configure.in [release_3_4_0] 1.120.2.1:
                   3089:        * configure.in [release_3_4_0] 1.120.2.2:
                   3090:        * src/include/pa_version.h 1.39:
                   3091:        * src/lib/gc/include/Makefile.am 1.3:
                   3092:        * src/lib/gc/include/Makefile.am [release_3_4_0] 1.2.44.1:
                   3093:        * src/lib/gc/include/Makefile.in 1.7:
                   3094:        * src/lib/gc/include/Makefile.in [release_3_4_0] 1.6.4.1:
                   3095:                *** empty log message ***
                   3096: 
                   3097:        * src/include/pa_version.h [release_3_4_0] 1.38.2.1:
                   3098:                =no message
                   3099: 
                   3100: 2009-11-11     misha
                   3101:        * src/classes/table.C 1.270:
                   3102:                - in ^table.flip[] look at number of columns instead of number 
                   3103:                of items in first row for named tables
                   3104: 
                   3105: 2009-11-10     misha
                   3106:        * operators.txt 1.229:
                   3107:                - info about hash-options in ^file::create was added
                   3108: 
                   3109: 2009-11-09     misha
                   3110:        * tests/results/236.processed 1.1:
                   3111:        * tests/results/237.processed 1.1:
                   3112:                *** empty log message ***
                   3113: 
                   3114:        * tests/237.html 1.1:
                   3115:                - test for ^file::create[...;$.charset[...]] was added
                   3116: 
                   3117:        * buildall-with-xml 1.34:
                   3118:                - moving to libxml 2.7.6
                   3119: 
                   3120:        * tests/236.html 1.1:
                   3121:                - tests for comparations cords with functions were added
                   3122: 
                   3123:        * src/include/pa_string.h 1.197:
                   3124:                - optimisation: cacheing of cstr was added
                   3125: 
                   3126:        * src/classes/table.C 1.269:
                   3127:        * src/lib/gc/include/gc_allocator.h 1.1:
                   3128:                - bugfix: GPF mallocs + stringstream (table.save)
                   3129: 
                   3130:        * src/main/pa_http.C 1.45:
                   3131:                - little optimisation
                   3132: 
                   3133:        * src/classes/file.C 1.203:
                   3134:                - file::create now accepts 4th param: options with $.charset
                   3135: 
                   3136:        * src/lib/cord/cordxtra.c 1.15:
                   3137:        * src/lib/cord/include/private/cord_pos.h 1.5:
                   3138:                - fixed bug in cord (comparation cords with functions was buggy)
                   3139: 
                   3140: 2009-11-06     misha
                   3141:        * src/main/pa_string.C 1.234:
                   3142:                - bugfix: calculation string.length sometimes was buggy
                   3143: 
                   3144:        * src/classes/string.C 1.191:
                   3145:                - bugfix: Temp_value_element wasn't destroyed if exception 
                   3146:                occured during match/replace
                   3147: 
                   3148:        * src/include/pa_charset.h 1.44:
                   3149:        * src/main/pa_charset.C 1.84:
                   3150:                - method lengthUTF8Char was added
                   3151: 
                   3152:        * src/classes/op.C 1.198:
                   3153:                - clean tainting lang was added for user's usage
                   3154: 
                   3155:        * src/lib/cord/cordbscs.c 1.10:
                   3156:        * src/lib/cord/cordxtra.c 1.14:
                   3157:                - some rare GPF were fixed: checkouts are required after 
                   3158:                GC_MALLOC
                   3159: 
                   3160:        * src/types/pa_vregex.C 1.10:
                   3161:                - check UTF8 only during 1st iteration
                   3162: 
                   3163:        * operators.txt 1.228:
                   3164:                - actually, there is no ^untaint[xml] in file::create
                   3165: 
                   3166: 2009-10-15     misha
                   3167:        * tests/results/234.processed 1.1:
                   3168:        * tests/results/235.processed 1.1:
                   3169:                *** empty log message ***
                   3170: 
                   3171:        * tests/235.html 1.1:
                   3172:        * tests/235_attach.txt 1.1:
                   3173:                - tests for preparing email were added
                   3174: 
                   3175:        * tests/234.html 1.1:
                   3176:                - more tests for checking ^taint[uri] escaping were added
                   3177: 
                   3178:        * src/include/pa_string.h 1.196:
                   3179:        * src/main/pa_charset.C 1.83:
                   3180:        * src/main/pa_http.C 1.44:
                   3181:        * src/main/pa_request.C 1.316:
                   3182:        * src/main/untaint.C 1.155:
                   3183:        * src/types/pa_vmail.C 1.97:
                   3184:                - little hacking: for dealing with transcoding+^taint[uri] 
                   3185:                transcode_and_untaint was replaced by untaint_and_transcode
                   3186: 
                   3187: 2009-10-13     misha
                   3188:        * tests/121.html 1.4:
                   3189:        * tests/results/121.processed 1.7:
                   3190:                - test transcoding + url-escaping now
                   3191: 
                   3192:        * tests/results/auto.p 1.5:
                   3193:                - more helpers' methods were added
                   3194: 
                   3195:        * src/main/pa_globals.C 1.184:
                   3196:                - die instead of abort
                   3197: 
                   3198: 2009-10-06     misha
                   3199:        * Makefile.am 1.70:
                   3200:        * Makefile.am 1.71:
                   3201:        * Makefile.in 1.85:
                   3202:        * Makefile.in 1.86:
                   3203:        * Makefile.in 1.87:
                   3204:        * acinclude.m4 1.56:
                   3205:        * acinclude.m4 1.57:
                   3206:        * aclocal.m4 1.59:
                   3207:        * aclocal.m4 1.60:
                   3208:        * acsite.m4 1.35:
                   3209:        * acsite.m4 1.36:
                   3210:        * configure 1.112:
                   3211:        * configure 1.113:
                   3212:        * configure 1.114:
                   3213:        * configure.in 1.119:
                   3214:        * configure.in 1.120:
                   3215:        * src/include/pa_version.h 1.37:
                   3216:                *** empty log message ***
                   3217: 
                   3218:        * src/main/pa_common.C 1.255:
                   3219:                - don't allocate memory during capitalization if input string is 
                   3220:                already capitalized
                   3221: 
                   3222:        * src/targets/isapi/parser3isapi.C 1.103:
                   3223:                - pass pre-capitalized headers
                   3224: 
                   3225:        * src/targets/apache13core/mod_parser3_core.C 1.15:
                   3226:        * src/targets/cgi/parser3.C 1.255:
                   3227:                - pass pre-capitalized headers
                   3228:                - don't use format function because it calls malloc
                   3229: 
                   3230:        * src/include/pa_common.h 1.140:
                   3231:                - more capitalized headers were added
                   3232: 
                   3233:        * src/main/pa_common.C 1.254:
                   3234:                - in safe mode clear executable bits during file writing
                   3235: 
                   3236: 2009-10-05     misha
                   3237:        * src/include/pa_config_auto.h.in 1.46:
                   3238:                *** empty log message ***
                   3239: 
                   3240: 2009-10-04     misha
                   3241:        * src/main/pa_charset.C 1.81:
                   3242:                - use iterators in pa_charset.C itself
                   3243: 
                   3244: 2009-10-03     misha
                   3245:        * src/classes/image.C 1.132:
                   3246:        * src/types/pa_vimage.h 1.51:
                   3247:                - ^img.font[], ^img.text[] & ^img.length[] can work in utf-8 now
                   3248: 
                   3249:        * src/include/pa_charset.h 1.43:
                   3250:        * src/main/pa_charset.C 1.80:
                   3251:                - class UTF8_string_iterator was added
                   3252: 
                   3253:        * src/classes/image.C 1.131:
                   3254:                - respect utf-8 when calculate alphabet length
                   3255: 
                   3256:        * src/classes/mail.C 1.116:
                   3257:                - check from before get message.cstr
                   3258: 
                   3259: 2009-10-02     misha
                   3260:        * tests/233.html 1.1:
                   3261:                - test for image.font, image.length, image.text with text in utf-
                   3262:                8 were added
                   3263: 
                   3264:        * src/main/pa_common.C 1.253:
                   3265:                - use pa_malloc_atomic instead of new
                   3266: 
                   3267: 2009-10-01     misha
                   3268:        * buildall-with-xml 1.33:
                   3269:        * buildall-without-xml 1.20:
                   3270:                - comment about gc version for freebsd 4 was added
                   3271: 
                   3272: 2009-09-30     misha
                   3273:        * src/main/pa_exec.C 1.77:
                   3274:                - bugfix: allocate a bit more (for terminator)
                   3275:                - read_pipe were slightly optimized
                   3276: 
1.78      misha    3277: 2009-09-28     misha
                   3278:        * src/main/pa_common.C 1.252:
                   3279:        * src/main/pa_uue.C 1.15:
                   3280:                - some magic numbers were removed
                   3281: 
                   3282:        * src/types/pa_vmail.C 1.96:
                   3283:                - forgot about space after ':'
                   3284: 
                   3285:        * src/types/pa_vmail.C 1.95:
                   3286:                - escape filenames while preparing mail body
                   3287:                - small simplifications
                   3288: 
                   3289:        * src/include/pa_uue.h 1.10:
                   3290:        * src/main/pa_uue.C 1.14:
                   3291:                - pa_uuencode now has inout params like pa_base64
                   3292: 
                   3293: 2009-09-27     misha
                   3294:        * src/classes/mail.C 1.115:
                   3295:        * src/types/pa_vmail.C 1.94:
                   3296:        * src/types/pa_vmail.h 1.19:
                   3297:                - new option $.debug-print(1) was added to mail:send
                   3298:                - changes for using uue_encode which uses less memory
                   3299: 
                   3300:        * src/main/pa_common.C 1.251:
                   3301:                - pa_base64_encode uses less memory now
                   3302: 
                   3303:        * src/include/pa_uue.h 1.9:
                   3304:        * src/main/pa_uue.C 1.12:
                   3305:                - pa_uuencode reduces less memory now
                   3306: 
1.79      misha    3307: 2009-09-27     misha
                   3308:        * src/classes/mail.C 1.115:
                   3309:        * src/types/pa_vmail.C 1.94:
                   3310:        * src/types/pa_vmail.h 1.19:
                   3311:                - new option $.debug-print(1) was added to mail:send
                   3312:                - changes for using uue_encode which uses less memory
                   3313: 
                   3314:        * src/main/pa_common.C 1.251:
                   3315:                - pa_base64_encode uses less memory now
                   3316: 
                   3317:        * src/include/pa_uue.h 1.9:
                   3318:        * src/main/pa_uue.C 1.12:
                   3319:                - pa_uuencode reduces less memory now
                   3320: 
1.78      misha    3321: 2009-09-26     misha
                   3322:        * src/types/pa_vmail.C 1.93:
                   3323:                - default encoding now is base64
                   3324: 
                   3325:        * buildall-with-xml 1.32:
                   3326:                - moving to libxml 2.7.5 and libxslt 1.1.26
                   3327: 
                   3328: 2009-09-25     misha
                   3329:        * src/types/pa_vmail.C 1.91:
                   3330:                - capitalization of headers was added to sending mail as well
                   3331: 
                   3332:        * buildall-with-xml 1.31:
                   3333:                - catalog package was removed from libxml
                   3334: 
                   3335:        * src/main/pa_xml_io.C 1.26:
                   3336:                - fix in removing file:// protocol for win32 absolute path
                   3337: 
                   3338:        * src/include/pa_common.h 1.139:
                   3339:                - one more capitalized header was added
                   3340: 
                   3341: 2009-09-22     misha
                   3342:        * INSTALL 1.55:
                   3343:                - comment about building just httpd binary while building apache 
                   3344:                module was added
                   3345: 
                   3346:        * src/targets/apache13/p3runConfigure.in 1.19:
                   3347:                - INCLUDES added so problem with finding pa_httpd.h should be 
                   3348:                fixed now
                   3349: 
                   3350: 2009-09-20     misha
                   3351:        * buildall-with-xml 1.30:
                   3352:                - moving to the latest versions of xml libs: libxml 2.7.4 and 
                   3353:                libxslt 1.1.25
                   3354: 
                   3355:        * src/targets/apache13/p3runConfigure.in 1.18:
                   3356:                - path fo pcre libs was fixed
                   3357: 
                   3358: 2009-09-18     misha
                   3359:        * tests/224.html 1.6:
                   3360:        * tests/224.p 1.4:
                   3361:        * tests/results/224.processed 1.8:
                   3362:        * tests/results/231.processed 1.1:
                   3363:                *** empty log message ***
                   3364: 
                   3365:        * tests/231.html 1.1:
                   3366:                - test for encoding cookie in win-1251
                   3367: 
                   3368:        * tests/224.html 1.5:
                   3369:        * tests/224.p 1.3:
                   3370:                - tests for ^reflection:fields[class or object] were added
                   3371: 
                   3372:        * operators.txt 1.227:
                   3373:                - info about method ^reflection:fields[class or object] was 
                   3374:                added
                   3375: 
                   3376:        * src/classes/reflection.C 1.13:
                   3377:                - method ^reflection:fields[class or object] was added
                   3378: 
                   3379:        * src/types/pa_value.h 1.136:
                   3380:        * src/types/pa_vclass.C 1.43:
                   3381:        * src/types/pa_vclass.h 1.58:
                   3382:        * src/types/pa_vobject.h 1.55:
                   3383:                - methods get_fields were added
                   3384: 
                   3385: 2009-09-17     misha
                   3386:        * tests/results/212.processed 1.4:
                   3387:        * tests/results/232.processed 1.1:
                   3388:                *** empty log message ***
                   3389: 
                   3390:        * tests/232.html 1.1:
                   3391:                - tests for @GET[name]
                   3392: 
                   3393:        * src/classes/table.C 1.268:
                   3394:                - some changes in handling hash-options for creare, join and 
                   3395:                locate
                   3396: 
                   3397:        * src/types/pa_vobject.C 1.30:
                   3398:        * src/types/pa_vobject.h 1.54:
                   3399:                - @GET[] now could be defined with option: the type of requested 
                   3400:                value
                   3401: 
                   3402:        * tests/212.html 1.3:
                   3403:                - tests for .pattern and .options were added
                   3404: 
                   3405:        * src/types/pa_vregex.C 1.8:
                   3406:        * src/types/pa_vregex.h 1.5:
                   3407:                - $regex.pattern and $regex.options were added
                   3408: 
                   3409: 2009-09-11     misha
                   3410:        * tests/results/223.processed 1.3:
                   3411:                *** empty log message ***
                   3412: 
                   3413:        * tests/223.html 1.2:
                   3414:        * tests/223_utf8.txt 1.1:
                   3415:        * tests/223_win1251.txt 1.1:
                   3416:                - test was rewrited. it checks not just one case of sending 
                   3417:                cookies during file::load[http], but also sending headers and 
                   3418:                fields (including files)
                   3419: 
                   3420: 2009-09-10     misha
                   3421:        * src/main/untaint.C 1.154:
                   3422:                - workaround in file-spec lang for old Macs was removed => now 
                   3423:                parser can open files with Russian 'r' in filename
                   3424: 
                   3425:        * src/main/untaint.C 1.153:
                   3426:                - bugfix: client charset whould be analized while escaping 
                   3427:                cookies but now source charset
                   3428: 
                   3429:        * src/main/pa_http.C 1.42:
                   3430:                - bugfix: the values of http headers didn't ^tainted[uri] so it 
                   3431:                was possible to make request with incorrect http header
                   3432: 
                   3433:        * src/main/pa_http.C 1.41:
                   3434:                - capitalization of http headers during file::load[http was slightly changes
                   3435:                - bugfix: all headers which parser sends during file::load[http should be transcoded and only then 
                   3436:                escaped
                   3437: 
                   3438:        * src/main/untaint.C 1.152:
                   3439:                - a bit more comments were added
                   3440: 
                   3441:        * src/classes/file.C 1.202:
                   3442:        * src/classes/string.C 1.190:
                   3443:                - types where changes (minus 2 warnings)
                   3444: 
                   3445:        * src/include/pa_common.h 1.138:
                   3446:                - 2 capitalized strings for making http headers during file::
                   3447:                load[http were added
                   3448: 
                   3449: 2009-09-08     misha
                   3450:        * tests/results/230.processed 1.1:
                   3451:                *** empty log message ***
                   3452: 
                   3453:        * operators.txt 1.226:
                   3454:                - changes in file.save and string.save were added
                   3455: 
                   3456:        * tests/230.html 1.1:
                   3457:        * tests/230.txt 1.1:
                   3458:                - tests for checking options in file.save and string.save were 
                   3459:                added
                   3460: 
                   3461:        * src/main/pa_request.C 1.315:
                   3462:                - http headers names, which are passed to SAPI::
                   3463:                add_header_attribute are lowercased now (it'll be capitalized in 
                   3464:                that method)
                   3465: 
                   3466:        * src/classes/file.C 1.201:
                   3467:        * src/classes/string.C 1.189:
                   3468:        * src/types/pa_vfile.C 1.46:
                   3469:        * src/types/pa_vfile.h 1.66:
                   3470:                - file_write accepts Request_charsets and asked charset and cound transcode content before writing
                   3471:                - string.save and file.save have option $.charset now
                   3472: 
                   3473:        * src/classes/table.C 1.267:
                   3474:        * src/classes/xdoc.C 1.165:
                   3475:        * src/include/pa_common.h 1.137:
                   3476:        * src/main/pa_common.C 1.250:
                   3477:                - file_write accepts Request_charsets and asked charset and 
                   3478:                cound transcode content before writing
                   3479: 
                   3480:        * src/include/pa_exception.h 1.56:
                   3481:                - new exception comment string was defined
                   3482: 
                   3483: 2009-09-07     misha
                   3484:        * src/main/compile.tab.C 1.146:
                   3485:                *** empty log message ***
                   3486: 
                   3487:        * src/main/compile.y 1.253:
                   3488:                - grammar $name\ name stops now for regex sub-pattern\s
                   3489: 
                   3490: 2009-09-04     misha
                   3491:        * src/main/pa_http.C 1.39:
                   3492:                - capitalization of http headers during file::load[http was 
                   3493:                implemented
                   3494: 
                   3495: 2009-09-03     misha
                   3496:        * tests/results/075.processed 1.7:
                   3497:        * tests/results/204.processed 1.3:
                   3498:                *** empty log message ***
                   3499: 
                   3500:        * src/include/pa_common.h 1.136:
                   3501:        * src/include/pa_sapi.h 1.28:
                   3502:        * src/main/pa_common.C 1.249:
                   3503:        * src/main/pa_http.C 1.38:
                   3504:        * src/main/pa_request.C 1.314:
                   3505:        * src/targets/apache13core/mod_parser3_core.C 1.14:
                   3506:        * src/targets/cgi/parser3.C 1.254:
                   3507:        * src/targets/isapi/parser3isapi.C 1.102:
                   3508:        * src/types/pa_vcookie.C 1.82:
                   3509:        * src/types/pa_vmail.C 1.90:
                   3510:                - back to storing response http headers in lowercase
                   3511:                - capitalize them during output
                   3512: 
                   3513: 2009-08-31     misha
                   3514:        * src/classes/table.C 1.266:
                   3515:                - allow call with any brackets (it could be useful in methods 
                   3516:                with explict result declaration)
                   3517: 
                   3518:        * src/classes/table.C 1.265:
                   3519:                - bugfix: ^table.sort{...} doesn't work correctly if $request:
                   3520:                charset==koi8-r
                   3521: 
                   3522: 2009-08-30     misha
                   3523:        * src/classes/file.C 1.200:
                   3524:        * src/include/pa_common.h 1.134:
                   3525:        * src/include/pa_common.h 1.135:
                   3526:        * src/include/pa_request.h 1.198:
                   3527:        * src/main/pa_http.C 1.37:
                   3528:        * src/main/pa_request.C 1.311:
                   3529:        * src/main/pa_request.C 1.312:
                   3530:        * src/targets/apache13core/mod_parser3_core.C 1.13:
                   3531:        * src/targets/cgi/parser3.C 1.253:
                   3532:        * src/targets/isapi/parser3isapi.C 1.101:
                   3533:        * src/types/pa_vcookie.C 1.81:
                   3534:        * src/types/pa_vmail.C 1.89:
                   3535:        * tests/results/001.processed 1.5:
                   3536:        * tests/results/002.processed 1.5:
                   3537:        * tests/results/003.processed 1.5:
                   3538:        * tests/results/004.processed 1.5:
                   3539:        * tests/results/005.processed 1.5:
                   3540:        * tests/results/006.processed 1.7:
                   3541:        * tests/results/007.processed 1.3:
                   3542:        * tests/results/008.processed 1.5:
                   3543:        * tests/results/009.processed 1.5:
                   3544:        * tests/results/010.processed 1.5:
                   3545:        * tests/results/011.processed 1.5:
                   3546:        * tests/results/012.processed 1.5:
                   3547:        * tests/results/013.processed 1.6:
                   3548:        * tests/results/014.processed 1.6:
                   3549:        * tests/results/015.processed 1.6:
                   3550:        * tests/results/016.processed 1.5:
                   3551:        * tests/results/017.processed 1.5:
                   3552:        * tests/results/018.processed 1.5:
                   3553:        * tests/results/019.processed 1.5:
                   3554:        * tests/results/020.processed 1.5:
                   3555:        * tests/results/021.processed 1.5:
                   3556:        * tests/results/022.processed 1.7:
                   3557:        * tests/results/023.processed 1.5:
                   3558:        * tests/results/024.processed 1.5:
                   3559:        * tests/results/025.processed 1.5:
                   3560:        * tests/results/026.processed 1.5:
                   3561:        * tests/results/027.processed 1.5:
                   3562:        * tests/results/028.processed 1.5:
                   3563:        * tests/results/029.processed 1.5:
                   3564:        * tests/results/030.processed 1.7:
                   3565:        * tests/results/031.processed 1.5:
                   3566:        * tests/results/032.processed 1.5:
                   3567:        * tests/results/033.processed 1.5:
                   3568:        * tests/results/034.processed 1.5:
                   3569:        * tests/results/035.processed 1.6:
                   3570:        * tests/results/036.processed 1.5:
                   3571:        * tests/results/037.processed 1.5:
                   3572:        * tests/results/038.processed 1.6:
                   3573:        * tests/results/039.processed 1.5:
                   3574:        * tests/results/040.processed 1.5:
                   3575:        * tests/results/041.processed 1.5:
                   3576:        * tests/results/042.processed 1.5:
                   3577:        * tests/results/043.processed 1.5:
                   3578:        * tests/results/044.processed 1.5:
                   3579:        * tests/results/045.processed 1.5:
                   3580:        * tests/results/046.processed 1.5:
                   3581:        * tests/results/047.processed 1.5:
                   3582:        * tests/results/048.processed 1.5:
                   3583:        * tests/results/049.processed 1.5:
                   3584:        * tests/results/050.processed 1.5:
                   3585:        * tests/results/051.processed 1.5:
                   3586:        * tests/results/052.processed 1.5:
                   3587:        * tests/results/053.processed 1.5:
                   3588:        * tests/results/054.processed 1.5:
                   3589:        * tests/results/055.processed 1.5:
                   3590:        * tests/results/056.processed 1.5:
                   3591:        * tests/results/057.processed 1.5:
                   3592:        * tests/results/058.processed 1.6:
                   3593:        * tests/results/059.processed 1.6:
                   3594:        * tests/results/060.processed 1.5:
                   3595:        * tests/results/061.processed 1.5:
                   3596:        * tests/results/062.processed 1.6:
                   3597:        * tests/results/063.processed 1.6:
                   3598:        * tests/results/064.processed 1.5:
                   3599:        * tests/results/065.processed 1.6:
                   3600:        * tests/results/066.processed 1.5:
                   3601:        * tests/results/067.processed 1.5:
                   3602:        * tests/results/068.processed 1.5:
                   3603:        * tests/results/069.processed 1.5:
                   3604:        * tests/results/070.processed 1.5:
                   3605:        * tests/results/071.processed 1.5:
                   3606:        * tests/results/072.processed 1.5:
                   3607:        * tests/results/073.processed 1.5:
                   3608:        * tests/results/074.processed 1.5:
                   3609:        * tests/results/075.processed 1.6:
                   3610:        * tests/results/076.processed 1.5:
                   3611:        * tests/results/077.processed 1.5:
                   3612:        * tests/results/078.processed 1.5:
                   3613:        * tests/results/079.processed 1.5:
                   3614:        * tests/results/080.processed 1.6:
                   3615:        * tests/results/081.processed 1.5:
                   3616:        * tests/results/082.processed 1.5:
                   3617:        * tests/results/083.processed 1.5:
                   3618:        * tests/results/084.processed 1.5:
                   3619:        * tests/results/085.processed 1.5:
                   3620:        * tests/results/086.processed 1.5:
                   3621:        * tests/results/087.processed 1.5:
                   3622:        * tests/results/088.processed 1.5:
                   3623:        * tests/results/089.processed 1.5:
                   3624:        * tests/results/090.processed 1.5:
                   3625:        * tests/results/091.processed 1.5:
                   3626:        * tests/results/092.processed 1.5:
                   3627:        * tests/results/093.processed 1.5:
                   3628:        * tests/results/094.processed 1.5:
                   3629:        * tests/results/095.processed 1.5:
                   3630:        * tests/results/096.processed 1.7:
                   3631:        * tests/results/097.processed 1.8:
                   3632:        * tests/results/098.processed 1.3:
                   3633:        * tests/results/099.processed 1.7:
                   3634:        * tests/results/100.processed 1.5:
                   3635:        * tests/results/101.processed 1.5:
                   3636:        * tests/results/102.processed 1.5:
                   3637:        * tests/results/103.processed 1.3:
                   3638:        * tests/results/104.processed 1.5:
                   3639:        * tests/results/105.processed 1.5:
                   3640:        * tests/results/106.processed 1.5:
                   3641:        * tests/results/107.processed 1.7:
                   3642:        * tests/results/108.processed 1.5:
                   3643:        * tests/results/109.processed 1.5:
                   3644:        * tests/results/110.processed 1.5:
                   3645:        * tests/results/111.processed 1.5:
                   3646:        * tests/results/112.processed 1.5:
                   3647:        * tests/results/113.processed 1.5:
                   3648:        * tests/results/114.processed 1.5:
                   3649:        * tests/results/115.processed 1.5:
                   3650:        * tests/results/116.processed 1.4:
                   3651:        * tests/results/117.processed 1.5:
                   3652:        * tests/results/118.processed 1.4:
                   3653:        * tests/results/119.processed 1.6:
                   3654:        * tests/results/120.processed 1.5:
                   3655:        * tests/results/121.processed 1.5:
                   3656:        * tests/results/122.processed 1.5:
                   3657:        * tests/results/123.processed 1.5:
                   3658:        * tests/results/124.processed 1.5:
                   3659:        * tests/results/125.processed 1.5:
                   3660:        * tests/results/126.processed 1.5:
                   3661:        * tests/results/127.processed 1.5:
                   3662:        * tests/results/128.processed 1.5:
                   3663:        * tests/results/129.processed 1.8:
                   3664:        * tests/results/130.processed 1.5:
                   3665:        * tests/results/131.processed 1.5:
                   3666:        * tests/results/132.processed 1.5:
                   3667:        * tests/results/133.processed 1.5:
                   3668:        * tests/results/134.processed 1.5:
                   3669:        * tests/results/135.processed 1.5:
                   3670:        * tests/results/136.processed 1.5:
                   3671:        * tests/results/138.processed 1.5:
                   3672:        * tests/results/139.processed 1.5:
                   3673:        * tests/results/140.processed 1.5:
                   3674:        * tests/results/141.processed 1.7:
                   3675:        * tests/results/142.processed 1.3:
                   3676:        * tests/results/143.processed 1.3:
                   3677:        * tests/results/144.processed 1.3:
                   3678:        * tests/results/145.processed 1.3:
                   3679:        * tests/results/146.processed 1.3:
                   3680:        * tests/results/147.processed 1.3:
                   3681:        * tests/results/148.processed 1.3:
                   3682:        * tests/results/149.processed 1.5:
                   3683:        * tests/results/150.processed 1.3:
                   3684:        * tests/results/151.processed 1.3:
                   3685:        * tests/results/152.processed 1.8:
                   3686:        * tests/results/153.processed 1.4:
                   3687:        * tests/results/154.processed 1.3:
                   3688:        * tests/results/155.processed 1.2:
                   3689:        * tests/results/156.processed 1.4:
                   3690:        * tests/results/157.processed 1.3:
                   3691:        * tests/results/158.processed 1.3:
                   3692:        * tests/results/159.processed 1.3:
                   3693:        * tests/results/160.processed 1.5:
                   3694:        * tests/results/161.processed 1.2:
                   3695:        * tests/results/162.processed 1.2:
                   3696:        * tests/results/163.processed 1.3:
                   3697:        * tests/results/164.processed 1.6:
                   3698:        * tests/results/165.processed 1.2:
                   3699:        * tests/results/166.processed 1.4:
                   3700:        * tests/results/167.processed 1.2:
                   3701:        * tests/results/168.processed 1.3:
                   3702:        * tests/results/169.processed 1.2:
                   3703:        * tests/results/170.processed 1.2:
                   3704:        * tests/results/171.processed 1.4:
                   3705:        * tests/results/172.processed 1.3:
                   3706:        * tests/results/173.processed 1.2:
                   3707:        * tests/results/174.processed 1.3:
                   3708:        * tests/results/175.processed 1.2:
                   3709:        * tests/results/176.processed 1.5:
                   3710:        * tests/results/177.processed 1.2:
                   3711:        * tests/results/178.processed 1.2:
                   3712:        * tests/results/179.processed 1.3:
                   3713:        * tests/results/180.processed 1.3:
                   3714:        * tests/results/181.processed 1.2:
                   3715:        * tests/results/182.processed 1.2:
                   3716:        * tests/results/183.processed 1.2:
                   3717:        * tests/results/184.processed 1.2:
                   3718:        * tests/results/185.processed 1.5:
                   3719:        * tests/results/186.processed 1.2:
                   3720:        * tests/results/187.processed 1.2:
                   3721:        * tests/results/188.processed 1.4:
                   3722:        * tests/results/189.processed 1.2:
                   3723:        * tests/results/190.processed 1.2:
                   3724:        * tests/results/191.processed 1.4:
                   3725:        * tests/results/192.processed 1.3:
                   3726:        * tests/results/193.processed 1.2:
                   3727:        * tests/results/194.processed 1.2:
                   3728:        * tests/results/195.processed 1.2:
                   3729:        * tests/results/196.processed 1.2:
                   3730:        * tests/results/197.processed 1.2:
                   3731:        * tests/results/198.processed 1.3:
                   3732:        * tests/results/199.processed 1.3:
                   3733:        * tests/results/200.processed 1.2:
                   3734:        * tests/results/201.processed 1.2:
                   3735:        * tests/results/202.processed 1.2:
                   3736:        * tests/results/203.processed 1.2:
                   3737:        * tests/results/204.processed 1.2:
                   3738:        * tests/results/205.processed 1.3:
                   3739:        * tests/results/206.processed 1.2:
                   3740:        * tests/results/207.processed 1.2:
                   3741:        * tests/results/208.processed 1.2:
                   3742:        * tests/results/209.processed 1.2:
                   3743:        * tests/results/210.processed 1.2:
                   3744:        * tests/results/211.processed 1.2:
                   3745:        * tests/results/212.processed 1.3:
                   3746:        * tests/results/213.processed 1.2:
                   3747:        * tests/results/214.processed 1.2:
                   3748:        * tests/results/215.processed 1.2:
                   3749:        * tests/results/216.processed 1.2:
                   3750:        * tests/results/217.processed 1.2:
                   3751:        * tests/results/218.processed 1.2:
                   3752:        * tests/results/219.processed 1.2:
                   3753:        * tests/results/220.processed 1.2:
                   3754:        * tests/results/221.processed 1.2:
                   3755:        * tests/results/222.processed 1.2:
                   3756:        * tests/results/223.processed 1.2:
                   3757:        * tests/results/224.processed 1.7:
                   3758:        * tests/results/225.processed 1.2:
                   3759:        * tests/results/226.processed 1.2:
                   3760:        * tests/results/227.processed 1.2:
                   3761:        * tests/results/228.processed 1.2:
                   3762:        * tests/results/229.processed 1.2:
                   3763:                - http headers were changed: content-type => Content-type and so 
                   3764:                on
                   3765: 
                   3766: 2009-08-27     misha
                   3767:        * src/include/pa_random.h 1.2:
                   3768:        * src/main/pa_random.C 1.2:
                   3769:        * src/targets/cgi/parser3.C 1.252:
                   3770:                - year was updated :)
                   3771: 
                   3772: 2009-08-26     misha
                   3773:        * tests/results/224.processed 1.6:
                   3774:                *** empty log message ***
                   3775: 
                   3776:        * tests/224.html 1.4:
                   3777:        * tests/224.p 1.2:
                   3778:                - test for creating of parser object using constructor without params
                   3779:                - little bugfix in test
                   3780: 
                   3781:        * src/main/compile_tools.h 1.100:
                   3782:                - bugfix: should't call autouse while checking existed class 
                   3783:                while processing partial option
                   3784: 
                   3785:        * src/classes/reflection.C 1.12:
                   3786:                - bugfix: core when creating object with reflection and 
                   3787:                constructor doesn't have params
                   3788: 
                   3789: 2009-08-24     misha
                   3790:        * tests/results/192.processed 1.2:
                   3791:        * tests/results/229.processed 1.1:
                   3792:                *** empty log message ***
                   3793: 
                   3794:        * tests/229.html 1.1:
                   3795:                - tests for checking the number of parameters were added
                   3796: 
                   3797:        * src/types/pa_value.C 1.29:
                   3798:        * src/types/pa_vmethod_frame.h 1.86:
                   3799:                - bugfix: the actual number of method's parameters wasn't 
                   3800:                checked correctly (the bug was introduced in 3.4.0)
                   3801: 
                   3802: 2009-08-23     misha
                   3803:        * tests/results/228.processed 1.1:
                   3804:                *** empty log message ***
                   3805: 
                   3806: 2009-08-22     misha
                   3807:        * src/main/pa_http.C 1.35:
                   3808:                - ^file::load[http://...;$.body[]] : $.body transcoded, but 
                   3809:                tainted pieces are escaped only when content-type==url-encoding
                   3810: 
                   3811:        * tests/228.html 1.1:
                   3812:                - test for checking ^file::load[http://...;$.body[]]
                   3813: 
                   3814:        * src/types/pa_vform.C 1.99:
                   3815:        * src/types/pa_vform.h 1.58:
                   3816:                - bugfix: attempt to detect post charset was too early (charsets 
                   3817:                is empty at this moment)
                   3818: 
                   3819: 2009-08-21     misha
                   3820:        * src/include/pa_string.h 1.195:
                   3821:        * src/main/pa_http.C 1.34:
                   3822:        * src/main/pa_request.C 1.310:
                   3823:        * src/main/untaint.C 1.151:
                   3824:                - some fixes with transcode+untaint
                   3825: 
                   3826: 2009-08-15     misha
                   3827:        * src/main/pa_exec.C 1.76:
                   3828:                - number of argv in file::exec/cgi on unix was increaced to 100 (
                   3829:                was 50)
                   3830: 
                   3831: 2009-08-14     misha
                   3832:        * src/main/compile.tab.C 1.145:
                   3833:        * tests/results/226.processed 1.1:
                   3834:        * tests/results/227.processed 1.1:
                   3835:                *** empty log message ***
                   3836: 
                   3837:        * tests/227.html 1.1:
                   3838:                - test for checking overriding properties in static classes was 
                   3839:                added
                   3840: 
                   3841:        * tests/226.html 1.1:
                   3842:        * tests/226.p 1.1:
                   3843:                - test for @autoload[] was added
                   3844: 
                   3845:        * src/classes/reflection.C 1.11:
                   3846:        * src/include/pa_request.h 1.197:
                   3847:        * src/main/compile.y 1.252:
                   3848:        * src/main/compile_tools.h 1.99:
                   3849:        * src/main/execute.C 1.358:
                   3850:        * src/main/pa_request.C 1.309:
                   3851:                - autouse was implemented
                   3852: 
                   3853:        * src/classes/reflection.C 1.10:
                   3854:                - outdated checkout was removed
                   3855: 
                   3856:        * src/classes/reflection.C 1.9:
                   3857:                - optimization
                   3858:                - method ^dynamical was added.
                   3859: 
                   3860:        * src/main/execute.C 1.357:
                   3861:        * src/types/pa_value.h 1.135:
                   3862:        * src/types/pa_vmethod_frame.h 1.85:
                   3863:        * src/types/pa_vstateless_class.h 1.69:
                   3864:                - optimization
                   3865: 
                   3866:        * src/types/pa_vclass.C 1.42:
                   3867:                - exception if base on sytem class
                   3868: 
                   3869: 2009-08-11     misha
                   3870:        * src/types/pa_vclass.C 1.41:
                   3871:        * src/types/pa_vclass.h 1.57:
                   3872:        * src/types/pa_vstateless_class.C 1.44:
                   3873:        * src/types/pa_vstateless_class.h 1.68:
                   3874:                - little optimisation
                   3875: 
                   3876:        * src/main/compile.tab.C 1.144:
                   3877:        * tests/results/224.processed 1.5:
                   3878:        * tests/results/225.processed 1.1:
                   3879:                *** empty log message ***
                   3880: 
                   3881:        * tests/224.html 1.3:
                   3882:                - method_params => method_info
                   3883:                - checking for $.inherited
                   3884: 
                   3885:        * operators.txt 1.223:
                   3886:        * src/classes/reflection.C 1.8:
                   3887:                - method method_params was renamed to method_info and now it 
                   3888:                returns class name, if method was defined in ancestor
                   3889: 
                   3890:        * tests/225.html 1.1:
                   3891:                - tests for cheching properties in hierarhical classes were 
                   3892:                added
                   3893: 
                   3894:        * src/classes/classes.C 1.23:
                   3895:        * src/main/compile.y 1.251:
                   3896:        * src/main/execute.C 1.356:
                   3897:        * src/types/pa_property.h 1.4:
                   3898:        * src/types/pa_vclass.C 1.40:
                   3899:        * src/types/pa_vclass.h 1.56:
                   3900:        * src/types/pa_vstateless_class.C 1.43:
                   3901:        * src/types/pa_vstateless_class.h 1.67:
                   3902:                - problems with properties in new classes implementation were 
                   3903:                fixed
                   3904: 
                   3905: 2009-08-10     misha
                   3906:        * src/main/execute.C 1.355:
                   3907:                - now constructor shouldn't be defined in class. it could be 
                   3908:                defined in parent.
                   3909: 
                   3910: 2009-08-08     misha
                   3911:        * Makefile.am 1.69:
                   3912:        * Makefile.in 1.84:
                   3913:        * acinclude.m4 1.55:
                   3914:        * aclocal.m4 1.58:
                   3915:        * acsite.m4 1.34:
                   3916:        * configure 1.111:
                   3917:        * configure.in 1.118:
                   3918:        * src/types/Makefile.am 1.45:
                   3919:        * src/types/Makefile.in 1.67:
                   3920:        * tests/results/176.processed 1.4:
                   3921:        * tests/results/191.processed 1.3:
                   3922:        * tests/results/224.processed 1.3:
                   3923:        * tests/results/224.processed 1.4:
                   3924:                *** empty log message ***
                   3925: 
                   3926:        * src/classes/reflection.C 1.7:
                   3927:                - ^reflection:methods doesn't return base's methods
                   3928: 
                   3929:        * src/classes/classes.h 1.32:
                   3930:        * src/classes/date.C 1.87:
                   3931:        * src/classes/file.C 1.199:
                   3932:        * src/classes/form.C 1.42:
                   3933:        * src/classes/hash.C 1.103:
                   3934:        * src/classes/hashfile.C 1.51:
                   3935:        * src/classes/image.C 1.130:
                   3936:        * src/classes/mail.C 1.113:
                   3937:        * src/classes/op.C 1.197:
                   3938:        * src/classes/reflection.C 1.6:
                   3939:        * src/classes/regex.C 1.5:
                   3940:        * src/classes/string.C 1.188:
                   3941:        * src/classes/table.C 1.264:
                   3942:        * src/classes/xdoc.C 1.164:
                   3943:        * src/classes/xnode.C 1.84:
                   3944:        * src/classes/xnode.h 1.29:
                   3945:        * src/include/pa_hash.h 1.79:
                   3946:        * src/main/execute.C 1.354:
                   3947:        * src/main/pa_http.C 1.33:
                   3948:        * src/main/pa_request.C 1.308:
                   3949:        * src/targets/cgi/parser3.C 1.251:
                   3950:        * src/types/pa_method.h 1.16:
                   3951:        * src/types/pa_property.h 1.3:
                   3952:        * src/types/pa_value.C 1.28:
                   3953:        * src/types/pa_value.h 1.134:
                   3954:        * src/types/pa_vclass.C 1.39:
                   3955:        * src/types/pa_vclass.h 1.55:
                   3956:        * src/types/pa_vcode_frame.h 1.36:
                   3957:        * src/types/pa_vconsole.h 1.17:
                   3958:        * src/types/pa_vcookie.C 1.80:
                   3959:        * src/types/pa_vcookie.h 1.36:
                   3960:        * src/types/pa_vdate.h 1.49:
                   3961:        * src/types/pa_venv.C 1.11:
                   3962:        * src/types/pa_venv.h 1.37:
                   3963:        * src/types/pa_vfile.C 1.45:
                   3964:        * src/types/pa_vfile.h 1.65:
                   3965:        * src/types/pa_vform.C 1.98:
                   3966:        * src/types/pa_vform.h 1.57:
                   3967:        * src/types/pa_vhash.h 1.62:
                   3968:        * src/types/pa_vhashfile.C 1.62:
                   3969:        * src/types/pa_vhashfile.h 1.38:
                   3970:        * src/types/pa_vimage.C 1.40:
                   3971:        * src/types/pa_vimage.h 1.50:
                   3972:        * src/types/pa_vmail.C 1.88:
                   3973:        * src/types/pa_vmail.h 1.18:
                   3974:        * src/types/pa_vmath.h 1.20:
                   3975:        * src/types/pa_vmemory.h 1.6:
                   3976:        * src/types/pa_vmethod_frame.h 1.84:
                   3977:        * src/types/pa_vobject.C 1.29:
                   3978:        * src/types/pa_vobject.h 1.53:
                   3979:        * src/types/pa_vproperty.C 1.3:
                   3980:        * src/types/pa_vproperty.h 1.5:
                   3981:        * src/types/pa_vrequest.C 1.49:
                   3982:        * src/types/pa_vrequest.h 1.37:
                   3983:        * src/types/pa_vresponse.C 1.29:
                   3984:        * src/types/pa_vresponse.h 1.42:
                   3985:        * src/types/pa_vstateless_class.C 1.42:
                   3986:        * src/types/pa_vstateless_class.h 1.66:
                   3987:        * src/types/pa_vstateless_object.h 1.39:
                   3988:        * src/types/pa_vstatus.C 1.27:
                   3989:        * src/types/pa_vstatus.h 1.20:
                   3990:        * src/types/pa_vstring.h 1.62:
                   3991:        * src/types/pa_vtable.C 1.31:
                   3992:        * src/types/pa_vtable.h 1.55:
                   3993:        * src/types/pa_vvoid.h 1.31:
                   3994:        * src/types/pa_vxdoc.C 1.36:
                   3995:        * src/types/pa_vxdoc.h 1.45:
                   3996:        * src/types/pa_vxnode.C 1.51:
                   3997:        * src/types/pa_vxnode.h 1.40:
                   3998:        * src/types/pa_wwrapper.h 1.43:
                   3999:        * src/types/types.vcproj 1.26:
                   4000:                - new classes implementation
                   4001: 
                   4002: 2009-08-07     misha
                   4003:        * buildall-with-xml 1.29:
                   4004:        * buildall-without-xml 1.19:
                   4005:                - gc has a bug if USE_MUNMAP is used. so it is disabled as a 
                   4006:                workaround.
                   4007: 
                   4008: 2009-08-05     misha
                   4009:        * src/include/pa_common.h 1.133:
                   4010:        * src/main/pa_common.C 1.248:
                   4011:                - not needed parameter was removed
                   4012: 
                   4013:        * src/main/pa_http.C 1.32:
                   4014:                - bugfix: error was during detecting content-type of file which 
                   4015:                was loaded by http
                   4016: 
                   4017: 2009-08-01     misha
                   4018:        * src/main/compile.tab.C 1.143:
                   4019:                *** empty log message ***
                   4020: 
                   4021:        * INSTALL 1.54:
                   4022:        * src/include/pa_opcode.h 1.44:
                   4023:        * src/main/compile.y 1.250:
                   4024:        * src/main/execute.C 1.353:
                   4025:        * src/types/pa_wcontext.h 1.57:
                   4026:        * src/types/pa_wwrapper.h 1.42:
                   4027:                - OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and 
                   4028:                OPTIMIZE_CONSTRUCT_OBJECT can't be disabled with defines any 
                   4029:                longer
                   4030: 
                   4031: 2009-07-29     misha
                   4032:        * src/classes/reflection.C 1.4:
                   4033:        * tests/results/224.processed 1.2:
                   4034:                - for native methods with any call type now returned empty 
                   4035:                call_type value
                   4036: 
                   4037:        * src/classes/hash.C 1.102:
                   4038:        * src/classes/hashfile.C 1.50:
                   4039:        * src/classes/op.C 1.196:
                   4040:        * src/classes/table.C 1.263:
                   4041:        * src/include/pa_hash.h 1.78:
                   4042:        * src/include/pa_request.h 1.196:
                   4043:        * src/main/pa_request.C 1.307:
                   4044:                - break in cycles was optimized
                   4045: 
                   4046:        * INSTALL 1.53:
                   4047:                - more defines were described
                   4048: 
                   4049: 2009-07-28     misha
                   4050:        * tests/results/224.processed 1.1:
                   4051:                *** empty log message ***
                   4052: 
                   4053:        * operators.txt 1.222:
                   4054:                - some changes in information about reflection class
                   4055: 
                   4056:        * tests/224.html 1.1:
                   4057:        * tests/224.p 1.1:
                   4058:                - tests for reflection class
                   4059: 
                   4060:        * src/classes/reflection.C 1.3:
                   4061:                - some bugs were fixed, method classes was added, refactoring
                   4062: 
                   4063: 2009-07-26     misha
                   4064:        * src/classes/classes.vcproj 1.23:
                   4065:                - reflection class wass added to project
                   4066: 
                   4067:        * operators.txt 1.220:
                   4068:                - information about reflection class was added
                   4069: 
                   4070:        * src/classes/reflection.C 1.2:
                   4071:                - class was redesigned
                   4072: 
                   4073: 2009-07-24     misha
                   4074:        * Makefile.am 1.67:
                   4075:        * Makefile.am 1.68:
                   4076:        * Makefile.in 1.82:
                   4077:        * Makefile.in 1.83:
                   4078:        * acinclude.m4 1.53:
                   4079:        * acinclude.m4 1.54:
                   4080:        * aclocal.m4 1.56:
                   4081:        * aclocal.m4 1.57:
                   4082:        * acsite.m4 1.32:
                   4083:        * acsite.m4 1.33:
                   4084:        * configure 1.109:
                   4085:        * configure 1.110:
                   4086:        * configure.in 1.116:
                   4087:        * configure.in 1.117:
                   4088:        * src/classes/Makefile.in 1.68:
                   4089:                *** empty log message ***
                   4090: 
                   4091:        * src/classes/Makefile.am 1.54:
                   4092:        * src/classes/reflection.C 1.1:
                   4093:                - class reflection was added
                   4094: 
                   4095:        * src/types/pa_vstateless_class.h 1.65:
                   4096:                - method for reflection method's in classes was added
                   4097: 
                   4098: 2009-07-22     misha
                   4099:        * src/main/compile_tools.h 1.98:
                   4100:                - bugfix: $object.$var was over-optimized. it failed if $
                   4101:                object1.$object2.field
                   4102: 
                   4103: 2009-07-16     misha
                   4104:        * src/include/pa_string.h 1.194:
                   4105:        * src/lib/cord/cordbscs.c 1.9:
                   4106:        * src/lib/cord/cordprnt.c 1.5:
                   4107:        * src/lib/cord/cordxtra.c 1.13:
                   4108:        * src/lib/cord/include/cord.h 1.8:
                   4109:        * src/main/pa_string.C 1.233:
                   4110:                - optimization: CORD_str, CORD_to_const_char_star, 
                   4111:                CORD_to_char_star and CORD_substr have one more arg: length of 
                   4112:                cord
                   4113: 
                   4114: 2009-07-15     misha
                   4115:        * tests/results/221.processed 1.1:
                   4116:        * tests/results/222.processed 1.1:
                   4117:        * tests/results/223.processed 1.1:
                   4118:                *** empty log message ***
                   4119: 
                   4120:        * src/main/pa_http.C 1.31:
                   4121:                - bugfix: $.cookies' values should be force tainted in ^file::
                   4122:                load[http://...;$.cookies[]]
                   4123: 
                   4124:        * src/classes/op.C 1.195:
                   4125:        * src/classes/regex.C 1.4:
                   4126:        * src/classes/string.C 1.187:
                   4127:                - new string with exception was used
                   4128: 
                   4129:        * src/include/pa_exception.h 1.55:
                   4130:                - new string with exception was added
                   4131: 
                   4132:        * tests/223.html 1.1:
                   4133:                - test for checking cookie-encoding during ^file::load[http was 
                   4134:                added
                   4135: 
                   4136:        * tests/221.html 1.1:
                   4137:        * tests/222.html 1.1:
                   4138:                - tests for checking type of $table.fields.field were added
                   4139: 
                   4140:        * src/types/pa_vtable.C 1.30:
                   4141:                - not used var decl was removed
                   4142: 
                   4143: 2009-07-14     misha
                   4144:        * src/include/pa_string.h 1.193:
                   4145:                - use cached string length in Body::mid. it improves speed of 
                   4146:                match with brackets in pattern
                   4147: 
                   4148:        * src/lib/cord/include/cord.h 1.7:
                   4149:                - make CORD_substr_checked available outside
                   4150: 
                   4151:        * src/types/pa_vtable.C 1.29:
                   4152:                - $table.fields.a return string even if column is empty (sometime returned void)
                   4153:                - $table.fields was added for nameless tables
                   4154: 
                   4155:        * src/targets/cgi/getopt.c 1.6:
                   4156:                - one warning resolved
                   4157: 
                   4158:        * src/main/pa_string.C 1.232:
                   4159:                - potentian bug fixed
                   4160: 
                   4161:        * src/classes/op.C 1.194:
                   4162:                - small optimization in taint/untaint
                   4163: 
                   4164: 2009-07-13     misha
                   4165:        * tests/results/156.processed 1.3:
                   4166:                *** empty log message ***
                   4167: 
                   4168:        * tests/156.html 1.4:
                   4169:                - test for $cookie[...$.httponly(false)...] was added
                   4170: 
                   4171:        * src/types/pa_value.C 1.27:
                   4172:                - bugfix: $cookie[...$.httponly(false)...] souldn't add the 
                   4173:                attribut to output
                   4174: 
                   4175: 2009-07-11     misha
                   4176:        * src/targets/apache13/ApacheModuleParser3.vcproj 1.13:
                   4177:        * src/targets/cgi/parser3.vcproj 1.20:
                   4178:        * src/targets/isapi/parser3isapi.vcproj 1.16:
                   4179:                - stack size was increaced to 2MB (default=1MB)
                   4180: 
                   4181: 2009-07-08     misha
                   4182:        * src/main/pa_string.C 1.231:
                   4183:                - link to UTF-8 description was added
                   4184: 
                   4185:        * tests/results/030.processed 1.6:
                   4186:        * tests/results/058.processed 1.5:
                   4187:        * tests/results/075.processed 1.5:
                   4188:        * tests/results/096.processed 1.6:
                   4189:        * tests/results/099.processed 1.6:
                   4190:        * tests/results/100.processed 1.4:
                   4191:        * tests/results/129.processed 1.7:
                   4192:        * tests/results/149.processed 1.4:
                   4193:        * tests/results/156.processed 1.2:
                   4194:        * tests/results/172.processed 1.2:
                   4195:        * tests/results/205.processed 1.2:
                   4196:        * tests/results/220.processed 1.1:
                   4197:                *** empty log message ***
                   4198: 
                   4199:        * src/include/pa_hash.h 1.76:
                   4200:                - hash keeps element's order in more places (ex: ._keys[])
                   4201: 
                   4202:        * tests/220.html 1.1:
                   4203:                - test for checking order of elements in hash in foreach was 
                   4204:                added
                   4205: 
                   4206:        * tests/129.html 1.5:
                   4207:        * tests/172.html 1.2:
                   4208:                - small changes in printing hash
                   4209: 
                   4210: 2009-07-07     misha
                   4211:        * src/include/pa_common.h 1.132:
                   4212:        * src/include/pa_hash.h 1.75:
                   4213:        * src/include/pa_request.h 1.195:
                   4214:        * src/types/pa_value.h 1.133:
                   4215:        * src/types/pa_vmethod_frame.C 1.17:
                   4216:        * src/types/pa_vmethod_frame.h 1.83:
                   4217:                - hash now keeps order of elements
                   4218: 
                   4219:        * tests/014.html 1.4:
                   4220:                - small changes in printing hash
                   4221: 
                   4222:        * tests/results/219.processed 1.1:
                   4223:                *** empty log message ***
                   4224: 
                   4225:        * src/classes/op.C 1.193:
                   4226:                - new taint language "parser-code" was added
                   4227: 
                   4228:        * tests/219.html 1.1:
                   4229:                - test for auto untaint parser code in process was added
                   4230: 
                   4231:        * src/classes/op.C 1.192:
                   4232:                - tainted pieces in body of process are auto-untainted now: ^ -> 
                   4233:                ^^, $ -> ^$ etc.
                   4234: 
                   4235:        * src/include/pa_string.h 1.192:
                   4236:        * src/main/untaint.C 1.150:
                   4237:                - new language L_PARSER_CODE for auto-untaint in process was 
                   4238:                added
                   4239: 
                   4240:        * src/classes/file.C 1.197:
                   4241:        * src/classes/hash.C 1.99:
                   4242:        * src/classes/image.C 1.129:
                   4243:        * src/classes/op.C 1.191:
                   4244:        * src/classes/string.C 1.185:
                   4245:        * src/classes/table.C 1.262:
                   4246:        * src/classes/void.C 1.45:
                   4247:        * src/classes/xdoc.C 1.163:
                   4248:        * src/include/pa_string.h 1.191:
                   4249:        * src/main/pa_charset.C 1.79:
                   4250:        * src/main/pa_http.C 1.30:
                   4251:        * src/main/pa_request.C 1.306:
                   4252:        * src/main/pa_xml_io.C 1.25:
                   4253:        * src/main/untaint.C 1.149:
                   4254:        * src/types/pa_value.h 1.132:
                   4255:        * src/types/pa_vhash.h 1.61:
                   4256:        * src/types/pa_vmail.C 1.87:
                   4257:        * src/types/pa_vobject.h 1.52:
                   4258:        * src/types/pa_vstring.h 1.61:
                   4259:                - some code cleanup
                   4260: 
                   4261: 2009-07-06     misha
                   4262:        * src/classes/file.C 1.196:
                   4263:        * src/classes/hash.C 1.98:
                   4264:        * src/classes/image.C 1.128:
                   4265:        * src/classes/mail.C 1.112:
                   4266:        * src/classes/op.C 1.190:
                   4267:        * src/classes/string.C 1.184:
                   4268:        * src/classes/table.C 1.261:
                   4269:        * src/classes/void.C 1.44:
                   4270:        * src/classes/xdoc.C 1.162:
                   4271:        * src/include/pa_string.h 1.190:
                   4272:        * src/main/pa_charset.C 1.78:
                   4273:        * src/main/pa_common.C 1.247:
                   4274:        * src/main/pa_exec.C 1.75:
                   4275:        * src/main/pa_http.C 1.29:
                   4276:        * src/main/pa_request.C 1.304:
                   4277:        * src/main/pa_sql_driver_manager.C 1.90:
                   4278:        * src/main/pa_xml_io.C 1.24:
                   4279:        * src/types/pa_vcookie.C 1.79:
                   4280:        * src/types/pa_vhash.h 1.60:
                   4281:        * src/types/pa_vhashfile.C 1.61:
                   4282:        * src/types/pa_vimage.C 1.39:
                   4283:        * src/types/pa_vmail.C 1.86:
                   4284:        * src/types/pa_vobject.h 1.51:
                   4285:        * src/types/pa_vregex.C 1.7:
                   4286:        * src/types/pa_vrequest.C 1.48:
                   4287:        * src/types/pa_vstring.h 1.60:
                   4288:        * src/types/pa_vvoid.h 1.30:
                   4289:                - cstr(params) and cstrm(params) were deleted. taint_cstr[m] and 
                   4290:                untaint_cstr[m] should be used
                   4291: 
                   4292:        * tests/results/218.processed 1.1:
                   4293:                *** empty log message ***
                   4294: 
                   4295:        * tests/218.html 1.1:
                   4296:                - test for checking automatic file-spec-taint was added
                   4297: 
                   4298:        * src/classes/file.C 1.195:
                   4299:        * src/classes/hash.C 1.97:
                   4300:        * src/classes/image.C 1.127:
                   4301:        * src/classes/string.C 1.183:
                   4302:        * src/classes/table.C 1.260:
                   4303:        * src/classes/void.C 1.43:
                   4304:        * src/classes/xdoc.C 1.161:
                   4305:        * src/include/pa_string.h 1.189:
                   4306:        * src/main/pa_common.C 1.246:
                   4307:        * src/main/pa_exec.C 1.74:
                   4308:        * src/main/pa_request.C 1.303:
                   4309:        * src/main/pa_sql_driver_manager.C 1.89:
                   4310:        * src/main/untaint.C 1.148:
                   4311:        * src/types/pa_vhashfile.C 1.60:
                   4312:        * src/types/pa_vimage.C 1.38:
                   4313:        * src/types/pa_vmail.C 1.85:
                   4314:        * src/types/pa_vregex.C 1.6:
                   4315:        * src/types/pa_vrequest.C 1.47:
                   4316:        * src/types/pa_vstring.C 1.27:
                   4317:                - optimizations and simplification of string.cstr(...)
                   4318: 
                   4319: 2009-07-04     misha
                   4320:        * tests/results/195.processed 1.1:
                   4321:        * tests/results/216.processed 1.1:
                   4322:        * tests/results/217.processed 1.1:
                   4323:                *** empty log message ***
                   4324: 
                   4325:        * tests/217.html 1.1:
                   4326:                - test for recursion detection was added
                   4327: 
                   4328:        * src/classes/classes.vcproj 1.22:
                   4329:        * src/main/main.vcproj 1.26:
                   4330:        * src/targets/apache13/ApacheModuleParser3.vcproj 1.12:
                   4331:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.16:
                   4332:        * src/targets/cgi/parser3.vcproj 1.19:
                   4333:        * src/targets/isapi/parser3isapi.vcproj 1.15:
                   4334:        * src/types/types.vcproj 1.25:
                   4335:                - RuntimeTypeInfo was removed from .vcproj
                   4336: 
                   4337:        * src/types/pa_wwrapper.h 1.41:
                   4338:                - dynamic_cast was removed
                   4339: 
                   4340:        * tests/195.html 1.1:
                   4341:        * tests/195_utf8.txt 1.1:
                   4342:        * tests/195_windows1251.txt 1.1:
                   4343:                - tests for uploading files and case-insensitive http-method 
                   4344:                were added
                   4345: 
                   4346:        * tests/216.html 1.1:
                   4347:        * tests/216_dir/1 1.1:
                   4348:        * tests/216_dir/2.txt 1.1:
                   4349:                - test for checking tainted pattern in ^file:list[] was added
                   4350: 
                   4351: 2009-07-03     misha
                   4352:        * src/classes/classes.vcproj 1.20:
                   4353:        * src/main/main.vcproj 1.24:
                   4354:        * src/targets/apache13/ApacheModuleParser3.vcproj 1.10:
                   4355:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.14:
                   4356:        * src/targets/cgi/parser3.vcproj 1.17:
                   4357:        * src/targets/isapi/parser3isapi.vcproj 1.13:
                   4358:        * src/types/types.vcproj 1.23:
                   4359:                - enable runtime info (needed for dynamic_cast)
                   4360:                - little options changes
                   4361: 
                   4362:        * src/main/pa_http.C 1.28:
                   4363:                - file::load[http works now with uploading files _and_ changing $
                   4364:                .charset
                   4365: 
                   4366: 2009-06-29     misha
                   4367:        * src/types/pa_vregex.C 1.5:
                   4368:                - ^untaint[regex][] for all tainted data while creating pattern
                   4369: 
                   4370: 2009-06-25     misha
                   4371:        * operators.txt 1.217:
                   4372:        * src/classes/image.C 1.126:
                   4373:                - options' names for ^image.font were changed to $.space, $.width and $spacing
                   4374:                - default space width now == gif's width
                   4375: 
                   4376: 2009-06-24     misha
                   4377:        * tests/results/215.processed 1.1:
                   4378:                *** empty log message ***
                   4379: 
                   4380:        * tests/215.html 1.1:
                   4381:                - tests for $file.mode were added
                   4382: 
                   4383:        * operators.txt 1.216:
                   4384:                - added info about $file.mode and changes in ^image.font[
                   4385: 
                   4386:        * src/classes/image.C 1.125:
                   4387:        * src/types/pa_vimage.h 1.49:
                   4388:                ^image.font
                   4389:                - third param now could be omited
                   4390:                - third param now could be hash (with all widths options: $.space-width, $.letter-width)
                   4391:                - it's possible to specify tracking ($.letter-space)
                   4392: 
                   4393:        * src/classes/file.C 1.194:
                   4394:                - file objects now could have mode field (text|binary)
                   4395: 
                   4396:        * src/types/pa_vfile.C 1.44:
                   4397:        * src/types/pa_vfile.h 1.64:
                   4398:                - method set_method was added
                   4399: 
                   4400: 2009-06-23     misha
                   4401:        * src/classes/string.C 1.182:
                   4402:        * src/include/pa_string.h 1.188:
                   4403:        * src/main/pa_string.C 1.229:
                   4404:                - trim can work with utf-8 chars now
                   4405: 
                   4406: 2009-06-20     misha
                   4407:        * src/classes/hash.C 1.96:
                   4408:        * src/classes/table.C 1.259:
                   4409:        * src/include/pa_string.h 1.187:
                   4410:        * src/main/pa_string.C 1.228:
                   4411:                - string length cacheing was implemented
                   4412: 
                   4413: 2009-06-17     misha
                   4414:        * src/main/execute.C 1.351:
                   4415:                - value param was removed from WContext::WContext
                   4416: 
                   4417:        * src/types/pa_vcode_frame.h 1.35:
                   4418:        * src/types/pa_vmethod_frame.C 1.16:
                   4419:        * src/types/pa_wcontext.h 1.55:
                   4420:        * src/types/pa_wwrapper.h 1.40:
                   4421:                - value param was removed from WContext::WContext
                   4422:                - field wcontext was removed from VCodeFrame (using fparent instead)
                   4423: 
                   4424: 2009-06-16     misha
                   4425:        * tests/results/214.processed 1.1:
                   4426:                *** empty log message ***
                   4427: 
                   4428:        * tests/214.html 1.1:
                   4429:                - test with hash copying
                   4430: 
                   4431:        * tests/062.html 1.3:
                   4432:        * tests/results/062.processed 1.5:
                   4433:                - evaluation hardcoded strings doesn't work in expression 
                   4434:                anymore
                   4435: 
                   4436:        * src/main/execute.C 1.350:
                   4437:                - less calls for get_constructing()
                   4438:                - little refactoring
                   4439: 
                   4440:        * src/include/pa_request.h 1.194:
                   4441:        * src/types/pa_wcontext.h 1.54:
                   4442:        * src/types/pa_wwrapper.h 1.39:
                   4443:                - less calls for get_constructing()
                   4444: 
                   4445:        * src/classes/hash.C 1.95:
                   4446:        * src/classes/hashfile.C 1.48:
                   4447:                - fixed bug which was introduced with OPTIMIZE_SINGLE_STRING 
                   4448:                optimization
                   4449: 
                   4450: 2009-06-14     misha
                   4451:        * src/classes/date.C 1.86:
                   4452:        * src/classes/file.C 1.193:
                   4453:        * src/classes/hash.C 1.94:
                   4454:        * src/classes/hashfile.C 1.47:
                   4455:        * src/classes/image.C 1.124:
                   4456:        * src/classes/regex.C 1.3:
                   4457:        * src/classes/table.C 1.258:
                   4458:        * src/classes/xdoc.C 1.160:
                   4459:        * src/classes/xnode.h 1.27:
                   4460:        * src/main/execute.C 1.349:
                   4461:        * src/types/pa_vclass.C 1.38:
                   4462:        * src/types/pa_vclass.h 1.54:
                   4463:        * src/types/pa_vobject.h 1.50:
                   4464:        * src/types/pa_vstateless_class.h 1.64:
                   4465:                - create object for storing object's fields only for parser 
                   4466:                objects
                   4467: 
                   4468: 2009-06-13     misha
                   4469:        * buildall-with-xml 1.28:
                   4470:        * buildall-without-xml 1.18:
                   4471:                - new option was added for building GC (it slightly reduces 
                   4472:                memory usage)
                   4473: 
                   4474:        * src/main/compile.tab.C 1.142:
                   4475:                *** empty log message ***
                   4476: 
                   4477:        * src/types/pa_wcontext.h 1.53:
                   4478:        * src/types/pa_wwrapper.h 1.37:
                   4479:                - optimization of single string write
                   4480: 
                   4481:        * src/main/execute.C 1.348:
                   4482:                - bytecode optimization of ^class:constructor
                   4483:                - optimization of single string write
                   4484: 
                   4485:        * src/include/pa_opcode.h 1.42:
                   4486:        * src/main/compile.y 1.249:
                   4487:        * src/main/compile_tools.h 1.97:
                   4488:                - bytecode optimization of ^class:constructor
                   4489: 
                   4490: 2009-06-09     misha
                   4491:        * src/targets/cgi/parser3.C [release_3_3_0] 1.247.2.1:
                   4492:                - type size_t was changed to int in main (better compatibility)
                   4493: 
                   4494: 2009-06-07     misha
                   4495:        * src/main/compile.tab.C 1.140:
                   4496:        * src/main/compile.tab.C 1.141:
                   4497:                *** empty log message ***
                   4498: 
                   4499:        * src/main/compile.y 1.248:
                   4500:                - I've forgot to commit it :(
                   4501: 
                   4502:        * src/include/pa_opcode.h 1.41:
                   4503:                - more optimizations for WITH_SELF, WITH_READ and WITH_ROOT
                   4504: 
                   4505:        * src/main/compile.y 1.247:
                   4506:        * src/main/compile_tools.C 1.67:
                   4507:        * src/main/compile_tools.h 1.96:
                   4508:        * src/main/execute.C 1.347:
                   4509:                - more optimizations for WITH_SELF, WITH_READ and WITH_ROOT
                   4510:                - little refactoring
                   4511: 
                   4512: 2009-06-06     misha
                   4513:        * tests/results/213.processed 1.1:
                   4514:                *** empty log message ***
                   4515: 
                   4516:        * tests/213.html 1.1:
                   4517:                - tests for 3rd match string-param were added
                   4518: 
                   4519:        * src/classes/string.C 1.181:
                   4520:                - 3rd match param could be string now
                   4521: 
                   4522: 2009-06-05     misha
                   4523:        * src/main/compile.tab.C 1.139:
                   4524:                *** empty log message ***
                   4525: 
                   4526:        * src/main/compile.y 1.246:
                   4527:        * src/main/compile_tools.h 1.95:
                   4528:                - much more bytecode's sequences optimized to 
                   4529:                WITH_SELF__VALUE__GET_ELEMENT and GET_OBJECT_ELEMENT
                   4530: 
                   4531:        * src/main/pa_http.C 1.27:
                   4532:                - bugfix: content-length was not calculated if $.body was 
                   4533:                specified
                   4534: 
                   4535: 2009-06-04     misha
                   4536:        * src/classes/op.C 1.189:
                   4537:                - optimizing write_assign_lang in connect
                   4538: 
                   4539:        * src/classes/op.C 1.188:
                   4540:                - optimizing write_assign_lang in taint/untaint
                   4541: 
                   4542:        * src/main/execute.C 1.346:
                   4543:                - little refactoring
                   4544:                - optimizing write_assign_lang in taint/untaint
                   4545: 
                   4546:        * src/include/pa_opcode.h 1.40:
                   4547:                - little refactoring
                   4548: 
                   4549:        * src/main/compile.tab.C 1.138:
                   4550:                *** empty log message ***
                   4551: 
                   4552:        * src/include/pa_opcode.h 1.39:
                   4553:        * src/main/compile.y 1.245:
                   4554:        * src/main/compile_tools.C 1.66:
                   4555:        * src/main/compile_tools.h 1.94:
                   4556:        * src/main/execute.C 1.345:
                   4557:                - optimizations for $self.field, ^self.method, $self.field[...] 
                   4558:                and $self.field(...) were added
                   4559: 
                   4560: 2009-06-02     misha
                   4561:        * src/types/pa_venv.C 1.10:
                   4562:                - pa_strdup was replaced by strdup
                   4563: 
                   4564:        * src/main/compile.tab.C 1.137:
                   4565:                *** empty log message ***
                   4566: 
                   4567:        * src/include/pa_opcode.h 1.38:
                   4568:        * src/main/compile.y 1.244:
                   4569:        * src/main/compile_tools.h 1.93:
                   4570:        * src/main/execute.C 1.344:
                   4571:                - refactoring in last optimizations ($a[...], $a(...), $.a[...], 
                   4572:                $.a(...)). a bit less optimizations now but code is much easy 
                   4573:                and it is ready for further improvements.
                   4574: 
                   4575: 2009-05-27     misha
                   4576:        * src/main/execute.C 1.343:
                   4577:        * src/types/pa_junction.h 1.10:
                   4578:        * src/types/pa_vjunction.C 1.8:
                   4579:        * src/types/pa_vjunction.h 1.29:
                   4580:        * src/types/pa_vmethod_frame.h 1.82:
                   4581:                - changed in destructing junctions
                   4582: 
                   4583: 2009-05-26     misha
                   4584:        * src/main/pa_charset.C 1.77:
                   4585:        * src/main/pa_string.C 1.227:
                   4586:                - more safe creation on String:Body
                   4587: 
                   4588:        * src/include/pa_common.h 1.131:
                   4589:        * src/main/pa_common.C 1.245:
                   4590:        * src/main/pa_http.C 1.26:
                   4591:                - one method detect_charset was deleted
                   4592:                - bug was fixed in this method (error while detecting charset in content_type withot last ';')
                   4593: 
                   4594:        * src/types/pa_vform.C 1.96:
                   4595:        * src/types/pa_vform.h 1.56:
                   4596:                - detect post charset only once
                   4597: 
                   4598: 2009-05-25     misha
                   4599:        * src/classes/file.C 1.192:
                   4600:                - bugfix: file::exec didn't work after optimizing of 
                   4601:                helper_length
                   4602: 
                   4603: 2009-05-24     misha
                   4604:        * src/main/compile.tab.C 1.136:
                   4605:                *** empty log message ***
                   4606: 
                   4607:        * src/main/compile_tools.h 1.92:
                   4608:                - $a[$b.c] and $a[$b.$c] optimisations were added
                   4609:                - little refactoring
                   4610: 
                   4611:        * src/main/execute.C 1.342:
                   4612:                - core while printing in debug log non-printable values was fixed
                   4613:                - $a[$b.c] and $a[$b.$c] optimisations were added
                   4614: 
                   4615:        * src/include/pa_opcode.h 1.37:
                   4616:                - new opcodes for $a[$b.c] and $a[$b.$c] were added
                   4617: 
                   4618: 2009-05-23     misha
                   4619:        * src/include/pa_string.h 1.186:
                   4620:        * src/lib/cord/cordbscs.c 1.8:
                   4621:        * src/lib/cord/cordxtra.c 1.12:
                   4622:        * src/lib/cord/include/cord.h 1.6:
                   4623:        * src/main/untaint.C 1.147:
                   4624:                - CORD_cat optimization
                   4625: 
                   4626:        * src/main/compile.tab.C 1.135:
                   4627:                *** empty log message ***
                   4628: 
                   4629:        * src/include/pa_opcode.h 1.36:
                   4630:        * src/main/compile_tools.h 1.91:
                   4631:        * src/main/execute.C 1.340:
                   4632:                - call constr optimisation under separate define now
                   4633: 
                   4634:        * src/main/compile_tools.h 1.90:
                   4635:        * src/main/execute.C 1.339:
                   4636:                - bugfix: $a[] $b[$a] -- in $b should be string, not void
                   4637: 
                   4638:        * src/main/compile.y 1.242:
                   4639:                - little fix for rem-cut optimisation
                   4640: 
                   4641:        * src/include/pa_opcode.h 1.35:
                   4642:        * src/main/compile_tools.C 1.65:
                   4643:        * src/main/compile_tools.h 1.89:
                   4644:        * src/main/execute.C 1.338:
                   4645:                - optimisations for $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $
                   4646:                .a(^b[...])
                   4647: 
                   4648:        * INSTALL 1.50:
                   4649:                - description of some #defined were added
                   4650: 
                   4651:        * src/types/pa_vfile.C 1.43:
                   4652:        * src/types/pa_vfile.h 1.63:
                   4653:                - fill .'text' field only before 1st access (memory usage is 
                   4654:                reduced if don't access to .text field)
                   4655: 
                   4656:        * src/include/pa_array.h 1.79:
                   4657:                - array grows step now not static (it reduces numbers of 
                   4658:                reallocs)
                   4659: 
                   4660: 2009-05-20     misha
                   4661:        * Makefile.am 1.66:
                   4662:        * Makefile.in 1.81:
                   4663:        * acinclude.m4 1.52:
                   4664:        * aclocal.m4 1.55:
                   4665:        * acsite.m4 1.30:
                   4666:        * acsite.m4 1.31:
                   4667:        * configure 1.108:
                   4668:        * configure.in 1.115:
                   4669:        * src/main/compile.tab.C 1.133:
                   4670:        * src/main/compile.tab.C 1.134:
                   4671:                *** empty log message ***
                   4672: 
                   4673:        * src/include/pa_opcode.h 1.34:
                   4674:        * src/main/compile.y 1.241:
                   4675:        * src/main/compile_tools.C 1.64:
                   4676:        * src/main/compile_tools.h 1.88:
                   4677:        * src/main/execute.C 1.337:
                   4678:                - bytecode optimization for $a(1), $.b(2), $c[d] and $.e[f] was 
                   4679:                added
                   4680: 
                   4681:        * src/main/execute.C 1.336:
                   4682:                - debug printing moved in defines
                   4683: 
                   4684:        * src/main/compile.y 1.240:
                   4685:        * src/main/compile_tools.C 1.63:
                   4686:        * src/main/compile_tools.h 1.87:
                   4687:                - bugfix and little refactoring for OP_GET_OBJECT_ELEMENT + 
                   4688:                OP_GET_OBJECT_VAR_ELEMENT optimisation
                   4689: 
                   4690: 2009-05-19     misha
                   4691:        * src/main/compile.tab.C 1.131:
                   4692:        * src/main/compile.tab.C 1.132:
                   4693:                *** empty log message ***
                   4694: 
                   4695:        * src/main/compile.y 1.239:
                   4696:        * src/main/compile_tools.C 1.62:
                   4697:        * src/main/compile_tools.h 1.86:
                   4698:        * src/main/execute.C 1.335:
                   4699:                - $a.$b & ^a.$b bytecode optimisation
                   4700: 
                   4701:        * src/include/pa_opcode.h 1.33:
                   4702:                - new opcodes were added (for $a.$b & ^a.$b optimisation)
                   4703: 
                   4704:        * src/main/compile.y 1.238:
                   4705:                - compiler now generate new opcodes: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b 
                   4706:                and ^a.b
                   4707:                - compiler now cut off ^rem{ with all content ; any number of params }
                   4708: 
                   4709:        * src/main/execute.C 1.334:
                   4710:                - code for handle new opcodes OP_GET_ELEMENT_FIELD and 
                   4711:                OP_GET_ELEMENT_FIELD__WRITE was added
                   4712: 
                   4713:        * src/main/compile_tools.C 1.61:
                   4714:        * src/main/compile_tools.h 1.85:
                   4715:                - new parameter was added for LA2V and LA2S
                   4716: 
                   4717:        * src/include/pa_opcode.h 1.32:
                   4718:                - new defines which can be used for disable some bytecode 
                   4719:                optimisation and new opcodes were added
                   4720: 
                   4721: 2009-05-17     misha
                   4722:        * src/lib/cord/cordxtra.c 1.11:
                   4723:                - bugfix.
                   4724: 
                   4725: 2009-05-16     misha
                   4726:        * tests/results/022.processed 1.6:
                   4727:        * tests/results/212.processed 1.1:
                   4728:        * tests/results/212.processed 1.2:
                   4729:                *** empty log message ***
                   4730: 
                   4731:        * tests/212.html 1.2:
                   4732:                - .size[] and .study_size[] were added to tests
                   4733: 
                   4734:        * operators.txt 1.214:
                   4735:                - info about regex class was added
                   4736: 
                   4737:        * tests/212.html 1.1:
                   4738:                - tests for regex class were added
                   4739: 
                   4740:        * buildall-with-xml 1.27:
                   4741:        * buildall-without-xml 1.17:
                   4742:                - moving from gc6.8 to gc7.1
                   4743: 
                   4744: 2009-05-15     misha
                   4745:        * tests/022.html 1.5:
                   4746:                - test for ^file:list[path;] (empty second param) was added
                   4747: 
                   4748:        * src/classes/file.C 1.191:
                   4749:                - bugfix: ^file:list[path;] [empty second param) should work
                   4750: 
                   4751:        * Makefile.am 1.64:
                   4752:        * Makefile.am 1.65:
                   4753:        * Makefile.in 1.79:
                   4754:        * Makefile.in 1.80:
                   4755:        * acinclude.m4 1.50:
                   4756:        * acinclude.m4 1.51:
                   4757:        * aclocal.m4 1.53:
                   4758:        * aclocal.m4 1.54:
                   4759:        * acsite.m4 1.28:
                   4760:        * acsite.m4 1.29:
                   4761:        * configure 1.106:
                   4762:        * configure 1.107:
                   4763:        * configure.in 1.113:
                   4764:        * configure.in 1.114:
                   4765:        * src/include/pa_config_auto.h.in 1.45:
                   4766:        * tests/results/210.processed 1.1:
                   4767:        * tests/results/211.processed 1.1:
                   4768:                *** empty log message ***
                   4769: 
                   4770:        * src/classes/table.C 1.257:
                   4771:                - automatically disable stringstream usage on freebsd4
                   4772: 
                   4773:        * src/lib/cord/cordxtra.c 1.10:
                   4774:                - var decl should be at the beginning of scope
                   4775: 
                   4776:        * tests/211.html 1.1:
                   4777:                - test with different types of access to hash was added
                   4778: 
                   4779:        * tests/210.html 1.1:
                   4780:                - test which checks for loosing tainting in hash's keys was 
                   4781:                added
                   4782: 
                   4783:        * tests/208.html 1.3:
                   4784:                - some parser work added. or stime == 0 %-)
                   4785: 
                   4786:        * src/lib/cord/cordbscs.c 1.7:
                   4787:                - little hack was added to cord
                   4788: 
                   4789:        * src/lib/cord/cordxtra.c 1.9:
                   4790:                - cacheing of cord chars was added
                   4791: 
                   4792:        * configure.in 1.112:
                   4793:        * src/include/pa_version.h 1.36:
                   4794:                - moko have made a lot of optimisations for increacing version 
                   4795:                number more dramatically :)
                   4796: 
                   4797:        * src/classes/date.C 1.85:
                   4798:                - little refactoring: use constructor which accepts formated 
                   4799:                string
                   4800: 
                   4801:        * src/include/pa_string.h 1.185:
                   4802:        * src/main/pa_string.C 1.226:
                   4803:                - String constructor which can print formatted string was added
                   4804: 
                   4805: 2009-05-14     misha
                   4806:        * src/include/pa_string.h 1.184:
                   4807:                - type was fixed
                   4808: 
                   4809:        * src/classes/hashfile.C 1.46:
                   4810:        * src/classes/op.C 1.187:
                   4811:        * src/include/pa_cache_managers.h 1.19:
                   4812:        * src/include/pa_charset.h 1.42:
                   4813:        * src/include/pa_charsets.h 1.14:
                   4814:        * src/include/pa_common.h 1.130:
                   4815:        * src/include/pa_hash.h 1.74:
                   4816:        * src/include/pa_request.h 1.193:
                   4817:        * src/include/pa_sql_driver_manager.h 1.35:
                   4818:        * src/include/pa_string.h 1.183:
                   4819:        * src/include/pa_stylesheet_manager.h 1.23:
                   4820:        * src/include/pa_table.h 1.63:
                   4821:        * src/include/pa_xml_io.h 1.5:
                   4822:        * src/main/pa_charset.C 1.76:
                   4823:        * src/main/pa_charsets.C 1.18:
                   4824:        * src/main/pa_string.C 1.225:
                   4825:        * src/main/pa_stylesheet_connection.C 1.6:
                   4826:        * src/types/pa_value.h 1.131:
                   4827:        * src/types/pa_vmethod_frame.C 1.15:
                   4828:        * src/types/pa_vmethod_frame.h 1.81:
                   4829:        * src/types/pa_vobject.C 1.28:
                   4830:        * src/types/pa_vstateless_class.C 1.41:
                   4831:        * src/types/pa_vstateless_class.h 1.63:
                   4832:                - hash_code caching was implemented (seaches should be faster 
                   4833:                now)
                   4834: 
                   4835:        * src/classes/file.C 1.190:
                   4836:        * src/classes/hash.C 1.93:
                   4837:        * src/classes/image.C 1.123:
                   4838:        * src/classes/string.C 1.180:
                   4839:        * src/classes/table.C 1.256:
                   4840:        * src/include/pa_string.h 1.182:
                   4841:        * src/main/pa_charset.C 1.75:
                   4842:        * src/main/pa_http.C 1.25:
                   4843:        * src/main/pa_request.C 1.302:
                   4844:        * src/types/pa_vconsole.h 1.16:
                   4845:        * src/types/pa_vcookie.C 1.78:
                   4846:        * src/types/pa_venv.C 1.9:
                   4847:        * src/types/pa_vform.C 1.95:
                   4848:        * src/types/pa_vhashfile.C 1.59:
                   4849:        * src/types/pa_vregex.C 1.4:
                   4850:        * src/types/pa_vrequest.C 1.45:
                   4851:                - String constructors don't have that stupid true/false param 
                   4852:                which means 'tainted'. they accept lang instead.
                   4853: 
                   4854:        * src/types/pa_vmethod_frame.h 1.80:
                   4855:                - bugfix: taint/untaint didn't work with OPTIMIZE_RESULT
                   4856: 
                   4857:        * src/types/pa_method.h 1.15:
                   4858:        * src/types/pa_vstateless_class.C 1.40:
                   4859:                - less warnings wher OPTIMIZE_RESULT and OPTIMIZE_CALL not 
                   4860:                defined
                   4861: 
                   4862: 2009-05-13     misha
                   4863:        * src/classes/date.C 1.84:
                   4864:        * src/classes/file.C 1.188:
                   4865:        * src/classes/hash.C 1.92:
                   4866:        * src/classes/image.C 1.122:
                   4867:        * src/classes/string.C 1.179:
                   4868:        * src/classes/table.C 1.253:
                   4869:        * src/classes/xdoc.C 1.158:
                   4870:        * src/include/pa_string.h 1.181:
                   4871:        * src/main/execute.C 1.333:
                   4872:        * src/main/pa_charset.C 1.73:
                   4873:        * src/main/pa_common.C 1.244:
                   4874:        * src/main/pa_request.C 1.301:
                   4875:        * src/main/pa_string.C 1.224:
                   4876:        * src/types/pa_method.h 1.14:
                   4877:        * src/types/pa_vcookie.C 1.77:
                   4878:        * src/types/pa_vdouble.h 1.54:
                   4879:        * src/types/pa_venv.C 1.8:
                   4880:        * src/types/pa_vhashfile.C 1.58:
                   4881:        * src/types/pa_vint.h 1.46:
                   4882:        * src/types/pa_vmethod_frame.C 1.14:
                   4883:        * src/types/pa_vmethod_frame.h 1.79:
                   4884:        * src/types/pa_vregex.C 1.2:
                   4885:        * src/types/pa_vregex.h 1.4:
                   4886:        * src/types/pa_vrequest.C 1.43:
                   4887:        * src/types/pa_vstateless_class.C 1.39:
                   4888:                - result optimisation
                   4889:                - helper_length parameter removed from string constructors
                   4890: 
                   4891: 2009-05-11     misha
                   4892:        * tests/208.html 1.2:
                   4893:        * tests/results/206.processed 1.1:
                   4894:        * tests/results/207.processed 1.1:
                   4895:        * tests/results/208.processed 1.1:
                   4896:        * tests/results/209.processed 1.1:
                   4897:                *** empty log message ***
                   4898: 
                   4899:        * tests/209.html 1.1:
                   4900:                - tests for ^hash::create[hash] were added
                   4901: 
                   4902:        * tests/208.html 1.1:
                   4903:                - tests for $status:rusage, $status:memory, ^memory:compact[] 
                   4904:                were added
                   4905: 
                   4906:        * tests/207.html 1.1:
                   4907:                -tests for abs, sign, trunc, frac, exp, log, log10 were added
                   4908: 
                   4909:        * tests/206.html 1.1:
                   4910:                - test for try with finally was added
                   4911: 
                   4912: 2009-05-10     misha
                   4913:        * tests/results/014.processed 1.5:
                   4914:        * tests/results/030.processed 1.5:
                   4915:        * tests/results/038.processed 1.5:
                   4916:        * tests/results/063.processed 1.5:
                   4917:        * tests/results/065.processed 1.5:
                   4918:        * tests/results/141.processed 1.6:
                   4919:        * tests/results/185.processed 1.4:
                   4920:        * tests/results/200.processed 1.1:
                   4921:        * tests/results/201.processed 1.1:
                   4922:        * tests/results/202.processed 1.1:
                   4923:        * tests/results/203.processed 1.1:
                   4924:        * tests/results/204.processed 1.1:
                   4925:        * tests/results/205.processed 1.1:
                   4926:                *** empty log message ***
                   4927: 
                   4928:        * tests/205.html 1.1:
                   4929:                - test for ^file::create[...] was added
                   4930: 
                   4931:        * tests/204.html 1.1:
                   4932:                - test for ^response:clear[] was added
                   4933: 
                   4934:        * tests/038.html 1.3:
                   4935:                - tests for trigonometric functions were added
                   4936: 
                   4937:        * tests/014.html 1.3:
                   4938:                - tests for ^hash.containts and ^hash.delete were added
                   4939:                - more tests for .add, .sub, .union, .intersects and .intersections
                   4940: 
                   4941:        * tests/065.html 1.3:
                   4942:                - test for ^file:dirname was added
                   4943: 
                   4944:        * tests/030.html 1.3:
                   4945:                - test for $cookie:fields was added
                   4946: 
                   4947:        * tests/203.html 1.1:
                   4948:                - test for ^h._keys[column name] was added
                   4949: 
                   4950:        * tests/201.html 1.1:
                   4951:                - tests for .trim were added
                   4952: 
                   4953:        * tests/202.html 1.1:
                   4954:                - tests for last-day, date:calendar[type](YYYY;MM;DD) were added
                   4955: 
                   4956:        * tests/200.html 1.1:
                   4957:                - tests for .sort(), .sort{}, .flip[] and .offset[type](N) were 
                   4958:                added
                   4959: 
                   4960:        * tests/185.html 1.5:
                   4961:                - more tests for .left(N), .right(N), .min(N;M) and .pos[c](N) 
                   4962:                were added
                   4963: 
                   4964:        * tests/141.html 1.3:
                   4965:                - test for math:sha1 was added
                   4966: 
                   4967:        * tests/063.html 1.3:
                   4968:                - tests for .mod(N), .inc[] & .dec[] were added
                   4969: 
                   4970: 2009-05-09     misha
                   4971:        * src/main/compile.tab.C 1.130:
                   4972:                *** empty log message ***
                   4973: 
                   4974:        * src/main/compile.y 1.237:
                   4975:                - rollback
                   4976: 
                   4977: 2009-05-05     misha
                   4978:        * src/classes/file.C 1.187:
                   4979:        * src/classes/hash.C 1.91:
                   4980:        * src/classes/hashfile.C 1.45:
                   4981:        * src/classes/op.C 1.186:
                   4982:        * src/classes/table.C 1.251:
                   4983:        * src/classes/table.C 1.252:
                   4984:        * src/include/pa_string.h 1.180:
                   4985:        * src/main/pa_charset.C 1.72:
                   4986:        * src/main/pa_exception.C 1.49:
                   4987:        * src/main/pa_exec.C 1.73:
                   4988:                - little optimisation: somewhere length() was replaced by 
                   4989:                is_empty()
                   4990: 
                   4991: 2009-05-04     misha
                   4992:        * src/classes/hash.C 1.90:
                   4993:        * src/classes/op.C 1.185:
                   4994:        * src/classes/table.C 1.250:
                   4995:        * src/include/pa_request.h 1.192:
                   4996:        * src/main/execute.C 1.332:
                   4997:        * src/types/pa_method.h 1.13:
                   4998:        * src/types/pa_vstateless_class.C 1.38:
                   4999:        * src/types/pa_vstateless_class.h 1.62:
                   5000:                - more optimisations were added: some operators don't switch 
                   5001:                write context anylonger
                   5002: 
                   5003: 2009-05-01     misha
                   5004:        * src/main/compile.tab.C 1.129:
                   5005:                *** empty log message ***
                   5006: 
                   5007:        * src/main/compile.y 1.236:
                   5008:                - slightly more opcode optimisations for WITH_WRITE + VALUE + 
                   5009:                GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   5010: 
                   5011:        * src/main/execute.C 1.331:
                   5012:                - simplifying process for getters
                   5013: 
                   5014: 2009-04-30     misha
                   5015:        * tests/198.html 1.2:
                   5016:        * tests/199.html 1.2:
                   5017:                - new line fixes (should be 0x0A)
                   5018: 
                   5019:        * tests/results/198.processed 1.2:
                   5020:        * tests/results/199.processed 1.2:
                   5021:                *** empty log message ***
                   5022: 
                   5023:        * tests/199.html 1.1:
                   5024:        * tests/results/199.processed 1.1:
                   5025:                - test for checking $result into ^rem was added
                   5026: 
                   5027:        * tests/022.html 1.4:
                   5028:        * tests/096.html 1.4:
                   5029:                - þsort after :list was asses (on some OS it returns list in 
                   5030:                different order)
                   5031: 
                   5032:        * src/include/pa_array.h 1.77:
                   5033:        * src/include/pa_array.h 1.78:
                   5034:        * src/include/pa_request.h 1.191:
                   5035:        * src/include/pa_stack.h 1.26:
                   5036:        * src/main/execute.C 1.330:
                   5037:        * src/types/pa_vmethod_frame.h 1.78:
                   5038:                - changes in stack impl
                   5039:                - get_element() optimisation: 3rd param removed
                   5040:                - bugfix: problems with reading empty input param
                   5041:                - defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   5042: 
                   5043:        * tests/198.html 1.1:
                   5044:        * tests/results/198.processed 1.1:
                   5045:                - test for reading empty local var was added
                   5046: 
                   5047: 2009-04-29     misha
                   5048:        * src/main/compile.tab.C 1.127:
                   5049:        * src/main/compile.tab.C 1.128:
                   5050:                *** empty log message ***
                   5051: 
                   5052:        * src/main/compile.y 1.235:
                   5053:                - bugfix: couldn't compile because OP_VALUE__GET_ELEMENT should 
                   5054:                be unde #ifdef
                   5055: 
                   5056:        * src/include/pa_array.h 1.76:
                   5057:        * src/include/pa_opcode.h 1.31:
                   5058:        * src/include/pa_request.h 1.190:
                   5059:        * src/main/compile.y 1.234:
                   5060:        * src/main/execute.C 1.329:
                   5061:        * src/main/pa_request.C 1.300:
                   5062:        * src/types/pa_vmethod_frame.C 1.13:
                   5063:        * src/types/pa_vmethod_frame.h 1.77:
                   5064:                - we can work without opcode OP_STORE_PARAM, so it was removed
                   5065: 
                   5066: 2009-04-28     misha
                   5067:        * src/main/compile.tab.C 1.126:
                   5068:                *** empty log message ***
                   5069: 
                   5070:        * src/include/pa_opcode.h 1.30:
                   5071:        * src/main/compile.y 1.233:
                   5072:        * src/main/execute.C 1.328:
                   5073:                - op-codes optimisation:
                   5074:                  1. VALUE+GET_CLASS=>VALUE_GET_CLASS
                   5075:                  2. WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   5076:                  3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   5077:                  4. WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   5078: 
                   5079:        * src/main/compile_tools.h 1.84:
                   5080:                - new stuff for op-codes optimisation
                   5081: 
                   5082:        * src/classes/string.C 1.178:
                   5083:        * src/main/pa_string.C 1.223:
                   5084:                - !length() => is_empty()
                   5085: 
                   5086: 2009-04-27     misha
                   5087:        * src/types/pa_vregex.h 1.3:
                   5088:                - back explicit vars initialisation
                   5089: 
                   5090: 2009-04-24     misha
                   5091:        * src/classes/string.C 1.177:
                   5092:                - ups. typo fixed
                   5093: 
                   5094:        * src/main/execute.C 1.327:
                   5095:                - more replacements '*new VBool' to 'VBool::get'
                   5096:                - checks for ^break[], ^continue[] and parser.interrupted were optimised
                   5097: 
                   5098:        * src/classes/string.C 1.176:
                   5099:                - number of params.count() calls was slightly reduced
                   5100: 
                   5101: 2009-04-23     misha
                   5102:        * src/classes/image.C [release_3_3_0] 1.119.2.1:
                   5103:        * src/include/pa_string.h [release_3_3_0] 1.174.2.1:
                   5104:        * src/main/pa_charset.C [release_3_3_0] 1.66.2.1:
                   5105:                - make it x64 friendly
                   5106: 
                   5107: 2009-04-22     misha
                   5108:        * src/classes/image.C 1.121:
                   5109:        * src/include/pa_string.h 1.179:
                   5110:        * src/main/pa_charset.C 1.71:
                   5111:                - parser is x64 friendly now
                   5112: 
                   5113:        * src/types/pa_vhashfile.C 1.57:
                   5114:                - coder friendly exception about exceeding record size was added
                   5115: 
                   5116:        * src/classes/Makefile.in 1.67:
                   5117:        * src/types/Makefile.in 1.66:
                   5118:                *** empty log message ***
                   5119: 
                   5120:        * src/classes/file.C 1.184:
                   5121:        * src/classes/file.C 1.185:
                   5122:        * src/classes/string.C 1.174:
                   5123:        * src/include/pa_string.h 1.178:
                   5124:        * src/main/pa_string.C 1.222:
                   5125:                - use vregex object instead of direct calls methods from pcre 
                   5126:                lib
                   5127: 
                   5128:        * src/classes/Makefile.am 1.53:
                   5129:        * src/classes/classes.vcproj 1.19:
                   5130:        * src/classes/regex.C 1.1:
                   5131:                - class regex was added
                   5132: 
                   5133:        * src/include/pa_common.h 1.129:
                   5134:        * src/main/pa_common.C 1.243:
                   5135:                - method print_pcre_exec_error_text was moved to class vregex
                   5136: 
                   5137:        * src/types/Makefile.am 1.44:
                   5138:        * src/types/pa_vregex.C 1.1:
                   5139:        * src/types/pa_vregex.h 1.1:
                   5140:        * src/types/types.vcproj 1.22:
                   5141:                - class vregex was added
                   5142: 
                   5143: 2009-04-21     misha
                   5144:        * buildall-with-xml 1.26:
                   5145:        * buildall-without-xml 1.16:
                   5146:                - pcre 7.8 -> pcre 7.9
                   5147: 
                   5148:        * src/classes/op.C 1.184:
                   5149:        * src/main/execute.C 1.326:
                   5150:        * src/types/pa_junction.h 1.9:
                   5151:        * src/types/pa_value.C 1.26:
                   5152:        * src/types/pa_vjunction.C 1.6:
                   5153:        * src/types/pa_vjunction.h 1.28:
                   5154:        * src/types/pa_wcontext.C 1.35:
                   5155:        * src/types/pa_wcontext.h 1.52:
                   5156:                - junction-optimisation (destructors)
                   5157: 
                   5158:        * src/include/pa_array.h 1.75:
                   5159:                - free under if now
                   5160: 
                   5161: 2009-04-18     misha
                   5162:        * src/main/untaint.C 1.146:
                   5163:                - ^taint[js] now escapes \x0D as well
                   5164: 
                   5165:        * Makefile.am 1.62:
                   5166:        * Makefile.am 1.63:
                   5167:        * Makefile.in 1.77:
                   5168:        * Makefile.in 1.78:
                   5169:        * acinclude.m4 1.48:
                   5170:        * acinclude.m4 1.49:
                   5171:        * aclocal.m4 1.51:
                   5172:        * aclocal.m4 1.52:
                   5173:        * acsite.m4 1.26:
                   5174:        * acsite.m4 1.27:
                   5175:        * configure 1.104:
                   5176:        * configure 1.105:
                   5177:        * configure.in 1.110:
                   5178:        * configure.in 1.111:
                   5179:                *** empty log message ***
                   5180: 
                   5181:        * src/include/pa_version.h 1.35:
                   5182:                
                   5183:                :q
                   5184:                :
                   5185:                
                   5186:                CV: ----------------------------------------------------------------------
                   5187: 
                   5188:        * src/types/pa_vjunction.h 1.27:
                   5189:        * src/types/pa_vstateless_class.C 1.37:
                   5190:                - little refactoring
                   5191: 
                   5192:        * src/include/pa_array.h 1.74:
                   5193:        * src/include/pa_hash.h 1.73:
                   5194:        * src/types/pa_vmethod_frame.h 1.76:
                   5195:                - destructors under #ifdef now
                   5196: 
                   5197:        * src/include/pa_memory.h 1.17:
                   5198:                - define for using destructors was added
                   5199: 
                   5200: 2009-04-17     misha
                   5201:        * src/main/execute.C 1.325:
                   5202:        * src/types/pa_method.h 1.12:
                   5203:        * src/types/pa_vstateless_class.C 1.36:
                   5204:                - some junctions will be cached now
                   5205: 
                   5206:        * src/include/pa_hash.h 1.72:
                   5207:                - hash destructor frees pairs now
                   5208: 
                   5209:        * src/include/pa_array.h 1.73:
                   5210:                - inline was added to destructor
                   5211: 
                   5212:        * src/types/pa_method.h 1.11:
                   5213:                - comment was changed
                   5214: 
                   5215:        * src/include/pa_array.h 1.72:
                   5216:        * src/include/pa_hash.h 1.71:
                   5217:        * src/types/pa_vmethod_frame.h 1.75:
                   5218:                - destructors were added
                   5219: 
                   5220:        * src/main/compile.tab.C 1.124:
                   5221:        * src/main/compile.tab.C 1.125:
                   5222:                *** empty log message ***
                   5223: 
                   5224:        * src/types/pa_method.h 1.10:
                   5225:        * src/types/pa_vmethod_frame.h 1.74:
                   5226:                - write_to_result renamed to always_use_result
                   5227: 
                   5228:        * src/main/compile.y 1.232:
                   5229:        * src/main/compile_tools.h 1.83:
                   5230:                - rollback changes in compiler: full backward compatibility is 
                   5231:                better
                   5232: 
                   5233:        * src/types/pa_vmethod_frame.h 1.73:
                   5234:                - set flag write_to_result if find result in var's hash
                   5235: 
                   5236:        * src/types/pa_vmethod_frame.C 1.12:
                   5237:        * src/types/pa_vmethod_frame.h 1.72:
                   5238:                - optimisation in method_frame
                   5239: 
                   5240:        * src/include/pa_array.h 1.71:
                   5241:                - optimisation in array (allocate elements only when needed)
                   5242: 
                   5243:        * src/types/pa_vresponse.C 1.28:
                   5244:                - check for $response:headers field before looking at custom 
                   5245:                fields
                   5246: 
                   5247:        * src/types/pa_vmethod_frame.h 1.71:
                   5248:                - if flag write_to_result was set, not needed to check existance 
                   5249:                var with name 'result' in var's hash
                   5250: 
                   5251:        * src/main/compile.y 1.231:
                   5252:                - compiler was changed: now it detects writings to $result and 
                   5253:                set flag writo_to_result in method
                   5254: 
                   5255:        * src/classes/string.C 1.173:
                   5256:                - little optimisation: no needed to write number with lang
                   5257: 
                   5258:        * src/main/pa_charset.C 1.70:
                   5259:                - methods readChar and skipChar which is used for read utf8-strings were renamed
                   5260:                - is_escaped was renamed to isEscaped (to the same name convention)
                   5261: 
                   5262:        * src/main/compile_tools.h 1.82:
                   5263:        * src/types/pa_method.h 1.9:
                   5264:                - flag write_to_result added. compiler get this info from code.
                   5265: 
                   5266: 2009-04-16     misha
                   5267:        * src/types/pa_vmethod_frame.h 1.70:
                   5268:        * src/types/pa_wcontext.h 1.51:
                   5269:                - create new String only before 1st write
                   5270: 
                   5271:        * src/include/pa_string.h 1.177:
                   5272:                - not needed template removed
                   5273: 
                   5274:        * src/classes/bool.C 1.2:
                   5275:        * src/classes/double.C 1.62:
                   5276:        * src/classes/hash.C 1.89:
                   5277:        * src/classes/int.C 1.58:
                   5278:        * src/classes/string.C 1.172:
                   5279:        * src/classes/table.C 1.249:
                   5280:        * src/classes/void.C 1.42:
                   5281:        * src/classes/xnode.C 1.83:
                   5282:        * src/main/pa_request.C 1.299:
                   5283:        * src/types/pa_vbool.h 1.31:
                   5284:        * src/types/pa_vfile.h 1.62:
                   5285:        * src/types/pa_vimage.C 1.37:
                   5286:        * src/types/pa_vjunction.C 1.5:
                   5287:        * src/types/pa_vproperty.C 1.2:
                   5288:        * src/types/pa_vstateless_class.C 1.35:
                   5289:        * src/types/pa_vxdoc.C 1.35:
                   5290:        * src/types/pa_vxnode.C 1.50:
                   5291:                - bool optimisation (use only 2 bool objects)
                   5292: 
                   5293: 2009-04-15     misha
                   5294:        * src/lib/cord/cordxtra.c 1.8:
                   5295:                - more optimisation
                   5296: 
                   5297:        * src/include/pa_string.h 1.176:
                   5298:        * src/main/untaint.C 1.145:
                   5299:                - String::append optimisation
                   5300: 
                   5301:        * src/include/pa_hash.h 1.70:
                   5302:                - get_by_hash_code added (it works faster then get and can 
                   5303:                sometime be used)
                   5304: 
                   5305:        * src/main/pa_string.C 1.220:
                   5306:                - String::length optimisation
                   5307: 
                   5308:        * src/main/pa_charset.C 1.69:
                   5309:                - rollback changeing readChar to skipChar. these methods read 
                   5310:                different strings
                   5311: 
                   5312:        * src/types/pa_vmethod_frame.C 1.11:
                   5313:        * src/types/pa_vmethod_frame.h 1.69:
                   5314:                - fresult_initial_void removed + some optimisation
                   5315:                - if $result defined we don't write to context anymore
                   5316: 
                   5317:        * src/main/pa_charset.C 1.68:
                   5318:                - readChar => skipChar (in this place we need just skip char)
                   5319: 
                   5320:        * src/classes/table.C 1.248:
                   5321:        * src/main/execute.C 1.324:
                   5322:        * src/types/pa_vmethod_frame.C 1.10:
                   5323:        * src/types/pa_vmethod_frame.h 1.68:
                   5324:        * src/types/pa_vrequest.C 1.42:
                   5325:        * src/types/pa_vtable.C 1.28:
                   5326:                - VVoid::get() => new VVoid (one void-instance)
                   5327: 
                   5328:        * src/types/pa_vvoid.h 1.29:
                   5329:                - added get() method for retreave one instance
                   5330: 
                   5331: 2009-04-11     misha
                   5332:        * tests/results/196.processed 1.1:
                   5333:        * tests/results/197.processed 1.1:
                   5334:                *** empty log message ***
                   5335: 
                   5336:        * tests/196.html 1.1:
                   5337:                - tests for $cookie:CLASS_NAME & Co were added
                   5338: 
                   5339:        * tests/197.html 1.1:
                   5340:                - test for parser://test in xml was added
                   5341: 
                   5342:        * src/classes/string.C 1.171:
                   5343:        * src/types/pa_vconsole.h 1.15:
                   5344:        * src/types/pa_venv.C 1.6:
                   5345:        * src/types/pa_venv.h 1.36:
                   5346:                - small optimisation
                   5347: 
                   5348: 2009-04-10     misha
                   5349:        * buildall-with-xml 1.25:
                   5350:        * buildall-without-xml 1.15:
                   5351:                - moving from pcre-7.7 to pcre-7.8
                   5352: 
                   5353:        * src/classes/image.C 1.120:
                   5354:        * src/classes/inet.C 1.3:
                   5355:        * src/classes/string.C 1.170:
                   5356:        * src/classes/xdoc.C 1.157:
                   5357:        * src/classes/xnode.C 1.82:
                   5358:        * src/types/pa_vclass.C 1.37:
                   5359:        * src/types/pa_vdate.h 1.48:
                   5360:        * src/types/pa_vmail.C 1.84:
                   5361:                - normalizing todo-comments: '@todo' now
                   5362: 
                   5363:        * src/types/pa_vcookie.C 1.76:
                   5364:        * src/types/pa_vcookie.h 1.34:
                   5365:                - $cookie:CLASS_NAME was added
                   5366: 
                   5367:        * src/types/pa_vrequest.C 1.41:
                   5368:        * src/types/pa_vrequest.h 1.36:
                   5369:                - $request:CLASS and $request:CLASS_NAME were added
                   5370: 
                   5371:        * src/types/pa_vconsole.h 1.14:
                   5372:                - $console:CLASS and $console:CLASS_NAME were added
                   5373: 
                   5374:        * src/types/pa_venv.C 1.5:
                   5375:        * src/types/pa_venv.h 1.35:
                   5376:                - $env:CLASS and $env:CLASS_NAME were added
                   5377: 
                   5378:        * src/targets/cgi/parser3.C 1.250:
                   5379:                - size_t -> int for calming down compirer
                   5380: 
                   5381:        * src/main/pa_string.C 1.219:
                   5382:                - little code cleanup
                   5383: 
                   5384:        * src/main/pa_common.C 1.242:
                   5385:                - describe one more UTF-8 related error during PCRE compile/
                   5386:                execute
                   5387: 
                   5388:        * src/types/pa_vmath.C 1.9:
                   5389:        * src/types/pa_vmath.h 1.19:
                   5390:                - $math:E was added
                   5391: 
                   5392:        * src/main/pa_charset.C 1.67:
                   5393:                - type changed for making compiler happy
                   5394: 
                   5395: 2009-03-09     misha
                   5396:        * src/targets/cgi/parser3.C 1.249:
                   5397:                make g++ happy with the type of argc in main()
                   5398: 
                   5399: 2009-02-01     misha
                   5400:        * src/main/pa_http.C 1.24:
                   5401:                - bugfix: double CRLF before the end of boundary
                   5402: 
1.77      misha    5403: 2009-01-29     misha
                   5404:        * Makefile.am 1.61:
                   5405:        * Makefile.in 1.76:
                   5406:        * acinclude.m4 1.47:
                   5407:        * aclocal.m4 1.50:
                   5408:        * acsite.m4 1.25:
                   5409:        * configure 1.103:
                   5410:        * configure.in 1.109:
                   5411:        * src/include/Makefile.in 1.23:
                   5412:        * src/main/Makefile.in 1.63:
                   5413:                *** empty log message ***
                   5414: 
                   5415: 2009-01-25     misha
                   5416:        * tests/results/194.processed 1.1:
                   5417:                =no message
                   5418: 
                   5419:        * tests/194.html 1.1:
                   5420:        * tests/194_dir/194.p 1.1:
                   5421:                - test for @GET[] was added
                   5422: 
                   5423:        * src/classes/file.C 1.183:
                   5424:                - more changes for parsing different number of params for file::
                   5425:                load
                   5426: 
                   5427:        * tests/193.html 1.1:
                   5428:                - tests for exception while base64-decode binary to string was 
                   5429:                added
                   5430: 
                   5431:        * tests/192.html 1.1:
                   5432:                - tests for file::load with different number of options
                   5433: 
                   5434:        * src/classes/math.C 1.56:
                   5435:                - ups. forgot '+1'
                   5436: 
                   5437:        * src/classes/file.C 1.182:
                   5438:        * src/classes/table.C 1.247:
                   5439:        * src/include/pa_common.h 1.128:
                   5440:        * src/include/pa_http.h 1.4:
                   5441:        * src/main/pa_common.C 1.241:
                   5442:        * src/main/pa_http.C 1.22:
                   5443:        * src/main/pa_xml_io.C 1.23:
                   5444:                - ^file::load[...;http://...;] now can post files (new option $.encode[multipart-form/data] should 
                   5445:                be specified)
                   5446:                - $.method[] option for file::load now is not case-sensitive
                   5447: 
                   5448:        * src/include/pa_string.h 1.175:
                   5449:        * src/main/untaint.C 1.144:
                   5450:                - for file post the new taint language L_FILE_POST was added
                   5451: 
                   5452:        * src/classes/math.C 1.55:
                   5453:        * src/include/Makefile.am 1.11:
                   5454:        * src/include/pa_random.h 1.1:
                   5455:        * src/main/Makefile.am 1.48:
                   5456:        * src/main/main.vcproj 1.23:
                   5457:        * src/main/pa_random.C 1.1:
                   5458:                - some stuff was moved to separate files
                   5459: 
                   5460: 2009-01-23     misha
                   5461:        * src/classes/math.C 1.54:
                   5462:                - little optimisation in ^math:sha1[]
                   5463:                - spaces to tabs were converted
                   5464: 
                   5465: 2009-01-12     misha
                   5466:        * src/main/pa_http.C 1.21:
                   5467:                - value of $.method[] option force uppercased now
                   5468: 
                   5469:        * src/classes/file.C 1.181:
                   5470:        * src/include/pa_common.h 1.127:
                   5471:        * src/main/pa_http.C 1.20:
                   5472:        * src/targets/apache13core/mod_parser3_core.C 1.12:
                   5473:        * src/targets/cgi/parser3.C 1.248:
                   5474:        * src/targets/isapi/parser3isapi.C 1.100:
                   5475:        * src/types/pa_vform.C 1.94:
                   5476:        * src/types/pa_vmail.C 1.83:
                   5477:                - some constants changed their names
                   5478: 
                   5479:        * src/main/pa_common.C 1.240:
                   5480:                - changes in formating
                   5481: 
                   5482:        * src/include/pa_http.h 1.3:
                   5483:                - some spaces were converted to tabs
                   5484: 
                   5485:        * src/classes/file.C 1.180:
                   5486:                - fixed 4-th paramether for file::load
                   5487:                - little code rewriting
                   5488: 
                   5489:        * src/types/pa_vfile.C 1.42:
                   5490:                - little code rewriting
                   5491: 
                   5492:        * src/main/pa_common.C 1.239:
                   5493:        * src/main/pa_http.C 1.19:
                   5494:        * src/main/untaint.C 1.143:
                   5495:        * src/types/pa_value.h 1.130:
                   5496:                - some formating changes
                   5497: 
                   5498:        * src/include/pa_common.h 1.126:
                   5499:                - some formating spaces transformed to tabs
                   5500: 
                   5501:        * src/classes/string.C 1.169:
                   5502:                - exception while base64-decode binary to a string
                   5503: 
                   5504: 2009-01-11     misha
                   5505:        * configure.in 1.107:
                   5506:                - version changed to 3.3.1b
                   5507: 
                   5508: 2008-09-05     misha
                   5509:        * Makefile.am 1.59:
                   5510:        * Makefile.am 1.60:
                   5511:        * Makefile.am [release_3_3_0] 1.58.2.2:
                   5512:        * Makefile.in 1.74:
                   5513:        * Makefile.in 1.75:
                   5514:        * Makefile.in [release_3_3_0] 1.73.2.2:
                   5515:        * acinclude.m4 1.45:
                   5516:        * acinclude.m4 1.46:
                   5517:        * acinclude.m4 [release_3_3_0] 1.44.2.2:
                   5518:        * aclocal.m4 1.48:
                   5519:        * aclocal.m4 1.49:
                   5520:        * aclocal.m4 [release_3_3_0] 1.47.2.2:
                   5521:        * acsite.m4 1.23:
                   5522:        * acsite.m4 1.24:
                   5523:        * acsite.m4 [release_3_3_0] 1.22.2.2:
                   5524:        * configure 1.101:
                   5525:        * configure 1.102:
                   5526:        * configure [release_3_3_0] 1.100.2.2:
                   5527:        * configure.in 1.105:
                   5528:        * configure.in 1.106:
                   5529:        * configure.in [release_3_3_0] 1.104.2.2:
                   5530:        * src/lib/Makefile.am 1.10:
                   5531:        * src/lib/Makefile.am [release_3_3_0] 1.9.2.1:
                   5532:        * src/lib/Makefile.in 1.18:
                   5533:        * src/lib/Makefile.in [release_3_3_0] 1.17.2.1:
                   5534:        * src/lib/pcre/Makefile.am 1.4:
                   5535:        * src/lib/pcre/Makefile.am [release_3_3_0] 1.4.2.2:
                   5536:        * src/lib/pcre/Makefile.in 1.15:
                   5537:        * src/lib/pcre/Makefile.in [release_3_3_0] 1.15.2.2:
                   5538:                *** empty log message ***
                   5539: 
                   5540:        * src/lib/pcre/Makefile.in [release_3_3_0] 1.15.2.1:
                   5541:                file Makefile.in was added on branch release_3_3_0 on 2008-09-05 
                   5542:                10:59:35 +0000
                   5543: 
                   5544:        * src/lib/pcre/Makefile.am [release_3_3_0] 1.4.2.1:
                   5545:                file Makefile.am was added on branch release_3_3_0 on 2008-09-05 
                   5546:                10:59:35 +0000
                   5547: 
                   5548: 2008-09-04     misha
                   5549:        * Makefile.am [release_3_3_0] 1.58.2.1:
                   5550:        * Makefile.in [release_3_3_0] 1.73.2.1:
                   5551:        * acinclude.m4 [release_3_3_0] 1.44.2.1:
                   5552:        * aclocal.m4 [release_3_3_0] 1.47.2.1:
                   5553:        * acsite.m4 [release_3_3_0] 1.22.2.1:
                   5554:        * configure [release_3_3_0] 1.100.2.1:
                   5555:        * configure.in [release_3_3_0] 1.104.2.1:
                   5556:                *** empty log message ***
                   5557: 
                   5558:        * src/include/pa_version.h [release_3_3_0] 1.33.2.1:
                   5559:                =no message
                   5560: 
                   5561:        * tests/130.html 1.3:
                   5562:        * tests/131.html 1.3:
                   5563:                - these exceptions not typeless anymore
                   5564: 
                   5565:        * src/classes/op.C 1.183:
                   5566:                - exception with 'invalid taint language' not typeless anylonger
                   5567: 
                   5568:        * src/classes/image.C 1.119:
                   5569:                - some exceptions while operations with image not typeless 
                   5570:                anymore
                   5571: 
                   5572:        * src/classes/file.C 1.179:
                   5573:        * src/main/pa_common.C 1.238:
                   5574:        * src/main/pa_exec.C 1.72:
                   5575:        * src/main/pa_http.C 1.18:
                   5576:        * src/types/pa_vhashfile.C 1.56:
                   5577:                - some exceptions while operations with files not typeless 
                   5578:                anymore
                   5579: 
                   5580:        * src/classes/date.C 1.83:
                   5581:        * src/types/pa_value.C 1.25:
                   5582:        * src/types/pa_vcookie.C 1.75:
                   5583:        * src/types/pa_vdate.h 1.47:
                   5584:                - exceptions while checking date range not typeless anymore
                   5585: 
                   5586:        * src/include/pa_exception.h 1.54:
                   5587:                - exception type string for invalid date range was added
                   5588: 
                   5589: 2008-09-03     misha
                   5590:        * src/classes/file.C 1.178:
                   5591:        * src/main/pa_string.C 1.218:
                   5592:                - exception while pce operations not typeless anymore
                   5593: 
                   5594:        * src/include/pa_exception.h 1.53:
                   5595:                - exception type for pce operations was added
                   5596: 
                   5597:        * tests/191.html 1.1:
                   5598:        * tests/191_a.p 1.1:
                   5599:        * tests/191_b.p 1.1:
                   5600:                - tests for calling .CLASS and .CLASS_NAME insite classes
                   5601: 
                   5602:        * src/classes/table.C 1.246:
                   5603:                - don't save table header whiile ^table.save[append;filename] if 
                   5604:                file exists
                   5605: 
                   5606: 2008-09-03     misha
                   5607:        * src/classes/file.C 1.178:
                   5608:        * src/main/pa_string.C 1.218:
                   5609:                - exception while pce operations not typeless anymore
                   5610: 
                   5611:        * src/include/pa_exception.h 1.53:
                   5612:                - exception type for pce operations was added
                   5613: 
                   5614:        * tests/191.html 1.1:
                   5615:        * tests/191_a.p 1.1:
                   5616:        * tests/191_b.p 1.1:
                   5617:                - tests for calling .CLASS and .CLASS_NAME insite classes
                   5618: 
                   5619:        * src/classes/table.C 1.246:
                   5620:                - don't save table header whiile ^table.save[append;filename] if 
                   5621:                file exists
                   5622: 
                   5623: 2008-09-02     misha
                   5624:        * src/main/compile.tab.C 1.123:
                   5625:        * src/main/compile.y 1.230:
                   5626:        * src/main/compile_tools.h 1.81:
                   5627:        * src/types/pa_vstateless_class.h 1.61:
                   5628:        * tests/182_dir/a1.p 1.2:
                   5629:        * tests/182_dir/a2.p 1.2:
                   5630:                - append option was renamed to partial and it login changed: we 
                   5631:                must mark class as partial for allow their modifications in 
                   5632:                future.
                   5633: 
                   5634: 2008-08-29     misha
                   5635:        * tests/022.html 1.3:
                   5636:        * tests/results/022.processed 1.5:
                   5637:                - testing taint[regex] in mask for file:list
                   5638: 
                   5639:        * tests/022_dir/b[b].txt 1.1:
                   5640:                - file for testing taint[regex] in mask for file:list was added
                   5641: 
                   5642:        * src/classes/file.C 1.177:
                   5643:                - bugfix: ^taint[regex][] didn't works in file:list
                   5644: 
                   5645: 2008-08-26     misha
                   5646:        * src/types/pa_vobject.C 1.27:
                   5647:                - we must get .CLASS and .CLASS_NAME from last derived object
                   5648: 
                   5649:        * src/classes/image.C 1.118:
                   5650:                - many strings "image.format" replaced by IMAGE_FORMAT constant string
                   5651:                - handle GPS info while parse exif
                   5652:                - understand some more exif tags
                   5653: 
                   5654:        * src/include/pa_exception.h 1.52:
                   5655:                - string "image.format" was added
                   5656: 
                   5657: 2008-08-21     misha
                   5658:        * src/classes/file.C 1.176:
                   5659:        * src/main/pa_string.C 1.217:
                   5660:                - use method for print pcre_exec text error
                   5661: 
                   5662:        * src/main/pa_common.C 1.237:
                   5663:                - method for print pcre_exec text error was added
                   5664: 
                   5665:        * src/include/pa_common.h 1.125:
                   5666:                - method declaration for print pcre_exec text error was added
                   5667: 
                   5668: 2008-08-19     misha
                   5669:        * src/main/execute.C 1.323:
                   5670:                - bugfix: opcodes must be in separate namespace while debug 
                   5671:                execution as well
                   5672: 
                   5673:        * tests/015.html 1.3:
                   5674:        * tests/results/015.processed 1.5:
                   5675:                - test for escaping some parser chars was added
                   5676: 
                   5677: 2008-08-18     misha
                   5678:        * tests/190.html 1.1:
                   5679:        * tests/190.p 1.1:
                   5680:        * tests/results/190.processed 1.1:
                   5681:                - test for $caller.self.field + default getter in one class was 
                   5682:                added
                   5683: 
                   5684:        * tests/189.html 1.1:
                   5685:        * tests/results/189.processed 1.1:
                   5686:                - test for ^date::create[date object]
                   5687: 
                   5688:        * tests/188.html 1.1:
                   5689:        * tests/results/188.processed 1.1:
                   5690:                - tests for match with UTF-8 strings
                   5691: 
                   5692:        * src/main/pa_string.C 1.216:
                   5693:                - option 'U' (ungreedy) was added to ^string.match[]
                   5694: 
                   5695: 2008-08-15     misha
                   5696:        * Makefile.am 1.58:
                   5697:        * Makefile.in 1.73:
                   5698:        * acinclude.m4 1.44:
                   5699:        * aclocal.m4 1.47:
                   5700:        * acsite.m4 1.22:
                   5701:        * bin/Makefile.in 1.14:
                   5702:        * configure 1.100:
                   5703:        * configure.in 1.104:
                   5704:        * etc/Makefile.in 1.19:
                   5705:        * etc/parser3.charsets/Makefile.in 1.23:
                   5706:        * src/Makefile.in 1.60:
                   5707:        * src/classes/Makefile.in 1.66:
                   5708:        * src/include/Makefile.in 1.22:
                   5709:        * src/include/pa_version.h 1.32:
                   5710:        * src/lib/Makefile.in 1.17:
                   5711:        * src/lib/cord/Makefile.in 1.8:
                   5712:        * src/lib/cord/include/Makefile.in 1.6:
                   5713:        * src/lib/cord/include/private/Makefile.in 1.6:
                   5714:        * src/lib/gc/Makefile.in 1.6:
                   5715:        * src/lib/gc/include/Makefile.in 1.6:
                   5716:        * src/lib/gd/Makefile.in 1.7:
                   5717:        * src/lib/ltdl/Makefile.in 1.11:
                   5718:        * src/lib/md5/Makefile.in 1.12:
                   5719:        * src/lib/sdbm/Makefile.in 1.5:
                   5720:        * src/lib/sdbm/apr-include/Makefile.in 1.5:
                   5721:        * src/lib/smtp/Makefile.in 1.7:
                   5722:        * src/main/Makefile.in 1.62:
                   5723:        * src/sql/Makefile.in 1.16:
                   5724:        * src/targets/Makefile.in 1.47:
                   5725:        * src/targets/apache13/Makefile.in 1.52:
                   5726:        * src/targets/apache13core/Makefile.in 1.9:
                   5727:        * src/targets/cgi/Makefile.in 1.71:
                   5728:        * src/targets/isapi/Makefile.in 1.17:
                   5729:        * src/types/Makefile.in 1.65:
                   5730:                *** empty log message ***
                   5731: 
                   5732:        * src/lib/pcre/LICENCE 1.2:
                   5733:        * src/lib/pcre/Makefile.am 1.3:
                   5734:        * src/lib/pcre/Makefile.in 1.14:
                   5735:        * src/lib/pcre/README 1.2:
                   5736:        * src/lib/pcre/Tech.Notes 1.2:
                   5737:        * src/lib/pcre/dftables.c 1.2:
                   5738:        * src/lib/pcre/get.c 1.2:
                   5739:        * src/lib/pcre/internal.h 1.2:
                   5740:        * src/lib/pcre/maketables.c 1.3:
                   5741:        * src/lib/pcre/pcre.3 1.2:
                   5742:        * src/lib/pcre/pcre.3.html 1.2:
                   5743:        * src/lib/pcre/pcre.3.txt 1.2:
                   5744:        * src/lib/pcre/pcre.c 1.2:
                   5745:        * src/lib/pcre/pcre.h 1.3:
                   5746:        * src/lib/pcre/pcre.vcproj 1.6:
                   5747:        * src/lib/pcre/pcre_dftables.vcproj 1.7:
                   5748:        * src/lib/pcre/study.c 1.2:
                   5749:                - old PCRE files removed
                   5750: 
                   5751:        * src/lib/pcre/config.h 1.1:
                   5752:                - configuration for PCRE library
                   5753: 
                   5754:        * src/classes/classes.vcproj 1.18:
                   5755:        * src/lib/Makefile.am 1.9:
                   5756:        * src/main/main.vcproj 1.21:
                   5757:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.13:
                   5758:        * src/targets/cgi/parser3.vcproj 1.16:
                   5759:        * src/targets/isapi/parser3isapi.vcproj 1.12:
                   5760:        * src/types/types.vcproj 1.21:
                   5761:                - use PCRE library from win32\pcre instead of parser3\src\lib\
                   5762:                pcre
                   5763: 
                   5764:        * src/include/pa_charset.h 1.40:
                   5765:        * src/include/pa_config_fixed.h 1.73:
                   5766:        * src/main/pa_charset.C 1.65:
                   5767:        * src/main/pa_globals.C 1.183:
                   5768:                - moved to new PCRE library
                   5769: 
                   5770:        * src/classes/file.C 1.175:
                   5771:        * src/main/pa_string.C 1.215:
                   5772:                - moved to new PCRE library and set flag UTF8 if $request:
                   5773:                charset is UTF-8
                   5774: 
                   5775:        * src/include/pa_opcode.h 1.29:
                   5776:        * src/include/pa_operation.h 1.7:
                   5777:        * src/main/compile.C 1.80:
                   5778:        * src/main/compile.tab.C 1.122:
                   5779:        * src/main/compile.y 1.229:
                   5780:        * src/main/compile_tools.C 1.60:
                   5781:        * src/main/compile_tools.h 1.80:
                   5782:        * src/main/execute.C 1.322:
                   5783:                - opcodes were moved to separate namespace
                   5784: 
                   5785: 2008-08-14     misha
                   5786:        * src/types/pa_vstateless_class.C 1.34:
                   5787:                - newline at the end missed
                   5788: 
                   5789:        * src/main/untaint.C 1.142:
                   5790:                - char '-' also prefixed by '\' while regex tainting
                   5791: 
                   5792: 2008-08-11     misha
                   5793:        * tests/187.html 1.1:
                   5794:        * tests/187.p 1.1:
                   5795:        * tests/results/187.processed 1.1:
                   5796:                - tests for $caller.self, $caller.self.field and $
                   5797:                caller.self.field[value] were added
                   5798: 
                   5799:        * src/types/pa_vmethod_frame.h 1.67:
                   5800:                - still need to check 'self' runtime as well (for $caller.self)
                   5801: 
                   5802: 2008-07-25     misha
                   5803:        * tests/021.html 1.3:
                   5804:        * tests/032.html 1.3:
                   5805:        * tests/033.html 1.3:
                   5806:        * tests/047.html 1.3:
                   5807:        * tests/055.html 1.3:
                   5808:        * tests/059.html 1.4:
                   5809:        * tests/061.html 1.3:
                   5810:        * tests/064.html 1.3:
                   5811:        * tests/067.html 1.3:
                   5812:        * tests/068.html 1.3:
                   5813:        * tests/085.html 1.3:
                   5814:        * tests/086.html 1.3:
                   5815:        * tests/098.html 1.3:
                   5816:        * tests/109.html 1.3:
                   5817:        * tests/121.html 1.3:
                   5818:                - set correct charsets in tests with international characters
                   5819: 
                   5820: 2008-07-23     misha
                   5821:        * src/main/pa_http.C 1.17:
                   5822:                - escape $cookies as %uXXXX while file::load[...;http://

                   5823: 
                   5824:        * src/classes/file.C 1.174:
                   5825:        * src/main/pa_globals.C 1.182:
                   5826:        * src/main/pa_string.C 1.214:
                   5827:                - pcre now everywhere in separate namespace
                   5828: 
                   5829:        * src/types/pa_vmethod_frame.h 1.66:
                   5830:                - looking for caller before looking for vars
                   5831: 
                   5832:        * src/main/compile.tab.C 1.121:
                   5833:        * src/main/compile.y 1.228:
                   5834:                - characters '@' and '#' now can be escaped by '^'
                   5835: 
                   5836: 2008-07-22     misha
                   5837:        * src/classes/string.C 1.168:
                   5838:        * tests/186.html 1.3:
                   5839:                - names changes: escape=>js-escape, unescape=>js-unescape
                   5840: 
                   5841: 2008-07-21     misha
                   5842:        * tests/186.html 1.1:
                   5843:        * tests/results/186.processed 1.1:
                   5844:                - test for string escape/unescape
                   5845: 
                   5846:        * src/classes/string.C 1.167:
                   5847:                - string has escape and unescape methods now
                   5848: 
                   5849:        * src/include/pa_string.h 1.174:
                   5850:        * src/main/pa_string.C 1.213:
                   5851:                - escape method was added
                   5852: 
                   5853:        * src/include/pa_charset.h 1.38:
                   5854:        * src/main/pa_charset.C 1.64:
                   5855:                - more escape method-layers added (with different params)
                   5856: 
                   5857: 2008-07-18     misha
                   5858:        * tests/results/185.processed 1.3:
                   5859:                - test for ^str.pos[substr](offset) was added
                   5860: 
                   5861:        * tests/185.html 1.4:
                   5862:                - test for ^str.pos[sub](offset) added
                   5863: 
                   5864:        * operators.txt 1.211:
                   5865:        * src/classes/string.C 1.165:
                   5866:        * src/classes/void.C 1.40:
                   5867:                - ^string.pos[substr](offset) -- 2nd param accepted now
                   5868: 
                   5869:        * src/main/pa_string.C 1.212:
                   5870:                - .pos works fine with offset for utf-8 strings
                   5871: 
                   5872: 2008-07-17     misha
                   5873:        * src/classes/string.C 1.164:
                   5874:        * src/include/pa_string.h 1.172:
                   5875:        * src/main/pa_string.C 1.211:
                   5876:                - helper length added for mid for small optimisation
                   5877: 
                   5878: 2008-07-16     misha
                   5879:        * tests/185.html 1.1:
                   5880:        * tests/results/185.processed 1.1:
                   5881:                - tests for length/left/right/mid/pos with utf-8 strings
                   5882: 
                   5883:        * src/classes/string.C 1.163:
                   5884:                - left/right/mid/length/pos works fine for utf-8 strings
                   5885: 
                   5886:        * src/include/pa_charset.h 1.37:
                   5887:        * src/include/pa_string.h 1.171:
                   5888:        * src/main/pa_charset.C 1.61:
                   5889:        * src/main/pa_string.C 1.210:
                   5890:                - methods for working with pos/mid for strings in utf-8 were 
                   5891:                added
                   5892: 
                   5893:        * src/main/untaint.C 1.141:
                   5894:                - comments removed
                   5895: 
                   5896: 2008-07-15     misha
                   5897:        * tests/184.html 1.1:
                   5898:        * tests/results/184.processed 1.1:
                   5899:                - test for case body as expression: $var(^switch(1){^case(1)(
                   5900:                true)..})
                   5901: 
                   5902:        * src/classes/op.C 1.182:
                   5903:                - case body can be expression now: $var(^switch(1){^case(1)(true)
                   5904:                ..})
                   5905: 
                   5906:        * tests/183.html 1.1:
                   5907:        * tests/results/183.processed 1.1:
                   5908:                - added test for testing new cookie encoding (%uXXXX)
                   5909: 
                   5910:        * src/main/untaint.C 1.140:
                   5911:                - cookies outputs as %uXXXX now. while decoding for backward 
                   5912:                compatibility they decoded from %XX in request:charset too
                   5913: 
                   5914:        * src/main/pa_request.C 1.298:
                   5915:        * src/types/pa_vcookie.C 1.74:
                   5916:        * src/types/pa_vcookie.h 1.33:
                   5917:                - cookie class now decode cookies before first access after last 
                   5918:                request:charset changing (as form class).
                   5919: 
                   5920:        * src/main/pa_charset.C 1.60:
                   5921:                - added method escape for escaping cookies as %uXXXX
                   5922:                - before transcode calculate required space for dest string. it reduce mem usage for transcode
                   5923: 
                   5924:        * src/include/pa_charset.h 1.36:
                   5925:                - added method escape for escaping cookies as %uXXXX
                   5926: 
                   5927:        * src/include/pa_string.h 1.170:
                   5928:                - taint lang (internal) L_HTTP_COOKIE was added. will used for 
                   5929:                escaping cookies as %uXXXX
                   5930: 
                   5931:        * src/include/pa_common.h 1.124:
                   5932:                - escape method has new option for skip converting '+' to a 
                   5933:                space char
                   5934: 
                   5935:        * src/main/pa_common.C 1.236:
                   5936:        * src/main/pa_http.C 1.16:
                   5937:                - skip BOM code before transcode
                   5938:                - escape method has new option for skip converting '+' to a space char
                   5939: 
                   5940: 2008-07-08     misha
                   5941:        * src/classes/op.C 1.181:
                   5942:                - bugfix in switch
                   5943:                - case "stops" on 1st match (no UE if more then 1 case matches anylonger)
                   5944:                - optimization: doing searching.as_string() || searching.as_double() only once
                   5945: 
                   5946: 2008-07-04     misha
                   5947:        * src/types/pa_vdate.h 1.46:
                   5948:                - is_evaluated_expr returning true added so now ^date::create[
                   5949:                date object] works
                   5950: 
                   5951:        * src/classes/string.C 1.162:
                   5952:                - left and right added as aliases for start and end in ^
                   5953:                string.trim[]
                   5954: 
                   5955: 2008-07-03     misha
                   5956:        * src/classes/file.C 1.173:
                   5957:                - allow $.limit for file::sql as well
                   5958: 
                   5959:        * src/classes/file.C 1.172:
                   5960:                - allow $.offset option for file::sql
                   5961:                - force send limit=1 to query for use sql specifics authomatically
                   5962: 
                   5963:        * src/classes/hash.C 1.88:
                   5964:        * src/classes/string.C 1.161:
                   5965:        * src/classes/table.C 1.245:
                   5966:                - don't throw exception if $.limit value if empty. autoconvert 
                   5967:                it as everywere
                   5968: 
                   5969: 2008-07-02     misha
                   5970:        * Makefile.am 1.57:
                   5971:        * Makefile.in 1.72:
                   5972:        * acinclude.m4 1.43:
                   5973:        * aclocal.m4 1.46:
                   5974:        * acsite.m4 1.21:
                   5975:        * configure 1.99:
                   5976:        * configure.in 1.102:
                   5977:                *** empty log message ***
                   5978: 
                   5979:        * configure.in 1.101:
                   5980:        * src/include/pa_version.h 1.31:
                   5981:                - time to change version number to 3.3.0 %-)
                   5982: 
                   5983: 2008-06-26     misha
                   5984:        * src/classes/file.C 1.171:
                   5985:        * src/classes/hash.C 1.87:
                   5986:        * src/classes/string.C 1.160:
                   5987:        * src/classes/table.C 1.244:
                   5988:        * src/classes/void.C 1.39:
                   5989:                - $.limit(0) fixes
                   5990: 
                   5991:        * src/sql/pa_sql_driver.h 1.45:
                   5992:                - new drivers API and new version (10.0)
                   5993:                - $.limit(0) fixes
                   5994: 
                   5995:        * src/classes/op.C 1.180:
                   5996:        * src/include/pa_sql_connection.h 1.41:
                   5997:        * src/include/pa_sql_driver_manager.h 1.34:
                   5998:        * src/main/pa_sql_driver_manager.C 1.88:
                   5999:                - document_root added
                   6000: 
                   6001:        * src/sql/pa_sql_driver.h 1.44:
                   6002:                - SQL_NO_LIMIT added (preparations to new API)
                   6003: 
                   6004:        * src/main/compile.tab.C 1.120:
                   6005:                - error message was changed
                   6006: 
                   6007: 2008-06-25     misha
                   6008:        * src/main/compile.y 1.227:
                   6009:                - error message was changed
                   6010: 
                   6011: 2008-06-24     misha
                   6012:        * tests/176.html 1.3:
                   6013:        * tests/176_dir/a.p 1.2:
                   6014:        * tests/176_dir/d.p 1.2:
                   6015:        * tests/results/176.processed 1.2:
                   6016:                - @OPTION => @OPTIONS
                   6017: 
                   6018:        * tests/182.html 1.1:
                   6019:        * tests/182_dir/a1.p 1.1:
                   6020:        * tests/182_dir/a2.p 1.1:
                   6021:        * tests/182_dir/a3.p 1.1:
                   6022:                - tests for @OPTIONS\nappend
                   6023: 
                   6024:        * src/main/compile.tab.C 1.119:
                   6025:        * src/main/compile.y 1.226:
                   6026:                - stuff for @OPTIONS\nappend
                   6027: 
                   6028:        * src/main/compile_tools.h 1.79:
                   6029:                - new methods for @OPTIONS\nappend
                   6030: 
                   6031:        * src/types/pa_vmethod_frame.h 1.65:
                   6032:                - ALL_VARS_LOCAL_NAME moved fo compile.y
                   6033: 
                   6034: 2008-06-17     misha
                   6035:        * src/main/compile.tab.C 1.118:
                   6036:        * src/main/compile.y 1.225:
                   6037:                - bugfix in 'def' compilation: ^if(default){true. it's 
                   6038:                incorrect. must be exception}
                   6039: 
                   6040: 2008-06-16     misha
                   6041:        * tests/181.ent 1.1:
                   6042:        * tests/181.html 1.1:
                   6043:        * tests/results/181.processed 1.1:
                   6044:                - test for checking external reference loading with 'http://

                   6045:                localhost' prefix while creating xdoc
                   6046: 
                   6047:        * src/classes/Makefile.in 1.65:
                   6048:                *** empty log message ***
                   6049: 
                   6050:        * tests/180.html 1.2:
                   6051:                - use ^inet:ntoa[] and ^inet:aton[] instead of ^math:long2ip[] 
                   6052:                and ^math:ip2long[]
                   6053: 
                   6054:        * src/types/pa_vobject.C 1.26:
                   6055:        * src/types/pa_vobject.h 1.49:
                   6056:                - get_scalar_value method added which use scalar stateless class method when user object used in 
                   6057:                scalar context
                   6058:                - use get_scalar_value when user object requested in scalar context
                   6059: 
                   6060:        * src/main/pa_common.C 1.235:
                   6061:                - size must be int but not size_t or we can't compare with 0 
                   6062:                sprintf result
                   6063: 
                   6064:        * src/main/execute.C 1.321:
                   6065:        * src/main/pa_request.C 1.297:
                   6066:        * src/types/pa_vmethod_frame.C 1.9:
                   6067:        * src/types/pa_vmethod_frame.h 1.64:
                   6068:                - go back to one VMethodFrame with internal switch between local/
                   6069:                global vars
                   6070: 
                   6071:        * src/types/pa_vclass.C 1.36:
                   6072:                - register scalar if method @GET[] was specified
                   6073: 
                   6074:        * src/types/pa_vstateless_class.C 1.33:
                   6075:        * src/types/pa_vstateless_class.h 1.60:
                   6076:        * src/types/pa_vstateless_object.h 1.38:
                   6077:                - stateless class and object now has private scalar field and 
                   6078:                getter/setter for working with it
                   6079: 
                   6080:        * src/classes/math.C 1.53:
                   6081:                - methods math:long2ip & math:ip2long were moved to inet static 
                   6082:                class
                   6083: 
                   6084:        * src/classes/Makefile.am 1.51:
                   6085:        * src/classes/classes.vcproj 1.17:
                   6086:        * src/classes/inet.C 1.1:
                   6087:                - inet static class added (^inet:aton[IP], ^inet:ntoa(number))
                   6088: 
                   6089:        * tests/180.html 1.1:
                   6090:        * tests/results/180.processed 1.1:
                   6091:                - tests for ^math:long2ip(long) and ^math:ip2long[IP]
                   6092: 
                   6093:        * src/classes/math.C 1.52:
                   6094:                - ^math:ip2long[IP] added
                   6095: 
                   6096: 2008-06-11     misha
                   6097:        * src/main/pa_xml_io.C 1.22:
                   6098:                - use file_read_text again because of we need cut BOM code and 
                   6099:                remove DOS newline chars. but don't transcode it anyway.
                   6100: 
                   6101:        * src/include/pa_common.h 1.123:
                   6102:        * src/include/pa_http.h 1.2:
                   6103:        * src/main/pa_common.C 1.234:
                   6104:        * src/main/pa_http.C 1.15:
                   6105:                - option for disable transcoding while file_read and 
                   6106:                file_read_text added
                   6107: 
                   6108: 2008-06-10     misha
                   6109:        * tests/179.html 1.1:
                   6110:        * tests/179.p 1.1:
                   6111:        * tests/results/179.processed 1.1:
                   6112:                - test for many classes in 1 file
                   6113: 
                   6114:        * src/main/compile.tab.C 1.117:
                   6115:        * src/main/compile.y 1.224:
                   6116:                - compile return list of classes now. internals.
                   6117: 
                   6118:        * src/main/compile.C 1.79:
                   6119:        * src/main/compile_tools.h 1.78:
                   6120:                - compile return list of classes now.
                   6121: 
                   6122:        * src/main/pa_request.C 1.295:
                   6123:                - compile return list of classes now. try call @conf and @auto 
                   6124:                for each returned class
                   6125: 
                   6126:        * src/include/pa_request.h 1.189:
                   6127:                - compile return list of classes now
                   6128: 
                   6129:        * src/types/pa_vstateless_class.h 1.59:
                   6130:                - typedef ArrayClass added (for return list of classes when 
                   6131:                compile buf)
                   6132: 
                   6133: 2008-06-07     misha
                   6134:        * src/main/pa_request.C 1.294:
                   6135:                - constructing VRequest object with 3rd param -- form
                   6136: 
                   6137:        * src/types/pa_vrequest.C 1.40:
                   6138:        * src/types/pa_vrequest.h 1.35:
                   6139:                - constructor acceps 3rd param: form. needed for get 
                   6140:                post_charset
                   6141: 
                   6142:        * src/types/pa_vform.C 1.93:
                   6143:        * src/types/pa_vform.h 1.54:
                   6144:                - VForm::get_post_charset() added
                   6145: 
                   6146:        * src/include/pa_common.h 1.122:
                   6147:        * src/main/pa_common.C 1.233:
                   6148:        * src/main/pa_http.C 1.14:
                   6149:        * src/types/pa_vform.C 1.92:
                   6150:        * src/types/pa_vform.h 1.53:
                   6151:                - some polish
                   6152: 
                   6153: 2008-06-06     misha
                   6154:        * src/types/pa_vform.C 1.91:
                   6155:        * src/types/pa_vform.h 1.52:
                   6156:                - if POST -- try detec charset and decode chars from it but not 
                   6157:                from response:charset
                   6158: 
                   6159:        * src/main/pa_http.C 1.13:
                   6160:                - detect_charset moved out of here
                   6161: 
                   6162:        * src/include/pa_common.h 1.121:
                   6163:        * src/main/pa_common.C 1.232:
                   6164:                - more helpers methods moved here
                   6165:                - unescape_chars accepn one charset now
                   6166: 
                   6167:        * src/main/pa_http.C 1.12:
                   6168:                - new constants used
                   6169:                - don't allow $.content-type in ^file::load[;http://;$.method[POST]]
                   6170:                - add charset info while ^file::load[;http://;$.method[POST]]
                   6171:                - option $.omit-post-charset(true) added to ^file::load[;http://] for disabling charset during post
                   6172: 
                   6173:        * src/types/pa_vform.C 1.90:
                   6174:                - new constants used
                   6175: 
                   6176:        * src/include/pa_common.h 1.120:
                   6177:                - some constants were added
                   6178: 
                   6179:        * src/classes/form.C 1.41:
                   6180:        * src/types/pa_vform.C 1.89:
                   6181:                - use StrStartFromNC instead of StrEqNc
                   6182: 
                   6183:        * src/main/pa_common.C 1.231:
                   6184:                - new method for caseless search c-substring in c-string
                   6185:                - use isxdigit instead of is_hex_digit
                   6186: 
                   6187:        * src/include/pa_common.h 1.119:
                   6188:                - new method for caseless search c-substring in c-string
                   6189: 
                   6190: 2008-06-05     misha
                   6191:        * tests/178.html 1.1:
                   6192:        * tests/results/178.processed 1.1:
                   6193:                - test for testing default getter
                   6194: 
                   6195:        * tests/178_dir/178a.p 1.1:
                   6196:        * tests/178_dir/178b.p 1.1:
                   6197:        * tests/178_dir/178c.p 1.1:
                   6198:        * tests/178_dir/178d.p 1.1:
                   6199:        * tests/178_dir/178e.p 1.1:
                   6200:                - classes for test for testing default getter
                   6201: 
                   6202:        * src/main/execute.C 1.320:
                   6203:                - default getter soul
                   6204: 
                   6205:        * src/types/pa_vobject.C 1.25:
                   6206:        * src/types/pa_vobject.h 1.48:
                   6207:                - get default getter if requested objects' field not found
                   6208: 
                   6209:        * src/types/pa_vclass.C 1.35:
                   6210:                - register default getter if defined
                   6211:                - get default getter if requested field not found
                   6212: 
                   6213:        * src/types/pa_vstateless_object.h 1.37:
                   6214:                - method get_default_getter was added
                   6215: 
                   6216:        * src/types/pa_vstateless_class.C 1.32:
                   6217:        * src/types/pa_vstateless_class.h 1.58:
                   6218:                - pointer to default getter and methods for get/set it were 
                   6219:                added
                   6220: 
                   6221:        * src/types/pa_junction.h 1.8:
                   6222:        * src/types/pa_vjunction.h 1.26:
                   6223:                - junction has auto_name field (for default getter)
                   6224: 
                   6225: 2008-06-04     misha
                   6226:        * src/main/pa_xml_io.C 1.21:
                   6227:                - load external xml in binary mode (no transcoding, no cutting 
                   6228:                BOM code, no fixing line breaks) and get it to libxml "as is"
                   6229: 
                   6230: 2008-06-03     misha
                   6231:        * src/main/pa_common.C 1.230:
                   6232:                - use store_Char instead of transcodeCharFromUTF8
                   6233: 
                   6234:        * src/include/pa_charset.h 1.34:
                   6235:        * src/main/pa_charset.C 1.58:
                   6236:                - method store_Char added, transcodeCharFromUTF8 -- removed
                   6237: 
                   6238: 2008-06-02     misha
                   6239:        * tests/177.html 1.1:
                   6240:        * tests/results/177.processed 1.1:
                   6241:                - test for checking .[acm]date after local ^file::load[] was 
                   6242:                added
                   6243: 
                   6244:        * tests/176.html 1.1:
                   6245:        * tests/results/176.processed 1.1:
                   6246:                - test for checking @OPTION\locals + @method[vars][locals] added
                   6247: 
                   6248:        * tests/results/auto.p 1.3:
                   6249:                - CLASS_PATH specified for checking use
                   6250: 
                   6251: 2008-05-30     misha
                   6252:        * Makefile.am 1.55:
                   6253:        * Makefile.am 1.56:
                   6254:        * Makefile.in 1.70:
                   6255:        * Makefile.in 1.71:
                   6256:        * acinclude.m4 1.41:
                   6257:        * acinclude.m4 1.42:
                   6258:        * aclocal.m4 1.44:
                   6259:        * aclocal.m4 1.45:
                   6260:        * acsite.m4 1.19:
                   6261:        * acsite.m4 1.20:
                   6262:        * configure 1.97:
                   6263:        * configure 1.98:
                   6264:        * configure.in 1.100:
                   6265:        * configure.in 1.99:
                   6266:        * src/types/Makefile.in 1.63:
                   6267:                *** empty log message ***
                   6268: 
                   6269:        * src/main/compile.tab.C 1.116:
                   6270:        * src/main/compile.y 1.223:
                   6271:                - changes in compiler: @OPTION\nlocals + @method[vars][;locals;] 
                   6272:                were added
                   6273: 
                   6274:        * src/main/execute.C 1.319:
                   6275:                - code of OP_CALL and OP_CALL__WRITE was moved to separate method op_code
                   6276:                - switch from VMethodFrame to VMethodFrameGlobal + VMethodFrameLocal
                   6277: 
                   6278:        * src/include/pa_request.h 1.188:
                   6279:                - code of OP_CALL and OP_CALL__WRITE was moved to separate 
                   6280:                method op_code
                   6281: 
                   6282:        * src/main/pa_request.C 1.293:
                   6283:                - use VMethodFrameGlobal instead of VMethodFrame now
                   6284: 
                   6285:        * src/types/pa_vstateless_class.h 1.57:
                   6286:                - stateless class have bool flag all_vars_local as well
                   6287: 
                   6288:        * src/types/Makefile.am 1.42:
                   6289:        * src/types/pa_vmethod_frame.h 1.63:
                   6290:        * src/types/pa_vmethod_frame_global.h 1.1:
                   6291:        * src/types/pa_vmethod_frame_local.h 1.1:
                   6292:                - who children for VMethodFrame were added: one (global) works 
                   6293:                as VMethodFrame before and second (local) write all vars in self 
                   6294:                vars scope
                   6295: 
                   6296:        * src/types/pa_method.h 1.8:
                   6297:                - method has bool flag all_vars_local now
                   6298: 
                   6299: 2008-05-29     misha
                   6300:        * tests/129.html 1.4:
                   6301:        * tests/results/129.processed 1.6:
                   6302:                - more tests for ^table.hash[]
                   6303: 
                   6304:        * src/classes/hash.C 1.86:
                   6305:                - ^hash::sql has a new option: $.type[hash|string|table] as ^
                   6306:                table.hash[] one.
                   6307: 
                   6308:        * src/classes/op.C 1.179:
                   6309:                - ^try has 3rd param now: finally code which executed anyway 
                   6310:                after try or catch section
                   6311: 
                   6312: 2008-05-27     misha
                   6313:        * src/classes/table.C 1.243:
                   6314:                - bugfix: ^table.hash[key][$.type[table]] must not fail if $
                   6315:                .distinct(1) wasn't specified
                   6316: 
                   6317: 2008-05-26     misha
                   6318:        * src/classes/op.C 1.178:
                   6319:                - allow ^throw[my type]
                   6320: 
                   6321: 2008-05-22     misha
                   6322:        * configure 1.96:
                   6323:        * configure.in 1.98:
                   6324:                - version number updated to 3.2.4b
                   6325: 
                   6326:        * src/classes/op.C 1.177:
                   6327:        * src/classes/string.C 1.159:
                   6328:                - trim format string before eval/format
                   6329: 
                   6330:        * tests/175.html 1.1:
                   6331:        * tests/results/175.processed 1.1:
                   6332:                - more tests for different format strings in .format[]
                   6333: 
                   6334:        * src/types/pa_vform.C 1.88:
                   6335:                - while decoding get values decode %uXXXX as well (not only %XX)
                   6336: 
                   6337:        * src/main/pa_common.C 1.229:
                   6338:                - unescape_chars can decode %uXXXX if charset specified
                   6339:                - checks for format before print number (^d.format[>...<], ^eval($d)[>...<])
                   6340:                - formating with spaces (instead of tabs) removed
                   6341: 
                   6342:        * src/include/pa_common.h 1.118:
                   6343:                - unescape_chars can decode %uXXXX if charset specified
                   6344: 
                   6345:        * src/include/pa_charset.h 1.33:
                   6346:        * src/main/pa_charset.C 1.57:
                   6347:                - method for get char in requested charset from utf code was 
                   6348:                added
                   6349: 
                   6350: 2008-05-19     misha
                   6351:        * tests/174.html 1.2:
                   6352:        * tests/results/174.processed 1.2:
                   6353:                - test for ^hashfile.cleanup[] added
                   6354: 
                   6355:        * src/classes/hashfile.C 1.44:
                   6356:                - optimization: don't create any key or value variable if it's 
                   6357:                name weren't specified (^hf.foreach[;v]{...})
                   6358: 
                   6359: 2008-05-16     misha
                   6360:        * src/classes/hash.C 1.85:
                   6361:                - optimization: don't create any key variable if variable name 
                   6362:                wasn't specified (^h.foreach[;v]{...})
                   6363: 
                   6364: 2008-05-15     misha
                   6365:        * src/classes/op.C 1.176:
                   6366:                - small changes
                   6367: 
                   6368:        * src/classes/hashfile.C 1.43:
                   6369:                - code reformating (as hash.foreach)
                   6370: 
                   6371:        * src/classes/hash.C 1.84:
                   6372:                - calculate var_context once before foreach
                   6373: 
                   6374: 2008-05-14     misha
                   6375:        * src/classes/hashfile.C 1.42:
                   6376:                - incorrect vars context calculation for ^hashfile.foreach[;]{} 
                   6377:                fixed
                   6378: 
                   6379:        * src/classes/hash.C 1.83:
                   6380:        * src/classes/table.C 1.242:
                   6381:                - little optimisation
                   6382: 
                   6383:        * src/classes/file.C 1.169:
                   6384:                - bugfix: double absolute path while loading file
                   6385: 
                   6386:        * tests/174.html 1.1:
                   6387:        * tests/results/174.processed 1.1:
                   6388:                - tests for hashfile were added
                   6389: 
                   6390:        * buildall-with-xml 1.23:
                   6391:                - moving to libxslt 1.1.24
                   6392: 
                   6393: 2008-04-30     misha
                   6394:        * src/classes/file.C 1.168:
                   6395:                - stat file while loading (local only) so .adate, .mdate and 
                   6396:                .cdate available without additional ::stat
                   6397: 
                   6398: 2008-04-28     misha
                   6399:        * src/classes/file.C 1.167:
                   6400:                - $.name and $.content-type available for stated file
                   6401: 
                   6402: 2008-04-14     misha
                   6403:        * src/targets/cgi/parser3.C 1.247:
                   6404:                - new year in copyright %-)
                   6405: 
                   6406:        * src/include/pa_version.h 1.30:
                   6407:                - new version number in head
                   6408: 
                   6409: 2008-04-10     misha
                   6410:        * Makefile.am [release_3_2_3] 1.54.2.1:
                   6411:        * Makefile.am [release_3_2_3] 1.54.2.2:
                   6412:        * Makefile.am [release_3_2_3] 1.54.2.3:
                   6413:        * Makefile.in [release_3_2_3] 1.69.2.1:
                   6414:        * Makefile.in [release_3_2_3] 1.69.2.2:
                   6415:        * Makefile.in [release_3_2_3] 1.69.2.3:
                   6416:        * acinclude.m4 [release_3_2_3] 1.40.2.1:
                   6417:        * acinclude.m4 [release_3_2_3] 1.40.2.2:
                   6418:        * acinclude.m4 [release_3_2_3] 1.40.2.3:
                   6419:        * aclocal.m4 [release_3_2_3] 1.43.2.1:
                   6420:        * aclocal.m4 [release_3_2_3] 1.43.2.2:
                   6421:        * aclocal.m4 [release_3_2_3] 1.43.2.3:
                   6422:        * acsite.m4 [release_3_2_3] 1.18.2.1:
                   6423:        * acsite.m4 [release_3_2_3] 1.18.2.2:
                   6424:        * acsite.m4 [release_3_2_3] 1.18.2.3:
                   6425:        * configure [release_3_2_3] 1.95.2.1:
                   6426:        * configure [release_3_2_3] 1.95.2.2:
                   6427:        * configure [release_3_2_3] 1.95.2.3:
                   6428:        * configure.in [release_3_2_3] 1.97.2.1:
                   6429:        * configure.in [release_3_2_3] 1.97.2.2:
                   6430:        * configure.in [release_3_2_3] 1.97.2.3:
                   6431:                *** empty log message ***
                   6432: 
                   6433:        * src/include/pa_version.h [release_3_2_3] 1.29.2.1:
                   6434:                =no message
                   6435: 
                   6436:        * tests/080.html 1.3:
                   6437:        * tests/results/080.processed 1.5:
                   6438:                - cut '0' from exponential part because of on diff OS it differ (
                   6439:                20 or 020 for ex)
                   6440: 
                   6441:        * tests/119.html 1.3:
                   6442:        * tests/results/119.processed 1.5:
                   6443:                - check for encoding while creating xdoc
                   6444: 
                   6445: 2008-04-09     misha
                   6446:        * buildall-with-xml 1.22:
                   6447:                - move to libxml 2.6.32 and libxslt 1.1.23
                   6448: 
                   6449:        * src/main/pa_common.C 1.228:
                   6450:                - comment added
                   6451: 
                   6452:        * src/classes/date.C 1.81:
                   6453:                - little refactoring
                   6454: 
                   6455: 2008-04-08     misha
                   6456:        * Makefile.am 1.53:
                   6457:        * Makefile.am 1.54:
                   6458:        * Makefile.in 1.68:
                   6459:        * Makefile.in 1.69:
                   6460:        * acinclude.m4 1.39:
                   6461:        * acinclude.m4 1.40:
                   6462:        * aclocal.m4 1.42:
                   6463:        * aclocal.m4 1.43:
                   6464:        * acsite.m4 1.17:
                   6465:        * acsite.m4 1.18:
                   6466:        * bin/Makefile.in 1.13:
                   6467:        * configure 1.94:
                   6468:        * configure 1.95:
                   6469:        * configure.in 1.96:
                   6470:        * configure.in 1.97:
                   6471:        * etc/Makefile.in 1.18:
                   6472:        * etc/parser3.charsets/Makefile.in 1.22:
                   6473:        * src/Makefile.in 1.59:
                   6474:        * src/classes/Makefile.in 1.64:
                   6475:        * src/include/Makefile.in 1.21:
                   6476:        * src/include/pa_config_auto.h.in 1.44:
                   6477:        * src/include/pa_config_fixed.h 1.72:
                   6478:        * src/lib/Makefile.in 1.16:
                   6479:        * src/lib/cord/Makefile.in 1.7:
                   6480:        * src/lib/cord/include/Makefile.in 1.5:
                   6481:        * src/lib/cord/include/private/Makefile.in 1.5:
                   6482:        * src/lib/gc/Makefile.in 1.5:
                   6483:        * src/lib/gc/include/Makefile.in 1.5:
                   6484:        * src/lib/gd/Makefile.in 1.6:
                   6485:        * src/lib/ltdl/Makefile.in 1.10:
                   6486:        * src/lib/md5/Makefile.in 1.11:
                   6487:        * src/lib/pcre/Makefile.in 1.13:
                   6488:        * src/lib/sdbm/Makefile.in 1.4:
                   6489:        * src/lib/sdbm/apr-include/Makefile.in 1.4:
                   6490:        * src/lib/smtp/Makefile.in 1.6:
                   6491:        * src/main/Makefile.in 1.61:
                   6492:        * src/sql/Makefile.in 1.15:
                   6493:        * src/targets/Makefile.in 1.46:
                   6494:        * src/targets/apache13/Makefile.in 1.51:
                   6495:        * src/targets/apache13core/Makefile.in 1.8:
                   6496:        * src/targets/cgi/Makefile.in 1.70:
                   6497:        * src/targets/isapi/Makefile.in 1.16:
                   6498:        * src/types/Makefile.in 1.62:
                   6499:                *** empty log message ***
                   6500: 
                   6501: 2008-04-07     misha
                   6502:        * src/classes/table.C 1.240:
                   6503:                - use NO_STRINGSTREAM for switch to old style of ^table.save[]: 
                   6504:                prepare one big string and sabe it at once. it's safe on freebsd 
                   6505:                4.x but use much more memory.
                   6506: 
                   6507:        * buildall-with-xml 1.21:
                   6508:        * buildall-without-xml 1.13:
                   6509:                - option --disable-stringstream added (under comment. use it on 
                   6510:                freebsd 4.x)
                   6511: 
                   6512: 2008-02-22     misha
                   6513:        * src/main/pa_http.C 1.11:
                   6514:                - exception if $.body[] and $.forms[] specified together in file::load[;http]
                   6515:                - get back transcoding $.body[] in file::load[;http]
                   6516: 
                   6517: 2008-02-21     misha
                   6518:        * src/classes/date.C 1.80:
                   6519:                - ^date.gmt-string[] was added
                   6520: 
                   6521:        * src/types/pa_value.C 1.24:
                   6522:                - method for output date in RFC 822 format moved to pa_common.h
                   6523: 
                   6524:        * src/include/pa_common.h 1.117:
                   6525:                - method for output date in RFC 822 format moved here from 
                   6526:                pa_value.C
                   6527: 
                   6528:        * src/types/pa_vmail.C 1.82:
                   6529:                - fixed core in sending mail with attachment in simple mode ($
                   6530:                .file[file here]) introduced in 3.2.2
                   6531: 
                   6532: 2008-02-20     misha
                   6533:        * src/main/pa_http.C 1.10:
                   6534:                - transcode $.headers before escaping into specified charset while ^file::load[...;http://...] (
                   6535:                L_URI instead of L_HTTP_HEADER)
                   6536:                - $.cookies param available in ^file::load[;http://...] now (but we don't parse set-cookies from 
                   6537:                response yet) (cookies not transcoded as common $cookies)
                   6538: 
                   6539: 2008-02-19     misha
                   6540:        * src/main/pa_request.C 1.292:
                   6541:                - rollback: we mustn't force taint $response:field values 
                   6542:                because in this case $response:locateion[http://...] don't 
                   6543:                works.
                   6544: 
                   6545: 2008-02-15     misha
                   6546:        * src/classes/op.C 1.175:
                   6547:                - little refactoring
                   6548: 
                   6549:        * src/main/pa_http.C 1.9:
                   6550:                - taint names of $.headers for load[;http
                   6551: 
                   6552:        * src/main/pa_request.C 1.291:
                   6553:                - force taint values of $response:field
                   6554: 
                   6555: 2008-02-14     misha
                   6556:        * src/main/pa_request.C 1.290:
                   6557:                - $response:field transcoded to $response:charset before 
                   6558:                escaping now
                   6559: 
                   6560:        * src/main/pa_http.C 1.8:
                   6561:                - some outdated comments removed
                   6562: 
                   6563:        * src/classes/date.C 1.79:
                   6564:                - lastdat -> last-day
                   6565: 
                   6566:        * src/classes/date.C 1.78:
                   6567:                - ^date:lastday(year;month) and ^date.lastday[] were added
                   6568:                - little code refactoring
                   6569:                - comments changes
                   6570: 
                   6571:        * tests/159.html 1.2:
                   6572:        * tests/results/159.processed 1.2:
                   6573:                - test for number of days in February
                   6574: 
                   6575:        * src/types/pa_value.C 1.23:
                   6576:                - fixes in code formatting
                   6577: 
                   6578:        * src/classes/file.C 1.166:
                   6579:        * src/classes/op.C 1.174:
                   6580:        * src/classes/table.C 1.239:
                   6581:                - fixes in code formatting and comments
                   6582: 
                   6583: 2008-02-13     misha
                   6584:        * src/main/pa_common.C 1.227:
                   6585:                - bugfix for february at leap year
                   6586: 
                   6587: 2008-01-28     misha
                   6588:        * tests/160.html 1.4:
                   6589:        * tests/results/160.processed 1.4:
                   6590:                - more test for cache added
                   6591: 
                   6592:        * src/classes/op.C 1.173:
                   6593:                - bugfix: cache body executed twice if contains unhandled 
                   6594:                exception
                   6595: 
                   6596: 2008-01-25     misha
                   6597:        * src/lib/sdbm/sdbm.c 1.4:
                   6598:                - use arp_malloc instead of malloc (fixed bug when hashfile 
                   6599:                became inavailable after memory:compact)
                   6600: 
                   6601:        * src/lib/sdbm/apr-include/apr_strings.h 1.4:
                   6602:        * src/lib/sdbm/apr_strings.C 1.3:
                   6603:                - +arp_malloc
                   6604: 
                   6605: 2008-01-22     misha
                   6606:        * src/classes/table.C 1.238:
                   6607:                - little refactiring and exception texts changes in method ^
                   6608:                table.hash[]
                   6609: 
                   6610:        * src/types/pa_vcookie.C 1.73:
                   6611:                - link to cookie specification changed
                   6612: 
                   6613: 2008-01-21     misha
                   6614:        * tests/171.html 1.3:
                   6615:        * tests/cat.sh 1.2:
                   6616:        * tests/results/171.processed 1.3:
                   6617:                - more tests for file::exec/cgi
                   6618: 
                   6619:        * src/classes/file.C 1.165:
                   6620:                - bugfix: core while processing headers if executed cgi script 
                   6621:                don't return content
                   6622: 
                   6623: 2008-01-18     misha
                   6624:        * configure 1.93:
                   6625:                =no message
                   6626: 
                   6627:        * buildall-with-xml 1.20:
                   6628:                - move to libxml2 version 2.6.31
                   6629: 
                   6630:        * configure.in 1.95:
                   6631:        * src/include/pa_version.h 1.29:
                   6632:                - version number updated to '3.2.3b'
                   6633: 
                   6634: 2007-12-28     misha
                   6635:        * src/classes/hash.C 1.82:
                   6636:        * src/include/pa_hash.h 1.69:
                   6637:                - hash.contain => hash.contains
                   6638: 
                   6639: 2007-12-27     misha
                   6640:        * gnu.vcproj [release_3_2_2] 1.2.2.1:
                   6641:        * parser3.sln [release_3_2_2] 1.10.2.1:
                   6642:        * src/classes/classes.vcproj [release_3_2_2] 1.15.2.1:
                   6643:        * src/lib/cord/cord.vcproj [release_3_2_2] 1.4.2.1:
                   6644:        * src/lib/gd/gd.vcproj [release_3_2_2] 1.9.2.1:
                   6645:        * src/lib/ltdl/ltdl.vcproj [release_3_2_2] 1.4.2.1:
                   6646:        * src/lib/md5/md5.vcproj [release_3_2_2] 1.4.2.1:
                   6647:        * src/lib/pcre/pcre.vcproj [release_3_2_2] 1.4.2.1:
                   6648:        * src/lib/pcre/pcre_dftables.vcproj [release_3_2_2] 1.5.2.1:
                   6649:        * src/lib/pcre/pcre_parser_ctype.vcproj [release_3_2_2] 1.5.2.1:
                   6650:        * src/lib/sdbm/sdbm.vcproj [release_3_2_2] 1.5.2.1:
                   6651:        * src/lib/smtp/smtp.vcproj [release_3_2_2] 1.8.2.1:
                   6652:        * src/main/main.vcproj [release_3_2_2] 1.19.2.1:
                   6653:        * src/targets/apache13/ApacheModuleParser3.vcproj [release_3_2_2] 1.8.2.1:
                   6654:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj [release_3_2_2] 1.11.2.1:
                   6655:        * src/targets/cgi/parser3.vcproj [release_3_2_2] 1.14.2.1:
                   6656:        * src/targets/isapi/parser3isapi.vcproj [release_3_2_2] 1.10.2.1:
                   6657:        * src/types/types.vcproj [release_3_2_2] 1.19.2.1:
                   6658:                =no message
                   6659: 
                   6660:        * gnu.vcproj 1.3:
                   6661:        * parser3.sln 1.11:
                   6662:        * src/classes/classes.vcproj 1.16:
                   6663:        * src/lib/cord/cord.vcproj 1.5:
                   6664:        * src/lib/gd/gd.vcproj 1.10:
                   6665:        * src/lib/ltdl/ltdl.vcproj 1.5:
                   6666:        * src/lib/md5/md5.vcproj 1.5:
                   6667:        * src/lib/pcre/pcre.vcproj 1.5:
                   6668:        * src/lib/pcre/pcre_dftables.vcproj 1.6:
                   6669:        * src/lib/pcre/pcre_parser_ctype.vcproj 1.6:
                   6670:        * src/lib/sdbm/sdbm.vcproj 1.6:
                   6671:        * src/lib/smtp/smtp.vcproj 1.9:
                   6672:        * src/main/main.vcproj 1.20:
                   6673:        * src/targets/apache13/ApacheModuleParser3.vcproj 1.9:
                   6674:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.12:
                   6675:        * src/targets/cgi/parser3.vcproj 1.15:
                   6676:        * src/targets/isapi/parser3isapi.vcproj 1.11:
                   6677:        * src/types/types.vcproj 1.20:
                   6678:                - back to VS2003 because of Apache 1.3 module can't work if it was built in VS 2005.
                   6679:                with cgi all file so VS2003 project files can be easy converted to the new format.
                   6680: 
                   6681: 2007-12-25     misha
                   6682:        * Makefile.am [release_3_2_2] 1.52.8.1:
                   6683:        * Makefile.in [release_3_2_2] 1.67.2.1:
                   6684:        * acinclude.m4 [release_3_2_2] 1.38.14.1:
                   6685:        * aclocal.m4 [release_3_2_2] 1.41.14.1:
                   6686:        * acsite.m4 [release_3_2_2] 1.16.14.1:
                   6687:        * acsite.m4 [release_3_2_2] 1.16.14.2:
                   6688:        * bin/Makefile.in [release_3_2_2] 1.12.14.1:
                   6689:        * configure [release_3_2_2] 1.92.2.1:
                   6690:        * configure.in [release_3_2_2] 1.94.2.1:
                   6691:        * etc/Makefile.in [release_3_2_2] 1.17.14.1:
                   6692:        * etc/parser3.charsets/Makefile.in [release_3_2_2] 1.21.14.1:
                   6693:        * src/Makefile.in [release_3_2_2] 1.58.14.1:
                   6694:        * src/classes/Makefile.in [release_3_2_2] 1.63.2.1:
                   6695:        * src/include/Makefile.in [release_3_2_2] 1.20.14.1:
                   6696:        * src/include/pa_config_auto.h.in [release_3_2_2] 1.43.14.1:
                   6697:        * src/include/pa_version.h [release_3_2_2] 1.28.8.2:
                   6698:        * src/lib/Makefile.in [release_3_2_2] 1.15.10.1:
                   6699:        * src/lib/cord/Makefile.in [release_3_2_2] 1.6.10.1:
                   6700:        * src/lib/cord/include/Makefile.in [release_3_2_2] 1.4.14.1:
                   6701:        * src/lib/cord/include/private/Makefile.in [release_3_2_2] 1.4.14.1:
                   6702:        * src/lib/gc/Makefile.in [release_3_2_2] 1.4.14.1:
                   6703:        * src/lib/gc/include/Makefile.in [release_3_2_2] 1.4.14.1:
                   6704:        * src/lib/gd/Makefile.in [release_3_2_2] 1.5.14.1:
                   6705:        * src/lib/ltdl/Makefile.in [release_3_2_2] 1.9.8.1:
                   6706:        * src/lib/md5/Makefile.in [release_3_2_2] 1.10.14.1:
                   6707:        * src/lib/pcre/Makefile.in [release_3_2_2] 1.12.14.1:
                   6708:        * src/lib/sdbm/Makefile.in [release_3_2_2] 1.3.14.1:
                   6709:        * src/lib/sdbm/apr-include/Makefile.in [release_3_2_2] 1.3.14.1:
                   6710:        * src/lib/smtp/Makefile.in [release_3_2_2] 1.5.14.1:
                   6711:        * src/main/Makefile.in [release_3_2_2] 1.60.14.1:
                   6712:        * src/sql/Makefile.in [release_3_2_2] 1.14.14.1:
                   6713:        * src/targets/Makefile.in [release_3_2_2] 1.45.14.1:
                   6714:        * src/targets/apache13/Makefile.in [release_3_2_2] 1.50.14.1:
                   6715:        * src/targets/apache13core/Makefile.in [release_3_2_2] 1.7.14.1:
                   6716:        * src/targets/cgi/Makefile.in [release_3_2_2] 1.69.14.1:
                   6717:        * src/targets/isapi/Makefile.in [release_3_2_2] 1.15.14.1:
                   6718:        * src/types/Makefile.in [release_3_2_2] 1.61.2.1:
                   6719:                *** empty log message ***
                   6720: 
                   6721:        * src/include/pa_version.h [release_3_2_2] 1.28.8.1:
                   6722:                =no message
                   6723: 
                   6724: 2007-12-04     misha
                   6725:        * src/types/pa_vcode_frame.h 1.34:
                   6726:                - changes in comment
                   6727: 
                   6728: 2007-11-29     misha
                   6729:        * src/main/execute.C 1.318:
                   6730:        * src/types/pa_vcode_frame.h 1.33:
                   6731:                - code frame don't intercept strings any longer
                   6732: 
                   6733:        * tests/173.html 1.1:
                   6734:        * tests/results/173.processed 1.1:
                   6735:                - tests for $d[^date::now[]] $j{$d} $r[$j] -- must create date 
                   6736:                object in $r but not in main code frame
                   6737: 
                   6738:        * tests/172.html 1.1:
                   6739:        * tests/results/172.processed 1.1:
                   6740:                - more tests for pass objects from code frames
                   6741: 
                   6742: 2007-11-27     misha
                   6743:        * tests/152.html 1.7:
                   6744:        * tests/results/152.processed 1.7:
                   6745:                - tests for converting strings 'true'/'false' to bool were added
                   6746: 
                   6747:        * tests/152.html 1.6:
                   6748:                - added checks for converting strings 'true'/'false' to bool
                   6749: 
                   6750:        * src/classes/string.C 1.158:
                   6751:                - ^srting.bool[] now can convert to bool not only strings with 
                   6752:                numbers but with values 'true'/'false' as well
                   6753: 
                   6754:        * src/targets/apache13core/mod_parser3_core.C 1.11:
                   6755:        * src/targets/cgi/parser3.C 1.246:
                   6756:        * src/targets/isapi/parser3isapi.C 1.99:
                   6757:                - buffer size for parser3.log increased
                   6758: 
                   6759:        * src/main/pa_common.C 1.226:
                   6760:                - remove_crlf optimize whitespaces now
                   6761: 
                   6762:        * src/include/pa_common.h 1.116:
                   6763:                - remove_crlf return cstring size now
                   6764: 
                   6765:        * src/include/pa_types.h 1.50:
                   6766:                - constant with buffer size for parser3.log added
                   6767: 
                   6768: 2007-11-16     misha
                   6769:        * tests/cat.sh 1.1:
                   6770:                - script for tests for file::exec/cgi
                   6771: 
                   6772:        * tests/171.html 1.1:
                   6773:                - tests for file::exec/cgi
                   6774: 
                   6775:        * tests/results/171.processed 1.1:
                   6776:                - tests results for file::exec/cgi
                   6777: 
                   6778: 2007-11-15     misha
                   6779:        * src/main/pa_exec.C 1.71:
                   6780:                - fixed incorrect exec code for unix
                   6781: 
                   6782:        * src/classes/file.C 1.164:
                   6783:                - .body must be set before analyzing cgi headers
                   6784: 
                   6785:        * src/classes/file.C 1.163:
                   6786:                - bugfix: we must transcode output fix EOLs only if exec/cgi 
                   6787:                return anything.
                   6788: 
                   6789: 2007-11-14     misha
                   6790:        * operators.txt 1.204:
                   6791:                - info about new text|binary option for file::exec/cgi was added
                   6792: 
                   6793:        * src/classes/file.C 1.162:
                   6794:        * src/include/pa_exec.h 1.19:
                   6795:        * src/main/pa_exec.C 1.70:
                   6796:                - ^file:exec[[text|binary];script;...]
                   6797: 
                   6798:        * src/classes/file.C 1.161:
                   6799:        * src/classes/image.C 1.117:
                   6800:        * src/classes/string.C 1.157:
                   6801:        * src/classes/table.C 1.237:
                   6802:        * src/include/pa_exception.h 1.51:
                   6803:                - more text strings moved to the one place
                   6804: 
                   6805: 2007-11-09     misha
                   6806:        * src/types/pa_vrequest.C 1.39:
                   6807:                - $request:argv must be taint
                   6808: 
                   6809:        * operators.txt 1.203:
                   6810:        * src/include/pa_request_info.h 1.6:
                   6811:        * src/targets/cgi/parser3.C 1.245:
                   6812:        * src/types/pa_vrequest.C 1.38:
                   6813:        * src/types/pa_vrequest.h 1.34:
                   6814:                - $request:argv
                   6815: 
                   6816: 2007-10-25     misha
                   6817:        * buildall-with-xml 1.19:
                   6818:        * buildall-without-xml 1.12:
                   6819:                - options preparations for ./configure rewrited
                   6820: 
                   6821:        * src/main/compile.tab.C 1.115:
                   6822:        * src/main/compile.y 1.222:
                   6823:                - bug if parser.compile error occure in unhandled_exception 
                   6824:                finally fixed
                   6825: 
                   6826: 2007-10-23     misha
                   6827:        * tests/170.html 1.1:
                   6828:        * tests/results/170.processed 1.1:
                   6829:                - test for @method[][result]
                   6830: 
                   6831:        * operators.txt 1.202:
                   6832:                - added info about node.prefix and node.namespaceURI
                   6833: 
                   6834:        * src/classes/xnode.C 1.81:
                   6835:                - xmlHasProp used instead of xmlGetProp
                   6836: 
                   6837:        * src/types/pa_vxnode.C 1.49:
                   6838:                - DOM2 fields namespaceURI and prefix were added for node and 
                   6839:                attribute
                   6840: 
                   6841: 2007-10-22     misha
                   6842:        * src/types/pa_vmail.C 1.81:
                   6843:                - content-transfer-encoding: 8bit added
                   6844: 
                   6845:        * src/main/pa_request.C 1.289:
                   6846:                - added const content-transfer-encoding
                   6847: 
                   6848:        * src/include/pa_request.h 1.187:
                   6849:                - added const content-transfer-encoding
                   6850:                - ups. constants must be in lowercase (for search)
                   6851: 
                   6852:        * src/types/pa_vmail.C 1.80:
                   6853:                - more constants used
                   6854:                - content-transfer-encoding: 8bit added
                   6855: 
                   6856:        * src/main/pa_uue.C 1.11:
                   6857:                - content-transfer-encoding moved out of here
                   6858: 
                   6859:        * src/include/pa_request.h 1.186:
                   6860:                - more constants
                   6861: 
                   6862:        * src/types/pa_vmail.C 1.79:
                   6863:                - constant renamed
                   6864:                - $.content-id don't ommit anymore if $.content-disposition was specified
                   6865:                - little refactoring
                   6866: 
                   6867:        * src/include/pa_request.h 1.185:
                   6868:        * src/main/pa_request.C 1.288:
                   6869:                - constant renamed
                   6870: 
                   6871: 2007-10-17     misha
                   6872:        * operators.txt 1.201:
                   6873:                - info about table::create[nameless]{data}[>options<] was added
                   6874: 
                   6875:        * src/main/compile.tab.C 1.114:
                   6876:        * src/main/compile.y 1.221:
                   6877:                - if error occure while compile method don't put this method in methods table anymore.
                   6878:                in other case the parser coredumped if @unhandled_exception method can't be compiled because of 
                   6879:                parser.compile error.
                   6880: 
                   6881:        * src/main/execute.C 1.317:
                   6882:                - little code reformating
                   6883: 
                   6884:        * src/main/pa_request.C 1.287:
                   6885:                - little code reformating
                   6886:                - comment changed
                   6887: 
                   6888: 2007-10-16     misha
                   6889:        * tests/035.html 1.3:
                   6890:        * tests/results/035.processed 1.5:
                   6891:                - tests table::create[]{}[options] added
                   6892: 
                   6893:        * src/classes/table.C 1.236:
                   6894:                - table::create[]{} now accept 3rd param: options (only $
                   6895:                .seperator[] yet)
                   6896: 
                   6897: 2007-10-10     misha
                   6898:        * src/classes/table.C 1.235:
                   6899:                - some contstants moved to pa_common.h
                   6900:                - some code changes
                   6901: 
                   6902: 2007-10-02     misha
                   6903:        * src/main/pa_uue.C 1.10:
                   6904:                - memory usage during uuencode reduced more then three time as 
                   6905:                much. but base64 encoding method still use less memory anyway.
                   6906: 
                   6907: 2007-09-17     misha
                   6908:        * src/include/pa_common.h 1.115:
                   6909:                - some stuff for use with .for_each moved here
                   6910: 
                   6911:        * src/classes/hash.C 1.81:
                   6912:                - some stuff for use with .for_each moved to common
                   6913: 
                   6914:        * src/types/pa_vcookie.C 1.72:
                   6915:                - $cookie:fields available now
                   6916: 
                   6917:        * operators.txt 1.200:
                   6918:                - added info about $cookie:fields
                   6919: 
                   6920:        * src/types/pa_venv.C 1.4:
                   6921:        * src/types/pa_venv.h 1.34:
                   6922:                - some strings moved to #define
                   6923: 
                   6924: 2007-09-14     misha
                   6925:        * buildall-with-xml 1.18:
                   6926:                - new xml libs again =)
                   6927: 
                   6928: 2007-08-28     misha
                   6929:        * src/classes/table.C 1.233:
                   6930:                - new option ^table.columns[[column name]] was added
                   6931: 
                   6932:        * src/classes/string.C 1.156:
                   6933:                - new option ^string.split[...;v;[column name]]
                   6934: 
                   6935:        * operators.txt 1.199:
                   6936:                - texts about ^table.columns[[column name]]  and ^string.split[
                   6937:                ...][v][column name] were added
                   6938: 
                   6939:        * tests/168.html 1.1:
                   6940:        * tests/169.html 1.1:
                   6941:        * tests/results/168.processed 1.1:
                   6942:        * tests/results/169.processed 1.1:
                   6943:                - tests for ^table.columns[[column name]]  and ^string.split[...]
                   6944:                [v][column name] were added
                   6945: 
                   6946:        * src/include/pa_exception.h 1.50:
                   6947:                - error text message for ^hash._keys[], ^table.columns[] and ^
                   6948:                string.split[]
                   6949: 
                   6950: 2007-08-27     misha
                   6951:        * src/main/untaint.C 1.138:
                   6952:                - try to fix coredump on unix if print to body ^taint[sql][
                   6953:                something] outside of connect
                   6954: 
                   6955:        * buildall-with-xml 1.17:
                   6956:        * buildall-without-xml 1.11:
                   6957:                - strip parser3 was added (commented by default)
                   6958: 
                   6959:        * tests/167.html 1.1:
                   6960:        * tests/results/167.processed 1.1:
                   6961:                - test for ^taint[sql] outside of connect
                   6962: 
                   6963: 2007-08-20     misha
                   6964:        * operators.txt 1.198:
                   6965:                - comment about new method ^node.hasAttributes[] was added
                   6966: 
                   6967:        * src/include/pa_exception.h 1.49:
                   6968:                - more exception text strings moved here
                   6969: 
                   6970:        * src/classes/xnode.C 1.78:
                   6971:                - DOM2 method ^xnode.hasAttributes[] was added
                   6972: 
                   6973:        * src/include/pa_exception.h 1.48:
                   6974:                - some exception text strings movet to pa_exception
                   6975: 
                   6976:        * tests/149.html 1.2:
                   6977:        * tests/results/149.processed 1.3:
                   6978:                - test for ^xnode.hasAttributes[] was added
                   6979:                - some code changes
                   6980: 
                   6981:        * src/classes/file.C 1.160:
                   6982:        * src/classes/math.C 1.51:
                   6983:        * src/classes/op.C 1.172:
                   6984:        * src/classes/string.C 1.155:
                   6985:        * src/classes/xdoc.C 1.156:
                   6986:                - more duplicated exception text strings were removed
                   6987: 
                   6988:        * src/classes/file.C 1.159:
                   6989:        * src/classes/hashfile.C 1.41:
                   6990:        * src/classes/image.C 1.116:
                   6991:        * src/classes/op.C 1.171:
                   6992:        * src/classes/string.C 1.154:
                   6993:        * src/classes/table.C 1.232:
                   6994:        * src/classes/xdoc.C 1.155:
                   6995:        * src/classes/xnode.C 1.79:
                   6996:                - some duplicate exceptions' text strings removed
                   6997: 
                   6998: 2007-08-17     misha
                   6999:        * operators.txt 1.197:
                   7000:        * src/targets/cgi/parser3.C 1.243:
                   7001:                - annoying 'SIGPIPE' messages in parser3.log switched off by 
                   7002:                default. If someone really still need it: use $SIGPIPE(1)
                   7003: 
                   7004:        * tests/006.html 1.4:
                   7005:        * tests/059.html 1.3:
                   7006:        * tests/results/006.processed 1.5:
                   7007:        * tests/results/059.processed 1.5:
                   7008:                - more tests for match
                   7009: 
                   7010:        * src/classes/math.C 1.50:
                   7011:        * src/targets/cgi/parser3.C 1.244:
                   7012:        * src/targets/isapi/parser3isapi.C 1.98:
                   7013:                - little syntax changes
                   7014: 
                   7015:        * tests/129.html 1.3:
                   7016:        * tests/results/129.processed 1.5:
                   7017:                - tests for ^table.hash[...][$.type[string|hash|table]] added
                   7018: 
                   7019: 2007-08-08     misha
                   7020:        * buildall-with-xml 1.15:
                   7021:        * buildall-without-xml 1.9:
                   7022:                - remove libs source files by default since now
                   7023: 
                   7024: 2007-08-07     misha
                   7025:        * buildall-with-xml 1.14:
                   7026:                - compile libxml2 without http support
                   7027:                - some option syntax changes
                   7028: 
                   7029:        * buildall-without-xml 1.8:
                   7030:                - some option syntax changes
                   7031: 
                   7032:        * src/main/pa_xml_io.C 1.20:
                   7033:                - will use parser file loader for xml needs
                   7034: 
                   7035: 2007-08-06     misha
                   7036:        * buildall-with-xml 1.13:
                   7037:                - moved to libxml2-2.6.29 and libxslt-1.1.21
                   7038: 
                   7039:        * tests/160.html 1.3:
                   7040:        * tests/results/160.processed 1.3:
                   7041:                - cache test was rewrited
                   7042: 
                   7043: 2007-07-06     misha
                   7044:        * src/types/pa_vform.C 1.87:
                   7045:                - bugfix: uploaded file name wasn't transcoded
                   7046: 
                   7047:        * src/classes/math.C 1.49:
                   7048:                - ^math:long2ip(long) and ^math:sha1[string] were added
                   7049: 
                   7050:        * tests/153.html 1.3:
                   7051:        * tests/results/153.processed 1.3:
                   7052:                - added test for ^math:sha1[string]
                   7053: 
                   7054: 2007-06-28     misha
                   7055:        * etc/parser3.charsets/windows-1251.cfg 1.13:
                   7056:                - removed duplicated and some incorrect chars
                   7057: 
                   7058: 2007-06-19     misha
                   7059:        * src/include/pa_hash.h 1.68:
                   7060:                - methods generic_hash_code & hash_code were moved on top 
                   7061:                because of gcc 4 had a problems during building.
                   7062: 
                   7063: 2007-06-18     misha
                   7064:        * tests/results/019.processed 1.4:
                   7065:                - new image commited
                   7066: 
                   7067: 2007-06-09     misha
                   7068:        * src/types/pa_vmethod_frame.h 1.62:
                   7069:                - method as_expression was added
                   7070: 
                   7071:        * src/classes/op.C 1.170:
                   7072:        * src/classes/table.C 1.231:
                   7073:                - in while and table.select method as_expression used now
                   7074: 
                   7075: 2007-06-08     misha
                   7076:        * src/lib/cord/include/private/cord_pos.h 1.4:
                   7077:                - back to origin value because of no speed/memory optimisation 
                   7078:                but some proglems with long cycles occure
                   7079: 
                   7080:        * tests/166.html 1.1:
                   7081:        * tests/results/166.processed 1.1:
                   7082:                - test for ^match[...][n]
                   7083: 
                   7084:        * tests/165.html 1.1:
                   7085:        * tests/results/165.processed 1.1:
                   7086:                - tests for loops
                   7087: 
                   7088: 2007-06-06     misha
                   7089:        * src/classes/op.C 1.169:
                   7090:        * src/classes/table.C 1.230:
                   7091:                - ^while(true){}, ^while(1){}, ^table.select(true) and ^
                   7092:                table.select(1) didn't works because of awaiting junction-param 
                   7093:                only. fixed.
                   7094: 
                   7095: 2007-05-24     misha
                   7096:        * src/include/pa_os.h 1.6:
                   7097:                - consts for blocking locks + some comments were added
                   7098: 
                   7099:        * src/main/pa_os.C 1.9:
                   7100:                - locks engines were rewrited: now we don't use system locks 
                   7101:                which wait till other threads release it but try get lock, if 
                   7102:                fail wait 1 sec and make 10 attempts.
                   7103: 
                   7104:        * src/lib/sdbm/apr_file_io.C 1.6:
                   7105:                - wait till lock released while opening files
                   7106: 
                   7107:        * src/classes/table.C 1.229:
                   7108:                - changes in includes. if unclude <sstream> after our classes on 
                   7109:                unix it can't be build
                   7110: 
                   7111:        * src/types/pa_vhashfile.C 1.55:
                   7112:                - not needed code removed
                   7113: 
                   7114:        * src/classes/op.C 1.168:
                   7115:                - cache was rewrited. I hope it works with locking system now on 
                   7116:                unix
                   7117: 
                   7118:        * src/include/pa_os.h 1.7:
                   7119:        * src/main/pa_os.C 1.10:
                   7120:                - 20 attempt to get lock with 0.5 secs interval
                   7121: 
                   7122: 2007-05-23     misha
                   7123:        * src/classes/file.C 1.158:
                   7124:        * src/classes/op.C 1.167:
                   7125:        * src/include/pa_common.h 1.114:
                   7126:        * src/main/pa_common.C 1.225:
                   7127:                - cosmetic changes
                   7128: 
                   7129: 2007-05-18     misha
                   7130:        * tests/results/160.processed 1.2:
                   7131:                - returned time corrected
                   7132: 
                   7133:        * tests/160.html 1.2:
                   7134:                - time increased because on unix 1 mean nothing :(
                   7135: 
                   7136:        * src/lib/cord/include/private/cord_pos.h 1.3:
                   7137:                - rebalance tree not so often. it's give some speed increasing
                   7138: 
                   7139:        * src/classes/hash.C 1.80:
                   7140:                - added ^hash.contain[key]
                   7141: 
                   7142:        * operators.txt 1.195:
                   7143:                - added info about ^hash.contain[key]
                   7144: 
                   7145:        * src/include/pa_hash.h 1.67:
                   7146:                - added method for checking key exists in hash
                   7147: 
                   7148: 2007-05-07     misha
                   7149:        * src/include/pa_string.h 1.169:
                   7150:                - was compilation error during build on freebsd4
                   7151: 
                   7152: 2007-05-03     misha
                   7153:        * src/classes/table.C 1.227:
                   7154:                - option $.type[hash|string|table] was added for ^table.hash[]
                   7155: 
                   7156:        * src/classes/file.C 1.157:
                   7157:                - comment removed
                   7158: 
                   7159: 2007-04-26     misha
                   7160:        * src/types/pa_vhashfile.C 1.54:
                   7161:        * src/types/pa_vhashfile.h 1.37:
                   7162:                - while ::open the real files doesn't opened in place anymore
                   7163: 
                   7164: 2007-04-24     misha
                   7165:        * src/include/pa_exception.h 1.47:
                   7166:                "static" removed
                   7167: 
                   7168:        * src/classes/math.C 1.48:
                   7169:                - I thought one more time and remove lg(N) :)
                   7170: 
                   7171: 2007-04-23     misha
                   7172:        * src/classes/math.C 1.47:
                   7173:                ^math:lg(N) => ^math:log10(N)
                   7174: 
                   7175:        * src/classes/math.C 1.46:
                   7176:                added:
                   7177:                - ^math:ln(N) (the same as ^math:log(N))
                   7178:                - ^math:lg(N)
                   7179: 
                   7180:        * tests/097.html 1.6:
                   7181:        * tests/results/097.processed 1.7:
                   7182:                - charsets converstion during ^file::load[text;http://...] added
                   7183: 
                   7184:        * tests/164.html 1.1:
                   7185:        * tests/results/164.processed 1.1:
                   7186:                - test for hashfile
                   7187: 
                   7188:        * src/types/pa_vhashfile.C 1.53:
                   7189:                - don't open hashfile files until 1st access
                   7190: 
                   7191:        * src/types/pa_vhashfile.C 1.52:
                   7192:        * src/types/pa_vhashfile.h 1.36:
                   7193:                - .clear() removed.
                   7194: 
                   7195:        * src/include/pa_exception.h 1.46:
                   7196:                - string constant with "parser.runtime" text was added
                   7197: 
                   7198:        * src/classes/hashfile.C 1.40:
                   7199:                - little comment changes
                   7200: 
                   7201:        * tests/164.html 1.2:
                   7202:        * tests/results/164.processed 1.2:
                   7203:                - check for set expires as a date
                   7204: 
                   7205:        * src/classes/hashfile.C 1.39:
                   7206:                - with .clear[] called files_delete() now.
                   7207: 
                   7208:        * src/classes/date.C 1.77:
                   7209:        * src/classes/double.C 1.61:
                   7210:        * src/classes/file.C 1.156:
                   7211:        * src/classes/form.C 1.40:
                   7212:        * src/classes/hash.C 1.79:
                   7213:        * src/classes/image.C 1.115:
                   7214:        * src/classes/int.C 1.57:
                   7215:        * src/classes/mail.C 1.111:
                   7216:        * src/classes/math.C 1.45:
                   7217:        * src/classes/op.C 1.166:
                   7218:        * src/classes/string.C 1.153:
                   7219:        * src/classes/table.C 1.226:
                   7220:        * src/classes/void.C 1.38:
                   7221:        * src/classes/xdoc.C 1.154:
                   7222:        * src/classes/xnode.C 1.77:
                   7223:        * src/classes/xnode.h 1.26:
                   7224:        * src/include/pa_request.h 1.184:
                   7225:        * src/main/execute.C 1.316:
                   7226:        * src/main/pa_charset.C 1.56:
                   7227:        * src/main/pa_charsets.C 1.17:
                   7228:        * src/main/pa_common.C 1.224:
                   7229:        * src/main/pa_dictionary.C 1.24:
                   7230:        * src/main/pa_exec.C 1.69:
                   7231:        * src/main/pa_http.C 1.7:
                   7232:        * src/main/pa_request.C 1.286:
                   7233:        * src/main/pa_sql_driver_manager.C 1.87:
                   7234:        * src/main/pa_table.C 1.62:
                   7235:        * src/types/pa_value.C 1.22:
                   7236:        * src/types/pa_value.h 1.129:
                   7237:        * src/types/pa_vclass.C 1.34:
                   7238:        * src/types/pa_vconsole.h 1.13:
                   7239:        * src/types/pa_vfile.h 1.61:
                   7240:        * src/types/pa_vhash.h 1.59:
                   7241:        * src/types/pa_vimage.h 1.48:
                   7242:        * src/types/pa_vmail.C 1.78:
                   7243:        * src/types/pa_vmethod_frame.h 1.61:
                   7244:        * src/types/pa_vstateless_class.C 1.31:
                   7245:        * src/types/pa_vstateless_class.h 1.56:
                   7246:        * src/types/pa_vtable.C 1.27:
                   7247:        * src/types/pa_vxdoc.h 1.44:
                   7248:        * src/types/pa_wcontext.C 1.34:
                   7249:                - "parser.runtime" strings were removed
                   7250: 
                   7251: 2007-04-20     misha
                   7252:        * src/classes/hashfile.C 1.38:
                   7253:                - ^hashfile.cleanup[], ^hashfile.release[] were added
                   7254: 
                   7255:        * src/classes/op.C 1.165:
                   7256:                - bug. must be false
                   7257: 
                   7258:        * operators.txt 1.193:
                   7259:                - added info about .^hashfile.release[], ^hashfile.clenaup[] and 
                   7260:                new ^string.match[][>N-option<]
                   7261: 
                   7262:        * configure.in 1.94:
                   7263:                - checking for unsetenv was added
                   7264: 
                   7265:        * src/types/pa_vhashfile.C 1.51:
                   7266:        * src/types/pa_vhashfile.h 1.35:
                   7267:                - hashfile can auto reopen now
                   7268: 
                   7269:        * src/types/pa_vform.C 1.86:
                   7270:                - some comments
                   7271: 
                   7272:        * configure 1.92:
                   7273:                =cheching for unsetenv
                   7274: 
                   7275:        * operators.txt 1.194:
                   7276:                - some comments changing
                   7277: 
                   7278:        * src/classes/string.C 1.152:
                   7279:        * src/include/pa_string.h 1.168:
                   7280:        * src/main/pa_string.C 1.209:
                   7281:                - ^string.match[][] understand new option now: return number of 
                   7282:                matches but not table wit results
                   7283: 
                   7284: 2007-04-18     misha
                   7285:        * buildall-with-xml 1.10:
                   7286:        * buildall-without-xml 1.6:
                   7287:                added commented lines with --disable-safe-mode option
                   7288: 
                   7289:        * buildall-with-xml 1.11:
                   7290:                moving to libxml2-2.6.28
                   7291: 
                   7292:        * operators.txt 1.192:
                   7293:                - info about $form:files
                   7294: 
                   7295: 2007-04-17     misha
                   7296:        * src/types/pa_vdate.h 1.45:
                   7297:                - start adding unsetenv("TZ");
                   7298: 
                   7299:        * tests/163.html 1.2:
                   7300:        * tests/results/163.processed 1.2:
                   7301:                removing auto format
                   7302: 
                   7303:        * src/types/pa_vform.C 1.85:
                   7304:        * src/types/pa_vform.h 1.51:
                   7305:                - some code was modified
                   7306:                - $form:files was added
                   7307: 
                   7308: 2007-04-16     misha
                   7309:        * tests/163.html 1.1:
                   7310:        * tests/results/163.processed 1.1:
                   7311:                - test for .int[], floor, round, ceiling and .format[]
                   7312: 
                   7313:        * src/classes/file.C 1.155:
                   7314:                - little optimization for getting args in exec/cgi
                   7315: 
                   7316: 2007-04-13     misha
                   7317:        * src/classes/file.C 1.154:
                   7318:                - arguments for file::exec/cgi can be specified now as s table 
                   7319:                with one column
                   7320: 
                   7321: 2007-03-27     misha
                   7322:        * tests/162.html 1.1:
                   7323:        * tests/results/162.processed 1.1:
                   7324:                - test for ^table.select(^condition[$t])
                   7325: 
                   7326:        * tests/results/auto.p 1.2:
                   7327:                - load windows-1251 charset for some tests
                   7328: 
                   7329:        * tests/run_parser.sh 1.4:
                   7330:                PARSER_CONFIG -> CGI_PARSER_CONFIG
                   7331: 
                   7332:        * tests/013.html 1.3:
                   7333:        * tests/results/013.processed 1.5:
                   7334:                - added test for checking $._default value while hash 
                   7335:                modifications
                   7336: 
                   7337:        * tests/160.html 1.1:
                   7338:        * tests/results/160.processed 1.1:
                   7339:                - add test for ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   7340: 
                   7341:        * tests/161.html 1.1:
                   7342:        * tests/161_utf8.txt 1.1:
                   7343:        * tests/161_windows1251.txt 1.1:
                   7344:        * tests/results/161.processed 1.1:
                   7345:                - added test for ^file::load[text;/local/file.txt;$.charset[...]]
                   7346:                
                   7347: 
                   7348: 2007-03-22     misha
                   7349:        * operators.txt 1.191:
                   7350:                - added info about date.weekyear
                   7351: 
                   7352:        * src/include/pa_common.h 1.113:
                   7353:                - "charset" string defined for ^file::load[text;/local.txt] and ^
                   7354:                table::load[/table.txt]
                   7355: 
                   7356:        * src/main/pa_common.C 1.223:
                   7357:        * src/main/pa_http.C 1.6:
                   7358:                - $.charset option for ^file::load[text;/local.txt] and ^table::load[/table.txt] was added
                   7359:                - not needed transcodes were removed from ^file::load[...;http://...]
                   7360: 
                   7361:        * src/types/pa_vdate.h 1.44:
                   7362:                - date.week was fixed
                   7363:                - date.weekyear was added
                   7364: 
                   7365:        * src/classes/date.C 1.76:
                   7366:                - date.week was fixed
                   7367: 
                   7368:        * tests/159.html 1.1:
                   7369:        * tests/results/159.processed 1.1:
                   7370:                - tests for date.week and date.weekyear added
                   7371: 
                   7372: 2007-03-15     misha
                   7373:        * src/classes/table.C 1.225:
                   7374:                - enclose column numbers for nameless tables as well
                   7375: 
                   7376: 2007-03-14     misha
                   7377:        * src/targets/cgi/parser3.C 1.242:
                   7378:                - bugxif. failed when request cgi
                   7379: 
                   7380:        * src/classes/table.C 1.224:
                   7381:                - table.save optimization: now required much less memory
                   7382: 
                   7383: 2007-03-13     misha
                   7384:        * buildall-with-xml 1.8:
                   7385:                - pattern needed now for building
                   7386: 
                   7387:        * tests/097.html 1.5:
                   7388:                - added test for xdoc::load
                   7389: 
                   7390:        * buildall-with-xml 1.9:
                   7391:                libxml2: --without-ftp --without-docbook
                   7392: 
                   7393:        * tests/results/097.processed 1.6:
                   7394:                - added test results for xdoc::load & xdoc::load[http://...]
                   7395: 
                   7396:        * tests/158.html 1.1:
                   7397:        * tests/results/158.processed 1.1:
                   7398:        * tests/results/158.processes 1.1:
                   7399:        * tests/results/158.processes 1.2:
                   7400:                - tests for table.save/table.load
                   7401: 
                   7402: 2007-03-12     misha
                   7403:        * tests/107.html 1.4:
                   7404:        * tests/results/107.processed 1.5:
                   7405:                - added test for xpath '//man'
                   7406: 
                   7407: 2007-03-01     misha
                   7408:        * tests/097.html 1.4:
                   7409:        * tests/results/097.processed 1.5:
                   7410:                - added test for creating xdoc from file
                   7411: 
                   7412:        * tests/157.html 1.3:
                   7413:        * tests/results/157.processed 1.2:
                   7414:                - added test for file:move
                   7415: 
                   7416: 2007-02-28     misha
                   7417:        * tests/results/099.processed 1.5:
                   7418:                - ever send content-disposition to client with file
                   7419: 
                   7420:        * operators.txt 1.190:
                   7421:        * src/classes/xdoc.C 1.151:
                   7422:                - ^xdoc::create[$file] added.
                   7423: 
                   7424:        * src/classes/xdoc.C 1.153:
                   7425:                - another attempt
                   7426: 
                   7427:        * tests/157.html 1.1:
                   7428:                + test for file:copy
                   7429: 
                   7430:        * src/classes/xdoc.C 1.152:
                   7431:                - roll back last changes for a while
                   7432: 
                   7433:        * src/classes/file.C 1.153:
                   7434:                - under lock we create non-exist dir anyway
                   7435: 
                   7436: 2007-02-26     misha
                   7437:        * src/classes/file.C 1.152:
                   7438:                - some similar strings moved to #define instead of to be copy/
                   7439:                pasted many times
                   7440: 
                   7441:        * src/types/pa_vfile.h 1.60:
                   7442:                - class name string ("file") moved to #define
                   7443: 
                   7444: 2007-02-20     misha
                   7445:        * bin/auto.p.dist.in 1.14:
                   7446:                - added lines for sqlite
                   7447: 
                   7448:        * configure.in 1.93:
                   7449:                - added some strings for sqlite detection
                   7450: 
                   7451: 2007-02-19     misha
                   7452:        * buildall-with-xml 1.7:
                   7453:        * buildall-without-xml 1.5:
                   7454:                - some modifications
                   7455: 
                   7456:        * operators.txt 1.189:
                   7457:                - some comments changes
                   7458: 
                   7459: 2007-02-17     misha
                   7460:        * buildall-with-xml 1.6:
                   7461:        * buildall-without-xml 1.4:
                   7462:                - moving to gc6.8
                   7463: 
                   7464:        * src/main/pa_request.C 1.285:
                   7465:                - damn, i forgot to commit it while I change console behaviour
                   7466: 
                   7467: 2007-02-12     misha
                   7468:        * src/types/pa_vimage.C 1.36:
                   7469:        * src/types/pa_vimage.h 1.47:
                   7470:                - fixed bug added while adding 'bool' (^if($image){} caused 
                   7471:                exception)
                   7472: 
                   7473:        * src/targets/cgi/parser3.C 1.241:
                   7474:                - don't print headers if $console:line[data] was used during cgi 
                   7475:                execution.
                   7476: 
                   7477:        * src/types/pa_vconsole.h 1.12:
                   7478:                - console class have bool flag now which marked as 'true' if 
                   7479:                class was used.
                   7480: 
                   7481:        * tests/152.html 1.5:
                   7482:        * tests/results/152.processed 1.6:
                   7483:                - more types was added to test 152
                   7484: 
                   7485: 2007-02-09     misha
                   7486:        * src/types/pa_vxdoc.C 1.34:
                   7487:        * src/types/pa_vxdoc.h 1.43:
                   7488:        * src/types/pa_vxnode.C 1.48:
                   7489:        * src/types/pa_vxnode.h 1.39:
                   7490:                - bugfix. I broke xdoc & xnode in expression
                   7491: 
                   7492:        * tests/152.html 1.3:
                   7493:        * tests/results/152.processed 1.4:
                   7494:                - test rewrited
                   7495: 
                   7496:        * tests/152.html 1.4:
                   7497:        * tests/results/152.processed 1.5:
                   7498:                - test alightly updated
                   7499: 
                   7500: 2007-02-08     misha
                   7501:        * tests/152.html 1.2:
                   7502:        * tests/results/152.processed 1.3:
                   7503:                - add test for checking 'def' for void, string, bool, int & 
                   7504:                double
                   7505: 
                   7506: 2007-02-07     misha
                   7507:        * src/main/pa_common.C 1.222:
                   7508:                - definitions for ^file:base64[filespec]
                   7509: 
                   7510:        * src/types/pa_vconsole.h 1.11:
                   7511:        * src/types/pa_vcookie.C 1.71:
                   7512:                - little optimization
                   7513: 
                   7514:        * src/classes/file.C 1.151:
                   7515:                - ^file:base64[filespec]
                   7516: 
                   7517:        * tests/results/153.processed 1.2:
                   7518:                - result test for ^file:base64[filespec]  was updated
                   7519: 
                   7520:        * tests/153.html 1.2:
                   7521:                - test for ^file:base64[filespec]  was added
                   7522: 
                   7523:        * src/include/pa_common.h 1.112:
                   7524:                - declarations for ^file:base64[filespec]
                   7525: 
                   7526:        * operators.txt 1.188:
                   7527:                - ^file:base64[filespec]  was added
                   7528: 
                   7529: 2007-02-06     misha
                   7530:        * src/types/pa_vbool.h 1.30:
                   7531:                - bugfix
                   7532: 
                   7533:        * tests/156.html 1.1:
                   7534:                - added test for bool cookie
                   7535: 
                   7536:        * src/main/utf8-to-lower.inc 1.2:
                   7537:        * src/main/utf8-to-upper.inc 1.2:
                   7538:                - some chars were temporary commented
                   7539: 
                   7540:        * tests/153.html 1.1:
                   7541:        * tests/154.html 1.1:
                   7542:        * tests/todo.txt 1.6:
                   7543:                - two more tests added
                   7544: 
                   7545:        * src/types/pa_vcookie.h 1.32:
                   7546:                - not needed string "cookie" removed
                   7547: 
                   7548:        * tests/155.html 1.1:
                   7549:        * tests/results/155.processed 1.1:
                   7550:                - added test for check $.encloser[] option for table save/load
                   7551: 
                   7552: 2007-02-05     misha
                   7553:        * tests/results/141.processed 1.5:
                   7554:                - math:md5 must be lowercased
                   7555: 
                   7556:        * src/targets/cgi/parser3.C 1.240:
                   7557:                - 2007 in help ;)
                   7558: 
                   7559:        * tests/results/152.processed 1.2:
                   7560:                - newline at the end was missed
                   7561: 
                   7562: 2007-02-03     misha
                   7563:        * tests/152.html 1.1:
                   7564:                - test for bool added
                   7565: 
                   7566:        * operators.txt 1.187:
                   7567:                - info bool class was added
                   7568: 
                   7569:        * src/classes/Makefile.am 1.50:
                   7570:        * src/classes/Makefile.in 1.63:
                   7571:        * src/classes/bool.C 1.1:
                   7572:        * src/classes/classes.vcproj 1.15:
                   7573:        * src/classes/double.C 1.60:
                   7574:        * src/classes/int.C 1.56:
                   7575:        * src/classes/string.C 1.151:
                   7576:        * src/classes/void.C 1.37:
                   7577:        * src/classes/xnode.C 1.76:
                   7578:        * src/include/pa_string.h 1.167:
                   7579:        * src/types/pa_vbool.h 1.29:
                   7580:        * src/types/pa_vclass.h 1.52:
                   7581:        * src/types/pa_vimage.h 1.46:
                   7582:        * src/types/pa_vint.h 1.45:
                   7583:        * src/types/pa_vjunction.C 1.4:
                   7584:        * src/types/pa_vjunction.h 1.25:
                   7585:        * src/types/pa_vproperty.C 1.1:
                   7586:        * src/types/pa_vproperty.h 1.4:
                   7587:        * src/types/pa_vstateless_class.C 1.30:
                   7588:        * src/types/pa_vstateless_class.h 1.55:
                   7589:        * src/types/pa_vxdoc.C 1.33:
                   7590:        * src/types/pa_vxdoc.h 1.42:
                   7591:        * src/types/pa_vxnode.h 1.38:
                   7592:        * src/types/types.vcproj 1.19:
                   7593:                - bool class was added
                   7594: 
                   7595:        * tests/results/150.processed 1.2:
                   7596:        * tests/results/151.processed 1.2:
                   7597:        * tests/results/152.processed 1.1:
                   7598:                - test for bool added and some content length fixes
                   7599: 
                   7600:        * buildall-with-xml 1.5:
                   7601:                - moved to libxml2-2.6.27 and libxslt-1.1.20
                   7602: 
                   7603:        * src/main/pa_request.C 1.284:
                   7604:                - fix
                   7605: 
                   7606: 2007-01-18     misha
                   7607:        * src/classes/string.C 1.150:
                   7608:        * src/main/pa_string.C 1.208:
                   7609:                - return table during ^string.match[][] even if no matched 
                   7610:                found.
                   7611: 
                   7612: 2006-12-20     misha
                   7613:        * src/types/pa_method.h 1.7:
                   7614:        * src/types/pa_vfile.h 1.59:
                   7615:                - some syntax changes [ http://www.parser.ru/forum/?id=55598 ]
                   7616: 
                   7617: 2006-12-19     misha
                   7618:        * src/main/pa_request.C 1.283:
                   7619:                - always set content-disposition for $response:body[hash here]. 
                   7620:                more details: http://www.parser.ru/forum/?id=52130
                   7621: 
                   7622:        * src/types/pa_vxdoc.C 1.32:
                   7623:                - $xDoc is "xnode" == true now. more details: http://

                   7624:                www.parser.ru/forum/?id=52359
                   7625: 
                   7626: 2006-12-07     misha
                   7627:        * operators.txt 1.186:
                   7628:                - added info about bool params in cookie set
                   7629: 
                   7630:        * src/types/pa_value.C 1.21:
                   7631:        * src/types/pa_value.h 1.128:
                   7632:        * src/types/pa_vbool.h 1.28:
                   7633:                - is_bool method was added
                   7634: 
                   7635:        * src/types/pa_vcookie.C 1.70:
                   7636:                - bool param in cookies available now
                   7637:                $cookie:name[
                   7638:                  $.value[123]
                   7639:                  $.secure(true)
                   7640:                  $.httponly(true)
                   7641:                ]
                   7642: 
                   7643: 2006-12-02     misha
                   7644:        * src/classes/file.C 1.150:
                   7645:                - file_block_read used instead of native read
                   7646: 
                   7647:        * src/include/pa_common.h 1.111:
                   7648:                - added file_block_read declaration
                   7649: 
                   7650:        * src/main/pa_common.C 1.221:
                   7651:                - added file_block_read with read error detection
                   7652:                - file_block_read used instead of native read
                   7653: 
                   7654: 2006-12-01     misha
                   7655:        * src/classes/file.C 1.148:
                   7656:                - ^file:copy[from;fo] was added
                   7657: 
                   7658:        * operators.txt 1.184:
                   7659:                - added info about ^file:copy[]
                   7660: 
                   7661:        * src/types/pa_vstateless_class.C 1.29:
                   7662:        * src/types/pa_vstateless_class.h 1.54:
                   7663:                - $var.CLASS_NAME added
                   7664: 
                   7665:        * operators.txt 1.185:
                   7666:                - info about $var.CLASS_NAME was added
                   7667: 
                   7668: 2006-11-20     misha
                   7669:        * src/classes/date.C 1.75:
                   7670:                - bug fix :)
                   7671: 
                   7672: 2006-11-17     misha
                   7673:        * src/main/pa_common.C 1.220:
                   7674:                - little optimization in getMonthDays
                   7675:                - small changes in crc32 calculation
                   7676: 
                   7677:        * src/classes/date.C 1.74:
                   7678:                - not needed code was removed
                   7679: 
                   7680:        * src/include/pa_common.h 1.110:
                   7681:                - array in crc32 calculation was changed to static
                   7682: 
                   7683: 2006-11-16     misha
                   7684:        * src/types/pa_vmail.C 1.76:
                   7685:                - mail:send now set content-type: multipart/related instead of 
                   7686:                multipart/mixed if file have $.content-id[]
                   7687: 
                   7688:        * src/types/pa_vmail.C 1.77:
                   7689:                - fix missed brakes
                   7690: 
                   7691: 2006-11-15     misha
                   7692:        * src/types/pa_vdouble.h 1.52:
                   7693:                abs -> fabs
                   7694: 
                   7695: 2006-11-14     misha
                   7696:        * src/include/pa_common.h 1.109:
                   7697:                - hex_string was moved from math.C
                   7698:                - CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   7699: 
                   7700:        * operators.txt 1.183:
                   7701:                - added info about ^file.md5[] and ^file:md5[file-name]
                   7702: 
                   7703:        * src/types/pa_vdouble.h 1.51:
                   7704:                - incorrect frac detection with negative values was fixed
                   7705: 
                   7706:        * src/classes/math.C 1.44:
                   7707:                - hex_string was moved to pa_common.h
                   7708: 
                   7709:        * src/main/pa_common.C 1.219:
                   7710:                - CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   7711: 
                   7712:        * src/classes/file.C 1.147:
                   7713:                - ^file.md5[] and ^file:md5[file-name] were added
                   7714: 
                   7715: 2006-11-13     misha
                   7716:        * operators.txt 1.182:
                   7717:                - added info about ^math:crc32[string], ^file:crc32[file-name] & 
                   7718:                ^file.crc32[]
                   7719: 
                   7720:        * src/classes/file.C 1.146:
                   7721:                - some comments were changed
                   7722:                - added ^file:crc32[file-name] and ^file.crc32[]
                   7723: 
                   7724:        * src/classes/math.C 1.43:
                   7725:                - added ^math:crc32[string]
                   7726: 
                   7727:        * src/include/pa_common.h 1.108:
                   7728:        * src/main/pa_common.C 1.218:
                   7729:                - some functions for crc32 calculation added
                   7730: 
                   7731: 2006-11-03     misha
                   7732:        * tests/150.html 1.1:
                   7733:        * tests/151.html 1.1:
                   7734:        * tests/results/150.processed 1.1:
                   7735:        * tests/results/151.processed 1.1:
                   7736:                - 2 tests were added
                   7737: 
                   7738:        * src/include/pa_array.h 1.70:
                   7739:                - not needed variable removed
                   7740: 
                   7741:        * src/include/pa_array.h 1.69:
                   7742:        * src/include/pa_table.h 1.62:
                   7743:                - table.locate & table.join with $.reverse(1) were fixed
                   7744: 
                   7745:        * src/main/pa_http.C 1.5:
                   7746:                - bug fix. now tainted data from $.form and query converted to $
                   7747:                .charset during ^file::load[http://...]
                   7748: 
                   7749: 2006-11-02     misha
                   7750:        * src/include/pa_table.h 1.61:
                   7751:                ups. forget '=' char
                   7752: 
                   7753:        * src/include/pa_table.h 1.60:
                   7754:                - one more fix in .locate[...][$.reverse(1)]
                   7755: 
                   7756: 2006-11-01     misha
                   7757:        * src/main/pa_http.C 1.4:
                   7758:                - second param for this mid method is length but not end_index so this method has error and can't detect charsets in next content-types:
                   7759:                Content-type: text/html; charset="windows-1251"
                   7760:                Content-type: text/html; charset="windows-1251";
                   7761:                Content-type: text/html; charset=windows-1251;
                   7762:                
                   7763:                only
                   7764:                Content-type: text/html; charset=windows-1251
                   7765:                was fine
                   7766: 
                   7767:        * src/include/pa_table.h 1.59:
                   7768:                - bug fix during ^table.locate( condition false for all records )
                   7769:                [$.reverse(1)]
                   7770: 
                   7771:        * src/classes/math.C 1.42:
                   7772:                - bug fix, details: http://www.parser.ru/forum/?id=53360
                   7773: 
                   7774: 2006-10-31     misha
                   7775:        * src/classes/file.C 1.145:
                   7776:                - empty args in file::exec removed now
                   7777: 
                   7778: 2006-09-11     misha
                   7779:        * bin/auto.p.dist.in 1.13:
                   7780:                - 2 errors were fixed
                   7781:                - table::set was replaced to table::create
                   7782:                - some changes in text/code formatting
                   7783: 
                   7784: 2006-09-03     paf
                   7785:        * src/classes/file.C 1.144:
                   7786:                proper tainting of ^file::exec/cgi[script;env;COMMAND;LINE;
                   7787:                PARAMS]
                   7788: 
                   7789: 2006-06-09     paf
                   7790:        * src/classes/table.C 1.223:
                   7791:                formatting
                   7792: 
                   7793:        * src/classes/hash.C 1.78:
                   7794:                incorporated patch from misha
                   7795:                Sent: Wednesday, June 07, 2006 9:52 PM
                   7796:                Subject: parser3: patch for $hash._default disappear while
                   7797: 
                   7798:        * src/types/pa_vmail.C 1.75:
                   7799:                misha:
                   7800:                Sent: Wednesday, June 07, 2006 8:51 PM
                   7801:                Subject: patch for base64 in ^mail:send[] %-)
                   7802: 
                   7803:        * src/classes/table.C 1.222:
                   7804:                incorporated patch from misha:
                   7805:                Sent: Thursday, June 08, 2006 12:38 PM
                   7806:                Subject: parser3: patch for ignoring string options for ^table.save[]
                   7807: 
                   7808:        * src/lib/pcre/pcre-2_08.tar.gz 1.2:
                   7809:                one can easily find those
                   7810: 
                   7811:        * operators.txt 1.181:
                   7812:                ^mail:send[
                   7813:                  $.file1[
                   7814:                     $.value[file]
                   7815:                     $.format[!uue|!base64] << new base64 option. default uue
                   7816:                  ]
                   7817:                ]
                   7818: 
                   7819: 2006-04-09     paf
                   7820:        * buildall-with-xml [release_3_2_1] 1.1.2.5:
                   7821:                merged
                   7822:                . ftp paths update
                   7823: 
                   7824:        * buildall-with-xml 1.4:
                   7825:                . ftp paths update
                   7826: 
                   7827:        * gnu.vcproj 1.2:
                   7828:        * operators.txt 1.180:
                   7829:        * parser3.sln 1.10:
                   7830:        * src/classes/classes.vcproj 1.14:
                   7831:        * src/classes/file.C 1.143:
                   7832:        * src/classes/hash.C 1.77:
                   7833:        * src/classes/hashfile.C 1.37:
                   7834:        * src/classes/image.C 1.114:
                   7835:        * src/classes/op.C 1.164:
                   7836:        * src/classes/table.C 1.221:
                   7837:        * src/classes/xdoc.C 1.150:
                   7838:        * src/classes/xnode.C 1.75:
                   7839:        * src/include/pa_array.h 1.68:
                   7840:        * src/include/pa_config_fixed.h 1.71:
                   7841:        * src/include/pa_dir.h 1.19:
                   7842:        * src/include/pa_memory.h 1.15:
                   7843:        * src/include/pa_request.h 1.181:
                   7844:        * src/include/pa_stack.h 1.25:
                   7845:        * src/lib/cord/cord.vcproj 1.4:
                   7846:        * src/lib/gd/gd.vcproj 1.9:
                   7847:        * src/lib/ltdl/ltdl.vcproj 1.4:
                   7848:        * src/lib/md5/md5.vcproj 1.4:
                   7849:        * src/lib/pcre/pcre.vcproj 1.4:
                   7850:        * src/lib/pcre/pcre_dftables.vcproj 1.5:
                   7851:        * src/lib/pcre/pcre_parser_ctype.vcproj 1.5:
                   7852:        * src/lib/sdbm/sdbm.vcproj 1.5:
                   7853:        * src/lib/smtp/smtp.h 1.7:
                   7854:        * src/lib/smtp/smtp.vcproj 1.8:
                   7855:        * src/main/compile.y 1.220:
                   7856:        * src/main/execute.C 1.315:
                   7857:        * src/main/main.vcproj 1.19:
                   7858:        * src/main/pa_cache_managers.C 1.17:
                   7859:        * src/main/pa_charset.C 1.55:
                   7860:        * src/main/pa_exec.C 1.68:
                   7861:        * src/main/pa_http.C 1.3:
                   7862:        * src/main/pa_request.C 1.281:
                   7863:        * src/main/pa_socks.C 1.25:
                   7864:        * src/main/pa_sql_driver_manager.C 1.86:
                   7865:        * src/main/pa_string.C 1.207:
                   7866:        * src/main/pa_stylesheet_connection.C 1.5:
                   7867:        * src/main/pa_stylesheet_manager.C 1.28:
                   7868:        * src/targets/apache13/ApacheModuleParser3.vcproj 1.8:
                   7869:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.11:
                   7870:        * src/targets/apache13core/pa_threads.C 1.6:
                   7871:        * src/targets/cgi/getopt.c 1.5:
                   7872:        * src/targets/cgi/parser3.C 1.239:
                   7873:        * src/targets/cgi/parser3.vcproj 1.14:
                   7874:        * src/targets/isapi/pa_threads.C 1.18:
                   7875:        * src/targets/isapi/parser3isapi.C 1.97:
                   7876:        * src/targets/isapi/parser3isapi.vcproj 1.10:
                   7877:        * src/types/pa_value.C 1.20:
                   7878:        * src/types/pa_value.h 1.127:
                   7879:        * src/types/pa_vcookie.C 1.69:
                   7880:        * src/types/pa_vhashfile.C 1.50:
                   7881:        * src/types/pa_vhashfile.h 1.34:
                   7882:        * src/types/pa_vmail.C 1.74:
                   7883:        * src/types/pa_vresponse.C 1.27:
                   7884:        * src/types/pa_vstatus.C 1.26:
                   7885:        * src/types/types.vcproj 1.18:
                   7886:        * tests/descript.ion 1.4:
                   7887:        * www/htdocs/_bug.html 1.117:
                   7888:        * www/htdocs/_bug.xsl 1.16:
                   7889:                + ^break[] ^continue[], in ^for, ^while, ^menu, ^hash/
                   7890:                hashfile.foreach
                   7891: 
                   7892:        * src/main/compile.tab.C 1.113:
                   7893:                ` change compiled
                   7894: 
                   7895:        * gnu.vcproj [vs2005_to_gcc] 1.1.32.1:
                   7896:        * parser3.sln [vs2005_to_gcc] 1.9.28.1:
                   7897:        * src/classes/classes.vcproj [vs2005_to_gcc] 1.13.8.1:
                   7898:        * src/classes/file.C [vs2005_to_gcc] 1.142.12.1:
                   7899:        * src/classes/hash.C [vs2005_to_gcc] 1.76.12.1:
                   7900:        * src/classes/image.C [vs2005_to_gcc] 1.113.12.1:
                   7901:        * src/classes/op.C [vs2005_to_gcc] 1.163.12.1:
                   7902:        * src/classes/table.C [vs2005_to_gcc] 1.220.4.1:
                   7903:        * src/classes/xdoc.C [vs2005_to_gcc] 1.149.8.1:
                   7904:        * src/classes/xnode.C [vs2005_to_gcc] 1.74.8.1:
                   7905:        * src/include/pa_array.h [vs2005_to_gcc] 1.67.12.1:
                   7906:        * src/include/pa_config_fixed.h [vs2005_to_gcc] 1.70.8.1:
                   7907:        * src/include/pa_dir.h [vs2005_to_gcc] 1.18.12.1:
                   7908:        * src/include/pa_memory.h [vs2005_to_gcc] 1.14.8.1:
                   7909:        * src/include/pa_request.h [vs2005_to_gcc] 1.180.8.1:
                   7910:        * src/include/pa_stack.h [vs2005_to_gcc] 1.24.12.1:
                   7911:        * src/lib/cord/cord.vcproj [vs2005_to_gcc] 1.3.8.1:
                   7912:        * src/lib/gd/gd.vcproj [vs2005_to_gcc] 1.8.8.1:
                   7913:        * src/lib/ltdl/ltdl.vcproj [vs2005_to_gcc] 1.3.20.1:
                   7914:        * src/lib/md5/md5.vcproj [vs2005_to_gcc] 1.3.20.1:
                   7915:        * src/lib/pcre/pcre.vcproj [vs2005_to_gcc] 1.3.20.1:
                   7916:        * src/lib/pcre/pcre_dftables.vcproj [vs2005_to_gcc] 1.4.20.1:
                   7917:        * src/lib/pcre/pcre_parser_ctype.vcproj [vs2005_to_gcc] 1.4.20.1:
                   7918:        * src/lib/sdbm/sdbm.vcproj [vs2005_to_gcc] 1.4.26.1:
                   7919:        * src/lib/smtp/smtp.h [vs2005_to_gcc] 1.6.12.1:
                   7920:        * src/lib/smtp/smtp.vcproj [vs2005_to_gcc] 1.7.8.1:
                   7921:        * src/main/compile.y [vs2005_to_gcc] 1.219.8.1:
                   7922:        * src/main/execute.C [vs2005_to_gcc] 1.314.12.1:
                   7923:        * src/main/main.vcproj [vs2005_to_gcc] 1.18.8.1:
                   7924:        * src/main/pa_cache_managers.C [vs2005_to_gcc] 1.16.12.1:
                   7925:        * src/main/pa_charset.C [vs2005_to_gcc] 1.54.8.1:
                   7926:        * src/main/pa_exec.C [vs2005_to_gcc] 1.67.12.1:
                   7927:        * src/main/pa_http.C [vs2005_to_gcc] 1.2.12.1:
                   7928:        * src/main/pa_request.C [vs2005_to_gcc] 1.280.8.1:
                   7929:        * src/main/pa_socks.C [vs2005_to_gcc] 1.24.12.1:
                   7930:        * src/main/pa_sql_driver_manager.C [vs2005_to_gcc] 1.85.12.1:
                   7931:        * src/main/pa_string.C [vs2005_to_gcc] 1.206.4.1:
                   7932:        * src/main/pa_stylesheet_connection.C [vs2005_to_gcc] 1.4.8.1:
                   7933:        * src/main/pa_stylesheet_manager.C [vs2005_to_gcc] 1.27.12.1:
                   7934:        * src/targets/apache13/ApacheModuleParser3.vcproj [vs2005_to_gcc] 1.7.20.1:
                   7935:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj [vs2005_to_gcc] 1.10.8.1:
                   7936:        * src/targets/apache13core/pa_threads.C [vs2005_to_gcc] 1.5.12.1:
                   7937:        * src/targets/cgi/getopt.c [vs2005_to_gcc] 1.4.10.1:
                   7938:        * src/targets/cgi/parser3.C [vs2005_to_gcc] 1.238.8.1:
                   7939:        * src/targets/cgi/parser3.vcproj [vs2005_to_gcc] 1.13.8.1:
                   7940:        * src/targets/isapi/pa_threads.C [vs2005_to_gcc] 1.17.12.1:
                   7941:        * src/targets/isapi/parser3isapi.C [vs2005_to_gcc] 1.96.10.1:
                   7942:        * src/targets/isapi/parser3isapi.vcproj [vs2005_to_gcc] 1.9.8.1:
                   7943:        * src/types/pa_value.C [vs2005_to_gcc] 1.19.12.1:
                   7944:        * src/types/pa_value.h [vs2005_to_gcc] 1.126.12.1:
                   7945:        * src/types/pa_vcookie.C [vs2005_to_gcc] 1.68.12.1:
                   7946:        * src/types/pa_vmail.C [vs2005_to_gcc] 1.73.10.1:
                   7947:        * src/types/pa_vresponse.C [vs2005_to_gcc] 1.26.12.1:
                   7948:        * src/types/pa_vstatus.C [vs2005_to_gcc] 1.25.12.1:
                   7949:        * src/types/types.vcproj [vs2005_to_gcc] 1.17.8.1:
                   7950:        * tests/descript.ion [vs2005_to_gcc] 1.3.8.1:
                   7951:        * www/htdocs/_bug.html [vs2005_to_gcc] 1.116.6.1:
                   7952:        * www/htdocs/_bug.xsl [vs2005_to_gcc] 1.15.18.1:
                   7953:                ! switched to VS2005 (projects and object<info explicitly typed>.for_each(, info))
                   7954:                + $response:field[] setting void means removing
                   7955:                + grammar $name` name stops now, for mysql `$field`
                   7956:                + started ^break[] ^continue[], in ^for. TODO: to other iterators (while, menu, foreach)
                   7957:                + all log messages += [uri=, method=, cl=]
                   7958: 
                   7959: 2006-03-23     moko
                   7960:        * Makefile.am [release_3_1_6] 1.48.6.2.2.1:
                   7961:        * Makefile.am [release_3_2_1] 1.51.6.3:
                   7962:        * Makefile.in [release_3_1_6] 1.62.6.3.2.1:
                   7963:        * Makefile.in [release_3_2_1] 1.65.6.3:
                   7964:        * acinclude.m4 [release_3_1_6] 1.35.6.3.2.1:
                   7965:        * acinclude.m4 [release_3_2_1] 1.38.6.1:
                   7966:        * aclocal.m4 [release_3_1_6] 1.38.6.3.2.1:
                   7967:        * aclocal.m4 [release_3_2_1] 1.41.6.1:
                   7968:        * acsite.m4 [release_3_1_6] 1.13.6.2.2.1:
                   7969:        * acsite.m4 [release_3_2_1] 1.16.6.1:
                   7970:        * configure [release_3_1_6] 1.83.6.4.2.2:
                   7971:        * configure [release_3_2_1] 1.90.2.2:
                   7972:        * configure.in [release_3_1_6] 1.83.6.5.2.2:
                   7973:        * configure.in [release_3_2_1] 1.91.2.2:
                   7974:        * src/include/pa_version.h [release_3_1_6] 1.19.6.6.2.2:
                   7975:        * src/include/pa_version.h [release_3_2_1] 1.27.2.2:
                   7976:                *** empty log message ***
                   7977: 
                   7978: 2006-03-04     paf
                   7979:        * src/main/pa_string.C 1.206:
                   7980:                ! cache file curruption checks++ [thanks to Igor Zinkovsky for 
                   7981:                detailed report]
                   7982: 
                   7983:        * src/main/pa_string.C [release_3_1_6] 1.202.6.2.2.1:
                   7984:        * src/main/pa_string.C [release_3_2_1] 1.205.4.1:
                   7985:                merged from HEAD
                   7986:                ! cache file curruption checks++ [thanks to Igor Zinkovsky for detailed report]
                   7987: 
                   7988: 2006-03-01     paf
                   7989:        * src/main/untaint.C [release_3_1_6] 1.134.6.2.2.1:
                   7990:                merged from HEAD
                   7991:                ! mail:send << changed \r or \n to ' ' in
                   7992: 
                   7993: 2006-02-18     paf
                   7994:        * src/main/untaint.C [release_3_2_1] 1.136.6.1:
                   7995:                merged from HEAD
                   7996:                ! mail:send << changed \r or \n to ' ' in
                   7997: 
                   7998:        * src/main/untaint.C 1.137:
                   7999:                ! mail:send << changed \r or \n to ' ' in
                   8000: 
                   8001: 2006-02-03     paf
                   8002:        * src/main/pa_common.C 1.217:
                   8003:                ! bugfix: decoding from base64
                   8004: 
                   8005:        * src/main/pa_common.C [release_3_2_1] 1.216.4.1:
                   8006:                merged from HEAD
                   8007:                ! bugfix: decoding from base64
                   8008: 
                   8009: 2006-01-20     paf
                   8010:        * src/classes/table.C 1.220:
                   8011:                ! bugfix ^table.save[$.encloser-s now handled properly
                   8012: 
                   8013:        * src/classes/table.C [release_3_1_6] 1.208.6.11.2.1:
                   8014:        * src/classes/table.C [release_3_2_1] 1.219.6.1:
                   8015:                merged from HEAD
                   8016:                ! bugfix ^table.save[$.encloser-s now handled properly
                   8017: 
                   8018:        * src/types/pa_vhashfile.C [release_3_1_6] 1.48.14.1:
                   8019:                . merged hashfile.foreach memory economy fix
                   8020: 
                   8021: 2006-01-19     paf
                   8022:        * buildall-with-xml [release_3_2_1] 1.1.2.4:
                   8023:        * buildall-without-xml [release_3_2_1] 1.1.2.4:
                   8024:                merged from HEAD
                   8025:                ! libgc:USE_MUNMAP activates merging of free memory blocks which helps a lot in our case:
                   8026:                after transform we want CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   8027: 
                   8028:        * buildall-with-xml 1.3:
                   8029:        * buildall-without-xml 1.3:
                   8030:                ! libgc:USE_MUNMAP activates merging of free memory blocks which helps a lot in our case:
                   8031:                after transform we want CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   8032: 
                   8033:        * src/types/pa_vhashfile.C [release_3_2_1] 1.48.16.1:
                   8034:                . merged hashfile.foreach memory economy fix
                   8035: 
                   8036: 2006-01-17     paf
                   8037:        * src/types/pa_vhashfile.C 1.49:
                   8038:                ! hashfile.foreach: counted pairs before reading them. got rid 
                   8039:                of reallocs = became quicker and less fragmentated
                   8040: 
                   8041: 2005-12-29     paf
                   8042:        * Makefile.am [release_3_2_1] 1.51.6.2:
                   8043:        * Makefile.in [release_3_2_1] 1.65.6.2:
                   8044:        * src/lib/ltdl/Makefile.am [release_3_2_1] 1.2.14.2:
                   8045:        * src/lib/ltdl/Makefile.in [release_3_2_1] 1.8.6.2:
                   8046:                . now site.m4 also packaged when 'make dist', so do configure 
                   8047:                companion files in src/lib/ltdl
                   8048: 
                   8049:        * src/lib/ltdl/Makefile.am [release_3_2_1] 1.2.14.1:
                   8050:        * src/lib/ltdl/Makefile.in [release_3_2_1] 1.8.6.1:
                   8051:        * src/lib/ltdl/acconfig.h [release_3_2_1] 1.1.2.1:
                   8052:        * src/lib/ltdl/acinclude.m4 [release_3_2_1] 1.2.38.1:
                   8053:        * src/lib/ltdl/config.guess [release_3_2_1] 1.2.2.1:
                   8054:        * src/lib/ltdl/config.sub [release_3_2_1] 1.2.2.1:
                   8055:        * src/lib/ltdl/configure.in [release_3_2_1] 1.4.36.1:
                   8056:        * src/lib/ltdl/install-sh [release_3_2_1] 1.2.2.1:
                   8057:        * src/lib/ltdl/ltmain.sh [release_3_2_1] 1.1.2.1:
                   8058:        * src/lib/ltdl/missing [release_3_2_1] 1.2.2.1:
                   8059:                . now config_auto.h is created with configure [were constant]
                   8060: 
                   8061:        * INSTALL [release_3_2_1] 1.48.2.2:
                   8062:        * buildall-with-xml [release_3_2_1] 1.1.2.3:
                   8063:        * buildall-without-xml [release_3_2_1] 1.1.2.3:
                   8064:                *** empty log message ***
                   8065: 
                   8066:        * buildall-with-xml [release_3_2_1] 1.1.2.2:
                   8067:        * buildall-without-xml [release_3_2_1] 1.1.2.2:
                   8068:                . farawell doc indication
                   8069: 
                   8070:        * src/lib/ltdl/ltmain.sh 1.1:
                   8071:                file ltmain.sh was initially added on branch release_3_2_1.
                   8072: 
                   8073:        * INSTALL 1.49:
                   8074:        * Makefile.am 1.52:
                   8075:        * Makefile.in 1.66:
                   8076:        * buildall-with-xml 1.2:
                   8077:        * buildall-without-xml 1.2:
                   8078:        * configure 1.91:
                   8079:        * configure.in 1.92:
                   8080:        * src/include/pa_version.h 1.28:
                   8081:        * src/lib/ltdl/Makefile.am 1.3:
                   8082:        * src/lib/ltdl/Makefile.in 1.9:
                   8083:        * src/lib/ltdl/acconfig.h 1.2:
                   8084:        * src/lib/ltdl/acinclude.m4 1.3:
                   8085:        * src/lib/ltdl/config.guess 1.3:
                   8086:        * src/lib/ltdl/config.sub 1.3:
                   8087:        * src/lib/ltdl/configure.in 1.5:
                   8088:        * src/lib/ltdl/install-sh 1.3:
                   8089:        * src/lib/ltdl/ltmain.sh 1.2:
                   8090:        * src/lib/ltdl/missing 1.3:
                   8091:        * www/htdocs/_bug.html 1.116:
                   8092:                . merged from 3.2.1
                   8093: 
                   8094:        * INSTALL [release_3_2_1] 1.48.2.3:
                   8095:                . references to documentation and some clarification
                   8096: 
                   8097:        * Makefile.am [release_3_2_1] 1.51.6.1:
                   8098:        * Makefile.in [release_3_2_1] 1.65.6.1:
                   8099:                . dist+=buildall*
                   8100: 
                   8101:        * src/lib/ltdl/acconfig.h 1.1:
                   8102:                file acconfig.h was initially added on branch release_3_2_1.
                   8103: 
                   8104: 2005-12-28     paf
                   8105:        * configure [release_3_2_1] 1.90.2.1:
                   8106:                . 3.2.1
                   8107: 
                   8108:        * buildall-with-xml 1.1:
                   8109:                file buildall-with-xml was initially added on branch 
                   8110:                release_3_2_1.
                   8111: 
                   8112:        * INSTALL [release_3_2_1] 1.48.2.1:
                   8113:        * buildall-with-xml [release_3_2_1] 1.1.2.1:
                   8114:        * buildall-without-xml [release_3_2_1] 1.1.2.1:
                   8115:                + started to simplify build process, see INSTALL
                   8116: 
                   8117:        * buildall-without-xml 1.1:
                   8118:                file buildall-without-xml was initially added on branch 
                   8119:                release_3_2_1.
                   8120: 
                   8121: 2005-12-26     paf
                   8122:        * configure.in [release_3_1_6] 1.83.6.5.2.1:
                   8123:        * src/include/pa_version.h [release_3_1_6] 1.19.6.6.2.1:
                   8124:        * src/main/compile.tab.C [release_3_1_6] 1.103.8.10.2.1:
                   8125:                version
                   8126: 
                   8127:        * configure [release_3_1_6] 1.83.6.4.2.1:
                   8128:                ver
                   8129: 
                   8130: 2005-12-21     paf
                   8131:        * src/main/compile.tab.C 1.112:
                   8132:        * src/main/main.vcproj 1.18:
                   8133:        * www/htdocs/_bug.html 1.115:
                   8134:                . win32: grammar is now compiled with bison 1.875b, it reports 
                   8135:                unexpected token names
                   8136: 
                   8137: 2005-12-19     paf
                   8138:        * configure 1.89:
                   8139:        * src/lib/Makefile.in 1.15:
                   8140:        * src/lib/cord/Makefile.in 1.6:
                   8141:                . makes
                   8142: 
                   8143:        * src/main/compile.tab.C [release_3_1_5] 1.103.8.10:
                   8144:        * src/types/pa_vxnode.h [release_3_1_5] 1.30.12.2:
                   8145:        * www/htdocs/_bug.html [release_3_1_5] 1.84.4.16:
                   8146:        * www/htdocs/_bug.xsl [release_3_1_5] 1.15.6.1:
                   8147:                ! bugfix xnode now holds a link to xmlNode to prevent premature 
                   8148:                gc(xmlNode)
                   8149: 
                   8150:        * configure 1.90:
                   8151:        * configure.in 1.91:
                   8152:        * src/classes/classes.vcproj 1.13:
                   8153:        * src/include/pa_config_fixed.h 1.70:
                   8154:        * src/include/pa_version.h 1.26:
                   8155:        * src/include/pa_version.h 1.27:
                   8156:        * src/lib/gd/gd.vcproj 1.8:
                   8157:        * src/lib/smtp/smtp.vcproj 1.7:
                   8158:        * src/main/main.vcproj 1.17:
                   8159:        * src/main/pa_globals.C 1.181:
                   8160:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.10:
                   8161:        * src/targets/cgi/parser3.vcproj 1.13:
                   8162:        * src/targets/isapi/parser3isapi.vcproj 1.9:
                   8163:        * src/types/types.vcproj 1.17:
                   8164:                . killing gdome [what a relief]
                   8165: 
                   8166:        * src/types/pa_vxnode.C 1.47:
                   8167:                . less warnings
                   8168: 
                   8169:        * src/targets/cgi/parser3.C 1.238:
                   8170:                . style
                   8171: 
                   8172:        * src/classes/xnode.C 1.74:
                   8173:                . "xml.dom"
                   8174:                . xnode.select* now works on xdoc too [were barking "not element"]
                   8175: 
                   8176:        * tests/137.html 1.3:
                   8177:        * tests/results/137.processed 1.4:
                   8178:                . not handled this case yet. code does not hang from inserting 
                   8179:                parent into child, considering thing minor issue -- nodes are 
                   8180:                removed from source anyway, don't know why shold that be an 
                   8181:                error after all
                   8182: 
                   8183:        * tests/097.html 1.3:
                   8184:        * tests/106.html 1.3:
                   8185:        * tests/108.html 1.3:
                   8186:        * tests/110.html 1.3:
                   8187:        * tests/112.html 1.3:
                   8188:        * tests/113.html 1.3:
                   8189:        * tests/114.html 1.3:
                   8190:        * tests/115.html 1.3:
                   8191:        * tests/116.html 1.3:
                   8192:        * tests/117.html 1.3:
                   8193:        * tests/Makefile 1.4:
                   8194:        * tests/results/001.processed 1.4:
                   8195:        * tests/results/002.processed 1.4:
                   8196:        * tests/results/003.processed 1.4:
                   8197:        * tests/results/004.processed 1.4:
                   8198:        * tests/results/005.processed 1.4:
                   8199:        * tests/results/006.processed 1.4:
                   8200:        * tests/results/008.processed 1.4:
                   8201:        * tests/results/009.processed 1.4:
                   8202:        * tests/results/010.processed 1.4:
                   8203:        * tests/results/011.processed 1.4:
                   8204:        * tests/results/012.processed 1.4:
                   8205:        * tests/results/013.processed 1.4:
                   8206:        * tests/results/014.processed 1.4:
                   8207:        * tests/results/015.processed 1.4:
                   8208:        * tests/results/016.processed 1.4:
                   8209:        * tests/results/017.processed 1.4:
                   8210:        * tests/results/018.processed 1.4:
                   8211:        * tests/results/020.processed 1.4:
                   8212:        * tests/results/021.processed 1.4:
                   8213:        * tests/results/022.processed 1.4:
                   8214:        * tests/results/023.processed 1.4:
                   8215:        * tests/results/024.processed 1.4:
                   8216:        * tests/results/025.processed 1.4:
                   8217:        * tests/results/026.processed 1.4:
                   8218:        * tests/results/027.processed 1.4:
                   8219:        * tests/results/028.processed 1.4:
                   8220:        * tests/results/029.processed 1.4:
                   8221:        * tests/results/030.processed 1.4:
                   8222:        * tests/results/031.processed 1.4:
                   8223:        * tests/results/032.processed 1.4:
                   8224:        * tests/results/033.processed 1.4:
                   8225:        * tests/results/034.processed 1.4:
                   8226:        * tests/results/035.processed 1.4:
                   8227:        * tests/results/036.processed 1.4:
                   8228:        * tests/results/037.processed 1.4:
                   8229:        * tests/results/038.processed 1.4:
                   8230:        * tests/results/039.processed 1.4:
                   8231:        * tests/results/040.processed 1.4:
                   8232:        * tests/results/041.processed 1.4:
                   8233:        * tests/results/042.processed 1.4:
                   8234:        * tests/results/043.processed 1.4:
                   8235:        * tests/results/044.processed 1.4:
                   8236:        * tests/results/045.processed 1.4:
                   8237:        * tests/results/046.processed 1.4:
                   8238:        * tests/results/047.processed 1.4:
                   8239:        * tests/results/048.processed 1.4:
                   8240:        * tests/results/049.processed 1.4:
                   8241:        * tests/results/050.processed 1.4:
                   8242:        * tests/results/051.processed 1.4:
                   8243:        * tests/results/052.processed 1.4:
                   8244:        * tests/results/053.processed 1.4:
                   8245:        * tests/results/054.processed 1.4:
                   8246:        * tests/results/055.processed 1.4:
                   8247:        * tests/results/056.processed 1.4:
                   8248:        * tests/results/057.processed 1.4:
                   8249:        * tests/results/058.processed 1.4:
                   8250:        * tests/results/059.processed 1.4:
                   8251:        * tests/results/060.processed 1.4:
                   8252:        * tests/results/061.processed 1.4:
                   8253:        * tests/results/062.processed 1.4:
                   8254:        * tests/results/063.processed 1.4:
                   8255:        * tests/results/064.processed 1.4:
                   8256:        * tests/results/065.processed 1.4:
                   8257:        * tests/results/066.processed 1.4:
                   8258:        * tests/results/067.processed 1.4:
                   8259:        * tests/results/068.processed 1.4:
                   8260:        * tests/results/069.processed 1.4:
                   8261:        * tests/results/070.processed 1.4:
                   8262:        * tests/results/071.processed 1.4:
                   8263:        * tests/results/072.processed 1.4:
                   8264:        * tests/results/073.processed 1.4:
                   8265:        * tests/results/074.processed 1.4:
                   8266:        * tests/results/075.processed 1.4:
                   8267:        * tests/results/076.processed 1.4:
                   8268:        * tests/results/077.processed 1.4:
                   8269:        * tests/results/078.processed 1.4:
                   8270:        * tests/results/079.processed 1.4:
                   8271:        * tests/results/080.processed 1.4:
                   8272:        * tests/results/081.processed 1.4:
                   8273:        * tests/results/082.processed 1.4:
                   8274:        * tests/results/083.processed 1.4:
                   8275:        * tests/results/084.processed 1.4:
                   8276:        * tests/results/085.processed 1.4:
                   8277:        * tests/results/086.processed 1.4:
                   8278:        * tests/results/087.processed 1.4:
                   8279:        * tests/results/088.processed 1.4:
                   8280:        * tests/results/089.processed 1.4:
                   8281:        * tests/results/090.processed 1.4:
                   8282:        * tests/results/091.processed 1.4:
                   8283:        * tests/results/092.processed 1.4:
                   8284:        * tests/results/093.processed 1.4:
                   8285:        * tests/results/094.processed 1.4:
                   8286:        * tests/results/095.processed 1.4:
                   8287:        * tests/results/096.processed 1.4:
                   8288:        * tests/results/097.processed 1.4:
                   8289:        * tests/results/099.processed 1.4:
                   8290:        * tests/results/100.processed 1.3:
                   8291:        * tests/results/101.processed 1.4:
                   8292:        * tests/results/102.processed 1.4:
                   8293:        * tests/results/104.processed 1.4:
                   8294:        * tests/results/105.processed 1.4:
                   8295:        * tests/results/106.processed 1.4:
                   8296:        * tests/results/107.processed 1.4:
                   8297:        * tests/results/108.processed 1.4:
                   8298:        * tests/results/109.processed 1.4:
                   8299:        * tests/results/110.processed 1.4:
                   8300:        * tests/results/111.processed 1.4:
                   8301:        * tests/results/112.processed 1.4:
                   8302:        * tests/results/113.processed 1.4:
                   8303:        * tests/results/114.processed 1.4:
                   8304:        * tests/results/115.processed 1.4:
                   8305:        * tests/results/117.processed 1.4:
                   8306:        * tests/results/119.processed 1.4:
                   8307:        * tests/results/120.processed 1.4:
                   8308:        * tests/results/121.processed 1.4:
                   8309:        * tests/results/122.processed 1.4:
                   8310:        * tests/results/123.processed 1.4:
                   8311:        * tests/results/124.processed 1.4:
                   8312:        * tests/results/125.processed 1.4:
                   8313:        * tests/results/126.processed 1.4:
                   8314:        * tests/results/127.processed 1.4:
                   8315:        * tests/results/128.processed 1.4:
                   8316:        * tests/results/129.processed 1.4:
                   8317:        * tests/results/130.processed 1.4:
                   8318:        * tests/results/131.processed 1.4:
                   8319:        * tests/results/132.processed 1.4:
                   8320:        * tests/results/133.processed 1.4:
                   8321:        * tests/results/134.processed 1.4:
                   8322:        * tests/results/135.processed 1.4:
                   8323:        * tests/results/136.processed 1.4:
                   8324:        * tests/results/138.processed 1.4:
                   8325:        * tests/results/139.processed 1.4:
                   8326:        * tests/results/140.processed 1.4:
                   8327:        * tests/results/141.processed 1.4:
                   8328:        * tests/results/142.processed 1.2:
                   8329:        * tests/results/143.processed 1.2:
                   8330:        * tests/results/144.processed 1.2:
                   8331:        * tests/results/145.processed 1.2:
                   8332:        * tests/results/146.processed 1.2:
                   8333:        * tests/results/147.processed 1.2:
                   8334:        * tests/results/148.processed 1.2:
                   8335:        * tests/results/149.processed 1.2:
                   8336:        * tests/results/auto.p 1.1:
                   8337:        * tests/run_parser.sh 1.3:
                   8338:                . now works if we turn off default auto.p
                   8339: 
                   8340:        * src/types/pa_vxnode.C 1.46:
                   8341:        * tests/142.html 1.2:
                   8342:        * tests/144.html 1.2:
                   8343:        * tests/145.html 1.2:
                   8344:        * tests/149.html 1.1:
                   8345:        * tests/descript.ion 1.3:
                   8346:        * tests/outputs/d.cmd 1.1:
                   8347:        * tests/results/142.processed 1.1:
                   8348:        * tests/results/143.processed 1.1:
                   8349:        * tests/results/144.processed 1.1:
                   8350:        * tests/results/145.processed 1.1:
                   8351:        * tests/results/146.processed 1.1:
                   8352:        * tests/results/147.processed 1.1:
                   8353:        * tests/results/148.processed 1.1:
                   8354:        * tests/results/149.processed 1.1:
                   8355:        * www/htdocs/_bug.html 1.114:
                   8356:                . removed .nodeValue from all node types other than 5 (grabbed 
                   8357:                piece from gdome)
                   8358: 
                   8359: 2005-12-16     paf
                   8360:        * tests/142.html 1.1:
                   8361:        * tests/143.html 1.1:
                   8362:        * tests/144.html 1.1:
                   8363:        * tests/145.html 1.1:
                   8364:                . dom [part]
                   8365: 
                   8366:        * tests/146.html 1.1:
                   8367:        * tests/147.html 1.1:
                   8368:        * tests/148.html 1.1:
                   8369:        * www/htdocs/_bug.html 1.113:
                   8370:                . more tests
                   8371: 
                   8372:        * src/main/compile.tab.C [release_3_1_5] 1.103.8.9:
                   8373:        * src/main/compile.tab.C [release_3_2_0] 1.109.2.2:
                   8374:        * src/main/compile.y [release_3_1_5] 1.213.10.7:
                   8375:        * src/main/compile.y [release_3_2_0] 1.217.2.2:
                   8376:        * src/types/pa_value.h [release_3_1_5] 1.119.6.4:
                   8377:        * src/types/pa_vvoid.h [release_3_1_5] 1.22.8.2:
                   8378:                merged from HEAD
                   8379:                ! fixed overoptimized ^call(false) case. (confused it with ^call[] case)
                   8380: 
                   8381:        * src/main/compile.tab.C 1.111:
                   8382:        * src/main/compile.y 1.219:
                   8383:        * www/htdocs/_bug.html 1.112:
                   8384:                ! fixed overoptimized ^call(false) case. (confused it with ^call[
                   8385:                ] case)
                   8386: 
                   8387:        * INSTALL 1.47:
                   8388:        * configure.in 1.90:
                   8389:        * src/lib/Makefile.am 1.8:
                   8390:                . sweetest part [no glib/gdome in INSTALL and patches]
                   8391: 
                   8392:        * tests/006.html 1.3:
                   8393:        * tests/034.html 1.3:
                   8394:        * tests/057.html 1.3:
                   8395:        * tests/Makefile 1.3:
                   8396:        * tests/make_tests.cmd 1.1:
                   8397:        * tests/results/001.processed 1.3:
                   8398:        * tests/results/002.processed 1.3:
                   8399:        * tests/results/003.processed 1.3:
                   8400:        * tests/results/004.processed 1.3:
                   8401:        * tests/results/005.processed 1.3:
                   8402:        * tests/results/006.processed 1.3:
                   8403:        * tests/results/008.processed 1.3:
                   8404:        * tests/results/009.processed 1.3:
                   8405:        * tests/results/010.processed 1.3:
                   8406:        * tests/results/011.processed 1.3:
                   8407:        * tests/results/012.processed 1.3:
                   8408:        * tests/results/013.processed 1.3:
                   8409:        * tests/results/014.processed 1.3:
                   8410:        * tests/results/015.processed 1.3:
                   8411:        * tests/results/016.processed 1.3:
                   8412:        * tests/results/017.processed 1.3:
                   8413:        * tests/results/018.processed 1.3:
                   8414:        * tests/results/019.processed 1.3:
                   8415:        * tests/results/020.processed 1.3:
                   8416:        * tests/results/021.processed 1.3:
                   8417:        * tests/results/022.processed 1.3:
                   8418:        * tests/results/023.processed 1.3:
                   8419:        * tests/results/024.processed 1.3:
                   8420:        * tests/results/025.processed 1.3:
                   8421:        * tests/results/026.processed 1.3:
                   8422:        * tests/results/027.processed 1.3:
                   8423:        * tests/results/028.processed 1.3:
                   8424:        * tests/results/029.processed 1.3:
                   8425:        * tests/results/030.processed 1.3:
                   8426:        * tests/results/031.processed 1.3:
                   8427:        * tests/results/032.processed 1.3:
                   8428:        * tests/results/033.processed 1.3:
                   8429:        * tests/results/034.processed 1.3:
                   8430:        * tests/results/035.processed 1.3:
                   8431:        * tests/results/036.processed 1.3:
                   8432:        * tests/results/037.processed 1.3:
                   8433:        * tests/results/038.processed 1.3:
                   8434:        * tests/results/039.processed 1.3:
                   8435:        * tests/results/040.processed 1.3:
                   8436:        * tests/results/041.processed 1.3:
                   8437:        * tests/results/042.processed 1.3:
                   8438:        * tests/results/043.processed 1.3:
                   8439:        * tests/results/044.processed 1.3:
                   8440:        * tests/results/045.processed 1.3:
                   8441:        * tests/results/046.processed 1.3:
                   8442:        * tests/results/047.processed 1.3:
                   8443:        * tests/results/048.processed 1.3:
                   8444:        * tests/results/049.processed 1.3:
                   8445:        * tests/results/050.processed 1.3:
                   8446:        * tests/results/051.processed 1.3:
                   8447:        * tests/results/052.processed 1.3:
                   8448:        * tests/results/053.processed 1.3:
                   8449:        * tests/results/054.processed 1.3:
                   8450:        * tests/results/055.processed 1.3:
                   8451:        * tests/results/056.processed 1.3:
                   8452:        * tests/results/057.processed 1.3:
                   8453:        * tests/results/058.processed 1.3:
                   8454:        * tests/results/059.processed 1.3:
                   8455:        * tests/results/060.processed 1.3:
                   8456:        * tests/results/061.processed 1.3:
                   8457:        * tests/results/062.processed 1.3:
                   8458:        * tests/results/063.processed 1.3:
                   8459:        * tests/results/064.processed 1.3:
                   8460:        * tests/results/065.processed 1.3:
                   8461:        * tests/results/066.processed 1.3:
                   8462:        * tests/results/067.processed 1.3:
                   8463:        * tests/results/068.processed 1.3:
                   8464:        * tests/results/069.processed 1.3:
                   8465:        * tests/results/070.processed 1.3:
                   8466:        * tests/results/071.processed 1.3:
                   8467:        * tests/results/072.processed 1.3:
                   8468:        * tests/results/073.processed 1.3:
                   8469:        * tests/results/074.processed 1.3:
                   8470:        * tests/results/075.processed 1.3:
                   8471:        * tests/results/076.processed 1.3:
                   8472:        * tests/results/077.processed 1.3:
                   8473:        * tests/results/078.processed 1.3:
                   8474:        * tests/results/079.processed 1.3:
                   8475:        * tests/results/080.processed 1.3:
                   8476:        * tests/results/081.processed 1.3:
                   8477:        * tests/results/082.processed 1.3:
                   8478:        * tests/results/083.processed 1.3:
                   8479:        * tests/results/084.processed 1.3:
                   8480:        * tests/results/085.processed 1.3:
                   8481:        * tests/results/086.processed 1.3:
                   8482:        * tests/results/087.processed 1.3:
                   8483:        * tests/results/088.processed 1.3:
                   8484:        * tests/results/089.processed 1.3:
                   8485:        * tests/results/090.processed 1.3:
                   8486:        * tests/results/091.processed 1.3:
                   8487:        * tests/results/092.processed 1.3:
                   8488:        * tests/results/093.processed 1.3:
                   8489:        * tests/results/094.processed 1.3:
                   8490:        * tests/results/095.processed 1.3:
                   8491:        * tests/results/096.processed 1.3:
                   8492:        * tests/results/097.processed 1.3:
                   8493:        * tests/results/099.processed 1.3:
                   8494:        * tests/results/101.processed 1.3:
                   8495:        * tests/results/102.processed 1.3:
                   8496:        * tests/results/104.processed 1.3:
                   8497:        * tests/results/105.processed 1.3:
                   8498:        * tests/results/106.processed 1.3:
                   8499:        * tests/results/107.processed 1.3:
                   8500:        * tests/results/108.processed 1.3:
                   8501:        * tests/results/109.processed 1.3:
                   8502:        * tests/results/110.processed 1.3:
                   8503:        * tests/results/111.processed 1.3:
                   8504:        * tests/results/112.processed 1.3:
                   8505:        * tests/results/113.processed 1.3:
                   8506:        * tests/results/114.processed 1.3:
                   8507:        * tests/results/115.processed 1.3:
                   8508:        * tests/results/116.processed 1.3:
                   8509:        * tests/results/117.processed 1.3:
                   8510:        * tests/results/118.processed 1.3:
                   8511:        * tests/results/119.processed 1.3:
                   8512:        * tests/results/120.processed 1.3:
                   8513:        * tests/results/121.processed 1.3:
                   8514:        * tests/results/122.processed 1.3:
                   8515:        * tests/results/123.processed 1.3:
                   8516:        * tests/results/124.processed 1.3:
                   8517:        * tests/results/125.processed 1.3:
                   8518:        * tests/results/126.processed 1.3:
                   8519:        * tests/results/127.processed 1.3:
                   8520:        * tests/results/128.processed 1.3:
                   8521:        * tests/results/129.processed 1.3:
                   8522:        * tests/results/130.processed 1.3:
                   8523:        * tests/results/131.processed 1.3:
                   8524:        * tests/results/132.processed 1.3:
                   8525:        * tests/results/133.processed 1.3:
                   8526:        * tests/results/134.processed 1.3:
                   8527:        * tests/results/135.processed 1.3:
                   8528:        * tests/results/136.processed 1.3:
                   8529:        * tests/results/137.processed 1.3:
                   8530:        * tests/results/138.processed 1.3:
                   8531:        * tests/results/139.processed 1.3:
                   8532:        * tests/results/140.processed 1.3:
                   8533:        * tests/results/141.processed 1.3:
                   8534:                . refreshed old tests, made them work without auto.p (in utf8)
                   8535:                . things noted:
                   8536:                . gif got encoded differently
                   8537:                . exif 0000:00:00 decoded now into 0000:00:00 (were some strange year)
                   8538: 
                   8539:        * src/classes/xdoc.C 1.149:
                   8540:        * src/classes/xnode.C 1.72:
                   8541:        * src/classes/xnode.h 1.25:
                   8542:        * src/include/pa_charset.h 1.32:
                   8543:        * src/include/pa_config_includes.h 1.32:
                   8544:        * src/include/pa_globals.h 1.113:
                   8545:        * src/include/pa_memory.h 1.14:
                   8546:        * src/include/pa_request.h 1.180:
                   8547:        * src/include/pa_xml_exception.h 1.5:
                   8548:        * src/lib/cord/Makefile.am 1.4:
                   8549:        * src/lib/cord/cord.vcproj 1.3:
                   8550:        * src/lib/cord/cordbscs.c 1.6:
                   8551:        * src/lib/cord/cordprnt.c 1.4:
                   8552:        * src/lib/cord/cordxtra.c 1.7:
                   8553:        * src/main/compile.tab.C 1.110:
                   8554:        * src/main/pa_charset.C 1.54:
                   8555:        * src/main/pa_globals.C 1.180:
                   8556:        * src/main/pa_memory.C 1.7:
                   8557:        * src/main/pa_request.C 1.280:
                   8558:        * src/main/pa_stylesheet_connection.C 1.4:
                   8559:        * src/main/pa_xml_exception.C 1.5:
                   8560:        * src/types/pa_vxdoc.C 1.30:
                   8561:        * src/types/pa_vxdoc.h 1.41:
                   8562:        * src/types/pa_vxnode.C 1.44:
                   8563:        * src/types/pa_vxnode.h 1.36:
                   8564:        * www/htdocs/.htaccess 1.49:
                   8565:        * www/htdocs/_bug.html 1.111:
                   8566:                . started killing gdome
                   8567: 
                   8568:        * INSTALL 1.48:
                   8569:                . revived linux libgc fix
                   8570: 
                   8571:        * src/types/pa_vxdoc.C 1.31:
                   8572:        * src/types/pa_vxnode.C 1.45:
                   8573:        * src/types/pa_vxnode.h 1.37:
                   8574:                + xdoc DOM props
                   8575: 
                   8576:        * src/classes/xnode.C 1.73:
                   8577:                . also bark on possible errors
                   8578: 
                   8579: 2005-12-13     paf
                   8580:        * src/main/pa_request.C [release_3_1_5] 1.274.6.5:
                   8581:        * src/main/pa_request.C [release_3_2_0] 1.278.2.1:
                   8582:                merged from HEAD
                   8583:                ! when code in @unhandled_exception thrown another exception, print correct origin (earlier code in catch of exception inside of @unhandled_exception grabbed parent_frame(original_exception) origin and printed it, instead of true origin)
                   8584: 
                   8585:        * src/main/pa_request.C 1.279:
                   8586:                ! when code in @unhandled_exception thrown another exception, 
                   8587:                print correct origin (earlier code in catch of exception inside 
                   8588:                of @unhandled_exception grabbed parent_frame(original_exception) 
                   8589:                origin and printed it, instead of true origin)
                   8590: 
                   8591: 2005-12-09     paf
                   8592:        * src/main/pa_string.C 1.205:
                   8593:        * src/main/pa_string.C [release_3_2_0] 1.203.2.2:
                   8594:                merged from 3.1.5
                   8595:                ! regex tainting were ignored in ^string.matched :(
                   8596: 
                   8597:        * INSTALL 1.45:
                   8598:        * configure 1.88:
                   8599:        * configure.in 1.89:
                   8600:        * src/classes/date.C 1.73:
                   8601:        * src/include/pa_config_fixed.h 1.69:
                   8602:        * src/include/pa_version.h 1.25:
                   8603:        * src/main/compile.y 1.218:
                   8604:        * src/main/compile_tools.h 1.77:
                   8605:        * src/main/pa_charset.C 1.53:
                   8606:        * src/main/pa_common.C 1.216:
                   8607:        * src/main/pa_globals.C 1.179:
                   8608:        * src/main/pa_string.C 1.204:
                   8609:        * src/targets/apache13core/mod_parser3_core.C 1.10:
                   8610:        * src/targets/cgi/getopt.c 1.4:
                   8611:        * src/targets/isapi/parser3isapi.C 1.96:
                   8612:        * src/types/pa_vmail.C 1.73:
                   8613:        * www/htdocs/.htaccess 1.48:
                   8614:        * www/htdocs/_bug.txt 1.8:
                   8615:        * www/htdocs/auto.p 1.25:
                   8616:                . merged latest fixes from 3.2.0
                   8617: 
                   8618:        * src/main/pa_string.C [release_3_1_5] 1.202.6.2:
                   8619:                ! regex tainting were ignored in ^string.matched :(
                   8620: 
                   8621:        * INSTALL [release_3_2_0] 1.44.2.5:
                   8622:                . updated INSTALL doc to work around linux stack base detection 
                   8623:                problem, due to change in gc6.4 code
                   8624: 
                   8625: 2005-12-08     paf
                   8626:        * src/types/pa_vmail.C [release_3_1_5] 1.71.6.2:
                   8627:                merged from 3.2.0
                   8628:                ! bcc line longer then 500 chars now handled OK [were wrapped on 500th char according to rfc, but sendmail failed to unwrap it properly]
                   8629: 
                   8630:        * src/classes/date.C [release_3_2_0] 1.72.2.1:
                   8631:        * src/include/pa_config_fixed.h [release_3_2_0] 1.68.2.2:
                   8632:        * src/main/compile.tab.C [release_3_2_0] 1.109.2.1:
                   8633:        * src/main/compile.y [release_3_2_0] 1.217.2.1:
                   8634:        * src/main/compile_tools.h [release_3_2_0] 1.76.2.1:
                   8635:        * src/main/pa_charset.C [release_3_2_0] 1.52.2.1:
                   8636:        * src/main/pa_common.C [release_3_2_0] 1.215.2.1:
                   8637:        * src/main/pa_globals.C [release_3_2_0] 1.178.2.1:
                   8638:        * src/main/pa_string.C [release_3_2_0] 1.203.2.1:
                   8639:        * src/targets/cgi/getopt.c [release_3_2_0] 1.3.24.1:
                   8640:        * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.3:
                   8641:        * www/htdocs/_bug.html [release_3_2_0] 1.110.2.1:
                   8642:        * www/htdocs/_bug.txt [release_3_2_0] 1.7.2.1:
                   8643:        * www/htdocs/auto.p [release_3_2_0] 1.24.2.1:
                   8644:                . less warnings
                   8645: 
                   8646:        * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.2:
                   8647:                . undone some strange change since 3.1.5
                   8648: 
                   8649:        * src/include/pa_config_fixed.h [release_3_2_0] 1.68.2.1:
                   8650:                . removed outdated string origins [in current storage scheme 
                   8651:                there's no place for them. someday we can add third CORD to 
                   8652:                store origins and special version of parser which stores origins 
                   8653:                there [separate binary]]
                   8654: 
                   8655:        * src/targets/apache13core/mod_parser3_core.C [release_3_2_0] 1.9.2.1:
                   8656:        * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.1:
                   8657:                . merged from 3.1.5 release link fixes
                   8658: 
                   8659:        * src/types/pa_vmail.C [release_3_2_0] 1.72.2.1:
                   8660:                ! bcc line longer then 500 chars now handled OK [were wrapped on 
                   8661:                500th char according to rfc, but sendmail failed to unwrap it 
                   8662:                properly]
                   8663: 
                   8664: 2005-12-07     paf
                   8665:        * Makefile.am [release_3_2_0] 1.51.2.1:
                   8666:        * Makefile.in [release_3_2_0] 1.65.2.1:
                   8667:        * acinclude.m4 [release_3_2_0] 1.38.2.1:
                   8668:        * aclocal.m4 [release_3_2_0] 1.41.2.1:
                   8669:        * acsite.m4 [release_3_2_0] 1.16.2.1:
                   8670:        * configure [release_3_2_0] 1.87.2.1:
                   8671:        * configure.in [release_3_2_0] 1.88.2.1:
                   8672:                *** empty log message ***
                   8673: 
                   8674:        * src/include/pa_version.h [release_3_2_0] 1.23.2.1:
                   8675:                makefiles
                   8676: 
                   8677: 2005-11-28     paf
                   8678:        * src/main/pa_http.C 1.2:
                   8679:                ! status line check made earlier [was totally wrong]
                   8680: 
                   8681:        * src/classes/table.C 1.219:
                   8682:                ! nameless table has columns==0
                   8683: 
                   8684: 2005-11-25     paf
                   8685:        * src/classes/op.C 1.162:
                   8686:        * www/htdocs/_bug.html 1.110:
                   8687:        * www/htdocs/auto.p 1.24:
                   8688:                + ^while(){}[SEPARATOR]
                   8689: 
                   8690:        * src/include/pa_array.h 1.67:
                   8691:                -this reduces speed(table::load) strange. undoing for now...
                   8692: 
                   8693:        * src/include/pa_version.h 1.23:
                   8694:                -this reduces speed(table::load), strange. undoing
                   8695: 
                   8696:        * src/include/pa_memory.h 1.13:
                   8697:                . removed GC_DEBUG for debug version, it changed gc_malloc 
                   8698:                implementation, which obscured profiling
                   8699: 
                   8700: 2005-11-24     paf
                   8701:        * src/include/Makefile.am 1.10:
                   8702:        * src/include/pa_http.h 1.1:
                   8703:        * src/main/Makefile.am 1.46:
                   8704:        * src/main/main.vcproj 1.16:
                   8705:                . extracted http:// into separate file [preparation for ^file::
                   8706:                cgi[script;$.form[$.field1[]
                   8707: 
                   8708:        * src/classes/file.C 1.142:
                   8709:        * src/include/pa_common.h 1.107:
                   8710:        * src/main/execute.C 1.314:
                   8711:        * src/main/pa_common.C 1.215:
                   8712:        * src/main/pa_request.C 1.278:
                   8713:                ! changed file/dir_readable to simple file/dir_exist, this would 
                   8714:                help in situations "class not found because .p file has bad 
                   8715:                rights" << in that case error would be explicit "access denied 
                   8716:                to 'this' file"
                   8717: 
                   8718:        * Makefile.am 1.51:
                   8719:        * Makefile.in 1.65:
                   8720:        * acinclude.m4 1.38:
                   8721:        * aclocal.m4 1.41:
                   8722:        * acsite.m4 1.16:
                   8723:        * configure 1.87:
                   8724:        * configure.in 1.88:
                   8725:                *** empty log message ***
                   8726: 
                   8727:        * src/include/Makefile.in 1.20:
                   8728:        * src/main/Makefile.in 1.60:
                   8729:                makefiles
                   8730: 
                   8731:        * www/htdocs/_bug.pl 1.5:
                   8732:        * www/htdocs/_bug.txt 1.7:
                   8733:                +! ^file::exec/cgi[script;$.charset[changed] $.QUERY_STRING[^
                   8734:                untaint[URI]{aaa=$form:text} << now %HH would be encoded in $
                   8735:                .charset charset
                   8736: 
                   8737: 2005-11-22     paf
                   8738:        * src/types/pa_vresponse.C 1.26:
                   8739:                + $response:headers access to internal hash
                   8740: 
                   8741:        * src/targets/apache13core/mod_parser3_core.C 1.9:
                   8742:        * src/targets/isapi/parser3isapi.C 1.95:
                   8743:                + GC_large_alloc_warn_suppressed=0 between requests [apache mod_, isapi]
                   8744:                this reduces number of "GC Warning: Repeated allocation of very large block" messages to only important onces
                   8745: 
                   8746:        * bin/Makefile.in 1.12:
                   8747:        * etc/Makefile.in 1.17:
                   8748:        * etc/parser3.charsets/Makefile.in 1.21:
                   8749:        * src/Makefile.in 1.58:
                   8750:        * src/classes/Makefile.in 1.62:
                   8751:        * src/include/pa_config_auto.h.in 1.43:
                   8752:        * src/lib/Makefile.in 1.14:
                   8753:        * src/lib/cord/Makefile.in 1.5:
                   8754:        * src/lib/cord/include/Makefile.in 1.4:
                   8755:        * src/lib/cord/include/private/Makefile.in 1.4:
                   8756:        * src/lib/gc/Makefile.in 1.4:
                   8757:        * src/lib/gc/include/Makefile.in 1.4:
                   8758:        * src/lib/gd/Makefile.in 1.5:
                   8759:        * src/lib/ltdl/Makefile.in 1.8:
                   8760:        * src/lib/md5/Makefile.in 1.10:
                   8761:        * src/lib/patches/Makefile.in 1.14:
                   8762:        * src/lib/pcre/Makefile.in 1.12:
                   8763:        * src/lib/sdbm/Makefile.in 1.3:
                   8764:        * src/lib/sdbm/apr-include/Makefile.in 1.3:
                   8765:        * src/lib/smtp/Makefile.in 1.5:
                   8766:        * src/sql/Makefile.in 1.14:
                   8767:        * src/targets/Makefile.in 1.45:
                   8768:        * src/targets/apache13/Makefile.in 1.50:
                   8769:        * src/targets/apache13core/Makefile.in 1.7:
                   8770:        * src/targets/cgi/Makefile.in 1.69:
                   8771:        * src/targets/isapi/Makefile.in 1.15:
                   8772:        * src/types/Makefile.in 1.60:
                   8773:                configure+makes
                   8774: 
                   8775:        * src/main/compile.tab.C 1.108:
                   8776:                Makefile
                   8777: 
                   8778:        * src/types/pa_vdate.h 1.42:
                   8779:                ! date TZ save/restore stored pointer to getenv-ed variable, 
                   8780:                which does not work both on win32&unix. copied old TZ value now
                   8781: 
                   8782:        * src/include/pa_string.h 1.166:
                   8783:        * src/main/untaint.C 1.136:
                   8784:                + ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   8785: 
                   8786:        * src/classes/string.C 1.149:
                   8787:                + removed limitation on ^string/int/double:sql{}[$.default[({
                   8788:                param style})] ]
                   8789: 
                   8790: 2005-11-21     paf
                   8791:        * src/types/Makefile.am 1.40:
                   8792:        * src/types/pa_venv.h 1.33:
                   8793:        * src/types/types.vcproj 1.16:
                   8794:                + merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on 
                   8795:                i386-pc-win32)"
                   8796: 
                   8797:        * src/main/compile.y 1.216:
                   8798:        * src/types/pa_value.h 1.126:
                   8799:        * src/types/pa_vbool.h 1.27:
                   8800:        * src/types/pa_vdouble.h 1.50:
                   8801:        * src/types/pa_vint.h 1.44:
                   8802:        * src/types/pa_vmethod_frame.h 1.60:
                   8803:                + merged: expression literals: true/false. ^format[$.indent(true)
                   8804:                ]
                   8805: 
                   8806: 2005-11-18     paf
                   8807:        * src/include/pa_dir.h 1.18:
                   8808:                ! merged: file:list now sees .xxx files, only . and .. now 
                   8809:                removed from list [were removed all .*]
                   8810: 
                   8811:        * src/lib/sdbm/apr_file_io.C 1.5:
                   8812:                ! merged from 3.1.5: hashfile file open error now checked, were 
                   8813:                not :( [stole that piece from apache 1.3 sources]
                   8814: 
                   8815: 2005-08-26     paf
                   8816:        * src/classes/hash.C 1.76:
                   8817:        * src/classes/void.C 1.36:
                   8818:                merged ! optional options were allowed to be empty. were checked 
                   8819:                if(is_string), changed to !defined||is_string to allow void
                   8820: 
                   8821:        * src/classes/double.C 1.59:
                   8822:        * src/classes/int.C 1.55:
                   8823:        * src/classes/math.C 1.41:
                   8824:                merged ! many classes/*  used as_junction where they needed 
                   8825:                as_int/double, so failed with recent "(const) now no junction" 
                   8826:                optimization
                   8827: 
                   8828:        * src/classes/date.C 1.72:
                   8829:                merged + date.week
                   8830: 
                   8831: 2005-08-09     paf
                   8832:        * www/htdocs/.htaccess 1.47:
                   8833:                + ^call[$void] param inside now is void (were: empty string)
                   8834:                ! simplified (double) speedup consequent checks in vmethod_frame
                   8835: 
                   8836:        * src/classes/classes.C 1.22:
                   8837:        * src/classes/classes.h 1.31:
                   8838:        * src/classes/form.C 1.39:
                   8839:        * src/classes/hashfile.C 1.36:
                   8840:        * src/classes/image.C 1.113:
                   8841:        * src/classes/mail.C 1.110:
                   8842:        * src/classes/memory.C 1.8:
                   8843:        * src/classes/response.C 1.27:
                   8844:        * src/classes/xdoc.C 1.148:
                   8845:        * src/classes/xnode.C 1.71:
                   8846:        * src/classes/xnode.h 1.24:
                   8847:        * src/include/pa_cache_managers.h 1.18:
                   8848:        * src/include/pa_charset.h 1.31:
                   8849:        * src/include/pa_charsets.h 1.13:
                   8850:        * src/include/pa_config_fixed.h 1.68:
                   8851:        * src/include/pa_config_includes.h 1.31:
                   8852:        * src/include/pa_dictionary.h 1.18:
                   8853:        * src/include/pa_exception.h 1.45:
                   8854:        * src/include/pa_exec.h 1.18:
                   8855:        * src/include/pa_globals.h 1.112:
                   8856:        * src/include/pa_hash.h 1.66:
                   8857:        * src/include/pa_opcode.h 1.28:
                   8858:        * src/include/pa_operation.h 1.6:
                   8859:        * src/include/pa_os.h 1.5:
                   8860:        * src/include/pa_request.h 1.179:
                   8861:        * src/include/pa_request_charsets.h 1.5:
                   8862:        * src/include/pa_request_info.h 1.5:
                   8863:        * src/include/pa_sapi.h 1.27:
                   8864:        * src/include/pa_socks.h 1.17:
                   8865:        * src/include/pa_sql_connection.h 1.40:
                   8866:        * src/include/pa_sql_driver_manager.h 1.33:
                   8867:        * src/include/pa_stack.h 1.24:
                   8868:        * src/include/pa_stylesheet_connection.h 1.40:
                   8869:        * src/include/pa_stylesheet_manager.h 1.22:
                   8870:        * src/include/pa_table.h 1.58:
                   8871:        * src/include/pa_threads.h 1.30:
                   8872:        * src/include/pa_types.h 1.49:
                   8873:        * src/include/pa_uue.h 1.8:
                   8874:        * src/include/pa_xml_exception.h 1.4:
                   8875:        * src/include/pa_xml_io.h 1.4:
                   8876:        * src/lib/gd/gif.C 1.6:
                   8877:        * src/lib/gd/gif.h 1.4:
                   8878:        * src/lib/gd/gifio.C 1.3:
                   8879:        * src/lib/md5/pa_md5.h 1.11:
                   8880:        * src/lib/md5/pa_md5c.c 1.13:
                   8881:        * src/lib/smtp/comms.C 1.8:
                   8882:        * src/lib/smtp/smtp.C 1.8:
                   8883:        * src/lib/smtp/smtp.h 1.6:
                   8884:        * src/main/compile.C 1.78:
                   8885:        * src/main/compile_tools.C 1.59:
                   8886:        * src/main/compile_tools.h 1.76:
                   8887:        * src/main/pa_cache_managers.C 1.16:
                   8888:        * src/main/pa_charset.C 1.52:
                   8889:        * src/main/pa_charsets.C 1.16:
                   8890:        * src/main/pa_dictionary.C 1.23:
                   8891:        * src/main/pa_dir.C 1.20:
                   8892:        * src/main/pa_exception.C 1.48:
                   8893:        * src/main/pa_exec.C 1.67:
                   8894:        * src/main/pa_memory.C 1.6:
                   8895:        * src/main/pa_os.C 1.8:
                   8896:        * src/main/pa_socks.C 1.24:
                   8897:        * src/main/pa_sql_driver_manager.C 1.85:
                   8898:        * src/main/pa_string.C 1.203:
                   8899:        * src/main/pa_stylesheet_connection.C 1.3:
                   8900:        * src/main/pa_stylesheet_manager.C 1.27:
                   8901:        * src/main/pa_table.C 1.61:
                   8902:        * src/main/pa_uue.C 1.9:
                   8903:        * src/main/pa_xml_exception.C 1.4:
                   8904:        * src/main/pa_xml_io.C 1.19:
                   8905:        * src/sql/pa_sql_driver.h 1.43:
                   8906:        * src/targets/apache13/mod_parser3.c 1.12:
                   8907:        * src/targets/apache13core/pa_threads.C 1.5:
                   8908:        * src/targets/cgi/pa_threads.C 1.16:
                   8909:        * src/targets/cgi/parser3.C 1.237:
                   8910:        * src/targets/isapi/pa_threads.C 1.17:
                   8911:        * src/types/pa_junction.h 1.7:
                   8912:        * src/types/pa_method.h 1.6:
                   8913:        * src/types/pa_property.h 1.2:
                   8914:        * src/types/pa_value.C 1.19:
                   8915:        * src/types/pa_vclass.C 1.33:
                   8916:        * src/types/pa_vclass.h 1.51:
                   8917:        * src/types/pa_vcode_frame.h 1.32:
                   8918:        * src/types/pa_vconsole.h 1.10:
                   8919:        * src/types/pa_vcookie.C 1.68:
                   8920:        * src/types/pa_vcookie.h 1.31:
                   8921:        * src/types/pa_vfile.C 1.41:
                   8922:        * src/types/pa_vfile.h 1.58:
                   8923:        * src/types/pa_vform.C 1.84:
                   8924:        * src/types/pa_vform.h 1.50:
                   8925:        * src/types/pa_vhash.C 1.8:
                   8926:        * src/types/pa_vhash.h 1.58:
                   8927:        * src/types/pa_vhashfile.h 1.33:
                   8928:        * src/types/pa_vimage.C 1.35:
                   8929:        * src/types/pa_vimage.h 1.45:
                   8930:        * src/types/pa_vjunction.h 1.24:
                   8931:        * src/types/pa_vmail.C 1.72:
                   8932:        * src/types/pa_vmail.h 1.17:
                   8933:        * src/types/pa_vmath.C 1.8:
                   8934:        * src/types/pa_vmath.h 1.18:
                   8935:        * src/types/pa_vmemory.h 1.5:
                   8936:        * src/types/pa_vmethod_frame.C 1.8:
                   8937:        * src/types/pa_vobject.C 1.24:
                   8938:        * src/types/pa_vobject.h 1.47:
                   8939:        * src/types/pa_vproperty.h 1.3:
                   8940:        * src/types/pa_vrequest.C 1.37:
                   8941:        * src/types/pa_vrequest.h 1.33:
                   8942:        * src/types/pa_vresponse.h 1.40:
                   8943:        * src/types/pa_vstateless_class.C 1.28:
                   8944:        * src/types/pa_vstateless_class.h 1.53:
                   8945:        * src/types/pa_vstateless_object.h 1.36:
                   8946:        * src/types/pa_vstatus.C 1.25:
                   8947:        * src/types/pa_vstatus.h 1.19:
                   8948:        * src/types/pa_vstring.C 1.26:
                   8949:        * src/types/pa_vstring.h 1.59:
                   8950:        * src/types/pa_vtable.C 1.26:
                   8951:        * src/types/pa_vtable.h 1.54:
                   8952:        * src/types/pa_vvoid.C 1.3:
                   8953:        * src/types/pa_vvoid.h 1.28:
                   8954:        * src/types/pa_vxdoc.C 1.29:
                   8955:        * src/types/pa_vxdoc.h 1.40:
                   8956:        * src/types/pa_vxnode.C 1.43:
                   8957:        * src/types/pa_vxnode.h 1.35:
                   8958:        * src/types/pa_wcontext.C 1.32:
                   8959:        * src/types/pa_wcontext.h 1.49:
                   8960:        * src/types/pa_wwrapper.h 1.36:
                   8961:                2005
                   8962: 
                   8963: 2005-08-08     paf
                   8964:        * bin/auto.p.dist.in 1.12:
                   8965:                merged . apache bad 404 handling workaround integrated
                   8966: 
                   8967:        * www/htdocs/_bug.p 1.8:
                   8968:                . merged VJunction(new Junction) optimization from 3.1.4
                   8969: 
                   8970:        * www/htdocs/_bug.xml 1.3:
                   8971:                merged
                   8972:                + optimized constants in expressions vstring->vdouble
                   8973:                + optimized ^call(vdouble), no junction creation, no calls later
                   8974: 
                   8975: 2005-07-29     paf
                   8976:        * www/htdocs/_bug_derived.p 1.3:
                   8977:                + property getter can now be overridden
                   8978: 
                   8979: 2005-07-28     paf
                   8980:        * www/htdocs/_bug.sh 1.2:
                   8981:                + 3.2.0 beta: merged from dynamic_fields_join
                   8982: 
                   8983: 2005-06-06     paf
                   8984:        * www/htdocs/_bug.xsl 1.15:
                   8985:                ! bugfix ^string:sql ^table:sql ^hash:sql now DO process $.bind 
                   8986:                option
                   8987: 
                   8988: 2005-01-19     paf
                   8989:        * src/lib/gd/Makefile.am 1.2:
                   8990:        * src/lib/ltdl/Makefile.am 1.2:
                   8991:                forgotten makefiles.
                   8992:                couple warnings in parser3.C
                   8993: 
                   8994: 2004-12-23     paf
                   8995:        * src/types/pa_vhashfile.C 1.48:
                   8996:                beauty: hashfile::open now creates dir for new file
                   8997: 
                   8998: 2004-10-12     paf
                   8999:        * etc/parser3.charsets/windows-1251.cfg 1.12:
                   9000:                euro
                   9001:                promille
                   9002:                +/-
                   9003: 
                   9004: 2004-10-07     paf
                   9005:        * src/lib/cord/cordbscs.c 1.5:
                   9006:                debugger help: CORD_dump now dumpts \t\r\n as @#| and truncates 
                   9007:                long char sequences less
                   9008: 
                   9009: 2004-09-13     paf
                   9010:        * src/lib/sdbm/sdbm_private.h 1.2:
                   9011:                change: limit on length(key+value) now 8008 bytes, were 1008. 
                   9012:                perl sdbm compatibility now ruined
                   9013: 
                   9014:        * src/lib/sdbm/apr-include/apr.h 1.5:
                   9015:                bugfix: error numbers now from errno.h = strerror now returnes 
                   9016:                something and we can properly report that to client
                   9017: 
                   9018: 2004-07-28     paf
                   9019:        * src/lib/ltdl/ltdl.c 1.4:
                   9020:        * src/lib/pcre/pcre_parser_ctype.c 1.5:
                   9021:                bugfix: isspace((unsigned char)c) everywhere. failed on russian 
                   9022:                letters
                   9023: 
                   9024: 2004-07-27     paf
                   9025:        * src/targets/cgi/parser3.vcproj 1.12:
                   9026:                beauty: win32: globaloptimizations ON, release:mapfile ON
                   9027:                todo: copy .mapfile from release somewhere [to help searching for unhandled system exceptions]
                   9028: 
                   9029: 2004-07-07     paf
                   9030:        * parser3.vssscc 1.2:
                   9031:                ...would not go unnoticed
                   9032: 
                   9033: 2004-07-01     paf
                   9034:        * src/classes/classes.vcproj 1.12:
                   9035:        * src/lib/cord/cord.vcproj 1.2:
                   9036:        * src/lib/gd/gd.vcproj 1.7:
                   9037:        * src/lib/ltdl/ltdl.vcproj 1.3:
                   9038:        * src/lib/md5/md5.vcproj 1.3:
                   9039:        * src/lib/pcre/pcre.vcproj 1.3:
                   9040:        * src/lib/pcre/pcre_dftables.vcproj 1.4:
                   9041:        * src/lib/pcre/pcre_parser_ctype.vcproj 1.4:
                   9042:        * src/lib/smtp/smtp.vcproj 1.6:
                   9043:        * src/targets/apache13/ApacheModuleParser3.vcproj 1.7:
                   9044:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.9:
                   9045:        * src/targets/isapi/parser3isapi.vcproj 1.8:
                   9046:                win32: option: global optimization ON
                   9047: 
                   9048: 2004-05-26     paf
                   9049:        * etc/parser3.charsets/x-mac-cyrillic.cfg 1.2:
                   9050:                added: thanks to konst
                   9051: 
                   9052: 2004-05-24     paf
                   9053:        * src/targets/apache13/p3runConfigure.in 1.17:
                   9054:                bugfix: smtp added
                   9055: 
                   9056:        * src/lib/cord/cordxtra.c 1.6:
                   9057:        * src/lib/cord/include/cord.h 1.5:
                   9058:                cancel: more speed, less memory: CORD_chars_block originally intended to ...
                   9059:                it was good that CORD_chars_block were not used: it consumes more memory [and, might be slow too]
                   9060:                undoing that. [and removed that func so that it would not confuse parser developer in future]
                   9061: 
                   9062: 2004-05-11     paf
                   9063:        * www/htdocs/_bug.gif 1.2:
                   9064:                bugfix: bcc with sendmail now left intact
                   9065: 
                   9066: 2004-04-05     paf
                   9067:        * src/doc/html2chm.cmd 1.8:
                   9068:        * src/doc/sources2html.cmd 1.6:
                   9069:                merged with 3.1.3
                   9070: 
                   9071: 2004-04-01     paf
                   9072:        * src/targets/apache13/pa_httpd.h 1.6:
                   9073:        * src/targets/isapi/parser3isapi.def 1.2:
                   9074:                bugfix: sql connections now are disconnected
                   9075: 
                   9076: 2004-03-30     paf
                   9077:        * src/doc/ClassExample1.dox 1.5:
                   9078:        * src/doc/ClassExample2.dox 1.5:
                   9079:        * src/doc/ClassExample3.dox 1.5:
                   9080:        * src/doc/chmhelper.pl 1.2:
                   9081:        * src/doc/class.dox 1.3:
                   9082:        * src/doc/compiler.dox 1.4:
                   9083:        * src/doc/doxygen.cfg 1.25:
                   9084:        * src/doc/exception.dox 1.3:
                   9085:        * src/doc/executor.dox 1.3:
                   9086:        * src/doc/footer.htm 1.4:
                   9087:        * src/doc/index.dox 1.6:
                   9088:        * src/doc/memory.dox 1.3:
                   9089:        * src/doc/methoded.dox 1.4:
                   9090:        * src/doc/object.dox 1.3:
                   9091:        * src/doc/string.dox 1.6:
                   9092:        * src/doc/targets.dox 1.4:
                   9093:        * src/doc/value.dox 1.4:
                   9094:                merged bugfixes from 3.1.2, changed version to 3.1.3beta
                   9095: 
                   9096: 2004-03-05     paf
                   9097:        * etc/parser3.charsets/koi8-r.cfg 1.7:
                   9098:                there's special code for grad char!
                   9099: 
                   9100: 2004-02-25     paf
                   9101:        * etc/parser3.charsets/Makefile.am 1.5:
                   9102:                bugfix: @sysconfdir@ used [were old @charsetsdir@ recently 
                   9103:                erased from configure.in]
                   9104: 
                   9105: 2004-02-24     paf
                   9106:        * src/classes/Makefile.am 1.49:
                   9107:                smtp on unix: steps to work on unix
                   9108: 
                   9109:        * src/lib/smtp/Makefile.am 1.2:
                   9110:        * src/targets/cgi/Makefile.am 1.51:
                   9111:                started porting smtp to unix [testing on solaris]
                   9112: 
                   9113: 2004-02-11     paf
                   9114:        * parser3.sln 1.9:
                   9115:                started changes to reflect libxml xsl new folders
                   9116: 
                   9117:        * src/lib/sdbm/sdbm.vcproj 1.4:
                   9118:                migrated to latest libxml[2.6.5] and libgdome[1.1.2]
                   9119:                simplified lib build processes
                   9120: 
                   9121: 2003-11-21     paf
                   9122:        * src/targets/apache13core/Makefile.am 1.5:
                   9123:        * src/targets/apache13core/mod_parser3.C 1.7:
                   9124:                renamed mod_parser3 to mod_parser3_core to help DOXYGEN
                   9125: 
                   9126:        * src/lib/Makefile.am 1.7:
                   9127:        * src/lib/gd/mtables.h 1.1:
                   9128:                rearrange: gd&smtp moved to src/lib
                   9129: 
                   9130: 2003-11-20     paf
                   9131:        * src/lib/ltdl/config_fixed.h 1.3:
                   9132:        * src/lib/pcre/maketables.c 1.2:
                   9133:                turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
                   9134:                found several unitialized vars
                   9135: 
                   9136:        * src/lib/sdbm/apr_strings.C 1.2:
                   9137:        * src/main/pa_pool.C 1.62:
                   9138:                static const char * const IDENT
                   9139: 
                   9140:        * src/include/pa_pool.h 1.89:
                   9141:                more warnings --
                   9142: 
                   9143: 2003-11-10     paf
                   9144:        * src/lib/sdbm/sdbm.c 1.3:
                   9145:                bugfix: sdbm: .h said it's OK to remove nonexistent pair. .c 
                   9146:                coded that that was error. fixed
                   9147: 
                   9148: 2003-11-06     paf
                   9149:        * src/lib/ltdl/libltdl.vcproj 1.2:
                   9150:        * src/lib/ltdl/libltdl.vcproj.vspscc 1.2:
                   9151:        * src/lib/sdbm/apr-include/apr_errno.h 1.4:
                   9152:        * src/lib/sdbm/apr-include/apr_file_info.h 1.1:
                   9153:        * src/lib/sdbm/apr-include/apr_file_io.h 1.4:
                   9154:        * src/lib/sdbm/apr-include/apr_sdbm.h 1.3:
                   9155:        * src/lib/sdbm/apr-include/apr_strings.h 1.3:
                   9156:        * src/lib/sdbm/apr-include/apu.h 1.3:
                   9157:                hashfile: started again with sdbm from apache
                   9158: 
                   9159:        * tests/todo.txt 1.5:
                   9160:                hashfile: done
                   9161: 
                   9162:        * src/lib/sdbm/Makefile.am 1.3:
                   9163:        * src/lib/sdbm/apr-include/Makefile.am 1.1:
                   9164:        * src/targets/cgi/.cvsignore 1.3:
                   9165:                *** empty log message ***
                   9166: 
                   9167:        * src/lib/sdbm/apr-include/apr_pools.h 1.5:
                   9168:                just compiled
                   9169: 
                   9170: 2003-11-05     paf
                   9171:        * src/lib/sdbm/sdbm_hash.c 1.1:
                   9172:        * src/lib/sdbm/sdbm_lock.c 1.1:
                   9173:        * src/lib/sdbm/sdbm_pair.c 1.1:
                   9174:        * src/lib/sdbm/sdbm_pair.h 1.1:
                   9175:        * src/lib/sdbm/sdbm_tune.h 1.1:
                   9176:                original from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   9177: 
                   9178:        * src/main/helpers/CaseFolding.txt 1.1:
                   9179:                http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   9180: 
                   9181: 2003-10-24     paf
                   9182:        * src/lib/cord/Makefile.am 1.3:
                   9183:        * src/lib/md5/Makefile.am 1.3:
                   9184:        * src/lib/pcre/Makefile.am 1.2:
                   9185:        * src/targets/apache13/Makefile.am 1.18:
                   9186:        * src/targets/isapi/Makefile.am 1.3:
                   9187:                .dsp/w -> .vcproj/sln
                   9188: 
                   9189: 2003-09-29     paf
                   9190:        * src/main/utf8-to-lower.inc 1.1:
                   9191:        * src/main/utf8-to-upper.inc 1.1:
                   9192:                generated by helper
                   9193: 
                   9194:        * src/main/helpers/simple_folding.pl 1.1:
                   9195:                utf-8 upper/lower
                   9196: 
                   9197:        * www/htdocs/base.p 1.7:
                   9198:        * www/htdocs/derived.p 1.25:
                   9199:        * www/htdocs/font.gif 1.2:
                   9200:        * www/htdocs/global.xsl 1.9:
                   9201:        * www/htdocs/index.html 1.213:
                   9202:        * www/htdocs/mailreceive.eml 1.4:
                   9203:        * www/htdocs/mailreceive.html 1.2:
                   9204:        * www/htdocs/operators.p 1.12:
                   9205:        * www/htdocs/parser-status.html 1.3:
                   9206:        * www/htdocs/people.dtd 1.2:
                   9207:        * www/htdocs/some.p 1.3:
                   9208:                removing old tests
                   9209: 
                   9210: 2003-09-25     paf
                   9211:        * src/lib/cord/cordprnt.c 1.3:
                   9212:                string_fragments_to_cord merged to HEAD
                   9213: 
                   9214: 2003-08-19     paf
                   9215:        * src/targets/apache13/mod_parser3.C 1.31:
                   9216:                .c
                   9217: 
                   9218: 2003-08-18     paf
                   9219:        * src/classes/classes.awk 1.8:
                   9220:                merged 3.1.0 latest changes
                   9221: 
                   9222:        * gnu.dsp 1.5:
                   9223:        * parser3.dsw 1.9:
                   9224:        * src/classes/classes.dsp 1.31:
                   9225:        * src/lib/cord/cord.dsp 1.3:
                   9226:        * src/lib/ltdl/libltdl.dsp 1.7:
                   9227:        * src/lib/md5/md5.dsp 1.5:
                   9228:        * src/lib/pcre/pcre.dsp 1.4:
                   9229:        * src/lib/pcre/pcre_dftables.dsp 1.2:
                   9230:        * src/lib/pcre/pcre_parser_ctype.dsp 1.3:
                   9231:        * src/main/main.dsp 1.167:
                   9232:        * src/targets/apache13/ApacheModuleParser3.dsp 1.18:
                   9233:        * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.4:
                   9234:        * src/targets/cgi/parser3.dsp 1.66:
                   9235:        * src/targets/isapi/parser3isapi.dsp 1.44:
                   9236:        * src/types/types.dsp 1.42:
                   9237:                moved to MSVC 7
                   9238: 
                   9239:        * gnu.vcproj 1.1:
                   9240:                new VS project files
                   9241: 
                   9242: 2003-07-24     paf
                   9243:        * tests/001.html 1.2:
                   9244:        * tests/002.html 1.2:
                   9245:        * tests/003.html 1.2:
                   9246:        * tests/004.html 1.2:
                   9247:        * tests/005.html 1.2:
                   9248:        * tests/006.html 1.2:
                   9249:        * tests/007.html 1.2:
                   9250:        * tests/008.html 1.2:
                   9251:        * tests/009.html 1.2:
                   9252:        * tests/010.html 1.2:
                   9253:        * tests/011.html 1.2:
                   9254:        * tests/012.html 1.2:
                   9255:        * tests/013.html 1.2:
                   9256:        * tests/014.html 1.2:
                   9257:        * tests/015.html 1.2:
                   9258:        * tests/016.html 1.2:
                   9259:        * tests/017.html 1.2:
                   9260:        * tests/018.html 1.2:
                   9261:        * tests/019.html 1.2:
                   9262:        * tests/019paf2001.gif 1.2:
                   9263:        * tests/020.html 1.2:
                   9264:        * tests/021.html 1.2:
                   9265:        * tests/022.html 1.2:
                   9266:        * tests/022_dir/a.html 1.2:
                   9267:        * tests/022_dir/b.txt 1.2:
                   9268:        * tests/022_dir/c.htm 1.2:
                   9269:        * tests/023.html 1.2:
                   9270:        * tests/024.html 1.2:
                   9271:        * tests/025.html 1.2:
                   9272:        * tests/026.html 1.2:
                   9273:        * tests/027.html 1.2:
                   9274:        * tests/028.html 1.2:
                   9275:        * tests/029.html 1.2:
                   9276:        * tests/030.html 1.2:
                   9277:        * tests/031.html 1.2:
                   9278:        * tests/032.html 1.2:
                   9279:        * tests/033.html 1.2:
                   9280:        * tests/034.html 1.2:
                   9281:        * tests/035.html 1.2:
                   9282:        * tests/036.html 1.2:
                   9283:        * tests/037.html 1.2:
                   9284:        * tests/038.html 1.2:
                   9285:        * tests/039.html 1.2:
                   9286:        * tests/040.html 1.2:
                   9287:        * tests/041.html 1.2:
                   9288:        * tests/042.html 1.2:
                   9289:        * tests/043.html 1.2:
                   9290:        * tests/044.html 1.2:
                   9291:        * tests/045.html 1.2:
                   9292:        * tests/046.html 1.2:
                   9293:        * tests/047.html 1.2:
                   9294:        * tests/048.html 1.2:
                   9295:        * tests/049.html 1.2:
                   9296:        * tests/050.html 1.2:
                   9297:        * tests/051.html 1.2:
                   9298:        * tests/051b.p 1.2:
                   9299:        * tests/051t.p 1.2:
                   9300:        * tests/052.html 1.2:
                   9301:        * tests/053.html 1.2:
                   9302:        * tests/054.html 1.2:
                   9303:        * tests/055.html 1.2:
                   9304:        * tests/056.html 1.2:
                   9305:        * tests/057.html 1.2:
                   9306:        * tests/058.html 1.2:
                   9307:        * tests/058_paf2000.png 1.2:
                   9308:        * tests/059.html 1.2:
                   9309:        * tests/060.html 1.2:
                   9310:        * tests/061.dat 1.2:
                   9311:        * tests/061.html 1.2:
                   9312:        * tests/062.html 1.2:
                   9313:        * tests/063.html 1.2:
                   9314:        * tests/064.html 1.2:
                   9315:        * tests/065.html 1.2:
                   9316:        * tests/066.html 1.2:
                   9317:        * tests/067.html 1.2:
                   9318:        * tests/068.html 1.2:
                   9319:        * tests/069.html 1.2:
                   9320:        * tests/070.html 1.2:
                   9321:        * tests/071.html 1.2:
                   9322:        * tests/072.html 1.2:
                   9323:        * tests/073.html 1.2:
                   9324:        * tests/074.html 1.2:
                   9325:        * tests/075.html 1.2:
                   9326:        * tests/076.html 1.2:
                   9327:        * tests/077.html 1.2:
                   9328:        * tests/078.html 1.2:
                   9329:        * tests/079.html 1.2:
                   9330:        * tests/080.html 1.2:
                   9331:        * tests/081.html 1.2:
                   9332:        * tests/082.html 1.2:
                   9333:        * tests/083.html 1.2:
                   9334:        * tests/084.html 1.2:
                   9335:        * tests/085.html 1.2:
                   9336:        * tests/086.html 1.2:
                   9337:        * tests/087.html 1.2:
                   9338:        * tests/088.html 1.2:
                   9339:        * tests/089.html 1.2:
                   9340:        * tests/090.html 1.2:
                   9341:        * tests/091.html 1.2:
                   9342:        * tests/092.html 1.2:
                   9343:        * tests/093.html 1.2:
                   9344:        * tests/094.html 1.2:
                   9345:        * tests/095.html 1.2:
                   9346:        * tests/096.html 1.2:
                   9347:        * tests/096_dir/163.jpg 1.2:
                   9348:        * tests/096_dir/188.jpg 1.2:
                   9349:        * tests/097.html 1.2:
                   9350:        * tests/098.html 1.2:
                   9351:        * tests/098font.gif 1.2:
                   9352:        * tests/099.html 1.2:
                   9353:        * tests/100.html 1.2:
                   9354:        * tests/101.html 1.2:
                   9355:        * tests/102.html 1.2:
                   9356:        * tests/103.html 1.2:
                   9357:        * tests/103mark.gif 1.2:
                   9358:        * tests/103paf2001.gif 1.2:
                   9359:        * tests/104.html 1.2:
                   9360:        * tests/105.html 1.2:
                   9361:        * tests/106.html 1.2:
                   9362:        * tests/107.html 1.2:
                   9363:        * tests/108.html 1.2:
                   9364:        * tests/108.xsl 1.2:
                   9365:        * tests/109.html 1.2:
                   9366:        * tests/110.html 1.2:
                   9367:        * tests/111.html 1.2:
                   9368:        * tests/112.html 1.2:
                   9369:        * tests/113.html 1.2:
                   9370:        * tests/114.html 1.2:
                   9371:        * tests/115.html 1.2:
                   9372:        * tests/116.html 1.2:
                   9373:        * tests/117.html 1.2:
                   9374:        * tests/118.html 1.2:
                   9375:        * tests/119.html 1.2:
                   9376:        * tests/120.html 1.2:
                   9377:        * tests/121.html 1.2:
                   9378:        * tests/122.html 1.2:
                   9379:        * tests/123.html 1.2:
                   9380:        * tests/124.html 1.2:
                   9381:        * tests/125.html 1.2:
                   9382:        * tests/126.html 1.2:
                   9383:        * tests/127.html 1.2:
                   9384:        * tests/128.html 1.2:
                   9385:        * tests/129.html 1.2:
                   9386:        * tests/130.html 1.2:
                   9387:        * tests/131.html 1.2:
                   9388:        * tests/132.html 1.2:
                   9389:        * tests/133.html 1.2:
                   9390:        * tests/134.html 1.2:
                   9391:        * tests/135.html 1.2:
                   9392:        * tests/136.html 1.2:
                   9393:        * tests/137.html 1.2:
                   9394:        * tests/138.html 1.2:
                   9395:        * tests/139.html 1.2:
                   9396:        * tests/140.html 1.2:
                   9397:        * tests/141.html 1.2:
                   9398:        * tests/Makefile 1.2:
                   9399:        * tests/descript.ion 1.2:
                   9400:        * tests/outputs/create-dir 1.2:
                   9401:        * tests/results/001.processed 1.2:
                   9402:        * tests/results/002.processed 1.2:
                   9403:        * tests/results/003.processed 1.2:
                   9404:        * tests/results/004.processed 1.2:
                   9405:        * tests/results/005.processed 1.2:
                   9406:        * tests/results/006.processed 1.2:
                   9407:        * tests/results/007.processed 1.2:
                   9408:        * tests/results/008.processed 1.2:
                   9409:        * tests/results/009.processed 1.2:
                   9410:        * tests/results/010.processed 1.2:
                   9411:        * tests/results/011.processed 1.2:
                   9412:        * tests/results/012.processed 1.2:
                   9413:        * tests/results/013.processed 1.2:
                   9414:        * tests/results/014.processed 1.2:
                   9415:        * tests/results/015.processed 1.2:
                   9416:        * tests/results/016.processed 1.2:
                   9417:        * tests/results/017.processed 1.2:
                   9418:        * tests/results/018.processed 1.2:
                   9419:        * tests/results/019.processed 1.2:
                   9420:        * tests/results/020.processed 1.2:
                   9421:        * tests/results/021.processed 1.2:
                   9422:        * tests/results/022.processed 1.2:
                   9423:        * tests/results/023.processed 1.2:
                   9424:        * tests/results/024.processed 1.2:
                   9425:        * tests/results/025.processed 1.2:
                   9426:        * tests/results/026.processed 1.2:
                   9427:        * tests/results/027.processed 1.2:
                   9428:        * tests/results/028.processed 1.2:
                   9429:        * tests/results/029.processed 1.2:
                   9430:        * tests/results/030.processed 1.2:
                   9431:        * tests/results/031.processed 1.2:
                   9432:        * tests/results/032.processed 1.2:
                   9433:        * tests/results/033.processed 1.2:
                   9434:        * tests/results/034.processed 1.2:
                   9435:        * tests/results/035.processed 1.2:
                   9436:        * tests/results/036.processed 1.2:
                   9437:        * tests/results/037.processed 1.2:
                   9438:        * tests/results/038.processed 1.2:
                   9439:        * tests/results/039.processed 1.2:
                   9440:        * tests/results/040.processed 1.2:
                   9441:        * tests/results/041.processed 1.2:
                   9442:        * tests/results/042.processed 1.2:
                   9443:        * tests/results/043.processed 1.2:
                   9444:        * tests/results/044.processed 1.2:
                   9445:        * tests/results/045.processed 1.2:
                   9446:        * tests/results/046.processed 1.2:
                   9447:        * tests/results/047.processed 1.2:
                   9448:        * tests/results/048.processed 1.2:
                   9449:        * tests/results/049.processed 1.2:
                   9450:        * tests/results/050.processed 1.2:
                   9451:        * tests/results/051.processed 1.2:
                   9452:        * tests/results/052.processed 1.2:
                   9453:        * tests/results/053.processed 1.2:
                   9454:        * tests/results/054.processed 1.2:
                   9455:        * tests/results/055.processed 1.2:
                   9456:        * tests/results/056.processed 1.2:
                   9457:        * tests/results/057.processed 1.2:
                   9458:        * tests/results/058.processed 1.2:
                   9459:        * tests/results/059.processed 1.2:
                   9460:        * tests/results/060.processed 1.2:
                   9461:        * tests/results/061.processed 1.2:
                   9462:        * tests/results/062.processed 1.2:
                   9463:        * tests/results/063.processed 1.2:
                   9464:        * tests/results/064.processed 1.2:
                   9465:        * tests/results/065.processed 1.2:
                   9466:        * tests/results/066.processed 1.2:
                   9467:        * tests/results/067.processed 1.2:
                   9468:        * tests/results/068.processed 1.2:
                   9469:        * tests/results/069.processed 1.2:
                   9470:        * tests/results/070.processed 1.2:
                   9471:        * tests/results/071.processed 1.2:
                   9472:        * tests/results/072.processed 1.2:
                   9473:        * tests/results/073.processed 1.2:
                   9474:        * tests/results/074.processed 1.2:
                   9475:        * tests/results/075.processed 1.2:
                   9476:        * tests/results/076.processed 1.2:
                   9477:        * tests/results/077.processed 1.2:
                   9478:        * tests/results/078.processed 1.2:
                   9479:        * tests/results/079.processed 1.2:
                   9480:        * tests/results/080.processed 1.2:
                   9481:        * tests/results/081.processed 1.2:
                   9482:        * tests/results/082.processed 1.2:
                   9483:        * tests/results/083.processed 1.2:
                   9484:        * tests/results/084.processed 1.2:
                   9485:        * tests/results/085.processed 1.2:
                   9486:        * tests/results/086.processed 1.2:
                   9487:        * tests/results/087.processed 1.2:
                   9488:        * tests/results/088.processed 1.2:
                   9489:        * tests/results/089.processed 1.2:
                   9490:        * tests/results/090.processed 1.2:
                   9491:        * tests/results/091.processed 1.2:
                   9492:        * tests/results/092.processed 1.2:
                   9493:        * tests/results/093.processed 1.2:
                   9494:        * tests/results/094.processed 1.2:
                   9495:        * tests/results/095.processed 1.2:
                   9496:        * tests/results/096.processed 1.2:
                   9497:        * tests/results/097.processed 1.2:
                   9498:        * tests/results/098.processed 1.2:
                   9499:        * tests/results/099.processed 1.2:
                   9500:        * tests/results/100.processed 1.2:
                   9501:        * tests/results/101.processed 1.2:
                   9502:        * tests/results/102.processed 1.2:
                   9503:        * tests/results/103.processed 1.2:
                   9504:        * tests/results/104.processed 1.2:
                   9505:        * tests/results/105.processed 1.2:
                   9506:        * tests/results/106.processed 1.2:
                   9507:        * tests/results/107.processed 1.2:
                   9508:        * tests/results/108.processed 1.2:
                   9509:        * tests/results/109.processed 1.2:
                   9510:        * tests/results/110.processed 1.2:
                   9511:        * tests/results/111.processed 1.2:
                   9512:        * tests/results/112.processed 1.2:
                   9513:        * tests/results/113.processed 1.2:
                   9514:        * tests/results/114.processed 1.2:
                   9515:        * tests/results/115.processed 1.2:
                   9516:        * tests/results/116.processed 1.2:
                   9517:        * tests/results/117.processed 1.2:
                   9518:        * tests/results/118.processed 1.2:
                   9519:        * tests/results/119.processed 1.2:
                   9520:        * tests/results/120.processed 1.2:
                   9521:        * tests/results/121.processed 1.2:
                   9522:        * tests/results/122.processed 1.2:
                   9523:        * tests/results/123.processed 1.2:
                   9524:        * tests/results/124.processed 1.2:
                   9525:        * tests/results/125.processed 1.2:
                   9526:        * tests/results/126.processed 1.2:
                   9527:        * tests/results/127.processed 1.2:
                   9528:        * tests/results/128.processed 1.2:
                   9529:        * tests/results/129.processed 1.2:
                   9530:        * tests/results/130.processed 1.2:
                   9531:        * tests/results/131.processed 1.2:
                   9532:        * tests/results/132.processed 1.2:
                   9533:        * tests/results/133.processed 1.2:
                   9534:        * tests/results/134.processed 1.2:
                   9535:        * tests/results/135.processed 1.2:
                   9536:        * tests/results/136.processed 1.2:
                   9537:        * tests/results/137.processed 1.2:
                   9538:        * tests/results/138.processed 1.2:
                   9539:        * tests/results/139.processed 1.2:
                   9540:        * tests/results/140.processed 1.2:
                   9541:        * tests/results/141.processed 1.2:
                   9542:        * tests/run_parser.sh 1.2:
                   9543:                merged(copied) to HEAD from template_gc
                   9544: 
                   9545:        * src/include/pa_pragma_pack_begin.h 1.7:
                   9546:        * src/include/pa_pragma_pack_end.h 1.7:
                   9547:        * src/lib/cord/include/Makefile.am 1.2:
                   9548:        * src/lib/cord/include/ec.h 1.2:
                   9549:        * src/lib/cord/include/private/Makefile.am 1.2:
                   9550:        * src/lib/cord/include/private/cord_pos.h 1.2:
                   9551:        * src/lib/cord/source.url 1.2:
                   9552:        * src/lib/gc/Makefile.am 1.2:
                   9553:        * src/lib/gc/include/Makefile.am 1.2:
                   9554:        * src/lib/gc/include/gc.h 1.2:
                   9555:        * src/lib/patches/Makefile.am 1.4:
                   9556:        * src/lib/patches/gc.patch 1.2:
                   9557:        * src/lib/patches/gdome2.patch 1.2:
                   9558:        * src/lib/patches/libxml2.patch 1.2:
                   9559:        * src/lib/patches/libxslt.patch 1.2:
                   9560:        * src/lib/pcre/pcre.h 1.2:
                   9561:        * src/main/pa_array.C 1.57:
                   9562:        * src/main/pa_hash.C 1.54:
                   9563:        * src/targets/Makefile.am 1.10:
                   9564:        * src/targets/apache13/pa_md5c.c 1.6:
                   9565:        * src/targets/apache13/pa_pool.C 1.9:
                   9566:        * src/targets/apache13/pa_threads.C 1.12:
                   9567:        * src/targets/cgi/getopt.c 1.3:
                   9568:        * src/targets/cgi/getopt.h 1.3:
                   9569:        * src/targets/cgi/pa_pool.C 1.42:
                   9570:        * src/targets/cgi/pool_storage.h 1.14:
                   9571:        * src/targets/cgi/pp3.cmd 1.2:
                   9572:        * src/targets/isapi/pa_pool.C 1.17:
                   9573:        * src/targets/isapi/pool_storage.h 1.20:
                   9574:                moved tempate_gc to HEAD
                   9575: 
                   9576: 2003-07-23     paf
                   9577:        * src/targets/apache13/mod_parser3_main.C 1.1:
                   9578:                file mod_parser3_main.C was initially added on branch 
                   9579:                template_gc.
                   9580: 
                   9581: 2003-03-27     paf
                   9582:        * src/lib/gc/include/gc_fake.h 1.1:
                   9583:                file gc_fake.h was initially added on branch template_gc.
                   9584: 
                   9585: 2003-03-26     paf
                   9586:        * src/lib/cord/include/gc.h 1.1:
                   9587:                file gc.h was initially added on branch template_gc.
                   9588: 
                   9589: 2003-03-03     paf
                   9590:        * tests/outputs/049.processed 1.1:
                   9591:                file 049.processed was initially added on branch autoptr.
                   9592: 
                   9593:        * tests/outputs/050.processed 1.1:
                   9594:                file 050.processed was initially added on branch autoptr.
                   9595: 
                   9596:        * tests/outputs/051.processed 1.1:
                   9597:                file 051.processed was initially added on branch autoptr.
                   9598: 
                   9599:        * tests/parser-cygwin.sh 1.1:
                   9600:                file parser-cygwin.sh was initially added on branch autoptr.
                   9601: 
                   9602:        * tests/parser-unix.sh 1.1:
                   9603:                file parser-unix.sh was initially added on branch autoptr.
                   9604: 
                   9605: 2003-02-20     paf
                   9606:        * www/htdocs/autoptr.html 1.1:
                   9607:                file autoptr.html was initially added on branch autoptr.
                   9608: 
                   9609: 2003-01-30     paf
                   9610:        * ltmain.sh 1.5:
                   9611:                *** empty log message ***
                   9612: 
                   9613: 2003-01-29     paf
                   9614:        * src/types/pa_value_includes.h 1.1:
                   9615:                file pa_value_includes.h was initially added on branch autoptr.
                   9616: 
                   9617: 2003-01-23     paf
                   9618:        * src/lib/pcre/8859-1.ucm 1.1:
                   9619:                file 8859-1.ucm was initially added on branch autoptr.
                   9620: 
                   9621: 2003-01-14     paf
                   9622:        * src/lib/ltdl/config.guess 1.2:
                   9623:        * src/lib/ltdl/config.sub 1.2:
                   9624:        * src/lib/ltdl/install-sh 1.2:
                   9625:        * src/lib/ltdl/missing 1.2:
                   9626:        * src/lib/ltdl/mkinstalldirs 1.2:
                   9627:                removed some ancient files [they in / really]
                   9628: 
                   9629:        * src/lib/ltdl/aclocal.m4 1.1:
                   9630:                *** empty log message ***
                   9631: 
                   9632: 2003-01-13     paf
                   9633:        * src/lib/ltdl/COPYING.LIB 1.1:
                   9634:        * src/lib/ltdl/acinclude.m4 1.2:
                   9635:        * src/lib/ltdl/config.h 1.2:
                   9636:        * src/lib/ltdl/config_auto.h.in 1.3:
                   9637:        * src/lib/ltdl/configure 1.4:
                   9638:        * src/lib/ltdl/configure.in 1.4:
                   9639:        * src/lib/ltdl/ltdl.h 1.2:
                   9640:                moved to latest libtool (1.4.3)
                   9641: 
                   9642:        * config.guess 1.3:
                   9643:        * config.sub 1.4:
                   9644:                removed last piece of configure.in(libtool) hacks
                   9645: 
                   9646: 2003-01-10     paf
                   9647:        * src/lib/patches/libgdome_cpp_syntax1.patch 1.2:
                   9648:        * src/lib/patches/libgdome_cpp_syntax2.patch 1.2:
                   9649:        * src/lib/patches/libgdome_morestatic.patch 1.2:
                   9650:        * src/lib/patches/libxml_error_column_tab.patch 1.2:
                   9651:        * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.2:
                   9652:        * src/lib/patches/libxml_transcoder_context1.patch 1.2:
                   9653:        * src/lib/patches/libxml_transcoder_context2.patch 1.2:
                   9654:        * src/lib/patches/libxml_transcoder_context3.patch 1.2:
                   9655:        * src/lib/patches/libxml_transcoder_context4.patch 1.2:
                   9656:        * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.2:
                   9657:                moved to latest xml lib versions, changed patches.
                   9658:                      libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
                   9659:                      libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
                   9660:                      gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   9661: 
                   9662: 2003-01-09     paf
                   9663:        * depcomp 1.1:
                   9664:                moving to automake 1.7.2
                   9665: 
                   9666:        * missing 1.2:
                   9667:        * mkinstalldirs 1.2:
                   9668:                moved to autoconf 2.57 & automake 1.7.2
                   9669: 
                   9670: 2002-12-27     paf
                   9671:        * src/doc/aliased.dox 1.5:
                   9672:        * src/doc/module.dox 1.4:
                   9673:        * src/doc/pooled.dox 1.4:
                   9674:                removed outdated parts, made links to language docs
                   9675: 
                   9676: 2002-12-04     paf
                   9677:        * src/lib/ltdl/README 1.1:
                   9678:                src/lib/ltdl/Makefile now created with /configure, not ltdl/configure,
                   9679:                so it does have no problems with automake.
                   9680:                ltdl/configure AC_OUTPUT(Makefile<<removed)
                   9681: 
                   9682: 2002-10-15     paf
                   9683:        * src/types/pa_vjunction.C 1.3:
                   9684:                removed $junction.get $junction.set[]
                   9685:                introducing $caller
                   9686: 
                   9687: 2002-09-11     paf
                   9688:        * etc/parser3.charsets/windows-1254.cfg 1.1:
                   9689:        * src/lib/pcre/ibm-1254.ucm 1.1:
                   9690:                windows-1254 added
                   9691: 
                   9692: 2002-08-14     paf
                   9693:        * src/targets/cgi/fixopt.C 1.3:
                   9694:        * src/targets/cgi/fixopt.h 1.2:
                   9695:                removed fixopt stupidity. on stupid linux use
                   9696:                cd /document/root
                   9697:                ../cgi/parser3 script
                   9698: 
                   9699: 2002-08-12     paf
                   9700:        * src/types/pa_valiased.C 1.17:
                   9701:        * src/types/pa_valiased.h 1.23:
                   9702:                ^base:create[] dynamic call rewritten
                   9703:                todo: thorough testing
                   9704: 
                   9705: 2002-08-01     paf
                   9706:        * src/Makefile.am 1.17:
                   9707:                ident.C* removed
                   9708: 
                   9709: 2002-07-30     paf
                   9710:        * src/targets/cgi/pa_config_paths.h.in 1.2:
                   9711:                removed pa_config_paths.h
                   9712: 
                   9713: 2002-06-21     paf
                   9714:        * src/lib/pcre/LICENCE 1.1:
                   9715:        * src/lib/pcre/README 1.1:
                   9716:        * src/lib/pcre/Tech.Notes 1.1:
                   9717:        * src/lib/pcre/dftables.c 1.1:
                   9718:        * src/lib/pcre/get.c 1.1:
                   9719:        * src/lib/pcre/ibm-1250.ucm 1.1:
                   9720:        * src/lib/pcre/ibm-1251.ucm 1.1:
                   9721:        * src/lib/pcre/ibm-1257.ucm 1.1:
                   9722:        * src/lib/pcre/internal.h 1.1:
                   9723:        * src/lib/pcre/pcre-2_08.tar.gz 1.1:
                   9724:        * src/lib/pcre/pcre.3 1.1:
                   9725:        * src/lib/pcre/pcre.3.html 1.1:
                   9726:        * src/lib/pcre/pcre.3.txt 1.1:
                   9727:        * src/lib/pcre/pcre.c 1.1:
                   9728:        * src/lib/pcre/ruspart_win2koi.pl 1.1:
                   9729:        * src/lib/pcre/study.c 1.1:
                   9730:        * src/lib/pcre/win-koi.tab 1.1:
                   9731:                moved libltdl and pcre to libs/
                   9732:                added libs/md5 which is linked to non-apache targets
                   9733:                ^math:crypt[password;$apr1$salt]
                   9734: 
                   9735: 2002-06-20     paf
                   9736:        * bin/Makefile.am 1.3:
                   9737:                parser3.conf renamed to auto.p
                   9738: 
                   9739: 2002-06-18     paf
                   9740:        * etc/Makefile.am 1.4:
                   9741:                bin/parser3.conf.dist [moved from etc
                   9742: 
                   9743: 2002-04-22     paf
                   9744:        * types.txt 1.2:
                   9745:                ^string.optimize[]
                   9746: 
                   9747: 2002-04-19     paf
                   9748:        * src/doc/postbuild.txt 1.3:
                   9749:        * src/doc/view_chm.cmd 1.2:
                   9750:        * src/doc/view_html.cmd 1.2:
                   9751:                config updated to doxygen 1.2.15,
                   9752:                created helper which fixes minor bugs in chm project files & htm tree.
                   9753:                changed extension to .htm
                   9754: 
                   9755: 2002-04-16     paf
                   9756:        * asm.txt 1.2:
                   9757:        * form.txt 1.2:
                   9758:        * lang.txt 1.2:
                   9759:        * sql.txt 1.2:
                   9760:                removed outdated. see in Attic asm.txt as most interesting
                   9761: 
                   9762: 2002-02-22     paf
                   9763:        * src/include/pa_db_connection.h 1.22:
                   9764:        * src/include/pa_db_manager.h 1.15:
                   9765:        * src/include/pa_db_table.h 1.16:
                   9766:        * src/main/pa_db_connection.C 1.38:
                   9767:        * src/main/pa_db_manager.C 1.23:
                   9768:        * src/main/pa_db_table.C 1.21:
                   9769:                removed hashfile support for now
                   9770: 
                   9771: 2002-02-18     paf
                   9772:        * ltconfig 1.2:
                   9773:                removed libtool subpart files
                   9774: 
                   9775: 2002-02-13     paf
                   9776:        * etc/parser3.charsets/windows-1257.cfg 1.2:
                   9777:                id added
                   9778: 
                   9779: 2002-02-08     paf
                   9780:        * src/sql/Makefile.am 1.3:
                   9781:                forgotten makes
                   9782: 
                   9783:        * src/main/pa_status_provider.C 1.5:
                   9784:                'make dist' works
                   9785: 
                   9786:        * AUTHORS 1.2:
                   9787:        * COPYING 1.2:
                   9788:        * README 1.2:
                   9789:                install&others updated
                   9790: 
                   9791: 2002-01-31     paf
                   9792:        * ident.awk 1.2:
                   9793:                lowered indent.awk back to src/
                   9794: 
                   9795:        * NEWS 1.1:
                   9796:        * etc/parser3.charsets/windows-1250.cfg 1.1:
                   9797:        * install-sh 1.1:
                   9798:        * www/Makefile.am 1.1:
                   9799:        * www/Makefile.in 1.1:
                   9800:                moved etc&www out of src, moved configure&co out of src
                   9801:                added windows-1250.cfg
                   9802:                straightened installation scripts procedure
                   9803:                made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change
                   9804: 
                   9805: 2001-12-15     paf
                   9806:        * src/include/pa_charset_connection.h 1.6:
                   9807:        * src/include/pa_charset_manager.h 1.8:
                   9808:        * src/include/pa_transcoder.h 1.3:
                   9809:        * src/main/pa_charset_connection.C 1.13:
                   9810:        * src/main/pa_charset_manager.C 1.10:
                   9811:        * src/main/pa_transcoder.C 1.4:
                   9812:                introducing Charset
                   9813: 
                   9814: 2001-10-22     parser
                   9815:        * src/include/pa_xslt_stylesheet_manager.h 1.5:
                   9816:        * src/main/pa_xslt_stylesheet_manager.C 1.5:
                   9817:                hashfile 0
                   9818: 
                   9819: 2001-09-26     parser
                   9820:        * src/classes/dnode.C 1.7:
                   9821:        * src/classes/dnode.h 1.3:
                   9822:        * src/classes/dom.C 1.36:
                   9823:        * src/types/pa_vdnode.C 1.9:
                   9824:        * src/types/pa_vdnode.h 1.4:
                   9825:        * src/types/pa_vdom.C 1.4:
                   9826:        * src/types/pa_vdom.h 1.15:
                   9827:                xdoc&xnode now
                   9828: 
                   9829:        * src/classes/classes.cmd 1.4:
                   9830:                moved classes.inc generation on win32 to main.dsp
                   9831: 
                   9832: 2001-07-03     parser
                   9833:        * src/classes/random.C 1.15:
                   9834:                class random renamed to math, operators became methods
                   9835: 
                   9836: 2001-06-27     parser
                   9837:        * src/classes/nothing.C 1.5:
                   9838:        * src/types/pa_vnothing.h 1.2:
                   9839:                nothing renamed to void
                   9840: 
                   9841: 2001-05-21     parser
                   9842:        * src/classes/unknown.C 1.8:
                   9843:        * src/types/pa_vunknown.h 1.14:
                   9844:                'unknown' renamed to 'nothing'
                   9845: 
                   9846: 2001-05-17     parser
                   9847:        * src/doc/chm.cmd 1.7:
                   9848:        * src/doc/doxygen.cmd 1.7:
                   9849:        * src/doc/view.cmd 1.3:
                   9850:                doc cmds
                   9851: 
                   9852: 2001-05-11     paf
                   9853:        * src/classes/gawk.exe 1.2:
                   9854:        * src/classes/ls.exe 1.2:
                   9855:        * src/main/bison.exe 1.2:
                   9856:        * src/targets/isapi/KILL.EXE 1.2:
                   9857:        * src/targets/isapi/PSTAT.EXE 1.2:
                   9858:        * src/targets/isapi/istart.cmd 1.2:
                   9859:        * src/targets/isapi/istop.cmd 1.2:
                   9860:        * src/targets/isapi/kill.pl 1.2:
                   9861:                moved win32 helpers to /win32tools
                   9862: 
                   9863: 2001-05-07     paf
                   9864:        * src/include/code.h 1.29:
                   9865:                pa_code.h
                   9866: 
                   9867: 2001-05-03     paf
                   9868:        * src/doc/doxygen.txt 1.6:
                   9869:                dox splitted .dox files and added some
                   9870: 
                   9871: 2001-04-28     paf
                   9872:        * src/include/pa_methoded.h 1.2:
                   9873:        * src/main/pa_methoded.C 1.2:
                   9874:                renamed pa_methoded back to classes/classes.h
                   9875: 
                   9876:        * src/classes/_double.h 1.8:
                   9877:        * src/classes/_file.h 1.5:
                   9878:        * src/classes/_form.h 1.4:
                   9879:        * src/classes/_image.h 1.4:
                   9880:        * src/classes/_int.h 1.8:
                   9881:        * src/classes/_mail.h 1.4:
                   9882:        * src/classes/_op.h 1.6:
                   9883:        * src/classes/_random.h 1.4:
                   9884:        * src/classes/_response.h 1.5:
                   9885:        * src/classes/_string.h 1.10:
                   9886:        * src/classes/_table.h 1.7:
                   9887:        * src/classes/_unknown.h 1.3:
                   9888:        * src/classes/exec.C 1.4:
                   9889:                Methoded reorganized. todo: methoded-configure
                   9890: 
                   9891:        * src/classes/classes.inc 1.5:
                   9892:                removed classes.inc
                   9893: 
                   9894: 2001-04-26     paf
                   9895:        * src/classes/_exec.h 1.4:
                   9896:                code documentation ++
                   9897: 
                   9898: 2001-04-23     paf
                   9899:        * src/classes/Makefile 1.2:
                   9900:        * src/main/Makefile 1.2:
                   9901:        * src/targets/cgi/Makefile 1.2:
                   9902:        * src/types/Makefile 1.2:
                   9903:                makefiles removed
                   9904: 
                   9905: 2001-04-11     paf
                   9906:        * src/types/pa_vcframe.h 1.4:
                   9907:        * src/types/pa_vmframe.h 1.13:
                   9908:                libimaging dead end: pil parses header in .py
                   9909: 
                   9910: 2001-04-06     paf
                   9911:        * src/classes/_root.h 1.5:
                   9912:        * src/classes/root.C 1.62:
                   9913:                renamed 'root' to 'op'
                   9914: 
                   9915: 2001-04-05     paf
                   9916:        * src/include/pa_sql_driver.h 1.5:
                   9917:                sql driver services for conv memory & error reporting
                   9918: 
                   9919: 2001-04-03     paf
                   9920:        * src/doc/generate.cmd 1.2:
                   9921:                string::pos & cmp & piece bugs fixed.
                   9922:                string::split new
                   9923:                table:load separated from set
                   9924:                table:set implemented with clean \n \t searches
                   9925: 
                   9926: 2001-03-24     paf
                   9927:        * src/targets/isapi/nt_log_events.mc 1.2:
                   9928:                cgi: sapi::log
                   9929: 
                   9930: 2001-03-22     paf
                   9931:        * src/targets/cgi/vform_fields_fill.C 1.2:
                   9932:        * src/targets/cgi/vform_fields_fill.h 1.2:
                   9933:                z
                   9934: 
                   9935: 2001-03-19     paf
                   9936:        * src/classes/_cookie.h 1.2:
                   9937:        * src/classes/cookie.C 1.3:
                   9938:                VCookie is now :Value
                   9939: 
                   9940:        * src/classes/_env.h 1.6:
                   9941:        * src/classes/env.C 1.8:
                   9942:                VEnv is now :Value
                   9943: 
                   9944:        * src/targets/cgi/pa_vform.C 1.3:
                   9945:                moved common get_element part from stateless object&class into 
                   9946:                VAliased
                   9947: 
                   9948:        * src/classes/_request.h 1.4:
                   9949:        * src/classes/request.C 1.6:
                   9950:                VRequest moved to :Value
                   9951: 
                   9952: 2001-03-14     paf
                   9953:        * src/include/core.h 1.16:
                   9954:        * src/main/core.C 1.69:
                   9955:                global handler, exceptions in parser3
                   9956: 
                   9957: 2001-03-13     paf
                   9958:        * src/targets/cgi/parser.dsp 1.2:
                   9959:                z
                   9960: 
                   9961: 2001-03-11     paf
                   9962:        * src/include/pa_valiased.h 1.4:
                   9963:        * src/include/pa_value.h 1.51:
                   9964:        * src/include/pa_vbool.h 1.8:
                   9965:        * src/include/pa_vcframe.h 1.8:
                   9966:        * src/include/pa_vclass.h 1.30:
                   9967:        * src/include/pa_vdouble.h 1.13:
                   9968:        * src/include/pa_vhash.h 1.13:
                   9969:        * src/include/pa_vint.h 1.5:
                   9970:        * src/include/pa_vjunction.h 1.9:
                   9971:        * src/include/pa_vmframe.h 1.24:
                   9972:        * src/include/pa_vobject.h 1.18:
                   9973:        * src/include/pa_vstring.h 1.18:
                   9974:        * src/include/pa_vunknown.h 1.10:
                   9975:        * src/include/pa_wcontext.h 1.29:
                   9976:        * src/include/pa_wwrapper.h 1.14:
                   9977:        * src/main/pa_cframe.C 1.6:
                   9978:        * src/main/pa_value.C 1.8:
                   9979:        * src/main/pa_vclass.C 1.5:
                   9980:        * src/main/pa_wcontext.C 1.11:
                   9981:                splitted types from include/
                   9982: 
                   9983: 2001-03-08     paf
                   9984:        * src/include/pa_bool.h 1.2:
                   9985:        * src/include/pa_double.h 1.2:
                   9986:                withoud cloning. didn't need it actually, params got passed from 
                   9987:                out unnamed ewpool
                   9988: 
                   9989: 2001-02-24     paf
                   9990:        * src/include/pa_vframe.h 1.6:
                   9991:                codeframe just compiled
                   9992: 
                   9993: 2001-02-21     paf
                   9994:        * src/include/pa_context.h 1.8:
                   9995:                request core methods0
                   9996: 
                   9997:        * src/include/compile.h 1.5:
                   9998:        * src/include/execute.h 1.3:
                   9999:                get put -1 [just compiled]
                   10000: 
                   10001: 2001-01-30     paf
                   10002:        * src/include/pa_error.h 1.4:
                   10003:        * src/main/pa_error.C 1.4:
                   10004:                lowered targets/parser into subdir, added parser_Pool(Pool)
                   10005:                failed to add. would think..
                   10006: 

E-mail: