--- parser3/ChangeLog 2007/11/14 13:48:21 1.59 +++ parser3/ChangeLog 2008/08/29 10:32:52 1.74 @@ -1,3 +1,1158 @@ +2008-08-29 misha + * tests/022.html 1.3: + * tests/results/022.processed 1.5: + - testing taint[regex] in mask for file:list + + * tests/022_dir/b[b].txt 1.1: + - file for testing taint[regex] in mask for file:list was added + + * src/classes/file.C 1.177: + - bugfix: ^taint[regex][] didn't works in file:list + +2008-08-26 misha + * src/types/pa_vobject.C 1.27: + - we must get .CLASS and .CLASS_NAME from last derived object + + * src/classes/image.C 1.118: + - many strings "image.format" replaced by IMAGE_FORMAT constant string + - handle GPS info while parse exif + - understand some more exif tags + + * src/include/pa_exception.h 1.52: + - string "image.format" was added + +2008-08-21 misha + * src/classes/file.C 1.176: + * src/main/pa_string.C 1.217: + - use method for print pcre_exec text error + + * src/main/pa_common.C 1.237: + - method for print pcre_exec text error was added + + * src/include/pa_common.h 1.125: + - method declaration for print pcre_exec text error was added + +2008-08-19 misha + * src/main/execute.C 1.323: + - bugfix: opcodes must be in separate namespace while debug + execution as well + + * tests/015.html 1.3: + * tests/results/015.processed 1.5: + - test for escaping some parser chars was added + +2008-08-18 misha + * tests/190.html 1.1: + * tests/190.p 1.1: + * tests/results/190.processed 1.1: + - test for $caller.self.field + default getter in one class was + added + + * tests/189.html 1.1: + * tests/results/189.processed 1.1: + - test for ^date::create[date object] + + * tests/188.html 1.1: + * tests/results/188.processed 1.1: + - tests for match with UTF-8 strings + + * src/main/pa_string.C 1.216: + - option 'U' (ungreedy) was added to ^string.match[] + +2008-08-15 misha + * Makefile.am 1.58: + * Makefile.in 1.73: + * acinclude.m4 1.44: + * aclocal.m4 1.47: + * acsite.m4 1.22: + * bin/Makefile.in 1.14: + * configure 1.100: + * configure.in 1.104: + * etc/Makefile.in 1.19: + * etc/parser3.charsets/Makefile.in 1.23: + * src/Makefile.in 1.60: + * src/classes/Makefile.in 1.66: + * src/include/Makefile.in 1.22: + * src/include/pa_version.h 1.32: + * src/lib/Makefile.in 1.17: + * src/lib/cord/Makefile.in 1.8: + * src/lib/cord/include/Makefile.in 1.6: + * src/lib/cord/include/private/Makefile.in 1.6: + * src/lib/gc/Makefile.in 1.6: + * src/lib/gc/include/Makefile.in 1.6: + * src/lib/gd/Makefile.in 1.7: + * src/lib/ltdl/Makefile.in 1.11: + * src/lib/md5/Makefile.in 1.12: + * src/lib/sdbm/Makefile.in 1.5: + * src/lib/sdbm/apr-include/Makefile.in 1.5: + * src/lib/smtp/Makefile.in 1.7: + * src/main/Makefile.in 1.62: + * src/sql/Makefile.in 1.16: + * src/targets/Makefile.in 1.47: + * src/targets/apache13/Makefile.in 1.52: + * src/targets/apache13core/Makefile.in 1.9: + * src/targets/cgi/Makefile.in 1.71: + * src/targets/isapi/Makefile.in 1.17: + * src/types/Makefile.in 1.65: + *** empty log message *** + + * src/lib/pcre/LICENCE 1.2: + * src/lib/pcre/Makefile.am 1.3: + * src/lib/pcre/Makefile.in 1.14: + * src/lib/pcre/README 1.2: + * src/lib/pcre/Tech.Notes 1.2: + * src/lib/pcre/dftables.c 1.2: + * src/lib/pcre/get.c 1.2: + * src/lib/pcre/internal.h 1.2: + * src/lib/pcre/maketables.c 1.3: + * src/lib/pcre/pcre.3 1.2: + * src/lib/pcre/pcre.3.html 1.2: + * src/lib/pcre/pcre.3.txt 1.2: + * src/lib/pcre/pcre.c 1.2: + * src/lib/pcre/pcre.h 1.3: + * src/lib/pcre/pcre.vcproj 1.6: + * src/lib/pcre/pcre_dftables.vcproj 1.7: + * src/lib/pcre/study.c 1.2: + - old PCRE files removed + + * src/lib/pcre/config.h 1.1: + - configuration for PCRE library + + * src/classes/classes.vcproj 1.18: + * src/lib/Makefile.am 1.9: + * src/main/main.vcproj 1.21: + * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.13: + * src/targets/cgi/parser3.vcproj 1.16: + * src/targets/isapi/parser3isapi.vcproj 1.12: + * src/types/types.vcproj 1.21: + - use PCRE library from win32\pcre instead of parser3\src\lib\ + pcre + + * src/include/pa_charset.h 1.40: + * src/include/pa_config_fixed.h 1.73: + * src/main/pa_charset.C 1.65: + * src/main/pa_globals.C 1.183: + - moved to new PCRE library + + * src/classes/file.C 1.175: + * src/main/pa_string.C 1.215: + - moved to new PCRE library and set flag UTF8 if $request: + charset is UTF-8 + + * src/include/pa_opcode.h 1.29: + * src/include/pa_operation.h 1.7: + * src/main/compile.C 1.80: + * src/main/compile.tab.C 1.122: + * src/main/compile.y 1.229: + * src/main/compile_tools.C 1.60: + * src/main/compile_tools.h 1.80: + * src/main/execute.C 1.322: + - opcodes were moved to separate namespace + +2008-08-14 misha + * src/types/pa_vstateless_class.C 1.34: + - newline at the end missed + + * src/main/untaint.C 1.142: + - char '-' also prefixed by '\' while regex tainting + +2008-08-11 misha + * tests/187.html 1.1: + * tests/187.p 1.1: + * tests/results/187.processed 1.1: + - tests for $caller.self, $caller.self.field and $ + caller.self.field[value] were added + + * src/types/pa_vmethod_frame.h 1.67: + - still need to check 'self' runtime as well (for $caller.self) + +2008-07-25 misha + * tests/021.html 1.3: + * tests/032.html 1.3: + * tests/033.html 1.3: + * tests/047.html 1.3: + * tests/055.html 1.3: + * tests/059.html 1.4: + * tests/061.html 1.3: + * tests/064.html 1.3: + * tests/067.html 1.3: + * tests/068.html 1.3: + * tests/085.html 1.3: + * tests/086.html 1.3: + * tests/098.html 1.3: + * tests/109.html 1.3: + * tests/121.html 1.3: + - set correct charsets in tests with international characters + +2008-07-23 misha + * src/main/pa_http.C 1.17: + - escape $cookies as %uXXXX while file::load[...;http:// + + * src/classes/file.C 1.174: + * src/main/pa_globals.C 1.182: + * src/main/pa_string.C 1.214: + - pcre now everywhere in separate namespace + + * src/types/pa_vmethod_frame.h 1.66: + - looking for caller before looking for vars + + * src/main/compile.tab.C 1.121: + * src/main/compile.y 1.228: + - characters '@' and '#' now can be escaped by '^' + +2008-07-22 misha + * src/classes/string.C 1.168: + * tests/186.html 1.3: + - names changes: escape=>js-escape, unescape=>js-unescape + +2008-07-21 misha + * tests/186.html 1.1: + * tests/results/186.processed 1.1: + - test for string escape/unescape + + * src/classes/string.C 1.167: + - string has escape and unescape methods now + + * src/include/pa_string.h 1.174: + * src/main/pa_string.C 1.213: + - escape method was added + + * src/include/pa_charset.h 1.38: + * src/main/pa_charset.C 1.64: + - more escape method-layers added (with different params) + +2008-07-18 misha + * tests/results/185.processed 1.3: + - test for ^str.pos[substr](offset) was added + + * tests/185.html 1.4: + - test for ^str.pos[sub](offset) added + + * operators.txt 1.211: + * src/classes/string.C 1.165: + * src/classes/void.C 1.40: + - ^string.pos[substr](offset) -- 2nd param accepted now + + * src/main/pa_string.C 1.212: + - .pos works fine with offset for utf-8 strings + +2008-07-17 misha + * src/classes/string.C 1.164: + * src/include/pa_string.h 1.172: + * src/main/pa_string.C 1.211: + - helper length added for mid for small optimisation + +2008-07-16 misha + * tests/185.html 1.1: + * tests/results/185.processed 1.1: + - tests for length/left/right/mid/pos with utf-8 strings + + * src/classes/string.C 1.163: + - left/right/mid/length/pos works fine for utf-8 strings + + * src/include/pa_charset.h 1.37: + * src/include/pa_string.h 1.171: + * src/main/pa_charset.C 1.61: + * src/main/pa_string.C 1.210: + - methods for working with pos/mid for strings in utf-8 were + added + + * src/main/untaint.C 1.141: + - comments removed + +2008-07-15 misha + * tests/184.html 1.1: + * tests/results/184.processed 1.1: + - test for case body as expression: $var(^switch(1){^case(1)( + true)..}) + + * src/classes/op.C 1.182: + - case body can be expression now: $var(^switch(1){^case(1)(true) + ..}) + + * tests/183.html 1.1: + * tests/results/183.processed 1.1: + - added test for testing new cookie encoding (%uXXXX) + + * src/main/untaint.C 1.140: + - cookies outputs as %uXXXX now. while decoding for backward + compatibility they decoded from %XX in request:charset too + + * src/main/pa_request.C 1.298: + * src/types/pa_vcookie.C 1.74: + * src/types/pa_vcookie.h 1.33: + - cookie class now decode cookies before first access after last + request:charset changing (as form class). + + * src/main/pa_charset.C 1.60: + - added method escape for escaping cookies as %uXXXX + - before transcode calculate required space for dest string. it reduce mem usage for transcode + + * src/include/pa_charset.h 1.36: + - added method escape for escaping cookies as %uXXXX + + * src/include/pa_string.h 1.170: + - taint lang (internal) L_HTTP_COOKIE was added. will used for + escaping cookies as %uXXXX + + * src/include/pa_common.h 1.124: + - escape method has new option for skip converting '+' to a + space char + + * src/main/pa_common.C 1.236: + * src/main/pa_http.C 1.16: + - skip BOM code before transcode + - escape method has new option for skip converting '+' to a space char + +2008-07-08 misha + * src/classes/op.C 1.181: + - bugfix in switch + - case "stops" on 1st match (no UE if more then 1 case matches anylonger) + - optimization: doing searching.as_string() || searching.as_double() only once + +2008-07-04 misha + * src/types/pa_vdate.h 1.46: + - is_evaluated_expr returning true added so now ^date::create[ + date object] works + + * src/classes/string.C 1.162: + - left and right added as aliases for start and end in ^ + string.trim[] + +2008-07-03 misha + * src/classes/file.C 1.173: + - allow $.limit for file::sql as well + + * src/classes/file.C 1.172: + - allow $.offset option for file::sql + - force send limit=1 to query for use sql specifics authomatically + + * src/classes/hash.C 1.88: + * src/classes/string.C 1.161: + * src/classes/table.C 1.245: + - don't throw exception if $.limit value if empty. autoconvert + it as everywere + +2008-07-02 misha + * Makefile.am 1.57: + * Makefile.in 1.72: + * acinclude.m4 1.43: + * aclocal.m4 1.46: + * acsite.m4 1.21: + * configure 1.99: + * configure.in 1.102: + *** empty log message *** + + * configure.in 1.101: + * src/include/pa_version.h 1.31: + - time to change version number to 3.3.0 %-) + +2008-06-26 misha + * src/classes/file.C 1.171: + * src/classes/hash.C 1.87: + * src/classes/string.C 1.160: + * src/classes/table.C 1.244: + * src/classes/void.C 1.39: + - $.limit(0) fixes + + * src/sql/pa_sql_driver.h 1.45: + - new drivers API and new version (10.0) + - $.limit(0) fixes + + * src/classes/op.C 1.180: + * src/include/pa_sql_connection.h 1.41: + * src/include/pa_sql_driver_manager.h 1.34: + * src/main/pa_sql_driver_manager.C 1.88: + - document_root added + + * src/sql/pa_sql_driver.h 1.44: + - SQL_NO_LIMIT added (preparations to new API) + + * src/main/compile.tab.C 1.120: + - error message was changed + +2008-06-25 misha + * src/main/compile.y 1.227: + - error message was changed + +2008-06-24 misha + * tests/176.html 1.3: + * tests/176_dir/a.p 1.2: + * tests/176_dir/d.p 1.2: + * tests/results/176.processed 1.2: + - @OPTION => @OPTIONS + + * tests/182.html 1.1: + * tests/182_dir/a1.p 1.1: + * tests/182_dir/a2.p 1.1: + * tests/182_dir/a3.p 1.1: + - tests for @OPTIONS\nappend + + * src/main/compile.tab.C 1.119: + * src/main/compile.y 1.226: + - stuff for @OPTIONS\nappend + + * src/main/compile_tools.h 1.79: + - new methods for @OPTIONS\nappend + + * src/types/pa_vmethod_frame.h 1.65: + - ALL_VARS_LOCAL_NAME moved fo compile.y + +2008-06-17 misha + * src/main/compile.tab.C 1.118: + * src/main/compile.y 1.225: + - bugfix in 'def' compilation: ^if(default){true. it's + incorrect. must be exception} + +2008-06-16 misha + * tests/181.ent 1.1: + * tests/181.html 1.1: + * tests/results/181.processed 1.1: + - test for checking external reference loading with 'http:// + localhost' prefix while creating xdoc + + * src/classes/Makefile.in 1.65: + *** empty log message *** + + * tests/180.html 1.2: + - use ^inet:ntoa[] and ^inet:aton[] instead of ^math:long2ip[] + and ^math:ip2long[] + + * src/types/pa_vobject.C 1.26: + * src/types/pa_vobject.h 1.49: + - get_scalar_value method added which use scalar stateless class method when user object used in + scalar context + - use get_scalar_value when user object requested in scalar context + + * src/main/pa_common.C 1.235: + - size must be int but not size_t or we can't compare with 0 + sprintf result + + * src/main/execute.C 1.321: + * src/main/pa_request.C 1.297: + * src/types/pa_vmethod_frame.C 1.9: + * src/types/pa_vmethod_frame.h 1.64: + - go back to one VMethodFrame with internal switch between local/ + global vars + + * src/types/pa_vclass.C 1.36: + - register scalar if method @GET[] was specified + + * src/types/pa_vstateless_class.C 1.33: + * src/types/pa_vstateless_class.h 1.60: + * src/types/pa_vstateless_object.h 1.38: + - stateless class and object now has private scalar field and + getter/setter for working with it + + * src/classes/math.C 1.53: + - methods math:long2ip & math:ip2long were moved to inet static + class + + * src/classes/Makefile.am 1.51: + * src/classes/classes.vcproj 1.17: + * src/classes/inet.C 1.1: + - inet static class added (^inet:aton[IP], ^inet:ntoa(number)) + + * tests/180.html 1.1: + * tests/results/180.processed 1.1: + - tests for ^math:long2ip(long) and ^math:ip2long[IP] + + * src/classes/math.C 1.52: + - ^math:ip2long[IP] added + +2008-06-11 misha + * src/main/pa_xml_io.C 1.22: + - use file_read_text again because of we need cut BOM code and + remove DOS newline chars. but don't transcode it anyway. + + * src/include/pa_common.h 1.123: + * src/include/pa_http.h 1.2: + * src/main/pa_common.C 1.234: + * src/main/pa_http.C 1.15: + - option for disable transcoding while file_read and + file_read_text added + +2008-06-10 misha + * tests/179.html 1.1: + * tests/179.p 1.1: + * tests/results/179.processed 1.1: + - test for many classes in 1 file + + * src/main/compile.tab.C 1.117: + * src/main/compile.y 1.224: + - compile return list of classes now. internals. + + * src/main/compile.C 1.79: + * src/main/compile_tools.h 1.78: + - compile return list of classes now. + + * src/main/pa_request.C 1.295: + - compile return list of classes now. try call @conf and @auto + for each returned class + + * src/include/pa_request.h 1.189: + - compile return list of classes now + + * src/types/pa_vstateless_class.h 1.59: + - typedef ArrayClass added (for return list of classes when + compile buf) + +2008-06-07 misha + * src/main/pa_request.C 1.294: + - constructing VRequest object with 3rd param -- form + + * src/types/pa_vrequest.C 1.40: + * src/types/pa_vrequest.h 1.35: + - constructor acceps 3rd param: form. needed for get + post_charset + + * src/types/pa_vform.C 1.93: + * src/types/pa_vform.h 1.54: + - VForm::get_post_charset() added + + * src/include/pa_common.h 1.122: + * src/main/pa_common.C 1.233: + * src/main/pa_http.C 1.14: + * src/types/pa_vform.C 1.92: + * src/types/pa_vform.h 1.53: + - some polish + +2008-06-06 misha + * src/types/pa_vform.C 1.91: + * src/types/pa_vform.h 1.52: + - if POST -- try detec charset and decode chars from it but not + from response:charset + + * src/main/pa_http.C 1.13: + - detect_charset moved out of here + + * src/include/pa_common.h 1.121: + * src/main/pa_common.C 1.232: + - more helpers methods moved here + - unescape_chars accepn one charset now + + * src/main/pa_http.C 1.12: + - new constants used + - don't allow $.content-type in ^file::load[;http://;$.method[POST]] + - add charset info while ^file::load[;http://;$.method[POST]] + - option $.omit-post-charset(true) added to ^file::load[;http://] for disabling charset during post + + * src/types/pa_vform.C 1.90: + - new constants used + + * src/include/pa_common.h 1.120: + - some constants were added + + * src/classes/form.C 1.41: + * src/types/pa_vform.C 1.89: + - use StrStartFromNC instead of StrEqNc + + * src/main/pa_common.C 1.231: + - new method for caseless search c-substring in c-string + - use isxdigit instead of is_hex_digit + + * src/include/pa_common.h 1.119: + - new method for caseless search c-substring in c-string + +2008-06-05 misha + * tests/178.html 1.1: + * tests/results/178.processed 1.1: + - test for testing default getter + + * tests/178_dir/178a.p 1.1: + * tests/178_dir/178b.p 1.1: + * tests/178_dir/178c.p 1.1: + * tests/178_dir/178d.p 1.1: + * tests/178_dir/178e.p 1.1: + - classes for test for testing default getter + + * src/main/execute.C 1.320: + - default getter soul + + * src/types/pa_vobject.C 1.25: + * src/types/pa_vobject.h 1.48: + - get default getter if requested objects' field not found + + * src/types/pa_vclass.C 1.35: + - register default getter if defined + - get default getter if requested field not found + + * src/types/pa_vstateless_object.h 1.37: + - method get_default_getter was added + + * src/types/pa_vstateless_class.C 1.32: + * src/types/pa_vstateless_class.h 1.58: + - pointer to default getter and methods for get/set it were + added + + * src/types/pa_junction.h 1.8: + * src/types/pa_vjunction.h 1.26: + - junction has auto_name field (for default getter) + +2008-06-04 misha + * src/main/pa_xml_io.C 1.21: + - load external xml in binary mode (no transcoding, no cutting + BOM code, no fixing line breaks) and get it to libxml "as is" + +2008-06-03 misha + * src/main/pa_common.C 1.230: + - use store_Char instead of transcodeCharFromUTF8 + + * src/include/pa_charset.h 1.34: + * src/main/pa_charset.C 1.58: + - method store_Char added, transcodeCharFromUTF8 -- removed + +2008-06-02 misha + * tests/177.html 1.1: + * tests/results/177.processed 1.1: + - test for checking .[acm]date after local ^file::load[] was + added + + * tests/176.html 1.1: + * tests/results/176.processed 1.1: + - test for checking @OPTION\locals + @method[vars][locals] added + + * tests/results/auto.p 1.3: + - CLASS_PATH specified for checking use + +2008-05-30 misha + * Makefile.am 1.55: + * Makefile.am 1.56: + * Makefile.in 1.70: + * Makefile.in 1.71: + * acinclude.m4 1.41: + * acinclude.m4 1.42: + * aclocal.m4 1.44: + * aclocal.m4 1.45: + * acsite.m4 1.19: + * acsite.m4 1.20: + * configure 1.97: + * configure 1.98: + * configure.in 1.100: + * configure.in 1.99: + * src/types/Makefile.in 1.63: + *** empty log message *** + + * src/main/compile.tab.C 1.116: + * src/main/compile.y 1.223: + - changes in compiler: @OPTION\nlocals + @method[vars][;locals;] + were added + + * src/main/execute.C 1.319: + - code of OP_CALL and OP_CALL__WRITE was moved to separate method op_code + - switch from VMethodFrame to VMethodFrameGlobal + VMethodFrameLocal + + * src/include/pa_request.h 1.188: + - code of OP_CALL and OP_CALL__WRITE was moved to separate + method op_code + + * src/main/pa_request.C 1.293: + - use VMethodFrameGlobal instead of VMethodFrame now + + * src/types/pa_vstateless_class.h 1.57: + - stateless class have bool flag all_vars_local as well + + * src/types/Makefile.am 1.42: + * src/types/pa_vmethod_frame.h 1.63: + * src/types/pa_vmethod_frame_global.h 1.1: + * src/types/pa_vmethod_frame_local.h 1.1: + - who children for VMethodFrame were added: one (global) works + as VMethodFrame before and second (local) write all vars in self + vars scope + + * src/types/pa_method.h 1.8: + - method has bool flag all_vars_local now + +2008-05-29 misha + * tests/129.html 1.4: + * tests/results/129.processed 1.6: + - more tests for ^table.hash[] + + * src/classes/hash.C 1.86: + - ^hash::sql has a new option: $.type[hash|string|table] as ^ + table.hash[] one. + + * src/classes/op.C 1.179: + - ^try has 3rd param now: finally code which executed anyway + after try or catch section + +2008-05-27 misha + * src/classes/table.C 1.243: + - bugfix: ^table.hash[key][$.type[table]] must not fail if $ + .distinct(1) wasn't specified + +2008-05-26 misha + * src/classes/op.C 1.178: + - allow ^throw[my type] + +2008-05-22 misha + * configure 1.96: + * configure.in 1.98: + - version number updated to 3.2.4b + + * src/classes/op.C 1.177: + * src/classes/string.C 1.159: + - trim format string before eval/format + + * tests/175.html 1.1: + * tests/results/175.processed 1.1: + - more tests for different format strings in .format[] + + * src/types/pa_vform.C 1.88: + - while decoding get values decode %uXXXX as well (not only %XX) + + * src/main/pa_common.C 1.229: + - unescape_chars can decode %uXXXX if charset specified + - checks for format before print number (^d.format[>...<], ^eval($d)[>...<]) + - formating with spaces (instead of tabs) removed + + * src/include/pa_common.h 1.118: + - unescape_chars can decode %uXXXX if charset specified + + * src/include/pa_charset.h 1.33: + * src/main/pa_charset.C 1.57: + - method for get char in requested charset from utf code was + added + +2008-05-19 misha + * tests/174.html 1.2: + * tests/results/174.processed 1.2: + - test for ^hashfile.cleanup[] added + + * src/classes/hashfile.C 1.44: + - optimization: don't create any key or value variable if it's + name weren't specified (^hf.foreach[;v]{...}) + +2008-05-16 misha + * src/classes/hash.C 1.85: + - optimization: don't create any key variable if variable name + wasn't specified (^h.foreach[;v]{...}) + +2008-05-15 misha + * src/classes/op.C 1.176: + - small changes + + * src/classes/hashfile.C 1.43: + - code reformating (as hash.foreach) + + * src/classes/hash.C 1.84: + - calculate var_context once before foreach + +2008-05-14 misha + * src/classes/hashfile.C 1.42: + - incorrect vars context calculation for ^hashfile.foreach[;]{} + fixed + + * src/classes/hash.C 1.83: + * src/classes/table.C 1.242: + - little optimisation + + * src/classes/file.C 1.169: + - bugfix: double absolute path while loading file + + * tests/174.html 1.1: + * tests/results/174.processed 1.1: + - tests for hashfile were added + + * buildall-with-xml 1.23: + - moving to libxslt 1.1.24 + +2008-04-30 misha + * src/classes/file.C 1.168: + - stat file while loading (local only) so .adate, .mdate and + .cdate available without additional ::stat + +2008-04-28 misha + * src/classes/file.C 1.167: + - $.name and $.content-type available for stated file + +2008-04-14 misha + * src/targets/cgi/parser3.C 1.247: + - new year in copyright %-) + + * src/include/pa_version.h 1.30: + - new version number in head + +2008-04-10 misha + * Makefile.am [release_3_2_3] 1.54.2.1: + * Makefile.am [release_3_2_3] 1.54.2.2: + * Makefile.am [release_3_2_3] 1.54.2.3: + * Makefile.in [release_3_2_3] 1.69.2.1: + * Makefile.in [release_3_2_3] 1.69.2.2: + * Makefile.in [release_3_2_3] 1.69.2.3: + * acinclude.m4 [release_3_2_3] 1.40.2.1: + * acinclude.m4 [release_3_2_3] 1.40.2.2: + * acinclude.m4 [release_3_2_3] 1.40.2.3: + * aclocal.m4 [release_3_2_3] 1.43.2.1: + * aclocal.m4 [release_3_2_3] 1.43.2.2: + * aclocal.m4 [release_3_2_3] 1.43.2.3: + * acsite.m4 [release_3_2_3] 1.18.2.1: + * acsite.m4 [release_3_2_3] 1.18.2.2: + * acsite.m4 [release_3_2_3] 1.18.2.3: + * configure [release_3_2_3] 1.95.2.1: + * configure [release_3_2_3] 1.95.2.2: + * configure [release_3_2_3] 1.95.2.3: + * configure.in [release_3_2_3] 1.97.2.1: + * configure.in [release_3_2_3] 1.97.2.2: + * configure.in [release_3_2_3] 1.97.2.3: + *** empty log message *** + + * src/include/pa_version.h [release_3_2_3] 1.29.2.1: + =no message + + * tests/080.html 1.3: + * tests/results/080.processed 1.5: + - cut '0' from exponential part because of on diff OS it differ ( + 20 or 020 for ex) + + * tests/119.html 1.3: + * tests/results/119.processed 1.5: + - check for encoding while creating xdoc + +2008-04-09 misha + * buildall-with-xml 1.22: + - move to libxml 2.6.32 and libxslt 1.1.23 + + * src/main/pa_common.C 1.228: + - comment added + + * src/classes/date.C 1.81: + - little refactoring + +2008-04-08 misha + * Makefile.am 1.53: + * Makefile.am 1.54: + * Makefile.in 1.68: + * Makefile.in 1.69: + * acinclude.m4 1.39: + * acinclude.m4 1.40: + * aclocal.m4 1.42: + * aclocal.m4 1.43: + * acsite.m4 1.17: + * acsite.m4 1.18: + * bin/Makefile.in 1.13: + * configure 1.94: + * configure 1.95: + * configure.in 1.96: + * configure.in 1.97: + * etc/Makefile.in 1.18: + * etc/parser3.charsets/Makefile.in 1.22: + * src/Makefile.in 1.59: + * src/classes/Makefile.in 1.64: + * src/include/Makefile.in 1.21: + * src/include/pa_config_auto.h.in 1.44: + * src/include/pa_config_fixed.h 1.72: + * src/lib/Makefile.in 1.16: + * src/lib/cord/Makefile.in 1.7: + * src/lib/cord/include/Makefile.in 1.5: + * src/lib/cord/include/private/Makefile.in 1.5: + * src/lib/gc/Makefile.in 1.5: + * src/lib/gc/include/Makefile.in 1.5: + * src/lib/gd/Makefile.in 1.6: + * src/lib/ltdl/Makefile.in 1.10: + * src/lib/md5/Makefile.in 1.11: + * src/lib/pcre/Makefile.in 1.13: + * src/lib/sdbm/Makefile.in 1.4: + * src/lib/sdbm/apr-include/Makefile.in 1.4: + * src/lib/smtp/Makefile.in 1.6: + * src/main/Makefile.in 1.61: + * src/sql/Makefile.in 1.15: + * src/targets/Makefile.in 1.46: + * src/targets/apache13/Makefile.in 1.51: + * src/targets/apache13core/Makefile.in 1.8: + * src/targets/cgi/Makefile.in 1.70: + * src/targets/isapi/Makefile.in 1.16: + * src/types/Makefile.in 1.62: + *** empty log message *** + +2008-04-07 misha + * src/classes/table.C 1.240: + - use NO_STRINGSTREAM for switch to old style of ^table.save[]: + prepare one big string and sabe it at once. it's safe on freebsd + 4.x but use much more memory. + + * buildall-with-xml 1.21: + * buildall-without-xml 1.13: + - option --disable-stringstream added (under comment. use it on + freebsd 4.x) + +2008-02-22 misha + * src/main/pa_http.C 1.11: + - exception if $.body[] and $.forms[] specified together in file::load[;http] + - get back transcoding $.body[] in file::load[;http] + +2008-02-21 misha + * src/classes/date.C 1.80: + - ^date.gmt-string[] was added + + * src/types/pa_value.C 1.24: + - method for output date in RFC 822 format moved to pa_common.h + + * src/include/pa_common.h 1.117: + - method for output date in RFC 822 format moved here from + pa_value.C + + * src/types/pa_vmail.C 1.82: + - fixed core in sending mail with attachment in simple mode ($ + .file[file here]) introduced in 3.2.2 + +2008-02-20 misha + * src/main/pa_http.C 1.10: + - transcode $.headers before escaping into specified charset while ^file::load[...;http://...] ( + L_URI instead of L_HTTP_HEADER) + - $.cookies param available in ^file::load[;http://...] now (but we don't parse set-cookies from + response yet) (cookies not transcoded as common $cookies) + +2008-02-19 misha + * src/main/pa_request.C 1.292: + - rollback: we mustn't force taint $response:field values + because in this case $response:locateion[http://...] don't + works. + +2008-02-15 misha + * src/classes/op.C 1.175: + - little refactoring + + * src/main/pa_http.C 1.9: + - taint names of $.headers for load[;http + + * src/main/pa_request.C 1.291: + - force taint values of $response:field + +2008-02-14 misha + * src/main/pa_request.C 1.290: + - $response:field transcoded to $response:charset before + escaping now + + * src/main/pa_http.C 1.8: + - some outdated comments removed + + * src/classes/date.C 1.79: + - lastdat -> last-day + + * src/classes/date.C 1.78: + - ^date:lastday(year;month) and ^date.lastday[] were added + - little code refactoring + - comments changes + + * tests/159.html 1.2: + * tests/results/159.processed 1.2: + - test for number of days in February + + * src/types/pa_value.C 1.23: + - fixes in code formatting + + * src/classes/file.C 1.166: + * src/classes/op.C 1.174: + * src/classes/table.C 1.239: + - fixes in code formatting and comments + +2008-02-13 misha + * src/main/pa_common.C 1.227: + - bugfix for february at leap year + +2008-01-28 misha + * tests/160.html 1.4: + * tests/results/160.processed 1.4: + - more test for cache added + + * src/classes/op.C 1.173: + - bugfix: cache body executed twice if contains unhandled + exception + +2008-01-25 misha + * src/lib/sdbm/sdbm.c 1.4: + - use arp_malloc instead of malloc (fixed bug when hashfile + became inavailable after memory:compact) + + * src/lib/sdbm/apr-include/apr_strings.h 1.4: + * src/lib/sdbm/apr_strings.C 1.3: + - +arp_malloc + +2008-01-22 misha + * src/classes/table.C 1.238: + - little refactiring and exception texts changes in method ^ + table.hash[] + + * src/types/pa_vcookie.C 1.73: + - link to cookie specification changed + +2008-01-21 misha + * tests/171.html 1.3: + * tests/cat.sh 1.2: + * tests/results/171.processed 1.3: + - more tests for file::exec/cgi + + * src/classes/file.C 1.165: + - bugfix: core while processing headers if executed cgi script + don't return content + +2008-01-18 misha + * configure 1.93: + =no message + + * buildall-with-xml 1.20: + - move to libxml2 version 2.6.31 + + * configure.in 1.95: + * src/include/pa_version.h 1.29: + - version number updated to '3.2.3b' + +2007-12-28 misha + * src/classes/hash.C 1.82: + * src/include/pa_hash.h 1.69: + - hash.contain => hash.contains + +2007-12-27 misha + * gnu.vcproj [release_3_2_2] 1.2.2.1: + * parser3.sln [release_3_2_2] 1.10.2.1: + * src/classes/classes.vcproj [release_3_2_2] 1.15.2.1: + * src/lib/cord/cord.vcproj [release_3_2_2] 1.4.2.1: + * src/lib/gd/gd.vcproj [release_3_2_2] 1.9.2.1: + * src/lib/ltdl/ltdl.vcproj [release_3_2_2] 1.4.2.1: + * src/lib/md5/md5.vcproj [release_3_2_2] 1.4.2.1: + * src/lib/pcre/pcre.vcproj [release_3_2_2] 1.4.2.1: + * src/lib/pcre/pcre_dftables.vcproj [release_3_2_2] 1.5.2.1: + * src/lib/pcre/pcre_parser_ctype.vcproj [release_3_2_2] 1.5.2.1: + * src/lib/sdbm/sdbm.vcproj [release_3_2_2] 1.5.2.1: + * src/lib/smtp/smtp.vcproj [release_3_2_2] 1.8.2.1: + * src/main/main.vcproj [release_3_2_2] 1.19.2.1: + * src/targets/apache13/ApacheModuleParser3.vcproj [release_3_2_2] 1.8.2.1: + * src/targets/apache13core/ApacheModuleParser3Core.vcproj [release_3_2_2] 1.11.2.1: + * src/targets/cgi/parser3.vcproj [release_3_2_2] 1.14.2.1: + * src/targets/isapi/parser3isapi.vcproj [release_3_2_2] 1.10.2.1: + * src/types/types.vcproj [release_3_2_2] 1.19.2.1: + =no message + + * gnu.vcproj 1.3: + * parser3.sln 1.11: + * src/classes/classes.vcproj 1.16: + * src/lib/cord/cord.vcproj 1.5: + * src/lib/gd/gd.vcproj 1.10: + * src/lib/ltdl/ltdl.vcproj 1.5: + * src/lib/md5/md5.vcproj 1.5: + * src/lib/pcre/pcre.vcproj 1.5: + * src/lib/pcre/pcre_dftables.vcproj 1.6: + * src/lib/pcre/pcre_parser_ctype.vcproj 1.6: + * src/lib/sdbm/sdbm.vcproj 1.6: + * src/lib/smtp/smtp.vcproj 1.9: + * src/main/main.vcproj 1.20: + * src/targets/apache13/ApacheModuleParser3.vcproj 1.9: + * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.12: + * src/targets/cgi/parser3.vcproj 1.15: + * src/targets/isapi/parser3isapi.vcproj 1.11: + * src/types/types.vcproj 1.20: + - back to VS2003 because of Apache 1.3 module can't work if it was built in VS 2005. + with cgi all file so VS2003 project files can be easy converted to the new format. + +2007-12-25 misha + * Makefile.am [release_3_2_2] 1.52.8.1: + * Makefile.in [release_3_2_2] 1.67.2.1: + * acinclude.m4 [release_3_2_2] 1.38.14.1: + * aclocal.m4 [release_3_2_2] 1.41.14.1: + * acsite.m4 [release_3_2_2] 1.16.14.1: + * acsite.m4 [release_3_2_2] 1.16.14.2: + * bin/Makefile.in [release_3_2_2] 1.12.14.1: + * configure [release_3_2_2] 1.92.2.1: + * configure.in [release_3_2_2] 1.94.2.1: + * etc/Makefile.in [release_3_2_2] 1.17.14.1: + * etc/parser3.charsets/Makefile.in [release_3_2_2] 1.21.14.1: + * src/Makefile.in [release_3_2_2] 1.58.14.1: + * src/classes/Makefile.in [release_3_2_2] 1.63.2.1: + * src/include/Makefile.in [release_3_2_2] 1.20.14.1: + * src/include/pa_config_auto.h.in [release_3_2_2] 1.43.14.1: + * src/include/pa_version.h [release_3_2_2] 1.28.8.2: + * src/lib/Makefile.in [release_3_2_2] 1.15.10.1: + * src/lib/cord/Makefile.in [release_3_2_2] 1.6.10.1: + * src/lib/cord/include/Makefile.in [release_3_2_2] 1.4.14.1: + * src/lib/cord/include/private/Makefile.in [release_3_2_2] 1.4.14.1: + * src/lib/gc/Makefile.in [release_3_2_2] 1.4.14.1: + * src/lib/gc/include/Makefile.in [release_3_2_2] 1.4.14.1: + * src/lib/gd/Makefile.in [release_3_2_2] 1.5.14.1: + * src/lib/ltdl/Makefile.in [release_3_2_2] 1.9.8.1: + * src/lib/md5/Makefile.in [release_3_2_2] 1.10.14.1: + * src/lib/pcre/Makefile.in [release_3_2_2] 1.12.14.1: + * src/lib/sdbm/Makefile.in [release_3_2_2] 1.3.14.1: + * src/lib/sdbm/apr-include/Makefile.in [release_3_2_2] 1.3.14.1: + * src/lib/smtp/Makefile.in [release_3_2_2] 1.5.14.1: + * src/main/Makefile.in [release_3_2_2] 1.60.14.1: + * src/sql/Makefile.in [release_3_2_2] 1.14.14.1: + * src/targets/Makefile.in [release_3_2_2] 1.45.14.1: + * src/targets/apache13/Makefile.in [release_3_2_2] 1.50.14.1: + * src/targets/apache13core/Makefile.in [release_3_2_2] 1.7.14.1: + * src/targets/cgi/Makefile.in [release_3_2_2] 1.69.14.1: + * src/targets/isapi/Makefile.in [release_3_2_2] 1.15.14.1: + * src/types/Makefile.in [release_3_2_2] 1.61.2.1: + *** empty log message *** + + * src/include/pa_version.h [release_3_2_2] 1.28.8.1: + =no message + +2007-12-04 misha + * src/types/pa_vcode_frame.h 1.34: + - changes in comment + +2007-11-29 misha + * src/main/execute.C 1.318: + * src/types/pa_vcode_frame.h 1.33: + - code frame don't intercept strings any longer + + * tests/173.html 1.1: + * tests/results/173.processed 1.1: + - tests for $d[^date::now[]] $j{$d} $r[$j] -- must create date + object in $r but not in main code frame + + * tests/172.html 1.1: + * tests/results/172.processed 1.1: + - more tests for pass objects from code frames + +2007-11-27 misha + * tests/152.html 1.7: + * tests/results/152.processed 1.7: + - tests for converting strings 'true'/'false' to bool were added + + * tests/152.html 1.6: + - added checks for converting strings 'true'/'false' to bool + + * src/classes/string.C 1.158: + - ^srting.bool[] now can convert to bool not only strings with + numbers but with values 'true'/'false' as well + + * src/targets/apache13core/mod_parser3_core.C 1.11: + * src/targets/cgi/parser3.C 1.246: + * src/targets/isapi/parser3isapi.C 1.99: + - buffer size for parser3.log increased + + * src/main/pa_common.C 1.226: + - remove_crlf optimize whitespaces now + + * src/include/pa_common.h 1.116: + - remove_crlf return cstring size now + + * src/include/pa_types.h 1.50: + - constant with buffer size for parser3.log added + +2007-11-16 misha + * tests/cat.sh 1.1: + - script for tests for file::exec/cgi + + * tests/171.html 1.1: + - tests for file::exec/cgi + + * tests/results/171.processed 1.1: + - tests results for file::exec/cgi + +2007-11-15 misha + * src/main/pa_exec.C 1.71: + - fixed incorrect exec code for unix + + * src/classes/file.C 1.164: + - .body must be set before analyzing cgi headers + + * src/classes/file.C 1.163: + - bugfix: we must transcode output fix EOLs only if exec/cgi + return anything. + 2007-11-14 misha * operators.txt 1.204: - info about new text|binary option for file::exec/cgi was added