Annotation of parser3/ChangeLog, revision 1.88
1.88 ! moko 1: 2013-07-31 moko
! 2:
! 3: * src/lib/json/json.c: STATE__X -> STATE_XX for cygwin compilation
! 4: having #define _S
! 5:
! 6: * src/main/pa_globals.C: cleanup
! 7:
! 8: 2013-07-30 moko
! 9:
! 10: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
! 11: main/pa_common.C: vs2003 warning war
! 12:
! 13: * src/lib/json/json.c: vs2003 warning war
! 14:
! 15: * src/lib/json/json.c: vs2003 compilation fix
! 16:
! 17: * src/lib/md5/pa_sha2.c: warning war
! 18:
! 19: 2013-07-29 moko
! 20:
! 21: * src/lib/json/: json.c, json.h: some libjson patches from github
! 22:
! 23: * src/: classes/bool.C, classes/double.C, classes/int.C,
! 24: classes/memcached.C, include/pa_config_includes.h,
! 25: types/pa_vfile.C, types/pa_vfile.h: warning war
! 26:
! 27: * src/lib/json/json.vcproj: C++ -> C
! 28:
! 29: * src/lib/json/json.c: C++ warning revert
! 30:
! 31: * src/lib/json/json.c: windows compatibility
! 32:
! 33: * src/lib/json/json.c: windows compatibility
! 34:
! 35: * src/lib/json/: json.c: warning war
! 36:
! 37: * src/lib/json/json.c: win32 compilation issues fixes
! 38:
! 39: * src/include/pa_config_fixed.h: uint16_t added
! 40:
! 41: * configure.in: uint16_t check added
! 42:
! 43: * src/: classes/json.C, lib/json/JSON_parser.C,
! 44: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
! 45: lib/json/json.h, lib/json/json.vcproj: JSON_parser with non-free
! 46: licence is replaced with similar GPL licenced libjson (fixes
! 47: issue #892)
! 48:
! 49: 2013-07-25 moko
! 50:
! 51: * parser3.sln: dependencies added
! 52:
! 53: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
! 54: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
! 55: module support
! 56:
! 57: * src/targets/apache/mod_parser3_core.C: win32 cleanup
! 58:
! 59: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
! 60:
! 61: 2013-07-23 moko
! 62:
! 63: * src/: include/pa_memory.h, main/pa_memory.C: non-working
! 64: PA_DEBUG_GC_MEMORY removed
! 65:
! 66: * src/: main/pa_globals.C, targets/cgi/parser3.C:
! 67: PA_DEBUG_DISABLE_GC compilation fix
! 68:
! 69: * src/: classes/op.C, classes/table.C, include/pa_request.h,
! 70: main/pa_request.C: outdated RESOURCES_DEBUG removed
! 71:
! 72: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
! 73: garbage cleanup
! 74:
! 75: * src/main/pa_common.C: warning war
! 76:
! 77: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
! 78:
! 79: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
! 80: minor cleanup
! 81:
! 82: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
! 83: uses cygwin, not WIN32 implementation
! 84:
! 85: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
! 86: able to exec shell scripts
! 87:
! 88: * src/classes/math.C: ifdef WIN32 cleanup
! 89:
! 90: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
! 91:
! 92: * bin/auto.p.dist.in: libpq.so -> libpq.
! 93:
! 94: * src/classes/curl.C: LT_MODULE_EXT used
! 95:
! 96: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
! 97:
! 98: 2013-07-22 moko
! 99:
! 100: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
! 101: includes fix
! 102:
! 103: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
! 104:
! 105: * configure.in, src/include/pa_config_includes.h,
! 106: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
! 107: src/main/pa_exec.C: includes cleanup
! 108:
! 109: * src/targets/cgi/parser3.C: 2012->2013
! 110:
! 111: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
! 112:
! 113: * configure.in, src/include/pa_config_includes.h,
! 114: src/include/pa_http.h, src/lib/json/JSON_parser.h,
! 115: src/main/pa_random.C, src/main/pa_socks.C,
! 116: src/types/pa_vstatus.C: cygwin support cleanup
! 117:
! 118: * configure.in: dirent.h check added
! 119:
! 120: * src/: include/pa_config_includes.h, include/pa_dir.h,
! 121: main/pa_dir.C: includes cleanup, dirent.h check added filePath
! 122: not copied
! 123:
! 124: 2013-07-21 moko
! 125:
! 126: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
! 127:
! 128: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
! 129: parser3.vcproj: unused getopt.h / getopt.c removed
! 130:
! 131: * operators.txt, src/classes/file.C, tests/022.html,
! 132: tests/results/022.processed: ^file:list[path][$.filter[regexp]
! 133: $.stat(true)] usage commented
! 134:
! 135: * configure.in, src/classes/file.C, src/include/pa_dir.h,
! 136: src/main/pa_dir.C: ^file:list[] now has dir column and when
! 137: $.stat(true) it has size/*date columns modified patch from misha@
! 138: that closes issue #914.
! 139:
! 140: * src/: include/pa_config_includes.h, main/pa_globals.C:
! 141: PA_RELEASE_ASSERTS removed
! 142:
! 143: * src/lib/md5/pa_md5c.c: minor cleanup
! 144:
! 145: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
! 146: localeconv()->decimal_point usage remoed (related to issue #934)
! 147:
! 148: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
! 149: cordprnt.c removed
! 150:
! 151: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
! 152: pa-include/pa_errno.h, pa-include/pa_file_io.h,
! 153: pa-include/pa_strings.h: includes cleanup
! 154:
! 155: * src/lib/md5/pa_md5c.c: headers cleanup
! 156:
! 157: 2013-07-20 moko
! 158:
! 159: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
! 160: cleanup
! 161:
! 162: 2013-07-19 moko
! 163:
! 164: * src/classes/math.C: extern "C" added for crypt
! 165:
! 166: 2013-07-18 moko
! 167:
! 168: * src/classes/math.C: fix redhat7.2 build
! 169:
! 170: 2013-07-17 moko
! 171:
! 172: * configure.in, src/include/pa_config_includes.h,
! 173: src/include/pa_config_fixed.h: headers actualized (inttypes.h
! 174: added for uint8/32/64_t)
! 175:
! 176: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
! 177: pa_config_includes.h used for uint32/64_t
! 178:
! 179: 2013-07-16 moko
! 180:
! 181: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
! 182: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
! 183: war
! 184:
! 185: * src/main/compile.tab.C: compile.y was updated
! 186:
! 187: * src/main/compile.y: warning war
! 188:
! 189: * src/: include/pa_exception.h, main/pa_exception.C,
! 190: main/pa_xml_exception.C: warning war
! 191:
! 192: * src/: include/pa_common.h, main/pa_common.C: warning war
! 193:
! 194: * configure.in: beauty :)
! 195:
! 196: * tests/: 141.html, results/141.processed: sha256/512 added
! 197:
! 198: 2013-07-13 moko
! 199:
! 200: * src/lib/md5/md5.vcproj: sha2 added
! 201:
! 202: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
! 203: classes/math.C: sha2 support (sha256/sha512 digest)
! 204:
! 205: 2013-07-08 moko
! 206:
! 207: * src/classes/image.C: directory read or other read problem message
! 208: fixed (related to issue #933)
! 209:
! 210: 2013-07-07 moko
! 211:
! 212: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
! 213: dependense from $charsetsdir directory existance and content (and
! 214: UTF-8 is default allready)
! 215:
! 216: * AUTHORS: + misha + moko. :)
! 217:
! 218: 2013-07-06 moko
! 219:
! 220: * src/: classes/curl.C, include/pa_globals.h,
! 221: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
! 222: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
! 223: for lt_dlinit to be called once and lt_dlexit called at right
! 224: place (related to issue #925)
! 225:
! 226: 2013-07-04 moko
! 227:
! 228: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
! 229: VString::as_vfile now uses vfile.set_binary_string to avoid
! 230: content-type to be set, as it brokes badly designed logic in
! 231: response output. This hopefully finishes issue #928.
! 232:
! 233: * tests/results/: 256.processed, 286.processed: file now displayed
! 234: as name, size, mode, content-type
! 235:
! 236: * src/main/pa_common.C: read error now reported cottectly (fixes
! 237: issue #933
! 238:
! 239: 2013-06-28 moko
! 240:
! 241: * tests/: 286.html, results/286.processed: test extended
! 242:
! 243: * tests/: 286.html, results/286.processed: Test for issue #928
! 244: added. it tests default content-type change.
! 245:
! 246: * src/types/pa_vfile.C: closes issue #928 - default content-type
! 247: now updated
! 248:
! 249: 2013-06-25 moko
! 250:
! 251: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
! 252: content-type for text/binary files without name added;
! 253: ^file::create[$f;...] options now works properly and $f
! 254: properties are default (fixes issue #928)
! 255:
! 256: 2013-05-16 misha
! 257:
! 258: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
! 259: added
! 260:
! 261: * src/main/pa_table.C: - a tiny memory optimisation while creating
! 262: table if specified limit is bigger than source rows count
! 263:
! 264: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
! 265: added ( new feature: #858 )
! 266:
! 267: 2013-04-29 moko
! 268:
! 269: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
! 270: $.ipresolve(0|1|2) added (closes issue #891)
! 271:
! 272: * src/lib/curl/curl.h: CURL_IPRESOLVE added
! 273:
! 274: 2013-04-24 moko
! 275:
! 276: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
! 277: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
! 278: types/pa_vmemcached.h: ^memcache.release[] added, calls
! 279: memcached_quit (refs #893)
! 280:
! 281: 2013-04-22 moko
! 282:
! 283: * src/: include/pa_string.h, main/pa_common.C: no more double
! 284: slashes in file path (fixes bug #872)
! 285:
! 286: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
! 287: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
! 288: #739)
! 289:
! 290: * tests/results/266.processed: $.max_params added (feature #915)
! 291:
! 292: * src/: include/pa_common.h, main/pa_http.C: response-charset
! 293: option added to file::load (closes issue #867)
! 294:
! 295: 2013-04-20 misha
! 296:
! 297: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
! 298: commited
! 299:
! 300: 2013-03-15 misha
! 301:
! 302: * src/classes/: hash.C, table.C: - Optimisation: do not create
! 303: multiple empty strings while ::sql. uae String::Empty instead
! 304:
! 305: 2013-03-14 misha
! 306:
! 307: * src/classes/reflection.C: - for user classes
! 308: ^reflection:method_info[] returns $.max_params and $.extra_param
! 309: with $.call_type if they available ( new feature: #915 )
! 310:
! 311: * src/classes/file.C: - ^file:delete[] now supports an option
! 312: $.exception(false) that suppress any exception while deleting
! 313: file ( new feature: #916 )
! 314:
! 315: * src/classes/curl.C: - parsing cookies after curl:load now should
! 316: work :)
! 317:
! 318: 2013-03-12 misha
! 319:
! 320: * src/types/pa_vfile.C: - if specified file_name is empty string
! 321: set default name for the file
! 322:
! 323: 2013-03-11 misha
! 324:
! 325: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
! 326: also available in $f.cookies
! 327:
! 328: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
! 329: moved to a separate method
! 330:
! 331: 2013-03-10 moko
! 332:
! 333: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
! 334: added
! 335:
! 336: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
! 337: removed (declared by autoconf)
! 338:
! 339: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
! 340: uint32_t define
! 341:
1.87 moko 342: 2013-03-10 misha
343:
344: * src/classes/file.C: ^file:delete and ^file:move now support
345: option $.keep-empty-dirs(true) ( new feature: #884 )
346:
347: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
348: empty dirs is added
349:
350: 2013-03-10 moko
351:
352: * src/classes/: bool.C, double.C, int.C: default can be present,
353: but default check removed from ^int/double/bool.int/double/bool
354: for string.int/double/bool compatibility (related to issue #913)
355:
356: * src/classes/string.C: ^string.int/dobule/bool no longer
357: internally throws exception if default is present (closes issue
358: #913)
359:
360: 2013-03-09 misha
361:
362: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
363: optimisations ( #845 )
364:
365: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
366:
367: 2013-03-08 moko
368:
369: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
370: creates correct table (fixes issue #910)
371:
372: * src/classes/op.C: r.connection() -> r.connection(false) to allow
373: use outside of 'connect' operator (fixes issue #911)
374:
375: * tests/results/: 096.processed, 122.processed: test results
376: updated as doubles now printed with 15 significant digits, not 5
377: (fixes issue #882)
378:
379: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
380: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
381:
382: 2013-02-21 moko
383:
384: * src/classes/table.C: _locate_name_value does not check arguments
385: count, so we check it in advance (fixes issue #905)
386:
387: 2012-10-23 moko
388:
389: * buildall: old shell for and echo compatibility (for six)
390:
391: 2012-10-19 moko
392:
393: * buildall: --strip added --disable-safe-mode listed in usage
394:
395: 2012-10-17 misha
396:
397: * src/classes/op.C: - apply-taint should not throw "outside
398: connect" exception with sql lang now
399:
400: 2012-10-17 moko
401:
402: * src/main/pa_request.C: bugfix: safe mode should be inited for
403: each request (for apache module)
404:
405: 2012-09-26 moko
406:
407: * src/doc/doxygen.cfg: png -> svg
408:
409: 2012-09-25 moko
410:
411: * tests/: 141.html, results/141.processed: md5 hmac added, long key
412: test added
413:
414: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
415: double use when key is long
416:
417: 2012-09-16 moko
418:
419: * src/classes/math.C: Format -> Method Encode -> Format
420:
421: * tests/: 141.html, results/141.processed: math:digest hmac test
422: added
423:
424: 2012-09-14 moko
425:
426: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
427: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
428: implementation added
429:
430: 2012-09-12 moko
431:
432: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
433: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
434: targets.dox and string.dox slightly actualized
435:
436: 2012-08-31 moko
437:
438: * ChangeLog: now generated with patched cvs2cl.pl
439:
1.86 moko 440: 2012-07-29 moko
441:
442: * tests/285.html, src/main/execute.C, tests/results/285.processed:
443: result should be pushed after VMethodFrame destructor is called,
444: as it deletes junctions from stack params (fixes issue #868)
445:
446: 2012-07-23 moko
447:
448: * INSTALL, README: buildall script usage documented, other outdated
449: info updated.
450:
451: * buildall-with-xml, buildall-without-xml: replaced by buildall
452:
453: 2012-07-21 moko
454:
455: * buildall: glib does not compile when threads are disabled...
456:
457: * src/types/pa_vmail.C: g_assertion fixes for empty input
458:
459: * src/types/pa_vmail.C: yet another fix (strange GPF on object
460: unref, can't unref nested objects)
461:
462: * src/types/pa_vmail.C: another check added
463:
464: 2012-07-19 moko
465:
466: * buildall: usage added
467:
468: * buildall: new buildall script that unites buildall-with-xml,
469: buildall-without-xml, --with-apache and --with-mailreceive
470:
471: * configure.in: support for static gmime and dynamic glib linking.
472: fixes for FreeBSD
473:
474: 2012-07-17 moko
475:
476: * configure.in: --with-mailreceive replaced
477: --with-static-mailreceive and --with-shared-mailreceive pathlink
478: removed
479:
480: 2012-07-16 moko
481:
482: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
483: capitalized, content now decoded and text content converted to
484: $request:charset. all properties are accessed by functions, this
485: ready for dynamic load.
486:
487: 2012-06-28 moko
488:
489: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
490: 32 bit
491:
492: 2012-06-27 moko
493:
494: * buildall-with-xml, buildall-without-xml: fetch requires -p for
495: passive ftp
496:
497: * src/lib/ltdl/ltdl.vcproj: release build fixed
498:
499: * configure.in: 3.4.2 RC -> 3.4.2
500:
501: 2012-06-22 moko
502:
503: * src/types/pa_vfile.C: returned empty mode to stated files (issue
504: #815)
505:
506: * tests/: 284.html, results/284.processed: output options test
507: (feature #265)
508:
509: 2012-06-22 misha
510:
511: * tests/215.html: - little changes
512:
513: 2012-06-21 moko
514:
515: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
516: types/pa_vxdoc.h: output_options returned and used (bugfix for
517: feature #265)
518:
519: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
520: breaks long .*, default 10M restored. (issue #216)
521:
522: * tests/: 283.html, results/283.processed: test for issue #815
523: added
524:
525: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
526: again, cstrm not required.
527:
528: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
529: Win32 and broken FreeBSD (issue #45)
530:
531: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
532:
533: * src/main/pa_string.C: warnings war
534:
535: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
536: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
537: main/pa_socks.C, targets/apache/pa_threads.C,
538: targets/apache13core/pa_threads.C, targets/isapi/pa_threads.C,
539: targets/isapi/parser3isapi.C, types/pa_vstatus.C: compilation
540: under cygwin fixed
541:
542: 2012-06-19 moko
543:
544: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
545: Windows fixed
546:
547: * parser3.sln: removed antique pcre_ctype
548:
549: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
550:
551: * src/include/pa_config_fixed.h: undefined reference to
552: __imp__pcre_* fix for Windows
553:
554: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
555: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
556: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
557: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
558: define fixed
559:
560: 2012-06-18 moko
561:
562: * src/classes/memcached.C: flush -> clear
563:
564: * src/classes/memcached.C: memcached does not support quotes even
565: in server name
566:
567: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
568: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
569: called on open to check servers existance. $.key(true) syntax
570: now supported
571:
572: 2012-06-17 moko
573:
574: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
575: cleanup
576:
577: * src/classes/table.C, tests/282.cfg, tests/282.html,
578: tests/results/282.processed: encloser at the EOF bug fixed,
579: incorrectly enclosed data now processed more logicaly (fixes
580: #339)
581:
582: 2012-06-15 moko
583:
584: * buildall-without-xml: sync with buildall-with-xml
585:
586: * buildall-with-xml: download auto-detected between fetch and curl
587:
588: * configure.in: --with-gc and --with-pcre now also processed
589: correctly
590:
591: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
592: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
593: should be run on rol1 using automake / aclocal (GNU automake)
594: 1.11.1 autoconf (GNU Autoconf) 2.68
595:
596: * configure.in: new PARSER_VERSION logic
597:
598: * src/include/pa_version.h: new pa_version.h logic
599:
600: * src/: classes/curl.C, classes/file.C, classes/image.C,
601: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
602: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
603: feols_normalized -> fis_text_content set_binary added
604:
605: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
606:
607: 2012-06-15 misha
608:
609: * src/: classes/curl.C, classes/file.C, classes/image.C,
610: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
611: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
612: ^file::create[text;content] EOLs in content now is normalized. (
613: new feature: #815 )
614:
615: 2012-06-15 moko
616:
617: * configure.in: --disable-version-update added to disable version
618: update with host information (for debian package) whitespace
619: optimized
620:
621: * configure.in: version changed to 3.4.2 RC no-pic added for
622: libtool
623:
624: * src/include/pa_version.h: Nice pa_version.h default. Please keep
625: it.
626:
627: 2012-06-14 moko
628:
629: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
630: tests/results/281.processed: "hash flocked" error removed for
631: safe operations like ^h._count[] ( new feature: #335 )
632:
633: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
634:
635: * buildall-with-xml, buildall-without-xml: --with-static -> --with
636:
637: * configure.in: --with-static/shared xml replaced with --with-xml,
638: xml compilation check added
639:
640: * configure.in: --with-static/shared-gc, --with-static-pcre are
641: replaced with --with-gc and --with-pcre test for pcre linking
642: added
643:
644: 2012-06-13 moko
645:
646: * configure.in: apxs2 check optimized
647:
648: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
649: .la, includes optimized
650:
651: * buildall-with-xml: --with-pic looks better for -fPIC
652:
653: * configure.in: switched to convenience library in static linking
654:
655: * src/targets/apache/Makefile.am: switched to convenience library
656: usage to avoid libtool warnings
657:
658: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
659: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
660: smtp/Makefile.am: switched to convenience library usage
661:
662: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
663:
664: * src/targets/apache/Makefile.am: updated for libtool usage
665:
666: * bin/auto.p.dist.in: .cfg removed from charset names.
667:
668: * buildall-without-xml: --with-included-ltdl added
669:
670: * buildall-without-xml: sync with buildall-with-xml
671:
672: * buildall-with-xml: --with-included-ltdl added $cflags added for
673: -fPIC for x64 $download added for wget success check added
674:
675: * buildall-without-xml: --with-dynamic-stdcpp removed
676:
677: * configure.in: disable-static returned
678:
679: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
680: LIBTOOLFLAGS
681:
682: 2012-06-12 moko
683:
684: * configure.in, src/targets/cgi/Makefile.am: disable-static not
685: compatible with LIBTOOLFLAGS for unknown reasons
686:
687: * buildall-with-xml: --with-dynamic-stdcpp removed
688:
689: * configure.in: static/dynamic -lstdc++ linking option removed
690: apxs2 check added
691:
692: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
693: option removed
694:
695: 2012-06-10 moko
696:
697: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
698: added
699:
700: * src/targets/cgi/pp3.cmd: old PAF stuff
701:
702: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
703: beauty
704:
705: * depcomp: from libtool 2.4.2
706:
707: * configure.in: ltdl directory removed, it has correct Makefile.in
708:
709: 2012-06-09 moko
710:
711: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
712: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
713: autogenerated files updated after libtool update
714:
715: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
716: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
717: config_auto.h.in, config_fixed.h, configure, configure.ac,
718: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
719: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
720: config/compile, config/config.guess, config/config.sub,
721: config/depcomp, config/install-sh, config/ltmain.sh,
722: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
723: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
724: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
725: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
726: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
727: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
728: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
729: m4/lt~obsolete.m4: libtool updated to version 2.4.2
730:
731: * configure.in: preparation for new libtool
732:
733: * configure.in: Some beauty added :)
734:
735: * src/targets/apache/Makefile.am: := -> =
736:
737: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
738: again. :)
739:
740: * src/include/pa_config_includes.h, configure.in: limits.h added,
741: previously was taken from pcre_internal.h. :)
742:
743: * src/lib/pcre/Makefile.am: config.h returned
744:
745: * src/lib/pcre/config.h: still need this. :)
746:
747: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
748:
749: * configure.in: --with-charsets removed; --with-mysql-client & co
750: removed
751:
752: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
753: now in parser tree, no need to copy
754:
755: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
756: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
757: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
758: debian/patches/101_pcre.patch - local copy of pcre_internal.h
759: extracts now used old trash removed
760:
761: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
762: rare charsets/drivers are commented, sql driver quessing removed
763: (debian/patches/103_auto_p.patch)
764:
765: * etc/parser3.charsets/Makefile.am: charsets now in share
766: (debian/patches/104_automake.patch) + all charsets are copied
767:
768: * buildall-with-xml, buildall-without-xml: curl option removed +
769: extra arguments now supported
770:
771: 2012-06-08 misha
772:
773: * src/classes/table.C: - one params.as_hash usage was rolled back:
774: the 2nd option in ^table.hash[] could be hash or table so
775: .as_hash will throw an exception when table option is specified
776:
777: * src/: classes/curl.C, classes/file.C, classes/hash.C,
778: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
779: classes/table.C, classes/void.C, classes/xdoc.C,
780: include/pa_exception.h, types/pa_vmethod_frame.C,
781: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
782: and improved (whitespaces are allowed as empty options) -
783: MethodParams::as_table is added - above methods are used for
784: parsing methods' options ( new feature: #9 )
785:
786: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
787: to vclass. now class fields can be accessible as a hash:
788: $h[^hash::create[$asd:CLASS]]
789:
790: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
791: have get_fields method so their fields can be accessed with
792: ^reflection:fields[...] & ^reflection:field[...]
793:
794: 2012-06-06 misha
795:
796: * tests/280.html: - tests for
797: ^reflection:method[obj-or-class;method],
798: ^reflection:field[obj-or-class;field] and
799: ^reflection:fields[obj-or-class] are added
800:
801: 2012-06-05 misha
802:
803: * src/classes/reflection.C: - ^reflection:method[class or
804: object;method name] and ^reflection:field[class or object;field
805: name] are added
806:
807: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
808: is used
809:
810: * src/types/pa_method.h: - Method::as_vjunction method is added
811:
812: 2012-06-05 moko
813:
814: * src/targets/Makefile.am: cgi now build with apache module
815:
816: * src/classes/memcached.C: flish ttl fixed
817:
818: 2012-06-04 moko
819:
820: * src/classes/json.C, src/classes/op.C, tests/279.html,
821: tests/results/279.processed: ^json:parse[] now supports $.taint
822: option (new feature #833)
823:
824: 2012-06-04 misha
825:
826: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
827: - search_stop method was moved from pa_vcookie.C to pa_common.C
828:
829: 2012-06-03 misha
830:
831: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
832: cookies are parced and stored into $.cookies ( new feature: #31 )
833:
834: 2012-05-30 misha
835:
836: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
837: incomplete class into a scope while @USE is found
838:
839: * src/main/compile.y: - add incomplete class into a scope while
840: @USE and @CLASS instructions are found ( bugfix: #838 )
841:
842: 2012-05-30 moko
843:
844: * src/types/pa_vclass.C, tests/278.html,
845: tests/results/278.processed: removed "property has no getter
846: method" exception when GET_DEFAULT present (fixes #269)
847:
848: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
849: $._default
850:
851: 2012-05-29 moko
852:
853: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
854: uninitialized values usage (new feature: #154)
855:
856: 2012-05-28 moko
857:
858: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
859: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
860: src/types/pa_vdate.h, src/types/pa_vdouble.h,
861: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
862: src/types/pa_vobject.C, src/types/pa_vobject.h,
863: src/types/pa_vstring.h, src/types/pa_vtable.C,
864: tests/results/277.processed, src/types/pa_vtable.h,
865: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
866: ^json:string[$o; $.default[$method]] implemented for VObject (new
867: feature #803)
868:
869: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
870: tests/results/277.processed: json numbers are now treated as
871: double ( new feature: #834 )
872:
873: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
874: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
875: added for out of range checks, zero division in vint/vdouble
876: check added ( fixes #832 )
877:
878: * tests/: 275.html, results/275.processed: tests for pa_atoui added
879: ( fixes #832 )
880:
881: 2012-05-28 misha
882:
883: * buildall-with-xml: - --without-lzma option is added to libxml2
884: configure
885:
886: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
887: added - tests for unsupported values for options $.file, $.table
888: and $.date are added
889:
890: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
891: accepts "stat" $.file[] option's value in addition to existed
892: "text" and "base64" ( new feature: #835 )
893:
894: * tests/276.html: - test for
895: ^reflection:delete[$object-or-class;field-name]
896:
897: * src/classes/reflection.C: -
898: ^reflection:delete[$object-or-class;field-name] is added ( new
899: feature: #268 )
900:
901: 2012-05-27 misha
902:
903: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
904:
905: 2012-05-24 misha
906:
907: * src/include/pa_common.h: - method lastposafter was removed
908:
909: * src/classes/file.C: - use strrpbrk & rskipchars instead of
910: lastposafter - ^file:dirname[] & Co proper handle windows file
911: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
912: work as *nix commands
913:
914: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
915:
916: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
917: rskipchars were added
918:
919: * tests/270.html: - more tests for ^file:find[]
920:
921: * tests/065.html: - more tests for ^file:dirname[] & Co
922:
923: * src/include/pa_version.h: - must be "win32" here. it is
924: auto-generated on *nix
925:
926: 2012-05-24 moko
927:
928: * src/classes/math.C: ^math:convert[] now supports uint32 and
929: throws overflow exception ( new feature: #830 )
930:
931: * tests/: 275.html, results/275.processed: test for ^math:convert[]
932: uint32 support and overflow added ( new feature: #830 )
933:
934: 2012-05-23 moko
935:
936: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
937: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
938: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
939: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
940: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
941: types/pa_vregex.h, types/pa_vstateless_class.C,
942: types/pa_vstateless_class.h, types/pa_vstring.h,
943: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
944: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
945: "return string as-is" removed from as_expr_result. ( new feature:
946: #831 )
947:
948: * tests/results/244.processed: test changed after bug #782 fix
949: commited
950:
951: * tests/results/229.processed: test results for bug #782 commited
952:
953: * tests/: 254.html, results/254.processed: uid now just compared,
954: not printed. :)
955:
956: 2012-05-20 moko
957:
958: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
959: feature: #341 )
960:
961: * tests/: 254.html, results/254.processed: test for
962: ^reflection:uid[] added
963:
964: * tests/: 254.html, results/254.processed: test for
965: ^reflection:uid[$obj] added
966:
967: 2012-05-17 misha
968:
969: * src/main/untaint.C: - do not replace ' char by _26 while
970: exploding filespec-tainting ( new feature: #829 )
971:
972: 2012-05-12 moko
973:
974: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
975: not.
976:
977: 2012-05-08 moko
978:
979: * src/types/pa_vmethod_frame.h: bug #782 fixed
980:
981: * tests/229.html: test for bug #782
982:
983: * tests/results/259.processed, src/main/pa_request.C,
984: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
985: src/types/pa_vstring.h, src/types/pa_vvoid.C,
986: src/types/pa_vvoid.h: feature #154 - first empty param now
987: string; defined locals are empty strings; $STRICT-VARS(true)
988: added
989:
990: 2012-04-27 moko
991:
992: * src/targets/apache/Makefile.am:
993: ../../lib/memcached/libmemcached.a added
994:
995: 2012-04-27 misha
996:
997: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
998: ( #827 )
999:
1000: 2012-04-25 moko
1001:
1002: * src/: classes/json.C, classes/memcached.C,
1003: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1004: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
1005: implemented.
1006:
1007: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
1008:
1009: 2012-04-23 moko
1010:
1011: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
1012: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
1013: types/pa_vmemcached.h: open allows options hash for new
1014: memcached(options) function
1015:
1016: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
1017: not appended
1018:
1019: 2012-04-21 moko
1020:
1021: * src/classes/curl.C: '' added. :)
1022:
1023: * src/classes/classes.vcproj: new curl.h location
1024:
1025: * src/classes/curl.C: verbose output redirection from stderr to
1026: file curl option added
1027:
1028: 2012-04-20 moko
1029:
1030: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
1031: contains what we need from curl, #ifdef HAVE_CURL removed
1032:
1033: * configure, configure.in, src/classes/Makefile.am,
1034: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1035: src/lib/Makefile.am, src/lib/curl/Makefile.am,
1036: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1037: configure option
1038:
1039: 2012-04-19 moko
1040:
1041: * src/: classes/double.C, classes/inet.C, classes/int.C,
1042: classes/string.C, lib/gc/include/gc_allocator.h,
1043: types/pa_vform.C: PVS-Studio detected errors fixes, unused
1044: options from sql_result_string removed. (closes issue #468)
1045:
1046: * src/types/pa_vmemcached.C: empty string fix
1047:
1048: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
1049: pa_vstring.C, pa_vstring.h: serialization helpers moved to
1050: pa_vmemcached.C
1051:
1052: 2012-04-18 moko
1053:
1054: * src/targets/apache/mod_parser3.c: "Parser3 module requires
1055: apache2-mpm-prefork" error displayed in threaded mpm.
1056:
1057: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
1058: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
1059: installed (issue #354)
1060:
1061: 2012-04-16 moko
1062:
1063: * src/types/pa_vmemcached.C: call to memcached_result_create and
1064: memcached_result_free removed
1065:
1066: 2012-04-14 moko
1067:
1068: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
1069:
1070: * src/types/pa_vmemcached.C: check_key added and used
1071:
1072: 2012-04-13 moko
1073:
1074: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
1075: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
1076: Serialization_data now added and used, VString now serialized
1077: with languages into memcached.
1078:
1079: 2012-03-28 moko
1080:
1081: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
1082: lib/memcached/pa_memcached.h: result lengths added
1083:
1084: 2012-03-27 moko
1085:
1086: * src/types/pa_vmemcached.C: strdup added
1087:
1088: 2012-03-24 moko
1089:
1090: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
1091: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
1092: types/pa_vmemcached.h: memcached: mget, flush, fttl added
1093:
1094: 2012-03-20 moko
1095:
1096: * configure, configure.in: Makefiles.in updated for memcached
1097:
1098: * src/targets/cgi/Makefile.am: cleanup
1099:
1100: * src/: types/Makefile.am, types/pa_vmemcached.C,
1101: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
1102:
1103: * src/: classes/Makefile.am, classes/memcached.C,
1104: lib/memcached/Makefile.am, lib/memcached/constants.h,
1105: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1106: lib/memcached/types.h, lib/Makefile.am: memcached initial
1107:
1108: 2012-03-16 moko
1109:
1110: * src/main/execute.C: ident now works under Linux + ident displays
1111: filenames (closes issue #818)
1112:
1113: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1114: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
1115: pa_vmethod_frame_local.h removed
1116:
1117: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1118: classes/classes.h, classes/curl.C, classes/date.C,
1119: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1120: classes/hashfile.C, classes/image.C, classes/inet.C,
1121: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1122: classes/memory.C, classes/op.C, classes/reflection.C,
1123: classes/regex.C, classes/response.C, classes/string.C,
1124: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
1125: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
1126: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1127: include/pa_config_fixed.h, include/pa_config_includes.h,
1128: include/pa_dictionary.h, include/pa_dir.h,
1129: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1130: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1131: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1132: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1133: include/pa_request_charsets.h, include/pa_request_info.h,
1134: include/pa_sapi.h, include/pa_socks.h,
1135: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1136: include/pa_stack.h, include/pa_string.h,
1137: include/pa_stylesheet_connection.h,
1138: include/pa_stylesheet_manager.h, include/pa_table.h,
1139: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
1140: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
1141: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
1142: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
1143: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1144: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1145: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1146: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1147: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1148: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1149: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1150: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1151: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1152: main/pa_string.C, main/pa_stylesheet_connection.C,
1153: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
1154: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
1155: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
1156: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1157: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1158: targets/apache13/mod_parser3.c, targets/apache13/pa_httpd.h,
1159: targets/apache13core/mod_parser3_core.C,
1160: targets/apache13core/pa_threads.C, targets/cgi/pa_threads.C,
1161: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
1162: targets/isapi/parser3isapi.C, types/pa_junction.h,
1163: types/pa_method.h, types/pa_property.h, types/pa_value.C,
1164: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
1165: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
1166: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
1167: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1168: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1169: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1170: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1171: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1172: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1173: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
1174: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1175: types/pa_vmethod_frame_global.h, types/pa_vmethod_frame_local.h,
1176: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1177: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1178: types/pa_vresponse.C, types/pa_vresponse.h,
1179: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1180: types/pa_vstateless_object.h, types/pa_vstatus.C,
1181: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1182: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1183: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1184: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1185: types/pa_wcontext.h, types/pa_wwrapper.h: ident now works under
1186: Linux + ident displays filenames (closes issue #818) Copyright
1187: updated
1188:
1189: 2012-03-13 moko
1190:
1191: * src/main/pa_string.C: compilation fix for feature #741
1192:
1193: 2012-03-09 misha
1194:
1195: * tests/193.html: - tests for ^string:base64[encoded] are updated
1196:
1197: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
1198: now detects invalid base64 chars in the middle of encoded stricg
1199: ( new feature: #55 )
1200:
1201: * src/include/pa_exception.h: - new exception type for base64
1202: decoding is added
1203:
1204: 2012-03-06 misha
1205:
1206: * tests/274.html: - tests for ^date::today[] and
1207: ^date.sql-string[datetime|date|time] are added
1208:
1209: * src/classes/date.C: - constructor ^date::today[] is added ( new
1210: feature: #811 ) - ^date.sql-string[] now can accept one param --
1211: strings "datetime", "date" or "time" - comments tidying up
1212:
1213: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
1214: date and time
1215:
1216: 2012-03-03 misha
1217:
1218: * tests/193.html: - tests for
1219: ^string:base64[encoded;$.strict(true)] are added
1220:
1221: * tests/results/auto.p: - try-catch operator is added
1222:
1223: * src/: classes/file.C, classes/string.C, include/pa_common.h,
1224: main/pa_common.C: - $.strict(true|false) option is added to
1225: base64 decode methods ( new feature: #55 )
1226:
1227: * src/main/pa_common.C: - base64 decode memory usage was decreased
1228: ( new feature: #819 )
1229:
1230: 2012-02-28 moko
1231:
1232: * src/classes/hash.C: ident test
1233:
1234: 2012-02-27 misha
1235:
1236: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
1237:
1238: 2012-01-08 misha
1239:
1240: * tests/273.html: - tests for ^string.replace[from;to] are added
1241:
1242: * src/: classes/string.C, include/pa_dictionary.h,
1243: main/pa_dictionary.C, main/pa_string.C: -
1244: ^string.replace[from;to] is added ( new feature: #741 ) -
1245: ^string.replace[one subst here] is slightly optimized
1246:
1247: 2011-12-07 misha
1248:
1249: * src/classes/table.C: - $t[^table::create{$empty}] now creates
1250: named table with one empty column ( bugfix: #63 )
1251:
1252: 2011-11-30 misha
1253:
1254: * src/classes/json.C: - it's possible to set user's method for
1255: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
1256: #763 )
1257:
1258: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
1259:
1260: 2011-11-23 misha
1261:
1262: * src/: classes/curl.C, classes/file.C, classes/image.C,
1263: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
1264: types/pa_vfile.h, types/pa_vform.C: - constructor
1265: ^file::create[mode;filename;content[;options]] now accepts binary
1266: mode and file-content - new constructor's format:
1267: ^file::create[string-or-file-content[;$.name[filename]
1268: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
1269: feature: #65 )
1270:
1271: * src/: include/pa_request.h, main/pa_request.C: - new method
1272: mime_type_of(const String*) is added
1273:
1274: * src/include/pa_exception.h: - new exception constant
1275: FILE_NAME_MUST_BE_SPECIFIED is added
1276:
1277: * src/classes/table.C: - bug with negative offset transformed into
1278: a feature. it means pointing to a row from the end of the table (
1279: new feature: #810 )
1280:
1281: 2011-11-19 misha
1282:
1283: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
1284: â ìåòîäå _select ( new feature: #810 )
1285:
1286: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
1287: options were specified together is simplified
1288:
1289: 2011-11-12 misha
1290:
1291: * src/main/pa_request.C: - forgotten fix for escaping filename in
1292: HTTP content-disposition header (a part of bug #361 )
1293:
1294: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
1295: checks for ancestors' classes as well ( new feature: #456 )
1296:
1297: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
1298: "without cycle" now have types "parser.break" and
1299: "parser.continue" instead of "parser.runtime" ( new feature: #799
1300: )
1301:
1302: 2011-11-11 misha
1303:
1304: * tests/results/: 099.processed, 100.processed, 205.processed,
1305: 237.processed: - since bug #361 was fixed the content of filename
1306: in HTTP headers is quoted
1307:
1308: * tests/results/270.processed: - result for test 270
1309:
1310: * tests/: 065.html, results/065.processed: - more tests for
1311: ^file:basename[] & Co were added
1312:
1313: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
1314:
1315: * tests/270.html: - tests for ^file:find[] are added
1316:
1317: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
1318: using option $.charset. option $.engoding is still supported but
1319: these options can not be specified together
1320:
1321: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
1322: comparation charset name with string "UTF-8" ( bugfix: #759 )
1323:
1324: 2011-10-11 misha
1325:
1326: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
1327: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
1328: #622)
1329:
1330: 2011-09-30 misha
1331:
1332: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
1333: exception "saving stat-ed file" ( bugfix: #395 )
1334:
1335: 2011-05-30 misha
1336:
1337: * src/classes/string.C: - fixed bug which was added with
1338: params.as_hash into string:sql
1339:
1340: 2011-05-29 misha
1341:
1342: * src/types/pa_value.C: - filename in content-disposition header
1343: must be quoted ( bugfix: #361 )
1344:
1345: 2011-05-27 misha
1346:
1347: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
1348: created file
1349:
1350: * src/classes/: hash.C, mail.C: - little tunning with get_hash
1351: usage
1352:
1353: * src/include/pa_exception.h: - one more string for exception was
1354: added
1355:
1356: 2011-05-25 misha
1357:
1358: * tests/269.html: - tests for checking input params in some dom
1359: methods
1360:
1361: * src/classes/: xdoc.C, xnode.C: - validation of some input params
1362: was added. it isn't possible not wo create xdoc with invalid
1363: tagName. ( bugfix: #160 )
1364:
1365: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
1366: string "data must be string" was mover from pa_exception.h to
1367: pa_xml_exception.h
1368:
1369: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
1370: as_xmlncname, as_xmlname and as_xmlnsuri were added
1371:
1372: * src/main/pa_xml_exception.C: - XmlException accepts more options
1373:
1374: * src/include/pa_xml_exception.h: - XmlException accepts more
1375: options - XML-related exception's strings were added
1376:
1377: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
1378: output_options were removed)
1379:
1380: 2011-05-19 misha
1381:
1382: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
1383: params.as_hash is used more while parsing methods hash-options
1384:
1385: 2011-05-18 misha
1386:
1387: * operators.txt: - info about json-serialization of xdoc was added
1388:
1389: * tests/256.html: - tests for json-serialization xdoc were added
1390:
1391: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
1392:
1393: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1394: classes/json.C, classes/xdoc.C: - now json:string can serialize
1395: xdoc-objects. options (the same as ^xdoc.string[]) could be
1396: specified in $.xdoc[] ( new feature: #265 )
1397:
1398: 2011-05-15 misha
1399:
1400: * tests/268.html: - tests for ^table.count[with options] were added
1401:
1402: * src/classes/table.C: - method ^table.count[] now can accept
1403: options ( new feature: #93 ): ^table.count[column] returns number
1404: of columns for named table; ^table.count[cells] returns number of
1405: cells in the current row; ^table.count[] & ^table.count[rows]
1406: return number of rows in a table.
1407:
1408: * tests/267.html: - test for checking switch/case in boolean mode
1409: was added
1410:
1411: * src/classes/op.C: - if switch's or case's value is bool, they are
1412: compared as bool values, not as double values: new feature: #351
1413:
1414: 2011-05-06 misha
1415:
1416: * tests/242.html: - EOL before EOF was added
1417:
1418: * tests/169.html: - tests for splitting empty string and void were
1419: added
1420:
1421: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
1422: returned table with one empty cell)
1423:
1424: 2011-04-03 misha
1425:
1426: * src/include/pa_version.h, configure.in: - version in head was
1427: changed to 3.4.2b
1428:
1429: 2011-03-30 misha
1430:
1431: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
1432: as well ( new feature #294 )
1433:
1434: 2011-03-29 misha
1435:
1436: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
1437: limited to approx. 6 MB. previous limits were too big for real
1438: life. bugfix: #216
1439:
1440: 2011-03-04 moko
1441:
1442: * etc/parser3.charsets/cp866.cfg: Conforms to
1443: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
1444:
1445: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
1446: vlalek@
1447:
1448: 2011-02-22 misha
1449:
1450: * src/include/pa_charset.h, operators.txt: - some methods mustn't
1451: be under #ifdef XML or parser can't be compiled without xml
1452: support
1453:
1454: 2011-02-21 misha
1455:
1456: * src/targets/apache/: Makefile.am: - mention
1457: ApacheModuleParser3.vcproj was removed
1458:
1459: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
1460: removed)
1461:
1462: 2011-02-20 misha
1463:
1464: * tests/: 266.html, 266.p: - tests for checking $.inherited and
1465: $.overridden in ^reflection:method_info[...] were added
1466:
1467: * src/classes/reflection.C: - beautifying result of
1468: ^reflection:method_info[] ($.overridden/inherited)
1469:
1470: 2011-02-18 misha
1471:
1472: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
1473: and pa_isalnum instead of isalpha and isalnum - bug with
1474: redundand quoting lowercased latin chars while building email
1475: body was fixed
1476:
1477: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
1478: added (they check for latin chars only)
1479:
1480: 2011-02-16 misha
1481:
1482: * src/main/pa_charset.C: - bugfix: in some cases the calculating
1483: string size for transcoding gave too small value (should ever
1484: look for availability char in dest charset inspite of the char
1485: size)
1486:
1487: 2011-02-04 moko
1488:
1489: * tests/223.html: header values now not url-encoded (issue #195)
1490:
1491: 2011-02-01 misha
1492:
1493: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
1494:
1495: 2011-01-31 misha
1496:
1497: * src/main/pa_request.C: - throw exception if param file_name in
1498: use_file is empty
1499:
1500: 2011-01-08 moko
1501:
1502: * src/classes/curl.C: compilations errors fixed
1503:
1504: 2010-12-29 moko
1505:
1506: * tests/: 265.html, results/265.processed: test for issue #200
1507: added
1508:
1509: * src/main/pa_string.C: empty regex result check added (fixes issue
1510: #200)
1511:
1512: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
1513:
1514: * tests/results/223.processed: header values now not url-encoded
1515: (issue #195)
1516:
1517: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
1518: main/untaint.C: L_HTTP_HEADER now used in http headers values,
1519: pa_http_safe_header_name added for headers names (fixes bug #195)
1520:
1521: 2010-12-18 misha
1522:
1523: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
1524: => pa-include
1525:
1526: 2010-11-28 moko
1527:
1528: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
1529:
1530: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
1531: -> pa
1532:
1533: * configure.in: apr -> pa
1534:
1535: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
1536:
1537: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
1538: classes/Makefile.am, types/Makefile.am: apr -> pa
1539:
1540: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
1541: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
1542: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
1.88 ! moko 1543: pa-include/pa_apr.h, pa-include/pa_errno.h,
! 1544: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
! 1545: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
! 1546: module apr name conflict resolved)
1.86 moko 1547:
1548: 2010-11-27 misha
1549:
1550: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
1551: libbz2
1552:
1553: 2010-11-26 misha
1554:
1555: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
1556: warnings removed
1557:
1558: 2010-11-25 moko
1559:
1560: * operators.txt: $.indent(true)
1561:
1562: * operators.txt: another bugfix. :)
1563:
1564: * operators.txt: bugfix. :)
1565:
1566: * buildall-with-xml: libxml2-2.7.8 + with-apache
1567:
1568: 2010-11-24 moko
1569:
1570: * configure: apxs support
1571:
1572: * configure.in: apxs support -Bstatic gc removed for OS X
1573:
1574: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
1575:
1576: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
1577: THREAD_LOCAL usage
1578:
1579: * src/: classes/curl.C, include/pa_config_includes.h,
1580: main/pa_globals.C: THREAD_LOCAL defined and used
1581:
1582: 2010-11-23 moko
1583:
1584: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
1585: should be passed to pa_sleep, and only fractional part (bugfix:
1586: #188)
1587:
1588: * src/targets/apache/mod_parser3.c: 1.3 compatibility
1589:
1590: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
1591: GC_dont_gc=1, as in cgi version
1592:
1593: * src/targets/apache/mod_parser3.c: warning war
1594:
1595: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
1596: pa_httpd.h: version removed, some trash removed
1597:
1598: * src/targets/apache/mod_parser3.c: version removed (we don't want
1599: to show it), warning war
1600:
1601: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
1602: pa_httpd.h: parser_status_allowed removed + merge config
1603: functions removed (override is the default) + beauty
1604:
1605: * src/: include/pa_request.h, main/pa_request.C,
1606: targets/apache13core/mod_parser3_core.C, targets/cgi/parser3.C,
1607: targets/isapi/parser3isapi.C: option to hide $status used in
1608: apache module removed
1609:
1610: 2010-11-18 moko
1611:
1612: * operators.txt: $.table[compact] added for ^json:string[]
1613:
1614: 2010-11-16 moko
1615:
1616: * src/targets/apache/mod_parser3.c: some cleanup done
1617:
1618: * src/main/untaint.C: bugfix: first, second String::Body argument
1619: is hashcode; second, info.fragment_begin is original, not
1620: resulting length
1621:
1622: * src/classes/file.C: new feature: $.stdin now untainted
1623:
1624: * tests/results/264.processed: new feature: $.stdin[] now untainted
1625:
1626: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
1627:
1628: * src/classes/op.C: ^apply-taint[] method added
1629:
1630: * tests/: 264.html, results/264.processed: ^apply-taint[] test
1631: added; $.stdin untaint test added
1632:
1633: 2010-11-15 moko
1634:
1635: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
1636: removed
1637:
1638: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
1639: pa_httpd.h: 2x2 calculated under apache2. :)
1640:
1641: 2010-11-13 moko
1642:
1643: * src/targets/apache/mod_parser3.c: initial changes to build module
1644: with apache 2.x includes
1645:
1646: * src/targets/apache/: Makefile.am, mod_parser3.c,
1647: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
1648: united apache 1.3 / apache 2.x DSO module
1649:
1650: 2010-11-09 moko
1651:
1652: * src/types/pa_method.h: check added to dissallow @method[name;*]
1653: syntax
1654:
1655: * tests/: 263.html, results/263.processed: test from method[*args]
1656: added
1657:
1658: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
1659: number of params can now be passed to a method declared with *arg
1660:
1661: 2010-11-06 moko
1662:
1663: * src/classes/table.C: formating fixed. :)
1664:
1665: * src/classes/table.C: closes #4: ^table.select now supports
1666: $.limit(), $.offset, $.reverse() options
1667:
1668: * tests/: 262.html, results/262.processed: test for ^table:select
1669: with options added (feature #4)
1670:
1671: * src/include/pa_array.h: remove function added
1672:
1673: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
1674: object in get_element/put_element, using static one.
1675:
1676: 2010-11-04 moko
1677:
1678: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
1679: options is passed
1680:
1681: * tests/: 256.html, results/256.processed: $.table[compact] feature
1682: now tested; k and p in handler now tested.
1683:
1684: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
1685: $.table[compact] feature added
1686:
1687: * src/classes/json.C: key is now passed to handler in
1688: value_json_string; ^json:string result now process tainting
1689: inside and returns clean string, related to issue #153
1690:
1691: * src/main/untaint.C: bugfix: charset can be null (in
1692: ^string:save[] as example), thus check is added
1693:
1694: 2010-10-31 moko
1695:
1696: * src/classes/string.C: error message changed (fixes issue #149)
1697:
1698: 2010-10-29 moko
1699:
1700: * src/main/pa_http.C: ":port" is now added to "Host:" header if
1701: port is not default (fixes issue #155); exception on invalid port
1702: added.
1703:
1704: * src/main/untaint.C: '*' is now not urlencoded to allow header
1705: "Accept: */*" to be passed
1706:
1707: 2010-10-28 moko
1708:
1709: * src/classes/curl.C: bugfix: detect_charset() was throwing
1710: exception on unknown charset even if response_charset was
1711: specified
1712:
1713: 2010-10-27 moko
1714:
1715: * src/classes/string.C: ^string.append removed for void
1716: compatibility
1717:
1718: 2010-10-26 moko
1719:
1720: * src/classes/json.C: libjson supports array at top level, we too
1721: (GPF fixed)
1722:
1723: 2010-10-25 moko
1724:
1725: * tests/: 253.html, results/253.processed: libjson supports array
1726: at top level, parser now supports it as well.
1727:
1728: * tests/261.html, tests/results/261.processed,
1729: src/types/pa_vstring.h: empty string is now void compatible
1730: (allows $empty.key)
1731:
1732: 2010-10-22 misha
1733:
1734: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
1735: while adding additional expires checkout)
1736:
1737: * tests/030.html: - test for session cookie was added
1738:
1739: 2010-10-21 moko
1740:
1741: * src/: classes/string.C, classes/void.C, main/execute.C,
1742: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
1743: string (feature #111)
1744:
1745: * tests/: 261.html, results/261.processed: checks void from string
1746: inheritance (feature #111)
1747:
1748: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
1749: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
1750: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
1751: now true by default
1752:
1753: 2010-10-17 moko
1754:
1755: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
1756: upload now uses binary blocks instead of L_FILE_POST tainting.
1757: (bugfix: #128)
1758:
1759: * tests/: 223.html, results/223.processed: binary file upload test
1760: added, GPF (issue #128) also checked in this test
1761:
1762: 2010-10-13 misha
1763:
1764: * tests/260.html: - test for math:convert
1765:
1766: * src/classes/math.C: - error in math:convert was fixed
1767:
1768: * operators.txt: - info about
1769: ^math:convert[number](from-base;to-base) was added
1770:
1771: * src/classes/math.C: - method
1772: ^math:convert[number](from-base;to-base) for converting number
1773: represention from one base to another was added ( new feature:
1774: #23 )
1775:
1776: 2010-10-13 moko
1777:
1778: * src/main/compile.tab.C: [] now is empty string, not void
1779:
1780: * src/main/compile.y: [] now is empty string, not void
1781:
1782: * src/types/pa_vvoid.h: void now passed as parameter
1783:
1784: * tests/: 259.html, results/259.processed: to test difference
1785: between void and empty string (see ticket #111)
1786:
1787: * tests/results/152.processed: $sEmpty[] is now empty string, not
1788: void
1789:
1790: * tests/256.html: $s[$void] is no longer empty string
1791:
1792: * tests/254.html: empty string is no longer void
1793:
1794: 2010-10-12 misha
1795:
1796: * src/types/pa_vcookie.C: - check if $.expires value can be
1797: converted to date during cookies set up ( bugfix: #104 )
1798:
1799: * tests/041.html: - more tests for ^table.locate were added
1800:
1801: * src/classes/table.C: - ^table.locate[field;value;options] didn't
1802: work ( bugfix: #129 ) - exception comment for incorrect options
1803: ^table.locate[field;value;options] was fixed
1804:
1805: 2010-10-10 moko
1806:
1807: * src/: classes/reflection.C, main/execute.C: constructor returning
1808: another object feature returned
1809:
1810: * tests/results/258.processed: test result updated as constructor
1811: returning another object feature returned
1812:
1813: * tests/: 258.html, results/258.processed: test for constructor
1814: returning another object
1815:
1816: 2010-10-08 misha
1817:
1818: * tests/257.html: - whitespaces after @METACOMMANDS and their
1819: options shouldn't cause exceptions any longer
1820:
1821: 2010-10-06 moko
1822:
1823: * src/classes/: hash.C, table.C: length from sql server is now
1824: ignored, as sql string can contain 0x00 inside (bugfix: #119)
1825:
1826: 2010-10-02 misha
1827:
1828: * operators.txt: - the X mark was removed from ^cache[file]. it is
1829: usable to delete cache file.
1830:
1831: 2010-10-02 moko
1832:
1833: * tests/: 253.html, results/253.processed: hook_key added for key
1834: checking
1835:
1836: * src/classes/json.C: null key bug fixed
1837:
1838: 2010-09-29 misha
1839:
1840: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
1841:
1842: 2010-09-25 moko
1843:
1844: * src/classes/json.C: small fixed
1845:
1846: * tests/results/: 253.processed, 255.processed: just updated
1847:
1848: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
1849: results/255.processed: charset transcode test added for
1850: json:parse
1851:
1852: 2010-09-24 moko
1853:
1854: * src/types/pa_value.h: warning war :)
1855:
1856: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
1857: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
1858: ^json:string
1859:
1860: 2010-09-22 moko
1861:
1862: * src/main/pa_charset.C: parser charset tables declare only
1863: white-space before 0x20, thus adding the missing chars
1864:
1865: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
1866: to http://unicode.org/Public/MAPPINGS/VENDORS/
1867:
1868: 2010-09-21 misha
1869:
1870: * src/main/compile.y: - some semicolons were added (VS2010 don't
1871: want to compile grammar if they are absent)
1872:
1873: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
1874:
1875: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
1876:
1877: * src/main/main.vcproj: - path to bison is changed
1878:
1879: 2010-09-21 moko
1880:
1881: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
1882: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
1883: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1884:
1885: 2010-09-20 misha
1886:
1887: * src/types/pa_vtable.C: - add EOLs while json-serializing table
1888:
1889: * src/classes/json.C: - add EOL while json-serializing hash
1890:
1891: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
1892: compilers don't like 'ES'.
1893:
1894: 2010-09-17 misha
1895:
1896: * operators.txt: - info about json class was added
1897:
1898: * src/classes/json.C: - ^json:string[object]
1899:
1900: * src/: include/pa_request.h, main/pa_request.C: - stuff for
1901: preventing infinite recursion while executing json:string was
1902: added
1903:
1904: * src/include/pa_string.h: - method append_quoted was added
1905:
1906: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
1907: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
1908: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
1909: was added to Value & Co
1910:
1911: * src/classes/date.C: - methods get_gmt_string and get_sql_string
1912: were used
1913:
1914: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
1915: were added
1916:
1917: 2010-09-10 moko
1918:
1919: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
1920: die_or_abort (backport from 3.4.1)
1921:
1922: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
1923: die_or_abort (bugfix: #106)
1924:
1925: 2010-09-09 moko
1926:
1927: * src/classes/json.C: warning war. :)
1928:
1929: 2010-09-08 misha
1930:
1931: * src/lib/json/Makefile.am: - additional include directories were
1932: added (for pa_memory.h and gc.h)
1933:
1934: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
1935: compile as C++ instead default - additional include directory was
1936: added (for gc.h)
1937:
1938: * src/types/pa_vform.C: - little code reformating
1939:
1940: * src/classes/file.C: - $.content-type option now can be specified
1941: in ^file::create ( new feature: #102 )
1942:
1943: 2010-09-08 moko
1944:
1945: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
1946: pa_malloc/pa_free
1947:
1948: 2010-09-07 moko
1949:
1950: * tests/results/254.processed: VStateless_class:put_element
1951: exception was fixed
1952:
1953: * src/types/: pa_value.h, pa_vstateless_class.h: now
1954: VStateless_class:put_element barks self.type, not this.type
1955: (bugfix: #105)
1956:
1957: 2010-09-06 moko
1958:
1959: * src/classes/reflection.C: bugfix: new String() is required for
1960: exception handling
1961:
1962: * tests/: 254.html, results/254.processed: test modified
1963:
1964: 2010-09-05 moko
1965:
1966: * tests/: 254.html, results/254.processed: ^reflection:copy test
1967: added
1968:
1969: * src/: classes/reflection.C, include/pa_request.h:
1970: ^reflection:copy implemented (new feature: #100)
1971:
1972: 2010-09-03 moko
1973:
1974: * src/lib/json/JSON_parser.C: c++ compatiblity
1975:
1976: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
1977: option testing added
1978:
1979: 2010-09-02 moko
1980:
1981: * src/classes/json.C: $.distinct[first|last|all] added
1982:
1983: 2010-09-01 moko
1984:
1985: * tests/results/253.processed: json test result
1986:
1987: * tests/: 253.html, 253_json.txt: json test added
1988:
1989: * src/classes/json.C: json.C update to actual version + hash key
1990: creation bugfix
1991:
1992: 2010-08-31 misha
1993:
1994: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
1995: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
1996: src/lib/Makefile.am, src/classes/Makefile.am,
1997: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
1998: json library was added
1999:
2000: 2010-08-30 moko
2001:
2002: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2003: types/pa_vobject.C: cosmetic optimization in
2004: request:execute_method usage
2005:
2006: * src/: include/pa_charset.h, main/pa_charset.C: small
2007: optimization, just to decrease number of lines. :)
2008:
2009: 2010-08-27 misha
2010:
2011: * src/classes/op.C: - taint[json] was added
2012:
2013: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
2014: were added
2015:
2016: * src/main/pa_exec.C: - warning fix was rolled back.
2017:
2018: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
2019: include/pa_string.h: - taint[json] was added - escaping was
2020: slightly modified
2021:
2022: 2010-08-25 misha
2023:
2024: * src/classes/file.C: - typo in file:sql exception was fixed
2025:
2026: * src/main/pa_exec.C: - warning about declared and not used
2027: variable forced_allow was removed
2028:
2029: 2010-08-14 misha
2030:
2031: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
2032: were removed
2033:
2034: 2010-08-11 moko
2035:
2036: * tests/: 249.html, results/249.processed: default setter and
2037: anti-recursive default getter test added
2038:
2039: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
2040: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
2041: types/pa_vobject.h, types/pa_vstateless_class.C,
2042: types/pa_vstateless_class.h: default setter support +
2043: anti-recursive default getter support ( new feature: #13 )
2044:
2045: * src/include/pa_hash.h: optimization: threshold member removed
2046: from hash, reducing sizeof(hash)
2047:
2048: 2010-08-10 misha
2049:
2050: * tests/196.html: - junction-method was added to the test
2051:
2052: * tests/248.html: - ups. typo :)
2053:
2054: * tests/248.html: - test for checking .match with 4 params
2055:
2056: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
2057: 247_windows1251.txt: - test for "transcode file from utf-8 to
2058: $request:charset during loading if the BOM code is detected"
2059:
2060: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
2061: $request:charset during loading if the BOM code is detected ( new
2062: feature: #98 )
2063:
2064: 2010-08-05 misha
2065:
2066: * src/classes/image.C: - ^image.replace now can accept only 2
2067: params. in this case the whole image is affected ( new feature:
2068: #95 )
2069:
2070: 2010-08-04 misha
2071:
2072: * tests/246.html: - test tor ^hash._at[] was added
2073:
2074: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
2075: #53 )
2076:
2077: * src/include/pa_hash.h: - methods for accessing the first and the
2078: last values of ordered hash were added (first_value and
2079: last_value)
2080:
2081: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
2082: (similar to others file's methods):
2083: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
2084: #68 )
2085:
2086: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
2087:
2088: 2010-08-01 moko
2089:
2090: * src/classes/op.C: to correctly process $result[] in code, called
2091: from ^process
2092:
2093: * tests/245.html: $result in ^process[] test added
2094:
2095: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2096: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
2097: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
2098: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
2099: caller, self) op_call(VMethodFrame &frame, bool constructing)
2100: removed, construct(class,method) added
2101:
2102: * tests/results/: 192.processed, 244.processed: request::construct
2103: added
2104:
2105: * tests/: 244.html, 245.html, results/244.processed,
2106: results/245.processed: object creation exceptions and ^process
2107: tests added
2108:
2109: 2010-07-28 misha
2110:
2111: * tests/make_tests.cmd: - win32 EOLs
2112:
2113: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
2114: tests on Win32 were added (The system timezone should be GMT+3)
2115:
2116: 2010-07-26 misha
2117:
2118: * tests/: 212.html, results/212.processed: - sizes were removed
2119: mecause they could be different on different OSs
2120:
2121: * tests/065.html: - make it "win32 friendly"
2122:
2123: 2010-07-25 misha
2124:
2125: * src/main/compile.y: - all EOLs between methods are removed during
2126: compilation ( new feature: #47 )
2127:
2128: * tests/results/149.processed: - prepare tests to trim trailing
2129: methods' EOLs
2130:
2131: * tests/149.html: - prepare tests to trim trailing methods' EOLs
2132:
2133: * tests/: results/006.processed, results/014.processed, 006.html,
2134: 014.html, 022.html: - prepare tests to trim trailing methods'
2135: EOLs
2136:
2137: * tests/: 059.html, 071.html, 149.html, results/059.processed,
2138: results/071.processed, results/022.processed: - prepare tests to
2139: trim trailing methods' EOLs
2140:
2141: * tests/: results/073.processed, results/109.processed,
2142: results/142.processed, results/144.processed,
2143: results/149.processed, 073.html, 096.html, 109.html, 142.html,
2144: 144.html: - prepare tests to trim trailing methods' EOLs
2145:
2146: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
2147: 149.html, 152.html, results/096.processed, results/107.processed,
2148: results/109.processed, results/142.processed,
2149: results/144.processed: - prepare tests to trim trailing methods'
2150: EOLs
2151:
2152: 2010-07-24 moko
2153:
2154: * tests/results/: 156.processed, 224.processed: fix for #54 changed
2155: the hash order in this test
2156:
2157: * tests/014.html: to check hash order, hash no is longer sorted
2158: before print
2159:
2160: * src/include/pa_hash.h: hash copy constructor now keeps order
2161: (bugfix: #54)
2162:
2163: 2010-07-23 moko
2164:
2165: * tests/results/224.processed: @auto[] is no longer inherited
2166:
2167: * src/types/pa_vstateless_class.C, tests/227.html,
2168: tests/results/227.processed: @auto[] is no longer inherited
2169: (bugfix: #57)
2170:
2171: 2010-07-22 misha
2172:
2173: * src/classes/table.C: - don't skip comment lines during
2174: table::load if encloser or separator is set as '#' ( new feature:
2175: #30 )
2176:
2177: * src/targets/cgi/parser3.C: - don't run as cgi if
2178: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
2179: #12 )
2180:
2181: * src/classes/file.C: - set PARSER_VARSION env before external
2182: script executing
2183:
2184: 2010-07-13 misha
2185:
2186: * tests/058.html: - test for suppressing @border was added - test
2187: for user attribute was added
2188:
2189: * tests/results/186.processed: unescaping from \uXXXX
2190:
2191: * tests/186.html: unescaping from \uXXXX
2192:
2193: * tests/: 239.html, results/239.processed: method call type
2194:
2195: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
2196: $junction_method.CLASS_NAME (+CLASS)
2197:
2198: 2010-07-07 misha
2199:
2200: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
2201: *nix
2202:
2203: 2010-07-05 misha
2204:
2205: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2206: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2207: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
2208: comment strings "options must be hash", "options must be hash,
2209: not code" and "called with invalid option" were replaced by
2210: constatns - exception comment string "invalid option passed" was
2211: replaced by "called with invalid option" (now in different
2212: methods are the same exception comment string)
2213:
2214: * src/include/pa_exception.h: - more exception strings were defined
2215:
2216: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
2217: types/pa_vstateless_class.h: - now we can define possible
2218: method's call type ( new feature: #5 ) 1.
2219: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
2220: methods 2. @static:method[params] (only static keyword could be
2221: used here) -- for specified methods
2222:
2223: * src/main/pa_common.C: - junction points should not be deleted on
2224: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
2225: cleanup
2226:
2227: 2010-07-03 misha
2228:
2229: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
2230: results/158.processed, results/160.processed,
2231: results/161.processed, results/162.processed,
2232: results/163.processed: - prepare tests to trim trailing methods'
2233: EOLs
2234:
2235: * tests/results/169.processed: - prepare tests to trim trailing
2236: methods' EOLs
2237:
2238: * tests/results/: 168.processed, 169.processed: - prepare tests to
2239: trim trailing methods' EOLs
2240:
2241: * tests/: results/170.processed, results/167.processed,
2242: results/168.processed, results/169.processed, 167.html, 168.html,
2243: 169.html: - prepare tests to trim trailing methods' EOLs
2244:
2245: * tests/: results/170.processed, results/171.processed,
2246: results/172.processed, results/173.processed,
2247: results/174.processed, results/175.processed, 170.html, 171.html,
2248: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
2249: trailing methods' EOLs
2250:
2251: * tests/: results/176.processed, results/180.processed,
2252: results/184.processed, results/185.processed,
2253: results/191.processed, results/192.processed,
2254: results/196.processed, results/197.processed,
2255: results/198.processed, 176.html, 180.html, 184.html, 185.html,
2256: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
2257: to trim trailing methods' EOLs
2258:
2259: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
2260: results/199.processed, results/208.processed,
2261: results/209.processed, results/213.processed,
2262: results/214.processed: - prepare tests to trim trailing methods'
2263: EOLs
2264:
2265: 2010-06-29 misha
2266:
2267: * tests/: 220.html, 218.html, results/218.processed,
2268: results/215.processed, results/217.processed, 215.html, 217.html:
2269: - prepare tests to trim trailing methods' EOLs
2270:
2271: * tests/: results/224.processed, 224.html, 223.html,
2272: results/223.processed, results/220.processed: - prepare tests to
2273: trim trailing methods' EOLs
2274:
2275: * tests/results/: 226.processed, 230.processed: - prepare tests to
2276: trim trailing methods' EOLs
2277:
2278: * tests/: 229.html, results/229.processed: - prepare tests to trim
2279: trailing methods' EOLs
2280:
2281: * tests/: 232.html, 235.html, results/232.processed,
2282: results/235.processed, 226.html, 227.html, 228.html, 230.html,
2283: results/226.processed, results/227.processed,
2284: results/228.processed, results/230.processed: - prepare tests to
2285: trim trailing methods' EOLs
2286:
2287: 2010-06-16 moko
2288:
2289: * tests/: 229.html, results/229.processed: elseif now supported in
2290: ^if
2291:
2292: * src/classes/op.C: new feature: #56 elseif now supported in ^if
2293:
2294: 2010-06-03 misha
2295:
2296: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
2297: instead of memcopy for overlaped regions
2298:
2299: 2010-05-25 misha
2300:
2301: * src/main/pa_common.C: - wanring about unused vars was removed
2302:
2303: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
2304: get_method_filename was moved to execute.C
2305:
2306: 2010-05-23 misha
2307:
2308: * src/main/pa_request.C: - more accurate detection of method's file
2309:
2310: 2010-05-22 misha
2311:
2312: * src/classes/reflection.C: - bugfix: core during detection of
2313: .file if filespec isn't detected successfully
2314:
2315: 2010-05-20 misha
2316:
2317: * src/main/pa_request.C: - fix in get_method_filename
2318:
2319: * src/include/pa_request.h: - new feature: #24 -- searching
2320: included file in @USE/^use is changed. if its filespec doesn't
2321: start from '/' it will be searched in caller file directory
2322:
2323: * src/classes/reflection.C: - ^reflection:method_info returns file
2324: where the method is defined
2325:
2326: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
2327: classes/op.C: - new feature: #24 -- searching included file in
2328: @USE/^use is changed. if its filespec doesn't start from '/' it
2329: will be searched in caller file directory
2330:
2331: * src/: classes/file.C, include/pa_common.h: - method lastposafter
2332: is moved to pa_common.h
2333:
2334: 2010-05-18 misha
2335:
2336: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
2337: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
2338: cookie parser decode \uXXXX as well as %uXXXX
2339:
2340: 2010-05-17 misha
2341:
2342: * src/classes/curl.C: beauty: - unused param is removed in method
2343: _curl_version_action - some spaces were removed or replaced by
2344: tabs
2345:
2346: * src/classes/table.C: - bugfix: #72 core with empty value during
2347: ^table.hash[...;name_of_the_last_column][$.type[string]]
2348:
2349: 2010-05-16 misha
2350:
2351: * src/classes/curl.C: new: #61 more curl options were added
2352: (contributed by Sumo)
2353:
2354: 2010-04-29 pretender
2355:
2356: * src/main/pa_string.C: fixes #63 Split result from empty string
2357: now empty string.
2358:
2359: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
2360: string type.
2361:
2362: 2010-04-28 pretender
2363:
2364: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
2365: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
2366: macrodefinition removed
2367:
2368: 2010-04-19 pretender
2369:
2370: * src/main/execute.C: fixes #60 Stacktrace now contains info for
2371: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
2372:
2373: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
2374: fixes #64 Now file.missing exception generates in unsafe mode to.
2375:
2376: * src/classes/file.C: fixes #48 Now not throw "not save environment
2377: variable" exception in grpunlim version.
2378:
2379: 2010-04-05 misha
2380:
2381: * src/classes/string.C: - new feature: 4th param was added to
2382: match. if specified its value is returned in case of nothing was
2383: found
2384:
2385: 2010-04-01 misha
2386:
2387: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
2388: multiple execution of /a/b/auto.p
2389:
2390: 2010-03-19 misha
2391:
2392: * src/main/execute.C: - core in $table1.$table2 was fixed
2393:
2394: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
2395:
2396: 2010-01-27 misha
2397:
2398: * src/main/pa_common.C: - bugfix: there are no excaption.type if
2399: trying to open file by path /existing-file/non-exixting-file
2400:
2401: 2010-01-26 misha
2402:
2403: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
2404: was added (returns file)
2405:
2406: 2009-12-22 misha
2407:
2408: * src/classes/curl.C: - method 'option' was renamed to 'options' -
2409: now parser doesn't have class curl if it was built without it
2410:
2411: 2009-12-15 misha
2412:
2413: * configure.in: - little cheat with curl include dir was added
2414:
2415: 2009-12-05 misha
2416:
2417: * src/classes/curl.C: - some fixes
2418:
2419: 2009-12-04 misha
2420:
2421: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
2422: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
2423: buildall-with-xml, buildall-without-xml, configure.in: - curl
2424: class was added
2425:
2426: * src/include/pa_hash.h: - hash-iterator was added
2427:
2428: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
2429: was added to pcre
2430:
2431: 2009-11-27 misha
2432:
2433: * src/classes/image.C: - don't add @border attribute to output of
2434: ^image.html[] if it was specified by user with empty value
2435:
2436: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
2437: root element and we are trying to access .documentElement
2438:
2439: 2009-11-11 misha
2440:
2441: * src/classes/table.C: - in ^table.flip[] look at number of columns
2442: instead of number of items in first row for named tables
2443:
2444: 2009-11-10 misha
2445:
2446: * operators.txt: - info about hash-options in ^file::create was
2447: added
2448:
2449: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
2450: added
2451:
2452: 2009-11-09 misha
2453:
2454: * buildall-with-xml: - moving to libxml 2.7.6
2455:
2456: * tests/236.html: - tests for comparations cords with functions
2457: were added
2458:
2459: * src/include/pa_string.h: - optimisation: cacheing of cstr was
2460: added
2461:
2462: * src/main/pa_http.C: - little optimisation
2463:
2464: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
2465: GPF mallocs + stringstream (table.save)
2466:
2467: * src/classes/file.C: - file::create now accepts 4th param: options
2468: with $.charset
2469:
2470: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
2471: bug in cord (comparation cords with functions was buggy)
2472:
2473: 2009-11-06 misha
2474:
2475: * src/main/pa_string.C: - bugfix: calculation string.length
2476: sometimes was buggy
2477:
2478: * src/classes/string.C: - bugfix: Temp_value_element wasn't
2479: destroyed if exception occured during match/replace
2480:
2481: * src/: main/pa_charset.C, include/pa_charset.h: - method
2482: lengthUTF8Char was added
2483:
2484: * src/classes/op.C: - clean tainting lang was added for user's
2485: usage
2486:
2487: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
2488: fixed: checkouts are required after GC_MALLOC
2489:
2490: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
2491:
2492: * operators.txt: - actually, there is no ^untaint[xml] in
2493: file::create
2494:
2495: 2009-10-15 misha
2496:
2497: * tests/: 235.html, 235_attach.txt: - tests for preparing email
2498: were added
2499:
2500: * tests/234.html: - more tests for checking ^taint[uri] escaping
2501: were added
2502:
2503: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
2504: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
2505: hacking: for dealing with transcoding+^taint[uri]
2506: transcode_and_untaint was replaced by untaint_and_transcode
2507:
2508: 2009-10-13 misha
2509:
2510: * tests/: 121.html, results/121.processed: - test transcoding +
2511: url-escaping now
2512:
2513: * tests/results/auto.p: - more helpers' methods were added
2514:
2515: * src/main/pa_globals.C: - die instead of abort
2516:
2517: 2009-10-06 misha
2518:
2519: * src/main/pa_common.C: - don't allocate memory during
2520: capitalization if input string is already capitalized
2521:
2522: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
2523:
2524: * src/targets/: cgi/parser3.C, apache13core/mod_parser3_core.C: -
2525: pass pre-capitalized headers - don't use format function because
2526: it calls malloc
2527:
2528: * src/include/pa_common.h: - more capitalized headers were added
2529:
2530: * src/main/pa_common.C: - in safe mode clear executable bits during
2531: file writing
2532:
2533: 2009-10-05 misha
2534:
2535: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
2536:
2537: 2009-10-03 misha
2538:
2539: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
2540: ^img.text[] & ^img.length[] can work in utf-8 now
2541:
2542: * src/: include/pa_charset.h, main/pa_charset.C: - class
2543: UTF8_string_iterator was added
2544:
2545: * src/classes/image.C: - respect utf-8 when calculate alphabet
2546: length
2547:
2548: * src/classes/mail.C: - check from before get message.cstr
2549:
2550: 2009-10-02 misha
2551:
2552: * tests/233.html: - test for image.font, image.length, image.text
2553: with text in utf-8 were added
2554:
2555: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
2556:
2557: * buildall-with-xml, buildall-without-xml: - comment about gc
2558: version for freebsd 4 was added
2559:
2560: 2009-10-01 misha
2561:
2562: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
2563: terminator) - read_pipe were slightly optimized
2564:
2565: 2009-09-28 misha
2566:
2567: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
2568: removed
2569:
2570: * src/types/pa_vmail.C: - forgot about space after ':'
2571:
2572: * src/types/pa_vmail.C: - escape filenames while preparing mail
2573: body - small simplifications
2574:
2575: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
2576: inout params like pa_base64
2577:
2578: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
2579: option $.debug-print(1) was added to mail:send - changes for
2580: using uue_encode which uses less memory
2581:
2582: * src/main/pa_common.C: - pa_base64_encode uses less memory now
2583:
2584: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
2585: memory now
2586:
2587: 2009-09-26 misha
2588:
2589: * src/types/pa_vmail.C: - default encoding now is base64
2590:
2591: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
2592:
2593: 2009-09-25 misha
2594:
2595: * src/types/pa_vmail.C: - capitalization of headers was added to
2596: sending mail as well
2597:
2598: * buildall-with-xml: - catalog package was removed from libxml
2599:
2600: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
2601: win32 absolute path
2602:
2603: * src/include/pa_common.h: - one more capitalized header was added
2604:
2605: 2009-09-22 misha
2606:
2607: * INSTALL: - comment about building just httpd binary while
2608: building apache module was added
2609:
2610: * src/targets/apache13/p3runConfigure.in: - INCLUDES added so
2611: problem with finding pa_httpd.h should be fixed now
2612:
2613: 2009-09-21 misha
2614:
2615: * buildall-with-xml: - moving to the latest versions of xml libs:
2616: libxml 2.7.4 and libxslt 1.1.25
2617:
2618: 2009-09-20 misha
2619:
2620: * src/targets/apache13/p3runConfigure.in: - path fo pcre libs was
2621: fixed
2622:
2623: 2009-09-19 misha
2624:
2625: * tests/231.html: - test for encoding cookie in win-1251
2626:
2627: 2009-09-18 misha
2628:
2629: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
2630: object] were added
2631:
2632: * operators.txt: - info about method ^reflection:fields[class or
2633: object] was added
2634:
2635: * src/classes/reflection.C: - method ^reflection:fields[class or
2636: object] was added
2637:
2638: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
2639: methods get_fields were added
2640:
2641: * tests/232.html: - tests for @GET[name]
2642:
2643: * src/classes/table.C: - some changes in handling hash-options for
2644: creare, join and locate
2645:
2646: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
2647: defined with option: the type of requested value
2648:
2649: 2009-09-17 misha
2650:
2651: * tests/212.html: - tests for .pattern and .options were added
2652:
2653: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
2654: $regex.options were added
2655:
2656: 2009-09-11 misha
2657:
2658: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
2659: rewrited. it checks not just one case of sending cookies during
2660: file::load[http], but also sending headers and fields (including
2661: files)
2662:
2663: 2009-09-10 misha
2664:
2665: * src/main/untaint.C: - workaround in file-spec lang for old Macs
2666: was removed => now parser can open files with Russian 'r' in
2667: filename
2668:
2669: * src/main/untaint.C: - bugfix: client charset whould be analized
2670: while escaping cookies but now source charset
2671:
2672: * src/main/pa_http.C: - bugfix: the values of http headers didn't
2673: ^tainted[uri] so it was possible to make request with incorrect
2674: http header
2675:
2676: * src/main/pa_http.C: - capitalization of http headers during
2677: file::load[http was slightly changes - bugfix: all headers which
2678: parser sends during file::load[http should be transcoded and only
2679: then escaped
2680:
2681: * src/main/untaint.C: - a bit more comments were added
2682:
2683: * src/classes/: file.C, string.C: - types where changes (minus 2
2684: warnings)
2685:
2686: * src/include/pa_common.h: - 2 capitalized strings for making http
2687: headers during file::load[http were added
2688:
2689: 2009-09-08 misha
2690:
2691: * operators.txt: - changes in file.save and string.save were added
2692:
2693: * tests/: 230.html, 230.txt: - tests for checking options in
2694: file.save and string.save were added
2695:
2696: * src/main/pa_request.C: - http headers names, which are passed to
2697: SAPI::add_header_attribute are lowercased now (it'll be
2698: capitalized in that method)
2699:
2700: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
2701: classes/string.C: - file_write accepts Request_charsets and asked
2702: charset and cound transcode content before writing - string.save
2703: and file.save have option $.charset now
2704:
2705: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
2706: classes/xdoc.C: - file_write accepts Request_charsets and asked
2707: charset and cound transcode content before writing
2708:
2709: * src/include/pa_exception.h: - new exception comment string was
2710: defined
2711:
2712: 2009-09-07 misha
2713:
2714: * src/main/compile.y: - grammar $name\ name stops now for regex
2715: sub-pattern\s
2716:
2717: 2009-09-04 misha
2718:
2719: * src/main/pa_http.C: - capitalization of http headers during
2720: file::load[http was implemented
2721:
2722: 2009-09-03 misha
2723:
2724: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2725: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
2726: types/pa_vmail.C, targets/apache13core/mod_parser3_core.C,
2727: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: - back to
2728: storing response http headers in lowercase - capitalize them
2729: during output
2730:
2731: 2009-08-31 misha
2732:
2733: * src/classes/table.C: - allow call with any brackets (it could be
2734: useful in methods with explict result declaration)
2735:
2736: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
2737: correctly if $request:charset==koi8-r
2738:
2739: 2009-08-30 misha
2740:
2741: * src/: include/pa_common.h, main/pa_request.C: - http headers were
2742: changed: content-type => Content-type and so on
2743:
2744: * src/classes/file.C, src/include/pa_common.h,
2745: src/include/pa_request.h, src/main/pa_http.C,
2746: src/main/pa_request.C, src/types/pa_vcookie.C,
2747: src/types/pa_vmail.C,
2748: src/targets/apache13core/mod_parser3_core.C,
2749: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
2750: tests/results/001.processed, tests/results/002.processed,
2751: tests/results/003.processed, tests/results/004.processed,
2752: tests/results/005.processed, tests/results/006.processed,
2753: tests/results/007.processed, tests/results/008.processed,
2754: tests/results/009.processed, tests/results/010.processed,
2755: tests/results/011.processed, tests/results/012.processed,
2756: tests/results/013.processed, tests/results/014.processed,
2757: tests/results/015.processed, tests/results/016.processed,
2758: tests/results/017.processed, tests/results/018.processed,
2759: tests/results/019.processed, tests/results/020.processed,
2760: tests/results/021.processed, tests/results/022.processed,
2761: tests/results/023.processed, tests/results/024.processed,
2762: tests/results/025.processed, tests/results/026.processed,
2763: tests/results/027.processed, tests/results/028.processed,
2764: tests/results/029.processed, tests/results/030.processed,
2765: tests/results/031.processed, tests/results/032.processed,
2766: tests/results/033.processed, tests/results/034.processed,
2767: tests/results/035.processed, tests/results/036.processed,
2768: tests/results/037.processed, tests/results/038.processed,
2769: tests/results/039.processed, tests/results/040.processed,
2770: tests/results/041.processed, tests/results/042.processed,
2771: tests/results/043.processed, tests/results/044.processed,
2772: tests/results/045.processed, tests/results/046.processed,
2773: tests/results/047.processed, tests/results/048.processed,
2774: tests/results/049.processed, tests/results/050.processed,
2775: tests/results/051.processed, tests/results/052.processed,
2776: tests/results/053.processed, tests/results/054.processed,
2777: tests/results/055.processed, tests/results/056.processed,
2778: tests/results/057.processed, tests/results/058.processed,
2779: tests/results/059.processed, tests/results/060.processed,
2780: tests/results/061.processed, tests/results/062.processed,
2781: tests/results/063.processed, tests/results/064.processed,
2782: tests/results/065.processed, tests/results/066.processed,
2783: tests/results/067.processed, tests/results/068.processed,
2784: tests/results/069.processed, tests/results/070.processed,
2785: tests/results/071.processed, tests/results/072.processed,
2786: tests/results/073.processed, tests/results/074.processed,
2787: tests/results/075.processed, tests/results/076.processed,
2788: tests/results/077.processed, tests/results/078.processed,
2789: tests/results/079.processed, tests/results/080.processed,
2790: tests/results/081.processed, tests/results/082.processed,
2791: tests/results/083.processed, tests/results/084.processed,
2792: tests/results/085.processed, tests/results/086.processed,
2793: tests/results/087.processed, tests/results/088.processed,
2794: tests/results/089.processed, tests/results/090.processed,
2795: tests/results/091.processed, tests/results/092.processed,
2796: tests/results/093.processed, tests/results/094.processed,
2797: tests/results/095.processed, tests/results/096.processed,
2798: tests/results/097.processed, tests/results/098.processed,
2799: tests/results/099.processed, tests/results/100.processed,
2800: tests/results/101.processed, tests/results/102.processed,
2801: tests/results/103.processed, tests/results/104.processed,
2802: tests/results/105.processed, tests/results/106.processed,
2803: tests/results/107.processed, tests/results/108.processed,
2804: tests/results/109.processed, tests/results/110.processed,
2805: tests/results/111.processed, tests/results/112.processed,
2806: tests/results/113.processed, tests/results/114.processed,
2807: tests/results/115.processed, tests/results/116.processed,
2808: tests/results/117.processed, tests/results/118.processed,
2809: tests/results/119.processed, tests/results/120.processed,
2810: tests/results/121.processed, tests/results/122.processed,
2811: tests/results/123.processed, tests/results/124.processed,
2812: tests/results/125.processed, tests/results/126.processed,
2813: tests/results/127.processed, tests/results/128.processed,
2814: tests/results/129.processed, tests/results/130.processed,
2815: tests/results/131.processed, tests/results/132.processed,
2816: tests/results/133.processed, tests/results/134.processed,
2817: tests/results/135.processed, tests/results/136.processed,
2818: tests/results/138.processed, tests/results/139.processed,
2819: tests/results/140.processed, tests/results/141.processed,
2820: tests/results/142.processed, tests/results/143.processed,
2821: tests/results/144.processed, tests/results/145.processed,
2822: tests/results/146.processed, tests/results/147.processed,
2823: tests/results/148.processed, tests/results/149.processed,
2824: tests/results/150.processed, tests/results/151.processed,
2825: tests/results/152.processed, tests/results/153.processed,
2826: tests/results/154.processed, tests/results/155.processed,
2827: tests/results/156.processed, tests/results/157.processed,
2828: tests/results/158.processed, tests/results/159.processed,
2829: tests/results/160.processed, tests/results/161.processed,
2830: tests/results/162.processed, tests/results/163.processed,
2831: tests/results/164.processed, tests/results/165.processed,
2832: tests/results/166.processed, tests/results/167.processed,
2833: tests/results/168.processed, tests/results/169.processed,
2834: tests/results/170.processed, tests/results/171.processed,
2835: tests/results/172.processed, tests/results/173.processed,
2836: tests/results/174.processed, tests/results/175.processed,
2837: tests/results/176.processed, tests/results/177.processed,
2838: tests/results/178.processed, tests/results/179.processed,
2839: tests/results/180.processed, tests/results/181.processed,
2840: tests/results/182.processed, tests/results/183.processed,
2841: tests/results/184.processed, tests/results/185.processed,
2842: tests/results/186.processed, tests/results/187.processed,
2843: tests/results/188.processed, tests/results/189.processed,
2844: tests/results/190.processed, tests/results/191.processed,
2845: tests/results/192.processed, tests/results/193.processed,
2846: tests/results/194.processed, tests/results/195.processed,
2847: tests/results/196.processed, tests/results/197.processed,
2848: tests/results/198.processed, tests/results/199.processed,
2849: tests/results/200.processed, tests/results/201.processed,
2850: tests/results/202.processed, tests/results/203.processed,
2851: tests/results/204.processed, tests/results/205.processed,
2852: tests/results/206.processed, tests/results/207.processed,
2853: tests/results/208.processed, tests/results/209.processed,
2854: tests/results/210.processed, tests/results/211.processed,
2855: tests/results/212.processed, tests/results/213.processed,
2856: tests/results/214.processed, tests/results/215.processed,
2857: tests/results/216.processed, tests/results/217.processed,
2858: tests/results/218.processed, tests/results/219.processed,
2859: tests/results/220.processed, tests/results/221.processed,
2860: tests/results/222.processed, tests/results/223.processed,
2861: tests/results/224.processed, tests/results/225.processed,
2862: tests/results/226.processed, tests/results/227.processed,
2863: tests/results/228.processed, tests/results/229.processed: - http
2864: headers were changed: content-type => Content-type and so on
2865:
2866: 2009-08-27 misha
2867:
2868: * src/: main/pa_random.C, include/pa_random.h,
2869: targets/cgi/parser3.C: - year was updated :)
2870:
2871: 2009-08-26 misha
2872:
2873: * tests/: 224.html, 224.p: - test for creating of parser object
2874: using constructor without params - little bugfix in test
2875:
2876: * src/main/compile_tools.h: - bugfix: should't call autouse while
2877: checking existed class while processing partial option
2878:
2879: * src/classes/reflection.C: - bugfix: core when creating object
2880: with reflection and constructor doesn't have params
2881:
2882: 2009-08-24 misha
2883:
2884: * tests/229.html: - tests for checking the number of parameters
2885: were added
2886:
2887: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
2888: number of method's parameters wasn't checked correctly (the bug
2889: was introduced in 3.4.0)
2890:
2891: 2009-08-22 misha
2892:
2893: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
2894: transcoded, but tainted pieces are escaped only when
2895: content-type==url-encoding
2896:
2897: * tests/228.html: - test for checking
2898: ^file::load[http://...;$.body[]]
2899:
2900: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
2901: post charset was too early (charsets is empty at this moment)
2902:
2903: 2009-08-21 misha
2904:
2905: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
2906: main/untaint.C: - some fixes with transcode+untaint
2907:
2908: 2009-08-15 misha
2909:
2910: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
2911: was increaced to 100 (was 50)
2912:
2913: * tests/227.html: - test for checking overriding properties in
2914: static classes was added
2915:
2916: * tests/: 226.html, 226.p: - test for @autoload[] was added
2917:
2918: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
2919: main/execute.C, main/pa_request.C, classes/reflection.C: -
2920: autouse was implemented
2921:
2922: 2009-08-14 misha
2923:
2924: * src/classes/reflection.C: - outdated checkout was removed
2925:
2926: * src/classes/reflection.C: - optimization - method ^dynamical was
2927: added.
2928:
2929: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
2930: types/pa_vstateless_class.h, main/execute.C: - optimization
2931:
2932: * src/types/pa_vclass.C: - exception if base on sytem class
2933:
2934: 2009-08-12 misha
2935:
2936: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
2937: pa_vstateless_class.h: - little optimisation
2938:
2939: 2009-08-11 misha
2940:
2941: * tests/224.html: - method_params => method_info - checking for
2942: $.inherited
2943:
2944: * src/classes/reflection.C, operators.txt: - method method_params
2945: was renamed to method_info and now it returns class name, if
2946: method was defined in ancestor
2947:
2948: * tests/225.html: - tests for cheching properties in hierarhical
2949: classes were added
2950:
2951: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
2952: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2953: main/compile.y, main/execute.C, classes/classes.C: - problems
2954: with properties in new classes implementation were fixed
2955:
2956: 2009-08-10 misha
2957:
2958: * src/main/execute.C: - now constructor shouldn't be defined in
2959: class. it could be defined in parent.
2960:
2961: 2009-08-09 misha
2962:
2963: * src/classes/reflection.C: - ^reflection:methods doesn't return
2964: base's methods
2965:
2966: 2009-08-08 misha
2967:
2968: * src/: classes/classes.h, classes/date.C, classes/file.C,
2969: classes/form.C, classes/hash.C, classes/hashfile.C,
2970: classes/image.C, classes/mail.C, classes/op.C,
2971: classes/reflection.C, classes/regex.C, classes/string.C,
2972: classes/table.C, classes/xdoc.C, classes/xnode.C,
2973: classes/xnode.h, include/pa_hash.h, main/execute.C,
2974: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
2975: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2976: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
2977: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
2978: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
2979: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2980: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
2981: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
2982: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
2983: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
2984: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
2985: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
2986: types/pa_vresponse.C, types/pa_vresponse.h,
2987: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2988: types/pa_vstateless_object.h, types/pa_vstatus.C,
2989: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
2990: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
2991: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
2992: types/pa_wwrapper.h, types/types.vcproj: - new classes
2993: implementation
2994:
2995: * buildall-with-xml, buildall-without-xml: - gc has a bug if
2996: USE_MUNMAP is used. so it is disabled as a workaround.
2997:
2998: 2009-08-05 misha
2999:
3000: * src/: main/pa_common.C, include/pa_common.h: - not needed
3001: parameter was removed
3002:
3003: * src/main/pa_http.C: - bugfix: error was during detecting
3004: content-type of file which was loaded by http
3005:
3006: 2009-08-01 misha
3007:
3008: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
3009: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
3010: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
3011: can't be disabled with defines any longer
3012:
3013: 2009-07-29 misha
3014:
3015: * src/classes/reflection.C, tests/results/224.processed: - for
3016: native methods with any call type now returned empty call_type
3017: value
3018:
3019: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3020: classes/table.C, include/pa_hash.h, include/pa_request.h,
3021: main/pa_request.C: - break in cycles was optimized
3022:
3023: * INSTALL: - more defines were described
3024:
3025: 2009-07-28 misha
3026:
3027: * operators.txt: - some changes in information about reflection
3028: class
3029:
3030: * tests/: 224.html, 224.p: - tests for reflection class
3031:
3032: * src/classes/reflection.C: - some bugs were fixed, method classes
3033: was added, refactoring
3034:
3035: 2009-07-26 misha
3036:
3037: * src/classes/classes.vcproj: - reflection class wass added to
3038: project
3039:
3040: * operators.txt: - information about reflection class was added
3041:
3042: * src/classes/reflection.C: - class was redesigned
3043:
3044: 2009-07-24 misha
3045:
3046: * src/classes/: Makefile.am, reflection.C: - class reflection was
3047: added
3048:
3049: * src/types/pa_vstateless_class.h: - method for reflection method's
3050: in classes was added
3051:
3052: 2009-07-22 misha
3053:
3054: * src/main/compile_tools.h: - bugfix: $object.$var was
3055: over-optimized. it failed if $object1.$object2.field
3056:
3057: 2009-07-16 misha
3058:
3059: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
3060: lib/cord/cordxtra.c, lib/cord/include/cord.h,
3061: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
3062: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
3063: one more arg: length of cord
3064:
3065: 2009-07-15 misha
3066:
3067: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
3068: tainted in ^file::load[http://...;$.cookies[]]
3069:
3070: * src/classes/: op.C, regex.C, string.C: - new string with
3071: exception was used
3072:
3073: * src/include/pa_exception.h: - new string with exception was added
3074:
3075: * tests/223.html: - test for checking cookie-encoding during
3076: ^file::load[http was added
3077:
3078: * tests/: 221.html, 222.html: - tests for checking type of
3079: $table.fields.field were added
3080:
3081: * src/types/pa_vtable.C: - not used var decl was removed
3082:
3083: * src/include/pa_string.h: - use cached string length in Body::mid.
3084: it improves speed of match with brackets in pattern
3085:
3086: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
3087: outside
3088:
3089: 2009-07-14 misha
3090:
3091: * src/types/pa_vtable.C: - $table.fields.a return string even if
3092: column is empty (sometime returned void) - $table.fields was
3093: added for nameless tables
3094:
3095: * src/targets/cgi/getopt.c: - one warning resolved
3096:
3097: * src/main/pa_string.C: - potentian bug fixed
3098:
3099: * src/classes/op.C: - small optimization in taint/untaint
3100:
3101: 2009-07-13 misha
3102:
3103: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
3104: added
3105:
3106: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
3107: souldn't add the attribut to output
3108:
3109: 2009-07-11 misha
3110:
3111: * src/targets/: apache13/ApacheModuleParser3.vcproj,
3112: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: - stack size was
3113: increaced to 2MB (default=1MB)
3114:
3115: 2009-07-08 misha
3116:
3117: * src/main/pa_string.C: - link to UTF-8 description was added
3118:
3119: * src/include/pa_hash.h: - hash keeps element's order in more
3120: places (ex: ._keys[])
3121:
3122: * tests/220.html: - test for checking order of elements in hash in
3123: foreach was added
3124:
3125: * tests/172.html: - small changes in printing hash
3126:
3127: * tests/129.html: - small changes in printing hash
3128:
3129: * src/: include/pa_common.h, include/pa_hash.h,
3130: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
3131: types/pa_vmethod_frame.h: - hash now keeps order of elements
3132:
3133: * tests/014.html: - small changes in printing hash
3134:
3135: 2009-07-07 misha
3136:
3137: * src/classes/op.C: - new taint language "parser-code" was added
3138:
3139: * tests/219.html: - test for auto untaint parser code in process
3140: was added
3141:
3142: * src/classes/op.C: - tainted pieces in body of process are
3143: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
3144:
3145: * src/: include/pa_string.h, main/untaint.C: - new language
3146: L_PARSER_CODE for auto-untaint in process was added
3147:
3148: * src/: classes/file.C, classes/hash.C, classes/image.C,
3149: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
3150: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
3151: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
3152: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
3153: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
3154: code cleanup
3155:
3156: 2009-07-06 misha
3157:
3158: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
3159: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
3160: deleted. taint_cstr[m] and untaint_cstr[m] should be used
3161:
3162: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
3163: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
3164: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
3165: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
3166: should be used
3167:
3168: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
3169: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
3170: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
3171: untaint_cstr[m] should be used
3172:
3173: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
3174: deleted. taint_cstr[m] and untaint_cstr[m] should be used
3175:
3176: * tests/218.html: - test for checking automatic file-spec-taint was
3177: added
3178:
3179: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
3180: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
3181: classes/file.C, classes/hash.C, classes/image.C,
3182: classes/string.C, classes/table.C, classes/void.C,
3183: classes/xdoc.C: - optimizations and simplification of
3184: string.cstr(...)
3185:
3186: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
3187: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
3188: - optimizations and simplification of string.cstr(...)
3189:
3190: 2009-07-04 misha
3191:
3192: * tests/217.html: - test for recursion detection was added
3193:
3194: * src/: types/types.vcproj, main/main.vcproj,
3195: classes/classes.vcproj,
3196: targets/apache13/ApacheModuleParser3.vcproj,
3197: targets/apache13core/ApacheModuleParser3Core.vcproj,
3198: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: -
3199: RuntimeTypeInfo was removed from .vcproj
3200:
3201: * src/types/pa_wwrapper.h: - dynamic_cast was removed
3202:
3203: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
3204: uploading files and case-insensitive http-method were added
3205:
3206: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
3207: tainted pattern in ^file:list[] was added
3208:
3209: 2009-07-03 misha
3210:
3211: * src/: classes/classes.vcproj, main/main.vcproj,
3212: types/types.vcproj, targets/cgi/parser3.vcproj,
3213: targets/apache13/ApacheModuleParser3.vcproj,
3214: targets/apache13core/ApacheModuleParser3Core.vcproj,
3215: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
3216: for dynamic_cast) - little options changes
3217:
3218: * src/main/pa_http.C: - file::load[http works now with uploading
3219: files _and_ changing $.charset
3220:
3221: 2009-06-29 misha
3222:
3223: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
3224: while creating pattern
3225:
3226: 2009-06-25 misha
3227:
3228: * src/classes/image.C, operators.txt: - options' names for
3229: ^image.font were changed to $.space, $.width and $spacing -
3230: default space width now == gif's width
3231:
3232: 2009-06-24 misha
3233:
3234: * tests/215.html: - tests for $file.mode were added
3235:
3236: * operators.txt: - added info about $file.mode and changes in
3237: ^image.font[
3238:
3239: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
3240: param now could be omited - third param now could be hash (with
3241: all widths options: $.space-width, $.letter-width) - it's
3242: possible to specify tracking ($.letter-space)
3243:
3244: * src/classes/file.C: - file objects now could have mode field
3245: (text|binary)
3246:
3247: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
3248:
3249: 2009-06-23 misha
3250:
3251: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
3252: trim can work with utf-8 chars now
3253:
3254: 2009-06-20 misha
3255:
3256: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
3257: was implemented
3258:
3259: * src/classes/table.C: - string length cacheing was implemented
3260:
3261: * src/include/pa_string.h: - string length cacheing was implemented
3262:
3263: 2009-06-17 misha
3264:
3265: * src/main/execute.C: - value param was removed from
3266: WContext::WContext
3267:
3268: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
3269: pa_wwrapper.h: - value param was removed from WContext::WContext
3270: - field wcontext was removed from VCodeFrame (using fparent
3271: instead)
3272:
3273: * tests/214.html: - test with hash copying
3274:
3275: 2009-06-16 misha
3276:
3277: * tests/: 062.html, results/062.processed: - evaluation hardcoded
3278: strings doesn't work in expression anymore
3279:
3280: * src/main/execute.C: - less calls for get_constructing() - little
3281: refactoring
3282:
3283: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
3284: include/pa_request.h: - less calls for get_constructing()
3285:
3286: * src/classes/: hash.C, hashfile.C: - fixed bug which was
3287: introduced with OPTIMIZE_SINGLE_STRING optimization
3288:
3289: 2009-06-14 misha
3290:
3291: * src/: classes/date.C, classes/file.C, classes/hash.C,
3292: classes/hashfile.C, classes/image.C, classes/regex.C,
3293: classes/table.C, classes/xdoc.C, classes/xnode.h,
3294: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
3295: types/pa_vstateless_class.h, main/execute.C: - create object for
3296: storing object's fields only for parser objects
3297:
3298: 2009-06-13 misha
3299:
3300: * buildall-with-xml, buildall-without-xml: - new option was added
3301: for building GC (it slightly reduces memory usage)
3302:
3303: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
3304: single string write
3305:
3306: * src/main/execute.C: - bytecode optimization of ^class:constructor
3307: - optimization of single string write
3308:
3309: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
3310: - bytecode optimization of ^class:constructor
3311:
3312: 2009-06-09 misha
3313:
3314: * src/targets/cgi/parser3.C: - type size_t was changed to int in
3315: main (better compatibility)
3316:
3317: 2009-06-08 misha
3318:
3319: * src/main/compile.y: - I've forgot to commit it :(
3320:
3321: 2009-06-07 misha
3322:
3323: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
3324: WITH_READ and WITH_ROOT
3325:
3326: * src/main/: compile.y, compile_tools.C, compile_tools.h,
3327: execute.C: - more optimizations for WITH_SELF, WITH_READ and
3328: WITH_ROOT - little refactoring
3329:
3330: 2009-06-06 misha
3331:
3332: * tests/213.html: - tests for 3rd match string-param were added
3333:
3334: * src/classes/string.C: - 3rd match param could be string now
3335:
3336: * src/main/: compile.y, compile_tools.h: - much more bytecode's
3337: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
3338: GET_OBJECT_ELEMENT
3339:
3340: 2009-06-05 misha
3341:
3342: * src/main/pa_http.C: - bugfix: content-length was not calculated
3343: if $.body was specified
3344:
3345: 2009-06-04 misha
3346:
3347: * src/classes/op.C: - optimizing write_assign_lang in connect
3348:
3349: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
3350:
3351: * src/main/execute.C: - little refactoring - optimizing
3352: write_assign_lang in taint/untaint
3353:
3354: * src/include/pa_opcode.h: - little refactoring
3355:
3356: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
3357: main/compile_tools.h, main/execute.C: - optimizations for
3358: $self.field, ^self.method, $self.field[...] and $self.field(...)
3359: were added
3360:
3361: 2009-06-03 misha
3362:
3363: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
3364:
3365: 2009-06-02 misha
3366:
3367: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
3368: include/pa_opcode.h: - refactoring in last optimizations
3369: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
3370: now but code is much easy and it is ready for further
3371: improvements.
3372:
3373: 2009-05-27 misha
3374:
3375: * src/: types/pa_junction.h, types/pa_vjunction.C,
3376: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
3377: changed in destructing junctions
3378:
3379: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
3380: String:Body
3381:
3382: 2009-05-26 misha
3383:
3384: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
3385: one method detect_charset was deleted - bug was fixed in this
3386: method (error while detecting charset in content_type withot last
3387: ';')
3388:
3389: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
3390: once
3391:
3392: 2009-05-25 misha
3393:
3394: * src/classes/file.C: - bugfix: file::exec didn't work after
3395: optimizing of helper_length
3396:
3397: 2009-05-24 misha
3398:
3399: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
3400: were added - little refactoring
3401:
3402: * src/main/execute.C: - core while printing in debug log
3403: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
3404: optimisations were added
3405:
3406: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
3407: were added
3408:
3409: 2009-05-23 misha
3410:
3411: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3412: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
3413: CORD_cat optimization
3414:
3415: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
3416: - call constr optimisation under separate define now
3417:
3418: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
3419: in $b should be string, not void
3420:
3421: * src/main/compile.y: - little fix for rem-cut optimisation
3422:
3423: * src/: include/pa_opcode.h, main/compile_tools.C,
3424: main/compile_tools.h, main/execute.C: - optimisations for
3425: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
3426:
3427: * INSTALL: - description of some #defined were added
3428:
3429: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
3430: before 1st access (memory usage is reduced if don't access to
3431: .text field)
3432:
3433: * src/include/pa_array.h: - array grows step now not static (it
3434: reduces numbers of reallocs)
3435:
3436: 2009-05-20 misha
3437:
3438: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
3439: $.b(2), $c[d] and $.e[f] was added
3440:
3441: * src/main/: compile.y, compile_tools.C, compile_tools.h,
3442: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
3443: $.e[f] was added
3444:
3445: * src/main/execute.C: - debug printing moved in defines
3446:
3447: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
3448: and little refactoring for OP_GET_OBJECT_ELEMENT +
3449: OP_GET_OBJECT_VAR_ELEMENT optimisation
3450:
3451: 2009-05-19 misha
3452:
3453: * src/main/: compile.y, compile_tools.C, compile_tools.h,
3454: execute.C: - $a.$b & ^a.$b bytecode optimisation
3455:
3456: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
3457: ^a.$b optimisation)
3458:
3459: * src/main/compile.y: - compiler now generate new opcodes:
3460: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
3461: ^a.b - compiler now cut off ^rem{ with all content ; any number
3462: of params }
3463:
3464: * src/main/execute.C: - code for handle new opcodes
3465: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
3466:
3467: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
3468: added for LA2V and LA2S
3469:
3470: * src/include/pa_opcode.h: - new defines which can be used for
3471: disable some bytecode optimisation and new opcodes were added
3472:
3473: 2009-05-17 misha
3474:
3475: * src/lib/cord/cordxtra.c: - bugfix.
3476:
3477: * tests/212.html: - .size[] and .study_size[] were added to tests
3478:
3479: * operators.txt: - info about regex class was added
3480:
3481: * tests/212.html: - tests for regex class were added
3482:
3483: 2009-05-16 misha
3484:
3485: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
3486: gc7.1
3487:
3488: * tests/022.html: - test for ^file:list[path;] (empty second param)
3489: was added
3490:
3491: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
3492: param) should work
3493:
3494: 2009-05-15 misha
3495:
3496: * src/classes/table.C: - automatically disable stringstream usage
3497: on freebsd4
3498:
3499: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
3500: scope
3501:
3502: * tests/211.html: - test with different types of access to hash was
3503: added
3504:
3505: * tests/210.html: - test which checks for loosing tainting in
3506: hash's keys was added
3507:
3508: * tests/208.html: - some parser work added. or stime == 0 %-)
3509:
3510: * src/lib/cord/cordbscs.c: - little hack was added to cord
3511:
3512: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
3513:
3514: * src/include/pa_version.h, configure.in: - moko have made a lot of
3515: optimisations for increacing version number more dramatically :)
3516:
3517: * src/classes/date.C: - little refactoring: use constructor which
3518: accepts formated string
3519:
3520: * src/: include/pa_string.h, main/pa_string.C: - String constructor
3521: which can print formatted string was added
3522:
3523: 2009-05-14 misha
3524:
3525: * src/include/pa_string.h: - type was fixed
3526:
3527: * src/: classes/hashfile.C, classes/op.C,
3528: include/pa_cache_managers.h, include/pa_charset.h,
3529: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
3530: include/pa_request.h, include/pa_sql_driver_manager.h,
3531: include/pa_string.h, include/pa_stylesheet_manager.h,
3532: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
3533: main/pa_charsets.C, main/pa_string.C,
3534: main/pa_stylesheet_connection.C, types/pa_value.h,
3535: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3536: types/pa_vobject.C, types/pa_vstateless_class.C,
3537: types/pa_vstateless_class.h: - hash_code caching was implemented
3538: (seaches should be faster now)
3539:
3540: * src/: classes/file.C, classes/hash.C, classes/image.C,
3541: classes/string.C, classes/table.C, include/pa_string.h,
3542: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
3543: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
3544: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
3545: types/pa_vrequest.C: - String constructors don't have that stupid
3546: true/false param which means 'tainted'. they accept lang instead.
3547:
3548: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
3549: with OPTIMIZE_RESULT
3550:
3551: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
3552: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
3553:
3554: 2009-05-13 misha
3555:
3556: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
3557: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
3558: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3559: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
3560: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
3561: main/pa_common.C, main/pa_request.C, main/pa_string.C,
3562: include/pa_string.h, classes/date.C, classes/file.C,
3563: classes/hash.C, classes/image.C, classes/string.C,
3564: classes/table.C, classes/xdoc.C: - result optimisation -
3565: helper_length parameter removed from string constructors
3566:
3567: 2009-05-11 misha
3568:
3569: * tests/209.html: - tests for ^hash::create[hash] were added
3570:
3571: * tests/208.html: - tests for $status:rusage, $status:memory,
3572: ^memory:compact[] were added
3573:
3574: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
3575: log10 were added
3576:
3577: * tests/206.html: - test for try with finally was added
3578:
3579: 2009-05-10 misha
3580:
3581: * tests/205.html: - test for ^file::create[...] was added
3582:
3583: * tests/204.html: - test for ^response:clear[] was added
3584:
3585: * tests/038.html: - tests for trigonometric functions were added
3586:
3587: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
3588: added - more tests for .add, .sub, .union, .intersects and
3589: .intersections
3590:
3591: * tests/065.html: - test for ^file:dirname was added
3592:
3593: * tests/030.html: - test for $cookie:fields was added
3594:
3595: * tests/203.html: - test for ^h._keys[column name] was added
3596:
3597: * tests/201.html: - tests for .trim were added
3598:
3599: * tests/202.html: - tests for last-day,
3600: date:calendar[type](YYYY;MM;DD) were added
3601:
3602: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
3603: .offset[type](N) were added
3604:
3605: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
3606: and .pos[c](N) were added
3607:
3608: * tests/141.html: - test for math:sha1 was added
3609:
3610: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
3611:
3612: 2009-05-09 misha
3613:
3614: * src/main/compile.y: - rollback
3615:
3616: 2009-05-05 misha
3617:
3618: * src/main/pa_exec.C: - little optimisation: somewhere length() was
3619: replaced by is_empty()
3620:
3621: * src/: include/pa_string.h, main/pa_charset.C: - little
3622: optimisation: somewhere length() was replaced by is_empty()
3623:
3624: * src/classes/table.C: - little optimisation: somewhere length()
3625: was replaced by is_empty()
3626:
3627: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
3628: classes/op.C, classes/table.C, main/pa_exception.C: - little
3629: optimisation: somewhere length() was replaced by is_empty()
3630:
3631: 2009-05-04 misha
3632:
3633: * src/: types/pa_method.h, types/pa_vstateless_class.C,
3634: types/pa_vstateless_class.h, main/execute.C,
3635: include/pa_request.h, classes/hash.C, classes/op.C,
3636: classes/table.C: - more optimisations were added: some operators
3637: don't switch write context anylonger
3638:
3639: 2009-05-01 misha
3640:
3641: * src/main/compile.y: - slightly more opcode optimisations for
3642: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
3643:
3644: * src/main/execute.C: - simplifying process for getters
3645:
3646: 2009-04-30 misha
3647:
3648: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
3649:
3650: * tests/results/199.processed: - test for checking $result into
3651: ^rem was added
3652:
3653: * tests/199.html: - test for checking $result into ^rem was added
3654:
3655: * tests/: 022.html, 096.html: - þsort after :list was asses (on
3656: some OS it returns list in different order)
3657:
3658: * src/: include/pa_array.h, include/pa_request.h,
3659: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
3660: changes in stack impl - get_element() optimisation: 3rd param
3661: removed - bugfix: problems with reading empty input param -
3662: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
3663:
3664: * tests/results/198.processed: - test for reading empty local var
3665: was added
3666:
3667: * tests/198.html: - test for reading empty local var was added
3668:
3669: 2009-04-29 misha
3670:
3671: * src/main/compile.y: - bugfix: couldn't compile because
3672: OP_VALUE__GET_ELEMENT should be unde #ifdef
3673:
3674: * src/: include/pa_array.h, include/pa_opcode.h,
3675: include/pa_request.h, main/compile.y, main/execute.C,
3676: main/pa_request.C, types/pa_vmethod_frame.C,
3677: types/pa_vmethod_frame.h: - we can work without opcode
3678: OP_STORE_PARAM, so it was removed
3679:
3680: 2009-04-28 misha
3681:
3682: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
3683: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
3684: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
3685: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
3686: 4.
3687: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
3688:
3689: * src/main/compile_tools.h: - new stuff for op-codes optimisation
3690:
3691: * src/: main/pa_string.C, classes/string.C: - !length() =>
3692: is_empty()
3693:
3694: 2009-04-27 misha
3695:
3696: * src/types/pa_vregex.h: - back explicit vars initialisation
3697:
3698: 2009-04-24 misha
3699:
3700: * src/classes/string.C: - ups. typo fixed
3701:
3702: * src/main/execute.C: - more replacements '*new VBool' to
3703: 'VBool::get' - checks for ^break[], ^continue[] and
3704: parser.interrupted were optimised
3705:
3706: * src/classes/string.C: - number of params.count() calls was
3707: slightly reduced
3708:
3709: 2009-04-23 misha
3710:
3711: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
3712: make it x64 friendly
3713:
3714: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
3715: parser is x64 friendly now
3716:
3717: 2009-04-22 misha
3718:
3719: * src/types/pa_vhashfile.C: - coder friendly exception about
3720: exceeding record size was added
3721:
3722: * src/classes/file.C: - use vregex object instead of direct calls
3723: methods from pcre lib
3724:
3725: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
3726: classes/string.C: - use vregex object instead of direct calls
3727: methods from pcre lib
3728:
3729: * src/: include/pa_common.h, main/pa_common.C: - method
3730: print_pcre_exec_error_text was moved to class vregex
3731:
3732: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
3733: was added
3734:
3735: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
3736: - class vregex was added
3737:
3738: 2009-04-21 misha
3739:
3740: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
3741:
3742: * src/: types/pa_junction.h, types/pa_value.C,
3743: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
3744: types/pa_wcontext.h, main/execute.C, classes/op.C: -
3745: junction-optimisation (destructors)
3746:
3747: * src/include/pa_array.h: - free under if now
3748:
3749: 2009-04-19 misha
3750:
3751: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
3752:
3753: 2009-04-18 misha
3754:
3755: * src/include/pa_version.h:
3756: :q :
3757:
3758: CV:
3759: ----------------------------------------------------------------------
3760:
3761: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
3762: refactoring
3763:
3764: * src/: include/pa_array.h, include/pa_hash.h,
3765: types/pa_vmethod_frame.h: - destructors under #ifdef now
3766:
3767: * src/include/pa_memory.h: - define for using destructors was added
3768:
3769: * src/: types/pa_method.h, types/pa_vstateless_class.C,
3770: main/execute.C: - some junctions will be cached now
3771:
3772: * src/include/pa_hash.h: - hash destructor frees pairs now
3773:
3774: * src/include/pa_array.h: - inline was added to destructor
3775:
3776: * src/types/pa_method.h: - comment was changed
3777:
3778: 2009-04-17 misha
3779:
3780: * src/: include/pa_array.h, include/pa_hash.h,
3781: types/pa_vmethod_frame.h: - destructors were added
3782:
3783: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
3784: renamed to always_use_result
3785:
3786: * src/main/: compile.y, compile_tools.h: - rollback changes in
3787: compiler: full backward compatibility is better
3788:
3789: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
3790: result in var's hash
3791:
3792: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
3793: optimisation in method_frame
3794:
3795: * src/include/pa_array.h: - optimisation in array (allocate
3796: elements only when needed)
3797:
3798: * src/types/pa_vresponse.C: - check for $response:headers field
3799: before looking at custom fields
3800:
3801: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
3802: not needed to check existance var with name 'result' in var's
3803: hash
3804:
3805: * src/main/compile.y: - compiler was changed: now it detects
3806: writings to $result and set flag writo_to_result in method
3807:
3808: * src/classes/string.C: - little optimisation: no needed to write
3809: number with lang
3810:
3811: * src/main/pa_charset.C: - methods readChar and skipChar which is
3812: used for read utf8-strings were renamed - is_escaped was renamed
3813: to isEscaped (to the same name convention)
3814:
3815: * src/: types/pa_method.h, main/compile_tools.h: - flag
3816: write_to_result added. compiler get this info from code.
3817:
3818: 2009-04-16 misha
3819:
3820: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
3821: String only before 1st write
3822:
3823: * src/include/pa_string.h: - not needed template removed
3824:
3825: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
3826: types/pa_vjunction.C, types/pa_vproperty.C,
3827: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
3828: main/pa_request.C, classes/bool.C, classes/double.C,
3829: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
3830: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
3831: bool objects)
3832:
3833: 2009-04-15 misha
3834:
3835: * src/lib/cord/cordxtra.c: - more optimisation
3836:
3837: * src/: include/pa_string.h, main/untaint.C: - String::append
3838: optimisation
3839:
3840: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
3841: then get and can sometime be used)
3842:
3843: * src/main/pa_string.C: - String::length optimisation
3844:
3845: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
3846: these methods read different strings
3847:
3848: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
3849: fresult_initial_void removed + some optimisation - if $result
3850: defined we don't write to context anymore
3851:
3852: * src/main/pa_charset.C: - readChar => skipChar (in this place we
3853: need just skip char)
3854:
3855: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3856: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
3857: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
3858:
3859: * src/types/pa_vvoid.h: - added get() method for retreave one
3860: instance
3861:
3862: 2009-04-11 misha
3863:
3864: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
3865:
3866: * tests/197.html: - test for parser://test in xml was added
3867:
3868: * src/classes/string.C: - small optimisation
3869:
3870: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
3871: optimisation
3872:
3873: 2009-04-10 misha
3874:
3875: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
3876: to pcre-7.8
3877:
3878: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
3879:
3880: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
3881: added
3882:
3883: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
3884: $request:CLASS_NAME were added
3885:
3886: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
3887: were added
3888:
3889: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
3890: $env:CLASS_NAME were added
3891:
3892: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
3893: '@todo' now
3894:
3895: * src/targets/cgi/parser3.C: - size_t -> int for calming down
3896: compirer
3897:
3898: * src/main/pa_string.C: - little code cleanup
3899:
3900: * src/main/pa_common.C: - describe one more UTF-8 related error
3901: during PCRE compile/execute
3902:
3903: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
3904: normalizing todo-comments: '@todo' now
3905:
3906: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
3907:
3908: * src/main/pa_charset.C: - type changed for making compiler happy
3909:
3910: 2009-03-10 misha
3911:
3912: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
3913: in main()
3914:
3915: 2009-02-01 misha
3916:
3917: * src/main/pa_http.C: - bugfix: double CRLF before the end of
3918: boundary
3919:
3920: 2009-01-25 misha
3921:
3922: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
3923:
3924: * src/classes/file.C: - more changes for parsing different number
3925: of params for file::load
3926:
3927: * tests/193.html: - tests for exception while base64-decode binary
3928: to string was added
3929:
3930: * tests/192.html: - tests for file::load with different number of
3931: options
3932:
3933: * src/classes/math.C: - ups. forgot '+1'
3934:
3935: * src/: classes/table.C, classes/file.C, include/pa_common.h,
3936: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
3937: main/pa_http.C: - ^file::load[...;http://...;] now can post files
3938: (new option $.encode[multipart-form/data] should be specified) -
3939: $.method[] option for file::load now is not case-sensitive
3940:
3941: * src/: include/pa_string.h, main/untaint.C: - for file post the
3942: new taint language L_FILE_POST was added
3943:
3944: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
3945: main/main.vcproj, classes/math.C, include/Makefile.am: - some
3946: stuff was moved to separate files
3947:
3948: 2009-01-23 misha
3949:
3950: * src/classes/math.C: - little optimisation in ^math:sha1[] -
3951: spaces to tabs were converted
3952:
3953: 2009-01-12 misha
3954:
3955: * src/main/pa_http.C: - value of $.method[] option force uppercased
3956: now
3957:
3958: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
3959: types/pa_vform.C, types/pa_vmail.C: - some constants changed
3960: their names
3961:
3962: * src/main/pa_common.C: - changes in formating
3963:
3964: * src/: classes/file.C, main/pa_http.C,
3965: targets/apache13core/mod_parser3_core.C: - some constants changed
3966: their names
3967:
3968: * src/include/pa_http.h: - some spaces were converted to tabs
3969:
3970: * src/include/pa_common.h: - some constants changed their names
3971:
3972: * src/classes/file.C: - fixed 4-th paramether for file::load -
3973: little code rewriting
3974:
3975: * src/types/pa_vfile.C: - little code rewriting
3976:
3977: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
3978: types/pa_value.h: - some formating changes
3979:
3980: * src/include/pa_common.h: - some formating spaces transformed to
3981: tabs
3982:
3983: * src/classes/string.C: - exception while base64-decode binary to a
3984: string
3985:
3986: 2009-01-11 misha
3987:
3988: * configure.in: - version changed to 3.3.1b
3989:
3990: 2008-09-05 misha
3991:
3992: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
3993: release_3_3_0 on 2008-09-05 10:59:35 +0000
3994:
3995: 2008-09-04 misha
3996:
3997: * tests/: 130.html, 131.html: - these exceptions not typeless
3998: anymore
3999:
4000: * src/classes/op.C: - exception with 'invalid taint language' not
4001: typeless anylonger
4002:
4003: * src/classes/image.C: - some exceptions while operations with
4004: image not typeless anymore
4005:
4006: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
4007: main/pa_exec.C, main/pa_http.C: - some exceptions while
4008: operations with files not typeless anymore
4009:
4010: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
4011: types/pa_vdate.h: - exceptions while checking date range not
4012: typeless anymore
4013:
4014: * src/include/pa_exception.h: - exception type string for invalid
4015: date range was added
4016:
4017: 2008-09-03 misha
4018:
4019: * src/: classes/file.C, main/pa_string.C: - exception while pce
4020: operations not typeless anymore
4021:
4022: * src/include/pa_exception.h: - exception type for pce operations
4023: was added
4024:
4025: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
4026: and .CLASS_NAME insite classes
4027:
4028: * src/classes/table.C: - don't save table header whiile
4029: ^table.save[append;filename] if file exists
4030:
4031: 2008-09-02 misha
4032:
4033: * src/main/compile.y, src/main/compile_tools.h,
4034: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
4035: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
4036: renamed to partial and it login changed: we must mark class as
4037: partial for allow their modifications in future.
4038:
4039: 2008-08-29 misha
4040:
4041: * tests/results/022.processed: - testing taint[regex] in mask for
4042: file:list
4043:
4044: * tests/022.html: - testing taint[regex] in mask for file:list
4045:
4046: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
4047: for file:list was added
4048:
4049: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
4050: file:list
4051:
4052: 2008-08-26 misha
4053:
4054: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
4055: last derived object
4056:
4057: * src/classes/image.C: - many strings "image.format" replaced by
4058: IMAGE_FORMAT constant string - handle GPS info while parse exif -
4059: understand some more exif tags
4060:
4061: * src/include/pa_exception.h: - string "image.format" was added
4062:
4063: 2008-08-21 misha
4064:
4065: * src/: main/pa_string.C, classes/file.C: - use method for print
4066: pcre_exec text error
4067:
4068: * src/main/pa_common.C: - method for print pcre_exec text error was
4069: added
4070:
4071: * src/include/pa_common.h: - method declaration for print pcre_exec
4072: text error was added
4073:
4074: 2008-08-19 misha
4075:
4076: * src/main/execute.C: - bugfix: opcodes must be in separate
4077: namespace while debug execution as well
4078:
4079: * tests/: 015.html, results/015.processed: - test for escaping some
4080: parser chars was added
4081:
4082: 2008-08-18 misha
4083:
4084: * tests/: 190.html, 190.p, results/190.processed: - test for
4085: $caller.self.field + default getter in one class was added
4086:
4087: * tests/: 189.html, results/189.processed: - test for
4088: ^date::create[date object]
4089:
4090: * tests/: 188.html, results/188.processed: - tests for match with
4091: UTF-8 strings
4092:
4093: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
4094: ^string.match[]
4095:
4096: * ChangeLog: - parser 3.3.0 beta13
4097:
4098: 2008-08-15 misha
4099:
4100: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
4101: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
4102: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
4103: dftables.c: - old PCRE files removed
4104:
4105: * src/lib/pcre/config.h: - configuration for PCRE library
4106:
4107: * src/targets/: apache13core/ApacheModuleParser3Core.vcproj,
4108: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: - use PCRE library
4109: from win32\pcre instead of parser3\src\lib\pcre
4110:
4111: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
4112: library and set flag UTF8 if $request:charset is UTF-8
4113:
4114: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
4115: include/pa_config_fixed.h: - moved to new PCRE library
4116:
4117: * src/: main/main.vcproj, types/types.vcproj,
4118: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
4119: win32\pcre instead of parser3\src\lib\pcre
4120:
4121: * src/: include/pa_opcode.h, include/pa_operation.h,
4122: main/compile.C, main/compile.y, main/compile_tools.C,
4123: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
4124: opcodes were moved to separate namespace
4125:
4126: 2008-08-14 misha
4127:
4128: * src/types/pa_vstateless_class.C: - newline at the end missed
4129:
4130: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
4131: tainting
4132:
4133: 2008-08-11 misha
4134:
4135: * tests/: 187.html, 187.p, results/187.processed: - tests for
4136: $caller.self, $caller.self.field and $caller.self.field[value]
4137: were added
4138:
4139: * src/types/pa_vmethod_frame.h: - still need to check 'self'
4140: runtime as well (for $caller.self)
4141:
4142: 2008-07-25 misha
4143:
4144: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
4145: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
4146: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
4147: tests with international characters
4148:
4149: 2008-07-23 misha
4150:
4151: * src/main/pa_http.C: - escape $cookies as %uXXXX while
4152: file::load[...;http://
4153:
4154: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
4155: now everywhere in separate namespace
4156:
4157: * src/types/pa_vmethod_frame.h: - looking for caller before looking
4158: for vars
4159:
4160: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
4161: can be escaped by '^'
4162:
4163: 2008-07-22 misha
4164:
4165: * src/classes/string.C, tests/186.html: - names changes:
4166: escape=>js-escape, unescape=>js-unescape
4167:
4168: 2008-07-21 misha
4169:
4170: * tests/results/186.processed: - test for string escape/unescape
4171:
4172: * tests/186.html: - test for string escape/unescape
4173:
4174: * src/classes/string.C: - string has escape and unescape methods
4175: now
4176:
4177: * src/: include/pa_string.h, main/pa_string.C: - escape method was
4178: added
4179:
4180: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
4181: method-layers added (with different params)
4182:
4183: 2008-07-18 misha
4184:
4185: * tests/results/185.processed: - test for ^str.pos[substr](offset)
4186: was added
4187:
4188: * tests/185.html: - test for ^str.pos[sub](offset) added
4189:
4190: * src/classes/string.C, src/classes/void.C, operators.txt: -
4191: ^string.pos[substr](offset) -- 2nd param accepted now
4192:
4193: * src/main/pa_string.C: - .pos works fine with offset for utf-8
4194: strings
4195:
4196: 2008-07-17 misha
4197:
4198: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
4199: helper length added for mid for small optimisation
4200:
4201: 2008-07-16 misha
4202:
4203: * tests/: 185.html, results/185.processed: - tests for
4204: length/left/right/mid/pos with utf-8 strings
4205:
4206: * src/classes/string.C: - left/right/mid/length/pos works fine for
4207: utf-8 strings
4208:
4209: * src/main/untaint.C: - comments removed
4210:
4211: * src/: include/pa_string.h, main/pa_string.C,
4212: include/pa_charset.h, main/pa_charset.C: - methods for working
4213: with pos/mid for strings in utf-8 were added
4214:
4215: 2008-07-15 misha
4216:
4217: * tests/: 184.html, results/184.processed: - test for case body as
4218: expression: $var(^switch(1){^case(1)(true)..})
4219:
4220: * src/classes/op.C: - case body can be expression now:
4221: $var(^switch(1){^case(1)(true)..})
4222:
4223: * tests/: results/183.processed, 183.html: - added test for testing
4224: new cookie encoding (%uXXXX)
4225:
4226: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
4227: decoding for backward compatibility they decoded from %XX in
4228: request:charset too
4229:
4230: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
4231: - cookie class now decode cookies before first access after last
4232: request:charset changing (as form class).
4233:
4234: * src/main/pa_charset.C: - added method escape for escaping cookies
4235: as %uXXXX - before transcode calculate required space for dest
4236: string. it reduce mem usage for transcode
4237:
4238: * src/include/pa_charset.h: - added method escape for escaping
4239: cookies as %uXXXX
4240:
4241: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
4242: was added. will used for escaping cookies as %uXXXX
4243:
4244: * src/include/pa_common.h: - escape method has new option for skip
4245: converting '+' to a space char
4246:
4247: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
4248: transcode - escape method has new option for skip converting '+'
4249: to a space char
4250:
4251: 2008-07-08 misha
4252:
4253: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
4254: (no UE if more then 1 case matches anylonger) - optimization:
4255: doing searching.as_string() || searching.as_double() only once
4256:
4257: 2008-07-04 misha
4258:
4259: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
4260: now ^date::create[date object] works
4261:
4262: * src/classes/string.C: - left and right added as aliases for start
4263: and end in ^string.trim[]
4264:
4265: 2008-07-03 misha
4266:
4267: * src/classes/file.C: - allow $.limit for file::sql as well
4268:
4269: * src/classes/file.C: - allow $.offset option for file::sql - force
4270: send limit=1 to query for use sql specifics authomatically
4271:
4272: * src/classes/: hash.C, string.C, table.C: - don't throw exception
4273: if $.limit value if empty. autoconvert it as everywere
4274:
4275: 2008-07-02 misha
4276:
4277: * configure.in: - time to change version number to 3.3.0 %-)
4278:
4279: * src/include/pa_version.h: - time to change version number to
4280: 3.3.0 %-)
4281:
4282: 2008-06-26 misha
4283:
4284: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
4285: $.limit(0) fixes
4286:
4287: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
4288: - $.limit(0) fixes
4289:
4290: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
4291: new API)
4292:
4293: * src/: include/pa_sql_driver_manager.h,
4294: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
4295: classes/op.C: - document_root added
4296:
4297: * src/main/compile.tab.C: - error message was changed
4298:
4299: 2008-06-25 misha
4300:
4301: * src/main/compile.y: - error message was changed
4302:
4303: 2008-06-24 misha
4304:
4305: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
4306:
4307: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
4308: tests for @OPTIONS\nappend
4309:
4310: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
4311:
4312: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
4313:
4314: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
4315:
4316: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
4317: compile.y
4318:
4319: 2008-06-17 misha
4320:
4321: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
4322: compilation: ^if(default){true. it's incorrect. must be
4323: exception}
4324:
4325: 2008-06-16 misha
4326:
4327: * tests/: 181.ent, 181.html, results/181.processed: - test for
4328: checking external reference loading with 'http://localhost'
4329: prefix while creating xdoc
4330:
4331: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
4332: ^math:long2ip[] and ^math:ip2long[]
4333:
4334: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
4335: added which use scalar stateless class method when user object
4336: used in scalar context - use get_scalar_value when user object
4337: requested in scalar context
4338:
4339: * src/main/pa_common.C: - size must be int but not size_t or we
4340: can't compare with 0 sprintf result
4341:
4342: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4343: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
4344: with internal switch between local/global vars
4345:
4346: * src/types/pa_vclass.C: - register scalar if method @GET[] was
4347: specified
4348:
4349: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
4350: pa_vstateless_object.h: - stateless class and object now has
4351: private scalar field and getter/setter for working with it
4352:
4353: * src/classes/math.C: - methods math:long2ip & math:ip2long were
4354: moved to inet static class
4355:
4356: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
4357: class added (^inet:aton[IP], ^inet:ntoa(number))
4358:
4359: * tests/: 180.html, results/180.processed: - tests for
4360: ^math:long2ip(long) and ^math:ip2long[IP]
4361:
4362: * src/classes/math.C: - ^math:ip2long[IP] added
4363:
4364: 2008-06-11 misha
4365:
4366: * src/main/pa_xml_io.C: - use file_read_text again because of we
4367: need cut BOM code and remove DOS newline chars. but don't
4368: transcode it anyway.
4369:
4370: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
4371: main/pa_http.C: - option for disable transcoding while file_read
4372: and file_read_text added
4373:
4374: 2008-06-10 misha
4375:
4376: * tests/: 179.html, 179.p, results/179.processed: - test for many
4377: classes in 1 file
4378:
4379: * src/main/: compile.C, compile_tools.h: - compile return list of
4380: classes now.
4381:
4382: * src/main/: compile.y, compile.tab.C: - compile return list of
4383: classes now. internals.
4384:
4385: * src/main/pa_request.C: - compile return list of classes now. try
4386: call @conf and @auto for each returned class
4387:
4388: * src/include/pa_request.h: - compile return list of classes now
4389:
4390: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
4391: return list of classes when compile buf)
4392:
4393: 2008-06-07 misha
4394:
4395: * src/main/pa_request.C: - constructing VRequest object with 3rd
4396: param -- form
4397:
4398: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
4399: 3rd param: form. needed for get post_charset
4400:
4401: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
4402: added
4403:
4404: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
4405: types/pa_vform.C, types/pa_vform.h: - some polish
4406:
4407: 2008-06-06 misha
4408:
4409: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
4410: charset and decode chars from it but not from response:charset
4411:
4412: * src/main/pa_http.C: - detect_charset moved out of here
4413:
4414: * src/: include/pa_common.h, main/pa_common.C: - more helpers
4415: methods moved here - unescape_chars accepn one charset now
4416:
4417: * src/main/pa_http.C: - new constants used - don't allow
4418: $.content-type in ^file::load[;http://;$.method[POST]] - add
4419: charset info while ^file::load[;http://;$.method[POST]] - option
4420: $.omit-post-charset(true) added to ^file::load[;http://] for
4421: disabling charset during post
4422:
4423: * src/types/pa_vform.C: - new constants used
4424:
4425: * src/include/pa_common.h: - some constants were added
4426:
4427: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
4428: instead of StrEqNc
4429:
4430: * src/main/pa_common.C: - new method for caseless search
4431: c-substring in c-string - use isxdigit instead of is_hex_digit
4432:
4433: * src/include/pa_common.h: - new method for caseless search
4434: c-substring in c-string
4435:
4436: 2008-06-05 misha
4437:
4438: * tests/results/178.processed: - test for testing default getter
4439:
4440: * tests/178.html: - test for testing default getter
4441:
4442: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
4443: for test for testing default getter
4444:
4445: * src/main/execute.C: - default getter soul
4446:
4447: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
4448: requested objects' field not found
4449:
4450: * src/types/pa_vclass.C: - register default getter if defined - get
4451: default getter if requested field not found
4452:
4453: * src/types/pa_vstateless_object.h: - method get_default_getter was
4454: added
4455:
4456: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
4457: pointer to default getter and methods for get/set it were added
4458:
4459: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
4460: auto_name field (for default getter)
4461:
4462: 2008-06-04 misha
4463:
4464: * src/main/pa_xml_io.C: - load external xml in binary mode (no
4465: transcoding, no cutting BOM code, no fixing line breaks) and get
4466: it to libxml "as is"
4467:
4468: 2008-06-03 misha
4469:
4470: * src/main/pa_common.C: - use store_Char instead of
4471: transcodeCharFromUTF8
4472:
4473: * src/: include/pa_charset.h, main/pa_charset.C: - method
4474: store_Char added, transcodeCharFromUTF8 -- removed
4475:
4476: 2008-06-02 misha
4477:
4478: * tests/: results/177.processed, 177.html: - test for checking
4479: .[acm]date after local ^file::load[] was added
4480:
4481: * tests/: results/176.processed, 176.html: - test for checking
4482: @OPTION\locals + @method[vars][locals] added
4483:
4484: * tests/results/auto.p: - CLASS_PATH specified for checking use
4485:
4486: 2008-05-30 misha
4487:
4488: * src/main/: compile.y, compile.tab.C: - changes in compiler:
4489: @OPTION\nlocals + @method[vars][;locals;] were added
4490:
4491: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
4492: moved to separate method op_code - switch from VMethodFrame to
4493: VMethodFrameGlobal + VMethodFrameLocal
4494:
4495: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
4496: was moved to separate method op_code
4497:
4498: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
4499: VMethodFrame now
4500:
4501: * src/types/pa_vstateless_class.h: - stateless class have bool flag
4502: all_vars_local as well
4503:
4504: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
4505: pa_vmethod_frame_local.h, Makefile.am: - who children for
4506: VMethodFrame were added: one (global) works as VMethodFrame
4507: before and second (local) write all vars in self vars scope
4508:
4509: * src/types/pa_method.h: - method has bool flag all_vars_local now
4510:
4511: 2008-05-29 misha
4512:
4513: * tests/: 129.html, results/129.processed: - more tests for
4514: ^table.hash[]
4515:
4516: * src/classes/hash.C: - ^hash::sql has a new option:
4517: $.type[hash|string|table] as ^table.hash[] one.
4518:
4519: * src/classes/op.C: - ^try has 3rd param now: finally code which
4520: executed anyway after try or catch section
4521:
4522: 2008-05-27 misha
4523:
4524: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
4525: must not fail if $.distinct(1) wasn't specified
4526:
4527: 2008-05-26 misha
4528:
4529: * src/classes/op.C: - allow ^throw[my type]
4530:
4531: 2008-05-22 misha
4532:
4533: * configure.in, configure: - version number updated to 3.2.4b
4534:
4535: * src/classes/: op.C, string.C: - trim format string before
4536: eval/format
4537:
4538: * tests/: results/175.processed, 175.html: - more tests for
4539: different format strings in .format[]
4540:
4541: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
4542: as well (not only %XX)
4543:
4544: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
4545: charset specified - checks for format before print number
4546: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
4547: (instead of tabs) removed
4548:
4549: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
4550: charset specified
4551:
4552: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
4553: char in requested charset from utf code was added
4554:
4555: 2008-05-19 misha
4556:
4557: * tests/: 174.html, results/174.processed: - test for
4558: ^hashfile.cleanup[] added
4559:
4560: * src/classes/hashfile.C: - optimization: don't create any key or
4561: value variable if it's name weren't specified
4562: (^hf.foreach[;v]{...})
4563:
4564: 2008-05-16 misha
4565:
4566: * src/classes/hash.C: - optimization: don't create any key variable
4567: if variable name wasn't specified (^h.foreach[;v]{...})
4568:
4569: 2008-05-15 misha
4570:
4571: * src/classes/op.C: - small changes
4572:
4573: * src/classes/hashfile.C: - code reformating (as hash.foreach)
4574:
4575: * src/classes/hash.C: - calculate var_context once before foreach
4576:
4577: 2008-05-14 misha
4578:
4579: * src/classes/hashfile.C: - incorrect vars context calculation for
4580: ^hashfile.foreach[;]{} fixed
4581:
4582: * src/classes/: hash.C, table.C: - little optimisation
4583:
4584: * src/classes/file.C: - bugfix: double absolute path while loading
4585: file
4586:
4587: * tests/: 174.html, results/174.processed: - tests for hashfile
4588: were added
4589:
4590: * buildall-with-xml: - moving to libxslt 1.1.24
4591:
4592: 2008-04-30 misha
4593:
4594: * src/classes/file.C: - stat file while loading (local only) so
4595: .adate, .mdate and .cdate available without additional ::stat
4596:
4597: 2008-04-28 misha
4598:
4599: * src/classes/file.C: - $.name and $.content-type available for
4600: stated file
4601:
4602: 2008-04-14 misha
4603:
4604: * src/targets/cgi/parser3.C: - new year in copyright %-)
4605:
4606: * src/include/pa_version.h: - new version number in head
4607:
4608: 2008-04-10 misha
4609:
4610: * tests/: 080.html, results/080.processed: - cut '0' from
4611: exponential part because of on diff OS it differ (20 or 020 for
4612: ex)
4613:
4614: * tests/: 119.html, results/119.processed: - check for encoding
4615: while creating xdoc
4616:
4617: 2008-04-09 misha
4618:
4619: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
4620:
4621: * src/main/pa_common.C: - comment added
4622:
4623: * src/classes/date.C: - little refactoring
4624:
4625: 2008-04-07 misha
4626:
4627: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
4628: style of ^table.save[]: prepare one big string and sabe it at
4629: once. it's safe on freebsd 4.x but use much more memory.
4630:
4631: * buildall-with-xml, buildall-without-xml: - option
4632: --disable-stringstream added (under comment. use it on freebsd
4633: 4.x)
4634:
4635: 2008-02-22 misha
4636:
4637: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
4638: specified together in file::load[;http] - get back transcoding
4639: $.body[] in file::load[;http]
4640:
4641: 2008-02-21 misha
4642:
4643: * src/classes/date.C: - ^date.gmt-string[] was added
4644:
4645: * src/types/pa_value.C: - method for output date in RFC 822 format
4646: moved to pa_common.h
4647:
4648: * src/include/pa_common.h: - method for output date in RFC 822
4649: format moved here from pa_value.C
4650:
4651: * src/types/pa_vmail.C: - fixed core in sending mail with
4652: attachment in simple mode ($.file[file here]) introduced in 3.2.2
4653:
4654: 2008-02-20 misha
4655:
4656: * src/main/pa_http.C: - transcode $.headers before escaping into
4657: specified charset while ^file::load[...;http://...] (L_URI
4658: instead of L_HTTP_HEADER) - $.cookies param available in
4659: ^file::load[;http://...] now (but we don't parse set-cookies from
4660: response yet) (cookies not transcoded as common $cookies)
4661:
4662: 2008-02-19 misha
4663:
4664: * src/main/pa_request.C: - rollback: we mustn't force taint
4665: $response:field values because in this case
4666: $response:locateion[http://...] don't works.
4667:
4668: 2008-02-15 misha
4669:
4670: * src/classes/op.C: - little refactoring
4671:
4672: * src/main/pa_http.C: - taint names of $.headers for load[;http
4673:
4674: * src/main/pa_request.C: - force taint values of $response:field
4675:
4676: 2008-02-14 misha
4677:
4678: * src/main/pa_request.C: - $response:field transcoded to
4679: $response:charset before escaping now
4680:
4681: * src/main/pa_http.C: - some outdated comments removed
4682:
4683: * src/classes/date.C: - lastdat -> last-day
4684:
4685: * src/classes/date.C: - ^date:lastday(year;month) and
4686: ^date.lastday[] were added - little code refactoring - comments
4687: changes
4688:
4689: * tests/: 159.html, results/159.processed: - test for number of
4690: days in February
4691:
4692: * src/types/pa_value.C: - fixes in code formatting
4693:
4694: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
4695: and comments
4696:
4697: 2008-02-13 misha
4698:
4699: * src/main/pa_common.C: - bugfix for february at leap year
4700:
4701: 2008-01-28 misha
4702:
4703: * tests/: 160.html, results/160.processed: - more test for cache
4704: added
4705:
4706: * src/classes/op.C: - bugfix: cache body executed twice if contains
4707: unhandled exception
4708:
4709: 2008-01-25 misha
4710:
4711: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
4712: bug when hashfile became inavailable after memory:compact)
4713:
1.88 ! moko 4714: * src/lib/sdbm/apr_strings.C: - +arp_malloc
1.86 moko 4715:
4716: 2008-01-22 misha
4717:
4718: * src/classes/table.C: - little refactiring and exception texts
4719: changes in method ^table.hash[]
4720:
4721: * src/types/pa_vcookie.C: - link to cookie specification changed
4722:
4723: 2008-01-21 misha
4724:
4725: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
4726: file::exec/cgi
4727:
4728: * src/classes/file.C: - bugfix: core while processing headers if
4729: executed cgi script don't return content
4730:
4731: 2008-01-18 misha
4732:
4733: * buildall-with-xml: - move to libxml2 version 2.6.31
4734:
4735: * src/include/pa_version.h, configure.in: - version number updated
4736: to '3.2.3b'
4737:
4738: 2007-12-28 misha
4739:
4740: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
4741: hash.contains
4742:
4743: 2007-12-27 misha
4744:
4745: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
4746: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
4747: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
4748: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
4749: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
4750: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
4751: src/targets/apache13/ApacheModuleParser3.vcproj,
4752: src/targets/apache13core/ApacheModuleParser3Core.vcproj,
4753: src/targets/cgi/parser3.vcproj,
4754: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
4755: back to VS2003 because of Apache 1.3 module can't work if it was
4756: built in VS 2005. with cgi all file so VS2003 project files can
4757: be easy converted to the new format.
4758:
4759: 2007-12-04 misha
4760:
4761: * src/types/pa_vcode_frame.h: - changes in comment
4762:
4763: 2007-11-29 misha
4764:
4765: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
4766: intercept strings any longer
4767:
4768: * tests/: 173.html, results/173.processed: - tests for
4769: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
4770: but not in main code frame
4771:
4772: * tests/: 172.html, results/172.processed: - more tests for pass
4773: objects from code frames
4774:
4775: 2007-11-27 misha
4776:
4777: * tests/: 152.html, results/152.processed: - tests for converting
4778: strings 'true'/'false' to bool were added
4779:
4780: * tests/152.html: - added checks for converting strings
4781: 'true'/'false' to bool
4782:
4783: * src/classes/string.C: - ^srting.bool[] now can convert to bool
4784: not only strings with numbers but with values 'true'/'false' as
4785: well
4786:
4787: * src/targets/: cgi/parser3.C, apache13core/mod_parser3_core.C,
4788: isapi/parser3isapi.C: - buffer size for parser3.log increased
4789:
4790: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
4791:
4792: * src/include/pa_common.h: - remove_crlf return cstring size now
4793:
4794: * src/include/pa_types.h: - constant with buffer size for
4795: parser3.log added
4796:
4797: 2007-11-16 misha
4798:
4799: * tests/cat.sh: - script for tests for file::exec/cgi
4800:
4801: * tests/171.html: - tests for file::exec/cgi
4802:
4803: * tests/results/171.processed: - tests results for file::exec/cgi
4804:
4805: 2007-11-15 misha
4806:
4807: * src/main/pa_exec.C: - fixed incorrect exec code for unix
4808:
4809: * src/classes/file.C: - .body must be set before analyzing cgi
4810: headers
4811:
4812: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
4813: only if exec/cgi return anything.
4814:
4815: 2007-11-14 misha
4816:
4817: * operators.txt: - info about new text|binary option for
4818: file::exec/cgi was added
4819:
4820: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
4821: ^file:exec[[text|binary];script;...]
4822:
4823: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
4824: classes/string.C, classes/table.C: - more text strings moved to
4825: the one place
4826:
4827: 2007-11-09 misha
4828:
4829: * src/types/pa_vrequest.C: - $request:argv must be taint
4830:
4831: * ChangeLog: - $request:argv [patch from Sumo]
4832:
4833: * operators.txt: - $request:argv
4834:
4835: * src/: include/pa_request_info.h, types/pa_vrequest.C,
4836: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
4837:
4838: 2007-10-25 misha
4839:
4840: * buildall-with-xml, buildall-without-xml: - options preparations
4841: for ./configure rewrited
4842:
4843: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
4844: error occure in unhandled_exception finally fixed
4845:
4846: 2007-10-23 misha
4847:
4848: * tests/: 170.html, results/170.processed: - test for
4849: @method[][result]
4850:
4851: * operators.txt: - added info about node.prefix and
4852: node.namespaceURI
4853:
4854: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
4855:
4856: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
4857: added for node and attribute
4858:
4859: 2007-10-22 misha
4860:
4861: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
4862:
4863: * src/main/pa_request.C: - added const content-transfer-encoding
4864:
4865: * src/include/pa_request.h: - added const content-transfer-encoding
4866: - ups. constants must be in lowercase (for search)
4867:
4868: * src/types/pa_vmail.C: - more constants used -
4869: content-transfer-encoding: 8bit added
4870:
4871: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
4872:
4873: * src/include/pa_request.h: - more constants
4874:
4875: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
4876: ommit anymore if $.content-disposition was specified - little
4877: refactoring
4878:
4879: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
4880:
4881: 2007-10-17 misha
4882:
4883: * operators.txt: - info about
4884: table::create[nameless]{data}[>options<] was added
4885:
4886: * src/main/: compile.tab.C, compile.y: - if error occure while
4887: compile method don't put this method in methods table anymore.
4888: in other case the parser coredumped if @unhandled_exception
4889: method can't be compiled because of parser.compile error.
4890:
4891: * src/main/execute.C: - little code reformating
4892:
4893: * src/main/pa_request.C: - little code reformating - comment
4894: changed
4895:
4896: 2007-10-16 misha
4897:
4898: * tests/: 035.html, results/035.processed: - tests
4899: table::create[]{}[options] added
4900:
4901: * src/classes/table.C: - table::create[]{} now accept 3rd param:
4902: options (only $.seperator[] yet)
4903:
4904: 2007-10-10 misha
4905:
4906: * src/classes/table.C: - some contstants moved to pa_common.h -
4907: some code changes
4908:
4909: 2007-10-02 misha
4910:
4911: * src/main/pa_uue.C: - memory usage during uuencode reduced more
4912: then three time as much. but base64 encoding method still use
4913: less memory anyway.
4914:
4915: 2007-09-17 misha
4916:
4917: * operators.txt: - added info about $cookie:fields
4918:
4919: * src/types/pa_vcookie.C: - $cookie:fields available now
4920:
4921: * src/classes/hash.C: - some stuff for use with .for_each moved to
4922: common
4923:
4924: * src/include/pa_common.h: - some stuff for use with .for_each
4925: moved here
4926:
4927: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
4928:
4929: 2007-09-14 misha
4930:
4931: * buildall-with-xml: - new xml libs again =)
4932:
4933: 2007-08-28 misha
4934:
4935: * operators.txt: - texts about ^table.columns[[column name]] and
4936: ^string.split[...][v][column name] were added
4937:
4938: * tests/: 168.html, 169.html, results/168.processed,
4939: results/169.processed: - tests for ^table.columns[[column name]]
4940: and ^string.split[...][v][column name] were added
4941:
4942: * src/classes/table.C: - new option ^table.columns[[column name]]
4943: was added
4944:
4945: * src/classes/string.C: - new option ^string.split[...;v;[column
4946: name]]
4947:
4948: * src/include/pa_exception.h: - error text message for
4949: ^hash._keys[], ^table.columns[] and ^string.split[]
4950:
4951: 2007-08-27 misha
4952:
4953: * src/main/untaint.C: - try to fix coredump on unix if print to
4954: body ^taint[sql][something] outside of connect
4955:
4956: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
4957: outside of connect
4958:
4959: * buildall-with-xml, buildall-without-xml: - strip parser3 was
4960: added (commented by default)
4961:
4962: 2007-08-20 misha
4963:
4964: * operators.txt: - comment about new method ^node.hasAttributes[]
4965: was added
4966:
4967: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
4968: duplicated exception text strings were removed
4969:
4970: * src/include/pa_exception.h: - more exception text strings moved
4971: here
4972:
4973: * src/classes/table.C: - some duplicate exceptions' text strings
4974: removed
4975:
4976: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
4977: xdoc.C, xnode.C: - some duplicate exceptions' text strings
4978: removed
4979:
4980: * src/include/pa_exception.h: - some exception text strings movet
4981: to pa_exception
4982:
4983: * tests/: 149.html, results/149.processed: - test for
4984: ^xnode.hasAttributes[] was added - some code changes
4985:
4986: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
4987: added
4988:
4989: 2007-08-17 misha
4990:
4991: * tests/: results/006.processed, results/059.processed, 006.html,
4992: 059.html: - more tests for match
4993:
4994: * tests/: 129.html, results/129.processed: - tests for
4995: ^table.hash[...][$.type[string|hash|table]] added
4996:
4997: * src/targets/cgi/parser3.C: - little syntax changes
4998:
4999: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
5000: syntax changes
5001:
5002: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
5003: messages in parser3.log switched off by default. If someone
5004: really still need it: use $SIGPIPE(1)
5005:
5006: 2007-08-08 misha
5007:
5008: * buildall-with-xml, buildall-without-xml: - remove libs source
5009: files by default since now
5010:
5011: 2007-08-07 misha
5012:
5013: * buildall-without-xml: - some option syntax changes
5014:
5015: * buildall-with-xml: - compile libxml2 without http support - some
5016: option syntax changes
5017:
5018: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
5019:
5020: 2007-08-06 misha
5021:
5022: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
5023:
5024: * tests/: 160.html, results/160.processed: - cache test was
5025: rewrited
5026:
5027: 2007-07-06 misha
5028:
5029: * tests/: 153.html, results/153.processed: - added test for
5030: ^math:sha1[string]
5031:
5032: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
5033: transcoded
5034:
5035: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
5036: were added
5037:
5038: 2007-06-28 misha
5039:
5040: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
5041: some incorrect chars
5042:
5043: 2007-06-19 misha
5044:
5045: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
5046: were moved on top because of gcc 4 had a problems during
5047: building.
5048:
5049: 2007-06-18 misha
5050:
5051: * tests/results/019.processed: - new image commited
5052:
5053: 2007-06-09 misha
5054:
5055: * src/classes/: op.C, table.C: - in while and table.select method
5056: as_expression used now
5057:
5058: * src/types/pa_vmethod_frame.h: - method as_expression was added
5059:
5060: 2007-06-08 misha
5061:
5062: * tests/: 166.html, results/166.processed: - test for
5063: ^match[...][n]
5064:
5065: * tests/: 165.html, results/165.processed: - tests for loops
5066:
5067: * src/lib/cord/include/private/cord_pos.h: - back to origin value
5068: because of no speed/memory optimisation but some proglems with
5069: long cycles occure
5070:
5071: 2007-06-06 misha
5072:
5073: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
5074: ^table.select(true) and ^table.select(1) didn't works because of
5075: awaiting junction-param only. fixed.
5076:
5077: 2007-05-24 misha
5078:
5079: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
5080: with 0.5 secs interval
5081:
5082: * src/classes/op.C: - cache was rewrited. I hope it works with
5083: locking system now on unix
5084:
5085: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
5086: system locks which wait till other threads release it but try get
5087: lock, if fail wait 1 sec and make 10 attempts.
5088:
5089: * src/include/pa_os.h: - consts for blocking locks + some comments
5090: were added
5091:
5092: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
5093: opening files
5094:
5095: * src/classes/table.C: - changes in includes. if unclude <sstream>
5096: after our classes on unix it can't be build
5097:
5098: * src/types/pa_vhashfile.C: - not needed code removed
5099:
5100: 2007-05-23 misha
5101:
5102: * src/: classes/file.C, classes/op.C, main/pa_common.C,
5103: include/pa_common.h: - cosmetic changes
5104:
5105: 2007-05-18 misha
5106:
5107: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
5108: often. it's give some speed increasing
5109:
5110: * tests/results/160.processed: - returned time corrected
5111:
5112: * tests/160.html: - time increased because on unix 1 mean nothing
5113: :(
5114:
5115: * operators.txt: - added info about ^hash.contain[key]
5116:
5117: * src/classes/hash.C: - added ^hash.contain[key]
5118:
5119: * src/include/pa_hash.h: - added method for checking key exists in
5120: hash
5121:
5122: 2007-05-07 misha
5123:
5124: * src/include/pa_string.h: - was compilation error during build on
5125: freebsd4
5126:
5127: 2007-05-03 misha
5128:
5129: * src/classes/table.C: - option $.type[hash|string|table] was added
5130: for ^table.hash[]
5131:
5132: * src/classes/file.C: - comment removed
5133:
5134: 2007-04-26 misha
5135:
5136: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
5137: real files doesn't opened in place anymore
5138:
5139: 2007-04-24 misha
5140:
5141: * src/classes/math.C: - I thought one more time and remove lg(N) :)
5142:
5143: * src/include/pa_exception.h: "static" removed
5144:
5145: 2007-04-23 misha
5146:
5147: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
5148:
5149: * src/classes/math.C: added: - ^math:ln(N) (the same as
5150: ^math:log(N)) - ^math:lg(N)
5151:
5152: * tests/: 097.html, results/097.processed: - charsets converstion
5153: during ^file::load[text;http://...] added
5154:
5155: * tests/: 164.html, results/164.processed: - check for set expires
5156: as a date
5157:
5158: * tests/: 164.html, results/164.processed: - test for hashfile
5159:
5160: * src/classes/hashfile.C: - little comment changes
5161:
5162: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
5163: access
5164:
5165: * src/: classes/date.C, classes/double.C, classes/file.C,
5166: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
5167: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
5168: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5169: classes/xnode.h, include/pa_request.h, main/execute.C,
5170: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5171: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
5172: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
5173: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
5174: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
5175: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
5176: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5177: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
5178: "parser.runtime" strings were removed
5179:
5180: * src/classes/hashfile.C: - with .clear[] called files_delete()
5181: now.
5182:
5183: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
5184:
5185: * src/include/pa_exception.h: - string constant with
5186: "parser.runtime" text was added
5187:
5188: 2007-04-20 misha
5189:
5190: * operators.txt: - some comments changing
5191:
5192: * operators.txt: - added info about .^hashfile.release[],
5193: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
5194:
5195: * configure: =cheching for unsetenv
5196:
5197: * src/classes/hashfile.C: - ^hashfile.cleanup[],
5198: ^hashfile.release[] were added
5199:
5200: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
5201: ^string.match[][] understand new option now: return number of
5202: matches but not table wit results
5203:
5204: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
5205: reopen now
5206:
5207: * src/classes/op.C: - bug. must be false
5208:
5209: * configure.in: - checking for unsetenv was added
5210:
5211: * src/types/pa_vform.C: - some comments
5212:
5213: 2007-04-18 misha
5214:
5215: * buildall-with-xml: moving to libxml2-2.6.28
5216:
5217: * buildall-with-xml, buildall-without-xml: added commented lines
5218: with --disable-safe-mode option
5219:
5220: * operators.txt: - info about $form:files
5221:
5222: 2007-04-17 misha
5223:
5224: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
5225: $form:files was added
5226:
5227: * tests/: 163.html, results/163.processed: removing auto format
5228:
5229: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
5230:
5231: 2007-04-16 misha
5232:
5233: * tests/: 163.html, results/163.processed: - test for .int[],
5234: floor, round, ceiling and .format[]
5235:
5236: * src/classes/file.C: - little optimization for getting args in
5237: exec/cgi
5238:
5239: 2007-04-13 misha
5240:
5241: * src/classes/file.C: - arguments for file::exec/cgi can be
5242: specified now as s table with one column
5243:
5244: 2007-03-27 misha
5245:
5246: * tests/: 162.html, results/162.processed: - test for
5247: ^table.select(^condition[$t])
5248:
5249: * tests/results/auto.p: - load windows-1251 charset for some tests
5250:
5251: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
5252:
5253: * tests/: results/161.processed, 161.html, 161_utf8.txt,
5254: 161_windows1251.txt: - added test for
5255: ^file::load[text;/local/file.txt;$.charset[...]]
5256:
5257: * tests/: results/013.processed, 013.html: - added test for
5258: checking $._default value while hash modifications
5259:
5260: * tests/: 160.html, results/160.processed: - add test for
5261: ^cache[key](secs){code}, ^cache[] and ^cache(0)
5262:
5263: 2007-03-22 misha
5264:
5265: * src/include/pa_common.h: - "charset" string defined for
5266: ^file::load[text;/local.txt] and ^table::load[/table.txt]
5267:
5268: * src/main/: pa_common.C, pa_http.C: - $.charset option for
5269: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
5270: added - not needed transcodes were removed from
5271: ^file::load[...;http://...]
5272:
5273: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
5274: added
5275:
5276: * src/classes/date.C: - date.week was fixed
5277:
5278: * operators.txt: - added info about date.weekyear
5279:
5280: * tests/: 159.html, results/159.processed: - tests for date.week
5281: and date.weekyear added
5282:
5283: 2007-03-15 misha
5284:
5285: * src/classes/table.C: - enclose column numbers for nameless tables
5286: as well
5287:
5288: 2007-03-14 misha
5289:
5290: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
5291:
5292: * src/classes/table.C: - table.save optimization: now required much
5293: less memory
5294:
5295: 2007-03-13 misha
5296:
5297: * tests/results/: 158.processed, 158.processes: - tests for
5298: table.save/table.load
5299:
5300: * tests/: 158.html, results/158.processes: - tests for
5301: table.save/table.load
5302:
5303: * buildall-with-xml: libxml2: --without-ftp --without-docbook
5304:
5305: * buildall-with-xml: - pattern needed now for building
5306:
5307: * tests/results/097.processed: - added test results for xdoc::load
5308: & xdoc::load[http://...]
5309:
5310: * tests/097.html: - added test for xdoc::load
5311:
5312: 2007-03-12 misha
5313:
5314: * tests/: 107.html, results/107.processed: - added test for xpath
5315: '//man'
5316:
5317: 2007-03-01 misha
5318:
5319: * tests/: 097.html, results/097.processed: - added test for
5320: creating xdoc from file
5321:
5322: * tests/: results/157.processed, 157.html: - added test for
5323: file:move
5324:
5325: 2007-02-28 misha
5326:
5327: * src/classes/xdoc.C: - another attempt
5328:
5329: * src/classes/xdoc.C: - roll back last changes for a while
5330:
5331: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
5332:
5333: * src/classes/file.C: - under lock we create non-exist dir anyway
5334:
5335: * tests/results/099.processed: - ever send content-disposition to
5336: client with file
5337:
5338: * tests/157.html: + test for file:copy
5339:
5340: 2007-02-26 misha
5341:
5342: * src/classes/file.C: - some similar strings moved to #define
5343: instead of to be copy/pasted many times
5344:
5345: * src/types/pa_vfile.h: - class name string ("file") moved to
5346: #define
5347:
5348: 2007-02-20 misha
5349:
5350: * bin/auto.p.dist.in: - added lines for sqlite
5351:
5352: * configure.in: - added some strings for sqlite detection
5353:
5354: 2007-02-19 misha
5355:
5356: * operators.txt: - some comments changes
5357:
5358: * buildall-with-xml, buildall-without-xml: - some modifications
5359:
5360: 2007-02-17 misha
5361:
5362: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
5363:
5364: * src/main/pa_request.C: - damn, i forgot to commit it while I
5365: change console behaviour
5366:
5367: 2007-02-12 misha
5368:
5369: * src/targets/cgi/parser3.C: - don't print headers if
5370: $console:line[data] was used during cgi execution.
5371:
5372: * src/types/pa_vconsole.h: - console class have bool flag now which
5373: marked as 'true' if class was used.
5374:
5375: * tests/: 152.html, results/152.processed: - more types was added
5376: to test 152
5377:
5378: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
5379: adding 'bool' (^if($image){} caused exception)
5380:
5381: 2007-02-09 misha
5382:
5383: * tests/: 152.html, results/152.processed: - test alightly updated
5384:
5385: * tests/: 152.html, results/152.processed: - test rewrited
5386:
5387: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
5388: bugfix. I broke xdoc & xnode in expression
5389:
5390: 2007-02-08 misha
5391:
5392: * tests/: 152.html, results/152.processed: - add test for checking
5393: 'def' for void, string, bool, int & double
5394:
5395: 2007-02-07 misha
5396:
5397: * operators.txt: - ^file:base64[filespec] was added
5398:
5399: * tests/results/153.processed: - result test for
5400: ^file:base64[filespec] was updated
5401:
5402: * tests/153.html: - test for ^file:base64[filespec] was added
5403:
5404: * src/types/pa_vconsole.h: - little optimization
5405:
5406: * src/classes/file.C: - ^file:base64[filespec]
5407:
5408: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
5409:
5410: * src/include/pa_common.h: - declarations for
5411: ^file:base64[filespec]
5412:
5413: * src/types/pa_vcookie.C: - little optimization
5414:
5415: 2007-02-06 misha
5416:
5417: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
5418: were temporary commented
5419:
5420: * src/types/pa_vbool.h: - bugfix
5421:
5422: * tests/156.html: - added test for bool cookie
5423:
5424: * src/types/pa_vcookie.h: - not needed string "cookie" removed
5425:
5426: * tests/: 155.html, results/155.processed: - added test for check
5427: $.encloser[] option for table save/load
5428:
5429: * tests/: 153.html, 154.html, todo.txt: - two more tests added
5430:
5431: 2007-02-05 misha
5432:
5433: * tests/results/152.processed: - newline at the end was missed
5434:
5435: * tests/results/141.processed: - math:md5 must be lowercased
5436:
5437: * src/targets/cgi/parser3.C: - 2007 in help ;)
5438:
5439: 2007-02-03 misha
5440:
5441: * tests/results/: 150.processed, 151.processed, 152.processed: -
5442: test for bool added and some content length fixes
5443:
5444: * tests/152.html: - test for bool added
5445:
5446: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
5447:
5448: * operators.txt: - info bool class was added
5449:
5450: * src/: classes/Makefile.am, classes/bool.C,
5451: classes/classes.vcproj, classes/double.C, classes/int.C,
5452: classes/string.C, classes/void.C, classes/xnode.C,
5453: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
5454: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
5455: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
5456: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5457: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
5458: types/types.vcproj: - bool class was added
5459:
5460: * src/main/pa_request.C: - fix
5461:
5462: 2007-01-18 misha
5463:
5464: * src/: main/pa_string.C, classes/string.C: - return table during
5465: ^string.match[][] even if no matched found.
5466:
5467: 2006-12-20 misha
5468:
5469: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
5470: http://www.parser.ru/forum/?id=55598 ]
5471:
5472: 2006-12-19 misha
5473:
5474: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
5475: details: http://www.parser.ru/forum/?id=52359
5476:
5477: * src/main/pa_request.C: - always set content-disposition for
5478: $response:body[hash here]. more details:
5479: http://www.parser.ru/forum/?id=52130
5480:
5481: 2006-12-07 misha
5482:
5483: * operators.txt: - added info about bool params in cookie set
5484:
5485: * src/types/pa_vcookie.C: - bool param in cookies available now
5486: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
5487: ]
5488:
5489: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
5490: was added
5491:
5492: 2006-12-02 misha
5493:
5494: * src/classes/file.C: - file_block_read used instead of native read
5495:
5496: * src/main/pa_common.C: - added file_block_read with read error
5497: detection - file_block_read used instead of native read
5498:
5499: * src/include/pa_common.h: - added file_block_read declaration
5500:
5501: 2006-12-01 misha
5502:
5503: * operators.txt: - info about $var.CLASS_NAME was added
5504:
5505: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
5506: $var.CLASS_NAME added
5507:
5508: * operators.txt: - added info about ^file:copy[]
5509:
5510: * src/classes/file.C: - ^file:copy[from;fo] was added
5511:
5512: 2006-11-20 misha
5513:
5514: * src/classes/date.C: - bug fix :)
5515:
5516: 2006-11-17 misha
5517:
5518: * src/include/pa_common.h: - array in crc32 calculation was changed
5519: to static
5520:
5521: * src/main/pa_common.C: - little optimization in getMonthDays -
5522: small changes in crc32 calculation
5523:
5524: * src/classes/date.C: - not needed code was removed
5525:
5526: 2006-11-16 misha
5527:
5528: * src/types/pa_vmail.C: - fix missed brakes
5529:
5530: * src/types/pa_vmail.C: - mail:send now set content-type:
5531: multipart/related instead of multipart/mixed if file have
5532: $.content-id[]
5533:
5534: 2006-11-15 misha
5535:
5536: * src/types/pa_vdouble.h: abs -> fabs
5537:
5538: 2006-11-14 misha
5539:
5540: * operators.txt: - added info about ^file.md5[] and
5541: ^file:md5[file-name]
5542:
5543: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
5544: added
5545:
5546: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
5547: FILE_BUFFER_SIZE
5548:
5549: * src/classes/math.C: - hex_string was moved to pa_common.h
5550:
5551: * src/include/pa_common.h: - hex_string was moved from math.C -
5552: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
5553:
5554: * src/types/pa_vdouble.h: - incorrect frac detection with negative
5555: values was fixed
5556:
5557: 2006-11-13 misha
5558:
5559: * operators.txt: - added info about ^math:crc32[string],
5560: ^file:crc32[file-name] & ^file.crc32[]
5561:
5562: * src/classes/math.C: - added ^math:crc32[string]
5563:
5564: * src/classes/file.C: - some comments were changed - added
5565: ^file:crc32[file-name] and ^file.crc32[]
5566:
5567: * src/: include/pa_common.h, main/pa_common.C: - some functions for
5568: crc32 calculation added
5569:
5570: 2006-11-03 misha
5571:
5572: * src/include/pa_array.h: - not needed variable removed
5573:
5574: * tests/: 150.html, 151.html, results/150.processed,
5575: results/151.processed: - 2 tests were added
5576:
5577: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
5578: with $.reverse(1) were fixed
5579:
5580: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
5581: query converted to $.charset during ^file::load[http://...]
5582:
5583: 2006-11-02 misha
5584:
5585: * src/include/pa_table.h: ups. forget '=' char
5586:
5587: * src/include/pa_table.h: - one more fix in
5588: .locate[...][$.reverse(1)]
5589:
5590: 2006-11-01 misha
5591:
5592: * src/classes/math.C: - bug fix, details:
5593: http://www.parser.ru/forum/?id=53360
5594:
5595: * src/include/pa_table.h: - bug fix during ^table.locate( condition
5596: false for all records )[$.reverse(1)]
5597:
5598: * src/main/pa_http.C: - second param for this mid method is length
5599: but not end_index so this method has error and can't detect
5600: charsets in next content-types: Content-type: text/html;
5601: charset="windows-1251" Content-type: text/html;
5602: charset="windows-1251"; Content-type: text/html;
5603: charset=windows-1251;
5604:
5605: only Content-type: text/html; charset=windows-1251 was fine
5606:
5607: 2006-10-31 misha
5608:
5609: * src/classes/file.C: - empty args in file::exec removed now
5610:
5611: 2006-09-11 misha
5612:
5613: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
5614: replaced to table::create - some changes in text/code formatting
5615:
5616: 2006-09-03 paf
5617:
5618: * src/classes/file.C: proper tainting of
5619: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
5620:
5621: 2006-06-09 paf
5622:
5623: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
5624:
5625: * src/classes/table.C: formatting
5626:
5627: * src/classes/table.C: incorporated patch from misha: Sent:
5628: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
5629: ignoring string options for ^table.save[]
5630:
5631: * src/classes/hash.C: incorporated patch from misha Sent:
5632: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
5633: $hash._default disappear while
5634:
5635: * operators.txt: ^mail:send[ $.file1[ $.value[file]
5636: $.format[!uue|!base64] << new base64 option. default uue ] ]
5637:
5638: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
5639: PM Subject: patch for base64 in ^mail:send[] %-)
5640:
5641: 2006-04-09 paf
5642:
5643: * src/main/compile.tab.C: ` change compiled
5644:
5645: * gnu.vcproj, operators.txt, parser3.sln,
5646: src/classes/classes.vcproj, src/classes/file.C,
5647: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
5648: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
5649: src/classes/xnode.C, src/include/pa_array.h,
5650: src/include/pa_config_fixed.h, src/include/pa_dir.h,
5651: src/include/pa_memory.h, src/include/pa_request.h,
5652: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
5653: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
5654: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
5655: src/lib/pcre/pcre_dftables.vcproj,
5656: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
5657: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
5658: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
5659: src/main/pa_cache_managers.C, src/main/pa_charset.C,
5660: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
5661: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
5662: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
5663: src/main/pa_stylesheet_manager.C,
5664: src/targets/apache13/ApacheModuleParser3.vcproj,
5665: src/targets/apache13core/ApacheModuleParser3Core.vcproj,
5666: src/targets/apache13core/pa_threads.C, src/targets/cgi/getopt.c,
5667: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
5668: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
5669: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
5670: src/types/pa_value.h, src/types/pa_vcookie.C,
5671: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
5672: src/types/pa_vmail.C, src/types/pa_vresponse.C,
5673: src/types/pa_vstatus.C, src/types/types.vcproj,
5674: tests/descript.ion, www/htdocs/_bug.html, www/htdocs/_bug.xsl: +
5675: ^break[] ^continue[], in ^for, ^while, ^menu,
5676: ^hash/hashfile.foreach
5677:
5678: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
5679: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
5680: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
5681: src/classes/xnode.C, src/include/pa_array.h,
5682: src/include/pa_config_fixed.h, src/include/pa_dir.h,
5683: src/include/pa_memory.h, src/include/pa_request.h,
5684: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
5685: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
5686: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
5687: src/lib/pcre/pcre_dftables.vcproj,
5688: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
5689: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
5690: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
5691: src/main/pa_cache_managers.C, src/main/pa_charset.C,
5692: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
5693: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
5694: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
5695: src/main/pa_stylesheet_manager.C,
5696: src/targets/apache13/ApacheModuleParser3.vcproj,
5697: src/targets/apache13core/ApacheModuleParser3Core.vcproj,
5698: src/targets/apache13core/pa_threads.C, src/targets/cgi/getopt.c,
5699: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
5700: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
5701: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
5702: src/types/pa_value.h, src/types/pa_vcookie.C,
5703: src/types/pa_vmail.C, src/types/pa_vresponse.C,
5704: src/types/pa_vstatus.C, src/types/types.vcproj,
5705: tests/descript.ion, www/htdocs/_bug.html, www/htdocs/_bug.xsl: !
5706: switched to VS2005 (projects and object<info explicitly
5707: typed>.for_each(, info)) + $response:field[] setting void means
5708: removing + grammar $name` name stops now, for mysql `$field` +
5709: started ^break[] ^continue[], in ^for. TODO: to other iterators
5710: (while, menu, foreach) + all log messages += [uri=, method=, cl=]
5711:
5712: * buildall-with-xml: merged . ftp paths update
5713:
5714: * buildall-with-xml: . ftp paths update
5715:
5716: 2006-03-04 paf
5717:
5718: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
5719: checks++ [thanks to Igor Zinkovsky for detailed report]
5720:
5721: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
5722: Igor Zinkovsky for detailed report]
5723:
5724: 2006-03-01 paf
5725:
5726: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
5727: \n to ' ' in
5728:
5729: 2006-02-18 paf
5730:
5731: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
5732: \n to ' ' in
5733:
5734: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
5735:
5736: 2006-02-03 paf
5737:
5738: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
5739: base64
5740:
5741: * src/main/pa_common.C: ! bugfix: decoding from base64
5742:
5743: 2006-01-20 paf
5744:
5745: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
5746: economy fix
5747:
5748: * src/classes/: table.C: merged from HEAD ! bugfix
5749: ^table.save[$.encloser-s now handled properly
5750:
5751: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
5752: handled properly
5753:
5754: 2006-01-19 paf
5755:
5756: * buildall-with-xml, buildall-without-xml: merged from HEAD !
5757: libgc:USE_MUNMAP activates merging of free memory blocks which
5758: helps a lot in our case: after transform we want
5759: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
5760:
5761: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
5762: economy fix
5763:
5764: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
5765: activates merging of free memory blocks which helps a lot in our
5766: case: after transform we want CORD(main.result)->cstr[big
5767: malloc]->transcode[big malloc]
5768:
5769: 2006-01-17 paf
5770:
5771: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
5772: before reading them. got rid of reallocs = became quicker and
5773: less fragmentated
5774:
5775: 2005-12-29 paf
5776:
5777: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
5778: configure, configure.in, src/include/pa_version.h,
5779: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
5780: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
5781: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
5782: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
5783: src/lib/ltdl/missing, www/htdocs/_bug.html: . merged from 3.2.1
5784:
5785: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
5786: packaged when 'make dist', so do configure companion files in
5787: src/lib/ltdl
5788:
5789: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
5790: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
5791: missing: . now config_auto.h is created with configure [were
5792: constant]
5793:
5794: * INSTALL: . references to documentation and some clarification
5795:
5796: * buildall-with-xml, buildall-without-xml: . farawell doc
5797: indication
5798:
5799: * Makefile.am: . dist+=buildall*
5800:
5801: 2005-12-28 paf
5802:
5803: * configure: . 3.2.1
5804:
5805: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
5806: simplify build process, see INSTALL
5807:
5808: 2005-12-26 paf
5809:
5810: * configure: ver
5811:
5812: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
5813: version
5814:
5815: 2005-12-21 paf
5816:
5817: * src/main/compile.tab.C, src/main/main.vcproj,
5818: www/htdocs/_bug.html: . win32: grammar is now compiled with bison
5819: 1.875b, it reports unexpected token names
5820:
5821: 2005-12-19 paf
5822:
5823: * src/main/compile.tab.C, src/types/pa_vxnode.h,
5824: www/htdocs/_bug.html, www/htdocs/_bug.xsl: ! bugfix xnode now
5825: holds a link to xmlNode to prevent premature gc(xmlNode)
5826:
5827: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
5828: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
5829: src/main/main.vcproj, src/main/pa_globals.C,
5830: src/targets/apache13core/ApacheModuleParser3Core.vcproj,
5831: src/targets/cgi/parser3.vcproj,
5832: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
5833: configure, configure.in, src/include/pa_version.h: . killing
5834: gdome [what a relief]
5835:
5836: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
5837: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
5838: run_parser.sh, results/001.processed, results/002.processed,
5839: results/003.processed, results/004.processed,
5840: results/005.processed, results/006.processed,
5841: results/008.processed, results/009.processed,
5842: results/010.processed, results/011.processed,
5843: results/012.processed, results/013.processed,
5844: results/014.processed, results/015.processed,
5845: results/016.processed, results/017.processed,
5846: results/018.processed, results/020.processed,
5847: results/021.processed, results/022.processed,
5848: results/023.processed, results/024.processed,
5849: results/025.processed, results/026.processed,
5850: results/027.processed, results/028.processed,
5851: results/029.processed, results/030.processed,
5852: results/031.processed, results/032.processed,
5853: results/033.processed, results/034.processed,
5854: results/035.processed, results/036.processed,
5855: results/037.processed, results/038.processed,
5856: results/039.processed, results/040.processed,
5857: results/041.processed, results/042.processed,
5858: results/043.processed, results/044.processed,
5859: results/045.processed, results/046.processed,
5860: results/047.processed, results/048.processed,
5861: results/049.processed, results/050.processed,
5862: results/051.processed, results/052.processed,
5863: results/053.processed, results/054.processed,
5864: results/055.processed, results/056.processed,
5865: results/057.processed, results/058.processed,
5866: results/059.processed, results/060.processed,
5867: results/061.processed, results/062.processed,
5868: results/063.processed, results/064.processed,
5869: results/065.processed, results/066.processed,
5870: results/067.processed, results/068.processed,
5871: results/069.processed, results/070.processed,
5872: results/071.processed, results/072.processed,
5873: results/073.processed, results/074.processed,
5874: results/075.processed, results/076.processed,
5875: results/077.processed, results/078.processed,
5876: results/079.processed, results/080.processed,
5877: results/081.processed, results/082.processed,
5878: results/083.processed, results/084.processed,
5879: results/085.processed, results/086.processed,
5880: results/087.processed, results/088.processed,
5881: results/089.processed, results/090.processed,
5882: results/091.processed, results/092.processed,
5883: results/093.processed, results/094.processed,
5884: results/095.processed, results/096.processed,
5885: results/097.processed, results/099.processed,
5886: results/100.processed, results/101.processed,
5887: results/102.processed, results/104.processed,
5888: results/105.processed, results/106.processed,
5889: results/107.processed, results/108.processed,
5890: results/109.processed, results/110.processed,
5891: results/111.processed, results/112.processed,
5892: results/113.processed, results/114.processed,
5893: results/115.processed, results/117.processed,
5894: results/119.processed, results/120.processed,
5895: results/121.processed, results/122.processed,
5896: results/123.processed, results/124.processed,
5897: results/125.processed, results/126.processed,
5898: results/127.processed, results/128.processed,
5899: results/129.processed, results/130.processed,
5900: results/131.processed, results/132.processed,
5901: results/133.processed, results/134.processed,
5902: results/135.processed, results/136.processed,
5903: results/138.processed, results/139.processed,
5904: results/140.processed, results/141.processed,
5905: results/142.processed, results/143.processed,
5906: results/144.processed, results/145.processed,
5907: results/146.processed, results/147.processed,
5908: results/148.processed, results/149.processed, results/auto.p: .
5909: now works if we turn off default auto.p
5910:
5911: * configure: . makes
5912:
5913: * src/types/pa_vxnode.C: . less warnings
5914:
5915: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
5916: tests/145.html, tests/149.html, tests/descript.ion,
5917: tests/outputs/d.cmd, tests/results/142.processed,
5918: tests/results/143.processed, tests/results/144.processed,
5919: tests/results/145.processed, tests/results/146.processed,
5920: tests/results/147.processed, tests/results/148.processed,
5921: tests/results/149.processed, www/htdocs/_bug.html: . removed
5922: .nodeValue from all node types other than 5 (grabbed piece from
5923: gdome)
5924:
5925: * tests/: 137.html, results/137.processed: . not handled this case
5926: yet. code does not hang from inserting parent into child,
5927: considering thing minor issue -- nodes are removed from source
5928: anyway, don't know why shold that be an error after all
5929:
5930: * src/targets/cgi/parser3.C: . style
5931:
5932: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
5933: xdoc too [were barking "not element"]
5934:
5935: 2005-12-16 paf
5936:
5937: * tests/146.html, tests/147.html, tests/148.html,
5938: www/htdocs/_bug.html: . more tests
5939:
5940: * src/classes/xnode.C: . also bark on possible errors
5941:
5942: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
5943: props
5944:
5945: * www/htdocs/_bug.html: ! fixed overoptimized ^call(false) case.
5946: (confused it with ^call[] case)
5947:
5948: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
5949: main/compile.y: merged from HEAD ! fixed overoptimized
5950: ^call(false) case. (confused it with ^call[] case)
5951:
5952: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
5953: ^call(false) case. (confused it with ^call[] case)
5954:
5955: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
5956:
5957: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
5958: results/001.processed, results/002.processed,
5959: results/003.processed, results/004.processed,
5960: results/005.processed, results/006.processed,
5961: results/008.processed, results/009.processed,
5962: results/010.processed, results/011.processed,
5963: results/012.processed, results/013.processed,
5964: results/014.processed, results/015.processed,
5965: results/016.processed, results/017.processed,
5966: results/018.processed, results/019.processed,
5967: results/020.processed, results/021.processed,
5968: results/022.processed, results/023.processed,
5969: results/024.processed, results/025.processed,
5970: results/026.processed, results/027.processed,
5971: results/028.processed, results/029.processed,
5972: results/030.processed, results/031.processed,
5973: results/032.processed, results/033.processed,
5974: results/034.processed, results/035.processed,
5975: results/036.processed, results/037.processed,
5976: results/038.processed, results/039.processed,
5977: results/040.processed, results/041.processed,
5978: results/042.processed, results/043.processed,
5979: results/044.processed, results/045.processed,
5980: results/046.processed, results/047.processed,
5981: results/048.processed, results/049.processed,
5982: results/050.processed, results/051.processed,
5983: results/052.processed, results/053.processed,
5984: results/054.processed, results/055.processed,
5985: results/056.processed, results/057.processed,
5986: results/058.processed, results/059.processed,
5987: results/060.processed, results/061.processed,
5988: results/062.processed, results/063.processed,
5989: results/064.processed, results/065.processed,
5990: results/066.processed, results/067.processed,
5991: results/068.processed, results/069.processed,
5992: results/070.processed, results/071.processed,
5993: results/072.processed, results/073.processed,
5994: results/074.processed, results/075.processed,
5995: results/076.processed, results/077.processed,
5996: results/078.processed, results/079.processed,
5997: results/080.processed, results/081.processed,
5998: results/082.processed, results/083.processed,
5999: results/084.processed, results/085.processed,
6000: results/086.processed, results/087.processed,
6001: results/088.processed, results/089.processed,
6002: results/090.processed, results/091.processed,
6003: results/092.processed, results/093.processed,
6004: results/094.processed, results/095.processed,
6005: results/096.processed, results/097.processed,
6006: results/099.processed, results/101.processed,
6007: results/102.processed, results/104.processed,
6008: results/105.processed, results/106.processed,
6009: results/107.processed, results/108.processed,
6010: results/109.processed, results/110.processed,
6011: results/111.processed, results/112.processed,
6012: results/113.processed, results/114.processed,
6013: results/115.processed, results/116.processed,
6014: results/117.processed, results/118.processed,
6015: results/119.processed, results/120.processed,
6016: results/121.processed, results/122.processed,
6017: results/123.processed, results/124.processed,
6018: results/125.processed, results/126.processed,
6019: results/127.processed, results/128.processed,
6020: results/129.processed, results/130.processed,
6021: results/131.processed, results/132.processed,
6022: results/133.processed, results/134.processed,
6023: results/135.processed, results/136.processed,
6024: results/137.processed, results/138.processed,
6025: results/139.processed, results/140.processed,
6026: results/141.processed: . refreshed old tests, made them work
6027: without auto.p (in utf8) . things noted: . gif got encoded
6028: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
6029: some strange year)
6030:
6031: * INSTALL: . revived linux libgc fix
6032:
1.88 ! moko 6033: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
! 6034: glib/gdome in INSTALL and patches]
1.86 moko 6035:
6036: * src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
6037: src/include/pa_charset.h, src/include/pa_config_includes.h,
6038: src/include/pa_globals.h, src/include/pa_memory.h,
6039: src/include/pa_request.h, src/include/pa_xml_exception.h,
6040: src/lib/cord/Makefile.am, src/lib/cord/cord.vcproj,
6041: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
6042: src/lib/cord/cordxtra.c, src/main/compile.tab.C,
6043: src/main/pa_charset.C, src/main/pa_globals.C,
6044: src/main/pa_memory.C, src/main/pa_request.C,
6045: src/main/pa_stylesheet_connection.C, src/main/pa_xml_exception.C,
6046: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
6047: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
6048: www/htdocs/.htaccess, www/htdocs/_bug.html: . started killing
6049: gdome
6050:
6051: 2005-12-13 paf
6052:
6053: * src/main/: pa_request.C: merged from HEAD ! when code in
6054: @unhandled_exception thrown another exception, print correct
6055: origin (earlier code in catch of exception inside of
6056: @unhandled_exception grabbed parent_frame(original_exception)
6057: origin and printed it, instead of true origin)
6058:
6059: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
6060: another exception, print correct origin (earlier code in catch of
6061: exception inside of @unhandled_exception grabbed
6062: parent_frame(original_exception) origin and printed it, instead
6063: of true origin)
6064:
6065: 2005-12-09 paf
6066:
6067: * INSTALL: . updated INSTALL doc to work around linux stack base
6068: detection problem, due to change in gc6.4 code
6069:
6070: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
6071: ignored in ^string.matched :(
6072:
6073: * src/main/pa_string.C: ! regex tainting were ignored in
6074: ^string.matched :(
6075:
6076: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
6077: src/include/pa_config_fixed.h, src/include/pa_version.h,
6078: src/main/compile.y, src/main/compile_tools.h,
6079: src/main/pa_charset.C, src/main/pa_common.C,
6080: src/main/pa_globals.C, src/main/pa_string.C,
6081: src/targets/apache13core/mod_parser3_core.C,
6082: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
6083: src/types/pa_vmail.C, www/htdocs/.htaccess, www/htdocs/_bug.txt,
6084: www/htdocs/auto.p: . merged latest fixes from 3.2.0
6085:
6086: 2005-12-08 paf
6087:
6088: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
6089: 500 chars now handled OK [were wrapped on 500th char according to
6090: rfc, but sendmail failed to unwrap it properly]
6091:
6092: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
6093: handled OK [were wrapped on 500th char according to rfc, but
6094: sendmail failed to unwrap it properly]
6095:
6096: * src/targets/isapi/parser3isapi.C: . less warnings
6097:
6098: * src/targets/isapi/parser3isapi.C: . undone some strange change
6099: since 3.1.5
6100:
6101: * src/targets/: apache13core/mod_parser3_core.C,
6102: isapi/parser3isapi.C: . merged from 3.1.5 release link fixes
6103:
6104: * src/classes/date.C, src/include/pa_config_fixed.h,
6105: src/main/compile.tab.C, src/main/compile.y,
6106: src/main/compile_tools.h, src/main/pa_charset.C,
6107: src/main/pa_common.C, src/main/pa_globals.C,
6108: src/main/pa_string.C, src/targets/cgi/getopt.c,
6109: www/htdocs/_bug.html, www/htdocs/_bug.txt, www/htdocs/auto.p: .
6110: less warnings
6111:
6112: * src/include/pa_config_fixed.h: . removed outdated string origins
6113: [in current storage scheme there's no place for them. someday we
6114: can add third CORD to store origins and special version of parser
6115: which stores origins there [separate binary]]
6116:
6117: 2005-12-07 paf
6118:
6119: * src/targets/: apache13core/mod_parser3_core.C,
6120: isapi/parser3isapi.C: . now links in release mode
6121:
6122: * src/include/pa_version.h: makefiles
6123:
6124: * src/include/pa_version.h: . not beta
6125:
6126: * configure, configure.in, src/include/pa_version.h: not beta
6127:
6128: 2005-12-06 paf
6129:
6130: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
6131: [some details here http://i2/tasks/edit/?id=4869912143891354460]
6132: decided to undo the change ^call[$void] passes void. now it will
6133: pass empty string again.
6134:
6135: * src/main/: compile.tab.C, compile.y: . version readded
6136:
6137: * src/classes/op.C: . in this version there is no ^switch[$nothing]
6138: = ^switch[void] problem
6139:
6140: 2005-12-01 paf
6141:
6142: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
6143: caused ^case[string] to be coerced to double since searching
6144: value were not string (it was vvoid)
6145:
6146: * src/classes/op.C: . bugfix ^switch[$void_value] caused
6147: ^case[string] to be coerced to double since searching value were
6148: not string (it was vvoid)
6149:
6150: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
6151: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
6152:
6153: 2005-11-30 paf
6154:
6155: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
6156: win32 must putenv("TZ="), on unix works only putenv("TZ")
6157:
6158: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
6159: putenv("TZ="), on unix works only putenv("TZ")
6160:
6161: * INSTALL: . xml libs versions updated
6162:
6163: * src/main/pa_globals.C: //20051130 trying to remove this, author
6164: claims that fixed a lot there // 20040920 for now both
6165: workarounds needed. wait for new libxml/xsl versions
6166:
6167: 2005-11-28 paf
6168:
6169: * src/classes/table.C: merged from HEAD: ! nameless table has
6170: columns==0
6171:
6172: * src/classes/table.C: ! nameless table has columns==0
6173:
6174: * src/main/pa_http.C: merged from HEAD: ! status line check made
6175: earlier [was totally wrong]
6176:
6177: * src/main/pa_http.C: ! status line check made earlier [was totally
6178: wrong]
6179:
6180: 2005-11-25 paf
6181:
6182: * src/include/pa_array.h: -this reduces speed(table::load) strange.
6183: undoing for now...
6184:
6185: * src/include/pa_version.h: -this reduces speed(table::load),
6186: strange. undoing
6187:
6188: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
6189:
6190: * src/classes/op.C, www/htdocs/_bug.html, www/htdocs/auto.p: +
6191: ^while(){}[SEPARATOR]
6192:
6193: * src/include/pa_array.h: + optimistics added: all arrays (table
6194: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
6195: this speeds things up and saves memory a LOT! (not noticed
6196: negative effect on syntetic tests, future will tell...)
6197:
6198: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
6199: changed gc_malloc implementation, which obscured profiling
6200:
6201: * src/classes/table.C: merged from HEAD: + optimized
6202: table::load/sql, now row ArrayString-s allocated with
6203: columns.count() elements and don't always grow from
6204: count=3[realloc,realloc]
6205:
6206: * src/classes/table.C: + optimized table::load/sql, now row
6207: ArrayString-s allocated with columns.count() elements and don't
6208: always grow from count=3[realloc,realloc]
6209:
6210: * src/classes/table.C: merged from HEAD: . ^table.save unused
6211: buffer after save
6212:
6213: * src/classes/table.C: . ^table.save unused buffer after save
6214:
6215: 2005-11-24 paf
6216:
6217: * configure.in: . merged glib2-config patch
6218:
6219: * configure.in: + trying to find glib2-config
6220:
6221: * src/classes/file.C, src/include/pa_common.h, src/main/execute.C,
6222: src/main/pa_common.C, src/main/pa_request.C,
6223: www/htdocs/_bug.html: merged from HEAD: ! changed
6224: file/dir_readable to simple file/dir_exist, this would help in
6225: situations "class not found because .p file has bad rights" << in
6226: that case error would be explicit "access denied to 'this' file"
6227:
6228: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
6229:
6230: * src/: classes/file.C, include/pa_common.h, main/execute.C,
6231: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
6232: to simple file/dir_exist, this would help in situations "class
6233: not found because .p file has bad rights" << in that case error
6234: would be explicit "access denied to 'this' file"
6235:
6236: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
6237: include/pa_http.h, main/Makefile.am, main/main.vcproj,
6238: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
6239: ^file::exec/cgi[script;$.charset[changed]
6240: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
6241: encoded in $.charset charset
6242:
6243: * src/classes/file.C, www/htdocs/_bug.html, www/htdocs/_bug.pl,
6244: www/htdocs/_bug.txt: +! ^file::exec/cgi[script;$.charset[changed]
6245: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
6246: encoded in $.charset charset
6247:
6248: * src/: include/Makefile.am, include/pa_common.h,
6249: include/pa_http.h, main/Makefile.am, main/main.vcproj,
6250: main/pa_common.C, main/pa_http.C: . extracted http:// into
6251: separate file [preparation for
6252: ^file::cgi[script;$.form[$.field1[]
6253:
6254: 2005-11-22 paf
6255:
6256: * src/: include/pa_version.h, main/compile.tab.C: makefiles
6257:
6258: * acinclude.m4, configure.in: . merged underquting fixes
6259:
6260: * src/include/pa_config_auto.h.in: configure+makes
6261:
6262: * src/classes/op.C: . overmerged a little
6263:
6264: * src/main/compile.tab.C: Makefile
6265:
6266: * src/main/: pa_common.C: . less gcc warnings
6267:
6268: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
6269: now reports original exception if we have no old cache
6270:
6271: * src/classes/op.C, www/htdocs/_bug.html: +
6272: $exception.handled[cache] now reports original exception if we
6273: have no old cache
6274:
6275: * src/classes/op.C, src/include/pa_string.h, src/main/untaint.C,
6276: www/htdocs/_bug.html: merged from HEAD: + ^taint/untaint[regex]
6277: << escapes these: \^$.[]|()?*+{}
6278:
6279: * src/classes/op.C, src/include/pa_string.h, src/main/untaint.C,
6280: www/htdocs/_bug.html: + ^taint/untaint[regex] << escapes these:
6281: \^$.[]|()?*+{}
6282:
6283: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
6284: getenv-ed variable, which does not work both on win32&unix.
6285: copied old TZ value now
6286:
6287: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
6288: stored pointer to getenv-ed variable, which does not work both on
6289: win32&unix. copied old TZ value now
6290:
6291: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
6292: getenv-ed variable, which does not work both on win32&unix.
6293: copied old TZ value now
6294:
6295: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
6296: access to internal hash
6297:
6298: * src/types/pa_vresponse.C, www/htdocs/_bug.html: +
6299: $response:headers access to internal hash
6300:
6301: * src/targets/: apache13core/mod_parser3_core.C,
6302: isapi/parser3isapi.C: merged from HEAD: +
6303: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
6304: isapi] this reduces number of "GC Warning: Repeated allocation of
6305: very large block" messages to only important onces
6306:
6307: * src/targets/apache13core/mod_parser3_core.C,
6308: src/targets/isapi/parser3isapi.C, www/htdocs/_bug.html: +
6309: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
6310: isapi] this reduces number of "GC Warning: Repeated allocation of
6311: very large block" messages to only important onces
6312:
6313: * src/classes/string.C: merged from HEAD: + removed limitation on
6314: ^string/int/double:sql{}[$.default[({param style})] ]
6315:
6316: * src/classes/string.C: + removed limitation on
6317: ^string/int/double:sql{}[$.default[({param style})] ]
6318:
6319: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
6320: with ?params or $.form option" limitation
6321:
6322: * src/main/pa_common.C: + removed "use either uri with ?params or
6323: $.form option" limitation
6324:
6325: * src/classes/file.C, src/classes/string.C,
6326: src/include/pa_common.h, src/main/pa_common.C,
6327: www/htdocs/_bug.html: merged from HEAD: + ^file.base64[] encode +
6328: ^file::base64[encoded] decode
6329:
6330: * src/classes/file.C, src/classes/string.C,
6331: src/include/pa_common.h, src/main/pa_common.C,
6332: www/htdocs/_bug.html: + ^file.base64[] encode +
6333: ^file::base64[encoded] decode
6334:
6335: * src/classes/file.C, src/classes/string.C, www/htdocs/_bug.html: +
6336: ^string.base64[] encode + ^string:base64[encoded] decode
6337:
6338: * src/classes/string.C, src/include/pa_common.h,
6339: src/main/pa_common.C, www/htdocs/_bug.html: + ^string:base64[in]
6340: encode + ^string.base64[] decode
6341:
6342: 2005-11-21 paf
6343:
6344: * src/classes/file.C, www/htdocs/_bug.html: + merged from HEAD:
6345: ^file::create[text;file.xml;^untaint[xml]{data}]
6346:
6347: * src/classes/file.C, www/htdocs/_bug.html: +
6348: ^file::create[text;file.xml;^untaint[xml]{data}]
6349:
6350: * src/main/pa_request.C: ! merged: $response:body[file] now
6351: differes from :download, it does not return content-disposition
6352: at all now [previusely it returned valueless content-disposition]
6353:
6354: * src/main/pa_request.C: ! $response:body[file] now differes from
6355: :download, it does not return content-disposition at all now
6356: [previusely it returned valueless content-disposition]
6357:
6358: * src/main/: compile.tab.C, compile.y: ! overoptimized void
6359: literals, reverted to just vvod, recreating empty array with each
6360: void_value token. that's absolutely needed, since that array
6361: grows
6362:
6363: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
6364: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
6365: types/pa_vmethod_frame.h: + merged: expression literals:
6366: true/false. ^format[$.indent(true)]
6367:
6368: * src/main/compile.tab.C, src/main/compile.y, src/types/pa_value.h,
6369: src/types/pa_vbool.h, src/types/pa_vdouble.h,
6370: src/types/pa_vint.h, src/types/pa_vmethod_frame.h,
6371: www/htdocs/_bug.html: + expression literals: true/false.
6372: ^format[$.indent(true)]
6373:
6374: * src/types/Makefile.am, src/types/pa_venv.C, src/types/pa_venv.h,
6375: src/types/types.vcproj, www/htdocs/_bug.html,
6376: www/htdocs/_bug.txt: + merged: $env:PARSER_VERSION reports
6377: "3.1.5beta (compiled on i386-pc-win32)"
6378:
6379: * src/types/Makefile.am, src/types/pa_venv.C, src/types/pa_venv.h,
6380: src/types/types.vcproj, www/htdocs/_bug.html: +
6381: $env:PARSER_VERSION reports "3.1.5beta (compiled on
6382: i386-pc-win32)"
6383:
6384: 2005-11-18 paf
6385:
6386: * src/classes/: double.C, int.C: ! ^int/double:sql{select
6387: null}[$.default(123)] will now return default value
6388:
6389: * www/htdocs/_bug.html: + ^cache[] << returns current cache
6390: expiration time
6391:
6392: * src/classes/op.C: + merged ^cache[] << returns current cache
6393: expiration time
6394:
6395: * src/classes/op.C: + ^cache[] << returns current cache expiration
6396: time
6397:
6398: * src/classes/table.C: ! merged ^table::create[not'nameless';
6399: failed << Exception.problem_source pointed to local var!
6400:
6401: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
6402: Exception.problem_source pointed to local var!
6403:
6404: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
6405: now loads VFile.ptr!=0, so such files can be saved now
6406:
6407: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
6408: loads VFile.ptr!=0, so such files can be saved now
6409:
6410: * src/include/pa_dir.h, www/htdocs/_bug.html, www/htdocs/_bug.txt:
6411: ! merged: file:list now sees .xxx files, only . and .. now
6412: removed from list [were removed all .*]
6413:
6414: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
6415: .. now removed from list [were removed all .*]
6416:
6417: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
6418: open error now checked, were not :( [stole that piece from apache
6419: 1.3 sources]
6420:
6421: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
6422: checked, were not :( [stole that piece from apache 1.3 sources]
6423:
6424: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
6425: untainting of @main result if returned by $result or
6426: $response:body
6427:
6428: * src/main/pa_request.C: ! ensured proper untainting of @main
6429: result if returned by $result or $response:body
6430:
6431: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
6432: issue: now tries to guess content-length and allocates one big
6433: piece if possible [regretfully gc_realloc works as malloc+free,
6434: leaving lots of holes behind]
6435:
6436: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
6437: fixed file load memory issue: now tries to guess content-length
6438: and allocates one big piece if possible [regretfully gc_realloc
6439: works as malloc+free, leaving lots of holes behind]
6440:
6441: 2005-11-16 paf
6442:
6443: * src/include/pa_common.h, src/classes/file.C, src/classes/table.C,
6444: src/main/compile.tab.C, src/main/pa_common.C,
6445: www/htdocs/_bug.html: merged to HEAD: ! table::save with
6446: enclosers now doubles them: "->"" ! table::save/load do not
6447: remove elements from options hash
6448:
6449: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
6450: [were overoptimized ^if(double_literal), compiler confused
6451: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
6452:
6453: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
6454: [were overoptimized ^if(double_literal), compiler confused
6455: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
6456:
6457: * src/classes/file.C, src/classes/table.C, src/include/pa_common.h,
6458: src/main/pa_common.C, www/htdocs/_bug.html: ! table::save with
6459: enclosers now doubles them: "->"" ! table::save/load do not
6460: remove elements from options hash
6461:
6462: 2005-11-03 paf
6463:
6464: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
6465: compilation, not all makefiles liked that
6466:
6467: 2005-08-30 paf
6468:
6469: * src/classes/op.C: merge . speedup check of [DEFAULT]
6470:
6471: * src/classes/op.C: . speedup check of [DEFAULT]
6472:
6473: 2005-08-26 paf
6474:
6475: * src/classes/date.C, src/types/pa_vdate.h, www/htdocs/_bug.html:
6476: merged + date.week
6477:
6478: * src/classes/date.C, src/types/pa_vdate.h, www/htdocs/_bug.html: +
6479: date.week
6480:
6481: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
6482: complains about bad!=nameless
6483:
6484: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
6485: about bad!=nameless
6486:
6487: * src/classes/: hash.C, string.C, table.C, void.C: merged !
6488: optional options were allowed to be empty. were checked
6489: if(is_string), changed to !defined||is_string to allow void
6490:
6491: * src/targets/isapi/parser3isapi.C, www/htdocs/_bug.html,
6492: src/classes/hash.C, src/classes/string.C, src/classes/table.C,
6493: src/classes/void.C: ! optional options were allowed to be empty.
6494: were checked if(is_string), changed to !defined||is_string to
6495: allow void
6496:
6497: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
6498: as_junction where they needed as_int/double, so failed with
6499: recent "(const) now no junction" optimization
6500:
6501: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
6502: merged ! many classes/* used as_junction where they needed
6503: as_int/double, so failed with recent "(const) now no junction"
6504: optimization
6505:
6506: * src/classes/double.C, src/classes/int.C, src/classes/math.C,
6507: src/classes/op.C, src/classes/string.C, src/classes/table.C,
6508: src/main/compile.tab.C, src/types/pa_vmethod_frame.h,
6509: www/htdocs/_bug.html: ! many classes/* used as_junction where
6510: they needed as_int/double, so failed with recent "(const) now no
6511: junction" optimization
6512:
6513: 2005-08-24 paf
6514:
6515: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
6516: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
6517: stripped it
6518:
6519: 2005-08-09 paf
6520:
6521: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
6522: not cleared
6523:
6524: * www/htdocs/: _bug.html, _bug.pl, _bug.txt: . file::exec $charset
6525: transcodes env fine
6526:
6527: * src/: classes/classes.C, classes/classes.h, classes/date.C,
6528: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
6529: classes/hashfile.C, classes/image.C, classes/int.C,
6530: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
6531: classes/response.C, classes/string.C, classes/table.C,
6532: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
6533: include/pa_array.h, include/pa_cache_managers.h,
6534: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
6535: include/pa_config_fixed.h, include/pa_config_includes.h,
6536: include/pa_dictionary.h, include/pa_dir.h,
6537: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
6538: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
6539: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
6540: include/pa_request_charsets.h, include/pa_request_info.h,
6541: include/pa_sapi.h, include/pa_socks.h,
6542: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
6543: include/pa_stack.h, include/pa_string.h,
6544: include/pa_stylesheet_connection.h,
6545: include/pa_stylesheet_manager.h, include/pa_table.h,
6546: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
6547: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
6548: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
6549: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
6550: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
6551: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
6552: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
6553: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
6554: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
6555: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
6556: main/pa_sql_driver_manager.C, main/pa_string.C,
6557: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
6558: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
6559: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
6560: targets/apache13/mod_parser3.c,
6561: targets/apache13core/mod_parser3_core.C,
6562: targets/apache13core/pa_threads.C, targets/cgi/pa_threads.C,
6563: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
6564: targets/isapi/parser3isapi.C, types/pa_junction.h,
6565: types/pa_method.h, types/pa_property.h, types/pa_value.C,
6566: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
6567: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
6568: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
6569: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
6570: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
6571: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
6572: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
6573: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
6574: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
6575: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6576: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.h,
6577: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
6578: types/pa_vresponse.h, types/pa_vstateless_class.C,
6579: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6580: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
6581: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
6582: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
6583: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6584: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
6585: 2005
6586:
6587: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
6588: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
6589: speedup consequent checks in vmethod_frame
6590:
6591: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
6592: not cleared
6593:
6594: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
6595: params: 50 max (were 10)
6596:
6597: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
6598: params: 50 max (were 10)
6599:
6600: * src/types/pa_value.h, src/types/pa_vdouble.h,
6601: src/types/pa_vint.h, src/types/pa_vmethod_frame.h,
6602: src/types/pa_vvoid.C, src/types/pa_vvoid.h,
6603: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
6604: www/htdocs/.htaccess, www/htdocs/_bug.html: + ^call[$void] param
6605: inside now is void (were: empty string) ! simplified (double)
6606: speedup consequent checks in vmethod_frame
6607:
6608: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
6609: optimized constants in expressions vstring->vdouble + optimized
6610: ^call(vdouble), no junction creation, no calls later
6611:
6612: 2005-08-08 paf
6613:
6614: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
6615: integrated
6616:
6617: * bin/auto.p.dist.in: . apache bad 404 handling workaround
6618: integrated
6619:
6620: * src/main/compile.tab.C, src/main/compile.y,
6621: src/main/compile_tools.C, src/main/compile_tools.h,
6622: www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/_bug.xml:
6623: merged + optimized constants in expressions vstring->vdouble +
6624: optimized ^call(vdouble), no junction creation, no calls later
6625:
6626: * src/types/pa_vdouble.h: merged . double values without fractional
6627: part now default printed as %.0f instead of %g
6628:
6629: * src/types/pa_vdouble.h: . double values without fractional part
6630: now default printed as %.0f instead of %g
6631:
6632: * www/htdocs/: _bug.html, _bug.xml: . merged ! second
6633: hashfile::open would cause an exception
6634:
6635: * src/classes/hashfile.C: . merged ! second hashfile::open would
6636: cause an exception
6637:
6638: * src/classes/hashfile.C: ! second hashfile::open would cause an
6639: exception
6640:
6641: * src/classes/classes.h, src/main/execute.C,
6642: src/types/pa_junction.h, src/types/pa_value.h,
6643: src/types/pa_vclass.C, src/types/pa_vclass.h,
6644: src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
6645: src/types/pa_vcookie.C, src/types/pa_vcookie.h,
6646: src/types/pa_vhash.h, src/types/pa_vhashfile.h,
6647: src/types/pa_vimage.C, src/types/pa_vimage.h,
6648: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
6649: src/types/pa_vobject.C, src/types/pa_vobject.h,
6650: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
6651: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
6652: src/types/pa_vstateless_class.C,
6653: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
6654: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
6655: src/types/pa_wwrapper.h, www/htdocs/_bug.html, www/htdocs/_bug.p:
6656: . merged VJunction(new Junction) optimization from 3.1.4
6657:
6658: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
6659: types/pa_vstateless_class.C: + optimized new VJunction(new
6660: Junction(params)) to new VJunction(params), thousands of mallocs
6661: removed
6662:
6663: 2005-08-05 paf
6664:
6665: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
6666: types/pa_vdouble.h, types/pa_vmethod_frame.C,
6667: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
6668: creation, no calls later
6669:
6670: * src/: classes/classes.C, classes/classes.h, classes/date.C,
6671: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
6672: classes/hashfile.C, classes/image.C, classes/int.C,
6673: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
6674: classes/response.C, classes/string.C, classes/table.C,
6675: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
6676: include/pa_array.h, include/pa_cache_managers.h,
6677: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
6678: include/pa_config_fixed.h, include/pa_config_includes.h,
6679: include/pa_dictionary.h, include/pa_dir.h,
6680: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
6681: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
6682: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
6683: include/pa_request_charsets.h, include/pa_request_info.h,
6684: include/pa_sapi.h, include/pa_socks.h,
6685: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
6686: include/pa_stack.h, include/pa_string.h,
6687: include/pa_stylesheet_connection.h,
6688: include/pa_stylesheet_manager.h, include/pa_table.h,
6689: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
6690: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
6691: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
6692: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
6693: lib/smtp/smtp.h, main/compile.C, main/compile.y,
6694: main/compile_tools.C, main/compile_tools.h, main/execute.C,
6695: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
6696: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
6697: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
6698: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
6699: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
6700: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
6701: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
6702: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
6703: targets/apache13/mod_parser3.c,
6704: targets/apache13core/mod_parser3_core.C,
6705: targets/apache13core/pa_threads.C, targets/cgi/pa_threads.C,
6706: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
6707: targets/isapi/parser3isapi.C, types/pa_junction.h,
6708: types/pa_method.h, types/pa_value.C, types/pa_value.h,
6709: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
6710: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6711: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
6712: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6713: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
6714: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
6715: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
6716: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
6717: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
6718: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
6719: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
6720: types/pa_vresponse.h, types/pa_vstateless_class.C,
6721: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6722: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
6723: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
6724: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
6725: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6726: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h: .
6727: 2005 ;)
6728:
6729: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
6730: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
6731: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
6732: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
6733: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6734: targets/apache13/ApacheModuleParser3.vcproj,
6735: targets/apache13core/ApacheModuleParser3Core.vcproj,
6736: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
6737: optimized constants in expressions vstring->vdouble
6738:
6739: 2005-07-29 paf
6740:
6741: * src/types/pa_vclass.C, www/htdocs/_bug.p: . shaped up error
6742: messages a bit
6743:
6744: * src/types/pa_vclass.C, www/htdocs/_bug_derived.p: + property
6745: getter can now be overridden
6746:
6747: * src/main/execute.C, src/types/pa_vclass.C,
6748: src/types/pa_vobject.C, www/htdocs/_bug.p,
6749: www/htdocs/_bug_derived.p: ! bug fix: static parent fields were
6750: not replaced in case $derived:field[put] + property setter can
6751: now be overridden
6752:
6753: * www/htdocs/: _bug.html, _bug.p, _bug_derived.p: + removed limit
6754: "ctor must be declared in class being created"
6755:
6756: 2005-07-28 paf
6757:
6758: * configure, configure.in, src/classes/classes.h,
6759: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
6760: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
6761: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
6762: src/classes/xnode.h, src/include/pa_hash.h,
6763: src/include/pa_version.h, src/main/execute.C,
6764: src/types/Makefile.am, src/types/pa_method.h,
6765: src/types/pa_value.h, src/types/pa_vclass.C,
6766: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
6767: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
6768: src/types/pa_vcookie.h, src/types/pa_vhash.h,
6769: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
6770: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
6771: src/types/pa_vobject.C, src/types/pa_vobject.h,
6772: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
6773: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
6774: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
6775: src/types/pa_vstateless_class.h,
6776: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
6777: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
6778: src/types/pa_wwrapper.h, www/htdocs/.htaccess,
6779: www/htdocs/_bug.html, www/htdocs/_bug.p, www/htdocs/_bug.pl,
6780: www/htdocs/_bug.sh, www/htdocs/auto.p: + 3.2.0 beta: merged from
6781: dynamic_fields_join
6782:
6783: * src/classes/hash.C, src/classes/hashfile.C, src/classes/op.C,
6784: src/classes/xnode.C, src/include/pa_hash.h, src/main/execute.C,
6785: src/types/pa_method.h, src/types/pa_value.h,
6786: src/types/pa_vclass.C, src/types/pa_vclass.h,
6787: src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
6788: src/types/pa_vcookie.C, src/types/pa_vcookie.h,
6789: src/types/pa_vhash.h, src/types/pa_vhashfile.h,
6790: src/types/pa_vimage.C, src/types/pa_vimage.h,
6791: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
6792: src/types/pa_vobject.h, src/types/pa_vrequest.C,
6793: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
6794: src/types/pa_vresponse.h, src/types/pa_vstateless_object.h,
6795: src/types/pa_vvoid.h, src/types/pa_vxnode.C,
6796: src/types/pa_vxnode.h, src/types/pa_wwrapper.h,
6797: www/htdocs/.htaccess, www/htdocs/auto.p: ! restored
6798: put_element('replace' param), and restored its checks in
6799: vobject.put_element->static fields | dynamic properties
6800:
6801: 2005-07-27 paf
6802:
6803: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
6804: is some old code containing @set_name $name
6805:
6806: * src/types/pa_vobject.h: . fixed warning
6807:
6808: * configure, configure.in, src/include/pa_version.h,
6809: src/types/Makefile.am: 3.2.0beta started
6810:
6811: * src/classes/xnode.C, src/include/pa_hash.h,
6812: src/types/pa_vstateless_class.C, www/htdocs/.htaccess,
6813: www/htdocs/_bug.html, www/htdocs/_bug.p, www/htdocs/_bug.pl,
6814: www/htdocs/_bug.sh, www/htdocs/auto.p: ! new asserts were all
6815: false. regretfully reverted them all to checks
6816:
6817: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
6818: classes/op.C, main/execute.C, types/pa_method.h,
6819: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6820: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6821: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6822: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
6823: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6824: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6825: types/pa_vstateless_object.h, types/pa_vvoid.h,
6826: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6827: joined_dynamic_fields: removed unused param from put_method
6828: (returned to 3 params)
6829:
6830: * src/include/pa_hash.h, src/types/pa_vclass.C,
6831: src/types/pa_vclass.h, www/htdocs/_bug.html, www/htdocs/_bug.p:
6832: joined_dynamic_fields: dynamic get/set works with overriding
6833: props [alpha2]
6834:
6835: * src/types/pa_vclass.C, www/htdocs/_bug.html:
6836: joined_dynamic_fields: dynamic get/set works [alfa]
6837:
6838: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
6839: classes/op.C, include/pa_hash.h, main/execute.C,
6840: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
6841: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
6842: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
6843: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
6844: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
6845: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
6846: types/pa_vresponse.h, types/pa_vstateless_class.C,
6847: types/pa_vstateless_object.h, types/pa_vvoid.h,
6848: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6849: joined_dynamic_fields: just compiled
6850:
6851: * src/: classes/date.C, classes/file.C, classes/hash.C,
6852: classes/hashfile.C, classes/image.C, classes/table.C,
6853: classes/xdoc.C, classes/xnode.h, main/execute.C,
6854: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
6855: types/pa_vstateless_class.h: joined_dynamic_fields: started
6856:
6857: * src/types/pa_vobject.C: . object setters [only started, does not
6858: work yet]
6859:
6860: * src/include/pa_hash.h, src/types/pa_vclass.C,
6861: src/types/pa_vobject.C, www/htdocs/_bug.html, www/htdocs/_bug.p:
6862: . object setters [only started, does not work yet]
6863:
6864: 2005-07-26 paf
6865:
6866: * src/include/pa_request.h, src/main/execute.C,
6867: www/htdocs/_bug.html: . properties: set works [alpha2]. for
6868: classes. todo: for objects
6869:
6870: * src/classes/classes.h, src/include/pa_hash.h, src/main/execute.C,
6871: src/types/pa_value.h, src/types/pa_vclass.C,
6872: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
6873: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
6874: src/types/pa_vcookie.h, src/types/pa_vhash.h,
6875: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
6876: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
6877: src/types/pa_vobject.C, src/types/pa_vobject.h,
6878: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
6879: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
6880: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
6881: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
6882: src/types/pa_wwrapper.h, www/htdocs/_bug.html: . properties: set
6883: works [alpha1]
6884:
6885: 2005-07-25 paf
6886:
6887: * src/main/compile.C, src/types/pa_vclass.C, src/types/pa_vclass.h,
6888: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
6889: www/htdocs/_bug.html: . properties: started, get works [alpha1,
6890: other approach]
6891:
6892: * src/main/compile.C, src/types/pa_vclass.C, src/types/pa_vclass.h,
6893: www/htdocs/_bug.html, www/htdocs/_bug.p: . properties: started,
6894: get works [alpha2]
6895:
6896: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
6897: pa_vstateless_class.h: . properties: started, get works [alpha]
6898:
6899: 2005-07-15 paf
6900:
6901: * src/: classes/classes.h, classes/op.C, main/execute.C,
6902: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
6903: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
6904: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
6905: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
6906: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
6907: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
6908: types/pa_vresponse.C, types/pa_vresponse.h,
6909: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6910: types/pa_vstateless_object.h, types/pa_vvoid.h,
6911: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
6912: types/pa_wwrapper.h, types/types.vcproj: + started property
6913: [getters work but think of changing them too to precaching]
6914:
6915: 2005-07-08 paf
6916:
6917: * src/main/pa_request.C, www/htdocs/_bug.html: ! bugfix:
6918: $response:body[nonfile] caused gpf
6919:
6920: 2005-06-28 paf
6921:
6922: * src/: classes/file.C, main/untaint.C: ! string invariant violated
6923: in passing empty strings to file::exec/cgi environment
6924:
6925: 2005-06-06 paf
6926:
6927: * src/classes/hash.C, src/classes/string.C, src/classes/table.C,
6928: www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/_bug.pl,
6929: www/htdocs/_bug.xsl: ! bugfix ^string:sql ^table:sql ^hash:sql
6930: now DO process $.bind option
6931:
6932: 2005-05-24 paf
6933:
6934: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
6935: $.limit] now work again [support was broken in 3.1.4]
6936:
6937: * src/: main/pa_string.C, classes/op.C: . steps toward removing
6938: ALL_INTERIOR_POINTERS
6939:
6940: 2005-05-12 paf
6941:
6942: * configure: 3.1.5beta
6943:
6944: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
6945:
6946: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
6947: $.limit] now work again [support was broken in 3.1.4]
6948:
6949: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
6950: line-width [was refusing to fill if line-width >1, thanks to
6951: Seras <seras@pinxit.lt> for repro case
6952:
6953: 2005-04-25 paf
6954:
6955: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
6956: correctly
6957:
6958: 2005-04-19 paf
6959:
6960: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
6961: in VString violating invariant!!
6962:
6963: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
6964: getenv("TZ")==null
6965:
6966: 2005-04-08 paf
6967:
6968: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
6969: bugfix: when there is no char in charset one byte produces 6
6970: (ÿ <<max). increased buffer size!
6971:
6972: 2005-03-23 paf
6973:
6974: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
6975: ^date.sql-string now takes TZ into account
6976:
6977: 2005-03-16 paf
6978:
6979: * INSTALL, www/htdocs/.htaccess, www/htdocs/_bug.html,
6980: src/include/pa_stack.h: . compiled on freebsd 5.3 with gcc 3.4
6981:
6982: * src/types/pa_vhash.C: . warning about eof eol
6983:
6984: 2005-02-17 paf
6985:
6986: * operators.txt, src/classes/op.C: + operator ^sleep(double
6987: seconds)
6988:
6989: 2005-02-02 paf
6990:
6991: * src/classes/xnode.C, www/htdocs/_bug.html: beauty: removed
6992: needless includes
6993:
6994: 2005-01-31 paf
6995:
6996: * src/types/pa_vmail.C: change: $.partX now always 1... change:
6997: $.partNoNumber now alias to $.part1
6998:
6999: * src/types/pa_vmail.C: change: incoming letter part contains
7000: "content-disposition" header with any value? now considering that
7001: part to be "file#" [for text/plain text/html were $.text#
7002: $.html#]
7003:
7004: * INSTALL: updatet to latest working versions available
7005:
7006: 2005-01-20 paf
7007:
7008: * configure.in, src/include/pa_version.h, www/htdocs/_bug.html:
7009: version
7010:
7011: 2005-01-19 paf
7012:
7013: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
7014: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
7015: couple warnings in parser3.C
7016:
7017: 2004-12-23 paf
7018:
7019: * src/main/pa_sql_driver_manager.C, www/htdocs/_bug.html: sql
7020: connect string, rsplit @
7021:
7022: * src/main/pa_exec.C, www/htdocs/_bug.html: win32: bugfix:
7023: file::cgi/exec now set current dir to directory of script (when
7024: shbang used), not to directory of its interpreter
7025:
7026: * src/include/pa_version.h: compiled on win32...
7027:
7028: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
7029: we need more hspace
7030:
7031: * configure, configure.in, src/include/pa_version.h: configured
7032: host to pa_version. will be displayed everywhere
7033:
7034: * src/main/pa_request.C, www/htdocs/_bug.html: new:
7035: @unhandled_exception can prevent exception from being logged by
7036: setting $exception.handled(1)
7037:
7038: * operators.txt, src/classes/file.C, www/htdocs/_bug.html: change:
7039: ^file::sql{query}[[options]] options: $.name[file name]
7040: $.content-type[application/what]
7041:
7042: * src/include/pa_common.h, src/main/pa_common.C,
7043: src/types/pa_vhashfile.C, www/htdocs/_bug.html: beauty:
7044: hashfile::open now creates dir for new file
7045:
7046: * src/classes/table.C, src/types/pa_vhash.C, src/types/pa_vhash.h,
7047: www/htdocs/_bug.html: bugfix: table->hash now regards _default
7048:
7049: * src/types/pa_vmethod_frame.h, www/htdocs/_bug.html: bugfix: when
7050: method junction was created by accessing $name_of_method it
7051: acquired bad self=closest methodframe; instead of proper self
7052: (current class)
7053:
7054: * src/types/pa_vhashfile.C, www/htdocs/_bug.html: bugfix: reading
7055: empty string from hashfile produced bad cord
7056:
7057: 2004-12-10 paf
7058:
7059: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
7060: subsequent failures though defined in .h
7061:
7062: * src/main/pa_common.C: comment on volatile
7063:
7064: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
7065: alarm function were not used since the beginning due to stupid
7066: error [setsigjmp were not checked in configure.in]
7067:
7068: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
7069: unix too
7070:
7071: * src/main/pa_common.C: http: exception status of send/recv errors
7072: change to most probable http.timeout
7073:
7074: * src/main/pa_common.C, www/htdocs/_bug.html: win32: http
7075: connection $.timeout option now works [setsockopt on
7076: send/receive]
7077:
7078: 2004-12-08 paf
7079:
7080: * src/classes/mail.C, src/types/pa_vmail.C, www/htdocs/.htaccess,
7081: www/htdocs/_bug.html, www/htdocs/_bug.xsl: bugfix: mail body now
7082: cstr-ed knowing mail charset, and untainting uri lang now knows
7083: proper charset
7084:
7085: 2004-11-24 paf
7086:
7087: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
7088:
7089: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
7090: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
7091:
7092: 2004-11-12 paf
7093:
7094: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
7095: [since 3.0.4]
7096:
7097: 2004-11-09 paf
7098:
7099: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
7100: writes basics to c:\parser3.log
7101:
7102: 2004-10-21 paf
7103:
7104: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
7105: tainted strings [were returning clean onces]
7106:
7107: 2004-10-15 paf
7108:
7109: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
7110: cycles(i=1; i=2), which was wrong, now does ONE
7111:
7112: 2004-10-12 paf
7113:
7114: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
7115:
7116: 2004-10-07 paf
7117:
7118: * src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
7119: src/main/pa_globals.C, www/htdocs/.htaccess,
7120: www/htdocs/_bug.html, www/htdocs/_bug.pl: debugger help:
7121: PA_RELEASE_ASSERTS enables release asserts
7122:
7123: * src/: main/pa_string.C, include/pa_string.h: debugger help:
7124: String.dump() to stdout in detailed form [were String.v() in
7125: short form]
7126:
7127: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
7128: \t\r\n as @#| and truncates long char sequences less
7129:
7130: 2004-10-06 paf
7131:
7132: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
7133: win32 beauty: socket errors properly decoded
7134:
7135: 2004-10-05 paf
7136:
7137: * src/: include/pa_request.h, main/pa_request.C: bugfix:
7138: request::configure_user/admin done always, even if no
7139: file-to-process useful in @unhandled_exception [say, if they
7140: would want to mail by SMTP something]
7141:
7142: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
7143: now performed prior to file loading [and @auto executing] thus
7144: making $cookie:value available in @auto and in
7145: @unhandled_exception when IIS is configured to run interpreter
7146: even if no file exist
7147:
7148: 2004-09-20 paf
7149:
7150: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
7151: somewhere where it should have called xmlMalloc and it calls
7152: xmlFree when it should have not called it. inserted two
7153: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
7154: xmlFree just ignored. put away a testcase, maybe someday libxml
7155: author would fix all that. until that day: we have SLOW garbage
7156: collecting when many xml objects are alive hint: do
7157: ^memory:compact[] before xdoc::create
7158:
7159: 2004-09-17 paf
7160:
7161: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
7162: error from 3.0.8 version]
7163:
7164: 2004-09-14 paf
7165:
7166: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
7167: part bugfix: hashfile.foreach iterated only part if hashfile were
7168: modified inside
7169:
7170: 2004-09-13 paf
7171:
7172: * src/main/pa_string.C, www/htdocs/_bug.html: bugfix: $s[+008]
7173: ^eval($s) now parsed OK [were as octal]
7174:
7175: * src/types/pa_vhashfile.C, www/htdocs/_bug.html: beauty: not
7176: reproduced $hashfile.key[$novalue] bug [reported by motorin],
7177: inserted safety-check
7178:
7179: * src/types/pa_vhashfile.C: change: empty keys now error in parser
7180: [not something obscure from sdbm lib]
7181:
1.88 ! moko 7182: * src/types/pa_vhashfile.C, www/htdocs/_bug.html: bugfix: error
! 7183: numbers now from errno.h = strerror now returnes something and we
! 7184: can properly report that to client
1.86 moko 7185:
7186: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
7187: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
7188:
7189: * www/htdocs/: _bug.html, _bug.xsl: change: ^xdoc.string now
7190: outputted as-is [tainted as-is] this helps //[space][newline] to
7191: remain as-is and not be unnecessary optimized away [ruining
7192: javascript]
7193:
7194: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
7195: [tainted as-is] this helps //[space][newline] to remain as-is and
7196: not be unnecessary optimized away [ruining javascript]
7197:
7198: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
7199: [tainted as-is]
7200:
7201: * src/classes/mail.C: bugfix: typo error
7202:
7203: 2004-09-09 paf
7204:
7205: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
7206: separators bugfix: loads header with endings \r\n\r\n and \n\n
7207: (bloody yandex.server)
7208:
7209: 2004-09-06 paf
7210:
7211: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
7212: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
7213: encoded
7214:
7215: 2004-09-01 paf
7216:
7217: * src/types/pa_vmail.C: change: multipart/mixed changed to
7218: multipart/related outlook express have no problems showing
7219: unrelated attachments. todo: someday figure out a way of
7220: multipart/mixed multipart/related text/html
7221: image/xxx application/octet-stream << true attachments
7222:
7223: * src/types/pa_vmail.C, www/htdocs/_bug.html: new:
7224: ^mail:send[$.file[$.content-disposition can be overriden new:
7225: empty mail header fields removed from letter
7226:
7227: * src/classes/mail.C, src/include/pa_config_fixed.h,
7228: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
7229: www/htdocs/_bug.html: new: ^mail:send[ $.file[
7230: $.any[header]
7231:
7232: 2004-08-30 paf
7233:
7234: * src/include/pa_config_fixed.h, src/main/pa_common.C,
7235: www/htdocs/.htaccess, www/htdocs/_bug.html: beauty: less warnings
7236:
7237: * src/main/pa_common.C: beauty: do not bother with charset
7238: detection when ^file::load[binary
7239:
7240: 2004-08-27 paf
7241:
7242: * src/main/pa_common.C: hack: for yandex.server http server
7243:
7244: 2004-08-18 paf
7245:
7246: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
7247: possibly-chunked response
7248:
7249: 2004-08-17 paf
7250:
7251: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
7252: $f.content-type now = that of http response
7253:
7254: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
7255: $f.content-type now = that of http response
7256:
7257: 2004-08-03 paf
7258:
7259: * www/htdocs/: .htaccess, _bug.html: bugfix: empty input variables
7260: can be replaced by output [forgot to allocate proper buffer,
7261: oracle _server_ died with kgepop: no error frame to pop to for
7262: error 21500 message]
7263:
7264: 2004-07-30 paf
7265:
7266: * src/include/pa_request.h, src/main/pa_request.C,
7267: src/targets/apache13core/mod_parser3_core.C,
7268: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
7269: www/htdocs/.htaccess: bugfix: win32: system&parser exceptions in
7270: release mode reported properly parser exception in exception
7271: handler WERE mistakenly reported as system exception, without
7272: details [in apache & isapi] +some beauty in exception text
7273:
7274: * src/include/pa_exception.h, src/main/pa_request.C,
7275: src/targets/cgi/parser3.C, www/htdocs/.htaccess,
7276: www/htdocs/_bug.html: bugfix: win32: system&parser exceptions in
7277: release mode reported properly parser exception in exception
7278: handler WERE mistakenly reported as system exception, without
7279: details
7280:
7281: * src/main/execute.C: beauty: simplified system exception handling
7282:
7283: 2004-07-29 paf
7284:
7285: * src/classes/table.C, www/htdocs/_bug.html: bugfix:
7286: ^table.save[export.csv;$.separator[^;]] now works fine [separator
7287: were ignored, and \t used unconditionally]
7288:
7289: * src/types/Makefile.am: added vhash.c
7290:
7291: 2004-07-28 paf
7292:
7293: * src/: classes/date.C, classes/image.C, classes/math.C,
7294: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
7295: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
7296: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
7297: failed on russian letters
7298:
7299: * src/main/pa_string.C, src/types/pa_vmail.C, www/htdocs/_bug.html,
7300: src/main/pa_common.C: bugfix: isspace((unsigned char)c)
7301: everywhere. failed on russian letters
7302:
7303: * www/htdocs/_bug.html: bugfix: win32: chdir not needed, dir
7304: passwed as 'currentDirectory' parameter to CreateProcess
7305:
7306: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
7307: as 'currentDirectory' parameter to CreateProcess
7308:
7309: 2004-07-27 paf
7310:
7311: * src/targets/cgi/parser3.vcproj: beauty: win32:
7312: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
7313: from release somewhere [to help searching for unhandled system
7314: exceptions]
7315:
7316: * src/types/pa_vdate.h: check: for invalid datetime after temporary
7317: TZ shift
7318:
7319: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
7320: but also in ctor
7321:
7322: 2004-07-26 paf
7323:
7324: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
7325: src/main/pa_request.C, src/types/pa_vfile.h,
7326: src/types/pa_vhash.C, src/types/pa_vhash.h,
7327: src/types/types.vcproj, www/htdocs/_bug.html: new:
7328: $response:body/download[ $.file[name on disk] $.name[of
7329: file for user] $.mdate[date of last-modified. default from
7330: directory] ]
7331:
7332: * src/classes/file.C: moving file:send somewhere else..
7333:
7334: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
7335: targets/apache13core/mod_parser3_core.C, targets/cgi/parser3.C,
7336: targets/isapi/parser3isapi.C: patched: ^file:send by Victor
7337: Fedoseev <vvf_ru@mail.ru> todo: turn it to $response:download[
7338: $.filename[filename] $.option[] ,, ]
7339:
7340: * src/classes/file.C: beauty: invalid mode thoroughly reported
7341:
7342: 2004-07-21 paf
7343:
7344: * src/types/pa_vmail.C, www/htdocs/_bug.html: bugfix: too long
7345: header values now splitted to several lines
7346:
7347: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
7348:
7349: note: ms outlook[!express] shows only first 255 characters of
7350: subject
7351:
7352: 2004-07-15 paf
7353:
7354: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
7355: off]
7356:
7357: 2004-07-14 paf
7358:
7359: * src/classes/table.C: bugfix: $.bind values now got untainted
7360: according to lang [were: as-is]
7361:
7362: 2004-07-07 paf
7363:
7364: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
7365: checked that
7366:
7367: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
7368: now untainted according to their languages. were: as-is.
7369: EVERYWHERE
7370:
7371: * src/classes/file.C, src/main/pa_exec.C, www/htdocs/_bug.html,
7372: www/htdocs/_bug.pl: bufix: on unix AND win32 environment string
7373: now untainted according to their languages. were: as-is.
7374: EVERYWHERE
7375:
7376: * src/main/pa_exec.C: bufix: on unix environment string now
7377: untainted according to their languages. were: as-is. on win32:
7378: ok
7379:
7380: * parser3.vssscc: ...would not go unnoticed
7381:
7382: * src/main/pa_charset.C, www/htdocs/.htaccess,
7383: www/htdocs/_bug.html: convinience: transcodeFromUTF8 now never
7384: fails. in case on input appears nonutf, those bytes will be
7385: printed in %HH form. that can be easily decoded/recovered.
7386:
7387: this form is quite noticable, and hopefully would not go noticed
7388:
7389: 2004-07-06 paf
7390:
7391: * src/main/pa_exec.C: bufix: on unix environment string now
7392: untainted according to their languages. were: as-is. on win32:
7393: ok
7394:
7395: 2004-07-01 paf
7396:
7397: * src/classes/classes.vcproj, src/lib/cord/cord.vcproj,
7398: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
7399: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
7400: src/lib/pcre/pcre_dftables.vcproj,
7401: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/smtp/smtp.vcproj,
7402: src/main/main.vcproj,
7403: src/targets/apache13/ApacheModuleParser3.vcproj,
7404: src/targets/apache13core/ApacheModuleParser3Core.vcproj,
7405: src/targets/cgi/parser3.vcproj,
7406: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
7407: www/htdocs/.htaccess: win32: option: global optimization ON
7408:
7409: * src/main/untaint.C, www/htdocs/_bug.html: workaround kinda bug in
7410: libxml: life requires to do xdoc::create{invalid chars} standard
7411: disables chars less then \x20, except tab, cr, lf.
7412:
7413: changed tainting so that those become '!'
7414:
7415: 2004-06-25 paf
7416:
7417: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
7418: int on odd address [prev bugfix failed due to superwize
7419: optimizer, which turned memcpy into same 'ld' asm command]
7420:
7421: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
7422: int on odd address
7423:
7424: 2004-06-23 paf
7425:
7426: * www/htdocs/_bug.html: checked: oracle: various ways of returning
7427: error from stored proc. bad: no way of knowing which exactly
7428: user-defined exception were thrown. good:
7429: raise_application_error can return error message number and
7430: string FINE good: PRAGMA EXCEPTION_INIT works good too
7431:
7432: 2004-06-22 paf
7433:
7434: * src/sql/pa_sql_driver.h: note: about possible optimization
7435:
7436: * www/htdocs/_bug.html: checked: in out variables OK
7437:
7438: * operators.txt, src/classes/hash.C, src/classes/memory.C,
7439: src/classes/string.C, src/classes/table.C, src/classes/void.C,
7440: src/include/pa_config_includes.h, www/htdocs/_bug.html: new:
7441: ^void:sql{call paf(:a)}[ $.bind[
7442: $.a[2] ] ] output variables work. todo:
7443: check in out variables
7444:
7445: 2004-06-18 paf
7446:
7447: * src/classes/file.C, src/classes/hash.C, src/classes/string.C,
7448: src/classes/table.C, src/classes/void.C,
7449: src/include/pa_globals.h, src/include/pa_sql_connection.h,
7450: src/main/compile.tab.C, src/sql/pa_sql_driver.h,
7451: www/htdocs/.htaccess, www/htdocs/_bug.html: started:
7452: ^void:sql{call paf(:a)}[ $.bind[
7453: $.a[2] ] ] input variables work.
7454: todo:output
7455:
7456: * src/targets/cgi/parser3.C: bugfix: iis specific
7457: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
7458: /_bug.html?404;http://hpsv/test/
7459: --------------------------------------------------------------------------------
7460: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
7461: --------------------------------------------------------------------------------
7462: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
7463:
7464: 2004-06-16 paf
7465:
7466: * src/targets/cgi/parser3.C: new: iis specific
7467: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
7468: $request:query
7469: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
7470: $form:fields IIS-STATUS="404"
7471: IIS-DOCUMENT="http://server/_bug.html" f="v"
7472:
7473: todo: isapi too
7474:
7475: 2004-05-26 paf
7476:
7477: * src/include/pa_version.h: 3.1.3
7478:
7479: * operators.txt: beauty: removed outdated level 'table'
7480:
7481: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
7482:
7483: * src/main/pa_string.C: beauty: removed 3 warnings
7484:
7485: * src/include/pa_string.h, src/classes/table.C, src/main/untaint.C,
7486: www/htdocs/_bug.html, src/classes/op.C: beauty: removed outdated
7487: level 'table'
7488:
7489: 2004-05-25 paf
7490:
7491: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
7492: implementation. mistery: how anything worked
7493:
7494: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
7495: changed, it is now safe to use url if pointers to it are stored
7496: to gc mem
7497:
7498: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
7499: unknown errors reported and not cause SIGSEGV now
7500:
7501: 2004-05-24 paf
7502:
7503: * src/targets/apache13/p3runConfigure.in: bugfix: smtp added
7504:
7505: * src/include/pa_string.h, src/lib/cord/cordbscs.c,
7506: src/lib/cord/include/cord.h, www/htdocs/_bug.html,
7507: src/lib/cord/cordxtra.c: cancel: more speed, less memory:
7508: CORD_chars_block originally intended to ... it was good that
7509: CORD_chars_block were not used: it consumes more memory [and,
7510: might be slow too] undoing that. [and removed that func so that
7511: it would not confuse parser developer in future]
7512:
7513: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
7514: less memory: CORD_chars_block originally intended to
7515: speedup/reduce mem usage were forgotten, and were used stupid
7516: CORD_chars
7517:
7518: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
7519:
7520: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
7521: BIGENDIAN processors space-conserving mech failed, causing
7522: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
7523: (1|2|3));
7524:
7525: 2004-05-14 paf
7526:
7527: * src/types/Makefile.am, src/types/pa_vvoid.C,
7528: src/types/pa_vvoid.h, src/types/types.vcproj,
7529: www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/auto.p:
7530: bugfix: void now has vfile value, and $response:body[] works OK
7531:
7532: 2004-05-12 paf
7533:
7534: * src/types/pa_vbool.h, src/types/pa_vhash.h,
7535: src/types/pa_vhashfile.h, src/types/pa_vtable.h,
7536: www/htdocs/.htaccess, www/htdocs/_bug.html: beauty: ^if(def
7537: $bool) now equals ^if($bool) and shaped up other sources to use
7538: is_defined() {return as_bool();} along VBool
7539:
7540: 2004-05-11 paf
7541:
7542: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
7543: referencing to local objects
7544:
7545: * src/classes/mail.C, src/include/pa_exec.h,
7546: src/main/compile.tab.C, src/types/pa_vmail.C,
7547: src/types/pa_vmail.h, www/htdocs/.htaccess, www/htdocs/_bug.gif,
7548: www/htdocs/_bug.html: bugfix: bcc with sendmail now left intact
7549:
7550: 2004-04-15 paf
7551:
7552: * src/classes/date.C: merged: beauty: unused var removed
7553:
7554: * src/classes/date.C: beauty: unused var removed
7555:
7556: * src/include/: pa_exec.h: bugfix: interface without pointer
7557: provoked bug
7558:
7559: 2004-04-09 paf
7560:
7561: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
7562:
7563: * src/types/pa_vform.C: bugfix: form:imap were incorrect
7564:
7565: 2004-04-08 paf
7566:
7567: * src/classes/date.C: new: ^date::create[y-m-d
7568: h-M-s>>.milliseconds<<] now allowed, ignored so far
7569:
7570: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
7571:
7572: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
7573: to consult default catalog [usually, that file belongs to other
7574: user/group]
7575:
7576: 2004-04-06 paf
7577:
7578: * src/main/pa_common.C: beauty: gcc warning removed
7579:
7580: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
7581: accept that trick, trying other
7582:
7583: * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
7584: bugfix: step3 to fix explicit result problem
7585:
7586: * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
7587: bugfix: step2 to fix explicit result problem
7588:
7589: * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
7590: bugfix: step1 to fix explicit result problem
7591:
7592: * operators.txt, src/classes/string.C: new: ^string.append[string]
7593:
7594: * src/include/pa_opcode.h, src/main/compile.tab.C,
7595: src/main/compile.y, src/main/execute.C, www/htdocs/_bug.html:
7596: attempt_check_call_in_explicit_result_mode: failed
7597:
7598: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
7599: http://i.p.a.ddress gethostbyaddr added [on some platforms
7600: gethostbyname failed with such 'domains'] now checked properly,
7601: were: needless reverse/forward dns lookup
7602:
7603: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
7604: http://i.p.a.ddress gethostbyaddr added [on some platforms
7605: gethostbyname failed with such 'domains'] now checked properly,
7606: were: needless reverse/forward dns lookup
7607:
7608: * src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
7609: www/htdocs/_bug.html: reimplemented: @method[][result] means "no
7610: string output here" moved to lexical level [on grammar level it
7611: were too difficult]
7612:
7613: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
7614: src/main/compile.y, src/main/compile_tools.h,
7615: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7616: www/htdocs/.htaccess, www/htdocs/_bug.html: new:
7617: @method[][result] means "no string output here", implemented part
7618: of that idea: compiler throws away string literal generation
7619: code. and barks nonwhitespace chars
7620:
7621: * operators.txt: truth: removed comment about $ORIGIN
7622:
7623: 2004-04-05 paf
7624:
7625: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
7626: src/include/pa_version.h, src/main/pa_common.C,
7627: src/targets/isapi/parser3isapi.C, www/htdocs/.htaccess,
7628: www/htdocs/_bug.html, www/htdocs/_bug.txt: merged with 3.1.3
7629:
7630: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
7631: Konstantin Tomashevitch [mailto:konst@design.ru]
7632:
7633: * src/doc/html2chm.cmd: beauty: no need in bg here
7634:
7635: * src/doc/sources2html.cmd: beauty: same window, in bg it
7636: interfered with FAR console
7637:
7638: * configure, configure.in: 3.1.3
7639:
7640: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
7641:
7642: * src/main/pa_common.C: removed warning
7643:
7644: * src/include/pa_version.h: 3.1.3
7645:
7646: 2004-04-02 paf
7647:
7648: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
7649:
7650: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
7651: allows to specify where to put parser log file
7652:
7653: 2004-04-01 paf
7654:
7655: * src/classes/table.C: bugfix: bugfix: table::load last line
7656: without tab and enter were ignored
7657:
7658: * src/: include/pa_cache_managers.h, include/pa_globals.h,
7659: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
7660: main/pa_socks.C, targets/apache13/mod_parser3.c,
7661: targets/apache13/pa_httpd.h,
7662: targets/apache13core/mod_parser3_core.C, targets/cgi/parser3.C,
7663: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
7664: bugfix: sql connections now are disconnected
7665:
7666: 2004-03-30 paf
7667:
7668: * src/classes/table.C: bugfix: table::load last line without tab
7669: and enter were ignored
7670:
7671: * src/classes/table.C: bufix: if last table lines were commented,
7672: gpfed
7673:
7674: * src/doc/ClassExample1.dox, src/doc/ClassExample2.dox,
7675: src/doc/ClassExample3.dox, src/doc/chmhelper.pl,
7676: src/doc/class.dox, src/doc/compiler.dox, src/doc/doxygen.cfg,
7677: src/doc/exception.dox, src/doc/executor.dox, src/doc/footer.htm,
7678: src/doc/index.dox, src/doc/memory.dox, src/doc/methoded.dox,
7679: src/doc/object.dox, src/doc/string.dox, src/doc/targets.dox,
7680: src/doc/value.dox, src/include/pa_version.h,
7681: src/main/pa_cache_managers.C,
7682: src/main/pa_stylesheet_connection.C,
7683: src/targets/isapi/parser3isapi.vcproj, src/types/pa_vform.C,
7684: www/htdocs/_bug.html, www/htdocs/_bug.txt: merged bugfixes from
7685: 3.1.2, changed version to 3.1.3beta
7686:
7687: 2004-03-29 paf
7688:
7689: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
7690: causes gpf
7691:
7692: * src/doc/: ClassExample1.dox, ClassExample2.dox,
7693: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
7694: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
7695: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
7696: value.dox: translated to english
7697:
7698: 2004-03-25 paf
7699:
7700: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
7701: parser3project dependency removed
7702:
7703: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
7704: bugfix: refused to compile without xml
7705:
7706: * src/types/pa_vform.C: beauty: removed warning
7707:
7708: * src/classes/classes.vcproj: merged bugfix: now all compiles in
7709: any folder [removed last ;) folder dependency]
7710:
7711: * src/classes/classes.vcproj: bugfix: now all compiles in any
7712: folder [removed last ;) folder dependency]
7713:
7714: * src/include/pa_version.h: release
7715:
7716: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
7717:
7718: * src/classes/table.C: beauty: comment& more meaningful error
7719: message
7720:
7721: * src/classes/hash.C, www/htdocs/_bug.html: bugfix: ^hash::sql{one
7722: column} now produces $.hash[$.column_value1(true) ... ] [were
7723: producing some strang thing]
7724:
7725: 2004-03-23 paf
7726:
7727: * src/classes/image.C, src/main/pa_common.C, www/htdocs/_bug.html:
7728: bugfix: ^image.polyline and http status line parsing checked
7729: number of columns in table [user reported an assert]
7730:
7731: * operators.txt: example: on hashfile
7732:
7733: * src/classes/op.C, src/types/pa_value.C, src/types/pa_wcontext.C,
7734: www/htdocs/_bug.html: bugfix: junction reattach now actually
7735: reattaches a junction to new wcontext [were only assigning it to
7736: junction, which caused junction tracking to loose junction, and
7737: it's context were not killed, and it tried to process in invalid
7738: context, gpf]
7739:
7740: * src/targets/cgi/parser3.C: debug helper added
7741:
7742: 2004-03-19 paf
7743:
7744: * src/types/pa_wcontext.C, www/htdocs/_bug.html: beauty: error
7745: messages removed duplicate "type(type)" in braces
7746:
7747: 2004-03-10 paf
7748:
7749: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
7750: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
7751: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
7752: www/htdocs/_bug.html: new: refined solution to
7753: search-in-namespaces problem:
7754: $xdoc.search-namespaces.x[http://pif.design.ru/]
7755: $nodes[^xdoc.select[//x:second]]
7756:
7757: * operators.txt, src/classes/xnode.C, www/htdocs/_bug.html,
7758: www/htdocs/_bug.xml: new: xnode.select*[xpath
7759: expression][[NAMESPACES HASH]] allows to search for info in
7760: namespaces
7761:
7762: $nodes[^xdoc.select[//x:second][
7763: $.x[http://pif.design.ru/] ]]
7764:
7765: 2004-03-09 paf
7766:
7767: * operators.txt, src/main/pa_common.C, www/htdocs/.htaccess,
7768: www/htdocs/_bug.html, www/htdocs/_bug.txt, www/htdocs/_bug.xsl:
7769: new: ^file::load[...][options] $.form[
7770: !$.field1[string]
7771: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
7772: ] !$.body[string]
7773:
7774: GET ?here notGET(POST, HEAD, others) in content-type:
7775: application/x-www-form-urlencoded
7776:
7777: todo: upload files ability
7778:
7779: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
7780: properly, done
7781:
7782: 2004-03-05 paf
7783:
7784: * operators.txt, src/main/pa_common.C: new: file::load[;http://
7785: GET/POST $.form[$.fields started, not tested yet
7786: todo:$.field[table] for multiple values
7787:
7788: * operators.txt: new: http:// options $.user $.password basic
7789: authorization
7790:
7791: * src/main/pa_common.C: beauty: link to rtf added
7792:
7793: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
7794: www/htdocs/_bug.html: new: http:// options $.user $.password
7795: basic authorization
7796:
7797: * src/main/pa_common.C: beauty: removed needless vars
7798:
7799: * operators.txt: new: pgsql option [like that recently added to
7800: oracle driver] ClientCharset=parser-charset <<
7801: charset in which parser thinks client works
7802:
7803: * src/sql/pa_sql_driver.h: beauty: important warning added
7804:
7805: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
7806: char!
7807:
7808: * etc/parser3.charsets/windows-1251.cfg: typo
7809:
7810: * www/htdocs/_bug.html, operators.txt: new: odbc option [like that
7811: recently added to oracle driver]
7812: ClientCharset=parser-charset << charset in which parser thinks
7813: client works
7814:
7815: 2004-03-04 paf
7816:
7817: * www/htdocs/: _bug.html, _bug.txt: new: mysql option [like that
7818: recently added to oracle driver]
7819: ClientCharset=parser-charset << charset in which parser thinks
7820: client works
7821:
7822: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
7823: cached, sql transcoding now goes faster
7824:
7825: * operators.txt: new: mysql option [like that recently added to
7826: oracle driver] ClientCharset=parser-charset <<
7827: charset in which parser thinks client works
7828:
7829: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
7830: typo error
7831:
7832: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
7833: chars commented
7834:
7835: 2004-03-03 paf
7836:
7837: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
7838: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
7839:
7840: 2004-03-02 paf
7841:
7842: * operators.txt: new[update typo]: !^void.left(n)
7843: nothing !^void.right(n) nothing !^void.mid(p[;n])
7844: nothing
7845:
7846: * operators.txt, src/classes/void.C, www/htdocs/_bug.html: new:
7847: !^void.left(n) nothing !^void.right(n) nothing
7848: !^void.pos(p[;n]) nothing
7849:
7850: * operators.txt, src/classes/file.C, src/include/pa_string.h,
7851: www/htdocs/_bug.html: new: ^file::sql[[name_to_become_$.name]]{}
7852: query result must be one row with columns: first: data
7853: second: file name third: content-type
7854:
7855: * operators.txt, src/classes/file.C, www/htdocs/_bug.gif,
7856: www/htdocs/_bug.html: ^file.sql-string[] inside ^connect gets
7857: properly escaped string, which can be passed to request now this
7858: for mysql only. it's up to parser sql driver to fix zeros
7859: properly
7860:
7861: * INSTALL: note: added on building apache with this option:
7862: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
7863:
7864: * www/htdocs/_bug.html: feature:
7865: oracle?..&LowerCaseColumnNames=0&ClientCharset=something column
7866: names got transcoded to $request:charset too [were only column
7867: data]
7868:
7869: * src/targets/apache13/p3runConfigure.in: @LIBS@ mainly to include
7870: -lm to apache
7871:
7872: 2004-03-01 paf
7873:
7874: * src/targets/: apache13core/mod_parser3_core.C,
7875: isapi/parser3isapi.C: new: apache module & isapi extension
7876: memory:compact befor processingrequest
7877:
7878: * operators.txt, src/classes/hash.C, www/htdocs/_bug.html: new:
7879: ^hash._keys[>>name<<] to call sole column of result
7880:
7881: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
7882: src/lib/gd/gif.h, www/htdocs/_bug.html: new:
7883: ^image.pixel(x;y)[(color)] get/set pixel color
7884:
7885: * src/classes/image.C, src/types/pa_vimage.C,
7886: src/types/pa_vimage.h, www/htdocs/_bug.html: beauty: image --
7887: less checks [were ugly impl]
7888:
7889: * src/classes/string.C, www/htdocs/_bug.html: bugfix:
7890: ^string.left/right/mid with negative values now considered bad
7891:
7892: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
7893:
7894: * src/classes/xdoc.C, src/types/pa_vxdoc.h, www/htdocs/_bug.html,
7895: www/htdocs/_bug.xsl: bugfix: boolean output options now have
7896: unified defaults [after transform
7897: indent/omit-xml-declaration/standalone 'default' erroreously
7898: meant 'true']
7899:
7900: * www/htdocs/_bug.html: bugfix: http://i.p.a.ddress gethostbyaddr
7901: added [on some platforms gethostbyname failed with such
7902: 'domains']
7903:
7904: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
7905: added [on some platforms gethostbyname failed with such
7906: 'domains']
7907:
7908: * src/include/pa_config_auto.h.in: no select check, no define
7909:
7910: * src/classes/string.C: feature: ^string.trim both parameters may
7911: be empty-strings, meaning kind=both chars=whitespaces
7912:
7913: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
7914: exist
7915:
7916: * src/classes/string.C: check: trim 'chars' must not be empty,
7917: exception if it is
7918:
7919: * src/classes/string.C: changed: ^string.trim [] << both,
7920: whitespaces [start|both|end] << kind, whitespaces
7921: [start|both|end;chars] full
7922:
7923: 2004-02-27 paf
7924:
7925: * operators.txt, src/classes/string.C, src/main/pa_string.C,
7926: www/htdocs/_bug.html: new method:
7927: ^string.trim[start|both|end[;chars]] default 'chars' --
7928: whitespace chars finished
7929:
7930: * operators.txt, src/classes/string.C, src/include/pa_string.h,
7931: src/main/pa_string.C, www/htdocs/_bug.html: new method:
7932: ^string.trim[start|both|end[;chars]] default 'chars' --
7933: whitespace chars started, only start works
7934:
7935: * www/htdocs/: _bug.html, _bug.xml, _bug.xsl: bug discovered: todo!
7936: xdoc::create+save != xdoc.transform&no<xsl:output>+save
7937:
7938: * src/main/compile.C: bugfix: line numbers after
7939: ^process{}[$.line(-10]] can be negative, allowed to print they as
7940: signed
7941:
7942: * src/main/untaint.C: speed: there's no \n chars in output
7943: [normally], so no need to optimize them they could be retrived
7944: from databases, though. but 1. should be replaced 2. if not
7945: optimized, no harm done
7946:
7947: * www/htdocs/: _bug.html, _bug.txt: just test:
7948: file::load[text;http:// $.text utf-8 signature, line ends OK
7949: http://i2/tasks/edit/?id=4629476859594276758
7950:
7951: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
7952: ^file::exec/cgi could return invalid status & zombie child can
7953: remain for short period until process exists [very bad in
7954: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
7955:
7956: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
7957: malicious SMTP server to attack as by returning too long status
7958: responses http://i2/tasks/edit/?id=4629448401140924947
7959:
7960: 2004-02-26 paf
7961:
7962: * operators.txt: feature: ^process...{CODE}[now has options] which
7963: are $.main[to what to rename @main] $.file[file,
7964: from which (user says) goes that CODE] $.lineno(line
7965: number in that file, where CODE starts. may be negative)
7966:
7967: * operators.txt, src/classes/op.C, src/include/pa_request.h,
7968: src/main/compile.C, src/main/compile_tools.h,
7969: src/main/pa_request.C, www/htdocs/_bug.html, www/htdocs/_bug.p,
7970: www/htdocs/_bug.xsl: feature: ^process...{CODE}[now has options]
7971: which are $.main[to what to rename @main]
7972: $.file[file, from which (user says) goes that CODE]
7973: $.lineno(line number in that file, where CODE starts. may be
7974: negative)
7975:
7976: 2004-02-25 paf
7977:
7978: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
7979: old @charsetsdir@ recently erased from configure.in]
7980:
7981: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
7982: produces hash of column=>1
7983:
7984: * www/htdocs/: _bug.html, _bug.xsl: xhtml: 	 as resutl of
7985: <xsl:attribute>[tab] is OK
7986:
7987: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
7988: with incomplete errno constants set
7989:
7990: 2004-02-24 paf
7991:
7992: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
7993: "man select"
7994:
7995: * src/main/pa_os.C: beauty: <0 better then ==-1
7996:
7997: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
7998:
7999: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
8000:
8001: * src/classes/Makefile.am: smtp on unix: steps to work on unix
8002:
8003: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
8004: unix: steps to work on unix [extracted 'to']
8005:
8006: * src/classes/mail.C: smtp on unix: steps to work on unix
8007:
8008: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
8009:
8010: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
8011: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
8012: unix [testing on solaris]
8013:
8014: 2004-02-20 paf
8015:
8016: * src/classes/xdoc.C, www/htdocs/_bug.xsl: beauty: ugly code
8017: removed, thanks to egr for pointing that out
8018:
8019: * www/htdocs/: _bug.html, _bug.xsl: bugfix: <tag
8020: attr="&#digital_entity;" bug fixed again [same solution,
8021: mistanenly removed one line]
8022:
8023: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
8024: fixed again [same solution, mistanenly removed one line]
8025:
8026: 2004-02-19 paf
8027:
8028: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
8029: date::create from bad datetime in spring daylightsaving hole now
8030: OK for all platforms [on some platforms it failed]
8031:
8032: * src/classes/date.C, src/classes/image.C, www/htdocs/_bug.html:
8033: beauty: date::create[bad date time in daylightsaving hole] now
8034: throws error
8035:
8036: * src/classes/date.C: comment: mistake fixed
8037:
8038: 2004-02-18 paf
8039:
8040: * www/htdocs/_bug.html: beauty: coder can override save/file
8041: encoding by specifying it in xsl:output or in save/file
8042: hash-options
8043:
8044: * www/htdocs/: _bug.html, _bug.xsl: beauty: coder can override
8045: save/file encoding by specifying it in xsl:output or in save/file
8046: hash-options
8047:
8048: * www/htdocs/: _bug.html, _bug.xsl: beauty: xdoc.string now
8049: renderes in $request:charset, but in header puts
8050: $response:charset todo: make that default only so that coder
8051: could override that
8052:
8053: * www/htdocs/: _bug.html: beauty: xdoc.string now renderes in
8054: $request:charset, but in header puts $response:charset todo: make
8055: that default only so that coder could override that
8056:
8057: * src/classes/xdoc.C, src/include/pa_charset.h,
8058: www/htdocs/_bug.html, www/htdocs/_bug.xsl: beauty: xdoc.string
8059: now renderes in $request:charset, but in header puts
8060: $response:charset todo: make that default only so that coder
8061: could override that
8062:
8063: * src/classes/xdoc.C, www/htdocs/_bug.xsl: beauty: xhtml
8064: doctype-public/system forcly turns off omit-xml-declaration
8065:
8066: * src/classes/xdoc.C, www/htdocs/_bug.html, www/htdocs/_bug.xsl:
8067: feature: reimplemented xhtml output, see /.xsl for sample
8068:
8069: 2004-02-17 paf
8070:
8071: * src/classes/xdoc.C: beauty: needless helper class removed
8072:
8073: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
8074: copied extra time
8075:
8076: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
8077: part of libxml
8078:
8079: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
8080: libxml to do the work] <xsl:output method="html"
8081: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
8082: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
8083: />
8084:
8085: * src/classes/xdoc.C: beauty: no <meta ... charset generated
8086:
8087: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
8088: caused assertion
8089:
8090: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
8091: could hang. now such add does nothing, sub clears $hash
8092:
8093: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
8094: not made quoted-printable
8095:
8096: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
8097: string invariant
8098:
8099: 2004-02-16 paf
8100:
8101: * src/main/pa_globals.C: bugfix: xml errors copy from library now
8102: cleared [were not cleared properly]
8103:
8104: 2004-02-13 paf
8105:
8106: * src/include/pa_version.h: prerelease
8107:
8108: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
8109: used, introducing dependencies timestamp check
8110:
8111: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
8112: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
8113: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
8114: .xsl.stamp now not used, introducing dependencies timestamp check
8115:
8116: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
8117:
8118: 2004-02-12 paf
8119:
8120: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
8121: ruined empty <input type=file> submits. parser thought there were
8122: nameless empty file and $form:field got value of type 'file'
8123:
8124: * INSTALL: --without-threads
8125:
8126: * src/include/pa_sapi.h: 2004
8127:
8128: 2004-02-11 paf
8129:
8130: * src/: classes/classes.C, classes/classes.h, classes/date.C,
8131: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
8132: classes/hashfile.C, classes/image.C, classes/int.C,
8133: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
8134: classes/response.C, classes/string.C, classes/table.C,
8135: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
8136: include/pa_array.h, include/pa_cache_managers.h,
8137: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
8138: include/pa_config_fixed.h, include/pa_config_includes.h,
8139: include/pa_dictionary.h, include/pa_dir.h,
8140: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
8141: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
8142: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
8143: include/pa_request_charsets.h, include/pa_request_info.h,
8144: include/pa_socks.h, include/pa_sql_connection.h,
8145: include/pa_sql_driver_manager.h, include/pa_stack.h,
8146: include/pa_string.h, include/pa_stylesheet_connection.h,
8147: include/pa_stylesheet_manager.h, include/pa_table.h,
8148: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
8149: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
8150: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
8151: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
8152: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
8153: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
8154: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8155: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
8156: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
8157: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
8158: main/pa_sql_driver_manager.C, main/pa_string.C,
8159: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
8160: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
8161: sql/pa_sql_driver.h, targets/apache13/mod_parser3.c,
8162: targets/apache13core/mod_parser3_core.C,
8163: targets/apache13core/pa_threads.C, targets/cgi/pa_threads.C,
8164: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
8165: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
8166: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
8167: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
8168: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
8169: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
8170: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
8171: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
8172: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
8173: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
8174: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
8175: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8176: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8177: types/pa_vresponse.h, types/pa_vstateless_class.C,
8178: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
8179: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
8180: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
8181: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8182: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
8183: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
8184:
8185: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
8186: debug version of gc.dll
8187:
8188: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
8189: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
8190: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
8191: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
8192: targets/apache13/ApacheModuleParser3.vcproj,
8193: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
8194: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
8195: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
8196: processes
8197:
8198: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
8199: main/pa_globals.C,
8200: targets/apache13core/ApacheModuleParser3Core.vcproj,
8201: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
8202: types/types.vcproj: continued changes to reflect libxml xsl new
8203: folders
8204:
8205: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
8206: lib/smtp/smtp.vcproj, main/main.vcproj,
8207: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
8208: to reflect libxml xsl new folders
8209:
8210: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
8211: lib/smtp/smtp.vcproj, main/main.vcproj,
8212: targets/apache13core/ApacheModuleParser3Core.vcproj,
8213: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
8214: types/types.vcproj: started changes to reflect libxml xsl new
8215: folders
8216:
8217: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
8218: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
8219: src/main/compile.tab.C, src/main/main.vcproj,
8220: src/main/pa_globals.C,
8221: src/targets/apache13core/ApacheModuleParser3Core.vcproj,
8222: src/targets/cgi/parser3.vcproj,
8223: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
8224: www/htdocs/.htaccess: started changes to reflect libxml xsl new
8225: folders
8226:
8227: 2004-02-10 paf
8228:
8229: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
8230: compile. recommened latest libxml up to date
8231:
8232: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
8233: pattern compilation errors", on which spent 4 hours worktime. use
8234: versions higher than that. recommended now latest up to date
8235:
8236: 2004-02-06 paf
8237:
8238: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
8239: beauty: unified destructing style
8240:
8241: * src/main/untaint.C: beauty: removed old def/ifdef
8242:
8243: * src/main/untaint.C: beauty: coredump @unknown untaint language
8244: now
8245:
8246: 2004-02-03 paf
8247:
8248: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
8249: targets/isapi/parser3isapi.C, types/pa_value.C,
8250: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
8251: then %ld/%lu
8252:
8253: * src/main/pa_common.C: typo: %l -> %u
8254:
8255: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
8256: in attributes or documents-results of transform now not xx;
8257:
8258: * src/classes/xnode.C: memleaks found: not fixed yet. todo
8259:
8260: * src/main/pa_charset.C: bugfix: forgot to undo some
8261:
8262: * src/main/pa_charset.C: beauty: uncomment
8263: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
8264: libraries
8265:
8266: 2004-02-02 paf
8267:
8268: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
8269: $cookie:example[ $.value[value] $.path[/there/] ]
8270:
8271: $cookie:example[ $.value[] $.expires[session]
8272: $.path[/there/] $.domain[test.com] ]
8273:
8274: * src/types/pa_vform.C: bugfix: empty values with
8275: enctype=multipart/form-data now produce entries in $form:tables
8276: <form method=post enctype=multipart/form-data> <input type=hidden
8277: name=a> <input type=hidden name=b>
8278:
8279: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
8280: <hr> <pre>$request:body
8281:
8282: 2004-01-30 paf
8283:
8284: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
8285: or documents-results of transform now not xx;
8286:
8287: * src/classes/date.C: bugfix: ^date::create[invalid fields now
8288: produce exception.
8289:
8290: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
8291: bugfix: ^date::create[invalid fields now produce exception.
8292:
8293: * ChangeLog, src/classes/date.C, www/htdocs/.htaccess: bugfix:
8294: ^date::create[invalid year] now produces exception. todo: check
8295: other fields
8296:
8297: 2004-01-29 paf
8298:
8299: * src/include/pa_memory.h: typo error
8300:
8301: * src/targets/apache13core/mod_parser3_core.C: bugfix: old style
8302: new used
8303:
8304: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
8305: more byte then specified, then zeroed it << useless and
8306: potentially harmful(could gpf)
8307:
8308: 2004-01-22 paf
8309:
8310: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
8311:
8312: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
8313: optimization
8314:
8315: * src/main/untaint.C: bugfix: whitespace now optimized properly
8316: [were bug: ^taint[1 & 2]="1 &2"
8317:
8318: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
8319: errors
8320:
8321: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
8322: overflow
8323:
8324: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
8325: error-reporting code * in parser-error reporting code [when no
8326: @unhandled_exception defined]
8327:
8328: fixed in one place: my *snprintf override
8329:
8330: 2004-01-13 paf
8331:
8332: * operators.txt: typo erro
8333:
8334: 2003-12-25 paf
8335:
8336: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
8337: garbled [pieces after zero bytes were removed]
8338:
8339: 2003-12-22 paf
8340:
8341: * src/include/Makefile.am: bugfix: removed from dist:
8342: src/include/pa_config_auto.h which were configured for
8343: make-dist-platform and badly updated proper config file in target
8344: [when .tar used for updating existing source tree]
8345:
8346: * ChangeLog, operators.txt, src/classes/op.C,
8347: src/include/pa_sql_connection.h,
8348: src/include/pa_sql_driver_manager.h,
8349: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h,
8350: www/htdocs/.htaccess: feature: sql introducing ability to
8351: transcode charsets
8352:
8353: 2003-12-19 paf
8354:
8355: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
8356: error message
8357:
8358: * src/main/pa_charset.C: bugfix: memory for charsethandler
8359: structure for libxml now allocated properly
8360:
8361: 2003-12-17 paf
8362:
8363: * src/types/pa_vfile.C: beauty: removed outdated cast
8364:
8365: * src/main/pa_common.C: bugfix: empty http response caused gpf
8366:
8367: * src/include/pa_string.h: bugfix: removed too strong a assert
8368:
8369: * src/main/pa_globals.C: bugfix: removed false warning [warning:
8370: unreported xmlGenericErrors]
8371:
8372: 2003-12-15 paf
8373:
8374: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
8375: works}
8376:
8377: 2003-12-11 paf
8378:
8379: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
8380: id
8381: !$status:tid thread id
8382:
8383: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
8384: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
8385: bugfix(solaris): removed dependency on object initialization
8386: order [one more place]
8387:
8388: * src/: classes/file.C, classes/mail.C, classes/op.C,
8389: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
8390: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
8391: understand that
8392:
8393: * src/: classes/file.C, classes/mail.C, classes/op.C,
8394: classes/xdoc.C, include/pa_cache_managers.h,
8395: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
8396: include/pa_stylesheet_manager.h, main/pa_request.C,
8397: main/pa_stylesheet_manager.C, types/pa_vimage.C,
8398: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
8399: ctor call [relying on implicit String::Body(cstr) call]
8400:
8401: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
8402: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
8403: object initialization order [two places]
8404:
8405: 2003-12-10 paf
8406:
8407: * src/include/pa_sql_connection.h, www/htdocs/.htaccess: bugfix:
8408: $status:sql.cache back << time now ok
8409:
8410: * operators.txt, src/main/pa_sql_driver_manager.C,
8411: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
8412: operational
8413:
8414: * ChangeLog, operators.txt, src/classes/xdoc.C,
8415: src/include/pa_charset.h, src/include/pa_sql_connection.h,
8416: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
8417: src/main/pa_string.C, src/types/pa_vxdoc.h, www/htdocs/.htaccess:
8418: $status:sql.cache back operational
8419:
8420: 2003-12-02 paf
8421:
8422: * src/types/pa_vmail.C: bugfix:
8423: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
8424: as-is forced]
8425:
8426: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
8427: exceptions out of libxml callbacks: reimplemented error handling
8428: of http://localhost, parser://method and safemode check callbacks
8429:
8430: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
8431: [merged from HEAD]
8432:
8433: * src/classes/image.C: nothing: comment removed
8434:
8435: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
8436: addresses to int
8437:
8438: 2003-12-01 paf
8439:
8440: * src/main/pa_xml_io.C: bugfix: typo
8441:
8442: * src/main/pa_globals.C: bugfix: win32: compile prob
8443:
8444: * src/classes/xdoc.C: bugfix: typo
8445:
8446: * src/main/pa_xml_io.C: todo: safe mode check not to throw
8447: exception
8448:
8449: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
8450:
8451: 2003-11-28 paf
8452:
8453: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
8454: all xml documents read
8455:
8456: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
8457:
8458: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
8459: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
8460: replaced original open mech of xdoc::create & co to use libxml
8461: open, so that this would work for root document todo: safe mode
8462: checks to libxml: ideally to some 1 point
8463:
8464: * src/main/pa_xml_io.C: comment
8465:
8466: * operators.txt, src/main/pa_xml_io.C: leading / in
8467: http://parser[abscent params]
8468:
8469: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
8470: works. todo: maybe replace original open mech of xdoc::create &
8471: co to use libxml open, so that this would work for root document
8472:
8473: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
8474: "parser://method/params/here"> <test> &test^; </test> }]
8475:
8476: ^taint[^xdoc.string[]]
8477:
8478: @method[param] <!ENTITY test
8479: "test-entity-value+$form:user+$param!">
8480:
8481: 2003-11-27 paf
8482:
8483: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
8484:
8485: * src/classes/date.C: bugfix: typo error
8486:
8487: 2003-11-26 paf
8488:
8489: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
8490: src/main/Makefile.am, src/main/main.vcproj,
8491: src/main/pa_globals.C, src/main/pa_request.C,
8492: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
8493: xml errors to hash<thread_id,error> reorganization: xml io moved
8494: to pa_xml_io.C/h
8495:
8496: * src/types/pa_value.h: warnings: --
8497:
8498: 2003-11-25 paf
8499:
8500: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
8501: whatever)
8502:
8503: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
8504: a, (c?x:y, z)
8505:
8506: * src/main/untaint.C: bugfix: consequences of not reading this
8507: comment: CORD_pos_chars_left /* Number of characters in cache.
8508: <= 0 ==> none */
8509:
8510: * src/include/pa_array.h: removed needless checks
8511:
8512: 2003-11-24 paf
8513:
8514: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
8515: removed limit: now $form:xxx can be accessed anytime, even in
8516: @auto/conf [and request/response:charset still can be changed
8517: anytime]
8518:
8519: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
8520: now not transcodes response body
8521:
8522: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
8523: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
8524: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
8525: $xdoc.firstChild.firstChild.nodeValue[different]
8526: ^taint[^xdoc.string[]]
8527:
8528: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
8529: workaround: static Hash::allocates -> static Hash_allocates
8530:
8531: 2003-11-21 paf
8532:
8533: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
8534: src/include/pa_config_auto.h.in,
8535: src/targets/apache13/p3runConfigure.in,
8536: src/targets/cgi/Makefile.am, src/types/Makefile.am: rearrange:
8537: gd&smtp moved to src/lib
8538:
8539: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
8540:
8541: * src/classes/mail.C: bugfix: typo
8542:
1.88 ! moko 8543: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
! 8544: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
! 8545: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
1.86 moko 8546: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
8547: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
8548: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
8549:
8550: * src/main/pa_exec.C: bug in safe mode
8551:
8552: * src/include/Makefile.am: pa_xml_exception.h
8553:
8554: * src/targets/apache13core/: ApacheModuleParser3Core.vcproj,
8555: Makefile.am, mod_parser3.C, mod_parser3_core.C: renamed
8556: mod_parser3 to mod_parser3_core to help DOXYGEN
8557:
8558: * src/targets/: apache13/ApacheModuleParser3.vcproj,
8559: isapi/parser3isapi.C: more warnings --
8560:
8561: 2003-11-20 paf
8562:
8563: * src/: classes/math.C, classes/op.C, classes/string.C,
8564: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
8565: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
8566: --
8567:
8568: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
8569: more warnings --
8570:
8571: * src/classes/xdoc.C: more warnings --
8572:
8573: * src/classes/: date.C, image.C, xdoc.C: more warnings --
8574:
8575: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
8576: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
8577:
8578: * src/: classes/date.C, classes/file.C, classes/hash.C,
8579: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
1.88 ! moko 8580: classes/table.C, include/pa_cache_managers.h,
! 8581: include/pa_stylesheet_connection.h, main/pa_request.C,
! 8582: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
! 8583: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
! 8584: --
1.86 moko 8585:
8586: * src/main/: execute.C, pa_request.C: old forgotten todo: when
8587: can't report problem (undefined @unhandled_exception) problem
8588: source string were not reported
8589:
8590: * src/: classes/classes.C, classes/classes.h, classes/date.C,
8591: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
8592: classes/hashfile.C, classes/image.C, classes/int.C,
8593: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
8594: classes/response.C, classes/string.C, classes/table.C,
8595: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
8596: include/pa_array.h, include/pa_cache_managers.h,
8597: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
8598: include/pa_config_fixed.h, include/pa_dictionary.h,
8599: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
8600: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
8601: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
8602: include/pa_request.h, include/pa_request_charsets.h,
8603: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
8604: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
8605: include/pa_stack.h, include/pa_string.h,
8606: include/pa_stylesheet_connection.h,
8607: include/pa_stylesheet_manager.h, include/pa_table.h,
8608: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
8609: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
8610: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
8611: main/compile_tools.C, main/compile_tools.h, main/execute.C,
8612: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
8613: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
8614: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
8615: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
8616: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
8617: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
8618: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
8619: sql/pa_sql_driver.h, targets/apache13/mod_parser3.c,
8620: targets/apache13/pa_httpd.h, targets/apache13core/mod_parser3.C,
8621: targets/apache13core/pa_threads.C, targets/cgi/pa_threads.C,
8622: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
8623: targets/isapi/parser3isapi.C, types/pa_junction.h,
8624: types/pa_method.h, types/pa_value.C, types/pa_value.h,
8625: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
8626: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8627: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
8628: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
8629: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
8630: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
8631: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
8632: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
8633: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
8634: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8635: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8636: types/pa_vresponse.h, types/pa_vstateless_class.C,
8637: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
8638: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
8639: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
8640: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8641: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
8642: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
8643: const IDENT
8644:
8645: * src/: include/pa_array.h, include/pa_pool.h,
8646: include/pa_request.h, include/pa_string.h, include/pa_table.h,
8647: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
8648: types/pa_wcontext.h: more warnings --
8649:
8650: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
8651: classes/file.C, classes/hash.C, classes/hashfile.C,
8652: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
8653: classes/memory.C, classes/op.C, classes/string.C,
8654: classes/table.C, classes/xdoc.C, classes/xnode.C,
8655: include/pa_config_includes.h, include/pa_operation.h,
8656: include/pa_sql_connection.h, include/pa_table.h,
8657: include/pa_types.h, lib/ltdl/config_fixed.h,
8658: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
8659: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
8660: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
8661: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
8662: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
8663: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
8664: main/pa_string.C, main/pa_table.C,
8665: targets/apache13/ApacheModuleParser3.vcproj,
8666: targets/apache13core/ApacheModuleParser3Core.vcproj,
8667: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
8668: types/pa_value.h, types/pa_vconsole.h, types/pa_vdate.h,
8669: types/pa_vfile.h, types/pa_vhashfile.C, types/pa_vimage.C,
8670: types/pa_vimage.h, types/pa_vmail.C, types/pa_vobject.C,
8671: types/pa_vstateless_class.h, types/pa_vtable.C,
8672: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
8673: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
8674: on all projects (except libltdl=off & libsdbm=level3) found
8675: several unitialized vars
8676:
8677: 2003-11-19 paf
8678:
8679: * src/classes/op.C: more ansi C++ comp
8680:
8681: * operators.txt, src/classes/op.C, src/include/pa_request.h,
8682: src/main/pa_request.C: ^cache[...]{body}{catch block with
8683: $exception.handled[cache] meaning "get expired cache, if any.
8684: else error"}
8685:
8686: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
8687: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
8688: ^cache[...]{body}{catch code with $exception.cache field}
8689:
8690: 2003-11-12 paf
8691:
8692: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
8693: [copy/paste bug]
8694:
8695: 2003-11-11 paf
8696:
8697: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
8698: failed]
8699:
8700: * bin/auto.p.dist.in: colno
8701:
8702: 2003-11-10 paf
8703:
8704: * src/types/pa_vconsole.h: flush
8705:
8706: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
8707: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
8708: read/write [for nntp]
8709:
8710: * operators.txt: mysql: transaction support: ?autocommit=0
8711:
8712: * operators.txt: comment: updated
8713:
8714: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
8715: serialize version and exipire now removes entries
8716:
8717: * operators.txt: ^hashfile.delete[] removes files altogether [and
8718: dir, if could]
8719:
8720: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
8721: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
8722: removes files altogether [and dir, if could]
8723:
8724: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
8725: nonexistent pair. .c coded that that was error. fixed
8726:
8727: * src/types/pa_vhashfile.C: sdbm: exception type change to
8728: file.access [regretfull can't split it to different exceptions
8729: without modifying sdbm source wich would prefer not to]
8730:
8731: 2003-11-07 paf
8732:
8733: * src/: classes/date.C, classes/file.C, classes/hash.C,
8734: classes/hashfile.C, classes/image.C, classes/table.C,
8735: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
8736: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
8737: main/execute.C, main/main.vcproj, main/pa_pool.C,
8738: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
8739: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
8740: types/pa_vstateless_class.h: resurrected: pool idea. now only for
8741: destructing objects at request processing end
8742:
8743: 2003-11-06 paf
8744:
8745: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
8746: updates
8747:
8748: * parser3.sln, src/targets/apache13/p3runConfigure.in,
8749: src/targets/cgi/Makefile.am: .vcproj & .am updated to include
8750: sdbm
8751:
8752: * src/include/: pa_config_includes.h, pa_version.h: our
8753: replacements of max& co only for cpp
8754:
1.88 ! moko 8755: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
! 8756: upper dir, .am updated
1.86 moko 8757:
8758: * tests/todo.txt: hashfile: done
8759:
8760: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
8761: expiration [time in value. todo: move time to key]
8762:
8763: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
8764:
8765: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
8766: to do that in foreach, no errors, but surely wrong]
8767:
8768: * operators.txt, src/types/pa_vhashfile.C,
8769: src/types/pa_vhashfile.h: hashfile: clear and proper locking
8770:
8771: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
8772: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
8773: foreach
8774:
8775: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
8776: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
8777:
1.88 ! moko 8778: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.86 moko 8779: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
8780:
1.88 ! moko 8781: * src/include/pa_memory.h, src/targets/cgi/parser3.C,
! 8782: src/types/pa_value.C, src/types/pa_value.h,
! 8783: src/types/pa_vcookie.C, src/types/pa_vhashfile.C,
! 8784: src/types/pa_vhashfile.h, www/htdocs/.htaccess: hashfile
! 8785: implemented get/put [raw]
1.86 moko 8786:
8787: * src/: classes/op.C, main/pa_os.C: just linked
8788:
8789: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
8790: XmlException changes
8791:
8792: * src/: include/pa_charset.h, include/pa_globals.h,
8793: include/pa_stylesheet_connection.h, main/pa_exception.C:
8794: XmlException changes
8795:
1.88 ! moko 8796: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
1.86 moko 8797:
8798: * src/: include/pa_common.h, include/pa_exception.h,
1.88 ! moko 8799: main/main.vcproj, main/pa_common.C, include/pa_os.h,
! 8800: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
! 8801: main/pa_xml_exception.C: locking move to pa_os [along with
! 8802: pa_sleep] apr-impl locking done
1.86 moko 8803:
8804: * configure, configure.in, operators.txt, parser3.sln,
8805: src/classes/classes.vcproj, src/classes/hashfile.C,
1.88 ! moko 8806: src/classes/xdoc.C, src/include/pa_config_fixed.h,
1.86 moko 8807: src/include/pa_exception.h, src/include/pa_globals.h,
8808: src/include/pa_memory.h, src/include/pa_version.h,
8809: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
8810: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
1.88 ! moko 8811: src/main/compile.tab.C, src/main/main.vcproj,
! 8812: src/main/pa_charset.C,
1.86 moko 8813: src/targets/apache13/ApacheModuleParser3.vcproj,
8814: src/targets/apache13/mod_parser3.c,
8815: src/targets/apache13core/ApacheModuleParser3Core.vcproj,
8816: src/targets/cgi/parser3.vcproj, src/types/Makefile.am,
8817: src/types/pa_vhash.C, src/types/pa_vhashfile.C,
8818: src/types/pa_vhashfile.h, src/types/pa_vxnode.h,
8819: src/types/types.vcproj, www/htdocs/.htaccess: hashfile: started
8820: again with sdbm from apache
8821:
8822: 2003-11-05 paf
8823:
1.88 ! moko 8824: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
1.86 moko 8825: main/main.vcproj, targets/apache13/ApacheModuleParser3.vcproj,
8826: targets/apache13/mod_parser3.c,
8827: targets/apache13core/ApacheModuleParser3Core.vcproj,
8828: targets/cgi/parser3.vcproj: not has to be in \parser3project dir
8829: anymore
8830:
8831: * src/main/pa_charset.C: bugfix: had broken binary search [copied
8832: thoughtlessly from xalan]
8833:
8834: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
8835: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
8836: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
8837:
8838: * src/main/helpers/CaseFolding.txt:
8839: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
8840:
8841: 2003-11-04 paf
8842:
8843: * operators.txt: comment: ^mail:send[$.options[
8844:
8845: * src/classes/table.C: compiled on unix
8846:
8847: * src/classes/Makefile.am: classes.C to rebuild last
8848:
8849: * src/classes/mail.C: compiled on unix
8850:
8851: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
8852: src/types/pa_vmail.h: !^mail:send[
8853: $.options[unix: string to append to sendmail command
8854: line]
8855:
8856: * operators.txt, src/classes/table.C, src/main/pa_string.C,
8857: tests/todo.txt: ^table.save[... $.separator[^#09]
8858: $.encloser["] <nothing> by default
8859:
8860: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
8861: !$.separator[^#09] !$.encloser["] <nothing> by
8862: default
8863:
8864: 2003-11-03 paf
8865:
8866: * operators.txt, src/classes/table.C, src/main/pa_common.C:
8867: ^table::load[; options: !$.column-separator[^#09]
8868: !$.column-encloser["]
8869:
8870: * operators.txt, src/include/pa_config_fixed.h,
8871: src/types/pa_vrequest.C: $request:document-root
8872:
8873: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
8874: [already included into uri=xxx]
8875:
8876: * operators.txt, src/classes/image.C, tests/todo.txt,
8877: www/htdocs/auto.p: ^image.gif[filename] for $response:download
8878:
8879: * src/classes/date.C: minor precaution
8880:
8881: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
8882: !^date.unix-timestamp[]
8883:
8884: 2003-10-30 paf
8885:
8886: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
8887: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
8888:
8889: * src/targets/apache13core/Makefile.am: gc include dir added,
8890: thanks to Victor Fedoseev for finding
8891:
8892: * src/classes/: date.C, image.C: improvement diagnostics:
8893: $now[^date::create[$undefined]] now is error
8894:
8895: * src/main/pa_common.C: read errors would now be reported 'actually
8896: read -1 bytes'
8897:
8898: 2003-10-24 paf
8899:
1.88 ! moko 8900: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
1.86 moko 8901: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
8902: src/main/Makefile.am, src/targets/apache13/Makefile.am,
8903: src/targets/apache13core/Makefile.am,
8904: src/targets/cgi/Makefile.am, src/targets/isapi/Makefile.am:
8905: .dsp/w -> .vcproj/sln
8906:
8907: 2003-10-22 paf
8908:
8909: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
8910:
8911: 2003-10-21 paf
8912:
8913: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
8914: fixed: string.match[g] without <'> option produced columns with
8915: NULL's, which gpf'ed at table.save time
8916:
8917: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
8918: recoursion' message with intensive throw-catches fixed: incorrect
8919: name and line (one name upper then needed) in error message about
8920: problems inside try block
8921:
8922: 2003-10-10 paf
8923:
8924: * src/include/pa_string.h, src/main/compile.tab.C,
8925: www/htdocs/.htaccess: CORD_chr does not check offset argument for
8926: validity did that in String::Body::pos myself
8927: http://i2/tasks/edit/?id=4577425257580789777
8928:
8929: 2003-10-07 paf
8930:
8931: * src/main/: compile.tab.C, compile.y: ^if ( better error:
8932: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
8933:
8934: 2003-10-03 paf
8935:
8936: * parser3.sln, src/include/pa_dictionary.h,
8937: src/main/pa_dictionary.C, src/main/pa_string.C,
8938: src/targets/cgi/parser3.vcproj, www/htdocs/.htaccess: dictionary
8939: optimized by precalculating cstr&length
8940:
8941: 2003-10-02 paf
8942:
8943: * src/classes/op.C, src/include/pa_request.h,
8944: src/include/pa_stack.h, src/main/execute.C,
8945: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
8946: src/main/pa_stylesheet_manager.C, www/htdocs/.htaccess: bugfix:
8947: ^throw context were saved/restored incompletely
8948: http://www.parser.ru/forum/?id=21484
8949:
8950: 2003-09-30 paf
8951:
8952: * src/targets/: apache13/mod_parser3.c, apache13/pa_httpd.h,
8953: apache13core/mod_parser3.C: content-type now changes
8954:
8955: * src/main/pa_string.C: string::replace bug fix [were ignoring
8956: occurrances after lang-mismatched
8957:
8958: 2003-09-29 paf
8959:
8960: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
8961: helper
8962:
8963: * src/main/pa_string.C: string::serialize bug fix with
8964: zero-terminator
8965:
8966: * src/classes/table.C: ^nameless_table.save column row now has no
8967: \t at the end
8968:
8969: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
8970: @postprocess now takes $response:body/download
8971:
8972: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
8973: error message
8974:
8975: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
8976:
8977: * src/classes/table.C: bugfix: flip: must produce nameless
8978: http://i2/tasks/edit/?id=4573405524674081244
8979:
8980: * www/htdocs/: base.p, derived.p, font.gif, global.xsl, index.html,
8981: mailreceive.eml, mailreceive.html, operators.p,
8982: parser-status.html, people.dtd, some.p: removing old tests
8983:
8984: * src/include/pa_charset.h, src/main/pa_charset.C,
8985: src/main/pa_string.C, src/main/helpers/simple_folding.pl,
8986: www/htdocs/auto.p: utf-8 upper/lower
8987:
8988: * src/main/pa_common.C: bugfix: utf signature were not ignored due
8989: to typo error http://i2/tasks/edit/?id=4573354650786434584
8990:
8991: 2003-09-26 paf
8992:
8993: * src/main/untaint.C: removed needless field
8994:
8995: * src/main/untaint.C: removed needless const
8996:
8997: * src/include/pa_string.h, src/main/pa_common.C,
8998: src/main/pa_string.C, www/htdocs/.htaccess: String.for_each bug
8999: fixed [omited one-char cases]
9000:
9001: * src/include/pa_stack.h: bugfix: before collecting garbage,
9002: runtime-executor stack were cleared... BADLY
9003:
9004: * src/main/pa_string.C, www/htdocs/.htaccess, www/htdocs/auto.p:
9005: ^stirng.replace code used old param-convention on langs.append,
9006: fixed that search fo the like, found none
9007:
9008: * src/classes/op.C, src/include/pa_string.h, src/main/pa_string.C,
9009: www/htdocs/.htaccess: string::serialize/deserialize implemented
9010: Language enum assigned meaningful letters [more convinient for
9011: debugging. read warning before adding/changing anything]
9012:
9013: 2003-09-25 paf
9014:
9015: * src/: include/pa_string.h, include/pa_version.h,
9016: main/pa_string.C, main/untaint.C: templates and anonymous unions
9017: differences on unix
9018:
9019: * parser3.sln, src/classes/file.C, src/classes/image.C,
9020: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
9021: src/classes/xdoc.C, src/classes/xnode.C,
9022: src/include/pa_cache_managers.h, src/include/pa_charset.h,
9023: src/include/pa_charsets.h, src/include/pa_common.h,
9024: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
9025: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
9026: src/include/pa_table.h, src/lib/cord/cordbscs.c,
9027: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
9028: src/lib/cord/include/cord.h, src/main/compile.tab.C,
9029: src/main/compile_tools.h, src/main/pa_charset.C,
9030: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
9031: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
9032: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
9033: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
9034: src/types/pa_vmail.C, src/types/pa_vmath.C,
9035: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
9036: src/types/pa_vxnode.C, www/htdocs/.htaccess:
9037: string_fragments_to_cord merged to HEAD
9038:
9039: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
9040: functions aligned to that of eeparser3 look
9041:
9042: * src/lib/cord/cordprnt.c: removed warnings
9043:
9044: 2003-09-24 paf
9045:
9046: * src/: classes/file.C, classes/image.C, classes/mail.C,
9047: classes/op.C, classes/xdoc.C, classes/xnode.C,
9048: include/pa_cache_managers.h, include/pa_charset.h,
9049: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
9050: include/pa_sql_driver_manager.h, include/pa_string.h,
9051: include/pa_stylesheet_manager.h, include/pa_table.h,
9052: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
9053: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
9054: main/pa_sql_driver_manager.C, main/pa_string.C,
9055: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
9056: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
9057: types/pa_vstateless_class.h, types/pa_vstatus.C,
9058: types/pa_vxnode.C: v() functions of String::Body,
9059: String::Languages and String itself StringBody->String::Body
9060:
9061: * src/: include/pa_string.h, lib/cord/cordbscs.c,
9062: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
9063: never optimized anything. todo: somehow speed up harder cases:
9064: concatenationA+concatenationB when last block of A and first of B
9065: contain same letters
9066:
9067: * src/: include/pa_string.h, lib/cord/cordbscs.c,
9068: lib/cord/include/cord.h: langs: speed up by joining adjucent
9069: blocks of same char [CORD_append_block]
9070:
9071: * src/: include/pa_string.h, lib/cord/cordbscs.c,
9072: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
9073: save space by extending blocks when appending block with c ==
9074: lastblock.c
9075:
9076: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
9077: working yet :( but more working &understood :)
9078:
9079: * src/: classes/table.C, include/pa_string.h,
9080: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
9081:
9082: 2003-09-23 paf
9083:
9084: * src/main/untaint.C: $a[ok!] $a works!
9085:
9086: * src/main/untaint.C: something even more works :)
9087:
9088: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
9089: something more works :)
9090:
9091: * src/: include/pa_string.h, lib/cord/cordbscs.c,
9092: lib/cord/cordxtra.c: something already works :)
9093:
9094: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
9095: serialize&deserialize
9096:
9097: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
9098: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
9099: main/untaint.C: main idea implemented, details left
9100:
9101: 2003-09-22 paf
9102:
9103: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
9104:
9105: * src/classes/xnode.C: copy/paste comment bugfix
9106:
9107: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
9108: allocator returns 0, just die.
9109: http://i2/tasks/edit/?id=4570798492410259445
9110:
9111: * src/classes/xdoc.C: copy/paste comment bugfix
9112:
9113: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
9114: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
9115: xnode: getAttributeNS setAttributeNS removeAttributeNS
9116: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
9117:
9118: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
9119: chars due to bitwise operation signed-char error]
9120:
9121: 2003-09-19 paf
9122:
9123: * src/types/pa_wcontext.C: output message: more practical
9124: suggestion
9125:
9126: * src/targets/apache13/mod_parser3.c: now compiles on MSVC7
9127:
9128: * src/main/pa_common.C, operators.txt: merged
9129: $f[^file::load[binary;http://...]] $f.tables
9130:
9131: 2003-09-02 paf
9132:
9133: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
9134: flush stdout without referencing 'stdout' symbol. to hell with
9135: non-ansi libraries without 'stdout' symbol
9136:
9137: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
9138: unix (users reported problems with some old libc)
9139:
9140: * src/types/pa_vdate.h: forgot initializer
9141:
9142: * src/targets/apache13/mod_parser3.c: çàáûòîå èçìåíåíèå
9143:
9144: 2003-09-01 paf
9145:
9146: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
9147: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
9148: zone]
9149:
9150: * src/targets/apache13/: Makefile.am, mod_parser3.c: merged with
9151: 3.1.0: renamed to .c [lowercase] to correspond to runconfigure.
9152: added files to fix 'make dist'
9153:
9154: * src/targets/apache13/: Makefile.am, mod_parser3.C, mod_parser3.c:
9155: renamed to .c [lowercase] to correspond to runconfigure. added
9156: files to fix 'make dist'
9157:
9158: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
9159:
9160: 2003-08-19 paf
9161:
9162: * src/targets/apache13/mod_parser3.c: .c
9163:
9164: * src/targets/apache13/mod_parser3.C: .c
9165:
9166: * src/targets/: apache13/mod_parser3.C, apache13/pa_httpd.h,
9167: apache13core/mod_parser3.C: apache module compiled on MSVC7
9168:
9169: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
9170: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
9171: simplified a little
9172:
9173: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
9174: [lost fix from 3.0.8]
9175:
9176: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
9177: visible here }
9178:
9179: bug fix
9180:
9181: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
9182:
9183: * src/main/compile.tab.C: initialized couple of variables about
9184: which user reported runtime problems when parser were compiled
9185: with VC7, warning level4. study shows that later in bison
9186: they've fixed that. would migrate to latest bison someday
9187:
9188: * src/types/pa_vmail.C: turned off recoding in gmime (were still
9189: recoding headers)
9190:
9191: * src/types/pa_vmail.C: works as before, same charset problems:
9192: gmime recodes to UTF-8 only headers, not body. so not recoding
9193: anything for now
9194:
9195: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
9196: problems with body
9197:
9198: * src/types/pa_vmail.C: mail_receive just compiled
9199:
9200: 2003-08-18 paf
9201:
9202: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
9203: main/main.vcproj, types/types.vcproj: win32: continued process
9204: detaching from \parser3project directory
9205:
9206: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
9207: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
9208: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
9209: src/lib/pcre/pcre_dftables.dsp,
9210: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
9211: src/targets/apache13/ApacheModuleParser3.dsp,
9212: src/targets/apache13core/ApacheModuleParser3Core.dsp,
9213: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
9214: src/types/types.dsp: moved to MSVC 7
9215:
9216: * gnu.vcproj.vspscc, parser3.vssscc,
9217: src/classes/classes.vcproj.vspscc,
9218: src/lib/cord/cord.vcproj.vspscc,
9219: src/lib/ltdl/libltdl.vcproj.vspscc,
9220: src/lib/md5/md5.vcproj.vspscc,
9221: src/lib/pcre/pcre_dftables.vcproj.vspscc,
9222: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
9223: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
9224: src/targets/apache13/ApacheModuleParser3.vcproj.vspscc,
9225: src/targets/apache13core/ApacheModuleParser3Core.vcproj.vspscc,
9226: src/targets/isapi/parser3isapi.vcproj.vspscc,
9227: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
9228: moved to MSVC 7
9229:
9230: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
9231: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
9232: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9233: src/lib/pcre/pcre_dftables.vcproj,
9234: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
9235: src/targets/apache13/ApacheModuleParser3.vcproj,
9236: src/targets/apache13core/ApacheModuleParser3Core.vcproj,
9237: src/targets/cgi/parser3.vcproj,
9238: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
9239: new VS project files
9240:
9241: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
9242: .NET to detect Jalindi Igloo capabilities.
9243:
9244: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
9245: src/classes/classes.awk, src/doc/footer.htm,
9246: src/include/pa_config_fixed.h, src/include/pa_version.h,
9247: src/lib/Makefile.am, src/main/compile.tab.C,
9248: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
9249: src/types/pa_vmail.C, www/htdocs/.htaccess, www/htdocs/auto.p:
9250: merged 3.1.0 latest changes
9251:
9252: 2003-08-15 paf
9253:
9254: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
9255: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
9256:
9257: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
9258: non-ascii <yyy> now encoded correctly
9259:
9260: 2003-07-29 paf
9261:
9262: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
9263: dist
9264:
9265: * src/types/pa_vmail.C: just started --with-mail-receive
9266:
9267: 2003-07-28 paf
9268:
9269: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
9270: dependence in src/classes, src/lib/gc now in dist
9271:
9272: * src/main/pa_string.C: ^cache bug fix [were not working at all]
9273:
9274: 2003-07-25 paf
9275:
9276: * src/doc/footer.htm: year
9277:
9278: 2003-07-24 paf
9279:
9280: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
9281: fix
9282:
9283: * src/include/pa_version.h: release
9284:
9285: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
9286:
1.88 ! moko 9287: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
1.86 moko 9288: src/main/pa_globals.C,
9289: src/targets/apache13core/ApacheModuleParser3Core.dsp,
9290: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
9291: src/types/types.dsp: cvs: getting rid of win32xml pseudo project
9292:
9293: * src/: main/compile.tab.C, main/pa_memory.C,
9294: targets/apache13/pa_httpd.h: moved tempate_gc to HEAD
9295:
9296: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
9297: configure.in, operators.txt, parser3.dsw,
9298: etc/parser3.charsets/koi8-r.cfg,
9299: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
9300: src/classes/classes.C, src/classes/classes.awk,
9301: src/classes/classes.dsp, src/classes/classes.h,
9302: src/classes/date.C, src/classes/double.C, src/classes/file.C,
9303: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
9304: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
9305: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
9306: src/classes/string.C, src/classes/table.C, src/classes/void.C,
9307: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1.88 ! moko 9308: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
! 9309: src/doc/string.dox, src/include/Makefile.am,
! 9310: src/include/pa_array.h, src/include/pa_cache_managers.h,
! 9311: src/include/pa_charset.h, src/include/pa_charsets.h,
! 9312: src/include/pa_common.h, src/include/pa_config_auto.h.in,
! 9313: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
! 9314: src/include/pa_dictionary.h, src/include/pa_dir.h,
! 9315: src/include/pa_exception.h, src/include/pa_exec.h,
! 9316: src/include/pa_globals.h, src/include/pa_hash.h,
! 9317: src/include/pa_memory.h, src/include/pa_opcode.h,
! 9318: src/include/pa_operation.h, src/include/pa_pool.h,
! 9319: src/include/pa_pragma_pack_begin.h,
1.86 moko 9320: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
9321: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
9322: src/include/pa_sapi.h, src/include/pa_socks.h,
9323: src/include/pa_sql_connection.h,
9324: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
9325: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
9326: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
9327: src/include/pa_threads.h, src/include/pa_types.h,
9328: src/include/pa_uue.h, src/lib/Makefile.am,
9329: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
9330: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
9331: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
9332: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
9333: src/lib/cord/include/ec.h,
9334: src/lib/cord/include/private/Makefile.am,
9335: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
9336: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
1.88 ! moko 9337: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
! 9338: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
! 9339: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
! 9340: src/main/compile_tools.C, src/main/compile_tools.h,
! 9341: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
! 9342: src/main/pa_cache_managers.C, src/main/pa_charset.C,
! 9343: src/main/pa_charsets.C, src/main/pa_common.C,
! 9344: src/main/pa_dictionary.C, src/main/pa_dir.C,
! 9345: src/main/pa_exception.C, src/main/pa_exec.C,
1.86 moko 9346: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
9347: src/main/pa_request.C, src/main/pa_socks.C,
9348: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
9349: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
9350: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
9351: src/targets/Makefile.am,
9352: src/targets/apache13/ApacheModuleParser3.dsp,
9353: src/targets/apache13/Makefile.am,
9354: src/targets/apache13/mod_parser3.C,
9355: src/targets/apache13/p3runConfigure.in,
9356: src/targets/apache13/pa_md5c.c, src/targets/apache13/pa_pool.C,
9357: src/targets/apache13/pa_threads.C,
9358: src/targets/apache13core/ApacheModuleParser3Core.dsp,
9359: src/targets/apache13core/Makefile.am,
9360: src/targets/apache13core/mod_parser3.C,
9361: src/targets/apache13core/pa_threads.C,
9362: src/targets/cgi/Makefile.am, src/targets/cgi/getopt.c,
9363: src/targets/cgi/getopt.h, src/targets/cgi/pa_pool.C,
9364: src/targets/cgi/pa_threads.C, src/targets/cgi/parser3.C,
9365: src/targets/cgi/parser3.dsp, src/targets/cgi/pool_storage.h,
9366: src/targets/cgi/pp3.cmd, src/targets/isapi/Makefile.am,
9367: src/targets/isapi/pa_pool.C, src/targets/isapi/pa_threads.C,
9368: src/targets/isapi/parser3isapi.C,
9369: src/targets/isapi/parser3isapi.dsp,
9370: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
9371: src/types/pa_junction.h, src/types/pa_method.h,
9372: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
9373: src/types/pa_vclass.C, src/types/pa_vclass.h,
9374: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
9375: src/types/pa_vcookie.h, src/types/pa_vdate.h,
9376: src/types/pa_vdouble.h, src/types/pa_venv.h,
9377: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
9378: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
9379: src/types/pa_vimage.C, src/types/pa_vimage.h,
9380: src/types/pa_vint.h, src/types/pa_vjunction.h,
9381: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
9382: src/types/pa_vmath.h, src/types/pa_vmemory.h,
9383: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
9384: src/types/pa_vobject.C, src/types/pa_vobject.h,
9385: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
9386: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
9387: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
9388: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
9389: src/types/pa_vstatus.h, src/types/pa_vstring.C,
9390: src/types/pa_vstring.h, src/types/pa_vtable.C,
9391: src/types/pa_vtable.h, src/types/pa_vvoid.h,
9392: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
9393: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
9394: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
9395: src/types/pa_wwrapper.h, src/types/types.dsp,
9396: www/htdocs/.htaccess, www/htdocs/auto.p, www/htdocs/index.html:
9397: moved tempate_gc to HEAD
9398:
9399: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
9400: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
9401: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
9402: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
9403: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
9404: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
9405: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
9406: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
9407: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
9408: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
9409: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
9410: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
9411: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
9412: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
9413: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
9414: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
9415: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
9416: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
9417: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
9418: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
9419: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
9420: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
9421: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
9422: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
9423: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
9424: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
9425: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
9426: outputs/create-dir, results/001.processed, results/002.processed,
9427: results/003.processed, results/004.processed,
9428: results/005.processed, results/006.processed,
9429: results/007.processed, results/008.processed,
9430: results/009.processed, results/010.processed,
9431: results/011.processed, results/012.processed,
9432: results/013.processed, results/014.processed,
9433: results/015.processed, results/016.processed,
9434: results/017.processed, results/018.processed,
9435: results/019.processed, results/020.processed,
9436: results/021.processed, results/022.processed,
9437: results/023.processed, results/024.processed,
9438: results/025.processed, results/026.processed,
9439: results/027.processed, results/028.processed,
9440: results/029.processed, results/030.processed,
9441: results/031.processed, results/032.processed,
9442: results/033.processed, results/034.processed,
9443: results/035.processed, results/036.processed,
9444: results/037.processed, results/038.processed,
9445: results/039.processed, results/040.processed,
9446: results/041.processed, results/042.processed,
9447: results/043.processed, results/044.processed,
9448: results/045.processed, results/046.processed,
9449: results/047.processed, results/048.processed,
9450: results/049.processed, results/050.processed,
9451: results/051.processed, results/052.processed,
9452: results/053.processed, results/054.processed,
9453: results/055.processed, results/056.processed,
9454: results/057.processed, results/058.processed,
9455: results/059.processed, results/060.processed,
9456: results/061.processed, results/062.processed,
9457: results/063.processed, results/064.processed,
9458: results/065.processed, results/066.processed,
9459: results/067.processed, results/068.processed,
9460: results/069.processed, results/070.processed,
9461: results/071.processed, results/072.processed,
9462: results/073.processed, results/074.processed,
9463: results/075.processed, results/076.processed,
9464: results/077.processed, results/078.processed,
9465: results/079.processed, results/080.processed,
9466: results/081.processed, results/082.processed,
9467: results/083.processed, results/084.processed,
9468: results/085.processed, results/086.processed,
9469: results/087.processed, results/088.processed,
9470: results/089.processed, results/090.processed,
9471: results/091.processed, results/092.processed,
9472: results/093.processed, results/094.processed,
9473: results/095.processed, results/096.processed,
9474: results/097.processed, results/098.processed,
9475: results/099.processed, results/100.processed,
9476: results/101.processed, results/102.processed,
9477: results/103.processed, results/104.processed,
9478: results/105.processed, results/106.processed,
9479: results/107.processed, results/108.processed,
9480: results/109.processed, results/110.processed,
9481: results/111.processed, results/112.processed,
9482: results/113.processed, results/114.processed,
9483: results/115.processed, results/116.processed,
9484: results/117.processed, results/118.processed,
9485: results/119.processed, results/120.processed,
9486: results/121.processed, results/122.processed,
9487: results/123.processed, results/124.processed,
9488: results/125.processed, results/126.processed,
9489: results/127.processed, results/128.processed,
9490: results/129.processed, results/130.processed,
9491: results/131.processed, results/132.processed,
9492: results/133.processed, results/134.processed,
9493: results/135.processed, results/136.processed,
9494: results/137.processed, results/138.processed,
9495: results/139.processed, results/140.processed,
9496: results/141.processed: merged(copied) to HEAD from template_gc
9497:
9498: * src/targets/: apache13/ApacheModuleParser3.dsp, cgi/parser3.dsp,
9499: isapi/parser3isapi.dsp: more step towards \parser3project not
9500: having to be in root
9501:
9502: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
9503: targets/apache13/ApacheModuleParser3.dsp,
9504: targets/apache13/pa_md5c.c: apache module compiled [were minor
9505: unnecessary changes in lib/md5 interface]
9506:
9507: * src/include/pa_version.h: release
9508:
9509: * parser3.dsw, src/main/pa_globals.C, www/htdocs/.htaccess:
9510: relative paths to xml&gc libs
9511:
9512: * src/classes/math.C: merged uuid bugfix
9513:
9514: * tests/: 141.html, results/141.processed: fixed bug with
9515: too-small-a-buffer
9516:
9517: * src/classes/math.C: uuid bugfix
9518:
9519: * tests/: 141.html, Makefile, results/005.processed,
9520: results/030.processed, results/075.processed,
9521: results/078.processed: to reflect date format change (were -
9522: become ' ')
9523:
9524: * src/classes/math.C: uuid bugfix
9525:
9526: * parser3.dsw, src/main/pa_globals.C,
9527: src/targets/apache13/ApacheModuleParser3.dsp,
9528: www/htdocs/.htaccess: few paths for libxml debug/release changes
9529:
9530: * src/lib/md5/pa_md5c.c: PA_ -> pa_
9531:
9532: 2003-07-23 paf
9533:
9534: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
9535: renamed a little [to move to comman naming conv]
9536:
9537: * src/targets/apache13/Makefile.am: proper dependence to rebuild
9538: p3conf from .in
9539:
9540: * src/targets/: Makefile.am, apache13/Makefile.am,
9541: apache13/p3runConfigure.in, apache13/pa_httpd.h,
9542: apache13core/Makefile.am: apache13 splitted to simplify apache
9543: build
9544:
9545: * src/targets/: apache13/ApacheModuleParser3.dsp,
9546: apache13/mod_parser3.c, apache13/mod_parser3_main.C,
9547: apache13/pa_httpd.h, apache13/pa_threads.C,
9548: apache13core/ApacheModuleParser3Core.dsp,
9549: apache13core/mod_parser3.C, apache13core/pa_threads.C: splitted
9550: apache to two projects to simplify separate c/c++ compilation
9551:
9552: * src/targets/apache13/mod_parser3.c: started splitting mod_parser3
9553: into two parts: C and C++
9554:
9555: * src/targets/apache13/mod_parser3.c: started splitting mod_parser3
9556: into two parts: C and C++
9557:
9558: * src/targets/apache13/: Makefile.am, mod_parser3.C,
9559: ApacheModuleParser3.dsp, mod_parser3_main.C, pa_httpd.h,
9560: pa_md5c.c: started splitting mod_parser3 into two parts: C and
9561: C++
9562:
9563: * src/targets/apache13/pa_threads.C: decided to support
9564: multithreading in apache module only on win32 see that apache
9565: 1.3.28 supports it only in win32+netware...
9566:
9567: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
9568: main/pa_request.C, main/pa_sql_driver_manager.C,
9569: main/pa_stylesheet_manager.C,
9570: targets/apache13/ApacheModuleParser3.dsp,
9571: targets/isapi/parser3isapi.dsp: stack top_index() fixed
9572:
9573: * src/main/pa_globals.C: minor style changes
9574:
9575: * src/: classes/op.C, include/pa_sql_connection.h: connection
9576: closing/caching fixed [connections were not closed/put to cache]
9577:
9578: * src/targets/apache13/: ApacheModuleParser3.dsp, mod_parser3.C:
9579: updated to new sapi interface
9580:
9581: 2003-07-22 paf
9582:
9583: * INSTALL: gc part updated stightly
9584:
9585: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
9586: new sapi interface
9587:
9588: * src/classes/file.C: comment on OS
9589:
9590: * src/main/pa_string.C: removed reduntant invariant check [there is
9591: one deeper in cord lib]
9592:
9593: * src/main/pa_exec.C: on win32 bugfix in handling shbang
9594:
9595: * src/main/pa_memory.C: out of memory is no longer coredump
9596:
9597: * INSTALL: disable-threads adviced
9598:
9599: 2003-07-21 paf
9600:
9601: * src/classes/Makefile.am: removed circular dependency on classes.C
9602:
9603: * src/classes/file.C: file::exec/cgi environment variables now must
9604: be UPPERCASE and A-Z 0-9 _-
9605:
9606: * src/classes/file.C: env passing fixed
9607:
9608: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
9609:
9610: * src/main/pa_common.C: http:// CRLF now
9611:
9612: 2003-07-02 paf
9613:
9614: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
9615: fields to reflect their real meaning
9616:
9617: 2003-06-27 paf
9618:
9619: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
9620: include/pa_hash.h, main/pa_charset.C: merged from HEAD
9621: file::exec/cgi .charset
9622:
9623: 2003-06-26 paf
9624:
9625: * ChangeLog, src/classes/file.C, src/classes/hash.C,
9626: src/classes/image.C, src/classes/op.C, src/classes/string.C,
9627: src/classes/table.C, www/htdocs/.htaccess: fixed several
9628: uninitialized local structures. notably ^hash.foreach now
9629: inserts delimiters properly [were inserting it before first body]
9630:
9631: 2003-06-24 paf
9632:
9633: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
9634:
9635: 2003-06-20 paf
9636:
9637: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
9638: src/main/pa_globals.C: introducing
9639: $f[^file::load[binary;http://...]] $f.tables
9640:
9641: 2003-06-06 paf
9642:
9643: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
9644: table. [were method lookup: inconsistent]
9645:
9646: 2003-06-02 paf
9647:
9648: * src/include/pa_memory.h: empty string clone fixed to return
9649: writable memory
9650:
9651: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
9652: were not appended] which violated string invariant
9653:
9654: 2003-05-30 paf
9655:
9656: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
9657: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
9658:
9659: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
9660: GMT ; RFC 822, updated by RFC 1123
9661:
9662: * src/: classes/file.C, classes/form.C,
9663: targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
9664: targets/isapi/parser3isapi.C: initialized request_info properly
9665:
9666: * src/classes/xnode.C: found minor bug, commended for future
9667:
9668: 2003-05-28 paf
9669:
9670: * src/classes/form.C: request_info.content_length can't be <0,
9671: size_t for some time
9672:
9673: 2003-05-26 paf
9674:
9675: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
9676: forgotten <0 changed to !=STRING_NOT_FOUND
9677:
9678: * src/classes/math.C: merged ffffu from HEAD
9679:
9680: 2003-05-11 paf
9681:
9682: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
9683:
9684: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
9685: premature doc free. transformed document had xmlDoc reference
9686: stored to non-gc-memory (libgdome) added holding-reference
9687:
9688: 2003-04-29 paf
9689:
9690: * src/main/pa_globals.C: started digging on double free. on win32
9691: found that that's perfectly normal.
9692:
9693: 2003-04-25 paf
9694:
9695: * src/classes/table.C: table.join bug fix [bad limit check]
9696:
9697: * src/classes/math.C: merged from HEAD: simpiler hash_string
9698:
9699: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
9700: print anything. changed to quicker and simplier code
9701:
9702: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
9703: strict a check]
9704:
9705: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
9706:
9707: 2003-04-24 paf
9708:
9709: * src/include/pa_table.h: too strict assert loosened
9710:
9711: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
9712: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
9713: report
9714:
9715: 2003-04-21 paf
9716:
9717: * src/targets/cgi/Makefile.am: pp3 added to .am
9718:
9719: * src/main/pa_globals.C: pcre memory management changed to use GC
9720: memory
9721:
9722: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
9723: xmlMallocAtomic [author agreed to my suggestion], used that
9724:
9725: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
9726:
9727: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
9728: types/pa_vmail.C: attributed_meaning_to_string added
9729: L_UNSPECIFIED piece which was sortof OK, but violated string
9730: invariant [assertion barked on that] changed to L_PASS_APPEND,
9731: made that param obligatory
9732:
9733: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
9734: fixed [assert helped]
9735:
9736: * src/include/pa_string.h: assert added [looking for bug]
9737:
9738: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
9739: names on Win32 considered disk-global
9740:
9741: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
9742: considered disk-global
9743:
9744: 2003-04-18 paf
9745:
9746: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
9747: filenames
9748:
9749: * src/main/untaint.C: enabled '~' letter in filenames
9750:
9751: 2003-04-16 paf
9752:
9753: * src/classes/file.C: small bug introduced in autoptr times fixed
9754:
9755: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
9756: HEAD
9757:
9758: * src/classes/table.C: fix: gcc reported tiny error
9759:
9760: 2003-04-15 paf
9761:
9762: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
9763: src/lib/md5/pa_md5c.c, tests/141.html,
9764: tests/results/141.processed, www/htdocs/.htaccess: merged from
9765: head ^math:uuid[] ^math:uid64[] ^math:md5[string]
9766:
9767: test added: 141.html
9768:
9769: * operators.txt, src/classes/math.C: ^math:uid64[]
9770:
9771: * src/classes/math.C: ^math:uuid[]
9772:
9773: * operators.txt, src/classes/math.C: ^math:uuid[]
9774:
9775: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
9776: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
9777:
9778: * operators.txt, src/classes/file.C, src/include/pa_common.h,
9779: src/include/pa_config_fixed.h, src/main/pa_common.C:
9780: ^file::load[mode;name; $.offset $.limit
9781:
9782: 2003-04-14 paf
9783:
9784: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
9785: started ^math:md5
9786:
9787: * src/classes/table.C, src/include/pa_array.h,
9788: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
9789: tests/results/140.processed: table $.reverse option works in
9790: create&co table $.distinct[tables] bug fix merged
9791:
9792: * src/: classes/table.C, include/pa_table.h: table
9793: $.distinct[tables] bug fixed
9794:
9795: * src/classes/table.C: more warnings
9796:
9797: * src/include/pa_array.h, src/include/pa_table.h,
9798: src/main/pa_table.C, www/htdocs/.htaccess: removed checks in
9799: table::set_current, moved them back to table::locate implemented
9800: table::create/join ñ $.reverse
9801:
9802: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
9803: removed checks in table::set_current, moved them back to
9804: table::locate
9805:
9806: 2003-04-11 paf
9807:
9808: * operators.txt, src/classes/date.C, src/classes/table.C,
9809: src/include/pa_array.h, src/include/pa_common.h,
9810: src/include/pa_config_includes.h, src/include/pa_string.h,
9811: src/include/pa_table.h, src/main/pa_request.C,
9812: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
9813: src/main/pa_table.C, www/htdocs/.htaccess: merged from HEAD from
9814: before_append_array_limit_sense_change to
9815: after_append_array_limit_sense_change
9816:
9817: * src/classes/table.C: typo
9818:
9819: * www/htdocs/.htaccess, operators.txt, src/classes/date.C,
9820: src/classes/table.C, src/include/pa_array.h,
9821: src/include/pa_common.h, src/include/pa_config_includes.h,
9822: src/include/pa_globals.h, src/include/pa_table.h,
9823: src/main/pa_array.C, src/main/pa_globals.C,
9824: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
9825: src/main/pa_string.C, src/main/pa_table.C:
9826: append_array_limit_sense_change locate accepts options same as
9827: create new option: $.reverse(1) [do not work in table::create]
9828:
9829: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
9830: (stat xxx,
9831:
9832: * src/classes/: table.C: typo
9833:
9834: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
9835: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
9836: results/130.processed, results/131.processed,
9837: results/132.processed, results/133.processed,
9838: results/134.processed, results/135.processed,
9839: results/136.processed, results/137.processed,
9840: results/138.processed, results/139.processed: added few mustfail
9841: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
9842: date/time 132.html mustfail: access to junction outside of
9843: context 133.html mustfail: access to junction outside of context,
9844: case version 134.html mustfail: hash: adding a key inside of
9845: foreach 135.html mustfail: modifying system class 136.html
9846: mustfail: $.name outside of $hash[here] 137.html mustfail:
9847: appendChild without import 138.html mustfail: invalid encoding
9848: inside of xml 139.html mustfail: bad XPath
9849:
9850: * operators.txt, src/classes/table.C, tests/084.html,
9851: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
9852: tests/129.html, tests/results/125.processed,
9853: tests/results/126.processed, tests/results/127.processed,
9854: tests/results/128.processed, tests/results/129.processed: merged
9855: from HEAD ^table.hash[key][$.distinct[tables]]
9856:
9857: maked appropriate tests [changed one old nonconforming]
9858:
9859: * operators.txt, src/classes/table.C:
9860: ^table.hash[key][$.distinct[tables]]
9861:
9862: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
9863: merged fix for found very old xml (dom) bug: were passing
9864: domString objects and later ERROREOUSLY freed them
9865:
9866: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
9867: src/main/pa_charset.C: re-added libgdome patch. regretfully
9868: libgdome bug can not be worked around
9869:
9870: 2003-04-10 paf
9871:
9872: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
9873: found very old xml (dom) bug: were passing domString objects and
9874: later ERROREOUSLY freed them
9875:
9876: * src/doc/string.dox, src/include/pa_memory.h,
9877: src/include/pa_string.h, src/lib/cord/cordbscs.c,
9878: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
9879: tests/123.html, tests/124.html, tests/results/001.processed,
9880: tests/results/002.processed, tests/results/003.processed,
9881: tests/results/004.processed, tests/results/005.processed,
9882: tests/results/006.processed, tests/results/008.processed,
9883: tests/results/009.processed, tests/results/010.processed,
9884: tests/results/011.processed, tests/results/012.processed,
9885: tests/results/013.processed, tests/results/014.processed,
9886: tests/results/015.processed, tests/results/016.processed,
9887: tests/results/017.processed, tests/results/018.processed,
9888: tests/results/020.processed, tests/results/021.processed,
9889: tests/results/022.processed, tests/results/023.processed,
9890: tests/results/024.processed, tests/results/025.processed,
9891: tests/results/026.processed, tests/results/027.processed,
9892: tests/results/028.processed, tests/results/029.processed,
9893: tests/results/030.processed, tests/results/031.processed,
9894: tests/results/032.processed, tests/results/033.processed,
9895: tests/results/034.processed, tests/results/035.processed,
9896: tests/results/036.processed, tests/results/037.processed,
9897: tests/results/038.processed, tests/results/039.processed,
9898: tests/results/040.processed, tests/results/041.processed,
9899: tests/results/042.processed, tests/results/043.processed,
9900: tests/results/044.processed, tests/results/045.processed,
9901: tests/results/046.processed, tests/results/047.processed,
9902: tests/results/048.processed, tests/results/049.processed,
9903: tests/results/050.processed, tests/results/051.processed,
9904: tests/results/052.processed, tests/results/053.processed,
9905: tests/results/054.processed, tests/results/055.processed,
9906: tests/results/056.processed, tests/results/057.processed,
9907: tests/results/058.processed, tests/results/059.processed,
9908: tests/results/060.processed, tests/results/061.processed,
9909: tests/results/062.processed, tests/results/063.processed,
9910: tests/results/064.processed, tests/results/065.processed,
9911: tests/results/066.processed, tests/results/067.processed,
9912: tests/results/068.processed, tests/results/069.processed,
9913: tests/results/070.processed, tests/results/071.processed,
9914: tests/results/072.processed, tests/results/073.processed,
9915: tests/results/074.processed, tests/results/075.processed,
9916: tests/results/076.processed, tests/results/077.processed,
9917: tests/results/078.processed, tests/results/079.processed,
9918: tests/results/080.processed, tests/results/081.processed,
9919: tests/results/082.processed, tests/results/083.processed,
9920: tests/results/084.processed, tests/results/085.processed,
9921: tests/results/086.processed, tests/results/087.processed,
9922: tests/results/088.processed, tests/results/089.processed,
9923: tests/results/090.processed, tests/results/091.processed,
9924: tests/results/092.processed, tests/results/093.processed,
9925: tests/results/094.processed, tests/results/095.processed,
9926: tests/results/096.processed, tests/results/097.processed,
9927: tests/results/101.processed, tests/results/102.processed,
9928: tests/results/104.processed, tests/results/105.processed,
9929: tests/results/106.processed, tests/results/107.processed,
9930: tests/results/108.processed, tests/results/109.processed,
9931: tests/results/110.processed, tests/results/111.processed,
9932: tests/results/112.processed, tests/results/113.processed,
9933: tests/results/114.processed, tests/results/115.processed,
9934: tests/results/116.processed, tests/results/117.processed,
9935: tests/results/118.processed, tests/results/119.processed,
9936: tests/results/120.processed, tests/results/121.processed,
9937: tests/results/122.processed, tests/results/123.processed,
9938: tests/results/124.processed: new convention: char* never 0.
9939: assert in cord on that
9940:
9941: * src/main/pa_charset.C: couple more asserts
9942:
9943: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
9944: speedup
9945:
9946: * src/main/pa_charset.C: couple assertions on fantastic situations
9947: added [may be those is the case now?]
9948:
9949: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
9950: that's memory from gc_malloc, not from g_malloc :(, but would
9951: hope]
9952:
9953: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
9954: that's memory from gc_malloc, not from g_malloc :(, but would
9955: hope]
9956:
9957: * src/main/pa_charset.C: checked custom malloc for returning 0
9958:
9959: 2003-04-09 paf
9960:
9961: * src/classes/date.C: merged ^date.roll changes
9962:
9963: * src/classes/date.C: ^date.roll bug fix
9964:
9965: * src/classes/date.C: ^date.roll now throws less errors: month
9966: shifts handles end of month situation by reducing day number
9967: hour-hole shift reduces hour to recover
9968:
9969: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
9970: Sort by function time
9971:
9972: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
9973: http:// $.charset[] param done
9974:
9975: * tests/: 122.html, results/122.processed: 122 date test <= and ==
9976: added [after volatile fix. passes on win&intel-solaris]
9977:
9978: 2003-04-08 paf
9979:
9980: * src/: classes/file.C, classes/op.C, classes/table.C,
9981: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
9982: include/pa_common.h, include/pa_request_charsets.h,
9983: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9984: main/pa_exec.C, main/pa_request.C, main/untaint.C,
9985: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
9986: types/pa_vresponse.C: started http:// $.charset[] param and
9987: http response charset detection just compiled. todo:test
9988:
9989: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
9990:
9991: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
9992: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
9993: types/pa_vmail.C: changed transcode param converntion along with
9994: string creating convention -- all strings are zero-terminated,
9995: this allowed to fix one remaining String("123", 2) case
9996:
9997: * src/: classes/date.C, classes/file.C, classes/hash.C,
9998: classes/op.C, classes/string.C, classes/table.C,
9999: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
10000: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
10001: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
10002: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
10003: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
10004: violated String::invariant. started fixing [not compiled now]
10005:
10006: * src/classes/string.C, src/include/pa_string.h,
10007: src/lib/cord/cordbscs.c, src/main/compile.tab.C,
10008: src/main/compile.y, src/main/pa_string.C, src/main/untaint.C,
10009: src/targets/cgi/parser3.C, www/htdocs/.htaccess: number of string
10010: style improvements & optimizations
10011:
10012: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
10013: :(]
10014:
10015: * src/main/untaint.C: removed redundant & in CORD_pos param passing
10016: [for it's a pointer really]
10017:
10018: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
10019: 'n' param. worked that around
10020:
10021: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
10022: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
10023: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
10024: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
10025: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
10026:
10027: Thanks for the bug report and patch.
10028:
10029: I hadn't looked at this code in a while. Reading it now, it
10030: seems to me that the tests should also be ">= MAX_DEPTH" to
10031: comply with the invariant, though that may not matter a lot. I
10032: changed that, too.
10033:
10034: Hans
10035:
10036: 2003-04-07 paf
10037:
10038: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
10039: merged from head:safe mode error message now includes numbers
10040:
10041: * src/main/execute.C: n-th attempt to make a=a work with double.
10042: problem: as_double returns it's result in fp-register compiler
10043: optimizes access to that register after b->as_double, and just
10044: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
10045: from memory. _SAME_ double values do not match here. when
10046: forced to REload fp-register, values do match.
10047:
10048: tried to make them volatile.
10049:
10050: * src/main/execute.C: n-th attempt to make a=a work with double.
10051: problem: as_double returns it's result in fp-register compiler
10052: optimizes access to that register after b->as_double, and just
10053: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
10054: from memory. _SAME_ double values do not match here. when
10055: forced to REload fp-register, values do match.
10056:
10057: tried to make them volatile.
10058:
10059: * src/types/pa_vobject.h: small style change
10060:
10061: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
10062:
10063: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
10064: mode error message now includes numbers
10065:
10066: * src/main/untaint.C, src/targets/cgi/parser3.C,
10067: www/htdocs/.htaccess: unknown untaint lang now causes death
10068:
10069: 2003-04-04 paf
10070:
10071: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
10072: incorportated pa_exec patch by From: "Victor Fedoseev"
10073: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
10074: Sent: Thursday, January 23, 2003 9:14 AM
10075:
10076: huge speedup on ^file::cgi with big result
10077:
10078: * src/classes/table.C: sort table with 0 rows bug fixed
10079:
10080: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
10081: fix http://i2/tasks/edit/?id=4493701604654042676
10082:
10083: @main[] $with_default[ $.a[1] $._default[default from
10084: with_default] ] ^show[$with_default]
10085:
10086: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
10087: =$to_add_to.xxx=<br>
10088:
10089: ^show[$to_add_to]
10090:
10091: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
10092: ^show[$cloned]
10093:
10094: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
10095:
10096: } <hr>
10097:
10098: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
10099: http://i2/tasks/edit/?id=4493701604654042676
10100:
10101: @main[] $with_default[ $.a[1] $._default[default from
10102: with_default] ] ^show[$with_default]
10103:
10104: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
10105: =$to_add_to.xxx=<br>
10106:
10107: ^show[$to_add_to]
10108:
10109: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
10110: ^show[$cloned]
10111:
10112: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
10113:
10114: } <hr>
10115:
10116: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
10117: http://i2/tasks/edit/?id=4507350336410850921
10118:
10119: * src/classes/xdoc.C: memory allocation func bugfix
10120: http://i2/tasks/edit/?id=4499303470368629745
10121:
10122: * src/classes/math.C: allowed random 1...
10123:
10124: * src/classes/math.C: allowed random 0..
10125:
10126: * src/main/pa_globals.C: exif mem leak
10127: http://i2/tasks/edit/?id=4480590323629807263
10128:
1.88 ! moko 10129: * src/: classes/classes.dsp, main/main.dsp,
! 10130: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
! 10131: fix http://i2/tasks/edit/?id=4493946731322521294
1.86 moko 10132: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
10133:
1.88 ! moko 10134: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
1.86 moko 10135: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
10136: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
10137: links to xml libs made relative, no need to unpack parser3project
10138: to /parser3project.
10139:
10140: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
10141: column more precise - tab handling bug fixed
10142:
10143: * src/main/: compile.tab.C, compile.y: more understandable error
10144: message in case @CLASS with more then one line inside
10145:
10146: * src/targets/cgi/parser3.C: more understandable error message in
10147: case of errors in @unhandled_exception
10148:
10149: 2003-04-03 paf
10150:
10151: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
10152: src/main/compile.tab.C, src/main/compile.y,
10153: src/main/compile_tools.C, src/main/compile_tools.h,
10154: src/main/execute.C, src/main/pa_request.C: debug info format
10155: simplified, now it's: OP_VALUE Operation::Origin << here value*
10156:
10157: higher limits: file number (max: 255) line number (max:
10158: 64535) column number (max: 255)
10159:
10160: * src/classes/math.C: top limit
10161:
10162: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
10163: precise parse error position in case of
10164:
10165: ^bug ]
10166:
10167: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
10168: changed to realities, and passed [bug fixed]
10169:
10170: * src/: classes/op.C, include/pa_request.h, main/compile.C,
10171: main/compile.tab.C, main/compile.y, main/compile_tools.C,
10172: main/compile_tools.h, main/pa_request.C: introducing
10173: ^process...[main-method-alias]
10174:
10175: * src/: classes/date.C, classes/image.C, classes/op.C,
10176: classes/string.C, classes/table.C, classes/xdoc.C,
10177: types/pa_vmethod_frame.h: MethodParams& now [methods without
10178: params receive zero reference, but they are expected not to look
10179: there]
10180:
10181: * operators.txt, src/classes/date.C, src/classes/double.C,
10182: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10183: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
10184: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
10185: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10186: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
10187: src/main/execute.C, src/types/pa_method.h: MethodParams& now
10188: [methods without params receive zero reference, but they are
10189: expected not to look there]
10190:
10191: * operators.txt, src/classes/op.C, src/include/pa_request.h,
10192: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
10193: ^process...[filename] useful for better error reporting
10194: [file/line/col]
10195:
10196: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
10197: types/pa_vstring.h: slightly improved error messages text: 1. is
10198: '%s', it 2. method undefined in case of ^void[]
10199:
10200: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
10201: include/pa_types.h, main/execute.C, main/pa_request.C: exception
10202: handling done. now we have error columns todo: test it
10203:
10204: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
10205: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
10206:
10207: this makes life easier: were: bad stack order -- were in
10208: exception catch unwind order, which didn't match execution order
10209:
10210: @main[] ^try{ ^first[] }{ ^throw[c;3] }
10211:
10212: @first[] ^throw[a;1]
10213:
10214: showed throw a first throw b try
10215:
10216: which is no good
10217:
10218: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
10219: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
10220: trace reset after handled exception [old bug fixed]
10221:
10222: * src/main/: compile.tab.C, compile.y: parse position old bug
10223: fixed. position reporting made precise [both, in parse erros and
10224: runtime errors]
10225:
10226: 2003-04-02 paf
10227:
10228: * src/: include/pa_operation.h, include/pa_request.h,
10229: main/compile.C, main/compile.tab.C, main/compile.y,
10230: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10231: main/pa_exception.C, main/pa_request.C: debug info: started
10232: using. todo:complete
10233:
10234: * src/classes/op.C, src/include/pa_operation.h,
10235: src/include/pa_request.h, src/main/compile.C,
10236: src/main/compile.tab.C, src/main/compile.y,
10237: src/main/compile_tools.C, src/main/compile_tools.h,
10238: src/main/execute.C, src/main/pa_request.C, www/htdocs/.htaccess:
10239: prepared debug info todo:use it
10240:
10241: * src/include/pa_operation.h: strange mistake fixed: forgot to
10242: return Operation class->union after switching from autoptrs.
10243:
10244: * tests/: Makefile, results/108.processed, results/117.processed:
10245: meta considered OK [it's up to coder now to remove it not needed]
10246:
10247: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
10248: Dictionary constructor when moved to gc]
10249:
10250: * src/main/pa_common.C: uncommented http:// file loading
10251:
1.88 ! moko 10252: * src/include/pa_array.h, src/main/execute.C,
1.86 moko 10253: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
10254: fix [gdGrowingBuf]
10255:
10256: * configure.in, src/lib/Makefile.am, www/htdocs/.htaccess: removed
10257: patches
10258:
10259: * configure, src/include/pa_config_auto.h.in,
10260: src/main/pa_charset.C: --enable-assertions autoconf-ed
10261:
10262: * src/main/pa_common.C, www/htdocs/.htaccess: uncommented http://
10263: file loading
10264:
10265: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
10266: xdoc::create/load
10267:
10268: * src/: classes/form.C, classes/hash.C, classes/image.C,
10269: classes/string.C, classes/table.C, classes/void.C,
10270: include/pa_common.h, main/pa_common.C, main/pa_request.C,
10271: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
10272: String::String(str,helper_length) are checked. found/fixed one
10273: place: $request:body now zero-terminated,
10274:
10275: * src/: classes/op.C, classes/table.C, include/pa_request.h,
10276: main/compile_tools.C, main/execute.C, types/pa_value.h,
10277: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
10278: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
10279: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
10280: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
10281: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
10282: types/pa_vxnode.h: more locally scoped vars in execute (more
10283: easily optimizable)
10284:
10285: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
10286: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
10287:
10288: * src/: include/pa_array.h, include/pa_stack.h,
10289: include/pa_string.h, main/compile_tools.C, main/main.dsp,
10290: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
10291: become assertion iterator in methodframe filler
10292:
10293: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
10294: targets/cgi/parser3.C: array::get/put inlined
10295:
10296: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
10297: gc_substitute_memory_management_functions +installed CORD_oom
10298: function
10299:
10300: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
10301: src/include/pa_config_includes.h, src/include/pa_string.h,
10302: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
10303: src/targets/cgi/parser3.C: converted debug hacks to ANSI
10304: assertions started configure.in --enable-assertions
10305:
10306: 2003-04-01 paf
10307:
10308: * src/classes/xdoc.C, src/classes/xnode.h, src/include/pa_memory.h,
10309: src/main/pa_memory.C, src/targets/cgi/parser3.C,
10310: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
10311: src/types/pa_vxnode.h, www/htdocs/.htaccess: memory bug debugged
10312: down: gdome uses glib memory, and stores last pointer to xmlDoc
10313: there, gc misses that and collects valid memory fixed by
10314: remembering xmlDoc from dom object in xdoc. todo: do something
10315: with premature free of xdoc with xnodes/node values referring
10316: into it
10317:
10318: * src/classes/: mail.C: typo fix
10319:
1.88 ! moko 10320: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
! 10321: changes
1.86 moko 10322:
10323: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
10324: main/pa_memory.C: moved memory debugging to global level: to
10325: pa_gc_malloc
10326:
10327: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
10328: debugging showed no errors. todo: debug parser memory
10329:
10330: * src/targets/cgi/: parser3.C, parser3.dsp: more build
10331: configurations
10332:
1.88 ! moko 10333: * src/: classes/classes.dsp, include/pa_config_fixed.h,
1.86 moko 10334: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
10335: targets/apache13/ApacheModuleParser3.dsp,
10336: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
10337: types/types.dsp: prepared xml-static configuration
10338:
10339: 2003-03-31 paf
10340:
10341: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
10342: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
10343: www/htdocs/.htaccess: started xml lib memory debugging, simple
10344: checks failed: it seems that library does realloc(bad ptr), and
10345: recording those ptrs in heap [for debugging] was bad: heap
10346: situation changes = everything works fine
10347:
10348: * src/: main/pa_charset.C, include/pa_charset.h: worked around
10349: xmlRegisterCharEncodingHandler limitation [currently imposed
10350: limit of 10 user-defined charsets]
10351:
10352: 2003-03-28 paf
10353:
10354: * src/main/execute.C: execution stack copied to local register
10355: variable, removed lots [~2e7) of memory accesses
10356:
10357: 2003-03-27 paf
10358:
10359: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
10360: works in debug, but fails in release todo: fix that
10361:
10362: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
10363: targets/cgi/parser3.C: forgot to merge XML memory funcs
10364: replacement from gc branch
10365:
10366: * src/main/pa_exec.C: introducing append_help_length [radical
10367: improvement here]
10368:
10369: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
10370: 'not recommened' in gc.h, on win32 noticed no difference]
10371:
10372: * src/include/pa_array.h: returned checked array get [were disabled
10373: for debugging] result:not slower [don't understand that, it were
10374: INLINED] todo: find out a way of inlining it!
10375:
10376: * src/: include/pa_string.h, lib/gc/include/gc.h,
10377: lib/gc/include/gc_fake.h, main/compile.tab.C,
10378: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
10379: convention changed: all resulting strings are zero-terminated
10380:
10381: * src/: classes/date.C, classes/file.C, classes/hash.C,
10382: classes/string.C, classes/table.C, classes/void.C,
10383: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
10384: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
10385: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
10386: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
10387: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
10388: types/pa_vfile.C, types/pa_vmail.C: introducing
10389: append_help_length [radical improvement here]
10390:
10391: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
10392: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
10393: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
10394: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
10395: even slower
10396:
10397: * src/: classes/string.C, classes/table.C, include/pa_array.h,
10398: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
10399: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
10400: clients of &get(): most to use non-ref version, some[in tight
10401: places] to get_unchecked_ref
10402:
10403: * src/doc/memory.dox: forgot to add
10404:
10405: * src/classes/classes.dsp, src/classes/memory.C,
1.88 ! moko 10406: src/classes/xdoc.C, src/include/pa_array.h,
1.86 moko 10407: src/include/pa_request.h, src/include/pa_stack.h,
10408: src/include/pa_string.h, src/lib/cord/cord.dsp,
10409: src/lib/ltdl/libltdl.dsp, src/lib/md5/md5.dsp,
10410: src/lib/pcre/pcre.dsp, src/main/compile.tab.C,
10411: src/main/compile.y, src/main/compile_tools.C,
10412: src/main/compile_tools.h, src/main/main.dsp,
10413: src/main/pa_string.C, src/targets/cgi/parser3.C,
10414: src/targets/cgi/parser3.dsp, src/types/pa_vmail.C,
10415: src/types/pa_vmethod_frame.C, src/types/types.dsp,
10416: www/htdocs/.htaccess: Array::put(index, T>>&<< removed after
10417: Stack::pop wiping removed [moved to separate func] other Array &
10418: removed
10419:
10420: 2003-03-26 paf
10421:
10422: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
1.88 ! moko 10423: classes/table.C, include/pa_array.h, include/pa_charset.h,
! 10424: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
! 10425: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
! 10426: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
! 10427: main/main.dsp, main/pa_charset.C, main/pa_common.C,
! 10428: main/pa_exec.C, main/pa_sql_driver_manager.C,
! 10429: main/pa_stylesheet_manager.C, main/pa_table.C,
! 10430: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
1.86 moko 10431: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10432: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
10433: pre-evaluated .count() in some places
10434:
1.88 ! moko 10435: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
1.86 moko 10436: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
10437: types/types.dsp: .dsp profiling updated
10438:
1.88 ! moko 10439: * src/: classes/classes.dsp, lib/cord/cord.dsp,
! 10440: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
! 10441: targets/cgi/parser3.dsp, types/types.dsp: started profiling
! 10442:
! 10443: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
! 10444: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
1.86 moko 10445: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
10446: use lib/gc,lib/cord
10447:
10448: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
1.88 ! moko 10449: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
! 10450: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
! 10451: src/include/pa_config_includes.h, src/include/pa_request.h,
! 10452: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
! 10453: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
! 10454: src/lib/Makefile.am, src/lib/cord/Makefile.am,
! 10455: src/lib/cord/include/Makefile.am,
1.86 moko 10456: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
10457: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
10458: src/targets/apache13/p3runConfigure.in,
10459: src/targets/cgi/Makefile.am, src/types/Makefile.am,
10460: src/types/pa_vclass.h, src/types/pa_vcookie.h,
10461: src/types/pa_vform.h, src/types/pa_vhash.h,
10462: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
10463: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
10464: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
10465: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
10466: funcs ported pa_exec
10467:
10468: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
10469:
10470: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
10471: bundled gc includes
10472:
10473: * src/classes/op.C, src/include/pa_array.h,
10474: src/include/pa_sql_connection.h, src/include/pa_string.h,
10475: src/include/pa_version.h, src/main/compile.tab.C,
10476: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
10477: src/main/pa_exception.C, src/main/pa_request.C,
10478: src/main/pa_string.C, src/targets/cgi/parser3.C,
10479: src/targets/cgi/parser3.dsp, www/htdocs/.htaccess: a number of
10480: bugfixes [while testing first real site (aval)]
10481:
10482: 2003-03-25 paf
10483:
10484: * operators.txt, src/main/pa_sql_driver_manager.C,
10485: src/types/pa_vstatus.C: $status.memory used free since_compact
10486: process
10487:
10488: * src/: include/pa_sql_connection.h, main/pa_globals.C,
10489: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
10490:
10491: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
10492:
10493: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
10494: src/types/pa_value.h, src/types/pa_vfile.h,
10495: src/types/pa_vobject.C, src/types/pa_vobject.h,
10496: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
10497: tests/results/121.processed: untaint.C L_URI
10498:
10499: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
10500: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
10501: src/types/pa_venv.h, src/types/types.dsp, www/htdocs/.htaccess,
10502: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
10503:
10504: * tests/results/109.processed: it was a bug in parser. updated 109
10505: test result
10506:
10507: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
10508:
10509: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
10510: tests/results/107.processed: fixed dom language [values are now
10511: considered tainted. it was a bug in parser. updated 107 test
10512: result
10513:
10514: * src/classes/xdoc.C: fixed transform params
10515:
10516: * src/: include/pa_stylesheet_manager.h,
10517: main/pa_stylesheet_manager.C: fixed stylesheet caching
10518:
10519: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
10520: overloads for structure handling
10521:
10522: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
10523: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
10524: StringBody(0) ambiguilty, introducting static
10525: StringBody::Format(int)
10526:
10527: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
10528: linked
10529:
10530: * src/types/pa_vxdoc.C: vxdoc compiled
10531:
10532: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
10533: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
10534: finalizers isntalled
10535:
10536: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
10537: doc/exception.dox, doc/index.dox, include/pa_charset.h,
10538: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
10539: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
10540: compiled todo: xnode.C / finalizers
10541:
10542: * src/doc/string.dox: updated: new string internals
10543:
10544: 2003-03-24 paf
10545:
10546: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10547: include/pa_charset.h, include/pa_config_fixed.h,
10548: include/pa_request.h, include/pa_stylesheet_connection.h,
10549: include/pa_stylesheet_manager.h, main/pa_charset.C,
10550: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
10551: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
10552: types/pa_vxnode.h: started XML
10553:
10554: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
10555:
10556: * src/: classes/file.C, classes/image.C, classes/mail.C,
10557: include/pa_string.h, main/pa_common.C,
10558: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
10559:
10560: * src/: classes/file.C, classes/image.C, classes/mail.C,
10561: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
10562: main/pa_request.C, main/pa_sql_driver_manager.C,
10563: types/pa_vimage.h: size_t pos everywhere checks changed to check
10564: for eq STRING_NOT_FOUND
10565:
10566: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
10567: optimize bit implemented
10568:
10569: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
10570: String::ArrayFragment::append_positions fixed
10571:
1.88 ! moko 10572: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
! 10573: String::this_starts fixed
1.86 moko 10574:
10575: * src/main/pa_string.C, tests/Makefile: string::pos fixed
10576:
10577: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
10578: hashcode implemented fully, including per-char callback [it can
10579: be - substr CORD node]
10580:
1.88 ! moko 10581: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
! 10582: rewritten to rewalloc with 100byte buf ahead
1.86 moko 10583:
10584: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
10585: src/include/pa_string.h, src/main/compile.tab.C,
10586: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
10587: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
10588: CORD_ec [bad] would rewrite as realloc now
10589:
10590: * src/: classes/date.C, classes/file.C, classes/form.C,
10591: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
1.88 ! moko 10592: include/pa_cache_managers.h, include/pa_charsets.h,
! 10593: include/pa_common.h, include/pa_request.h,
1.86 moko 10594: include/pa_sql_driver_manager.h, include/pa_table.h,
10595: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
10596: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
10597: targets/apache13/mod_parser3.C, targets/isapi/parser3isapi.C,
10598: types/pa_value.C, types/pa_value.h, types/pa_vmail.C,
10599: types/pa_vmethod_frame.C, types/pa_vstateless_class.h: 2*2 worked
10600: :)
10601:
10602: * parser3.dsw, src/classes/date.C, src/classes/file.C,
10603: src/include/pa_exec.h, src/include/pa_string.h,
10604: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
10605: passed OK
10606:
10607: * src/: classes/hash.C, classes/string.C, classes/table.C,
10608: types/pa_value.C: all linked todo: debug
10609:
1.88 ! moko 10610: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
! 10611: types/pa_vstateless_class.C: all compiled. todo:link
1.86 moko 10612:
10613: * src/types/pa_wcontext.C: pa_wcontext.C compiled
10614:
10615: * src/types/pa_vtable.C: pa_vtable.C compiled
10616:
10617: * src/types/pa_vstring.C: pa_vstring.C compiled
10618:
10619: * src/types/pa_vstatus.C: pa_vstatus.C compiled
10620:
10621: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
10622: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
10623: pa_vstateless_class.C, pa_vstateless_class.h:
10624: pa_vstateless_class.C compiled
10625:
10626: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
10627: types/pa_vmath.C: pa_vmail.C compiled
10628:
10629: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
10630:
10631: * src/types/pa_vform.C: pa_vform.C compiled
10632:
10633: * src/types/pa_vfile.C: pa_vfile.C compiled
10634:
10635: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
10636: pa_vstateless_class.C: pa_vcookie.C compiled
10637:
10638: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
10639: types/pa_vhash.h: pa_value.C compiled
10640:
10641: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
10642: classes.lib main.lib compiled
10643:
10644: * src/classes/void.C: void.C compiled
10645:
10646: * src/: classes/string.C, classes/table.C, include/pa_string.h,
10647: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
10648: compiled
10649:
10650: * src/: classes/string.C, include/pa_request.h,
10651: include/pa_string.h, main/pa_string.C: string.C compiled
10652:
10653: * src/: classes/op.C, classes/string.C, classes/table.C,
10654: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
10655: main/pa_request.C, main/pa_string.C: op.C compiled
10656:
10657: * src/classes/: math.C, op.C: math.C compiled
10658:
10659: * src/: classes/mail.C, classes/string.C, classes/table.C,
1.88 ! moko 10660: types/pa_vmail.h: mail.C compiled
1.86 moko 10661:
10662: * src/classes/: int.C, table.C: int.C compiled
10663:
10664: * src/: classes/hash.C, classes/image.C, classes/string.C,
10665: classes/table.C, include/pa_memory.h, include/pa_string.h,
10666: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
10667: compiled
10668:
10669: * src/: classes/hash.C, classes/string.C, classes/table.C,
10670: classes/void.C, classes/xdoc.C, include/pa_request.h,
10671: include/pa_sql_connection.h: hash.C compiled
10672:
10673: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
10674: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
10675: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
10676: classes/math.C, classes/op.C, classes/response.C,
10677: classes/string.C, classes/table.C, classes/void.C,
1.88 ! moko 10678: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
! 10679: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
! 10680: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
! 10681: file.C table.C compiled
1.86 moko 10682:
10683: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
10684: main/untaint.C: main.lib compiled
10685:
10686: 2003-03-21 paf
10687:
10688: * src/: classes/op.C, include/pa_cache_managers.h,
10689: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10690: include/pa_stylesheet_manager.h, main/pa_exception.C,
10691: main/pa_globals.C, main/pa_sql_driver_manager.C,
10692: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
10693: compiled
10694:
10695: * src/: classes/hash.C, classes/image.C, classes/op.C,
10696: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
10697: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
10698: main/compile.C, main/pa_common.C, main/pa_request.C,
10699: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
10700: pa_request.C compiled
10701:
10702: * src/: classes/hash.C, classes/mail.C, classes/op.C,
10703: include/pa_request.h, main/execute.C, main/pa_request.C,
10704: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
10705: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
10706: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10707: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
10708: compiled
10709:
10710: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
10711: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
10712: on unix
10713:
10714: * src/: include/pa_charset.h, include/pa_charsets.h,
10715: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
10716: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
10717: pa_charsets.C compiled
10718:
10719: * src/: classes/image.C, classes/mail.C, classes/op.C,
10720: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
10721: main/compile.y, main/execute.C, main/pa_common.C,
10722: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
10723: types/pa_vcode_frame.h, types/pa_vimage.h,
10724: types/pa_vmethod_frame.h: execute.C compiled
10725:
10726: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10727: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10728: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
10729: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
10730: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1.88 ! moko 10731: include/pa_cache_managers.h, include/pa_charsets.h,
! 10732: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
! 10733: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
1.86 moko 10734: include/pa_sql_driver_manager.h, include/pa_string.h,
10735: include/pa_stylesheet_connection.h,
10736: include/pa_stylesheet_manager.h, include/pa_table.h,
10737: main/compile.C, main/compile.tab.C, main/compile.y,
10738: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10739: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10740: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
10741: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
10742: targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
10743: targets/isapi/parser3isapi.C, types/pa_junction.h,
10744: types/pa_method.h, types/pa_value.C, types/pa_value.h,
10745: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
10746: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
10747: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
10748: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
10749: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
10750: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
10751: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
10752: types/pa_vmath.h, types/pa_vmethod_frame.C,
10753: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10754: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10755: types/pa_vresponse.h, types/pa_vstateless_class.C,
10756: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
10757: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
10758: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
10759: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10760: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10761: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
10762: [C++ CORD wrapper]
10763:
10764: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
10765:
10766: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
10767: $file::exec/cgi[script; $.charset[this is script's charset]
10768:
10769: command line, env values, input got transcoded before call
10770: stdout, stderr got transcoded after call
10771:
10772: * src/classes/file.C: ^file::exec/cgi now does not pass post data
10773: by default. use: ^file::exec[...;$.stdin[$request.body]
10774:
10775: * src/main/pa_common.C: } typo bug fix
10776:
10777: * src/main/pa_common.C: } typo bug fix
10778:
10779: 2003-03-20 paf
10780:
10781: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
10782: main/untaint.C: cord bug fix, but still errors todo: clear out
10783:
10784: * src/include/pa_string.h: more tests
10785:
10786: * src/main/pa_string.C: string.pos fixed
10787:
10788: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
10789: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
10790: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
10791: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
10792: replaces
10793:
10794: * src/: classes/image.C, include/pa_dictionary.h,
10795: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
10796: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
10797: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
10798: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
10799:
10800: * src/include/pa_string.h: warning
10801:
10802: * src/include/pa_string.h: this_starts fixed
10803:
10804: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
10805: new String ctor & append params convention
10806:
10807: * src/: classes/file.C, classes/hash.C, classes/image.C,
10808: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
10809: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
10810: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
10811: main/pa_exception.C, main/pa_exec.C,
10812: main/pa_sql_driver_manager.C, main/pa_string.C,
10813: main/pa_stylesheet_manager.C, main/untaint.C,
10814: targets/isapi/parser3isapi.C, types/pa_vimage.C,
10815: types/pa_vmail.C: more tests OK
10816:
10817: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
10818: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
10819: gc/exit runned OK
10820:
10821: * src/types/pa_vmail.C: another naming problem: should not name
10822: vars like that: unpredictable close caused problems with later
10823: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
10824: descriptors missing on startup: stdin; Bad file number
10825:
10826: todo: find out why so many filters(stream) here. probably wrong?
10827:
10828: * src/: include/pa_dictionary.h, include/pa_string.h,
10829: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
10830: main/untaint.C: test compiled
10831:
10832: * src/: classes/image.C, classes/mail.C, classes/math.C,
10833: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
10834: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
10835: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
10836: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
10837: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
10838: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
10839: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
10840: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
10841: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
10842:
10843: * parser3.dsw, src/classes/file.C, src/classes/image.C,
10844: src/classes/op.C, src/classes/string.C, src/classes/table.C,
1.88 ! moko 10845: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
! 10846: src/include/pa_memory.h, src/include/pa_request.h,
! 10847: src/include/pa_request_charsets.h,
1.86 moko 10848: src/include/pa_sql_connection.h, src/include/pa_string.h,
10849: src/main/compile.tab.C, src/main/execute.C,
10850: src/main/pa_charset.C, src/main/pa_common.C,
10851: src/main/pa_exception.C, src/main/pa_exec.C,
10852: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
10853: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
10854: src/sql/pa_sql_driver.h, src/targets/apache13/mod_parser3.C,
10855: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
10856: src/types/pa_value.C, src/types/pa_vcode_frame.h,
10857: src/types/pa_vcookie.C, src/types/pa_venv.h,
10858: src/types/pa_vform.C, src/types/pa_vmail.C,
10859: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
10860: src/types/pa_vobject.C, src/types/pa_vresponse.C,
10861: src/types/pa_vstatus.C, src/types/pa_vstring.C,
10862: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
10863: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
10864: pa_common.C [done, without http for now]
10865:
10866: 2003-03-19 paf
10867:
10868: * src/: classes/date.C, classes/form.C, classes/hash.C,
10869: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
10870: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
10871: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
10872: include/pa_string.h, include/pa_table.h, main/compile.C,
10873: main/compile_tools.C, main/execute.C, main/pa_charset.C,
10874: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
10875: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
10876: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
10877: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
10878: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
10879: types/pa_vstateless_class.h, types/pa_vtable.C,
10880: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
10881: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
10882: types/pa_wwrapper.h: started test
10883:
10884: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
10885: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
10886:
10887: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
10888: include/pa_string.h, main/pa_string.C: string compiled todo: test
10889: it
10890:
10891: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
1.88 ! moko 10892: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
1.86 moko 10893: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
10894: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
10895: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
10896: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
10897: types/pa_vmethod_frame.h, types/types.dsp: string
10898: reimplementation with cord+array<fragment>: 70%
10899:
10900: 2003-03-18 paf
10901:
10902: * src/: classes/date.C, classes/file.C, classes/form.C,
10903: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
10904: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
10905: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
10906: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
10907: can ignore lang in cmp and pos really, but would
10908: split properly!
10909:
10910: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
10911: cord part made parser/src/lib: it's not compiled into libgc by
10912: default
10913:
10914: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
10915: src/classes/date.C, src/classes/double.C, src/classes/file.C,
10916: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
10917: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
10918: src/classes/op.C, src/classes/response.C, src/classes/string.C,
10919: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
1.88 ! moko 10920: src/classes/xnode.C, src/classes/xnode.h,
1.86 moko 10921: src/include/Makefile.am, src/include/pa_cache_managers.h,
10922: src/include/pa_charset.h, src/include/pa_charsets.h,
10923: src/include/pa_common.h, src/include/pa_dictionary.h,
10924: src/include/pa_exception.h, src/include/pa_exec.h,
10925: src/include/pa_globals.h, src/include/pa_hash.h,
10926: src/include/pa_memory.h, src/include/pa_pool.h,
10927: src/include/pa_request.h, src/include/pa_request_charsets.h,
10928: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
10929: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
10930: src/include/pa_stylesheet_connection.h,
10931: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
10932: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
10933: src/main/compile.C, src/main/compile.tab.C,
10934: src/main/compile_tools.C, src/main/compile_tools.h,
10935: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
10936: src/main/pa_charsets.C, src/main/pa_common.C,
10937: src/main/pa_dictionary.C, src/main/pa_exception.C,
10938: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
10939: src/main/pa_pool.C, src/main/pa_request.C,
10940: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
10941: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
10942: src/main/pa_uue.C, src/main/untaint.C,
10943: src/targets/apache13/mod_parser3.C, src/targets/cgi/parser3.C,
10944: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
10945: src/types/pa_junction.h, src/types/pa_method.h,
10946: src/types/pa_value.C, src/types/pa_value.h,
10947: src/types/pa_vclass.C, src/types/pa_vclass.h,
10948: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
10949: src/types/pa_vcookie.h, src/types/pa_vdate.h,
10950: src/types/pa_vdouble.h, src/types/pa_venv.h,
10951: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
10952: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
10953: src/types/pa_vimage.C, src/types/pa_vimage.h,
10954: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
10955: src/types/pa_vmath.C, src/types/pa_vmath.h,
10956: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
10957: src/types/pa_vobject.C, src/types/pa_vobject.h,
10958: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
10959: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
10960: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
10961: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
10962: src/types/pa_vstatus.h, src/types/pa_vstring.C,
10963: src/types/pa_vstring.h, src/types/pa_vtable.C,
10964: src/types/pa_vtable.h, src/types/pa_vvoid.h,
10965: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
10966: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10967: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
10968: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
10969: gc: PA_Object done lots of replacements also
10970:
10971: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
10972: gc logging
10973:
10974: 2003-03-17 paf
10975:
10976: * src/classes/date.C, src/classes/file.C, src/classes/form.C,
10977: src/classes/image.C, src/classes/mail.C, src/classes/op.C,
10978: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
10979: src/include/pa_pool.h, src/include/pa_pragma_pack_begin.h,
10980: src/include/pa_pragma_pack_end.h, src/include/pa_string.h,
10981: src/include/pa_types.h, src/main/compile.C,
10982: src/main/compile.tab.C, src/main/execute.C,
10983: src/main/pa_charset.C, src/main/pa_common.C,
10984: src/main/pa_exception.C, src/main/pa_exec.C,
10985: src/main/pa_globals.C, src/main/pa_pool.C, src/main/pa_request.C,
10986: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
10987: src/main/pa_stylesheet_manager.C, src/main/pa_uue.C,
10988: src/main/untaint.C, src/targets/cgi/pa_pool.C,
10989: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
10990: src/targets/cgi/pool_storage.h, src/types/pa_vcookie.C,
10991: src/types/pa_vdouble.h, src/types/pa_vfile.C,
10992: src/types/pa_vform.C, src/types/pa_vint.h, src/types/pa_vmail.C,
10993: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
10994: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10995: www/htdocs/.htaccess, www/htdocs/auto.p: libgc attempt
10996:
10997: 2003-03-13 paf
10998:
10999: * src/: include/pa_sql_driver_manager.h,
11000: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
11001: called
11002:
11003: * src/include/pa_request.h, src/lib/ltdl/libltdl.dsp,
11004: src/lib/md5/md5.dsp, src/main/compile.tab.C, src/main/execute.C,
11005: src/main/pa_request.C, src/targets/cgi/parser3.C,
11006: src/types/pa_value.C, src/types/pa_value.h,
11007: src/types/pa_vobject.h, src/types/pa_vstateless_class.h,
11008: src/types/pa_vstatus.C, src/types/types.dsp,
11009: www/htdocs/.htaccess: set_base, set_derived simplified [counter
11010: leaks fixed]
11011:
11012: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
11013: src/types/types.dsp: incorporated status class patch From:
11014: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
11015: 2003 8:14 AM
11016:
11017: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
11018: Win32 specific: QuotaPeakNonPagedPoolUsage
11019: QuotaPeakPagedPoolUsage PeakPagefileUsage]
11020:
11021: 2003-03-12 paf
11022:
11023: * configure, configure.in, src/lib/ltdl/configure,
11024: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
11025: lib/ltdl/Makefile now created by /configure.in only [were by
11026: lib/ltdl/configure.in OVERWRITE]
11027:
11028: * configure, configure.in, src/targets/apache13/p3runConfigure.in,
11029: src/targets/cgi/Makefile.am: libstdc++ linkage fixed for g++
11030: 3.2.2
11031:
11032: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
11033: on using privately declared class [fixed]
11034:
11035: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
11036: 3.2 rightliy complained on using privately declared class [fixed]
11037:
11038: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
11039: sigpipe before request constructor now causes death
11040:
11041: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
11042: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
11043: not cause exception in exception handler
11044:
11045: * configure, configure.in, src/targets/apache13/p3runConfigure.in,
11046: src/targets/cgi/Makefile.am: configure now default links
11047: libstdc++ statically. that can be overriden by
11048: --with-dynamic-stdcpp
11049:
11050: 2003-03-11 paf
11051:
11052: * src/main/compile.tab.C, src/main/compile.y,
11053: src/sql/pa_sql_driver.h, src/types/pa_vstateless_class.C,
11054: src/types/pa_vstateless_class.h, www/htdocs/.htaccess: removed
11055: necessity of libstdc++
11056:
11057: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
11058:
11059: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
11060:
11061: 2003-03-08 paf
11062:
11063: * tests/Makefile: make install & co
11064:
11065: * src/: include/pa_request.h, classes/op.C: removing
11066: vclass,object.h -> pa_request.h dependency
11067:
11068: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
11069: main/pa_request.C: removing vform,response,cookie.h ->
11070: pa_request.h dependency
11071:
11072: * src/include/pa_request.h: removing vmail.h -> pa_request.h
11073: dependency [testing...]
11074:
11075: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
11076: return 0; fixed
11077:
11078: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
11079: types/pa_vmail.h: vmail.C received just compiled [not tested]
11080:
11081: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
11082:
11083: * src/main/pa_request.C: forgotten: ifdef XML
11084:
11085: * src/main/pa_request.C, www/htdocs/.htaccess: forgotten: ifdef XML
11086:
11087: * src/targets/cgi/parser3.C: todo: move to latest xml version on
11088: win32 and run memleak tests again
11089:
11090: * src/targets/cgi/parser3.C: charsets: see some strange things with
11091: old xml lib-- it's internal memory handling has faults
11092:
11093: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
11094: problems when transcode from charset A to A.
11095:
11096: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
11097: todo: still problems when transcode from charset A to A.
11098:
11099: * src/classes/hash.C, src/classes/mail.C, src/classes/string.C,
11100: src/classes/table.C, src/include/pa_array.h,
11101: src/main/pa_sql_driver_manager.C, src/types/pa_vmail.C,
11102: src/types/pa_vmail.h, www/htdocs/.htaccess,
11103: www/htdocs/index.html: started full-scale-site-test [~
11104: http://parser.ru sources]
11105:
11106: some fixes
11107:
11108: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
11109: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
11110: 117.html, 118.html, 119.html, 120.html, results/109.processed,
11111: results/110.processed, results/111.processed,
11112: results/112.processed, results/113.processed,
11113: results/114.processed, results/115.processed,
11114: results/116.processed, results/117.processed,
11115: results/118.processed, results/119.processed,
11116: results/120.processed: xml: tests 109 dom create/show 110 xpath
11117: selectSingle 111 xdoc.create from tainted & 112
11118: xdoc.create/output with russian attr value 113 xpath
11119: selectString/Number 114 dom attributes.count 115 xpath selectBool
11120: 116 output media-type change 117 transform by dom stylesheet 118
11121: empty transform result 119 dom setAttribute 120 nbsp letter
11122: output
11123:
11124: =END OF PREPARED XML TESTS=
11125:
11126: 2003-03-07 paf
11127:
11128: * src/classes/xdoc.C, src/include/pa_charset.h,
11129: src/include/pa_stylesheet_connection.h, tests/108.html,
11130: tests/108.xsl, tests/results/108.processed: xml: test 108
11131: transform with params [bugs fixed]
11132:
11133: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
11134: from copy/paste bug
11135:
11136: * src/classes/xdoc.C, src/include/pa_charset.h,
11137: src/include/pa_request.h, src/main/execute.C,
11138: src/main/pa_charset.C, src/main/pa_exception.C,
11139: src/main/pa_globals.C, src/main/pa_request.C,
11140: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11141: src/types/pa_vxnode.C, tests/107.html,
11142: tests/results/107.processed: xml: test: 107 bug fixes
11143:
11144: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11145: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11146: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
11147:
11148: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
11149: string
11150:
11151: * src/include/pa_charset.h, src/main/pa_charset.C,
11152: www/htdocs/.htaccess: xml: charset two mem alloc functions used
11153: for different cases [libxml, libxsl]
11154:
11155: * src/classes/classes.C: fixed: prevent system classes from
11156: modification to lock ALL the classes, not only directly used
11157:
11158: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
11159: linked
11160:
11161: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
11162:
11163: 2003-03-06 paf
11164:
11165: * src/classes/xdoc.C: xdoc.C 50%
11166:
11167: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
11168: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
11169: main/pa_globals.C, main/pa_request.C,
11170: main/pa_stylesheet_manager.C: xnode.C compiled
11171:
11172: * src/: include/pa_stylesheet_connection.h,
11173: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
11174: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
11175:
11176: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
11177: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
11178: xml: stylesheet&manager STARTED
11179:
11180: * src/: include/pa_globals.h, main/pa_charset.C,
11181: main/pa_exception.C, main/pa_globals.C: xml: exceptions
11182:
11183: * src/: include/pa_charset.h, include/pa_config_fixed.h,
11184: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
11185: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
11186: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
11187: charsets
11188:
11189: * tests/023.html: in some cases it rounded up badly. postponing
11190: solution of that problem, making more simple test
11191:
11192: * tests/: 058_paf2000.png, results/058.processed: .png added with
11193: -kb now
11194:
11195: * src/include/pa_charset.h, src/include/pa_charsets.h,
11196: src/main/pa_charset.C, src/main/pa_charsets.C,
11197: www/htdocs/.htaccess: charset_utf8 declaration moved to
11198: charsets.C
11199:
11200: 2003-03-05 paf
11201:
11202: * src/classes/string.C, src/include/pa_string.h,
11203: src/main/pa_string.C, tests/105.html,
11204: tests/results/105.processed: String::match bug fixed
11205:
11206: * src/classes/op.C, src/main/main.dsp, tests/104.html,
11207: tests/results/104.processed, www/htdocs/.htaccess: ^bpt operator
11208: added [does int3 in debug build on win32]
11209:
11210: * tests/: 057.html, results/057.processed: test bug fixed
11211:
11212: * www/htdocs/: auto.p, autoptr.html, base.p, derived.p, font.gif,
11213: global.xsl, index.html, mailreceive.eml, mailreceive.html,
11214: operators.p, parser-status.html, people.dtd, some.p: removed old
11215: tests
11216:
11217: * src/targets/: apache13/p3runConfigure.in, cgi/Makefile.am: linker
11218: needed more tricks to link OK
11219:
11220: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
11221: missing
11222:
11223: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
11224: forgotten files added to Makes
11225:
11226: * ltmain.sh: ltmain.sh added
11227:
11228: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
11229: change undone ;(
11230:
11231: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
11232: made static
11233:
11234: * src/: classes/math.C, classes/op.C, classes/string.C,
11235: main/pa_exec.C, targets/apache13/Makefile.am,
11236: targets/cgi/Makefile.am: gcc more happy. todo:make linker happy
11237:
11238: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
11239: env param made optional
11240:
11241: 2003-03-04 paf
11242:
11243: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
11244: types/pa_vimage.h: number of gcc compiler bugs fixed
11245:
11246: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
11247: results/103.processed: tests: 103 image.copy transparence test
11248:
11249: * src/main/execute.C, tests/101.html, tests/102.html,
11250: tests/results/101.processed, tests/results/102.processed: tests:
11251: 101 method/variable name conflict test 102 form fields change
11252: should not not change anything [bug fix]
11253:
11254: * tests/: 057.html, 099.html, 100.html, results/057.processed,
11255: results/099.processed, results/100.processed: tests: 57 date
11256: create 2002: added 99,100 response:body/download
11257:
11258: * src/classes/image.C, tests/098.html, tests/098font.gif,
11259: tests/results/098.processed: test: 98 image font text [bug fixed]
11260:
11261: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
11262: tests/results/097.processed: test: 97 file::load http:// [bugs
11263: fixed]
11264:
11265: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
11266: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
11267: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
11268: image EXIF [bug fixed]
11269:
11270: * src/classes/table.C, src/main/execute.C, tests/061.dat,
11271: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
11272: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
11273: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
11274: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
11275: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
11276: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
11277: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
11278: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
11279: tests/094.html, tests/095.html, tests/results/061.processed,
11280: tests/results/062.processed, tests/results/063.processed,
11281: tests/results/064.processed, tests/results/065.processed,
11282: tests/results/066.processed, tests/results/067.processed,
11283: tests/results/068.processed, tests/results/069.processed,
11284: tests/results/070.processed, tests/results/071.processed,
11285: tests/results/072.processed, tests/results/073.processed,
11286: tests/results/074.processed, tests/results/075.processed,
11287: tests/results/076.processed, tests/results/077.processed,
11288: tests/results/078.processed, tests/results/080.processed,
11289: tests/results/081.processed, tests/results/082.processed,
11290: tests/results/083.processed, tests/results/084.processed,
11291: tests/results/085.processed, tests/results/086.processed,
11292: tests/results/087.processed, tests/results/088.processed,
11293: tests/results/089.processed, tests/results/090.processed,
11294: tests/results/091.processed, tests/results/092.processed,
11295: tests/results/093.processed, tests/results/094.processed,
11296: tests/results/095.processed, tests/079.html,
11297: tests/results/079.processed: tests: 61 file::stat size 62
11298: string->int autoconvert 63 double .int,dec,div,mul 64 date
11299: compare 65 file: basename,justname,justext 66 math:crypt 67
11300: string.match simple on long 68 string.match normalized simple on
11301: long 69 string.int 70 file::stat content-type 71 table.join 72
11302: hash parameter conditional pass 73 date daylightsaving,yearday 74
11303: date arithmetics 75 response date values/attributes 76 string.pos
11304: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
11305: with local 80 scientific numeric literal in string autoconvert 81
11306: xor: logical and numerical 82 for delims 83 menu delims 84
11307: table.hash distinct 85 long string replace 86 throw+catch
11308: current language preserve 87 bit shifts 88 junction tests +
11309: $caller test 89 hash.foreach selfmodification 90 int/void to int
11310: 91 $caller test 92 junction is + def junction tests 93 $caller
11311: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
11312:
11313: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
11314: fixed] 60 string eq string [bug fixed]
11315:
11316: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
11317: 058.html, 058_paf2000.png, 059.html, 060.html,
11318: results/053.processed, results/054.processed,
11319: results/055.processed, results/056.processed,
11320: results/057.processed, results/058.processed,
11321: results/059.processed, results/060.processed: test: 53
11322: string.replace 54 junctions 55 table.hash 56 call indirect 57
11323: date.create[string] 58 image.measure[png]
11324:
11325: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
11326: outputs/051.processed, results/052.processed: test: 52
11327: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
11328: task: fix that
11329:
11330: 2003-03-03 paf
11331:
11332: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
11333: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
11334: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
11335: outputs/049.processed, outputs/050.processed,
11336: outputs/051.processed, results/001.processed,
11337: results/002.processed, results/003.processed,
11338: results/005.processed, results/006.processed,
11339: results/008.processed, results/009.processed,
11340: results/011.processed, results/012.processed,
11341: results/013.processed, results/014.processed,
11342: results/015.processed, results/016.processed,
11343: results/017.processed, results/020.processed,
11344: results/021.processed, results/022.processed,
11345: results/024.processed, results/025.processed,
11346: results/026.processed, results/027.processed,
11347: results/028.processed, results/029.processed,
11348: results/030.processed, results/031.processed,
11349: results/049.processed, results/050.processed,
11350: results/051.processed, results/043.processed,
11351: results/044.processed, results/045.processed,
11352: results/046.processed, results/047.processed,
11353: results/048.processed: tests: 43,44,45 date rolls 46
11354: autoevaluating junction 47 table.select 48 name with subvar 49
11355: hash-creating switch 50 process 51 started parent/child, works as
11356: it were but it were NOT GOOD, created separate task to fix that
11357:
11358: * tests/: 042.html, results/042.processed: test: 42
11359: exception.handled
11360:
11361: * tests/: 041.html, results/041.processed: test: 41 table.locate by
11362: expression
11363:
11364: * tests/: 040.html, results/040.processed: test: 39 method result
11365: of type table 40 method param junction auto evaluate
11366:
11367: * tests/: 039.html, results/039.processed: test: 37 method result
11368: of type table
11369:
11370: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
11371: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
11372: tests/038.html, tests/results/033.processed,
11373: tests/results/034.processed, tests/results/035.processed,
11374: tests/results/036.processed, tests/results/037.processed,
11375: tests/results/038.processed: tests: 33 string.replace 34
11376: string.upper 35 table created 36 local/global vars with juntions
11377: 37 table clone 38 math PI & number formatting
11378:
11379: math class registring typo fixed
11380:
11381: * src/classes/op.C, src/include/pa_request.h,
11382: src/include/pa_string.h, src/main/execute.C,
11383: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
11384: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
11385: tests/032.html, tests/results/032.processed: uchar changed to
11386: String_UL in all places [was not everywhere] untaint test: 032
11387:
11388: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
11389: tests/results/004.processed, www/htdocs/.htaccess,
11390: tests/parser-cygwin.sh, tests/parser-unix.sh: removed -H command
11391: line key, now testing using .sh file with SERVER_SOFTWARE=xxx
11392:
11393: 2003-02-26 paf
11394:
11395: * src/main/execute.C, src/types/pa_vstateless_class.h,
11396: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
11397: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
11398: tests/results/024.processed, tests/results/025.processed,
11399: tests/results/026.processed, tests/results/027.processed,
11400: tests/results/028.processed, tests/results/029.processed,
11401: tests/results/030.processed, tests/results/031.processed: fixed
11402: bug with name_cstr mutable CharPtr more tests
11403:
11404: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
11405: targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
11406: targets/isapi/parser3isapi.C: SAPI::abort << abort. die now just
11407: exits
11408:
11409: * src/classes/classes.awk, src/classes/classes.h,
11410: src/classes/date.C, src/classes/double.C, src/classes/file.C,
11411: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
11412: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
11413: src/classes/op.C, src/classes/response.C, src/classes/string.C,
11414: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
11415: src/classes/xnode.C, src/include/pa_memory.h,
11416: src/include/pa_sapi.h, src/targets/apache13/mod_parser3.C,
11417: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
11418: src/types/pa_venv.h, src/types/pa_vform.C, tests/015.html,
11419: tests/016.html, tests/017.html, tests/018.html, tests/019.html,
11420: tests/019paf2001.gif, tests/020.html, tests/021.html,
11421: tests/022.html, tests/023.html, tests/022_dir/a.html,
11422: tests/022_dir/b.txt, tests/022_dir/c.htm,
11423: tests/results/015.processed, tests/results/016.processed,
11424: tests/results/017.processed, tests/results/018.processed,
11425: tests/results/019.processed, tests/results/020.processed,
11426: tests/results/021.processed, tests/results/022.processed,
11427: tests/results/023.processed: methoded_array now contains all Mxxx
11428: classes SAPI::get_env now returns info on pool more tests
11429:
11430: * src/include/pa_array.h, src/include/pa_hash.h,
11431: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
11432: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
11433: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
11434: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
11435: tests/014.html, tests/Makefile, tests/outputs/create-dir,
11436: tests/results/001.processed, tests/results/002.processed,
11437: tests/results/003.processed, tests/results/004.processed,
11438: tests/results/005.processed, tests/results/006.processed,
11439: tests/results/007.processed, tests/results/008.processed,
11440: tests/results/009.processed, tests/results/010.processed,
11441: tests/results/011.processed, tests/results/012.processed,
1.88 ! moko 11442: tests/results/013.processed, tests/results/014.processed: hash
! 11443: cloning fixed
1.86 moko 11444:
11445: 2003-02-25 paf
11446:
11447: * src/main/pa_common.C: typo fixed
11448:
11449: 2003-02-24 paf
11450:
11451: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
11452: [one remained]
11453:
1.88 ! moko 11454: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
1.86 moko 11455: [should have been get_string(&pool)] todo: check other such calls
11456:
1.88 ! moko 11457: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
! 11458: test10, bad lookups
1.86 moko 11459:
11460: xxx* xxx=smartptr.get(); << is bad style, after ";" original
11461: object got destructed, and xxx points to sky
11462:
1.88 ! moko 11463: * ChangeLog, src/classes/string.C: match bug fixed
1.86 moko 11464:
11465: * src/types/pa_vmail.C: body [text/html] transcoded to
11466: $.charset[specified] now
11467:
11468: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
11469: which failed to handle sigsetjmp+throw: crashed inside of
11470: pre-throw code. rewritten simplier [though duplicating
11471: closesocket code]
11472:
11473: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
11474: which failed to handle sigsetjmp+throw: crashed inside of
11475: pre-throw code. rewritten simplier [though duplicating
11476: closesocket code]
11477:
11478: 2003-02-21 paf
11479:
1.88 ! moko 11480: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
! 11481: $cookie:name[$.expires[date << can be now]]
1.86 moko 11482:
11483: written makefile with regression tests [raw]
11484:
11485: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
11486: tests' only [it's not forcing CGI mode now] now use -H to output
11487: CGI header when parser used in command line [useful for tests
11488: also]
11489:
1.88 ! moko 11490: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
! 11491: switches on CGI mode, and is used in regression tests
1.86 moko 11492:
1.88 ! moko 11493: * src/: include/pa_request.h, main/pa_request.C,
! 11494: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
! 11495: fixed
1.86 moko 11496:
11497: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
11498: handling pa_*
11499:
11500: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
11501: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
11502: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
11503: memory handling files
11504:
11505: * src/main/pa_array.C: pool::format_integer terminator fixed
11506:
11507: * src/main/execute.C, src/targets/cgi/parser3.C,
11508: www/htdocs/autoptr.html: release mode now compiles OK test to
11509: show benefits of free
11510:
11511: * src/: classes/file.C, classes/image.C, classes/mail.C,
1.88 ! moko 11512: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
! 11513: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
! 11514: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
! 11515: use pool [as the one in ^process]
1.86 moko 11516:
11517: * src/classes/op.C: fixed process. sould now check for all cstr's
11518: -- some must use pool [as the one in ^process]
11519:
11520: 2003-02-20 paf
11521:
11522: * src/classes/date.C, src/classes/double.C, src/classes/file.C,
11523: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
11524: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
11525: src/classes/response.C, src/classes/string.C,
11526: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
11527: src/classes/xnode.C, src/main/pa_string.C, src/types/pa_method.h,
11528: src/types/pa_value.C, src/types/pa_vmethod_frame.h,
11529: www/htdocs/autoptr.html: string cmp fixed
11530:
11531: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
11532: values passed OK now
11533:
11534: 2003-02-19 paf
11535:
1.88 ! moko 11536: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
! 11537: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
1.86 moko 11538: main/pa_stylesheet_manager.C,
11539: targets/apache13/ApacheModuleParser3.dsp, targets/cgi/parser3.C,
11540: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
11541: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
11542: all remaning leaks resulted from pooled::malloc calls [excluding
11543: in gd -- planning complete rewrite extremely ugly code]
11544:
11545: * src/targets/: apache13/pa_pool.C, isapi/pa_pool.C,
11546: isapi/pool_storage.h: removed unneeded files
11547:
11548: 2003-02-17 paf
11549:
11550: * src/: classes/date.C, classes/double.C, classes/file.C,
11551: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
11552: classes/response.C, classes/string.C, classes/table.C,
11553: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
11554: include/pa_stylesheet_connection.h,
11555: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
11556: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
11557: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
11558: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
11559: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
11560: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
11561: of unitialized simple-typed field
11562:
11563: * src/: classes/classes.C, classes/classes.h, main/execute.C,
11564: main/pa_charset.C, main/pa_request.C: another bug of unitialized
11565: simple-typed field fixed. todo: find&kill all like that one
11566:
11567: * src/: main/execute.C, targets/cgi/pa_pool.C,
11568: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
11569: debug output fixed
11570:
11571: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
11572: main/pa_request.C: stack-stored items need extra .ref to prevent
11573: object_ptr from delete[them]
11574:
11575: * src/: classes/date.C, classes/op.C, classes/table.C,
11576: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
11577: include/pa_charset.h, main/Makefile.am, main/main.dsp,
11578: main/pa_charset.C, main/pa_common.C,
11579: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
11580: targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
11581: targets/isapi/parser3isapi.C, types/pa_vmail.C: fixed more leaks
11582: resulted from pooled::malloc calls
11583:
11584: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
11585: couple mem leaks rusulted from old pooled::malloc usage.
11586: todo:find more like those
11587:
11588: * src/main/: compile.C, compile_tools.C: 2*2!
11589:
11590: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
11591: stackItem fixed [there were no string on stack before]
11592:
11593: * src/: main/execute.C, main/pa_request.C,
11594: types/pa_vmethod_frame.C: first letters out OK
11595:
11596: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
11597: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
11598: main/pa_string.C, main/untaint.C, types/pa_value.h,
11599: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
11600: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
11601: type not initialized with zeros :( while class fields of class
11602: types initialized with default constructors. learn C++
11603:
11604: * src/: classes/classes.awk, classes/double.C, classes/file.C,
11605: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
11606: classes/math.C, classes/xdoc.C, classes/xnode.C,
11607: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
11608: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
11609:
11610: 2003-02-14 paf
11611:
11612: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
11613: 13 link errors
11614:
11615: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
11616: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
11617: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11618: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
11619: errors :)
11620:
11621: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
11622: classes/hash.C, classes/mail.C, classes/op.C,
11623: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
11624: main/pa_common.C, main/pa_request.C,
11625: targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
11626: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
11627: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
11628:
11629: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
11630: classes/table.C, include/pa_common.h, include/pa_globals.h,
11631: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
11632: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
11633: types/pa_vint.h, types/types.dsp: op compiled
11634:
11635: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
11636: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
11637: main/untaint.C, types/pa_vtable.h: string, response compiled
11638:
11639: 2003-02-07 paf
11640:
11641: * src/: classes/table.C, types/pa_vtable.h: table compiled
11642:
11643: 2003-02-06 paf
11644:
1.88 ! moko 11645: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
! 11646: mail compiled
1.86 moko 11647:
11648: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
11649: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
11650: types/pa_vfile.h, types/pa_vimage.h: image compiled
11651:
11652: * src/classes/: file.C, form.C: form compiled
11653:
11654: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
11655: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
11656: types/pa_vfile.C, types/pa_vfile.h: file compiled
11657:
11658: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
11659: types/pa_vmath.h: math compiled [win32]
11660:
11661: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
11662: types/pa_vstring.h: hash compiled
11663:
11664: 2003-02-04 paf
11665:
11666: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
11667: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
11668: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
11669: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
11670: types/pa_vhash.h: hash 50% compiled
11671:
11672: * src/: classes/date.C, classes/file.C, classes/hash.C,
11673: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
11674: classes/string.C, classes/table.C, classes/xdoc.C,
11675: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
11676: main/pa_string.C: date compiled
11677:
11678: * src/classes/: classes.dsp, double.C: double compiled
11679:
11680: * src/: classes/date.C, classes/double.C, classes/file.C,
11681: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11682: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
11683: classes/string.C, classes/table.C, classes/void.C,
11684: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
11685: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
11686: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
11687: compiled
11688:
11689: * src/: classes/date.C, classes/double.C, classes/file.C,
11690: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
11691: classes/math.C, classes/op.C, classes/response.C,
11692: classes/string.C, classes/table.C, classes/void.C,
11693: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1.88 ! moko 11694: types/pa_vvoid.h: void compiled :)
1.86 moko 11695:
1.88 ! moko 11696: * src/: include/pa_globals.h, main/pa_cache_managers.C,
! 11697: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
! 11698: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
! 11699: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
! 11700: main/pa_string.C, main/pa_uue.C, main/untaint.C,
! 11701: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
! 11702: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
! 11703: types/pa_vresponse.C, types/pa_vstateless_class.C,
! 11704: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
! 11705: types/pa_wcontext.C, types/types.dsp: removed stupid
! 11706: value_includes.h
1.86 moko 11707:
11708: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
11709: trying to remove stupid value_includes.h
11710:
11711: * src/main/pa_exec.C: pa_exec compiled on win32
11712:
11713: * src/main/pa_exec.C: libmain.a compiled on six [unix]
11714:
11715: * src/: include/pa_globals.h, include/pa_request.h,
11716: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11717: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
11718: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
11719: types/pa_vrequest.C, types/pa_vstateless_class.C,
11720: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
11721:
11722: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
11723: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
11724: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
11725:
11726: * src/: include/pa_array.h, include/pa_config_includes.h,
11727: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
11728: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
11729: compiled
11730:
11731: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
11732: name conflicts)
11733:
11734: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
11735: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
11736: yelds "virtual memory exhausted" while trying to compile
11737: execute.C [eating up to 127MB]
11738:
11739: 2003-02-03 paf
11740:
11741: * src/: include/pa_config_includes.h, include/pa_hash.h,
11742: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
11743: main/pa_common.C, types/pa_value.C, types/pa_value.h,
11744: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
11745: types/pa_vint.h, types/pa_vjunction.h,
11746: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
11747: started gcc compiling pa_common compiled
11748:
11749: * src/: include/pa_exception.h, include/pa_pool.h,
11750: main/pa_exception.C: exception gcc change #1
11751:
11752: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
11753: compile _P identifier. it replaced it to some strange 0x0000040
11754:
11755: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
11756:
11757: * src/types/pa_vtable.C: vtable compiled
11758:
11759: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
11760:
11761: * src/: include/pa_cache_managers.h, main/pa_request.C,
11762: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
11763:
11764: * src/types/pa_vstateless_class.C: vstateless_class compiled
11765:
11766: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
11767:
11768: * src/types/pa_vrequest.C: vrequest compiled
11769:
11770: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
11771: pa_vobject.C, pa_vobject.h: vobject compiled
11772:
11773: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
11774: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
11775: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
11776: compiled
11777:
11778: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
11779:
11780: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
11781: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
11782: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
11783: compiled
11784:
11785: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
11786: main.lib - 0 error(s), 0 warning(s)
11787:
11788: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
11789: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
11790:
11791: 2003-01-31 paf
11792:
11793: * src/: include/pa_array.h, include/pa_operation.h,
11794: include/pa_request.h, main/execute.C, main/main.dsp,
11795: types/pa_vjunction.h: started last file from main library:
11796: execute
11797:
11798: * src/: include/pa_request.h, include/pa_sapi.h,
11799: main/compile.tab.C, main/compile.y, main/compile_tools.h,
11800: main/pa_request.C, targets/apache13/mod_parser3.C,
11801: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
11802: types/pa_vfile.C, types/pa_vfile.h, types/pa_vhash.h: pa_request
11803: compiled
11804:
11805: * src/: classes/op.C, classes/string.C, include/pa_common.h,
11806: include/pa_globals.h, include/pa_request.h,
11807: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
11808: main/execute.C, main/main.dsp, main/pa_common.C,
11809: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
11810: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
11811: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
11812: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
11813: types/types.dsp: most pa_request compiled
11814:
11815: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11816: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11817: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
11818: classes/op.C, classes/response.C, classes/string.C,
11819: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
1.88 ! moko 11820: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
! 11821: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1.86 moko 11822: include/pa_config_fixed.h, include/pa_config_includes.h,
11823: include/pa_dictionary.h, include/pa_dir.h,
11824: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11825: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
11826: include/pa_pool.h, include/pa_request.h,
11827: include/pa_request_charsets.h, include/pa_request_info.h,
11828: include/pa_sapi.h, include/pa_socks.h,
11829: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11830: include/pa_stack.h, include/pa_string.h,
11831: include/pa_stylesheet_connection.h,
11832: include/pa_stylesheet_manager.h, include/pa_table.h,
11833: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11834: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
11835: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
11836: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
11837: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
11838: main/compile.C, main/compile.tab.C, main/compile.y,
11839: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11840: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
11841: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
11842: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
11843: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
11844: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11845: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
11846: main/untaint.C, sql/pa_sql_driver.h,
11847: targets/apache13/mod_parser3.C, targets/apache13/pa_md5c.c,
11848: targets/apache13/pa_pool.C, targets/apache13/pa_threads.C,
11849: targets/cgi/getopt.c, targets/cgi/getopt.h,
11850: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
11851: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
11852: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
11853: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
11854: types/pa_value.C, types/pa_value.h, types/pa_value_includes.h,
11855: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
11856: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
11857: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11858: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11859: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
11860: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11861: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11862: types/pa_vmath.h, types/pa_vmethod_frame.C,
11863: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11864: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11865: types/pa_vresponse.h, types/pa_vstateless_class.C,
11866: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11867: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11868: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11869: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11870: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11871: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
11872:
11873: * ChangeLog, src/classes/classes.h, src/classes/op.C,
11874: src/include/pa_cache_managers.h, src/include/pa_charset.h,
11875: src/include/pa_charsets.h, src/include/pa_common.h,
11876: src/include/pa_dictionary.h, src/include/pa_exception.h,
11877: src/include/pa_exec.h, src/include/pa_pool.h,
11878: src/include/pa_request.h, src/include/pa_sapi.h,
11879: src/include/pa_sql_connection.h,
11880: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
11881: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
11882: src/main/compile.tab.C, src/main/compile_tools.C,
11883: src/main/compile_tools.h, src/main/main.dsp,
11884: src/main/pa_charset.C, src/main/pa_charsets.C,
11885: src/main/pa_common.C, src/main/pa_dictionary.C,
11886: src/main/pa_exception.C, src/main/pa_exec.C,
11887: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
11888: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
11889: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
11890: src/types/pa_vclass.h, src/types/pa_vcookie.C,
11891: src/types/pa_vcookie.h, src/types/pa_vdate.h,
11892: src/types/pa_vdouble.h, src/types/pa_venv.h,
11893: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
11894: src/types/pa_vhash.h, src/types/pa_vimage.C,
11895: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
11896: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
11897: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
11898: src/types/pa_vobject.C, src/types/pa_vobject.h,
11899: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
11900: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
11901: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
11902: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
11903: src/types/pa_vstring.h, src/types/pa_vtable.h,
11904: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
11905: src/types/pa_wcontext.h, src/types/pa_wwrapper.h,
11906: www/htdocs/.htaccess: ConstStringPtr died, long live StringPtr
11907:
11908: 2003-01-30 paf
11909:
1.88 ! moko 11910: * src/: include/pa_charset.h, include/pa_request.h,
! 11911: include/pa_sql_driver_manager.h, main/compile.tab.C,
! 11912: main/compile.y, main/compile_tools.h, main/pa_request.C,
! 11913: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
1.86 moko 11914:
11915: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
11916: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
11917: types/pa_vhash.h, types/pa_vmethod_frame.h,
11918: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11919: types/types.dsp: vstateless_class compiled
11920:
11921: * src/main/compile.C: compile compiled
11922:
11923: * src/: include/pa_array.h, include/pa_operation.h,
11924: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
11925: main/pa_table.C: compile_tools compiled
11926:
11927: * src/: include/pa_operation.h, main/compile.y,
11928: main/compile_tools.C, main/compile_tools.h: started
11929: compile_tools. vagues ideas of how to free compiled code
11930:
11931: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
11932: main/main.dsp, types/pa_value.C, types/pa_value.h,
11933: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
11934: compiled
11935:
11936: 2003-01-29 paf
11937:
11938: * src/: include/pa_globals.h, include/pa_request.h,
11939: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
11940: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
11941: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
11942: compiled
11943:
11944: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
11945: now
11946:
1.88 ! moko 11947: * src/: include/pa_array.h, include/pa_exception.h,
! 11948: include/pa_pool.h, main/pa_exception.C: gd compiled
1.86 moko 11949:
1.88 ! moko 11950: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
1.86 moko 11951: compiled
11952:
11953: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
11954: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
11955: types/pa_vfile.h: vfile compiled
11956:
11957: * src/: include/pa_common.h, include/pa_globals.h,
11958: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
11959: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
11960: types/pa_vform.C, types/pa_vform.h: vcookie compiled
11961:
11962: * src/: include/pa_exception.h, main/pa_cache_managers.C,
11963: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
11964: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
11965: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11966: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
11967:
11968: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
11969: main/main.dsp, main/untaint.C: more compiled
11970:
11971: * src/: include/pa_charsets.h, include/pa_request.h,
11972: include/pa_request_info.h, include/pa_string.h,
11973: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
11974: types/pa_vresponse.h: vrequest compiled
11975:
11976: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
11977: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
11978: pa_vresponse.h, pa_wcontext.h: vrequest compiled
11979:
11980: * src/: classes/classes.h, include/pa_charset.h,
11981: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
11982: include/pa_request.h, include/pa_string.h, main/main.dsp,
11983: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
11984: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
11985: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
11986: types/pa_vrequest.C, types/pa_vrequest.h,
11987: types/pa_vstateless_class.h, types/pa_vstring.h,
11988: types/pa_vvoid.h: vrequest,vdouble,vint compiled
11989:
11990: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
11991: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
11992: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
11993: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
11994: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11995: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
11996: types/pa_vobject.h, types/pa_vstateless_class.h,
11997: types/pa_vstateless_object.h, types/pa_vstatus.h,
11998: types/pa_vstring.h, types/types.dsp: vmath compiled
11999:
12000: 2003-01-28 paf
12001:
12002: * src/: classes/classes.h, classes/date.C, classes/file.C,
12003: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
12004: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
12005: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
12006: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
12007: compile_tools
12008:
12009: * src/: include/pa_charset.h, include/pa_exception.h,
12010: include/pa_request.h, include/pa_string.h, main/untaint.C:
12011: untaint compiled
12012:
12013: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
12014: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
12015: more compiled. struck with string::store_to needing to know
12016: source/client charsets
12017:
12018: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
12019: types/pa_vfile.h: uue compiled
12020:
12021: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
12022: table compiled
12023:
12024: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12025: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
12026:
12027: * src/: include/pa_charset.h, main/pa_charset.C,
12028: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
12029: introduced]
12030:
12031: * src/: classes/date.C, include/pa_charset.h,
12032: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
12033: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
12034: pa_charsets compiled
12035:
12036: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
12037: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
12038:
12039: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
12040: common compiled
12041:
12042: * src/: include/pa_charsets.h, main/pa_charsets.C,
12043: main/pa_sql_driver_manager.C: pa_charsets compiled
12044:
12045: * src/: include/pa_array.h, include/pa_charset.h,
12046: include/pa_charsets.h, include/pa_pool.h,
12047: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12048: include/pa_stack.h, include/pa_string.h,
12049: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
12050: sql_driver_manager compiled
12051:
12052: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
12053: letter i with two dots added to koi, all ukranian letters added
12054: to win1251.
12055:
12056: typographic simbol 0xb9 deleted from win1251 [strange one & were
12057: abscent from koi]
12058:
12059: 2003-01-27 paf
12060:
12061: * src/: include/pa_exception.h, include/pa_sql_connection.h,
12062: include/pa_sql_driver_manager.h, include/pa_string.h,
12063: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
12064: sql/pa_sql_driver.h: paused on sql_manager
12065:
12066: * src/: include/pa_cache_managers.h, include/pa_pool.h,
12067: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12068: include/pa_stack.h, main/pa_sql_driver_manager.C,
12069: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
12070:
12071: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
12072: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12073: include/pa_table.h, main/pa_sql_driver_manager.C,
12074: main/pa_table.C: table compiled
12075:
12076: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
12077: cache_managers compiled
12078:
12079: * src/: include/pa_array.h, include/pa_charset.h,
12080: include/pa_pool.h, main/pa_charset.C: charset compiled
12081:
12082: * src/: include/pa_pool.h, main/pa_common.C: common compiled
12083:
12084: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
12085: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
12086: main/pa_string.C, types/pa_value.C, types/pa_value.h,
12087: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
12088: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
12089:
12090: 2003-01-24 paf
12091:
12092: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
12093: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
12094: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
12095: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
12096: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
12097: types/pa_vint.h, types/pa_vjunction.h,
12098: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12099: types/pa_vstatus.h, types/pa_vstring.h: more patched
12100:
12101: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
12102: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
12103: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
12104: main/pa_string.C, main/pa_table.C: string compiled
12105:
12106: * src/: include/pa_array.h, include/pa_common.h,
12107: include/pa_dictionary.h, include/pa_exception.h,
12108: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
12109: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
12110: main/pa_string.C: dictionary compiled
12111:
12112: 2003-01-23 paf
12113:
12114: * src/: include/pa_array.h, include/pa_common.h,
12115: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
12116: include/pa_request.h, include/pa_string.h, main/pa_common.C,
12117: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
12118: types/pa_value.h: resurrected pool in new sense: now it's
12119: factory, producing&accounting memory chunks for read[autofree]
12120: buffers
12121:
12122: * src/: include/pa_array.h, include/pa_exception.h,
12123: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
12124: main/pa_exception.C, main/pa_table.C: table compiled
12125:
12126: * src/: classes/image.C, classes/op.C, include/pa_array.h,
12127: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
12128: include/pa_pool.h, include/pa_pragma_pack_begin.h,
12129: include/pa_pragma_pack_end.h, include/pa_sapi.h,
12130: include/pa_string.h, include/pa_table.h, include/pa_types.h,
12131: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
12132: main/pa_table.C: aint that easy
12133:
12134: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
12135: main/main.dsp: continued with Hash
12136:
12137: * src/main/pa_common.C: connect_string allocated on heap[wes on
12138: stack] now. and exception can be reported OK now [can be reported
12139: outside of pro c with that stack]
12140:
12141: 2003-01-22 paf
12142:
12143: * src/: include/pa_array.h, include/pa_charset.h,
12144: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
12145: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
12146: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
12147: base: contains references_count. auto_ptr template calls
12148: add_ref/release
12149:
12150: 2003-01-21 paf
12151:
12152: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12153: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12154: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12155: classes/op.C, classes/response.C, classes/string.C,
12156: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
1.88 ! moko 12157: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
! 12158: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1.86 moko 12159: include/pa_config_fixed.h, include/pa_config_includes.h,
12160: include/pa_dictionary.h, include/pa_dir.h,
12161: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12162: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
12163: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
12164: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
12165: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12166: include/pa_stack.h, include/pa_string.h,
12167: include/pa_stylesheet_connection.h,
12168: include/pa_stylesheet_manager.h, include/pa_table.h,
12169: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12170: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12171: lib/pcre/pcre_parser_ctype.c, main/compile.C,
12172: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12173: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
12174: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
12175: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
12176: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
12177: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12178: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12179: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
12180: targets/apache13/mod_parser3.C, targets/apache13/pa_md5c.c,
12181: targets/apache13/pa_pool.C, targets/apache13/pa_threads.C,
12182: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
12183: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
12184: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
12185: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
12186: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
12187: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
12188: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12189: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12190: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12191: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
12192: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
12193: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
12194: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12195: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
12196: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12197: types/pa_vstateless_object.h, types/pa_vstatus.C,
12198: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
12199: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
12200: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12201: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
12202: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
12203: 2002->2003
12204:
12205: 2003-01-16 paf
12206:
1.88 ! moko 12207: * www/htdocs/index.html: image.copy fixed transparent resampling
1.86 moko 12208:
12209: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
12210: src/main/pa_globals.C, www/htdocs/index.html: http:// introducing
12211: $.any-status(1)
12212:
12213: * operators.txt, src/include/pa_config_fixed.h,
12214: src/main/pa_common.C, www/htdocs/index.html: http request now
12215: return status. and not fail on status!=200
12216:
12217: 2003-01-15 paf
12218:
12219: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
12220:
12221: 2003-01-14 paf
12222:
12223: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
12224: mkinstalldirs: removed some ancient files [they in / really]
12225:
12226: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
12227: regretfully needed patch in two places. in config_fixed.h made
12228: stubs for lib to compile in MSVC
12229:
12230: 2003-01-13 paf
12231:
12232: * config.guess, config.sub, ltmain.sh: removed last piece of
12233: configure.in(libtool) hacks
12234:
12235: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
12236: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
12237: ltdl.h: moved to latest libtool (1.4.3)
12238:
12239: 2003-01-10 paf
12240:
12241: * src/lib/ltdl/: configure, configure.in: PROG_NM
12242:
1.88 ! moko 12243: * src/main/pa_globals.C: moved to latest xml lib versions, changed
1.86 moko 12244: patches. libxml2 >= 2.5.1
12245: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
12246: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
12247: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
12248:
12249: * INSTALL: moved to latest versions of xml libs libxml2 >=
12250: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
12251: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
12252: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
12253:
12254: 2003-01-09 paf
12255:
12256: * INSTALL: xml,xslt,gdome lib urls updated
12257:
12258: * config.guess, config.sub, missing, mkinstalldirs,
12259: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
12260: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
12261: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
12262: 1.7.2
12263:
12264: * depcomp: moving to automake 1.7.2
12265:
12266: 2002-12-27 paf
12267:
12268: * src/include/pa_version.h: 0007
12269:
12270: * src/doc/aliased.dox, src/doc/index.dox, src/doc/module.dox,
12271: src/doc/pooled.dox, www/htdocs/index.html: removed outdated
12272: parts, made links to language docs
12273:
12274: * src/include/pa_config_auto.h.in: comment
12275:
12276: 2002-12-26 paf
12277:
12278: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
12279: not contain trailing / fixed.
12280:
12281: * INSTALL: changing SAFE_MODE politics
12282:
12283: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
12284:
12285: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
12286:
12287: 2002-12-25 paf
12288:
12289: * src/main/pa_globals.C: optimized-xml
12290:
12291: * src/main/pa_globals.C: optimized-as-is
12292:
12293: 2002-12-24 paf
12294:
12295: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
12296: fixed [were really called with zero size when .html?a=&b=]
12297:
12298: * src/classes/mail.C: $MAIL in @conf now invalid when configured
12299: with --with-sendmail
12300:
12301: * src/main/pa_exec.C, www/htdocs/index.html: fork/pipe error now
12302: [old always-pipe-error fixed]
12303:
12304: 2002-12-23 paf
12305:
12306: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
12307: ignoring parameters & were storing only string with default
12308: expires
12309:
12310: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
12311: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
12312: December 23, 2002 4:22 AM Subject: bug â
12313: Charset::transcode_buf2xchar
12314:
12315: 2002-12-20 paf
12316:
12317: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
12318: non-cgi [script] runs
12319:
12320: 2002-12-19 paf
12321:
12322: * INSTALL: --without-iconv recommended [it crashes on some systems
12323: [tested on elik]] moreover, it's not needed there [parser
12324: registers charsets itself]
12325:
12326: * INSTALL: --without-iconv recommended [it crashes on some systems
12327: [tested on elik]]
12328:
12329: * operators.txt, src/include/pa_globals.h,
12330: src/include/pa_request.h, src/main/pa_globals.C,
12331: src/main/pa_request.C, www/htdocs/index.html: $response:download
12332:
12333: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
12334: compiler [win32]].
12335:
12336: 2002-12-18 paf
12337:
12338: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
12339:
12340: 2002-12-17 paf
12341:
12342: * src/targets/cgi/parser3.C: merged die&iis changes
12343:
12344: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
12345: to exit(1) 2. more flexible iilegal call check
12346:
12347: 2002-12-16 paf
12348:
12349: * ltmain.sh: some automakes silly insist on having this handy
12350:
12351: * src/main/untaint.C: filespec russian small 'r' changed to latin
12352: 'p' bug fix
12353:
12354: 2002-12-15 paf
12355:
12356: * src/main/untaint.C: filespec russian small 'r' changed to latin
12357: 'p'
12358:
1.88 ! moko 12359: * configure.in, src/include/pa_config_auto.h.in,
! 12360: src/main/compile.C, src/main/pa_common.C: merged small changes
! 12361: from branch 6 to HEAD
1.86 moko 12362:
1.88 ! moko 12363: * src/main/compile.C: removed warning
1.86 moko 12364:
12365: * src/main/pa_common.C: ftruncate having checked
12366:
12367: * configure.in, src/include/pa_version.h: new version
12368:
12369: 2002-12-14 paf
12370:
12371: * www/htdocs/index.html: exception type fixed
12372:
12373: * src/classes/table.C: removed unnecessary code
12374:
12375: * src/sql/pa_sql_driver.h: exception type fixed
12376:
12377: 2002-12-09 paf
12378:
12379: * src/types/pa_vvoid.h, www/htdocs/index.html: $void.store[now]
12380: error
12381:
12382: * src/targets/cgi/parser3.C: ::die now tries to write core dump
12383:
12384: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
12385: tries to write core dump
12386:
12387: * src/targets/: apache13/mod_parser3.C, cgi/parser3.C: ::die now
12388: tries to write core dump
12389:
12390: * src/: classes/hash.C, classes/string.C, classes/table.C,
12391: classes/void.C, main/pa_sql_driver_manager.C,
12392: sql/pa_sql_driver.h: changed exception handling mech in sql
12393: handlers #2
12394:
12395: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
12396: exception handling mech in sql handlers
12397:
12398: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
12399: handlers
12400:
12401: * src/: classes/hash.C, classes/string.C, classes/table.C,
12402: classes/void.C, main/pa_sql_driver_manager.C,
12403: sql/pa_sql_driver.h: changed exception handling mech in sql
12404: handlers
12405:
12406: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
12407: to write makefile which used libtool to install things, which is
12408: not needed
12409:
12410: 2002-12-06 paf
12411:
12412: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
12413: $hash.fields -- pseudo field to make 'hash' more like 'table'
12414:
12415: 2002-12-05 paf
12416:
1.88 ! moko 12417: * src/classes/mail.C, src/types/pa_vmail.C, src/types/pa_vmail.h,
1.86 moko 12418: www/htdocs/index.html: smtp cc/bcc OK now
12419:
1.88 ! moko 12420: * src/main/untaint.C, www/htdocs/index.html: mail header closed
! 12421: properly
1.86 moko 12422:
1.88 ! moko 12423: * src/main/pa_common.C, src/main/untaint.C, src/types/pa_vmail.C,
! 12424: www/htdocs/index.html: mail header ',' allowed. still bugs in
! 12425: smtp [only one receiptient works, cc, bcc ignored now, and MAILED
! 12426: ;)]
1.86 moko 12427:
12428: [strncpy killed, memnchr used]
12429:
12430: * src/main/pa_table.C: table-copy now current=0
12431:
12432: * src/main/pa_array.C, src/main/pa_table.C, www/htdocs/index.html:
12433: wow! found/fixed bug in lowlevel proc
12434:
12435: * src/targets/cgi/parser3.C: more checks on
12436: http://domain/parser.cgi start [maybe some getenv returns "",
12437: checked that now
12438:
12439: * src/targets/cgi/parser3.C: more checks on
12440: http://domain/parser.cgi start [maybe some getenv returns "",
12441: checked that now
12442:
12443: * src/targets/cgi/parser3.C, www/htdocs/index.html: error logging
12444: made unbuffered [so that out-of-mem errors reached log]
12445:
12446: * src/classes/mail.C, src/targets/cgi/parser3.C,
12447: src/types/pa_vmail.C, www/htdocs/index.html: mail:send
12448: MIME-Version default
12449:
12450: * src/main/main.dsp: pa_version included into main.dsp
12451:
1.88 ! moko 12452: * www/htdocs/index.html: smtp line ends fixed. now \r\n [not \r].
! 12453: some smtp servers [win32] leave \n intact, and some clients [bat]
! 12454: fail to show letter correctly
1.86 moko 12455:
12456: 2002-12-04 paf
12457:
12458: * src/types/pa_vform.C: $form:field string value cut by premature 0
12459:
12460: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp,
12461: www/htdocs/.htaccess, www/htdocs/index.html: lib/libltdl ->
12462: lib/ltdl Win32 changes. s
12463:
12464: * src/classes/classes.awk: more strict *.C$
12465:
12466: * gnu.dsp: restored
12467:
12468: * configure.in, gnu.dsp, src/lib/Makefile.am,
12469: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
12470: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12471: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
12472: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
12473: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
12474: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
12475: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
12476: now created with /configure, not ltdl/configure, so it does have
12477: no problems with automake. ltdl/configure
12478: AC_OUTPUT(Makefile<<removed)
12479:
12480: 2002-12-02 paf
12481:
12482: * operators.txt: removed outdated status:db
12483:
12484: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
12485: src/main/pa_common.C, src/main/pa_request.C,
12486: src/types/pa_vcookie.C, src/types/pa_vmail.C,
12487: www/htdocs/index.html: http header lang of tainted parts becomes
12488: http-header
12489:
12490: 2002-11-29 paf
12491:
12492: * src/classes/date.C, src/classes/image.C, www/htdocs/index.html,
12493: operators.txt: exif dates now objects of type date
12494:
12495: * src/classes/image.C: file.seek removed [it were used in image.C
12496: only, and for parser user this means that jpeg image has bad
12497: size in fragment's header] now used image.format
12498:
12499: * src/include/pa_common.h, src/main/pa_common.C,
12500: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12501: www/htdocs/index.html: http:// param values now handled exactly
12502: like $response:header values. e.g. can be hash [can have
12503: subattributes] & contain date values.
12504:
12505: * src/main/pa_common.C, www/htdocs/index.html: http:// param values
12506: lang forced URI
12507:
12508: * src/main/pa_common.C, www/htdocs/index.html: http:// tainted
12509: partes now %xx
12510:
12511: 2002-11-28 paf
12512:
12513: * www/htdocs/index.html: doc samples
12514:
12515: * operators.txt: http.timeout
12516:
12517: * src/classes/image.C, www/htdocs/index.html: ^image.length now
12518: counts interchar space. plus space after last char
12519:
12520: * www/htdocs/index.html: regexp syntax xxx$ speed-up experiments
12521:
12522: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
12523:
12524: * src/classes/image.C: ^image.font width measurer now scans full
12525: height [were -1]
12526:
1.88 ! moko 12527: * configure.in: stopped double libltdl/Makefile generation
1.86 moko 12528:
12529: * src/classes/image.C, www/htdocs/index.html: ^image.text now
12530: outputs one pixel HIGHER chars [one top horizontal line of 1pixel
12531: height were missing]
12532:
12533: * src/classes/op.C, www/htdocs/index.html: ^cache bug fixed.
12534: stupid compiler allowed 'false' to go into (Hash *) parameter
12535:
12536: 2002-11-27 paf
12537:
12538: * src/include/pa_globals.h, src/main/pa_globals.C,
12539: src/main/pa_request.C, src/types/pa_vmail.C,
12540: www/htdocs/index.html: response:body[file] if file nows it's
12541: name now returns content-disposition: >>attachment<<
12542:
12543: * src/classes/image.C, www/htdocs/index.html: ^image.font << bad
12544: font file-size now properly reported
12545:
12546: 2002-11-26 paf
12547:
12548: * src/main/pa_request.C: fixed lang in reponse header
12549:
12550: * src/main/pa_common.C, www/htdocs/.htaccess: utf8 prefix ignored
12551: @read text
12552:
12553: * operators.txt, src/main/pa_common.C, www/htdocs/index.html:
12554: http:// response status!=200 made exception: http.status with
12555: source=bad status#
12556:
12557: 2002-11-25 paf
12558:
12559: * configure.in, src/classes/image.C,
12560: src/include/pa_config_auto.h.in,
12561: src/include/pa_config_includes.h, src/main/Makefile.am,
12562: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
12563: const void related probs fixed
12564:
12565: * operators.txt, src/main/pa_common.C, www/htdocs/index.html: http
12566: fields now UPPERCASE
12567:
12568: $file[^file::load[http://there]] $file.SERVER
12569:
12570: * src/classes/file.C, src/classes/image.C, src/classes/xdoc.C,
12571: src/include/pa_common.h, src/main/pa_common.C,
12572: src/main/pa_request.C, www/htdocs/index.html: checked http
12573: options [invalid onces now reported] made default user-agent: paf
12574:
12575: * operators.txt, src/classes/file.C, src/classes/table.C,
12576: src/classes/xdoc.C, src/include/pa_common.h,
12577: src/include/pa_globals.h, src/main/pa_common.C,
12578: src/main/pa_globals.C, src/main/pa_request.C,
12579: src/types/pa_vfile.C, src/types/pa_vfile.h,
12580: www/htdocs/index.html: table/xdoc/file::load now understand
12581: http:// prefix and additional params, sample:
12582: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
12583: $.USER-AGENT[parser3] ]]
12584:
12585: 2002-11-22 paf
12586:
12587: * src/classes/image.C, src/include/pa_globals.h,
12588: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
12589: src/types/pa_vimage.h, www/htdocs/.htaccess,
12590: www/htdocs/index.html, operators.txt: $image.exif support
12591: $image.exif.DateTime & co
12592:
12593: 2002-11-21 paf
12594:
12595: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
12596: _PASS_APPENDED)
12597:
12598: * src/classes/image.C: jpeg size measure fixed: were badly skipping
12599: EXIF information [were big block and it's size were considered
12600: negative :(]
12601:
12602: * operators.txt, src/classes/image.C, src/include/pa_common.h,
12603: src/main/pa_common.C, src/types/pa_vmail.C,
12604: www/htdocs/index.html: image.measure internals rewritten. no
12605: there's reader.seek, and all's ready for EXIF extraction [now we
12606: fail to measure files with EXIF info]
12607:
12608: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
12609: O_TRUNC truncates even exclusevely write-locked file [thanks to
12610: Igor Milyakov <virtan@rotabanner.com> for discovering]
12611:
12612: 2002-11-20 paf
12613:
12614: * src/targets/cgi/parser3.C: logging @signal += query_string
12615:
12616: * configure.in, src/include/pa_config_auto.h.in,
12617: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
12618: comment
12619:
12620: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
12621:
12622: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
12623: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
12624: currently processed document SIGPIPE >> interrupts request
12625: processing [exception = DB rollback]
12626:
12627: * src/main/pa_exec.C: comment
12628:
12629: * src/main/pa_exec.C: pa_exec: data written only if size>0
12630:
12631: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
12632: << disable HTTP-POST repassing
12633:
12634: * src/: include/pa_config_fixed.h, main/pa_common.C,
12635: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
12636: pipe read errors now checked
12637:
12638: 2002-11-19 paf
12639:
12640: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
12641: CGI: Illegal call
12642:
12643: 2002-11-01 paf
12644:
12645: * src/main/execute.C: comment
12646:
12647: 2002-10-31 paf
12648:
12649: * src/main/execute.C: found out why, checked that for now. todo:
12650: find out a way for that user could do that
12651:
12652: * www/htdocs/: base.p, derived.p, index.html: this example creates
12653: base object, which is wrong, todo: find out why
12654:
12655: * src/types/pa_vstateless_object.h: object put replaces static
12656: parent if any
12657:
12658: * src/types/pa_vobject.C: object put replaces static parent if any
12659:
12660: * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
12661: src/classes/xnode.h, src/main/compile.tab.C, src/main/execute.C,
12662: src/main/pa_request.C, src/types/pa_value.h,
12663: src/types/pa_vclass.C, src/types/pa_vclass.h,
12664: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12665: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12666: src/types/pa_venv.h, src/types/pa_vfile.h, src/types/pa_vform.C,
12667: src/types/pa_vform.h, src/types/pa_vhash.h,
12668: src/types/pa_vimage.h, src/types/pa_vmail.C,
12669: src/types/pa_vmail.h, src/types/pa_vmath.h,
12670: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
12671: src/types/pa_vobject.h, src/types/pa_vrequest.C,
12672: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
12673: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
12674: src/types/pa_vstateless_class.h,
12675: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12676: src/types/pa_vstatus.h, src/types/pa_vstring.h,
12677: src/types/pa_vtable.C, src/types/pa_vtable.h,
12678: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12679: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12680: src/types/pa_wwrapper.h, www/htdocs/base.p, www/htdocs/derived.p,
12681: www/htdocs/index.html: static fix merged
12682:
12683: * src/: main/compile.tab.C, types/pa_vobject.C: killed
12684: $virtual_fields in dynamic, but one can reach derived
12685: static[class] variable from base
12686:
12687: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
12688: types/pa_vobject.C, types/pa_vobject.h,
12689: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
12690: statics, left $virtual_fields in dynamic
12691:
12692: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
12693: one can't remember derivates in base class: there's so many of
12694: them. also there can be no virtual method calls in static
12695: classes
12696:
12697: * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
12698: src/classes/xnode.h, src/main/execute.C, src/main/pa_request.C,
12699: src/types/pa_value.h, src/types/pa_vclass.C,
12700: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
12701: src/types/pa_vcookie.C, src/types/pa_vcookie.h,
12702: src/types/pa_vdate.h, src/types/pa_venv.h, src/types/pa_vfile.h,
12703: src/types/pa_vform.C, src/types/pa_vform.h, src/types/pa_vhash.h,
12704: src/types/pa_vimage.h, src/types/pa_vmail.C,
12705: src/types/pa_vmail.h, src/types/pa_vmath.h,
12706: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
12707: src/types/pa_vobject.h, src/types/pa_vrequest.C,
12708: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
12709: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
12710: src/types/pa_vstateless_class.h,
12711: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12712: src/types/pa_vstatus.h, src/types/pa_vstring.h,
12713: src/types/pa_vtable.C, src/types/pa_vtable.h,
12714: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12715: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12716: src/types/pa_wwrapper.h, www/htdocs/base.p, www/htdocs/derived.p,
12717: www/htdocs/index.html: static call $self fixed
12718:
12719: * src/main/execute.C: comment
12720:
12721: * src/classes/op.C, src/types/pa_value.h, src/types/pa_vobject.h,
12722: www/htdocs/base.p, www/htdocs/derived.p, www/htdocs/index.html,
12723: www/htdocs/operators.p, www/htdocs/some.p:
12724: ^process[$caller.self]{...} now compiles to last derived object
12725: part of that 'self'
12726:
12727: 2002-10-30 paf
12728:
12729: * www/htdocs/: derived.p, some.p: include method overriding tested
12730: OK
12731:
12732: 2002-10-29 paf
12733:
12734: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
12735: re-passing [iis to blame]
12736:
12737: * src/classes/string.C: changed string.save to pass current sql
12738: connection to cstr thus one can ^connect[some server]{
12739: $s[insert into table x (x) values (^taint[sql]{value})]
12740: ^s.save[some.sql] } and he'd get in some.sql file code with
12741: properly escaped. [tried in mssql->mysql export->import of
12742: binary data]
12743:
12744: 2002-10-28 paf
12745:
12746: * www/htdocs/: index.html: bad email handling test
12747:
12748: 2002-10-25 paf
12749:
12750: * src/types/pa_vresponse.C: case insensitive response user fields
12751: get/put
12752:
12753: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
12754: types/pa_vresponse.C: saving for maybe-future
12755:
12756: 2002-10-23 paf
12757:
12758: * operators.txt, src/classes/table.C: ^table.hash{code}...
12759: ^table.hash(expr)...
12760:
12761: * src/types/pa_vmail.C, www/htdocs/index.html: email whitespace
12762: trimBoth-ed
12763:
12764: 2002-10-22 paf
12765:
12766: * src/types/: pa_vform.C, pa_vform.h: removed needless
12767: VForm::Append...(...Value)
12768:
12769: * src/main/execute.C: $.name outside of $name[...] checked
12770:
12771: * src/main/: compile.tab.C, compile.y: lexer changed to fix
12772: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
12773:
12774: 2002-10-21 paf
12775:
12776: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
12777: $form:qtail $form:imap.x/y
12778:
12779: * operators.txt, src/types/pa_vform.C: $form:nameless =
12780: "?value&...", "...&value&...", "...&value"
12781:
12782: * operators.txt, src/types/pa_vform.C: $form:image-map
12783:
12784: * operators.txt, src/classes/file.C, www/htdocs/index.html:
12785: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
12786:
12787: 2002-10-17 paf
12788:
12789: * src/main/: compile.tab.C, compile.y: operators precedence changed
12790: a little: logical not and bitwise negation precedence made
12791: highest, << and >> bitshits precedence made equal [were << higher
12792: than >>]
12793:
12794: * src/classes/op.C: exception handling fixed [were bad with
12795: contexts]
12796:
12797: 2002-10-16 paf
12798:
12799: * www/htdocs/index.html: bad compile to system class test
12800:
12801: * src/classes/op.C, src/include/pa_request.h, src/main/execute.C,
12802: src/main/pa_request.C, www/htdocs/index.html,
12803: www/htdocs/derived.p: Request::self considered equal to
12804: VMethodFrame::self, and removed, Request::get_self() mapped to
12805: VMethodFrame.self()
12806:
12807: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
12808: $hash in open field now gives old good error meesage
12809:
12810: 2002-10-15 paf
12811:
12812: * src/types/pa_vjunction.h, www/htdocs/index.html: ^if(def
12813: $junction){was true}{now false} use ^if($junction is
12814: junction){was and now true}
12815:
12816: * src/classes/xdoc.C, src/classes/xnode.C,
12817: src/include/pa_charset.h, src/include/pa_pool.h,
12818: src/main/pa_charset.C, src/main/pa_pool.C, src/types/pa_vxnode.C,
12819: www/htdocs/index.html: xml->parser strings now have origin, which
12820: points to place where value left xml library and came to parser:
12821: place of dom field extraction/call
12822:
12823: * src/classes/op.C, src/include/pa_opcode.h,
12824: src/include/pa_request.h, src/main/compile.tab.C,
12825: src/main/compile.y, src/main/execute.C,
12826: src/types/pa_vmethod_frame.h, www/htdocs/derived.p: removed last
12827: pieces of old code allowing $junction.xxx at compile time
12828:
12829: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
12830: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
12831: objects also considered [were only classes]
12832:
12833: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
12834: src/types/pa_vmethod_frame.h, www/htdocs/derived.p,
12835: www/htdocs/index.html: ^process[CLASS]{body} now executed with
12836: CLASS self. [ (request&method_frame).self temporarily changed
12837: ]
12838:
12839: * src/classes/hash.C, src/classes/op.C, www/htdocs/index.html,
12840: www/htdocs/operators.p: method_frame now always changed, with no
12841: exception to native calls. for&foreach changed to use
12842: method_frame.caller for their var's name context
12843:
12844: * src/main/execute.C, src/targets/cgi/parser3.C,
12845: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12846: www/htdocs/operators.p: compiling to system classes disabled
12847:
12848: * www/htdocs/: derived.p, index.html: test of ^process from
12849: operator called from user class
12850:
12851: * operators.txt, src/classes/op.C, www/htdocs/operators.p:
12852: ^process[$caller.CLASS]{code-string} added
12853:
12854: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
12855: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
12856: src/types/Makefile.am, src/types/pa_vjunction.C,
12857: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
12858: src/types/types.dsp, www/htdocs/operators.p: removed
12859: $junction.get $junction.set[] introducing $caller
12860:
12861: * src/types/pa_value.h: removed outdated comments. doxygen would
12862: find them lower by inheritance tree
12863:
12864: * src/types/pa_vjunction.C: ident
12865:
12866: 2002-10-14 paf
12867:
12868: * src/classes/op.C: process compiles to code's class class
12869:
12870: * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
12871: src/include/pa_request.h, src/main/compile.C,
12872: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
12873: src/main/pa_request.C, src/types/pa_vstateless_class.h,
12874: www/htdocs/index.html: operators now main-class-methods
12875:
12876: * src/classes/op.C, src/include/pa_request.h,
12877: www/htdocs/index.html, www/htdocs/operators.p: ^try{^call{}} now
12878: has better stack trace [has "call" & co there]
12879:
12880: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12881: operators @auto now executed in MAIN context
12882:
12883: * src/main/execute.C: operator execution context now = MAIN, not
12884: closest stack frame
12885:
12886: @touchit[] $i[after]
12887:
12888: ----t.html $i[before] << local ^touchit[] $i << now 'before',
12889: were 'after'
12890:
12891: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
12892: 'after'
12893:
12894: * src/main/execute.C: comment
12895:
12896: * src/types/pa_vclass.C, src/types/pa_vobject.h,
12897: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12898: www/htdocs/index.html, www/htdocs/operators.p: $form:CLASS
12899: resurrected [wes killed in action]
12900:
12901: * src/types/pa_vxnode.C: misreplace fixed
12902:
12903: * configure, configure.in, src/include/pa_config_auto.h.in,
12904: src/types/pa_vstatus.C, operators.txt, www/htdocs/index.html:
12905: $status:rusage.tv_secs/usecs introduced
12906:
12907: 2002-10-09 paf
12908:
12909: * src/classes/double.C, src/classes/int.C, src/classes/string.C,
12910: www/htdocs/derived.p, www/htdocs/index.html: ^string.int[] now
12911: failes on empty string [or uses (default)]
12912:
12913: 2002-10-08 paf
12914:
12915: * src/main/untaint.C: mail header quoted printable changed after
12916: RFC reread
12917:
12918: * operators.txt: plan on ^if(method
12919:
12920: * src/types/pa_vxnode.C: misreplace
12921:
12922: 2002-09-24 paf
12923:
12924: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
12925:
12926: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
12927: mailreceive would compile on freebsd now
12928:
12929: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
12930: configure, configure.in, src/include/pa_config_auto.h.in,
12931: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
12932: mailreceive would compile on freebsd now
12933:
12934: * src/classes/file.C, src/main/untaint.C, www/htdocs/index.html: 1.
12935: file spec language changed: now there are only few chars are
12936: untainted: * ? ' " < > | and, on unix, : \ ~ [russian letters and
12937: SPACES now enabled, one should use ^untaint[uri]{...} now]
12938:
12939: 2. $list[^file:list[dir]] now returns simply tainted names in
12940: $list.name, not tainted as filespec
12941:
12942: @russianindex[] #dir with files with russian-lang names
12943: $where[dir]
12944:
12945: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
12946: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
12947:
12948: 2002-09-23 paf
12949:
12950: * src/types/pa_vdouble.h: double->int round added
12951:
12952: * src/classes/date.C: date bug fix, now
12953: round(floatDays*secondsPerDay)
12954:
12955: * src/classes/date.C: date bug fix, now
12956: round(floatDays*secondsPerDay)
12957:
12958: 2002-09-20 paf
12959:
12960: * src/main/execute.C, www/htdocs/index.html: code junction calls
12961: disabled [before: code was compiled in such a way, that there
12962: were no code-junctions in OP_CALL]
12963:
12964: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
12965:
12966: @badjunctioncallinside[code] ^code[]
12967:
12968: * src/main/compile.tab.C, src/main/compile.y,
12969: www/htdocs/index.html: changed grammer on junction expanding to
12970: include ^junction.method
12971:
12972: * src/main/pa_common.C: -d "DIR/" now true
12973:
12974: * src/classes/xdoc.C, www/htdocs/index.html: xdoc::create[name] now
12975: sets $request:charset as internal xdoc encoding, and after
12976: decoding attributes set by dom functions now encoded OK, not as
12977: digital entities
12978:
12979: * src/classes/xdoc.C: empty transform result, being taken as file
12980: now returns empty file, not raises stupid error about "stat-ed
12981: file"
12982:
12983: * src/types/pa_vhash.h, www/htdocs/operators.p: hash.foreach
12984: modification of existing keys allowed
12985:
12986: * src/types/types.dsp: introducing $junction.get/put(1) one can
12987: write iterators now:
12988:
12989: ^user-foreach[key;value]{$key=$value<br>}
12990:
12991: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
12992: $code.value($i*2) $code }
12993:
12994: * src/main/compile_tools.h: mistype
12995:
12996: * src/targets/: apache13/Makefile.am, cgi/Makefile.am: binaries now
12997: depend on makefiles, thus taking linking options configure
12998: changes into account [were: ignoring]
12999:
13000: * src/types/: pa_vjunction.C, Makefile.am: introducing
13001: $junction.get/put(1) one can write iterators now:
13002:
13003: ^user-foreach[key;value]{$key=$value<br>}
13004:
13005: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
13006: $code.value($i*2) $code }
13007:
13008: * src/include/pa_opcode.h, src/include/pa_request.h,
13009: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
13010: src/main/main.dsp, src/targets/cgi/parser3.dsp,
13011: src/types/pa_vjunction.h, www/htdocs/.htaccess,
13012: www/htdocs/index.html: introducing $junction.get/put(1) one can
13013: write iterators now:
13014:
13015: ^user-foreach[key;value]{$key=$value<br>}
13016:
13017: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
13018: $code.value($i*2) $code }
13019:
13020: 2002-09-19 paf
13021:
13022: * Makefile.am: new: make commit
13023:
13024: * aclocal.m4: forced to be older
13025:
13026: 2002-09-18 paf
13027:
13028: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
13029: src/main/compile.y, src/main/execute.C, www/htdocs/index.html: <<
13030: >> int shifts
13031:
13032: * src/: include/pa_common.h, include/pa_request.h,
13033: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
13034: - now this - fatal error
13035:
13036: * src/classes/file.C, www/htdocs/index.html,
13037: www/htdocs/mailreceive.eml: ^file::exec/cgi $.stdin[can be file
13038: now] so that one can pass binary data there
13039:
13040: * src/classes/date.C, src/classes/double.C, src/classes/file.C,
13041: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
13042: src/classes/mail.C, src/classes/op.C, src/classes/response.C,
13043: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13044: src/classes/xdoc.C, src/classes/xnode.C,
13045: src/include/pa_request.h, www/htdocs/index.html: pa_request
13046: contexts made privated, plus get_{self/method_frame} to read.
13047: Request_context_saver used in ^try to save flang too. [were not
13048: saved]
13049:
13050: * src/types/pa_vresponse.C: header value chains joined before
13051: output, this should help $.subject[$var $var] from being
13052: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
13053:
13054: 2002-09-17 paf
13055:
13056: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
13057: removed changes, operators executed with calling self. lots of
13058: code with ^include code relies on defined/defining self variables
13059:
13060: $a[1] ^include[print_a.p] print_a.p: $a
13061:
13062: ^include[set_a.p] a=$a set_a.p: $a[1]
13063:
13064: * src/classes/op.C, src/main/execute.C, src/main/pa_request.C,
13065: src/types/pa_value.C, src/types/pa_value.h,
13066: src/types/pa_vmethod_frame.h, src/types/pa_vstateless_class.h,
13067: www/htdocs/operators.p: operators now executed with MAIN self.
13068: it's for ^include sake, too strong a change
13069:
13070: * src/classes/op.C, www/htdocs/index.html, www/htdocs/operators.p:
13071: made place for ^process to compile it's code to in case of no
13072: self
13073:
13074: * src/main/execute.C, www/htdocs/index.html: found ancient param to
13075: Junction, removed. allowed passing self to native_code_operators
13076: [for ^process to work, she needs self]
13077:
13078: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13079: types/pa_vstateless_class.h: found ancient param to Junction,
13080: removed. allowed passing self to native_code_operators [for
13081: ^process to work, she needs self]
13082:
13083: * src/main/execute.C, src/main/pa_request.C, src/types/pa_value.C,
13084: src/types/pa_value.h, src/types/pa_vmethod_frame.h,
13085: src/types/pa_vstateless_class.h, www/htdocs/index.html,
13086: www/htdocs/operators.p: allowed Request.self to be 0, checked
13087: that in VMethodFrame get/put and $self.
13088:
13089: * src/classes/table.C, src/classes/xdoc.C, www/htdocs/index.html:
13090: table::sql options table::create copy options options checked,
13091: wrong option now fatal error
13092:
13093: * src/main/pa_string.C, www/htdocs/index.html: string.replace fixed
13094: [were missing words on pieces boundaries]
13095:
13096: * bin/auto.p.dist.in: strange \n
13097:
13098: * configure, configure.in: .so now detected [can be .sl on hpux,
13099: .dll on cygwin, .so in other cases)
13100:
13101: * configure, configure.in, bin/auto.p.dist.in: .so now detected
13102: [can be .sl on hpux, .dll on cygwin, .so in other cases)
13103:
13104: * operators.txt, src/classes/hash.C, src/classes/table.C,
13105: src/include/pa_globals.h, src/main/pa_globals.C,
13106: www/htdocs/index.html: table.sql hash::sql flag to allow
13107: duplicate keys [$.distinct(1/0)] first record taken [were last]
13108:
13109: * src/classes/hash.C, src/classes/table.C,
13110: src/include/pa_sql_connection.h, www/htdocs/index.html: table.sql
13111: hash::sql duplicate keys now errors
13112:
13113: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
13114:
13115: * src/classes/op.C, src/classes/table.C, www/htdocs/index.html:
13116: menu/for delims bug fixed [were ,2,3]
13117:
13118: 2002-09-16 paf
13119:
13120: * src/classes/file.C, www/htdocs/index.html: file::cgi line ends
13121: can be both unix & dos. and they can be unix [\n\n] on win when
13122: 'use CGI' used, it causes stdout to be binary. now detected
13123: closest header break.
13124:
13125: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
13126: closed right
13127:
13128: 2002-09-13 paf
13129:
13130: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
13131: src/main/compile_tools.h, www/htdocs/index.html: (expression
13132: #comment)
13133:
13134: (multiline expression #comment line2 #comment )
13135:
13136: (expression #comment with (brackets) comment) << OK
13137:
13138: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
13139: www/htdocs/index.html: !| bitwise !|| numerical xor now
13140: [preparing for expression #comments]
13141:
13142: * src/main/compile.tab.C, src/main/compile.y,
13143: www/htdocs/index.html: @method[$name] now parse error
13144:
13145: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
13146: cheched in pa_socks.C
13147:
13148: * configure, configure.in, src/include/pa_config_auto.h.in:
13149: HAVE_WINSOCK_H created in configure.in
13150:
13151: * src/main/compile.tab.C, src/main/compile.y,
13152: src/types/pa_vresponse.C, www/htdocs/index.html: cookie date now
13153: clean [were mistakenly tainted & that worked bad with opera --
13154: 'happily' that worked OK with msie]
13155:
13156: 2002-09-12 paf
13157:
13158: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
13159: VClass get_element now first looks to fields, next to methods &
13160: co todo: the rest reason: more speed
13161:
13162: * src/main/untaint.C: quoted printable encoding stops before
13163: \s*<...>$
13164:
13165: * src/main/untaint.C, www/htdocs/index.html: quoted printable ' '
13166: now =20 and encoding stops before <...>$
13167:
13168: 2002-09-11 paf
13169:
13170: * src/main/pa_charset.C, src/targets/cgi/parser3.dsp,
13171: www/htdocs/index.html: while fixing (
13172: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
13173: forgot to check users of those funcs. not all were using that
13174: return value convention
13175:
13176: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
13177: windows-1254 added
13178:
13179: 2002-09-10 paf
13180:
13181: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
13182: VCodeFrame parent param were specified badly
13183:
13184: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
13185: WWrapper which used in constructing objects(second param to sql
13186: method) ^...sql{}[$.default{code}] now has parent, wich helps
13187: code in hash to survivi
13188:
13189: * src/: include/pa_request.h, main/execute.C: removed redundant
13190: param to execute [stack said 'thanks']
13191:
13192: * src/: classes/op.C, main/execute.C, types/pa_value.C,
13193: types/pa_value.h, types/pa_vcode_frame.h,
13194: types/pa_vmethod_frame.h, types/pa_wcontext.C,
13195: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
13196: responsibility to wcontext
13197:
13198: * src/classes/file.C: decided not to log exec's with stderr, that
13199: could be warnings, and it's up to scritper to log/show them
13200:
13201: * src/classes/double.C, src/main/execute.C, www/htdocs/index.html:
13202: double:sql badly called write_assign_lang, not write_no_lang,
13203: thus doing unnecessary double/string converstion, which were
13204: loosing time&precesion
13205:
13206: * src/main/pa_charset.C, src/types/pa_vmail.C,
13207: www/htdocs/index.html: xmlCharEncodingInput/OutputFunc callbacks
13208: returned bad value in case of unfinished in buffer processing,
13209: causing accidental transcode stop [in case that source enc !=
13210: utf-8 & there is incomplete utf-8 sequence at the end of
13211: 16000block iside of libxml lib] tfm readed & code updated
13212:
13213: 2002-09-04 paf
13214:
13215: * configure: makes with sjlj
13216:
13217: * INSTALL, src/include/pa_config_fixed.h,
13218: src/include/pa_sql_connection.h,
13219: src/main/pa_sql_driver_manager.C, www/htdocs/index.html:
13220: -with-sjlj-exceptions define checked. on win32 it made default
13221:
13222: * src/include/pa_config_auto.h.in: sjlj define
13223:
13224: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
13225: can not work with longjump/throw pair, and one must switch that
13226: on there. todo: detect that automatically]
13227:
13228: * src/types/pa_vxnode.C, www/htdocs/index.html: removed too strong
13229: checks of xnode.elements. now, for instance, if element does not
13230: have any attributes, $xnode.attributes is void, not error
13231:
13232: 2002-09-02 paf
13233:
13234: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp,
13235: www/htdocs/index.html: removed double_result, didn't help
13236:
13237: * src/main/execute.C: double_result made to move that var away from
13238: hungry g++ optimizer (-O2), before: it were optimized and
13239: comparison operators worked badly
13240:
13241: * src/types/pa_vdate.h: removed debug
13242:
13243: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
13244:
13245: * src/main/execute.C: fixed numeric < & co so that thay now use
13246: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
13247: unknown reason.
13248:
13249: 2002-08-29 paf
13250:
13251: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
13252: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
13253: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
13254: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
13255: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
13256: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
13257: src/types/types.dsp, www/htdocs/index.html: junction_cleaner
13258: moved to auto VMethodFrame [called less frequent, allowed to
13259: remove ugly Junction.change_context-s from many places, switch,
13260: mail:send..html{}, ..] request.root renamed to method_frame [more
13261: easyreading] ancient {...PUSH/POPs...} changed to stack vars
13262: [speed up]
13263:
13264: 2002-08-28 paf
13265:
13266: * src/types/pa_vcookie.C, www/htdocs/index.html: $cookie:name[&]
13267: $cookie:name << now tainted
13268:
13269: * src/types/pa_vcookie.C, www/htdocs/index.html: fixed cookie
13270: delete when $cookie:name[$.value[]]
13271:
13272: * operators.txt, src/classes/string.C, www/htdocs/derived.p,
13273: www/htdocs/index.html: ^string.split[delim[;options]]
13274:
13275: 2002-08-27 paf
13276:
13277: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
13278:
13279: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
13280: www/htdocs/index.html, www/htdocs/mailreceive.eml: # now
13281: delimiter
13282:
13283: * INSTALL: recommended latest gmime 1.0.5
13284:
13285: 2002-08-26 paf
13286:
1.88 ! moko 13287: * configure, configure.in, src/targets/apache13/Makefile.am:
! 13288: apache13/hook added to make dist.
1.86 moko 13289:
13290: 2002-08-23 paf
13291:
13292: * src/include/pa_common.h, src/main/pa_common.C,
13293: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
13294: www/htdocs/index.html: when auto.p beside binary [cgi, isapi] not
13295: accessible [due to bad rights or whatever] it's error now
13296:
13297: 2002-08-21 paf
13298:
13299: * www/htdocs/derived.p: "BASE:" "BASE::" syntax allowed, means
13300: "base class". compiled as if here they named base class
13301:
13302: * Makefile.am: can use: make happy equals to make update install
13303:
13304: * src/main/compile.tab.C, src/main/compile.y,
13305: src/main/compile_tools.C, src/main/compile_tools.h,
13306: www/htdocs/derived.p: "BASE:" "BASE::" syntax allowed, means
13307: "base class". compiled as if here they named base class
13308:
13309: * src/main/pa_string.C, www/htdocs/index.html: fixed bad language
13310: bug, [were wrong string cloning constructor]
13311:
13312: * src/main/execute.C, src/types/pa_vobject.h, www/htdocs/base.p,
13313: www/htdocs/derived.p, www/htdocs/index.html: fixed virtual calls
13314:
13315: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
13316: src/types/pa_vfile.C, src/types/pa_vmail.C,
13317: www/htdocs/mailreceive.eml, www/htdocs/mailreceive.html:
13318: $mail.received.file.value.content-type fixed
13319:
13320: 2002-08-20 paf
13321:
13322: * src/classes/file.C, www/htdocs/index.html: fixed language of
13323: file:file result
13324:
13325: * operators.txt, src/classes/void.C, www/htdocs/index.html:
13326: ^void.pos[...] = -1 merged from 3.0.0005
13327:
13328: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
13329:
13330: * operators.txt, src/classes/void.C, www/htdocs/index.html:
13331: ^void.length[] = 0 merged from 3.0.0005
13332:
13333: * src/classes/void.C, operators.txt: ^void.length[] = 0
13334:
13335: 2002-08-19 paf
13336:
13337: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
13338: work now
13339:
13340: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
13341: error in xnode, which were not catched in xdoc]
13342:
13343: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
13344: prepared: // validate each document after load/create (?)
13345: //xmlDoValidityCheckingDefaultValue = 1;
13346:
13347: 2002-08-15 paf
13348:
13349: * src/classes/classes.h, www/htdocs/index.html: write to static var
13350: caused useless Exception, introduced Methoded::put_element wich
13351: consumes those
13352:
13353: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
13354: src/types/pa_vcookie.C, src/types/pa_vdate.h,
13355: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13356: www/htdocs/index.html: $response:field[date]
13357: $response:field[$.xxx[date]]
13358:
13359: * src/classes/hash.C, src/classes/string.C, src/classes/table.C,
13360: src/classes/void.C, src/include/pa_sql_connection.h,
13361: www/htdocs/index.html: fixed source of ^hash::sql{bad}
13362:
13363: * operators.txt: $request:body unprecessed POST request body
13364:
13365: * src/types/pa_vrequest.C, www/htdocs/index.html: $request:body
13366: unprecessed POST request
13367:
13368: * src/types/pa_value.h, src/types/pa_vdate.h,
13369: src/types/pa_vrequest.C, src/types/pa_vxdoc.C,
13370: src/types/pa_vxnode.C, www/htdocs/index.html: few barks: bark("%s
13371: field not found", 0, &aname)
13372:
13373: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
13374: src/include/pa_request.h, src/main/pa_pool.C,
13375: src/types/pa_vform.C, src/types/pa_vform.h, www/htdocs/.htaccess:
13376: planning/preparing_to $request:body r.post_data now const
13377:
13378: * src/classes/image.C, src/classes/op.C, src/classes/xdoc.C,
13379: src/classes/xnode.C, src/main/execute.C, src/types/pa_value.h,
13380: src/types/pa_vhash.h, src/types/pa_vobject.C,
13381: src/types/pa_vobject.h, src/types/pa_vtable.h,
13382: www/htdocs/index.html: instead of type() checking everywhere used
13383: Value.as now user descendants can be used in params.
13384:
13385: VObject::as_*, is_defined now taken from bases. xtable(table)
13386: ^if($xtable) now OK
13387:
13388: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
13389: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
13390: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
13391:
13392: 2002-08-14 paf
13393:
13394: * src/classes/xnode.h, src/main/execute.C,
13395: src/targets/cgi/parser3.dsp, src/types/pa_value.h,
13396: src/types/pa_vclass.C, src/types/pa_vclass.h,
13397: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13398: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13399: src/types/pa_venv.h, src/types/pa_vfile.h, src/types/pa_vform.C,
13400: src/types/pa_vform.h, src/types/pa_vhash.h,
13401: src/types/pa_vimage.h, src/types/pa_vmail.C,
13402: src/types/pa_vmail.h, src/types/pa_vmath.h,
13403: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
13404: src/types/pa_vobject.h, src/types/pa_vrequest.C,
13405: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13406: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
13407: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13408: src/types/pa_vstatus.h, src/types/pa_vstring.h,
13409: src/types/pa_vtable.C, src/types/pa_vtable.h,
13410: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13411: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13412: src/types/pa_wwrapper.h, www/htdocs/index.html: is now works with
13413: VObject & VClass
13414:
13415: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
13416:
13417: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
13418: removed fixopt stupidity. on stupid linux use cd /document/root
13419: ../cgi/parser3 script
13420:
13421: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
13422: params, splitting them by space, excluding argv[0], argv[argc-1]
13423:
13424: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
13425: fixopt.h: fixopt now preprocesses command line params, splitting
13426: them by space, excluding argv[0], argv[argc-1]
13427:
13428: * src/targets/cgi/parser3.C: -f config file
13429:
13430: * src/targets/cgi/parser3.C, www/htdocs/auto.p,
13431: www/htdocs/derived.p, www/htdocs/index.html: fixed .log file dir
13432:
13433: 2002-08-13 paf
13434:
13435: * src/types/pa_vobject.C, www/htdocs/derived.p,
13436: www/htdocs/index.html: allow override parent variables, useful
13437: for form descendants [in vobject too, were in vclass]
13438:
13439: * src/types/pa_vclass.C, www/htdocs/index.html: allow override
13440: parent variables, useful for form descendants
13441:
13442: * src/types/pa_vclass.C, www/htdocs/derived.p: checked:
13443: form[vclass]fields can be overwritten in derived(table)
13444:
13445: * src/: classes/form.C, classes/mail.C, classes/op.C,
13446: classes/xnode.h, include/pa_request.h, main/execute.C,
13447: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
13448: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13449: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
13450: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13451: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
13452: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
13453: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13454: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13455: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13456: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
13457: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
13458: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
13459: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
13460: Value::get_element(..., bool looking_down) [needed to exclude
13461: endless recoursion]
13462:
13463: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
13464: fix bug with put endless recoursion todo: check 'as'
13465:
13466: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
13467: reorganized modules todo: fix bug with put endless recoursion
13468: todo: check 'as'
13469:
13470: * src/types/pa_vobject.h, www/htdocs/derived.p: checked: table
13471: fields can be overwritten in derived(table)
13472:
13473: * www/htdocs/derived.p: sample: dont convinient that table fields
13474: can be overridden
13475:
13476: * src/types/pa_vobject.h, www/htdocs/derived.p,
13477: www/htdocs/index.html: derived classes can have fields of their
13478: own now
13479:
13480: * src/classes/table.C, src/types/pa_vtable.C,
13481: src/types/pa_vtable.h, www/htdocs/derived.p: fixed error message
13482: on using non-created table
13483:
13484: * src/classes/form.C, src/classes/hash.C, src/classes/mail.C,
13485: src/classes/op.C, src/classes/xnode.h, src/include/pa_request.h,
13486: src/main/compile.C, src/main/compile.tab.C, src/main/execute.C,
13487: src/main/pa_request.C, src/types/pa_value.h,
13488: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13489: src/types/pa_vcookie.C, src/types/pa_vcookie.h,
13490: src/types/pa_vdate.h, src/types/pa_venv.h, src/types/pa_vfile.h,
13491: src/types/pa_vform.C, src/types/pa_vform.h, src/types/pa_vhash.h,
13492: src/types/pa_vimage.C, src/types/pa_vimage.h,
13493: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.h,
13494: src/types/pa_vmethod_frame.h, src/types/pa_vobject.h,
13495: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13496: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13497: src/types/pa_vstateless_class.h,
13498: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13499: src/types/pa_vstatus.h, src/types/pa_vstring.h,
13500: src/types/pa_vtable.C, src/types/pa_vtable.h,
13501: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13502: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13503: src/types/pa_wwrapper.h, www/htdocs/derived.p: VObject.get/out
13504: now looking down/up tree todo: fix error message on
13505: non-constructed parents
13506:
13507: 2002-08-12 paf
13508:
13509: * src/types/pa_vstateless_class.h,
13510: src/types/pa_vstateless_object.h, www/htdocs/derived.p: table
13511: derived OK
13512:
13513: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
13514: thorough testing
13515:
13516: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
13517: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
13518: types/pa_vobject.h, types/pa_vstateless_class.h,
13519: types/pa_vstateless_object.h, types/pa_wcontext.h,
13520: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
13521: ^base:create[] dynamic call rewritten todo: thorough testing
13522:
13523: * www/htdocs/: base.p, derived.p: not good - along upward-virtual
13524: call self eq child
13525:
13526: * src/types/pa_value.h, src/types/pa_vclass.h,
13527: src/types/pa_vobject.h, www/htdocs/base.p, www/htdocs/derived.p:
13528: VObject ctor now instantates base class, remembers it and saves
13529: child in parent VObject.get_class now returns last child =
13530: downward virtual calls OK
13531:
13532: * src/main/execute.C, src/types/pa_value.h, src/types/pa_vclass.h,
13533: src/types/pa_vdate.h, src/types/pa_vdouble.h,
13534: src/types/pa_vfile.h, src/types/pa_vimage.h, src/types/pa_vint.h,
13535: src/types/pa_vmethod_frame.h, src/types/pa_vobject.h,
13536: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
13537: src/types/pa_vstateless_object.h, src/types/pa_vstring.h,
13538: src/types/pa_vtable.h, src/types/pa_vxdoc.h,
13539: src/types/pa_vxnode.h, src/types/pa_wcontext.h,
13540: src/types/types.dsp, www/htdocs/index.html: killed VAliased
13541: [redundant], moved $CLASS to VObject only [parser class instance]
13542:
13543: * bin/auto.p.dist.in: more like in dist on parser.ru
13544:
13545: * bin/auto.p.dist.in: fixed sendmail default comment
13546:
13547: * src/main/pa_request.C: $response:body[file] content-type check
13548: fixed [were bad when content-type is hash]
13549:
13550: 2002-08-09 paf
13551:
13552: * src/main/execute.C, src/types/pa_value.h, src/types/pa_vclass.h,
13553: src/types/pa_vobject.h, src/types/pa_vxdoc.h,
13554: www/htdocs/index.html: started as()
13555:
13556: 2002-08-08 paf
13557:
13558: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
13559: src/main/pa_globals.C, www/htdocs/index.html: year column in
13560: month calendar [week year]
13561:
13562: * src/main/execute.C, www/htdocs/index.html: error reporting on
13563: object writes to MAIN improved [were ruind with fixing
13564: $obj[^if(1){$obj}] ]
13565:
13566: * operators.txt, src/types/pa_vdate.h, www/htdocs/index.html:
13567: $date.yearday $date.daylightsaving
13568:
13569: * src/classes/mail.C, src/types/pa_vmail.C, www/htdocs/auto.p,
13570: www/htdocs/index.html: in letter texts one can use tainted data
13571: now. only she must specify the language.
13572:
13573: ^mail:send[ $.from[paf@mail.design.ru]
13574: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
13575: $.text[^taint[uri][ìîñêâà]=] ]
13576:
13577: * www/htdocs/index.html: ^process now prints more precise origin
13578:
13579: * src/classes/file.C, src/classes/op.C, src/types/pa_vfile.C,
13580: www/htdocs/index.html: ^process now prints more precise origin
13581:
13582: * src/include/pa_string.h, www/htdocs/index.html:
13583: String::first_char now not fails on empty strings ^if(-f '') now
13584: ok and in 3 other places.
13585:
13586: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13587: String::first_char now not fails on empty strings ^if(-f '') now
13588: ok and in 3 other places.
13589:
13590: 2002-08-07 paf
13591:
13592: * src/classes/string.C, src/main/pa_string.C,
13593: www/htdocs/index.html: ^string.mid(0;bad) fixed
13594:
13595: * src/main/pa_string.C, www/htdocs/index.html: ^string.mid(0;bad)
13596: fixed
13597:
13598: * src/main/execute.C, src/types/pa_vcode_frame.h,
13599: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.C,
13600: src/types/pa_wcontext.h, src/types/pa_wwrapper.h,
13601: www/htdocs/index.html: vcodeframe were mistakenly not completely
13602: transparent to object writes. $hash[^if(1){$hash}] now works
13603:
13604: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
13605: now erasing cache file [there were bad check on that]
13606:
13607: * src/classes/classes.dsp, src/classes/table.C,
13608: src/lib/pcre/pcre_parser_ctype.dsp, src/main/pa_array.C,
13609: src/types/types.dsp, www/htdocs/index.html: all Debug dirs in
13610: .dsp now named 'Debug'
13611:
13612: * etc/parser3.charsets/Makefile.am: all included into dist
13613:
13614: * operators.txt, src/classes/mail.C: exception_type email.send
13615:
13616: * operators.txt, src/types/pa_vmail.C, www/htdocs/index.html:
13617: exception_type email.format
13618:
13619: * src/types/pa_vmail.C, www/htdocs/global.xsl,
13620: www/htdocs/index.html: mail:send empty email checked
13621:
13622: 2002-08-06 paf
13623:
13624: * operators.txt, src/classes/table.C, src/include/pa_array.h,
13625: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C,
13626: www/htdocs/index.html: ^table::create[$source;$.options]
13627: ^table::join[$source;$.options]
13628:
13629: * operators.txt, src/classes/hash.C, src/classes/string.C,
13630: src/classes/table.C, www/htdocs/index.html: sql options can be
13631: string now ^xxx:sql{...}[ # $.default() }
13632:
13633: * src/classes/file.C, www/htdocs/index.html: $f[file::cgi] $f.UPPER
13634: case fields
13635:
13636: * src/classes/file.C, src/include/pa_globals.h,
13637: src/main/pa_globals.C, src/main/pa_request.C,
13638: src/types/pa_vfile.C, src/types/pa_vfile.h,
13639: www/htdocs/index.html: $file.content-type [instead of .mime-type]
13640: now works for file::stat also
13641:
13642: * src/main/pa_request.C, www/htdocs/index.html: case insensitive
13643: mime_type_of
13644:
13645: * bin/auto.p.dist.in: jpeg
13646:
13647: 2002-08-05 paf
13648:
13649: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
13650:
13651: * src/types/pa_vmail.C: file buffer relocated to parser heap
13652:
13653: * operators.txt: comment on date:calendar week column
13654:
13655: * src/main/pa_common.C: write checked
13656:
13657: * src/main/: pa_common.C: write checked
13658:
13659: * src/classes/date.C: +1 buf size for stupid snprintfs
13660:
13661: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
13662: month calendar week column [ISO 8601 Week Numbers]
13663:
13664: 2002-08-02 paf
13665:
13666: * src/: include/pa_config_fixed.h, main/pa_string.C,
13667: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
13668: DEBUG*
13669:
13670: * configure, configure.in, src/include/pa_version.h: release
13671: 3_0_0005
13672:
13673: * bin/auto.p.dist.in: unhandled_exception comments
13674:
13675: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
13676: multipart post fixed
13677:
13678: * operators.txt, src/main/pa_request.C, www/htdocs/index.html,
13679: src/types/pa_vform.C: response transcoded source->client only
13680: when text/* or simple onoverridden $response:body
13681:
13682: 2002-08-01 paf
13683:
13684: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13685: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13686: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13687: classes/op.C, classes/response.C, classes/string.C,
13688: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
1.88 ! moko 13689: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
! 13690: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1.86 moko 13691: include/pa_config_fixed.h, include/pa_dictionary.h,
13692: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
13693: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
13694: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
13695: include/pa_socks.h, include/pa_sql_connection.h,
13696: include/pa_sql_driver_manager.h, include/pa_stack.h,
13697: include/pa_string.h, include/pa_stylesheet_connection.h,
13698: include/pa_stylesheet_manager.h, include/pa_table.h,
13699: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13700: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13701: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
13702: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13703: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
13704: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
13705: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
13706: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
13707: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13708: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13709: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
13710: targets/apache13/mod_parser3.C, targets/apache13/pa_md5c.c,
13711: targets/apache13/pa_pool.C, targets/apache13/pa_threads.C,
13712: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
13713: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
13714: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
13715: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
13716: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
13717: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
13718: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
13719: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
13720: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13721: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
13722: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13723: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
13724: types/pa_vmethod_frame.h, types/pa_vobject.h,
13725: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13726: types/pa_vresponse.h, types/pa_vstateless_class.C,
13727: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13728: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13729: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13730: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13731: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13732: types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
13733:
13734: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
13735: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
13736: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13737: classes/math.C, classes/op.C, classes/response.C,
13738: classes/string.C, classes/table.C, classes/void.C,
13739: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1.88 ! moko 13740: include/pa_array.h, include/pa_cache_managers.h,
! 13741: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1.86 moko 13742: include/pa_config_fixed.h, include/pa_config_includes.h,
13743: include/pa_dictionary.h, include/pa_dir.h,
13744: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13745: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
13746: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
13747: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
13748: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13749: include/pa_stack.h, include/pa_string.h,
13750: include/pa_stylesheet_connection.h,
13751: include/pa_stylesheet_manager.h, include/pa_table.h,
13752: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13753: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
13754: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13755: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
13756: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13757: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13758: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
13759: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
13760: main/pa_sql_driver_manager.C, main/pa_string.C,
13761: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
13762: main/untaint.C, sql/pa_sql_driver.h,
13763: targets/apache13/ApacheModuleParser3.dsp,
13764: targets/apache13/mod_parser3.C, targets/apache13/pa_md5c.c,
13765: targets/apache13/pa_pool.C, targets/apache13/pa_threads.C,
13766: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
13767: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13768: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
13769: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13770: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
13771: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
13772: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
13773: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
13774: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
13775: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13776: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
13777: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13778: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
13779: types/pa_vmethod_frame.h, types/pa_vobject.h,
13780: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13781: types/pa_vresponse.h, types/pa_vstateless_class.C,
13782: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13783: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13784: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13785: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13786: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13787: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp,
1.88 ! moko 13788: Makefile.am, classes/Makefile.am, main/Makefile.am,
! 13789: targets/apache13/Makefile.am, targets/cgi/Makefile.am,
! 13790: types/Makefile.am: ident.C* removed
1.86 moko 13791:
1.88 ! moko 13792: * operators.txt, src/classes/file.C, src/main/pa_request.C:
! 13793: file:find[/can/do/this/now.txt]
1.86 moko 13794:
13795: * src/targets/cgi/parser3.C: usage to stdout now
13796:
13797: 2002-07-31 paf
13798:
13799: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
13800:
13801: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
13802: default "postmaster"
13803:
1.88 ! moko 13804: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
! 13805: -f postmaster now default sendmail key word "postmaster"
! 13806: replaced to $.from
1.86 moko 13807:
13808: 2002-07-30 paf
13809:
13810: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
13811: src/targets/cgi/parser3.C: removed pa_config_paths.h
13812:
13813: * src/main/pa_charset.C: comment
13814:
1.88 ! moko 13815: * src/main/pa_charset.C, www/htdocs/auto.p: UTF-8 to 1byte charset
! 13816: convert, no char in table, &#decimal;
1.86 moko 13817:
13818: * src/main/pa_request.C: comment
13819:
13820: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
13821: paragraf]
13822:
13823: 2002-07-11 paf
13824:
13825: * src/main/pa_exec.C: build command line badly added params twice
13826: [and first time without ' ']. double wrong. fixed.
13827:
13828: * src/main/pa_exec.C: invalid .exe caused error message with params
13829: wich parser did not provide = reported badly. fixed that.
13830:
13831: * src/classes/mail.C: $MAIL[ # xxx ]
13832:
13833: now ok
13834:
13835: * operators.txt: plan: sql detailed exception
13836:
13837: 2002-07-01 paf
13838:
13839: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
13840: [MForm.configure_admin were called when request.main_class ==0
13841:
13842: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
13843:
13844: * src/classes/form.C: content_length type fix
13845:
13846: 2002-06-30 paf
13847:
13848: * src/classes/mail.C: merged from 4
13849:
13850: * src/classes/mail.C: restored $MAIL
13851:
13852: 2002-06-28 paf
13853:
13854: * configure, configure.in: removed paths.h
13855:
13856: * configure, src/include/pa_version.h,
13857: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
13858: merged, makes updated
13859:
13860: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
13861: src/include/pa_charset.h, src/include/pa_config_fixed.h,
13862: src/include/pa_pool.h, src/include/pa_version.h,
13863: src/main/pa_charset.C, src/main/pa_pool.C,
13864: src/targets/apache13/ApacheModuleParser3.dsp,
13865: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
1.88 ! moko 13866: src/types/pa_vmail.C, www/htdocs/index.html: merged latest
! 13867: updates to head
1.86 moko 13868:
13869: 2002-06-27 paf
13870:
13871: * src/targets/: apache13/ApacheModuleParser3.dsp, cgi/parser3.dsp,
13872: isapi/parser3isapi.dsp: post-build not error now
13873:
13874: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
13875: src/include/pa_config_fixed.h, src/include/pa_pool.h,
1.88 ! moko 13876: src/main/pa_charset.C, src/main/pa_pool.C, www/htdocs/index.html:
1.86 moko 13877: ^xdoc::create[[uri]]... base uri for document being created,
13878: imports and other relative file names would be relative to this
13879: uri default uri=path_translated
13880:
13881: * src/classes/xdoc.C, www/htdocs/index.html: xsltParseStylesheetDoc
13882: bug workaround
13883:
13884: 2002-06-26 paf
13885:
13886: * configure, configure.in, src/include/pa_version.h:
13887: release_3_0_0004
13888:
13889: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
13890: 0 now
13891:
1.88 ! moko 13892: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
1.86 moko 13893:
13894: 2002-06-25 paf
13895:
1.88 ! moko 13896: * www/htdocs/index.html, src/main/pa_string.C: emtpy string, or
! 13897: string of whitespaces considered bad number now
1.86 moko 13898:
1.88 ! moko 13899: * www/htdocs/index.html: ^xdoc.transform[xdoc <<can be now
! 13900:
! 13901: * operators.txt, src/classes/xdoc.C, www/htdocs/index.html:
1.86 moko 13902: ^xdoc.transform[xdoc <<can be now
13903:
13904: * operators.txt, src/classes/string.C, www/htdocs/index.html:
13905: ^string.normalize [old name: optimize
13906:
13907: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
13908: library configured
13909:
13910: * src/main/pa_request.C: configure_admin forced if no @conf
13911:
13912: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
1.88 ! moko 13913: src/types/pa_vmail.C, www/htdocs/index.html: ^math:crypt updated
! 13914: to generate random salt when needed and to call system crypt() if
! 13915: not $apr1$ prefix
1.86 moko 13916:
13917: 2002-06-24 paf
13918:
13919: * INSTALL: --with-static/shared-mailreceive described
13920:
13921: * src/include/pa_config_fixed.h: ssize_t fixed
13922:
13923: * configure, configure.in, src/include/pa_config_auto.h.in,
13924: src/targets/apache13/p3runConfigure.in,
13925: src/targets/cgi/Makefile.am, src/types/Makefile.am,
13926: src/types/pa_vmail.C: $mail:received makes update
13927:
13928: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
13929: WITH_MAILRECEIVE
13930:
13931: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
13932:
13933: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
13934: option, for $mail:receive
13935:
13936: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
13937: introducting $message:received ^mail:send rewritten with backward
13938: comp
13939:
1.88 ! moko 13940: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
1.86 moko 13941: targets/apache13/ApacheModuleParser3.dsp,
13942: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
13943: types/types.dsp: win32xml win32mailreceive pseudomodules paths
13944: now
13945:
13946: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
13947: src/include/pa_charset.h, src/include/pa_config_fixed.h,
13948: src/include/pa_request.h, src/include/pa_string.h,
13949: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
13950: src/main/pa_globals.C, src/main/pa_request.C,
13951: src/main/pa_string.C, src/main/pa_uue.C,
13952: src/targets/apache13/mod_parser3.C, src/targets/cgi/Makefile.am,
13953: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13954: src/targets/isapi/parser3isapi.C, src/types/pa_vform.C,
1.88 ! moko 13955: src/types/pa_vform.h, src/types/types.dsp, www/htdocs/index.html:
! 13956: uue to separate file introducting $message:received ^mail:send
! 13957: rewritten with backward comp
1.86 moko 13958:
13959: 2002-06-21 paf
13960:
13961: * src/: lib/Makefile.am, lib/md5/pa_md5.h,
13962: targets/apache13/p3runConfigure.in, targets/apache13/pa_md5c.c:
13963: lib restructure apache .am & co changes
13964:
13965: * src/targets/apache13/pa_md5c.c: moved libltdl and pcre to libs/
13966: added libs/md5 which is linked to non-apache targets
13967: ^math:crypt[password;$apr1$salt]
13968:
1.88 ! moko 13969: * configure, configure.in, src/lib/md5/Makefile.am,
! 13970: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
! 13971: restructure .in and .am files appropriate changes
1.86 moko 13972:
13973: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
13974: pcre to libs/ added libs/md5 which is linked to non-apache
13975: targets ^math:crypt[password;$apr1$salt]
13976:
13977: * INSTALL, configure.in, operators.txt, parser3.dsw,
13978: src/Makefile.am, src/classes/Makefile.am,
13979: src/classes/classes.dsp, src/classes/math.C,
1.88 ! moko 13980: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
! 13981: src/lib/pcre/Makefile.am, src/lib/pcre/README,
! 13982: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
! 13983: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
! 13984: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
! 13985: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
! 13986: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
! 13987: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
! 13988: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.86 moko 13989: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
13990: src/lib/pcre/pcre_parser_ctype.dsp,
13991: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
13992: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
13993: src/main/compile.tab.C, src/main/main.dsp,
13994: src/targets/apache13/ApacheModuleParser3.dsp,
13995: src/targets/apache13/Makefile.am, src/targets/cgi/Makefile.am,
13996: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
1.88 ! moko 13997: src/types/Makefile.am, src/types/types.dsp, www/htdocs/.htaccess,
1.86 moko 13998: www/htdocs/index.html, src/lib/Makefile.am: moved libltdl and
13999: pcre to libs/ added libs/md5 which is linked to non-apache
14000: targets ^math:crypt[password;$apr1$salt]
14001:
14002: 2002-06-20 paf
14003:
14004: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
14005: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
14006: src/doc/doxygen.cfg, src/include/pa_globals.h,
14007: src/include/pa_request.h, src/main/execute.C,
14008: src/main/pa_request.C, src/targets/apache13/mod_parser3.C,
14009: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
14010: src/types/pa_vmethod_frame.h, www/htdocs/auto.p,
14011: www/htdocs/index.html: marged latest HEAD updates, mainly
14012: file:justname&co & @auto/conf[filespec
14013:
1.88 ! moko 14014: * operators.txt, src/classes/file.C, www/htdocs/auto.p,
! 14015: www/htdocs/index.html: !^file:dirname[/a/some.tar.gz]=/a
1.86 moko 14016: !^file:dirname[/a/b/]=/a
14017: !^file:basename[/a/some.tar.gz]=some.tar.gz
14018: !^file:justname[/a/some.tar.gz]=some.tar
14019: !^file:justext[/a/some.tar.gz]=gz
14020:
14021: * src/classes/op.C, src/include/pa_request.h, src/main/execute.C,
14022: src/main/pa_request.C, src/types/pa_vmethod_frame.h,
1.88 ! moko 14023: www/htdocs/auto.p, www/htdocs/index.html: introducing
! 14024: @conf/auto[filespec]
1.86 moko 14025:
14026: * bin/auto.p.dist.in: <noindex>
14027:
14028: * configure: parser3.conf renamed to auto.p autoconf changes
14029:
14030: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
14031: bin/auto.p.dist.in, src/doc/doxygen.cfg,
14032: src/include/pa_globals.h, src/targets/apache13/mod_parser3.C,
14033: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
14034: www/htdocs/auto.p, www/htdocs/index.html: parser3.conf renamed to
14035: auto.p
14036:
14037: 2002-06-18 paf
14038:
14039: * configure, configure.in, src/include/pa_version.h: version to
14040: configure.in
14041:
14042: * INSTALL: reflected .conf.dist dir change
14043:
14044: * Makefile.am, configure, configure.in, bin/Makefile.am,
1.88 ! moko 14045: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
! 14046: .in & *.am updated
1.86 moko 14047:
14048: * src/classes/file.C: strncasecmp
14049:
14050: * src/classes/file.C: strcasecmp
14051:
14052: * bin/Makefile.am, etc/Makefile.am, www/htdocs/index.html:
14053: bin/parser3.conf.dist [moved from etc
14054:
1.88 ! moko 14055: * src/classes/file.C: ^file::exec[script;$.bad error case
! 14056: insensitive check now
1.86 moko 14057:
1.88 ! moko 14058: * src/classes/file.C, www/htdocs/index.html:
! 14059: ^file::exec[script;$.bad now error, not skip
1.86 moko 14060:
14061: * configure, configure.in, src/include/pa_pool.h,
14062: src/include/pa_types.h: pack configure.in detection simplified.
14063: figured out that gcc on sparc not that stupid as thought
14064: previously: on sparc: when it sees packed class it modifies it's
14065: field-access-code to byte operations [stb, ldub] instead of 4byte
14066: operations [st, lduh] so packed must be all parts of packed
14067: class, i.e. it's parents&fields(classes). for now it's only
14068: String that packed and what was wrong is that it's parent -
14069: Pooled, were not packed. fixed that.
14070:
14071: 2002-06-14 paf
14072:
14073: * operators.txt: more precise xml-to-text options
14074:
14075: * operators.txt, src/types/pa_vxnode.C: xnode
14076: attribute_node.name/value xnode pi.node.data
14077:
14078: 2002-06-12 paf
14079:
14080: * configure, configure.in, src/targets/cgi/Makefile.am,
14081: src/targets/cgi/parser3.C: removed root conf define creation
14082:
14083: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
14084: src/include/pa_globals.h, src/include/pa_request.h,
14085: src/main/compile.tab.C, src/main/pa_globals.C,
14086: src/main/pa_request.C, src/targets/apache13/mod_parser3.C,
1.88 ! moko 14087: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
! 14088: parser3.conf now one and only
1.86 moko 14089:
14090: * src/classes/mail.C: sendmail -ti [default now]
14091:
14092: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
14093: to be strings. for convinient #ing
14094:
1.88 ! moko 14095: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
! 14096: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
1.86 moko 14097:
1.88 ! moko 14098: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
! 14099: main/pa_globals.C, main/pa_request.C: @conf
1.86 moko 14100:
14101: 2002-06-11 paf
14102:
14103: * src/classes/file.C: check simplified
14104:
14105: * src/classes/file.C, src/targets/cgi/parser3.dsp,
1.88 ! moko 14106: src/targets/isapi/parser3isapi.C, www/htdocs/.htaccess,
! 14107: www/htdocs/index.html: suexec env keys filter plus CGI_ as valid
! 14108: prefix
1.86 moko 14109:
14110: * src/classes/file.C, src/include/pa_request.h,
14111: src/include/pa_sapi.h, src/targets/apache13/mod_parser3.C,
14112: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
1.88 ! moko 14113: www/htdocs/index.html: file::exec/cgi to pass HTTP_ vars
! 14114: introducing SAPI::environment
1.86 moko 14115:
14116: 2002-06-10 paf
14117:
14118: * operators.txt, src/classes/op.C, src/include/pa_common.h,
14119: src/main/pa_common.C: lock failures reported now
14120:
1.88 ! moko 14121: * src/main/compile_tools.C, www/htdocs/index.html: ^if(" 1 "){y}
! 14122: bug fixed optimization string->double @ compile time were
! 14123: not-enough-checking...
1.86 moko 14124:
14125: * src/main/compile.tab.C, src/main/pa_string.C,
1.88 ! moko 14126: www/htdocs/index.html: whitespace after number in autoconvert now
! 14127: ignored
1.86 moko 14128:
14129: * src/types/pa_vform.C, src/types/pa_vform.h,
14130: www/htdocs/index.html: $form: not determined yet check
14131:
14132: * src/classes/mail.C: mail netscape attachment name fixed. todo:
14133: $response:body content-type:name
14134:
14135: * configure, configure.in: hpux check, nsl link, no socket
14136:
14137: * operators.txt: old merge conflict removed
14138:
14139: * configure, configure.in: pack even address access on sparc&co
14140: arch checked in configure
14141:
14142: * configure, src/include/pa_version.h: makes
14143:
14144: * configure, configure.in, src/include/pa_version.h: makes
14145:
14146: * src/main/untaint.C: (bug#2) mail subject got always prepended
14147: with charset even when all letters were 7bit one
14148:
14149: * src/main/pa_common.C: merged fixed -d (bug)
14150:
14151: * src/main/pa_common.C: fixed -d (bug)
14152:
14153: 2002-06-04 paf
14154:
14155: * src/targets/apache13/: mod_parser3.C: fixed .dsp-s along with
14156: reorganized cvs modules dirs structure
14157:
14158: 2002-06-03 paf
14159:
14160: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
1.88 ! moko 14161: src/classes/classes.dsp, src/main/compile.tab.C,
1.86 moko 14162: src/main/main.dsp, src/main/pa_globals.C,
14163: src/targets/apache13/ApacheModuleParser3.dsp,
14164: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
14165: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp,
14166: www/htdocs/index.html: fixed .dsp-s along with reorganized cvs
14167: modules dirs structure
14168:
1.88 ! moko 14169: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
1.86 moko 14170: main/pa_globals.C, targets/apache13/ApacheModuleParser3.dsp,
14171: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14172: types/types.dsp: reorganized cvs modules
14173:
14174: 2002-05-28 paf
14175:
14176: * src/targets/cgi/parser3.C: info.uri now ""
14177:
14178: 2002-05-17 paf
14179:
14180: * src/classes/: table.C: ^table.save << checked empty
14181: pre/match/post columns
14182:
14183: 2002-05-16 paf
14184:
1.88 ! moko 14185: * src/classes/image.C, www/htdocs/index.html: image::measure can
! 14186: png now
1.86 moko 14187:
14188: 2002-05-15 paf
14189:
1.88 ! moko 14190: * operators.txt, src/classes/date.C, www/htdocs/index.html:
! 14191: ^date::create[%H:%M[:%S]] added
1.86 moko 14192:
14193: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
14194:
1.88 ! moko 14195: * operators.txt, src/classes/date.C, www/htdocs/.htaccess,
! 14196: www/htdocs/auto.p, www/htdocs/index.html:
1.86 moko 14197: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
14198:
14199: 2002-05-14 paf
14200:
14201: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
14202:
14203: 2002-05-07 paf
14204:
14205: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
14206: src/include/pa_globals.h, src/include/pa_request.h,
14207: src/include/pa_table.h, src/main/compile.tab.C,
14208: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
1.88 ! moko 14209: src/main/pa_request.C, src/main/pa_table.C,
1.86 moko 14210: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
14211: src/targets/isapi/parser3isapi.dsp,
14212: src/targets/isapi/pool_storage.h, src/types/types.dsp,
14213: www/htdocs/parser-status.html: Table name2number field now &.
14214: main_method_name now on Request pool rather on global_pool
14215: [Junction+VJunction created on same pool as name = were created
14216: on global pool, causing mem leaks]
14217:
1.88 ! moko 14218: * src/classes/classes.dsp, src/classes/op.C,
! 14219: src/include/pa_globals.h, src/include/pa_request.h,
! 14220: src/include/pa_table.h, src/main/compile.tab.C,
! 14221: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
! 14222: src/main/pa_request.C, src/main/pa_table.C,
1.86 moko 14223: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
14224: src/targets/isapi/parser3isapi.dsp,
14225: src/targets/isapi/pool_storage.h, src/types/types.dsp,
14226: www/htdocs/parser-status.html: Table name2number field now &.
14227: main_method_name now on Request pool rather on global_pool
14228: [Junction+VJunction created on same pool as name = were created
14229: on global pool, causing mem leaks]
14230:
14231: 2002-05-06 paf
14232:
14233: * src/: main/pa_globals.C, targets/cgi/parser3.C,
14234: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
14235: 100*40 bytes per request memory leak [nonpool malloc in globals]
14236:
14237: * src/: main/pa_globals.C, targets/cgi/parser3.C,
14238: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
14239: 100*40 bytes per request memory leak [nonpool malloc in globals]
14240:
14241: 2002-04-30 paf
14242:
14243: * configure, src/include/pa_version.h: version now not b
14244:
1.88 ! moko 14245: * src/targets/cgi/parser3.C, www/htdocs/global.xsl,
! 14246: www/htdocs/index.html: request.uri now never 0
1.86 moko 14247:
14248: 2002-04-29 paf
14249:
14250: * configure.in: removed b
14251:
14252: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
14253: Exception::comment/type checked in (), no there's no empty
14254: type/comment by default
14255:
14256: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
14257: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
14258: src/doc/value.dox, src/include/pa_exception.h,
14259: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
14260: 0001
14261:
14262: 2002-04-26 paf
14263:
14264: * src/doc/doxygen.cfg, src/targets/cgi/parser3.dsp,
1.88 ! moko 14265: www/htdocs/index.html: doxygen dot image size reduced
1.86 moko 14266:
14267: 2002-04-25 paf
14268:
14269: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
14270: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
14271: now that took into account
14272:
1.88 ! moko 14273: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
! 14274: 01:03:04]
1.86 moko 14275:
14276: * ChangeLog, operators.txt, src/classes/date.C,
14277: www/htdocs/index.html: ^date::create[2002-12-33 01:03:04]
14278:
14279: * ChangeLog: updated changelog
14280:
1.88 ! moko 14281: * www/htdocs/index.html: sample of 'using junction out of context'
1.86 moko 14282:
1.88 ! moko 14283: * src/classes/table.C, www/htdocs/.htaccess, www/htdocs/index.html:
! 14284: removed restriction on column count to ^table.hash to work, now
! 14285: must be >0 [were >1]
1.86 moko 14286:
14287: 2002-04-24 paf
14288:
1.88 ! moko 14289: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
1.86 moko 14290: targets/apache13/ApacheModuleParser3.dsp, targets/cgi/parser3.C,
14291: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14292: types/types.dsp: MSVC profile targets
14293:
14294: 2002-04-23 paf
14295:
1.88 ! moko 14296: * operators.txt, src/classes/string.C, www/htdocs/index.html:
! 14297: int/double/string:sql{}[$.default{code}] fixed [were barking:
! 14298: "junction used outside of context"]
1.86 moko 14299:
14300: 2002-04-22 paf
14301:
14302: * types.txt, src/classes/string.C, src/include/pa_string.h,
14303: src/main/pa_string.C, src/types/pa_vstring.C,
14304: src/types/pa_vstring.h: ^string.optimize[]
14305:
14306: * src/: include/pa_globals.h, include/pa_table.h,
14307: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
14308: table template
14309:
14310: * src/classes/: string.C: optimize removed from string
14311: .left/right/pos
14312:
1.88 ! moko 14313: * src/main/execute.C: rolled back to
1.86 moko 14314: before_killing_userjunction_contexts
14315:
1.88 ! moko 14316: * src/main/execute.C, www/htdocs/index.html: user junctions context
! 14317: killed
1.86 moko 14318:
1.88 ! moko 14319: * src/main/execute.C, www/htdocs/index.html: junctions to local
! 14320: contexts got cleanized&checked later
1.86 moko 14321:
14322: 2002-04-19 paf
14323:
14324: * src/classes/string.C, src/include/pa_request.h,
14325: src/include/pa_string.h, src/main/pa_request.C,
14326: src/main/pa_string.C, src/types/pa_vstring.C,
1.88 ! moko 14327: src/types/pa_vstring.h, www/htdocs/index.html: string now
! 14328: optimized prior to .left .right .mid .pos .match when that is
! 14329: profitable, and always before .replace when $ORIGINS(1)
! 14330: optimization disabled economy from not wasting mem on lots of
! 14331: strings which occur by lots of String:mid calls to get parts of
! 14332: source string between found_occurances
1.86 moko 14333:
14334: * src/classes/file.C: ovector now local economy: 16 bytes per
14335: ^file:list
14336:
14337: * src/: include/pa_globals.h, include/pa_table.h,
14338: main/pa_globals.C, main/pa_string.C: String::match table columns
14339: globalized, not created @ each ^match anymore economy:
14340: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
14341:
14342: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
14343: removed from each String::match replace iteration, and made
14344: stacked sizeof(VTable)=12bytes economy on each replace code
14345:
14346: * src/doc/footer.htm: 2001,
14347:
14348: * src/classes/string.C, src/include/pa_string.h,
14349: src/main/pa_string.C, www/htdocs/index.html: string.match[][']
14350: option enables generation of $match.prematch .match .postmatch
14351: columns
14352:
14353: * src/main/pa_string.C: String::match options analized without
14354: cstr-ing them now
14355:
14356: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
14357: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
14358: config updated to doxygen 1.2.15, created helper which fixes
14359: minor bugs in chm project files & htm tree. changed extension to
14360: .htm
14361:
14362: 2002-04-18 paf
14363:
14364: * src/doc/doxygen.cfg: .chi generation disabled
14365:
14366: * src/classes/classes.h, src/classes/xdoc.C, src/classes/xnode.C,
1.88 ! moko 14367: src/classes/xnode.h, src/types/pa_vxdoc.C, www/htdocs/index.html:
! 14368: xdoc(xnode) now fully - fields&methods
1.86 moko 14369:
14370: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
14371: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
14372: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
14373: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
14374: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
14375: types/pa_vresponse.h, types/pa_vstateless_class.h,
14376: types/pa_vstateless_object.h, types/pa_vstatus.h,
14377: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
14378: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
14379: VStateless_class to VObject
14380:
14381: * src/main/pa_request.C, src/types/pa_valiased.h,
14382: src/types/pa_vstateless_class.h,
14383: src/types/pa_vstateless_object.h, src/types/pa_vstring.h,
1.88 ! moko 14384: www/htdocs/index.html: VStateless_string_object speicalized light
! 14385: version of VStateless_object
1.86 moko 14386:
14387: * src/classes/op.C: ^throw comment param made optional
14388:
14389: * src/types/pa_valiased.C, src/types/pa_valiased.h,
14390: src/types/pa_vclass.h, src/types/pa_vobject.h,
1.88 ! moko 14391: src/types/pa_wcontext.C, www/htdocs/index.html: VAliased get/set
! 14392: alias now virtual and implemented down in VClass, fclass_alias
! 14393: removed,
1.86 moko 14394:
14395: * src/types/pa_value.C: forced to cut that from .h because of
14396: VStateless_class usage [undefined in .h]
14397:
14398: * src/include/pa_opcode.h, src/main/compile.tab.C,
14399: src/main/compile.y, src/main/compile_tools.C,
14400: src/main/compile_tools.h, src/main/execute.C,
14401: src/main/pa_request.C, src/types/pa_vmethod_frame.h,
1.88 ! moko 14402: www/htdocs/index.html: OP_GET_METHOD_FRAME merged with OP_CALL,
! 14403: VCodeFrame move to stack [no more heap waste on each CALL]
1.86 moko 14404:
14405: * src/classes/classes.h, src/classes/date.C, src/classes/double.C,
14406: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
14407: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
14408: src/classes/math.C, src/classes/op.C, src/classes/response.C,
14409: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14410: src/classes/xnode.C, src/include/pa_globals.h,
14411: src/include/pa_request.h, src/main/execute.C,
14412: src/main/pa_globals.C, src/main/pa_request.C,
14413: src/types/Makefile.am, src/types/pa_value.h,
14414: src/types/pa_vdouble.h, src/types/pa_vform.C,
14415: src/types/pa_vhash.h, src/types/pa_vint.h, src/types/pa_vmath.h,
14416: src/types/pa_vmethod_frame.h, src/types/pa_vstateless_class.h,
14417: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14418: src/types/pa_wwrapper.h, src/types/types.dsp,
1.88 ! moko 14419: www/htdocs/index.html: removed Value::fname
1.86 moko 14420:
14421: 2002-04-17 paf
14422:
14423: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
14424: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
14425: doc/pooled.dox, doc/string.dox, doc/targets.dox,
14426: include/pa_pool.h, include/pa_types.h: dox updated to current
14427: state, PTHROW freshen to throw & co
14428:
14429: * src/types/pa_vhash.h: vstring wrong parent fixed
14430:
14431: * src/classes/op.C: taint local result var bug fixed
14432:
14433: 2002-04-16 paf
14434:
1.88 ! moko 14435: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
! 14436: Attic asm.txt as most interesting
1.86 moko 14437:
14438: * src/main/pa_request.C, src/targets/isapi/parser3isapi.C,
14439: www/htdocs/index.html: removed check, preventing content-length:
14440: 0 from appearing
14441:
14442: * src/main/execute.C, www/htdocs/index.html: $result in @main now
14443: taken into account as in usual functions
14444:
1.88 ! moko 14445: * src/doc/postbuild.txt, src/main/execute.C, www/htdocs/index.html:
! 14446: $result in @postprocess & @unhandled_exception now taken into
! 14447: account as in usual functions
1.86 moko 14448:
14449: * src/doc/postbuild.txt: instructions on post .html build
14450:
14451: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
14452:
1.88 ! moko 14453: * src/classes/file.C, src/main/pa_exec.C, www/htdocs/index.html:
! 14454: stderr of execs mark as tainted
1.86 moko 14455:
14456: * src/main/pa_request.C: uri in error log
14457:
1.88 ! moko 14458: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
! 14459: cheched date:create(days) param for validity [later were assumed
! 14460: valid and crashed on invalid onces]
1.86 moko 14461:
1.88 ! moko 14462: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
! 14463: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
! 14464: and used that for removing VString wrapper
1.86 moko 14465:
14466: * src/classes/op.C: exception2vhash file now tainted
14467:
1.88 ! moko 14468: * src/classes/op.C: _process pseudo origin copied from local var to
! 14469: heap
1.86 moko 14470:
1.88 ! moko 14471: * src/classes/op.C, www/htdocs/auto.p: extra check on empty file in
! 14472: origin in _execute
1.86 moko 14473:
14474: 2002-04-15 paf
14475:
1.88 ! moko 14476: * src/: main/execute.C, types/pa_value.h: fixed name update
1.86 moko 14477:
1.88 ! moko 14478: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
! 14479: functions
1.86 moko 14480:
14481: * src/: classes/file.C, classes/hash.C, classes/op.C,
14482: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
14483: started dual write_xxx_lang functions, if checked & works
14484:
14485: * src/: classes/date.C, classes/file.C, classes/mail.C,
14486: classes/string.C, classes/xnode.C, include/pa_request.h,
14487: types/pa_value.h, types/pa_wcontext.h: removed absolutely
14488: unnecessary VString shells
14489:
14490: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
14491: prev changes]
14492:
1.88 ! moko 14493: * src/: classes/image.C, classes/op.C, classes/string.C,
! 14494: classes/table.C, include/pa_request.h, main/execute.C,
! 14495: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
! 14496: StringOrValue wcontext result, now ready for dual writes
1.86 moko 14497:
14498: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
14499: checked that
14500:
14501: * src/main/: compile.tab.C, compile.y, compile_tools.C,
14502: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
14503: changed to OP_WRITE_VALUE in var get cases
14504:
14505: * src/classes/op.C, src/include/pa_globals.h,
14506: src/include/pa_opcode.h, src/include/pa_request.h,
14507: src/main/compile.tab.C, src/main/compile.y,
14508: src/main/compile_tools.C, src/main/compile_tools.h,
14509: src/main/execute.C, src/main/pa_globals.C, src/main/pa_request.C,
1.88 ! moko 14510: src/targets/cgi/parser3.C, www/htdocs/index.html: switch in hash
! 14511: constructor fixed [were problems with using of stacked wwrapper
! 14512: after it's death]
1.86 moko 14513:
14514: 2002-04-12 paf
14515:
1.88 ! moko 14516: * operators.txt, src/classes/table.C, www/htdocs/index.html:
! 14517: table.select(expression) 0
1.86 moko 14518:
14519: 2002-04-11 paf
14520:
14521: * src/: classes/string.C, include/pa_request.h, main/execute.C:
14522: Request::process_internal codeFrame & wwrapper stacked [not
14523: wasting heap anymore]
14524:
14525: 2002-04-10 paf
14526:
14527: * src/: classes/double.C, classes/file.C, classes/hash.C,
14528: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
14529: classes/string.C, classes/table.C, classes/void.C,
14530: classes/xdoc.C, include/pa_request.h, main/execute.C,
14531: main/pa_string.C: killed Request::process() wrapping
14532: VString(String) in case we need only String
14533:
14534: * src/include/pa_string.h, src/main/pa_string.C,
1.88 ! moko 14535: src/main/untaint.C, www/htdocs/index.html: killed 8 bytes from
! 14536: String.head
1.86 moko 14537:
14538: 2002-04-09 paf
14539:
1.88 ! moko 14540: * src/: main/compile.tab.C, targets/cgi/parser3.C,
! 14541: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
! 14542: local*/char b[...]; a=b; situations
1.86 moko 14543:
1.88 ! moko 14544: * operators.txt, src/classes/xdoc.C: xslt params made literal
1.86 moko 14545:
1.88 ! moko 14546: * src/classes/xdoc.C, www/htdocs/global.xsl, www/htdocs/index.html:
! 14547: xslt params fixed
1.86 moko 14548:
14549: * src/: main/pa_common.C, targets/cgi/parser3.C,
14550: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
14551: not pool.malloc(MAX_NUMBER) but really neaded
14552:
14553: * operators.txt, src/classes/double.C, src/classes/int.C,
14554: www/htdocs/global.xsl: int/double.int/double(default)
14555:
14556: 2002-04-04 paf
14557:
14558: * src/include/pa_string.h, src/main/pa_string.C,
1.88 ! moko 14559: www/htdocs/index.html: fixed string.replace [when reconstructing
! 14560: pieces were split by max_integral(piece.size), thus some strings
! 14561: to replace happen to be split into two = not replaced)
1.86 moko 14562:
14563: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
14564: standalone version = current dir
14565:
14566: * src/targets/cgi/parser3.C: document root in standalone version =
14567: current dir
14568:
14569: 2002-04-03 paf
14570:
14571: * configure, configure.in: more checks on nonexistent charset
14572:
14573: * INSTALL, configure, configure.in: root config configure options
14574:
14575: 2002-04-02 paf
14576:
14577: * src/main/compile.C: parser.compile [exception name more like in
14578: doc]
14579:
14580: 2002-04-01 paf
14581:
1.88 ! moko 14582: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
! 14583: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
! 14584: .content-type.charset, not .charset
1.86 moko 14585:
14586: 2002-03-29 paf
14587:
14588: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
14589:
1.88 ! moko 14590: * operators.txt, src/classes/date.C, www/htdocs/index.html:
! 14591: ^date::create now may not supply day, default 1. checked 29.03
! 14592: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.86 moko 14593:
14594: 2002-03-28 paf
14595:
14596: * operators.txt, src/classes/date.C, src/classes/op.C,
14597: src/include/pa_globals.h, src/include/pa_hash.h,
14598: src/main/pa_globals.C, src/types/pa_vdate.h,
14599: www/htdocs/index.html: ^cache[file][date]{ ^cache(seconds)
14600: ^cache[date] }
14601:
14602: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
14603: param
14604:
14605: 2002-03-27 paf
14606:
14607: * operators.txt, src/classes/date.C, src/classes/double.C,
14608: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
14609: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
14610: src/classes/math.C, src/classes/op.C, src/classes/string.C,
14611: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
1.88 ! moko 14612: src/classes/xnode.C, src/include/pa_exception.h,
! 14613: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
! 14614: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
1.86 moko 14615: src/main/pa_array.C, src/main/pa_charset.C,
14616: src/main/pa_charsets.C, src/main/pa_common.C,
14617: src/main/pa_dictionary.C, src/main/pa_exception.C,
14618: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
14619: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
14620: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
14621: src/targets/apache13/mod_parser3.C, src/targets/cgi/parser3.C,
14622: src/targets/isapi/parser3isapi.C, src/types/pa_value.h,
14623: src/types/pa_vcookie.C, src/types/pa_vfile.h,
14624: src/types/pa_vform.C, src/types/pa_vhash.h,
14625: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
14626: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
14627: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
1.88 ! moko 14628: src/types/pa_wwrapper.h, www/htdocs/index.html: assigned
! 14629: exception types
1.86 moko 14630:
14631: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
14632: src/include/pa_request.h, src/main/execute.C,
1.88 ! moko 14633: src/main/pa_request.C: decided agains resetting exception_trace,
! 14634: just changed name
1.86 moko 14635:
14636: 2002-03-26 paf
14637:
14638: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
14639: fixed
14640:
14641: * src/classes/op.C, www/htdocs/index.html: forced language of
14642: $source field of exception to 'tainted', so that sql-langed-frags
14643: could be outputed outside of connect
14644:
14645: * operators.txt: removed date.roll limit of +-1 offset
14646:
14647: * src/classes/date.C, www/htdocs/index.html: removed date.roll
14648: limit of +-1 offset
14649:
14650: * operators.txt, src/classes/date.C, www/htdocs/index.html: fixed
14651: date roll on daylightsaving days mktime took into account
14652: tm_isdst flag, which remained from BEFORE roll, but should have
14653: been reset
14654:
14655: 2002-03-25 paf
14656:
14657: * operators.txt, src/targets/cgi/parser3.C:
14658: http_site_config_filespec
14659:
14660: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
14661: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
14662: with any/both --disable-foreign-group-files --disable-execs
14663:
14664: * INSTALL: "--with=sendmail=COMMAND" comment
14665:
14666: * INSTALL, configure, configure.in, src/classes/mail.C,
14667: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
14668: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
14669: disables execs also. introducing --sendmail
14670:
14671: * operators.txt: pgsql options comment
14672:
14673: * INSTALL: comment on --disable-link-stdcpp
14674:
14675: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
14676: libstdc++ link skipping configure option
14677:
14678: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
14679: with error were put to cache with 'marked_to_rollback' flag, all
14680: consequent even OK requests rolled back
14681:
14682: 2002-03-22 paf
14683:
14684: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
14685: false return
14686:
14687: * operators.txt: few comments on sets
14688:
14689: 2002-03-18 paf
14690:
14691: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
14692: src/include/pa_globals.h, src/include/pa_request.h,
14693: src/include/pa_stack.h, src/main/pa_globals.C,
1.88 ! moko 14694: src/main/pa_request.C, www/htdocs/index.html: introducing ^try
1.86 moko 14695:
14696: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
14697: types/pa_vdouble.h: removed some tested @tests
14698:
14699: 2002-03-15 paf
14700:
14701: * operators.txt, src/classes/table.C, www/htdocs/index.html:
14702: ^table.locate(logical expr)
14703:
14704: 2002-03-13 paf
14705:
14706: * src/main/pa_exception.C: checked not-pooled malloc
14707:
14708: 2002-03-11 paf
14709:
14710: * INSTALL, configure, configure.in,
14711: src/include/pa_config_auto.h.in: --disable-foreign-group-files
14712:
14713: * src/main/pa_common.C: --disable-foreign-group-files
14714:
14715: * INSTALL, www/htdocs/index.html: --disable-execs
14716:
14717: * src/main/pa_exec.C, www/htdocs/index.html: --disable-execs
14718:
14719: * configure, configure.in, src/include/pa_config_auto.h.in:
14720: --disable-execs
14721:
14722: * src/include/pa_config_fixed.h, src/main/pa_exec.C,
14723: www/htdocs/index.html: --disable-execs
14724:
14725: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
14726: file::exec/cgi linebreaks "0D0A" changed to 0A onces
14727:
14728: 2002-03-05 paf
14729:
14730: * operators.txt, src/classes/date.C: date week calendar columns
14731: named
14732:
14733: * operators.txt, src/classes/date.C: date week calendar columns
14734: named
14735:
14736: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
14737: requires headers to be terminated with \r\n manually [refuses to
14738: separate header/body itself]
14739:
14740: * src/main/pa_globals.C, src/targets/cgi/parser3.C,
14741: src/targets/isapi/parser3isapi.C, www/htdocs/index.html: isapi
14742: site config beside .dll
14743:
14744: 2002-03-04 paf
14745:
1.88 ! moko 14746: * src/classes/op.C, src/types/pa_vfile.C, www/htdocs/index.html:
! 14747: process body now evaluated in PASS language
1.86 moko 14748:
14749: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
14750: deserialize checks on broken file
14751:
14752: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
14753: parser3isapi.dsp: isapi updated
14754:
14755: 2002-03-01 paf
14756:
14757: * src/main/pa_exec.C: execle -> execve, now argc OK
14758:
14759: 2002-02-28 paf
14760:
14761: * src/main/untaint.C: removed some debug comments
14762:
14763: * src/main/pa_charsets.C: when placing charset to cache using
14764: global name now [were request]
14765:
14766: * configure, configure.in, src/targets/apache13/p3runConfigure.in:
14767: apache module updated
14768:
14769: * src/targets/apache13/ApacheModuleParser3.dsp,
14770: src/targets/apache13/mod_parser3.C,
1.88 ! moko 14771: src/targets/apache13/pa_threads.C, www/htdocs/auto.p: apache
! 14772: module updated
1.86 moko 14773:
14774: * src/main/pa_string.C: origin by first piece preferred before last
14775: piece
14776:
14777: 2002-02-27 paf
14778:
14779: * src/main/pa_charset.C: size_t
14780:
14781: * INSTALL: shared/static-xml with-pathlink
14782:
14783: * operators.txt: SMTP comment
14784:
14785: 2002-02-26 paf
14786:
14787: * src/main/pa_exec.C: more precise names for vars, cosmetic
14788:
1.88 ! moko 14789: * src/classes/xnode.C, www/htdocs/auto.p, www/htdocs/global.xsl,
! 14790: www/htdocs/index.html: in some situation, xpath query returned
! 14791: result with type NODESET, but empty nodeset member field, checked
! 14792: that
1.86 moko 14793:
14794: 2002-02-22 paf
14795:
14796: * INSTALL: without-zlib comment
14797:
14798: * etc/parser3.charsets/windows-1251.cfg: °
14799:
14800: * configure, configure.in: glib###.a detection fixed
14801:
14802: * INSTALL: hashfile removed from INSTALL
14803:
14804: * Makefile.am: make update
14805:
1.88 ! moko 14806: * src/main/pa_string.C: string iterators fixed again, so were
! 14807: String::join_chain
1.86 moko 14808:
1.88 ! moko 14809: * src/main/pa_string.C: string iterators fixed again, so were
! 14810: String::join_chain
1.86 moko 14811:
1.88 ! moko 14812: * src/include/pa_string.h, src/main/pa_string.C, www/htdocs/auto.p,
1.86 moko 14813: www/htdocs/index.html: string iterators fixed again, so were
14814: String::join_chain
14815:
1.88 ! moko 14816: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
1.86 moko 14817:
14818: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
14819: "session"
14820:
14821: * configure, configure.in, src/include/pa_config_auto.h.in:
14822: --with-shared-xml --with-static-xml
14823:
1.88 ! moko 14824: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
! 14825: targets/apache13/ApacheModuleParser3.dsp,
1.86 moko 14826: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14827: types/types.dsp: *.dsp: removed refereces to win32db & ancient
14828: xalan&xml
14829:
14830: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
14831:
14832: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
14833: src/types/types.dsp: removed hashfile support from sources for
14834: now
14835:
14836: * configure, configure.in, src/classes/Makefile.am,
14837: src/classes/hashfile.C, src/include/Makefile.am,
14838: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
14839: src/include/pa_db_manager.h, src/include/pa_db_table.h,
14840: src/main/Makefile.am, src/main/pa_db_connection.C,
14841: src/main/pa_db_manager.C, src/main/pa_db_table.C,
14842: src/main/pa_globals.C, src/targets/apache13/p3runConfigure.in,
14843: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14844: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: removed
14845: hashfile support for now
14846:
14847: 2002-02-21 paf
14848:
1.88 ! moko 14849: * src/main/untaint.C: removed debug code, activated commented-for
! 14850: debug parts
1.86 moko 14851:
14852: * Makefile.am: make cvsupdate
14853:
1.88 ! moko 14854: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
! 14855: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
1.86 moko 14856: append_row, not at link zero now string to string appending works
14857:
14858: 2002-02-20 paf
14859:
14860: * src/include/pa_string.h, src/main/execute.C, src/main/untaint.C,
14861: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C,
14862: www/htdocs/index.html: //#define DEBUG_STRING_APPENDS_VS_EXPANDS
14863:
1.88 ! moko 14864: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
! 14865: economy: 22%
1.86 moko 14866:
1.88 ! moko 14867: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
! 14868: space uptimized: string::link_row removed
1.86 moko 14869:
14870: * src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
14871: src/main/pa_db_manager.C, src/main/pa_dictionary.C,
14872: src/main/pa_string.C, src/main/untaint.C,
14873: src/targets/cgi/parser3.C, src/types/pa_vcookie.C,
14874: src/types/pa_vstring.h, www/htdocs/index.html: speed uptimized:
14875: string::is_empty
14876:
14877: * operators.txt, src/include/pa_common.h,
14878: src/include/pa_config_fixed.h, src/include/pa_string.h,
14879: src/include/pa_types.h, src/main/compile.tab.C,
14880: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
14881: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C,
14882: www/htdocs/auto.p, www/htdocs/global.xsl, www/htdocs/index.html:
14883: strign to string append optimiziation idea and estimates
14884:
14885: 2002-02-19 paf
14886:
14887: * src/classes/math.C: not used directly [but erroreously reported
14888: that 'is', thus registering twice&other probs]
14889:
14890: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
14891: to node [element]
14892:
14893: * src/main/compile.C: without string_origins parse error
14894: file+line+col possible
14895:
14896: * src/main/: compile.C: without string_origins not worked
14897:
14898: 2002-02-18 paf
14899:
14900: * src/types/pa_vdouble.h: since we have in_expression removed that
14901: trick i've installed into double::as_string
14902:
14903: * src/main/pa_globals.C: extern "C" was removed too fast
14904:
14905: * src/include/pa_opcode.h, src/include/pa_request.h,
14906: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
14907: src/types/pa_wcontext.h, www/htdocs/index.html: in_expression
14908: aimed to solve old problem with string/nonstring values, now in
14909: expressions double/int values are passed as-is, without stupid
14910: tostring/fromstring conversions
14911:
14912: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
14913: __cplusplus } #endif
14914:
14915: * src/main/compile.tab.C: bison env set so one could compile
14916: without cygwin installed
14917:
1.88 ! moko 14918: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
1.86 moko 14919: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
14920: gnome xml libs parser .dsp-s changed accordingly
14921:
14922: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
14923:
14924: * operators.txt, src/classes/date.C: date::create [were date::set,
14925: with backward comp
14926:
14927: * src/classes/math.C, www/htdocs/index.html: math:random range
14928: check fixed
14929:
14930: * src/main/compile.tab.C, src/main/compile.y,
14931: www/htdocs/global.xsl, www/htdocs/index.html: integer division
14932: stops name
14933:
14934: * INSTALL: local install comment
14935:
14936: * ltconfig, ltmain.sh: removed libtool subpart files
14937:
14938: * acinclude.m4, aclocal.m4, configure, configure.in,
14939: src/include/pa_config_auto.h.in,
14940: src/include/pa_config_includes.h,
14941: src/targets/apache13/p3runConfigure.in,
14942: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C: removed
14943: libtool usage from build mech
14944:
14945: * operators.txt: \ comment
14946:
14947: 2002-02-13 paf
14948:
14949: * src/include/pa_config_includes.h: sys/time time both included
14950: now. vaguely remember confilicts on this on some system [not on
14951: six|ablv] so when would see them again would think up proper
14952: check
14953:
14954: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
14955: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
14956:
14957: * src/main/pa_common.C: truncation never occured when writing files
14958: on unix [since i've changed cache mech] fix
14959:
14960: * src/main/pa_common.C: strnchr: sanity check added
14961:
14962: * etc/parser3.charsets/windows-1257.cfg: id added
14963:
1.88 ! moko 14964: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
! 14965: baltic charset file generated, in generation script ispunct check
! 14966: added
1.86 moko 14967:
14968: 2002-02-08 paf
14969:
1.88 ! moko 14970: * src/: include/Makefile.am, sql/Makefile.am,
! 14971: targets/isapi/Makefile.am: forgotten makes
1.86 moko 14972:
14973: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
14974: forgotten
14975:
14976: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
14977:
14978: * INSTALL, README: install&others updated
14979:
14980: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
14981:
14982: * Makefile.am, configure, configure.in,
14983: etc/parser3.charsets/Makefile.am, src/Makefile.am,
1.88 ! moko 14984: src/classes/Makefile.am, src/main/Makefile.am,
! 14985: src/main/pa_status_provider.C, src/targets/Makefile.am,
1.86 moko 14986: src/targets/apache13/Makefile.am, src/targets/cgi/Makefile.am,
14987: src/types/Makefile.am: 'make dist' works
14988:
14989: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14990: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14991: classes/hashfile.C, classes/int.C, classes/mail.C,
14992: classes/math.C, classes/op.C, classes/response.C,
14993: classes/string.C, classes/table.C, classes/void.C,
14994: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14995: include/pa_array.h, include/pa_cache_managers.h,
14996: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14997: include/pa_config_fixed.h, include/pa_config_includes.h,
14998: include/pa_db_connection.h, include/pa_db_manager.h,
14999: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
15000: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15001: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15002: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15003: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15004: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15005: include/pa_stack.h, include/pa_string.h,
15006: include/pa_stylesheet_connection.h,
15007: include/pa_stylesheet_manager.h, include/pa_table.h,
15008: include/pa_threads.h, include/pa_types.h, main/compile.C,
15009: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15010: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
15011: main/pa_db_connection.C, main/pa_db_manager.C,
15012: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
15013: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
15014: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
15015: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
15016: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
1.88 ! moko 15017: sql/pa_sql_driver.h, targets/apache13/mod_parser3.C,
! 15018: targets/apache13/pa_pool.C, targets/apache13/pa_threads.C,
! 15019: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
! 15020: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
! 15021: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
! 15022: targets/isapi/pool_storage.h, types/pa_valiased.C,
! 15023: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
! 15024: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.h,
! 15025: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
! 15026: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
! 15027: types/pa_vhashfile.h, types/pa_vimage.h, types/pa_vint.h,
! 15028: types/pa_vjunction.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
! 15029: types/pa_vobject.h, types/pa_vrequest.h, types/pa_vresponse.h,
1.86 moko 15030: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15031: types/pa_vstateless_object.h, types/pa_vstatus.C,
15032: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15033: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15034: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
15035: classes/image.C, main/pa_common.C, main/pa_exec.C,
15036: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
15037: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
15038: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
15039: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
15040: types/pa_vxnode.C, main/pa_charset.C: name spelling
15041:
15042: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15043: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15044: classes/hashfile.C, classes/image.C, classes/int.C,
15045: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15046: classes/string.C, classes/table.C, classes/void.C,
15047: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15048: include/pa_array.h, include/pa_cache_managers.h,
15049: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15050: include/pa_config_fixed.h, include/pa_config_includes.h,
15051: include/pa_db_connection.h, include/pa_db_manager.h,
15052: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
15053: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15054: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15055: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15056: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15057: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15058: include/pa_stack.h, include/pa_string.h,
15059: include/pa_stylesheet_connection.h,
15060: include/pa_stylesheet_manager.h, include/pa_table.h,
15061: include/pa_threads.h, include/pa_types.h, main/compile.C,
15062: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
15063: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
15064: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15065: main/pa_db_connection.C, main/pa_db_manager.C,
15066: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
15067: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
15068: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
15069: main/pa_socks.C, main/pa_sql_driver_manager.C,
15070: main/pa_status_provider.C, main/pa_string.C,
15071: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
1.88 ! moko 15072: sql/pa_sql_driver.h, targets/apache13/mod_parser3.C,
! 15073: targets/apache13/pa_pool.C, targets/apache13/pa_threads.C,
! 15074: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
! 15075: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
! 15076: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
! 15077: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
! 15078: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
! 15079: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
! 15080: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
! 15081: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
! 15082: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
! 15083: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
! 15084: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
! 15085: types/pa_vjunction.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
! 15086: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
! 15087: types/pa_vresponse.C, types/pa_vresponse.h,
! 15088: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 15089: types/pa_vstateless_object.h, types/pa_vstatus.C,
! 15090: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
! 15091: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
! 15092: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
! 15093: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
! 15094: types/pa_wwrapper.h: 2002
1.86 moko 15095:
15096: 2002-02-07 paf
15097:
15098: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
15099:
15100: * configure, configure.in, src/include/pa_config_auto.h.in,
15101: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
15102: added yet another locking function: fcntl
15103:
15104: * config.sub: on cygwin configure passes it with strange i1586
15105: const, hacked it to mean i586
15106:
15107: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
15108: disabled $if reference due to conflicts with local variables
15109:
15110: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
15111: xdoc::set obsolete now, now xdoc::create, with both sences
15112:
15113: * operators.txt, src/classes/table.C, src/include/pa_array.h,
15114: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C,
15115: www/htdocs/auto.p, www/htdocs/index.html: table::create now //
15116: 'set' name obsolete now table clone.
15117:
15118: * operators.txt, src/classes/string.C,
15119: src/include/pa_config_fixed.h, src/main/compile.tab.C:
15120: ^int/double/string.format now can be called with normal []
15121: brackets, not stupid {} as it were implemented for some strange
15122: reason. retaining backward compatibility due to some
15123: already-implemented servers
15124:
15125: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
15126: main/compile.y, main/compile_tools.C, main/compile_tools.h:
15127: operators now detected by check at name_without_curly_rdive_read
15128: rule whether diving code constists only of
15129: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
15130: with OP_GET_ELEMENT_OR_OPERATOR to form
15131: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
15132:
15133: 2002-02-06 paf
15134:
15135: * configure, configure.in: prefix expanded, grr
15136:
15137: * operators.txt, src/classes/mail.C: mail:send config changed
15138:
15139: 2002-02-05 paf
15140:
15141: * operators.txt: regex options commented
15142:
15143: * src/main/: pa_exec.C: argv0 now correct
15144:
15145: * src/types/pa_vstatus.C: status:rusage 3
15146:
15147: * src/types/pa_vstatus.C: status:rusage 2
15148:
15149: * operators.txt: status:rusage described int operators
15150:
15151: * src/types/pa_vstatus.C: status:rusage 1
15152:
15153: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
15154: src/types/types.dsp: status:rusage
15155:
15156: * configure.in, operators.txt, src/classes/file.C,
15157: src/classes/op.C, src/include/pa_common.h,
15158: src/include/pa_config_includes.h, src/main/compile.tab.C,
15159: src/main/pa_common.C, www/htdocs/index.html: rewritten ^cache to
15160: use non-blocking-exclusive-caches
15161:
15162: * src/main/pa_common.C: text file read mode on win32 adjusted
15163: [speed impact. was off for debugging purpose, but forgotten
15164: afterwards]
15165:
15166: 2002-02-01 paf
15167:
15168: * src/classes/op.C: file_write does EX lock after create, while
15169: file_read does SH after open, so there's a moment after create
15170: but before EX lock when read can sneak into, and read
15171: just-created-for-writing-and-not-yet-locked file, added a check
15172: for that in ^cache...read
15173:
15174: 2002-01-31 paf
15175:
15176: * src/main/: compile.y, compile.tab.C: disabled operator call after
15177: ^xxx:
15178:
15179: * src/main/: compile.tab.C, execute.C: made operators lookup first
15180: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
15181:
15182: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
15183: main/compile.tab.C, main/compile.y, main/compile_tools.C,
15184: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
15185: operators check 6.1 rewritten. now check is done at compile time
15186:
15187: * src/main/execute.C: operators check 5 floated up old error of
15188: staying in 'entered class/object' state after $a($a..) it
15189: prevented operators from being called thereafter
15190:
15191: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
15192: main/execute.C: operators check 4 floated up old error of staying
15193: in 'entered object' state after ^a.a(a) it prevented operators
15194: from being called thereafter
15195:
15196: * src/main/execute.C: operators check 3 floated up old error of
15197: staying in 'entered class' state after $a:a(a) it prevented
15198: operators from being called thereafter
15199:
15200: * src/main/execute.C, src/types/pa_wcontext.h, www/htdocs/auto.p,
15201: www/htdocs/index.html: operators check 2 floated up old error of
15202: staying in 'entered class' state after $a:a[a] it prevented
15203: operators from being called thereafter
15204:
15205: * src/main/execute.C, www/htdocs/index.html: operators check, thay
15206: mistakenly seen in $class:operator $object.operators contexts
15207:
15208: * src/classes/xdoc.C, src/targets/cgi/parser3.dsp,
15209: www/htdocs/index.html: now compiles under win32
15210:
15211: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
1.88 ! moko 15212: src/classes/Makefile.am, src/main/Makefile.am,
! 15213: src/targets/apache13/Makefile.am, src/targets/cgi/Makefile.am,
1.86 moko 15214: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
15215: src/types/Makefile.am: lowered indent.awk back to src/
15216:
15217: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
15218: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
15219: configure, configure.in, form.txt, ident.awk, install-sh,
15220: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
15221: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
15222: etc/parser3.charsets/Makefile.am,
15223: etc/parser3.charsets/koi8-r.cfg,
15224: etc/parser3.charsets/windows-1250.cfg,
15225: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.88 ! moko 15226: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
! 15227: src/main/Makefile.am, src/targets/apache13/Makefile.am,
! 15228: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
! 15229: src/types/Makefile.am, www/Makefile.am, www/htdocs/auto.p,
1.86 moko 15230: www/htdocs/global.xsl, www/htdocs/index.html,
15231: www/htdocs/parser-status.html, www/htdocs/people.dtd: moved
15232: etc&www out of src, moved configure&co out of src added
15233: windows-1250.cfg straightened installation scripts procedure made
15234: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
15235: change
15236:
15237: 2002-01-30 paf
15238:
15239: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
15240: removed] those comments were a mistake, and prevented libltdl
15241: from function properly
15242:
15243: 2002-01-29 paf
15244:
1.88 ! moko 15245: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
! 15246: creation [modified acinclude.m4 which were creating int into just
! 15247: assignment LIBTOOL=../libtool] added default system
! 15248: config&charsetts prepared 'make install', now it installs
! 15249: targets/cgi/parser3 into bin directory etc/parser3.conf &
! 15250: etc/parser3.charsets/* into $sysconfdir and
1.86 moko 15251: $sysconfdir/parser3.charsets respectively
15252:
15253: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
1.88 ! moko 15254: main/pa_globals.C: few forgotten ifdef XML added
1.86 moko 15255:
15256: 2002-01-28 paf
15257:
15258: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
15259: removed
15260:
15261: * src/main/pa_exception.C: dom|generic error output fix
15262:
15263: * src/classes/xnode.C: xdoc.importNode 3 [check err]
15264:
15265: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
15266:
15267: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
15268: [fixed as_node helper func to accept docs]
15269:
15270: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
15271: xdoc.importNode 0
15272:
1.88 ! moko 15273: * src/classes/xdoc.C: xdoc::set now untaints OK
1.86 moko 15274:
15275: 2002-01-25 paf
15276:
1.88 ! moko 15277: * src/main/: compile.tab.C, compile.y: #comment before @ after
! 15278: @SPECIAL now works OK
1.86 moko 15279:
1.88 ! moko 15280: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
1.86 moko 15281:
15282: * src/main/pa_exec.C: max arg count now 10, and proper message on
15283: violation that added
15284:
15285: * src/classes/hash.C: unified hash::sql, now
15286: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
15287:
1.88 ! moko 15288: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
! 15289: ^file:lock[filename]{code}
1.86 moko 15290:
15291: * src/: classes/file.C, classes/op.C, classes/string.C,
15292: classes/table.C, classes/xdoc.C, include/pa_common.h,
15293: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
15294: to some pa_common funcs
15295:
1.88 ! moko 15296: * src/: include/pa_charset.h, main/pa_globals.C:
1.86 moko 15297: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
15298:
15299: * src/: include/pa_charset.h, main/pa_charset.C,
15300: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
15301: not stupid illegal define
15302:
15303: 2002-01-24 paf
15304:
15305: * src/include/pa_version.h: changed version number
15306:
15307: * src/: classes/hashfile.C, include/pa_db_table.h,
15308: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
15309: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15310: main/pa_db_connection.C, main/pa_db_table.C,
1.88 ! moko 15311: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
! 15312: hashfile without logfiles
1.86 moko 15313:
15314: * src/: classes/hashfile.C, include/pa_db_table.h,
15315: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
15316: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
15317: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
15318: DB_INIT_TXN init bits, thus got rid of huge log files, which
15319: cluttered disk without huge need]
15320:
1.88 ! moko 15321: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
! 15322: handy macro, which is strangly abscent in dome lib
1.86 moko 15323:
15324: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
15325:
15326: * src/classes/xdoc.C: checked empty response
15327:
15328: * src/classes/xnode.C: xdoc.select fixed context node [were always
15329: /, not self node]
15330:
15331: * src/classes/xnode.C: xnode.select returns array always now, in
15332: case 'nothing found' returns empty array
15333:
15334: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
15335: be more tender with ctrl/c/v
15336:
15337: 2002-01-23 paf
15338:
1.88 ! moko 15339: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
! 15340: substituted. // 2. when dom tree with entites goes under
! 15341: transform text nodes // got [erroreosly] cut on first
! 15342: entity occurance
1.86 moko 15343:
15344: * src/types/pa_vdouble.h: double prec. todo: get rid of
15345: twice-converting
15346:
15347: * src/types/pa_vdouble.h: %.20E now float format when %g produced
15348: 'e' in output this is for regretful twice-converting here:
15349: $a(double value) when they write double falue they convert it to
15350: string first, thus %g were losing precesion.
15351:
15352: todo: think up some way to remove double->string string->double
15353: twice-converting
15354:
1.88 ! moko 15355: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
! 15356: %.20E now default float format this is for regretful
! 15357: twice-converting here: $a(double value) when they write double
! 15358: falue they convert it to string first, thus %g were losing
! 15359: precesion.
1.86 moko 15360:
15361: todo: think up some way to remove double->string string->double
15362: twice-converting
15363:
15364: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
1.88 ! moko 15365: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
! 15366: reasons in comment inside
1.86 moko 15367:
15368: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
15369: statically linked]
15370:
15371: * src/: include/pa_exception.h, main/compile.tab.C,
15372: main/pa_exception.C: removed exception va_list constructor. 1.
15373: not needed anymore 2. there were a conflict[causing errors]
15374: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
15375: never detected an ambiguilty here, compiling ctor(, "hello") into
15376: ctor(, va_list) which, of course, caused gpf
15377:
15378: * src/main/pa_globals.C: removed debug xslt messages
15379:
15380: 2002-01-22 paf
15381:
15382: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
15383: main/pa_globals.C: xsl stylesheet load: parsed entities, this
15384: helps compiling stylesheet properly. example: this refused to
15385: work, <b>«<xsl:value-of select="@title"
15386: />»</b> stranly worked only this way:
15387: <b>«<xsl:value-of select="@title" />»</b>
15388:
15389: docs says "set it to 1", never going into details, so I decided
15390: to try NOT to do that
15391:
1.88 ! moko 15392: * src/classes/table.C: join behaived badly in case named tables
! 15393: structure mismatched: 0 strings sneaked into dest failing
! 15394: afterwards. replaced them with empty strings
1.86 moko 15395:
15396: 2002-01-21 paf
15397:
15398: * src/main/pa_charset.C: checked empty transcoders in
15399: transcode_cstr|buf
15400:
1.88 ! moko 15401: * src/classes/xdoc.C: xdoc::load error source = filespec
1.86 moko 15402:
1.88 ! moko 15403: * src/classes/xdoc.C: transform error source now
! 15404: stylesheet_filespec
1.86 moko 15405:
15406: * src/: classes/xdoc.C, classes/xnode.C,
15407: include/pa_stylesheet_connection.h, main/pa_charset.C,
15408: main/pa_globals.C, main/pa_sql_driver_manager.C,
15409: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
15410: gnome
15411:
15412: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
15413: include/pa_globals.h, include/pa_stylesheet_connection.h,
15414: main/pa_exception.C, main/pa_globals.C,
15415: targets/apache13/pa_threads.C, targets/cgi/pa_threads.C: xslt
15416: generic error 1
15417:
1.88 ! moko 15418: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
! 15419: xml generic message 1
1.86 moko 15420:
15421: * src/classes/table.C: ^table::load empty lines or #comments before
15422: headline
15423:
15424: * src/: include/pa_array.h, include/pa_globals.h,
15425: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
15426: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
15427: targets/apache13/pa_threads.C, targets/cgi/pa_threads.C,
1.88 ! moko 15428: targets/isapi/pa_threads.C: xml generic errors 0
1.86 moko 15429:
15430: 2002-01-16 paf
15431:
15432: * src/: classes/hash.C, classes/op.C, classes/string.C,
15433: classes/table.C, classes/void.C, classes/xdoc.C,
15434: include/pa_db_connection.h, include/pa_request.h,
15435: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15436: include/pa_stylesheet_connection.h,
15437: include/pa_stylesheet_manager.h, main/pa_request.C,
15438: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15439: targets/cgi/pool_storage.h: auto closers to sql_connection,
15440: stylesheet_connection auto destroyers to remaining gnome objects
15441:
15442: * src/classes/xdoc.C: few comments
15443:
15444: 2002-01-15 paf
15445:
1.88 ! moko 15446: * src/classes/xdoc.C: xdoc file save string
1.86 moko 15447:
15448: ready. todo: error handling
15449:
1.88 ! moko 15450: * src/classes/xdoc.C: xdoc save rewritten using
! 15451: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
! 15452: result
1.86 moko 15453:
1.88 ! moko 15454: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
! 15455: started output options parsing
1.86 moko 15456:
15457: 2002-01-14 paf
15458:
15459: * src/classes/xdoc.C: method
15460:
15461: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
15462: include/pa_pool.h, include/pa_stylesheet_connection.h,
15463: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
1.88 ! moko 15464: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
! 15465: xslt transform0. TODO: use output options handle errors
1.86 moko 15466:
1.88 ! moko 15467: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
1.86 moko 15468:
15469: 2002-01-11 paf
15470:
15471: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
1.88 ! moko 15472: main/compile_tools.C, main/compile_tools.h, main/execute.C:
! 15473: partial logical && || evaluation
1.86 moko 15474:
1.88 ! moko 15475: * src/classes/xnode.C: xpath selectNodes
1.86 moko 15476:
1.88 ! moko 15477: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
! 15478: string/number/bool
1.86 moko 15479:
1.88 ! moko 15480: * src/classes/xnode.C: xpath selectNode 2
1.86 moko 15481:
1.88 ! moko 15482: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
! 15483: xpath selectNode 1
1.86 moko 15484:
15485: 2002-01-10 paf
15486:
15487: * src/classes/xnode.C: xpath selectNode -100 [just written]
15488:
15489: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
15490: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
1.88 ! moko 15491: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
! 15492: refcounter]
1.86 moko 15493:
15494: 2001-12-29 paf
15495:
15496: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
15497: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
15498: glib works 0
15499:
15500: 2001-12-28 paf
15501:
15502: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
15503: main/pa_exception.C: started glib transcoders
15504:
1.88 ! moko 15505: * src/main/pa_globals.C: renamed gdome to libgdome.dll
1.86 moko 15506:
15507: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
1.88 ! moko 15508: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
1.86 moko 15509: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
15510: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
15511: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
15512: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
15513: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
15514: libs just compiled in. no refcounting no xpath no xslt yet
15515:
15516: 2001-12-27 paf
15517:
15518: * src/: include/pa_charset.h, include/pa_common.h,
15519: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
15520: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
1.88 ! moko 15521: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
! 15522: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 15523: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
! 15524: from xalan&xerces, started the process. globals [initialization
! 15525: pool [charset update charset [transcodings vxnode vxdoc [DOM
! 15526: calls
! 15527:
! 15528: * src/classes/Makefile.am: going away from xalan&xerces, not needed
! 15529: anymore
1.86 moko 15530:
15531: 2001-12-26 paf
15532:
15533: * src/: include/pa_charset.h, include/pa_charsets.h,
1.88 ! moko 15534: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
! 15535: key globalized [bug]
1.86 moko 15536:
15537: 2001-12-25 paf
15538:
15539: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
1.88 ! moko 15540: main/pa_string.C: table set & append changed splitting languages,
! 15541: separators now can be clean AND as-is same to mail command line
! 15542: $MAIN:MAIL.progX arguments
1.86 moko 15543:
15544: 2001-12-24 paf
15545:
1.88 ! moko 15546: * src/classes/mail.C: one parted text messages - no multipart
! 15547: mime-type anymore. for convinient if $.attach-ments
1.86 moko 15548:
15549: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
15550: main/pa_string.C: read from cache size check updated
15551:
15552: * src/main/: pa_string.C: String::join_chain another ugly bug :(
15553:
15554: 2001-12-21 paf
15555:
1.88 ! moko 15556: * src/classes/date.C: date:sql-string now returns localtime
1.86 moko 15557:
15558: * src/main/pa_request.C: $result in @main actually not working, to
15559: hell with it for now
15560:
15561: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15562: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
15563: @postprocess @exception
15564:
1.88 ! moko 15565: * src/main/execute.C: junction evaluation canceled - endless
! 15566: recursion detected
1.86 moko 15567:
15568: 2001-12-19 paf
15569:
15570: * src/main/pa_charset.C: charset->charset transcoding via unicode
15571: intermediate
15572:
1.88 ! moko 15573: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
1.86 moko 15574:
1.88 ! moko 15575: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
1.86 moko 15576:
1.88 ! moko 15577: * src/classes/op.C: ^cache keypath now relative
1.86 moko 15578:
15579: * src/classes/mail.C: changed weighting prior to sort
15580:
15581: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
15582: were missing
15583:
15584: 2001-12-17 paf
15585:
15586: * src/targets/apache13/mod_parser3.C: test r->finfo.st_mode check
15587: seems to work only on win32
15588:
15589: * src/main/pa_charset.C: ifndef XML were bad type
15590:
15591: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
15592: outdated unset services_pool
15593:
15594: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
15595: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
15596: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
15597:
15598: * src/main/untaint.C: allowed space in filespec
15599:
1.88 ! moko 15600: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
1.86 moko 15601:
15602: * src/classes/image.C: no govno
15603:
15604: * src/classes/image.C: govno
15605:
15606: 2001-12-16 paf
15607:
15608: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
15609:
1.88 ! moko 15610: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
! 15611: charset_connection&manager replaced by charset&charsets
1.86 moko 15612:
1.88 ! moko 15613: * src/main/pa_charset.C: name_cstr 0
1.86 moko 15614:
15615: * src/main/untaint.C: uri lang now knows about client/source
15616: charsets
15617:
15618: * src/: classes/file.C, classes/math.C, classes/op.C,
15619: classes/string.C, classes/table.C, classes/xdoc.C,
15620: include/pa_array.h, include/pa_cache_managers.h,
15621: include/pa_charset_connection.h, include/pa_charset_manager.h,
15622: include/pa_common.h, include/pa_db_connection.h,
15623: include/pa_db_manager.h, include/pa_db_table.h,
15624: include/pa_dictionary.h, include/pa_exception.h,
15625: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
15626: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
15627: include/pa_sapi.h, include/pa_socks.h,
15628: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15629: include/pa_string.h, include/pa_stylesheet_connection.h,
15630: include/pa_stylesheet_manager.h, include/pa_table.h,
15631: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
15632: main/pa_charset.C, main/pa_charset_connection.C,
15633: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
15634: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
15635: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
15636: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
15637: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
1.88 ! moko 15638: types/types.dsp: introducing Charset
1.86 moko 15639:
15640: 2001-12-14 paf
15641:
15642: * src/: include/pa_request.h, include/pa_transcoder.h,
15643: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
15644: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
15645: uri lang
15646:
15647: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
15648:
15649: * src/targets/: apache13/Makefile.am, cgi/Makefile.am: -I../../pcre
15650: to .am
15651:
15652: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
15653: defalts_name global
15654:
15655: * src/: include/pa_charset_connection.h, include/pa_pool.h,
15656: include/pa_request.h, main/main.dsp,
15657: main/pa_charset_connection.C, main/pa_charset_manager.C,
15658: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
15659: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
1.88 ! moko 15660: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
! 15661: changed charset model. now important: $request:charset
! 15662: $response:charset while $response:content-type.charset become
! 15663: unimportant [informational]
1.86 moko 15664:
15665: 2001-12-13 paf
15666:
15667: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
15668:
15669: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
15670: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
15671: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
15672: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
15673: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
15674: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
15675:
15676: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
15677: auto_ptr part other way, because of stupid gcc 2.96
15678: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
15679: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
15680: FormatterListener] /usr/include/g++-3/memory:48:
15681: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
15682: _Tp1 = FormatterListener, _Tp = FormatterListener]
15683:
15684: * src/classes/xdoc.C: removed extra inc
15685:
15686: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
15687:
15688: * src/include/pa_types.h: msvc head debugging flag
15689:
15690: * src/classes/xdoc.C: freed up listener
15691:
15692: * src/classes/string.C: change msg '... code is not code'
15693:
15694: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
15695: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15696: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
15697: [past/future prob]
15698:
15699: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
15700: include/pa_config_fixed.h, include/pa_db_manager.h,
15701: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
15702: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
15703:
15704: * src/: include/pa_config_fixed.h, main/pa_common.C,
15705: main/pa_string.C: removed signed mismatch warnings
15706:
15707: * src/targets/: apache13/mod_parser3.C, cgi/parser3.C,
15708: isapi/parser3isapi.C: removed 'expires' from header outputs
15709:
15710: * src/main/pa_string.C: string::recustruct erroreusly used outdated
15711: row ptr
15712:
15713: * src/classes/file.C: file::cgi bug, request_method were passed to
15714: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
15715:
1.88 ! moko 15716: * src/classes/xdoc.C: lang list updated
1.86 moko 15717:
15718: 2001-12-10 paf
15719:
15720: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
15721:
1.88 ! moko 15722: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
! 15723: erase files like that, knowing their full name introducing //
! 15724: theoretical problem with, for instance, "_2B" and "." fragments,
! 15725: // they would yield the same // because
! 15726: need_file_encode('_')=false // but we need to delete such files
! 15727: somehow, getting names from ^index
1.86 moko 15728:
1.88 ! moko 15729: * src/main/pa_string.C: ^string.replace bug fixed [bad
! 15730: string::join_chank break]
1.86 moko 15731:
15732: 2001-12-07 paf
15733:
15734: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
15735: include/pa_common.h, include/pa_config_auto.h.in,
15736: include/pa_config_fixed.h, include/pa_config_includes.h,
15737: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
15738: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
1.88 ! moko 15739: types/pa_vhashfile.C: merged from r14_simple_cache
1.86 moko 15740:
15741: * src/main/pa_string.C: stupid sparc architecture failed to access
15742: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
15743: lduh [ %i2 + 1 ], %l0
15744:
15745: bus error, fixed that
15746:
15747: * src/main/pa_string.C: strange string deserialize bug on
15748: client[pmts], a bit shortened,
15749:
15750: * src/include/pa_config_auto.h.in: makes
15751:
15752: * src/: include/pa_common.h, include/pa_config_fixed.h,
15753: include/pa_config_includes.h, main/pa_common.C: exclusive lock
15754: file write shared lock file read
15755:
15756: * src/: classes/op.C, include/pa_common.h,
1.88 ! moko 15757: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
1.86 moko 15758:
15759: 2001-12-06 paf
15760:
15761: * src/: classes/op.C, classes/table.C, include/pa_request.h,
15762: main/pa_request.C: #ifdef RESOURCES_DEBUG
15763:
1.88 ! moko 15764: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
! 15765: info
1.86 moko 15766:
15767: * src/classes/hashfile.C: removed transaction from ^cache
15768:
15769: 2001-12-05 paf
15770:
1.88 ! moko 15771: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
! 15772: IIS5 there were a prob with illegal call check
1.86 moko 15773:
15774: 2001-12-04 paf
15775:
15776: * src/: classes/op.C, classes/table.C, include/pa_request.h,
15777: main/pa_request.C: measures to log
15778:
15779: 2001-11-26 paf
15780:
1.88 ! moko 15781: * src/targets/apache13/mod_parser3.C: merge dir config now works OK
! 15782: with parser_root_config_filespec
1.86 moko 15783:
15784: 20011126 paf: noticed, that this is called even on virtual root
15785: merge with something "parent", while thought that that is part of
15786: merge_server...
15787:
15788: 2001-11-23 paf
15789:
15790: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
15791: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
1.88 ! moko 15792: types/pa_vhashfile.C: merged from _0014, 1
1.86 moko 15793:
15794: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
1.88 ! moko 15795: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
! 15796: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
! 15797: ^cache(33) would change
1.86 moko 15798:
15799: 0660 bits in file_write & hashfile create
15800:
1.88 ! moko 15801: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
! 15802: after pa_string optimization]
1.86 moko 15803:
15804: 2001-11-22 paf
15805:
15806: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
15807: table.offset[whence]
15808:
1.88 ! moko 15809: * src/classes/op.C: process cstr(,connection)
1.86 moko 15810:
1.88 ! moko 15811: * src/classes/op.C: process now gets its body on current language,
! 15812: not as-is
1.86 moko 15813:
15814: * src/main/untaint.C: ORIGINS mode removed UHTML
15815:
1.88 ! moko 15816: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
! 15817: bit
1.86 moko 15818:
15819: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
15820:
15821: 2001-11-21 paf
15822:
1.88 ! moko 15823: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
! 15824: <xsl:output output options made identical to xsl:output
! 15825: attributes exclusion: cdata-section-elements what xalan can do
! 15826: but that not used now: it can escape and remove CDATA sections
1.86 moko 15827:
1.88 ! moko 15828: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
1.86 moko 15829: produced by xslt
15830:
15831: * src/targets/cgi/parser3.C: removed debug cgi||1
15832:
15833: * src/main/: pa_string.C, untaint.C: cached some string::size() es
15834:
15835: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
1.88 ! moko 15836: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
1.86 moko 15837: default language for {code}, it happen to change it's language
15838: from CLEAN, so later refused to split by CLEAN \t
15839:
15840: 2001-11-20 paf
15841:
15842: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
15843: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
15844: bottom of dependeces, so that errors would popup quicklier, fixed
15845: line numbering in table::sql
15846:
15847: 2001-11-19 paf
15848:
15849: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
15850: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
15851: main/pa_string.C, main/untaint.C, targets/apache13/mod_parser3.C,
15852: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1.88 ! moko 15853: types/pa_wcontext.C, types/pa_wcontext.h: UL_CLEAN pieces now
! 15854: inherit UL_OPTIMIZED_BIT at wcontext.write
1.86 moko 15855:
15856: * src/targets/: Makefile.am, apache13/mod_parser3.C, cgi/parser3.C:
15857: #if _MSC_VER _set_new_handler
15858:
15859: * src/targets/: apache13/mod_parser3.C, cgi/parser3.C,
15860: isapi/parser3isapi.C: set_new_handler in apache&isapi
15861:
15862: 2001-11-16 paf
15863:
15864: * src/targets/cgi/parser3.C: pool debug @ die
15865:
1.88 ! moko 15866: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
! 15867: removed 8 bytes from String, 2 bytes from
1.86 moko 15868: string::chunk::row::item
15869:
15870: * src/main/pa_string.C: removed 1+4 bytes from String
15871:
15872: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
15873: types/pa_vstring.C: removed 1+4 bytes from String
15874:
15875: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
15876: 0
15877:
15878: * src/: include/pa_globals.h, include/pa_string.h,
15879: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
15880: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
1.88 ! moko 15881: targets/cgi/parser3.C: introducing estimating
! 15882: String::cstr_bufsize, 0
1.86 moko 15883:
15884: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
15885:
15886: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
15887:
15888: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
15889: include/pa_pool.h: die in pool::fail
15890:
15891: 2001-11-15 paf
15892:
15893: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
15894: main/pa_exception.C, targets/cgi/parser3.C: exception with
15895: dynamic buffer re-back now with counter
15896:
15897: * src/: include/pa_exception.h, main/pa_exception.C: exception with
15898: static buffer back
15899:
15900: * src/targets/cgi/parser3.C: std::
15901:
15902: * src/: classes/classes.awk, include/pa_config_auto.h.in,
15903: include/pa_config_includes.h: setnewhandler check
15904:
15905: * src/include/pa_config_auto.h.in: makes
15906:
1.88 ! moko 15907: * src/targets/cgi/parser3.C: set_new_handler started
1.86 moko 15908:
15909: 2001-11-14 paf
15910:
15911: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
15912: was wrong
15913:
15914: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
15915: was wrong
15916:
15917: * src/main/pa_request.C: z
15918:
1.88 ! moko 15919: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
! 15920: full returns win32 -1 solaris >buffer_size
1.86 moko 15921:
15922: checked all that
15923:
1.88 ! moko 15924: * src/classes/op.C: ^untaint{body} as-is default now
1.86 moko 15925:
15926: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
1.88 ! moko 15927: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
! 15928: with no_bad_constructors_try
1.86 moko 15929:
15930: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
1.88 ! moko 15931: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
! 15932: this: $bred[^string::length[]] $bred[^response::clear[]]
! 15933: $bred[^int::int[]]
1.86 moko 15934:
15935: now VObject creation moved into overriden
15936: VClass::create_new_value, thus 0 from create_new_value means that
15937: class has no ctors
15938:
15939: 2001-11-13 paf
15940:
15941: * src/classes/classes.C: returned accedently removed if in foreach
15942: callbacks [when hash no-0-restructure]
15943:
15944: 2001-11-12 paf
15945:
1.88 ! moko 15946: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
! 15947: passed as-is to method, xalan makes & into & itself
1.86 moko 15948:
1.88 ! moko 15949: * src/classes/date.C: date.roll parser2 alg used
1.86 moko 15950:
15951: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
15952: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
15953: main/pa_dictionary.C, main/pa_hash.C,
1.88 ! moko 15954: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
! 15955: now does not containt 0 values. put 0 actullay removes. no check
! 15956: on 0 value in foreach now required
1.86 moko 15957:
15958: 2001-11-11 paf
15959:
15960: * src/sql/pa_sql_driver.h: removed extra constructor, doc
15961:
15962: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
15963:
15964: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
15965: driver initialize not const
15966:
15967: 2001-11-10 paf
15968:
1.88 ! moko 15969: * src/main/pa_exec.C: doc
1.86 moko 15970:
15971: 2001-11-09 paf
15972:
1.88 ! moko 15973: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
! 15974: param properly
1.86 moko 15975:
15976: * src/classes/string.C: string.save now does untainting before
15977: saving
15978:
15979: * src/main/pa_common.C: line endings fixing fixed last piece[was
15980: still cstr oriented]
15981:
15982: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
15983: line endings fixing got rid of cstr, now must work ok with post
15984: multipart
15985:
15986: * src/types/pa_vform.C: line endings fixed at post / multipart /
15987: not file also now
15988:
15989: 2001-11-08 paf
15990:
15991: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
15992: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
15993: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
15994: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
15995: main/pa_stylesheet_manager.C: restructured Cache manager to be
15996: simple parent, not second parent [gcc 2.96 strangly refused to
15997: call virtual from second parent]
15998:
15999: * src/: include/pa_common.h, main/Makefile.am,
16000: targets/cgi/pa_pool.C: makes
16001:
16002: * src/: include/pa_request.h, main/pa_request.C,
16003: targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
1.88 ! moko 16004: targets/isapi/parser3isapi.C: apache 'status' class enabler
1.86 moko 16005:
16006: <Location /parser-status.html> ParserStatusAllowed </Location>
16007:
16008: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
16009: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
16010: include/pa_stylesheet_manager.h, main/main.dsp,
16011: main/pa_cache_managers.C, main/pa_charset_manager.C,
16012: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
16013: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16014: types/pa_vstatus.h: cache_managers, maybe-expiring every request
16015: todo: apache 'status' class enabler
16016:
16017: 2001-11-05 paf
16018:
16019: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
16020: debug to normal
16021:
16022: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
16023: hence i removed skipping 0 values in hash::for_each-es we need to
16024: check cleaned cache items manually. few more checks.
16025:
16026: expiring to 0 time was wrong, changed to 'now' time
16027:
16028: * src/targets/cgi/parser3.C: read can return 0, that means sort of
16029: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
16030: on apache already done :)
16031:
16032: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
16033: skipping 0 values in hash::for_each-es we need to check cleaned
16034: cache items manually
16035:
16036: * src/main/: pa_db_connection.C, pa_db_table.C:
16037: parser_multithreaded check was wrong
16038:
16039: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16040: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16041: classes/hashfile.C, classes/image.C, classes/int.C,
16042: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16043: classes/string.C, classes/table.C, classes/void.C,
16044: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16045: include/pa_array.h, include/pa_charset_connection.h,
16046: include/pa_charset_manager.h, include/pa_common.h,
16047: include/pa_config_fixed.h, include/pa_config_includes.h,
16048: include/pa_db_connection.h, include/pa_db_manager.h,
16049: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
16050: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16051: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16052: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16053: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16054: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16055: include/pa_stack.h, include/pa_string.h,
16056: include/pa_stylesheet_connection.h,
16057: include/pa_stylesheet_manager.h, include/pa_table.h,
16058: include/pa_threads.h, include/pa_types.h, main/compile.C,
16059: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
16060: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
16061: main/pa_charset_manager.C, main/pa_common.C,
16062: main/pa_db_connection.C, main/pa_db_manager.C,
16063: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
16064: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
16065: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
16066: main/pa_socks.C, main/pa_sql_driver_manager.C,
16067: main/pa_status_provider.C, main/pa_string.C,
16068: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
1.88 ! moko 16069: sql/pa_sql_driver.h, targets/apache13/mod_parser3.C,
! 16070: targets/apache13/pa_pool.C, targets/apache13/pa_threads.C,
! 16071: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
! 16072: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
! 16073: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
! 16074: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
! 16075: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
! 16076: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
! 16077: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
! 16078: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
! 16079: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
! 16080: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
! 16081: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
! 16082: types/pa_vjunction.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
! 16083: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
! 16084: types/pa_vresponse.h, types/pa_vstateless_class.C,
! 16085: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 16086: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
! 16087: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
! 16088: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
! 16089: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
! 16090: types/pa_wwrapper.h: $status:db fixed used not initialized in
1.86 moko 16091: db_connection & db_table
16092:
1.88 ! moko 16093: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
! 16094: $status:charset
1.86 moko 16095:
16096: * src/: classes/xdoc.C, include/pa_db_connection.h,
16097: include/pa_stylesheet_connection.h,
16098: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
1.88 ! moko 16099: types/pa_vstatus.h: $status:stylesheet
1.86 moko 16100:
16101: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
16102: include/pa_request.h, include/pa_sql_connection.h,
16103: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
16104: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
16105: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
16106: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
16107: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
1.88 ! moko 16108: types/pa_vxnode.C, types/types.dsp: started status parser class
1.86 moko 16109:
16110: 2001-11-01 paf
16111:
16112: * src/include/pa_config_auto.h.in: makes
16113:
16114: * src/main/pa_hash.C: removed old extra include
16115:
1.88 ! moko 16116: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
! 16117: checks [for hp, there are such in math.h]
1.86 moko 16118:
16119: * src/classes/op.C: ^for endless loop check strightened
16120:
16121: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
16122: behavior in native calls. it left unchanged, so ^for ^foreach &
16123: co can use r.root to write their i & key,value there
16124:
16125: * src/classes/op.C: detected for var storage bug, fixed.
16126: todo:foreach
16127:
16128: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
16129: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
1.88 ! moko 16130: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
! 16131: changing of hash inside of foreach
1.86 moko 16132:
1.88 ! moko 16133: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
1.86 moko 16134: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
16135: were hash.foreach
16136:
16137: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
1.88 ! moko 16138: types/pa_vstring.C, types/pa_vstring.h:
1.86 moko 16139: ^foreach[key|value]{body}[[separator]|{separator}]
16140:
16141: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
1.88 ! moko 16142: types/pa_vcookie.C: ^hash.delete[key]
1.86 moko 16143:
16144: 2001-10-31 paf
16145:
1.88 ! moko 16146: * src/main/: compile.C, pa_common.C: completely empty file now
! 16147: considered "read", not ignored [not perfect trick used]
1.86 moko 16148:
16149: * src/main/pa_common.C: simplier common ifdefs
16150:
16151: * src/main/pa_common.C: typing bug in common - bad ifdeff
16152:
1.88 ! moko 16153: * src/main/pa_db_connection.C: z
1.86 moko 16154:
1.88 ! moko 16155: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
! 16156: lockdetector flags
1.86 moko 16157: dbenv.lk_detect=DB_LOCK_RANDOM;
16158:
1.88 ! moko 16159: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
! 16160: from accidental show [imagine user forgot @exception]
1.86 moko 16161:
1.88 ! moko 16162: * src/classes/table.C: ^table.save[[nameless|+append;]path]
1.86 moko 16163:
16164: * src/: classes/file.C, classes/image.C, classes/mail.C,
16165: classes/string.C, classes/xnode.C, include/pa_common.h,
1.88 ! moko 16166: main/pa_common.C: ^string.save[[append;]path]
1.86 moko 16167:
16168: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
1.88 ! moko 16169: main/execute.C: \ in expression: int divide 10/3=3
1.86 moko 16170:
16171: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
16172: inside of ^cache
16173:
16174: * src/: include/pa_threads.h, main/pa_db_connection.C,
16175: main/pa_db_table.C, targets/apache13/pa_threads.C,
1.88 ! moko 16176: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: libdb
! 16177: DB_THREAD flag only when really needed
1.86 moko 16178:
16179: 2001-10-30 paf
16180:
1.88 ! moko 16181: * src/: classes/classes.dsp, main/main.dsp,
1.86 moko 16182: targets/apache13/ApacheModuleParser3.dsp,
16183: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16184: types/types.dsp: enabled debug incremental compile
16185:
1.88 ! moko 16186: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
! 16187: form post data line endings not reformatted now.
1.86 moko 16188:
1.88 ! moko 16189: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
! 16190: now required [had bug when file= has no value]
1.86 moko 16191:
1.88 ! moko 16192: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
! 16193: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
! 16194: cstr(asis) default param removed
1.86 moko 16195:
16196: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
16197:
16198: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
16199:
1.88 ! moko 16200: * src/include/pa_dir.h: LOAD_DIR fixed
1.86 moko 16201:
1.88 ! moko 16202: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
! 16203: was broken} fix_line_breaks
1.86 moko 16204:
1.88 ! moko 16205: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
! 16206: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
! 16207: packed with #pragma pack
1.86 moko 16208:
16209: * src/include/pa_config_auto.h.in: pragma detection
16210:
16211: 2001-10-29 paf
16212:
16213: * src/types/pa_wcontext.h: bitfield syntax stricter
16214:
1.88 ! moko 16215: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
! 16216: string hash.puts
1.86 moko 16217:
16218: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
16219:
16220: * src/include/pa_sql_connection.h: there were one wrong
16221: SQL_CONNECTION_FUNC_GUARDED [failed]
16222:
16223: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
16224: param.someday either ifdef or remove it
16225:
16226: * src/targets/: apache13/pa_pool.C, cgi/pa_pool.C, cgi/parser3.C:
16227: removed debug defines
16228:
16229: * src/main/untaint.C: optimizing returned after debugging
16230:
16231: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
16232: main/untaint.C: memory hunging #pragma pack(1)
16233:
16234: 16 419 844 13 169 394
16235:
16236: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
16237: targets/cgi/pa_pool.C: String size_t replace to uint in proper
16238: places [todo:Array]
16239:
16240: * src/: main/execute.C, targets/cgi/pa_pool.C,
16241: targets/cgi/parser3.dsp, types/pa_wcontext.h,
16242: types/pa_wwrapper.h: debugging memory WContext flags to bits
16243:
16244: total 5 652 652/158731 total 5 469 332/158731
16245:
16246: * src/: include/pa_array.h, main/pa_array.C: debugging memory
16247: Array:: without cache in get/put now
16248:
16249: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
16250: 18:25:27 2001] total 5 652 652/158731
16251:
16252: * src/: include/pa_string.h, main/pa_string.C,
16253: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
16254: now
16255:
16256: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
16257: 18:11:53 2001] total 5796092/158731
16258:
16259: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
16260: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
16261: key ref now
16262:
16263: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
16264: 17:11:17 2001] total 16867948/202658
16265:
16266: * src/: classes/file.C, classes/image.C, classes/string.C,
16267: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
16268: main/execute.C, main/pa_array.C, main/pa_common.C,
16269: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16270: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
1.88 ! moko 16271: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
! 16272: string::as_int/double now usually uses stack, not heap [200K out
! 16273: of 17M :)] VString(String&) not copies reference [29M -> 17M]
1.86 moko 16274:
1.88 ! moko 16275: * src/main/pa_sql_driver_manager.C: ping to have services [old
! 16276: hiding bug]
1.86 moko 16277:
16278: * src/Makefile.am: .am order
16279:
16280: * src/: include/pa_array.h, include/pa_charset_manager.h,
16281: include/pa_db_connection.h, include/pa_db_manager.h,
16282: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
16283: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
16284: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
16285: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
16286: required "friend class"
16287:
16288: ../include/pa_request.h:51: friend declaration requires
16289: class-key, i.e. `friend class Temp_lang'
16290:
16291: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16292: main/pa_exception.C, main/pa_sql_driver_manager.C,
1.88 ! moko 16293: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
1.86 moko 16294:
16295: the idea is to #1 jump to C++ some function to main body, where
16296: every function stack frame has exception unwind information and
16297: from there... #2 propagate_exception()
16298:
16299: 2001-10-28 paf
16300:
16301: * src/main/pa_db_connection.C: removed old consts
16302:
16303: * src/main/pa_db_connection.C: expire table [was accidently pasted
16304: with wrong type/cast]
16305:
16306: * src/main/: pa_db_connection.C, pa_db_table.C: exception
16307: translation
16308:
16309: * src/: classes/Makefile.am, targets/apache13/p3runConfigure.in,
1.88 ! moko 16310: targets/cgi/Makefile.am: db makes. remember to build DB2 with
! 16311: -fexceptions!!!
1.86 moko 16312:
16313: * src/main/pa_db_table.C: DB_RMW defed
16314:
16315: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
16316: include/pa_db_connection.h, include/pa_db_manager.h,
16317: include/pa_db_table.h, main/pa_db_connection.C,
16318: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
16319:
16320: 2001-10-27 paf
16321:
16322: * src/: classes/hashfile.C, include/pa_db_connection.h,
16323: include/pa_db_table.h, main/pa_db_connection.C,
16324: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
16325: types/pa_vhashfile.C: DB2 ifdefs
16326:
16327: * src/: classes/Makefile.am, include/pa_config_fixed.h,
16328: main/Makefile.am, targets/apache13/p3runConfigure.in,
16329: targets/cgi/Makefile.am, types/Makefile.am: makes with DB2
16330:
16331: * src/: include/pa_config_auto.h.in, main/Makefile.am,
1.88 ! moko 16332: targets/apache13/p3runConfigure.in, types/Makefile.am: makes db
1.86 moko 16333:
16334: * src/: main/pa_globals.C,
16335: targets/apache13/ApacheModuleParser3.dsp,
16336: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp: vc
16337: projects libdb ifdefed into globals.C
16338:
16339: * src/: classes/hashfile.C, include/pa_db_connection.h,
16340: include/pa_db_table.h, main/pa_db_connection.C,
1.88 ! moko 16341: main/pa_db_table.C: ^hashfile.clear[]
1.86 moko 16342:
16343: * src/classes/classes.awk: no $ in var names
16344:
1.88 ! moko 16345: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
! 16346: connection&table [forgotten calls]
1.86 moko 16347:
16348: 2001-10-26 paf
16349:
16350: * src/main/pa_db_connection.C: db checkpoints
16351:
1.88 ! moko 16352: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
! 16353: checkpoints
1.86 moko 16354:
1.88 ! moko 16355: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
! 16356: default. but entities still reparsed. todo: tothink
1.86 moko 16357:
1.88 ! moko 16358: * src/main/pa_db_connection.C: db recover mech 2
1.86 moko 16359:
16360: * src/: classes/hashfile.C, include/pa_db_connection.h,
16361: include/pa_db_manager.h, include/pa_db_table.h,
16362: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
16363: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
16364: types/pa_vhashfile.h: db connections & tables now cached at
16365: create time & multithreaded
16366:
1.88 ! moko 16367: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
! 16368: parsed_source
1.86 moko 16369:
16370: * src/main/pa_db_connection.C: about to remove connection from
16371: vhashfile
16372:
16373: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
16374: transaction commit/rollback responsibility left to parent [as it
16375: sould - else there were a bug with double free]
16376:
16377: * src/include/pa_db_table.h: db: child transaction commit/rollback
16378: responsibility left to parent [as it sould - else there were a
16379: bug with double free]
16380:
16381: 2001-10-25 paf
16382:
16383: * src/: classes/hashfile.C, include/pa_common.h,
16384: include/pa_db_connection.h, include/pa_db_manager.h,
16385: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
16386: types/pa_vhashfile.C, types/pa_vhashfile.h,
16387: include/pa_db_table.h, main/pa_db_table.C: started db_home
16388: [multiple, cached] todo: autorecover [tried, but not succeded,
16389: yet]
16390:
16391: * src/include/pa_dir.h: ancient gpf on dir not found fixed
16392:
1.88 ! moko 16393: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
! 16394: transaction parent passed
1.86 moko 16395:
16396: 2001-10-24 parser
16397:
16398: * src/classes/Makefile.am: makes
16399:
16400: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
16401: isapi/pool_storage.h: pool_storage fixed
16402:
16403: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
16404: types/pa_vform.h: form fix_line_breaks
16405:
16406: * src/targets/cgi/pool_storage.h: makes
16407:
16408: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
16409: targets/cgi/pool_storage.h: makes
16410:
16411: * src/sql/pa_sql_driver.h: version
16412:
16413: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
16414: types/pa_vform.C, types/pa_vform.h: .am
16415:
1.88 ! moko 16416: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
! 16417: this: DB_RMW Acquire write locks instead of read locks when doing
! 16418: the retrieval. Setting this flag may decrease the likelihood of
! 16419: deadlock during a read-modify-write cycle by immediately
! 16420: acquiring the write lock during the read part of the cycle so
! 16421: that another thread of control acquiring a read lock for the same
! 16422: item, in its own read-modify-write cycle, will not result in
! 16423: deadlock
1.86 moko 16424:
16425: * src/targets/: apache13/ApacheModuleParser3.dsp,
16426: isapi/parser3isapi.dsp: doc
16427:
1.88 ! moko 16428: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
1.86 moko 16429:
1.88 ! moko 16430: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
1.86 moko 16431:
16432: * src/: classes/hashfile.C, include/pa_db_connection.h,
16433: main/pa_db_connection.C: hashfile expired deleted from db when
16434: get & iterate
16435:
1.88 ! moko 16436: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
! 16437: expiring 1
1.86 moko 16438:
16439: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
16440:
16441: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
16442: db_connection not bothers with key when not returning expired
16443: data
16444:
16445: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
16446: types/pa_vhashfile.C: db_cursor constructor public now
16447:
16448: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
16449: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
16450: stamped, todo: put_element analize
16451:
16452: * src/: include/pa_db_connection.h, include/pa_string.h,
1.88 ! moko 16453: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
! 16454: serialize. todo stamp
1.86 moko 16455:
16456: 2001-10-23 parser
16457:
16458: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
16459: classes/image.C, classes/mail.C, classes/response.C,
16460: classes/string.C, classes/table.C, classes/xdoc.C,
16461: include/pa_config_fixed.h, include/pa_db_connection.h,
16462: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
16463: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
16464: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
1.88 ! moko 16465: types/pa_vtable.C: ^hashfile.hash[]
1.86 moko 16466:
16467: * src/: classes/hashfile.C, classes/xdoc.C,
16468: include/pa_config_fixed.h, main/pa_db_manager.C,
16469: main/pa_globals.C: ifdefs so it compiled without db
16470:
16471: * src/: classes/hashfile.C, include/pa_db_connection.h,
16472: include/pa_db_manager.h, main/pa_db_connection.C,
1.88 ! moko 16473: main/pa_db_manager.C, types/pa_vhashfile.h:
! 16474: ^hashfile.transaction{code} ^hashfile:clear[filename]
! 16475: ^hashfile.delete[key]
1.86 moko 16476:
16477: 2001-10-22 parser
16478:
16479: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
16480: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
16481:
16482: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
16483: classes/xnode.C, include/pa_charset_connection.h,
16484: include/pa_db_connection.h, include/pa_db_manager.h,
16485: include/pa_exception.h, include/pa_sapi.h,
16486: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16487: include/pa_stylesheet_connection.h,
16488: include/pa_stylesheet_manager.h,
16489: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
16490: main/pa_db_connection.C, main/pa_db_manager.C,
16491: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
16492: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16493: main/pa_xslt_stylesheet_manager.C,
16494: targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
16495: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
16496: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
1.88 ! moko 16497: types/types.dsp: hashfile 0
1.86 moko 16498:
1.88 ! moko 16499: * src/types/pa_vhashfile.C: z
1.86 moko 16500:
16501: * src/: classes/classes.dsp, classes/hashfile.C,
16502: include/pa_config_fixed.h, main/execute.C,
16503: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
1.88 ! moko 16504: types/pa_vhashfile.h, types/types.dsp: hashfile -100
1.86 moko 16505:
1.88 ! moko 16506: * src/targets/apache13/mod_parser3.C: html
1.86 moko 16507:
1.88 ! moko 16508: * src/targets/: apache13/mod_parser3.C, isapi/parser3isapi.C: SEH
! 16509: minor ifdef changes
1.86 moko 16510:
16511: * src/: include/pa_exception.h, include/pa_request.h,
16512: main/execute.C, main/pa_exception.C, main/pa_request.C,
16513: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
1.88 ! moko 16514: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
1.86 moko 16515:
16516: 2001-10-19 parser
16517:
16518: * src/include/pa_pool.h: header
16519:
16520: * src/main/pa_pool.C: auto compiled on gcc
16521:
16522: * src/classes/image.C: comment
16523:
16524: * src/: include/pa_pool.h, main/pa_common.C: makes
16525:
16526: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16527: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16528: types/pa_vxnode.h: xnode clone got freed
16529:
16530: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
16531: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
16532: can free up xalandomstring resulting from pool::transcode
16533:
16534: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
16535: include/pa_config_fixed.h, include/pa_exception.h,
16536: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
16537: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
1.88 ! moko 16538: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
! 16539: to c++ exceptions 1xml configure fixed to exclude xalan-patch
! 16540: from non-xml compile
1.86 moko 16541:
1.88 ! moko 16542: * src/: main/pa_request.C, targets/apache13/mod_parser3.C: pool::
! 16543: context - get_context
1.86 moko 16544:
16545: * src/: classes/classes.h, classes/date.C, classes/double.C,
16546: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
16547: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
16548: classes/string.C, classes/table.C, classes/void.C,
16549: include/pa_config_fixed.h, include/pa_exception.h,
16550: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
16551: main/compile.C, main/compile_tools.C, main/execute.C,
16552: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
16553: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16554: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16555: main/pa_string.C, main/pa_table.C, main/untaint.C,
16556: targets/apache13/ApacheModuleParser3.dsp,
16557: targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
16558: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vbool.h,
16559: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.C,
16560: types/pa_vhash.h, types/pa_vint.h, types/pa_vjunction.h,
16561: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
1.88 ! moko 16562: types/pa_vtable.C, types/pa_wcontext.C, types/pa_wwrapper.h:
! 16563: switched to c++ exceptions 0
1.86 moko 16564:
16565: * src/classes/classes.awk: $ removed
16566:
16567: 2001-10-18 parser
16568:
1.88 ! moko 16569: * src/types/pa_vcookie.C: cookie:CLASS
1.86 moko 16570:
16571: * src/main/main.dsp: project
16572:
1.88 ! moko 16573: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
! 16574: set_document & ctor question "who owns document" solved
1.86 moko 16575:
16576: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
16577:
16578: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
1.88 ! moko 16579: main/pa_pool.C: encoding in dom creating funcs
1.86 moko 16580:
1.88 ! moko 16581: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
! 16582: be transformed now
1.86 moko 16583:
1.88 ! moko 16584: * src/classes/xdoc.C: dom created by create can be transformed now
1.86 moko 16585:
1.88 ! moko 16586: * src/classes/xdoc.C: z
1.86 moko 16587:
1.88 ! moko 16588: * src/classes/xdoc.C: comment
1.86 moko 16589:
1.88 ! moko 16590: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
! 16591: create now uses XercesDocumentBridge, appendChild&co now works
1.86 moko 16592:
16593: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
16594: @ recompile
16595:
1.88 ! moko 16596: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
1.86 moko 16597: $origin @exception[
16598:
1.88 ! moko 16599: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
! 16600: tag names forced to XML lang
1.86 moko 16601:
16602: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
16603: leechy-found bugs in code&doc fixed
16604:
16605: 2001-10-17 parser
16606:
16607: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
1.88 ! moko 16608: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
! 16609: n functionality preserved
1.86 moko 16610:
16611: * src/types/pa_vimage.h: removed unused vimage::save
16612:
16613: 2001-10-16 parser
16614:
16615: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
16616:
16617: * src/classes/: xnode.C: removed few dom returns & changed op.txt
16618:
1.88 ! moko 16619: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
1.86 moko 16620:
1.88 ! moko 16621: * src/classes/image.C: image.copy tolerance
1.86 moko 16622:
1.88 ! moko 16623: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
! 16624: ineffective, but works for small paleted image
1.86 moko 16625:
1.88 ! moko 16626: * src/types/pa_vimage.C: comment
1.86 moko 16627:
1.88 ! moko 16628: * src/classes/image.C: gd size/resize bugfix
1.86 moko 16629:
1.88 ! moko 16630: * src/: classes/classes.dsp, main/main.dsp,
! 16631: targets/apache13/ApacheModuleParser3.dsp,
1.86 moko 16632: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
1.88 ! moko 16633: types/types.dsp: ident >nul 2>&1
1.86 moko 16634:
16635: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
16636: systems
16637:
1.88 ! moko 16638: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
! 16639: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
1.86 moko 16640:
16641: 2001-10-15 parser
16642:
16643: * src/main/execute.C: z
16644:
1.88 ! moko 16645: * src/classes/: xdoc.C: !::create{qualifiedName}
1.86 moko 16646:
16647: * src/types/pa_vxnode.C: document_type_node.
16648: !readonly attribute DOMString name
16649: !notation_node.
16650: !readonly attribute DOMString publicId
16651: !readonly attribute DOMString systemId
16652:
1.88 ! moko 16653: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
! 16654: ::write badly passed string too transparently [failed to
! 16655: intercept it]
1.86 moko 16656:
16657: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
16658: include/pa_request.h, main/pa_sql_driver_manager.C,
16659: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16660: types/pa_vxnode.h: DOM1 major addtion, only few
16661: attributes/methods left
16662:
16663: 2001-10-13 parser
16664:
16665: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
16666: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
16667: in main handler
16668:
16669: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
16670: cleanups & frees order
16671:
16672: * src/types/pa_vcode_frame.h: couple comments
16673:
1.88 ! moko 16674: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
! 16675: transparent enough to handle hash if creation&passing
1.86 moko 16676:
16677: * src/: include/pa_config_fixed.h, main/execute.C,
1.88 ! moko 16678: main/pa_exception.C: noticed that vcodeframe not transparent
! 16679: enough, would change now
1.86 moko 16680:
16681: 2001-10-12 parser
16682:
16683: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
16684: fixed. initialization&free on each thread!
16685:
1.88 ! moko 16686: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
! 16687: handling changed: now type of default param analized always, not
! 16688: only at problem time, thus helping early problem spotting
1.86 moko 16689:
1.88 ! moko 16690: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
! 16691: main/main.dsp, main/pa_globals.C,
1.86 moko 16692: targets/apache13/ApacheModuleParser3.dsp,
16693: targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
16694: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
1.88 ! moko 16695: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
! 16696: multithread bug fixed. initialization&free on each thread!
1.86 moko 16697:
16698: 2001-10-11 parser
16699:
16700: * src/classes/xnode.C: xnode.selectSingle now
16701:
16702: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
16703: include/pa_pool.h, include/pa_stylesheet_connection.h,
16704: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
16705: convertors out of Pool into Exception
16706:
16707: * src/main/pa_string.C: const
16708:
1.88 ! moko 16709: * src/: include/pa_string.h, main/pa_string.C: restructured string:
! 16710: linked pieces of same language together prior to String::replace
1.86 moko 16711:
1.88 ! moko 16712: * src/classes/hash.C: !^hash.add[addme]
1.86 moko 16713: !^hash.sub[subme]
16714: !^a.union[b] = new
16715: !^a.intersection[b] = new
16716: !^a.intersects[b] = bool
16717:
16718: * src/classes/hash.C: !^hash::append[append_from]
16719:
1.88 ! moko 16720: * src/: classes/hash.C, types/pa_vhash.h:
1.86 moko 16721: !^hash::create[[copy_from]]
16722:
16723: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
16724: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
1.88 ! moko 16725: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
! 16726: fixed. got rid of empty_string, which caused errors - it hasnt
! 16727: exception but somebody[value.bark] tried to throw it on it's pool
1.86 moko 16728:
16729: * src/targets/apache13/ApacheModuleParser3.dsp: .dsp fixed due to
16730: relocate
16731:
16732: * src/: include/pa_config_auto.h.in,
16733: targets/apache13/p3runConfigure.in: makes
16734:
1.88 ! moko 16735: * src/targets/apache13/: Makefile.am, p3runConfigure.in: added
1.86 moko 16736:
16737: * src/targets/apache13/: ApacheModuleParser3.dsp, mod_parser3.C,
16738: p3runConfigure.in, pa_pool.C, pa_threads.C: restructured
16739:
1.88 ! moko 16740: * src/targets/apache13/Makefile.am: started restructuring
1.86 moko 16741:
16742: 2001-10-10 parser
16743:
1.88 ! moko 16744: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
1.86 moko 16745:
1.88 ! moko 16746: * src/main/: compile.tab.C, compile.y: ^a[
1.86 moko 16747:
16748: @next_method << now unclosed ] would be reported here
16749:
1.88 ! moko 16750: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
! 16751: compile error
1.86 moko 16752:
16753: 2001-10-09 parser
16754:
1.88 ! moko 16755: * src/: classes/Makefile.am, main/Makefile.am,
1.86 moko 16756: targets/cgi/Makefile.am, types/Makefile.am: makes
16757:
1.88 ! moko 16758: * src/classes/Makefile.am: makes
1.86 moko 16759:
1.88 ! moko 16760: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
! 16761: win32 errors intercepted [xalan transformer patched and
! 16762: incorporated]
1.86 moko 16763:
1.88 ! moko 16764: * src/: classes/classes.dsp, classes/xdoc.C,
1.86 moko 16765: include/pa_stylesheet_connection.h, main/main.dsp,
16766: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16767: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
16768: patches starting
16769:
1.88 ! moko 16770: * src/classes/: string.C, table.C: ^string.save[file]
1.86 moko 16771:
1.88 ! moko 16772: * src/classes/: date.C, table.C: calendar moved to date
1.86 moko 16773:
1.88 ! moko 16774: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
1.86 moko 16775: string/table] now
16776:
1.88 ! moko 16777: * src/classes/: op.C, table.C: z
1.86 moko 16778:
16779: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
16780: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
1.88 ! moko 16781: types/pa_vxnode.h: table:menu & op for delims made allowed not to
! 16782: be code [be string..]
1.86 moko 16783:
1.88 ! moko 16784: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
! 16785: table.C: lots of
1.86 moko 16786: params->as_int/double/as_string/as_junction/as_no_junction
16787: messages added
16788:
16789: 2001-10-08 parser
16790:
16791: * src/: classes/date.C, classes/image.C, classes/string.C,
1.88 ! moko 16792: classes/table.C, classes/void.C, include/pa_request.h:
! 16793: params->as_int/double message added
1.86 moko 16794:
1.88 ! moko 16795: * src/classes/image.C: image:circle [and round arc] uses Bresenham
1.86 moko 16796:
1.88 ! moko 16797: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
! 16798: image:sector removed image:html internal "line-*" attribs
1.86 moko 16799:
16800: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
1.88 ! moko 16801: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
1.86 moko 16802:
16803: * src/types/pa_vcookie.C: removing cookie made more netscape-like
16804: way
16805:
16806: * src/: classes/file.C, classes/form.C, main/pa_common.C,
1.88 ! moko 16807: main/untaint.C: header untainting to UL_HTTP_HEADER,
! 16808: UL_MAIL_HEADER made nonforced [only tainted pieces]
1.86 moko 16809:
16810: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
16811: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
16812: @ SAPI::log
16813:
16814: * src/main/untaint.C: \r to ' ' in origins mode
16815:
1.88 ! moko 16816: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
! 16817: set]
1.86 moko 16818:
16819: * src/: classes/xdoc.C, include/pa_config_fixed.h,
16820: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
16821: nonstandard liaison freed up
16822:
16823: 2001-10-07 parser
16824:
1.88 ! moko 16825: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
! 16826: project
1.86 moko 16827:
16828: 2001-10-05 parser
16829:
16830: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
1.88 ! moko 16831: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
! 16832: from outputing to cerr. lots of "todos"
1.86 moko 16833:
1.88 ! moko 16834: * src/main/untaint.C: http_header tainting more gentle with
! 16835: enquoting now
1.86 moko 16836:
16837: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
1.88 ! moko 16838: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
! 16839: xml errorhandler. fixed string.replace a little, read @test
1.86 moko 16840:
16841: * src/main/pa_string.C: found replace bug - first_that_starts(char
16842: *) does not have limit, and looks further eos, fixing....
16843:
16844: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
16845:
1.88 ! moko 16846: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
1.86 moko 16847:
1.88 ! moko 16848: * src/main/: pa_charset_connection.C: ctype another mem clear
! 16849: bugfix
1.86 moko 16850:
1.88 ! moko 16851: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
! 16852: $result[^[$p^]z] now works fine
1.86 moko 16853:
1.88 ! moko 16854: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
! 16855: wrong. fixed it
1.86 moko 16856:
1.88 ! moko 16857: * src/main/pa_charset_connection.C: unicode zero pair at the beging
! 16858: of totable appered to be vital
1.86 moko 16859:
16860: 2001-10-04 parser
16861:
1.88 ! moko 16862: * src/classes/image.C: ^image.length[text]
1.86 moko 16863:
16864: 2001-10-03 parser
16865:
16866: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
16867:
16868: * src/main/pa_request.C: restored pcre defaulting in request
16869: [mindlessly "optimized" yesterday] comment left
16870:
16871: 2001-10-02 parser
16872:
16873: * src/: main/pa_charset_manager.C,
16874: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
16875: needed
16876:
16877: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
16878: forgot non-xml pool.*charset needed
16879:
1.88 ! moko 16880: * src/classes/table.C: # config comments fixed
1.86 moko 16881:
16882: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
16883: charset_connection #comment now
16884:
16885: * src/: classes/classes.dsp, types/types.dsp: release projects
16886: options fixed to use release msvcrt lib
16887:
16888: * src/main/pa_charset_connection.C: pcre tables now const inside
16889: removed default - pcre handles that internally fixed bug on
16890: not-cleaning tables [previously was calloced, now member]
16891:
16892: * src/: include/pa_request.h, main/pa_charset_connection.C,
1.88 ! moko 16893: main/pa_request.C, types/pa_vstring.h: pcre tables now const
! 16894: inside removed default - pcre handles that internally fixed bug
! 16895: on not-cleaning tables [previously was calloced, now member]
! 16896:
! 16897: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
! 16898: tested charset reload on file change @ apache version = OK tested
! 16899: freeing up prev encoding on adding new = OK
1.86 moko 16900:
16901: 2001-10-01 parser
16902:
1.88 ! moko 16903: * src/main/pa_charset_connection.C: removed entitify external hack
! 16904: [internal installed]
1.86 moko 16905:
1.88 ! moko 16906: * src/main/Makefile.am: makes+removed dtd
1.86 moko 16907:
16908: * src/: include/pa_charset_connection.h,
16909: include/pa_charset_manager.h,
16910: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
16911: main/pa_charset_connection.C, main/pa_charset_manager.C,
1.88 ! moko 16912: main/pa_request.C: charset loading & caching mech 0
1.86 moko 16913:
16914: * src/: include/pa_stylesheet_connection.h,
16915: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
1.88 ! moko 16916: main/pa_globals.C, main/pa_request.C: would make charset loading
! 16917: & caching mech now
1.86 moko 16918:
16919: 2001-09-30 parser
16920:
16921: * src/main/pa_request.C: forgot to fill toTable
16922:
16923: * src/: include/pa_config_fixed.h, main/pa_request.C: started
16924: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
16925: failed on win32 for now..
16926:
1.88 ! moko 16927: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
! 16928: now charsets table configuration variable is: CHARSETS
1.86 moko 16929:
1.88 ! moko 16930: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
! 16931: ctype with unicode 1. todo: no П entities on output somehow
1.86 moko 16932:
16933: * src/: classes/file.C, classes/op.C, classes/string.C,
1.88 ! moko 16934: include/pa_request.h, main/pa_request.C: started ctype with
! 16935: unicode values
1.86 moko 16936:
16937: 2001-09-28 parser
16938:
16939: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
1.88 ! moko 16940: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
1.86 moko 16941: string passed AS-IS now
16942:
1.88 ! moko 16943: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
! 16944: way of user-configuring... todo: implement
1.86 moko 16945:
16946: 2001-09-27 parser
16947:
1.88 ! moko 16948: * src/classes/table.C: table.sort changed to sort table itself
1.86 moko 16949:
1.88 ! moko 16950: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
1.86 moko 16951: X^.getElementsByTagName[tagname] = array of xnode
16952: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
16953: nodes removed - regretfully not supported @ xalan. maybe someday
16954: would reimplement, if needed.
16955:
16956: win32build system: solved long waiting anti-non-started-apache
16957: problem
16958:
1.88 ! moko 16959: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
1.86 moko 16960: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
1.88 ! moko 16961: types/types.dsp: win32 ident make system so not to rebuild
! 16962: library [ident.C.new]
1.86 moko 16963:
16964: 2001-09-26 parser
16965:
16966: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
1.88 ! moko 16967: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
1.86 moko 16968: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1.88 ! moko 16969: types/pa_vxnode.C, types/types.dsp: z
1.86 moko 16970:
1.88 ! moko 16971: * src/classes/classes.C: forgot one non-xml check
1.86 moko 16972:
1.88 ! moko 16973: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
! 16974: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.86 moko 16975:
16976: * src/targets/cgi/parser3.C: z
16977:
1.88 ! moko 16978: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
! 16979: targets/isapi/parser3isapi.C: #ifdef SMTP
1.86 moko 16980:
16981: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
16982: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1.88 ! moko 16983: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
! 16984: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
! 16985: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
! 16986: types/types.dsp: xdoc&xnode now
1.86 moko 16987:
16988: * src/: classes/classes.C, classes/classes.awk,
16989: classes/classes.dsp, classes/classes.h, classes/date.C,
16990: classes/dnode.C, classes/dnode.h, classes/dom.C,
16991: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16992: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16993: classes/op.C, classes/response.C, classes/string.C,
1.88 ! moko 16994: classes/table.C, classes/void.C, include/pa_array.h,
! 16995: include/pa_common.h, include/pa_config_fixed.h,
! 16996: include/pa_config_includes.h, include/pa_dictionary.h,
! 16997: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
! 16998: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
! 16999: include/pa_socks.h, include/pa_sql_connection.h,
! 17000: include/pa_sql_driver_manager.h, include/pa_stack.h,
! 17001: include/pa_string.h, include/pa_stylesheet_connection.h,
! 17002: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1.86 moko 17003: include/pa_xslt_stylesheet_manager.h, main/compile.C,
17004: main/compile.y, main/compile_tools.C, main/compile_tools.h,
17005: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
17006: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17007: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17008: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17009: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
1.88 ! moko 17010: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
! 17011: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
! 17012: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
! 17013: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
! 17014: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
! 17015: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
! 17016: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
! 17017: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
! 17018: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
! 17019: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
! 17020: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
! 17021: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
! 17022: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
! 17023: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
! 17024: types/pa_vmethod_frame.h, types/pa_vobject.h,
! 17025: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
! 17026: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 17027: types/pa_vstateless_object.h, types/pa_vstring.C,
! 17028: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
! 17029: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
! 17030: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
! 17031: main.dsp splitted to main+classes+types along to .am
1.86 moko 17032:
17033: * src/classes/Makefile.am: removed useless var
17034:
17035: * src/: classes/classes.cmd, main/main.dsp,
17036: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
17037: main.dsp
17038:
17039: 2001-09-25 parser
17040:
1.88 ! moko 17041: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
! 17042: 1251 though, todo ICU
1.86 moko 17043:
17044: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.88 ! moko 17045: include/pa_stylesheet_connection.h, main/Makefile.am,
! 17046: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
! 17047: types/pa_vdom.h: xml configure makes
1.86 moko 17048:
17049: 2001-09-24 parser
17050:
17051: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
17052: types/Makefile.am: makes
17053:
17054: * src/targets/cgi/Makefile.am: makefiles
17055:
17056: * src/: Makefile.am, targets/Makefile.am,
17057: targets/apache13/Makefile.am, targets/cgi/pa_pool.C: started unix
17058: makes update
17059:
1.88 ! moko 17060: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
! 17061: started unix makes update
1.86 moko 17062:
17063: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
17064:
17065: * src/types/pa_value.h: z
17066:
17067: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
17068: bugs with usinge hash/table in expressions
17069:
1.88 ! moko 17070: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
! 17071: resolved conflicts fixed [const]
1.86 moko 17072:
17073: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
1.88 ! moko 17074: classes/table.C, include/pa_request.h, include/pa_sapi.h,
1.86 moko 17075: main/compile.C, main/compile.tab.C, main/compile.y,
17076: main/compile_tools.h, main/main.dsp, main/pa_common.C,
1.88 ! moko 17077: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
! 17078: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
! 17079: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
! 17080: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
! 17081: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
! 17082: with before_xml [merge2 actually didn't happen - i've created
! 17083: tags on wrong branch. so this merge is in fact re-merge]
1.86 moko 17084:
17085: 2001-09-21 parser
17086:
1.88 ! moko 17087: * src/: main/main.dsp, targets/cgi/parser3.dsp,
! 17088: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
! 17089: produced "" in make file and sadly wrong interpreted on load]
1.86 moko 17090:
17091: * src/: classes/classes.h, classes/hash.C, classes/op.C,
1.88 ! moko 17092: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
1.86 moko 17093: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
17094: include/pa_sql_driver_manager.h, include/pa_string.h,
17095: main/compile.tab.C, main/main.dsp, main/pa_common.C,
1.88 ! moko 17096: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
! 17097: targets/isapi/parser3isapi.dsp: merged with before_xml
1.86 moko 17098:
17099: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
17100: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
1.88 ! moko 17101: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
! 17102: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
! 17103: main/pa_pool.C, main/pa_request.C,
! 17104: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
! 17105: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
! 17106: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
! 17107: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
! 17108: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
! 17109: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
! 17110: types/pa_vrequest.C, types/pa_vresponse.h,
1.86 moko 17111: types/pa_vstateless_class.C, types/pa_vstring.C,
1.88 ! moko 17112: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
! 17113: created new projects for sql drivers [planning to remove sql
! 17114: drivers from main cvs project] first, will join latest changes
1.86 moko 17115:
1.88 ! moko 17116: * src/classes/: dom.C: defaulted dom writing methods encoding to
! 17117: pool.get_charset
1.86 moko 17118:
1.88 ! moko 17119: * src/classes/dom.C: defaulted dom writing methods encoding to
! 17120: pool.get_charset
1.86 moko 17121:
17122: * src/include/pa_pool.h: defaulted dom writing methods encoding to
17123: pool.get_charset
17124:
17125: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
1.88 ! moko 17126: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
! 17127: methods encoding to pool.get_charset
1.86 moko 17128:
1.88 ! moko 17129: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
! 17130: transcoder were created right "unsupported encoding" message.
! 17131: not @ set time, but @ use time, so until xml output functions
! 17132: .string, .file, .save used - no encoding name check occur
1.86 moko 17133:
17134: reduced transcode buffer size to 60 fixed pool cleanup - no
17135: registration needed, pools are officially destructured
17136:
17137: 2001-09-20 parser
17138:
17139: * src/classes/image.C: 20K preload on jpg measure [image::measure]
17140:
1.88 ! moko 17141: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
1.86 moko 17142: $MAIN:DEFAULTS.content-type[$.charset[here]]
17143:
1.88 ! moko 17144: * src/: classes/dnode.C, classes/dom.C,
! 17145: include/pa_config_includes.h, include/pa_globals.h,
! 17146: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
! 17147: main/pa_pool.C, targets/cgi/parser3.dsp,
! 17148: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
! 17149: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
1.86 moko 17150: Pool::transcode 0
17151:
1.88 ! moko 17152: * src/classes/dom.C: dom. string save file moved output xml options
! 17153: to last param and made it optional
1.86 moko 17154:
17155: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
17156: dnodes
17157: !$attributenode.specified = boolean
17158: true if the attribute received its value explicitly
17159: in the XML document,
17160: or if a value was assigned programatically with the
17161: setValue function.
17162: false if the attribute value came from the default value
17163: declared in the document's DTD.
17164: !$pinode.target = target of this processing instruction
17165: XML defines this as being the first token following the
17166: markup
17167: that begins the processing instruction.
17168: XPath:
17169: !^node.select[xpath/query/expression] = hash of 0->node0
17170: 1->node1
17171: !^node.select-single[xpath/query/expression] = first node if
17172: any
17173:
17174: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
17175: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
17176: some 'const's added
17177:
17178: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
17179: expression context now, there value = size and boolean value
17180: size!=0
17181:
17182: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
17183: can be used in expression context now, there value = size and
17184: boolean value size!=0
17185:
17186: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
1.88 ! moko 17187: types/pa_vstring.h: dnode .file .string .save moved back to dom
! 17188: due to strange xalan bug
1.86 moko 17189:
17190: 2001-09-18 parser
17191:
17192: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
1.88 ! moko 17193: classes/image.C, classes/op.C, classes/table.C,
! 17194: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
! 17195: include/pa_sql_driver_manager.h, main/compile.C,
! 17196: main/compile.tab.C, main/compile.y, main/compile_tools.h,
! 17197: main/execute.C, main/pa_common.C, main/pa_request.C,
! 17198: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
1.86 moko 17199: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17200: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
17201: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
1.88 ! moko 17202: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
! 17203: before_xml branch ^if(def $hash) now true only when
! 17204: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
1.86 moko 17205:
1.88 ! moko 17206: * src/: classes/op.C, main/execute.C: operators self changed to
! 17207: root ^for variable context changed to self
1.86 moko 17208:
1.88 ! moko 17209: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
! 17210: dnode 1
1.86 moko 17211:
17212: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
17213: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
17214:
1.88 ! moko 17215: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
! 17216: poly* fixed
1.86 moko 17217:
17218: 2001-09-17 parser
17219:
17220: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
1.88 ! moko 17221: types/pa_vdom.h: started dnode+dom
1.86 moko 17222:
17223: dnode DOM methods: $node.name $node.value
17224: ...others...
17225:
17226: ^node.xpath[/rates/USD] = hash
17227: $hash[
17228: $.0[node0]
17229: $.1[node1]
17230: ]
17231:
1.88 ! moko 17232: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
! 17233: applies to all linear primitives
1.86 moko 17234:
17235: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
17236: include/pa_stylesheet_connection.h, main/main.dsp,
17237: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
1.88 ! moko 17238: types/pa_vimage.h: started dnode DOM: $node.name
1.86 moko 17239: $node.value ...others... ^node.xpath[/rates/USD] = hash
17240: dom(dnode)
17241:
17242: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
17243: main/compile.y, main/compile_tools.h, main/execute.C,
1.88 ! moko 17244: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
! 17245: in expression compound($aa.zz.xx) names now can have minus '-' in
! 17246: name after '.'
1.86 moko 17247:
17248: 2001-09-15 parser
17249:
1.88 ! moko 17250: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1.86 moko 17251: image: $line-width ^line(...)[**** style]
17252:
17253: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
17254: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
17255: pool_storage - cleanups first, allocations second. apache wisely
17256: does just like that
17257:
17258: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
17259: rewritten using template, no bugs now
17260:
1.88 ! moko 17261: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
1.86 moko 17262: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
17263: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
17264: poorly started isapi pool_storage, would rewrite using template
17265: now
17266:
17267: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
17268: include/pa_stylesheet_connection.h, main/main.dsp,
1.88 ! moko 17269: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
! 17270: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
! 17271: xalan objects freed up [introducing Pool::register_cleanup]
1.86 moko 17272:
1.88 ! moko 17273: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
! 17274: comments
1.86 moko 17275:
17276: 2001-09-14 parser
17277:
17278: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
17279: z
17280:
17281: * src/: classes/dom.C, classes/file.C, classes/image.C,
17282: classes/mail.C, include/pa_common.h,
17283: include/pa_sql_driver_manager.h, include/pa_string.h,
17284: include/pa_stylesheet_connection.h,
17285: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
17286: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
17287: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
1.88 ! moko 17288: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
1.86 moko 17289: compiled&cached
17290:
17291: 2001-09-13 parser
17292:
17293: * src/: classes/dom.C, classes/file.C, classes/image.C,
1.88 ! moko 17294: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
1.86 moko 17295:
1.88 ! moko 17296: * src/classes/dom.C: dom:file content-type(.method)
1.86 moko 17297:
17298: * src/: include/pa_common.h, include/pa_globals.h,
1.88 ! moko 17299: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
! 17300: string now more informative error messages
1.86 moko 17301:
17302: * src/: include/pa_globals.h, include/pa_request.h,
1.88 ! moko 17303: main/pa_request.C, targets/cgi/parser3.C,
! 17304: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
! 17305: ParserSiteConfig .../parser3.conf
1.86 moko 17306:
17307: cgi&isapi looks for {configure|c:\windows}/parser3.conf
17308:
17309: 2001-09-12 parser
17310:
17311: * src/: classes/op.C, include/pa_sql_driver_manager.h,
1.88 ! moko 17312: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
! 17313: precise error reporting: "connection string must start with
! 17314: protocol://" now
1.86 moko 17315:
1.88 ! moko 17316: * src/main/compile.tab.C: fixed - subname code parts actually []
! 17317: braced
1.86 moko 17318:
17319: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
17320: lexer on LS_USER level did [] matching without setting nestage,
17321: introduced special LS_NAME_SQUARE_PART state
17322:
17323: 2001-09-11 parser
17324:
17325: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
17326: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
17327: languages+=xml
17328:
1.88 ! moko 17329: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
! 17330:
! 17331: * src/classes/dom.C: ^dom:save/string/file[output options] output
! 17332: options: $.method[xml|html|text] detection fixed
1.86 moko 17333:
1.88 ! moko 17334: * src/types/pa_vdom.h: messages
! 17335:
! 17336: * src/classes/dom.C: ^dom:save/string/file[output options] output
! 17337: options: $.method[xml|html|text] detection fixed
1.86 moko 17338:
17339: 2001-09-10 parser
17340:
1.88 ! moko 17341: * src/classes/dom.C: ^dom:save/string/file[output options] output
! 17342: options: $.method[xml|html|text] $.encoding[windows-1251|...]
1.86 moko 17343:
17344: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
17345: added]
17346:
17347: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
17348: ^dom.xslt[stylesheet filename] 0
17349:
1.88 ! moko 17350: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
! 17351: ^dom.xslt[stylesheet filename] -1 doc is lying
1.86 moko 17352:
1.88 ! moko 17353: * src/classes/dom.C: ^dom.file[encoding] = file
1.86 moko 17354:
1.88 ! moko 17355: * src/classes/: dom.C: ^dom.string[encoding] 1
! 17356: ^dom.save[encoding;filename]
1.86 moko 17357:
1.88 ! moko 17358: * src/classes/dom.C: ^dom.string[] 0
1.86 moko 17359:
17360: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
17361:
17362: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
1.88 ! moko 17363: types/pa_vform.h: ^dom.save[b.xml] 0
1.86 moko 17364:
17365: 2001-09-08 parser
17366:
17367: * src/types/pa_vform.C: $form:tables.name.field
17368:
17369: 2001-09-07 parser
17370:
17371: * src/classes/table.C: table:empty removed, superceded by ^if(def
17372: $table)...
17373:
17374: * src/targets/cgi/parser3.C: z
17375:
1.88 ! moko 17376: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
! 17377: from '' to int/double is 0]
1.86 moko 17378:
1.88 ! moko 17379: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
! 17380: $table) is false when table is empty
1.86 moko 17381:
1.88 ! moko 17382: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
! 17383: !$form:tables $atable[$form:tables.a]
1.86 moko 17384: ^atable.menu{a=$atable.element}[,]
17385:
17386: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
1.88 ! moko 17387: types/pa_vform.h, types/pa_vhash.h: !$form:fields
1.86 moko 17388:
17389: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.88 ! moko 17390: types/pa_vdom.h, types/pa_vform.C: merged with successful start
! 17391: of dom
1.86 moko 17392:
17393: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
1.88 ! moko 17394: types/pa_vform.C, types/pa_vform.h: z
1.86 moko 17395:
17396: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
17397: element [not last]
17398:
17399: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.88 ! moko 17400: types/pa_vdom.h: introducing dom. dom:load[a.xml]
1.86 moko 17401:
17402: 2001-09-06 parser
17403:
1.88 ! moko 17404: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
! 17405: table with one column 'element' and two rows: 1 and 2
1.86 moko 17406:
17407: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
17408: table with one column 'element' and two rows: 1 and 2
17409:
17410: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
17411: bad int/double conversions, and now $form:nonexistent.int(88)
17412: would return 88
17413:
17414: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
1.88 ! moko 17415: types/pa_vhash.h: now there's special hash key '_default'
! 17416: [instead of ^_default method] $hash[ $.a[1] $.b[2]
! 17417: $._default[xx] ] $hash.c
1.86 moko 17418:
17419: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
17420: fixed [thanks, fif], ^; were treated there non-literally
17421:
17422: * src/doc/doxygen.cfg: merged new default options from 1.2.10
17423: doxygen
17424:
17425: * src/: classes/image.C, classes/op.C, classes/string.C,
1.88 ! moko 17426: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
1.86 moko 17427: types/pa_vtable.C: few #ifndef DOXYGEN
17428:
17429: 2001-09-05 parser
17430:
1.88 ! moko 17431: * src/classes/: string.C, table.C: sql options can be void [same as
! 17432: image:html the other day]
1.86 moko 17433:
1.88 ! moko 17434: * src/targets/cgi/Makefile.am: .am undo
1.86 moko 17435:
17436: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
17437: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
17438: macro expantion on param, simply qoutes whatever passed, undone
17439:
17440: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
17441: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
17442: STRINGIZE(name) #name invented
17443:
17444: * src/: classes/op.C, include/pa_sql_driver_manager.h,
17445: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
17446: MAIN_SQL_DRIVERS_NAME "drivers"
17447:
17448: moved to be availible to all users
17449:
1.88 ! moko 17450: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
! 17451: SQL_DRIVER_CREATE_FUNC_NAME
1.86 moko 17452:
17453: * src/classes/mail.C: MAIN:MAIL check fixed
17454:
17455: 2001-09-04 parser
17456:
17457: * src/classes/image.C: image.html now can accept void params
17458:
17459: * src/targets/isapi/parser3isapi.C: z
17460:
17461: * src/targets/cgi/parser3.C: full_file_spec bug
17462:
1.88 ! moko 17463: * src/targets/cgi/parser3.C: getenvcheck
1.86 moko 17464:
17465: * src/targets/cgi/parser3.C: zz
17466:
17467: * src/targets/cgi/parser3.C: zzz
17468:
17469: * src/classes/date.C: date
17470:
17471: * src/classes/date.C: date:sql-string is now without ''
17472:
17473: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
17474: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
17475: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
17476:
17477: * src/include/pa_config_auto.h.in: makes
17478:
17479: 2001-09-03 parser
17480:
1.88 ! moko 17481: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
1.86 moko 17482:
17483: 2001-09-01 parser
17484:
17485: * src/classes/image.C: letter_spacing
17486:
1.88 ! moko 17487: * src/classes/image.C: image: font params changed
1.86 moko 17488:
17489: * src/classes/image.C: image: as_int as_string used
17490:
1.88 ! moko 17491: * src/types/pa_vmethod_frame.h: $result[] now gets properly
! 17492: analized
1.86 moko 17493:
17494: 2001-08-31 parser
17495:
1.88 ! moko 17496: * src/targets/cgi/parser3.C: z
1.86 moko 17497:
17498: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
17499: cygwin
17500:
1.88 ! moko 17501: * src/classes/void.C: void:int/double += (default)
1.86 moko 17502:
1.88 ! moko 17503: * src/classes/image.C: image:font added space param image:font
! 17504: changed charwidth alg, added kerning const[for now]
1.86 moko 17505:
1.88 ! moko 17506: * src/classes/: string.C, table.C: string:int/double (defaults)
1.86 moko 17507:
17508: 2001-08-29 parser
17509:
1.88 ! moko 17510: * src/main/pa_exception.C: exception redundant debug info
1.86 moko 17511:
17512: 2001-08-28 parser
17513:
1.88 ! moko 17514: * src/classes/image.C: image error msgs
1.86 moko 17515:
1.88 ! moko 17516: * src/classes/image.C: image: gifsize little endian
1.86 moko 17517:
17518: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
17519: doxygeneration
17520:
1.88 ! moko 17521: * src/: classes/Makefile.am, main/Makefile.am,
1.86 moko 17522: targets/cgi/Makefile.am, types/Makefile.am: .am-s
17523:
17524: * src/targets/apache13/Makefile.am: COMPILE_APACHE13_MODULE
17525:
17526: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
17527: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
17528:
17529: * src/main/compile.C: NO_STRING_ORIGIN check2
17530:
17531: * src/classes/table.C: NO_STRING_ORIGIN check
17532:
17533: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
17534: storage class specifiers invalid in friend function declarations
17535:
17536: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
17537: main/untaint.C, targets/cgi/parser3.C,
17538: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
17539: case of limit
17540:
1.88 ! moko 17541: * src/targets/apache13/Makefile.am: configure to skip apache
1.86 moko 17542:
1.88 ! moko 17543: * src/: classes/file.C, main/pa_common.C: file:move
! 17544: autocreate/remove dest/src dir
1.86 moko 17545:
17546: * src/: classes/string.C, include/pa_dictionary.h,
17547: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
1.88 ! moko 17548: main/untaint.C: pa_directory speeded up. moved zero 'from' check
! 17549: to directory constructor. string:replace
1.86 moko 17550:
17551: 2001-08-27 parser
17552:
17553: * src/classes/image.C: fixed jpgsize alg
17554:
17555: * src/classes/image.C: fixed jpgsize alg
17556:
17557: * src/main/pa_exception.C: z
17558:
17559: * src/main/pa_common.C: removed debug info from pa_common
17560:
17561: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
17562: [auto.p from current dir loading]
17563:
17564: * src/: main/pa_common.C, main/pa_exception.C,
1.88 ! moko 17565: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
! 17566: for solaris -lsocket
1.86 moko 17567:
17568: 2001-08-24 parser
17569:
17570: * src/targets/cgi/parser3.C: not cgi extra \n 3
17571:
17572: * src/targets/cgi/parser3.C: not cgi extra \n 2
17573:
17574: * src/targets/cgi/parser3.C: not cgi extra \n
17575:
1.88 ! moko 17576: * src/main/pa_sql_driver_manager.C: z
1.86 moko 17577:
1.88 ! moko 17578: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
! 17579: sql* removed services from disconnect - cross-request ideological
! 17580: probs.
1.86 moko 17581:
1.88 ! moko 17582: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
1.86 moko 17583: cross-request ideological probs. oracle - fixed bug: cs
17584: allocated on request.pool and got freed before disconnect
17585:
17586: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
17587: mallocs fixed
17588:
17589: 2001-08-23 parser
17590:
1.88 ! moko 17591: * src/classes/file.C: minor bug in file:save fixed
1.86 moko 17592:
1.88 ! moko 17593: * src/main/pa_sql_driver_manager.C: oracle: dlink
1.86 moko 17594:
17595: 2001-08-22 parser
17596:
17597: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
1.88 ! moko 17598: types/pa_vfile.h: file:load|save[text|binary;
1.86 moko 17599:
1.88 ! moko 17600: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
1.86 moko 17601:
17602: 2001-08-21 parser
17603:
1.88 ! moko 17604: * src/classes/: file.C, table.C: ^file:list
1.86 moko 17605:
17606: 2001-08-20 parser
17607:
17608: * src/: main/compile.tab.C, main/compile.y,
1.88 ! moko 17609: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
! 17610: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
! 17611: recousively caused problems: inc incremeted 123 literal!! fixed
1.86 moko 17612:
17613: 2001-08-10 parser
17614:
17615: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
17616:
1.88 ! moko 17617: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
! 17618: added
1.86 moko 17619:
1.88 ! moko 17620: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
! 17621: added
1.86 moko 17622:
1.88 ! moko 17623: * src/classes/table.C: table:sort restored [it was bad test :(]
1.86 moko 17624:
17625: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
17626: ''
17627:
1.88 ! moko 17628: * src/main/: pa_request.C: wanted to make const int
! 17629: MAX_EXECUTE_SECONDS=1;
1.86 moko 17630:
17631: but couldnt, set_callback_and_alarm appeared to be not exported
17632: :(
17633:
17634: * src/main/pa_string.C: string.match hanged on. there were a hang
17635: check but it weren't wise enough
17636:
17637: @parse[dateString][tmp]
17638: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
17639: #end
17640:
17641: @main[] ^parse[2001-02-03]
17642:
1.88 ! moko 17643: * src/classes/: table.C: table:sort now default desc
1.86 moko 17644:
17645: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
17646: table.sort now creates new sorted table
17647:
17648: 2001-08-09 parser
17649:
17650: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
17651:
17652: * src/classes/hash.C: hash:_default now [was hash:default]
17653:
1.88 ! moko 17654: * src/classes/op.C: case without switch check added
1.86 moko 17655:
1.88 ! moko 17656: * src/types/pa_vcookie.C: cookie name&value origins added, more
! 17657: precise $ORIGINS(1)
1.86 moko 17658:
17659: * src/main/Makefile.am: .am
17660:
17661: * src/classes/void.C: void: int double copy/paste from int: bug
17662: fixed
17663:
17664: * src/classes/void.C: void: int double copy/paste from int: bug
17665: fixed
17666:
17667: 2001-08-07 parser
17668:
17669: * src/: classes/double.C, classes/int.C, classes/string.C,
17670: classes/table.C, include/pa_globals.h, main/pa_globals.C:
17671: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
17672: string, table
17673:
1.88 ! moko 17674: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
! 17675: srand made working
1.86 moko 17676:
17677: 2001-08-06 parser
17678:
17679: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
17680: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
17681: main/compile.tab.C, main/compile.y, main/pa_array.C,
17682: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
1.88 ! moko 17683: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
1.86 moko 17684:
1.88 ! moko 17685: * src/main/pa_exec.C: exec win32 real filename
1.86 moko 17686:
1.88 ! moko 17687: * src/classes/file.C: exec stderr out
1.86 moko 17688:
1.88 ! moko 17689: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
1.86 moko 17690:
17691: 2001-08-03 parser
17692:
17693: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
17694:
17695: 2001-08-02 parser
17696:
17697: * src/: classes/string.C, classes/table.C, include/pa_array.h,
17698: main/execute.C, main/pa_exec.C: introducing Array_iter
17699:
17700: * src/main/execute.C: detected quick_get recursion bug. changed to
17701: get@execute, but needs array iterator, separate from array to
17702: avoid it & use caching
17703:
1.88 ! moko 17704: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
! 17705: bug fixed
1.86 moko 17706:
17707: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
1.88 ! moko 17708: main/execute.C, main/pa_globals.C: found another multithread bug
! 17709: in op.C (last, last global var killed) :)
1.86 moko 17710:
17711: 2001-08-01 parser
17712:
17713: * src/: include/pa_dictionary.h, include/pa_globals.h,
17714: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
17715: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
1.88 ! moko 17716: main/untaint.C: speeded up typo-html replacements. introducing
! 17717: Dictionary with first-char caching
1.86 moko 17718:
17719: 2001-07-31 parser
17720:
17721: * src/types/Makefile.am: pa_vtable.C added to .am
17722:
17723: * src/main/compile.tab.C: added, so that could be compiled even on
17724: non-bison-enabled platforms
17725:
17726: 2001-07-28 parser
17727:
17728: * src/classes/table.C: table:hash always produces hash, when can't
17729: - empty
17730:
17731: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
17732: skipped \n
17733:
17734: 2001-07-27 parser
17735:
1.88 ! moko 17736: * src/classes/: double.C, int.C, string.C: provided meaningful msg
! 17737: on int/double/string :sql without result and default
1.86 moko 17738:
17739: 2001-07-26 parser
17740:
1.88 ! moko 17741: * src/classes/op.C: fixed bad multithread bug with strangly global
! 17742: OP
1.86 moko 17743:
1.88 ! moko 17744: * src/main/compile.y: $man[$.age[zzz]] 0
1.86 moko 17745:
17746: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
17747: creation syntax problem persists. restored $: for a while.
17748: thinking of $man[$.age[zzz]] syntax now
17749:
17750: * src/: classes/double.C, classes/int.C, classes/string.C,
17751: include/pa_opcode.h, main/compile.C, main/compile.y,
17752: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
17753: types/pa_vmethod_frame.h, types/pa_wcontext.h,
1.88 ! moko 17754: types/pa_wwrapper.h: fixing :: realization #1
1.86 moko 17755:
17756: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
17757: main/compile_tools.h, main/execute.C, main/pa_request.C,
1.88 ! moko 17758: types/pa_vmethod_frame.h: introducing :: this is constructor call
! 17759: prefix. ordinary : remains for static accesses
1.86 moko 17760:
17761: 2001-07-25 parser
17762:
1.88 ! moko 17763: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
! 17764: fields 2. methods 3. columns
1.86 moko 17765:
1.88 ! moko 17766: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
! 17767: quote. optimized double&int tostring-s
1.86 moko 17768:
1.88 ! moko 17769: * src/main/: compile.C, compile.y, compile_tools.h: allowed
! 17770: whitespace before first method decl
1.86 moko 17771:
1.88 ! moko 17772: * src/classes/table.C: allowed nontable result in table:sql,
! 17773: results in empty table
1.86 moko 17774:
1.88 ! moko 17775: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
! 17776: lines before first method decl
1.86 moko 17777:
17778: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
17779: types/pa_vtable.h: ^table.record[] now $table.fields
17780:
17781: * src/main/compile.y: $var[] is now empty string, not void
17782:
1.88 ! moko 17783: * src/main/: compile.y, execute.C: $var[] is now empty string, not
! 17784: void
1.86 moko 17785:
17786: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
1.88 ! moko 17787: main/pa_globals.C: match replace code context moved to implicit
! 17788: $match context
1.86 moko 17789:
17790: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
17791: main/compile_tools.h, main/execute.C: with killed, code storage
17792: introduced with former 'with' syntax
17793:
17794: 2001-07-24 parser
17795:
17796: * src/: main/compile.C, main/execute.C, main/pa_string.C,
1.88 ! moko 17797: types/pa_value.h: first get_element, next get operator
1.86 moko 17798:
17799: * src/main/compile.y: removed @end handling
17800:
1.88 ! moko 17801: * src/main/: compile.C, compile.y: @end handling method2
1.86 moko 17802:
1.88 ! moko 17803: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
! 17804: file:move
1.86 moko 17805:
17806: * src/main/pa_common.C: file_read close @ eof when imgsize bug
17807: fixed
17808:
17809: 2001-07-23 parser
17810:
1.88 ! moko 17811: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
! 17812: driver
1.86 moko 17813:
1.88 ! moko 17814: * src/classes/hash.C: changed sql driver query interface
1.86 moko 17815:
17816: * src/: classes/hash.C, classes/string.C, classes/table.C,
1.88 ! moko 17817: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
! 17818: changed sql driver query interface
1.86 moko 17819:
17820: 2001-07-20 parser
17821:
17822: * src/types/pa_vrequest.C: X!$browser:type
17823:
17824: * src/: classes/file.C, classes/string.C, include/pa_string.h,
17825: main/execute.C, main/pa_string.C, types/pa_valiased.C,
17826: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
17827: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
17828: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
17829: types/pa_vobject.h, types/pa_vrequest.C,
17830: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
17831: ^class:method dynamic calls allowed. ^BASE.method call disabled.
17832: BASE element globally removed
17833:
17834: 2001-07-18 parser
17835:
17836: * src/classes/file.C: file:exec/cgi msg
17837:
17838: * src/classes/file.C: $file:exit-code renamed to 'status'
17839:
17840: * src/: classes/file.C, main/pa_exec.C: file:exec
17841:
1.88 ! moko 17842: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
1.86 moko 17843: targets/Makefile.am, targets/apache13/Makefile.am,
17844: targets/cgi/Makefile.am, types/Makefile.am: removed $id from *.in
17845: *.am
17846:
1.88 ! moko 17847: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
1.86 moko 17848: abbrevations
17849:
17850: * src/: classes/date.C, classes/mail.C, classes/math.C,
17851: classes/string.C, classes/table.C, include/pa_globals.h,
17852: include/pa_string.h, main/execute.C, main/pa_globals.C,
17853: main/pa_request.C, main/pa_string.C, main/untaint.C,
1.88 ! moko 17854: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
! 17855: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
! 17856: $ORIGINS(1) output tracing mode
1.86 moko 17857:
17858: 2001-07-13 parser
17859:
17860: * src/: classes/double.C, classes/int.C, classes/string.C,
1.88 ! moko 17861: include/pa_request.h, main/execute.C, main/pa_request.C:
! 17862: auto.p[@auto], /news/auto.p[no @auto], so that initializing
! 17863: second would not call first @auto
1.86 moko 17864:
17865: * src/main/: execute.C, pa_request.C: order of MAIN parents was
17866: wrong, fixed
17867:
17868: 2001-07-12 parser
17869:
1.88 ! moko 17870: * src/types/pa_value.h: pa_value.putelement modification of system
! 17871: classes prevented
1.86 moko 17872:
17873: 2001-07-11 parser
17874:
1.88 ! moko 17875: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
! 17876: table $piece
1.86 moko 17877:
17878: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1.88 ! moko 17879: types/pa_vstateless_class.h: $file created by file:state +=
! 17880: .atime .mtime .ctime +found&fixed bug with exceptions on
! 17881: get_junction-created objects [they were on wrong pool]
1.86 moko 17882:
17883: 2001-07-09 parser
17884:
17885: * src/main/untaint.C: qp wrong name
17886:
17887: * src/: classes/date.C, classes/string.C, classes/table.C,
1.88 ! moko 17888: main/compile.y: date format 0
1.86 moko 17889:
17890: 2001-07-07 parser
17891:
17892: * src/: classes/date.C, classes/table.C, include/pa_common.h,
1.88 ! moko 17893: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
! 17894: roll table calendar
1.86 moko 17895:
17896: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
17897: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
17898: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
17899: include/pa_request.h, main/main.dsp, types/pa_value.h,
1.88 ! moko 17900: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
! 17901: string. todo: sql, calendar
1.86 moko 17902:
17903: 2001-07-06 parser
17904:
17905: * src/: classes/math.C, include/pa_request.h, main/execute.C,
1.88 ! moko 17906: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
1.86 moko 17907:
17908: 2001-07-03 parser
17909:
17910: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
1.88 ! moko 17911: classes/random.C, main/main.dsp: class random renamed to math,
! 17912: operators became methods
1.86 moko 17913:
17914: * src/classes/op.C: pow sqrt
17915:
17916: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
17917:
17918: 2001-07-02 parser
17919:
1.88 ! moko 17920: * src/classes/table.C: ^table.columns column renamed from 'name' to
! 17921: 'column'
1.86 moko 17922:
1.88 ! moko 17923: * src/classes/hash.C: ^hash.keys[]
1.86 moko 17924:
1.88 ! moko 17925: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
1.86 moko 17926:
1.88 ! moko 17927: * src/main/: compile.y, compile_tools.h: in expressions now allowed
! 17928: 'strings'
1.86 moko 17929:
17930: 2001-06-29 parser
17931:
1.88 ! moko 17932: * src/main/: execute.C: /0 %0 checkes ver 2
1.86 moko 17933:
1.88 ! moko 17934: * src/main/execute.C: /0 %0 checke
1.86 moko 17935:
17936: * src/classes/Makefile.am: nothing - void
17937:
1.88 ! moko 17938: * src/classes/table.C: empty strings @ sql
1.86 moko 17939:
17940: 2001-06-28 parser
17941:
17942: * src/: classes/double.C, classes/file.C, classes/form.C,
17943: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17944: classes/op.C, classes/random.C, classes/response.C,
17945: classes/string.C, classes/table.C, classes/void.C,
17946: main/compile.C, main/compile_tools.C, main/execute.C,
17947: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
17948: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
17949: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
17950: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
1.88 ! moko 17951: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
! 17952: targets/isapi/parser3isapi.C, main/compile.y: */ static const
! 17953: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
! 17954: $";
1.86 moko 17955:
17956: * src/: classes/double.C, classes/file.C, classes/form.C,
17957: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17958: classes/op.C, classes/random.C, classes/response.C,
17959: classes/string.C, classes/table.C, classes/void.C,
17960: main/compile.C, main/compile.y, main/compile_tools.C,
17961: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
17962: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
17963: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
17964: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
1.88 ! moko 17965: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
! 17966: targets/isapi/parser3isapi.C: static char *RCSId="$Id$";
! 17967:
! 17968: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
! 17969: $class:name: == ${class:name}:
1.86 moko 17970:
17971: * src/classes/string.C: exactly one
17972:
17973: 2001-06-27 parser
17974:
17975: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
17976: types/pa_vvoid.h: nothing renamed to void
17977:
1.88 ! moko 17978: * src/classes/op.C: ^switch ^case
1.86 moko 17979:
17980: * src/main/compile.y: nothing renamed to void
17981:
17982: * src/: classes/hash.C, classes/table.C, main/compile.y,
17983: main/execute.C, main/main.dsp, main/pa_request.C,
17984: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
1.88 ! moko 17985: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
! 17986: void
1.86 moko 17987:
1.88 ! moko 17988: * src/main/compile.y: lexer: $zzzz^zzzz were name part
1.86 moko 17989:
17990: 2001-05-28 parser
17991:
17992: * src/doc/html2chm.cmd: removed >a
17993:
17994: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
17995: project options [some bugs]
17996:
17997: * src/doc/sources2html.cmd: z
17998:
17999: * src/: classes/classes.C, main/compile.C, main/compile.y,
18000: main/execute.C: operators are not in root class again
18001:
18002: 2001-05-24 parser
18003:
18004: * src/targets/cgi/parser3.dsp: project file
18005:
1.88 ! moko 18006: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
! 18007: ^log ^exp
1.86 moko 18008:
1.88 ! moko 18009: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
! 18010: conversions in @exception[params]
1.86 moko 18011:
1.88 ! moko 18012: * src/main/pa_request.C: // no _ conversions in @exception[params]
1.86 moko 18013:
18014: 2001-05-23 parser
18015:
1.88 ! moko 18016: * src/main/pa_string.C: string cmp bug
1.86 moko 18017:
18018: * src/classes/: mail.C, op.C: rem max 1000
18019:
1.88 ! moko 18020: * src/: classes/op.C, main/compile.y: allow one empty line before
! 18021: LS_DEF_NAME
1.86 moko 18022:
18023: 2001-05-22 parser
18024:
1.88 ! moko 18025: * src/classes/op.C: if params code-required
1.86 moko 18026:
18027: 2001-05-21 parser
18028:
18029: * src/types/pa_vstring.C: eoleof
18030:
18031: * src/classes/Makefile.am: .AM
18032:
1.88 ! moko 18033: * src/classes/nothing.C: resultless ^sql moved to nothing:
1.86 moko 18034:
18035: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
18036:
18037: * src/: classes/double.C, classes/nothing.C, classes/string.C,
18038: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
1.88 ! moko 18039: types/pa_vunknown.h, classes/hash.C, main/compile.y,
! 18040: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
! 18041: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
! 18042: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
! 18043: 'nothing'
1.86 moko 18044:
18045: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
18046: vstring::set_string
18047:
1.88 ! moko 18048: * src/classes/: double.C, int.C, string.C: int,double;sql
1.86 moko 18049:
18050: * src/: classes/hash.C, classes/int.C, classes/string.C,
18051: classes/table.C, include/pa_string.h, main/pa_string.C,
1.88 ! moko 18052: types/pa_vstring.C, types/pa_vstring.h: started int:sql
1.86 moko 18053:
18054: * src/: classes/classes.C, classes/hash.C, classes/op.C,
1.88 ! moko 18055: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
! 18056: hash:sql moved to main trunc. operators.txt updated
1.86 moko 18057:
1.88 ! moko 18058: * src/classes/: hash.C, op.C, table.C: hash:sql
1.86 moko 18059:
1.88 ! moko 18060: * src/classes/op.C: z
1.86 moko 18061:
18062: * src/: main/compile.C, classes/classes.C: 1
18063:
18064: * src/: classes/classes.C, main/compile.C, main/compile.y,
18065: main/execute.C: 0
18066:
18067: * src/main/execute.C: z
18068:
1.88 ! moko 18069: * src/targets/cgi/parser3.C: z
1.86 moko 18070:
18071: * src/targets/cgi/parser3.C: argv can be just "parser3". made
18072: site_auto_path "." in that case
18073:
18074: * src/targets/cgi/: parser3.C: z
18075:
1.88 ! moko 18076: * src/main/pa_request.C: .am
1.86 moko 18077:
1.88 ! moko 18078: * src/: main/pa_request.C, targets/cgi/parser3.C:
1.86 moko 18079: pcre_tables=pcre_default_tables;
18080:
18081: 2001-05-19 parser
18082:
18083: * src/main/pa_string.C: z
18084:
18085: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
18086: introducing String::cstr_bufsize, returns just size+1 for as_is
18087: target.
18088:
18089: * src/: main/untaint.C, targets/cgi/pa_pool.C,
1.88 ! moko 18090: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
! 18091: used, 4* mem wasted
1.86 moko 18092:
18093: * src/classes/string.C: root context in match replace body now
18094: unchanged
18095:
18096: * src/types/pa_value.h: parameter # 1 based
18097:
18098: * src/main/pa_common.C: common: actual filename '%s'
18099:
18100: * src/classes/string.C: z
18101:
18102: * src/classes/Makefile.am: classes/.am
18103:
18104: * src/classes/: Makefile.am: classes/.am
18105:
18106: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
18107: targets/cgi/pa_pool.C: classes/.am
18108:
18109: 2001-05-18 parser
18110:
1.88 ! moko 18111: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
! 18112: pa_threads.C ins
1.86 moko 18113:
1.88 ! moko 18114: * src/targets/cgi/Makefile.am: .am pa_threads.C added
1.86 moko 18115:
18116: 2001-05-17 parser
18117:
18118: * src/: classes/string.C, include/pa_config_fixed.h,
18119: include/pa_config_includes.h, main/compile.y,
18120: main/compile_tools.h, main/execute.C, main/pa_array.C,
18121: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
18122: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
18123: types/pa_vform.C: #include "pa_config_includes.h" removed from
18124: most .C
18125:
18126: * src/doc/html2chm.cmd: z
18127:
1.88 ! moko 18128: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
! 18129: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
1.86 moko 18130:
18131: * src/main/pa_sql_driver_manager.C: moved expiration to
18132: get_connection_from_cache
18133:
1.88 ! moko 18134: * src/main/pa_sql_driver_manager.C: cache expiration bf
1.86 moko 18135:
18136: * src/: classes/classes.h, include/pa_sql_connection.h,
1.88 ! moko 18137: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
! 18138: cache expiration[use SQL_Driver::disconnect]
1.86 moko 18139:
1.88 ! moko 18140: * src/main/pa_table.C: table.locate current restored on "not found"
1.86 moko 18141:
18142: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
18143: line no
18144:
1.88 ! moko 18145: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
! 18146: ANTI_ENDLESS_EXECUTE_RECOURSION
1.86 moko 18147:
18148: * src/: classes/op.C, include/pa_sql_connection.h,
18149: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
1.88 ! moko 18150: sql/pa_sql_driver.h: fixed problem at last: 2connections own
! 18151: 1driver and set_services fight for driver::fservices. before fix
1.86 moko 18152:
18153: * src/: classes/op.C, include/pa_config_fixed.h,
18154: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1.88 ! moko 18155: main/pa_sql_driver_manager.C: found problem at last: 2connections
! 18156: own 1driver and set_services fight for driver::fservices. before
! 18157: fix
1.86 moko 18158:
18159: * src/: include/pa_config_fixed.h, include/pa_threads.h,
18160: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
18161: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
18162: pa_threads.C
18163:
1.88 ! moko 18164: * src/include/pa_threads.h: removed targets/parser
1.86 moko 18165:
18166: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
18167: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
18168: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
18169: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
18170: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
18171: headers
18172:
18173: * src/: classes/image.C, include/pa_sql_driver_manager.h,
18174: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
18175: order prevented sqlmanager to see MULTYTHREAD define
18176:
18177: * src/: include/pa_config_fixed.h, include/pa_threads.h,
18178: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
18179: put/gets
18180:
18181: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
18182: from hash.h
18183:
18184: * src/: classes/op.C, include/pa_sql_connection.h,
1.88 ! moko 18185: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
! 18186: from cache ->set_services(&services);
1.86 moko 18187:
18188: 2001-05-16 parser
18189:
18190: * src/targets/cgi/parser3.C: z
18191:
18192: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
18193: debug, #ifdefed some. would debug later, on more precise sample
18194: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
18195: $name.$tail[$tail!] $name.$tail } ok3
18196:
18197: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
18198: removed array debug. before vstring rebasing
18199:
18200: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
18201: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
18202: array debugged; adjusted
18203:
18204: * src/main/: pa_sql_driver_manager.C, pa_string.C:
18205: SQL_Driver_manager line no for connect/charset errors
18206:
18207: 2001-05-15 parser
18208:
18209: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
18210: main/pa_string.C: string+array made linear grows
18211:
18212: * src/: include/pa_string.h, main/pa_string.C,
18213: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
18214: grow lineary, not exponentialy
18215:
18216: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
18217: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
18218: with fullchunk cmps
18219:
18220: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
18221: 70041= 81
18222:
1.88 ! moko 18223: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
! 18224: targets/cgi/parser3.C: detected huge mem allocation: size/times
! 18225: malloc 27809390/368771, calloc 3232/83. would test now
1.86 moko 18226:
18227: * src/: classes/random.C, main/compile.y, main/execute.C,
18228: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
18229: numbered params had wrong name - for instance: bad error message
18230: in ^for[] bad body type. fixed
18231:
18232: 2001-05-14 parser
18233:
18234: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
1.88 ! moko 18235: main/untaint.C: ^string.upper|lower[]
1.86 moko 18236:
18237: 2001-05-11 parser
18238:
18239: * src/: classes/double.C, classes/image.C, classes/op.C,
18240: classes/string.C, classes/table.C, classes/unknown.C,
18241: main/execute.C, types/pa_value.h, types/pa_vbool.h,
18242: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
1.88 ! moko 18243: types/pa_vunknown.h: op: MAX_LOOPS as_int
1.86 moko 18244:
1.88 ! moko 18245: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
! 18246: .dsp for win32tools
1.86 moko 18247:
18248: 2001-05-11 paf
18249:
18250: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
18251: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
18252: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
1.88 ! moko 18253: targets/isapi/kill.pl: moved win32 helpers to /win32tools
1.86 moko 18254:
18255: 2001-05-10 paf
18256:
18257: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
18258: for C++, that's all
18259:
1.88 ! moko 18260: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
! 18261: pa_config_includes.h: inline wonders
1.86 moko 18262:
18263: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
18264: doc/doxygen.cmd: hash.C added
18265:
1.88 ! moko 18266: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
1.86 moko 18267:
1.88 ! moko 18268: * src/main/compile.y: @end grammar: allowed zero strings in control
! 18269: menthod
1.86 moko 18270:
18271: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
18272: pa_vstateless_object.h: changed priority: field before method
18273: lookup in vclass & vobject
18274:
1.88 ! moko 18275: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
! 18276: grammar: priorities changes [lowerd && prior] vobject: now first
! 18277: fields, next methods
1.86 moko 18278:
18279: 2001-05-08 paf
18280:
1.88 ! moko 18281: * src/main/pa_table.C: table columnname2item on nameless ignored
! 18282: bark=false. fixed
1.86 moko 18283:
18284: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
1.88 ! moko 18285: types/pa_vmethod_frame.h: hash:default works at last!
1.86 moko 18286:
18287: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
1.88 ! moko 18288: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
! 18289: hash:default
1.86 moko 18290:
1.88 ! moko 18291: * src/classes/table.C: z
1.86 moko 18292:
18293: * src/classes/table.C: table:hash always hash of hash now
18294:
18295: * src/classes/table.C: table:empty return bool now
18296:
18297: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
18298: include/pa_table.h, main/pa_table.C, types/pa_value.h,
1.88 ! moko 18299: types/pa_vtable.h: table:hash
1.86 moko 18300:
1.88 ! moko 18301: * src/classes/table.C: table:record have name
1.86 moko 18302:
1.88 ! moko 18303: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
! 18304: returns vunknown
1.86 moko 18305:
1.88 ! moko 18306: * src/classes/: double.C, int.C, op.C, string.C:
! 18307: int,double,string:int[] double[] string:length[] results now have
! 18308: hames
1.86 moko 18309:
18310: * src/: classes/op.C, classes/table.C, main/main.dsp,
1.88 ! moko 18311: types/pa_vtable.h: removed table:find. table:locate and op:eval
! 18312: now return bool
1.86 moko 18313:
1.88 ! moko 18314: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
! 18315: in method checkparams again. fixed
1.86 moko 18316:
18317: 2001-05-07 paf
18318:
18319: * src/doc/chm.cmd: cmd
18320:
18321: * src/: classes/image.C, classes/mail.C, classes/string.C,
18322: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
1.88 ! moko 18323: types/pa_value.h: method reported errors on wrong pool
1.86 moko 18324:
1.88 ! moko 18325: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
! 18326: now
1.86 moko 18327:
18328: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
18329: include/code.h, include/pa_opcode.h, main/compile.C,
18330: main/compile_tools.h, main/execute.C, types/pa_value.h,
18331: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18332: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
18333: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
18334: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18335: types/pa_vmethod_frame.h, types/pa_vobject.h,
18336: types/pa_vrequest.h, types/pa_vresponse.h,
18337: types/pa_vstateless_class.h, types/pa_vstring.h,
18338: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
1.88 ! moko 18339: types/pa_wwrapper.h: pa_code.h
1.86 moko 18340:
18341: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
18342:
1.88 ! moko 18343: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
! 18344: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
! 18345: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
! 18346: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
! 18347: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
! 18348: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
1.86 moko 18349: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
18350: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
1.88 ! moko 18351: types/pa_vtable.h: dox, split by not clean parts also
1.86 moko 18352:
18353: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
18354: types/pa_vtable.h: table: fields, then methods. so to enable
18355: 'dir' fields & co. more
18356:
1.88 ! moko 18357: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
! 18358: so to enable 'dir' fields & co.
1.86 moko 18359:
1.88 ! moko 18360: * src/main/compile.y: grammar: @end
1.86 moko 18361:
18362: 2001-05-04 paf
18363:
18364: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
1.88 ! moko 18365: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
1.86 moko 18366:
18367: * src/: classes/classes.h, classes/double.C, classes/file.C,
18368: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
18369: classes/op.C, classes/random.C, classes/response.C,
18370: classes/string.C, classes/table.C, classes/unknown.C,
1.88 ! moko 18371: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
! 18372: method dox
1.86 moko 18373:
18374: 2001-05-03 paf
18375:
18376: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
18377: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
18378: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
18379: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
18380: doc/string.dox, doc/targets.dox, doc/value.dox,
18381: main/pa_request.C: dox splitted .dox files and added some
18382:
18383: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
18384:
18385: 2001-05-02 paf
18386:
18387: * src/classes/: image.C, table.C: table:dir result are not tainted
18388: by file_name language now
18389:
18390: 2001-04-28 paf
18391:
18392: * src/classes/classes.inc: removed classes.inc
18393:
18394: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
18395: from .am
18396:
18397: * src/classes/classes.awk: skipped classes in .awk
18398:
18399: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
18400: classes/classes.inc, classes/double.C, classes/file.C,
18401: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
18402: classes/string.C, classes/table.C, classes/unknown.C,
18403: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
18404: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
18405: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
18406: pa_methoded back to classes/classes.h
18407:
18408: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
18409:
18410: * src/: classes/Makefile.am, classes/classes.awk,
18411: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
18412: classes/ls.exe, main/bison.exe: classes.inc autogenerator
18413:
18414: * src/: classes/classes.C, classes/classes.h, classes/double.C,
18415: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
18416: classes/response.C, classes/string.C, classes/table.C,
18417: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
1.88 ! moko 18418: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
! 18419: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
! 18420: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
! 18421: include|main/pa_methoded
1.86 moko 18422:
18423: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
18424: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
18425:
18426: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
18427: moved some configured data to request::classes_conf moved some
18428: string crations from globals to M... [works]
18429:
18430: * src/: classes/form.C, classes/mail.C, classes/op.C,
18431: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
18432: main/pa_request.C: moved some configured data to
18433: request::classes_conf moved some string crations from globals to
18434: M...
18435:
18436: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
18437: about to move configured data to special request hash
18438:
18439: * src/: classes/classes.C, classes/classes.h, classes/file.C,
18440: classes/form.C, classes/mail.C, include/pa_request.h,
1.88 ! moko 18441: main/pa_request.C: configure started
1.86 moko 18442:
1.88 ! moko 18443: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
! 18444: 2. todo: methoded-configure
1.86 moko 18445:
18446: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
18447: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
18448: classes/_random.h, classes/_response.h, classes/_string.h,
18449: classes/_table.h, classes/_unknown.h, classes/classes.inc,
18450: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
18451: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
18452: classes/random.C, classes/response.C, classes/string.C,
18453: classes/table.C, classes/unknown.C, include/pa_globals.h,
18454: include/pa_request.h, main/compile.y, main/execute.C,
18455: main/main.dsp, main/pa_globals.C, main/pa_request.C,
18456: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
18457: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
18458: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
18459: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
18460: types/pa_vrequest.h, types/pa_vresponse.h,
18461: types/pa_vstateless_class.h, types/pa_vstring.h,
18462: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
1.88 ! moko 18463: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
! 18464: methoded-configure
1.86 moko 18465:
18466: * src/: classes/file.C, classes/table.C, main/compile.y,
18467: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
1.88 ! moko 18468: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
1.86 moko 18469: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
18470:
18471: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
18472: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
18473: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
18474: classes/random.C, classes/response.C, classes/string.C,
18475: classes/table.C, classes/unknown.C, include/pa_request.h,
18476: main/compile.y, main/execute.C, main/pa_globals.C,
18477: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
18478: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18479: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
1.88 ! moko 18480: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
! 18481: beautifying just compiled. todo: debug, configure
1.86 moko 18482:
18483: 2001-04-27 paf
18484:
18485: * src/: classes/file.C, classes/image.C, classes/table.C,
18486: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
18487: beautifying -99
18488:
18489: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
18490: classes/_response.h, classes/_unknown.h, classes/classes.C,
18491: classes/classes.h, classes/double.C, classes/file.C,
18492: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
18493: classes/op.C, classes/random.C, classes/response.C,
18494: classes/string.C, include/pa_globals.h, main/main.dsp,
18495: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
18496: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
18497: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
1.88 ! moko 18498: types/pa_vunknown.h: beautifying -100
1.86 moko 18499:
1.88 ! moko 18500: * src/main/compile.y: serge@ found @CLASS bug. fixed
1.86 moko 18501:
18502: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
18503: classes/_op.h, classes/_random.h, classes/_table.h,
18504: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
18505: classes/op.C, classes/random.C, classes/response.C,
18506: classes/string.C, classes/table.C, classes/unknown.C,
18507: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
1.88 ! moko 18508: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
! 18509: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
! 18510: beautifying
1.86 moko 18511:
18512: 2001-04-26 paf
18513:
18514: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
18515:
1.88 ! moko 18516: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
! 18517: documentation ++
1.86 moko 18518:
18519: * src/: classes/_exec.h, doc/doxygen.cfg,
18520: include/pa_config_fixed.h, include/pa_config_includes.h,
1.88 ! moko 18521: targets/cgi/pa_pool.C: code documentation ++
1.86 moko 18522:
18523: * src/: classes/_image.h, classes/op.C, classes/random.C,
18524: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18525: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
18526: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
18527: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18528: types/pa_vmethod_frame.h, types/pa_vobject.h,
18529: types/pa_vrequest.C, types/pa_vrequest.h,
18530: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
18531: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
18532: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
18533: code documentation ++
18534:
18535: * src/: classes/image.C, classes/mail.C, classes/string.C,
1.88 ! moko 18536: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
1.86 moko 18537: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
18538: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
18539: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18540: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
18541: types/pa_vobject.h, types/pa_vstateless_class.h,
18542: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
18543:
1.88 ! moko 18544: * src/main/: pa_request.C, pa_string.C: z
1.86 moko 18545:
18546: * src/: include/pa_common.h, include/pa_types.h,
1.88 ! moko 18547: main/pa_sql_driver_manager.C: module [and, guess, isapi]
! 18548: connection caching fixed. request-pooled-url were stored into
! 18549: global connectioncache
1.86 moko 18550:
18551: 2001-04-25 paf
18552:
18553: * src/: doc/doxygen.cfg, doc/doxygen.txt,
18554: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
18555:
18556: * src/: include/code.h, include/pa_common.h, main/compile.y,
1.88 ! moko 18557: main/execute.C, main/pa_common.C: -d
1.86 moko 18558:
1.88 ! moko 18559: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
! 18560: illegal call check a bit improved, but still under iis no mapping
! 18561: of dir with parser allowed!
1.86 moko 18562:
18563: 2001-04-24 paf
18564:
1.88 ! moko 18565: * src/targets/: Makefile.am, apache13/Makefile.am: apache module
! 18566: lib .am
1.86 moko 18567:
18568: * src/main/pa_exec.C: windows32 buildCommand
18569:
18570: 2001-04-23 paf
18571:
18572: * src/targets/cgi/Makefile.am: win32 conditional
18573:
18574: * src/targets/cgi/Makefile.am: win32 conditional
18575:
18576: * src/targets/cgi/Makefile.am: liblink
18577:
18578: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
18579: vfile fields return type
18580:
18581: * src/types/pa_vfile.h: vfile fields return type
18582:
1.88 ! moko 18583: * src/include/pa_config_auto.h.in: .h.in
1.86 moko 18584:
1.88 ! moko 18585: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
! 18586: types/Makefile: makefiles removed
1.86 moko 18587:
18588: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
1.88 ! moko 18589: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
1.86 moko 18590:
1.88 ! moko 18591: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
! 18592: [tested: i & g ]
1.86 moko 18593:
18594: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
18595: @test noticed series in isapi, check how initialize_random_class
18596: is called! [must be called only once]
18597:
18598: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
18599: would not be 'unknown column'
18600:
1.88 ! moko 18601: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
! 18602: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
1.86 moko 18603:
18604: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
18605: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
18606: [now doesnt]
18607:
18608: * src/targets/cgi/parser3.C: cgi cmdline ver
18609:
18610: * src/targets/cgi/parser3.C: cgi /// @test disable
18611: /cgi-bin/parser3/auto.p
18612:
18613: * src/main/untaint.C: untaint without charset
18614:
18615: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
1.88 ! moko 18616: main/pa_common.C: common: file_write /// @test mkdirs
! 18617: file_delete rmdirs
1.86 moko 18618:
18619: * src/main/untaint.C: mail header only once to =?
18620:
1.88 ! moko 18621: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
! 18622: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
! 18623: main/untaint.C: untaint - @test optimize whitespaces for
! 18624: all but 'html'
1.86 moko 18625:
18626: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
18627: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
1.88 ! moko 18628: main/untaint.C: untaint - @test mail-header
1.86 moko 18629:
18630: 2001-04-20 paf
18631:
18632: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
18633: include/pa_request.h, include/pa_string.h, main/compile.y,
18634: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
1.88 ! moko 18635: targets/cgi/parser3.C: $MAIN:LOCALE
1.86 moko 18636:
18637: * src/main/untaint.C: z
18638:
18639: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
18640:
18641: 2001-04-19 paf
18642:
1.88 ! moko 18643: * src/main/compile_tools.h: $a$b bugfix
1.86 moko 18644:
18645: * src/targets/cgi/parser3.C: z
18646:
1.88 ! moko 18647: * src/classes/file.C: z
1.86 moko 18648:
18649: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
18650: done: header to $fields. waits for header '\' tricks
18651:
18652: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
1.88 ! moko 18653: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
! 18654: changed urlencode here and in untaint.C to HTTP standard's " and
! 18655: \" mech
1.86 moko 18656:
18657: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
18658: http://alx/~paf/ doesnt load /auto.p
18659:
18660: 2001-04-18 paf
18661:
18662: * src/main/pa_request.C: 1
18663:
1.88 ! moko 18664: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
! 18665: linux @alx
1.86 moko 18666:
18667: 2001-04-17 paf
18668:
18669: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
18670: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
1.88 ! moko 18671: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
! 18672: enabled
1.86 moko 18673:
18674: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
18675: classes/_exec.h, classes/_file.h, classes/_form.h,
18676: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
18677: classes/_random.h, classes/_response.h, classes/_string.h,
18678: classes/_table.h, classes/_unknown.h, classes/file.C,
18679: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
18680: include/pa_config_fixed.h, include/pa_config_includes.h,
18681: include/pa_hash.h, include/pa_sql_driver_manager.h,
18682: include/pa_version.h, main/Makefile.am, main/compile.y,
18683: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
1.88 ! moko 18684: main/pa_sql_driver_manager.C, sql/Makefile.am,
! 18685: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
1.86 moko 18686: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
1.88 ! moko 18687: types/pa_vform.C, types/pa_vimage.h: exec @jav
1.86 moko 18688:
18689: * src/: include/pa_sql_driver_manager.h,
18690: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
1.88 ! moko 18691: types/pa_vimage.h: sql driver interface now has initialize(client
! 18692: .so)
1.86 moko 18693:
18694: 2001-04-16 paf
18695:
18696: * src/Makefile.am: compile2 cygwin
18697:
18698: * src/: include/pa_config_includes.h, main/pa_exec.C,
18699: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
18700:
1.88 ! moko 18701: * src/targets/cgi/Makefile.am: compile0 jav
1.86 moko 18702:
18703: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
18704: classes/_exec.h, classes/_file.h, classes/_form.h,
18705: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
18706: classes/_random.h, classes/_response.h, classes/_string.h,
18707: classes/_table.h, classes/_unknown.h, classes/image.C,
1.88 ! moko 18708: classes/mail.C, classes/op.C, classes/random.C,
! 18709: include/pa_config_fixed.h, include/pa_config_includes.h,
! 18710: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
! 18711: main/compile.y, main/pa_common.C, main/pa_exec.C,
! 18712: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
! 18713: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
! 18714: compile-1
1.86 moko 18715:
18716: 2001-04-15 paf
18717:
18718: * src/classes/op.C: z
18719:
18720: * src/classes/table.C: table:empty +=process
18721:
18722: * src/types/pa_value.h: MethodParams !junction
18723:
18724: * src/: classes/_string.h, classes/double.C, classes/file.C,
18725: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
18726: classes/random.C, classes/response.C, classes/string.C,
18727: classes/table.C, classes/unknown.C, main/pa_request.C:
18728: MethodParams everywhere
18729:
18730: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
18731: types/pa_vmethod_frame.h: MethodParams in op.C
18732:
18733: 2001-04-12 paf
18734:
1.88 ! moko 18735: * src/: classes/image.C, types/pa_vimage.h: image:font :text
1.86 moko 18736:
18737: * src/: classes/_unknown.h, classes/unknown.C,
18738: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
1.88 ! moko 18739: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
1.86 moko 18740:
1.88 ! moko 18741: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
1.86 moko 18742:
18743: * src/classes/image.C: image:gif now does not have params
18744:
1.88 ! moko 18745: * src/classes/image.C:
1.86 moko 18746: image:line/fill/rectangle/bar/replace/polygon/polybar
18747:
1.88 ! moko 18748: * src/: classes/image.C, classes/op.C, main/execute.C,
! 18749: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
! 18750: for var now written not to r.wcontext, but to r.root cleared
! 18751: "entered_object" state
1.86 moko 18752:
18753: 2001-04-11 paf
18754:
1.88 ! moko 18755: * src/classes/image.C: image:create image:load
! 18756:
! 18757: * src/: classes/image.C, main/main.dsp: gd with mem write + image
! 18758: just compiled
! 18759:
! 18760: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
! 18761: todo: gif without file
! 18762:
! 18763: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
! 18764: started porting to Pooled descendant
1.86 moko 18765:
18766: * src/: classes/image.C, main/execute.C, main/main.dsp,
18767: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
18768: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
1.88 ! moko 18769: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
1.86 moko 18770:
1.88 ! moko 18771: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
! 18772: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
! 18773: end. switching to python imaging lib
1.86 moko 18774:
1.88 ! moko 18775: * src/main/main.dsp: gd+smtp made separate libs
1.86 moko 18776:
18777: * src/: include/pa_globals.h, include/pa_string.h,
18778: main/pa_common.C, main/pa_request.C, main/untaint.C,
18779: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
18780: length
18781:
18782: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
18783: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
18784: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
18785: UL_FILE_NAME of posted file name
18786:
1.88 ! moko 18787: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
! 18788: post [broke when moved post read to core]
1.86 moko 18789:
18790: 2001-04-10 paf
18791:
1.88 ! moko 18792: * src/classes/image.C: image:html done
1.86 moko 18793:
1.88 ! moko 18794: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
1.86 moko 18795:
18796: * src/classes/image.C: z
18797:
18798: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
18799: forgotten!
18800:
18801: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
18802: main/pa_request.C, main/pa_string.C, main/untaint.C,
1.88 ! moko 18803: types/pa_vimage.h: image:measure -90
1.86 moko 18804:
18805: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
18806: classes/_int.h, classes/_mail.h, classes/_op.h,
18807: classes/_random.h, classes/_response.h, classes/_string.h,
18808: classes/_table.h, classes/file.C, classes/mail.C,
18809: include/pa_common.h, include/pa_globals.h, main/execute.C,
18810: main/main.dsp, main/pa_common.C, main/pa_globals.C,
18811: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
18812: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
1.88 ! moko 18813: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
1.86 moko 18814: compiled
18815:
1.88 ! moko 18816: * src/classes/mail.C: minor bug with unclear from/to
1.86 moko 18817:
18818: * src/classes/mail.C: sendmail unix skipping defaults
18819:
1.88 ! moko 18820: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
! 18821: sendmail unix added defaults
1.86 moko 18822:
1.88 ! moko 18823: * src/classes/mail.C: unix sendmail compiled. todo:testing
1.86 moko 18824:
1.88 ! moko 18825: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
1.86 moko 18826:
18827: 2001-04-09 paf
18828:
18829: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
1.88 ! moko 18830: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
! 18831: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
! 18832: targets/isapi/parser3isapi.dsp: all targets exec
1.86 moko 18833:
18834: * src/: include/pa_sapi.h, include/pa_string.h,
18835: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
18836: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
18837: args in apache:util.script
18838:
18839: * src/include/pa_string.h: written but not tested exec with env for
18840: unix
18841:
18842: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
18843: targets/cgi/parser3.C: exec win32 env
18844:
1.88 ! moko 18845: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
! 18846: 0
1.86 moko 18847:
18848: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
18849: main/execute.C, main/main.dsp, main/pa_globals.C,
18850: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
1.88 ! moko 18851: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
1.86 moko 18852:
18853: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
1.88 ! moko 18854: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
1.86 moko 18855:
18856: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
1.88 ! moko 18857: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
1.86 moko 18858:
18859: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
18860: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
18861: main/pa_common.C, main/pa_request.C, main/pa_string.C,
18862: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18863: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
18864: exec class just compiled. moved post read to request core
18865:
18866: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
18867: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
18868: main/pa_globals.C, targets/cgi/parser3.C,
18869: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
18870: are already read by vform
18871:
18872: 2001-04-08 paf
18873:
18874: * src/: classes/file.C, classes/mail.C, classes/string.C,
1.88 ! moko 18875: include/pa_request.h, include/pa_string.h, main/pa_request.C:
! 18876: uuencode. string<<
1.86 moko 18877:
18878: 2001-04-07 paf
18879:
18880: * src/classes/mail.C: z
18881:
18882: * src/classes/mail.C: z
18883:
1.88 ! moko 18884: * src/classes/mail.C: ^mail[$attach
1.86 moko 18885:
1.88 ! moko 18886: * src/classes/mail.C: ^attach dead end
1.86 moko 18887:
18888: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
18889: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
1.88 ! moko 18890: targets/isapi/parser3isapi.C: mail:send 1
1.86 moko 18891:
1.88 ! moko 18892: * src/: classes/mail.C, main/pa_request.C: z
1.86 moko 18893:
1.88 ! moko 18894: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
! 18895: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
! 18896: compiled
1.86 moko 18897:
18898: * src/classes/mail.C: +=
18899:
1.88 ! moko 18900: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
! 18901: prepared
1.86 moko 18902:
18903: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
18904: include/pa_globals.h, include/pa_string.h, main/main.dsp,
18905: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
1.88 ! moko 18906: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
1.86 moko 18907:
18908: 2001-04-06 paf
18909:
18910: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
1.88 ! moko 18911: main/pa_string.C: table:dir 1
1.86 moko 18912:
18913: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
1.88 ! moko 18914: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
1.86 moko 18915:
18916: * src/: classes/_op.h, classes/_root.h, classes/op.C,
18917: classes/root.C, include/pa_globals.h, include/pa_request.h,
18918: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
18919: main/pa_request.C: renamed 'root' to 'op'
18920:
18921: * src/classes/: _op.h, op.C: renamed from 'root'
18922:
1.88 ! moko 18923: * src/types/pa_valiased.C: another root inherititance skipped
1.86 moko 18924:
1.88 ! moko 18925: * src/main/: compile.C, compile.y, execute.C: operators are now not
1.86 moko 18926: root methods of parent class. just 'ROOT' class
18927:
1.88 ! moko 18928: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
! 18929: @office
1.86 moko 18930:
1.88 ! moko 18931: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
1.86 moko 18932:
18933: 2001-04-05 paf
18934:
18935: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
1.88 ! moko 18936: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
! 18937: constructor flag dropped at get_method_frame and remembered into
! 18938: method_frame
1.86 moko 18939:
18940: * src/: classes/file.C, classes/root.C, classes/string.C,
1.88 ! moko 18941: classes/table.C, main/pa_request.C: junction to code&expression
! 18942: in errors
1.86 moko 18943:
18944: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
1.88 ! moko 18945: main/pa_string.C, targets/isapi/parser3isapi.dsp:
! 18946: $LOCALE:ctype[Russian_Russia.1251]
1.86 moko 18947:
18948: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
18949: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
1.88 ! moko 18950: main/pa_table.C: hash now not thread-safe.
1.86 moko 18951:
18952: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
1.88 ! moko 18953: main/untaint.C: z
1.86 moko 18954:
18955: * src/: classes/random.C, classes/root.C, classes/table.C,
18956: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
18957: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
1.88 ! moko 18958: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
! 18959: types/pa_wcontext.h: sql quote. string untaint UL_SQL
1.86 moko 18960:
18961: * src/: classes/table.C, include/pa_sql_connection.h,
1.88 ! moko 18962: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
1.86 moko 18963:
1.88 ! moko 18964: * src/classes/table.C: select * from hren error contains statement
1.86 moko 18965:
18966: * src/: classes/table.C, include/pa_sql_connection.h,
18967: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
1.88 ! moko 18968: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
1.86 moko 18969:
18970: * src/: classes/root.C, include/pa_sql_connection.h,
18971: include/pa_sql_driver.h, main/main.dsp,
1.88 ! moko 18972: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
1.86 moko 18973: services for conv memory & error reporting
18974:
18975: 2001-04-04 paf
18976:
1.88 ! moko 18977: * src/doc/doxygen.cfg: z
1.86 moko 18978:
1.88 ! moko 18979: * src/include/pa_sql_driver.h: mysql connect
1.86 moko 18980:
1.88 ! moko 18981: * src/include/pa_sql_driver.h: mysql info
1.86 moko 18982:
18983: * src/: classes/root.C, include/pa_sql_driver.h,
18984: include/pa_sql_driver_manager.h, main/main.dsp,
1.88 ! moko 18985: main/pa_sql_driver_manager.C: more manager&connection&driver
! 18986:
! 18987: * src/sql/Makefile.am: forgot to add mysql client
1.86 moko 18988:
18989: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
18990: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
18991: [forgot to add libltdl, added]
18992:
18993: * src/: Makefile.am, classes/root.C, classes/string.C,
18994: classes/table.C, include/pa_globals.h, include/pa_hash.h,
18995: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
18996: include/pa_string.h, include/pa_table.h, main/main.dsp,
18997: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
1.88 ! moko 18998: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
! 18999: -1000 just compiled
1.86 moko 19000:
19001: * src/: classes/random.C, classes/root.C, classes/table.C,
19002: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
1.88 ! moko 19003: main/pa_request.C, types/pa_vclass.h: sql frame -10
1.86 moko 19004:
19005: 2001-04-03 paf
19006:
1.88 ! moko 19007: * src/types/pa_vform.C: z
1.86 moko 19008:
1.88 ! moko 19009: * src/: classes/string.C, types/pa_vform.C: string:match replace
! 19010: assigned lang
1.86 moko 19011:
1.88 ! moko 19012: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
! 19013: {}[]< empty []
1.86 moko 19014:
19015: * src/: classes/file.C, classes/string.C, classes/table.C,
19016: include/pa_string.h, main/pa_common.C, main/pa_string.C,
1.88 ! moko 19017: main/untaint.C: string:match replace 2. string.cstr(forced lang)
1.86 moko 19018:
1.88 ! moko 19019: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
! 19020: string:match replace strange matches
1.86 moko 19021:
1.88 ! moko 19022: * src/classes/string.C: string:match replace 0
1.86 moko 19023:
19024: * src/: classes/string.C, main/pa_string.C: string:match replace
19025: prepared 2
19026:
1.88 ! moko 19027: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
! 19028: string:match replace prepared
1.86 moko 19029:
19030: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19031: string:match replace -11
19032:
19033: * src/: classes/string.C, include/pa_globals.h,
19034: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
1.88 ! moko 19035: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
1.86 moko 19036:
19037: * src/: classes/string.C, include/pa_globals.h,
19038: include/pa_string.h, main/main.dsp, main/pa_globals.C,
1.88 ! moko 19039: main/pa_string.C: string:match [search] -1 just compiled
1.86 moko 19040:
19041: * src/types/pa_vstring.C: z
19042:
19043: * src/: classes/double.C, classes/file.C, classes/form.C,
19044: classes/int.C, classes/response.C, classes/root.C,
19045: classes/string.C, classes/table.C, include/pa_string.h,
1.88 ! moko 19046: main/pa_string.C: string:match -10 [frame]
1.86 moko 19047:
19048: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
19049: main/pa_request.C: z
19050:
1.88 ! moko 19051: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
! 19052: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
! 19053: todo/tests
1.86 moko 19054:
1.88 ! moko 19055: * src/include/pa_common.h: z
1.86 moko 19056:
19057: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
19058: main/pa_request.C, targets/cgi/parser3.C,
19059: targets/isapi/parser3isapi.C, types/pa_vfile.C:
19060: content-disposition
19061:
19062: * src/: include/pa_common.h, include/pa_globals.h,
19063: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
1.88 ! moko 19064: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
1.86 moko 19065:
19066: * src/: include/pa_common.h, include/pa_request.h,
19067: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
19068: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
1.88 ! moko 19069: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
! 19070: response:body
1.86 moko 19071:
1.88 ! moko 19072: * src/classes/table.C: table:append now uses string::split
1.86 moko 19073:
1.88 ! moko 19074: * src/classes/table.C: z
1.86 moko 19075:
19076: * src/: classes/file.C, classes/root.C, classes/string.C,
19077: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
19078: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
19079: include/pa_string.h, main/execute.C, main/pa_string.C,
1.88 ! moko 19080: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
! 19081: string::pos & cmp & piece bugs fixed. string::split new
! 19082: table:load separated from set table:set implemented with clean \n
! 19083: \t searches
1.86 moko 19084:
19085: 2001-04-02 paf
19086:
19087: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
19088: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
19089: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
19090: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
19091: it in table:set/load
19092:
19093: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
1.88 ! moko 19094: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
1.86 moko 19095:
19096: * src/classes/random.C: random:generate 1
19097:
19098: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
19099: main/main.dsp, main/pa_globals.C, main/pa_request.C,
1.88 ! moko 19100: types/pa_value.h: random:generate
1.86 moko 19101:
19102: 2001-03-30 paf
19103:
1.88 ! moko 19104: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
! 19105: todo: table flip and append. string::pos
1.86 moko 19106:
19107: * src/: classes/double.C, classes/file.C, classes/int.C,
19108: classes/response.C, classes/root.C, classes/string.C,
19109: classes/table.C, main/compile.y, main/execute.C,
19110: types/pa_value.h, types/pa_vstateless_class.C,
19111: types/pa_vstateless_class.h: static|dynamic|any method
19112: registration
19113:
19114: * src/: classes/file.C, classes/table.C, include/pa_table.h,
1.88 ! moko 19115: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
! 19116: table:flip
1.86 moko 19117:
19118: 2001-03-29 paf
19119:
1.88 ! moko 19120: * src/classes/string.C: string:xsplit forgot that they must result
! 19121: in 1 row N column [not vice versa]
1.86 moko 19122:
19123: * src/classes/string.C: z
19124:
1.88 ! moko 19125: * src/classes/string.C: string: rsplit
1.86 moko 19126:
1.88 ! moko 19127: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
! 19128: string: lsplit
1.86 moko 19129:
19130: * src/: classes/string.C, include/pa_string.h, main/execute.C,
1.88 ! moko 19131: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
! 19132: lsplit -1
1.86 moko 19133:
1.88 ! moko 19134: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
! 19135: string: pos
1.86 moko 19136:
1.88 ! moko 19137: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
! 19138: string: pos -1
1.86 moko 19139:
19140: * src/: classes/string.C, classes/table.C, include/pa_string.h,
19141: main/compile.y, main/pa_request.C, main/pa_string.C,
1.88 ! moko 19142: main/untaint.C: string: left right mid
1.86 moko 19143:
19144: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
19145: main/compile_tools.h, main/main.dsp, types/pa_value.h,
1.88 ! moko 19146: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
! 19147: and [;] are different now.
1.86 moko 19148:
19149: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
19150: main/untaint.C: pool.request undone
19151:
19152: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
19153: main/untaint.C: pool.request
19154:
19155: 2001-03-28 paf
19156:
19157: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
19158: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1.88 ! moko 19159: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
! 19160: $request:browser [.type .version]; unknown.get_double now = 0.
1.86 moko 19161:
19162: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
19163: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
19164: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
1.88 ! moko 19165: types/pa_vform.C: file:load autodetection of mime-type by
! 19166: user-file-name
1.86 moko 19167:
19168: * src/: classes/file.C, main/execute.C, main/pa_common.C,
19169: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
1.88 ! moko 19170: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
1.86 moko 19171:
19172: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1.88 ! moko 19173: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
! 19174: write. must be self.set
1.86 moko 19175:
19176: * src/: classes/file.C, classes/root.C, classes/table.C,
1.88 ! moko 19177: include/pa_table.h, main/pa_table.C: table:locate1, file:test
1.86 moko 19178:
19179: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
19180: include/pa_table.h, main/pa_array.C, main/pa_table.C,
19181: types/pa_vtable.h: table:locate just compiled
19182:
19183: 2001-03-27 paf
19184:
1.88 ! moko 19185: * src/main/: execute.C, pa_common.C: fixed r/w context of
! 19186: code-params2, fixed ntfs hardlink slow dir update
1.86 moko 19187:
19188: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
1.88 ! moko 19189: types/pa_wcontext.h: fixed r/w context of code-params
1.86 moko 19190:
1.88 ! moko 19191: * src/: classes/table.C, main/execute.C: about to change junction
! 19192: rcontext!!
1.86 moko 19193:
19194: * src/: classes/double.C, classes/int.C, classes/root.C,
19195: classes/string.C, classes/table.C, main/compile_tools.C,
19196: main/execute.C, main/pa_request.C, main/untaint.C,
19197: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
19198: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
19199: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
1.88 ! moko 19200: types/pa_vunknown.h: sort 0
1.86 moko 19201:
19202: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
19203: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
19204: renamed to are_static_calls_disabled
19205:
19206: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
19207: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
19208: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
1.88 ! moko 19209: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
1.86 moko 19210:
19211: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
19212:
1.88 ! moko 19213: * src/: classes/table.C, include/pa_common.h, main/compile.y:
! 19214: started table:sort fixed minor bug in #...^{
1.86 moko 19215:
19216: * src/: classes/table.C, include/pa_common.h, main/compile.y,
1.88 ! moko 19217: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
! 19218: decided to have as it were. stepped back. grammar: added 'in'
! 19219: 'is' 'lt'&co follow-space check
1.86 moko 19220:
19221: 2001-03-26 paf
19222:
19223: * src/: classes/file.C, classes/root.C, classes/table.C,
19224: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
19225: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
1.88 ! moko 19226: main/pa_table.C: moved ::save to pa_table. disabled @auto
! 19227: invocation in ^process
1.86 moko 19228:
19229: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
19230:
19231: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
1.88 ! moko 19232: main/pa_array.C: table:record
1.86 moko 19233:
1.88 ! moko 19234: * src/: main/untaint.C, targets/cgi/parser3.C,
! 19235: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
! 19236: targets/isapi/pool_storage.h, types/pa_valiased.h,
! 19237: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
! 19238: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
! 19239: types/pa_vtable.h: z
1.86 moko 19240:
19241: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
19242: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
19243: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
1.88 ! moko 19244: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
! 19245: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
! 19246: method realisations on 'self' validity - they now can simply
! 19247: assume that 'self' is V{Proper} .
1.86 moko 19248:
19249: 2001-03-25 paf
19250:
19251: * src/main/untaint.C: z
19252:
19253: * src/main/: pa_request.C, untaint.C: moved default typo-table to
19254: lowlevel - it initialization could be skipped if failed in @auto.
19255: so that exception report would use some table
19256:
1.88 ! moko 19257: * src/main/pa_request.C: table empty lines ignored. system-default
! 19258: content type assigned in output:result [can fail in main:auto and
! 19259: skipped normal defaults extraction]
! 19260:
! 19261: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
! 19262: bug
! 19263:
! 19264: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
! 19265: processing to table [except preliminary \r\n \r \n replacements
! 19266: to "\n"]
1.86 moko 19267:
1.88 ! moko 19268: * src/: classes/table.C, main/untaint.C: html-typo - decided to
! 19269: move all the processing to table
1.86 moko 19270:
19271: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
19272: main/pa_table.C, main/untaint.C: returned table originating.
19273: useful for reporting typo table problems origin. think would be
19274: useful somewhere else
19275:
19276: * src/main/untaint.C: typo \r \r\n \n properly handled
19277:
19278: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
19279: include/pa_table.h, main/compile.y, main/compile_tools.C,
19280: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
19281: main/pa_string.C, main/pa_table.C, main/untaint.C,
1.88 ! moko 19282: types/pa_vcookie.h: typo & typo-default
1.86 moko 19283:
19284: 2001-03-24 paf
19285:
19286: * src/main/pa_common.C: z
19287:
19288: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
1.88 ! moko 19289: targets/cgi/parser3.C: html-typo 2
1.86 moko 19290:
19291: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
19292: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
19293: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
19294: main/execute.C, main/pa_array.C, main/pa_globals.C,
19295: main/pa_request.C, main/pa_string.C, main/untaint.C,
19296: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1.88 ! moko 19297: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
! 19298: noticed double default content-type prob. run cgi.cmd tomorrow
! 19299: first html-typo sample. detected << problem: they become ltlt too
! 19300: fast
1.86 moko 19301:
19302: * src/main/compile.y: z
19303:
1.88 ! moko 19304: * src/main/: compile.y, compile_tools.h: #comment
1.86 moko 19305:
19306: * src/: classes/file.C, classes/root.C, classes/table.C,
19307: include/pa_common.h, include/pa_request.h, main/compile.y,
19308: main/pa_common.C, main/pa_request.C, main/pa_string.C,
19309: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
19310: stringified
19311:
1.88 ! moko 19312: * src/types/pa_valiased.C: decided to String-ify file_read
1.86 moko 19313:
19314: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
19315: isapi/parser3isapi.dsp: cgi: sapi::log
19316:
19317: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
19318: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
1.88 ! moko 19319: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
! 19320: error log experiments failed - cgi under iis got no access to
! 19321: log. registereventsource simply failed with 5(illegal call) code,
! 19322: while worked OK as standalone executable. isapi: used
! 19323: HSE_APPEND_LOG_PARAMETER feature
1.86 moko 19324:
19325: * src/: include/pa_common.h, include/pa_globals.h,
19326: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
1.88 ! moko 19327: targets/isapi/parser3isapi.C: fixed default content-type
! 19328: allocation storage
1.86 moko 19329:
19330: * src/: include/pa_globals.h, include/pa_request.h,
19331: main/pa_globals.C, main/pa_request.C: z
19332:
19333: * src/: include/pa_array.h, include/pa_hash.h,
19334: include/pa_request.h, main/compile.y, main/pa_array.C,
19335: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
19336: types/pa_vcookie.C: cyclic uses ignored. defaulted default
19337: content-type
19338:
1.88 ! moko 19339: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
1.86 moko 19340: sanity
19341:
19342: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
1.88 ! moko 19343: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
! 19344: away freeze mech. no danger now for you can't do
! 19345: ^request:process[@new-method[] body] trick anymore. still
! 19346: remains $some_instance.process[@new-method[] possibility] but
! 19347: would leave it as a feature. see index for sample
1.86 moko 19348:
19349: * src/: include/pa_common.h, main/pa_common.C,
1.88 ! moko 19350: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
! 19351: monkey every target
1.86 moko 19352:
19353: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
19354: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
1.88 ! moko 19355: types/pa_vform.C, types/pa_vform.h: auto.p monkey
1.86 moko 19356:
19357: 2001-03-23 paf
19358:
19359: * src/: include/pa_pool.h, main/pa_request.C,
1.88 ! moko 19360: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
! 19361: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
! 19362: targets/isapi/pool_storage.h: isapi: dumb pool storage
1.86 moko 19363:
19364: * src/targets/isapi/pa_pool.C: decided to continue with extension
19365:
19366: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
19367: it would be better to rewrite as filter then to deal with pool
19368:
1.88 ! moko 19369: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
! 19370: now like in cgi, not from APPL_PHYSICAL_PATH
1.86 moko 19371:
19372: * src/: classes/root.C, classes/table.C, include/pa_common.h,
19373: include/pa_config_fixed.h, include/pa_config_includes.h,
19374: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
19375: include/pa_version.h, main/compile.y, main/execute.C,
19376: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
19377: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19378: main/untaint.C, targets/cgi/parser3.C,
1.88 ! moko 19379: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
! 19380: cgi: reinvent document_root and request_uri under iis. autoconf
! 19381: updated. introducing ap_config_includes
1.86 moko 19382:
19383: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
19384:
19385: * src/targets/cgi/parser3.C: cgi: only one pool now
19386:
19387: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
1.88 ! moko 19388: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
! 19389: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
! 19390: types/pa_venv.h, types/pa_vform.C: sapi made object
1.86 moko 19391:
19392: * src/: include/pa_globals.h, main/pa_request.C,
19393: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19394: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
1.88 ! moko 19395: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
1.86 moko 19396:
1.88 ! moko 19397: * src/: main/pa_request.C, targets/cgi/parser3.C,
! 19398: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
! 19399: isapi minor env beauty
1.86 moko 19400:
1.88 ! moko 19401: * src/: main/pa_request.C, targets/cgi/parser3.C,
! 19402: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
! 19403: isapi document_root 0
1.86 moko 19404:
19405: 2001-03-22 paf
19406:
1.88 ! moko 19407: * src/targets/isapi/parser3isapi.C: isapi keep-alive
1.86 moko 19408:
19409: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
19410: isapi/parser3isapi.C: z
19411:
19412: * src/: include/pa_pool.h, main/pa_request.C,
1.88 ! moko 19413: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
1.86 moko 19414:
19415: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
19416: kill.pl: isapi added utils
19417:
19418: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
19419: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
1.88 ! moko 19420: types/pa_vform.C: isapi 0
1.86 moko 19421:
1.88 ! moko 19422: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
1.86 moko 19423: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19424: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
19425: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
19426: started isapi
19427:
1.88 ! moko 19428: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
! 19429: some comments
1.86 moko 19430:
19431: * src/: include/pa_globals.h, include/pa_request.h,
19432: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
1.88 ! moko 19433: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
! 19434: parser_root_auto_path parser_site_auto_path
1.86 moko 19435:
1.88 ! moko 19436: * src/types/pa_vcookie.C: cookie attr decoded
1.86 moko 19437:
19438: 2001-03-21 paf
19439:
1.88 ! moko 19440: * src/targets/cgi/parser3.C: z
1.86 moko 19441:
1.88 ! moko 19442: * src/include/pa_globals.h: post. todo: config of auto.p path
1.86 moko 19443:
1.88 ! moko 19444: * src/: include/pa_globals.h, targets/cgi/parser3.C,
! 19445: types/pa_venv.h: in cookie & env. todo:post
1.86 moko 19446:
19447: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
19448: classes/root.C, classes/table.C, include/pa_array.h,
19449: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
19450: include/pa_request.h, include/pa_string.h, main/Makefile.am,
19451: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
19452: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
19453: main/pa_table.C, main/untaint.C, targets/Makefile.am,
19454: targets/cgi/Makefile.am, targets/cgi/parser3.C,
19455: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
1.88 ! moko 19456: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
! 19457: shifted apache branch on main trunc
1.86 moko 19458:
19459: * src/: include/pa_common.h, include/pa_globals.h,
19460: include/pa_pool.h, include/pa_request.h, main/main.dsp,
1.88 ! moko 19461: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
! 19462: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
! 19463: starting mod_parser3
! 19464:
! 19465: * src/targets/cgi/parser3.C: starting mod_parser3
1.86 moko 19466:
19467: 2001-03-20 paf
19468:
19469: * src/: main/pa_common.C, targets/cgi/Makefile.am,
19470: targets/cgi/parser3.C: automake compiled and works. todo:make
19471: win32 ifdefs work and add ifdef unistd
19472:
19473: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
19474: main/Makefile.am, main/pa_common.C, main/pa_request.C,
19475: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
19476: z
19477:
19478: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
19479: main/execute.C, main/pa_common.C, types/Makefile.am: removing
19480: locking
19481:
19482: * src/: classes/Makefile.am, types/Makefile.am: z
19483:
19484: * src/: Makefile.am, classes/file.C, classes/root.C,
19485: classes/table.C, include/pa_array.h, include/pa_request.h,
19486: include/pa_string.h, main/Makefile.am, main/execute.C,
19487: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
19488: main/pa_string.C, main/untaint.C, targets/Makefile.am,
19489: targets/cgi/Makefile.am, targets/cgi/parser3.C,
19490: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
19491:
19492: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
1.88 ! moko 19493: main/pa_request.C, types/pa_vfile.h: ^table:save
1.86 moko 19494:
19495: * src/: classes/file.C, classes/table.C, include/pa_array.h,
19496: include/pa_common.h, include/pa_request.h, include/pa_string.h,
19497: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
19498: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
1.88 ! moko 19499: types/pa_vform.h: z
1.86 moko 19500:
1.88 ! moko 19501: * src/include/pa_string.h: z
1.86 moko 19502:
19503: * src/: classes/_request.h, classes/request.C, main/main.dsp,
19504: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
1.88 ! moko 19505: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
! 19506: :Value
1.86 moko 19507:
19508: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
1.88 ! moko 19509: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
! 19510: :VStateless_object
1.86 moko 19511:
19512: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
19513: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
19514: :VStateless_object
19515:
19516: * src/: main/main.dsp, targets/cgi/parser3.dsp,
19517: types/pa_valiased.C, types/pa_vform.h: commented VForm
19518:
19519: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
19520: types/pa_valiased.h, types/pa_value.h,
19521: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19522: types/pa_vstateless_object.h: moved common get_element part from
19523: stateless object&class into VAliased
19524:
19525: * src/: classes/_env.h, classes/_table.h, classes/env.C,
19526: classes/table.C, main/execute.C, main/main.dsp,
19527: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
19528: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
19529: now :Value
19530:
19531: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
19532: main/execute.C, main/main.dsp, main/pa_globals.C,
19533: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
19534:
19535: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
19536: doxx
19537:
19538: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
19539: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
19540: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
1.88 ! moko 19541: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
! 19542: and ^file:save
1.86 moko 19543:
19544: 2001-03-19 paf
19545:
19546: * src/types/pa_vfile.C: z
19547:
19548: * src/: classes/file.C, classes/request.C, classes/table.C,
19549: include/pa_string.h, main/main.dsp, main/pa_pool.C,
19550: main/pa_request.C, main/untaint.C, types/pa_value.h,
1.88 ! moko 19551: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
1.86 moko 19552:
19553: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
19554: include/pa_string.h, include/pa_table.h, main/main.dsp,
19555: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
19556: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
19557: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
19558: classes/_file.h, classes/file.C, types/pa_vfile.C,
19559: types/pa_vfile.h: file class just compiled
19560:
19561: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
19562: include/pa_table.h, include/pa_types.h, main/execute.C,
19563: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
19564: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
1.88 ! moko 19565: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
1.86 moko 19566:
19567: * src/include/pa_pool.h: z
19568:
19569: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
19570: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
19571: Hash::Value to Val so to doxygen would finlly stop confusing
19572: those Value-s
19573:
19574: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
19575: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
19576: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
19577: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
19578: include/pa_types.h, main/compile.C, main/compile.y,
19579: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19580: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
19581: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19582: main/pa_request.C, main/pa_string.C, main/pa_table.C,
19583: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
19584:
19585: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
19586: derivates somehow unlinked. don't know why yet
19587:
19588: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
19589: include/pa_string.h, include/pa_threads.h, main/compile.C,
19590: main/compile.y, main/compile_tools.C, main/compile_tools.h,
19591: main/execute.C, main/pa_array.C, main/pa_common.C,
19592: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19593: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19594: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
19595:
19596: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
19597: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
19598: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
19599: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
19600: types/pa_vrequest.h: doc: detected Value derivates prob
19601:
19602: * src/include/pa_globals.h: z
19603:
19604: * src/: classes/_request.h, classes/request.C, include/code.h,
19605: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
19606: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
19607: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
19608: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
19609: main/execute.C, main/pa_pool.C, main/pa_request.C,
19610: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19611: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
19612:
19613: 2001-03-18 paf
19614:
1.88 ! moko 19615: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
! 19616: cookie: allowed access to hash-assigned
1.86 moko 19617:
19618: * src/targets/cgi/parser3.C: z
19619:
19620: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
19621: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
19622: include/pa_types.h, main/main.dsp, main/pa_common.C,
19623: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
19624: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19625: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
19626: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
1.88 ! moko 19627: types/pa_vunknown.h: cookie class
1.86 moko 19628:
1.88 ! moko 19629: * src/main/pa_request.C: zero length output allowed
1.86 moko 19630:
19631: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
1.88 ! moko 19632: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
1.86 moko 19633:
1.88 ! moko 19634: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
! 19635: lang switch
1.86 moko 19636:
19637: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
19638: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
1.88 ! moko 19639: types/pa_value.h, types/pa_vhash.h:
1.86 moko 19640: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
19641:
1.88 ! moko 19642: * src/main/execute.C: z
1.86 moko 19643:
19644: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
1.88 ! moko 19645: targets/cgi/parser3.C: taint[uri
1.86 moko 19646:
19647: * src/: classes/request.C, classes/response.C, classes/root.C,
19648: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
19649: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
1.88 ! moko 19650: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
1.86 moko 19651:
19652: * src/: classes/root.C, classes/string.C, include/pa_string.h,
19653: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
19654: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
19655: types/pa_vstateless_class.C: convinient string(pool, char *src,
19656: bool tainted) ctor
19657:
19658: * src/: include/pa_hash.h, include/pa_request.h,
19659: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
19660: main/pa_request.C, main/pa_string.C, main/untaint.C,
1.88 ! moko 19661: targets/cgi/parser3.C: proper @exceptions params tainting
1.86 moko 19662:
1.88 ! moko 19663: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
! 19664: response fields to header
1.86 moko 19665:
1.88 ! moko 19666: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
! 19667: z
1.86 moko 19668:
19669: * src/: classes/_response.h, classes/response.C,
19670: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
19671: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
19672: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
19673: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
1.88 ! moko 19674: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
! 19675: $response: 0 request::core exception rethrow
1.86 moko 19676:
19677: 2001-03-16 paf
19678:
19679: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
1.88 ! moko 19680: types/pa_vrequest.h: native method' class call with less params
! 19681: then needed error reporting
1.86 moko 19682:
19683: * src/: classes/_request.h, classes/request.C,
19684: include/pa_globals.h, include/pa_request.h, main/execute.C,
19685: main/main.dsp, main/pa_globals.C, main/pa_request.C,
19686: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
1.88 ! moko 19687: types/pa_vrequest.h: $request : query :uri
1.86 moko 19688:
19689: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
19690: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
1.88 ! moko 19691: types/pa_wcontext.h: $result
1.86 moko 19692:
1.88 ! moko 19693: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
1.86 moko 19694:
19695: * src/: classes/double.C, include/code.h, main/compile.y,
1.88 ! moko 19696: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
! 19697: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
1.86 moko 19698:
19699: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
19700: main/compile.y, main/execute.C, types/pa_value.h,
19701: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
1.88 ! moko 19702: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
! 19703: wcontext conflict
1.86 moko 19704:
19705: * src/: main/execute.C, types/pa_value.h,
1.88 ! moko 19706: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
! 19707: $string.field
1.86 moko 19708:
19709: 2001-03-15 paf
19710:
1.88 ! moko 19711: * src/main/pa_request.C: news sample
1.86 moko 19712:
19713: * src/: main/compile.y, main/execute.C, main/pa_request.C,
19714: targets/cgi/parser3.C, types/pa_vstring.h: @exception
19715:
19716: * src/main/: compile.y, execute.C: z
19717:
19718: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
19719: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
19720: pre pre works
19721:
19722: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
19723: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
19724: fillfields just compiled
19725:
19726: 2001-03-14 paf
19727:
19728: * src/: include/pa_request.h, main/pa_request.C,
19729: targets/cgi/parser3.C: z
19730:
19731: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
19732: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
19733: types/pa_vstring.h: limits -1
19734:
19735: * src/: include/pa_globals.h, include/pa_request.h,
19736: include/pa_types.h, main/main.dsp, main/pa_globals.C,
19737: main/pa_request.C, targets/cgi/parser3.C,
19738: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
19739: request_info -1
19740:
19741: * src/: include/pa_globals.h, main/pa_globals.C,
19742: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19743: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
19744: vform_fields_fill
19745:
19746: * src/targets/cgi/parser3.C: # if MSVC
19747:
19748: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
19749: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
19750:
19751: * src/targets/cgi/parser3.C: z
19752:
19753: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
19754: include/pa_string.h, include/pa_types.h, main/compile.y,
19755: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
19756: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
19757: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
19758: types/pa_vunknown.h: global handler, exceptions in parser3
19759:
19760: 2001-03-13 paf
19761:
19762: * src/: classes/form.C, main/compile.y, main/core.C,
19763: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
19764: types/pa_vform.h, types/pa_vstateless_class.C,
19765: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
19766: instead
19767:
19768: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
19769: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
19770: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
19771: started cgi target
19772:
19773: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
19774: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
19775: before error show with parser
19776:
19777: * src/: classes/_form.h, classes/form.C, include/core.h,
19778: include/pa_request.h, main/core.C, main/pa_request.C,
19779: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
19780:
19781: * src/targets/cgi/: parser.dsp, parser3.dsp: z
19782:
19783: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
19784: parser3.C: renamed targets/ parser to cgi
19785:
19786: * src/: classes/double.C, classes/env.C, classes/int.C,
19787: classes/root.C, classes/string.C, classes/table.C,
1.88 ! moko 19788: include/pa_request.h, types/pa_vhash.h: z
1.86 moko 19789:
19790: * src/: classes/_env.h, classes/env.C, classes/root.C,
19791: include/core.h, include/pa_pool.h, include/pa_request.h,
19792: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
1.88 ! moko 19793: main/pa_common.C, main/pa_request.C, types/pa_value.h,
! 19794: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
! 19795: [historical moment :)]
1.86 moko 19796:
19797: * src/: include/code.h, include/pa_string.h, main/compile.y,
19798: main/execute.C, main/pa_string.C: 'value is type' expr operator
19799:
19800: * src/types/pa_venv.h: $ENV 1
19801:
19802: * src/main/execute.C: z
19803:
19804: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
19805: future methods of ENV constructor if
19806:
19807: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
19808: class
19809:
19810: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
19811: classes/_root.h, classes/_string.h, classes/_table.h,
19812: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
19813: classes/string.C, classes/table.C, include/pa_request.h,
19814: main/compile.C, main/compile_tools.h, main/core.C,
19815: main/execute.C, main/main.dsp, main/pa_request.C,
19816: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
19817: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
19818: types/pa_vobject.h, types/pa_vstateless_class.C,
19819: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19820: types/pa_wcontext.h: $ENV: re 0, stateless classes
19821:
19822: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
19823: classes/_root.h, classes/_string.h, classes/_table.h,
19824: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
19825: classes/string.C, classes/table.C, include/pa_request.h,
19826: main/compile.C, main/compile_tools.h, main/core.C,
19827: main/execute.C, main/main.dsp, main/pa_request.C,
19828: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
19829: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
19830: types/pa_vobject.h, types/pa_vstateless_class.C,
19831: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19832: types/pa_wcontext.h: $ENV: re 0, stateless classes
19833:
19834: * src/: include/pa_request.h, main/compile.C, main/execute.C,
19835: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
19836: yesterdays bad decision on execute_static_method
19837:
19838: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
19839:
19840: * src/: classes/double.C, classes/int.C, classes/root.C,
19841: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
19842:
19843: * src/main/pa_request.C: z
19844:
19845: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
19846: include/pa_pool.h: skipped_restructure_exceptions_dead_end
19847:
19848: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
19849: include/pa_pool.h, main/pa_request.C:
19850: restructure_exceptions_dead_end
19851:
19852: * src/: classes/root.C, main/compile.y: ^if required junctions.
19853: allowed ; inside {} to break params
19854:
19855: * src/classes/root.C: ^eval
19856:
19857: * src/: classes/_string.h, classes/double.C, classes/int.C,
19858: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
19859: string ^format
19860:
19861: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
19862: 'bad' but not 'enough'
19863:
19864: * src/: classes/double.C, classes/root.C, classes/table.C,
19865: include/pa_common.h, include/pa_types.h, main/compile.y,
19866: main/pa_common.C, main/pa_request.C, main/untaint.C,
19867: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
19868: types/pa_wwrapper.h: think constructing flag as is is bad
19869:
19870: * src/: classes/double.C, classes/int.C, classes/root.C,
19871: classes/string.C, classes/table.C, main/core.C, main/execute.C,
19872: types/pa_vint.h: ^for
19873:
19874: 2001-03-12 paf
19875:
19876: * src/classes/table.C: table ^empty
19877:
19878: * src/: classes/table.C, include/pa_table.h: table ^menu
19879:
19880: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
19881: ^offset ^line ^count
19882:
19883: * src/classes/root.C: ^round() ^floor() ^ceiling()
19884: ^abs() ^sign()
19885:
19886: * src/classes/: root.C, table.C: ^use
19887:
19888: * src/: classes/root.C, classes/table.C, include/pa_request.h,
19889: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
19890: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19891: ^while. switched off wcontext.constructing after write(value) or
19892: auto-vhash-constructing
19893:
19894: * src/: classes/root.C, classes/table.C, include/pa_request.h,
19895: main/pa_request.C: fail_if_junction_ helper func
19896:
19897: * src/: classes/root.C, classes/table.C, include/pa_common.h,
19898: include/pa_request.h, main/execute.C, main/main.dsp,
19899: main/pa_common.C, main/pa_request.C: ^process error point by
19900: actual method_name, not source. ^load
19901:
19902: * src/types/pa_vtable.h: table: no, better with string in cells...
19903:
19904: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
19905: classes/_table.h, classes/table.C, main/untaint.C: z
19906:
19907: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
19908: include/pa_table.h, main/core.C, main/execute.C,
19909: main/pa_common.C, main/pa_request.C, main/pa_table.C,
19910: types/pa_value.h: table:set 0
19911:
19912: * src/: classes/root.C, include/core.h, include/pa_array.h,
19913: include/pa_request.h, include/pa_table.h, main/core.C,
19914: main/main.dsp, main/pa_request.C, main/pa_table.C,
19915: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19916: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
19917: types/pa_vstring.h: freeze, ^table:create[] -1
19918:
19919: * src/: classes/root.C, types/pa_value.h: z
19920:
19921: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
19922: get_method in couple places optimizing them
19923:
19924: * src/classes/root.C: z
19925:
19926: * src/: classes/root.C, types/pa_vclass.h: process temp main
19927: zeroing
19928:
19929: * src/: classes/double.C, classes/int.C, classes/root.C,
19930: classes/string.C, include/pa_common.h, include/pa_request.h,
19931: include/pa_string.h, include/pa_types.h, main/compile.C,
19932: main/compile.y, main/compile_tools.h, main/execute.C,
19933: main/pa_common.C, main/pa_request.C, types/pa_value.h,
19934: types/pa_vmframe.h: ^process. actual names to store param and
19935: check_actual_numbered_params for better place diagnostics
19936:
19937: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
19938: method-junctions bug fixed
19939:
19940: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
19941: pa_vstateless_object.h, pa_vstring.h: stateless_object
19942:
19943: 2001-03-11 paf
19944:
19945: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
19946: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
19947: VDouble VInt base now VObject_base - without fields
19948:
19949: * src/: classes/root.C, include/core.h, main/core.C: z
19950:
19951: * src/: classes/double.C, classes/int.C, classes/root.C,
19952: classes/string.C, include/core.h, include/pa_hash.h,
19953: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
19954: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
19955:
19956: * src/: classes/double.C, classes/int.C, classes/root.C,
19957: include/pa_request.h, main/execute.C: intercept_string
19958:
19959: * src/: classes/double.C, classes/int.C, classes/root.C,
19960: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
19961:
19962: * src/: classes/double.C, classes/int.C, include/pa_request.h:
19963: ^inc-s(expr)
19964:
19965: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
19966: classes/_root.h, classes/_string.h, classes/double.C,
19967: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
19968: include/code.h, include/core.h, include/pa_array.h,
19969: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
19970: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
19971: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
19972: include/pa_types.h, main/compile.C, main/compile.y,
19973: main/compile_tools.C, main/compile_tools.h, main/core.C,
19974: main/execute.C, main/pa_array.C, main/pa_common.C,
19975: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
19976: main/pa_request.C, main/pa_string.C, main/pa_table.C,
19977: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19978: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
19979: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
19980: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
19981: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
19982: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
19983:
19984: * src/: main/pa_request.C, types/pa_vhash.h: z
19985:
19986: * src/: include/core.h, include/pa_request.h, main/core.C,
1.88 ! moko 19987: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
1.86 moko 19988:
19989: * src/: include/pa_valiased.h, include/pa_value.h,
19990: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
19991: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
19992: include/pa_vjunction.h, include/pa_vmframe.h,
19993: include/pa_vobject.h, include/pa_vstring.h,
19994: include/pa_vunknown.h, include/pa_wcontext.h,
19995: include/pa_wwrapper.h, main/compile.y, main/core.C,
19996: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
19997: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
19998: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19999: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
20000: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
20001: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
20002: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
20003: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
20004: include/
20005:
20006: 2001-03-10 paf
20007:
20008: * src/: include/core.h, include/pa_request.h, main/core.C,
1.88 ! moko 20009: main/pa_request.C: run+auto=run
1.86 moko 20010:
20011: * src/: classes/root.C, include/pa_request.h: minor if junction bug
20012:
20013: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20014: classes/_root.h, classes/_string.h, classes/double.C,
20015: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
20016: include/code.h, include/core.h, include/pa_array.h,
20017: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
20018: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
20019: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
20020: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
20021: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
20022: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
20023: include/pa_vjunction.h, include/pa_vmframe.h,
20024: include/pa_vobject.h, include/pa_vstring.h,
20025: include/pa_vunknown.h, include/pa_wcontext.h,
20026: include/pa_wwrapper.h, main/compile.C, main/compile.y,
20027: main/compile_tools.C, main/compile_tools.h, main/core.C,
20028: main/execute.C, main/pa_array.C, main/pa_cframe.C,
20029: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
20030: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20031: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
1.88 ! moko 20032: main/pa_wcontext.C: sources header
1.86 moko 20033:
20034: * src/main/pa_request.C: auto..
20035:
20036: * src/: include/pa_request.h, main/compile.C, main/compile.y,
20037: main/pa_request.C: auto tree0
20038:
20039: * src/: include/core.h, include/pa_request.h, main/compile.y,
20040: main/core.C, main/pa_request.C: names to core.C
20041:
20042: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
20043: include/pa_request.h, main/core.C, main/execute.C,
20044: main/pa_common.C, main/pa_request.C: root auto.p loaded
20045:
20046: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
20047: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
20048: main/compile_tools.C, main/compile_tools.h, main/execute.C:
20049: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
20050:
20051: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
20052: @auto[] realised. auto.p scan togo
20053:
20054: * src/: include/pa_request.h, main/execute.C: autocalc
20055: code-junctions result now have names
20056:
20057: * src/: classes/double.C, classes/int.C, classes/root.C,
20058: classes/string.C, include/pa_request.h, include/pa_string.h,
20059: include/pa_wcontext.h, main/compile.y, main/execute.C,
20060: main/pa_string.C, main/pa_wcontext.C: tainting 0
20061:
20062: * src/classes/env.C: env:file/line
20063:
20064: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
20065: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
20066: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
20067: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
20068: main/compile_tools.C, main/compile_tools.h, main/core.C,
20069: main/execute.C, main/main.dsp, main/pa_cframe.C,
20070: main/pa_request.C, main/pa_wcontext.C: const fight finished
20071:
20072: * src/include/pa_vclass.h: const fight to go
20073:
20074: * src/: classes/_env.h, classes/env.C, classes/root.C,
20075: include/pa_request.h, include/pa_vclass.h, main/core.C,
20076: main/main.dsp: env0
20077:
20078: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
20079: classes/_string.h, classes/double.C, classes/int.C,
20080: classes/root.C, classes/string.C, include/pa_request.h,
20081: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
20082: include/pa_wcontext.h, main/core.C, main/main.dsp,
20083: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
20084: main/pa_wcontext.C: ^lang prepare0
20085:
20086: 2001-03-09 paf
20087:
20088: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
20089: construct proper naming
20090:
20091: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
20092: classes/double.C, classes/int.C, classes/root.C,
20093: classes/string.C, include/code.h, include/pa_value.h,
20094: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
20095: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
20096: main/compile.y, main/compile_tools.C, main/core.C,
20097: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
20098: and ^double[]. fixed expr type
20099:
20100: * src/: classes/root.C, include/pa_request.h, main/execute.C:
20101: ^string.length[]
20102:
20103: 2001-03-08 paf
20104:
20105: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
20106:
20107: * src/: include/pa_vclass.h, include/pa_vstring.h,
20108: include/pa_wcontext.h, main/compile.y, main/core.C,
20109: main/execute.C, main/main.dsp: dead end: vstring can't be
20110: derivated from vobject
20111:
20112: * src/: include/pa_vclass.h, include/pa_vhash.h,
20113: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
20114:
20115: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
20116: remained clone conseqs
20117:
20118: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
20119:
20120: * src/main/pa_vclass.C: wow! vclass were out of vcs
20121:
20122: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
20123: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
20124: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
20125: include/pa_vobject.h, include/pa_vstring.h,
20126: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
20127: main/execute.C: withoud cloning. didn't need it actually, params
20128: got passed from out unnamed ewpool
20129:
20130: * src/: include/pa_vdouble.h, include/pa_vhash.h,
20131: include/pa_vjunction.h, include/pa_vobject.h,
20132: include/pa_vunknown.h, main/compile.y: cloning dead end
20133:
20134: * src/: include/pa_bool.h, include/pa_double.h,
20135: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
20136: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
20137: include/pa_vjunction.h, include/pa_vmframe.h,
20138: include/pa_vobject.h, include/pa_vstring.h,
20139: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
20140: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
20141: to give params proper names
20142:
20143: * src/main/pa_wcontext.C: z
20144:
20145: * src/: include/pa_vmframe.h, main/execute.C: added names to
20146: unknown values in get_element and unfilled params. removed wrong
20147: name change in get_element
20148:
20149: * src/main/execute.C: z
20150:
20151: * src/main/execute.C: fixed problems calling operators in
20152: constructors
20153:
20154: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
20155: detected problems calling operators in constructors
20156:
20157: * src/: classes/root.C, include/pa_request.h, main/execute.C:
20158: autocalc def to string
20159:
20160: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
20161: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
20162:
20163: * src/classes/root.C: added root.c
20164:
20165: * src/: include/pa_request.h, include/pa_value.h,
20166: include/pa_vcframe.h, include/pa_vmframe.h,
20167: include/pa_wcontext.h, main/compile.C, main/compile.y,
20168: main/core.C, main/execute.C, main/pa_cframe.C,
20169: main/pa_wcontext.C: 'if' just compiled
20170:
20171: * src/: include/pa_vbool.h, include/pa_vdouble.h,
20172: include/pa_vjunction.h, include/pa_vmframe.h,
20173: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
20174: main/pa_wcontext.C: z
20175:
20176: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
20177: main/core.C, main/execute.C, main/main.dsp: z. detected probs
20178: with parameter names in operator methods
20179:
20180: * src/main/compile.y: minor renamings in .y
20181:
20182: * src/: include/pa_request.h, main/compile.C, main/compile.y,
20183: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
20184: @BASE. changed 'RUN' assignment mech
20185:
20186: * src/main/execute.C: z
20187:
20188: * src/: include/code.h, main/compile.y, main/compile_tools.C,
20189: main/compile_tools.h, main/execute.C: made class: dynamic, not
20190: static. so to enable runtime ^use
20191:
20192: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
20193:
20194: * src/: include/code.h, main/compile.y, main/compile_tools.C,
20195: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
20196:
20197: * src/main/execute.C: root root in code-junction
20198:
20199: 2001-03-07 paf
20200:
20201: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
20202: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
20203:
20204: * src/: include/pa_stack.h, include/pa_value.h,
20205: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
20206: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
20207: fixed rwcontext of {} params up
20208:
20209: * src/main/: compile.y, compile_tools.h: ^func(params)
20210:
20211: * src/main/compile.y: .y priorities syntax shaped up a bit
20212:
20213: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
20214: include/pa_vunknown.h, main/compile.y, main/execute.C,
20215: main/pa_hash.C: expr def in -f
20216:
20217: * src/main/: compile.y, execute.C: expr calls
20218:
20219: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
20220: fixed
20221:
20222: * src/main/compile.y: expr quoted code
20223:
20224: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
20225: support0
20226:
20227: * src/main/compile.y: expr string comparisons 0
20228:
20229: * src/: include/pa_string.h, main/compile.y, main/execute.C,
20230: main/pa_string.C: just compiled lt&co
20231:
20232: * src/main/execute.C: ^var.menu{$field} problem detected. that
20233: $field not a $var.field
20234:
20235: 2001-03-06 paf
20236:
20237: * src/main/compile.y: .y expr visible-shorter
20238:
20239: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
20240: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
20241: logical
20242:
20243: * src/: include/pa_vstring.h, main/compile.y: problems with
20244: skipping whitespace in yylex
20245:
20246: * src/include/pa_vbool.h: forgot this
20247:
20248: * src/: include/code.h, main/compile.y, main/execute.C: without
20249: string ops in expressions 0
20250:
20251: * src/: include/pa_value.h, include/pa_vdouble.h,
20252: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
20253: main/execute.C, main/main.dsp: !~
20254:
20255: * src/: include/pa_vcframe.h, include/pa_vclass.h,
20256: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
20257: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
20258: include/pa_vunknown.h, include/pa_wcontext.h,
20259: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
20260: main/compile_tools.h, main/execute.C: +-*/
20261:
20262: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
20263: main/compile_tools.h: grammar-1.1 $a(z) $a=0
20264:
20265: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
20266: main/execute.C: expr grammar-1 2*2=4.000000 :)
20267:
20268: * src/main/compile.y: expr grammar-1
20269:
20270: * src/main/compile.y: expr lexx1
20271:
20272: * src/main/: compile.y, execute.C, main.dsp: z
20273:
20274: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
20275: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
20276: main/execute.C: expr lex0 exec-1
20277:
20278: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
20279:
20280: 2001-02-26 paf
20281:
20282: * src/main/compile.y: max_string in yyerror bug fix
20283:
20284: 2001-02-25 paf
20285:
20286: * src/: include/pa_value.h, include/pa_vmframe.h,
20287: include/pa_wcontext.h, main/execute.C: VAliased3
20288:
20289: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
20290:
20291: * src/main/execute.C: VAliased1
20292:
20293: * src/: include/pa_request.h, include/pa_value.h,
20294: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
20295: VAliased0
20296:
20297: * src/: include/pa_pool.h, include/pa_request.h,
20298: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
20299: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
20300: VAliased just compiled
20301:
20302: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
20303: include/pa_vobject.h, main/execute.C: alias dead end
20304:
20305: * src/: include/pa_value.h, include/pa_vclass.h,
20306: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
20307: main/main.dsp: no not get fields into interm VFielded class.
20308: fields & staticfields 1
20309:
20310: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
20311: include/pa_vobject.h, include/pa_wcontext.h,
20312: include/pa_wwrapper.h, main/core.C, main/execute.C,
20313: main/main.dsp: would now get fields into interm VFielded class
20314:
20315: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
20316: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
20317: include/pa_wcontext.h, main/compile.y, main/core.C,
20318: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
20319: main/pa_wcontext.C: virtuals2
20320:
20321: * src/main/compile.y: : 1
20322:
20323: * src/main/compile.y: rethought to $class:static.field.subfield
20324:
20325: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
20326: $class:element
20327:
20328: * src/: include/pa_value.h, include/pa_vmframe.h,
20329: include/pa_wwrapper.h, main/compile.y, main/execute.C,
20330: main/pa_wcontext.C: before execute class calls rewrite
20331:
20332: * src/: include/pa_request.h, main/compile.C, main/core.C: default
20333: name RUN, also alias
20334:
20335: * src/main/compile.y: escaping bug
20336:
20337: * src/: include/pa_request.h, include/pa_value.h,
20338: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
20339: main/core.C, main/execute.C, main/pa_common.C: vobject1
20340:
20341: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
20342: include/pa_vmframe.h, include/pa_vobject.h,
20343: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
20344: main/compile_tools.h, main/execute.C: ^class:method() just
20345: compiled
20346:
20347: 2001-02-24 paf
20348:
20349: * src/main/main.dsp: no bison -d
20350:
20351: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
20352: class' err msg wrong
20353:
20354: * src/main/compile.y: z
20355:
20356: * src/main/: compile.y, core.C: yylex need some @special lines adj
20357:
20358: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
20359: main/compile.y, main/compile_tools.h, main/core.C: modules0
20360:
20361: * src/: include/pa_vclass.h, main/core.C: z
20362:
20363: * src/: include/pa_value.h, include/pa_vclass.h,
1.88 ! moko 20364: include/pa_vobject.h, main/main.dsp: vobject00
1.86 moko 20365:
20366: * src/main/pa_array.C: minor bug in expanding very small arrays.
20367: 60% from 1 were 0
20368:
20369: * src/: include/pa_value.h, include/pa_wcontext.h,
20370: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
20371: as bad as you've named it: wcontext.value() was not a perfect
20372: idea
20373:
20374: * src/main/execute.C: codeframe1
20375:
20376: * src/: include/pa_value.h, include/pa_vcframe.h,
20377: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
20378: include/pa_vjunction.h, include/pa_vmframe.h,
20379: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
20380: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
20381: just compiled
20382:
20383: * src/: include/pa_vframe.h, main/compile.y: found junction
20384: ideology @: ^x{$a()) must construct current wcontext element, so
20385: smart wcontext handling needed
20386:
20387: * src/main/compile.y: fixed grammar bugs in constructor/params
20388: klinch
20389:
20390: * src/main/: compile.y, execute.C: fixed empty constructor
20391: optimized empty case. failed on calls - produced empty string
20392: param
20393:
20394: * src/main/compile.y: fixed last \n macrotemplate strip bug
20395:
20396: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
20397: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
20398: main/compile_tools.C, main/compile_tools.h, main/core.C,
20399: main/execute.C: code junctions0. something wrong with last \n
20400: macrotemplate strip
20401:
20402: * src/: include/pa_value.h, main/compile.C, main/core.C,
20403: main/pa_value.C: minor error reporting format beautifyings
20404:
20405: * src/: include/pa_value.h, include/pa_vclass.h,
20406: include/pa_vframe.h, main/core.C, main/execute.C,
20407: main/pa_value.C: get_method RIP. junctions everywhere. call with
20408: junctions0
20409:
20410: 2001-02-23 paf
20411:
20412: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
20413: pa_wwrapper.h: lara came, can't work, sorry :(
20414:
20415: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
20416: junction
20417:
20418: * src/: include/pa_vframe.h, include/pa_vunknown.h,
20419: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
20420: main/execute.C, main/main.dsp, main/pa_value.C: call0
20421:
20422: * src/: include/pa_hash.h, include/pa_value.h,
20423: include/pa_wcontext.h, main/core.C, main/execute.C,
20424: main/main.dsp, main/pa_hash.C: started call. store param, vframe
20425: done
20426:
20427: * src/include/pa_wcontext.h: z
20428:
20429: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
20430: wrong grammar in complex constructor case
20431:
20432: * src/main/: compile.y, execute.C: empty constructor bug fixed
20433:
20434: * src/main/execute.C: with result rwpool
20435:
20436: * src/: include/pa_value.h, main/core.C, main/execute.C,
20437: main/main.dsp: value named
20438:
20439: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
20440: strign 2 value in 2 places in execute
20441:
20442: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
20443: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
20444: wcontext.put_element when wcontext fvalue==0
20445:
20446: 2001-02-22 paf
20447:
20448: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
20449: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
20450: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
20451:
20452: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
20453: erroreos checkout
20454:
20455: * src/: include/pa_request.h, main/compile.y: $self.put(val)
20456:
20457: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
20458: main/compile_tools.h, main/pa_array.C: $self.get
20459:
20460: * src/main/: compile.C, compile.y, compile_tools.C: z
20461:
20462: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
20463: bit. finished now.
20464:
20465: * src/main/compile.y: $: finished
20466:
1.88 ! moko 20467: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
1.86 moko 20468:
20469: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
20470: main/execute.C: OP_STRING better then some xxx _VALUE
20471:
20472: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
20473: main/compile_tools.C, main/compile_tools.h, main/execute.C:
20474: string to vstring it .y all
20475:
20476: * src/: include/pa_request.h, include/pa_stack.h,
20477: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
20478: all
20479:
20480: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
20481: precise parse error line:col
20482:
20483: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
1.88 ! moko 20484: main/pa_hash.C, main/pa_pool.C: TRY...
1.86 moko 20485:
20486: * src/: include/pa_exception.h, include/pa_pool.h,
20487: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
20488: main/compile.C, main/compile.y, main/compile_tools.C,
20489: main/core.C, main/pa_array.C, main/pa_exception.C,
20490: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
1.88 ! moko 20491: main/pa_table.C: removed exception from request
1.86 moko 20492:
20493: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
20494: some forgotten
20495:
20496: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
20497: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
20498: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
20499: get/put simple vars to VClass works0
20500:
20501: * src/: include/pa_array.h, include/pa_wcontext.h,
20502: main/pa_string.C: in process, but found that exceptions are too
20503: global
20504:
20505: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
20506: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
20507: main/execute.C, main/pa_string.C: write_value write_string 0 it
20508: seems wcontext must write strings regardles of fvalue!=0
20509:
20510: 2001-02-21 paf
20511:
20512: * src/main/execute.C: tired :)
20513:
20514: * src/main/: compile.C, compile.y, execute.C: store0
20515:
20516: * src/: include/compile.h, include/execute.h, include/pa_array.h,
20517: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
20518: include/pa_wcontext.h, main/compile.C, main/compile.y,
20519: main/execute.C, main/main.dsp, main/pa_array.C,
1.88 ! moko 20520: main/pa_request.C: get put -1 [just compiled]
1.86 moko 20521:
20522: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
20523: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
1.88 ! moko 20524: main/main.dsp, main/pa_request.C: request core methods0
1.86 moko 20525:
20526: * src/: include/compile.h, include/pa_array.h, main/compile.C,
1.88 ! moko 20527: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
! 20528: execute
1.86 moko 20529:
20530: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
1.88 ! moko 20531: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
! 20532: methods and one_big_piece. now compile returns array<method*>
1.86 moko 20533:
20534: * src/main/compile.y: more straightforward yylex[end]
20535:
20536: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
20537: string.operator==(char*)
20538:
20539: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
1.88 ! moko 20540: main/execute.C, main/pa_array.C: after array.const get wonders
1.86 moko 20541:
20542: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
20543: pa_string.h, pa_value.h: struck with const array.gets
20544:
20545: * src/main/: execute.C: z
20546:
20547: * src/main/: compile.y, execute.C: z
20548:
20549: * src/main/: compile.C, compile.y, compile_tools.h: error
20550: processing in eval & yyerror so it wouldn't cause memleaks.
20551:
20552: * src/main/: compile.C, compile.y: failed to add absolute precies
20553: parse error positions. leaving RIGHTMOST position as
20554: @file[line:col]
20555:
20556: * src/: include/compile.h, main/compile.C, main/compile.y,
1.88 ! moko 20557: main/compile_tools.h: line numbers needed. would add them to .y
! 20558: now internally. externally it's not as precise as needed
1.86 moko 20559:
20560: * src/: include/code.h, include/pa_types.h, main/compile.C,
20561: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20562: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
20563: compiler works ok
20564:
20565: 2001-02-20 paf
20566:
1.88 ! moko 20567: * src/main/: compile.C, compile.y, compile_tools.C,
! 20568: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
! 20569: not perfect
1.86 moko 20570:
20571: * src/: include/code.h, include/compile.h, include/execute.h,
20572: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
20573: include/pa_string.h, include/pa_table.h, include/pa_types.h,
20574: main/compile.C, main/compile.y, main/compile_tools.C,
20575: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
20576: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
1.88 ! moko 20577: main/pa_string.C, main/pa_table.C: bison[yacc] first time
! 20578: compiled. execute=dump for now
1.86 moko 20579:
20580: * src/main/core.C: core rewrite using yacc investigations now will
20581: be compile[yacc]/execute[opcodes]
20582:
20583: 2001-02-15 paf
20584:
20585: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
20586: rewrite as turing machine? for it seems it would be it's too many
20587: ifs with this syntax now
20588:
20589: 2001-02-14 paf
20590:
20591: * src/main/core.C: get_params 1
20592:
20593: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
20594: :( ]
20595:
20596: * src/main/core.C: varios breaks
20597:
20598: * src/main/core.C: get names 3
20599:
20600: * src/main/core.C: get names 2
20601:
20602: * src/main/core.C: get names 1
20603:
20604: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
20605: names 0
20606:
20607: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
20608: text repassing2 operator static vars
20609:
20610: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
20611: main/pa_string.C: process text repassing
20612:
20613: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
20614: module:calls changes
20615:
20616: 2001-02-13 paf
20617:
20618: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
20619: ^class:calls[] started
20620:
20621: * src/: include/pa_value.h, main/core.C: z
20622:
20623: * src/main/core.C: operators : and self. prefixes
20624:
20625: * src/main/core.C: z
20626:
1.88 ! moko 20627: * src/: include/pa_string.h, main/pa_string.C: String_iterator
! 20628: tested
1.86 moko 20629:
20630: * src/: include/pa_string.h, main/pa_string.C: String_iterator
20631: optimized
20632:
20633: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
20634: would change privates to better support optimization
20635:
20636: * src/: include/pa_string.h, main/pa_string.C:
20637: String_iterator::skip_to todo:optimize
20638:
20639: 2001-02-12 paf
20640:
20641: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
20642: String_iterator
20643:
20644: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
20645: comments
20646:
20647: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
20648: self/methodref joined
20649:
20650: 2001-02-11 paf
20651:
20652: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
20653: main/main.dsp: core started. core.C, context&value .h
20654:
20655: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
20656: include/pa_string.h, main/main.dsp, main/pa_array.C,
1.88 ! moko 20657: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
1.86 moko 20658:
20659: 2001-01-30 paf
20660:
1.88 ! moko 20661: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
! 20662: comments
1.86 moko 20663:
20664: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
1.88 ! moko 20665: main/pa_pool.C: moved pa_pool.C to be target specific
1.86 moko 20666:
20667: * src/: include/pa_exception.h, include/pa_pool.h,
1.88 ! moko 20668: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
! 20669: to & changes
1.86 moko 20670:
20671: * src/: include/pa_exception.h, include/pa_pool.h,
20672: include/pa_request.h, include/pa_table.h, main/pa_array.C,
1.88 ! moko 20673: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
! 20674: re-associated. that's much better even removed 'die' necessety
1.86 moko 20675:
20676: * src/: include/pa_error.h, include/pa_exception.h,
20677: include/pa_pool.h, include/pa_request.h, main/main.dsp,
20678: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
20679: targets/Makefile.am: lowered targets/parser into subdir, added
20680: parser_Pool(Pool) failed to add. would think..
20681:
20682: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
20683: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
20684: main/pa_string.C, main/pa_table.C: Table more like C++ style
20685: hence lots of 'const'
20686:
20687: * src/: include/pa_error.h, include/pa_request.h,
20688: include/pa_string.h, include/pa_table.h, main/pa_error.C,
20689: main/pa_table.C: Error fixed
20690:
20691: 2001-01-29 paf
20692:
20693: * src/: include/pa_array.h, include/pa_common.h,
20694: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
20695: include/pa_request.h, include/pa_string.h, include/pa_table.h,
20696: main/Makefile.am, main/pa_array.C, main/pa_common.C,
20697: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
20698:
20699: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
20700: include/pa_string.h, include/pa_table.h, include/pa_types.h,
20701: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
20702: main/pa_string.C, main/pa_table.C: Request Error Table
20703:
20704: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
20705: templates"
20706:
20707: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
20708: main/main.dsp, main/pa_array.C: templates failed no template
20709: specializations [VC6], no library auto instantation [VC6, GNU c++
20710: 2.95.2-6 from latest cygwin]
20711:
20712: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
20713: include/pa_string.h, include/pa_table.h, include/pa_types.h,
20714: main/main.dsp, main/pa_array.C, main/pa_string.C,
20715: main/pa_table.C: Table started would test template Array now
20716:
20717: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
20718: String originating
20719:
20720: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
20721: main/pa_hash.C: made local Hash-es not thread safe=quicker by
20722: SYNCHRONIZED(thread_safe)
20723:
20724: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
20725: parts to top
20726:
20727: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
20728: main/pa_threads.C: decided on one global_mutex, like PHP as I can
20729: see: needed only in global Hash now, made Hash:: put/get
20730: SYNCHRONIZED
20731:
20732: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
20733: main/pa_threads.C: added pa_threads
20734:
20735: Mutex
20736:
20737: * src/include/pa_hash.h: some comments
20738:
20739: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
20740: Array& operator += (Array& src)
20741:
20742: * src/main/pa_array.C: expand not convinient, would rewrite
20743:
20744: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
20745: (Array& src)
20746:
20747: rethought, would change now
20748:
20749: 2001-01-27 paf
20750:
20751: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
20752: caching
20753:
20754: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
20755: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
20756: cache rethought to chunk caching
20757:
20758: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
20759: include/pa_string.h, main/main.dsp, main/pa_array.C,
20760: main/pa_hash.C, main/pa_string.C: Array 0
20761:
20762: * src/main/pa_string.C: String::operator ==
20763:
20764: * src/main/pa_hash.C: String(&String)
20765:
20766: * src/main/pa_hash.C: added pa_hash.C [forgotten]
20767:
20768: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
20769: main/main.dsp, main/pa_string.C: uint, and added pa_types &
20770: pa_hash[forgotten]
20771:
20772: 2001-01-26 paf
20773:
20774: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
20775: removed templates [vc++ suxx]
20776:
20777: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
20778: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
20779:
20780: * src/include/: pa_pool.h, pa_string.h: pa_pool split
20781:
20782: * src/main/: main.dsp, pa_string.C: $Id$ check
20783:
20784: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
20785: check
20786:
20787: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
20788: dynamic row_count
20789:
20790: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
20791: main/main.dsp, main/pa_pool.C, main/pa_string.C,
20792: targets/Makefile.am: Initial revision
20793:
20794: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
20795: main/main.dsp, main/pa_pool.C, main/pa_string.C,
20796: targets/Makefile.am: creating parser3 module
20797:
E-mail: