2002-01-25 paf * include/pa_charset.h: * include/pa_charset.h: * include/pa_config_fixed.h: * main/compile.tab.C: * main/pa_charset.C: typedef XMLCh... not stupid illegal define * patches/libxml_error_column_tab.patch: error position in line with \t-s was badly pointed by ^, tabs changed to spaces 2002-01-24 paf * patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch: background="" from xslt now OK [were just background without = "] * www/htdocs/global.xsl: * www/htdocs/index.html: background="" from xslt now OK [were just background without =""] new patch issued: libxml_htmloutput_of_xslemptyattr_emptyquotes.patch * classes/xdoc.C: checked empty response * classes/xdoc.C: xsltSaveResultTo checked <0 response * www/windows-1251.cfg: (c) added * classes/xnode.C: xdoc.select fixed context node [were always /, not self node] * configure.in: * include/pa_version.h: changed version number * classes/xnode.C: xpath nodes select bug [0] instead of [i], be more tender with ctrl/c/v * classes/hashfile.C: * include/pa_db_table.h: * include/pa_opcode.h: * main/compile.tab.C: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/execute.C: * main/pa_db_connection.C: * main/pa_db_table.C: * operators.txt: * types/pa_vhashfile.C: * types/pa_vhashfile.h: * www/htdocs/index.html: merged from r17 - hashfile without logfiles * classes/xnode.C: * operators.txt: xnode.select returns array always now, in case 'nothing found' returns empty array * classes/xdoc.C: * classes/xnode.C: * classes/xnode.h: * www/htdocs/index.html: gdome_xml_doc_get_xmlDoc handy macro, which is strangly abscent in dome lib * classes/hashfile.C: * include/pa_db_table.h: * main/compile.tab.C: * main/pa_db_connection.C: * main/pa_db_table.C: * operators.txt: * types/pa_vhashfile.C: * types/pa_vhashfile.h: hashfile: removed use of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG, DB_INIT_TXN init bits, thus got rid of huge log files, which cluttered disk without huge need] 2002-01-23 paf * classes/xdoc.C: * main/pa_globals.C: * types/pa_vdouble.h: * www/htdocs/index.html: %.20E now default float format this is for regretful twice-converting here: $a(double value) when they write double falue they convert it to string first, thus %g were losing precesion. todo: think up some way to remove double->string string->double twice-converting * main/pa_globals.C: removed debug xslt messages * main/pa_globals.C: xslt linked dynamically. [mistekenly were statically linked] * include/pa_exception.h: * main/compile.tab.C: * main/pa_exception.C: removed exception va_list constructor. 1. not needed anymore 2. there were a conflict[causing errors] between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc] never detected an ambiguilty here, compiling ctor(, "hello") into ctor(, va_list) which, of course, caused gpf * types/pa_vdouble.h: %.20E now float format when %g produced 'e' in output this is for regretful twice-converting here: $a(double value) when they write double falue they convert it to string first, thus %g were losing precesion. todo: think up some way to remove double->string string->double twice-converting * patches/libxml_html_output_no_charset_meta.patch: * patches/libxslt_html_output_no_charset_meta.patch: no meta2 * classes/xdoc.C: * include/pa_stylesheet_connection.h: * main/pa_globals.C: * www/htdocs/index.html: xmlSubstituteEntitiesDefault(1) now global, reasons in comment inside * classes/xdoc.C: * main/pa_globals.C: * www/htdocs/index.html: xdoc::load/set entities substituted. // 2. when dom tree with entites goes under transform text nodes // got [erroreosly] cut on first entity occurance * types/pa_vdouble.h: double prec. todo: get rid of twice-converting * patches/libxml_transcoder_context1.patch: * patches/libxml_transcoder_context2.patch: * patches/libxml_transcoder_context3.patch: * patches/libxml_transcoder_context4.patch: * patches/xalan-DoubleSupport-arithmetic-overflow-on-negative-sqrt.patch: * patches/xalan-FormatterToHTML-attribute-digitalentitifying-and-noheadcharset.patch: * patches/xalan-XalanDOMString-systaxerr.patch: * patches/xalan-XalanTranscodingServices-digitalentitifying.patch: * patches/xerces-XMLURL-http-localhost-eq-documentroot-relative-file.patch: removed xalan&xerces patches, started gnome xml lib patches. first patch series aimed at providing transcoder with context * patches/libxslt_html_output_no_charset_meta.patch: no meta3 2002-01-22 paf * classes/table.C: * www/htdocs/index.html: join behaived badly in case named tables structure mismatched: 0 strings sneaked into dest failing afterwards. replaced them with empty strings * classes/xdoc.C: * include/pa_stylesheet_connection.h: * main/pa_globals.C: xsl stylesheet load: parsed entities, this helps compiling stylesheet properly. example: this refused to work, «» stranly worked only this way: «» docs says "set it to 1", never going into details, so I decided to try NOT to do that * classes/gd/gif.C: * www/htdocs/index.html: added bounds check into image.replace...LineReplaceColor * classes/gd/gif.C: * classes/gd/mtables.h: * www/htdocs/index.html: angles adjust for image.arc and image.sector 2002-01-21 paf * include/pa_stylesheet_connection.h: * main/pa_exception.C: * www/htdocs/index.html: xml generic message 1 * main/pa_charset.C: checked empty transcoders in transcode_cstr|buf * www/htdocs/templates/_document.xslt: * www/htdocs/templates/symbols.ent: added templates * classes/xdoc.C: * www/htdocs/index.html: xdoc::load error source = filespec * classes/Makefile.in: * classes/xdoc.C: * classes/xnode.C: * configure: * configure.in: * include/pa_stylesheet_connection.h: * main/pa_charset.C: * main/pa_globals.C: * main/pa_sql_driver_manager.C: * main/pa_stylesheet_manager.C: * targets/cgi/Makefile.am: * targets/cgi/Makefile.in: autoconf gnome * classes/table.C: ^table::load empty lines or #comments before headline * classes/xdoc.C: * www/htdocs/templates/_document.xslt: transform error source now stylesheet_filespec * include/pa_array.h: * include/pa_globals.h: * include/pa_request.h: * include/pa_threads.h: * main/pa_array.C: * main/pa_exception.C: * main/pa_globals.C: * main/pa_request.C: * targets/apache13/pa_threads.C: * targets/cgi/pa_threads.C: * targets/isapi/pa_threads.C: * www/htdocs/index.html: xml generic errors 0 * classes/xdoc.C: * classes/xnode.C: * include/pa_exception.h: * include/pa_globals.h: * include/pa_stylesheet_connection.h: * main/pa_exception.C: * main/pa_globals.C: * targets/apache13/pa_threads.C: * targets/cgi/pa_threads.C: xslt generic error 1 2002-01-16 paf * classes/xdoc.C: * operators.txt: few comments * classes/hash.C: * classes/op.C: * classes/string.C: * classes/table.C: * classes/void.C: * classes/xdoc.C: * include/pa_db_connection.h: * include/pa_request.h: * include/pa_sql_connection.h: * include/pa_sql_driver_manager.h: * include/pa_stylesheet_connection.h: * include/pa_stylesheet_manager.h: * main/pa_request.C: * main/pa_sql_driver_manager.C: * main/pa_stylesheet_manager.C: * targets/cgi/pool_storage.h: auto closers to sql_connection, stylesheet_connection auto destroyers to remaining gnome objects 2002-01-15 paf * classes/xdoc.C: * include/pa_charset.h: * main/pa_charset.C: * operators.txt: * www/htdocs/index.html: started output options parsing * classes/xdoc.C: * operators.txt: * www/htdocs/index.html: xdoc file save string ready. todo: error handling * classes/xdoc.C: * www/htdocs/index.html: xdoc save rewritten using xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented result 2002-01-14 paf * classes/xdoc.C: method * classes/xdoc.C: * classes/xnode.C: * operators.txt: * operators.txt: * www/htdocs/index.html: ^xdoc.file * classes/xdoc.C: * classes/xnode.C: * include/pa_charset.h: * include/pa_pool.h: * include/pa_stylesheet_connection.h: * main/main.dsp: * main/pa_charset.C: * main/pa_globals.C: * main/pa_pool.C: * main/pa_stylesheet_manager.C: * types/pa_vxdoc.h: * www/htdocs/index.html: xslt transform0. TODO: use output options handle errors 2002-01-11 paf * include/pa_opcode.h: * main/compile.tab.C: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/execute.C: * www/htdocs/index.html: partial logical && || evaluation * classes/xnode.C: * include/pa_charset.h: * main/pa_charset.C: * www/htdocs/index.html: xpath selectNode 1 * classes/xnode.C: * www/htdocs/index.html: xpath selectNode 2 * classes/xnode.C: * include/pa_charset.h: * www/htdocs/index.html: xpath selectNode 3: string/number/bool * classes/xnode.C: * www/htdocs/index.html: xpath selectNodes 2002-01-10 paf * classes/xnode.C: xpath selectNode -100 [just written] * classes/xdoc.C: * classes/xnode.C: * include/pa_charset.h: * include/pa_exception.h: * include/pa_pool.h: * main/pa_charset.C: * main/pa_pool.C: * operators.txt: * www/htdocs/index.html: GdomeDOMString_auto_ptr c++ wrapper [calls refcounter] 2002-01-09 paf * operators.txt: removed ^hashfile.transaction 2001-12-29 paf * classes/xdoc.C: * include/pa_exception.h: * main/pa_charset.C: * main/pa_exception.C: * main/pa_globals.C: xdoc ^set ^string with glib works 0 2001-12-28 paf * classes/smtp/smtp.h: * main/pa_globals.C: renamed gdome to libgdome.dll * classes/classes.dsp: * classes/gd/gd.dsp: * classes/gd/gifio.C: * classes/mail.C: * classes/smtp/comms.C: * classes/smtp/smtp.C: * classes/smtp/smtp.dsp: * classes/xdoc.C: * classes/xnode.C: * classes/xnode.h: * include/pa_exception.h: * include/pa_globals.h: * main/compile.tab.C: * main/main.dsp: * main/pa_charset.C: * main/pa_dir.C: * main/pa_exception.C: * main/pa_exec.C: * main/pa_globals.C: * main/pa_socks.C: * operators.txt: * targets/cgi/parser3.C: * targets/cgi/parser3.dsp: * types/pa_vxdoc.C: * types/pa_vxdoc.h: * types/pa_vxnode.C: * types/pa_vxnode.h: gnome libs just compiled in. no refcounting no xpath no xslt yet * classes/xdoc.C: * include/pa_charset.h: * main/pa_charset.C: * main/pa_exception.C: started glib transcoders 2001-12-27 paf * configure.in: * include/pa_charset.h: * include/pa_common.h: * include/pa_exception.h: * include/pa_globals.h: * include/pa_pool.h: * main/main.dsp: * main/pa_charset.C: * main/pa_charsets.C: * main/pa_globals.C: * main/pa_pool.C: * parser3.dsw: * pcre/internal.h: * targets/cgi/parser3.C: * targets/cgi/parser3.dsp: * types/pa_vxdoc.C: * types/pa_vxdoc.h: * types/pa_vxnode.C: * types/pa_vxnode.h: * types/types.dsp: going away from xalan&xerces, started the process. globals [initialization pool [charset update charset [transcodings vxnode vxdoc [DOM calls * classes/Makefile.am: going away from xalan&xerces, not needed anymore 2001-12-26 paf * include/pa_charset.h: * include/pa_charsets.h: * main/pa_charset.C: * main/pa_charsets.C: * main/pa_request.C: * www/htdocs/index.html: charset key globalized [bug] 2001-12-25 paf * classes/mail.C: * classes/table.C: * include/pa_string.h: * main/pa_string.C: * www/htdocs/index.html: table set & append changed splitting languages, separators now can be clean AND as-is same to mail command line $MAIN:MAIL.progX arguments * patches/xerces-XMLURL-http-localhost-eq-documentroot-relative-file.patch: checked no-DOCUMENT_ROOT situation 2001-12-24 paf * classes/hashfile.C: * classes/op.C: * main/pa_db_table.C: * main/pa_string.C: read from cache size check updated * patches/xerces-XMLURL-http-localhost-eq-documentroot-relative-file.patch: * patches/xerces-http-localhost-eq-documentroot-relative-file.patch: * patches/xerces-http-localhost-eq-documentroot-relative-file.patch: * www/htdocs/index.html: xerces http://localhost/hren equals reading from $DOCUMENT_ROOT hren file * operators.txt: comment on message part ordering * classes/mail.C: * www/htdocs/index.html: one parted text messages - no multipart mime-type anymore. for convinient if $.attach-ments * operators.txt: * www/htdocs/index.html: comment on "multipart" messages with one part * main/pa_string.C: * main/pa_string.C: String::join_chain another ugly bug :( 2001-12-21 paf * main/execute.C: * www/htdocs/index.html: junction evaluation canceled - endless recursion detected * main/pa_request.C: $result in @main actually not working, to hell with it for now * classes/date.C: * operators.txt: * www/htdocs/index.html: date:sql-string now returns localtime * include/pa_request.h: * main/execute.C: * main/pa_request.C: * types/pa_vmethod_frame.h: * types/pa_wcontext.h: $result in @main @postprocess @exception * operators.txt: date localtime comment 2001-12-19 paf * classes/op.C: * www/htdocs/index.html: ^cache keypath now relative * main/pa_request.C: * www/htdocs/index.html: * www/parser3root_debug.conf: CLASS_PATH now / = DOCUMENT_ROOT * classes/hashfile.C: * www/parser3root_debug.conf: ^hashfile.open DB_HOME now relative * operators.txt: UTF8, charset name case sensitivity comment * main/pa_charset.C: * operators.txt: charset->charset transcoding via unicode intermediate * classes/mail.C: * include/pa_config_fixed.h: * operators.txt: to/from 0 check were missing * patches/xalan-FormatterToHTML-attribute-digitalentitifying-and-noheadcharset.patch: * patches/xalan-FormatterToHTML-attribute-digitalentitifying.patch: * www/htdocs/global.xsl: * www/htdocs/index.html: xalan-FormatterToHTML...noheadcharset.patch * operators.txt: ^mail:send charset comment * configure: * configure.in: --with-pathlink=-R or -rpath-link * classes/mail.C: changed weighting prior to sort * configure: * configure.in: comment 2001-12-17 paf * classes/mail.C: * include/pa_charsets.h: * include/pa_string.h: * main/pa_charsets.C: * main/untaint.C: * operators.txt: * types/pa_vrequest.C: * types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded * include/pa_db_table.h: * main/pa_db_table.C: db_table used outdated unset services_pool * operators.txt: warning about form:fields and $request/response:charset * main/pa_charset.C: ifndef XML were bad type * classes/image.C: govno * main/untaint.C: allowed space in filespec * classes/image.C: no govno * main/pa_charset.C: * www/htdocs/index.html: empty bufs transcode [forgot check :(] * targets/apache13/mod_parser3.C: test r->finfo.st_mode check seems to work only on win32 2001-12-15 paf * classes/file.C: * classes/math.C: * classes/op.C: * classes/string.C: * classes/table.C: * classes/xdoc.C: * include/pa_array.h: * include/pa_cache_managers.h: * include/pa_charset_connection.h: * include/pa_charset_manager.h: * include/pa_common.h: * include/pa_db_connection.h: * include/pa_db_manager.h: * include/pa_db_table.h: * include/pa_dictionary.h: * include/pa_exception.h: * include/pa_exec.h: * include/pa_globals.h: * include/pa_hash.h: * include/pa_opcode.h: * include/pa_pool.h: * include/pa_request.h: * include/pa_sapi.h: * include/pa_socks.h: * include/pa_sql_connection.h: * include/pa_sql_driver_manager.h: * include/pa_string.h: * include/pa_stylesheet_connection.h: * include/pa_stylesheet_manager.h: * include/pa_table.h: * include/pa_transcoder.h: * main/compile_tools.h: * main/main.dsp: * main/pa_charset.C: * main/pa_charset_connection.C: * main/pa_charset_manager.C: * main/pa_charsets.C: * main/pa_globals.C: * main/pa_pool.C: * main/pa_request.C: * main/pa_string.C: * main/pa_transcoder.C: * main/untaint.C: * types/pa_vfile.C: * types/pa_vform.C: * types/pa_vform.h: * types/pa_vrequest.C: * types/pa_vrequest.h: * types/pa_vresponse.C: * types/pa_vresponse.h: * types/types.dsp: * www/htdocs/index.html: introducing Charset * main/pa_charset.C: * www/htdocs/index.html: name_cstr 0 * www/htdocs/index.html: upper test * configure.in: * configure.in: -R returned tothink of: rpath-link * configure: * main/Makefile.in: * targets/apache13/Makefile.in: * targets/cgi/Makefile.in: * types/Makefile.in: makes * include/pa_charset.h: * include/pa_charsets.h: forgot to add * main/Makefile.am: * main/pa_charset.C: * types/Makefile.am: * www/htdocs/index.html: charset_connection&manager replaced by charset&charsets * patches/xalan-DoubleSupport-arithmetic-overflow-on-negative-sqrt.patch: some strange empty line removal killed * main/untaint.C: uri lang now knows about client/source charsets * configure.in: -rpath-link 2001-12-14 paf * include/pa_request.h: * include/pa_transcoder.h: * main/pa_request.C: * main/pa_transcoder.C: * types/pa_vform.C: * types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo: uri lang * targets/apache13/Makefile.am: * targets/cgi/Makefile.am: -I../../pcre to .am * include/pa_charset_connection.h: * include/pa_pool.h: * include/pa_request.h: * include/pa_transcoder.h: * main/Makefile.am: * main/main.dsp: * main/pa_charset_connection.C: * main/pa_charset_manager.C: * main/pa_request.C: * main/pa_transcoder.C: * operators.txt: * types/Makefile.am: * types/pa_vrequest.C: * types/pa_vrequest.h: * types/pa_vresponse.h: * types/types.dsp: * www/htdocs/index.html: changed charset model. now important: $request:charset $response:charset while $response:content-type.charset become unimportant [informational] * include/pa_globals.h: * main/pa_globals.C: removed unused defalts_name global * main/pa_transcoder.C: transcodeToUTF8, now form&uri lang 2001-12-13 paf * include/pa_types.h: msvc head debugging flag * classes/xdoc.C: freed up listener * classes/xdoc.C: * main/pa_sql_driver_manager.C: rewritten auto_ptr part other way, because of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp = FormatterListener] /usr/include/g++-3/memory:48: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 = FormatterListener, _Tp = FormatterListener] * include/pa_config_fixed.h: * main/pa_common.C: * main/pa_string.C: removed signed mismatch warnings * classes/xdoc.C: rewritten auto_ptr part other way2, because of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp = FormatterListener] /usr/include/g++-3/memory:48: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 = FormatterListener, _Tp = FormatterListener] * main/pa_string.C: string::recustruct erroreusly used outdated row ptr * include/pa_cache_managers.h: * include/pa_charset_manager.h: * include/pa_config_fixed.h: * include/pa_db_manager.h: * include/pa_sql_driver_manager.h: * include/pa_stylesheet_manager.h: * main/pa_cache_managers.C: * main/pa_globals.C: ~Cache_managers * classes/string.C: change msg '... code is not code' * classes/xdoc.C: removed extra inc * targets/apache13/mod_parser3.C: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: removed 'expires' from header outputs * targets/cgi/pa_pool.C: * targets/isapi/pa_pool.C: EOL@EOF * main/pa_db_connection.C: * main/pa_db_manager.C: * main/pa_sql_driver_manager.C: * main/pa_stylesheet_manager.C: * targets/cgi/pool_storage.h: couple cache expiratiors were wrong [past/future prob] * targets/cgi/pa_pool.C: * targets/cgi/parser3.C: msvc heap debugging flag * classes/xdoc.C: * operators.txt: * www/htdocs/index.html: lang list updated * classes/file.C: file::cgi bug, request_method were passed to SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten 2001-12-11 paf * configure.in: so extension const removed * configure: makes 2001-12-10 paf * main/pa_string.C: * www/htdocs/index.html: ^string.replace bug fixed [bad string::join_chank break] * main/untaint.C: * www/htdocs/index.html: FILE_SPEC untainting changed so that one can erase files like that, knowing their full name introducing // theoretical problem with, for instance, "_2B" and "." fragments, // they would yield the same // because need_file_encode('_')=false // but we need to delete such files somehow, getting names from ^index * classes/math.C: ^math:random(n) now yields[0;n) not [0;n] 2001-12-07 paf * main/pa_string.C: stupid sparc architecture failed to access short at odd address 0x311f0 : lduh [ %i2 + 1 ], %l0 bus error, fixed that * configure: * include/pa_config_auto.h.in: makes * main/pa_string.C: strange string deserialize bug on client[pmts], a bit shortened, * configure.in: * include/pa_common.h: * include/pa_config_fixed.h: * include/pa_config_includes.h: * main/pa_common.C: * operators.txt: exclusive lock file write shared lock file read * classes/hashfile.C: * classes/op.C: * classes/table.C: * configure: * configure.in: * include/pa_common.h: * include/pa_config_auto.h.in: * include/pa_config_fixed.h: * include/pa_config_includes.h: * include/pa_db_table.h: * include/pa_request.h: * main/pa_common.C: * main/pa_db_table.C: * main/pa_request.C: * main/pa_string.C: * operators.txt: * patches/xalan-FormatterToHTML-attribute-digitalentitifying.patch: * patches/xalan-FormatterToHTML-attribute-digitalentitifying.patch: * types/pa_vhashfile.C: * www/htdocs/index.html: merged from r14_simple_cache 2001-12-06 paf * main/compile.tab.C: * targets/cgi/parser3.C: * www/htdocs/index.html: removed debug info * classes/op.C: * include/pa_common.h: * include/pa_config_fixed.h: * main/pa_common.C: * www/htdocs/index.html: ^cache operator * classes/op.C: * classes/table.C: * include/pa_request.h: * main/pa_request.C: #ifdef RESOURCES_DEBUG * classes/hashfile.C: removed transaction from ^cache 2001-12-05 paf * operators.txt: * targets/cgi/parser3.C: * targets/cgi/parser3.C: * www/htdocs/global.xsl: * www/htdocs/index.html: * www/parser3root_debug.conf: fatal error reporting fixed. in IIS5 there were a prob with illegal call check 2001-12-04 paf * classes/op.C: * classes/table.C: * include/pa_request.h: * main/pa_request.C: measures to log 2001-11-27 paf * patches/xalan-FormatterToHTML-attribute-digitalentitifying.patch: * patches/xalan-XalanDOMString-systaxerr.patch: forgot to add * patches/xalan-FormatterToHTML-attribute-digitalentitifying.patch: forgot to cvs that buggy thing 2001-11-26 paf * patches/xalan-XalanDOMString-systaxerr.patch: case * targets/apache13/mod_parser3.C: * www/htdocs/index.html: * www/parser3root_debug.conf: merge dir config now works OK with parser_root_config_filespec 20011126 paf: noticed, that this is called even on virtual root merge with something "parent", while thought that that is part of merge_server... * operators.txt: about image measure/load format limits 2001-11-24 paf * patches/xalan-XalanDOMString-systaxerr.patch: commented out some syntax error 2001-11-23 paf * classes/hashfile.C: * classes/table.C: * include/pa_db_table.h: * main/pa_common.C: * main/pa_db_table.C: * main/pa_string.C: * types/pa_vhashfile.C: * www/htdocs/index.html: merged from _0014, 1 * classes/hashfile.C: * classes/table.C: * include/pa_db_table.h: * main/pa_common.C: * main/pa_db_table.C: * types/pa_vhashfile.C: * www/htdocs/index.html: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if ^cache(33) would change 0660 bits in file_write & hashfile create * www/htdocs/index.html: tested ok * main/pa_db_table.C: * main/pa_db_table.C: * main/pa_string.C: * main/pa_string.C: * www/htdocs/index.html: cache bugfix [wrong types after pa_string optimization] 2001-11-22 paf * classes/op.C: * www/htdocs/index.html: process cstr(,connection) * patches/xml-xalan.patch: superceeded by xalan-XalanTranscodingServices digitalentitifying.patch * main/untaint.C: ORIGINS mode removed UHTML * configure: configs * classes/op.C: * www/htdocs/index.html: process now gets its body on current language, not as-is * Makefile.in: * classes/gd/Makefile.in: * classes/xdoc.C: * libltdl/Makefile.in: * pcre/Makefile.in: * targets/Makefile.in: * targets/apache13/Makefile.in: * targets/cgi/Makefile.in: cached xslt [removed nocache forcing] * configure.in: configure line * main/untaint.C: * www/htdocs/index.html: ORIGINS mode was bad - forgot about optimize bit * classes/table.C: * include/pa_table.h: * main/pa_table.C: * operators.txt: table.offset[whence] 2001-11-21 paf * classes/table.C: * main/pa_string.C: * main/untaint.C: * parser3.dsw: * targets/cgi/parser3.C: * www/htdocs/index.html: * www/parser3root_debug.conf: table.append bug fixed: forgot to switch default language for { code}, it happen to change it's language from CLEAN, so later refused to split by CLEAN \t * classes/xdoc.C: * operators.txt: * types/pa_vxdoc.C: * types/pa_vxdoc.h: * www/htdocs/global.xsl: * www/htdocs/index.html: buffer_size checked all that * main/pa_request.C: z * operators.txt: doc 2001-11-13 paf * www/htdocs/index.html: * www/parser3root_debug.conf: * www/parser3root_debug_elik.conf: conf * classes/classes.C: returned accedently removed if in foreach callbacks [when hash no-0-restructure] 2001-11-12 paf * classes/classes.C: * classes/hash.C: * classes/xdoc.C: * include/pa_hash.h: * main/pa_db_connection.C: * main/pa_db_manager.C: * main/pa_dictionary.C: * main/pa_hash.C: * main/pa_sql_driver_manager.C: * main/pa_stylesheet_manager.C: * www/htdocs/index.html: hash now does not containt 0 values. put 0 actullay removes. no check on 0 value in foreach now required * classes/date.C: * www/htdocs/index.html: date.roll parser2 alg used * operators.txt: * operators.txt: * operators.txt: * www/htdocs/index.html: doc * main/pa_pool.C: * www/htdocs/index.html: * www/htdocs/index.html: changed xdoc createXXX politics, now string passed as-is to method, xalan makes & into & itself 2001-11-11 paf * main/pa_sql_driver_manager.C: * sql/pa_sql_driver.h: sql driver initialize not const * operators.txt: * sql/pa_sql_driver.h: removed extra constructor, doc * main/pa_sql_driver_manager.C: * sql/pa_sql_driver.h: CRLF 2001-11-10 paf * main/pa_exec.C: * operators.txt: * www/htdocs/index.html: doc 2001-11-09 paf * main/pa_common.C: * operators.txt: line endings fixing fixed last piece[was still cstr oriented] * classes/string.C: * classes/xdoc.C: * www/htdocs/index.html: xdoc::set{code} now untaints param properly * include/pa_common.h: * main/pa_common.C: * types/pa_vform.C: line endings fixing got rid of cstr, now must work ok with post multipart * types/pa_vform.C: line endings fixed at post / multipart / not file also now * classes/string.C: string.save now does untainting before saving 2001-11-08 paf * include/pa_request.h: * main/pa_request.C: * targets/apache13/mod_parser3.C: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: * www/htdocs/.htaccess: * www/htdocs/index.html: * www/htdocs/parser-status.html: apache 'status' class enabler ParserStatusAllowed * www/htdocs/parser-status.html: stylesheet not everywhere, check added * Makefile.in: * configure: * include/pa_common.h: * main/Makefile.am: * main/Makefile.in: * targets/cgi/pa_pool.C: makes * include/pa_cache_managers.h: * include/pa_charset_manager.h: * include/pa_db_manager.h: * include/pa_sql_driver_manager.h: * include/pa_stylesheet_manager.h: * main/pa_charset_manager.C: * main/pa_db_manager.C: * main/pa_sql_driver_manager.C: * main/pa_stylesheet_manager.C: restructured Cache manager to be simple parent, not second parent [gcc 2.96 strangly refused to call virtual from second parent] * operators.txt: doc * include/pa_cache_managers.h: * include/pa_charset_manager.h: * include/pa_db_manager.h: * include/pa_sql_driver_manager.h: * include/pa_stylesheet_manager.h: * main/main.dsp: * main/pa_cache_managers.C: * main/pa_charset_manager.C: * main/pa_db_manager.C: * main/pa_globals.C: * main/pa_request.C: * main/pa_sql_driver_manager.C: * main/pa_stylesheet_manager.C: * types/pa_vstatus.h: cache_managers, maybe-expiring every request todo: apache 'status' class enabler 2001-11-05 paf * classes/xdoc.C: * include/pa_db_connection.h: * include/pa_stylesheet_connection.h: * include/pa_stylesheet_manager.h: * main/pa_stylesheet_manager.C: * operators.txt: * types/pa_vstatus.h: * www/htdocs/index.html: $status:stylesheet * include/pa_charset_connection.h: * main/pa_charset_manager.C: * operators.txt: * www/htdocs/index.html: $status:charset * targets/cgi/parser3.C: read can return 0, that means sort of sig_pipe on freebsd [moko's experiments]. checked that in cgi, on apache already done :) * main/pa_db_connection.C: * main/pa_db_manager.C: * main/pa_request.C: hence i removed skipping 0 values in hash::for_each-es we need to check cleaned cache items manually. few more checks. expiring to 0 time was wrong, changed to 'now' time * main/pa_db_connection.C: * main/pa_db_manager.C: hence i removed skipping 0 values in hash::for_each-es we need to check cleaned cache items manually * classes/classes.C: * classes/classes.h: * classes/date.C: * classes/double.C: * classes/file.C: * classes/form.C: * classes/gd/gif.C: * classes/gd/gif.h: * classes/gd/gifio.C: * classes/hash.C: * classes/hashfile.C: * classes/image.C: * classes/int.C: * classes/mail.C: * classes/math.C: * classes/op.C: * classes/response.C: * classes/smtp/comms.C: * classes/smtp/smtp.C: * classes/smtp/smtp.h: * classes/string.C: * classes/table.C: * classes/void.C: * classes/xdoc.C: * classes/xnode.C: * classes/xnode.h: * include/pa_array.h: * include/pa_charset_connection.h: * include/pa_charset_manager.h: * include/pa_common.h: * include/pa_config_fixed.h: * include/pa_config_includes.h: * include/pa_db_connection.h: * include/pa_db_manager.h: * include/pa_db_table.h: * include/pa_dictionary.h: * include/pa_dir.h: * include/pa_exception.h: * include/pa_exec.h: * include/pa_globals.h: * include/pa_hash.h: * include/pa_opcode.h: * include/pa_pool.h: * include/pa_pragma_pack_begin.h: * include/pa_pragma_pack_end.h: * include/pa_request.h: * include/pa_sapi.h: * include/pa_socks.h: * include/pa_sql_connection.h: * include/pa_sql_driver_manager.h: * include/pa_stack.h: * include/pa_string.h: * include/pa_stylesheet_connection.h: * include/pa_stylesheet_manager.h: * include/pa_table.h: * include/pa_threads.h: * include/pa_types.h: * main/compile.C: * main/compile.tab.C: * main/compile_tools.C: * main/compile_tools.h: * main/execute.C: * main/pa_array.C: * main/pa_charset_connection.C: * main/pa_charset_manager.C: * main/pa_common.C: * main/pa_db_connection.C: * main/pa_db_manager.C: * main/pa_db_table.C: * main/pa_dictionary.C: * main/pa_dir.C: * main/pa_exception.C: * main/pa_exec.C: * main/pa_globals.C: * main/pa_hash.C: * main/pa_pool.C: * main/pa_request.C: * main/pa_socks.C: * main/pa_sql_driver_manager.C: * main/pa_status_provider.C: * main/pa_string.C: * main/pa_stylesheet_manager.C: * main/pa_table.C: * main/untaint.C: * operators.txt: * pcre/pcre_parser_ctype.c: * sql/pa_sql_driver.h: * targets/apache13/mod_parser3.C: * targets/apache13/pa_pool.C: * targets/apache13/pa_threads.C: * targets/cgi/pa_pool.C: * targets/cgi/pa_threads.C: * targets/cgi/parser3.C: * targets/cgi/pool_storage.h: * targets/isapi/pa_pool.C: * targets/isapi/pa_threads.C: * targets/isapi/parser3isapi.C: * targets/isapi/pool_storage.h: * types/pa_valiased.C: * types/pa_valiased.h: * types/pa_value.h: * types/pa_vbool.h: * types/pa_vclass.h: * types/pa_vcode_frame.h: * types/pa_vcookie.C: * types/pa_vcookie.h: * types/pa_vdate.h: * types/pa_vdouble.h: * types/pa_venv.h: * types/pa_vfile.C: * types/pa_vfile.h: * types/pa_vform.C: * types/pa_vform.h: * types/pa_vhash.h: * types/pa_vhashfile.C: * types/pa_vhashfile.h: * types/pa_vimage.C: * types/pa_vimage.h: * types/pa_vint.h: * types/pa_vjunction.h: * types/pa_vmath.h: * types/pa_vmethod_frame.h: * types/pa_vobject.h: * types/pa_vrequest.C: * types/pa_vrequest.h: * types/pa_vresponse.h: * types/pa_vstateless_class.C: * types/pa_vstateless_class.h: * types/pa_vstateless_object.h: * types/pa_vstatus.h: * types/pa_vstring.C: * types/pa_vstring.h: * types/pa_vtable.C: * types/pa_vtable.h: * types/pa_vvoid.h: * types/pa_vxdoc.C: * types/pa_vxdoc.h: * types/pa_vxnode.C: * types/pa_vxnode.h: * types/pa_wcontext.C: * types/pa_wcontext.h: * types/pa_wwrapper.h: * www/htdocs/index.html: $status:db fixed used not initialized in db_connection & db_table * include/pa_charset_manager.h: * include/pa_db_manager.h: * include/pa_request.h: * include/pa_sql_connection.h: * include/pa_sql_driver_manager.h: * include/pa_stylesheet_manager.h: * main/main.dsp: * main/pa_charset_manager.C: * main/pa_common.C: * main/pa_db_manager.C: * main/pa_globals.C: * main/pa_request.C: * main/pa_sql_driver_manager.C: * main/pa_status_provider.C: * main/pa_stylesheet_manager.C: * operators.txt: * types/pa_vstatus.h: * types/pa_vxnode.C: * types/types.dsp: * www/htdocs/index.html: started status parser class * www/htdocs/index.html: z * main/pa_db_connection.C: * main/pa_db_table.C: parser_multithreaded check was wrong * main/pa_db_connection.C: * main/pa_db_manager.C: expiration from debug to normal * operators.txt: * operators.txt: doc 2001-11-01 paf * classes/hash.C: * include/pa_hash.h: * main/pa_hash.C: * operators.txt: * types/pa_vcookie.C: * www/htdocs/index.html: ^hash.delete[key] * classes/hash.C: * classes/op.C: * operators.txt: * types/pa_vmethod_frame.h: * types/pa_vstring.C: * types/pa_vstring.h: * www/htdocs/.htaccess: * www/htdocs/index.html: ^foreach[key|value]{body}[[separator]|{separator}] * classes/gd/gif.C: * classes/math.C: * configure.in: * include/pa_common.h: HAVE_TRUNC HAVE_ROUND checks [for hp, there are such in math.h] * classes/op.C: ^for endless loop check strightened * Makefile.in: * classes/Makefile.in: * classes/gd/Makefile.in: * configure: * include/pa_config_auto.h.in: * libltdl/Makefile.in: * main/Makefile.in: * pcre/Makefile.in: * targets/Makefile.in: * targets/apache13/Makefile.in: * targets/cgi/Makefile.in: * types/Makefile.in: makes * main/pa_hash.C: removed old extra include * classes/hash.C: * classes/hashfile.C: * operators.txt: * types/pa_vhashfile.C: * www/htdocs/index.html: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev were hash.foreach * classes/hash.C: * classes/xdoc.C: * classes/xnode.C: * include/pa_hash.h: * main/pa_hash.C: * main/pa_request.C: * types/pa_vhash.h: * types/pa_vxnode.C: * www/htdocs/index.html: hash locking disabled changing of hash inside of foreach * www/htdocs/index.html: hash foreach tests * classes/hash.C: * classes/op.C: * main/execute.C: changed root behavior in native calls. it left unchanged, so ^for ^foreach & co can use r.root to write their i & key,value there * classes/op.C: detected for var storage bug, fixed. todo:foreach 2001-10-31 paf * configure: configure * classes/table.C: * operators.txt: * www/htdocs/index.html: ^table.save[[nameless|+append;]path] * main/pa_db_connection.C: * main/pa_sql_driver_manager.C: * www/htdocs/index.html: // lockdetector flags dbenv.lk_detect=DB_LOCK_RANDOM; * include/pa_threads.h: * main/pa_db_connection.C: * main/pa_db_table.C: * targets/apache13/pa_threads.C: * targets/cgi/pa_threads.C: * targets/isapi/pa_threads.C: * www/htdocs/index.html: libdb DB_THREAD flag only when really needed * include/pa_opcode.h: * main/compile.tab.C: * main/compile.y: * main/execute.C: * operators.txt: * www/htdocs/index.html: \ in expression: int divide 10/3=3 * configure.in: * main/pa_sql_driver_manager.C: * www/htdocs/index.html: hiding passwords and addresses from accidental show [imagine user forgot @exception] * main/pa_common.C: typing bug in common - bad ifdeff * classes/file.C: * classes/image.C: * classes/mail.C: * classes/string.C: * classes/xnode.C: * include/pa_common.h: * main/pa_common.C: * operators.txt: * www/htdocs/index.html: ^string.save[[append;]path] * main/pa_db_connection.C: * www/htdocs/index.html: z * main/compile.C: * main/pa_common.C: * www/htdocs/auto.p: completely empty file now considered "read", not ignored [not perfect trick used] * types/pa_vhashfile.h: hashfile ^delete to do something only inside of ^cache * main/pa_common.C: simplier common ifdefs 2001-10-30 paf * include/pa_common.h: * main/pa_common.C: * types/pa_vform.C: * www/htdocs/index.html: form post data line endings not reformatted now. * classes/xdoc.C: rolled back {} in xdoc.createTextNode for now * configure.in: rtti needed on solaris for exceptions to work OK, removing -fno rtti from everywhere * main/pa_db_connection.C: * main/pa_db_manager.C: * main/pa_db_table.C: * main/pa_exec.C: * main/pa_request.C: * main/pa_sql_driver_manager.C: * main/pa_string.C: * www/htdocs/index.html: cstr(asis) default param removed * classes/classes.dsp: * classes/gd/gd.dsp: * classes/smtp/smtp.dsp: * libltdl/libltdl.dsp: * main/main.dsp: * parser3.dsw: * pcre/pcre.dsp: * pcre/pcre_dftables.dsp: * pcre/pcre_parser_ctype.dsp: * targets/apache13/ApacheModuleParser3.dsp: * targets/cgi/parser3.dsp: * targets/isapi/parser3isapi.dsp: * types/types.dsp: enabled debug incremental compile * include/pa_dir.h: * www/htdocs/index.html: LOAD_DIR fixed * types/pa_vform.C: * types/pa_vform.h: * www/htdocs/index.html: AppendFormEntry length param now required [had bug when file= has no value] * types/pa_vform.C: * www/htdocs/auto.p: VForm::AppendFormEntry {length convention was broken} fix_line_breaks * include/pa_config_fixed.h: * include/pa_pragma_pack_begin.h: * include/pa_pragma_pack_end.h: * include/pa_string.h: * include/pa_types.h: * www/htdocs/index.html: String & Origin packed with #pragma pack * Makefile.in: * configure: * configure.in: * include/pa_config_auto.h.in: pragma detection * classes/xdoc.C: rolled back {} in xdoc.createElement for now 2001-10-29 paf * configure.in: * configure.in: * configure.in: * www/parser3root_debug.conf: if... AC_DEFINE(HAVE_PRAGMA_PACK,,compiler supports #pragma pack(1)) * types/pa_wcontext.h: bitfield syntax stricter * include/pa_string.h: * main/pa_string.C: * targets/cgi/pa_pool.C: debugging memory String::fused_rows func now [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29 18:11:53 2001] total 5796092/158731 * classes/file.C: * classes/image.C: * classes/string.C: * classes/xdoc.C: * include/pa_pool.h: * include/pa_string.h: * main/execute.C: * main/pa_array.C: * main/pa_common.C: * main/pa_hash.C: * main/pa_sql_driver_manager.C: * main/pa_string.C: * main/untaint.C: * targets/cgi/pa_pool.C: * targets/cgi/parser3.C: * types/pa_vcookie.C: * types/pa_vstring.h: * www/htdocs/auto.p: debuggging memory. string::as_int/double now usually uses stack, not heap [200K out of 17M :)] VString(String&) not copies reference [29M -> 17M] * include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name * targets/isapi/pa_pool.C: added isapi&apache real_malloc debug param.someday either ifdef or remove it * targets/apache13/pa_pool.C: * targets/cgi/pa_pool.C: * targets/cgi/parser3.C: removed debug defines * Makefile.am: .am order * main/untaint.C: optimizing returned after debugging * main/pa_sql_driver_manager.C: * www/htdocs/auto.p: ping to have services [old hiding bug] * include/pa_array.h: * include/pa_charset_manager.h: * include/pa_db_connection.h: * include/pa_db_manager.h: * include/pa_db_table.h: * include/pa_hash.h: * include/pa_request.h: * include/pa_sql_driver_manager.h: * include/pa_stylesheet_manager.h: * include/pa_threads.h: * types/pa_valiased.h: * types/pa_vhashfile.h: * types/pa_vstateless_class.h: * types/pa_wcontext.h: gcc 3.0.1 required "friend class" ../include/pa_request.h:51: friend declaration requires class-key, i.e. `friend class Temp_lang' * include/pa_string.h: * main/pa_string.C: * main/untaint.C: * targets/cgi/pa_pool.C: String size_t replace to uint in proper places [todo:Array] * classes/file.C: * include/pa_hash.h: * include/pa_string.h: * main/pa_globals.C: * targets/cgi/pa_pool.C: debugging memory hash key ref now [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29 17:11:17 2001] total 16867948/202658 * main/execute.C: * targets/cgi/pa_pool.C: * targets/cgi/parser3.dsp: * types/pa_wcontext.h: * types/pa_wwrapper.h: debugging memory WContext flags to bits total 5 652 652/158731 total 5 469 332/158731 * classes/file.C: * types/pa_vimage.C: * www/htdocs/index.html: * www/htdocs/index.html: image&file couple stack string hash.puts * include/pa_sql_connection.h: there were one wrong SQL_CONNECTION_FUNC_GUARDED [failed] * include/pa_exception.h: * include/pa_sql_connection.h: * main/pa_exception.C: * main/pa_sql_driver_manager.C: * sql/pa_sql_driver.h: * www/htdocs/index.html: sql driver impl changed in _throw part. the idea is to #1 jump to C++ some function to main body, where every function stack frame has exception unwind information and from there... #2 propagate_exception() * include/pa_array.h: * main/pa_array.C: debugging memory Array:: without cache in get/put now [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29 18:25:27 2001] total 5 652 652/158731 * include/pa_string.h: * include/pa_types.h: * main/pa_string.C: * main/untaint.C: memory hunging #pragma pack(1) 16 419 844 13 169 394 2001-10-28 paf * configure: * configure.in: * include/pa_config_auto.h.in: * include/pa_config_fixed.h: * include/pa_db_connection.h: * include/pa_db_manager.h: * include/pa_db_table.h: * main/pa_db_connection.C: * main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98) * www/htdocs/index.html: * www/parser3root_debug.conf: * www/parser3root_debug.conf: * www/parser3root_debug_elik.conf: * www/parser3root_debug_elik.conf: confs * www/htdocs/.htaccess: * www/htdocs/index.html: * www/parser3root_debug.conf: z * main/pa_db_connection.C: * main/pa_db_table.C: exception translation * main/pa_db_connection.C: expire table [was accidently pasted with wrong type/cast] * classes/Makefile.am: * classes/Makefile.in: * configure: * configure.in: * targets/apache13/p3runConfigure.in: * targets/cgi/Makefile.am: * targets/cgi/Makefile.in: * www/htdocs/.htaccess: db makes. remember to build DB2 with -fexceptions!!! * main/pa_db_table.C: DB_RMW defed * main/pa_db_connection.C: removed old consts 2001-10-27 paf * classes/hashfile.C: * include/pa_db_connection.h: * include/pa_db_table.h: * main/pa_db_connection.C: * main/pa_db_manager.C: * main/pa_db_table.C: * main/pa_globals.C: * types/pa_vhashfile.C: DB2 ifdefs * Makefile.in: * classes/Makefile.am: * classes/Makefile.in: * classes/gd/Makefile.in: * configure: * configure.in: * include/pa_config_fixed.h: * libltdl/Makefile.in: * main/Makefile.am: * main/Makefile.in: * pcre/Makefile.in: * targets/Makefile.in: * targets/apache13/Makefile.in: * targets/apache13/p3runConfigure.in: * targets/cgi/Makefile.am: * targets/cgi/Makefile.in: * types/Makefile.am: * types/Makefile.in: makes with DB2 * classes/classes.awk: no $ in var names * main/pa_db_connection.C: * main/pa_db_manager.C: * www/htdocs/index.html: db expiration connection&table [forgotten calls] * main/pa_globals.C: * targets/apache13/ApacheModuleParser3.dsp: * targets/cgi/parser3.dsp: * targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into globals.C * operators.txt: ^hashfile.clear[] doced * classes/hashfile.C: * include/pa_db_connection.h: * include/pa_db_table.h: * main/pa_db_connection.C: * main/pa_db_table.C: * operators.txt: * www/htdocs/index.html: ^hashfile.clear[] * Makefile.in: * classes/Makefile.in: * classes/gd/Makefile.in: * configure: * configure.in: * include/pa_config_auto.h.in: * main/Makefile.am: * main/Makefile.in: * pcre/Makefile.in: * targets/Makefile.in: * targets/apache13/p3runConfigure.in: * targets/cgi/Makefile.in: * types/Makefile.am: * types/Makefile.in: * www/htdocs/index.html: makes db 2001-10-26 paf * classes/xdoc.C: * www/htdocs/auto.p: * www/htdocs/index.html: xdoc createTextNode createElement UL_XML default. but entities still reparsed. todo: tothink * classes/xdoc.C: * classes/xdoc.C: * types/pa_vxdoc.h: transform2 for parsed_source * classes/hashfile.C: * include/pa_db_connection.h: * include/pa_db_manager.h: * include/pa_db_table.h: * include/pa_hash.h: * main/pa_db_connection.C: * main/pa_db_manager.C: * main/pa_db_table.C: * main/pa_hash.C: * types/pa_vhashfile.C: * types/pa_vhashfile.h: db connections & tables now cached at create time & multithreaded * include/pa_db_connection.h: * main/pa_db_connection.C: * main/pa_db_connection.C: * www/htdocs/index.html: db checkpoints * classes/hashfile.C: * include/pa_db_table.h: * main/pa_db_table.C: db: child transaction commit/rollback responsibility left to parent [as it sould - else there were a bug with double free] * main/pa_db_connection.C: * operators.txt: about to remove connection from vhashfile * main/pa_db_connection.C: * www/htdocs/index.html: * www/htdocs/index.html: db recover mech 2 2001-10-25 paf * include/pa_db_connection.h: * main/pa_db_manager.C: * www/htdocs/index.html: transaction parent passed * classes/hashfile.C: * include/pa_common.h: * include/pa_db_connection.h: * include/pa_db_manager.h: * include/pa_db_table.h: * main/main.dsp: * main/pa_db_connection.C: * main/pa_db_manager.C: * main/pa_db_table.C: * operators.txt: * parser3.dsw: * types/pa_vhashfile.C: * types/pa_vhashfile.h: * www/htdocs/index.html: * www/parser3root_debug.conf: started db_home [multiple, cached] todo: autorecover [tried, but not succeded, yet] * include/pa_dir.h: ancient gpf on dir not found fixed 2001-10-24 parser * classes/Makefile.am: * classes/Makefile.am: * classes/Makefile.am: * classes/Makefile.in: * classes/Makefile.in: * main/Makefile.in: * targets/cgi/Makefile.am: * targets/cgi/Makefile.in: * targets/cgi/pool_storage.h: * targets/cgi/pool_storage.h: makes * include/pa_db_connection.h: * main/pa_db_connection.C: * types/pa_vhashfile.C: db_cursor constructor public now * include/pa_common.h: * main/Makefile.am: * main/pa_common.C: * types/pa_vform.C: * types/pa_vform.h: .am * targets/cgi/pool_storage.h: * targets/isapi/parser3isapi.C: * targets/isapi/pool_storage.h: pool_storage fixed * classes/hashfile.C: * include/pa_request.h: * operators.txt: * www/htdocs/index.html: hashfile.cache 0 * main/pa_db_connection.C: * types/pa_vhashfile.C: db_connection not bothers with key when not returning expired data * include/pa_common.h: * main/pa_common.C: * types/pa_vform.C: * types/pa_vform.h: form fix_line_breaks * www/htdocs/index.html: z * operators.txt: * types/pa_vhashfile.C: * types/pa_vhashfile.h: hashfile expiring 0 * main/pa_db_connection.C: * types/pa_vhashfile.C: * www/htdocs/index.html: hashfile expiring 1 * classes/hashfile.C: * include/pa_db_connection.h: * main/pa_db_connection.C: hashfile expired deleted from db when get & iterate * classes/hashfile.C: * operators.txt: * types/pa_vhashfile.h: * www/htdocs/index.html: hashfile 1 * include/pa_db_connection.h: * main/pa_db_connection.C: * types/pa_vhashfile.C: * types/pa_vhashfile.h: hashfile data stamped, todo: put_element analize * operators.txt: * operators.txt: * targets/apache13/ApacheModuleParser3.dsp: * targets/isapi/parser3isapi.dsp: doc * sql/pa_sql_driver.h: version * main/pa_db_connection.C: * main/pa_db_manager.C: * www/htdocs/index.html: hashfile setted this: DB_RMW Acquire write locks instead of read locks when doing the retrieval. Setting this flag may decrease the likelihood of deadlock during a read-modify-write cycle by immediately acquiring the write lock during the read part of the cycle so that another thread of control acquiring a read lock for the same item, in its own read-modify-write cycle, will not result in deadlock * include/pa_db_connection.h: * include/pa_string.h: * main/pa_db_connection.C: * main/pa_string.C: * operators.txt: * www/htdocs/index.html: hashfile pieced serialize. todo stamp 2001-10-23 parser * classes/file.C: * classes/hash.C: * classes/hashfile.C: * classes/image.C: * classes/mail.C: * classes/response.C: * classes/string.C: * classes/table.C: * classes/xdoc.C: * include/pa_config_fixed.h: * include/pa_db_connection.h: * main/pa_common.C: * main/pa_db_connection.C: * main/pa_request.C: * operators.txt: * types/pa_value.h: * types/pa_vcookie.C: * types/pa_vhash.h: * types/pa_vhashfile.C: * types/pa_vhashfile.h: * types/pa_vresponse.h: * types/pa_vtable.C: * www/htdocs/index.html: ^hashfile.hash[] * classes/hashfile.C: * include/pa_db_connection.h: * include/pa_db_manager.h: * main/pa_db_connection.C: * main/pa_db_manager.C: * operators.txt: * types/pa_vhashfile.h: * www/htdocs/index.html: ^hashfile.transaction{code} ^hashfile:clear[filename] ^hashfile.delete[key] * classes/hashfile.C: * classes/xdoc.C: * include/pa_config_fixed.h: * main/pa_db_manager.C: * main/pa_globals.C: * operators.txt: ifdefs so it compiled without db 2001-10-22 parser * targets/apache13/mod_parser3.C: * targets/isapi/parser3isapi.C: * www/htdocs/.htaccess: * www/htdocs/auto.p: * www/htdocs/index.html: SEH minor ifdef changes * classes/classes.dsp: * classes/hashfile.C: * classes/xdoc.C: * classes/xnode.C: * include/pa_charset_connection.h: * include/pa_db_connection.h: * include/pa_db_manager.h: * include/pa_exception.h: * include/pa_sapi.h: * include/pa_sql_connection.h: * include/pa_sql_driver_manager.h: * include/pa_stylesheet_connection.h: * include/pa_stylesheet_manager.h: * include/pa_xslt_stylesheet_manager.h: * main/main.dsp: * main/pa_db_connection.C: * main/pa_db_manager.C: * main/pa_exception.C: * main/pa_globals.C: * main/pa_pool.C: * main/pa_sql_driver_manager.C: * main/pa_stylesheet_manager.C: * main/pa_xslt_stylesheet_manager.C: * operators.txt: * targets/apache13/mod_parser3.C: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: * types/pa_vhashfile.C: * types/pa_vhashfile.h: * types/pa_vxdoc.C: * types/pa_vxnode.C: * types/types.dsp: * www/htdocs/index.html: hashfile 0 * targets/cgi/pa_pool.C: * targets/cgi/parser3.C: * targets/cgi/parser3.dsp: * targets/cgi/pool_storage.h: * targets/isapi/pool_storage.h: cgi += pool cleanups * targets/apache13/mod_parser3.C: * www/htdocs/.htaccess: * www/htdocs/auto.p: html * include/pa_exception.h: * include/pa_request.h: * main/execute.C: * main/pa_exception.C: * main/pa_request.C: * targets/cgi/parser3.C: * targets/cgi/parser3.dsp: * types/pa_vclass.h: * types/pa_vobject.h: * www/htdocs/index.html: stack backtrace * classes/classes.dsp: * classes/hashfile.C: * include/pa_config_fixed.h: * main/execute.C: * operators.txt: * targets/cgi/parser3.dsp: * types/pa_vhashfile.C: * types/pa_vhashfile.h: * types/types.dsp: * www/htdocs/index.html: * www/parser3root_debug.conf: hashfile -100 * operators.txt: * parser3.dsw: * types/pa_vhashfile.C: * www/htdocs/index.html: z * operators.txt: * www/htdocs/index.html: * www/parser3root_debug.conf: comment 2001-10-19 parser * main/pa_request.C: * targets/apache13/mod_parser3.C: * www/htdocs/index.html: pool:: context - get_context * main/pa_pool.C: auto compiled on gcc * classes/classes.h: * classes/date.C: * classes/double.C: * classes/file.C: * classes/form.C: * classes/gd/gd.dsp: * classes/gd/gif.C: * classes/hash.C: * classes/image.C: * classes/int.C: * classes/mail.C: * classes/math.C: * classes/op.C: * classes/smtp/smtp.C: * classes/smtp/smtp.dsp: * classes/string.C: * classes/table.C: * classes/void.C: * include/pa_config_fixed.h: * include/pa_exception.h: * include/pa_pool.h: * include/pa_request.h: * include/pa_types.h: * libltdl/libltdl.dsp: * main/compile.C: * main/compile_tools.C: * main/execute.C: * main/pa_array.C: * main/pa_common.C: * main/pa_dictionary.C: * main/pa_exception.C: * main/pa_exec.C: * main/pa_pool.C: * main/pa_request.C: * main/pa_socks.C: * main/pa_sql_driver_manager.C: * main/pa_string.C: * main/pa_table.C: * main/untaint.C: * parser3.dsw: * pcre/pcre_dftables.dsp: * pcre/pcre_parser_ctype.dsp: * targets/apache13/ApacheModuleParser3.dsp: * targets/apache13/mod_parser3.C: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: * types/pa_value.h: * types/pa_vbool.h: * types/pa_vdouble.h: * types/pa_vfile.h: * types/pa_vform.C: * types/pa_vhash.h: * types/pa_vint.h: * types/pa_vjunction.h: * types/pa_vmethod_frame.h: * types/pa_vstateless_class.h: * types/pa_vtable.C: * types/pa_wcontext.C: * types/pa_wwrapper.h: * www/htdocs/index.html: switched to c++ exceptions 0 * Makefile.in: * classes/Makefile.in: * configure: * include/pa_pool.h: * libltdl/Makefile.in: * main/Makefile.in: * main/pa_common.C: * pcre/Makefile.in: * targets/Makefile.in: * targets/apache13/Makefile.in: * targets/cgi/Makefile.in: * types/Makefile.in: makes * include/pa_pool.h: header * classes/xdoc.C: * classes/xnode.C: * include/pa_pool.h: * include/pa_types.h: * main/pa_pool.C: first c++ exceptions result: can free up xalandomstring resulting from pool::transcode * classes/classes.awk: $ removed * operators.txt: * www/htdocs/index.html: going to switch to c++ exceptions * classes/Makefile.am: * classes/xdoc.C: * classes/xnode.C: * configure.in: * include/pa_config_fixed.h: * include/pa_exception.h: * include/pa_stylesheet_connection.h: * main/pa_charset_connection.C: * main/pa_exception.C: * main/pa_pool.C: * types/pa_vxdoc.C: * types/pa_vxdoc.h: * types/pa_vxnode.C: * types/pa_vxnode.h: * www/htdocs/index.html: switched to c++ exceptions 1xml configure fixed to exclude xalan-patch from non-xml compile * classes/xdoc.C: * classes/xnode.C: * classes/xnode.h: * types/pa_vxdoc.C: * types/pa_vxdoc.h: * types/pa_vxnode.C: * types/pa_vxnode.h: xnode clone got freed * classes/image.C: comment 2001-10-18 parser * classes/xdoc.C: * types/pa_vxdoc.h: * types/pa_vxnode.C: * www/htdocs/index.html: * www/htdocs/index.html: vxdoc set_document & ctor question "who owns document" solved * include/pa_stylesheet_connection.h: prev stylesheet destroyed @ recompile * classes/xdoc.C: * classes/xnode.C: * include/pa_pool.h: * main/pa_pool.C: * www/htdocs/index.html: encoding in dom creating funcs * classes/xdoc.C: * www/htdocs/index.html: comment * classes/xdoc.C: * classes/xnode.C: * main/compile.tab.C: * operators.txt: * www/htdocs/index.html: * www/parser3root_debug.conf: xdoc create now uses XercesDocumentBridge, appendChild&co now works * classes/xdoc.C: * main/pa_pool.C: extra free removed * classes/xdoc.C: * classes/xdoc.C: * types/pa_vxdoc.h: * www/htdocs/index.html: * www/htdocs/index.html: dom created by create can be transformed now * classes/xdoc.C: * www/htdocs/index.html: z * types/pa_vcookie.C: * www/htdocs/index.html: cookie:CLASS * classes/xdoc.C: * classes/xnode.C: * operators.txt: * www/htdocs/index.html: xdoc::create[] now. and all dom tag names forced to XML lang * classes/classes.dsp: * classes/xdoc.C: * operators.txt: * types/types.dsp: fiew leechy-found bugs in code&doc fixed * main/compile.tab.C: * main/compile.y: * main/pa_request.C: * operators.txt: * www/htdocs/index.html: * www/parser3root_debug.conf: ^: no colon in $origin @exception[ * main/main.dsp: project 2001-10-17 parser * operators.txt: * www/htdocs/index.html: hashfile planned * types/pa_vimage.h: removed unused vimage::save * classes/classes.dsp: * classes/string.C: * main/pa_string.C: * operators.txt: * types/pa_vxnode.h: * types/types.dsp: * www/htdocs/index.html: string::mid fixed, string.mid n functionality preserved 2001-10-16 parser * operators.txt: * parser3.dsw: * types/pa_vhash.h: * types/pa_vtable.h: * www/htdocs/index.html: hash can be used as boolean * types/pa_vimage.C: * www/htdocs/index.html: comment * classes/xnode.C: * classes/xnode.C: * operators.txt: removed few dom returns & changed op.txt * classes/image.C: * www/htdocs/index.html: gd size/resize bugfix * classes/gd/gif.C: * classes/gd/gif.h: * classes/image.C: * www/htdocs/index.html: :CopyResampled made gd2beta+my hands, very ineffective, but works for small paleted image * classes/classes.dsp: * classes/gd/gd.dsp: * classes/smtp/smtp.dsp: * main/main.dsp: * targets/apache13/ApacheModuleParser3.dsp: * targets/cgi/parser3.dsp: * targets/isapi/parser3isapi.dsp: * types/types.dsp: * www/htdocs/index.html: ident >nul 2>&1 * classes/gd/gif.C: * classes/gd/gif.h: * classes/image.C: * operators.txt: * www/htdocs/index.html: image.copy tolerance * classes/gd/gif.C: copyResized * classes/string.C: * main/pa_string.C: * operators.txt: $string.mid(p[;n]) * main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all systems * classes/gd/gif.C: couple casts * classes/image.C: * operators.txt: * types/pa_vimage.h: * www/htdocs/index.html: image.copy[source](src x;src y;src w;src h;dst x;dst y[;dest w ;dest h]]) 2001-10-15 parser * Makefile.in: * operators.txt: * types/pa_vcode_frame.h: * types/pa_wcontext.C: * www/htdocs/index.html: code_frame fixed - ::write badly passed string too transparently [failed to intercept it] * operators.txt: * types/pa_vxnode.C: document_type_node. !readonly attribute DOMString name !notation_node. !readonly attribute DOMString publicId !readonly attribute DOMString systemId * classes/xdoc.C: * classes/xdoc.C: * operators.txt: * www/htdocs/index.html: !::create{qualifiedName} * classes/xdoc.C: * classes/xnode.C: * include/pa_config_fixed.h: * include/pa_request.h: * main/pa_sql_driver_manager.C: * operators.txt: * types/pa_vxdoc.C: * types/pa_vxdoc.h: * types/pa_vxnode.C: * types/pa_vxnode.h: DOM1 major addtion, only few attributes/methods left * main/execute.C: z 2001-10-13 parser * include/pa_config_fixed.h: * main/execute.C: * main/pa_exception.C: * operators.txt: * www/htdocs/index.html: noticed that vcodeframe not transparent enough, would change now * main/execute.C: * types/pa_vcode_frame.h: * www/htdocs/index.html: vcodeframe made transparent enough to handle hash if creation&passing * types/pa_vcode_frame.h: couple comments * targets/isapi/pool_storage.h: isapi pool storage reverse cleanups & frees order * main/pa_sql_driver_manager.C: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs in main handler 2001-10-12 parser * classes/double.C: * classes/int.C: * classes/string.C: * www/htdocs/index.html: sql{}[$.default[({})]] handling changed: now type of default param analized always, not only at problem time, thus helping early problem spotting * classes/classes.dsp: * classes/gd/gd.dsp: * classes/smtp/smtp.dsp: * classes/xdoc.C: * libltdl/libltdl.dsp: * main/compile.tab.C: * main/main.dsp: * main/pa_globals.C: * operators.txt: * operators.txt: * pcre/pcre.dsp: * pcre/pcre_dftables.dsp: * pcre/pcre_parser_ctype.dsp: * targets/apache13/ApacheModuleParser3.dsp: * targets/apache13/mod_parser3.C: * targets/cgi/parser3.C: * targets/cgi/parser3.dsp: * targets/isapi/parser3isapi.C: * targets/isapi/parser3isapi.C: * targets/isapi/parser3isapi.dsp: * types/types.dsp: * www/htdocs/index.html: xalan&xerces multithread bug fixed. initialization&free on each thread! 2001-10-11 parser * targets/apache13/Makefile.am: started restructuring * Makefile.in: * Makefile.in: * Makefile.in: * classes/Makefile.in: * classes/Makefile.in: * classes/gd/Makefile.in: * classes/gd/Makefile.in: * configure: * configure: * configure: * configure.in: * configure.in: * ident.awk: * include/pa_config_auto.h.in: * libltdl/Makefile.in: * libltdl/Makefile.in: * main/Makefile.in: * main/Makefile.in: * pcre/Makefile.in: * pcre/Makefile.in: * targets/Makefile.in: * targets/Makefile.in: * targets/apache13/Makefile.in: * targets/apache13/Makefile.in: * targets/apache13/p3runConfigure.in: * targets/cgi/Makefile.in: * targets/cgi/Makefile.in: * types/Makefile.in: * types/Makefile.in: makes * classes/xnode.C: * operators.txt: xnode.selectSingle now * targets/apache13/ApacheModuleParser3.dsp: .dsp fixed due to relocate * classes/xdoc.C: * classes/xnode.C: * include/pa_exception.h: * include/pa_pool.h: * include/pa_stylesheet_connection.h: * main/pa_exception.C: * main/pa_pool.C: moved xslt exceptions convertors out of Pool into Exception * Makefile.in: * classes/Makefile.in: * classes/gd/Makefile.in: * configure: * configure.in: makes. stdc++ lib added to apache libraries * classes/hash.C: * operators.txt: * www/htdocs/index.html: !^hash.add[addme] !^hash.sub[subme] !^a.union[b] = new !^a.intersection[b] = new !^a.intersects[b] = bool * main/pa_string.C: const * classes/hash.C: * operators.txt: * types/pa_vhash.h: * www/htdocs/index.html: !^hash::create[[copy_from]] * classes/hash.C: * operators.txt: !^hash::append[append_from] * targets/apache13/Makefile.am: * targets/apache13/p3runConfigure.in: added * targets/apache13/ApacheModuleParser3.dsp: * targets/apache13/mod_parser3.C: * targets/apache13/p3runConfigure.in: * targets/apache13/pa_pool.C: * targets/apache13/pa_threads.C: restructured * include/pa_string.h: * main/pa_string.C: * www/htdocs/index.html: restructured string: linked pieces of same language together prior to String::replace * classes/string.C: * classes/table.C: * include/pa_globals.h: * include/pa_string.h: * main/pa_globals.C: * main/pa_string.C: * main/untaint.C: * types/pa_vvoid.h: * www/htdocs/index.html: untaint lang origins table fixed. got rid of empty_string, which caused errors - it hasnt exception but somebody[value.bark] tried to throw it on it's pool 2001-10-10 parser * classes/gd/gif.C: arc algorithms: commented all bresenhams, algs must be unified not "perfect" * classes/gd/gif.C: * main/compile.tab.C: * main/compile.y: * www/htdocs/index.html: ^a[^b] more informative compile error * main/compile.tab.C: * main/compile.y: * www/htdocs/index.html: ^a[ @next_method << now unclosed ] would be reported here * www/htdocs/index.html: \n * classes/op.C: * main/compile.tab.C: * operators.txt: * www/htdocs/index.html: * www/parser3root_debug.conf: ^error[msg] 2001-10-09 parser * classes/op.C: * classes/table.C: * types/pa_vfile.h: * types/pa_vimage.h: * types/pa_vjunction.h: * types/pa_vxdoc.h: * types/pa_vxnode.h: * www/htdocs/index.html: table:menu & op for delims made allowed not to be code [be string..] * classes/classes.dsp: * classes/xdoc.C: * include/pa_stylesheet_connection.h: * main/main.dsp: * operators.txt: * parser3.dsw: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: * types/pa_vxdoc.h: * types/pa_vxnode.h: * types/types.dsp: xalan patches starting * classes/double.C: * classes/file.C: * classes/image.C: * classes/int.C: * classes/op.C: * classes/string.C: * classes/table.C: * www/htdocs/index.html: lots of params->as_int/double/as_string/as_junction as_no_junction messages added * operators.txt: * www/htdocs/index.html: for delim desc * classes/op.C: * classes/table.C: * operators.txt: * www/htdocs/global.xsl: * www/htdocs/index.html: table.hash[key field;value field(s) string/table] now * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: * www/htdocs/index.html: xml transform win32 errors intercepted [xalan transformer patched and incorporated] * Makefile.in: * Makefile.in: * classes/Makefile.am: * classes/Makefile.am: * classes/Makefile.in: * classes/Makefile.in: * classes/gd/Makefile.in: * classes/gd/Makefile.in: * configure: * configure.in: * libltdl/Makefile.in: * libltdl/Makefile.in: * main/Makefile.am: * main/Makefile.in: * main/Makefile.in: * pcre/Makefile.in: * pcre/Makefile.in: * targets/Makefile.in: * targets/Makefile.in: * targets/apache13/Makefile.in: * targets/apache13/Makefile.in: * targets/cgi/Makefile.am: * targets/cgi/Makefile.in: * targets/cgi/Makefile.in: * types/Makefile.am: * types/Makefile.in: * types/Makefile.in: makes * www/htdocs/index.html: xdoc xnode junction vfile vimage now as_bool=true and can be used in expressions * classes/op.C: * classes/table.C: * www/htdocs/index.html: z * classes/date.C: * classes/table.C: * operators.txt: * www/htdocs/index.html: calendar moved to date * classes/string.C: * classes/table.C: * operators.txt: * www/htdocs/index.html: ^string.save[file] 2001-10-08 parser * classes/xdoc.C: * www/htdocs/auto.p: * www/htdocs/index.html: xdoc:load exceptions intercepted [like in set] * types/pa_vcookie.C: removing cookie made more netscape-like way * classes/image.C: * include/pa_common.h: * main/pa_common.C: * types/pa_vcookie.C: * www/htdocs/index.html: cookie urlencoded [netscape doc reread] * classes/gd/gif.C: image.bar now draws (100 100 0 0) * classes/gd/gif.C: * classes/gd/mtables.h: * operators.txt: image:arc image:circle * classes/gd/gd.dsp: * classes/gd/gif.C: * classes/gd/gif.h: * classes/image.C: * operators.txt: * types/pa_vcookie.C: * types/pa_vimage.C: * www/htdocs/index.html: image:sector removed image:html internal "line-*" attribs * classes/file.C: * classes/form.C: * main/pa_common.C: * main/untaint.C: * www/htdocs/index.html: * www/windows-1251.cfg: header untainting to UL_HTTP_HEADER, UL_MAIL_HEADER made nonforced [only tainted pieces] * classes/gd/gif.C: * classes/image.C: * www/htdocs/index.html: image:circle [and round arc] uses Bresenham * classes/date.C: * classes/image.C: * classes/string.C: * classes/table.C: * classes/void.C: * include/pa_request.h: * www/htdocs/index.html: params->as_int/double message added * main/untaint.C: \r to ' ' in origins mode * classes/xdoc.C: * include/pa_config_fixed.h: * main/compile.tab.C: * types/pa_vxdoc.h: parsedSource produced by nonstandard liaison freed up * include/pa_common.h: * main/pa_common.C: * main/untaint.C: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: remove_crlf @ SAPI::log 2001-10-07 parser * include/pa_config_fixed.h: * main/compile.tab.C: * pcre/pcre.dsp: * www/htdocs/auto.p: * www/htdocs/index.html: * www/parser3root_debug.conf: restored project 2001-10-05 parser * main/pa_charset_connection.C: * www/htdocs/index.html: * www/parser3root_debug.conf: unicode zero pair at the beging of totable appered to be vital * classes/xdoc.C: * main/compile.tab.C: * operators.txt: * www/htdocs/index.html: xdoc.transform now * classes/xdoc.C: * include/pa_dictionary.h: * main/main.dsp: * main/pa_dictionary.C: * main/pa_string.C: * types/pa_vxdoc.h: * www/htdocs/global.xsl: * www/htdocs/index.html: started xml errorhandler. fixed string.replace a little, read @test * doc/doxygen.cfg: * doc/html2chm.cmd: * doc/sources2html.cmd: paths * main/pa_charset_connection.C: * main/pa_charset_connection.C: * www/htdocs/index.html: ctype another mem clear bugfix * classes/xdoc.C: * include/pa_pool.h: * main/main.dsp: * main/pa_pool.C: * www/htdocs/index.html: changed xdoc:set to prevent SAXParseException from outputing to cerr. lots of "todos" * include/pa_hash.h: * main/pa_hash.C: * www/htdocs/index.html: Hash::size() calculated wrong. fixed it * Makefile.in: * main/compile.tab.C: * main/compile.y: * www/htdocs/index.html: disabled ^literals in names $result[^[$p^]z] now works fine * main/untaint.C: * www/htdocs/index.html: http_header tainting more gentle with enquoting now * main/pa_string.C: found replace bug - first_that_starts(char *) does not have limit, and looks further eos, fixing.... * operators.txt: * www/htdocs/index.html: desc 2001-10-04 parser * classes/image.C: * operators.txt: * www/htdocs/index.html: * www/parser3root_debug.conf: ^image.length[text] 2001-10-03 parser * main/pa_request.C: restored pcre defaulting in request [mindlessly "optimized" yesterday] comment left * main/pa_request.C: DEFAULT...charset was ignored when !XML * www/htdocs/index.html: * www/parser3root_debug.conf: z * www/koi8-r.cfg: * www/ruspart_win2koi.pl: * www/win-koi.tab: koi 0 2001-10-02 parser * include/pa_request.h: * main/pa_charset_connection.C: * main/pa_charset_connection.C: * main/pa_request.C: * pcre/pcre.dsp: * types/pa_vstring.h: * www/htdocs/index.html: pcre tables now const inside removed default - pcre handles that internally fixed bug on not-cleaning tables [previously was calloced, now member] * Makefile.in: * classes/Makefile.in: * classes/gd/Makefile.in: * configure: * libltdl/Makefile.in: * main/Makefile.in: * patches/xml-xalan.patch: * pcre/Makefile.in: * targets/Makefile.in: * targets/apache13/Makefile.in: * targets/cgi/Makefile.in: * types/Makefile.in: makes * configure.in: == wrong@solaris [strangly worked@linux] fixed * operators.txt: * www/htdocs/index.html: * www/parser3root_debug.conf: changed connect string format to support options charset=cp1251_koi8 timeout=3 compress=1& named_pipe=1 * include/pa_config_fixed.h: * main/pa_charset_connection.C: * www/htdocs/index.html: tested charset reload on file change @ apache version = OK tested freeing up prev encoding on adding new = OK * configure.in: --rpath renamed to --R [this works on solaris too] * operators.txt: commented charset format * patches/xalan-DoubleSupport-arithmetic-overflow-on-negative-sqrt.patch: on intel solaris nan=sqrt(-2.01) caused arithmetic overflow signal = core investigation revealed that compiler[or somebody else] installed FPE handler too late - in main() sqrt successfully returs NaN. fixed to constant. todo: little/big endian check. * classes/table.C: * operators.txt: * www/htdocs/index.html: * www/parser3root_debug.conf: # config comments fixed * patches/xml-xalan.patch: renamed to xalan-XalanTranscodingServices-digitalentitifying.patch * www/parser3root_debug.conf: for history * patches/xalan-DoubleSupport-arithmetic-overflow-on-negative-sqrt.patch: inserted gcc version * configure.in: changed link spec to link @ solaris * configure.in: * configure.in: --rpath renamed to -R [this works on solaris too] * www/htdocs/index.html: z * operators.txt: comment on CLASS_PATH * include/pa_pool.h: * include/pa_stylesheet_connection.h: * include/pa_stylesheet_connection.h: * main/pa_charset_manager.C: * main/pa_charset_manager.C: * main/pa_pool.C: * types/pa_vresponse.h: forgot non-xml pool.*charset needed * classes/table.C: * main/pa_charset_connection.C: * operators.txt: table:load & charset_connection #comment now * classes/classes.dsp: * types/types.dsp: release projects options fixed to use release msvcrt lib * patches/xalan-XalanTranscodingServices-digitalentitifying.patch: hacked - unspecified entitifying now "do not entitify" * configure.in: removed that overloaded-virtual warnings request * patches/xml-xalan.patch: created xalan patch to remove entitifying 2001-10-01 parser * include/pa_charset_connection.h: * include/pa_charset_manager.h: * include/pa_xslt_stylesheet_manager.h: * main/main.dsp: * main/pa_charset_connection.C: * main/pa_charset_manager.C: * main/pa_request.C: * www/htdocs/index.html: charset loading & caching mech 0 * include/pa_stylesheet_connection.h: * include/pa_xslt_stylesheet_manager.h: * main/main.dsp: * main/pa_globals.C: * main/pa_request.C: * www/htdocs/index.html: would make charset loading & caching mech now * main/pa_charset_connection.C: * www/htdocs/index.html: removed entitify external hack [internal installed] * classes/gd/Makefile.am: * classes/gd/Makefile.in: makes * www/htdocs/windows-1251.cfg: * www/windows-1251.cfg: windows-1251.cfg moved * main/Makefile.am: * main/Makefile.in: * www/htdocs/index.html: makes+removed dtd 2001-09-30 parser * classes/xdoc.C: * include/pa_request.h: * main/pa_request.C: * www/htdocs/index.html: * www/htdocs/windows-1251.cfg: ctype with unicode 1. todo: no П entities on output somehow * include/pa_globals.h: * main/pa_globals.C: * main/pa_request.C: * www/htdocs/index.html: now charsets table configuration variable is: CHARSETS * main/pa_request.C: * www/htdocs/index.html: forgot to fill toTable * classes/file.C: * classes/op.C: * classes/string.C: * include/pa_request.h: * main/pa_request.C: * pcre/ibm-1251.ucm: * www/htdocs/index.html: started ctype with unicode values * include/pa_config_fixed.h: * main/pa_request.C: started hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but failed on win32 for now.. 2001-09-28 parser * classes/xdoc.C: * classes/xnode.C: * www/htdocs/index.html: xdoc addencoding works! invented a way of user-configuring... todo: implement * classes/mail.C: * classes/op.C: * classes/xdoc.C: * include/pa_stylesheet_connection.h: * main/pa_request.C: * operators.txt: * pcre/pcre_parser_ctype.c: * www/htdocs/index.html: letter body string passed AS-IS now 2001-09-27 parser * classes/classes.dsp: * classes/gd/gd.dsp: * classes/gd/gifio.C: * classes/smtp/smtp.dsp: * classes/xdoc.C: * main/main.dsp: * operators.txt: * targets/cgi/parser3.dsp: * targets/isapi/parser3isapi.dsp: * types/types.dsp: * www/htdocs/index.html: win32 ident make system so not to rebuild library [ident.C.new] * operators.txt: inserted piece from dom docs * operators.txt: * www/htdocs/people.dtd: z * classes/table.C: * operators.txt: * www/htdocs/index.html: table.sort changed to sort table itself * classes/xdoc.C: * operators.txt: * targets/isapi/parser3isapi.dsp: * www/htdocs/index.html: X^.getElementsByTagName[tagname] = array of xnode X^.getElementsByTagNameNS[namespaceURI;localName] = array of nodes removed - regretfully not supported @ xalan. maybe someday would reimplement, if needed. win32build system: solved long waiting anti-non-started-apache problem 2001-09-26 parser * Makefile.am: * classes/Makefile.am: * classes/Makefile.in: * classes/gd/Makefile.am: * classes/gd/Makefile.in: * main/Makefile.am: * main/Makefile.in: * targets/Makefile.in: * targets/apache13/Makefile.in: * targets/cgi/Makefile.am: * targets/cgi/Makefile.in: * types/Makefile.am: * types/Makefile.in: makes with clases.awk * include/pa_config_fixed.h: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: #ifdef SMTP * classes/classes.dsp: * classes/dnode.C: * classes/dnode.h: * classes/dom.C: * classes/xdoc.C: * classes/xnode.C: * classes/xnode.h: * main/compile.tab.C: * operators.txt: * types/pa_vdnode.C: * types/pa_vdnode.h: * types/pa_vdom.C: * types/pa_vdom.h: * types/pa_vxdoc.C: * types/pa_vxdoc.h: * types/pa_vxnode.C: * types/pa_vxnode.h: * types/types.dsp: * www/htdocs/index.html: xdoc&xnode now * classes/classes.C: * www/htdocs/index.html: forgot one non-xml check * classes/classes.dsp: * classes/gd/gd.dsp: * classes/smtp/smtp.dsp: * classes/xdoc.C: * classes/xnode.C: * classes/xnode.h: * include/pa_config_fixed.h: * main/main.dsp: * operators.txt: * operators.txt: * targets/cgi/parser3.C: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: * types/pa_vxnode.C: * types/types.dsp: * www/htdocs/index.html: z * classes/classes.C: * classes/classes.awk: * classes/classes.dsp: * classes/classes.h: * classes/date.C: * classes/dnode.C: * classes/dnode.h: * classes/dom.C: * classes/double.C: * classes/file.C: * classes/form.C: * classes/gd/gd.dsp: * classes/gd/gif.C: * classes/gd/gif.h: * classes/gd/gifio.C: * classes/hash.C: * classes/image.C: * classes/int.C: * classes/mail.C: * classes/math.C: * classes/op.C: * classes/response.C: * classes/smtp/comms.C: * classes/smtp/smtp.C: * classes/smtp/smtp.dsp: * classes/smtp/smtp.h: * classes/string.C: * classes/table.C: * classes/void.C: * ident.awk: * ident.awk: * include/pa_array.h: * include/pa_common.h: * include/pa_config_fixed.h: * include/pa_config_includes.h: * include/pa_dictionary.h: * include/pa_dir.h: * include/pa_exception.h: * include/pa_exec.h: * include/pa_globals.h: * include/pa_request.h: * include/pa_sapi.h: * include/pa_socks.h: * include/pa_sql_connection.h: * include/pa_sql_driver_manager.h: * include/pa_stack.h: * include/pa_string.h: * include/pa_stylesheet_connection.h: * include/pa_table.h: * include/pa_threads.h: * include/pa_types.h: * include/pa_xslt_stylesheet_manager.h: * libltdl/libltdl.dsp: * main/compile.C: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/execute.C: * main/main.dsp: * main/pa_array.C: * main/pa_common.C: * main/pa_dictionary.C: * main/pa_dir.C: * main/pa_exception.C: * main/pa_exec.C: * main/pa_globals.C: * main/pa_hash.C: * main/pa_pool.C: * main/pa_request.C: * main/pa_socks.C: * main/pa_sql_driver_manager.C: * main/pa_string.C: * main/pa_table.C: * main/pa_xslt_stylesheet_manager.C: * main/untaint.C: * parser3.dsw: * pcre/pcre.dsp: * pcre/pcre_dftables.dsp: * pcre/pcre_parser_ctype.dsp: * sql/pa_sql_driver.h: * targets/cgi/pa_pool.C: * targets/cgi/pa_threads.C: * targets/cgi/parser3.C: * targets/cgi/parser3.dsp: * targets/isapi/pa_pool.C: * targets/isapi/pa_threads.C: * targets/isapi/parser3isapi.C: * targets/isapi/parser3isapi.dsp: * targets/isapi/pool_storage.h: * types/pa_valiased.C: * types/pa_valiased.h: * types/pa_value.h: * types/pa_vbool.h: * types/pa_vclass.h: * types/pa_vcode_frame.h: * types/pa_vcookie.C: * types/pa_vcookie.h: * types/pa_vdate.h: * types/pa_vdnode.C: * types/pa_vdnode.h: * types/pa_vdom.C: * types/pa_vdom.h: * types/pa_vdouble.h: * types/pa_venv.h: * types/pa_vfile.C: * types/pa_vfile.h: * types/pa_vform.C: * types/pa_vform.h: * types/pa_vimage.C: * types/pa_vimage.h: * types/pa_vint.h: * types/pa_vjunction.h: * types/pa_vmath.h: * types/pa_vmethod_frame.h: * types/pa_vobject.h: * types/pa_vrequest.C: * types/pa_vrequest.h: * types/pa_vresponse.h: * types/pa_vstateless_class.C: * types/pa_vstateless_class.h: * types/pa_vstateless_object.h: * types/pa_vstring.C: * types/pa_vstring.h: * types/pa_vtable.C: * types/pa_vtable.h: * types/pa_vvoid.h: * types/pa_wcontext.C: * types/pa_wcontext.h: * types/pa_wwrapper.h: * types/types.dsp: added ident.awk and main.dsp splitted to main+classes+types along to .am * classes/classes.cmd: * main/main.dsp: * targets/cgi/parser3.dsp: moved classes.inc generation on win32 to main.dsp * classes/Makefile.am: removed useless var 2001-09-25 parser * Makefile.am: * Makefile.in: * classes/Makefile.am: * classes/Makefile.in: * classes/dom.C: * classes/gd/Makefile.am: * classes/gd/Makefile.in: * configure: * configure.in: * include/pa_stylesheet_connection.h: * libltdl/Makefile.in: * main/Makefile.am: * main/Makefile.in: * main/pa_pool.C: * pcre/Makefile.in: * targets/Makefile.in: * targets/apache13/Makefile.in: * targets/cgi/Makefile.am: * targets/cgi/Makefile.in: * types/Makefile.am: * types/Makefile.in: * types/pa_vdom.h: xml configure makes * configure: * configure.in: * include/pa_config_auto.h.in: * libltdl/Makefile.in: * www/htdocs/index.html: xml on linux[elik] works! no 1251 though, todo ICU 2001-09-24 parser * types/pa_vfile.h: * types/pa_vimage.h: * types/pa_vstring.h: fiew wrong resolved conflicts fixed [const] * Makefile.in: * classes/Makefile.am: * classes/Makefile.in: * classes/gd/Makefile.in: * configure: * include/pa_config_auto.h.in: * libltdl/Makefile.in: * main/Makefile.in: * pcre/Makefile.in: * targets/Makefile.in: * targets/apache13/Makefile.in: * types/Makefile.am: * types/Makefile.in: makes * targets/cgi/Makefile.am: * targets/cgi/Makefile.in: makefiles * types/pa_value.h: * types/pa_vdnode.C: * types/pa_vtable.C: * types/pa_vvoid.h: z * types/pa_vclass.h: * types/pa_vhash.h: * types/pa_vhash.h: * types/pa_vtable.h: fixed small bugs with usinge hash/table in expressions * classes/classes.cmd: * classes/gd/gd.dsp: * classes/gd/gif.C: * classes/gd/gif.h: * classes/image.C: * classes/op.C: * classes/table.C: * include/pa_request.h: * include/pa_sapi.h: * main/compile.C: * main/compile.tab.C: * main/compile.y: * main/compile_tools.h: * main/main.dsp: * main/pa_common.C: * main/pa_sql_driver_manager.C: * parser3.dsw: * targets/cgi/parser3.C: * targets/cgi/parser3.dsp: * types/pa_value.h: * types/pa_vbool.h: * types/pa_vdate.h: * types/pa_vdouble.h: * types/pa_vform.C: * types/pa_vhash.h: * types/pa_vimage.h: * types/pa_vint.h: * types/pa_vstring.h: * types/pa_vtable.h: * types/pa_vvoid.h: * www/htdocs/index.html: merged3 with before_xml [merge2 actually didn't happen - i've created tags on wrong branch. so this merge is in fact re-merge] * Makefile.am: * Makefile.am: * Makefile.am: * configure.in: * main/Makefile.am: * targets/Makefile.am: * targets/apache13/Makefile.am: * targets/cgi/Makefile.am: * targets/cgi/pa_pool.C: started unix makes update 2001-09-21 parser * include/pa_pool.h: * main/pa_pool.C: * operators.txt: * www/htdocs/index.html: checked whether transcoder were created right "unsupported encoding" message. not @ set time, but @ use time, so until xml output functions .string, .file, .save used - no encoding name check occur reduced transcode buffer size to 60 fixed pool cleanup - no registration needed, pools are officially destructured * classes/gd/gd.dsp: * classes/smtp/smtp.dsp: * main/main.dsp: * targets/cgi/parser3.dsp: * targets/isapi/parser3isapi.dsp: updated project files [/ sadly produced "" in make file and sadly wrong interpreted on load] * classes/dom.C: * classes/dom.C: * classes/dom.C: * classes/dom.C: * include/pa_pool.h: * include/pa_pool.h: * main/pa_pool.C: * operators.txt: * types/pa_vdnode.C: * types/pa_vresponse.h: * www/htdocs/index.html: * www/htdocs/index.html: * www/htdocs/index.html: defaulted dom writing methods encoding to pool.get_charset * classes/classes.C: * classes/date.C: * classes/dnode.C: * classes/dom.C: * classes/file.C: * classes/form.C: * classes/gd/gd.dsp: * classes/gd/gif.C: * classes/gd/gifio.C: * classes/int.C: * classes/mail.C: * classes/smtp/comms.C: * classes/smtp/smtp.C: * classes/smtp/smtp.dsp: * doc/doxygen.cfg: * include/pa_config_fixed.h: * include/pa_pool.h: * main/main.dsp: * main/pa_globals.C: * main/pa_pool.C: * main/pa_request.C: * main/pa_xslt_stylesheet_manager.C: * parser3.dsw: * pcre/pcre_parser_ctype.c: * targets/cgi/pa_pool.C: * targets/cgi/pa_threads.C: * targets/cgi/parser3.dsp: * targets/isapi/pa_pool.C: * targets/isapi/pa_threads.C: * targets/isapi/parser3isapi.dsp: * types/pa_valiased.C: * types/pa_vcookie.C: * types/pa_vdnode.C: * types/pa_vdom.C: * types/pa_vfile.C: * types/pa_vform.C: * types/pa_vimage.C: * types/pa_vrequest.C: * types/pa_vresponse.h: * types/pa_vstateless_class.C: * types/pa_vstring.C: * types/pa_vtable.C: * types/pa_wcontext.C: * www/htdocs/index.html: zillions of #ifdef XML created new projects for sql drivers [planning to remove sql drivers from main cvs project] first, will join latest changes * Makefile.in: * classes/classes.h: * classes/gd/gd.dsp: * classes/gd/gif.h: * classes/hash.C: * classes/op.C: * classes/smtp/smtp.dsp: * classes/table.C: * doc/doxygen.cfg: * include/pa_common.h: * include/pa_globals.h: * include/pa_request.h: * include/pa_sapi.h: * include/pa_sql_driver_manager.h: * include/pa_string.h: * main/compile.tab.C: * main/main.dsp: * main/pa_common.C: * main/pa_exec.C: * main/pa_globals.C: * operators.txt: * targets/cgi/parser3.dsp: * targets/isapi/parser3isapi.dsp: merged with before_xml 2001-09-20 parser * classes/dnode.C: * classes/dom.C: * operators.txt: * targets/cgi/parser3.dsp: * types/pa_vstring.h: * www/htdocs/index.html: dnode .file .string .save moved back to dom due to strange xalan bug * classes/dom.C: * operators.txt: * www/htdocs/index.html: dom. string save file moved output xml options to last param and made it optional * main/pa_pool.C: * main/pa_request.C: * www/htdocs/index.html: Pool::transcode defaults from $MAIN:DEFAULTS.content-type[$ charset[here]] * operators.txt: * types/pa_vdnode.C: * www/htdocs/index.html: !$elementnode.attributes = hash of dnodes !$attributenode.specified = boolean true if the attribute received its value explicitly in the XML document, or if a value was assigned programatically with the setValue function. false if the attribute value came from the default value declared in the document's DTD. !$pinode.target = target of this processing instruction XML defines this as being the first token following the markup that begins the processing instruction. XPath: !^node.select[xpath/query/expression] = hash of 0->node0 1->node1 !^node.select-single[xpath/query/expression] = first node if any * classes/dnode.C: * classes/dom.C: * classes/gd/gd.dsp: * classes/smtp/smtp.dsp: * include/pa_config_includes.h: * include/pa_globals.h: * include/pa_pool.h: * main/main.dsp: * main/pa_globals.C: * main/pa_pool.C: * targets/cgi/parser3.dsp: * targets/isapi/parser3isapi.C: * targets/isapi/parser3isapi.dsp: * types/pa_vdnode.C: * types/pa_vdnode.h: * types/pa_vresponse.h: * www/htdocs/index.html: Pool::transcode 0 * operators.txt: * operators.txt: * types/pa_vhash.h: * types/pa_vhash.h: * types/pa_vstring.h: * types/pa_vtable.h: * types/pa_vtable.h: table/hash can be used in expression context now, there value = size and boolean value size!=0 * classes/image.C: 20K preload on jpg measure [image::measure] * types/pa_value.h: * types/pa_vbool.h: * types/pa_vdate.h: * types/pa_vdouble.h: * types/pa_vhash.h: * types/pa_vint.h: * types/pa_vstring.h: * types/pa_vtable.h: * types/pa_vvoid.h: some 'const's added * www/htdocs/index.html: xml-xalan\c\src\PlatformSupport\XalanTranscodingServices.cpp has no windows-1251 encoding enabled for short[non digitalentity] output. patched, now works 2001-09-18 parser * classes/dnode.C: * classes/dom.C: * classes/gd/gif.C: * classes/gd/gif.h: * classes/hash.C: * classes/image.C: * classes/op.C: * classes/table.C: * include/pa_common.h: * include/pa_globals.h: * include/pa_request.h: * include/pa_sql_driver_manager.h: * main/compile.C: * main/compile.tab.C: * main/compile.y: * main/compile_tools.h: * main/execute.C: * main/pa_common.C: * main/pa_request.C: * main/pa_sql_driver_manager.C: * main/pa_string.C: * main/pa_table.C: * operators.txt: * targets/cgi/parser3.C: * targets/cgi/parser3.dsp: * targets/isapi/parser3isapi.C: * types/pa_value.h: * types/pa_vform.C: * types/pa_vform.h: * types/pa_vhash.h: * types/pa_vimage.C: * types/pa_vimage.h: * types/pa_vtable.h: * www/.htaccess: * www/auto.p: * www/htdocs/index.html: merged latest bugfixes from before_xml branch ^if(def $hash) now true only when ^hash:_count[]!=0 moved .string .save .file from dom to dnode * www/htdocs/index.html: about to merge latest bugfixes from before_xml branch * classes/dnode.C: * classes/dnode.h: * main/main.dsp: * types/pa_vdnode.C: * types/pa_vdnode.h: dom, dnode 0 * classes/image.C: * main/pa_string.C: * main/pa_table.C: * www/htdocs/index.html: image: poly* fixed * classes/op.C: * main/execute.C: * www/htdocs/index.html: operators self changed to root ^for variable context changed to self * operators.txt: * types/pa_vdnode.C: * types/pa_vdom.h: * types/pa_vhash.h: * types/pa_vtable.h: * www/htdocs/index.html: * www/htdocs/index.html: dom, dnode 1 2001-09-17 parser * classes/classes.h: * classes/dom.C: * classes/hash.C: * include/pa_stylesheet_connection.h: * main/main.dsp: * operators.txt: * targets/cgi/pa_pool.C: * types/pa_vdom.h: * types/pa_vfile.h: * types/pa_vimage.h: * www/htdocs/.htaccess: * www/htdocs/auto.p: * www/htdocs/index.html: started dnode DOM: $node.name $node.value ...others... ^node.xpath[/rates/USD] = hash dom(dnode) * classes/dom.C: * main/main.dsp: * main/pa_globals.C: * operators.txt: * types/pa_vdom.h: * www/htdocs/index.html: started dnode+dom dnode DOM methods: $node.name $node.value ...others... ^node.xpath[/rates/USD] = hash $hash[ $.0[node0] $.1[node1] ] * classes/gd/gif.C: * classes/gd/gif.h: * classes/image.C: * operators.txt: * types/pa_vimage.C: * www/htdocs/index.html: $image.line-style now applies to all linear primitives * classes/hash.C: * main/compile.C: * main/compile.tab.C: * main/compile.y: * main/compile_tools.h: * main/execute.C: * operators.txt: * targets/cgi/parser3.C: * www/htdocs/auto.p: * www/htdocs/index.html: expressions unary+ ^hash.count[] bugfix: in expression compound($aa.zz.xx) names now can have minus '-' in name after '.' 2001-09-15 parser * classes/gd/gif.C: * classes/gd/gif.h: * classes/image.C: * operators.txt: * operators.txt: * types/pa_vimage.C: * types/pa_vimage.h: * www/htdocs/index.html: image: $line-width ^line(...)[**** style] * classes/dom.C: * classes/image.C: * include/pa_pool.h: * include/pa_stylesheet_connection.h: * main/main.dsp: * targets/cgi/pa_pool.C: * targets/isapi/pa_pool.C: * targets/isapi/pool_storage.h: * types/pa_vdom.C: * types/pa_vdom.h: xalan objects freed up [introducing Pool::register_cleanup] * doc/doxygen.cfg: * include/pa_sapi.h: * types/pa_vdom.h: * www/htdocs/auto.p: * www/htdocs/global.xsl: comments * classes/dom.C: * targets/isapi/parser3isapi.C: * targets/isapi/pool_storage.h: * types/pa_vdom.h: fixed bug in isapi pool_storage - cleanups first, allocations second. apache wisely does just like that * targets/isapi/parser3isapi.C: * targets/isapi/pool_storage.h: pool_storage rewritten using template, no bugs now * include/pa_pool.h: * main/pa_pool.C: * targets/cgi/pa_pool.C: * targets/isapi/pa_pool.C: * targets/isapi/parser3isapi.C: * targets/isapi/parser3isapi.dsp: * targets/isapi/pool_storage.h: poorly started isapi pool_storage, would rewrite using template now 2001-09-14 parser * main/pa_sql_driver_manager.C: * main/pa_xslt_stylesheet_manager.C: * operators.txt: * www/htdocs/global.xsl: * www/htdocs/test.xml: z * classes/dom.C: * classes/file.C: * classes/image.C: * classes/mail.C: * include/pa_common.h: * include/pa_sql_driver_manager.h: * include/pa_string.h: * include/pa_stylesheet_connection.h: * include/pa_xslt_stylesheet_manager.h: * main/main.dsp: * main/pa_common.C: * main/pa_exec.C: * main/pa_globals.C: * main/pa_sql_driver_manager.C: * main/pa_xslt_stylesheet_manager.C: * main/untaint.C: * operators.txt: * types/pa_vfile.C: * www/htdocs/.htaccess: dom.xslt stylesheet compiled&cached 2001-09-13 parser * classes/dom.C: * operators.txt: * www/htdocs/.htaccess: * www/htdocs/auto.p: * www/htdocs/index.html: dom:file content-type(.method) * include/pa_common.h: * include/pa_globals.h: * main/pa_common.C: * main/pa_request.C: * operators.txt: * www/htdocs/index.html: $MAIN:CLASS_PATH now can be string now more informative error messages * classes/dom.C: * classes/file.C: * classes/image.C: * types/pa_vfile.C: * types/pa_vfile.h: * www/htdocs/auto.p: ^dom.file[] charset * include/pa_globals.h: * include/pa_request.h: * main/pa_request.C: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf ParserSiteConfig .../parser3.conf cgi&isapi looks for {configure|c:\windows}/parser3.conf * operators.txt: * operators.txt: changes reflected in operators.txt 2001-09-12 parser * main/compile.y: * main/compile_tools.h: name.[part].xxx syntax lexer on LS_USER level did [] matching without setting nestage, introduced special LS_NAME_SQUARE_PART state * main/compile.tab.C: * operators.txt: * www/cgi-bin/auto.p: * www/htdocs/auto.p: fixed - subname code parts actually [] braced * classes/op.C: * include/pa_sql_driver_manager.h: * main/pa_sql_driver_manager.C: * www/htdocs/auto.p: * www/htdocs/index.html: ^connect[] ^connect[aaa] more precise error reporting: "connection string must start with protocol://" now 2001-09-11 parser * types/pa_vdom.h: * www/htdocs/index.html: messages * classes/dom.C: * operators.txt: * types/pa_vdom.h: * www/htdocs/index.html: ^dom:set[xml] * classes/dom.C: * include/pa_string.h: * main/pa_globals.C: * main/untaint.C: * www/htdocs/index.html: ^dom:set{xml} default language XML languages+=xml * classes/dom.C: * classes/dom.C: * www/htdocs/index.html: * www/htdocs/index.html: ^dom:save/string/file[output options] output options: $.method[xml|html|text] detection fixed 2001-09-10 parser * classes/dom.C: * main/main.dsp: * types/pa_vform.C: * types/pa_vform.h: * www/cgi-bin/auto.p: * www/htdocs/index.html: ^dom.save[b.xml] 0 * classes/dom.C: * operators.txt: * www/htdocs/index.html: ^dom.file[encoding] = file * classes/dom.C: * operators.txt: * www/htdocs/index.html: ^dom.xslt[stylesheet filename][params hash added] * classes/dom.C: * main/main.dsp: * types/pa_vdom.h: * www/htdocs/index.html: ^dom.xslt[stylesheet filename] -1 doc is lying * classes/dom.C: * operators.txt: * www/htdocs/index.html: ^dom:save/string/file[output options] output options: $.method[xml|html|text] $.encoding[windows-1251|...] * classes/dom.C: * main/main.dsp: * types/pa_vdom.h: ^dom.xslt[stylesheet filename] 0 * classes/dom.C: * operators.txt: ^dom.save[b.xml] 1:error handling * classes/dom.C: * operators.txt: * www/htdocs/index.html: ^dom.string[] 0 * classes/dom.C: * classes/dom.C: * operators.txt: * operators.txt: * www/htdocs/index.html: * www/htdocs/index.html: ^dom.string[encoding] 1 ^dom.save[encoding;filename] * operators.txt: dom output options xml default 2001-09-08 parser * operators.txt: * types/pa_vform.C: * www/htdocs/index.html: $form:tables.name.field 2001-09-07 parser * operators.txt: * targets/cgi/parser3.dsp: * types/pa_vform.C: * types/pa_vform.h: * types/pa_vhash.h: * www/htdocs/index.html: !$form:fields * Makefile.in: * classes/dom.C: * classes/table.C: * main/main.dsp: * operators.txt: * types/pa_vdom.h: * types/pa_vform.C: * www/htdocs/index.html: * www/htdocs/test.xml: merged with successful start of dom * classes/dom.C: file dom.C was initially added on branch xalan1_2. * types/pa_vdom.h: file pa_vdom.h was initially added on branch xalan1_2. * classes/dom.C: * operators.txt: * types/pa_value.h: * types/pa_vtable.h: (def $table) is false when table is empty * classes/table.C: * operators.txt: table:empty removed, superceded by ^if(def $table)... * www/htdocs/test.xml: file test.xml was initially added on branch xalan1_2. * www/.htaccess: * www/auto.p: * www/htdocs/index.html: Z * main/pa_string.C: * www/htdocs/index.html: a[] ^if($a){y;n} is 'n' now [conversion from '' to int/double is 0] * include/pa_hash.h: * main/pa_hash.C: * operators.txt: * operators.txt: * targets/cgi/parser3.C: * types/pa_vfile.h: * types/pa_vform.C: * types/pa_vform.C: * types/pa_vform.h: * www/htdocs/index.html: z * main/pa_request.C: * operators.txt: * types/pa_vform.C: * types/pa_vform.h: * www/htdocs/index.html: !$form:tables $atable[$form:tables.a] ^atable.menu{a=$atable.element}[,] * main/pa_exception.C: * operators.txt: * types/pa_vform.C: getting FIRST form element [not last] * Makefile.in: * classes/dom.C: * classes/table.C: * main/main.dsp: * operators.txt: * parser3.dsw: * types/pa_vdom.h: * www/htdocs/index.html: * www/htdocs/index.html: * www/htdocs/test.xml: introducing dom. dom:load[a.xml] 2001-09-06 parser * doc/doxygen.cfg: merged new default options from 1.2.10 doxygen * classes/hash.C: * include/pa_globals.h: * main/pa_globals.C: * operators.txt: * types/pa_vhash.h: * www/htdocs/index.html: now there's special hash key '_default' [instead of ^_default method] $hash[ $.a[1] $.b[2] $._default[xx] ] $hash.c * types/pa_vform.C: * types/pa_vform.C: * www/htdocs/index.html: a=1&a=2 would result in $form:a being a table with one column ' element' and two rows: 1 and 2 * operators.txt: z * classes/gd/gifio.C: * classes/image.C: * classes/op.C: * classes/string.C: * classes/table.C: * doc/doxygen.cfg: * targets/isapi/parser3isapi.C: * types/pa_vtable.C: few #ifndef DOXYGEN * classes/void.C: * main/pa_string.C: * main/pa_table.C: * parser3.dsw: fixed up bad int/double conversions, and now $form:nonexistent int(88) would return 88 * main/compile.tab.C: * main/compile.y: ^if(0){}{ ^if(1){}^; } bug fixed [thanks, fif], ^; were treated there non-literally 2001-09-05 parser * classes/string.C: * classes/table.C: * www/htdocs/index.html: sql options can be void [same as image:html the other day] * classes/mail.C: MAIN:MAIL check fixed * main/pa_sql_driver_manager.C: * sql/pa_sql_driver.h: * www/htdocs/index.html: SQL_DRIVER_CREATE_FUNC_NAME * Makefile.in: * classes/Makefile.in: * classes/gd/Makefile.in: * configure: * main/Makefile.in: * targets/cgi/Makefile.in: * types/Makefile.in: makes * main/pa_sql_driver_manager.C: * sql/pa_sql_driver.h: * targets/cgi/parser3.C: #define STRINGIZE(name) #name does not macro expantion on param, simply qoutes whatever passed, undone * targets/cgi/Makefile.am: * www/htdocs/index.html: .am undo * main/pa_sql_driver_manager.C: * sql/pa_sql_driver.h: * targets/cgi/Makefile.am: * targets/cgi/parser3.C: #define STRINGIZE(name) #name invented * classes/op.C: * include/pa_sql_driver_manager.h: * main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define MAIN_SQL_DRIVERS_NAME "drivers" moved to be availible to all users 2001-09-04 parser * targets/cgi/parser3.C: zz * configure: * configure.in: * include/pa_config_auto.h.in: * pcre/Makefile.in: * targets/Makefile.in: * targets/apache13/Makefile.in: * targets/cgi/Makefile.am: * targets/cgi/Makefile.in: * targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled auto.p location for targets/cgi/parser3, default[/usr/local/etc] * Makefile.in: * configure: * include/pa_config_auto.h.in: * targets/apache13/Makefile.in: * targets/cgi/Makefile.in: makes * libltdl/libltdl.dsp: * targets/isapi/parser3isapi.C: z * targets/cgi/parser3.C: zzz * targets/cgi/parser3.C: full_file_spec bug * classes/image.C: image.html now can accept void params * classes/date.C: * operators.txt: date:sql-string is now without '' * classes/date.C: date * configure.in: SYSCONFDIR2 * targets/cgi/parser3.C: * www/htdocs/index.html: getenvcheck 2001-09-03 parser * configure.in: * operators.txt: * parser3.dsw: * targets/cgi/parser3.C: * www/htdocs/index.html: /configure cgi SYSCONFDIR 2001-09-01 parser * classes/image.C: letter_spacing * classes/image.C: * operators.txt: * www/htdocs/index.html: image: font params changed * classes/image.C: * operators.txt: image: as_int as_string used * types/pa_vmethod_frame.h: * www/htdocs/index.html: $result[] now gets properly analized 2001-08-31 parser * Makefile.in: * include/pa_dir.h: * pcre/Makefile.in: * targets/Makefile.in: * targets/cgi/parser3.C: compiled under cygwin * targets/cgi/parser3.C: z * classes/string.C: * classes/table.C: * www/htdocs/index.html: string:int/double (defaults) * classes/image.C: * operators.txt: * www/htdocs/index.html: image:font added space param image:font changed charwidth alg, added kerning const[for now] * classes/void.C: * operators.txt: * www/htdocs/index.html: void:int/double += (default) 2001-08-29 parser * main/pa_exception.C: * www/htdocs/index.html: exception redundant debug info 2001-08-28 parser * acinclude.m4: acinclude * classes/table.C: NO_STRING_ORIGIN check * classes/string.C: * include/pa_dictionary.h: * include/pa_string.h: * main/pa_dictionary.C: * main/pa_string.C: * main/untaint.C: * operators.txt: * www/htdocs/index.html: pa_directory speeded up. moved zero 'from' check to directory constructor. string:replace * Makefile.in: * configure: makes * classes/file.C: * main/pa_common.C: * operators.txt: * www/htdocs/index.html: file:move autocreate/remove dest/src dir * Makefile.in: * aclocal.m4: * classes/Makefile.in: * classes/gd/Makefile.in: * configure: * libltdl/Makefile.in: * main/Makefile.in: * pcre/Makefile.in: * targets/Makefile.in: * targets/apache13/Makefile.in: * targets/cgi/Makefile.in: * types/Makefile.in: makefiles * main/compile.C: NO_STRING_ORIGIN check2 * classes/image.C: * www/htdocs/index.html: image: gifsize little endian * configure.in: * targets/apache13/Makefile.am: COMPILE_APACHE13_MODULE * include/pa_dictionary.h: * main/pa_dictionary.C: * main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3 * include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19: storage class specifiers invalid in friend function declarations * acinclude.m4: * targets/apache13/Makefile.am: configure to skip apache * acinclude.m4: * classes/op.C: * main/compile.tab.C: * main/pa_dir.C: * main/untaint.C: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: strncpy forced with zero ending in case of limit * aclocal.m4: * classes/Makefile.in: * classes/gd/Makefile.in: * configure: * main/Makefile.in: * targets/apache13/Makefile.in: * targets/cgi/Makefile.in: * types/Makefile.in: make.ins * classes/gd/gif.h: * classes/gd/gifio.C: #endif /*some comments removed*/ * classes/image.C: image error msgs * classes/Makefile.am: * classes/gd/Makefile.am: * configure.in: * main/Makefile.am: * targets/cgi/Makefile.am: * types/Makefile.am: .am-s * doc/doxygen.cfg: doxygen conf removed some garbage from under doxygeneration * acinclude.m4: * configure.in: with checkes moved to configure.in -s 2001-08-27 parser * Makefile.in: * acinclude.m4: * aclocal.m4: * classes/Makefile.in: * classes/gd/Makefile.in: * configure: * configure.in: * libltdl/Makefile.in: * main/Makefile.in: * main/pa_common.C: * main/pa_exception.C: * main/pa_sql_driver_manager.C: * pcre/Makefile.in: * targets/Makefile.in: * targets/apache13/Makefile.in: * targets/cgi/Makefile.am: * targets/cgi/Makefile.in: * types/Makefile.in: configure for solaris -lsocket * classes/image.C: * classes/image.C: fixed jpgsize alg * www/htdocs/auto.p: * www/htdocs/index.html: solaris oracle works! * parser3.dsw: * www/htdocs/index.html: odbc release compiled * main/pa_request.C: * targets/cgi/parser3.C: parser3 test.html [auto.p from current dir loading] * main/pa_exception.C: z * main/pa_common.C: removed debug info from pa_common * operators.txt: $STATIC added 2001-08-24 parser * targets/cgi/parser3.C: not cgi extra \n 2 * classes/file.C: * classes/form.C: * classes/mail.C: * classes/table.C: fiew non-pool mallocs fixed * targets/cgi/parser3.C: not cgi extra \n 3 * sql/pa_sql_driver.h: sql* removed services from disconnect - cross-request ideological probs. oracle - fixed bug: cs allocated on request.pool and got freed before disconnect * main/pa_sql_driver_manager.C: * www/htdocs/index.html: z * targets/cgi/parser3.C: not cgi extra \n * include/pa_sql_connection.h: * main/pa_sql_driver_manager.C: * parser3.dsw: * www/htdocs/index.html: sql* removed services from disconnect - cross-request ideological probs. 2001-08-23 parser * www/htdocs/index.html: oracle: preprocess /**z**/minor bug * parser3.dsw: * www/htdocs/auto.p: * www/htdocs/index.html: oracle 0 * www/htdocs/index.html: oracle: nested check() * main/pa_sql_driver_manager.C: * parser3.dsw: * www/htdocs/auto.p: oracle: dlink * classes/file.C: * www/htdocs/index.html: minor bug in file:save fixed 2001-08-22 parser * classes/file.C: * main/compile.tab.C: * operators.txt: * types/pa_vfile.C: * types/pa_vfile.h: * www/htdocs/index.html: file:load|save[text|binary; * main/compile.tab.C: * main/compile.y: * operators.txt: * parser3.dsw: * www/htdocs/index.html: * www/htdocs/index.html: ^method[]^[^] literals [] 2001-08-21 parser * classes/file.C: * classes/table.C: * operators.txt: * www/htdocs/index.html: ^file:list 2001-08-20 parser * main/compile.tab.C: * main/compile.y: * main/pa_sql_driver_manager.C: * operators.txt: * pcre/pcre_parser_ctype.c: * types/pa_value.h: * types/pa_vbool.h: * types/pa_vdouble.h: * types/pa_vint.h: * www/cgi-bin/auto.p: * www/htdocs/index.html: var(123) ^var.inc[] recousively caused problems: inc incremeted 123 literal!! fixed 2001-08-10 parser * main/compile.tab.C: * main/compile.tab.C: * main/compile.y: * main/compile.y: * operators.txt: * www/htdocs/index.html: * www/htdocs/index.html: (codes) name part syntax added * classes/table.C: * include/pa_table.h: * main/pa_table.C: * operators.txt: table.sort now creates new sorted table * main/compile.tab.C: * main/compile.y: [codes] name part syntax now * classes/table.C: * classes/table.C: * operators.txt: * www/htdocs/index.html: * www/htdocs/index.html: table:sort now default desc * main/pa_string.C: string.match hanged on. there were a hang check but it weren't wise enough @parse[dateString][tmp] $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2 #end @main[] ^parse[2001-02-03] * classes/table.C: * www/htdocs/index.html: table:sort restored [it was bad test :(] * types/pa_value.h: * types/pa_vstring.h: * types/pa_vstring.h: string now def only when ne '' * main/pa_request.C: * main/pa_request.C: wanted to make const int MAX_EXECUTE_SECONDS=1; but couldnt, set_callback_and_alarm appeared to be not exported :( 2001-08-09 parser * main/pa_string.C: $a[010] now ^if($a==10){true} were octal * main/Makefile.am: .am * classes/void.C: * classes/void.C: * operators.txt: void: int double copy/paste from int: bug fixed * classes/hash.C: * operators.txt: hash:_default now [was hash:default] * types/pa_vcookie.C: * www/htdocs/index.html: cookie name&value origins added, more precise $ORIGINS(1) * classes/op.C: * www/htdocs/index.html: case without switch check added * operators.txt: 0x added to operators.txt * main/Makefile.in: make.in 2001-08-07 parser * classes/math.C: * main/pa_request.C: * www/htdocs/index.html: math:random fixed. win32 srand made working * classes/double.C: * classes/int.C: * classes/string.C: * classes/table.C: * include/pa_globals.h: * main/pa_globals.C: * operators.txt: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]] string, table 2001-08-06 parser * classes/hash.C: * operators.txt: * www/htdocs/index.html: hash:keys renamed to hash:_keys :( * classes/file.C: * operators.txt: * www/htdocs/auto.p: * www/htdocs/index.html: exec stderr out * main/pa_exec.C: * www/htdocs/index.html: exec win32 real filename * classes/mail.C: * classes/op.C: * include/pa_array.h: * include/pa_globals.h: * include/pa_hash.h: * include/pa_request.h: * main/compile.tab.C: * main/compile.y: * main/pa_array.C: * main/pa_dictionary.C: * main/pa_exec.C: * main/pa_globals.C: * main/pa_hash.C: * main/pa_request.C: * main/pa_string.C: * operators.txt: * www/htdocs/index.html: class_path 2001-08-03 parser * classes/table.C: * operators.txt: * types/pa_vtable.h: vtable.locks killed 2001-08-02 parser * classes/classes.h: * classes/op.C: * include/pa_globals.h: * main/execute.C: * main/pa_globals.C: * main/pa_globals.C: * www/htdocs/index.html: found another multithread bug in op.C (last, last global var killed) :) * main/pa_dictionary.C: * main/pa_globals.C: * www/htdocs/index.html: memset dictionary minor bug fixed * classes/string.C: * classes/table.C: * include/pa_array.h: * main/execute.C: * main/pa_exec.C: introducing Array_iter * main/execute.C: detected quick_get recursion bug. changed to get@execute, but needs array iterator, separate from array to avoid it & use caching 2001-08-01 parser * www/htdocs/index.html: pgsql: /**field**/'text' syntax. lo_write_ex, write checks * include/pa_dictionary.h: * include/pa_globals.h: * include/pa_string.h: * main/main.dsp: * main/pa_dictionary.C: * main/pa_globals.C: * main/pa_request.C: * main/pa_string.C: * main/untaint.C: * www/htdocs/index.html: speeded up typo-html replacements. introducing Dictionary with first-char caching 2001-07-31 parser * operators.txt: * www/htdocs/index.html: pgsql: oid read. write todo * types/Makefile.am: pa_vtable.C added to .am * www/htdocs/index.html: pgsql: oid write. error checks @ write todo * main/compile.tab.C: added, so that could be compiled even on non-bison-enabled platforms 2001-07-30 parser * www/htdocs/index.html: changed apache add_header_attribute from table_merge to table_addn * parser3.dsw: * www/htdocs/auto.p: * www/htdocs/index.html: pgsql 0 2001-07-28 parser * main/compile.y: * main/untaint.C: * operators.txt: bug fix @ untaint when \r skipped \n * classes/table.C: table:hash always produces hash, when can't - empty 2001-07-27 parser * classes/double.C: * classes/int.C: * classes/string.C: provided meaningful msg on int/double/string :sql without result and default 2001-07-26 parser * classes/op.C: * www/auto.p: * www/htdocs/auto.p: * www/htdocs/index.html: fixed bad multithread bug with strangly global OP * include/pa_opcode.h: * main/compile.y: * main/execute.C: hash creation syntax problem persists. restored $: for a while. thinking of $man[$.age[zzz]] syntax now * main/compile.y: * www/auto.p: * www/cgi-bin/auto.p: * www/htdocs/auto.p: $man[$.age[zzz]] 0 * include/pa_opcode.h: * main/compile.C: * main/compile.y: * main/compile_tools.h: * main/execute.C: * main/pa_request.C: * types/pa_vmethod_frame.h: * www/cgi-bin/auto.p: * www/htdocs/auto.p: * www/htdocs/index.html: introducing :: this is constructor call prefix. ordinary : remains for static accesses * classes/double.C: * classes/int.C: * classes/string.C: * include/pa_opcode.h: * main/compile.C: * main/compile.y: * main/compile_tools.h: * main/execute.C: * types/pa_vcode_frame.h: * types/pa_vmethod_frame.h: * types/pa_wcontext.h: * types/pa_wwrapper.h: * www/htdocs/index.html: fixing :: realization #1 2001-07-25 parser * classes/string.C: * include/pa_globals.h: * main/execute.C: * main/pa_globals.C: * www/htdocs/index.html: match replace code context moved to implicit $match context * classes/table.C: * main/main.dsp: * operators.txt: * types/pa_vtable.C: * types/pa_vtable.h: * www/htdocs/index.html: ^table.record[] now $table.fields * types/pa_vdouble.h: * types/pa_vint.h: * www/htdocs/index.html: odbc: no result queries; quote. optimized double&int tostring-s * parser3.dsw: * types/pa_vtable.C: * www/htdocs/index.html: table: get_element order changeed. now: 1. fields 2. methods 3. columns * www/htdocs/index.html: target:apache13 module. $response:location now produces 302 status $response:status passed to apache * main/compile.C: * main/compile.y: * main/compile_tools.h: * www/htdocs/index.html: allowed whitespace before first method decl * main/compile.y: * main/compile.y: * main/execute.C: * www/htdocs/index.html: $var[] is now empty string, not void * main/compile.C: * main/compile.y: * main/compile_tools.h: * www/htdocs/index.html: allowed empty lines before first method decl * include/pa_opcode.h: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/execute.C: * operators.txt: with killed, code storage introduced with former 'with' syntax * operators.txt: z * classes/table.C: * www/htdocs/index.html: allowed nontable result in table:sql, results in empty table 2001-07-24 parser * main/compile.C: * main/execute.C: * main/pa_string.C: * types/pa_value.h: * www/htdocs/index.html: first get_element, next get operator * classes/file.C: * include/pa_common.h: * main/pa_common.C: * parser3.dsw: file:move * main/compile.y: removed @end handling * main/compile.C: * main/compile.y: * operators.txt: * www/htdocs/index.html: @end handling method2 * main/pa_common.C: file_read close @ eof when imgsize bug fixed 2001-07-23 parser * main/pa_sql_driver_manager.C: * parser3.dsw: * sql/pa_sql_driver.h: * www/auto.p: * www/htdocs/auto.p: * www/htdocs/index.html: sql odbc driver * classes/hash.C: * classes/hash.C: * classes/string.C: * classes/table.C: * classes/void.C: * include/pa_sql_connection.h: * parser3.dsw: * sql/pa_sql_driver.h: * www/htdocs/index.html: * www/htdocs/index.html: changed sql driver query interface 2001-07-20 parser * operators.txt: * types/pa_vrequest.C: X!$browser:type * classes/file.C: * classes/string.C: * include/pa_string.h: * main/execute.C: * main/pa_string.C: * operators.txt: * operators.txt: * types/pa_valiased.C: * types/pa_valiased.h: * types/pa_value.h: * types/pa_vclass.h: * types/pa_vcookie.h: * types/pa_vdate.h: * types/pa_vfile.h: * types/pa_vform.h: * types/pa_vhash.h: * types/pa_vmath.h: * types/pa_vobject.h: * types/pa_vrequest.C: * types/pa_vstateless_class.h: * types/pa_vstateless_object.h: only ^class:method dynamic calls allowed. ^BASE.method call disabled. BASE element globally removed 2001-07-18 parser * Makefile.am: * Makefile.in: * classes/Makefile.am: * classes/gd/Makefile.am: * main/Makefile.am: * pcre/Makefile.am: * targets/Makefile.am: * targets/apache13/Makefile.am: * targets/cgi/Makefile.am: * types/Makefile.am: removed $id from *.in *.am * classes/file.C: file:exec/cgi msg * main/pa_request.C: * main/untaint.C: * operators.txt: * www/htdocs/auto.p: * www/htdocs/index.html: ORIGINS langs name abbrevations * classes/file.C: * operators.txt: $file:exit-code renamed to 'status' * classes/date.C: * classes/mail.C: * classes/math.C: * classes/string.C: * classes/table.C: * include/pa_globals.h: * include/pa_string.h: * main/execute.C: * main/pa_globals.C: * main/pa_request.C: * main/pa_string.C: * main/untaint.C: * types/pa_value.h: * types/pa_vdouble.h: * types/pa_vfile.h: * types/pa_vint.h: * types/pa_vstring.C: * types/pa_vstring.h: * www/.htaccess: * www/htdocs/.htaccess: * www/htdocs/index.html: $ORIGINS(1) output tracing mode * classes/Makefile.in: * classes/gd/Makefile.in: * main/Makefile.in: * pcre/Makefile.in: * targets/Makefile.in: * targets/apache13/Makefile.in: * targets/cgi/Makefile.in: * types/Makefile.in: $id in .in's from .am's removed * classes/file.C: * main/pa_exec.C: * operators.txt: file:exec 2001-07-17 parser * Makefile.in: * classes/Makefile.in: * configure: * configure.in: * www/htdocs/index.html: == wrong 2001-07-13 parser * www/htdocs/auto.p: z * classes/double.C: * classes/int.C: * classes/string.C: * include/pa_request.h: * include/pa_request.h: * main/execute.C: * main/execute.C: * main/execute.C: * main/pa_request.C: * operators.txt: * www/htdocs/index.html: * www/htdocs/index.html: * www/htdocs/input_date.p: auto.p[@auto], /news/auto.p[no @auto], so that initializing second would not call first @auto * main/execute.C: * main/pa_request.C: order of MAIN parents was wrong, fixed 2001-07-12 parser * operators.txt: * types/pa_value.h: * www/htdocs/index.html: pa_value.putelement modification of system classes prevented 2001-07-11 parser * classes/string.C: * doc/sources2html.cmd: * operators.txt: * www/htdocs/index.html: lr split now yelds table $piece * classes/file.C: * include/pa_common.h: * main/pa_common.C: * operators.txt: * types/pa_vstateless_class.h: * www/htdocs/index.html: $file created by file:state += .atime .mtime .ctime +found&fixed bug with exceptions on get_junction-created objects [they were on wrong pool] 2001-07-09 parser * classes/date.C: * classes/string.C: * classes/table.C: * main/compile.y: * operators.txt: * www/htdocs/dtformat.p: * www/htdocs/index.html: * www/htdocs/input_date.p: date format 0 * main/untaint.C: qp wrong name 2001-07-07 parser * classes/Makefile.am: * classes/date.C: * classes/file.C: * classes/hash.C: * classes/image.C: * classes/mail.C: * classes/math.C: * classes/op.C: * classes/string.C: * classes/table.C: * classes/void.C: * include/pa_request.h: * main/main.dsp: * operators.txt: * types/pa_value.h: * types/pa_vdate.h: * types/pa_wcontext.C: * www/htdocs/index.html: date now set $fields roll string. todo: sql, calendar * classes/date.C: * classes/table.C: * include/pa_common.h: * include/pa_string.h: * main/pa_common.C: * operators.txt: * types/pa_vdate.h: * www/htdocs/index.html: date roll table calendar 2001-07-06 parser * classes/math.C: * include/pa_request.h: * main/execute.C: * main/main.dsp: * main/pa_request.C: * operators.txt: * operators.txt: * types/pa_vmath.h: * www/htdocs/index.html: math 0 2001-07-03 parser * classes/Makefile.am: * classes/math.C: * classes/op.C: * classes/random.C: * main/main.dsp: * operators.txt: * www/htdocs/index.html: class random renamed to math, operators became methods * classes/op.C: * operators.txt: pow sqrt * classes/op.C: * main/execute.C: * operators.txt: sin asin cos acos tan atan 2001-07-02 parser * classes/hash.C: * operators.txt: * www/htdocs/index.html: ^hash.keys[] * classes/table.C: * main/pa_table.C: * operators.txt: * www/htdocs/index.html: ^table:columns[] * classes/table.C: * operators.txt: * www/htdocs/index.html: ^table.columns column renamed from 'name' to 'column' * main/compile.y: * main/compile_tools.h: * operators.txt: * www/htdocs/index.html: in expressions now allowed 'strings' 2001-06-29 parser * classes/table.C: * www/htdocs/index.html: empty strings @ sql * main/execute.C: * main/execute.C: * www/htdocs/index.html: /0 %0 checkes ver 2 * Makefile.in: * classes/Makefile.in: makes * classes/Makefile.am: nothing - void * main/execute.C: * www/htdocs/index.html: /0 %0 checke 2001-06-28 parser * main/compile.y: * main/compile_tools.h: * www/htdocs/index.html: $:name: == ${name}: $class:name: == ${class:name}: * classes/double.C: * classes/file.C: * classes/form.C: * classes/hash.C: * classes/image.C: * classes/int.C: * classes/mail.C: * classes/op.C: * classes/random.C: * classes/response.C: * classes/string.C: * classes/table.C: * classes/void.C: * main/compile.C: * main/compile.y: * main/compile_tools.C: * main/execute.C: * main/pa_array.C: * main/pa_common.C: * main/pa_dir.C: * main/pa_exception.C: * main/pa_exec.C: * main/pa_globals.C: * main/pa_hash.C: * main/pa_pool.C: * main/pa_request.C: * main/pa_socks.C: * main/pa_sql_driver_manager.C: * main/pa_string.C: * main/pa_table.C: * main/untaint.C: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: */ static const char *RCSId="$Id: ChangeLog,v 1.1 2002/01/31 10:20:13 paf Exp $"; * classes/string.C: exactly one * classes/double.C: * classes/file.C: * classes/form.C: * classes/hash.C: * classes/image.C: * classes/int.C: * classes/mail.C: * classes/op.C: * classes/random.C: * classes/response.C: * classes/string.C: * classes/table.C: * classes/void.C: * main/compile.C: * main/compile.y: * main/compile_tools.C: * main/execute.C: * main/pa_array.C: * main/pa_common.C: * main/pa_dir.C: * main/pa_exception.C: * main/pa_exec.C: * main/pa_globals.C: * main/pa_hash.C: * main/pa_pool.C: * main/pa_request.C: * main/pa_socks.C: * main/pa_sql_driver_manager.C: * main/pa_string.C: * main/pa_table.C: * main/untaint.C: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: static char *RCSId="$Id: ChangeLog,v 1.1 2002/01/31 10:20:13 paf Exp $"; 2001-06-27 parser * classes/hash.C: * classes/nothing.C: * classes/table.C: * classes/void.C: * main/compile.y: * main/compile.y: * main/execute.C: * main/main.dsp: * main/pa_request.C: * operators.txt: * targets/cgi/pa_pool.C: * types/pa_value.h: * types/pa_vcode_frame.h: * types/pa_vmethod_frame.h: * types/pa_vnothing.h: * types/pa_vtable.h: * types/pa_vvoid.h: * www/htdocs/index.html: nothing renamed to void * classes/op.C: * operators.txt: * www/htdocs/index.html: ^switch ^case * operators.txt: * www/htdocs/index.html: z * main/compile.y: * operators.txt: * www/htdocs/index.html: lexer: $zzzz^zzzz were name part 2001-05-28 parser * main/main.dsp: * targets/isapi/parser3isapi.dsp: release project options [some bugs] * classes/classes.C: * main/compile.C: * main/compile.y: * main/execute.C: operators are not in root class again * doc/html2chm.cmd: removed >a * doc/sources2html.cmd: * operators.txt: * www/htdocs/index.html: * www/htdocs/news.p: z 2001-05-24 parser * main/pa_request.C: * main/pa_request.C: * targets/cgi/parser3.C: * www/cgi-bin/auto.p: * www/htdocs/index.html: * www/htdocs/index.html: // no _ conversions in @exception[params] * Makefile.in: * classes/Makefile.in: * classes/gd/Makefile.in: * configure: * configure.in: * main/Makefile.in: * pcre/Makefile: * pcre/Makefile.in: * targets/Makefile.in: * targets/apache13/Makefile.in: * targets/cgi/Makefile.in: * types/Makefile.in: makes * pcre/Makefile: removed pcre/make * configure.in: no rtty test begin * configure.in: configure.in better lang tests * configure.in: no rtty -10 * configure.in: no rtty -9 * classes/op.C: * main/pa_request.C: * operators.txt: * targets/cgi/parser3.C: * www/htdocs/index.html: ^log ^exp * www/htdocs/index.html: changelogs * targets/cgi/parser3.dsp: project file 2001-05-23 parser * classes/op.C: * main/compile.y: * www/htdocs/index.html: allow one empty line before LS_DEF_NAME * main/pa_string.C: * www/htdocs/auto.p: * www/htdocs/index.html: string cmp bug * operators.txt: * www/htdocs/auto.p: * www/htdocs/index.html: .txt * classes/mail.C: * classes/op.C: rem max 1000 2001-05-22 parser * classes/op.C: * www/htdocs/index.html: if params code-required 2001-05-21 parser * classes/classes.C: * main/compile.C: * main/compile.y: * main/execute.C: 0 * classes/classes.C: * main/compile.C: 1 * Makefile.in: * classes/Makefile.in: * classes/Makefile.in: * classes/gd/Makefile.in: * main/Makefile.in: * pcre/Makefile: * pcre/Makefile: * pcre/Makefile.in: * targets/Makefile.in: * targets/apache13/Makefile.in: * targets/cgi/Makefile.in: * types/Makefile.in: makes * classes/double.C: * classes/hash.C: * classes/hash.C: * classes/nothing.C: * classes/nothing.C: * classes/nothing.C: * classes/op.C: * classes/string.C: * classes/table.C: * classes/unknown.C: * main/compile.y: * main/execute.C: * main/execute.C: * main/main.dsp: * main/pa_request.C: * operators.txt: * targets/cgi/pa_pool.C: * targets/cgi/pa_pool.C: * types/pa_value.h: * types/pa_vcode_frame.h: * types/pa_vmethod_frame.h: * types/pa_vmethod_frame.h: * types/pa_vnothing.h: * types/pa_vtable.h: * types/pa_vtable.h: * types/pa_vunknown.h: * www/htdocs/index.html: 'unknown' renamed to 'nothing' * Makefile.in: * classes/Makefile.in: * classes/gd/Makefile.in: * main/Makefile.in: * pcre/Makefile: * pcre/Makefile.in: * targets/Makefile.in: * targets/apache13/Makefile.in: * targets/cgi/Makefile.in: * types/Makefile.in: make system timestamps * classes/nothing.C: * operators.txt: * www/htdocs/index.html: resultless ^sql moved to nothing: * configure: forced commit * classes/Makefile.am: .AM * main/pa_request.C: * pcre/Makefile.am: * pcre/Makefile.am: * pcre/pcre.dsp: .am * aclocal.m4: * pcre/Makefile: * pcre/Makefile.in: long-forgotten buddy * Makefile.in: * pcre/Makefile: file stamps to remove autoreconf * targets/cgi/parser3.C: argv can be just "parser3". made site_auto_path "." in that case * types/pa_vstring.C: eoleof * classes/op.C: * main/execute.C: * operators.txt: * pcre/Makefile: * pcre/Makefile.am: * pcre/Makefile.in: * targets/cgi/Makefile.in: * targets/cgi/parser3.C: * targets/cgi/parser3.C: * targets/cgi/parser3.C: * www/htdocs/index.html: * www/htdocs/index.html: z * classes/hash.C: * classes/int.C: * classes/string.C: * classes/table.C: * include/pa_string.h: * include/pa_string.h: * main/pa_string.C: * main/pa_string.C: * operators.txt: * types/pa_vstring.C: * types/pa_vstring.h: * www/htdocs/index.html: started int:sql * main/pa_request.C: * pcre/dftables.c: * targets/cgi/parser3.C: pcre_tables=pcre_default_tables; * pcre/Makefile.am: removed chartables.c * pcre/Makefile: timestamp * types/pa_vstring.C: * types/pa_vstring.h: removed unnecessary vstring::set_string * classes/double.C: * classes/int.C: * classes/string.C: * www/htdocs/index.html: int,double;sql * classes/hash.C: * classes/op.C: * classes/table.C: * www/htdocs/index.html: hash:sql * classes/classes.C: * classes/hash.C: * classes/op.C: * classes/table.C: * main/compile.C: * main/compile.y: * main/execute.C: * operators.txt: * www/htdocs/index.html: hash:sql moved to main trunc. operators.txt updated 2001-05-19 parser * types/pa_value.h: parameter # 1 based * main/pa_common.C: common: actual filename '%s' * classes/string.C: root context in match replace body now unchanged * classes/Makefile.am: * classes/Makefile.am: * classes/Makefile.am: * classes/Makefile.am: * main/pa_sql_driver_manager.C: * targets/cgi/pa_pool.C: classes/.am * main/untaint.C: * targets/cgi/pa_pool.C: * targets/cgi/parser3.C: * www/htdocs/index.html: fixed bug in pre html untaint, wrong size used, 4* mem wasted * classes/string.C: * main/pa_string.C: z * include/pa_string.h: * main/untaint.C: * targets/cgi/pa_pool.C: introducing String::cstr_bufsize, returns just size+1 for as_is target. * classes/Makefile.in: clean 2001-05-18 parser * Makefile.in: * classes/Makefile.in: * classes/gd/Makefile.in: * configure: * include/pa_config_auto.h.in: * libltdl/Makefile.in: * main/Makefile.in: * pcre/Makefile: * pcre/Makefile.in: * targets/Makefile.in: * targets/apache13/Makefile.in: * targets/cgi/Makefile.in: * targets/cgi/pa_pool.C: * types/Makefile.in: .am pa_threads.C ins * targets/cgi/Makefile.am: .am pa_threads.C added 2001-05-17 parser * www/htdocs/index.html: mysqlclient 0 rows case [were malloc(0) which failed under apache] * include/pa_hash.h: * main/execute.C: removed /*SYNCHRONIZED*/ from hash.h * configure.in: * include/pa_array.h: * include/pa_common.h: * include/pa_config_fixed.h: * include/pa_config_includes.h: * include/pa_exception.h: * include/pa_exec.h: * include/pa_globals.h: * include/pa_hash.h: * include/pa_opcode.h: * include/pa_pool.h: * include/pa_request.h: * include/pa_sapi.h: * include/pa_socks.h: * include/pa_sql_connection.h: * include/pa_stack.h: * include/pa_string.h: * include/pa_table.h: * include/pa_threads.h: #include "pa_config_includes.h" in all headers * classes/op.C: * include/pa_config_fixed.h: * include/pa_sql_connection.h: * include/pa_sql_driver_manager.h: * main/pa_sql_driver_manager.C: found problem at last: 2connections own 1driver and set_services fight for driver::fservices. before fix * include/pa_request.h: * main/execute.C: * main/pa_request.C: * www/htdocs/index.html: ANTI_ENDLESS_EXECUTE_RECOURSION * www/htdocs/auto.p: mysqlclient unix socket allowed: $SQL.connect-string[mysql://test:test@[/a/b]/test/cp1251_koi8] * classes/classes.h: * include/pa_sql_connection.h: * include/pa_sql_driver_manager.h: * main/pa_sql_driver_manager.C: * www/htdocs/index.html: cache expiration[use SQL_Driver::disconnect] * main/execute.C: * types/pa_vmethod_frame.h: endless recursion line no * classes/image.C: * include/pa_sql_driver_manager.h: * main/pa_sql_driver_manager.C: * main/pa_string.C: wrong includes order prevented sqlmanager to see MULTYTHREAD define * include/pa_config_fixed.h: * include/pa_threads.h: * targets/cgi/pa_threads.C: * targets/cgi/parser3.dsp: * targets/isapi/pa_threads.C: * targets/isapi/parser3isapi.dsp: added pa_threads.C * main/pa_table.C: * www/htdocs/index.html: table.locate current restored on "not found" * classes/op.C: * include/pa_sql_connection.h: * main/pa_sql_driver_manager.C: * sql/pa_sql_driver.h: connection from cache ->set_services(&services); * include/pa_config_fixed.h: * include/pa_threads.h: * main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches put/gets * include/pa_threads.h: removed targets/parser * classes/string.C: * configure.in: * include/pa_config_fixed.h: * include/pa_config_includes.h: * main/compile.y: * main/compile_tools.h: * main/execute.C: * main/pa_array.C: * main/pa_common.C: * main/pa_dir.C: * main/pa_hash.C: * main/pa_pool.C: * main/untaint.C: * types/pa_vcookie.C: * types/pa_vfile.C: * types/pa_vform.C: #include "pa_config_includes.h" removed from most .C * doc/html2chm.cmd: z * doc/chm.cmd: * doc/doxygen.cmd: * doc/html2chm.cmd: * doc/sources2html.cmd: * doc/view.cmd: * doc/view_chm.cmd: * doc/view_html.cmd: * www/htdocs/index.html: doc cmds * main/pa_sql_driver_manager.C: moved expiration to get_connection_from_cache * main/pa_sql_driver_manager.C: * www/htdocs/index.html: cache expiration bf * classes/op.C: * include/pa_sql_connection.h: * include/pa_sql_driver_manager.h: * main/pa_sql_driver_manager.C: * parser3.dsw: * sql/pa_sql_driver.h: fixed problem at last: 2connections own 1driver and set_services fight for driver::fservices. before fix 2001-05-16 parser * include/pa_array.h: * include/pa_string.h: * main/execute.C: * main/pa_array.C: * targets/cgi/pa_pool.C: * targets/cgi/parser3.C: array debugged; adjusted * include/pa_array.h: * main/pa_array.C: * targets/cgi/parser3.C: removed array debug. before vstring rebasing * main/pa_sql_driver_manager.C: * main/pa_string.C: SQL_Driver_manager line no for connect/charset errors * targets/cgi/parser3.C: z * include/pa_pool.h: * targets/cgi/pa_pool.C: removed pool debug, #ifdefed some. would debug later, on more precise sample than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994] $name.$tail[$tail!] $name.$tail } ok3 2001-05-15 parser * targets/cgi/pa_pool.C: * targets/cgi/parser3.C: main loss here: 5673321/ 70041= 81 * include/pa_pool.h: * include/pa_string.h: * main/pa_string.C: * targets/cgi/pa_pool.C: * targets/cgi/parser3.C: string fixed bug with fullchunk cmps * include/pa_string.h: * main/pa_string.C: * targets/cgi/pa_pool.C: * targets/cgi/parser3.C: think that all must grow lineary, not exponentialy * include/pa_array.h: * include/pa_string.h: * main/pa_array.C: * main/pa_string.C: string+array made linear grows * include/pa_string.h: * targets/cgi/pa_pool.C: * targets/cgi/parser3.C: detected huge mem allocation: size/times malloc 27809390/368771 calloc 3232/83. would test now * classes/random.C: * main/compile.y: * main/execute.C: * main/pa_request.C: * types/pa_value.h: * types/pa_vmethod_frame.h: numbered params had wrong name - for instance: bad error message in ^for[] bad body type. fixed 2001-05-14 parser * classes/string.C: * include/pa_string.h: * main/pa_string.C: * main/untaint.C: * operators.txt: * www/htdocs/index.html: ^string.upper|lower[] 2001-05-11 paf * classes/classes.cmd: * classes/gawk.exe: * classes/ls.exe: * main/bison.exe: * operators.txt: * targets/isapi/KILL.EXE: * targets/isapi/PSTAT.EXE: * targets/isapi/istart.cmd: * targets/isapi/istop.cmd: * targets/isapi/kill.pl: * www/htdocs/auto.p: * www/htdocs/index.html: moved win32 helpers to /win32tools 2001-05-11 parser * main/main.dsp: * targets/isapi/parser3isapi.dsp: fixed some .dsp for win32tools * classes/double.C: * classes/image.C: * classes/op.C: * classes/string.C: * classes/table.C: * classes/unknown.C: * main/execute.C: * types/pa_value.h: * types/pa_vbool.h: * types/pa_vdouble.h: * types/pa_vint.h: * types/pa_vstring.h: * types/pa_vunknown.h: * www/htdocs/index.html: op: MAX_LOOPS as_int 2001-05-10 paf * doc/doxygen.cmd: * main/compile.y: * types/pa_vobject.h: * www/htdocs/index.html: grammar: priorities changes [lowerd && prior] vobject: now first fields, next methods * main/compile.y: * www/htdocs/index.html: @end grammar: allowed zero strings in control menthod * main/pa_request.C: * types/pa_vrequest.C: * www/htdocs/auto.p: * www/htdocs/index.html: op configured * Makefile.in: * classes/Makefile.in: * classes/gd/Makefile.in: * classes/gd/gif.h: * configure: * include/pa_config_auto.h.in: * include/pa_config_fixed.h: * include/pa_config_includes.h: * libltdl/Makefile.in: * libltdl/config.h: * main/Makefile.in: * pcre/Makefile.in: * targets/Makefile.in: * targets/apache13/Makefile.in: * targets/cgi/Makefile.in: * types/Makefile.in: inline wonders * types/pa_value.h: * types/pa_vclass.h: * types/pa_vstateless_class.h: * types/pa_vstateless_object.h: changed priority: field before method lookup in vclass & vobject * include/pa_common.h: * include/pa_config_includes.h: * libltdl/config.h: inline undefed for C++, that's all * classes/gd/gif.h: gif.h accedently removed * classes/Makefile.am: * classes/hash.C: * doc/doxygen.cfg: * doc/doxygen.cmd: hash.C added 2001-05-08 paf * classes/table.C: * operators.txt: table:hash always hash of hash now * www/htdocs/index.html: if(locate) test * classes/table.C: table:empty return bool now * classes/op.C: * classes/table.C: * main/main.dsp: * operators.txt: * types/pa_vtable.h: * www/htdocs/index.html: removed table:find. table:locate and op:eval now return bool * classes/table.C: * operators.txt: * types/pa_value.h: * types/pa_vhash.h: * types/pa_vmethod_frame.h: * www/htdocs/index.html: hash:default works at last! * main/pa_table.C: * www/htdocs/index.html: table columnname2item on nameless ignored bark=false. fixed * classes/op.C: * types/pa_vtable.h: allowed $table.2342734 returns vunknown * classes/table.C: * doc/chm.cmd: * include/pa_array.h: * include/pa_table.h: * main/pa_table.C: * operators.txt: * types/pa_value.h: * types/pa_vtable.h: * www/htdocs/index.html: table:hash * doc/chm.cmd: * main/execute.C: * types/pa_value.h: * www/htdocs/index.html: wrong pool in method checkparams again. fixed * classes/double.C: * classes/int.C: * classes/op.C: * classes/string.C: * www/htdocs/index.html: int,double,string:int[] double[] string:length[] results now have hames * classes/table.C: * www/htdocs/index.html: z * classes/mail.C: * classes/table.C: * doc/doxygen.cmd: * main/main.dsp: * types/pa_vhash.h: * types/pa_vstateless_class.h: * www/htdocs/index.html: hash:default * operators.txt: rethought hash & undef. before change * classes/table.C: * operators.txt: * www/htdocs/index.html: table:record have name 2001-05-07 paf * main/compile.y: * www/htdocs/index.html: grammar: @end * types/pa_value.h: * types/pa_vtable.h: * www/htdocs/index.html: table: fields, then methods. so to enable 'dir' fields & co. * main/execute.C: * www/htdocs/index.html: ^var[^class:var.method[]] is not constructor now * doc/chm.cmd: cmd * doc/ClassExample2.dox: * doc/aliased.dox: * doc/chm.cmd: * include/code.h: * include/pa_opcode.h: * main/compile.C: * main/compile_tools.h: * main/execute.C: * types/pa_value.h: * types/pa_vbool.h: * types/pa_vclass.h: * types/pa_vcode_frame.h: * types/pa_vcookie.h: * types/pa_vdouble.h: * types/pa_venv.h: * types/pa_vfile.h: * types/pa_vform.h: * types/pa_vhash.h: * types/pa_vimage.h: * types/pa_vint.h: * types/pa_vjunction.h: * types/pa_vmethod_frame.h: * types/pa_vobject.h: * types/pa_vrequest.h: * types/pa_vresponse.h: * types/pa_vstateless_class.h: * types/pa_vstring.h: * types/pa_vtable.h: * types/pa_vunknown.h: * types/pa_wcontext.h: * types/pa_wwrapper.h: * www/htdocs/index.html: pa_code.h * classes/gd/gifio.C: * classes/string.C: * classes/table.C: * doc/ClassExample1.dox: * doc/ClassExample2.dox: * doc/ClassExample3.dox: * doc/aliased.dox: * doc/class.dox: * doc/compiler.dox: * doc/doxygen.cfg: * doc/doxygen.cmd: * doc/executor.dox: * doc/index.dox: * doc/methoded.dox: * doc/module.dox: * doc/object.dox: * doc/pooled.dox: * doc/string.dox: * doc/targets.dox: * doc/value.dox: * include/code.h: * include/pa_hash.h: * include/pa_string.h: * main/pa_request.C: * main/pa_sql_driver_manager.C: * types/pa_vjunction.h: * types/pa_vtable.h: * www/htdocs/index.html: dox, split by not clean parts also * classes/image.C: * classes/mail.C: * classes/string.C: * doc/chm.cmd: * include/pa_table.h: * main/pa_table.C: * types/pa_value.h: * www/htdocs/index.html: method reported errors on wrong pool * include/pa_table.h: * main/pa_table.C: * types/pa_value.h: * types/pa_vtable.h: table: fields, then methods. so to enable 'dir' fields & co. more * doc/chm.cmd: * doc/doxygen.cmd: * doc/view.cmd: dox cmd 2001-05-04 paf * classes/classes.h: * classes/double.C: * classes/file.C: * classes/form.C: * classes/image.C: * classes/int.C: * classes/mail.C: * classes/op.C: * classes/random.C: * classes/response.C: * classes/string.C: * classes/table.C: * classes/unknown.C: * doc/doxygen.cfg: * doc/index.dox: * main/pa_string.C: removed m- method dox * doc/ClassExample1.dox: * doc/ClassExample2.dox: * doc/ClassExample3.dox: * main/execute.C: * www/htdocs/auto.p: * www/htdocs/index.html: dox: example1 updated 2001-05-03 paf * classes/classes.h: * classes/double.C: * doc/aliased.dox: * doc/class.dox: * doc/compiler.dox: * doc/doxygen.cfg: * doc/doxygen.txt: * doc/executor.dox: * doc/index.dox: * doc/methoded.dox: * doc/module.dox: * doc/object.dox: * doc/pooled.dox: * doc/string.dox: * doc/targets.dox: * doc/value.dox: * main/pa_request.C: dox splitted .dox files and added some * classes/Makefile.am: * doc/doxygen.txt: classes/am 2001-05-02 paf * classes/image.C: * classes/table.C: table:dir result are not tainted by file_name language now 2001-04-28 paf * classes/classes.inc: removed classes.inc * classes/classes.C: * classes/classes.h: * classes/file.C: * classes/form.C: * classes/mail.C: * include/pa_request.h: * main/pa_request.C: * www/htdocs/index.html: configure started * classes/_double.h: * classes/_file.h: * classes/_form.h: * classes/_image.h: * classes/_int.h: * classes/_mail.h: * classes/_op.h: * classes/_random.h: * classes/_response.h: * classes/_string.h: * classes/_table.h: * classes/_unknown.h: * classes/classes.C: * classes/classes.h: * classes/classes.inc: * classes/double.C: * classes/exec.C: * classes/file.C: * classes/form.C: * classes/image.C: * classes/int.C: * classes/mail.C: * classes/op.C: * classes/random.C: * classes/response.C: * classes/string.C: * classes/table.C: * classes/unknown.C: * include/pa_globals.h: * include/pa_request.h: * main/compile.y: * main/execute.C: * main/main.dsp: * main/pa_globals.C: * main/pa_request.C: * operators.txt: * pcre/pcre_parser_ctype.c: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: * types/pa_value.h: * types/pa_vcookie.h: * types/pa_vdouble.h: * types/pa_venv.h: * types/pa_vfile.h: * types/pa_vform.C: * types/pa_vform.h: * types/pa_vimage.h: * types/pa_vint.h: * types/pa_vrequest.h: * types/pa_vresponse.h: * types/pa_vstateless_class.h: * types/pa_vstring.h: * types/pa_vtable.h: * types/pa_vunknown.h: * types/pa_wcontext.h: * www/cgi-bin/auto.p: * www/htdocs/auto.p: * www/htdocs/index.html: * www/htdocs/news.p: Methoded reorganized. todo: methoded-configure * classes/file.C: * classes/table.C: * main/compile.y: * main/execute.C: * main/pa_request.C: * targets/cgi/parser3.C: * types/pa_vtable.h: * types/pa_wcontext.h: * www/cgi-bin/auto.p: * www/htdocs/auto.p: * www/htdocs/index.html: removed ^a.menu{$name} ability. now $a{^menu{$name}} or ^a.menu{$a.name} * classes/classes.inc: * main/Makefile.am: removed pa_methoded from .am * main/execute.C: * types/pa_wcontext.h: * www/htdocs/index.html: Methoded reorganized 2. todo: methoded-configure * classes/Makefile.am: * classes/classes.awk: * classes/classes.cmd: * classes/classes.inc: * classes/gawk.exe: * classes/ls.exe: * main/bison.exe: classes.inc autogenerator * classes/form.C: * include/pa_request.h: * main/pa_request.C: about to move configured data to special request hash * classes/Makefile.am: * main/main.dsp: classes/Makefile.am * classes/form.C: * classes/mail.C: * classes/op.C: * include/pa_globals.h: * include/pa_request.h: * main/pa_globals.C: * main/pa_request.C: moved some configured data to request::classes_conf moved some string crations from globals to M... * classes/classes.C: * classes/classes.h: * classes/double.C: * classes/file.C: * classes/form.C: * classes/int.C: * classes/op.C: * classes/response.C: * classes/string.C: * classes/table.C: * classes/unknown.C: * include/pa_methoded.h: * main/Makefile.am: * main/main.dsp: * main/pa_methoded.C: * targets/cgi/parser3.C: * types/pa_vdouble.h: * types/pa_vfile.h: * types/pa_vform.h: * types/pa_vimage.h: * types/pa_vint.h: classes/classes renamet to include|main/pa_methoded * include/pa_string.h: * main/pa_globals.C: * main/untaint.C: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: z * classes/Makefile.am: * classes/classes.C: * classes/classes.h: * classes/classes.inc: * classes/double.C: * classes/file.C: * classes/form.C: * classes/int.C: * classes/op.C: * classes/response.C: * classes/string.C: * classes/table.C: * classes/unknown.C: * include/pa_methoded.h: * main/main.dsp: * main/pa_methoded.C: * targets/cgi/parser3.C: * types/pa_vdouble.h: * types/pa_vfile.h: * types/pa_vform.h: * types/pa_vimage.h: * types/pa_vint.h: renamed pa_methoded back to classes/classes.h * classes/_string.h: * classes/classes.C: * classes/classes.h: * classes/double.C: * classes/exec.C: * classes/file.C: * classes/form.C: * classes/image.C: * classes/int.C: * classes/mail.C: * classes/op.C: * classes/random.C: * classes/response.C: * classes/string.C: * classes/table.C: * classes/unknown.C: * include/pa_request.h: * main/compile.y: * main/execute.C: * main/pa_globals.C: * main/pa_request.C: * types/pa_value.h: * types/pa_vdouble.h: * types/pa_vfile.h: * types/pa_vform.C: * types/pa_vform.h: * types/pa_vimage.h: * types/pa_vint.h: * types/pa_vresponse.h: * types/pa_vstring.h: * types/pa_vtable.h: * types/pa_vunknown.h: * www/htdocs/index.html: beautifying just compiled. todo: debug, configure * classes/classes.awk: skipped classes in .awk * classes/form.C: * include/pa_globals.h: * main/pa_globals.C: moved some configured data to request::classes_conf moved some string crations from globals to M... [works] 2001-04-27 paf * main/compile.y: * pcre/pcre.dsp: serge@ found @CLASS bug. fixed * classes/_double.h: * classes/_form.h: * classes/_int.h: * classes/_response.h: * classes/_unknown.h: * classes/classes.C: * classes/classes.h: * classes/double.C: * classes/file.C: * classes/form.C: * classes/image.C: * classes/int.C: * classes/mail.C: * classes/op.C: * classes/random.C: * classes/response.C: * classes/string.C: * include/pa_globals.h: * main/main.dsp: * main/pa_globals.C: * types/pa_vdouble.h: * types/pa_vfile.h: * types/pa_vform.h: * types/pa_vimage.h: * types/pa_vint.h: * types/pa_vresponse.h: * types/pa_vstring.h: * types/pa_vtable.h: * types/pa_vunknown.h: * www/htdocs/auto.p: * www/htdocs/index.html: * www/htdocs/news.p: beautifying -100 * classes/classes.C: file classes.C was initially added on branch reorganize_user_classes. * classes/_file.h: * classes/_image.h: * classes/_mail.h: * classes/_op.h: * classes/_random.h: * classes/_table.h: * classes/file.C: * classes/image.C: * classes/int.C: * classes/mail.C: * classes/op.C: * classes/random.C: * classes/response.C: * classes/string.C: * classes/table.C: * classes/unknown.C: * include/pa_globals.h: * main/main.dsp: * main/pa_globals.C: * main/pa_request.C: * operators.txt: * pcre/pcre_parser_ctype.c: * targets/cgi/parser3.C: * types/pa_value.h: * types/pa_vcookie.h: * types/pa_venv.h: * types/pa_vrequest.h: * www/htdocs/index.html: started beautifying * classes/file.C: * classes/image.C: * classes/table.C: * main/execute.C: * main/pa_request.C: * types/pa_vstateless_class.h: beautifying -99 * classes/classes.h: file classes.h was initially added on branch reorganize_user_classes. 2001-04-26 paf * main/pa_request.C: * main/pa_string.C: * www/.htaccess: * www/htdocs/auto.p: * www/htdocs/index.html: z * include/pa_common.h: * include/pa_types.h: * main/pa_sql_driver_manager.C: * www/.htaccess: module [and, guess, isapi] connection caching fixed. request-pooled-url were stored into global connectioncache * classes/_exec.h: * classes/_image.h: * classes/gd/gif.h: * classes/gd/gifio.C: * classes/image.C: * classes/mail.C: * classes/op.C: * classes/random.C: * classes/smtp/smtp.h: * classes/string.C: * classes/table.C: * doc/doxygen.cfg: * doc/doxygen.cfg: * doc/doxygen.cfg: * doc/doxygen.txt: * include/pa_array.h: * include/pa_config_fixed.h: * include/pa_config_includes.h: * include/pa_dir.h: * include/pa_socks.h: * include/pa_string.h: * main/compile_tools.h: * main/pa_common.C: * main/pa_request.C: * main/pa_socks.C: * sql/pa_sql_driver.h: * targets/cgi/pa_pool.C: * types/pa_vbool.h: * types/pa_vbool.h: * types/pa_vclass.h: * types/pa_vclass.h: * types/pa_vcode_frame.h: * types/pa_vcode_frame.h: * types/pa_vcookie.h: * types/pa_vdouble.h: * types/pa_venv.h: * types/pa_vfile.h: * types/pa_vform.C: * types/pa_vform.h: * types/pa_vhash.h: * types/pa_vimage.C: * types/pa_vimage.h: * types/pa_vint.h: * types/pa_vjunction.h: * types/pa_vjunction.h: * types/pa_vmethod_frame.h: * types/pa_vmethod_frame.h: * types/pa_vobject.h: * types/pa_vobject.h: * types/pa_vrequest.C: * types/pa_vrequest.h: * types/pa_vstateless_class.C: * types/pa_vstateless_class.h: * types/pa_vstateless_object.h: * types/pa_vstring.C: * types/pa_vstring.h: * types/pa_vtable.h: * types/pa_vunknown.h: * types/pa_wcontext.C: * types/pa_wcontext.h: * types/pa_wwrapper.h: * types/pa_wwrapper.h: code documentation ++ 2001-04-25 paf * doc/doxygen.cfg: * doc/doxygen.txt: * targets/isapi/parser3isapi.C: started doc / [doxygen.txt] * include/code.h: * include/pa_common.h: * main/compile.y: * main/execute.C: * main/pa_common.C: * www/htdocs/index.html: -d * classes/file.C: * main/pa_exec.C: * targets/cgi/parser3.C: * www/htdocs/index.html: illegal call check a bit improved, but still under iis no mapping of dir with parser allowed! 2001-04-24 paf * targets/Makefile.in: * targets/apache13/Makefile.in: apache makefile.in s * configure.in: * targets/Makefile.am: * targets/apache13/Makefile.am: apache module lib .am * main/pa_exec.C: windows32 buildCommand 2001-04-23 paf * pcre/Makefile.am: chartables.c make * classes/gd/gifio.C: * classes/image.C: * classes/mail.C: * include/pa_globals.h: * include/pa_string.h: * main/pa_exec.C: * main/pa_request.C: * main/untaint.C: * www/htdocs/index.html: untaint - @test optimize whitespaces for all but 'html' * main/untaint.C: untaint without charset * classes/random.C: * targets/cgi/parser3.C: redo failed /// @test noticed series in isapi, check how initialize_random_class is called! [must be called only once] * targets/cgi/parser3.C: cgi /// @test disable /cgi-bin/parser3/auto.p * main/untaint.C: mail header only once to =? * classes/mail.C: * include/pa_hash.h: * include/pa_string.h: * main/pa_common.C: * main/pa_hash.C: * main/pa_request.C: * main/untaint.C: * www/htdocs/auto.p: * www/htdocs/index.html: untaint - @test mail-header * include/pa_config_auto.h.in: .h.in * main/pa_request.C: * targets/cgi/parser3.C: // @test with commandline start "parser3 a.html" so that ^load a.cfg] worked! [now doesnt] * targets/cgi/parser3.C: cgi cmdline ver * main/execute.C: operators first! so that ^table.menu{^rem{}} would not be 'unknown column' * include/pa_array.h: * main/pa_array.C: * types/pa_vfile.h: * types/pa_vfile.h: vfile fields return type * Makefile.in: * classes/Makefile.in: * libltdl/Makefile.in: * main/Makefile.in: * pcre/Makefile.in: * targets/cgi/Makefile.in: * types/Makefile.in: makefile ins * main/pa_string.C: * www/htdocs/index.html: tested OK /// @test really @b test: s x m [tested: i & g ] * classes/gd/Makefile.am: * classes/gd/Makefile.in: * targets/Makefile: * targets/Makefile.in: makefiles&co * Makefile: * classes/Makefile: * libltdl/Makefile: * main/Makefile: * targets/cgi/Makefile: * types/Makefile: makefiles removed * Makefile: * classes/Makefile: * configure: * libltdl/Makefile: * libltdl/configure: * ltconfig: * main/Makefile: * main/pa_string.C: * targets/Makefile: * targets/cgi/Makefile: * types/Makefile: * www/htdocs/index.html: configure.in + makefiles * classes/table.C: * types/pa_vform.C: * types/pa_vtable.h: * www/htdocs/index.html: /// @test $a.menu{ $a[123] } and $a.menu{^table:set[]...} * acinclude.m4: * targets/cgi/Makefile.am: liblink * pcre/Makefile.am: * pcre/pcre.h: * pcre/pcre_parser_ctype.c: pcre .am * configure.in: * include/pa_config_fixed.h: * include/pa_config_includes.h: * main/pa_common.C: * www/htdocs/index.html: common: file_write /// @test mkdirs file_delete rmdirs * acinclude.m4: * acinclude.m4: * acinclude.m4: * targets/cgi/Makefile.am: * targets/cgi/Makefile.am: win32 conditional 2001-04-20 paf * main/untaint.C: * targets/cgi/parser3.C: fixed header "a/a" * main/untaint.C: z * classes/string.C: * classes/table.C: * include/pa_globals.h: * include/pa_request.h: * include/pa_string.h: * main/compile.y: * main/pa_globals.C: * main/pa_request.C: * main/pa_string.C: * operators.txt: * parser3.dsw: * pcre/Makefile.am: * pcre/dftables.c: * pcre/pcre.dsp: * pcre/pcre_parser_ctype.c: * pcre/pcre_parser_ctype.dsp: * targets/cgi/parser3.C: * www/htdocs/auto.p: * www/htdocs/index.html: $MAIN:LOCALE 2001-04-19 paf * main/compile_tools.h: * www/htdocs/index.html: $a$b bugfix * classes/file.C: * targets/cgi/parser3.C: * www/htdocs/env.pl: * www/htdocs/index.html: z * include/pa_common.h: * main/pa_common.C: * main/pa_request.C: * main/untaint.C: * targets/isapi/parser3isapi.C: * types/pa_vcookie.C: * www/htdocs/index.html: changed urlencode here and in untaint.C to HTTP standard's " and \" mech * classes/file.C: * include/pa_common.h: * types/pa_vcookie.C: done: header to $fields. waits for header '\' tricks * main/pa_request.C: * targets/isapi/parser3isapi.C: fixed http://alx/~paf/ doesnt load /auto.p 2001-04-18 paf * classes/smtp/smtp.dsp: * libltdl/COPYING.TXT: * main/Makefile.am: * main/main.dsp: * operators.txt: * targets/cgi/Makefile.am: * www/htdocs/env.pl: linux @alx * main/pa_request.C: 1 2001-04-17 paf * classes/file.C: * classes/image.C: * doc/doxygen.cfg: * include/pa_sql_connection.h: * main/pa_sql_driver_manager.C: * pcre/Makefile0: * sql/pa_sql_driver.h: * www/htdocs/env.pl: SQL_Driver_services renamed. doxygen statics enabled * ltmain.sh: compile4 @jav @win * Makefile.am: * acinclude.m4: * classes/Makefile.am: * classes/_double.h: * classes/_exec.h: * classes/_file.h: * classes/_form.h: * classes/_image.h: * classes/_int.h: * classes/_mail.h: * classes/_op.h: * classes/_random.h: * classes/_response.h: * classes/_string.h: * classes/_table.h: * classes/_unknown.h: * classes/file.C: * classes/gd/gif.C: * classes/gd/gif.h: * classes/gd/gifio.C: * classes/image.C: * classes/mail.C: * classes/op.C: * classes/random.C: * config.guess: * config.sub: * configure.in: * include/pa_config_fixed.h: * include/pa_config_includes.h: * include/pa_hash.h: * include/pa_sql_driver_manager.h: * include/pa_version.h: * libltdl/Makefile.am: * libltdl/config_auto.h.in: * libltdl/configure.in: * ltmain.sh: * main/Makefile.am: * main/compile.y: * main/pa_common.C: * main/pa_exec.C: * main/pa_socks.C: * main/pa_sql_driver_manager.C: * parser3.dsw: * pcre/Makefile.am: * pcre/Makefile0: * sql/Makefile.am: * sql/pa_sql_driver.h: * targets/cgi/Makefile.am: * targets/cgi/parser3.C: * types/Makefile.am: * types/pa_vcookie.C: * types/pa_vform.C: * types/pa_vimage.h: * www/htdocs/auto.p: * www/htdocs/env.pl: * www/htdocs/index.html: exec @jav * include/pa_sql_driver_manager.h: * main/pa_sql_driver_manager.C: * parser3.dsw: * sql/pa_sql_driver.h: * types/pa_vimage.h: * www/htdocs/auto.p: sql driver interface now has initialize(client .so) 2001-04-16 paf * Makefile.am: * config.guess: * config.sub: * configure.in: * libltdl/configure.in: * ltmain.sh: compile2 cygwin * pcre/Makefile.am: * targets/cgi/Makefile.am: compile0 jav * pcre/Makefile0: file Makefile0 was initially added on branch gcc0415. * pcre/Makefile.am: file Makefile.am was initially added on branch gcc0415. * ltmain.sh: file ltmain.sh was initially added on branch gcc0415. * Makefile.am: * acinclude.m4: * classes/Makefile.am: * classes/_double.h: * classes/_exec.h: * classes/_file.h: * classes/_form.h: * classes/_image.h: * classes/_int.h: * classes/_mail.h: * classes/_op.h: * classes/_random.h: * classes/_response.h: * classes/_string.h: * classes/_table.h: * classes/_unknown.h: * classes/gd/gif.C: * classes/gd/gif.h: * classes/gd/gifio.C: * classes/image.C: * classes/mail.C: * classes/op.C: * classes/random.C: * config.guess: * config.sub: * configure.in: * include/pa_config_fixed.h: * include/pa_config_includes.h: * include/pa_hash.h: * include/pa_version.h: * ltmain.sh: * main/Makefile.am: * main/compile.y: * main/pa_common.C: * main/pa_exec.C: * pcre/Makefile: * pcre/Makefile.am: * pcre/Makefile0: * sql/Makefile.am: * targets/cgi/Makefile.am: * targets/cgi/parser3.C: * types/Makefile.am: * types/pa_vcookie.C: * types/pa_vform.C: compile-1 * acinclude.m4: * configure.in: * include/pa_config_includes.h: * libltdl/Makefile.am: * libltdl/config_auto.h.in: * main/pa_exec.C: * main/pa_socks.C: * targets/cgi/Makefile.am: compile1 cygwin 2001-04-15 paf * operators.txt: * www/htdocs/index.html: about to make Params * classes/op.C: * include/pa_request.h: * types/pa_value.h: * types/pa_vmethod_frame.h: MethodParams in op.C * types/pa_value.h: MethodParams !junction * classes/table.C: table:empty +=process * classes/op.C: z * classes/_string.h: * classes/double.C: * classes/file.C: * classes/image.C: * classes/int.C: * classes/mail.C: * classes/op.C: * classes/random.C: * classes/response.C: * classes/string.C: * classes/table.C: * classes/unknown.C: * main/pa_request.C: MethodParams everywhere 2001-04-12 paf * classes/_unknown.h: * classes/unknown.C: * include/pa_globals.h: * main/main.dsp: * main/pa_globals.C: * operators.txt: * types/pa_vunknown.h: * www/htdocs/index.html: ^unknown:int[]=0 double[]=0 * classes/gd/gif.C: * classes/image.C: * operators.txt: * www/htdocs/index.html: image:line/fill/rectangle/bar/replace/polygon/polybar * classes/image.C: * main/pa_hash.C: * operators.txt: * www/htdocs/index.html: hash bug fixed * classes/gd/gif.h: * classes/image.C: * classes/op.C: * main/execute.C: * operators.txt: * types/pa_value.h: * types/pa_vmethod_frame.h: * types/pa_wcontext.h: * www/htdocs/001004paf(c)lena_karin.jpg: * www/htdocs/env.pl: * www/htdocs/index.html: for var now written not to r.wcontext, but to r.root cleared "entered_object" state * classes/image.C: * operators.txt: * types/pa_vimage.h: * www/htdocs/font.gif: * www/htdocs/index.html: image:font :text * classes/image.C: image:gif now does not have params 2001-04-11 paf * classes/image.C: * main/pa_request.C: * operators.txt: * types/pa_vform.C: * www/htdocs/index.html: fixed post [broke when moved post read to core] * classes/image.C: * main/execute.C: * main/main.dsp: * main/pa_request.C: * parser3.dsw: * types/pa_vcframe.h: * types/pa_vcode_frame.h: * types/pa_vimage.C: * types/pa_vimage.h: * types/pa_vmethod_frame.h: * types/pa_vmframe.h: * www/htdocs/index.html: libimaging dead end: pil parses header in .py * classes/mail.C: * classes/op.C: * targets/cgi/parser3.C: * types/pa_value.h: * types/pa_vfile.C: * types/pa_vfile.h: * types/pa_vform.C: * types/pa_vstring.C: * types/pa_vstring.h: forced UL_FILE_NAME of posted file name * classes/gd/gd.dsp: * classes/gd/gif.C: * classes/gd/gif.h: * classes/gd/gifio.C: * classes/image.C: * parser3.dsw: * types/pa_vimage.C: * types/pa_vimage.h: gd started porting to Pooled descendant * classes/gd/gd.dsp: * classes/smtp/smtp.dsp: * main/main.dsp: * operators.txt: * parser3.dsw: gd+smtp made separate libs * classes/gd/gifio.C: * classes/image.C: * types/pa_vimage.C: * types/pa_vimage.h: gd todo: gif without file * classes/gd/gd.dsp: * classes/image.C: * include/pa_globals.h: * main/main.dsp: * main/pa_globals.C: * operators.txt: * parser3.dsw: * types/pa_vimage.C: * types/pa_vimage.h: * www/htdocs/index.html: gd dead end. switching to python imaging lib * classes/gd/gif.C: * classes/gd/gif.h: * classes/gd/gifio.C: * classes/image.C: * operators.txt: * www/htdocs/index.html: image:create image:load * include/pa_globals.h: * include/pa_string.h: * main/pa_common.C: * main/pa_request.C: * main/untaint.C: * types/pa_vfile.C: * types/pa_vstring.C: fixed vstring:as_vfile length * classes/gd/gif.h: * classes/gd/gifio.C: * classes/image.C: * main/main.dsp: gd with mem write + image just compiled * parser3.dsw: libtdl+pcre liked separately from main libs 2001-04-10 paf * www/htdocs/index.html: img:measure jpg * classes/mail.C: * www/htdocs/auto.p: unix sendmail compiled. todo:testing * classes/mail.C: * classes/smtp/comms.C: * classes/smtp/smtp.C: * classes/smtp/smtp.h: * main/pa_globals.C: smtp some consts * classes/mail.C: * include/pa_common.h: * main/pa_common.C: * operators.txt: * www/htdocs/auto.p: sendmail unix added defaults * classes/image.C: * operators.txt: * types/pa_vimage.C: * www/htdocs/index.html: jpg measure bugs fixed * classes/mail.C: * www/htdocs/index.html: minor bug with unclear from/to * classes/image.C: * www/htdocs/index.html: image:html done * classes/_double.h: * classes/_file.h: * classes/_form.h: * classes/_int.h: * classes/_mail.h: * classes/_op.h: * classes/_random.h: * classes/_response.h: * classes/_string.h: * classes/_table.h: * classes/file.C: * classes/gd/gif.C: * classes/gd/gif.h: * classes/gd/gifio.C: * classes/mail.C: * include/pa_common.h: * include/pa_globals.h: * main/execute.C: * main/main.dsp: * main/pa_common.C: * main/pa_globals.C: * operators.txt: * targets/isapi/parser3isapi.C: * types/pa_value.h: * types/pa_vfile.C: * types/pa_vfile.h: * types/pa_vhash.h: * types/pa_vimage.h: * types/pa_vresponse.h: * types/pa_vstring.h: * www/htdocs/001004paf(c)lena_karin.gif: image:measure -100 just compiled * classes/image.C: * operators.txt: z * classes/_image.h: * classes/image.C: * types/pa_vimage.C: image forgotten! * classes/table.C: * include/pa_common.h: * main/pa_common.C: * main/pa_request.C: * main/pa_string.C: * main/untaint.C: * types/pa_vimage.h: * www/htdocs/index.html: image:measure -90 * classes/mail.C: sendmail unix skipping defaults 2001-04-09 paf * classes/_exec.h: * main/execute.C: * main/pa_globals.C: * main/pa_request.C: * types/pa_vcookie.C: * types/pa_vfile.C: * www/htdocs/index.html: exec -2 * classes/exec.C: * include/pa_common.h: * main/pa_common.C: * main/untaint.C: * operators.txt: * targets/pa_exec.C: * www/htdocs/index.html: exec3. decided exec:cgi to move to file:cgi * classes/file.C: * configure.in: * include/pa_exec.h: * include/pa_sapi.h: * libltdl/libltdl.dsp: * main/main.dsp: * main/pa_exec.C: * targets/cgi/parser3.C: * targets/cgi/parser3.dsp: * targets/isapi/parser3isapi.C: * targets/isapi/parser3isapi.dsp: * targets/pa_exec.C: * targets/pa_exec.h: all targets exec * include/pa_sapi.h: * include/pa_string.h: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: * targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed args in apache:util.script * classes/file.C: * main/main.dsp: * main/pa_request.C: * targets/cgi/parser3.C: exec win32 env * classes/exec.C: * classes/file.C: * include/pa_globals.h: * main/execute.C: * main/main.dsp: * main/pa_globals.C: * main/pa_request.C: * targets/pa_exec.C: * types/pa_vfile.C: * types/pa_vfile.h: * types/pa_vform.C: * types/pa_vstring.C: * www/htdocs/index.html: exec4. todo env * classes/file.C: * include/pa_hash.h: * main/pa_hash.C: * targets/pa_exec.C: * targets/pa_exec.h: * www/htdocs/index.html: exec env 0 * classes/_exec.h: * classes/exec.C: * include/pa_common.h: * include/pa_request.h: * include/pa_sapi.h: * include/pa_string.h: * main/pa_common.C: * main/pa_request.C: * main/pa_string.C: * targets/cgi/parser3.C: * targets/cgi/parser3.dsp: * targets/isapi/parser3isapi.C: * targets/pa_exec.C: * targets/pa_exec.h: * types/pa_vform.C: * types/pa_vform.h: exec class just compiled. moved post read to request core * classes/_op.h: * include/pa_dir.h: * include/pa_globals.h: * include/pa_sapi.h: * main/main.dsp: * main/pa_dir.C: * main/pa_globals.C: * operators.txt: * targets/cgi/parser3.C: * targets/cgi/parser3.dsp: * targets/pa_exec.C: * targets/pa_exec.h: problems with ^exec:cgi post data. they are already read by vform * include/pa_string.h: * targets/pa_exec.C: written but not tested exec with env for unix 2001-04-08 paf * classes/file.C: * classes/mail.C: * classes/string.C: * include/pa_request.h: * include/pa_string.h: * main/pa_request.C: * operators.txt: * www/htdocs/index.html: uuencode. string<< * operators.txt: * www/htdocs/index.html: z 2001-04-07 paf * classes/_mail.h: * classes/mail.C: * include/pa_common.h: * include/pa_globals.h: * include/pa_string.h: * main/main.dsp: * main/pa_common.C: * main/pa_globals.C: * main/pa_request.C: * main/untaint.C: * types/pa_vcookie.C: * www/htdocs/index.html: mail:send -10 just compiled * include/pa_socks.h: * main/main.dsp: * main/pa_socks.C: * targets/cgi/parser3.C: * targets/cgi/parser3.dsp: * targets/isapi/parser3isapi.C: * www/htdocs/index.html: mail:send 1 * classes/mail.C: * operators.txt: * www/htdocs/index.html: ^attach dead end * classes/mail.C: += * classes/mail.C: * include/pa_string.h: * www/htdocs/index.html: mail:send -1 text prepared * classes/mail.C: * www/htdocs/index.html: ^mail[$attach * classes/mail.C: * classes/mail.C: * classes/mail.C: * main/pa_request.C: * www/htdocs/auto.p: * www/htdocs/index.html: z * classes/mail.C: * classes/smtp/comms.C: * classes/smtp/smtp.C: * classes/smtp/smtp.h: * include/pa_globals.h: * include/pa_request.h: * main/main.dsp: * main/pa_globals.C: * main/pa_request.C: * www/htdocs/auto.p: smtp just compiled 2001-04-06 paf * classes/random.C: * classes/table.C: * main/pa_globals.C: * www/htdocs/index.html: @office * classes/table.C: * include/pa_dir.h: * main/execute.C: * main/main.dsp: * main/pa_dir.C: * operators.txt: * www/htdocs/index.html: table:dir 0 [without regexp] * types/pa_valiased.C: * www/htdocs/auto.p: another root inherititance skipped * main/compile.C: * main/compile.y: * main/execute.C: * www/htdocs/auto.p: * www/htdocs/index.html: operators are now not root methods of parent class. just 'ROOT class * classes/table.C: * include/pa_globals.h: * main/pa_globals.C: * main/pa_string.C: * operators.txt: * www/htdocs/index.html: table:dir 1 * classes/_op.h: * classes/_root.h: * classes/op.C: * classes/root.C: * include/pa_globals.h: * include/pa_request.h: * main/compile.C: * main/execute.C: * main/main.dsp: * main/pa_globals.C: * main/pa_request.C: renamed 'root' to 'op' * classes/_op.h: * classes/op.C: renamed from 'root' 2001-04-05 paf * classes/root.C: * include/pa_sql_connection.h: * include/pa_sql_driver.h: * main/main.dsp: * main/pa_sql_driver_manager.C: * sql/pa_sql_driver.h: sql driver services for conv memory & error reporting * classes/table.C: * www/htdocs/index.html: select * from hren error contains statement * include/pa_globals.h: * main/pa_globals.C: * main/pa_request.C: * main/pa_string.C: * targets/isapi/parser3isapi.dsp: * www/htdocs/auto.p: * www/htdocs/index.html: $LOCALE:ctype[Russian_Russia.1251] * main/execute.C: * main/pa_request.C: * main/pa_string.C: * types/pa_value.h: * types/pa_vmframe.h: * types/pa_wcontext.h: * www/htdocs/index.html: constructor flag dropped at get_method_frame and remembered into method_frame * main/pa_request.C: * sql/pa_sql_driver.h: * www/htdocs/index.html: mysql limit * classes/table.C: * include/pa_sql_connection.h: * include/pa_types.h: * main/pa_sql_driver_manager.C: * main/untaint.C: * operators.txt: * sql/pa_sql_driver.h: * targets/cgi/parser3.dsp: * www/htdocs/index.html: mysql 0 * classes/table.C: * include/pa_sql_connection.h: * main/pa_sql_driver_manager.C: * sql/pa_sql_driver.h: * www/htdocs/index.html: sql ping * classes/random.C: * classes/root.C: * classes/table.C: * include/pa_sql_connection.h: * include/pa_string.h: * main/execute.C: * main/pa_sql_driver_manager.C: * main/pa_string.C: * main/untaint.C: * operators.txt: * sql/pa_sql_driver.h: * types/pa_vmframe.h: * types/pa_wcontext.C: * types/pa_wcontext.h: * www/htdocs/auto.p: * www/htdocs/index.html: sql quote. string untaint UL_SQL * classes/table.C: * include/pa_string.h: * main/pa_string.C: * main/untaint.C: * www/htdocs/index.html: z * classes/file.C: * classes/root.C: * classes/string.C: * classes/table.C: * main/pa_request.C: * www/htdocs/index.html: junction to code&expression in errors * configure.in: * include/pa_config_fixed.h: * include/pa_config_includes.h: * include/pa_hash.h: * include/pa_string.h: * main/pa_hash.C: * main/pa_table.C: hash now not thread-safe. 2001-04-04 paf * include/pa_sql_driver.h: * www/htdocs/auto.p: mysql connect * classes/random.C: * classes/root.C: * classes/table.C: * include/pa_globals.h: * include/pa_pool.h: * include/pa_request.h: * main/pa_request.C: * operators.txt: * types/pa_vclass.h: * www/htdocs/auto.p: * www/htdocs/index.html: sql frame -10 * Makefile.am: * classes/root.C: * classes/string.C: * classes/table.C: * include/pa_globals.h: * include/pa_hash.h: * include/pa_pool.h: * include/pa_request.h: * include/pa_sapi.h: * include/pa_string.h: * include/pa_table.h: * main/main.dsp: * main/pa_globals.C: * main/pa_hash.C: * main/pa_request.C: * main/pa_string.C: * main/pa_table.C: * main/untaint.C: * operators.txt: * parser3.dsw: * www/htdocs/auto.p: * www/htdocs/index.html: connect&sql -1000 just compiled * classes/root.C: * include/pa_sql_driver.h: * include/pa_sql_driver_manager.h: * main/main.dsp: * main/pa_sql_driver_manager.C: * parser3.dsw: * www/htdocs/auto.p: * www/htdocs/index.html: more manager&connection&driver * sql/Makefile.am: forgot to add mysql client * include/pa_sql_driver.h: mysql info * doc/doxygen.cfg: z * include/pa_sql_driver.h: * include/pa_sql_driver_manager.h: * libltdl/COPYING.TXT: * libltdl/Makefile.am: * libltdl/README: * libltdl/acinclude.m4: * libltdl/config.h: * libltdl/config_auto.h.in: * libltdl/config_fixed.h: * libltdl/configure.in: * libltdl/libltdl.dsp: * libltdl/ltdl.c: * libltdl/ltdl.h: * main/pa_sql_driver_manager.C: connect&sql -1000 just compiled [forgot to add libltdl, added] 2001-04-03 paf * classes/file.C: * classes/string.C: * classes/table.C: * include/pa_string.h: * main/pa_common.C: * main/pa_string.C: * main/untaint.C: * www/htdocs/index.html: string:match replace 2. string.cstr(forced lang) * classes/string.C: * operators.txt: * types/pa_vform.C: * www/htdocs/index.html: string:match replace assigned lang * classes/string.C: * www/htdocs/index.html: string:match replace 0 * classes/string.C: * include/pa_string.h: * main/pa_string.C: * www/htdocs/index.html: string:match replace strange matches * parser3.dsw: * pcre/LICENCE: * pcre/Makefile: * pcre/README: * pcre/Tech.Notes: * pcre/dftables.c: * pcre/get.c: * pcre/internal.h: * pcre/maketables.c: * pcre/pcre-2_08.tar.gz: * pcre/pcre.3: * pcre/pcre.3.html: * pcre/pcre.3.txt: * pcre/pcre.c: * pcre/pcre.dsp: * pcre/pcre.h: * pcre/pcre_dftables.dsp: * pcre/study.c: added pcre * classes/string.C: * include/pa_globals.h: * include/pa_string.h: * main/main.dsp: * main/pa_globals.C: * main/pa_string.C: * parser3.dsw: * pcre/pcre.dsp: * pcre/pcre_dftables.dsp: string:match [search] -1 just compiled * include/pa_globals.h: * include/pa_hash.h: * main/pa_globals.C: * main/pa_request.C: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: * types/pa_vfile.C: content-disposition * classes/table.C: * www/htdocs/index.html: table:append now uses string::split * classes/string.C: * include/pa_globals.h: * include/pa_string.h: * include/pa_threads.h: * main/pa_globals.C: * main/pa_string.C: * targets/isapi/parser3isapi.dsp: * www/htdocs/index.html: string:match 0 * main/pa_common.C: * main/untaint.C: * operators.txt: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: * targets/isapi/pool_storage.h: todo/tests * include/pa_common.h: * include/pa_globals.h: * main/pa_globals.C: * main/pa_request.C: * operators.txt: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: * types/pa_value.h: * www/htdocs/index.html: main:post-process * classes/string.C: * include/pa_string.h: * main/pa_string.C: string:match replace -11 * classes/file.C: * classes/root.C: * classes/string.C: * classes/table.C: * doc/doxygen.cmd: * doc/doxygen.txt: * doc/generate.cmd: * include/pa_array.h: * include/pa_request.h: * include/pa_string.h: * main/execute.C: * main/pa_string.C: * main/untaint.C: * operators.txt: * targets/cgi/parser3.C: * types/pa_vcookie.C: * www/htdocs/index.html: string::pos & cmp & piece bugs fixed. string::split new table:load separated from set table:set implemented with clean \n \t searches * classes/file.C: * classes/table.C: * include/pa_common.h: * main/compile_tools.C: * main/pa_common.C: * main/pa_request.C: * operators.txt: * types/pa_vform.C: * types/pa_vstring.C: * www/htdocs/index.html: * www/htdocs/index.html: * www/htdocs/index.html: z * include/pa_common.h: * include/pa_request.h: * include/pa_sapi.h: * main/main.dsp: * main/pa_common.C: * main/pa_request.C: * operators.txt: * targets/cgi/parser3.C: * types/pa_value.h: * types/pa_vfile.C: * types/pa_vfile.h: * types/pa_vstring.h: * www/htdocs/index.html: vfile in response:body * classes/string.C: * include/pa_string.h: * main/pa_string.C: * operators.txt: * www/htdocs/index.html: string:match replace prepared * classes/string.C: * main/compile.y: * operators.txt: * www/htdocs/index.html: grammar: fixed to allow {}[]< empty [] * classes/double.C: * classes/file.C: * classes/form.C: * classes/int.C: * classes/response.C: * classes/root.C: * classes/string.C: * classes/table.C: * include/pa_string.h: * main/pa_string.C: * operators.txt: * www/htdocs/index.html: string:match -10 [frame] * classes/string.C: * main/pa_string.C: string:match replace prepared 2 2001-04-02 paf * classes/_random.h: * classes/random.C: * include/pa_globals.h: * main/main.dsp: * main/pa_globals.C: * main/pa_request.C: * operators.txt: * types/pa_value.h: * www/htdocs/index.html: random:generate * classes/table.C: * include/pa_array.h: * include/pa_string.h: * include/pa_table.h: * main/execute.C: * operators.txt: * types/pa_value.h: * www/htdocs/index.html: table:join * classes/table.C: * include/pa_string.h: * main/pa_string.C: * operators.txt: * types/pa_valiased.C: * types/pa_valiased.h: * types/pa_vdouble.h: * types/pa_vfile.h: * types/pa_vint.h: * types/pa_vresponse.h: * types/pa_vstring.h: * types/pa_vtable.h: string::pos. about to use it in table:set/load * classes/random.C: * operators.txt: random:generate 1 2001-03-30 paf * classes/table.C: * include/pa_string.h: * main/pa_string.C: * operators.txt: * www/htdocs/index.html: todo: table flip and append. string::pos * classes/double.C: * classes/file.C: * classes/int.C: * classes/response.C: * classes/root.C: * classes/string.C: * classes/table.C: * main/compile.y: * main/execute.C: * types/pa_value.h: * types/pa_vstateless_class.C: * types/pa_vstateless_class.h: static|dynamic|any method registration 2001-03-29 paf * classes/string.C: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/main.dsp: * types/pa_value.h: * types/pa_vstring.h: * types/pa_vunknown.h: * www/htdocs/index.html: empty params allowed. [] and [;] are different now. * include/pa_pool.h: * include/pa_request.h: * main/pa_request.C: * main/untaint.C: * operators.txt: pool.request * classes/string.C: * operators.txt: * www/htdocs/index.html: string:xsplit forgot that they must result in 1 row N column [ not vice versa] * classes/string.C: * include/pa_string.h: * main/execute.C: * main/pa_array.C: * main/pa_string.C: * operators.txt: * types/pa_vtable.h: * www/htdocs/index.html: string: lsplit -1 * classes/string.C: * include/pa_string.h: * main/pa_string.C: * operators.txt: * www/htdocs/index.html: string: pos -1 * classes/string.C: * include/pa_string.h: * main/pa_string.C: * www/htdocs/index.html: string: lsplit * classes/string.C: z * include/pa_pool.h: * include/pa_request.h: * main/pa_request.C: * main/untaint.C: pool.request undone * include/pa_string.h: * main/pa_string.C: * main/untaint.C: * www/htdocs/index.html: string: pos * classes/string.C: * classes/table.C: * include/pa_string.h: * main/compile.y: * main/pa_request.C: * main/pa_string.C: * main/untaint.C: * operators.txt: * www/htdocs/index.html: string: left right mid * classes/file.C: * classes/table.C: * include/pa_table.h: * main/pa_table.C: * operators.txt: * types/pa_vstring.h: * types/pa_wwrapper.h: * www/htdocs/index.html: table:flip * classes/string.C: * www/htdocs/index.html: string: rsplit 2001-03-28 paf * classes/file.C: * classes/root.C: * classes/table.C: * include/pa_table.h: * main/pa_table.C: * operators.txt: * www/htdocs/index.html: table:locate1, file:test * classes/file.C: * include/pa_common.h: * main/pa_common.C: * operators.txt: * types/pa_vfile.C: * types/pa_vfile.h: * www/htdocs/index.html: started file:load. wrong write. must be self.set * classes/file.C: * include/pa_globals.h: * include/pa_request.h: * operators.txt: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: * types/pa_value.h: * types/pa_vrequest.C: * types/pa_vunknown.h: * www/htdocs/index.html: $request:browser [.type .version]; unknown.get_double now = 0. * classes/table.C: * include/pa_array.h: * include/pa_hash.h: * include/pa_table.h: * main/pa_array.C: * main/pa_table.C: * operators.txt: * types/pa_vtable.h: table:locate just compiled * classes/file.C: * main/execute.C: * main/pa_common.C: * main/untaint.C: * targets/cgi/parser3.C: * types/pa_vfile.C: * types/pa_vfile.h: * types/pa_vform.C: * www/htdocs/index.html: file:load 1. tainted * operators.txt: z * classes/file.C: * include/pa_globals.h: * include/pa_request.h: * include/pa_table.h: * main/pa_globals.C: * main/pa_request.C: * main/pa_table.C: * operators.txt: * types/pa_vfile.C: * types/pa_vfile.h: * types/pa_vform.C: * www/cgi-bin/auto.p: * www/htdocs/index.html: file:load autodetection of mime-type by user-file-name 2001-03-27 paf * auto.p: * classes/table.C: * include/pa_common.h: * main/compile.y: * main/execute.C: * main/pa_common.C: * main/pa_table.C: * tainted.txt: * test.cfg: * www/htdocs/index.html: table:save decided to have as it were. stepped back. grammar: added 'in' 'is' 'lt'&co follow-space check * classes/double.C: * classes/int.C: * classes/root.C: * classes/string.C: * classes/table.C: * main/compile_tools.C: * main/execute.C: * main/pa_request.C: * main/untaint.C: * types/pa_value.h: * types/pa_vbool.h: * types/pa_vcookie.C: * types/pa_vdouble.h: * types/pa_vfile.h: * types/pa_vint.h: * types/pa_vmframe.h: * types/pa_vstring.h: * types/pa_vtable.h: * types/pa_vunknown.h: * www/htdocs/index.html: sort 0 * main/compile.y: fixed minor bug in @mn[][] ...^{ * classes/table.C: * main/pa_common.C: * main/pa_request.C: * targets/cgi/parser3.C: * types/pa_value.h: * types/pa_vbool.h: * types/pa_vdouble.h: * types/pa_vfile.h: * types/pa_vint.h: * types/pa_vstring.h: * types/pa_vunknown.h: * www/htdocs/index.html: continue on sort * main/execute.C: * types/pa_value.h: * types/pa_vmframe.h: * types/pa_wcontext.h: * www/htdocs/index.html: fixed r/w context of code-params * classes/table.C: * include/pa_common.h: * main/compile.y: * www/htdocs/index.html: started table:sort fixed minor bug in #...^{ * classes/table.C: * main/execute.C: * www/htdocs/index.html: about to change junction rcontext!! * main/execute.C: * main/pa_common.C: * www/htdocs/index.html: fixed r/w context of code-params2, fixed ntfs hardlink slow dir update * types/pa_valiased.C: * types/pa_valiased.h: * types/pa_vdouble.h: * types/pa_vfile.h: * types/pa_vint.h: * types/pa_vresponse.h: * types/pa_vstring.h: * types/pa_vtable.h: renamed to are_static_calls_disabled 2001-03-26 paf * classes/file.C: * classes/root.C: * classes/table.C: * include/pa_common.h: * include/pa_globals.h: * include/pa_table.h: * main/pa_common.C: * main/pa_globals.C: * main/pa_request.C: * main/pa_table.C: * operators.txt: * www/htdocs/index.html: moved ::save to pa_table. disabled @auto invocation in ^process * classes/table.C: * include/pa_array.h: * include/pa_table.h: * main/pa_array.C: * operators.txt: * www/htdocs/index.html: table:record * main/untaint.C: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: * targets/isapi/parser3isapi.dsp: * targets/isapi/pool_storage.h: * types/pa_valiased.h: * types/pa_vcookie.C: * types/pa_vdouble.h: * types/pa_vfile.h: * types/pa_vint.h: * types/pa_vresponse.h: * types/pa_vstring.h: * types/pa_vtable.h: z * main/compile.y: grammar: [] 0params [;] 2 params (was 0) * include/pa_pool.h: * main/execute.C: * operators.txt: * types/pa_valiased.C: * types/pa_valiased.h: * types/pa_value.h: * types/pa_vdouble.h: * types/pa_vfile.h: * types/pa_vint.h: * types/pa_vresponse.h: * types/pa_vstring.h: * types/pa_vtable.h: * www/htdocs/index.html: disabled $a(123) $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native method realisations on 'self' validity - they now can simply assume that 'self' is V{Proper} . 2001-03-25 paf * classes/table.C: * include/pa_globals.h: * include/pa_string.h: * include/pa_table.h: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/pa_globals.C: * main/pa_request.C: * main/pa_string.C: * main/pa_table.C: * main/untaint.C: * types/pa_vcookie.h: * www/htdocs/index.html: typo & typo-default * main/pa_globals.C: * main/untaint.C: * www/htdocs/index.html: html-typo - moved all processing to table [except preliminary \ \n \r \n replacements to "\n"] * classes/table.C: * main/untaint.C: * www/htdocs/index.html: html-typo - decided to move all the processing to table * include/pa_string.h: * main/compile.y: * www/cgi-bin/auto.p: * www/htdocs/index.html: #comment fixed minor bug * main/pa_request.C: * www/htdocs/index.html: table empty lines ignored. system-default content type assigned in output:result [can fail in main:auto and skipped normal defaults extraction] * main/untaint.C: typo \r \r\n \n properly handled * classes/table.C: * include/pa_table.h: * main/pa_globals.C: * main/pa_table.C: * main/untaint.C: returned table originating. useful for reporting typo table problems origin. think would be useful somewhere else * main/pa_request.C: * main/untaint.C: moved default typo-table to lowlevel - it initialization could be skipped if failed in @auto. so that exception report would use some table * main/untaint.C: z 2001-03-24 paf * main/pa_globals.C: * types/pa_vclass.C: * types/pa_vclass.h: * types/pa_vstateless_class.C: * types/pa_vstateless_class.h: * www/htdocs/index.html: thrown away freeze mech. no danger now for you can't do ^request:process[@new-method[] body] trick anymore. still remains $some_instance.process[@new-method[] possibility] but would leave it as a feature. see index for sample * include/pa_string.h: * main/pa_string.C: * main/untaint.C: * targets/cgi/parser3.C: * www/htdocs/index.html: html-typo 2 * www/htdocs/index.html: 0 * include/pa_array.h: * include/pa_hash.h: * include/pa_request.h: * main/compile.y: * main/pa_array.C: * main/pa_common.C: * main/pa_hash.C: * main/pa_request.C: * types/pa_vcookie.C: cyclic uses ignored. defaulted default content-type * classes/file.C: * classes/root.C: * classes/table.C: * include/pa_common.h: * include/pa_request.h: * main/compile.y: * main/pa_common.C: * main/pa_request.C: * main/pa_string.C: * targets/isapi/parser3isapi.C: * types/pa_vfile.h: file_read stringified * include/pa_sapi.h: * main/pa_common.C: * main/pa_request.C: * targets/cgi/parser3.C: * targets/isapi/nt_log_events.mc: * targets/isapi/parser3isapi.C: * targets/isapi/parser3isapi.dsp: * www/htdocs/index.html: nt error log experiments failed - cgi under iis got no access to log. registereventsource simply failed with 5(illegal call) code, while worked OK as standalone executable. isapi: used HSE_APPEND_LOG_PARAMETER feature * asm.txt: * doc/doxygen.cfg: * doc/doxygen.txt: * doc/generate.cmd: * doc/view.cmd: * doxygen.cmd: * include/pa_array.h: * include/pa_globals.h: * include/pa_pool.h: * include/pa_string.h: * include/pa_table.h: * main/execute.C: * main/pa_array.C: * main/pa_globals.C: * main/pa_request.C: * main/pa_string.C: * main/untaint.C: * operators.txt: * parser3.doxygen: * parser3_doc_index.txt: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: * types/pa_value.h: * types/pa_vtable.h: * viewdoxygen.cmd: * www/cgi-bin/auto.p: * www/htdocs/index.html: html-typo 0 html-typo 1. noticed double default content-type prob. run cgi.cmd tomorrow first html-typo sample. detected << problem: they become ltlt too fast * types/pa_valiased.C: * www/auto.p: * www/cgi-bin/auto.p: * www/htdocs/index.html: decided to String-ify file_read * targets/cgi/parser3.C: * targets/isapi/nt_log_events.mc: * targets/isapi/parser3isapi.dsp: cgi: sapi::log * include/pa_common.h: * include/pa_globals.h: * main/pa_common.C: * main/pa_globals.C: * main/pa_request.C: * targets/isapi/parser3isapi.C: * www/htdocs/index.html: fixed default content-type allocation storage * include/pa_globals.h: * include/pa_request.h: * main/compile.y: * main/pa_common.C: * main/pa_globals.C: * main/pa_request.C: z * main/compile.y: * main/execute.C: * main/main.dsp: * www/htdocs/index.html: * www/htdocs/news.p: @CLASS equals @BASE. sanity * include/pa_common.h: * main/pa_common.C: * main/pa_request.C: * targets/cgi/parser3.C: * targets/isapi/pool_storage.h: * types/pa_vform.C: * types/pa_vform.h: * www/htdocs/index.html: auto.p monkey * include/pa_common.h: * main/pa_common.C: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: * www/htdocs/index.html: auto.p monkey every target * main/compile.y: * main/compile_tools.h: * www/htdocs/index.html: #comment 2001-03-23 paf * acinclude.m4: * classes/root.C: * classes/table.C: * config.h.bot: * config.h.top: * configure: * configure.in: * include/pa_common.h: * include/pa_config_fixed.h: * include/pa_config_includes.h: * include/pa_string.h: * include/pa_threads.h: * include/pa_types.h: * include/pa_version.h: * main/compile.y: * main/execute.C: * main/pa_array.C: * main/pa_common.C: * main/pa_hash.C: * main/pa_pool.C: * main/pa_request.C: * main/pa_string.C: * main/untaint.C: * pa_version.h: * stamp-h.in: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: * types/pa_vfile.C: * types/pa_vform.C: * www/htdocs/index.html: cgi: reinvent document_root and request_uri under iis. autoconf updated. introducing ap_config_includes * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: isapi: think it would be better to rewrite as filter then to deal with pool * targets/cgi/parser3.C: cgi: reinvent document_root under iis * include/pa_globals.h: * main/pa_request.C: * targets/cgi/parser3.C: * targets/cgi/parser3.dsp: * targets/isapi/parser3isapi.C: * types/pa_vcookie.C: * types/pa_venv.h: * types/pa_vform.C: * www/cgi-bin/auto.p: * www/htdocs/index.html: all: sapi beauty * main/pa_request.C: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: * targets/isapi/parser3isapi.dsp: isapi minor env beauty * main/main.dsp: * targets/isapi/parser3isapi.C: * www/htdocs/index.html: isapi: docroot now like in cgi, not from APPL_PHYSICAL_PATH * include/pa_globals.h: * include/pa_sapi.h: * main/main.dsp: * main/pa_globals.C: * main/pa_request.C: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: * types/pa_vcookie.C: * types/pa_venv.h: * types/pa_vform.C: sapi made object * include/pa_pool.h: * main/pa_request.C: * parser3.dsw: * targets/cgi/pa_pool.C: * targets/isapi/pa_pool.C: * targets/isapi/parser3isapi.C: * targets/isapi/parser3isapi.dsp: * targets/isapi/pool_storage.h: isapi: dumb pool storage * parser3.dsw: * targets/isapi/pa_pool.C: decided to continue with extension * targets/cgi/parser3.C: cgi: only one pool now 2001-03-22 paf * main/pa_request.C: * parser3.dsw: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: * targets/isapi/parser3isapi.dsp: * www/htdocs/index.html: isapi document_root 0 * types/pa_vcookie.C: * www/htdocs/index.html: cookie attr decoded * targets/isapi/parser3isapi.C: * www/htdocs/index.html: isapi keep-alive * include/pa_pool.h: * parser3.dsw: * targets/cgi/pa_pool.C: * targets/cgi/parser3.C: * targets/cgi/parser3.dsp: * targets/isapi/pa_pool.C: * targets/isapi/parser3isapi.C: * targets/isapi/parser3isapi.def: * targets/isapi/parser3isapi.dsp: started isapi * targets/isapi/KILL.EXE: * targets/isapi/PSTAT.EXE: * targets/isapi/istart.cmd: * targets/isapi/istop.cmd: * targets/isapi/kill.pl: isapi added utils * configure.in: * include/pa_globals.h: * include/pa_request.h: * include/pa_types.h: * main/pa_globals.C: * main/pa_request.C: * targets/cgi/parser3.C: * types/pa_vcookie.C: * www/htdocs/index.html: config of auto.p path: parser_root_auto_path parser_site_auto_path * include/pa_pool.h: * main/pa_pool.C: * parser3.dsw: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: * targets/isapi/parser3isapi.dsp: * types/pa_vform.C: * www/htdocs/index.html: isapi 0 * targets/cgi/vform_fields_fill.C: * targets/cgi/vform_fields_fill.h: * targets/isapi/parser3isapi.C: * www/.htaccess: * www/auto.p: * www/htdocs/.htaccess: z * include/pa_globals.h: * main/pa_common.C: * main/pa_request.C: * pa_version.h: some comments * include/pa_pool.h: * main/pa_request.C: * targets/cgi/parser3.C: * targets/isapi/parser3isapi.C: * www/htdocs/index.html: isapi 1 2001-03-21 paf * include/pa_globals.h: * targets/cgi/parser3.C: * types/pa_venv.h: * www/cgi-bin/auto.p: * www/htdocs/index.html: in cookie & env. todo:post * Makefile.am: * classes/Makefile.am: * classes/file.C: * classes/root.C: * classes/table.C: * configure: * configure.in: * include/pa_array.h: * include/pa_common.h: * include/pa_globals.h: * include/pa_pool.h: * include/pa_request.h: * include/pa_string.h: * main/Makefile.am: * main/compile.y: * main/execute.C: * main/main.dsp: * main/pa_common.C: * main/pa_globals.C: * main/pa_request.C: * main/pa_string.C: * main/pa_table.C: * main/untaint.C: * parser3.doxygen: * parser3.dsw: * targets/Makefile.am: * targets/cgi/Makefile.am: * targets/cgi/parser3.C: * targets/cgi/parser3.dsp: * types/Makefile.am: * types/pa_vcookie.C: * types/pa_vform.C: * types/pa_vstring.h: * types/pa_wwrapper.h: * viewdoxygen.cmd: * www/htdocs/index.html: shifted apache branch on main trunc * targets/cgi/parser3.C: * www/htdocs/index.html: z * include/pa_common.h: * include/pa_globals.h: * include/pa_pool.h: * include/pa_request.h: * main/main.dsp: * main/pa_common.C: * main/pa_request.C: * parser3.dsw: * targets/cgi/parser3.C: * targets/cgi/parser3.dsp: * types/pa_vcookie.C: * types/pa_vform.C: * types/pa_vstring.h: * www/htdocs/index.html: starting mod_parser3 * include/pa_globals.h: * www/htdocs/index.html: post. todo: config of auto.p path 2001-03-20 paf * classes/Makefile.am: * types/Makefile.am: file Makefile.am was initially added on branch automake_update. * main/pa_common.C: * parser3.doxygen: * targets/cgi/Makefile.am: * targets/cgi/parser3.C: automake compiled and works. todo:make win32 ifdefs work and add ifdef unistd * classes/Makefile.am: * classes/file.C: * classes/table.C: * classes/table.C: * include/pa_array.h: * include/pa_common.h: * include/pa_common.h: * include/pa_request.h: * include/pa_request.h: * include/pa_string.h: * include/pa_table.h: * include/pa_threads.h: * main/Makefile.am: * main/pa_common.C: * main/pa_globals.C: * main/pa_request.C: * main/pa_table.C: * main/untaint.C: * operators.txt: * targets/cgi/Makefile.am: * targets/cgi/parser3.C: * types/Makefile.am: * types/pa_valiased.h: * types/pa_value.h: * types/pa_vform.h: * www/cgi-bin/auto.p: * www/htdocs/index.html: * www/htdocs/index.html: z * include/pa_request.h: * main/Makefile.am: * main/compile.y: * main/execute.C: * main/pa_common.C: * parser3.doxygen: * types/Makefile.am: removing locking * classes/table.C: * include/pa_common.h: * main/pa_common.C: * main/pa_request.C: * operators.txt: * types/pa_vfile.h: * www/htdocs/index.html: ^table:save * Makefile.am: * classes/file.C: * classes/root.C: * classes/table.C: * configure: * configure.in: * include/pa_array.h: * include/pa_request.h: * include/pa_string.h: * main/Makefile.am: * main/execute.C: * main/pa_common.C: * main/pa_globals.C: * main/pa_request.C: * main/pa_string.C: * main/untaint.C: * parser3.doxygen: * targets/Makefile.am: * targets/cgi/Makefile.am: * targets/cgi/parser3.C: * types/pa_vcookie.C: * types/pa_wwrapper.h: * viewdoxygen.cmd: String::UL_ 2001-03-19 paf * classes/file.C: * classes/request.C: * classes/table.C: * include/pa_string.h: * main/main.dsp: * main/pa_pool.C: * main/pa_request.C: * main/untaint.C: * operators.txt: * types/pa_value.h: * types/pa_vfile.C: * types/pa_vfile.h: * types/pa_vform.C: * www/htdocs/index.html: file 1 * classes/table.C: * include/pa_pool.h: * include/pa_request.h: * include/pa_table.h: * include/pa_types.h: * main/execute.C: * main/pa_request.C: * parser3.doxygen: * targets/cgi/parser3.C: * types/pa_value.h: * types/pa_vclass.h: * types/pa_vform.C: * types/pa_vstateless_class.h: * types/pa_vstateless_object.h: * viewdoxygen.cmd: * www/htdocs/index.html: ^table:set{default level: TABLE} * classes/_request.h: * classes/request.C: * main/pa_globals.C: * types/pa_vrequest.C: * types/pa_vrequest.h: * www/htdocs/index.html: VRequest moved to :VStateless_object * classes/_request.h: * classes/request.C: * main/main.dsp: * main/pa_globals.C: * types/pa_value.h: * types/pa_vform.h: * types/pa_vrequest.C: * types/pa_vrequest.h: * www/htdocs/index.html: VRequest moved to :Value * parser3.doxygen: * types/pa_valiased.h: * types/pa_vbool.h: * viewdoxygen.cmd: doc: Value and it's derivates somehow unlinked. don't know why yet * classes/_env.h: * classes/_table.h: * classes/env.C: * classes/table.C: * main/execute.C: * main/main.dsp: * main/pa_globals.C: * main/pa_request.C: * operators.txt: * types/pa_value.h: * types/pa_vcookie.C: * types/pa_vcookie.h: * types/pa_venv.h: VEnv is now :Value * operators.txt: * targets/cgi/pa_vform.C: * types/pa_valiased.C: * types/pa_valiased.h: * types/pa_value.h: * types/pa_vstateless_class.C: * types/pa_vstateless_class.h: * types/pa_vstateless_object.h: moved common get_element part from stateless object&class into VAliased * classes/_file.h: * classes/file.C: * include/pa_types.h: * main/pa_globals.C: * main/pa_request.C: * targets/cgi/parser3.C: * types/pa_valiased.h: * types/pa_vfile.C: * types/pa_vfile.h: * types/pa_vstateless_class.h: * types/pa_vstateless_object.h: * www/htdocs/index.html: \ to / and ^file:save * classes/root.C: * classes/table.C: * main/pa_exception.C: * main/pa_request.C: * parser3.doxygen: * parser3_doc_index.txt: * targets/cgi/parser3.C: * types/pa_vbool.h: * types/pa_vcookie.C: * types/pa_vcookie.h: * types/pa_vdouble.h: * types/pa_venv.h: * types/pa_vform.h: * types/pa_vint.h: * types/pa_vrequest.h: doc: detected Value derivates prob * include/code.h: * include/pa_array.h: * include/pa_pool.h: * include/pa_string.h: * include/pa_threads.h: * main/compile.C: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/execute.C: * main/pa_array.C: * main/pa_common.C: * main/pa_exception.C: * main/pa_globals.C: * main/pa_hash.C: * main/pa_pool.C: * main/pa_request.C: * main/pa_string.C: * main/pa_table.C: * main/untaint.C: * parser3.doxygen: * types/pa_value.h: auto @brief * classes/_file.h: * classes/file.C: * classes/table.C: * include/pa_common.h: * include/pa_globals.h: * include/pa_string.h: * include/pa_table.h: * main/main.dsp: * main/pa_common.C: * main/pa_globals.C: * operators.txt: * operators.txt: * types/pa_value.h: * types/pa_vcookie.h: * types/pa_venv.h: * types/pa_vfile.C: * types/pa_vfile.h: * types/pa_vform.C: * types/pa_vform.h: * types/pa_vrequest.h: * types/pa_vtable.h: file class just compiled * types/pa_vfile.C: * types/pa_vfile.h: * types/pa_vstateless_object.h: vfile doxx * classes/_response.h: * classes/response.C: * main/pa_globals.C: * types/pa_vform.h: * types/pa_vresponse.h: VResponse moved to :VStateless_object * include/code.h: * include/pa_array.h: * include/pa_common.h: * include/pa_exception.h: * include/pa_globals.h: * include/pa_globals.h: * include/pa_hash.h: * include/pa_pool.h: * include/pa_pool.h: * include/pa_request.h: * include/pa_stack.h: * include/pa_string.h: * include/pa_string.h: * include/pa_table.h: * include/pa_threads.h: * include/pa_types.h: * main/compile.C: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/execute.C: * main/pa_array.C: * main/pa_common.C: * main/pa_exception.C: * main/pa_globals.C: * main/pa_hash.C: * main/pa_pool.C: * main/pa_request.C: * main/pa_string.C: * main/pa_table.C: * main/untaint.C: * parser3.doxygen: * parser3.doxygen: * parser3.doxygen: * types/pa_valiased.h: * types/pa_value.h: * types/pa_vfile.C: * www/htdocs/index.html: z * classes/_request.h: * classes/request.C: * doxygen.cmd: * include/code.h: * include/pa_array.h: * include/pa_common.h: * include/pa_exception.h: * include/pa_globals.h: * include/pa_hash.h: * include/pa_pool.h: * include/pa_request.h: * include/pa_stack.h: * include/pa_string.h: * include/pa_table.h: * include/pa_threads.h: * include/pa_types.h: * main/execute.C: * main/pa_pool.C: * main/pa_request.C: * main/pa_string.C: * main/untaint.C: * operators.txt: * parser.dsw: * parser3.doxygen: * parser3.dsw: * targets/cgi/parser3.C: * types/pa_value.h: * types/pa_vform.C: * viewdoxygen.cmd: doxygen include/, Value * include/pa_hash.h: * include/pa_types.h: * main/pa_common.C: * main/pa_hash.C: * main/pa_request.C: * types/pa_vcookie.C: renamed Hash::Value to Val so to doxygen would finlly stop confusing those Value-s * main/main.dsp: * targets/cgi/parser3.dsp: * types/pa_valiased.C: * types/pa_vform.h: commented VForm * classes/_cookie.h: * classes/_table.h: * classes/cookie.C: * main/execute.C: * main/main.dsp: * main/pa_globals.C: * types/pa_vcookie.C: * types/pa_vcookie.h: VCookie is now :Value 2001-03-18 paf * classes/_cookie.h: * classes/cookie.C: * include/pa_common.h: * include/pa_globals.h: * include/pa_request.h: * include/pa_string.h: * include/pa_types.h: * main/main.dsp: * main/pa_common.C: * main/pa_globals.C: * main/pa_hash.C: * main/pa_request.C: * main/pa_string.C: * main/untaint.C: * operators.txt: * targets/cgi/parser3.C: * types/pa_value.h: * types/pa_vcookie.C: * types/pa_vcookie.h: * types/pa_vform.C: * types/pa_vform.h: * types/pa_vhash.h: * types/pa_vunknown.h: * www/cgi-bin/auto.p: * www/htdocs/index.html: cookie class * include/pa_hash.h: * main/pa_hash.C: * targets/cgi/parser3.C: * www/cgi-bin/auto.p: * www/htdocs/index.html: response fields to header * classes/root.C: * classes/string.C: * include/pa_string.h: * main/pa_globals.C: * main/pa_request.C: * main/pa_string.C: * types/pa_vdouble.h: * types/pa_vform.C: * types/pa_vint.h: * types/pa_vstateless_class.C: convinient string(pool, char *src, bool tainted) ctor * include/pa_hash.h: * include/pa_request.h: * include/pa_string.h: * main/pa_globals.C: * main/pa_hash.C: * main/pa_request.C: * main/pa_string.C: * main/untaint.C: * targets/cgi/parser3.C: * www/htdocs/index.html: proper @exceptions params tainting * classes/_response.h: * classes/response.C: * include/pa_globals.h: * include/pa_hash.h: * include/pa_request.h: * main/compile.C: * main/compile.y: * main/execute.C: * main/main.dsp: * main/pa_globals.C: * main/pa_hash.C: * main/pa_request.C: * targets/cgi/parser3.C: * targets/cgi/parser3.dsp: * types/pa_value.h: * types/pa_vhash.h: * types/pa_vrequest.h: * types/pa_vresponse.h: * www/cgi-bin/auto.p: * www/htdocs/index.html: $response: 0 request::core exception rethrow * classes/request.C: * classes/response.C: * classes/root.C: * include/pa_common.h: * include/pa_globals.h: * include/pa_request.h: * include/pa_string.h: * main/pa_common.C: * main/pa_globals.C: * main/pa_request.C: * operators.txt: * targets/cgi/parser3.C: * www/htdocs/index.html: ^taint 0 * classes/cookie.C: * operators.txt: * types/pa_vcookie.C: * types/pa_vcookie.h: * www/htdocs/index.html: cookie: allowed access to hash-assigned * include/pa_globals.h: * main/execute.C: * main/pa_globals.C: * main/pa_request.C: * targets/cgi/parser3.C: * www/cgi-bin/auto.p: * www/cgi-bin/auto.p: * www/htdocs/index.html: z * classes/root.C: * include/pa_globals.h: * include/pa_string.h: * main/pa_globals.C: * main/pa_request.C: * main/pa_string.C: * types/pa_value.h: * types/pa_vhash.h: * www/cgi-bin/auto.p: $defautl[$content-type[$value[text/html] $charset[windows-1251]] * classes/root.C: * main/pa_request.C: * main/untaint.C: * targets/cgi/parser3.C: * www/htdocs/index.html: taint[uri * main/pa_request.C: * www/cgi-bin/auto.p: * www/htdocs/index.html: zero length output allowed * classes/response.C: * main/pa_request.C: * operators.txt: * types/pa_value.h: * types/pa_vhash.h: * types/pa_vresponse.h: * www/htdocs/index.html: ^response:clear[] * classes/root.C: * main/pa_request.C: * www/htdocs/index.html: taint forgotten forced lang switch 2001-03-16 paf * include/code.h: * include/pa_hash.h: * include/pa_request.h: * main/compile.y: * main/execute.C: * types/pa_value.h: * types/pa_vhash.h: * types/pa_vstring.h: * types/pa_vtable.h: * types/pa_wcontext.C: * types/pa_wcontext.h: * www/htdocs/index.html: see () and {} param wcontext conflict * classes/double.C: * include/code.h: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/execute.C: * www/htdocs/index.html: ) and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM * main/execute.C: * main/main.dsp: * types/pa_value.h: * types/pa_vrequest.h: * www/cgi-bin/auto.p: native method' class call with less params then needed error reporting * main/execute.C: * types/pa_value.h: * types/pa_vstateless_object.h: * types/pa_vstring.h: * www/htdocs/index.html: * www/htdocs/news.p: disabled $string.field * main/execute.C: * operators.txt: * sql.txt: * tainted.txt: * types/pa_vmframe.h: * www/cgi-bin/auto.p: * www/htdocs/index.html: if(in "/news/") * include/pa_globals.h: * main/execute.C: * main/pa_globals.C: * operators.txt: * types/pa_value.h: * types/pa_vcframe.h: * types/pa_vmframe.h: * types/pa_wcontext.h: * www/htdocs/index.html: $result * classes/_request.h: * classes/request.C: * include/pa_globals.h: * include/pa_request.h: * lang.txt: * main/execute.C: * main/main.dsp: * main/pa_globals.C: * main/pa_request.C: * operators.txt: * targets/cgi/parser3.C: * types/pa_vform.C: * types/pa_vrequest.C: * types/pa_vrequest.h: * www/cgi-bin/auto.p: * www/htdocs/index.html: $request : query :uri 2001-03-15 paf * www/cgi-bin/auto.p: * www/htdocs/index.html: @exception sample * main/compile.y: * main/pa_request.C: * operators.txt: * targets/cgi/parser3.C: * test.p: * types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre pre pre works * main/compile.y: * main/execute.C: z * main/pa_request.C: * www/cgi-bin/auto.p: * www/htdocs/index.html: * www/htdocs/news.p: news sample * b.p: * main/compile.y: * main/execute.C: * main/pa_request.C: * n.p: * targets/cgi/parser3.C: * test.p: * types/pa_vstring.h: @exception * include/pa_globals.h: * main/pa_globals.C: * main/pa_request.C: * targets/cgi/parser3.C: * types/pa_vform.C: * types/pa_vform.h: vform fillfields just compiled 2001-03-14 paf * include/core.h: * include/pa_globals.h: * include/pa_pool.h: * include/pa_string.h: * include/pa_types.h: * main/compile.y: * main/core.C: * main/main.dsp: * main/pa_globals.C: * main/pa_request.C: * targets/cgi/pa_vform.C: * targets/cgi/parser3.C: * targets/cgi/parser3.dsp: * types/pa_value.h: * types/pa_vform.h: * types/pa_vunknown.h: global handler, exceptions in parser3 * include/pa_globals.h: * main/pa_globals.C: * main/pa_request.C: * targets/cgi/parser3.dsp: * types/pa_vform.C: * types/pa_vform.h: * types/pa_vstring.h: limits -1 * include/pa_common.h: * include/pa_types.h: * main/pa_request.C: * targets/cgi/parser3.C: PATH_DELIMITER_CHAR * targets/cgi/parser3.C: # if MSVC * include/pa_globals.h: * include/pa_request.h: * include/pa_types.h: * main/main.dsp: * main/pa_globals.C: * main/pa_request.C: * targets/cgi/parser3.C: * targets/cgi/parser3.dsp: * types/pa_vform.C: * types/pa_vform.h: request_info -1 * include/pa_globals.h: * main/pa_globals.C: * targets/cgi/parser3.C: * targets/cgi/parser3.dsp: * targets/cgi/vform_fields_fill.C: * targets/cgi/vform_fields_fill.h: vform_fields_fill * include/pa_request.h: * main/pa_request.C: * targets/cgi/parser3.C: * targets/cgi/parser3.C: z 2001-03-13 paf * main/execute.C: * test.p: * types/pa_value.h: * types/pa_venv.h: for future methods of ENV constructor if * classes/root.C: * classes/table.C: * include/pa_exception.h: * include/pa_pool.h: skipped_restructure_exceptions_dead_end * types/pa_vstateless_class.h: file pa_vstateless_class.h was initially added on branch stateless_class. * auto.p: * include/code.h: * include/pa_string.h: * main/compile.y: * main/execute.C: * main/pa_string.C: * operators.txt: 'value is type' expr operator * classes/form.C: * main/compile.y: * main/core.C: * operators.txt: * test.p: * types/pa_value.h: * types/pa_vclass.h: * types/pa_venv.h: * types/pa_vform.h: * types/pa_vstateless_class.C: * types/pa_vstateless_class.h: form:fields removed. use $form.CLASS instead * types/pa_vstateless_class.C: file pa_vstateless_class.C was initially added on branch stateless_class. * include/core.h: * include/pa_common.h: * include/pa_request.h: * main/pa_common.C: * main/pa_request.C: * targets/cgi/parser3.C: before error show with parser * types/pa_venv.h: file pa_venv.h was initially added on branch stateless_class. * targets/cgi/Makefile.am: * targets/cgi/pa_pool.C: * targets/cgi/pa_vform.C: * targets/cgi/parser.dsp: * targets/cgi/parser3.C: renamed targets/ parser to cgi * classes/_double.h: * classes/_double.h: * classes/_env.h: * classes/_env.h: * classes/_int.h: * classes/_int.h: * classes/_root.h: * classes/_root.h: * classes/_string.h: * classes/_string.h: * classes/_table.h: * classes/_table.h: * classes/double.C: * classes/double.C: * classes/env.C: * classes/env.C: * classes/int.C: * classes/int.C: * classes/root.C: * classes/root.C: * classes/string.C: * classes/string.C: * classes/table.C: * classes/table.C: * include/pa_request.h: * include/pa_request.h: * main/compile.C: * main/compile.C: * main/compile_tools.h: * main/compile_tools.h: * main/core.C: * main/core.C: * main/execute.C: * main/execute.C: * main/main.dsp: * main/main.dsp: * main/pa_request.C: * main/pa_request.C: * types/pa_valiased.h: * types/pa_valiased.h: * types/pa_value.h: * types/pa_value.h: * types/pa_vclass.C: * types/pa_vclass.C: * types/pa_vclass.h: * types/pa_vclass.h: * types/pa_venv.h: * types/pa_venv.h: * types/pa_vmframe.h: * types/pa_vmframe.h: * types/pa_vobject.h: * types/pa_vobject.h: * types/pa_vstateless_class.C: * types/pa_vstateless_class.C: * types/pa_vstateless_class.h: * types/pa_vstateless_class.h: * types/pa_vstateless_object.h: * types/pa_vstateless_object.h: * types/pa_wcontext.h: * types/pa_wcontext.h: $ENV: re 0, stateless classes * auto.p: * include/pa_request.h: * main/compile.C: * main/execute.C: * main/pa_request.C: * test.p: * types/pa_value.h: * types/pa_vmframe.h: fixed yesterdays bad decision on execute_static_method * include/core.h: * include/pa_common.h: * include/pa_request.h: * main/core.C: * main/execute.C: * main/main.dsp: * main/pa_request.C: * targets/cgi/parser3.C: * targets/cgi/parser3.dsp: * types/pa_vform.h: started cgi target * include/pa_request.h: * test.p: * types/pa_venv.h: $ENV 0.1 stateless class * auto.p: * classes/_form.h: * classes/double.C: * classes/env.C: * classes/form.C: * classes/int.C: * classes/root.C: * classes/string.C: * classes/table.C: * classes/table.C: * include/core.h: * include/pa_request.h: * include/pa_request.h: * include/pa_types.h: * main/core.C: * main/execute.C: * main/pa_request.C: * main/pa_request.C: * main/pa_request.C: * operators.txt: * operators.txt: * parser.dsw: * targets/cgi/parser.dsp: * targets/cgi/parser3.C: * targets/cgi/parser3.dsp: * targets/cgi/parser3.dsp: * test.p: * test.p: * types/pa_vhash.h: z * classes/root.C: * classes/table.C: * include/pa_exception.h: * include/pa_pool.h: * main/pa_request.C: * test.p: restructure_exceptions_dead_end * classes/root.C: * main/compile.y: * operators.txt: * test.p: ^if required junctions. allowed ; inside {} to break params * classes/_env.h: * classes/env.C: * classes/root.C: * include/core.h: * include/pa_pool.h: * include/pa_request.h: * main/compile.C: * main/compile.y: * main/core.C: * main/main.dsp: * main/pa_common.C: * main/pa_request.C: * test.p: * types/pa_value.h: * types/pa_venv.h: * types/pa_vstateless_class.h: started $form: [historical moment :)] * test.p: * types/pa_venv.h: $ENV 1 * classes/double.C: * classes/int.C: * classes/root.C: * operators.txt: * test.p: * types/pa_vdouble.h: * types/pa_vint.h: Int,Double dec mul div mod 2001-03-12 paf * classes/_string.h: * classes/double.C: * classes/int.C: * classes/string.C: * main/execute.C: * test.p: * types/pa_wcontext.h: int doube string ^format * classes/root.C: * test.p: * types/pa_vclass.h: process temp main zeroing * classes/root.C: * classes/table.C: * operators.txt: * test.cfg: * test.p: * types/pa_vtable.h: table ^offset ^line ^count * classes/root.C: * classes/table.C: * operators.txt: * test.p: ^use * main/execute.C: * test.p: * types/pa_wcontext.h: constructing flag not 'bad' but not 'enough' * test.p: table: I really don't need cell origins, would kill them now * b.p: * classes/root.C: * classes/table.C: * include/pa_request.h: * main/compile.y: * main/core.C: * main/execute.C: * operators.txt: * test.p: * types/pa_vclass.h: * types/pa_wcontext.C: * types/pa_wcontext.h: * types/pa_wwrapper.h: while. switched off wcontext.constructing after write(value) or auto-vhash-constructing * classes/table.C: * operators.txt: * test.p: table ^empty * classes/root.C: * operators.txt: * test.p: ^eval * classes/root.C: * classes/table.C: * include/pa_request.h: * main/pa_request.C: * operators.txt: * test.p: fail_if_junction_ helper func * classes/root.C: * include/core.h: * include/pa_array.h: * include/pa_request.h: * include/pa_table.h: * main/core.C: * main/main.dsp: * main/pa_request.C: * main/pa_table.C: * operators.txt: * test.p: * types/pa_value.h: * types/pa_vclass.C: * types/pa_vclass.h: * types/pa_vdouble.h: * types/pa_vint.h: * types/pa_vmframe.h: * types/pa_vstring.h: freeze, ^table:create[] -1 * classes/root.C: * main/execute.C: * test.p: * types/pa_vclass.h: used get_method in couple places optimizing them * types/pa_vtable.h: table: no, better with string in cells... * classes/double.C: * classes/int.C: * classes/root.C: * classes/string.C: * include/pa_common.h: * include/pa_request.h: * include/pa_string.h: * include/pa_types.h: * main/compile.C: * main/compile.y: * main/compile_tools.h: * main/execute.C: * main/pa_common.C: * main/pa_request.C: * operators.txt: * test.p: * types/pa_value.h: * types/pa_vmframe.h: process. actual names to store param and check_actual_numbered_params for better place diagnostics * classes/_table.h: * classes/root.C: * classes/root.C: * classes/table.C: * include/pa_array.h: * include/pa_table.h: * main/pa_table.C: * main/untaint.C: * operators.txt: * test.p: * test.p: * test.p: * types/pa_value.h: z * classes/root.C: * classes/table.C: * include/pa_common.h: * include/pa_request.h: * main/execute.C: * main/main.dsp: * main/pa_common.C: * main/pa_request.C: * operators.txt: * test.p: ^process error point by actual method_name, not source. ^load * classes/table.C: * include/pa_table.h: * test.cfg: * test.p: table ^menu * classes/root.C: * operators.txt: * test.p: ^round() ^floor() ^ceiling() ^abs() ^sign() * classes/double.C: * classes/int.C: * classes/root.C: * classes/string.C: * classes/table.C: * main/core.C: * main/execute.C: * operators.txt: * test.p: * types/pa_vint.h: ^for * classes/double.C: * classes/root.C: * classes/table.C: * include/pa_common.h: * include/pa_types.h: * main/compile.y: * main/pa_common.C: * main/pa_request.C: * main/untaint.C: * operators.txt: * test.p: * types/pa_vdouble.h: * types/pa_vint.h: * types/pa_vtable.h: * types/pa_wwrapper.h: think constructing flag as is is bad * classes/root.C: * include/pa_common.h: * include/pa_string.h: * include/pa_table.h: * main/core.C: * main/execute.C: * main/pa_common.C: * main/pa_request.C: * main/pa_table.C: * operators.txt: * test.p: * types/pa_value.h: table:set 0 * test.p: table:set 1 2001-03-11 paf * classes/double.C: * classes/int.C: * classes/root.C: * include/pa_request.h: * main/execute.C: * test.p: intercept_string * classes/double.C: * classes/int.C: * include/pa_request.h: * test.p: ^inc-s(expr) * include/pa_valiased.h: * include/pa_value.h: * include/pa_vbool.h: * include/pa_vcframe.h: * include/pa_vclass.h: * include/pa_vdouble.h: * include/pa_vhash.h: * include/pa_vint.h: * include/pa_vjunction.h: * include/pa_vmframe.h: * include/pa_vobject.h: * include/pa_vstring.h: * include/pa_vunknown.h: * include/pa_wcontext.h: * include/pa_wwrapper.h: * main/compile.y: * main/core.C: * main/main.dsp: * main/pa_cframe.C: * main/pa_request.C: * main/pa_value.C: * main/pa_vclass.C: * main/pa_wcontext.C: * types/pa_valiased.h: * types/pa_value.h: * types/pa_vbool.h: * types/pa_vcframe.h: * types/pa_vclass.C: * types/pa_vclass.h: * types/pa_vdouble.h: * types/pa_vhash.h: * types/pa_vint.h: * types/pa_vjunction.h: * types/pa_vmframe.h: * types/pa_vobject.h: * types/pa_vstring.h: * types/pa_vunknown.h: * types/pa_wcontext.C: * types/pa_wcontext.h: * types/pa_wwrapper.h: splitted types from include/ * main/main.dsp: * test.p: * types/pa_value.h: * types/pa_vdouble.h: * types/pa_vint.h: * types/pa_vobject.h: * types/pa_vstring.h: VString VDouble VInt base now VObject_base - without fields * b.p: * include/core.h: * include/pa_request.h: * main/core.C: * main/main.dsp: * main/pa_request.C: renamed AUTO: to MAIN: * auto.p: * classes/double.C: * classes/int.C: * classes/root.C: * classes/string.C: * include/core.h: * include/pa_hash.h: * include/pa_pool.h: * include/pa_request.h: * include/pa_string.h: * main/compile.C: * main/core.C: * main/pa_request.C: * operators.txt: * test.p: ^untaint 0 * auto.p: * classes/root.C: * main/execute.C: * main/main.dsp: * test.p: setname for method-junctions bug fixed * types/pa_vdouble.h: * types/pa_vint.h: * types/pa_vobject.h: * types/pa_vstateless_object.h: * types/pa_vstring.h: stateless_object * classes/root.C: * include/core.h: * main/core.C: * main/pa_request.C: * operators.txt: * test.p: * test.p: * types/pa_vhash.h: z * classes/_double.h: * classes/_env.h: * classes/_int.h: * classes/_root.h: * classes/_string.h: * classes/double.C: * classes/env.C: * classes/int.C: * classes/root.C: * classes/string.C: * include/code.h: * include/core.h: * include/pa_array.h: * include/pa_common.h: * include/pa_exception.h: * include/pa_hash.h: * include/pa_pool.h: * include/pa_request.h: * include/pa_stack.h: * include/pa_string.h: * include/pa_table.h: * include/pa_threads.h: * include/pa_types.h: * main/compile.C: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/core.C: * main/execute.C: * main/pa_array.C: * main/pa_common.C: * main/pa_exception.C: * main/pa_hash.C: * main/pa_pool.C: * main/pa_request.C: * main/pa_string.C: * main/pa_table.C: * types/pa_valiased.h: * types/pa_value.h: * types/pa_vbool.h: * types/pa_vcframe.h: * types/pa_vclass.C: * types/pa_vclass.h: * types/pa_vdouble.h: * types/pa_vhash.h: * types/pa_vint.h: * types/pa_vjunction.h: * types/pa_vmframe.h: * types/pa_vobject.h: * types/pa_vstring.h: * types/pa_vunknown.h: * types/pa_wcontext.C: * types/pa_wcontext.h: * types/pa_wwrapper.h: headers updated * classes/double.C: * classes/int.C: * classes/root.C: * types/pa_vclass.C: * types/pa_vclass.h: add_native_method helper 2001-03-10 paf * include/core.h: * include/pa_request.h: * main/compile.y: * main/core.C: * main/pa_request.C: names to core.C * classes/_env.h: * classes/env.C: * classes/root.C: * include/pa_request.h: * include/pa_vclass.h: * main/core.C: * main/main.dsp: env0 * b.p: * include/code.h: * include/pa_request.h: * include/pa_vint.h: * include/pa_vjunction.h: * include/pa_vstring.h: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/execute.C: * test.p: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE * include/core.h: * include/pa_array.h: * include/pa_hash.h: * include/pa_request.h: * include/pa_value.h: * include/pa_vcframe.h: * include/pa_vdouble.h: * include/pa_vint.h: * include/pa_vstring.h: * include/pa_vunknown.h: * include/pa_wcontext.h: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/core.C: * main/execute.C: * main/main.dsp: * main/pa_cframe.C: * main/pa_request.C: * main/pa_wcontext.C: const fight finished * auto.p: * include/core.h: * include/pa_request.h: * main/core.C: * main/pa_request.C: * test.p: run+auto=run * include/pa_request.h: * main/execute.C: * main/pa_request.C: * operators.txt: * test.p: @auto[] realised. auto.p scan togo * classes/double.C: * classes/int.C: * classes/root.C: * classes/string.C: * include/pa_request.h: * include/pa_string.h: * include/pa_wcontext.h: * main/compile.y: * main/execute.C: * main/pa_string.C: * main/pa_wcontext.C: * test.p: tainting 0 * classes/_double.h: * classes/_int.h: * classes/_root.h: * classes/_string.h: * classes/double.C: * classes/int.C: * classes/root.C: * classes/string.C: * include/pa_request.h: * include/pa_string.h: * include/pa_types.h: * include/pa_vcframe.h: * include/pa_wcontext.h: * main/core.C: * main/main.dsp: * main/pa_cframe.C: * main/pa_string.C: * main/pa_vclass.C: * main/pa_wcontext.C: * operators.txt: ^lang prepare0 * auto.p: * include/pa_request.h: * main/compile.C: * main/compile.y: * main/pa_request.C: * test.p: auto tree0 * operators.txt: auto.p idea * classes/env.C: env:file/line * include/pa_vclass.h: * test.p: const fight to go * auto.p: * include/core.h: * include/pa_common.h: * include/pa_pool.h: * include/pa_request.h: * main/core.C: * main/execute.C: * main/pa_common.C: * main/pa_request.C: * test.p: root auto.p loaded * include/pa_request.h: * main/execute.C: * test.p: autocalc code-junctions result now have names * auto.p: * classes/root.C: * include/pa_request.h: * test.p: minor if junction bug * auto.p: * main/pa_request.C: * test.p: auto.. * classes/_double.h: * classes/_env.h: * classes/_int.h: * classes/_root.h: * classes/_string.h: * classes/double.C: * classes/env.C: * classes/int.C: * classes/root.C: * classes/string.C: * include/code.h: * include/core.h: * include/pa_array.h: * include/pa_common.h: * include/pa_exception.h: * include/pa_hash.h: * include/pa_pool.h: * include/pa_request.h: * include/pa_stack.h: * include/pa_string.h: * include/pa_table.h: * include/pa_threads.h: * include/pa_types.h: * include/pa_valiased.h: * include/pa_value.h: * include/pa_vbool.h: * include/pa_vcframe.h: * include/pa_vclass.h: * include/pa_vdouble.h: * include/pa_vhash.h: * include/pa_vint.h: * include/pa_vjunction.h: * include/pa_vmframe.h: * include/pa_vobject.h: * include/pa_vstring.h: * include/pa_vunknown.h: * include/pa_wcontext.h: * include/pa_wwrapper.h: * main/compile.C: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/core.C: * main/execute.C: * main/pa_array.C: * main/pa_cframe.C: * main/pa_common.C: * main/pa_exception.C: * main/pa_hash.C: * main/pa_pool.C: * main/pa_request.C: * main/pa_string.C: * main/pa_table.C: * main/pa_value.C: * main/pa_vclass.C: * main/pa_wcontext.C: sources header * operators.txt: * tainted.txt: * test.p: tainting thoghs. ^raw to die. linking lang=html to no space optimization 2001-03-09 paf * operators.txt: * test.p: ^string.int[] ^string.double[] * classes/root.C: * include/pa_request.h: * main/execute.C: * test.p: ^string.length[] * classes/root.C: * include/pa_request.h: * include/pa_vclass.h: * include/pa_vhash.h: * include/pa_vmframe.h: * include/pa_vobject.h: * include/pa_vstring.h: * include/pa_wcontext.h: * main/compile.y: * main/core.C: * main/execute.C: * main/main.dsp: * operators.txt: * test.p: . * include/pa_vmframe.h: * main/compile.C: * main/execute.C: * test.p: expr construct proper naming * classes/_double.h: * classes/_int.h: * classes/_string.h: * classes/double.C: * classes/int.C: * classes/root.C: * classes/string.C: * include/code.h: * include/pa_value.h: * include/pa_vbool.h: * include/pa_vdouble.h: * include/pa_vint.h: * include/pa_vmframe.h: * include/pa_vobject.h: * include/pa_vstring.h: * main/compile.y: * main/compile_tools.C: * main/core.C: * main/execute.C: * main/main.dsp: * operators.txt: * test.p: Int and Double classes with ^int[] and ^double[]. fixed expr type 2001-03-08 paf * include/pa_request.h: * include/pa_value.h: * include/pa_vcframe.h: * include/pa_vmframe.h: * include/pa_wcontext.h: * main/compile.C: * main/compile.y: * main/core.C: * main/execute.C: * main/pa_cframe.C: * main/pa_wcontext.C: 'if' just compiled * main/pa_vclass.C: that were ok... [vclass were out of vcs] * include/pa_value.h: * include/pa_vmframe.h: * main/compile.y: * main/core.C: * main/execute.C: * main/main.dsp: z. detected probs with parameter names in operator methods * include/pa_vclass.h: * include/pa_vstring.h: * include/pa_wcontext.h: * main/compile.y: * main/core.C: * main/execute.C: * main/main.dsp: * test.p: dead end: vstring can't be derivated from vobject * include/pa_request.h: * main/compile.C: * main/compile.y: * main/core.C: * main/main.dsp: * test.p: introducing ROOT_CLASS. it's default @BASE. changed 'RUN' assignment mech * main/execute.C: root root in code-junction * include/pa_bool.h: * include/pa_double.h: * include/pa_value.h: * include/pa_vbool.h: * include/pa_vclass.h: * include/pa_vdouble.h: * include/pa_vhash.h: * include/pa_vjunction.h: * include/pa_vmframe.h: * include/pa_vobject.h: * include/pa_vstring.h: * include/pa_vunknown.h: * main/compile.y: * main/compile_tools.C: * main/execute.C: withoud cloning. didn't need it actually, params got passed from out unnamed ewpool * include/code.h: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/execute.C: * operators.txt: * test.p: made class: dynamic, not static. so to enable runtime ^use * asm.txt: * include/code.h: * main/compile.y: * main/compile_tools.C: * main/execute.C: joined 2 into one OP_CODE__STORE_PARAM * b.p: * form.txt: * n.p: call1 * main/execute.C: * test.p: fixed problems calling operators in constructors * classes/root.C: * include/pa_request.h: * include/pa_value.h: * include/pa_vbool.h: * include/pa_wwrapper.h: * main/execute.C: * operators.txt: ^if 0 * main/pa_vclass.C: wow! vclass were out of vcs * classes/root.C: * include/pa_stack.h: * main/execute.C: * test.p: detected problems calling operators in constructors * main/compile.y: minor renamings in .y * include/pa_vdouble.h: * include/pa_vhash.h: * include/pa_vjunction.h: * include/pa_vobject.h: * include/pa_vunknown.h: * main/compile.y: * test.p: cloning dead end * include/pa_vmframe.h: * test.p: fixed forgotten method_frame my check * classes/root.C: * test.p: added root.c * include/pa_vbool.h: * include/pa_vclass.h: * include/pa_vdouble.h: * include/pa_vhash.h: * include/pa_vjunction.h: * include/pa_vmframe.h: * include/pa_vobject.h: * include/pa_vstring.h: * include/pa_vstring.h: * include/pa_wcontext.h: * main/execute.C: * main/execute.C: * main/execute.C: * main/main.dsp: * main/pa_wcontext.C: * main/pa_wcontext.C: * n.p: * operators.txt: * test.p: z * main/compile.y: * test.p: minor grammar bug with OP_CODE__STORE_PARAM * include/pa_bool.h: * include/pa_double.h: * include/pa_valiased.h: * include/pa_value.h: * include/pa_vbool.h: * include/pa_vclass.h: * include/pa_vdouble.h: * include/pa_vhash.h: * include/pa_vjunction.h: * include/pa_vmframe.h: * include/pa_vobject.h: * include/pa_vstring.h: * include/pa_vunknown.h: * main/compile.y: * main/compile_tools.C: * main/execute.C: * main/main.dsp: * main/pa_value.C: * n.p: * test.p: value.cloning so to give params proper names * classes/root.C: * include/pa_request.h: * main/execute.C: autocalc def to string * include/pa_vmframe.h: * main/execute.C: * test.p: added names to unknown values in get_element and unfilled params. removed wrong name change in get_element * include/pa_vclass.h: * include/pa_vhash.h: * include/pa_vobject.h: removes some remained clone conseqs 2001-03-07 paf * include/pa_hash.h: * include/pa_value.h: * include/pa_vhash.h: * include/pa_vunknown.h: * main/compile.y: * main/execute.C: * main/pa_hash.C: * test.p: expr def in -f * lang.txt: * sql.txt: * test.p: added some textss * main/compile.y: * main/execute.C: * main/pa_string.C: * test.p: bug in string.cmp fixed * main/compile.y: .y priorities syntax shaped up a bit * main/compile.y: * test.p: expr quoted code * main/execute.C: * test.p: ^var.menu{$field} problem detected. that $field not a $var.field * main/compile.y: * main/compile_tools.h: * test.p: ^func(params) * test.p: z * include/pa_value.h: * include/pa_vclass.h: * include/pa_vhash.h: * include/pa_vmframe.h: * include/pa_vobject.h: * include/pa_wwrapper.h: const in Value.get_element * main/compile.y: * main/execute.C: * test.p: expr whitespace solved. added "" support0 * include/pa_string.h: * main/compile.y: * main/execute.C: * main/pa_string.C: * operators.txt: * test.p: just compiled lt&co * main/compile.y: * test.p: expr string comparisons 0 * include/pa_stack.h: * include/pa_value.h: * include/pa_vclass.h: * include/pa_vhash.h: * include/pa_vmframe.h: * include/pa_vobject.h: * include/pa_wwrapper.h: * main/execute.C: * test.p: fixed rwcontext of {} params up * asm.txt: * main/compile.y: * main/execute.C: * test.p: expr calls 2001-03-06 paf * include/pa_vbool.h: forgot this * main/compile.y: expr lexx1 * include/code.h: * main/compile.y: * main/execute.C: * test.p: 1 problems with skipping whitespace in yylex fixed 2 xors: # bitwise ## logical * include/code.h: * include/pa_valiased.h: * include/pa_value.h: * include/pa_vdouble.h: * include/pa_vstring.h: * main/compile.y: * main/execute.C: expr lex0 exec-1 * main/compile.y: * test.p: expr grammar-1 * include/pa_value.h: * include/pa_vdouble.h: * include/pa_vstring.h: * include/pa_vunknown.h: * main/compile.y: * main/execute.C: * main/main.dsp: * test.p: !~ * include/code.h: * main/compile.y: * main/compile_tools.h: g * main/compile.y: * test.p: .y expr visible-shorter * include/pa_vcframe.h: * include/pa_vclass.h: * include/pa_vdouble.h: * include/pa_vhash.h: * include/pa_vjunction.h: * include/pa_vmframe.h: * include/pa_vobject.h: * include/pa_vstring.h: * include/pa_vunknown.h: * include/pa_wcontext.h: * include/pa_wwrapper.h: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/execute.C: * test.p: +-*/ * main/compile.y: * main/execute.C: * main/main.dsp: z * include/pa_vstring.h: * main/compile.y: * test.p: problems with skipping whitespace in yylex * include/pa_value.h: * include/pa_vdouble.h: * main/compile.y: * main/execute.C: * test.p: expr grammar-1 2*2=4.000000 :) * include/pa_vdouble.h: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * test.p: grammar-1.1 $a(z) $a=0 * asm.txt: * include/code.h: * main/compile.y: * main/execute.C: * test.p: without string ops in expressions 0 2001-02-26 paf * main/compile.y: * test.p: max_string in yyerror bug fix 2001-02-25 paf * main/compile.y: * test.p: escaping bug * include/pa_request.h: * main/compile.C: * main/core.C: * test.p: default name RUN, also alias * include/pa_vcframe.h: * include/pa_vmframe.h: * include/pa_vobject.h: * include/pa_wcontext.h: * include/pa_wwrapper.h: * main/core.C: * main/execute.C: * main/main.dsp: * test.p: would now get fields into interm VFielded class * include/pa_request.h: * include/pa_value.h: * include/pa_vmframe.h: * include/pa_wcontext.h: * main/execute.C: * test.p: VAliased0 * main/execute.C: * test.p: VAliased1 * include/pa_value.h: * include/pa_vmframe.h: VAliased2 * asm.txt: * include/code.h: * include/pa_value.h: * include/pa_vclass.h: * include/pa_vmframe.h: * include/pa_vobject.h: * include/pa_wwrapper.h: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/execute.C: * modules.txt: ^class:method() just compiled * include/pa_value.h: * include/pa_vmframe.h: * include/pa_wcontext.h: * main/execute.C: VAliased3 * include/pa_hash.h: * include/pa_value.h: * include/pa_vclass.h: * include/pa_vmframe.h: * include/pa_vobject.h: * include/pa_vstring.h: * include/pa_wcontext.h: * main/compile.y: * main/core.C: * main/execute.C: * main/main.dsp: * main/pa_hash.C: * main/pa_value.C: * main/pa_wcontext.C: * modules.txt: * test.p: virtuals2 * include/pa_value.h: * include/pa_vclass.h: * include/pa_wcontext.h: * include/pa_wwrapper.h: * main/execute.C: * main/main.dsp: no not get fields into interm VFielded class. fields & staticfields 1 * include/pa_pool.h: * include/pa_request.h: * include/pa_value.h: * include/pa_vclass.h: * include/pa_vmframe.h: * include/pa_vobject.h: * main/core.C: * main/execute.C: * main/main.dsp: VAliased just compiled * asm.txt: * include/pa_request.h: * include/pa_value.h: * include/pa_vobject.h: * main/compile.y: * main/compile_tools.h: * main/core.C: * main/execute.C: * main/pa_common.C: * test.p: vobject1 * main/compile.y: * test.p: rethought to $class:static.field.subfield * test.p: tested complex callbacks * main/compile.y: * test.p: : 1 * include/pa_value.h: * include/pa_vmframe.h: * include/pa_wwrapper.h: * main/compile.y: * main/execute.C: * main/pa_wcontext.C: * test.p: before execute class calls rewrite * include/pa_vclass.h: * main/compile.y: * main/execute.C: * test.p: $class:element * include/pa_pool.h: * include/pa_value.h: * include/pa_vclass.h: * include/pa_vobject.h: * main/execute.C: * test.p: alias dead end 2001-02-24 paf * main/compile.y: * test.p: fixed grammar bugs in constructor/params klinch * main/main.dsp: no bison -d * main/compile.y: * main/compile_tools.h: use0 line no on 'undef class' err msg wrong * main/compile.y: fixed last \n macrotemplate strip bug * include/pa_vframe.h: * main/compile.y: * test.p: found junction ideology @: ^x{$a()) must construct current wcontext element, so smart wcontext handling needed * include/pa_value.h: * include/pa_wcontext.h: * include/pa_wwrapper.h: * main/execute.C: * main/pa_value.C: * test.p: it works as bad as you've named it: wcontext.value() was not a perfect idea * main/compile.y: * main/core.C: yylex need some @special lines adj * include/pa_value.h: * include/pa_vcframe.h: * include/pa_vclass.h: * include/pa_vframe.h: * include/pa_vhash.h: * include/pa_vjunction.h: * include/pa_vmframe.h: * include/pa_wcontext.h: * include/pa_wwrapper.h: * main/execute.C: * main/main.dsp: * main/pa_cframe.C: * main/pa_wcontext.C: codeframe just compiled * include/pa_request.h: * include/pa_vclass.h: * main/compile.C: * main/compile.y: * main/compile_tools.h: * main/core.C: * test.p: modules0 * main/pa_array.C: * test.p: minor bug in expanding very small arrays. 60% from 1 were 0 * asm.txt: * include/pa_vclass.h: * main/compile.y: * main/core.C: * modules.txt: z * include/code.h: * include/pa_request.h: * include/pa_value.h: * include/pa_vclass.h: * include/pa_vframe.h: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/core.C: * main/execute.C: * test.p: code junctions0. something wrong with last \n macrotemplate strip * include/pa_value.h: * include/pa_vclass.h: * include/pa_vobject.h: * main/main.dsp: vobject00 * asm.txt: * main/compile.y: * main/execute.C: * test.p: fixed empty constructor optimized empty case. failed on calls - produced empty string param * main/execute.C: * test.p: codeframe1 2001-02-23 paf * include/pa_value.h: * main/core.C: * main/execute.C: * main/main.dsp: * test.p: value named * main/compile.y: * main/execute.C: * test.p: empty constructor bug fixed * include/pa_vframe.h: * include/pa_vunknown.h: * include/pa_wcontext.h: * include/pa_wwrapper.h: * main/core.C: * main/execute.C: * main/main.dsp: * main/pa_value.C: * test.p: call0 * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * test.p: fixed wrong grammar in complex constructor case * include/pa_value.h: * include/pa_vclass.h: * include/pa_vframe.h: * main/core.C: * main/execute.C: * main/pa_value.C: * test.p: get_method RIP. junctions everywhere. call with junctions0 * main/compile.y: * main/execute.C: * main/main.dsp: * test.p: rethought some. before junction * include/pa_value.h: * include/pa_vstring.h: * main/execute.C: * test.p: strign 2 value in 2 places in execute * include/pa_wcontext.h: * test.p: z * asm.txt: * include/pa_hash.h: * include/pa_value.h: * include/pa_wcontext.h: * main/core.C: * main/execute.C: * main/main.dsp: * main/pa_hash.C: * test.p: started call. store param, vframe done * test.p: decided to include value name into value class * include/pa_value.h: * main/compile.C: * main/core.C: * main/pa_value.C: * test.p: minor error reporting format beautifyings * asm.txt: * main/execute.C: * test.p: with result rwpool * include/pa_value.h: * include/pa_wcontext.h: * main/compile.y: * main/execute.C: * main/main.dsp: * main/pa_array.C: * test.p: auto VHash on wcontext.put_element when wcontext fvalue==0 * include/pa_value.h: * include/pa_vclass.h: * include/pa_vframe.h: * include/pa_wwrapper.h: lara came, can't work, sorry :( 2001-02-22 paf * include/pa_request.h: * main/compile.y: * test.p: $self.put(val) * include/pa_pool.h: * include/pa_vclass.h: * main/core.C: * main/pa_hash.C: * main/pa_pool.C: TRY... * include/code.h: * main/compile_tools.C: * main/compile_tools.h: * main/execute.C: OP_STRING better then some xxx _VALUE * main/compile.C: * main/core.C: * main/execute.C: * main/pa_string.C: * test.p: more precise parse error line:col * main/compile.C: * main/compile.y: * main/execute.C: * test.p: started : with $a.$:f * main/compile.y: * test.p: $: wasn't finished - $:sdf(sdf) troubled a bit. finished now. * include/code.h: * include/pa_string.h: * include/pa_value.h: * include/pa_vclass.h: * include/pa_wcontext.h: * main/compile.y: * main/execute.C: * main/pa_string.C: write_value write_string 0 it seems wcontext must write strings regardles of fvalue!=0 * include/code.h: * include/pa_value.h: * include/pa_vclass.h: * include/pa_wcontext.h: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/execute.C: * main/main.dsp: iiieeyys! get/put simple vars to VClass works0 * include/pa_array.h: * include/pa_wcontext.h: * main/pa_string.C: in process, but found that exceptions are too global * main/compile.y: * test.p: $: finished * main/compile.C: * main/compile.y: * main/compile_tools.C: * test.p: z * include/pa_request.h: * include/pa_stack.h: * include/pa_wcontext.h: * main/execute.C: * test.p: z about to vstring it .y all * include/pa_hash.h: * include/pa_value.h: * include/pa_vclass.h: * include/pa_vhash.h: * include/pa_vstring.h: * include/pa_wcontext.h: * main/execute.C: * main/main.dsp: * test.p: auto VHash in pa.th.cre.at.e * include/code.h: * include/pa_vstring.h: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/execute.C: * test.p: string to vstring it .y all * include/pa_array.h: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/pa_array.C: * test.p: $self.get * include/pa_exception.h: * include/pa_pool.h: * include/pa_request.h: * include/pa_value.h: * include/pa_wcontext.h: * main/compile.C: * main/compile.y: * main/compile_tools.C: * main/core.C: * main/pa_array.C: * main/pa_exception.C: * main/pa_hash.C: * main/pa_pool.C: * main/pa_string.C: * main/pa_table.C: * test.p: removed exception from request * include/pa_vstring.h: * main/compile.C: * main/core.C: * test.p: added some forgotten * include/pa_wcontext.h: * main/compile.y: * main/execute.C: * test.p: erroreos checkout 2001-02-21 paf * main/compile.y: more straightforward yylex[end] * main/compile.C: * main/compile.y: * main/compile_tools.h: error processing in eval & yyerror so it wouldn't cause memleaks. * include/compile.h: * include/execute.h: * include/pa_array.h: * include/pa_request.h: * include/pa_stack.h: * include/pa_vclass.h: * include/pa_wcontext.h: * main/compile.C: * main/compile.y: * main/execute.C: * main/main.dsp: * main/pa_array.C: * main/pa_request.C: get put -1 [just compiled] * include/compile.h: * include/pa_array.h: * main/compile.C: * main/compile.y: * main/execute.C: MAIN_METHOD_NAME ready to write execute * include/pa_string.h: * include/pa_types.h: * main/pa_string.C: string.operator==(char*) * main/compile.C: * main/compile.y: * main/execute.C: store0 * include/core.h: * include/pa_context.h: * include/pa_request.h: * include/pa_vclass.h: * include/pa_wcontext.h: * main/core.C: * main/main.dsp: * main/pa_request.C: request core methods0 * include/compile.h: * include/pa_context.h: * include/pa_hash.h: * include/pa_request.h: * include/pa_string.h: * include/pa_value.h: struck with const array.gets * include/code.h: * include/pa_types.h: * main/compile.C: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/execute.C: * main/main.dsp: .y to c++ hierarchy output fix. compiler works ok * include/compile.h: * main/compile.C: * main/compile.y: * main/compile_tools.h: line numbers needed. would add them to .y now internally. externally it's not as precise as needed * include/pa_exception.h: * include/pa_value.h: * main/compile.C: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: .y methods and one_big_piece. now compile returns array * include/execute.h: * include/pa_array.h: * include/pa_value.h: * main/execute.C: * main/pa_array.C: after array.const get wonders * main/compile.y: * main/execute.C: * main/execute.C: * main/execute.C: * main/execute.C: * main/execute.C: z * main/execute.C: tired :) * main/compile.C: * main/compile.y: failed to add absolute precies parse error positions. leaving RIGHTMOST position as @file[line:col] 2001-02-20 paf * include/code.h: * include/compile.h: * include/execute.h: * include/pa_array.h: * include/pa_common.h: * include/pa_pool.h: * include/pa_string.h: * include/pa_table.h: * include/pa_types.h: * main/compile.C: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/core.C: * main/execute.C: * main/main.dsp: * main/pa_array.C: * main/pa_common.C: * main/pa_hash.C: * main/pa_string.C: * main/pa_table.C: bison[yacc] first time compiled. execute=dump for now * main/compile.C: * main/compile.y: * main/compile_tools.C: * main/compile_tools.h: * main/execute.C: * main/main.dsp: nestage probs, eof yylex not perfect * main/core.C: core rewrite using yacc investigations now will be compile[yacc]/execute[opcodes] 2001-02-15 paf * include/pa_value.h: * main/core.C: maybe a-la yacc those ifs rewrite as turing machine? for it seems it would be it's too many ifs with this syntax now 2001-02-14 paf * include/pa_context.h: * include/pa_string.h: * main/core.C: * main/pa_string.C: process text repassing * include/pa_value.h: * main/core.C: * main/pa_string.C: process text repassing2 operator static vars * include/pa_string.h: * main/core.C: * main/pa_string.C: get names 0 * include/pa_context.h: * include/pa_value.h: * main/core.C: module:calls changes * main/core.C: varios breaks * main/core.C: get_params figured ^menu[UNEVALUATED unthinked :( ] * main/core.C: get_params 1 * main/core.C: get names 1 * main/core.C: get names 2 * main/core.C: get names 3 2001-02-13 paf * include/pa_string.h: * main/pa_string.C: String_iterator::skip_to todo:optimize * main/core.C: operators : and self. prefixes * include/pa_context.h: * include/pa_value.h: * main/core.C: ^class:calls[] started * include/pa_string.h: * main/pa_string.C: String_iterator optimized * include/pa_string.h: * main/pa_string.C: String_iterator tested * main/pa_string.C: String_iterator::skip_to optimized a bit. would change privates to better support optimization * include/pa_value.h: * main/core.C: * main/core.C: z 2001-02-12 paf * include/pa_context.h: * include/pa_value.h: * main/core.C: get self/methodref joined * include/pa_context.h: * include/pa_value.h: * main/core.C: some comments * include/pa_string.h: * main/core.C: * main/pa_string.C: started String_iterator 2001-02-11 paf * include/pa_context.h: * include/pa_value.h: * main/core.C: * main/main.dsp: core started. core.C, context&value .h * include/pa_array.h: * include/pa_hash.h: * include/pa_pool.h: * include/pa_string.h: * main/main.dsp: * main/pa_array.C: * main/pa_hash.C: * main/pa_pool.C: * main/pa_string.C: :pooled 2001-01-30 paf * configure: * configure.in: * include/pa_error.h: * include/pa_exception.h: * include/pa_pool.h: * include/pa_request.h: * main/main.dsp: * main/pa_error.C: * main/pa_exception.C: * main/pa_pool.C: * targets/Makefile.am: * targets/parser.C: * targets/parser.dsp: lowered targets/parser into subdir, added parser_Pool(Pool) failed to add. would think.. * include/pa_exception.h: * include/pa_pool.h: * include/pa_table.h: * main/pa_exception.C: * main/pa_table.C: minor * to & changes * include/pa_pool.h: * main/Makefile.am: * main/main.dsp: * main/pa_pool.C: moved pa_pool.C to be target specific * Makefile.am: * main/Makefile.am: * targets/Makefile.am: .am comments * include/pa_exception.h: * include/pa_pool.h: * include/pa_request.h: * include/pa_table.h: * main/pa_array.C: * main/pa_exception.C: * main/pa_pool.C: * main/pa_table.C: error re-associated. that's much better even removed 'die' necessety * configure: * configure.in: .am updated 2001-01-29 paf * include/pa_hash.h: * include/pa_pool.h: * include/pa_threads.h: * main/pa_hash.C: made local Hash-es not thread safe=quicker by SYNCHRONIZED(thread_safe) * include/pa_hash.h: some comments * include/pa_error.h: * include/pa_request.h: * include/pa_string.h: * include/pa_table.h: * main/pa_error.C: * main/pa_table.C: * targets/parser.C: * targets/parser.dsp: Error fixed * include/pa_pool.h: * include/pa_string.h: * main/pa_string.C: * targets/parser.C: String originating * include/pa_array.h: * main/pa_array.C: * targets/parser.C: Array::operator += (Array& src) rethought, would change now * configure.in: * include/pa_hash.h: * include/pa_threads.h: * main/main.dsp: * main/pa_threads.C: * targets/parser.C: added pa_threads Mutex * include/pa_pool.h: * main/pa_array.C: * targets/parser.C: tested - decision "no templates" * include/pa_error.h: * include/pa_hash.h: * include/pa_string.h: * include/pa_table.h: * main/pa_error.C: * main/pa_hash.C: * main/pa_string.C: * main/pa_table.C: * targets/parser.C: Table more like C++ style hence lots of 'const' * include/pa_array.h: * include/pa_hash.h: * include/pa_pool.h: * include/pa_string.h: * include/pa_table.h: * include/pa_types.h: * main/main.dsp: * main/pa_array.C: * main/pa_string.C: * main/pa_table.C: Table started would test template Array now * main/pa_array.C: expand not convinient, would rewrite * include/pa_array.h: * include/pa_hash.h: * include/pa_pool.h: * include/pa_string.h: * include/pa_table.h: * include/pa_types.h: * main/Makefile.am: * main/main.dsp: * main/pa_array.C: * main/pa_hash.C: * main/pa_string.C: * main/pa_table.C: * targets/parser.C: * targets/parser.dsp: Request Error Table * include/pa_array.h: * include/pa_hash.h: * include/pa_string.h: moved .h public parts to top * include/pa_hash.h: * include/pa_threads.h: * main/pa_hash.C: * main/pa_threads.C: decided on one global_mutex, like PHP as I can see: needed only in global Hash now, made Hash:: put/get SYNCHRONIZED * include/pa_array.h: * include/pa_common.h: * include/pa_error.h: * include/pa_hash.h: * include/pa_pool.h: * include/pa_request.h: * include/pa_string.h: * include/pa_table.h: * main/Makefile.am: * main/pa_array.C: * main/pa_common.C: * main/pa_error.C: * main/pa_hash.C: * main/pa_table.C: added forgotten * acinclude.m4: --disable-string-origins * configure: * include/pa_array.h: * include/pa_pool.h: * main/Makefile.am: * main/main.dsp: * main/pa_array.C: * targets/parser.C: * targets/parser.dsp: templates failed no template specializations [VC6], no library auto instantation [VC6, GNU c++ 2.95.2-6 from latest cygwin] * include/pa_array.h: * include/pa_pool.h: * main/pa_array.C: * targets/parser.C: Array& operator += (Array& src) 2001-01-27 paf * include/pa_hash.h: * include/pa_string.h: * include/pa_types.h: * main/main.dsp: * main/pa_string.C: uint, and added pa_types & pa_hash[forgotten] * main/pa_string.C: * targets/parser.C: String::operator == * include/pa_array.h: * main/pa_array.C: * targets/parser.C: array [] with chunk caching * main/pa_hash.C: String(&String) * include/pa_array.h: * include/pa_hash.h: * include/pa_pool.h: * include/pa_string.h: * main/pa_array.C: * main/pa_string.C: array cache rethought to chunk caching * include/pa_array.h: * include/pa_hash.h: * include/pa_pool.h: * include/pa_string.h: * main/main.dsp: * main/pa_array.C: * main/pa_hash.C: * main/pa_string.C: * targets/parser.dsp: Array 0 * main/pa_hash.C: added pa_hash.C [forgotten] 2001-01-26 paf * include/pa_pool.h: * include/pa_string.h: * main/pa_string.C: * targets/parser.C: removed templates [vc++ suxx] * include/pa_pool.h: * main/pa_string.C: String prealloc & dynamic row_count * include/pa_pool.h: * include/pa_string.h: pa_pool split * AUTHORS: * COPYING: * INSTALL: * Makefile.am: * NEWS: * README: * acinclude.m4: * config.guess: * config.h.bot: * config.h.top: * config.sub: * configure: * configure.in: * include/pa_pool.h: * install-sh: * main/Makefile.am: * main/main.dsp: * main/pa_pool.C: * main/pa_string.C: * missing: * mkinstalldirs: * parser.dsw: * stamp-h.in: * targets/Makefile.am: * targets/parser.C: * targets/parser.dsp: creating parser3 module * include/pa_pool.h: * main/main.dsp: * main/pa_pool.C: * main/pa_string.C: * main/pa_string.C: * targets/parser.C: * targets/parser.dsp: * targets/parser.dsp: $Id: ChangeLog,v 1.1 2002/01/31 10:20:13 paf Exp $ check * targets/parser.C: $id$ check * include/pa_pool.h: * include/pa_string.h: * main/main.dsp: * main/pa_pool.C: * main/pa_string.C: * targets/parser.C: templates in VC++ suxx.