--- parser3/ChangeLog 2004/04/05 08:02:02 1.37 +++ parser3/ChangeLog 2004/09/13 15:19:56 1.40 @@ -1,3 +1,638 @@ +2004-09-13 paf + * src/types/pa_vhashfile.C 1.44: + change: empty keys now error in parser [not something obscure + from sdbm lib] + + * src/types/pa_vhashfile.C 1.45: + * www/htdocs/_bug.html 1.67: + beauty: not reproduced $hashfile.key[$novalue] bug [reported by motorin], + inserted safety-check + + * src/classes/mail.C 1.107: + bugfix: typo error + + * src/classes/xdoc.C 1.145: + change: ^xdoc.string now outputted as-is [tainted as-is] + + * src/lib/sdbm/apr-include/apr.h 1.5: + * src/types/pa_vhashfile.C 1.43: + * www/htdocs/_bug.html 1.66: + bugfix: error numbers now from errno.h = strerror now returnes + something and we can properly report that to client + + * src/classes/xdoc.C 1.146: + * www/htdocs/_bug.html 1.65: + * www/htdocs/_bug.xsl 1.13: + change: ^xdoc.string now outputted as-is [tainted as-is] + this helps //[space][newline] to remain as-is and not be unnecessary optimized away [ruining javascript] + + * src/lib/sdbm/sdbm_private.h 1.2: + change: limit on length(key+value) now 8008 bytes, were 1008. + perl sdbm compatibility now ruined + + * src/main/pa_string.C 1.200: + * www/htdocs/_bug.html 1.68: + bugfix: $s[+008] ^eval($s) now parsed OK [were as octal] + +2004-09-09 paf + * src/main/pa_common.C 1.194: + bugfix: loads headers with both \r\n and \n separators + bugfix: loads header with endings \r\n\r\n and \n\n + (bloody yandex.server) + +2004-09-06 paf + * src/main/pa_charset.C 1.50: + bugfix: two-bytes invalid chars in TranscodeFromUTF8 considered + valid. only >2bytes-long now %HH encoded + +2004-09-01 paf + * src/classes/mail.C 1.105: + * src/include/pa_config_fixed.h 1.66: + * src/types/pa_value.C 1.18: + * src/types/pa_value.h 1.119: + * src/types/pa_vmail.C 1.64: + * www/htdocs/_bug.html 1.63: + new: ^mail:send[ + $.file[ + $.any[header] + + * src/types/pa_vmail.C 1.66: + * www/htdocs/_bug.html 1.64: + new: ^mail:send[$.file[$.content-disposition can be overriden + new: empty mail header fields removed from letter + + * src/types/pa_vmail.C 1.67: + change: multipart/mixed changed to multipart/related + outlook express have no problems showing unrelated attachments. + todo: someday figure out a way of + multipart/mixed + multipart/related + text/html + image/xxx + application/octet-stream << true attachments + +2004-08-30 paf + * src/include/pa_config_fixed.h 1.65: + * src/main/pa_common.C 1.193: + * www/htdocs/.htaccess 1.40: + * www/htdocs/_bug.html 1.62: + beauty: less warnings + + * src/main/pa_common.C 1.192: + beauty: do not bother with charset detection when ^file::load[binary + +2004-08-27 paf + * src/main/pa_common.C 1.191: + hack: for yandex.server http server + +2004-08-18 paf + * src/main/pa_request.C 1.270: + bugfix: Accept-Ranges: bytes when sending possibly-chunked response + +2004-08-17 paf + * src/classes/file.C 1.128: + * src/classes/file.C 1.129: + bugfix: $f[^file::load[;http://]] $f.content-type now = that of + http response + +2004-08-03 paf + * www/htdocs/.htaccess 1.39: + * www/htdocs/_bug.html 1.61: + bugfix: empty input variables can be replaced by output + [forgot to allocate proper buffer, oracle _server_ died with + kgepop: no error frame to pop to for error 21500 + message] + +2004-07-30 paf + * src/include/pa_exception.h 1.44: + * src/main/pa_request.C 1.268: + * src/targets/cgi/parser3.C 1.231: + * www/htdocs/.htaccess 1.37: + * www/htdocs/_bug.html 1.60: + bugfix: win32: system&parser exceptions in release mode reported properly + parser exception in exception handler WERE mistakenly reported as system exception, without details + + * src/include/pa_request.h 1.176: + * src/main/pa_request.C 1.269: + * src/targets/apache13core/mod_parser3_core.C 1.7: + * src/targets/cgi/parser3.C 1.232: + * src/targets/isapi/parser3isapi.C 1.92: + * www/htdocs/.htaccess 1.38: + bugfix: win32: system&parser exceptions in release mode reported properly + parser exception in exception handler WERE mistakenly reported as system exception, without details + [in apache & isapi] + +some beauty in exception text + + * src/main/execute.C 1.306: + beauty: simplified system exception handling + +2004-07-29 paf + * src/types/Makefile.am 1.37: + * src/types/Makefile.in 1.57: + added vhash.c + + * src/classes/table.C 1.206: + * www/htdocs/_bug.html 1.59: + bugfix: ^table.save[export.csv;$.separator[^;]] now works fine + [separator were ignored, and \t used unconditionally] + +2004-07-28 paf + * src/classes/date.C 1.68: + * src/classes/image.C 1.111: + * src/classes/math.C 1.39: + * src/lib/ltdl/ltdl.c 1.4: + * src/lib/pcre/pcre_parser_ctype.c 1.5: + * src/lib/smtp/comms.C 1.6: + * src/main/pa_common.C 1.189: + * src/main/pa_common.C 1.190: + * src/main/pa_string.C 1.199: + * src/targets/cgi/parser3.C 1.230: + * src/types/pa_vform.C 1.83: + * src/types/pa_vmail.C 1.62: + * src/types/pa_vmail.C 1.63: + * www/htdocs/_bug.html 1.58: + bugfix: isspace((unsigned char)c) everywhere. failed on russian letters + + * src/main/pa_exec.C 1.64: + * www/htdocs/_bug.html 1.57: + bugfix: win32: chdir not needed, dir passwed as ' + currentDirectory' parameter to CreateProcess + +2004-07-27 paf + * src/types/pa_vdate.h 1.33: + bugfix: time checked not only at set_time but also in ctor + + * src/types/pa_vdate.h 1.34: + check: for invalid datetime after temporary TZ shift + + * src/targets/cgi/parser3.vcproj 1.12: + beauty: win32: globaloptimizations ON, release:mapfile ON + todo: copy .mapfile from release somewhere [to help searching for unhandled system exceptions] + +2004-07-26 paf + * operators.txt 1.176: + * src/include/pa_common.h 1.100: + * src/main/pa_common.C 1.188: + * src/main/pa_request.C 1.267: + * src/types/pa_vfile.h 1.57: + * src/types/pa_vhash.C 1.5: + * src/types/pa_vhash.h 1.52: + * src/types/types.vcproj 1.14: + * www/htdocs/_bug.html 1.56: + new: $response:body/download[ + $.file[name on disk] + $.name[of file for user] + $.mdate[date of last-modified. default from directory] + ] + + * src/classes/file.C 1.127: + moving file:send somewhere else.. + + * src/classes/file.C 1.126: + * src/include/pa_sapi.h 1.26: + * src/main/pa_common.C 1.187: + * src/targets/apache13core/mod_parser3_core.C 1.6: + * src/targets/cgi/parser3.C 1.229: + * src/targets/isapi/parser3isapi.C 1.91: + patched: ^file:send by Victor Fedoseev + todo: turn it to $response:download[ + $.filename[filename] + $.option[] + ,, + ] + + * src/classes/file.C 1.125: + beauty: invalid mode thoroughly reported + +2004-07-21 paf + * src/types/pa_vmail.C 1.61: + * www/htdocs/_bug.html 1.55: + bugfix: too long header values now splitted to several lines + + were: + header: vaaaaaaaaaaaalue + now: + header: vaaaaaa + aaalue + + note: ms outlook[!express] shows only first 255 characters of subject + +2004-07-15 paf + * src/main/pa_os.C 1.7: + bugfix: locks now compiled in [were mistakenly off] + +2004-07-14 paf + * src/classes/table.C 1.205: + bugfix: $.bind values now got untainted according to lang + were: as-is] + +2004-07-07 paf + * src/main/pa_charset.C 1.49: + * www/htdocs/.htaccess 1.36: + * www/htdocs/_bug.html 1.53: + convinience: transcodeFromUTF8 now never fails. in case on input appears nonutf, + those bytes will be printed in %HH form. that can be easily decoded/recovered. + + this form is quite noticable, and hopefully would not go noticed + + * src/classes/file.C 1.124: + * src/main/pa_exec.C 1.62: + * src/main/pa_exec.C 1.63: + * www/htdocs/_bug.html 1.54: + * www/htdocs/_bug.pl 1.1: + bufix: on unix AND win32 environment string now untainted according to their languages. + were: as-is. EVERYWHERE + + * src/main/pa_exec.C 1.61: + bufix: on unix environment string now untainted according to their languages. + were: as-is. on win32: ok + + * parser3.vssscc 1.2: + ...would not go unnoticed + + * src/classes/op.C 1.149: + bugfix: cache with 2 params caused assertion, checked that + +2004-07-06 paf + * src/main/pa_exec.C 1.60: + bufix: on unix environment string now untainted according to their languages. + were: as-is. on win32: ok + +2004-07-01 paf + * src/classes/classes.vcproj 1.12: + * src/lib/cord/cord.vcproj 1.2: + * src/lib/gd/gd.vcproj 1.7: + * src/lib/ltdl/ltdl.vcproj 1.3: + * src/lib/md5/md5.vcproj 1.3: + * src/lib/pcre/pcre.vcproj 1.3: + * src/lib/pcre/pcre_dftables.vcproj 1.4: + * src/lib/pcre/pcre_parser_ctype.vcproj 1.4: + * src/lib/smtp/smtp.vcproj 1.6: + * src/main/main.vcproj 1.14: + * src/targets/apache13/ApacheModuleParser3.vcproj 1.7: + * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.9: + * src/targets/cgi/parser3.vcproj 1.11: + * src/targets/isapi/parser3isapi.vcproj 1.8: + * src/types/types.vcproj 1.13: + * www/htdocs/.htaccess 1.35: + win32: option: global optimization ON + + * src/main/untaint.C 1.133: + * www/htdocs/_bug.html 1.52: + workaround kinda bug in libxml: life requires to do xdoc::create{invalid chars} + standard disables chars less then \x20, except tab, cr, lf. + + changed tainting so that those become '!' + +2004-06-25 paf + * src/types/pa_vhashfile.C 1.41: + bugfix: hashfile deserialize accessed int on odd address + + * src/types/pa_vhashfile.C 1.42: + bugfix: hashfile deserialize accessed int on odd address + [prev bugfix failed due to superwize optimizer, which turned memcpy into same 'ld' asm command] + +2004-06-23 paf + * www/htdocs/_bug.html 1.51: + checked: oracle: various ways of returning error from stored proc. + bad: no way of knowing which exactly user-defined exception were thrown. + good: raise_application_error can return error message number and string FINE + good: PRAGMA EXCEPTION_INIT works good too + +2004-06-22 paf + * operators.txt 1.175: + * src/classes/hash.C 1.71: + * src/classes/memory.C 1.7: + * src/classes/string.C 1.141: + * src/classes/table.C 1.204: + * src/classes/void.C 1.34: + * src/include/pa_config_includes.h 1.29: + * www/htdocs/_bug.html 1.49: + new: + ^void:sql{call paf(:a)}[ + $.bind[ + $.a[2] + ] + ] + output variables work. + todo: check in out variables + + * www/htdocs/_bug.html 1.50: + checked: in out variables OK + + * src/sql/pa_sql_driver.h 1.42: + note: about possible optimization + +2004-06-18 paf + * src/classes/file.C 1.123: + * src/classes/hash.C 1.70: + * src/classes/string.C 1.140: + * src/classes/table.C 1.203: + * src/classes/void.C 1.33: + * src/include/pa_globals.h 1.111: + * src/include/pa_sql_connection.h 1.39: + * src/main/compile.tab.C 1.103: + * src/sql/pa_sql_driver.h 1.41: + * www/htdocs/.htaccess 1.34: + * www/htdocs/_bug.html 1.48: + started: + ^void:sql{call paf(:a)}[ + $.bind[ + $.a[2] + ] + ] + input variables work. + todo:output + + * src/targets/cgi/parser3.C 1.228: + bugfix: iis specific + http://parser3/_bug.html?404;http://hpsv/test/ + now + $request:uri + /_bug.html?404;http://hpsv/test/ + +2004-06-16 paf + * src/targets/cgi/parser3.C 1.227: + new: iis specific + http://parser3/_bug.html?404;http://server/_bug.html?f=v + now + $request:query + IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v + $form:fields + IIS-STATUS="404" + IIS-DOCUMENT="http://server/_bug.html" + f="v" + + todo: isapi too + +2004-05-26 paf + * operators.txt 1.174: + * src/classes/op.C 1.148: + * src/classes/table.C 1.202: + * src/include/pa_string.h 1.163: + * src/main/untaint.C 1.132: + * www/htdocs/_bug.html 1.47: + beauty: removed outdated level 'table' + + * src/main/pa_string.C 1.198: + beauty: removed 3 warnings + + * Makefile.am [release_3_1_3] 1.46.2.1: + * Makefile.am [release_3_1_3] 1.46.2.2: + * Makefile.in [release_3_1_3] 1.60.2.1: + * Makefile.in [release_3_1_3] 1.60.2.2: + * acinclude.m4 [release_3_1_3] 1.33.2.1: + * acinclude.m4 [release_3_1_3] 1.33.2.2: + * aclocal.m4 [release_3_1_3] 1.36.2.1: + * aclocal.m4 [release_3_1_3] 1.36.2.2: + * acsite.m4 [release_3_1_3] 1.11.2.1: + * acsite.m4 [release_3_1_3] 1.11.2.2: + * configure [release_3_1_3] 1.79.2.1: + * configure [release_3_1_3] 1.79.2.2: + * configure.in [release_3_1_3] 1.79.2.1: + * configure.in [release_3_1_3] 1.79.2.2: + *** empty log message *** + + * src/include/pa_version.h [release_3_1_3] 1.16.4.1: + 3.1.3 + + * etc/parser3.charsets/x-mac-cyrillic.cfg 1.2: + added: thanks to konst + +2004-05-25 paf + * src/sql/pa_sql_driver.h 1.40: + beauty: param renamed and comment changed, it is now safe to + use url if pointers to it are stored to gc mem + + * src/main/pa_exec.C 1.59: + * src/types/pa_vhashfile.C 1.40: + bugfix: hashfile unknown errors reported and not cause SIGSEGV now + + * src/lib/sdbm/apr_file_io.C 1.4: + bugfix: bad seek wrapper implementation. mistery: how anything worked + +2004-05-24 paf + * src/include/pa_string.h 1.161: + * src/lib/cord/include/cord.h 1.4: + more speed, less memory: CORD_chars_block originally intended + to speedup/reduce mem usage were forgotten, and were used + stupid CORD_chars + + * src/include/pa_config_auto.h.in 1.41: + bugfix: bigendian check added + + * src/targets/apache13/p3runConfigure.in 1.17: + bugfix: smtp added + + * src/include/pa_config_fixed.h 1.64: + * src/include/pa_string.h 1.160: + bugfix: on BIGENDIAN processors space-conserving mech failed, causing + SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d", (1|2|3)); + + * src/include/pa_string.h 1.162: + * src/lib/cord/cordbscs.c 1.4: + * src/lib/cord/cordxtra.c 1.6: + * src/lib/cord/include/cord.h 1.5: + * www/htdocs/_bug.html 1.46: + cancel: more speed, less memory: CORD_chars_block originally intended to ... + it was good that CORD_chars_block were not used: it consumes more memory [and, might be slow too] + undoing that. [and removed that func so that it would not confuse parser developer in future] + + * Makefile.am 1.46: + * Makefile.in 1.60: + * acinclude.m4 1.33: + * aclocal.m4 1.36: + * acsite.m4 1.11: + * configure 1.79: + * configure.in 1.79: + *** empty log message *** + +2004-05-14 paf + * src/types/Makefile.am 1.36: + * src/types/pa_vvoid.C 1.1: + * src/types/pa_vvoid.h 1.22: + * src/types/types.vcproj 1.12: + * www/htdocs/.htaccess 1.33: + * www/htdocs/_bug.html 1.45: + * www/htdocs/auto.p 1.22: + bugfix: void now has vfile value, and $response:body[] works OK + + * src/types/Makefile.in 1.56: + *** empty log message *** + +2004-05-12 paf + * src/types/pa_vbool.h 1.25: + * src/types/pa_vhash.h 1.51: + * src/types/pa_vhashfile.h 1.28: + * src/types/pa_vtable.h 1.53: + * www/htdocs/.htaccess 1.32: + * www/htdocs/_bug.html 1.44: + beauty: ^if(def $bool) now equals ^if($bool) + and shaped up other sources to use is_defined() {return as_bool();} along VBool + +2004-05-11 paf + * src/include/pa_exec.h 1.17: + bugfix: gpf on file::exec/cgi because of referencing to local objects + + * src/classes/mail.C 1.104: + * src/include/pa_exec.h 1.16: + * src/main/compile.tab.C 1.102: + * src/types/pa_vmail.C 1.60: + * src/types/pa_vmail.h 1.16: + * www/htdocs/.htaccess 1.31: + * www/htdocs/_bug.gif 1.2: + * www/htdocs/_bug.html 1.43: + bugfix: bcc with sendmail now left intact + +2004-04-15 paf + * src/include/pa_exec.h 1.15.4.1: + * src/include/pa_exec.h 1.15.4.2: + bugfix: interface without pointer provoked bug + + * src/classes/date.C 1.67: + merged: beauty: unused var removed + + * src/classes/date.C 1.65.4.1: + beauty: unused var removed + +2004-04-09 paf + * src/types/pa_vform.C 1.82: + bugfix: form:imap were incorrect + + * src/types/pa_vform.C 1.81.2.1: + merge: bugfix: form:imap were incorrect + +2004-04-08 paf + * src/main/pa_xml_io.C 1.17.4.1: + merged: bugfix /etc/xml/catalog + + * src/classes/date.C 1.66: + new: ^date::create[y-m-d h-M-s>>.milliseconds<<] now allowed, + ignored so far + + * src/main/pa_xml_io.C 1.18: + bugfix: in safe mode -- disabled attempts to consult default + catalog [usually, that file belongs to other user/group] + +2004-04-06 paf + * src/main/compile.tab.C 1.98: + * src/main/compile.y 1.210: + * www/htdocs/_bug.html 1.40: + bugfix: step1 to fix explicit result problem + + * src/main/compile.tab.C 1.100: + * src/main/compile.y 1.212: + * www/htdocs/_bug.html 1.42: + bugfix: step3 to fix explicit result problem + + * operators.txt 1.173: + * src/classes/string.C 1.139: + new: ^string.append[string] + + * src/main/compile.C 1.75: + * src/main/compile.tab.C 1.97: + * src/main/compile.y 1.209: + * www/htdocs/_bug.html 1.39: + reimplemented: @method[][result] means "no string output here" + moved to lexical level [on grammar level it were too difficult] + + * src/main/compile.tab.C 1.99: + * src/main/compile.y 1.211: + * www/htdocs/_bug.html 1.41: + bugfix: step2 to fix explicit result problem + + * src/main/pa_common.C 1.186: + beauty: gcc warning removed + + * Makefile.am 1.45: + * Makefile.in 1.59: + * acinclude.m4 1.32: + * aclocal.m4 1.35: + * acsite.m4 1.10: + * configure 1.78: + * configure.in 1.78: + *** empty log message *** + + * src/main/pa_common.C 1.184: + * src/main/pa_common.C 1.185: + bugfix: of 1.175 bugfix: http://i.p.a.ddress gethostbyaddr added [on some platforms gethostbyname failed with such 'domains'] + now checked properly, were: needless reverse/forward dns lookup + + * operators.txt 1.172: + * src/include/pa_string.h 1.159: + * src/main/compile.tab.C 1.96: + * src/main/compile.y 1.208: + * src/main/compile_tools.h 1.74: + * src/types/pa_vmethod_frame.C 1.6: + * src/types/pa_vmethod_frame.h 1.50: + * www/htdocs/.htaccess 1.30: + * www/htdocs/_bug.html 1.38: + new: @method[][result] means "no string output here", + implemented part of that idea: compiler throws away string literal generation code. and barks nonwhitespace chars + + * operators.txt 1.171: + truth: removed comment about $ORIGIN + + * src/main/compile.tab.C 1.101: + * src/main/compile.y 1.213: + bugfix: gcc refused to accept that trick, trying other + + * src/include/pa_opcode.h [attempt_check_call_in_explicit_result_mode] 1.27.6.1: + * src/main/compile.tab.C [attempt_check_call_in_explicit_result_mode] 1.97.2.1: + * src/main/compile.y [attempt_check_call_in_explicit_result_mode] 1.209.2.1: + * src/main/execute.C [attempt_check_call_in_explicit_result_mode] 1.305.6.1: + * www/htdocs/_bug.html [attempt_check_call_in_explicit_result_mode] 1.39.2.1: + attempt_check_call_in_explicit_result_mode: failed + +2004-04-05 paf + * src/main/pa_common.C 1.182.4.1: + removed warning + + * etc/parser3.charsets/x-mac-cyrillic.cfg 1.1: + added: donated by Konstantin Tomashevitch [mailto:konst@design + ru] + + * src/doc/html2chm.cmd 1.7.30.1: + beauty: no need in bg here + + * Makefile.am 1.43.4.1: + * Makefile.am 1.44: + * Makefile.in 1.57.4.1: + * Makefile.in 1.58: + * acinclude.m4 1.30.4.1: + * acinclude.m4 1.31: + * aclocal.m4 1.33.4.1: + * aclocal.m4 1.34: + * acsite.m4 1.8.4.1: + * acsite.m4 1.9: + * configure 1.76.4.2: + * configure 1.77: + * configure.in 1.75.4.2: + * configure.in 1.76: + *** empty log message *** + + * configure.in 1.77: + * src/doc/html2chm.cmd 1.8: + * src/doc/sources2html.cmd 1.6: + * src/include/pa_version.h 1.16: + * src/main/pa_common.C 1.183: + * src/targets/isapi/parser3isapi.C 1.90: + * www/htdocs/.htaccess 1.29: + * www/htdocs/_bug.html 1.37: + * www/htdocs/_bug.txt 1.5: + merged with 3.1.3 + + * src/targets/isapi/parser3isapi.C 1.89.2.1: + beauty: removed some warnings + + * configure 1.76.4.1: + * configure.in 1.75.4.1: + * src/include/pa_version.h 1.15: + 3.1.3 + + * src/doc/sources2html.cmd 1.5.38.1: + beauty: same window, in bg it interfered with FAR console + 2004-04-02 paf * src/targets/cgi/parser3.C 1.226: new: CGI_PARSER_LOG env variable allows to specify where to put @@ -2364,7 +2999,7 @@ 2003-09-02 paf * src/targets/apache13/mod_parser3.c 1.5: - забытое изменение + ??????? ????????? * src/types/pa_vdate.h [release_3_0_8] 1.24.6.2: forgot initializer @@ -3568,7 +4203,7 @@ * src/main/pa_table.C [template_gc] 1.53.2.10.2.7: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.15: removed checks in table::set_current, moved them back to table::locate - implemented table::create/join с $.reverse + implemented table::create/join ? $.reverse * tests/results/140.processed 1.1: file 140.processed was initially added on branch template_gc. @@ -9615,7 +10250,7 @@ From: "Victor Fedoseev" To: "Alexandr Petrosian (PAF)" Sent: Monday, December 23, 2002 4:22 AM - Subject: bug в Charset::transcode_buf2xchar + Subject: bug ? Charset::transcode_buf2xchar 2002-12-20 paf * src/targets/cgi/parser3.C 1.215: @@ -11545,8 +12180,8 @@ ^mail:send[ $.from[paf@mail.design.ru] $.to[paf@mail.design.ru] - $.subject[^taint[uri][москва]=2] - $.text[^taint[uri][москва]=] + $.subject[^taint[uri][??????]=2] + $.text[^taint[uri][??????]=] ] * operators.txt 1.67: @@ -11872,7 +12507,7 @@ * src/types/pa_wcontext.C 1.21: * src/types/pa_wcontext.h 1.34: * src/types/pa_wwrapper.h 1.20: - $Date: 2004/04/05 08:02:02 $ + $Date: 2004/09/13 15:19:56 $ * src/Makefile.am 1.17: * src/classes/Makefile.am 1.40: @@ -19032,7 +19667,7 @@ * src/targets/cgi/parser3.C 1.93: * src/targets/isapi/parser3isapi.C 1.35: */ - static const char *RCSId="$Id: ChangeLog,v 1.37 2004/04/05 08:02:02 paf Exp $"; + static const char *RCSId="$Id: ChangeLog,v 1.40 2004/09/13 15:19:56 paf Exp $"; * src/main/compile.y 1.142: * src/main/compile_tools.h 1.41: @@ -19075,7 +19710,7 @@ * src/main/untaint.C 1.52: * src/targets/cgi/parser3.C 1.92: * src/targets/isapi/parser3isapi.C 1.34: - static char *RCSId="$Id: ChangeLog,v 1.37 2004/04/05 08:02:02 paf Exp $"; + static char *RCSId="$Id: ChangeLog,v 1.40 2004/09/13 15:19:56 paf Exp $"; 2001-06-27 parser * src/classes/hash.C 1.6: @@ -24438,7 +25073,7 @@ * src/main/pa_pool.C 1.2: * src/main/pa_string.C 1.3: * src/main/pa_string.C 1.4: - $Id: ChangeLog,v 1.37 2004/04/05 08:02:02 paf Exp $ check + $Id: ChangeLog,v 1.40 2004/09/13 15:19:56 paf Exp $ check * src/include/pa_pool.h 1.5: * src/include/pa_string.h 1.2: