Annotation of parser3/ChangeLog, revision 1.131
1.131 ! moko 1: 2020-01-18 moko
! 2:
! 3: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
! 4:
1.130 moko 5: 2019-12-28 moko
6:
7: * src/targets/cgi/parser3.C: avoid empty ?
8:
9: 2019-12-27 moko
10:
11: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
12: DOCUMENT_ROOT (related to feature #1164)
13:
14: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
15: fcgiwrap setup (implements feature #1164)
16:
17: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
18: but no issues found (related to feature #1164)
19:
20: * src/targets/cgi/parser3.C: actualized
21:
22: 2019-12-26 moko
23:
24: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
25: removed
26:
27: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
28: removed
29:
30: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
31: allocation errors, we don't want default gc warnings (without
32: timestamp and URI).
33:
34: * src/: classes/memory.C, main/pa_globals.C,
35: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
36: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
37: pa_globals_init
38:
39: * src/main/pa_globals.C: setup_hex_value() removed, static array
40: initialization used (optimization)
41:
42: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
43: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
44: pa_socks_init/pa_socks_done moved inside pa_globals_init
45: (optimization)
46:
1.129 moko 47: 2019-12-09 moko
48:
49: * src/include/pa_config_fixed.h: warning war
50:
1.128 moko 51: 2019-12-08 moko
52:
53: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
54: process grammar under Unix.
55:
56: 2019-12-07 moko
57:
58: * tests/389.html: For Windows XP. :)
59:
60: * tests/388-sql.html: Windows compatibility added
61:
62: 2019-12-06 moko
63:
64: * src/targets/cgi/parser3.C: warning war
65:
66: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
67: == sizeof(CORD)) to avoid aligning bugs in future
68:
69: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
70: XML_STATIC
71:
72: * src/include/pa_request.h: StackItem() not required
73:
74: * src/include/pa_stack.h: warning war
75:
76: * src/include/pa_config_includes.h: GCC warning silenced
77:
78: * src/include/pa_memory.h: warning war: the program should also
79: define 'void operator delete [](void*, std::size_t)'
80: [-Wsized-deallocation]
81:
82: * src/types/: pa_vregex.h, pa_vtable.h: warning war
83:
84: * src/classes/string.C: not reqired cast removed
85:
86: * src/classes/string.C: not reqired cast removed
87:
88: 2019-12-05 moko
89:
90: * src/lib/sdbm/pa_file_io.C: warning war
91:
92: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
93: enum Language : size_t - required for VS2015+ to make
94: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
95: without it (related to feature #1198)
96:
97: 2019-12-04 moko
98:
99: * src/main/pa_base64.C: unsigned char -> uchar
100:
101: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
102: as other libs
103:
104: * src/include/pa_version.h: +amd64
105:
106: 2019-12-03 moko
107:
108: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
109: release
110:
111: * src/include/pa_config_includes.h: warning war
112:
113: * src/classes/image.C: warning war
114:
115: * src/main/pa_globals.C: x64 libs support
116:
117: * src/include/pa_config_includes.h: warning war
118:
119: * src/types/pa_method.h: warning war
120:
1.127 moko 121: 2019-11-28 moko
122:
123: * src/classes/math.C: vs2003 compatibility + warning war
124:
125: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
126: libxml2-2.9.9 (related to feature #1136)
127:
128: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
129: typecast for more compatibility (related to feature #1136)
130:
131: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
132: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
133: feature #1136)
134:
135: 2019-11-26 moko
136:
137: * src/main/: compile_tools.C, compile_tools.h: invalid assert
138: removed (it was failing in $$var case), condition added
139:
1.126 moko 140: 2019-11-25 moko
141:
142: * tests/: 397.html, 399.html, results/141.processed,
143: results/399.processed: base64 options tested
144:
145: * src/: classes/math.C, main/pa_http.C: base64 options used
146:
147: * src/main/pa_base64.C: base64 encode rewritten, base64 options
148: implemented (feature #986)
149:
150: * src/main/pa_cache_managers.C: whitespace
151:
152: * tests/: 397.html, 399.html, results/399.processed: tests for
153: ^base64 encode options added (related to feature #986)
154:
155: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
156: pa_base64_encode(file) removed - more memory, but faster and less
157: code (related fo feature #986)
158:
159: 2019-11-24 moko
160:
161: * tests/: 155.html, results/155.processed: limit and offset in
162: ^table::load[] now supported, thus test added
163:
164: * src/: classes/file.C, classes/table.C, include/pa_common.h,
165: main/pa_common.C: optimization: offset and limit options parsing
166: moved inside file_load.
167:
168: 2019-11-23 moko
169:
170: * src/: classes/file.C, classes/op.C, include/pa_common.h,
171: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
172: optimization: file_read replaced with simplified file_read_binary
173:
174: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
175: types/pa_vform.C: whitespace
176:
177: * src/: include/pa_common.h, main/pa_common.C: never used params
178: removed
179:
180: 2019-11-21 moko
181:
182: * tests/: 193.html, results/193.processed, results/389.processed:
183: test results updated as now base64 does not discard tail without
184: padding (related to feature #986)
185:
186: 2019-11-20 moko
187:
188: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
189: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
190: pa_base64_decode (related to feature #986)
191:
192: * tests/398.html: tests for base64 decode added (related to feature
193: #986)
194:
195: * src/main/pa_base64.C: base64_decode rewritten - padding option
196: support, padding inside base 64 supported (related to feature
197: #096)
198:
199: 2019-11-19 moko
200:
201: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
202: FreeBSD 12
203:
1.125 moko 204: 2019-11-16 moko
205:
206: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
207: support added, step support removed (related to #986)
208:
209: 2019-11-15 moko
210:
211: * src/classes/math.C: using log since log2 is not present on
212: FreeBSD < 8.4 (related to feature #1177)
213:
214: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
215: pa_base64_size extracted and used for files as well (related to
216: feature 986)
217:
218: 2019-11-14 moko
219:
220: * tests/: 397.html, results/397.processed: + content check
221:
222: * tests/: 141.html, results/141.processed: make test resuls more
223: readable
224:
225: * tests/: 397.html, results/193.processed, results/397.processed:
226: test results updated after \x00 character was disabled in
227: math:convert string mode (related to feature #1177)
228:
229: * src/classes/: math.C, string.C: \\x00 character disabled while
230: converting to string (as in base64, related to feature #1177)
231:
232: * src/classes/file.C: more correct arguments separation
233:
234: * src/: classes/file.C, classes/math.C, classes/string.C,
235: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
236: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
237: options added, but not yet implemented (related to feature #986)
238:
239: * src/classes/math.C: whitespace
240:
241: 2019-11-13 moko
242:
243: * tests/: 397.html, results/397.processed: +tainting test (related
244: to feature #1177)
245:
246: * src/classes/math.C: as we now produce not only digits, result
247: should be tainted (related to feature #1177)
248:
249: * src/main/pa_base64.C: whitespace
250:
251: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
252: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
253: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
254: implementation moved from pa_common.h and pa_common.C
255:
256: 2019-11-12 moko
257:
258: * tests/: 275.html, results/275.processed: out of range test fixed,
259: as ^math:convert now supports arbitrary precision
260:
261: 2019-11-11 moko
262:
263: * tests/results/389.processed: uctualized error message
264:
265: * tests/: 389.html, 397.html, results/397.processed: tests for
266: ^math:convert added (related to feature #1177)
267:
268: * src/classes/math.C: ^math:convert now supports arbitrary
269: precision, alphabet support added (implements feature #1177)
270:
1.124 moko 271: 2019-11-06 moko
272:
273: * tests/: 181.html, results/181.processed: entities usage added,
274: more entites load tests (related to bug #842 discussion)
275:
276: 2019-11-05 moko
277:
278: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
279: call from xmlFileOpen if http://localhost/<file> was not found
280: (related to bug #842)
281:
282: * src/main/pa_xml_io.C: rename
283:
284: * src/main/pa_xml_io.C: +MemoryStream constructor
285:
286: * src/main/pa_xml_io.C: whitespace
287:
1.123 moko 288: 2019-10-31 moko
289:
290: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
291: XML_PARSE_NOENT) added to fix entities load, (related to feature
292: #1181)
293:
1.122 moko 294: 2019-10-25 moko
295:
296: * tests/: 388-sql.html, results/388-sql.processed: more multiple
297: queries tests
298:
299: 2019-10-24 moko
300:
301: * tests/: 388-sql.html, results/388-sql.processed: support for
302: pgsql driver test
303:
304: * tests/: 388-sql.html, results/388-sql.processed:
305: multi_statements=1 now tested, mysql test now supported
306: (connection must be specified in [parser3] section in .my.cnf)
307: related to issues #1195 and #1194
308:
1.121 moko 309: 2019-09-11 moko
310:
311: * src/classes/int.C: whitespace
312:
313: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
314: exception test
315:
316: * tests/results/388-sql.processed: sql queries now shown (related
317: to feature #1196)
318:
319: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
320: with old parser versions.
321:
322: * src/: classes/file.C, classes/hash.C, classes/string.C,
323: classes/table.C, classes/void.C, include/pa_sql_connection.h,
324: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
325: instead of connect string in query_event_handlers exceptions
326: (implements feature #1196)
327:
1.120 moko 328: 2019-09-06 moko
329:
330: * tests/388-sql.html: mysql compat
331:
332: * src/: classes/hash.C, classes/string.C, classes/table.C,
333: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
334: sql_ variables declaration moved to pa_common.h
335:
1.116 moko 336: 2019-01-15 moko
337:
338: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
339: logically sorted
340:
341: 2018-12-27 moko
342:
343: * src/include/pa_config_includes.h: warning war:
344: -Wdeprecated-register added for C++ 17
345:
346: 2018-10-15 moko
347:
348: * configure.ac: FreeBSD 11.2 can be build with ./configure
349: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
350: --with-xml=/usr/local/
351:
352: 2018-09-24 moko
353:
354: * tests/: 396.html, 396.tiff, results/396.processed: test for
355: ^image::measure[] now supports tiff added (related to feature
356: #1188)
357:
358: * src/classes/image.C: ^image::measure[] now supports tiff
359: (implements feature #1188)
360:
361: 2018-09-20 moko
362:
363: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
364: files measure added (related to ticket #1188)
365:
366: * src/classes/image.C: measure of bmp files implemented (related to
367: ticket #1188)
368:
369: 2018-09-18 moko
370:
371: * tests/: 394-curl.html, results/394-curl.processed,
372: results/auto.p: test for bug #1187 (max_file_size check for head
373: requests) added
374:
375: 2018-08-24 moko
376:
377: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
378: response content-length check is required (fixes bug #1187)
379:
380: 2018-05-11 moko
381:
382: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
383: $.append(bool) ] option added (related to feature #919)
384:
385: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
386: from misha@ patch (implements feature #919)
387:
388: 2018-03-22 moko
389:
390: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
391: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
392: with 128kb buffer. Now works at least 12 times faster. :) May be
393: Windows-only problem.
394:
395: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
396: build fix)
397:
398: 2018-02-03 moko
399:
400: * src/main/execute.C: removes irrelevant lines from exception stack
401: trace when exceptions occurs in assigment (fixes bug #1165)
402:
403: * tests/: 393.html, results/393.processed: test for behavour after
404: "Property can not be created, already exists field with that
405: name" exception removed (related to feature #1183)
406:
407: * src/types/pa_vclass.C: "Property can not be created, already
408: exists field with that name" exception removed (implements
409: feature #1183)
410:
411: 2018-01-19 moko
412:
413: * src/classes/string.C: whitespace
414:
415: * src/classes/string.C: whitespace
416:
417: * tests/: 392.html, results/392.processed: test for
418: ^regex::create[$regex] added (related to feature #1135)
419:
420: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
421: ^regex::create[$regex] added (implements feature #1135)
422:
423: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
424: commented define added (related to feature #1157)
425:
426: 2018-01-17 moko
427:
428: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
429:
430: 2018-01-15 moko
431:
432: * tests/: 390.html, results/390.processed: real path replaced by
433: stub
434:
435: * tests/: 391.html, results/391.processed: test for feature #1181
436: (XML_PARSE_HUGE exception) added
437:
438: 2018-01-11 moko
439:
440: * bin/auto.p.dist.in: sqlite3 -> libsqlite3
441:
442: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
443: XML_PARSE_HUGE option passed by default (implements feature
444: #1181)
445:
446: * src/classes/string.C: whitespace
447:
448: 2017-12-10 moko
449:
450: * tests/: 389.html, 390.html, results/389.processed,
451: results/390.processed: image code coverage tests added (related
452: to feature #1125)
453:
454: 2017-12-08 moko
455:
456: * tests/: 346-curl.html, 388-sql.html, 389.html,
457: results/346-curl.processed, results/388-sql.processed,
458: results/389.processed: more code coverage tests
459:
460: * tests/: 264.html, results/264.processed: code coverage for
461: ^file::exec[]
462:
463: 2017-12-07 moko
464:
465: * tests/: 174.html, 388-sql.html, 389.html,
466: results/388-sql.processed, results/389.processed,
467: results/174.processed: more coverage tests
468:
469: * src/classes/math.C: exception text actualized
470:
471: 2017-12-06 moko
472:
473: * tests/388-sql.html: $SQL can be here
474:
475: * tests/results/auto.p: $SQL not required here
476:
477: * tests/: 388-sql.html, 389.html, Makefile,
478: results/388-sql.processed, results/389.processed, results/auto.p:
479: code coverage tests for sql (using sqlite) and int/double/bool
480: added (related to feature #1125)
481:
482: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
483: lib/json/json.vcproj, lib/md5/md5.vcproj,
484: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
485: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
486: targets/apache/ApacheModuleParser3Core.vcproj,
487: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
488: types/types.vcproj: gc\include no longer required
489:
490: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
491: required
492:
493: * src/: classes/Makefile.am, classes/table.C,
494: include/pa_config_includes.h, include/pa_string.h,
495: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
496: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
497: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
498: targets/apache/Makefile.am, targets/cgi/Makefile.am,
499: types/Makefile.am: to be sure that our version of gc.h/cord.h is
500: used, we now include it directly
501:
502: 2017-12-04 moko
503:
504: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
505: memcached/memcached.vcproj, punycode/punycode.vcproj,
506: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
507: where required
508:
509: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
510: now can be used to trace memory allocations
511:
512: * src/: classes/table.C, include/pa_config_includes.h,
513: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
514: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
515: method removes, libcord also can work without libgc
516:
517: * src/classes/json.C: pa_gc_malloc_atomic should not be used
518:
519: 2017-11-29 moko
520:
521: * src/classes/curl.C: no exception if some of ^curl:info[] elements
522: are not present (related to feature #1173)
523:
524: * tests/346-curl.html: test updated to test curl content-length bug
525: (related to feature #1173)
526:
527: * tests/results/346-curl.processed: more test for content-length
528: curl bug (related to feature #1173)
529:
530: * tests/results/346-curl.processed: test results updated after
531: #1173 implemented
532:
533: 2017-11-28 moko
534:
535: * src/classes/curl.C: another libcurl Content-length bug walkaround
536: (related to feature #1173)
537:
538: 2017-11-27 moko
539:
540: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
541: $.http_version[version string] added (implements feature #1173),
542: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
543: where $post(true) bug existed.
544:
545: 2017-11-18 moko
546:
547: * src/include/pa_memory.h: warning war (related to feature #1170)
548:
549: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
550: feature #1170)
551:
552: 2017-11-17 moko
553:
554: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
555: std::basic_stringstream used in ^table.csv-string[] is compatible
556: with delete usage check only under Debian 9 (related to feature
557: #1170)
558:
559: 2017-11-16 moko
560:
561: * src/: classes/curl.C, classes/hash.C, classes/json.C,
562: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
563: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
564: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
565: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
566: types/pa_vxdoc.h: regular new/delete no longer used in our code,
567: stubs defend from accidental use (implements feature #1170)
568:
569: 2017-06-24 moko
570:
571: * configure.ac: minor fix: thanks to alx@
572:
1.115 moko 573: 2017-05-29 moko
574:
575: * src/types/pa_vmail.C: mail headers are now correctly truncated -
576: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
577: added to avoid cutting of UTF-8 chars (fixed bug #123)
578:
579: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
580: ignored, =?UTF-8?Q?= should start in case of leading space
581: (related to bug #123)
582:
583: * buildall: echo -n -> printf for OS X. :)
584:
585: 2017-05-25 moko
586:
587: * tests/: 288.html, results/288.processed: test updated afted
588: setting $o.prop without setter exception removed (related to
589: feature #1157)
590:
591: * src/types/pa_vclass.C: no more "this property has no setter
592: method" when setting $o.prop without setter (implements feature
593: #1157)
594:
595: * buildall: echo \c -> echo -n for FreeBSD
596:
597: * configure, configure.ac, src/include/pa_config_auto.h.in,
598: src/types/pa_vdouble.h: isfinite now checked in configure
599:
600: * compile, config.guess, config.sub, depcomp, install-sh, missing:
601: upgraded to automake 1.15
602:
603: 2017-05-23 moko
604:
605: * src/types/pa_vdouble.h: finite returned where isfinite not
606: defined
607:
608: 2017-05-22 moko
609:
610: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
611:
612: * buildall: extern CFLAGS setting support
613:
614: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
615:
616: * buildall: http -> https
617:
618: * buildall: gc-7.2f -> gc-7.6.0
619:
620: 2017-05-20 moko
621:
622: * buildall: https, pcre, xml, xslt updated to current versions
623: (related to feature #1136)
624:
625: 2017-05-19 moko
626:
627: * tests/097.html: after parser.ru moved to https
628:
629: 2017-05-17 moko
630:
631: * tests/results/: 175.processed, 372.processed: tests resuls
632: updated after lintian spelling typos fixed (related to bug #1156)
633:
634: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
635: classes/string.C, classes/table.C, main/pa_charset.C,
636: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
637: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
638: lintian reported by Sergey B Kirpichev (fixes bug #1156)
639:
640: * tests/results/096.processed: +XMP
641:
642: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
643: $.xmp(true) options tested (test for feature #1154)
644:
645: * src/classes/image.C: ^image:measure[] options $.exif(false)
646: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
647: fetched by default! (implements feature #1154)
648:
649: 2017-05-16 moko
650:
651: * tests/: 256.html, results/256.processed: ^json:string[$image] now
652: allowed (related to feature #1154)
653:
654: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
655: initial XMP implementation - without options and transcode
656: (related to feature #1154)
657:
658: 2017-05-12 moko
659:
660: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
661: image: exif moved to ffields, skipped in ^image.html[] where
662: iterators now used (preparation for feature #1154)
663:
664: 2017-05-05 moko
665:
666: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
667: results/387.processed: test for circular class inheritance check
668: added (related to bug #1150)
669:
670: * src/types/pa_vstateless_class.C: circular class inheritance check
671: added (fixes endless add_derived bug #1150)
672:
673: 2017-05-04 moko
674:
675: * tests/: 386.html, results/386.processed: test for
676: $table.value(number) added (related to feature #1152)
677:
678: * src/types/pa_vtable.C: table put_element: column value must be
679: string - > column value must be string compatible to allow
680: $t.value(1) (implements feature #1152)
681:
682: 2017-05-03 moko
683:
684: * src/main/pa_request.C: $use[$method] is not possible, reverting
685: (related to feature #1151)
686:
687: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
688: not possible, removing test (related to feature #1151)
689:
690: * src/: main/pa_request.C, types/pa_vstateless_class.h:
691: get_element_method added and used to allow $use[$method] and
692: $autouse[$method] (implements feature 1151)
693:
694: * tests/: 386.html, 386.p, results/386.processed: test for @use in
695: variable added (related to feature #1151)
696:
697: * tests/results/226.processed: actualized after ^try-catch used
698:
699: * tests/: 226.html, 385.html, results/385.processed: test for
700: @autouse in variable added
701:
702: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
703:
1.114 moko 704: 2017-02-27 moko
705:
706: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
707:
1.113 moko 708: 2017-02-20 moko
709:
710: * operators.txt: actualization + beauty
711:
712: 2017-02-16 moko
713:
714: * tests/: 384.html, results/384.processed: test for
715: ^reflection:mixin[; $.name[] ] option added (related to feature
716: #1089)
717:
718: * tests/: 384.html, results/384.processed: test for
719: ^reflection:mixin[] added (related to feature #1089)
720:
721: * src/types/pa_value.h: warning war: virtual ~Value() added
722:
1.112 moko 723: 2017-02-15 moko
724:
725: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
726: fixed
727:
728: * tests/: 320.html, results/320.processed: $.reverse(true/false)
729: test added (related to feature #1069)
730:
731: * src/: classes/reflection.C, types/pa_vstateless_class.h:
732: compilation without HASH_ORDER fixed
733:
734: * src/: classes/reflection.C, include/pa_hash.h:
735: $.reverse(true/false) added to ^reflection:methods[] (related to
736: feature #1069)
737:
738: 2017-02-14 moko
739:
740: * tests/: 152.html, results/152.processed: test for $._default hash
741: added (related to bug #1131)
742:
743: * tests/: 277.html, results/277.processed: test for hash with only
744: $._default is now defined (related to bug #1131)
745:
746: * src/types/pa_vhash.h: hash with only $._default is now defined
747: (fixed bug #1131)
748:
749: 2017-02-13 moko
750:
751: * tests/cat-windows.sh: cat-windows added (cygwin required)
752:
753: * tests/: 171.html, 264.html, 286.html, 370.html,
754: results/320.processed, results/375.processed, results/auto.p:
755: cat-windows.sh support added
756:
757: * tests/375.html: Windows support
758:
759: * tests/270.html: documented
760:
761: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
762: (not backslashes) even under Windows (broke test 270)
763:
764: 2017-02-12 moko
765:
766: * tests/: descript.ion, todo.txt: cleanup
767:
768: 2017-02-09 moko
769:
770: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
771: run_tests.cmd: Windows compatibility
772:
773: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
774: incorrectly (GMT) if parser is called from cygwin
775:
1.111 moko 776: 2017-02-08 moko
777:
1.112 moko 778: * operators.txt: actualization 15% completed
779:
780: * operators.txt: cp1251 -> utf-8
781:
782: * NEWS, README: minor update
783:
784: * src/include/pa_config_includes.h: warning war continues
785:
786: * src/: include/pa_config_includes.h, include/pa_memory.h,
787: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
788: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
789: gcc 6.x issues fixed
790:
1.111 moko 791: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
792: classes/classes.h, classes/curl.C, classes/date.C,
793: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
794: classes/hashfile.C, classes/image.C, classes/inet.C,
795: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
796: classes/memcached.C, classes/memory.C, classes/op.C,
797: classes/reflection.C, classes/regex.C, classes/response.C,
798: classes/string.C, classes/table.C, classes/void.C,
799: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
800: include/pa_array.h, include/pa_cache_managers.h,
801: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
802: include/pa_config_fixed.h, include/pa_config_includes.h,
803: include/pa_dictionary.h, include/pa_dir.h,
804: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
805: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
806: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
807: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
808: include/pa_request_charsets.h, include/pa_request_info.h,
809: include/pa_sapi.h, include/pa_socks.h,
810: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
811: include/pa_stack.h, include/pa_string.h,
812: include/pa_stylesheet_connection.h,
813: include/pa_stylesheet_manager.h, include/pa_symbols.h,
814: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
815: include/pa_uue.h, include/pa_xml_exception.h,
816: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
817: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
818: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
819: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
820: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
821: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
822: main/compile.tab.C, main/compile.y, main/compile_tools.C,
823: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
824: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
825: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
826: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
827: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
828: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
829: main/pa_string.C, main/pa_stylesheet_connection.C,
830: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
831: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
832: main/untaint.C, sql/pa_sql_driver.h,
833: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
834: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
835: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
836: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
837: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
838: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
839: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
840: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
841: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
842: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
843: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
844: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
845: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
846: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
847: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
848: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
849: types/pa_vmemcached.h, types/pa_vmemory.h,
850: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
851: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
852: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
853: types/pa_vresponse.C, types/pa_vresponse.h,
854: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
855: types/pa_vstateless_object.h, types/pa_vstatus.C,
856: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
857: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
858: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
859: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
860: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
861: 2015->2017
862:
1.110 moko 863: 2017-02-07 moko
864:
865: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
866:
867: 2017-02-06 moko
868:
869: * src/main/pa_common.C: minor fixes, whitespace
870:
871: * src/: classes/curl.C, classes/file.C, classes/image.C,
872: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
873: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
874: now used (implements feature #1081)
875:
876: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
877:
878: 2017-02-01 moko
879:
880: * src/include/pa_request.h: cleanup
881:
882: 2017-01-30 moko
883:
884: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
885:
886: 2017-01-29 moko
887:
888: * tests/: 383.html, results/383.processed: test for
889: ^reflection:stack[] added (related to feature #1052)
890:
891: * src/classes/reflection.C: else added
892:
893: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
894: $.max_file_lock_wait added (implements feature #1128)
895:
896: 2017-01-28 moko
897:
898: * tests/: 379-curl.html, results/379-curl.processed: curl empty
899: body and other cases tests added (related to featue #1014)
900:
901: * src/classes/curl.C: bug if response is empty fixed (related to
902: feature #1014)
903:
904: 2017-01-27 moko
905:
906: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
907: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
908: added (implements feature #1052)
909:
910: 2017-01-25 moko
911:
912: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
913: method test added
914:
915: 2017-01-23 moko
916:
917: * src/classes/reflection.C: optimization: options->get replaced by
918: hash iterator
919:
920: * tests/: 381.html, results/381.processed: now -> fixed date
921:
922: * src/main/pa_request.C: warning war
923:
924: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
925: 5Mb (fixes bug #1058)
926:
927: * src/classes/curl.C: warning war
928:
929: * tests/: 381.html, results/381.processed: tests for ^json:string
930: $.one-line(true) option added (related to feature #1124)
931:
932: * src/: classes/json.C, types/pa_value.h: $json-string
933: $.one-line(true|false) options is now supported (implements
934: feature #1124)
935:
936: * tests/: 380.html, results/380.processed: test for modified
937: $.max_file_size added (related to bug #1014)
938:
939: * tests/: 379.html, results/auto.p: tests for rewritten http file
940: load added (related to bug #1014)
941:
942: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
943: main/pa_common.C, main/pa_http.C: check_file_size added and used
944: in curl / file load from disk and http, http file load rewritten
945: (related to bug #1014)
946:
947: 2017-01-18 moko
948:
949: * tests/: 378.html, results/378.processed: tests for ^result[]
950: added (related to feature #66)
951:
952: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
953: Method::CO_WITHOUT_FRAME as frame still added in expression
954: (related to feature #66)
955:
956: 2017-01-17 moko
957:
958: * tests/: 377.html, results/377.processed: test for different
959: combinations of breaks in body and delimiter (related to bug
960: #1077)
961:
962: * tests/: 376.html, results/376.processed: many ^break[] tests
963: added (related to bug #1077)
964:
965: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
966: passed to native method" exception added to avoid bugs due to
967: WRITE_EXPR_RESULT skipped and native methods execution continues
968: after ^break[] (related to bug #1077)
969:
970: 2017-01-14 moko
971:
972: * tests/: 330.html, results/330.processed: test results updated
973: after ^break[] bugs where fixed (related to bug #1077)
974:
975: * tests/: 329.html, results/329.processed: test results updated
976: after ^break[] bugs where fixed (related to bug #1077)
977:
978: * tests/results/320.processed: ^return[] added
979:
980: 2017-01-13 moko
981:
982: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
983: classes/table.C, include/pa_request.h, main/execute.C,
984: main/pa_request.C, targets/cgi/parser3.C,
985: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
986: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
987: checked after each possible process/execute call (fixes bug
988: #1077)
989:
990: 2016-12-29 moko
991:
992: * src/main/pa_common.C: warning war
993:
994: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
995: include/pa_types.h, main/pa_request.C, main/pa_string.C:
996: pa_file_size_limit added, ^math:random fixed for upper limit and
997: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
998: (related to feature #1014)
999:
1000: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1001: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1002: (related to feature #1014)
1003:
1004: 2016-12-28 moko
1005:
1006: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1007: warning war
1008:
1009: 2016-12-26 moko
1010:
1011: * tests/: 341.html, results/341.processed: test for
1012: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1013:
1014: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1015: (related to feature #1057)
1016:
1017: * src/types/pa_vdate.C: warning war continues...
1018:
1019: * src/: classes/date.C, classes/image.C, classes/table.C,
1020: include/pa_config_includes.h, types/pa_vfile.C: warning war
1021:
1022: * src/lib/gd/gifio.C: warning war / cleanup
1023:
1024: * src/lib/json/pa_json.C: warning war
1025:
1026: * src/classes/hash.C: warning war
1027:
1028: * src/types/pa_vfile.C: warning war
1029:
1030: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
1031: -Wall warning war continues
1032:
1033: * configure.ac: --with-build-warnings actualized
1034:
1035: 2016-12-25 moko
1036:
1037: * src/main/pa_exec.C: -wAll warning war
1038:
1039: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
1040: -wAll warning war
1041:
1042: * src/: include/pa_common.h, include/pa_sapi.h,
1043: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
1044: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
1045: -wAll warning war
1046:
1047: 2016-12-23 moko
1048:
1049: * src/lib/ltdl/Makefile.am: extra dist added
1050:
1051: * tests/results/344.processed: test result updated after $file.text
1052: prefetched in ^hash::create[$file] (related to feature #1075)
1053:
1054: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
1055: ^hash::create[$file] (related to feature #1075)
1056:
1057: 2016-12-22 moko
1058:
1059: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1060: main/pa_request.C, main/pa_stylesheet_connection.C,
1061: types/pa_vfile.C: file_stat now return 64-bit size (implements
1062: #1014 under 32-bit unix versions)
1063:
1064: 2016-12-21 moko
1065:
1066: * tests/: 375.html, results/375.processed: test for exec returning
1067: stated file added (related to feature #1119)
1068:
1069: * src/classes/file.C: load should not return file with null body
1070: (fixes bug #1119)
1071:
1072: 2016-12-14 moko
1073:
1074: * tests/: 374.html, results/374.processed: test for $method.name
1075: added (related to feature #1117) plus method returning junction
1076: test
1077:
1078: 2016-12-13 moko
1079:
1080: * src/: include/pa_symbols.h, main/pa_symbols.C,
1081: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
1082: (implements feature #1117)
1083:
1084: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
1085: HEAD and TRACE can't have body (implements feature #1116)
1086:
1087: 2016-12-09 moko
1088:
1089: * tests/: 373.html, results/373.processed: tests for
1090: ^reflection:tainting added (related to feature #1098)
1091:
1092: * src/classes/reflection.C: ^reflection:tainting arguments order
1093: change (related to feature #1098)
1094:
1095: 2016-12-06 moko
1096:
1097: * src/: classes/reflection.C, include/pa_string.h,
1098: main/pa_string.C: ^reflection:tainting[$string] added (implements
1099: feature #1098)
1100:
1101: 2016-12-05 moko
1102:
1103: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
1104: (fixes bug #1114)
1105:
1106: 2016-12-04 moko
1107:
1108: * tests/: 206.html, results/206.processed: negative zero (0/-1)
1109: check added
1110:
1111: 2016-12-03 moko
1112:
1113: * tests/: 346-curl.html, results/346-curl.processed: test modified
1114: to test value.as_hash() usage
1115:
1116: * src/classes/curl.C: value.as_hash() used for correct hash
1117: processing
1118:
1119: * src/classes/reflection.C: exceptions texts fixes
1120:
1121: 2016-12-02 moko
1122:
1123: * tests/: 372.html, results/372.processed: tests for
1124: ^reflection:create[ $.class[name] $.constructor[name]
1125: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
1126: feature #1094)
1127:
1128: * src/types/pa_vmethod_frame.h: comment added: params should be
1129: declared outside of *_FRAME_ACTION as MethodParams destructor
1130: will be called in ~VNativeMethodFrame
1131:
1132: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
1133: ] minor fix
1134:
1135: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
1136: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
1137: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
1138: now supported (implements feature #1094) value::as_hash added
1139: (and should be used everywhere)
1140:
1141: * src/classes/reflection.C: cleanup
1142:
1143: 2016-12-01 moko
1144:
1145: * tests/: 356.html, results/356.processed: test for method
1146: junctions class name added to the resulting hash added (related
1147: to feature #1068)
1148:
1149: * src/classes/reflection.C: for method junctions class name added
1150: to the resulting hash (related to feature #1068)
1151:
1152: 2016-11-30 moko
1153:
1154: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
1155: exception (related to bug #1113)
1156:
1157: * src/types/pa_vhashfile.C: whitespace
1158:
1159: * src/main/pa_os.C: errno now returned as it should (fixes bug
1160: #1113)
1161:
1162: * tests/results/: 175.processed, 192.processed, 224.processed,
1163: 229.processed, 239.processed, 244.processed, 246.processed,
1164: 314.processed, 352.processed: tests results updated after method
1165: call exceptions improved as method now keeps its name
1166:
1167: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
1168: types/pa_vmethod_frame.h: method call exceptions improved as
1169: method now keeps its name
1170:
1171: * tests/: 224.html, 239.html, results/224.processed,
1172: results/239.processed: tests and tests results updated after
1173: Request::construct exception changed
1174:
1175: * src/: classes/reflection.C, main/execute.C: Request::construct
1176: exception optimized
1177:
1178: * tests/: 371.html, results/371.processed: test for
1179: WWrapper.get_element call in $.name.key[value] code added
1180: (related to feature #1091)
1181:
1182: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
1183: in $.name.key[value] code (related to feature #1091)
1184:
1185: 2016-11-29 moko
1186:
1187: * src/classes/op.C: VS warning war
1188:
1189: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
1190: C4239: nonstandard extension used : 'return' : conversion from
1191: 'Value' to 'Value &' (related to feature #1020)
1192:
1193: * src/: main/execute.C, types/pa_vmethod_frame.h,
1194: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
1195: used : 'return' : conversion from 'Value' to 'Value &' (related
1196: to feature #1020)
1197:
1198: * src/main/execute.C: VS warning war
1199:
1200: * src/targets/cgi/parser3.C: VS compatibility fix
1201:
1202: * src/include/pa_request.h: VS warning war
1203:
1204: * tests/: 370.html, results/370.processed: test for ^file::exec[
1205: ... $.stdin[$binary_file] ] added (related to bug #1044)
1206:
1207: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
1208: include/pa_string.h, main/pa_exec.C: pa_exec now supports
1209: $.stdin[$binary_file] (fixes bug #1044)
1210:
1211: 2016-11-28 moko
1212:
1213: * src/main/pa_exec.C: whitespace
1214:
1215: * src/main/pa_request.C: whitespace
1216:
1217: * tests/: 369.html, results/369.processed: test for
1218: $response:status usage added (related to feature #1099)
1219:
1220: * src/targets/cgi/parser3.C: HTTP response code used as exit status
1221: if < 100 (implements feature #1099)
1222:
1223: * src/targets/cgi/parser3.C: whitespace
1224:
1225: * src/targets/cgi/parser3.C: whitespace
1226:
1227: * tests/: 368.html, results/368.processed: test updated after
1228: ^reflection:filename[$method] added (related to feature #1053)
1229:
1230: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
1231: main/compile.y, main/execute.C, main/pa_request.C,
1232: types/pa_vclass.h: filename -> filespec,
1233: ^reflection:filename[$method] added (related to feature #1053)
1234:
1235: 2016-11-27 moko
1236:
1237: * tests/: 368.html, results/368.processed: test for
1238: reflection:filename[$class or object] added (related to feature
1239: #1053)
1240:
1241: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
1242: types/pa_vstateless_class.h: ^reflection:filename[$class or
1243: object] added (implements feature #1053)
1244:
1245: 2016-11-26 moko
1246:
1247: * src/: include/pa_request_info.h,
1248: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1249: remove_absolute_uri -> strip_absolute_uri
1250:
1251: 2016-11-25 moko
1252:
1253: * src/: include/pa_request_info.h,
1254: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1255: request_info.remove_absolute_uri added to remove possible
1256: http://site.name/ from $request:uri (implements feature #1112)
1257:
1258: 2016-11-24 moko
1259:
1260: * tests/: 367-curl.html, results/367-curl.processed: test for
1261: previous request headers clearing after redirect added (related
1262: to bug #1109)
1263:
1264: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
1265: response headers from previous requests are now cleared, only
1266: last request headers are collected (fixes bug #1109)
1267:
1268: * tests/results/: 266.processed, 321.processed, 356.processed:
1269: tests results updated as method name now added to the resulting
1270: hash for new syntax only (Imp1 compatimility fixed, related to
1271: feature #1068)
1272:
1273: * src/classes/reflection.C: method name now added to the resulting
1274: hash for new syntax only (Imp1 compatimility fixed, related to
1275: feature #1068)
1276:
1277: * tests/results/366.processed: test for native and parser
1278: implementation of ^use[] logic (related to feature #1074)
1279:
1280: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
1281: for native and parser implementation of ^use[] logic (related to
1282: feature #1074)
1283:
1284: 2016-11-23 moko
1285:
1286: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1287: main/pa_request.C: @USE file now implemented as ^use[file;
1288: $.origin[origin_file] ] (implements feature #1074)
1289:
1.109 moko 1290: 2016-11-21 moko
1291:
1.110 moko 1292: * tests/: 365.html, results/365.processed: test for $caller bugs in
1293: 3.4.4 and $caller.method now tested (related to feature #1110)
1294:
1295: * tests/: 364.html, results/364.processed: $caller usage in
1296: different contexts now tested (related to feature #1110)
1297:
1298: * src/types/types.vcproj: +pa_vcaller_wrapper.h
1299:
1300: * src/types/Makefile.am: pa_vcaller_wrapper.h added
1301:
1.109 moko 1302: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
1303: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
1304: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
1305: used (implements feature #1110)
1306:
1307: 2016-11-20 moko
1308:
1309: * src/types/pa_vdouble.h: whitespace
1310:
1311: 2016-11-11 moko
1312:
1313: * tests/: 363.html, results/363.processed: more tests for feature
1314: #1091 (how parser methods work in expression context)
1315:
1316: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
1317: expressions strings are now written as strings, not values by
1318: write_as_string (related to feature #1091)
1319:
1320: * src/classes/op.C: to make more correct behavour in expression
1321: context
1322:
1323: 2016-11-07 moko
1324:
1325: * tests/: 362.html, results/362.processed: test for
1326: xsltParseStylesheetDoc caching as xsl modification after it added
1327: (related to bug #1108)
1328:
1329: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
1330: result now cached as xdoc is modified after it (fixes bug #1108)
1331:
1332: 2016-11-06 moko
1333:
1334: * src/types/pa_vxdoc.h: whitespace
1335:
1336: 2016-11-05 moko
1337:
1338: * src/types/pa_vmethod_frame.h: cleanup
1339:
1340: 2016-11-03 moko
1341:
1342: * tests/results/244.processed: more correct exception after method
1343: frames separation
1344:
1345: * src/types/pa_vmethod_frame.h: minor optimizaion
1346:
1347: * src/types/pa_method.h: optimization: params_count added
1348:
1349: * src/: classes/json.C, classes/op.C, classes/reflection.C,
1350: include/pa_request.h, main/execute.C, main/pa_request.C,
1351: types/pa_value.C, types/pa_vmethod_frame.C,
1352: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
1353: VMethodFrame now divided into VNativeMethodFrame,
1354: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
1355: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
1356: and used (related to feature #1104)
1357:
1358: 2016-11-02 moko
1359:
1360: * src/: classes/bool.C, classes/curl.C, classes/date.C,
1361: classes/double.C, classes/file.C, classes/hash.C,
1362: classes/hashfile.C, classes/image.C, classes/inet.C,
1363: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1364: classes/memcached.C, classes/op.C, classes/reflection.C,
1365: classes/regex.C, classes/string.C, classes/table.C,
1366: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
1367: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
1368: r.write (implements feature #1091)
1369:
1370: * src/main/execute.C: cleanup (related to feature #1104)
1371:
1372: * src/: include/pa_request.h, main/execute.C,
1373: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
1374: added, in_expression removed (implements feature #1104)
1375:
1376: 2016-10-31 moko
1377:
1378: * src/types/pa_value.C: whitespace
1379:
1380: 2016-10-28 moko
1381:
1382: * tests/results/244.processed: updated after error reporting fixed
1383: in pa_wcontext.C
1384:
1385: * src/types/pa_wcontext.C: error reporting fixed
1386:
1387: * src/types/pa_wcontext.h: whitespace
1388:
1389: * src/classes/image.C: not fully readed entries are no longer
1390: processed (fixes bug #1106)
1391:
1392: 2016-10-26 moko
1393:
1394: * src/classes/image.C: whitespace
1395:
1396: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
1397: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
1398: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
1399: longer required (related to feature #1091)
1400:
1401: * tests/results/: 264.processed, 350.processed: test results update
1402: reverted (whitespace optimization) after write_no_lang removed :)
1403: (related to feature #1091)
1404:
1405: * src/: classes/file.C, classes/hash.C, classes/op.C,
1406: classes/string.C, classes/table.C, classes/void.C,
1407: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
1408: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
1409: equal write_pass_lang (related to feature #1091)
1410:
1411: * tests/results/: 264.processed, 350.processed: test results
1412: updated (whitespace optimization) after write_assign_lang removed
1413: (related to feature #1091)
1414:
1415: * tests/: 361.html, results/361.processed: test for non-string
1416: ^untaint added (related to feature #1091)
1417:
1418: * src/: classes/curl.C, classes/date.C, classes/file.C,
1419: classes/hash.C, classes/op.C, classes/string.C,
1420: include/pa_request.h, main/execute.C: optimization:
1421: write_assign_lang removed as not required (first part of feature
1422: #1091 implementation)
1423:
1.108 moko 1424: 2016-10-12 moko
1425:
1426: * tests/: 360.html, results/360.processed: more test code (related
1427: to feature #1104)
1428:
1429: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
1430: include/pa_request.h, main/compile.y, main/execute.C: opcode
1431: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
1432: WContext is next task (implements feature #1104)
1433:
1434: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
1435: / CO_WITHOUT_WCONTEXT
1436:
1437: * tests/: 360.html, results/360.processed: test for in expression
1438: state (related to feature #1104)
1439:
1440: 2016-10-11 moko
1441:
1442: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
1443:
1444: * src/classes/op.C: default value removed from initializer
1445:
1446: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
1447:
1448: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
1449:
1450: 2016-10-10 moko
1451:
1452: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
1453: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
1454: to feature #42)
1455:
1456: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
1457: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
1458:
1459: 2016-10-08 moko
1460:
1461: * src/classes/double.C: whitespace
1462:
1463: 2016-10-07 moko
1464:
1465: * src/types/pa_vmethod_frame.h: reorder
1466:
1467: 2016-10-06 moko
1468:
1469: * src/classes/date.C: typo
1470:
1471: * src/types/pa_vmethod_frame.h: whitespace + cleanup
1472:
1473: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1474: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
1475: types/pa_vmethod_frame.h: params.get now returns Value&, not
1476: Value*
1477:
1478: * src/types/pa_vmethod_frame.C: params.get should return Value&.
1479:
1480: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
1481: removed; first as_* code rewrite
1482:
1483: 2016-10-05 moko
1484:
1485: * src/include/pa_request.h: whitespace
1486:
1487: * tests/: 359.html, results/359.processed: test for VCodeFrame and
1488: intercept_string added (related to feature #1097)
1489:
1490: * src/: classes/image.C, classes/op.C, classes/table.C,
1491: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1492: optimization: intercept_string removed (implements feature #1097)
1493:
1494: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
1495:
1496: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
1497: from VCodeFrame and WWrapper as not required
1498:
1499: 2016-10-04 moko
1500:
1501: * src/: classes/curl.C, classes/date.C, classes/double.C,
1502: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
1503: classes/int.C, classes/json.C, classes/op.C,
1504: classes/reflection.C, classes/string.C, classes/table.C,
1505: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1506: proces_to_value -> process after StringOrValue removed (related
1507: to feature #1020)
1508:
1509: * src/classes/form.C: whitespace
1510:
1511: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
1512:
1513: * tests/: 357.html, 358.html, results/357.processed,
1514: results/358.processed, results/auto.p: test for @conf
1515: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
1516:
1517: 2016-10-03 moko
1518:
1519: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
1520: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
1521: supported (implements feature #42)
1522:
1523: * src/types/pa_vregex.h: no reason for VRegex to be
1524: is_evaluated_expr
1525:
1526: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
1527: (implements feature #1095)
1528:
1529: 2016-10-01 moko
1530:
1531: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
1532: false by default (related to feature #1089)
1533:
1534: 2016-09-30 moko
1535:
1536: * src/types/pa_wcontext.h: cleanup
1537:
1538: 2016-09-29 moko
1539:
1540: * src/main/execute.C: whitespace
1541:
1542: * src/include/pa_request.h: whitespace
1543:
1544: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1545: classes/op.C, classes/table.C, include/pa_request.h,
1546: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
1547: types/pa_vobject.C, types/pa_wcontext.h: optimization:
1548: StringOrValue removed as it just slows down and adds complexity
1549: (implements feature #1020)
1550:
1551: 2016-09-28 moko
1552:
1553: * tests/: 356.html, results/266.processed, results/321.processed,
1554: results/356.processed: tests updated after name was added to
1555: method_info hash, test for ^reflection:method_info[junction]
1556: added (related to feature #1068)
1557:
1558: * src/classes/reflection.C: ^reflection:method_info[junction] now
1559: supported, method name added to the resulting hash (implements
1560: feature #1068)
1561:
1562: * tests/: 276.html, results/276.processed: more tests for
1563: ^reflection:delete[]
1564:
1565: * src/classes/reflection.C: fixed bug then ^reflection:delete
1566: didn't work on class and could damage native objects (like file)
1567:
1568: 2016-09-26 moko
1569:
1570: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
1571: results/345.processed, results/346-curl.processed,
1572: results/347-curl.processed, results/348.processed: numbers added
1573: to simplify diff analysis
1574:
1575: * tests/: 352.html, results/352.processed: test result updated as
1576: method name used
1577:
1578: * src/classes/reflection.C: method name used
1579:
1580: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
1581: its name
1582:
1583: * src/types/pa_method.h: whitespace
1584:
1585: * src/classes/reflection.C: both method and field with one name can
1586: exist.
1587:
1588: * src/classes/reflection.C: ^reflection:mixin added (implements
1589: feature #1089)
1590:
1591: * tests/: 355.html, results/355.processed: property appears in
1592: derived class if added in base test added
1593:
1594: * src/types/pa_vstateless_class.h: get_method declaration +
1595: whitespace
1596:
1597: * tests/: 354.html, results/354.processed: nice test from method
1598: and property with one name in class added
1599:
1600: 2016-09-23 moko
1601:
1602: * src/classes/reflection.C: ^reflection:method usage documented
1603:
1604: 2016-09-22 moko
1605:
1606: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
1607: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
1608: compile warning and GPF occures on VS2003 (related to feature
1609: #1087)
1610:
1611: * tests/: 350.html, results/350.processed: test added for
1612: $.encloser[] support in ^table::create (related to feature #11)
1613:
1614: * src/classes/table.C: another minor fix (related to feature #11)
1615:
1.107 moko 1616: 2016-09-21 moko
1617:
1618: * src/include/pa_config_fixed.h: vs2015 compilation fixes
1619:
1620: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1621: classes/json.C, classes/string.C, classes/table.C,
1622: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1623: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1624: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
1625: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
1626: pa_charsets, vs2015 warning war
1627:
1628: * src/classes/table.C: vs2015 warning war
1629:
1630: * src/types/pa_vdate.C: vs2015 warning war
1631:
1632: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
1633:
1634: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
1635: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
1636:
1637: * src/main/pa_common.C: vs2015 compilation fixes
1638:
1639: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
1640: vs2015 compilation fixes
1641:
1642: * src/main/pa_charset.C: vs2015 warning war
1643:
1644: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
1645:
1646: * src/main/pa_charset.C: vs2015 warning war
1647:
1648: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
1649:
1650: * src/types/pa_vdate.C: vs2015 compilation fix
1651:
1652: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
1653:
1654: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
1655: VS2015 compilation fixes
1656:
1657: * src/classes/table.C: minor fix (related to feature #11)
1658:
1659: * tests/results/282.processed: no longer skipping extra enclosers
1660: (related to feature #11)
1661:
1662: * src/classes/table.C: minor fix + no longer skipping extra
1663: enclosers (related to feature #11)
1664:
1665: * src/classes/table.C: minor optimization (related to feature #11)
1666:
1667: * src/classes/table.C: minor fix and optimization (related to
1668: feature #11)
1669:
1670: 2016-09-20 moko
1671:
1672: * tests/: 353.html, results/353.processed: test for
1673: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
1674: added (related to bug #1090)
1675:
1676: * src/main/compile.y: PC.cclass->is_vars_local() check added for
1677: one_big_piece (fixes bug #1090)
1678:
1679: * tests/: 229.html, results/229.processed: code coverage tests
1680:
1681: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
1682: body) was called
1683:
1684: * src/classes/op.C: whitespace
1685:
1686: * tests/: 323.html, results/323.processed: test for code junction
1687: should not be returned by ^reflection:class, ^reflection:base
1688:
1689: * src/classes/reflection.C: bugfix: code junction should not be
1690: returned by ^reflection:class, ^reflection:base
1691:
1692: * tests/: 323.html, 352.html, results/352.processed: no more
1693: exception for ^reflection:method[class;no-such-method] (related
1694: to feature #1087)
1695:
1696: * src/classes/reflection.C:
1697: ^reflection:method[class;no-such-method] : exception -> void
1698: (related to feature #1087)
1699:
1700: * src/include/pa_request.h: request::write_value added to allow
1701: write value without convertion (related to issue #1091)
1702:
1703: 2016-09-19 moko
1704:
1705: * src/main/pa_random.C: windows build fix
1706:
1707: * src/types/pa_vhash.h: warning war
1708:
1709: 2016-09-14 moko
1710:
1711: * tests/: 352.html, 552.html, results/352.processed,
1712: results/552.processed: test for ^reflection:method[] extension
1713: added (related to feature #1087)
1714:
1715: * tests/: 552.html, results/552.processed: test for
1716: ^reflection:method[] extension added (related to feature #1087)
1717:
1718: * src/classes/reflection.C: compatibility issue fixed, VClass
1719: dynamic_cast check added (related to feature #1087)
1720:
1721: * tests/: 351.html, results/351.processed: test for @auto[]
1722: inheritance bug diring ^process[] added (related to bug #1088)
1723:
1724: * src/: classes/op.C, main/pa_request.C,
1725: types/pa_vstateless_class.C: set_method now checks for @auto[] to
1726: disable it inheritance during ^process (fixes bug #1088)
1727:
1728: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
1729: added (implements feature #1087)
1730:
1731: 2016-09-13 moko
1732:
1733: * tests/: 349.html, results/auto.p: test for objects prototyping
1734: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
1735: to feature #1086)
1736:
1737: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
1738: types/pa_vobject.C: objects now are not class instances, but have
1739: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
1740: in @conf (implements feature #1086)
1741:
1742: 2016-09-08 moko
1743:
1744: * src/: classes/file.C, classes/mail.C, classes/string.C,
1745: classes/table.C, main/pa_http.C, main/pa_string.C,
1746: include/pa_string.h: cleanup: string::split limit argument
1747: removed as no longer required, pos_after no longer reference
1748: (related to feature #11)
1749:
1750: * src/classes/table.C, tests/results/348.processed: now exception
1751: is rised when invalid option is passed to ^table::create[]
1752:
1753: * tests/: 282.cfg, 282.html, results/282.processed: more code
1754: coverage tests
1755:
1756: * tests/: 348.html, results/348.processed: code coverage tests
1757: added
1758:
1759: * tests/: 348.html, results/348.processed: generic ^table::create[]
1760: tests
1761:
1762: * tests/: 035.html, results/035.processed, results/272.processed:
1763: tests updated after $.encloser[] support for ^table::create
1764: implementation (related to feature #11)
1765:
1766: * src/classes/table.C: $.encloser[] support for ^table::create
1767: finally added (implements feature #11)
1768:
1769: 2016-09-07 moko
1770:
1771: * src/include/pa_string.h: added StringSplitHelper as friend
1772: (related to feature #11)
1773:
1774: * src/include/pa_string.h: body and langs now protected, not
1775: private to allow inheritance (related to feature #11)
1776:
1777: * src/classes/table.C: lsplit optimized before cloning for
1778: ^table::create with $.encloser[] (related to feature #11)
1779:
1780: * src/classes/table.C: optimizaion: TableControlChars.separators
1781: added and used (related to feature #11)
1782:
1783: * src/classes/table.C: spelling:
1784:
1785: TableSeparators -> TableControlChars column -> separator
1786: separators -> control_chars
1787:
1788: 2016-09-06 moko
1789:
1790: * src/main/pa_string.C: whitespace
1791:
1792: * src/main/pa_string.C: whitespace
1793:
1794: 2016-09-01 moko
1795:
1796: * tests/: 347-curl.html, results/347-curl.processed: to make tests
1797: results OS-independent
1798:
1799: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
1800: compiler (related to feature #1042)
1801:
1802: 2016-08-15 moko
1803:
1804: * src/include/pa_string.h: whitespace
1805:
1806: * src/classes/table.C: whitespace
1807:
1.106 moko 1808: 2016-08-05 moko
1809:
1810: * tests/: 344.html, results/344.processed: test for
1811: ^hash::create[$file] added (related to feature #1075)
1812:
1813: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
1814: supported (implements feature #1075)
1815:
1816: 2016-08-04 moko
1817:
1818: * tests/: 341.html, results/341.processed: more code coverage tests
1819:
1820: * tests/: 346-curl.html, results/346-curl.processed: more code
1821: coverage tests for curl
1822:
1823: * tests/: 346-curl.html, results/346-curl.processed: more code
1824: coverage tests for curl
1825:
1826: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
1827: results/223.processed: code coverage tests: $.form[ $.table[] ]
1828: test added
1829:
1830: * tests/: 223-curl.html, results/223-curl.processed: more code
1831: coverage tests for curl
1832:
1833: 2016-08-03 moko
1834:
1835: * src/classes/curl.C: dlink(curl_library) now called not once, but
1836: until it will be loaded, allowing to find existing library.
1837:
1838: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
1839: results/347-curl.processed: more code coverage tests for curl
1840:
1841: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
1842: results/339-curl.processed, results/346-curl.processed: curl
1843: functionality tests
1844:
1845: 2016-08-02 moko
1846:
1847: * tests/: 339.html, results/339.processed: test for tables in
1848: ^file:load[] and ^curl:load[] (commented) added (related to
1849: feature #1042)
1850:
1851: * tests/: 345.html, results/345.processed: code coverage tests for
1852: file class
1853:
1854: * tests/: 344.html, results/344.processed: code coverage tests
1855:
1856: * tests/: 344.html, results/344.processed: mdate removed from
1857: output
1858:
1859: * src/classes/file.C: minor bugfix: is_text should be taked from
1860: fcontent.is_text_mode() if not set (related to feature #1061)
1861:
1862: * tests/: 344.html, results/344.processed: more tests
1863:
1864: * tests/: 343.html, 344.html, results/343.processed,
1865: results/344.processed: tests for ^file::create[ $.from-charset
1866: and $.to-charset ] (related to feature #1061)
1867:
1868: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1869: aset_text_mode argument optimized
1870:
1871: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1872: checkBOM now used in detect_binary_content (related to feature
1873: #1061)
1874:
1875: * src/main/pa_request.C: load_charset no longer required to_upper
1876:
1877: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
1878: preserves original file mode (if no $.mode specified)
1879:
1880: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1881: ^file::create now supports $.from-charset[] and $.to-charset
1882: options (implements feature #1061), automatic transcode is done
1883: if text file is created from binary file and charset is detected.
1884:
1885: 2016-07-30 moko
1886:
1887: * src/classes/table.C: ^t.hash[..;] now supported (related to
1888: feature #1057)
1889:
1890: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
1891: added (related to feature #1057)
1892:
1893: * tests/: 286.html, results/286.processed: code tests coverage
1894:
1895: 2016-07-29 moko
1896:
1897: * src/classes/table.C: table size should be checked inside menu and
1898: foreach (related to feature #858)
1899:
1900: * src/: classes/curl.C, classes/file.C, classes/string.C,
1901: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1902: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
1903: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
1904: charsets.get now does str_upper inside (related to feature #1061)
1905:
1906: * tests/: 342.html, results/342.processed: more code coverage tests
1907:
1908: * tests/: 342.html, outputs/342.processed: table menu code coverage
1909: + foreach test added (related to feature #858)
1910:
1911: * tests/: 341.html, results/341.processed: tests for
1912: ^table.hash[]{code} added + code coverage tests (related to
1913: feature #1057)
1914:
1915: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
1916: value} support (implements feature #1057)
1917:
1918: * src/classes/table.C: whitespace
1919:
1920: 2016-07-28 moko
1921:
1922: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
1923: from URL, if not specified query string removed from url-based
1924: filenames in ^curl:load[] and ^file::load[] (related to feature
1925: #1042)
1926:
1927: 2016-07-27 moko
1928:
1929: * tests/: 340.html, results/340.processed: test for
1930: transcode_text_result=false added (related to issue #1042)
1931:
1932: 2016-07-26 moko
1933:
1934: * src/types/pa_vfile.C: file name should not be empty (if file path
1935: is folder and ends with /) (related to feature #1042)
1936:
1937: * src/main/pa_http.C: whitespace optimizaion
1938:
1939: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1940: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
1941: multiple headers, ^file::load supports headers transcoding
1942: (implements feature #1042)
1943:
1944: 2016-07-25 moko
1945:
1946: * src/include/pa_common.h: PA_DEFAULT added
1947:
1948: 2016-07-22 moko
1949:
1950: * tests/: 338.html, results/338.processed: test for
1951: $date.field(value) added (related to feature #1066)
1952:
1953: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
1954: $date.field(value) now supported for y/m/d/h/m/s (implements
1955: feature #1066)
1956:
1.105 moko 1957: 2016-07-21 moko
1958:
1959: * src/: classes/file.C, classes/image.C, include/pa_common.h,
1960: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
1961: arguments removed; image.C - absolute path shown in exception
1962: (implements feature #1071)
1963:
1964: * tests/: 235.html, results/235.processed: test and test result
1965: updated after static boundary in mail and Errors-To: mail header
1966: removed (related to feature #1047)
1967:
1968: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
1969: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
1970: used, static boundary in mail removed, Errors-To: mail header
1971: removed (implements feature #1047)
1972:
1973: 2016-07-20 moko
1974:
1975: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1976: equest.classes(): Value -> VStateless_class, part 3 (related to
1977: issue #1051)
1978:
1979: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
1980: request.classes(): Value -> VStateless_class, part 2 (related to
1981: issue #1051)
1982:
1983: * tests/results/: 224.processed, 323.processed: classes without
1984: methods should not be methoded (related to issue #1051)
1985:
1986: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
1987: main/compile_tools.h, main/pa_request.C: request.classes(): Value
1988: -> VStateless_class, part 1 (related to issue #1051)
1989:
1990: * tests/: 337.html, results/337.processed: test for
1991: ^reflection:fields_reference[] and VHashReference class added
1992: (related to feature #1072)
1993:
1994: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
1995: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
1996: and VHashReference added, allowing ^reflection:fields_reference[]
1997: implementation (closes feature #1072)
1998:
1999: 2016-07-19 moko
2000:
2001: * tests/: 323.html, results/323.processed: we want to see
2002: "methoded"
2003:
2004: * tests/: 336.html, results/336.processed: test for $BASE:property
2005: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2006: #1059)
2007:
2008: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2009: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2010: somebody_entered_some_class, $BASE:property works again,
2011: ^BASE:method[] bugs fixed (fixes bug #1059)
2012:
2013: 2016-07-14 moko
2014:
2015: * tests/: 335.html, results/335.processed: test for feature #1055
2016: added
2017:
2018: * src/classes/hash.C: bugfix: $._default was not copied if empty
2019: feature: ^hash.contains[_default] added (implements feature
2020: #1055)
2021:
2022: 2016-07-13 moko
2023:
2024: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
2025: should not call @autouse (http://www.parser.ru/forum/?id=83480)
2026:
2027: 2016-07-05 moko
2028:
2029: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
2030: in ^hash.foreach (related to feature #1073)
2031:
2032: 2016-07-04 moko
2033:
2034: * tests/: 134.html, 281.html, results/134.processed,
2035: results/281.processed: tests updated after hash blocking removed
2036: (related to feature #1073)
2037:
2038: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
2039: no longer blocks on change during foreach (implements feature
2040: #1073)
2041:
2042: 2016-06-17 moko
2043:
2044: * tests/: 330.html, results/330.processed: try exception source
2045: test added (related to bug in #1062)
2046:
2047: * tests/: 334.html, results/334.processed: Exception stack trace
2048: test added (related to bug in $1062)
2049:
2050: * src/classes/op.C: Exception trace now correctly restored and
2051: errors reported (related to bug #1062)
2052:
1.104 moko 2053: 2016-05-25 moko
2054:
2055: * src/main/compile.y: minor cleanup + beauty
2056:
2057: 2016-05-24 moko
2058:
2059: * tests/: 333.html, results/333.processed: more exceptions testing
2060:
2061: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
2062: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
2063: features #1056, #1026)
2064:
2065: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
2066: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
2067: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
2068: (implements feature #1056)
2069:
2070: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2071: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
2072: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
2073: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
2074: feature #1026)
2075:
2076: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
2077: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
2078: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
2079: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
2080: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
2081: feature #1026)
2082:
2083: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2084: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
2085: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
2086: SYMBOLS_CACHING define implemented (related to feature #1026)
2087:
2088: * src/main/main.vcproj: + ps_symbols
2089:
2090: * src/: include/Makefile.am, include/pa_string.h,
2091: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
2092: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
2093: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2094: types/pa_vstateless_class.C: initial implementation for symbols
2095: cache (related to feature #1026)
2096:
2097: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
2098:
2099: * src/main/pa_globals.C: minor cleanup
2100:
2101: 2016-05-19 moko
2102:
2103: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
2104: (related to feature #1046)
2105:
2106: * tests/: 331.html, results/331.processed: test for
2107: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
2108: (related to feature #1051)
2109:
2110: * src/main/compile.y:
2111: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
2112: (implements feature #1054)
2113:
2114: 2016-05-18 moko
2115:
2116: * src/types/pa_vtable.C, tests/results/324.processed: no more
2117: "column not found" exception for ^table.no-such-method[] (related
2118: to feature #1046)
2119:
2120: * tests/: 261.html, results/261.processed: test added and updated
2121: after feature #1046 implementation
2122:
2123: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
2124: types/pa_vvoid.h: $string.anything works for whitespace strings,
2125: ^string.contains added for hash compatibility, $string.method no
2126: longer returns stting method (implements feature #1046)
2127:
2128: 2016-05-12 moko
2129:
2130: * src/classes/curl.C: content-type response header no longer
2131: ignored (fixes issue #1045)
2132:
2133: * tests/: 330.html, results/330.processed: test for incomplete
2134: finally execution when break occures added (related to issue
2135: #1077)
2136:
2137: * src/classes/op.C: bugfix: Request::skip reset is called before
2138: executing catch and finally code (fixes issue #1062)
2139:
2140: 2016-05-11 moko
2141:
2142: * tests/: 329.html, results/329.processed: test for invalid
2143: ^break[] behavour added (bug #1077)
2144:
2145: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
2146:
2147: 2016-04-24 moko
2148:
2149: * src/types/pa_vstateless_class.h: warning war
2150:
2151: 2016-04-17 moko
2152:
2153: * tests/: 328.html, results/328.processed: test for
2154: ^break(condition) and ^continue(condition) (related to feature
2155: #1063)
2156:
2157: * src/classes/op.C: ^break(condition) and ^continue(condition)
2158: implemented (feature #1063)
2159:
2160: 2016-04-12 moko
2161:
2162: * tests/results/280.processed: ordered hash now used for class
2163: methods and properties (test results updated for feature #1069)
2164:
2165: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
2166: to xdoc.C as under FreeBSD it was inited after and inheritance
2167: failed (related to issue #1051)
2168:
2169: * tests/: 320.html, results/320.processed: xdoc and xnode methods
2170: are printed to check inheritance (related to feature #1051)
2171:
1.103 moko 2172: 2016-04-09 moko
2173:
2174: * tests/results/320.processed: ordered hash now used for class
2175: methods and properties (test results updated for feature #1069)
2176:
2177: * src/types/pa_vstateless_class.h: ordered hash now used for class
2178: methods and properties (implements feature #1069)
2179:
2180: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
2181: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
2182: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
2183: feature #1051)
2184:
2185: 2016-04-07 moko
2186:
2187: * src/main/execute.C: returned Value in .CLASS case for VJunction
2188: (related to feature #1051)
2189:
2190: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
2191: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
2192: string constants deduplication (related to feature #1051)
2193:
2194: * tests/results/224.processed: test result updated (related to
2195: feature #1051)
2196:
2197: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
2198: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
2199: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
2200: types/pa_vstatus.h: classes hash now contains only
2201: VStateless_class derived objects, .CLASS is also allways
2202: VStateless_class derived object (related to feature #1051).
2203:
2204: 2016-04-06 moko
2205:
2206: * tests/results/323.processed: test result updated after feature
2207: #1051 implementation
2208:
2209: * src/: classes/classes.h, classes/op.C, classes/response.C,
2210: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2211: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
2212: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
2213: types/pa_vresponse.C, types/pa_vresponse.h,
2214: types/pa_vstateless_class.h: base -> methoded_donor for static
2215: classes, type() moved from VStateless_class to VClass and
2216: Methoded (implements feature #1051)
2217:
2218: 2016-04-04 moko
2219:
2220: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
2221: beauty: put_class added (related to feature #1051)
2222:
2223: 2016-04-01 moko
2224:
2225: * tests/results/: 175.processed, 192.processed, 224.processed,
2226: 229.processed, 244.processed, 246.processed, 316.processed: test
2227: results updated as class.type() removed from error messages, only
2228: type() left (related to feature #1051)
2229:
2230: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
2231: classes/op.C, classes/reflection.C, main/compile.y,
2232: main/compile_tools.h, main/execute.C, main/pa_request.C,
2233: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
2234: types/pa_vmethod_frame.h, types/pa_vobject.h,
2235: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
2236: from VStateless_class, type() is used instead (related to feature
2237: #1051)
2238:
2239: * src/classes/mail.C: old logic restored.
2240:
2241: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2242: classes/classes.h, classes/curl.C, classes/date.C,
2243: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2244: classes/hashfile.C, classes/image.C, classes/inet.C,
2245: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2246: classes/memcached.C, classes/memory.C, classes/reflection.C,
2247: classes/regex.C, classes/response.C, classes/string.C,
2248: classes/table.C, classes/xdoc.C, classes/xnode.C,
2249: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
2250: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
2251: feature #1051)
2252:
2253: 2016-03-30 moko
2254:
2255: * tests/: 327.html, results/224.processed, results/327.processed:
2256: test for TZ specification in ^date::create[], TZ is kept during
2257: ^date::create[$dt] (related to feature #1048)
2258:
2259: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
2260: ^date::create[], TZ is kept during ^date::create[$dt] (implements
2261: feature #1048)
2262:
2263: 2016-03-29 moko
2264:
2265: * tests/: 315.html, results/315.processed: test for timezone format
2266: +HHmm added (related to feature #1065)
2267:
2268: * src/classes/date.C: timezone format +HHmm now supported
2269: (implements feature #1065)
2270:
2271: 2016-03-28 moko
2272:
2273: * tests/: 202.html, results/131.processed, results/202.processed,
2274: results/224.processed, results/256.processed,
2275: results/315.processed: test results updated after %.2d now
2276: default for hours offset in iso-string (was %2d), test for
2277: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2278: added (related to feature #1065)
2279:
2280: 2016-03-27 moko
2281:
2282: * src/types/pa_vdate.C: '+' sign for zero offset (related to
2283: feature #1065)
2284:
2285: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2286: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2287: added (implements feature #1065)
2288:
2289: 2016-03-24 moko
2290:
2291: * tests/: 202.html, results/202.processed: test $date.week added
2292: (related to bug #1067)
2293:
2294: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
2295: date (fix for bug #1067)
2296:
2297: 2016-03-10 moko
2298:
2299: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
2300:
1.102 moko 2301: 2015-12-07 moko
2302:
2303: * tests/: 326.html, results/326.processed: test for .CLASS &
2304: .CLASS_NAME optimization added (related to feature #844)
2305:
2306: 2015-11-17 moko
2307:
2308: * tests/: 323.html, results/323.processed: order added
2309:
2310: * tests/: 325.html, results/325.processed: double range test added
2311: (related to bug #1049)
2312:
2313: 2015-11-16 moko
2314:
2315: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
2316: added to disallow NaN and Infinity (fixes bug #1049)
2317:
2318: 2015-11-11 moko
2319:
2320: * tests/324.html: parser 3.4.3 execution support added (related to
2321: feature #1017)
2322:
2323: * tests/: 324.html, results/324.processed: test for
2324: GET_ELEMENT4CALL feature added (feature #1017)
2325:
1.101 moko 2326: 2015-10-29 moko
2327:
2328: * operators.txt: updated for 3.4.4
2329:
2330: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
2331:
2332: * src/main/pa_exec.C: get_exit_status implemented for Windows
2333: (related to bug #1043)
2334:
2335: 2015-10-28 moko
2336:
2337: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
2338: hangup during ^file::exec (fixes bug #1043)
2339:
1.100 moko 2340: 2015-10-27 moko
2341:
2342: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
2343:
1.99 moko 2344: 2015-10-26 moko
2345:
1.100 moko 2346: * tests/322.html, src/classes/reflection.C: arguments reorder
2347: (related to issue #1041)
2348:
2349: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
2350: Copyright year updated
2351:
1.99 moko 2352: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
2353: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
2354: classes/form.C, classes/hash.C, classes/hashfile.C,
2355: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
2356: classes/mail.C, classes/math.C, classes/memcached.C,
2357: classes/memory.C, classes/op.C, classes/reflection.C,
2358: classes/regex.C, classes/response.C, classes/string.C,
2359: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2360: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2361: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2362: include/pa_config_fixed.h, include/pa_config_includes.h,
2363: include/pa_dictionary.h, include/pa_dir.h,
2364: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2365: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2366: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2367: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2368: include/pa_request_charsets.h, include/pa_request_info.h,
2369: include/pa_sapi.h, include/pa_socks.h,
2370: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2371: include/pa_stack.h, include/pa_string.h,
2372: include/pa_stylesheet_connection.h,
2373: include/pa_stylesheet_manager.h, include/pa_table.h,
2374: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2375: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2376: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2377: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
2378: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
2379: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
2380: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
2381: main/compile.y, main/compile_tools.C, main/compile_tools.h,
2382: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
2383: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
2384: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
2385: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
2386: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2387: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2388: main/pa_string.C, main/pa_stylesheet_connection.C,
2389: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2390: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2391: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
2392: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
2393: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
2394: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
2395: targets/isapi/parser3isapi.C, types/pa_junction.h,
2396: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2397: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
2398: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
2399: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
2400: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2401: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2402: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2403: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2404: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2405: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2406: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2407: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
2408: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2409: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2410: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2411: types/pa_vresponse.C, types/pa_vresponse.h,
2412: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2413: types/pa_vstateless_object.h, types/pa_vstatus.C,
2414: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2415: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2416: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2417: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2418: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2419:
2420: * src/targets/cgi/parser3.C: year updated
2421:
2422: * src/classes/reflection.C: VS2003 compatibility fixed (related to
2423: issue #1041)
2424:
2425: * tests/: 323.html, results/323.processed: test for base classes
2426: added
2427:
2428: * tests/: 261.html, results/261.processed: updated after better
2429: error reporting done for $string.key exception
2430:
2431: * src/types/pa_vstring.h: better error report for $string.key
2432: exception
2433:
2434: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
2435: copied as VObject::get_element4call to remove extra virtual call
2436:
2437: * tests/: 322.html, results/322.processed: test for
2438: ^reflection:is[] added (related to feature #1041)
2439:
2440: * src/classes/reflection.C: ^reflection:is empty value is void
2441: (related to feature #1041)
2442:
2443: * src/classes/reflection.C:
2444: ^reflection:is[class_name|code|method;[context;]element_name]
2445: added (implements feature #1041)
2446:
2447: 2015-10-24 moko
2448:
2449: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
2450:
1.98 moko 2451: 2015-10-22 moko
2452:
2453: * tests/: 321.html, results/321.processed: test for
2454: ^reflection:method_info[] file detection added
2455:
2456: * tests/: 320.html, results/320.processed: test for
2457: ^reflection:class_by_name[class_name] added (related to feature
2458: #993)
2459:
2460: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
2461: added (implements feature #993)
2462:
2463: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
2464: (related to feature #1017)
2465:
2466: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
2467: added (related to issue #1039)
2468:
2469: * src/main/pa_request.C: ^throw origin fixed (related to feature
2470: #1039)
2471:
2472: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
2473: for VDate
2474:
2475: * tests/results/182.processed: updated after feature #1038
2476: implemented
2477:
2478: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
2479: compile-time exception origin added (test for feature #1039)
2480:
2481: * src/: include/pa_request.h, main/compile.C, main/compile.y,
2482: main/pa_request.C: exception unification: compile-time exceptions
2483: now have origin, @USE origins also tracked (implements feature
2484: #1039)
2485:
2486: 2015-10-20 moko
2487:
2488: * src/main/pa_request.C: cleanup
2489:
2490: 2015-10-15 moko
2491:
2492: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
2493:
2494: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
2495: types/pa_vtable.C: new feature: no more $table.method and
2496: $hash.method, aliases for _at, _count, _key (related to feature
2497: #1017)
2498:
1.97 moko 2499: 2015-10-14 moko
2500:
1.98 moko 2501: * tests/: 317.html, results/317.processed: test for
2502: ^string.unescape[] added (related to feature #120)
2503:
1.97 moko 2504: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
2505: defined" bug (described in issue #1036)
2506:
2507: * tests/: 247.html, results/247.processed: test for checkBOM added
2508: (test for bug #1037)
2509:
2510: * src/: include/pa_charsets.h, main/pa_charsets.C,
2511: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
2512: it's not enforced, skips BOM signature if it complies charset
2513: (fixes bug #1037)
2514:
2515: 2015-10-13 moko
2516:
2517: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
2518: linking
2519:
2520: * src/classes/inet.C: vs2003 compilation fix
2521:
2522: * src/classes/math.C: warning war
2523:
2524: * src/lib/punycode/pa_punycode.c: warning war
2525:
2526: 2015-10-12 moko
2527:
2528: * src/lib/punycode/pa_punycode.c: warning war
2529:
2530: * parser3.sln: moved parser3 first, to make it default startup
2531: project
2532:
2533: * buildall: parser "mirror" now used for external libs sources
2534: (implements feature #1036)
2535:
2536: * buildall: most external libs are updated to their current
2537: versions (related to feature #1036)
2538:
2539: * src/classes/image.C: more tags added
2540:
2541: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
2542:
2543: 2015-10-11 moko
2544:
2545: * src/classes/curl.C: minor optimization (related to feature #1035)
2546:
2547: 2015-10-09 moko
2548:
2549: * src/classes/curl.C: pa_strdup added for strings from curl
2550: (related to feature #1035)
2551:
2552: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
2553: ULLONG_MAX definition
2554:
2555: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
2556: (implements feature #1035)
2557:
2558: * src/main/pa_charset.C: String::Body(String::C) used
2559:
2560: * src/main/pa_charset.C: exceptions unified
2561:
2562: * src/: include/pa_charset.h, main/pa_charset.C: declarations
2563: unified
2564:
2565: * src/: classes/file.C, classes/image.C, classes/mail.C,
2566: classes/op.C, classes/xdoc.C, classes/xnode.C,
2567: include/pa_string.h, main/pa_request.C, main/pa_string.C,
2568: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
2569: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
2570: String::Body(String::C) constructor added (related to bug #957)
2571:
2572: * src/classes/file.C: minor optimization
2573:
2574: * src/include/pa_hash.h: hash.get(char*) added, to minimize
2575: Cord(char*) autocreation (related to bug #957)
2576:
2577: * src/: classes/string.C, main/untaint.C: minor optimizations
2578:
2579: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
2580: String(char*, Lang, length) removed, String(C(), Lang) used
2581: instead (related to bug #957)
2582:
2583: 2015-10-08 moko
2584:
2585: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
2586: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
2587: main/untaint.C: Now char * is converted to CORD only using
2588: AS_CORD() to check for empty cord bug (fixes bug #957)
2589:
2590: * src/include/pa_hash.h: fixed compilation without
2591: HASH_CODE_CACHING
2592:
2593: * src/classes/string.C:
2594: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
2595: feature #120)
2596:
2597: * src/main/pa_common.C: reduce js flags checks count (related to
2598: feature #120)
2599:
1.96 moko 2600: 2015-10-07 moko
2601:
2602: * tests/: 275.html, results/275.processed: test modified after
2603: unsigned long long int support implemented (feature #1034)
2604:
2605: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
2606: pa_atoul added for unsigned long long int support
2607:
2608: 2015-10-06 moko
2609:
2610: * src/types/pa_vdate.C: INT_MAX used
2611:
2612: 2015-10-03 moko
2613:
2614: * tests/: 302.html, results/302.processed: test for bug #1023
2615: (\u2028, \u2029 escaping) added
2616:
2617: * src/main/untaint.C: \u2028, \u2029 are now escaped in
2618: json:string[] (fixes bug #1023)
2619:
2620: 2015-09-29 moko
2621:
2622: * tests/305.html: try-catch added for OS without ipv6 support
2623:
2624: * src/lib/json/pa_json.C: more unique prefixes for Solaris
2625: compilation
2626:
2627: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
2628: main/execute.C, types/pa_value.h, types/pa_vhash.h,
2629: types/pa_vtable.C, types/pa_vtable.h: get_element4call
2630: implemented to distinguish ^hash.method from $hash.field
2631: (implements feature #1017)
2632:
2633: * src/lib/punycode/pa_punycode.c: warning war
2634:
2635: * src/include/pa_config_includes.h: warning war
2636:
2637: * src/include/pa_config_includes.h: pragma warning actualized a bit
2638:
2639: * src/include/pa_config_includes.h: warning war
2640:
2641: * src/include/pa_hash.h: clang compilation fix
2642:
2643: 2015-09-27 moko
2644:
2645: * src/main/compile.tab.C: Bison 3 is now default
2646:
2647: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
2648:
2649: 2015-09-25 moko
2650:
2651: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
2652: works with undefined HASH_ORDER (related to feature #196)
2653:
2654: 2015-09-24 moko
2655:
2656: * tests/: 027.html, results/027.processed: test modified to test
2657: ^hash.sort (feature #196)
2658:
2659: * src/: classes/hash.C, include/pa_hash.h:
2660: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
2661: added (implements feature #196)
2662:
2663: * tests/: 316.html, results/316.processed: Added test for bug #1025
2664: (exception handling in non-cached ^cache), plus for "it does not
2665: have logical value" and "$exception.handled value must be either
2666: boolean or string 'cache'" exceptions.
2667:
2668: * src/classes/op.C: ^cache: exceptions now handled in non-cached
2669: code (fixes bug #1025)
2670:
1.95 moko 2671: 2015-09-23 moko
2672:
2673: * src/classes/table.C: warning war
2674:
2675: * src/: classes/math.C, types/pa_vcookie.C: warning war
2676:
2677: * src/classes/file.C: warning war
2678:
2679: * src/: include/pa_table.h, main/pa_table.C: warning war
2680:
2681: * src/: main/pa_request.C, classes/date.C: warning war
2682:
2683: * src/: types/pa_vdate.C, classes/op.C: warning war
2684:
2685: * tests/: 122.html, results/122.processed: win sync: to remove
2686: differences with OS that doesn't keep timezone change history
2687:
2688: * src/types/pa_vdate.C: tzset() should be called in Windows after
2689: TZ change (related to feature #36)
2690:
2691: * tests/: 075.html, results/075.processed: win sync: to remove
2692: differences with OS that doesn't keep timezone change history
2693:
2694: * tests/: 315.html, results/315.processed: win sync: to remove
2695: differences with OS that doesn't keep timezone change history
2696:
2697: * tests/: 256.html, results/256.processed: win sync: to remove
2698: differences with OS that doesn't keep timezone change history
2699:
2700: * tests/: 124.html, results/124.processed: win results sync: to
2701: avoid hitting time change hole.
2702:
2703: * src/types/pa_vdate.C: static returned. :)
2704:
2705: 2015-09-22 moko
2706:
2707: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
2708:
2709: * tests/results/131.processed: more tests for feature #1032
2710:
2711: * src/classes/date.C: minor fix related to feature #1032
2712:
2713: * operators.txt: ISO date creation documented (related to feature
2714: #1032)
2715:
2716: * operators.txt: iso-string documented (related to feature #1032)
2717:
2718: * tests/: 315.html, results/315.processed: more tests added
2719: (related to feature #1032)
2720:
2721: * tests/: 131.html, results/131.processed: date range checks
2722: updated (related to feature #36)
2723:
2724: * tests/: 315.html, results/057.processed, results/315.processed:
2725: test added for ISO date support (related to issue #315)
2726:
2727: * src/classes/date.C: more readable exceptions in date creation
2728: (related to ticket #1032)
2729:
2730: 2015-09-18 moko
2731:
2732: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
2733: added (related to issue #1032)
2734:
2735: * tests/results/256.processed, src/classes/json.C: iso-string
2736: documented (related to issue #1032)
2737:
2738: * tests/: 256.html, results/256.processed: ISO date check added
2739: (related to issue #1032)
2740:
2741: * tests/: 057.html, results/057.processed, results/224.processed:
2742: tests results updated after ISO date support implemented (related
2743: to feature #1032)
2744:
2745: * src/: classes/date.C, classes/image.C, types/pa_value.h,
2746: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
2747: ^date::create[string] constructor formalized, ^date.iso-string[]
2748: added (implements feature #1032)
2749:
2750: 2015-09-05 moko
2751:
2752: * operators.txt: actualized
2753:
2754: * operators.txt: date changes documented (related to ticket #36)
2755:
2756: 2015-09-04 moko
2757:
2758: * src/types/pa_vdate.C: warning war
2759:
2760: * src/: classes/op.C, types/pa_vhashfile.C: warning war
2761:
2762: 2015-09-03 moko
2763:
2764: * tests/results/096.processed: test result updated for 0..9999 year
2765: date range support (related to feature #36)
2766:
2767: * tests/: 314.html, results/314.processed: test for
2768: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
2769: bug #1031)
2770:
2771: * src/classes/string.C: Static calls fixed for ^string:base64[],
2772: ^string:idna[], ^string:js-escape[] (closes bug #1031)
2773:
1.116 moko 2774: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
2775: configure.in -> configure.ac
1.95 moko 2776:
1.116 moko 2777: * configure, configure.in, src/include/pa_config_auto.h.in: more
2778: correct timezone check for FreeBSD Warning war: configure.in ->
2779: configure.ac
1.95 moko 2780:
2781: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 2782: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
2783: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
2784: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
2785: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
2786: src/main/Makefile.am, src/targets/apache/Makefile.am,
2787: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 2788: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
2789: check added
2790:
2791: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
2792:
2793: * tests/results/: 124.processed, 224.processed: test resuls updated
2794: for new date implementation (related to feature #36)
2795:
2796: * src/: classes/date.C, classes/image.C, include/pa_common.h,
2797: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
2798: types/pa_vdate.h: new double date implementation with internal
2799: support for extended 0..9999 year range, default timezone support
2800: (related to feature #36)
2801:
2802: 2015-08-28 moko
2803:
2804: * src/types/pa_vmail.C: fixed $mail:received.date calculations
2805: (fixes bug #1030)
2806:
2807: 2015-08-21 moko
2808:
2809: * src/classes/inet.C: snprintf size "bug" commented
2810:
2811: * src/main/pa_common.C: snprintf comments updated
2812:
2813: 2015-08-16 moko
2814:
2815: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
2816:
2817: 2015-08-11 moko
2818:
2819: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2820: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
2821: can be null (fixes bug #1029)
2822:
2823: 2015-08-06 moko
2824:
1.116 moko 2825: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
2826: pa_vdate.C added
1.95 moko 2827:
2828: 2015-08-05 moko
2829:
2830: * tests/: 313.html, results/313.processed: test for
2831: ^table.count[columns] and ^table.flip[] with nameless tables
2832: (feature #1003)
2833:
2834: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2835: max_cell added, now ^table.count[columns] and ^table.flip[] works
2836: correctly for nameless tables (implements feature #1003)
2837:
2838: 2015-08-03 moko
2839:
2840: * tests/312.html: test for ^table.append[$hash] and
2841: ^table.insert[$hash] added (related to feature #1028)
2842:
2843: * src/classes/table.C: ^table.append[$hash] and
2844: ^table.insert[$hash] now supported (implements feature #1028)
2845:
2846: * tests/: 312.html, results/312.processed: test row copy in
2847: ^table.hash[; $.type[table] ] added (related to feature #1016)
2848:
2849: * src/classes/table.C: row copy now created in ^table.hash[;
2850: $.type[table] ] (related to feature #1016)
2851:
2852: 2015-07-29 moko
2853:
2854: * tests/: 312.html, results/312.processed: test for ^table.delete[]
2855: added (related to feature #1016)
2856:
2857: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2858: ^table.delete[] added to delete current row (related to feature
2859: 1016)
2860:
2861: 2015-07-28 moko
2862:
2863: * tests/: 312.html, results/312.processed: test for
2864: $table.column[value] and ^table.insert{row} (related to feature
2865: #1016)
2866:
2867: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
2868: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
2869: ^table.insert{row} are now implemented (feature #1016)
2870:
2871: * src/include/pa_array.h: Optimization: bool reverse removed from
2872: append(), insert() added, memmove arguments order in remove()
2873: fixed (related to feature #1016)
2874:
2875: 2015-07-23 moko
2876:
2877: * src/classes/json.C: tainted json and empty json exception added
2878: (implements feature #1015)
2879:
2880: * tests/: 311.html, results/311.processed: empty json and tainted
2881: json exception test added (related to issue #1015)
2882:
2883: 2015-07-22 moko
2884:
2885: * tests/: 311.html, results/311.processed: test for UTF-8
2886: processing added
2887:
2888: * tests/: 311.html, results/311.processed: test for
2889: json_exception_with_source added (related to issue #394)
2890:
2891: * src/classes/json.C: json_exception_with_source added (implements
2892: feature #394)
2893:
2894: 2015-06-29 moko
2895:
2896: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
2897: directories are now correctly determined if _d_type == DT_UNKNOWN
2898: (closes bug #1027)
2899:
2900: 2015-06-10 moko
2901:
2902: * src/types/pa_vxnode.h: extern "C" not requred and causes build
2903: error if libxml has LIBXML_ICU_ENABLED.
2904:
2905: 2015-06-04 moko
2906:
2907: * tests/099.html: ups, reverting
2908:
2909: * tests/: 099.html, 309.html, 310.html, results/309.processed,
2910: results/310.processed: tests for $response:body[ $.file[] ] and
2911: $response:last-modified added
2912:
2913: * src/main/pa_request.C: last-modified check fixed
2914:
2915: 2015-06-03 moko
2916:
2917: * tests/: 204.html, 205.html, 293.html, results/204.processed,
2918: results/205.processed, results/293.processed: $response:headers
2919: logging added (tests for feature #1007)
2920:
2921: * src/: include/pa_common.h, include/pa_request.h,
2922: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
2923: $response:headers are now in uppercase (closes feature #1007)
2924:
2925: 2015-06-02 moko
2926:
2927: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
2928: build errors reverted for clang compatibility
2929:
2930: 2015-06-01 moko
2931:
2932: * src/include/pa_memory.h: -pedantic build errors fixed
2933:
2934: * src/classes/math.C: -pedantic build error fixed
2935:
2936: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
2937:
2938: 2015-05-31 moko
2939:
2940: * src/classes/table.C: USE_STRINGSTREAM optimized
2941:
2942: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
2943: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
2944: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
2945: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
2946: types/pa_vxnode.h: warning war (-pedantic flag)
2947:
2948: 2015-05-28 moko
2949:
2950: * tests/: 308.html, results/308.processed: test for
2951: ^table::create[$t;], etc work added (related to bug #975)
2952:
2953: * src/classes/table.C: check_option_param removed,
2954: ^table::create[$t;], etc now works (fixes bug #975)
2955:
2956: 2015-05-27 moko
2957:
2958: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
2959: (Debian jessie) fixed (closes issue #1024)
2960:
2961: * tests/Makefile: sort added as in Debian jessie list become
2962: unsorted
2963:
2964: 2015-05-18 moko
2965:
2966: * tests/: 201.html, results/201.processed: test for
2967: ^string.trim[what] feature #1022
2968:
2969: * src/classes/string.C: ^string.trim[what] now supported,
2970: implements feature #1022
2971:
2972: 2015-05-17 moko
2973:
2974: * tests/results/185.processed: test result updated as feature #1021
2975: implemented (left/right accept negative parameter)
2976:
2977: * src/classes/string.C: left/right now accept negative parameter
2978: (implements feature #1021)
2979:
2980: 2015-05-08 moko
2981:
2982: * src/classes/math.C: isalnum -> pa_isalnum
2983:
2984: * src/main/execute.C: optimization in getter-junction processing
2985: (related to issue #997)
2986:
2987: 2015-05-07 moko
2988:
2989: * tests/: 307.html, results/307.processed: test for issue #997
2990: added
2991:
2992: * src/main/execute.C: process_getter result now checked if junction
2993: returned (closes issue #997)
2994:
2995: * tests/: 305.html, results/305.processed: sort added to ignore
2996: different order
2997:
2998: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
2999: assignment (closes issue #994)
3000:
3001: * tests/: 306.html, results/306.processed: test for issue #994
3002: added
3003:
3004: * tests/: 303.html, results/303.processed: two more errors tested
3005:
3006: 2015-05-06 moko
3007:
3008: * tests/: 305.html, results/305.processed: test for name2ip &
3009: ip2name added (related to feature #992)
3010:
3011: * tests/: 303.html, 304.html, results/303.processed,
3012: results/304.processed: tests for idna conversion added (related
3013: to issue #849)
3014:
3015: 2015-05-02 moko
3016:
3017: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3018: implemented
3019:
3020: 2015-04-30 moko
3021:
3022: * src/main/pa_http.C: idna_host added, related to issue #849
3023:
3024: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
3025: (related to issue #849)
3026:
3027: 2015-04-24 moko
3028:
3029: * src/types/pa_vjunction.C: warning war
3030:
3031: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
3032: unification
3033:
3034: * src/lib/punycode/pa_idna.c: warning war
3035:
3036: 2015-04-22 moko
3037:
3038: * src/main/main.vcproj: punycode include path added
3039:
3040: * src/lib/punycode/pa_idna.c: windows compile error fixed
3041:
3042: * src/lib/punycode/pa_idna.c: warning war
3043:
3044: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
3045: project file added
3046:
3047: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
3048:
3049: * src/include/pa_memory.h: warning war
3050:
3051: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
3052: ^string:idna[xn--...], ^string.idna[] - idna conversion support
3053: implemented (related to feature #849)
3054:
3055: * configure.in, src/main/Makefile.am,
3056: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
3057: libpunycode added in Unix
3058:
3059: 2015-04-21 moko
3060:
3061: * configure.in: large files support
3062:
3063: 2015-04-15 moko
3064:
3065: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
3066: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
3067: pa_punycode.h: initial version for punycode/idna support library
3068: (ticket #849)
3069:
3070: 2015-04-08 moko
3071:
3072: * src/: classes/curl.C, classes/date.C, classes/file.C,
3073: classes/image.C, classes/mail.C, classes/reflection.C,
3074: classes/string.C, classes/xnode.C, include/pa_request.h,
3075: include/pa_string.h, include/pa_stylesheet_connection.h,
3076: main/compile.y, main/compile_tools.h, main/execute.C,
3077: main/pa_common.C, main/pa_request.C, main/pa_string.C,
3078: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
3079: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
3080: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
3081: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
3082: clang compiler warnings (closes issue #1018)
3083:
3084: * src/include/pa_string.h: String::Body comparation operators with
3085: char * added (related to issue #958)
3086:
3087: 2015-04-07 moko
3088:
3089: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
3090: pa_malloc/pa_free to remove system malloc/free usage (related to
3091: issue #1018)
3092:
3093: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
3094: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
3095: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
3096: main/pa_http.C, main/pa_request.C, main/pa_string.C,
3097: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
3098: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
3099: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
3100: malloc/strdup/free replaced with pa_ version and checks for
3101: accidental use of non-pa_ version added (related to issue #1018)
3102:
3103: 2015-04-03 moko
3104:
3105: * buildall: pcre-8.33 -> pcre-8.36
3106:
3107: * src/: main/compile.y, classes/form.C, classes/mail.C,
3108: classes/op.C, classes/string.C, main/compile.tab.C,
3109: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
3110: main/pa_sql_driver_manager.C, types/pa_vfile.C,
3111: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
3112: ticket #958)
3113:
3114: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
3115: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3116: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3117: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
3118: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
3119: $request:headers, $request:method added (implements feature
3120: #1007)
3121:
3122: 2015-03-17 misha
3123:
3124: * tests/302.html: - test for
3125: ^json:string[...;$._default[method-name]]
3126:
3127: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3128: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
3129: option $._default[method-name] is specified in ^json:string[], a
3130: method with specified name will be called for classes/objects
3131: serialization ( new feature: #982 )
3132:
3133: 2015-03-16 misha
3134:
3135: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
3136: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
3137: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
3138: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
3139: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
3140: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
3141: types/pa_vmemory.h, types/pa_vmethod_frame.C,
3142: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
3143: types/pa_vrequest.h, types/pa_vstateless_class.C,
3144: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3145: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
3146: $var.CLASS_NAME now have special opcodes. This can be switched
3147: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
3148: on pa_opcode.h ( new feature: #844 )
3149:
3150: 2015-03-15 misha
3151:
3152: * tests/075.html: - test for $response:header[]
3153:
3154: * src/types/pa_vresponse.C: - $response:header[] deletes header
3155: that was set earlie ( new feature: #1001 )
3156:
3157: 2015-03-12 misha
3158:
3159: * tests/246.html: - more tests for ^hash._at[]
3160:
3161: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
3162: accepts second param [key|value|hash] ( new feature: #1012 )
3163:
3164: 2015-03-09 moko
3165:
3166: * src/types/pa_vmail.C: exception for everything but
3167: $mail:received, closes issue #1011
3168:
3169: 2015-02-20 moko
3170:
3171: * tests/: 275.html, results/275.processed: hex detection in
3172: pa_atoui fix test (closes issue #1010)
3173:
3174: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
3175: issue #1010)
3176:
3177: 2015-02-17 moko
3178:
3179: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
3180: tainted.
3181:
3182: 2015-02-03 misha
3183:
3184: * tests/301.html: - test for ^json:string($double) causes
3185: exception. bugfix: #1008
3186:
3187: * src/classes/json.C: - ^json:string($double) causes exception.
3188: bugfix: #1008
3189:
3190: * tests/014.html: - updated for work with ^hash.delete[]
3191:
3192: 2015-01-12 misha
3193:
3194: * src/: classes/form.C, include/pa_common.h,
3195: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
3196: types/pa_vform.h: - supports body with PUT method as well ( new
3197: feature: #1006 )
3198:
3199: * src/classes/file.C: - warnings war
3200:
3201: 2015-01-11 misha
3202:
3203: * tests/300.html: - test for ^hash.delete[] is added
3204:
3205: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
3206: feature: #989 ) - tiny optimization in intersects
3207:
3208: 2015-01-06 moko
3209:
3210: * src/types/pa_vmail.C: file names transcode added, to and cc added
3211: with transcode, attachments detection fixed
3212:
3213: * src/main/pa_request.C: filling mail received after cgi/auto.p
3214: load to allow charset switch (related to issue #996)
3215:
3216: 2014-12-31 moko
3217:
3218: * src/types/pa_vmail.C: from and subject now transcoded if not
3219: UTF-8 source charset (fixes issue 996)
3220:
3221: * src/main/pa_exception.C: fixed string from stack bug (closes
3222: issue #1000)
3223:
3224: 2014-12-11 misha
3225:
3226: * src/types/pa_vhashfile.C: - check if key is not empty before
3227: access ( bug fix: #1005 )
3228:
3229: 2014-11-13 misha
3230:
3231: * src/main/compile.y: - PC.append does not reset to false while
3232: creating a new class. bugfix: #990
3233:
3234: * tests/299.html: - test for creation class after working with
3235: partial class (create+append)
3236:
3237: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
3238: #995
3239:
3240: * tests/232.html: - test for @get[def] added
3241:
3242: 2014-10-12 moko
3243:
3244: * src/lib/pcre/pcre_internal.vcproj: correct path
3245:
3246: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3247: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
3248: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
3249: targets/apache/ApacheModuleParser3.vcproj,
3250: targets/apache/ApacheModuleParser3Core.vcproj,
3251: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3252: types/types.vcproj: project GUID inserted in *.vcproj for correct
3253: conversion in newer VS versions
3254:
3255: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
3256: pcre_internal.vcproj added
3257:
3258: 2014-08-28 moko
3259:
3260: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
3261: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
3262: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
3263:
3264: 2014-06-30 misha
3265:
3266: * tests/298.html: - tests for ^reflection:def[class;className]
3267: added
3268:
3269: * src/classes/reflection.C: - ^reflection:def[class;className]
3270: added ( new feature: #918 )
3271:
3272: 2014-06-29 misha
3273:
3274: * src/classes/table.C: - ^table::create[unsupported data] -
3275: exception comment changed to "body must be table or code" ( bug
3276: fix: #951 )
3277:
3278: * tests/: 261.html, results/261.processed: - tests for
3279: ^json:string[...;$.void[null|string]] added
3280:
3281: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
3282: option $.void[string|null] added to ^json:string[...] ( new
3283: feature: #952 )
3284:
3285: 2014-06-28 moko
3286:
3287: * src/classes/curl.C: $.charset now processed before other curl
3288: options (closes issue #980)
3289:
3290: 2014-05-23 misha
3291:
3292: * src/classes/json.C: - bug fix: #987
3293:
3294: 2014-05-04 misha
3295:
3296: * tests/: 253.html, 253_json.txt: - test for
3297: ^json:parse[$.int(false)] is added
3298:
3299: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
3300: default true). The option is similar to $.double(bool) but for
3301: integers.
3302:
3303: 2014-05-01 moko
3304:
3305: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
3306: #12 )
3307:
3308: 2014-04-16 moko
3309:
3310: * src/main/pa_http.C: response-charset option should finally work
3311: now (fix for issue #867)
3312:
3313: * src/main/pa_http.C: response-charset option should work now (fix
3314: for issue #867)
3315:
3316: 2014-03-07 moko
3317:
3318: * buildall: libgc moved
3319:
3320: * buildall: libgc moved
3321:
3322: 2013-12-29 moko
3323:
3324: * src/classes/string.C: ^string:js-unescape result now tainted,
3325: closes issue #966
3326:
3327: * tests/: 186.html, results/186.processed: ^string:js-unescape
3328: result now tainted, issue #966
3329:
3330: 2013-12-03 moko
3331:
3332: * src/: classes/memcached.C, types/pa_vmemcached.C,
3333: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
3334: option was added for http://www.parser.ru/forum/?id=79343
3335:
3336: * src/classes/file.C: bugfix for
3337: http://www.parser.ru/forum/?id=79337
3338:
3339: 2013-11-05 moko
3340:
3341: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
3342:
3343: * src/main/pa_globals.C: spelling fixed
3344:
3345: 2013-10-29 moko
3346:
3347: * src/lib/json/json.vcproj: json.c -> pa_json.C
3348:
3349: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
3350: #892
3351:
3352: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
3353: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
3354: exceptions to be thrown thougth json library), related to issue
3355: #892
3356:
3357: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
3358: related to issue #896
3359:
3360: 2013-10-24 moko
3361:
3362: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
3363:
3364: 2013-10-23 moko
3365:
3366: * README: actualization
3367:
3368: 2013-10-22 moko
3369:
3370: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
3371: compatibility patch from Sergey Kirpichev
3372:
3373: * tests/: 297.html, results/297.processed: non-working getter fix
3374: test for issue #948
3375:
3376: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
3377: called when saving value of $match variable in ^string.match[] to
3378: increase compatibility (related to issue #948).
3379:
3380: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
3381: usage optimization
3382:
3383: 2013-10-21 moko
3384:
3385: * tests/: 182.html, results/182.processed: local path removed for
3386: compatibility
3387:
3388: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
3389: results/244.processed, results/253.processed,
3390: results/254.processed, results/275.processed,
3391: results/281.processed: try_catch -> try-catch
3392:
3393: * tests/: 288.html, 294.html, 296.html, results/288.processed,
3394: results/294.processed, results/296.processed: try_catch ->
3395: try-catch
3396:
3397: 2013-10-20 moko
3398:
3399: * tests/: 296.html, results/296.processed: test for xsl exception
3400: for issue #938 added.
3401:
3402: * src/: include/pa_xml_exception.h,
3403: main/pa_stylesheet_connection.C: forgotten to be replaced
3404: XmlException is now replaced (once again closes issue #938)
3405:
3406: 2013-10-19 misha
3407:
3408: * bin/auto.p.dist.in: - more mime-types are added
3409:
3410: 2013-10-18 moko
3411:
3412: * buildall: disable clock_gettime detection to avoid librt linking
3413: (which in turn depends on libpthread), related to issue #943
3414:
3415: 2013-10-18 misha
3416:
3417: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
3418: lib/smtp/smtp.vcproj, main/main.vcproj,
3419: targets/apache/ApacheModuleParser3Core.vcproj,
3420: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3421: types/types.vcproj: - new locations for libxml2 includes where
3422: added to vcproj files
3423:
3424: 2013-10-18 moko
3425:
3426: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
3427: fix
3428:
3429: * tests/: 295.html, results/295.processed: test for issue #948
3430: updated
3431:
3432: * src/classes/table.C: hopefully last lost part for issue #948 fix.
3433: :)
3434:
3435: * tests/: 295.html, results/295.processed: test for issue #948
3436: added
3437:
3438: * src/: classes/hash.C, classes/string.C, classes/table.C,
3439: include/pa_request.h, types/pa_method.h: for getters and setters
3440: to be executed request.put_element should be called, not
3441: context.put_element (fixes issue #948)
3442:
3443: 2013-10-17 moko
3444:
3445: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
3446: LIBXML2_NEW_BUFFER check (closes issue #943)
3447:
3448: * buildall: libxml 2.9.1 build is broken --without-reader.
3449:
3450: 2013-10-16 moko
3451:
3452: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
3453:
3454: * tests/: 294.html, results/294.processed: test for issue #938
3455:
3456: * src/: classes/xdoc.C, classes/xnode.C,
3457: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
3458: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
3459:
3460: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
3461: libxslt-1.1.26 -> libxslt-1.1.28
3462:
3463: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
3464: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
3465: to '?', related to issue #938
3466:
3467: 2013-10-15 moko
3468:
3469: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
3470: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
3471: minor optimizations (closes issue #896)
3472:
3473: * tests/results/: 292.processed, 293.processed: results updated to
3474: comply with issue #896
3475:
3476: * tests/: 292.html, 293.html, results/292.processed,
3477: results/293.processed: tests for json escaping
3478:
3479: 2013-10-14 moko
3480:
3481: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
3482: and cleanup, code moved from .h to .C, no changes in code
3483:
3484: 2013-10-12 moko
3485:
3486: * tests/results/119.processed: updated test result commited
3487:
3488: * tests/: 291.html, results/291.processed: test for issue #894
3489: added
3490:
3491: * src/types/pa_wcontext.h: base methods call support function
3492: get_somebody_entered_some_class should not be true forever, as
3493: wcontext can have many get_elements calls (fixes issue #894)
3494:
3495: 2013-10-11 moko
3496:
3497: * tests/: 290.html, results/290.processed: test for junction GPF
3498: issue #942 added
3499:
3500: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
3501: to native method fixed (closes issue #942)
3502:
3503: * tests/: 158.html, results/158.processed: test for csv-string[]
3504: added
3505:
3506: * src/classes/table.C: minor fixes for table.csv-string[] (closes
3507: feature #907)
3508:
3509: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
3510: feature #907)
3511:
3512: 2013-10-09 moko
3513:
3514: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
3515: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
3516: types/pa_vstateless_class.C: GET_default, SET_default now works
3517: properly not only in objects, but in classes as well (closes
3518: issue #903)
3519:
3520: * tests/: 289.html, results/289.processed: GET/SET_default now
3521: works in classes, not only objects, test case added, related to
3522: issue #903
3523:
3524: * tests/: 288.html, results/288.processed: test for endless
3525: recursion bug added (related to issue #903)
3526:
3527: 2013-10-05 moko
3528:
3529: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3530: classes/table.C, main/execute.C, types/pa_method.h,
3531: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
3532: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3533: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
3534: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
3535: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
3536: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
3537: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
3538: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
3539: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
3540: optimization: put_element no longer has "bool areplace" argument,
3541: related to issue #903
3542:
3543: 2013-10-03 moko
3544:
3545: * tests/results/182.processed: result for $.replace(false) test
3546: commited
3547:
3548: * src/classes/date.C: ^date::create(number) processed correctly
3549: (fixes issue #901)
3550:
3551: * src/classes/image.C: as_no_junction removed, as param can be
3552: expression (closes issue #931)
3553:
3554: * tests/233.html: test for issue #931 added
3555:
3556: 2013-10-02 moko
3557:
3558: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
3559: modified, test for $.replace(false) added
3560:
3561: * src/main/compile_tools.h: forgotten class replace returned. :)
3562:
3563: 2013-09-30 moko
3564:
3565: * tests/: 141.html, results/141.processed: md5 tainting test added
3566:
3567: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3568: main/compile_tools.h, main/pa_request.C: allow_class_replace
3569: implemented; $.replace option added to ^process and ^use
3570:
3571: 2013-08-27 moko
3572:
3573: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
3574: cstr_to_string_body_untaint should be called with charsets for
3575: possible uri language and connection for possible sql language.
3576: related to issue #857
3577:
3578: * buildall: and -> or fixed
3579:
3580: 2013-08-26 moko
3581:
3582: * buildall: prepare_ functions logic changed to support
3583: gc-7.2d.tar.gz extracting to gc-7.2 directory
3584:
3585: 2013-08-23 moko
3586:
3587: * src/include/pa_config_fixed.h: gc and xml libs are now linked
3588: statically
3589:
3590: 2013-08-22 moko
3591:
3592: * src/classes/string.C: String::Empty used (related to issue #912)
3593: append_know_length removed (related to old GPF bug)
3594:
3595: 2013-08-21 moko
3596:
3597: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
3598:
3599: * src/classes/math.C: ^math:digest[...;$file] support added
3600: (related to ticket #857
3601:
3602: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
3603: implemented
3604:
3605: * src/types/pa_vhashfile.h: warning war
3606:
3607: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
3608: include/pa_request.h, main/pa_request.C, types/pa_value.h:
3609: anti_endless_json_string_recoursion removed from request;
3610: json_string_recoursion added to json_options; $.indent[indent
3611: value] now supported and passed within recoursion closes feature
3612: #937
3613:
3614: * tests/: 287.html, results/287.processed: test for feature #937
3615:
3616: 2013-07-31 moko
3617:
3618: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
3619: compilation having #define _S
3620:
3621: * src/main/pa_globals.C: cleanup
3622:
3623: 2013-07-30 moko
3624:
3625: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
3626: main/pa_common.C: vs2003 warning war
3627:
3628: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
3629:
3630: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
3631:
3632: * src/lib/md5/pa_sha2.c: warning war
3633:
3634: 2013-07-29 moko
3635:
3636: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
3637: patches from github
3638:
3639: * src/: classes/bool.C, classes/double.C, classes/int.C,
3640: classes/memcached.C, include/pa_config_includes.h,
3641: types/pa_vfile.C, types/pa_vfile.h: warning war
3642:
3643: * src/lib/json/json.vcproj: C++ -> C
3644:
3645: * src/lib/json/: json.c, pa_json.C: C++ warning revert
3646:
3647: * src/lib/json/: json.c, pa_json.C: windows compatibility
3648:
3649: * src/lib/json/: json.c, pa_json.C: windows compatibility
3650:
3651: * src/lib/json/: json.c, pa_json.C: warning war
3652:
3653: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
3654:
3655: * src/include/pa_config_fixed.h: uint16_t added
3656:
3657: * configure.in: uint16_t check added
3658:
3659: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 3660: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
3661: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
3662: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
3663: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 3664:
3665: 2013-07-25 moko
3666:
3667: * parser3.sln: dependencies added
3668:
3669: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
3670: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
3671: module support
3672:
3673: * src/targets/apache/mod_parser3_core.C: win32 cleanup
3674:
3675: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
3676:
3677: 2013-07-23 moko
3678:
3679: * src/: include/pa_memory.h, main/pa_memory.C: non-working
3680: PA_DEBUG_GC_MEMORY removed
3681:
3682: * src/: main/pa_globals.C, targets/cgi/parser3.C:
3683: PA_DEBUG_DISABLE_GC compilation fix
3684:
3685: * src/: classes/op.C, classes/table.C, include/pa_request.h,
3686: main/pa_request.C: outdated RESOURCES_DEBUG removed
3687:
3688: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
3689: garbage cleanup
3690:
3691: * src/main/pa_common.C: warning war
3692:
3693: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
3694:
3695: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
3696: minor cleanup
3697:
3698: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
3699: uses cygwin, not WIN32 implementation
3700:
3701: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
3702: able to exec shell scripts
3703:
3704: * src/classes/math.C: ifdef WIN32 cleanup
3705:
3706: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
3707:
3708: * bin/auto.p.dist.in: libpq.so -> libpq.
3709:
3710: * src/classes/curl.C: LT_MODULE_EXT used
3711:
3712: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
3713:
3714: 2013-07-22 moko
3715:
3716: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
3717: includes fix
3718:
3719: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
3720:
3721: * configure.in, src/include/pa_config_includes.h,
3722: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
3723: src/main/pa_exec.C: includes cleanup
3724:
3725: * src/targets/cgi/parser3.C: 2012->2013
3726:
3727: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
3728:
3729: * configure.in, src/include/pa_config_includes.h,
3730: src/include/pa_http.h, src/lib/json/JSON_parser.h,
3731: src/main/pa_random.C, src/main/pa_socks.C,
3732: src/types/pa_vstatus.C: cygwin support cleanup
3733:
3734: * configure.in: dirent.h check added
3735:
3736: * src/: include/pa_config_includes.h, include/pa_dir.h,
3737: main/pa_dir.C: includes cleanup, dirent.h check added filePath
3738: not copied
3739:
3740: 2013-07-21 moko
3741:
3742: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
3743:
3744: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
3745: parser3.vcproj: unused getopt.h / getopt.c removed
3746:
3747: * operators.txt, src/classes/file.C, tests/022.html,
3748: tests/results/022.processed: ^file:list[path][$.filter[regexp]
3749: $.stat(true)] usage commented
3750:
3751: * configure.in, src/classes/file.C, src/include/pa_dir.h,
3752: src/main/pa_dir.C: ^file:list[] now has dir column and when
3753: $.stat(true) it has size/*date columns modified patch from misha@
3754: that closes issue #914.
3755:
3756: * src/: include/pa_config_includes.h, main/pa_globals.C:
3757: PA_RELEASE_ASSERTS removed
3758:
3759: * src/lib/md5/pa_md5c.c: minor cleanup
3760:
3761: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
3762: localeconv()->decimal_point usage remoed (related to issue #934)
3763:
3764: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
3765: cordprnt.c removed
3766:
3767: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
3768: pa-include/pa_errno.h, pa-include/pa_file_io.h,
3769: pa-include/pa_strings.h: includes cleanup
3770:
3771: * src/lib/md5/pa_md5c.c: headers cleanup
3772:
3773: 2013-07-20 moko
3774:
3775: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
3776: cleanup
3777:
3778: 2013-07-19 moko
3779:
3780: * src/classes/math.C: extern "C" added for crypt
3781:
3782: 2013-07-18 moko
3783:
3784: * src/classes/math.C: fix redhat7.2 build
3785:
3786: 2013-07-17 moko
3787:
3788: * configure.in, src/include/pa_config_includes.h,
3789: src/include/pa_config_fixed.h: headers actualized (inttypes.h
3790: added for uint8/32/64_t)
3791:
3792: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
3793: pa_config_includes.h used for uint32/64_t
3794:
3795: 2013-07-16 moko
3796:
3797: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
3798: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
3799: war
3800:
3801: * src/main/compile.tab.C: compile.y was updated
3802:
3803: * src/main/compile.y: warning war
3804:
3805: * src/: include/pa_exception.h, main/pa_exception.C,
3806: main/pa_xml_exception.C: warning war
3807:
3808: * src/: include/pa_common.h, main/pa_common.C: warning war
3809:
3810: * configure.in: beauty :)
3811:
3812: * tests/: 141.html, results/141.processed: sha256/512 added
3813:
3814: 2013-07-13 moko
3815:
3816: * src/lib/md5/md5.vcproj: sha2 added
3817:
3818: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
3819: classes/math.C: sha2 support (sha256/sha512 digest)
3820:
3821: 2013-07-08 moko
3822:
3823: * src/classes/image.C: directory read or other read problem message
3824: fixed (related to issue #933)
3825:
3826: 2013-07-07 moko
3827:
3828: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
3829: dependense from $charsetsdir directory existance and content (and
3830: UTF-8 is default allready)
3831:
3832: * AUTHORS: + misha + moko. :)
3833:
3834: 2013-07-06 moko
3835:
3836: * src/: classes/curl.C, include/pa_globals.h,
3837: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
3838: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
3839: for lt_dlinit to be called once and lt_dlexit called at right
3840: place (related to issue #925)
3841:
3842: 2013-07-04 moko
3843:
3844: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
3845: VString::as_vfile now uses vfile.set_binary_string to avoid
3846: content-type to be set, as it brokes badly designed logic in
3847: response output. This hopefully finishes issue #928.
3848:
3849: * tests/results/: 256.processed, 286.processed: file now displayed
3850: as name, size, mode, content-type
3851:
3852: * src/main/pa_common.C: read error now reported cottectly (fixes
3853: issue #933
3854:
3855: 2013-06-28 moko
3856:
3857: * tests/: 286.html, results/286.processed: test extended
3858:
3859: * tests/: 286.html, results/286.processed: Test for issue #928
3860: added. it tests default content-type change.
3861:
3862: * src/types/pa_vfile.C: closes issue #928 - default content-type
3863: now updated
3864:
3865: 2013-06-25 moko
3866:
3867: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
3868: content-type for text/binary files without name added;
3869: ^file::create[$f;...] options now works properly and $f
3870: properties are default (fixes issue #928)
3871:
3872: 2013-05-16 misha
3873:
3874: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
3875: added
3876:
3877: * src/main/pa_table.C: - a tiny memory optimisation while creating
3878: table if specified limit is bigger than source rows count
3879:
3880: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
3881: added ( new feature: #858 )
3882:
3883: 2013-04-29 moko
3884:
3885: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
3886: $.ipresolve(0|1|2) added (closes issue #891)
3887:
3888: * src/lib/curl/curl.h: CURL_IPRESOLVE added
3889:
3890: 2013-04-24 moko
3891:
3892: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3893: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
3894: types/pa_vmemcached.h: ^memcache.release[] added, calls
3895: memcached_quit (refs #893)
3896:
3897: 2013-04-22 moko
3898:
3899: * src/: include/pa_string.h, main/pa_common.C: no more double
3900: slashes in file path (fixes bug #872)
3901:
3902: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
3903: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
3904: #739)
3905:
3906: * tests/results/266.processed: $.max_params added (feature #915)
3907:
3908: * src/: include/pa_common.h, main/pa_http.C: response-charset
3909: option added to file::load (closes issue #867)
3910:
3911: 2013-04-20 misha
3912:
3913: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
3914: commited
3915:
3916: 2013-03-15 misha
3917:
3918: * src/classes/: hash.C, table.C: - Optimisation: do not create
3919: multiple empty strings while ::sql. uae String::Empty instead
3920:
3921: 2013-03-14 misha
3922:
3923: * src/classes/reflection.C: - for user classes
3924: ^reflection:method_info[] returns $.max_params and $.extra_param
3925: with $.call_type if they available ( new feature: #915 )
3926:
3927: * src/classes/file.C: - ^file:delete[] now supports an option
3928: $.exception(false) that suppress any exception while deleting
3929: file ( new feature: #916 )
3930:
3931: * src/classes/curl.C: - parsing cookies after curl:load now should
3932: work :)
3933:
3934: 2013-03-12 misha
3935:
3936: * src/types/pa_vfile.C: - if specified file_name is empty string
3937: set default name for the file
3938:
3939: 2013-03-11 misha
3940:
3941: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
3942: also available in $f.cookies
3943:
3944: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
3945: moved to a separate method
3946:
3947: 2013-03-10 moko
3948:
3949: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
3950: added
3951:
3952: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
3953: removed (declared by autoconf)
3954:
3955: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
3956: uint32_t define
3957:
3958: 2013-03-10 misha
3959:
3960: * src/classes/file.C: ^file:delete and ^file:move now support
3961: option $.keep-empty-dirs(true) ( new feature: #884 )
3962:
3963: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
3964: empty dirs is added
3965:
3966: 2013-03-10 moko
3967:
3968: * src/classes/: bool.C, double.C, int.C: default can be present,
3969: but default check removed from ^int/double/bool.int/double/bool
3970: for string.int/double/bool compatibility (related to issue #913)
3971:
3972: * src/classes/string.C: ^string.int/dobule/bool no longer
3973: internally throws exception if default is present (closes issue
3974: #913)
3975:
3976: 2013-03-09 misha
3977:
3978: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
3979: optimisations ( #845 )
3980:
3981: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
3982:
3983: 2013-03-08 moko
3984:
3985: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
3986: creates correct table (fixes issue #910)
3987:
3988: * src/classes/op.C: r.connection() -> r.connection(false) to allow
3989: use outside of 'connect' operator (fixes issue #911)
3990:
3991: * tests/results/: 096.processed, 122.processed: test results
3992: updated as doubles now printed with 15 significant digits, not 5
3993: (fixes issue #882)
3994:
3995: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
3996: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
3997:
3998: 2013-02-21 moko
3999:
4000: * src/classes/table.C: _locate_name_value does not check arguments
4001: count, so we check it in advance (fixes issue #905)
4002:
4003: 2012-10-23 moko
4004:
4005: * buildall: old shell for and echo compatibility (for six)
4006:
4007: 2012-10-19 moko
4008:
4009: * buildall: --strip added --disable-safe-mode listed in usage
4010:
4011: 2012-10-17 misha
4012:
4013: * src/classes/op.C: - apply-taint should not throw "outside
4014: connect" exception with sql lang now
4015:
4016: 2012-10-17 moko
4017:
4018: * src/main/pa_request.C: bugfix: safe mode should be inited for
4019: each request (for apache module)
4020:
4021: 2012-09-26 moko
4022:
4023: * src/doc/doxygen.cfg: png -> svg
4024:
4025: 2012-09-25 moko
4026:
4027: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4028: test added
4029:
4030: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4031: double use when key is long
4032:
4033: 2012-09-16 moko
4034:
4035: * src/classes/math.C: Format -> Method Encode -> Format
4036:
4037: * tests/: 141.html, results/141.processed: math:digest hmac test
4038: added
4039:
4040: 2012-09-14 moko
4041:
4042: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
4043: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
4044: implementation added
4045:
4046: 2012-09-12 moko
4047:
4048: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
4049: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
4050: targets.dox and string.dox slightly actualized
4051:
4052: 2012-08-31 moko
4053:
4054: * ChangeLog: now generated with patched cvs2cl.pl
4055:
4056: 2012-07-29 moko
4057:
4058: * tests/285.html, src/main/execute.C, tests/results/285.processed:
4059: result should be pushed after VMethodFrame destructor is called,
4060: as it deletes junctions from stack params (fixes issue #868)
4061:
4062: 2012-07-23 moko
4063:
4064: * INSTALL, README: buildall script usage documented, other outdated
4065: info updated.
4066:
4067: * buildall-with-xml, buildall-without-xml: replaced by buildall
4068:
4069: 2012-07-21 moko
4070:
4071: * buildall: glib does not compile when threads are disabled...
4072:
4073: * src/types/pa_vmail.C: g_assertion fixes for empty input
4074:
4075: * src/types/pa_vmail.C: yet another fix (strange GPF on object
4076: unref, can't unref nested objects)
4077:
4078: * src/types/pa_vmail.C: another check added
4079:
4080: 2012-07-19 moko
4081:
4082: * buildall: usage added
4083:
4084: * buildall: new buildall script that unites buildall-with-xml,
4085: buildall-without-xml, --with-apache and --with-mailreceive
4086:
4087: * configure.in: support for static gmime and dynamic glib linking.
4088: fixes for FreeBSD
4089:
4090: 2012-07-17 moko
4091:
4092: * configure.in: --with-mailreceive replaced
4093: --with-static-mailreceive and --with-shared-mailreceive pathlink
4094: removed
4095:
4096: 2012-07-16 moko
4097:
4098: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
4099: capitalized, content now decoded and text content converted to
4100: $request:charset. all properties are accessed by functions, this
4101: ready for dynamic load.
4102:
4103: 2012-06-28 moko
4104:
1.116 moko 4105: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
4106: 32 bit
1.95 moko 4107:
4108: 2012-06-27 moko
4109:
4110: * buildall-with-xml, buildall-without-xml: fetch requires -p for
4111: passive ftp
4112:
4113: * src/lib/ltdl/ltdl.vcproj: release build fixed
4114:
4115: * configure.in: 3.4.2 RC -> 3.4.2
4116:
4117: 2012-06-22 moko
4118:
4119: * src/types/pa_vfile.C: returned empty mode to stated files (issue
4120: #815)
4121:
4122: * tests/: 284.html, results/284.processed: output options test
4123: (feature #265)
4124:
4125: 2012-06-22 misha
4126:
4127: * tests/215.html: - little changes
4128:
4129: 2012-06-21 moko
4130:
4131: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
4132: types/pa_vxdoc.h: output_options returned and used (bugfix for
4133: feature #265)
4134:
4135: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
4136: breaks long .*, default 10M restored. (issue #216)
4137:
4138: * tests/: 283.html, results/283.processed: test for issue #815
4139: added
4140:
4141: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
4142: again, cstrm not required.
4143:
4144: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
4145: Win32 and broken FreeBSD (issue #45)
4146:
4147: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
4148:
4149: * src/main/pa_string.C: warnings war
4150:
4151: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
4152: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
4153: main/pa_socks.C, targets/apache/pa_threads.C,
4154: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4155: types/pa_vstatus.C: compilation under cygwin fixed
4156:
4157: 2012-06-19 moko
4158:
4159: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
4160: Windows fixed
4161:
4162: * parser3.sln: removed antique pcre_ctype
4163:
4164: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
4165:
4166: * src/include/pa_config_fixed.h: undefined reference to
4167: __imp__pcre_* fix for Windows
4168:
4169: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 4170: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
4171: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
4172: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
4173: define fixed
1.95 moko 4174:
4175: 2012-06-18 moko
4176:
4177: * src/classes/memcached.C: flush -> clear
4178:
4179: * src/classes/memcached.C: memcached does not support quotes even
4180: in server name
4181:
4182: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4183: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
4184: called on open to check servers existance. $.key(true) syntax
4185: now supported
4186:
4187: 2012-06-17 moko
4188:
4189: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
4190: cleanup
4191:
4192: * src/classes/table.C, tests/282.cfg, tests/282.html,
4193: tests/results/282.processed: encloser at the EOF bug fixed,
4194: incorrectly enclosed data now processed more logicaly (fixes
4195: #339)
4196:
4197: 2012-06-15 moko
4198:
4199: * buildall-without-xml: sync with buildall-with-xml
4200:
4201: * buildall-with-xml: download auto-detected between fetch and curl
4202:
4203: * configure.in: --with-gc and --with-pcre now also processed
4204: correctly
4205:
1.116 moko 4206: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
4207: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
4208: should be run on rol1 using automake / aclocal (GNU automake)
4209: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 4210:
4211: * configure.in: new PARSER_VERSION logic
4212:
4213: * src/include/pa_version.h: new pa_version.h logic
4214:
4215: * src/: classes/curl.C, classes/file.C, classes/image.C,
4216: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4217: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
4218: feols_normalized -> fis_text_content set_binary added
4219:
4220: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
4221:
4222: 2012-06-15 misha
4223:
4224: * src/: classes/curl.C, classes/file.C, classes/image.C,
4225: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4226: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
4227: ^file::create[text;content] EOLs in content now is normalized. (
4228: new feature: #815 )
4229:
4230: 2012-06-15 moko
4231:
4232: * configure.in: --disable-version-update added to disable version
4233: update with host information (for debian package) whitespace
4234: optimized
4235:
4236: * configure.in: version changed to 3.4.2 RC no-pic added for
4237: libtool
4238:
4239: * src/include/pa_version.h: Nice pa_version.h default. Please keep
4240: it.
4241:
4242: 2012-06-14 moko
4243:
4244: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
4245: tests/results/281.processed: "hash flocked" error removed for
4246: safe operations like ^h._count[] ( new feature: #335 )
4247:
1.116 moko 4248: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 4249:
4250: * buildall-with-xml, buildall-without-xml: --with-static -> --with
4251:
4252: * configure.in: --with-static/shared xml replaced with --with-xml,
4253: xml compilation check added
4254:
4255: * configure.in: --with-static/shared-gc, --with-static-pcre are
4256: replaced with --with-gc and --with-pcre test for pcre linking
4257: added
4258:
4259: 2012-06-13 moko
4260:
4261: * configure.in: apxs2 check optimized
4262:
4263: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
4264: .la, includes optimized
4265:
4266: * buildall-with-xml: --with-pic looks better for -fPIC
4267:
4268: * configure.in: switched to convenience library in static linking
4269:
4270: * src/targets/apache/Makefile.am: switched to convenience library
4271: usage to avoid libtool warnings
4272:
4273: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
4274: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
4275: smtp/Makefile.am: switched to convenience library usage
4276:
4277: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
4278:
4279: * src/targets/apache/Makefile.am: updated for libtool usage
4280:
4281: * bin/auto.p.dist.in: .cfg removed from charset names.
4282:
4283: * buildall-without-xml: --with-included-ltdl added
4284:
4285: * buildall-without-xml: sync with buildall-with-xml
4286:
4287: * buildall-with-xml: --with-included-ltdl added $cflags added for
4288: -fPIC for x64 $download added for wget success check added
4289:
4290: * buildall-without-xml: --with-dynamic-stdcpp removed
4291:
4292: * configure.in: disable-static returned
4293:
4294: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
4295: LIBTOOLFLAGS
4296:
4297: 2012-06-12 moko
4298:
4299: * configure.in, src/targets/cgi/Makefile.am: disable-static not
4300: compatible with LIBTOOLFLAGS for unknown reasons
4301:
4302: * buildall-with-xml: --with-dynamic-stdcpp removed
4303:
4304: * configure.in: static/dynamic -lstdc++ linking option removed
4305: apxs2 check added
4306:
4307: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
4308: option removed
4309:
4310: 2012-06-10 moko
4311:
4312: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
4313: added
4314:
4315: * src/targets/cgi/pp3.cmd: old PAF stuff
4316:
1.116 moko 4317: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
4318: beauty
1.95 moko 4319:
4320: * depcomp: from libtool 2.4.2
4321:
4322: * configure.in: ltdl directory removed, it has correct Makefile.in
4323:
4324: 2012-06-09 moko
4325:
1.116 moko 4326: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
4327: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 4328: autogenerated files updated after libtool update
4329:
1.116 moko 4330: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
4331: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 4332: config_auto.h.in, config_fixed.h, configure, configure.ac,
4333: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
4334: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
4335: config/compile, config/config.guess, config/config.sub,
4336: config/depcomp, config/install-sh, config/ltmain.sh,
4337: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
4338: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
4339: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
4340: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
4341: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
4342: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
4343: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
4344: m4/lt~obsolete.m4: libtool updated to version 2.4.2
4345:
4346: * configure.in: preparation for new libtool
4347:
4348: * configure.in: Some beauty added :)
4349:
4350: * src/targets/apache/Makefile.am: := -> =
4351:
4352: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
4353: again. :)
4354:
4355: * src/include/pa_config_includes.h, configure.in: limits.h added,
4356: previously was taken from pcre_internal.h. :)
4357:
4358: * src/lib/pcre/Makefile.am: config.h returned
4359:
4360: * src/lib/pcre/config.h: still need this. :)
4361:
4362: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
4363:
4364: * configure.in: --with-charsets removed; --with-mysql-client & co
4365: removed
4366:
4367: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
4368: now in parser tree, no need to copy
4369:
4370: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
4371: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
4372: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
4373: debian/patches/101_pcre.patch - local copy of pcre_internal.h
4374: extracts now used old trash removed
4375:
4376: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
4377: rare charsets/drivers are commented, sql driver quessing removed
4378: (debian/patches/103_auto_p.patch)
4379:
4380: * etc/parser3.charsets/Makefile.am: charsets now in share
4381: (debian/patches/104_automake.patch) + all charsets are copied
4382:
4383: * buildall-with-xml, buildall-without-xml: curl option removed +
4384: extra arguments now supported
4385:
4386: 2012-06-08 misha
4387:
4388: * src/classes/table.C: - one params.as_hash usage was rolled back:
4389: the 2nd option in ^table.hash[] could be hash or table so
4390: .as_hash will throw an exception when table option is specified
4391:
4392: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4393: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
4394: classes/table.C, classes/void.C, classes/xdoc.C,
4395: include/pa_exception.h, types/pa_vmethod_frame.C,
4396: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
4397: and improved (whitespaces are allowed as empty options) -
4398: MethodParams::as_table is added - above methods are used for
4399: parsing methods' options ( new feature: #9 )
4400:
4401: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
4402: to vclass. now class fields can be accessible as a hash:
4403: $h[^hash::create[$asd:CLASS]]
4404:
4405: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
4406: have get_fields method so their fields can be accessed with
4407: ^reflection:fields[...] & ^reflection:field[...]
4408:
4409: 2012-06-06 misha
4410:
4411: * tests/280.html: - tests for
4412: ^reflection:method[obj-or-class;method],
4413: ^reflection:field[obj-or-class;field] and
4414: ^reflection:fields[obj-or-class] are added
4415:
4416: 2012-06-05 misha
4417:
4418: * src/classes/reflection.C: - ^reflection:method[class or
4419: object;method name] and ^reflection:field[class or object;field
4420: name] are added
4421:
4422: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
4423: is used
4424:
4425: * src/types/pa_method.h: - Method::as_vjunction method is added
4426:
4427: 2012-06-05 moko
4428:
1.116 moko 4429: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 4430:
4431: * src/classes/memcached.C: flish ttl fixed
4432:
4433: 2012-06-04 moko
4434:
4435: * src/classes/json.C, src/classes/op.C, tests/279.html,
4436: tests/results/279.processed: ^json:parse[] now supports $.taint
4437: option (new feature #833)
4438:
4439: 2012-06-04 misha
4440:
4441: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
4442: - search_stop method was moved from pa_vcookie.C to pa_common.C
4443:
4444: 2012-06-03 misha
4445:
4446: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
4447: cookies are parced and stored into $.cookies ( new feature: #31 )
4448:
4449: 2012-05-30 misha
4450:
4451: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
4452: incomplete class into a scope while @USE is found
4453:
4454: * src/main/compile.y: - add incomplete class into a scope while
4455: @USE and @CLASS instructions are found ( bugfix: #838 )
4456:
4457: 2012-05-30 moko
4458:
4459: * src/types/pa_vclass.C, tests/278.html,
4460: tests/results/278.processed: removed "property has no getter
4461: method" exception when GET_DEFAULT present (fixes #269)
4462:
4463: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
4464: $._default
4465:
4466: 2012-05-29 moko
4467:
4468: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
4469: uninitialized values usage (new feature: #154)
4470:
4471: 2012-05-28 moko
4472:
4473: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
4474: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
4475: src/types/pa_vdate.h, src/types/pa_vdouble.h,
4476: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
4477: src/types/pa_vobject.C, src/types/pa_vobject.h,
4478: src/types/pa_vstring.h, src/types/pa_vtable.C,
4479: tests/results/277.processed, src/types/pa_vtable.h,
4480: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
4481: ^json:string[$o; $.default[$method]] implemented for VObject (new
4482: feature #803)
4483:
4484: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
4485: tests/results/277.processed: json numbers are now treated as
4486: double ( new feature: #834 )
4487:
4488: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
4489: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
4490: added for out of range checks, zero division in vint/vdouble
4491: check added ( fixes #832 )
4492:
4493: * tests/: 275.html, results/275.processed: tests for pa_atoui added
4494: ( fixes #832 )
4495:
4496: 2012-05-28 misha
4497:
4498: * buildall-with-xml: - --without-lzma option is added to libxml2
4499: configure
4500:
4501: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
4502: added - tests for unsupported values for options $.file, $.table
4503: and $.date are added
4504:
4505: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
4506: accepts "stat" $.file[] option's value in addition to existed
4507: "text" and "base64" ( new feature: #835 )
4508:
4509: * tests/276.html: - test for
4510: ^reflection:delete[$object-or-class;field-name]
4511:
4512: * src/classes/reflection.C: -
4513: ^reflection:delete[$object-or-class;field-name] is added ( new
4514: feature: #268 )
4515:
4516: 2012-05-27 misha
4517:
4518: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
4519:
4520: 2012-05-24 misha
4521:
4522: * src/include/pa_common.h: - method lastposafter was removed
4523:
4524: * src/classes/file.C: - use strrpbrk & rskipchars instead of
4525: lastposafter - ^file:dirname[] & Co proper handle windows file
4526: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
4527: work as *nix commands
4528:
4529: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
4530:
4531: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
4532: rskipchars were added
4533:
4534: * tests/270.html: - more tests for ^file:find[]
4535:
4536: * tests/065.html: - more tests for ^file:dirname[] & Co
4537:
4538: * src/include/pa_version.h: - must be "win32" here. it is
4539: auto-generated on *nix
4540:
4541: 2012-05-24 moko
4542:
4543: * src/classes/math.C: ^math:convert[] now supports uint32 and
4544: throws overflow exception ( new feature: #830 )
4545:
4546: * tests/: 275.html, results/275.processed: test for ^math:convert[]
4547: uint32 support and overflow added ( new feature: #830 )
4548:
4549: 2012-05-23 moko
4550:
4551: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
4552: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
4553: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
4554: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
4555: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4556: types/pa_vregex.h, types/pa_vstateless_class.C,
4557: types/pa_vstateless_class.h, types/pa_vstring.h,
4558: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4559: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
4560: "return string as-is" removed from as_expr_result. ( new feature:
4561: #831 )
4562:
4563: * tests/results/244.processed: test changed after bug #782 fix
4564: commited
4565:
4566: * tests/results/229.processed: test results for bug #782 commited
4567:
4568: * tests/: 254.html, results/254.processed: uid now just compared,
4569: not printed. :)
4570:
4571: 2012-05-20 moko
4572:
4573: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
4574: feature: #341 )
4575:
4576: * tests/: 254.html, results/254.processed: test for
4577: ^reflection:uid[] added
4578:
4579: * tests/: 254.html, results/254.processed: test for
4580: ^reflection:uid[$obj] added
4581:
4582: 2012-05-17 misha
4583:
4584: * src/main/untaint.C: - do not replace ' char by _26 while
4585: exploding filespec-tainting ( new feature: #829 )
4586:
4587: 2012-05-12 moko
4588:
4589: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
4590: not.
4591:
4592: 2012-05-08 moko
4593:
4594: * src/types/pa_vmethod_frame.h: bug #782 fixed
4595:
4596: * tests/229.html: test for bug #782
4597:
4598: * tests/results/259.processed, src/main/pa_request.C,
4599: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
4600: src/types/pa_vstring.h, src/types/pa_vvoid.C,
4601: src/types/pa_vvoid.h: feature #154 - first empty param now
4602: string; defined locals are empty strings; $STRICT-VARS(true)
4603: added
4604:
4605: 2012-04-27 moko
4606:
1.116 moko 4607: * src/targets/apache/Makefile.am:
1.95 moko 4608: ../../lib/memcached/libmemcached.a added
4609:
4610: 2012-04-27 misha
4611:
4612: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
4613: ( #827 )
4614:
4615: 2012-04-25 moko
4616:
4617: * src/: classes/json.C, classes/memcached.C,
4618: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4619: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
4620: implemented.
4621:
4622: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
4623:
4624: 2012-04-23 moko
4625:
4626: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4627: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4628: types/pa_vmemcached.h: open allows options hash for new
4629: memcached(options) function
4630:
4631: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
4632: not appended
4633:
4634: 2012-04-21 moko
4635:
4636: * src/classes/curl.C: '' added. :)
4637:
4638: * src/classes/classes.vcproj: new curl.h location
4639:
4640: * src/classes/curl.C: verbose output redirection from stderr to
4641: file curl option added
4642:
4643: 2012-04-20 moko
4644:
4645: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
4646: contains what we need from curl, #ifdef HAVE_CURL removed
4647:
1.116 moko 4648: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 4649: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 4650: src/lib/Makefile.am, src/lib/curl/Makefile.am,
4651: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 4652: configure option
4653:
4654: 2012-04-19 moko
4655:
4656: * src/: classes/double.C, classes/inet.C, classes/int.C,
4657: classes/string.C, lib/gc/include/gc_allocator.h,
4658: types/pa_vform.C: PVS-Studio detected errors fixes, unused
4659: options from sql_result_string removed. (closes issue #468)
4660:
4661: * src/types/pa_vmemcached.C: empty string fix
4662:
4663: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
4664: pa_vstring.C, pa_vstring.h: serialization helpers moved to
4665: pa_vmemcached.C
4666:
4667: 2012-04-18 moko
4668:
4669: * src/targets/apache/mod_parser3.c: "Parser3 module requires
4670: apache2-mpm-prefork" error displayed in threaded mpm.
4671:
4672: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4673: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
4674: installed (issue #354)
4675:
4676: 2012-04-16 moko
4677:
4678: * src/types/pa_vmemcached.C: call to memcached_result_create and
4679: memcached_result_free removed
4680:
4681: 2012-04-14 moko
4682:
4683: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
4684:
4685: * src/types/pa_vmemcached.C: check_key added and used
4686:
4687: 2012-04-13 moko
4688:
4689: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
4690: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
4691: Serialization_data now added and used, VString now serialized
4692: with languages into memcached.
4693:
4694: 2012-03-28 moko
4695:
4696: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
4697: lib/memcached/pa_memcached.h: result lengths added
4698:
4699: 2012-03-27 moko
4700:
4701: * src/types/pa_vmemcached.C: strdup added
4702:
4703: 2012-03-24 moko
4704:
4705: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4706: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4707: types/pa_vmemcached.h: memcached: mget, flush, fttl added
4708:
4709: 2012-03-20 moko
4710:
1.116 moko 4711: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 4712:
4713: * src/targets/cgi/Makefile.am: cleanup
4714:
4715: * src/: types/Makefile.am, types/pa_vmemcached.C,
4716: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
4717:
4718: * src/: classes/Makefile.am, classes/memcached.C,
4719: lib/memcached/Makefile.am, lib/memcached/constants.h,
4720: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4721: lib/memcached/types.h, lib/Makefile.am: memcached initial
4722:
4723: 2012-03-16 moko
4724:
4725: * src/main/execute.C: ident now works under Linux + ident displays
4726: filenames (closes issue #818)
4727:
1.116 moko 4728: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 4729: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
4730: pa_vmethod_frame_local.h removed
4731:
4732: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4733: classes/classes.h, classes/curl.C, classes/date.C,
4734: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4735: classes/hashfile.C, classes/image.C, classes/inet.C,
4736: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4737: classes/memory.C, classes/op.C, classes/reflection.C,
4738: classes/regex.C, classes/response.C, classes/string.C,
4739: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4740: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4741: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4742: include/pa_config_fixed.h, include/pa_config_includes.h,
4743: include/pa_dictionary.h, include/pa_dir.h,
4744: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4745: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4746: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4747: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4748: include/pa_request_charsets.h, include/pa_request_info.h,
4749: include/pa_sapi.h, include/pa_socks.h,
4750: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4751: include/pa_stack.h, include/pa_string.h,
4752: include/pa_stylesheet_connection.h,
4753: include/pa_stylesheet_manager.h, include/pa_table.h,
4754: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4755: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4756: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4757: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
4758: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4759: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4760: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4761: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4762: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4763: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4764: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4765: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4766: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4767: main/pa_string.C, main/pa_stylesheet_connection.C,
4768: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4769: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4770: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
4771: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4772: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4773: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4774: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4775: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4776: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4777: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
4778: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
4779: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4780: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4781: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4782: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4783: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4784: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4785: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4786: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4787: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
4788: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
4789: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
4790: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
4791: types/pa_vresponse.h, types/pa_vstateless_class.C,
4792: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4793: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
4794: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
4795: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
4796: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4797: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
4798: ident now works under Linux + ident displays filenames (closes
4799: issue #818) Copyright updated
4800:
4801: 2012-03-13 moko
4802:
4803: * src/main/pa_string.C: compilation fix for feature #741
4804:
4805: 2012-03-09 misha
4806:
4807: * tests/193.html: - tests for ^string:base64[encoded] are updated
4808:
4809: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
4810: now detects invalid base64 chars in the middle of encoded stricg
4811: ( new feature: #55 )
4812:
4813: * src/include/pa_exception.h: - new exception type for base64
4814: decoding is added
4815:
4816: 2012-03-06 misha
4817:
4818: * tests/274.html: - tests for ^date::today[] and
4819: ^date.sql-string[datetime|date|time] are added
4820:
4821: * src/classes/date.C: - constructor ^date::today[] is added ( new
4822: feature: #811 ) - ^date.sql-string[] now can accept one param --
4823: strings "datetime", "date" or "time" - comments tidying up
4824:
4825: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
4826: date and time
4827:
4828: 2012-03-03 misha
4829:
4830: * tests/193.html: - tests for
4831: ^string:base64[encoded;$.strict(true)] are added
4832:
4833: * tests/results/auto.p: - try-catch operator is added
4834:
4835: * src/: classes/file.C, classes/string.C, include/pa_common.h,
4836: main/pa_common.C: - $.strict(true|false) option is added to
4837: base64 decode methods ( new feature: #55 )
4838:
4839: * src/main/pa_common.C: - base64 decode memory usage was decreased
4840: ( new feature: #819 )
4841:
4842: 2012-02-28 moko
4843:
4844: * src/classes/hash.C: ident test
4845:
4846: 2012-02-27 misha
4847:
4848: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
4849:
4850: 2012-01-08 misha
4851:
4852: * tests/273.html: - tests for ^string.replace[from;to] are added
4853:
4854: * src/: classes/string.C, include/pa_dictionary.h,
4855: main/pa_dictionary.C, main/pa_string.C: -
4856: ^string.replace[from;to] is added ( new feature: #741 ) -
4857: ^string.replace[one subst here] is slightly optimized
4858:
4859: 2011-12-07 misha
4860:
4861: * src/classes/table.C: - $t[^table::create{$empty}] now creates
4862: named table with one empty column ( bugfix: #63 )
4863:
4864: 2011-11-30 misha
4865:
4866: * src/classes/json.C: - it's possible to set user's method for
4867: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
4868: #763 )
4869:
4870: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
4871:
4872: 2011-11-23 misha
4873:
4874: * src/: classes/curl.C, classes/file.C, classes/image.C,
4875: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
4876: types/pa_vfile.h, types/pa_vform.C: - constructor
4877: ^file::create[mode;filename;content[;options]] now accepts binary
4878: mode and file-content - new constructor's format:
4879: ^file::create[string-or-file-content[;$.name[filename]
4880: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
4881: feature: #65 )
4882:
4883: * src/: include/pa_request.h, main/pa_request.C: - new method
4884: mime_type_of(const String*) is added
4885:
4886: * src/include/pa_exception.h: - new exception constant
4887: FILE_NAME_MUST_BE_SPECIFIED is added
4888:
4889: * src/classes/table.C: - bug with negative offset transformed into
4890: a feature. it means pointing to a row from the end of the table (
4891: new feature: #810 )
4892:
4893: 2011-11-19 misha
4894:
4895: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
4896: â ìåòîäå _select ( new feature: #810 )
4897:
4898: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
4899: options were specified together is simplified
4900:
4901: 2011-11-12 misha
4902:
4903: * src/main/pa_request.C: - forgotten fix for escaping filename in
4904: HTTP content-disposition header (a part of bug #361 )
4905:
4906: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
4907: checks for ancestors' classes as well ( new feature: #456 )
4908:
4909: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
4910: "without cycle" now have types "parser.break" and
4911: "parser.continue" instead of "parser.runtime" ( new feature: #799
4912: )
4913:
4914: 2011-11-11 misha
4915:
4916: * tests/results/: 099.processed, 100.processed, 205.processed,
4917: 237.processed: - since bug #361 was fixed the content of filename
4918: in HTTP headers is quoted
4919:
4920: * tests/results/270.processed: - result for test 270
4921:
4922: * tests/: 065.html, results/065.processed: - more tests for
4923: ^file:basename[] & Co were added
4924:
4925: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
4926:
4927: * tests/270.html: - tests for ^file:find[] are added
4928:
4929: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
4930: using option $.charset. option $.engoding is still supported but
4931: these options can not be specified together
4932:
4933: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
4934: comparation charset name with string "UTF-8" ( bugfix: #759 )
4935:
4936: 2011-10-11 misha
4937:
4938: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
4939: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
4940: #622)
4941:
4942: 2011-09-30 misha
4943:
4944: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
4945: exception "saving stat-ed file" ( bugfix: #395 )
4946:
4947: 2011-05-30 misha
4948:
4949: * src/classes/string.C: - fixed bug which was added with
4950: params.as_hash into string:sql
4951:
4952: 2011-05-29 misha
4953:
4954: * src/types/pa_value.C: - filename in content-disposition header
4955: must be quoted ( bugfix: #361 )
4956:
4957: 2011-05-27 misha
4958:
4959: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
4960: created file
4961:
4962: * src/classes/: hash.C, mail.C: - little tunning with get_hash
4963: usage
4964:
4965: * src/include/pa_exception.h: - one more string for exception was
4966: added
4967:
4968: 2011-05-25 misha
4969:
4970: * tests/269.html: - tests for checking input params in some dom
4971: methods
4972:
4973: * src/classes/: xdoc.C, xnode.C: - validation of some input params
4974: was added. it isn't possible not wo create xdoc with invalid
4975: tagName. ( bugfix: #160 )
4976:
4977: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
4978: string "data must be string" was mover from pa_exception.h to
4979: pa_xml_exception.h
4980:
4981: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
4982: as_xmlncname, as_xmlname and as_xmlnsuri were added
4983:
4984: * src/main/pa_xml_exception.C: - XmlException accepts more options
4985:
4986: * src/include/pa_xml_exception.h: - XmlException accepts more
4987: options - XML-related exception's strings were added
4988:
4989: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
4990: output_options were removed)
4991:
4992: 2011-05-19 misha
4993:
4994: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
4995: params.as_hash is used more while parsing methods hash-options
4996:
4997: 2011-05-18 misha
4998:
4999: * operators.txt: - info about json-serialization of xdoc was added
5000:
5001: * tests/256.html: - tests for json-serialization xdoc were added
5002:
5003: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5004:
5005: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5006: classes/json.C, classes/xdoc.C: - now json:string can serialize
5007: xdoc-objects. options (the same as ^xdoc.string[]) could be
5008: specified in $.xdoc[] ( new feature: #265 )
5009:
5010: 2011-05-15 misha
5011:
5012: * tests/268.html: - tests for ^table.count[with options] were added
5013:
5014: * src/classes/table.C: - method ^table.count[] now can accept
5015: options ( new feature: #93 ): ^table.count[column] returns number
5016: of columns for named table; ^table.count[cells] returns number of
5017: cells in the current row; ^table.count[] & ^table.count[rows]
5018: return number of rows in a table.
5019:
5020: * tests/267.html: - test for checking switch/case in boolean mode
5021: was added
5022:
5023: * src/classes/op.C: - if switch's or case's value is bool, they are
5024: compared as bool values, not as double values: new feature: #351
5025:
5026: 2011-05-06 misha
5027:
5028: * tests/242.html: - EOL before EOF was added
5029:
5030: * tests/169.html: - tests for splitting empty string and void were
5031: added
5032:
5033: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5034: returned table with one empty cell)
5035:
5036: 2011-04-03 misha
5037:
5038: * src/include/pa_version.h, configure.in: - version in head was
5039: changed to 3.4.2b
5040:
5041: 2011-03-30 misha
5042:
5043: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
5044: as well ( new feature #294 )
5045:
5046: 2011-03-29 misha
5047:
5048: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
5049: limited to approx. 6 MB. previous limits were too big for real
5050: life. bugfix: #216
5051:
5052: 2011-03-04 moko
5053:
5054: * etc/parser3.charsets/cp866.cfg: Conforms to
5055: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
5056:
5057: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
5058: vlalek@
5059:
5060: 2011-02-22 misha
5061:
5062: * src/include/pa_charset.h, operators.txt: - some methods mustn't
5063: be under #ifdef XML or parser can't be compiled without xml
5064: support
5065:
5066: 2011-02-21 misha
5067:
1.116 moko 5068: * src/targets/apache/: Makefile.am: - mention
1.95 moko 5069: ApacheModuleParser3.vcproj was removed
5070:
5071: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
5072: removed)
5073:
5074: 2011-02-20 misha
5075:
5076: * tests/: 266.html, 266.p: - tests for checking $.inherited and
5077: $.overridden in ^reflection:method_info[...] were added
5078:
5079: * src/classes/reflection.C: - beautifying result of
5080: ^reflection:method_info[] ($.overridden/inherited)
5081:
5082: 2011-02-18 misha
5083:
5084: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
5085: and pa_isalnum instead of isalpha and isalnum - bug with
5086: redundand quoting lowercased latin chars while building email
5087: body was fixed
5088:
5089: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
5090: added (they check for latin chars only)
5091:
5092: 2011-02-16 misha
5093:
5094: * src/main/pa_charset.C: - bugfix: in some cases the calculating
5095: string size for transcoding gave too small value (should ever
5096: look for availability char in dest charset inspite of the char
5097: size)
5098:
5099: 2011-02-04 moko
5100:
5101: * tests/223.html: header values now not url-encoded (issue #195)
5102:
5103: 2011-02-01 misha
5104:
5105: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
5106:
5107: 2011-01-31 misha
5108:
5109: * src/main/pa_request.C: - throw exception if param file_name in
5110: use_file is empty
5111:
5112: 2011-01-08 moko
5113:
5114: * src/classes/curl.C: compilations errors fixed
5115:
5116: 2010-12-29 moko
5117:
5118: * tests/: 265.html, results/265.processed: test for issue #200
5119: added
5120:
5121: * src/main/pa_string.C: empty regex result check added (fixes issue
5122: #200)
5123:
5124: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
5125:
5126: * tests/results/223.processed: header values now not url-encoded
5127: (issue #195)
5128:
5129: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
5130: main/untaint.C: L_HTTP_HEADER now used in http headers values,
5131: pa_http_safe_header_name added for headers names (fixes bug #195)
5132:
5133: 2010-12-18 misha
5134:
5135: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
5136: => pa-include
5137:
5138: 2010-11-28 moko
5139:
5140: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
5141:
5142: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
5143: -> pa
5144:
5145: * configure.in: apr -> pa
5146:
5147: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
5148:
5149: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
5150: classes/Makefile.am, types/Makefile.am: apr -> pa
5151:
5152: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
5153: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
5154: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
5155: pa-include/pa_apr.h, pa-include/pa_errno.h,
5156: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
5157: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
5158: module apr name conflict resolved)
5159:
5160: 2010-11-27 misha
5161:
5162: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
5163: libbz2
5164:
5165: 2010-11-26 misha
5166:
5167: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
5168: warnings removed
5169:
5170: 2010-11-25 moko
5171:
5172: * operators.txt: $.indent(true)
5173:
5174: * operators.txt: another bugfix. :)
5175:
5176: * operators.txt: bugfix. :)
5177:
5178: * buildall-with-xml: libxml2-2.7.8 + with-apache
5179:
5180: 2010-11-24 moko
5181:
1.116 moko 5182: * configure: apxs support
1.95 moko 5183:
5184: * configure.in: apxs support -Bstatic gc removed for OS X
5185:
5186: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
5187:
5188: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
5189: THREAD_LOCAL usage
5190:
5191: * src/: classes/curl.C, include/pa_config_includes.h,
5192: main/pa_globals.C: THREAD_LOCAL defined and used
5193:
5194: 2010-11-23 moko
5195:
5196: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
5197: should be passed to pa_sleep, and only fractional part (bugfix:
5198: #188)
5199:
5200: * src/targets/apache/mod_parser3.c: 1.3 compatibility
5201:
5202: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5203: GC_dont_gc=1, as in cgi version
5204:
5205: * src/targets/apache/mod_parser3.c: warning war
5206:
5207: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5208: pa_httpd.h: version removed, some trash removed
5209:
5210: * src/targets/apache/mod_parser3.c: version removed (we don't want
5211: to show it), warning war
5212:
5213: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5214: pa_httpd.h: parser_status_allowed removed + merge config
5215: functions removed (override is the default) + beauty
5216:
5217: * src/: include/pa_request.h, main/pa_request.C,
5218: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
5219: hide $status used in apache module removed
5220:
5221: 2010-11-18 moko
5222:
5223: * operators.txt: $.table[compact] added for ^json:string[]
5224:
5225: 2010-11-16 moko
5226:
5227: * src/targets/apache/mod_parser3.c: some cleanup done
5228:
5229: * src/main/untaint.C: bugfix: first, second String::Body argument
5230: is hashcode; second, info.fragment_begin is original, not
5231: resulting length
5232:
5233: * src/classes/file.C: new feature: $.stdin now untainted
5234:
5235: * tests/results/264.processed: new feature: $.stdin[] now untainted
5236:
5237: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
5238:
5239: * src/classes/op.C: ^apply-taint[] method added
5240:
5241: * tests/: 264.html, results/264.processed: ^apply-taint[] test
5242: added; $.stdin untaint test added
5243:
5244: 2010-11-15 moko
5245:
5246: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
5247: removed
5248:
5249: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5250: pa_httpd.h: 2x2 calculated under apache2. :)
5251:
5252: 2010-11-13 moko
5253:
5254: * src/targets/apache/mod_parser3.c: initial changes to build module
5255: with apache 2.x includes
5256:
5257: * src/targets/apache/: Makefile.am, mod_parser3.c,
5258: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
5259: united apache 1.3 / apache 2.x DSO module
5260:
5261: 2010-11-09 moko
5262:
5263: * src/types/pa_method.h: check added to dissallow @method[name;*]
5264: syntax
5265:
5266: * tests/: 263.html, results/263.processed: test from method[*args]
5267: added
5268:
5269: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
5270: number of params can now be passed to a method declared with *arg
5271:
5272: 2010-11-06 moko
5273:
5274: * src/classes/table.C: formating fixed. :)
5275:
5276: * src/classes/table.C: closes #4: ^table.select now supports
5277: $.limit(), $.offset, $.reverse() options
5278:
5279: * tests/: 262.html, results/262.processed: test for ^table:select
5280: with options added (feature #4)
5281:
5282: * src/include/pa_array.h: remove function added
5283:
5284: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
5285: object in get_element/put_element, using static one.
5286:
5287: 2010-11-04 moko
5288:
5289: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
5290: options is passed
5291:
5292: * tests/: 256.html, results/256.processed: $.table[compact] feature
5293: now tested; k and p in handler now tested.
5294:
5295: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
5296: $.table[compact] feature added
5297:
5298: * src/classes/json.C: key is now passed to handler in
5299: value_json_string; ^json:string result now process tainting
5300: inside and returns clean string, related to issue #153
5301:
5302: * src/main/untaint.C: bugfix: charset can be null (in
5303: ^string:save[] as example), thus check is added
5304:
5305: 2010-10-31 moko
5306:
5307: * src/classes/string.C: error message changed (fixes issue #149)
5308:
5309: 2010-10-29 moko
5310:
5311: * src/main/pa_http.C: ":port" is now added to "Host:" header if
5312: port is not default (fixes issue #155); exception on invalid port
5313: added.
5314:
5315: * src/main/untaint.C: '*' is now not urlencoded to allow header
5316: "Accept: */*" to be passed
5317:
5318: 2010-10-28 moko
5319:
5320: * src/classes/curl.C: bugfix: detect_charset() was throwing
5321: exception on unknown charset even if response_charset was
5322: specified
5323:
5324: 2010-10-27 moko
5325:
5326: * src/classes/string.C: ^string.append removed for void
5327: compatibility
5328:
5329: 2010-10-26 moko
5330:
5331: * src/classes/json.C: libjson supports array at top level, we too
5332: (GPF fixed)
5333:
5334: 2010-10-25 moko
5335:
5336: * tests/: 253.html, results/253.processed: libjson supports array
5337: at top level, parser now supports it as well.
5338:
5339: * tests/261.html, tests/results/261.processed,
5340: src/types/pa_vstring.h: empty string is now void compatible
5341: (allows $empty.key)
5342:
5343: 2010-10-22 misha
5344:
5345: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
5346: while adding additional expires checkout)
5347:
5348: * tests/030.html: - test for session cookie was added
5349:
5350: 2010-10-21 moko
5351:
5352: * src/: classes/string.C, classes/void.C, main/execute.C,
5353: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
5354: string (feature #111)
5355:
5356: * tests/: 261.html, results/261.processed: checks void from string
5357: inheritance (feature #111)
5358:
5359: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
5360: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
5361: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
5362: now true by default
5363:
5364: 2010-10-17 moko
5365:
5366: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
5367: upload now uses binary blocks instead of L_FILE_POST tainting.
5368: (bugfix: #128)
5369:
5370: * tests/: 223.html, results/223.processed: binary file upload test
5371: added, GPF (issue #128) also checked in this test
5372:
5373: 2010-10-13 misha
5374:
5375: * tests/260.html: - test for math:convert
5376:
5377: * src/classes/math.C: - error in math:convert was fixed
5378:
5379: * operators.txt: - info about
5380: ^math:convert[number](from-base;to-base) was added
5381:
5382: * src/classes/math.C: - method
5383: ^math:convert[number](from-base;to-base) for converting number
5384: represention from one base to another was added ( new feature:
5385: #23 )
5386:
5387: 2010-10-13 moko
5388:
5389: * src/main/compile.tab.C: [] now is empty string, not void
5390:
5391: * src/main/compile.y: [] now is empty string, not void
5392:
5393: * src/types/pa_vvoid.h: void now passed as parameter
5394:
5395: * tests/: 259.html, results/259.processed: to test difference
5396: between void and empty string (see ticket #111)
5397:
5398: * tests/results/152.processed: $sEmpty[] is now empty string, not
5399: void
5400:
5401: * tests/256.html: $s[$void] is no longer empty string
5402:
5403: * tests/254.html: empty string is no longer void
5404:
5405: 2010-10-12 misha
5406:
5407: * src/types/pa_vcookie.C: - check if $.expires value can be
5408: converted to date during cookies set up ( bugfix: #104 )
5409:
5410: * tests/041.html: - more tests for ^table.locate were added
5411:
5412: * src/classes/table.C: - ^table.locate[field;value;options] didn't
5413: work ( bugfix: #129 ) - exception comment for incorrect options
5414: ^table.locate[field;value;options] was fixed
5415:
5416: 2010-10-10 moko
5417:
5418: * src/: classes/reflection.C, main/execute.C: constructor returning
5419: another object feature returned
5420:
5421: * tests/results/258.processed: test result updated as constructor
5422: returning another object feature returned
5423:
5424: * tests/: 258.html, results/258.processed: test for constructor
5425: returning another object
5426:
5427: 2010-10-08 misha
5428:
5429: * tests/257.html: - whitespaces after @METACOMMANDS and their
5430: options shouldn't cause exceptions any longer
5431:
5432: 2010-10-06 moko
5433:
5434: * src/classes/: hash.C, table.C: length from sql server is now
5435: ignored, as sql string can contain 0x00 inside (bugfix: #119)
5436:
5437: 2010-10-02 misha
5438:
5439: * operators.txt: - the X mark was removed from ^cache[file]. it is
5440: usable to delete cache file.
5441:
5442: 2010-10-02 moko
5443:
5444: * tests/: 253.html, results/253.processed: hook_key added for key
5445: checking
5446:
5447: * src/classes/json.C: null key bug fixed
5448:
5449: 2010-09-29 misha
5450:
5451: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
5452:
5453: 2010-09-25 moko
5454:
5455: * src/classes/json.C: small fixed
5456:
5457: * tests/results/: 253.processed, 255.processed: just updated
5458:
5459: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
5460: results/255.processed: charset transcode test added for
5461: json:parse
5462:
5463: 2010-09-24 moko
5464:
5465: * src/types/pa_value.h: warning war :)
5466:
5467: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
5468: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
5469: ^json:string
5470:
5471: 2010-09-22 moko
5472:
5473: * src/main/pa_charset.C: parser charset tables declare only
5474: white-space before 0x20, thus adding the missing chars
5475:
5476: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
5477: to http://unicode.org/Public/MAPPINGS/VENDORS/
5478:
5479: 2010-09-21 misha
5480:
5481: * src/main/compile.y: - some semicolons were added (VS2010 don't
5482: want to compile grammar if they are absent)
5483:
5484: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
5485:
5486: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
5487:
5488: * src/main/main.vcproj: - path to bison is changed
5489:
5490: 2010-09-21 moko
5491:
1.116 moko 5492: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
5493: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
5494: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 5495:
5496: 2010-09-20 misha
5497:
5498: * src/types/pa_vtable.C: - add EOLs while json-serializing table
5499:
5500: * src/classes/json.C: - add EOL while json-serializing hash
5501:
5502: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
5503: compilers don't like 'ES'.
5504:
5505: 2010-09-17 misha
5506:
5507: * operators.txt: - info about json class was added
5508:
5509: * src/classes/json.C: - ^json:string[object]
5510:
5511: * src/: include/pa_request.h, main/pa_request.C: - stuff for
5512: preventing infinite recursion while executing json:string was
5513: added
5514:
5515: * src/include/pa_string.h: - method append_quoted was added
5516:
5517: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
5518: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
5519: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
5520: was added to Value & Co
5521:
5522: * src/classes/date.C: - methods get_gmt_string and get_sql_string
5523: were used
5524:
5525: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
5526: were added
5527:
5528: 2010-09-10 moko
5529:
5530: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5531: die_or_abort (backport from 3.4.1)
5532:
5533: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5534: die_or_abort (bugfix: #106)
5535:
5536: 2010-09-09 moko
5537:
5538: * src/classes/json.C: warning war. :)
5539:
5540: 2010-09-08 misha
5541:
5542: * src/lib/json/Makefile.am: - additional include directories were
5543: added (for pa_memory.h and gc.h)
5544:
5545: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
5546: compile as C++ instead default - additional include directory was
5547: added (for gc.h)
5548:
5549: * src/types/pa_vform.C: - little code reformating
5550:
5551: * src/classes/file.C: - $.content-type option now can be specified
5552: in ^file::create ( new feature: #102 )
5553:
5554: 2010-09-08 moko
5555:
5556: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
5557: pa_malloc/pa_free
5558:
5559: 2010-09-07 moko
5560:
5561: * tests/results/254.processed: VStateless_class:put_element
5562: exception was fixed
5563:
5564: * src/types/: pa_value.h, pa_vstateless_class.h: now
5565: VStateless_class:put_element barks self.type, not this.type
5566: (bugfix: #105)
5567:
5568: 2010-09-06 moko
5569:
5570: * src/classes/reflection.C: bugfix: new String() is required for
5571: exception handling
5572:
5573: * tests/: 254.html, results/254.processed: test modified
5574:
5575: 2010-09-05 moko
5576:
5577: * tests/: 254.html, results/254.processed: ^reflection:copy test
5578: added
5579:
5580: * src/: classes/reflection.C, include/pa_request.h:
5581: ^reflection:copy implemented (new feature: #100)
5582:
5583: 2010-09-03 moko
5584:
5585: * src/lib/json/JSON_parser.C: c++ compatiblity
5586:
5587: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
5588: option testing added
5589:
5590: 2010-09-02 moko
5591:
5592: * src/classes/json.C: $.distinct[first|last|all] added
5593:
5594: 2010-09-01 moko
5595:
5596: * tests/results/253.processed: json test result
5597:
5598: * tests/: 253.html, 253_json.txt: json test added
5599:
5600: * src/classes/json.C: json.C update to actual version + hash key
5601: creation bugfix
5602:
5603: 2010-08-31 misha
5604:
5605: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
5606: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
5607: src/lib/Makefile.am, src/classes/Makefile.am,
5608: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
5609: json library was added
5610:
5611: 2010-08-30 moko
5612:
5613: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
5614: types/pa_vobject.C: cosmetic optimization in
5615: request:execute_method usage
5616:
5617: * src/: include/pa_charset.h, main/pa_charset.C: small
5618: optimization, just to decrease number of lines. :)
5619:
5620: 2010-08-27 misha
5621:
5622: * src/classes/op.C: - taint[json] was added
5623:
5624: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
5625: were added
5626:
5627: * src/main/pa_exec.C: - warning fix was rolled back.
5628:
5629: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
5630: include/pa_string.h: - taint[json] was added - escaping was
5631: slightly modified
5632:
5633: 2010-08-25 misha
5634:
5635: * src/classes/file.C: - typo in file:sql exception was fixed
5636:
5637: * src/main/pa_exec.C: - warning about declared and not used
5638: variable forced_allow was removed
5639:
5640: 2010-08-14 misha
5641:
5642: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
5643: were removed
5644:
5645: 2010-08-11 moko
5646:
5647: * tests/: 249.html, results/249.processed: default setter and
5648: anti-recursive default getter test added
5649:
5650: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
5651: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
5652: types/pa_vobject.h, types/pa_vstateless_class.C,
5653: types/pa_vstateless_class.h: default setter support +
5654: anti-recursive default getter support ( new feature: #13 )
5655:
5656: * src/include/pa_hash.h: optimization: threshold member removed
5657: from hash, reducing sizeof(hash)
5658:
5659: 2010-08-10 misha
5660:
5661: * tests/196.html: - junction-method was added to the test
5662:
5663: * tests/248.html: - ups. typo :)
5664:
5665: * tests/248.html: - test for checking .match with 4 params
5666:
5667: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
5668: 247_windows1251.txt: - test for "transcode file from utf-8 to
5669: $request:charset during loading if the BOM code is detected"
5670:
5671: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
5672: $request:charset during loading if the BOM code is detected ( new
5673: feature: #98 )
5674:
5675: 2010-08-05 misha
5676:
5677: * src/classes/image.C: - ^image.replace now can accept only 2
5678: params. in this case the whole image is affected ( new feature:
5679: #95 )
5680:
5681: 2010-08-04 misha
5682:
5683: * tests/246.html: - test tor ^hash._at[] was added
5684:
5685: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
5686: #53 )
5687:
5688: * src/include/pa_hash.h: - methods for accessing the first and the
5689: last values of ordered hash were added (first_value and
5690: last_value)
5691:
5692: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
5693: (similar to others file's methods):
5694: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
5695: #68 )
5696:
5697: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
5698:
5699: 2010-08-01 moko
5700:
5701: * src/classes/op.C: to correctly process $result[] in code, called
5702: from ^process
5703:
5704: * tests/245.html: $result in ^process[] test added
5705:
5706: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
5707: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
5708: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
5709: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
5710: caller, self) op_call(VMethodFrame &frame, bool constructing)
5711: removed, construct(class,method) added
5712:
5713: * tests/results/: 192.processed, 244.processed: request::construct
5714: added
5715:
5716: * tests/: 244.html, 245.html, results/244.processed,
5717: results/245.processed: object creation exceptions and ^process
5718: tests added
5719:
5720: 2010-07-28 misha
5721:
5722: * tests/make_tests.cmd: - win32 EOLs
5723:
5724: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
5725: tests on Win32 were added (The system timezone should be GMT+3)
5726:
5727: 2010-07-26 misha
5728:
5729: * tests/: 212.html, results/212.processed: - sizes were removed
5730: mecause they could be different on different OSs
5731:
5732: * tests/065.html: - make it "win32 friendly"
5733:
5734: 2010-07-25 misha
5735:
5736: * src/main/compile.y: - all EOLs between methods are removed during
5737: compilation ( new feature: #47 )
5738:
5739: * tests/results/149.processed: - prepare tests to trim trailing
5740: methods' EOLs
5741:
5742: * tests/149.html: - prepare tests to trim trailing methods' EOLs
5743:
5744: * tests/: results/006.processed, results/014.processed, 006.html,
5745: 014.html, 022.html: - prepare tests to trim trailing methods'
5746: EOLs
5747:
5748: * tests/: 059.html, 071.html, 149.html, results/059.processed,
5749: results/071.processed, results/022.processed: - prepare tests to
5750: trim trailing methods' EOLs
5751:
5752: * tests/: results/073.processed, results/109.processed,
5753: results/142.processed, results/144.processed,
5754: results/149.processed, 073.html, 096.html, 109.html, 142.html,
5755: 144.html: - prepare tests to trim trailing methods' EOLs
5756:
5757: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
5758: 149.html, 152.html, results/096.processed, results/107.processed,
5759: results/109.processed, results/142.processed,
5760: results/144.processed: - prepare tests to trim trailing methods'
5761: EOLs
5762:
5763: 2010-07-24 moko
5764:
5765: * tests/results/: 156.processed, 224.processed: fix for #54 changed
5766: the hash order in this test
5767:
5768: * tests/014.html: to check hash order, hash no is longer sorted
5769: before print
5770:
5771: * src/include/pa_hash.h: hash copy constructor now keeps order
5772: (bugfix: #54)
5773:
5774: 2010-07-23 moko
5775:
5776: * tests/results/224.processed: @auto[] is no longer inherited
5777:
5778: * src/types/pa_vstateless_class.C, tests/227.html,
5779: tests/results/227.processed: @auto[] is no longer inherited
5780: (bugfix: #57)
5781:
5782: 2010-07-22 misha
5783:
5784: * src/classes/table.C: - don't skip comment lines during
5785: table::load if encloser or separator is set as '#' ( new feature:
5786: #30 )
5787:
5788: * src/targets/cgi/parser3.C: - don't run as cgi if
5789: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
5790: #12 )
5791:
5792: * src/classes/file.C: - set PARSER_VARSION env before external
5793: script executing
5794:
5795: 2010-07-13 misha
5796:
5797: * tests/058.html: - test for suppressing @border was added - test
5798: for user attribute was added
5799:
5800: * tests/results/186.processed: unescaping from \uXXXX
5801:
5802: * tests/186.html: unescaping from \uXXXX
5803:
5804: * tests/: 239.html, results/239.processed: method call type
5805:
5806: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
5807: $junction_method.CLASS_NAME (+CLASS)
5808:
5809: 2010-07-07 misha
5810:
5811: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
5812: *nix
5813:
5814: 2010-07-05 misha
5815:
5816: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5817: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
5818: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
5819: comment strings "options must be hash", "options must be hash,
5820: not code" and "called with invalid option" were replaced by
5821: constatns - exception comment string "invalid option passed" was
5822: replaced by "called with invalid option" (now in different
5823: methods are the same exception comment string)
5824:
5825: * src/include/pa_exception.h: - more exception strings were defined
5826:
5827: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5828: types/pa_vstateless_class.h: - now we can define possible
5829: method's call type ( new feature: #5 ) 1.
5830: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
5831: methods 2. @static:method[params] (only static keyword could be
5832: used here) -- for specified methods
5833:
5834: * src/main/pa_common.C: - junction points should not be deleted on
5835: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
5836: cleanup
5837:
5838: 2010-07-03 misha
5839:
5840: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
5841: results/158.processed, results/160.processed,
5842: results/161.processed, results/162.processed,
5843: results/163.processed: - prepare tests to trim trailing methods'
5844: EOLs
5845:
5846: * tests/results/169.processed: - prepare tests to trim trailing
5847: methods' EOLs
5848:
5849: * tests/results/: 168.processed, 169.processed: - prepare tests to
5850: trim trailing methods' EOLs
5851:
5852: * tests/: results/170.processed, results/167.processed,
5853: results/168.processed, results/169.processed, 167.html, 168.html,
5854: 169.html: - prepare tests to trim trailing methods' EOLs
5855:
5856: * tests/: results/170.processed, results/171.processed,
5857: results/172.processed, results/173.processed,
5858: results/174.processed, results/175.processed, 170.html, 171.html,
5859: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
5860: trailing methods' EOLs
5861:
5862: * tests/: results/176.processed, results/180.processed,
5863: results/184.processed, results/185.processed,
5864: results/191.processed, results/192.processed,
5865: results/196.processed, results/197.processed,
5866: results/198.processed, 176.html, 180.html, 184.html, 185.html,
5867: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
5868: to trim trailing methods' EOLs
5869:
5870: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
5871: results/199.processed, results/208.processed,
5872: results/209.processed, results/213.processed,
5873: results/214.processed: - prepare tests to trim trailing methods'
5874: EOLs
5875:
5876: 2010-06-29 misha
5877:
5878: * tests/: 220.html, 218.html, results/218.processed,
5879: results/215.processed, results/217.processed, 215.html, 217.html:
5880: - prepare tests to trim trailing methods' EOLs
5881:
5882: * tests/: results/224.processed, 224.html, 223.html,
5883: results/223.processed, results/220.processed: - prepare tests to
5884: trim trailing methods' EOLs
5885:
5886: * tests/results/: 226.processed, 230.processed: - prepare tests to
5887: trim trailing methods' EOLs
5888:
5889: * tests/: 229.html, results/229.processed: - prepare tests to trim
5890: trailing methods' EOLs
5891:
5892: * tests/: 232.html, 235.html, results/232.processed,
5893: results/235.processed, 226.html, 227.html, 228.html, 230.html,
5894: results/226.processed, results/227.processed,
5895: results/228.processed, results/230.processed: - prepare tests to
5896: trim trailing methods' EOLs
5897:
5898: 2010-06-16 moko
5899:
5900: * tests/: 229.html, results/229.processed: elseif now supported in
5901: ^if
5902:
5903: * src/classes/op.C: new feature: #56 elseif now supported in ^if
5904:
5905: 2010-06-03 misha
5906:
5907: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
5908: instead of memcopy for overlaped regions
5909:
5910: 2010-05-25 misha
5911:
5912: * src/main/pa_common.C: - wanring about unused vars was removed
5913:
5914: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
5915: get_method_filename was moved to execute.C
5916:
5917: 2010-05-23 misha
5918:
5919: * src/main/pa_request.C: - more accurate detection of method's file
5920:
5921: 2010-05-22 misha
5922:
5923: * src/classes/reflection.C: - bugfix: core during detection of
5924: .file if filespec isn't detected successfully
5925:
5926: 2010-05-20 misha
5927:
5928: * src/main/pa_request.C: - fix in get_method_filename
5929:
5930: * src/include/pa_request.h: - new feature: #24 -- searching
5931: included file in @USE/^use is changed. if its filespec doesn't
5932: start from '/' it will be searched in caller file directory
5933:
5934: * src/classes/reflection.C: - ^reflection:method_info returns file
5935: where the method is defined
5936:
5937: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
5938: classes/op.C: - new feature: #24 -- searching included file in
5939: @USE/^use is changed. if its filespec doesn't start from '/' it
5940: will be searched in caller file directory
5941:
5942: * src/: classes/file.C, include/pa_common.h: - method lastposafter
5943: is moved to pa_common.h
5944:
5945: 2010-05-18 misha
5946:
5947: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
5948: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
5949: cookie parser decode \uXXXX as well as %uXXXX
5950:
5951: 2010-05-17 misha
5952:
5953: * src/classes/curl.C: beauty: - unused param is removed in method
5954: _curl_version_action - some spaces were removed or replaced by
5955: tabs
5956:
5957: * src/classes/table.C: - bugfix: #72 core with empty value during
5958: ^table.hash[...;name_of_the_last_column][$.type[string]]
5959:
5960: 2010-05-16 misha
5961:
5962: * src/classes/curl.C: new: #61 more curl options were added
5963: (contributed by Sumo)
5964:
5965: 2010-04-29 pretender
5966:
5967: * src/main/pa_string.C: fixes #63 Split result from empty string
5968: now empty string.
5969:
5970: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
5971: string type.
5972:
5973: 2010-04-28 pretender
5974:
5975: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
5976: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
5977: macrodefinition removed
5978:
5979: 2010-04-19 pretender
5980:
5981: * src/main/execute.C: fixes #60 Stacktrace now contains info for
5982: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
5983:
5984: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
5985: fixes #64 Now file.missing exception generates in unsafe mode to.
5986:
5987: * src/classes/file.C: fixes #48 Now not throw "not save environment
5988: variable" exception in grpunlim version.
5989:
5990: 2010-04-05 misha
5991:
5992: * src/classes/string.C: - new feature: 4th param was added to
5993: match. if specified its value is returned in case of nothing was
5994: found
5995:
5996: 2010-04-01 misha
5997:
5998: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
5999: multiple execution of /a/b/auto.p
6000:
6001: 2010-03-19 misha
6002:
6003: * src/main/execute.C: - core in $table1.$table2 was fixed
6004:
6005: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6006:
6007: 2010-01-27 misha
6008:
6009: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6010: trying to open file by path /existing-file/non-exixting-file
6011:
6012: 2010-01-26 misha
6013:
6014: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6015: was added (returns file)
6016:
6017: 2009-12-22 misha
6018:
6019: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6020: now parser doesn't have class curl if it was built without it
6021:
6022: 2009-12-15 misha
6023:
6024: * configure.in: - little cheat with curl include dir was added
6025:
6026: 2009-12-05 misha
6027:
6028: * src/classes/curl.C: - some fixes
6029:
6030: 2009-12-04 misha
6031:
6032: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6033: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6034: buildall-with-xml, buildall-without-xml, configure.in: - curl
6035: class was added
6036:
6037: * src/include/pa_hash.h: - hash-iterator was added
6038:
6039: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6040: was added to pcre
6041:
6042: 2009-11-27 misha
6043:
6044: * src/classes/image.C: - don't add @border attribute to output of
6045: ^image.html[] if it was specified by user with empty value
6046:
6047: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
6048: root element and we are trying to access .documentElement
6049:
6050: 2009-11-11 misha
6051:
6052: * src/classes/table.C: - in ^table.flip[] look at number of columns
6053: instead of number of items in first row for named tables
6054:
6055: 2009-11-10 misha
6056:
6057: * operators.txt: - info about hash-options in ^file::create was
6058: added
6059:
6060: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
6061: added
6062:
6063: 2009-11-09 misha
6064:
6065: * buildall-with-xml: - moving to libxml 2.7.6
6066:
6067: * tests/236.html: - tests for comparations cords with functions
6068: were added
6069:
6070: * src/include/pa_string.h: - optimisation: cacheing of cstr was
6071: added
6072:
6073: * src/main/pa_http.C: - little optimisation
6074:
6075: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
6076: GPF mallocs + stringstream (table.save)
6077:
6078: * src/classes/file.C: - file::create now accepts 4th param: options
6079: with $.charset
6080:
6081: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
6082: bug in cord (comparation cords with functions was buggy)
6083:
6084: 2009-11-06 misha
6085:
6086: * src/main/pa_string.C: - bugfix: calculation string.length
6087: sometimes was buggy
6088:
6089: * src/classes/string.C: - bugfix: Temp_value_element wasn't
6090: destroyed if exception occured during match/replace
6091:
6092: * src/: main/pa_charset.C, include/pa_charset.h: - method
6093: lengthUTF8Char was added
6094:
6095: * src/classes/op.C: - clean tainting lang was added for user's
6096: usage
6097:
6098: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
6099: fixed: checkouts are required after GC_MALLOC
6100:
6101: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
6102:
6103: * operators.txt: - actually, there is no ^untaint[xml] in
6104: file::create
6105:
6106: 2009-10-15 misha
6107:
6108: * tests/: 235.html, 235_attach.txt: - tests for preparing email
6109: were added
6110:
6111: * tests/234.html: - more tests for checking ^taint[uri] escaping
6112: were added
6113:
6114: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
6115: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
6116: hacking: for dealing with transcoding+^taint[uri]
6117: transcode_and_untaint was replaced by untaint_and_transcode
6118:
6119: 2009-10-13 misha
6120:
6121: * tests/: 121.html, results/121.processed: - test transcoding +
6122: url-escaping now
6123:
6124: * tests/results/auto.p: - more helpers' methods were added
6125:
6126: * src/main/pa_globals.C: - die instead of abort
6127:
6128: 2009-10-06 misha
6129:
6130: * src/main/pa_common.C: - don't allocate memory during
6131: capitalization if input string is already capitalized
6132:
6133: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
6134:
6135: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
6136: use format function because it calls malloc
6137:
6138: * src/include/pa_common.h: - more capitalized headers were added
6139:
6140: * src/main/pa_common.C: - in safe mode clear executable bits during
6141: file writing
6142:
6143: 2009-10-05 misha
6144:
6145: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
6146:
6147: 2009-10-03 misha
6148:
6149: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
6150: ^img.text[] & ^img.length[] can work in utf-8 now
6151:
6152: * src/: include/pa_charset.h, main/pa_charset.C: - class
6153: UTF8_string_iterator was added
6154:
6155: * src/classes/image.C: - respect utf-8 when calculate alphabet
6156: length
6157:
6158: * src/classes/mail.C: - check from before get message.cstr
6159:
6160: 2009-10-02 misha
6161:
6162: * tests/233.html: - test for image.font, image.length, image.text
6163: with text in utf-8 were added
6164:
6165: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
6166:
6167: * buildall-with-xml, buildall-without-xml: - comment about gc
6168: version for freebsd 4 was added
6169:
6170: 2009-10-01 misha
6171:
6172: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
6173: terminator) - read_pipe were slightly optimized
6174:
6175: 2009-09-28 misha
6176:
6177: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
6178: removed
6179:
6180: * src/types/pa_vmail.C: - forgot about space after ':'
6181:
6182: * src/types/pa_vmail.C: - escape filenames while preparing mail
6183: body - small simplifications
6184:
6185: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
6186: inout params like pa_base64
6187:
6188: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
6189: option $.debug-print(1) was added to mail:send - changes for
6190: using uue_encode which uses less memory
6191:
6192: * src/main/pa_common.C: - pa_base64_encode uses less memory now
6193:
6194: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
6195: memory now
6196:
6197: 2009-09-26 misha
6198:
6199: * src/types/pa_vmail.C: - default encoding now is base64
6200:
6201: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
6202:
6203: 2009-09-25 misha
6204:
6205: * src/types/pa_vmail.C: - capitalization of headers was added to
6206: sending mail as well
6207:
6208: * buildall-with-xml: - catalog package was removed from libxml
6209:
6210: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
6211: win32 absolute path
6212:
6213: * src/include/pa_common.h: - one more capitalized header was added
6214:
6215: 2009-09-22 misha
6216:
6217: * INSTALL: - comment about building just httpd binary while
6218: building apache module was added
6219:
6220: 2009-09-21 misha
6221:
6222: * buildall-with-xml: - moving to the latest versions of xml libs:
6223: libxml 2.7.4 and libxslt 1.1.25
6224:
6225: 2009-09-19 misha
6226:
6227: * tests/231.html: - test for encoding cookie in win-1251
6228:
6229: 2009-09-18 misha
6230:
6231: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
6232: object] were added
6233:
6234: * operators.txt: - info about method ^reflection:fields[class or
6235: object] was added
6236:
6237: * src/classes/reflection.C: - method ^reflection:fields[class or
6238: object] was added
6239:
6240: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
6241: methods get_fields were added
6242:
6243: * tests/232.html: - tests for @GET[name]
6244:
6245: * src/classes/table.C: - some changes in handling hash-options for
6246: creare, join and locate
6247:
6248: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
6249: defined with option: the type of requested value
6250:
6251: 2009-09-17 misha
6252:
6253: * tests/212.html: - tests for .pattern and .options were added
6254:
6255: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
6256: $regex.options were added
6257:
6258: 2009-09-11 misha
6259:
6260: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
6261: rewrited. it checks not just one case of sending cookies during
6262: file::load[http], but also sending headers and fields (including
6263: files)
6264:
6265: 2009-09-10 misha
6266:
6267: * src/main/untaint.C: - workaround in file-spec lang for old Macs
6268: was removed => now parser can open files with Russian 'r' in
6269: filename
6270:
6271: * src/main/untaint.C: - bugfix: client charset whould be analized
6272: while escaping cookies but now source charset
6273:
6274: * src/main/pa_http.C: - bugfix: the values of http headers didn't
6275: ^tainted[uri] so it was possible to make request with incorrect
6276: http header
6277:
6278: * src/main/pa_http.C: - capitalization of http headers during
6279: file::load[http was slightly changes - bugfix: all headers which
6280: parser sends during file::load[http should be transcoded and only
6281: then escaped
6282:
6283: * src/main/untaint.C: - a bit more comments were added
6284:
6285: * src/classes/: file.C, string.C: - types where changes (minus 2
6286: warnings)
6287:
6288: * src/include/pa_common.h: - 2 capitalized strings for making http
6289: headers during file::load[http were added
6290:
6291: 2009-09-08 misha
6292:
6293: * operators.txt: - changes in file.save and string.save were added
6294:
6295: * tests/: 230.html, 230.txt: - tests for checking options in
6296: file.save and string.save were added
6297:
6298: * src/main/pa_request.C: - http headers names, which are passed to
6299: SAPI::add_header_attribute are lowercased now (it'll be
6300: capitalized in that method)
6301:
6302: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
6303: classes/string.C: - file_write accepts Request_charsets and asked
6304: charset and cound transcode content before writing - string.save
6305: and file.save have option $.charset now
6306:
6307: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
6308: classes/xdoc.C: - file_write accepts Request_charsets and asked
6309: charset and cound transcode content before writing
6310:
6311: * src/include/pa_exception.h: - new exception comment string was
6312: defined
6313:
6314: 2009-09-07 misha
6315:
6316: * src/main/compile.y: - grammar $name\ name stops now for regex
6317: sub-pattern\s
6318:
6319: 2009-09-04 misha
6320:
6321: * src/main/pa_http.C: - capitalization of http headers during
6322: file::load[http was implemented
6323:
6324: 2009-09-03 misha
6325:
6326: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6327: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
6328: types/pa_vmail.C, targets/cgi/parser3.C,
6329: targets/isapi/parser3isapi.C: - back to storing response http
6330: headers in lowercase - capitalize them during output
6331:
6332: 2009-08-31 misha
6333:
6334: * src/classes/table.C: - allow call with any brackets (it could be
6335: useful in methods with explict result declaration)
6336:
6337: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
6338: correctly if $request:charset==koi8-r
6339:
6340: 2009-08-30 misha
6341:
6342: * src/: include/pa_common.h, main/pa_request.C: - http headers were
6343: changed: content-type => Content-type and so on
6344:
6345: * src/classes/file.C, src/include/pa_common.h,
6346: src/include/pa_request.h, src/main/pa_http.C,
6347: src/main/pa_request.C, src/types/pa_vcookie.C,
6348: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
6349: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
6350: tests/results/002.processed, tests/results/003.processed,
6351: tests/results/004.processed, tests/results/005.processed,
6352: tests/results/006.processed, tests/results/007.processed,
6353: tests/results/008.processed, tests/results/009.processed,
6354: tests/results/010.processed, tests/results/011.processed,
6355: tests/results/012.processed, tests/results/013.processed,
6356: tests/results/014.processed, tests/results/015.processed,
6357: tests/results/016.processed, tests/results/017.processed,
6358: tests/results/018.processed, tests/results/019.processed,
6359: tests/results/020.processed, tests/results/021.processed,
6360: tests/results/022.processed, tests/results/023.processed,
6361: tests/results/024.processed, tests/results/025.processed,
6362: tests/results/026.processed, tests/results/027.processed,
6363: tests/results/028.processed, tests/results/029.processed,
6364: tests/results/030.processed, tests/results/031.processed,
6365: tests/results/032.processed, tests/results/033.processed,
6366: tests/results/034.processed, tests/results/035.processed,
6367: tests/results/036.processed, tests/results/037.processed,
6368: tests/results/038.processed, tests/results/039.processed,
6369: tests/results/040.processed, tests/results/041.processed,
6370: tests/results/042.processed, tests/results/043.processed,
6371: tests/results/044.processed, tests/results/045.processed,
6372: tests/results/046.processed, tests/results/047.processed,
6373: tests/results/048.processed, tests/results/049.processed,
6374: tests/results/050.processed, tests/results/051.processed,
6375: tests/results/052.processed, tests/results/053.processed,
6376: tests/results/054.processed, tests/results/055.processed,
6377: tests/results/056.processed, tests/results/057.processed,
6378: tests/results/058.processed, tests/results/059.processed,
6379: tests/results/060.processed, tests/results/061.processed,
6380: tests/results/062.processed, tests/results/063.processed,
6381: tests/results/064.processed, tests/results/065.processed,
6382: tests/results/066.processed, tests/results/067.processed,
6383: tests/results/068.processed, tests/results/069.processed,
6384: tests/results/070.processed, tests/results/071.processed,
6385: tests/results/072.processed, tests/results/073.processed,
6386: tests/results/074.processed, tests/results/075.processed,
6387: tests/results/076.processed, tests/results/077.processed,
6388: tests/results/078.processed, tests/results/079.processed,
6389: tests/results/080.processed, tests/results/081.processed,
6390: tests/results/082.processed, tests/results/083.processed,
6391: tests/results/084.processed, tests/results/085.processed,
6392: tests/results/086.processed, tests/results/087.processed,
6393: tests/results/088.processed, tests/results/089.processed,
6394: tests/results/090.processed, tests/results/091.processed,
6395: tests/results/092.processed, tests/results/093.processed,
6396: tests/results/094.processed, tests/results/095.processed,
6397: tests/results/096.processed, tests/results/097.processed,
6398: tests/results/098.processed, tests/results/099.processed,
6399: tests/results/100.processed, tests/results/101.processed,
6400: tests/results/102.processed, tests/results/103.processed,
6401: tests/results/104.processed, tests/results/105.processed,
6402: tests/results/106.processed, tests/results/107.processed,
6403: tests/results/108.processed, tests/results/109.processed,
6404: tests/results/110.processed, tests/results/111.processed,
6405: tests/results/112.processed, tests/results/113.processed,
6406: tests/results/114.processed, tests/results/115.processed,
6407: tests/results/116.processed, tests/results/117.processed,
6408: tests/results/118.processed, tests/results/119.processed,
6409: tests/results/120.processed, tests/results/121.processed,
6410: tests/results/122.processed, tests/results/123.processed,
6411: tests/results/124.processed, tests/results/125.processed,
6412: tests/results/126.processed, tests/results/127.processed,
6413: tests/results/128.processed, tests/results/129.processed,
6414: tests/results/130.processed, tests/results/131.processed,
6415: tests/results/132.processed, tests/results/133.processed,
6416: tests/results/134.processed, tests/results/135.processed,
6417: tests/results/136.processed, tests/results/138.processed,
6418: tests/results/139.processed, tests/results/140.processed,
6419: tests/results/141.processed, tests/results/142.processed,
6420: tests/results/143.processed, tests/results/144.processed,
6421: tests/results/145.processed, tests/results/146.processed,
6422: tests/results/147.processed, tests/results/148.processed,
6423: tests/results/149.processed, tests/results/150.processed,
6424: tests/results/151.processed, tests/results/152.processed,
6425: tests/results/153.processed, tests/results/154.processed,
6426: tests/results/155.processed, tests/results/156.processed,
6427: tests/results/157.processed, tests/results/158.processed,
6428: tests/results/159.processed, tests/results/160.processed,
6429: tests/results/161.processed, tests/results/162.processed,
6430: tests/results/163.processed, tests/results/164.processed,
6431: tests/results/165.processed, tests/results/166.processed,
6432: tests/results/167.processed, tests/results/168.processed,
6433: tests/results/169.processed, tests/results/170.processed,
6434: tests/results/171.processed, tests/results/172.processed,
6435: tests/results/173.processed, tests/results/174.processed,
6436: tests/results/175.processed, tests/results/176.processed,
6437: tests/results/177.processed, tests/results/178.processed,
6438: tests/results/179.processed, tests/results/180.processed,
6439: tests/results/181.processed, tests/results/182.processed,
6440: tests/results/183.processed, tests/results/184.processed,
6441: tests/results/185.processed, tests/results/186.processed,
6442: tests/results/187.processed, tests/results/188.processed,
6443: tests/results/189.processed, tests/results/190.processed,
6444: tests/results/191.processed, tests/results/192.processed,
6445: tests/results/193.processed, tests/results/194.processed,
6446: tests/results/195.processed, tests/results/196.processed,
6447: tests/results/197.processed, tests/results/198.processed,
6448: tests/results/199.processed, tests/results/200.processed,
6449: tests/results/201.processed, tests/results/202.processed,
6450: tests/results/203.processed, tests/results/204.processed,
6451: tests/results/205.processed, tests/results/206.processed,
6452: tests/results/207.processed, tests/results/208.processed,
6453: tests/results/209.processed, tests/results/210.processed,
6454: tests/results/211.processed, tests/results/212.processed,
6455: tests/results/213.processed, tests/results/214.processed,
6456: tests/results/215.processed, tests/results/216.processed,
6457: tests/results/217.processed, tests/results/218.processed,
6458: tests/results/219.processed, tests/results/220.processed,
6459: tests/results/221.processed, tests/results/222.processed,
6460: tests/results/223.processed, tests/results/224.processed,
6461: tests/results/225.processed, tests/results/226.processed,
6462: tests/results/227.processed, tests/results/228.processed,
6463: tests/results/229.processed: - http headers were changed:
6464: content-type => Content-type and so on
6465:
6466: 2009-08-27 misha
6467:
6468: * src/: main/pa_random.C, include/pa_random.h,
6469: targets/cgi/parser3.C: - year was updated :)
6470:
6471: 2009-08-26 misha
6472:
6473: * tests/: 224.html, 224.p: - test for creating of parser object
6474: using constructor without params - little bugfix in test
6475:
6476: * src/main/compile_tools.h: - bugfix: should't call autouse while
6477: checking existed class while processing partial option
6478:
6479: * src/classes/reflection.C: - bugfix: core when creating object
6480: with reflection and constructor doesn't have params
6481:
6482: 2009-08-24 misha
6483:
6484: * tests/229.html: - tests for checking the number of parameters
6485: were added
6486:
6487: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
6488: number of method's parameters wasn't checked correctly (the bug
6489: was introduced in 3.4.0)
6490:
6491: 2009-08-22 misha
6492:
6493: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
6494: transcoded, but tainted pieces are escaped only when
6495: content-type==url-encoding
6496:
6497: * tests/228.html: - test for checking
6498: ^file::load[http://...;$.body[]]
6499:
6500: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
6501: post charset was too early (charsets is empty at this moment)
6502:
6503: 2009-08-21 misha
6504:
6505: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
6506: main/untaint.C: - some fixes with transcode+untaint
6507:
6508: 2009-08-15 misha
6509:
6510: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
6511: was increaced to 100 (was 50)
6512:
6513: * tests/227.html: - test for checking overriding properties in
6514: static classes was added
6515:
6516: * tests/: 226.html, 226.p: - test for @autoload[] was added
6517:
6518: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
6519: main/execute.C, main/pa_request.C, classes/reflection.C: -
6520: autouse was implemented
6521:
6522: 2009-08-14 misha
6523:
6524: * src/classes/reflection.C: - outdated checkout was removed
6525:
6526: * src/classes/reflection.C: - optimization - method ^dynamical was
6527: added.
6528:
6529: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
6530: types/pa_vstateless_class.h, main/execute.C: - optimization
6531:
6532: * src/types/pa_vclass.C: - exception if base on sytem class
6533:
6534: 2009-08-12 misha
6535:
6536: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
6537: pa_vstateless_class.h: - little optimisation
6538:
6539: 2009-08-11 misha
6540:
6541: * tests/224.html: - method_params => method_info - checking for
6542: $.inherited
6543:
6544: * src/classes/reflection.C, operators.txt: - method method_params
6545: was renamed to method_info and now it returns class name, if
6546: method was defined in ancestor
6547:
6548: * tests/225.html: - tests for cheching properties in hierarhical
6549: classes were added
6550:
6551: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
6552: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6553: main/compile.y, main/execute.C, classes/classes.C: - problems
6554: with properties in new classes implementation were fixed
6555:
6556: 2009-08-10 misha
6557:
6558: * src/main/execute.C: - now constructor shouldn't be defined in
6559: class. it could be defined in parent.
6560:
6561: 2009-08-09 misha
6562:
6563: * src/classes/reflection.C: - ^reflection:methods doesn't return
6564: base's methods
6565:
6566: 2009-08-08 misha
6567:
6568: * src/: classes/classes.h, classes/date.C, classes/file.C,
6569: classes/form.C, classes/hash.C, classes/hashfile.C,
6570: classes/image.C, classes/mail.C, classes/op.C,
6571: classes/reflection.C, classes/regex.C, classes/string.C,
6572: classes/table.C, classes/xdoc.C, classes/xnode.C,
6573: classes/xnode.h, include/pa_hash.h, main/execute.C,
6574: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
6575: types/pa_method.h, types/pa_property.h, types/pa_value.C,
6576: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6577: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6578: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
6579: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6580: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
6581: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
6582: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
6583: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
6584: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
6585: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
6586: types/pa_vresponse.C, types/pa_vresponse.h,
6587: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6588: types/pa_vstateless_object.h, types/pa_vstatus.C,
6589: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
6590: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6591: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6592: types/pa_wwrapper.h, types/types.vcproj: - new classes
6593: implementation
6594:
6595: * buildall-with-xml, buildall-without-xml: - gc has a bug if
6596: USE_MUNMAP is used. so it is disabled as a workaround.
6597:
6598: 2009-08-05 misha
6599:
6600: * src/: main/pa_common.C, include/pa_common.h: - not needed
6601: parameter was removed
6602:
6603: * src/main/pa_http.C: - bugfix: error was during detecting
6604: content-type of file which was loaded by http
6605:
6606: 2009-08-01 misha
6607:
6608: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
6609: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
6610: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
6611: can't be disabled with defines any longer
6612:
6613: 2009-07-29 misha
6614:
6615: * src/classes/reflection.C, tests/results/224.processed: - for
6616: native methods with any call type now returned empty call_type
6617: value
6618:
6619: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6620: classes/table.C, include/pa_hash.h, include/pa_request.h,
6621: main/pa_request.C: - break in cycles was optimized
6622:
6623: * INSTALL: - more defines were described
6624:
6625: 2009-07-28 misha
6626:
6627: * operators.txt: - some changes in information about reflection
6628: class
6629:
6630: * tests/: 224.html, 224.p: - tests for reflection class
6631:
6632: * src/classes/reflection.C: - some bugs were fixed, method classes
6633: was added, refactoring
6634:
6635: 2009-07-26 misha
6636:
6637: * src/classes/classes.vcproj: - reflection class wass added to
6638: project
6639:
6640: * operators.txt: - information about reflection class was added
6641:
6642: * src/classes/reflection.C: - class was redesigned
6643:
6644: 2009-07-24 misha
6645:
6646: * src/classes/: Makefile.am, reflection.C: - class reflection was
6647: added
6648:
6649: * src/types/pa_vstateless_class.h: - method for reflection method's
6650: in classes was added
6651:
6652: 2009-07-22 misha
6653:
6654: * src/main/compile_tools.h: - bugfix: $object.$var was
6655: over-optimized. it failed if $object1.$object2.field
6656:
6657: 2009-07-16 misha
6658:
6659: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
6660: lib/cord/cordxtra.c, lib/cord/include/cord.h,
6661: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
6662: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
6663: one more arg: length of cord
6664:
6665: 2009-07-15 misha
6666:
6667: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
6668: tainted in ^file::load[http://...;$.cookies[]]
6669:
6670: * src/classes/: op.C, regex.C, string.C: - new string with
6671: exception was used
6672:
6673: * src/include/pa_exception.h: - new string with exception was added
6674:
6675: * tests/223.html: - test for checking cookie-encoding during
6676: ^file::load[http was added
6677:
6678: * tests/: 221.html, 222.html: - tests for checking type of
6679: $table.fields.field were added
6680:
6681: * src/types/pa_vtable.C: - not used var decl was removed
6682:
6683: * src/include/pa_string.h: - use cached string length in Body::mid.
6684: it improves speed of match with brackets in pattern
6685:
6686: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
6687: outside
6688:
6689: 2009-07-14 misha
6690:
6691: * src/types/pa_vtable.C: - $table.fields.a return string even if
6692: column is empty (sometime returned void) - $table.fields was
6693: added for nameless tables
6694:
6695: * src/targets/cgi/getopt.c: - one warning resolved
6696:
6697: * src/main/pa_string.C: - potentian bug fixed
6698:
6699: * src/classes/op.C: - small optimization in taint/untaint
6700:
6701: 2009-07-13 misha
6702:
6703: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
6704: added
6705:
6706: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
6707: souldn't add the attribut to output
6708:
6709: 2009-07-11 misha
6710:
6711: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6712: stack size was increaced to 2MB (default=1MB)
6713:
6714: 2009-07-08 misha
6715:
6716: * src/main/pa_string.C: - link to UTF-8 description was added
6717:
6718: * src/include/pa_hash.h: - hash keeps element's order in more
6719: places (ex: ._keys[])
6720:
6721: * tests/220.html: - test for checking order of elements in hash in
6722: foreach was added
6723:
6724: * tests/172.html: - small changes in printing hash
6725:
6726: * tests/129.html: - small changes in printing hash
6727:
6728: * src/: include/pa_common.h, include/pa_hash.h,
6729: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
6730: types/pa_vmethod_frame.h: - hash now keeps order of elements
6731:
6732: * tests/014.html: - small changes in printing hash
6733:
6734: 2009-07-07 misha
6735:
6736: * src/classes/op.C: - new taint language "parser-code" was added
6737:
6738: * tests/219.html: - test for auto untaint parser code in process
6739: was added
6740:
6741: * src/classes/op.C: - tainted pieces in body of process are
6742: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
6743:
6744: * src/: include/pa_string.h, main/untaint.C: - new language
6745: L_PARSER_CODE for auto-untaint in process was added
6746:
6747: * src/: classes/file.C, classes/hash.C, classes/image.C,
6748: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
6749: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
6750: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
6751: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
6752: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
6753: code cleanup
6754:
6755: 2009-07-06 misha
6756:
6757: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
6758: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
6759: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6760:
6761: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
6762: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
6763: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
6764: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
6765: should be used
6766:
6767: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
6768: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
6769: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
6770: untaint_cstr[m] should be used
6771:
6772: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
6773: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6774:
6775: * tests/218.html: - test for checking automatic file-spec-taint was
6776: added
6777:
6778: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
6779: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
6780: classes/file.C, classes/hash.C, classes/image.C,
6781: classes/string.C, classes/table.C, classes/void.C,
6782: classes/xdoc.C: - optimizations and simplification of
6783: string.cstr(...)
6784:
6785: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
6786: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
6787: - optimizations and simplification of string.cstr(...)
6788:
6789: 2009-07-04 misha
6790:
6791: * tests/217.html: - test for recursion detection was added
6792:
6793: * src/: types/types.vcproj, main/main.vcproj,
6794: classes/classes.vcproj, targets/cgi/parser3.vcproj,
6795: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
6796: from .vcproj
6797:
6798: * src/types/pa_wwrapper.h: - dynamic_cast was removed
6799:
6800: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
6801: uploading files and case-insensitive http-method were added
6802:
6803: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
6804: tainted pattern in ^file:list[] was added
6805:
6806: 2009-07-03 misha
6807:
6808: * src/: classes/classes.vcproj, main/main.vcproj,
6809: types/types.vcproj, targets/cgi/parser3.vcproj,
6810: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
6811: for dynamic_cast) - little options changes
6812:
6813: * src/main/pa_http.C: - file::load[http works now with uploading
6814: files _and_ changing $.charset
6815:
6816: 2009-06-29 misha
6817:
6818: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
6819: while creating pattern
6820:
6821: 2009-06-25 misha
6822:
6823: * src/classes/image.C, operators.txt: - options' names for
6824: ^image.font were changed to $.space, $.width and $spacing -
6825: default space width now == gif's width
6826:
6827: 2009-06-24 misha
6828:
6829: * tests/215.html: - tests for $file.mode were added
6830:
6831: * operators.txt: - added info about $file.mode and changes in
6832: ^image.font[
6833:
6834: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
6835: param now could be omited - third param now could be hash (with
6836: all widths options: $.space-width, $.letter-width) - it's
6837: possible to specify tracking ($.letter-space)
6838:
6839: * src/classes/file.C: - file objects now could have mode field
6840: (text|binary)
6841:
6842: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
6843:
6844: 2009-06-23 misha
6845:
6846: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
6847: trim can work with utf-8 chars now
6848:
6849: 2009-06-20 misha
6850:
6851: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
6852: was implemented
6853:
6854: * src/classes/table.C: - string length cacheing was implemented
6855:
6856: * src/include/pa_string.h: - string length cacheing was implemented
6857:
6858: 2009-06-17 misha
6859:
6860: * src/main/execute.C: - value param was removed from
6861: WContext::WContext
6862:
6863: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
6864: pa_wwrapper.h: - value param was removed from WContext::WContext
6865: - field wcontext was removed from VCodeFrame (using fparent
6866: instead)
6867:
6868: * tests/214.html: - test with hash copying
6869:
6870: 2009-06-16 misha
6871:
6872: * tests/: 062.html, results/062.processed: - evaluation hardcoded
6873: strings doesn't work in expression anymore
6874:
6875: * src/main/execute.C: - less calls for get_constructing() - little
6876: refactoring
6877:
6878: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
6879: include/pa_request.h: - less calls for get_constructing()
6880:
6881: * src/classes/: hash.C, hashfile.C: - fixed bug which was
6882: introduced with OPTIMIZE_SINGLE_STRING optimization
6883:
6884: 2009-06-14 misha
6885:
6886: * src/: classes/date.C, classes/file.C, classes/hash.C,
6887: classes/hashfile.C, classes/image.C, classes/regex.C,
6888: classes/table.C, classes/xdoc.C, classes/xnode.h,
6889: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
6890: types/pa_vstateless_class.h, main/execute.C: - create object for
6891: storing object's fields only for parser objects
6892:
6893: 2009-06-13 misha
6894:
6895: * buildall-with-xml, buildall-without-xml: - new option was added
6896: for building GC (it slightly reduces memory usage)
6897:
6898: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
6899: single string write
6900:
6901: * src/main/execute.C: - bytecode optimization of ^class:constructor
6902: - optimization of single string write
6903:
6904: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
6905: - bytecode optimization of ^class:constructor
6906:
6907: 2009-06-09 misha
6908:
6909: * src/targets/cgi/parser3.C: - type size_t was changed to int in
6910: main (better compatibility)
6911:
6912: 2009-06-08 misha
6913:
6914: * src/main/compile.y: - I've forgot to commit it :(
6915:
6916: 2009-06-07 misha
6917:
6918: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
6919: WITH_READ and WITH_ROOT
6920:
6921: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6922: execute.C: - more optimizations for WITH_SELF, WITH_READ and
6923: WITH_ROOT - little refactoring
6924:
6925: 2009-06-06 misha
6926:
6927: * tests/213.html: - tests for 3rd match string-param were added
6928:
6929: * src/classes/string.C: - 3rd match param could be string now
6930:
6931: * src/main/: compile.y, compile_tools.h: - much more bytecode's
6932: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
6933: GET_OBJECT_ELEMENT
6934:
6935: 2009-06-05 misha
6936:
6937: * src/main/pa_http.C: - bugfix: content-length was not calculated
6938: if $.body was specified
6939:
6940: 2009-06-04 misha
6941:
6942: * src/classes/op.C: - optimizing write_assign_lang in connect
6943:
6944: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
6945:
6946: * src/main/execute.C: - little refactoring - optimizing
6947: write_assign_lang in taint/untaint
6948:
6949: * src/include/pa_opcode.h: - little refactoring
6950:
6951: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6952: main/compile_tools.h, main/execute.C: - optimizations for
6953: $self.field, ^self.method, $self.field[...] and $self.field(...)
6954: were added
6955:
6956: 2009-06-03 misha
6957:
6958: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
6959:
6960: 2009-06-02 misha
6961:
6962: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
6963: include/pa_opcode.h: - refactoring in last optimizations
6964: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
6965: now but code is much easy and it is ready for further
6966: improvements.
6967:
6968: 2009-05-27 misha
6969:
6970: * src/: types/pa_junction.h, types/pa_vjunction.C,
6971: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
6972: changed in destructing junctions
6973:
6974: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
6975: String:Body
6976:
6977: 2009-05-26 misha
6978:
6979: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
6980: one method detect_charset was deleted - bug was fixed in this
6981: method (error while detecting charset in content_type withot last
6982: ';')
6983:
6984: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
6985: once
6986:
6987: 2009-05-25 misha
6988:
6989: * src/classes/file.C: - bugfix: file::exec didn't work after
6990: optimizing of helper_length
6991:
6992: 2009-05-24 misha
6993:
6994: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
6995: were added - little refactoring
6996:
6997: * src/main/execute.C: - core while printing in debug log
6998: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
6999: optimisations were added
7000:
7001: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7002: were added
7003:
7004: 2009-05-23 misha
7005:
7006: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7007: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7008: CORD_cat optimization
7009:
7010: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7011: - call constr optimisation under separate define now
7012:
7013: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7014: in $b should be string, not void
7015:
7016: * src/main/compile.y: - little fix for rem-cut optimisation
7017:
7018: * src/: include/pa_opcode.h, main/compile_tools.C,
7019: main/compile_tools.h, main/execute.C: - optimisations for
7020: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7021:
7022: * INSTALL: - description of some #defined were added
7023:
7024: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7025: before 1st access (memory usage is reduced if don't access to
7026: .text field)
7027:
7028: * src/include/pa_array.h: - array grows step now not static (it
7029: reduces numbers of reallocs)
7030:
7031: 2009-05-20 misha
7032:
7033: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7034: $.b(2), $c[d] and $.e[f] was added
7035:
7036: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7037: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7038: $.e[f] was added
7039:
7040: * src/main/execute.C: - debug printing moved in defines
7041:
7042: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
7043: and little refactoring for OP_GET_OBJECT_ELEMENT +
7044: OP_GET_OBJECT_VAR_ELEMENT optimisation
7045:
7046: 2009-05-19 misha
7047:
7048: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7049: execute.C: - $a.$b & ^a.$b bytecode optimisation
7050:
7051: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
7052: ^a.$b optimisation)
7053:
7054: * src/main/compile.y: - compiler now generate new opcodes:
7055: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
7056: ^a.b - compiler now cut off ^rem{ with all content ; any number
7057: of params }
7058:
7059: * src/main/execute.C: - code for handle new opcodes
7060: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
7061:
7062: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
7063: added for LA2V and LA2S
7064:
7065: * src/include/pa_opcode.h: - new defines which can be used for
7066: disable some bytecode optimisation and new opcodes were added
7067:
7068: 2009-05-17 misha
7069:
7070: * src/lib/cord/cordxtra.c: - bugfix.
7071:
7072: * tests/212.html: - .size[] and .study_size[] were added to tests
7073:
7074: * operators.txt: - info about regex class was added
7075:
7076: * tests/212.html: - tests for regex class were added
7077:
7078: 2009-05-16 misha
7079:
7080: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
7081: gc7.1
7082:
7083: * tests/022.html: - test for ^file:list[path;] (empty second param)
7084: was added
7085:
7086: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
7087: param) should work
7088:
7089: 2009-05-15 misha
7090:
7091: * src/classes/table.C: - automatically disable stringstream usage
7092: on freebsd4
7093:
7094: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
7095: scope
7096:
7097: * tests/211.html: - test with different types of access to hash was
7098: added
7099:
7100: * tests/210.html: - test which checks for loosing tainting in
7101: hash's keys was added
7102:
7103: * tests/208.html: - some parser work added. or stime == 0 %-)
7104:
7105: * src/lib/cord/cordbscs.c: - little hack was added to cord
7106:
7107: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
7108:
7109: * src/include/pa_version.h, configure.in: - moko have made a lot of
7110: optimisations for increacing version number more dramatically :)
7111:
7112: * src/classes/date.C: - little refactoring: use constructor which
7113: accepts formated string
7114:
7115: * src/: include/pa_string.h, main/pa_string.C: - String constructor
7116: which can print formatted string was added
7117:
7118: 2009-05-14 misha
7119:
7120: * src/include/pa_string.h: - type was fixed
7121:
7122: * src/: classes/hashfile.C, classes/op.C,
7123: include/pa_cache_managers.h, include/pa_charset.h,
7124: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
7125: include/pa_request.h, include/pa_sql_driver_manager.h,
7126: include/pa_string.h, include/pa_stylesheet_manager.h,
7127: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
7128: main/pa_charsets.C, main/pa_string.C,
7129: main/pa_stylesheet_connection.C, types/pa_value.h,
7130: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7131: types/pa_vobject.C, types/pa_vstateless_class.C,
7132: types/pa_vstateless_class.h: - hash_code caching was implemented
7133: (seaches should be faster now)
7134:
7135: * src/: classes/file.C, classes/hash.C, classes/image.C,
7136: classes/string.C, classes/table.C, include/pa_string.h,
7137: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
7138: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
7139: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
7140: types/pa_vrequest.C: - String constructors don't have that stupid
7141: true/false param which means 'tainted'. they accept lang instead.
7142:
7143: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
7144: with OPTIMIZE_RESULT
7145:
7146: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
7147: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
7148:
7149: 2009-05-13 misha
7150:
7151: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
7152: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
7153: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7154: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
7155: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
7156: main/pa_common.C, main/pa_request.C, main/pa_string.C,
7157: include/pa_string.h, classes/date.C, classes/file.C,
7158: classes/hash.C, classes/image.C, classes/string.C,
7159: classes/table.C, classes/xdoc.C: - result optimisation -
7160: helper_length parameter removed from string constructors
7161:
7162: 2009-05-11 misha
7163:
7164: * tests/209.html: - tests for ^hash::create[hash] were added
7165:
7166: * tests/208.html: - tests for $status:rusage, $status:memory,
7167: ^memory:compact[] were added
7168:
7169: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
7170: log10 were added
7171:
7172: * tests/206.html: - test for try with finally was added
7173:
7174: 2009-05-10 misha
7175:
7176: * tests/205.html: - test for ^file::create[...] was added
7177:
7178: * tests/204.html: - test for ^response:clear[] was added
7179:
7180: * tests/038.html: - tests for trigonometric functions were added
7181:
7182: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
7183: added - more tests for .add, .sub, .union, .intersects and
7184: .intersections
7185:
7186: * tests/065.html: - test for ^file:dirname was added
7187:
7188: * tests/030.html: - test for $cookie:fields was added
7189:
7190: * tests/203.html: - test for ^h._keys[column name] was added
7191:
7192: * tests/201.html: - tests for .trim were added
7193:
7194: * tests/202.html: - tests for last-day,
7195: date:calendar[type](YYYY;MM;DD) were added
7196:
7197: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
7198: .offset[type](N) were added
7199:
7200: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
7201: and .pos[c](N) were added
7202:
7203: * tests/141.html: - test for math:sha1 was added
7204:
7205: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
7206:
7207: 2009-05-09 misha
7208:
7209: * src/main/compile.y: - rollback
7210:
7211: 2009-05-05 misha
7212:
7213: * src/main/pa_exec.C: - little optimisation: somewhere length() was
7214: replaced by is_empty()
7215:
7216: * src/: include/pa_string.h, main/pa_charset.C: - little
7217: optimisation: somewhere length() was replaced by is_empty()
7218:
7219: * src/classes/table.C: - little optimisation: somewhere length()
7220: was replaced by is_empty()
7221:
7222: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
7223: classes/op.C, classes/table.C, main/pa_exception.C: - little
7224: optimisation: somewhere length() was replaced by is_empty()
7225:
7226: 2009-05-04 misha
7227:
7228: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7229: types/pa_vstateless_class.h, main/execute.C,
7230: include/pa_request.h, classes/hash.C, classes/op.C,
7231: classes/table.C: - more optimisations were added: some operators
7232: don't switch write context anylonger
7233:
7234: 2009-05-01 misha
7235:
7236: * src/main/compile.y: - slightly more opcode optimisations for
7237: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
7238:
7239: * src/main/execute.C: - simplifying process for getters
7240:
7241: 2009-04-30 misha
7242:
7243: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
7244:
7245: * tests/results/199.processed: - test for checking $result into
7246: ^rem was added
7247:
7248: * tests/199.html: - test for checking $result into ^rem was added
7249:
7250: * tests/: 022.html, 096.html: - þsort after :list was asses (on
7251: some OS it returns list in different order)
7252:
7253: * src/: include/pa_array.h, include/pa_request.h,
7254: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
7255: changes in stack impl - get_element() optimisation: 3rd param
7256: removed - bugfix: problems with reading empty input param -
7257: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
7258:
7259: * tests/results/198.processed: - test for reading empty local var
7260: was added
7261:
7262: * tests/198.html: - test for reading empty local var was added
7263:
7264: 2009-04-29 misha
7265:
7266: * src/main/compile.y: - bugfix: couldn't compile because
7267: OP_VALUE__GET_ELEMENT should be unde #ifdef
7268:
7269: * src/: include/pa_array.h, include/pa_opcode.h,
7270: include/pa_request.h, main/compile.y, main/execute.C,
7271: main/pa_request.C, types/pa_vmethod_frame.C,
7272: types/pa_vmethod_frame.h: - we can work without opcode
7273: OP_STORE_PARAM, so it was removed
7274:
7275: 2009-04-28 misha
7276:
7277: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
7278: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
7279: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
7280: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
7281: 4.
7282: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
7283:
7284: * src/main/compile_tools.h: - new stuff for op-codes optimisation
7285:
7286: * src/: main/pa_string.C, classes/string.C: - !length() =>
7287: is_empty()
7288:
7289: 2009-04-27 misha
7290:
7291: * src/types/pa_vregex.h: - back explicit vars initialisation
7292:
7293: 2009-04-24 misha
7294:
7295: * src/classes/string.C: - ups. typo fixed
7296:
7297: * src/main/execute.C: - more replacements '*new VBool' to
7298: 'VBool::get' - checks for ^break[], ^continue[] and
7299: parser.interrupted were optimised
7300:
7301: * src/classes/string.C: - number of params.count() calls was
7302: slightly reduced
7303:
7304: 2009-04-23 misha
7305:
7306: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7307: make it x64 friendly
7308:
7309: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7310: parser is x64 friendly now
7311:
7312: 2009-04-22 misha
7313:
7314: * src/types/pa_vhashfile.C: - coder friendly exception about
7315: exceeding record size was added
7316:
7317: * src/classes/file.C: - use vregex object instead of direct calls
7318: methods from pcre lib
7319:
7320: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
7321: classes/string.C: - use vregex object instead of direct calls
7322: methods from pcre lib
7323:
7324: * src/: include/pa_common.h, main/pa_common.C: - method
7325: print_pcre_exec_error_text was moved to class vregex
7326:
7327: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
7328: was added
7329:
7330: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
7331: - class vregex was added
7332:
7333: 2009-04-21 misha
7334:
7335: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
7336:
7337: * src/: types/pa_junction.h, types/pa_value.C,
7338: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
7339: types/pa_wcontext.h, main/execute.C, classes/op.C: -
7340: junction-optimisation (destructors)
7341:
7342: * src/include/pa_array.h: - free under if now
7343:
7344: 2009-04-19 misha
7345:
7346: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
7347:
7348: 2009-04-18 misha
7349:
7350: * src/include/pa_version.h:
7351: :q :
7352:
7353: CV:
7354: ----------------------------------------------------------------------
7355:
7356: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
7357: refactoring
7358:
7359: * src/: include/pa_array.h, include/pa_hash.h,
7360: types/pa_vmethod_frame.h: - destructors under #ifdef now
7361:
7362: * src/include/pa_memory.h: - define for using destructors was added
7363:
7364: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7365: main/execute.C: - some junctions will be cached now
7366:
7367: * src/include/pa_hash.h: - hash destructor frees pairs now
7368:
7369: * src/include/pa_array.h: - inline was added to destructor
7370:
7371: * src/types/pa_method.h: - comment was changed
7372:
7373: 2009-04-17 misha
7374:
7375: * src/: include/pa_array.h, include/pa_hash.h,
7376: types/pa_vmethod_frame.h: - destructors were added
7377:
7378: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
7379: renamed to always_use_result
7380:
7381: * src/main/: compile.y, compile_tools.h: - rollback changes in
7382: compiler: full backward compatibility is better
7383:
7384: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
7385: result in var's hash
7386:
7387: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7388: optimisation in method_frame
7389:
7390: * src/include/pa_array.h: - optimisation in array (allocate
7391: elements only when needed)
7392:
7393: * src/types/pa_vresponse.C: - check for $response:headers field
7394: before looking at custom fields
7395:
7396: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
7397: not needed to check existance var with name 'result' in var's
7398: hash
7399:
7400: * src/main/compile.y: - compiler was changed: now it detects
7401: writings to $result and set flag writo_to_result in method
7402:
7403: * src/classes/string.C: - little optimisation: no needed to write
7404: number with lang
7405:
7406: * src/main/pa_charset.C: - methods readChar and skipChar which is
7407: used for read utf8-strings were renamed - is_escaped was renamed
7408: to isEscaped (to the same name convention)
7409:
7410: * src/: types/pa_method.h, main/compile_tools.h: - flag
7411: write_to_result added. compiler get this info from code.
7412:
7413: 2009-04-16 misha
7414:
7415: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
7416: String only before 1st write
7417:
7418: * src/include/pa_string.h: - not needed template removed
7419:
7420: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
7421: types/pa_vjunction.C, types/pa_vproperty.C,
7422: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
7423: main/pa_request.C, classes/bool.C, classes/double.C,
7424: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
7425: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
7426: bool objects)
7427:
7428: 2009-04-15 misha
7429:
7430: * src/lib/cord/cordxtra.c: - more optimisation
7431:
7432: * src/: include/pa_string.h, main/untaint.C: - String::append
7433: optimisation
7434:
7435: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
7436: then get and can sometime be used)
7437:
7438: * src/main/pa_string.C: - String::length optimisation
7439:
7440: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
7441: these methods read different strings
7442:
7443: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7444: fresult_initial_void removed + some optimisation - if $result
7445: defined we don't write to context anymore
7446:
7447: * src/main/pa_charset.C: - readChar => skipChar (in this place we
7448: need just skip char)
7449:
7450: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7451: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
7452: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
7453:
7454: * src/types/pa_vvoid.h: - added get() method for retreave one
7455: instance
7456:
7457: 2009-04-11 misha
7458:
7459: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
7460:
7461: * tests/197.html: - test for parser://test in xml was added
7462:
7463: * src/classes/string.C: - small optimisation
7464:
7465: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
7466: optimisation
7467:
7468: 2009-04-10 misha
7469:
7470: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
7471: to pcre-7.8
7472:
7473: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
7474:
7475: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
7476: added
7477:
7478: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
7479: $request:CLASS_NAME were added
7480:
7481: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
7482: were added
7483:
7484: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
7485: $env:CLASS_NAME were added
7486:
7487: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
7488: '@todo' now
7489:
7490: * src/targets/cgi/parser3.C: - size_t -> int for calming down
7491: compirer
7492:
7493: * src/main/pa_string.C: - little code cleanup
7494:
7495: * src/main/pa_common.C: - describe one more UTF-8 related error
7496: during PCRE compile/execute
7497:
7498: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
7499: normalizing todo-comments: '@todo' now
7500:
7501: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
7502:
7503: * src/main/pa_charset.C: - type changed for making compiler happy
7504:
7505: 2009-03-10 misha
7506:
7507: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
7508: in main()
7509:
7510: 2009-02-01 misha
7511:
7512: * src/main/pa_http.C: - bugfix: double CRLF before the end of
7513: boundary
7514:
7515: 2009-01-25 misha
7516:
7517: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
7518:
7519: * src/classes/file.C: - more changes for parsing different number
7520: of params for file::load
7521:
7522: * tests/193.html: - tests for exception while base64-decode binary
7523: to string was added
7524:
7525: * tests/192.html: - tests for file::load with different number of
7526: options
7527:
7528: * src/classes/math.C: - ups. forgot '+1'
7529:
7530: * src/: classes/table.C, classes/file.C, include/pa_common.h,
7531: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
7532: main/pa_http.C: - ^file::load[...;http://...;] now can post files
7533: (new option $.encode[multipart-form/data] should be specified) -
7534: $.method[] option for file::load now is not case-sensitive
7535:
7536: * src/: include/pa_string.h, main/untaint.C: - for file post the
7537: new taint language L_FILE_POST was added
7538:
7539: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
7540: main/main.vcproj, classes/math.C, include/Makefile.am: - some
7541: stuff was moved to separate files
7542:
7543: 2009-01-23 misha
7544:
7545: * src/classes/math.C: - little optimisation in ^math:sha1[] -
7546: spaces to tabs were converted
7547:
7548: 2009-01-12 misha
7549:
7550: * src/main/pa_http.C: - value of $.method[] option force uppercased
7551: now
7552:
7553: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
7554: types/pa_vform.C, types/pa_vmail.C: - some constants changed
7555: their names
7556:
7557: * src/main/pa_common.C: - changes in formating
7558:
7559: * src/: classes/file.C, main/pa_http.C: - some constants changed
7560: their names
7561:
7562: * src/include/pa_http.h: - some spaces were converted to tabs
7563:
7564: * src/include/pa_common.h: - some constants changed their names
7565:
7566: * src/classes/file.C: - fixed 4-th paramether for file::load -
7567: little code rewriting
7568:
7569: * src/types/pa_vfile.C: - little code rewriting
7570:
7571: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
7572: types/pa_value.h: - some formating changes
7573:
7574: * src/include/pa_common.h: - some formating spaces transformed to
7575: tabs
7576:
7577: * src/classes/string.C: - exception while base64-decode binary to a
7578: string
7579:
7580: 2009-01-11 misha
7581:
7582: * configure.in: - version changed to 3.3.1b
7583:
7584: 2008-09-05 misha
7585:
7586: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
7587: release_3_3_0 on 2008-09-05 10:59:35 +0000
7588:
7589: 2008-09-04 misha
7590:
7591: * tests/: 130.html, 131.html: - these exceptions not typeless
7592: anymore
7593:
7594: * src/classes/op.C: - exception with 'invalid taint language' not
7595: typeless anylonger
7596:
7597: * src/classes/image.C: - some exceptions while operations with
7598: image not typeless anymore
7599:
7600: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
7601: main/pa_exec.C, main/pa_http.C: - some exceptions while
7602: operations with files not typeless anymore
7603:
7604: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
7605: types/pa_vdate.h: - exceptions while checking date range not
7606: typeless anymore
7607:
7608: * src/include/pa_exception.h: - exception type string for invalid
7609: date range was added
7610:
7611: 2008-09-03 misha
7612:
7613: * src/: classes/file.C, main/pa_string.C: - exception while pce
7614: operations not typeless anymore
7615:
7616: * src/include/pa_exception.h: - exception type for pce operations
7617: was added
7618:
7619: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
7620: and .CLASS_NAME insite classes
7621:
7622: * src/classes/table.C: - don't save table header whiile
7623: ^table.save[append;filename] if file exists
7624:
7625: 2008-09-02 misha
7626:
7627: * src/main/compile.y, src/main/compile_tools.h,
7628: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
7629: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
7630: renamed to partial and it login changed: we must mark class as
7631: partial for allow their modifications in future.
7632:
7633: 2008-08-29 misha
7634:
7635: * tests/results/022.processed: - testing taint[regex] in mask for
7636: file:list
7637:
7638: * tests/022.html: - testing taint[regex] in mask for file:list
7639:
7640: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
7641: for file:list was added
7642:
7643: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
7644: file:list
7645:
7646: 2008-08-26 misha
7647:
7648: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
7649: last derived object
7650:
7651: * src/classes/image.C: - many strings "image.format" replaced by
7652: IMAGE_FORMAT constant string - handle GPS info while parse exif -
7653: understand some more exif tags
7654:
7655: * src/include/pa_exception.h: - string "image.format" was added
7656:
7657: 2008-08-21 misha
7658:
7659: * src/: main/pa_string.C, classes/file.C: - use method for print
7660: pcre_exec text error
7661:
7662: * src/main/pa_common.C: - method for print pcre_exec text error was
7663: added
7664:
7665: * src/include/pa_common.h: - method declaration for print pcre_exec
7666: text error was added
7667:
7668: 2008-08-19 misha
7669:
7670: * src/main/execute.C: - bugfix: opcodes must be in separate
7671: namespace while debug execution as well
7672:
7673: * tests/: 015.html, results/015.processed: - test for escaping some
7674: parser chars was added
7675:
7676: 2008-08-18 misha
7677:
7678: * tests/: 190.html, 190.p, results/190.processed: - test for
7679: $caller.self.field + default getter in one class was added
7680:
7681: * tests/: 189.html, results/189.processed: - test for
7682: ^date::create[date object]
7683:
7684: * tests/: 188.html, results/188.processed: - tests for match with
7685: UTF-8 strings
7686:
7687: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
7688: ^string.match[]
7689:
7690: * ChangeLog: - parser 3.3.0 beta13
7691:
7692: 2008-08-15 misha
7693:
1.116 moko 7694: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
7695: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
7696: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
7697: dftables.c: - old PCRE files removed
1.95 moko 7698:
7699: * src/lib/pcre/config.h: - configuration for PCRE library
7700:
7701: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7702: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
7703:
7704: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
7705: library and set flag UTF8 if $request:charset is UTF-8
7706:
7707: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
7708: include/pa_config_fixed.h: - moved to new PCRE library
7709:
7710: * src/: main/main.vcproj, types/types.vcproj,
7711: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
7712: win32\pcre instead of parser3\src\lib\pcre
7713:
7714: * src/: include/pa_opcode.h, include/pa_operation.h,
7715: main/compile.C, main/compile.y, main/compile_tools.C,
7716: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
7717: opcodes were moved to separate namespace
7718:
7719: 2008-08-14 misha
7720:
7721: * src/types/pa_vstateless_class.C: - newline at the end missed
7722:
7723: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
7724: tainting
7725:
7726: 2008-08-11 misha
7727:
7728: * tests/: 187.html, 187.p, results/187.processed: - tests for
7729: $caller.self, $caller.self.field and $caller.self.field[value]
7730: were added
7731:
7732: * src/types/pa_vmethod_frame.h: - still need to check 'self'
7733: runtime as well (for $caller.self)
7734:
7735: 2008-07-25 misha
7736:
7737: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
7738: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
7739: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
7740: tests with international characters
7741:
7742: 2008-07-23 misha
7743:
7744: * src/main/pa_http.C: - escape $cookies as %uXXXX while
7745: file::load[...;http://
7746:
7747: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
7748: now everywhere in separate namespace
7749:
7750: * src/types/pa_vmethod_frame.h: - looking for caller before looking
7751: for vars
7752:
7753: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
7754: can be escaped by '^'
7755:
7756: 2008-07-22 misha
7757:
7758: * src/classes/string.C, tests/186.html: - names changes:
7759: escape=>js-escape, unescape=>js-unescape
7760:
7761: 2008-07-21 misha
7762:
7763: * tests/results/186.processed: - test for string escape/unescape
7764:
7765: * tests/186.html: - test for string escape/unescape
7766:
7767: * src/classes/string.C: - string has escape and unescape methods
7768: now
7769:
7770: * src/: include/pa_string.h, main/pa_string.C: - escape method was
7771: added
7772:
7773: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
7774: method-layers added (with different params)
7775:
7776: 2008-07-18 misha
7777:
7778: * tests/results/185.processed: - test for ^str.pos[substr](offset)
7779: was added
7780:
7781: * tests/185.html: - test for ^str.pos[sub](offset) added
7782:
7783: * src/classes/string.C, src/classes/void.C, operators.txt: -
7784: ^string.pos[substr](offset) -- 2nd param accepted now
7785:
7786: * src/main/pa_string.C: - .pos works fine with offset for utf-8
7787: strings
7788:
7789: 2008-07-17 misha
7790:
7791: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7792: helper length added for mid for small optimisation
7793:
7794: 2008-07-16 misha
7795:
7796: * tests/: 185.html, results/185.processed: - tests for
7797: length/left/right/mid/pos with utf-8 strings
7798:
7799: * src/classes/string.C: - left/right/mid/length/pos works fine for
7800: utf-8 strings
7801:
7802: * src/main/untaint.C: - comments removed
7803:
7804: * src/: include/pa_string.h, main/pa_string.C,
7805: include/pa_charset.h, main/pa_charset.C: - methods for working
7806: with pos/mid for strings in utf-8 were added
7807:
7808: 2008-07-15 misha
7809:
7810: * tests/: 184.html, results/184.processed: - test for case body as
7811: expression: $var(^switch(1){^case(1)(true)..})
7812:
7813: * src/classes/op.C: - case body can be expression now:
7814: $var(^switch(1){^case(1)(true)..})
7815:
7816: * tests/: results/183.processed, 183.html: - added test for testing
7817: new cookie encoding (%uXXXX)
7818:
7819: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
7820: decoding for backward compatibility they decoded from %XX in
7821: request:charset too
7822:
7823: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
7824: - cookie class now decode cookies before first access after last
7825: request:charset changing (as form class).
7826:
7827: * src/main/pa_charset.C: - added method escape for escaping cookies
7828: as %uXXXX - before transcode calculate required space for dest
7829: string. it reduce mem usage for transcode
7830:
7831: * src/include/pa_charset.h: - added method escape for escaping
7832: cookies as %uXXXX
7833:
7834: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
7835: was added. will used for escaping cookies as %uXXXX
7836:
7837: * src/include/pa_common.h: - escape method has new option for skip
7838: converting '+' to a space char
7839:
7840: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
7841: transcode - escape method has new option for skip converting '+'
7842: to a space char
7843:
7844: 2008-07-08 misha
7845:
7846: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
7847: (no UE if more then 1 case matches anylonger) - optimization:
7848: doing searching.as_string() || searching.as_double() only once
7849:
7850: 2008-07-04 misha
7851:
7852: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
7853: now ^date::create[date object] works
7854:
7855: * src/classes/string.C: - left and right added as aliases for start
7856: and end in ^string.trim[]
7857:
7858: 2008-07-03 misha
7859:
7860: * src/classes/file.C: - allow $.limit for file::sql as well
7861:
7862: * src/classes/file.C: - allow $.offset option for file::sql - force
7863: send limit=1 to query for use sql specifics authomatically
7864:
7865: * src/classes/: hash.C, string.C, table.C: - don't throw exception
7866: if $.limit value if empty. autoconvert it as everywere
7867:
7868: 2008-07-02 misha
7869:
7870: * configure.in: - time to change version number to 3.3.0 %-)
7871:
7872: * src/include/pa_version.h: - time to change version number to
7873: 3.3.0 %-)
7874:
7875: 2008-06-26 misha
7876:
7877: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7878: $.limit(0) fixes
7879:
7880: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
7881: - $.limit(0) fixes
7882:
7883: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
7884: new API)
7885:
7886: * src/: include/pa_sql_driver_manager.h,
7887: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
7888: classes/op.C: - document_root added
7889:
7890: * src/main/compile.tab.C: - error message was changed
7891:
7892: 2008-06-25 misha
7893:
7894: * src/main/compile.y: - error message was changed
7895:
7896: 2008-06-24 misha
7897:
7898: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
7899:
7900: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
7901: tests for @OPTIONS\nappend
7902:
7903: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
7904:
7905: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
7906:
7907: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
7908:
7909: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
7910: compile.y
7911:
7912: 2008-06-17 misha
7913:
7914: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
7915: compilation: ^if(default){true. it's incorrect. must be
7916: exception}
7917:
7918: 2008-06-16 misha
7919:
7920: * tests/: 181.ent, 181.html, results/181.processed: - test for
7921: checking external reference loading with 'http://localhost'
7922: prefix while creating xdoc
7923:
7924: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
7925: ^math:long2ip[] and ^math:ip2long[]
7926:
7927: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
7928: added which use scalar stateless class method when user object
7929: used in scalar context - use get_scalar_value when user object
7930: requested in scalar context
7931:
7932: * src/main/pa_common.C: - size must be int but not size_t or we
7933: can't compare with 0 sprintf result
7934:
7935: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7936: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
7937: with internal switch between local/global vars
7938:
7939: * src/types/pa_vclass.C: - register scalar if method @GET[] was
7940: specified
7941:
7942: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
7943: pa_vstateless_object.h: - stateless class and object now has
7944: private scalar field and getter/setter for working with it
7945:
7946: * src/classes/math.C: - methods math:long2ip & math:ip2long were
7947: moved to inet static class
7948:
7949: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
7950: class added (^inet:aton[IP], ^inet:ntoa(number))
7951:
7952: * tests/: 180.html, results/180.processed: - tests for
7953: ^math:long2ip(long) and ^math:ip2long[IP]
7954:
7955: * src/classes/math.C: - ^math:ip2long[IP] added
7956:
7957: 2008-06-11 misha
7958:
7959: * src/main/pa_xml_io.C: - use file_read_text again because of we
7960: need cut BOM code and remove DOS newline chars. but don't
7961: transcode it anyway.
7962:
7963: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
7964: main/pa_http.C: - option for disable transcoding while file_read
7965: and file_read_text added
7966:
7967: 2008-06-10 misha
7968:
7969: * tests/: 179.html, 179.p, results/179.processed: - test for many
7970: classes in 1 file
7971:
7972: * src/main/: compile.C, compile_tools.h: - compile return list of
7973: classes now.
7974:
7975: * src/main/: compile.y, compile.tab.C: - compile return list of
7976: classes now. internals.
7977:
7978: * src/main/pa_request.C: - compile return list of classes now. try
7979: call @conf and @auto for each returned class
7980:
7981: * src/include/pa_request.h: - compile return list of classes now
7982:
7983: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
7984: return list of classes when compile buf)
7985:
7986: 2008-06-07 misha
7987:
7988: * src/main/pa_request.C: - constructing VRequest object with 3rd
7989: param -- form
7990:
7991: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
7992: 3rd param: form. needed for get post_charset
7993:
7994: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
7995: added
7996:
7997: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
7998: types/pa_vform.C, types/pa_vform.h: - some polish
7999:
8000: 2008-06-06 misha
8001:
8002: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8003: charset and decode chars from it but not from response:charset
8004:
8005: * src/main/pa_http.C: - detect_charset moved out of here
8006:
8007: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8008: methods moved here - unescape_chars accepn one charset now
8009:
8010: * src/main/pa_http.C: - new constants used - don't allow
8011: $.content-type in ^file::load[;http://;$.method[POST]] - add
8012: charset info while ^file::load[;http://;$.method[POST]] - option
8013: $.omit-post-charset(true) added to ^file::load[;http://] for
8014: disabling charset during post
8015:
8016: * src/types/pa_vform.C: - new constants used
8017:
8018: * src/include/pa_common.h: - some constants were added
8019:
8020: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8021: instead of StrEqNc
8022:
8023: * src/main/pa_common.C: - new method for caseless search
8024: c-substring in c-string - use isxdigit instead of is_hex_digit
8025:
8026: * src/include/pa_common.h: - new method for caseless search
8027: c-substring in c-string
8028:
8029: 2008-06-05 misha
8030:
8031: * tests/results/178.processed: - test for testing default getter
8032:
8033: * tests/178.html: - test for testing default getter
8034:
8035: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8036: for test for testing default getter
8037:
8038: * src/main/execute.C: - default getter soul
8039:
8040: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
8041: requested objects' field not found
8042:
8043: * src/types/pa_vclass.C: - register default getter if defined - get
8044: default getter if requested field not found
8045:
8046: * src/types/pa_vstateless_object.h: - method get_default_getter was
8047: added
8048:
8049: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8050: pointer to default getter and methods for get/set it were added
8051:
8052: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
8053: auto_name field (for default getter)
8054:
8055: 2008-06-04 misha
8056:
8057: * src/main/pa_xml_io.C: - load external xml in binary mode (no
8058: transcoding, no cutting BOM code, no fixing line breaks) and get
8059: it to libxml "as is"
8060:
8061: 2008-06-03 misha
8062:
8063: * src/main/pa_common.C: - use store_Char instead of
8064: transcodeCharFromUTF8
8065:
8066: * src/: include/pa_charset.h, main/pa_charset.C: - method
8067: store_Char added, transcodeCharFromUTF8 -- removed
8068:
8069: 2008-06-02 misha
8070:
8071: * tests/: results/177.processed, 177.html: - test for checking
8072: .[acm]date after local ^file::load[] was added
8073:
8074: * tests/: results/176.processed, 176.html: - test for checking
8075: @OPTION\locals + @method[vars][locals] added
8076:
8077: * tests/results/auto.p: - CLASS_PATH specified for checking use
8078:
8079: 2008-05-30 misha
8080:
8081: * src/main/: compile.y, compile.tab.C: - changes in compiler:
8082: @OPTION\nlocals + @method[vars][;locals;] were added
8083:
8084: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
8085: moved to separate method op_code - switch from VMethodFrame to
8086: VMethodFrameGlobal + VMethodFrameLocal
8087:
8088: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
8089: was moved to separate method op_code
8090:
8091: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
8092: VMethodFrame now
8093:
8094: * src/types/pa_vstateless_class.h: - stateless class have bool flag
8095: all_vars_local as well
8096:
8097: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
8098: pa_vmethod_frame_local.h, Makefile.am: - who children for
8099: VMethodFrame were added: one (global) works as VMethodFrame
8100: before and second (local) write all vars in self vars scope
8101:
8102: * src/types/pa_method.h: - method has bool flag all_vars_local now
8103:
8104: 2008-05-29 misha
8105:
8106: * tests/: 129.html, results/129.processed: - more tests for
8107: ^table.hash[]
8108:
8109: * src/classes/hash.C: - ^hash::sql has a new option:
8110: $.type[hash|string|table] as ^table.hash[] one.
8111:
8112: * src/classes/op.C: - ^try has 3rd param now: finally code which
8113: executed anyway after try or catch section
8114:
8115: 2008-05-27 misha
8116:
8117: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
8118: must not fail if $.distinct(1) wasn't specified
8119:
8120: 2008-05-26 misha
8121:
8122: * src/classes/op.C: - allow ^throw[my type]
8123:
8124: 2008-05-22 misha
8125:
8126: * configure.in, configure: - version number updated to 3.2.4b
8127:
8128: * src/classes/: op.C, string.C: - trim format string before
8129: eval/format
8130:
8131: * tests/: results/175.processed, 175.html: - more tests for
8132: different format strings in .format[]
8133:
8134: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
8135: as well (not only %XX)
8136:
8137: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
8138: charset specified - checks for format before print number
8139: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
8140: (instead of tabs) removed
8141:
8142: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
8143: charset specified
8144:
8145: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
8146: char in requested charset from utf code was added
8147:
8148: 2008-05-19 misha
8149:
8150: * tests/: 174.html, results/174.processed: - test for
8151: ^hashfile.cleanup[] added
8152:
8153: * src/classes/hashfile.C: - optimization: don't create any key or
8154: value variable if it's name weren't specified
8155: (^hf.foreach[;v]{...})
8156:
8157: 2008-05-16 misha
8158:
8159: * src/classes/hash.C: - optimization: don't create any key variable
8160: if variable name wasn't specified (^h.foreach[;v]{...})
8161:
8162: 2008-05-15 misha
8163:
8164: * src/classes/op.C: - small changes
8165:
8166: * src/classes/hashfile.C: - code reformating (as hash.foreach)
8167:
8168: * src/classes/hash.C: - calculate var_context once before foreach
8169:
8170: 2008-05-14 misha
8171:
8172: * src/classes/hashfile.C: - incorrect vars context calculation for
8173: ^hashfile.foreach[;]{} fixed
8174:
8175: * src/classes/: hash.C, table.C: - little optimisation
8176:
8177: * src/classes/file.C: - bugfix: double absolute path while loading
8178: file
8179:
8180: * tests/: 174.html, results/174.processed: - tests for hashfile
8181: were added
8182:
8183: * buildall-with-xml: - moving to libxslt 1.1.24
8184:
8185: 2008-04-30 misha
8186:
8187: * src/classes/file.C: - stat file while loading (local only) so
8188: .adate, .mdate and .cdate available without additional ::stat
8189:
8190: 2008-04-28 misha
8191:
8192: * src/classes/file.C: - $.name and $.content-type available for
8193: stated file
8194:
8195: 2008-04-14 misha
8196:
8197: * src/targets/cgi/parser3.C: - new year in copyright %-)
8198:
8199: * src/include/pa_version.h: - new version number in head
8200:
8201: 2008-04-10 misha
8202:
8203: * tests/: 080.html, results/080.processed: - cut '0' from
8204: exponential part because of on diff OS it differ (20 or 020 for
8205: ex)
8206:
8207: * tests/: 119.html, results/119.processed: - check for encoding
8208: while creating xdoc
8209:
8210: 2008-04-09 misha
8211:
8212: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
8213:
8214: * src/main/pa_common.C: - comment added
8215:
8216: * src/classes/date.C: - little refactoring
8217:
8218: 2008-04-07 misha
8219:
8220: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
8221: style of ^table.save[]: prepare one big string and sabe it at
8222: once. it's safe on freebsd 4.x but use much more memory.
8223:
8224: * buildall-with-xml, buildall-without-xml: - option
8225: --disable-stringstream added (under comment. use it on freebsd
8226: 4.x)
8227:
8228: 2008-02-22 misha
8229:
8230: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
8231: specified together in file::load[;http] - get back transcoding
8232: $.body[] in file::load[;http]
8233:
8234: 2008-02-21 misha
8235:
8236: * src/classes/date.C: - ^date.gmt-string[] was added
8237:
8238: * src/types/pa_value.C: - method for output date in RFC 822 format
8239: moved to pa_common.h
8240:
8241: * src/include/pa_common.h: - method for output date in RFC 822
8242: format moved here from pa_value.C
8243:
8244: * src/types/pa_vmail.C: - fixed core in sending mail with
8245: attachment in simple mode ($.file[file here]) introduced in 3.2.2
8246:
8247: 2008-02-20 misha
8248:
8249: * src/main/pa_http.C: - transcode $.headers before escaping into
8250: specified charset while ^file::load[...;http://...] (L_URI
8251: instead of L_HTTP_HEADER) - $.cookies param available in
8252: ^file::load[;http://...] now (but we don't parse set-cookies from
8253: response yet) (cookies not transcoded as common $cookies)
8254:
8255: 2008-02-19 misha
8256:
8257: * src/main/pa_request.C: - rollback: we mustn't force taint
8258: $response:field values because in this case
8259: $response:locateion[http://...] don't works.
8260:
8261: 2008-02-15 misha
8262:
8263: * src/classes/op.C: - little refactoring
8264:
8265: * src/main/pa_http.C: - taint names of $.headers for load[;http
8266:
8267: * src/main/pa_request.C: - force taint values of $response:field
8268:
8269: 2008-02-14 misha
8270:
8271: * src/main/pa_request.C: - $response:field transcoded to
8272: $response:charset before escaping now
8273:
8274: * src/main/pa_http.C: - some outdated comments removed
8275:
8276: * src/classes/date.C: - lastdat -> last-day
8277:
8278: * src/classes/date.C: - ^date:lastday(year;month) and
8279: ^date.lastday[] were added - little code refactoring - comments
8280: changes
8281:
8282: * tests/: 159.html, results/159.processed: - test for number of
8283: days in February
8284:
8285: * src/types/pa_value.C: - fixes in code formatting
8286:
8287: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
8288: and comments
8289:
8290: 2008-02-13 misha
8291:
8292: * src/main/pa_common.C: - bugfix for february at leap year
8293:
8294: 2008-01-28 misha
8295:
8296: * tests/: 160.html, results/160.processed: - more test for cache
8297: added
8298:
8299: * src/classes/op.C: - bugfix: cache body executed twice if contains
8300: unhandled exception
8301:
8302: 2008-01-25 misha
8303:
8304: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
8305: bug when hashfile became inavailable after memory:compact)
8306:
8307: * src/lib/sdbm/apr_strings.C: - +arp_malloc
8308:
8309: 2008-01-22 misha
8310:
8311: * src/classes/table.C: - little refactiring and exception texts
8312: changes in method ^table.hash[]
8313:
8314: * src/types/pa_vcookie.C: - link to cookie specification changed
8315:
8316: 2008-01-21 misha
8317:
8318: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
8319: file::exec/cgi
8320:
8321: * src/classes/file.C: - bugfix: core while processing headers if
8322: executed cgi script don't return content
8323:
8324: 2008-01-18 misha
8325:
8326: * buildall-with-xml: - move to libxml2 version 2.6.31
8327:
8328: * src/include/pa_version.h, configure.in: - version number updated
8329: to '3.2.3b'
8330:
8331: 2007-12-28 misha
8332:
8333: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
8334: hash.contains
8335:
8336: 2007-12-27 misha
8337:
8338: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8339: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
8340: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
8341: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
8342: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8343: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
8344: src/targets/cgi/parser3.vcproj,
8345: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
8346: back to VS2003 because of Apache 1.3 module can't work if it was
8347: built in VS 2005. with cgi all file so VS2003 project files can
8348: be easy converted to the new format.
8349:
8350: 2007-12-04 misha
8351:
8352: * src/types/pa_vcode_frame.h: - changes in comment
8353:
8354: 2007-11-29 misha
8355:
8356: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
8357: intercept strings any longer
8358:
8359: * tests/: 173.html, results/173.processed: - tests for
8360: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
8361: but not in main code frame
8362:
8363: * tests/: 172.html, results/172.processed: - more tests for pass
8364: objects from code frames
8365:
8366: 2007-11-27 misha
8367:
8368: * tests/: 152.html, results/152.processed: - tests for converting
8369: strings 'true'/'false' to bool were added
8370:
8371: * tests/152.html: - added checks for converting strings
8372: 'true'/'false' to bool
8373:
8374: * src/classes/string.C: - ^srting.bool[] now can convert to bool
8375: not only strings with numbers but with values 'true'/'false' as
8376: well
8377:
8378: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
8379: for parser3.log increased
8380:
8381: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
8382:
8383: * src/include/pa_common.h: - remove_crlf return cstring size now
8384:
8385: * src/include/pa_types.h: - constant with buffer size for
8386: parser3.log added
8387:
8388: 2007-11-16 misha
8389:
8390: * tests/cat.sh: - script for tests for file::exec/cgi
8391:
8392: * tests/171.html: - tests for file::exec/cgi
8393:
8394: * tests/results/171.processed: - tests results for file::exec/cgi
8395:
8396: 2007-11-15 misha
8397:
8398: * src/main/pa_exec.C: - fixed incorrect exec code for unix
8399:
8400: * src/classes/file.C: - .body must be set before analyzing cgi
8401: headers
8402:
8403: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
8404: only if exec/cgi return anything.
8405:
8406: 2007-11-14 misha
8407:
8408: * operators.txt: - info about new text|binary option for
8409: file::exec/cgi was added
8410:
8411: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
8412: ^file:exec[[text|binary];script;...]
8413:
8414: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
8415: classes/string.C, classes/table.C: - more text strings moved to
8416: the one place
8417:
8418: 2007-11-09 misha
8419:
8420: * src/types/pa_vrequest.C: - $request:argv must be taint
8421:
8422: * ChangeLog: - $request:argv [patch from Sumo]
8423:
8424: * operators.txt: - $request:argv
8425:
8426: * src/: include/pa_request_info.h, types/pa_vrequest.C,
8427: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
8428:
8429: 2007-10-25 misha
8430:
8431: * buildall-with-xml, buildall-without-xml: - options preparations
8432: for ./configure rewrited
8433:
8434: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
8435: error occure in unhandled_exception finally fixed
8436:
8437: 2007-10-23 misha
8438:
8439: * tests/: 170.html, results/170.processed: - test for
8440: @method[][result]
8441:
8442: * operators.txt: - added info about node.prefix and
8443: node.namespaceURI
8444:
8445: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
8446:
8447: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
8448: added for node and attribute
8449:
8450: 2007-10-22 misha
8451:
8452: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
8453:
8454: * src/main/pa_request.C: - added const content-transfer-encoding
8455:
8456: * src/include/pa_request.h: - added const content-transfer-encoding
8457: - ups. constants must be in lowercase (for search)
8458:
8459: * src/types/pa_vmail.C: - more constants used -
8460: content-transfer-encoding: 8bit added
8461:
8462: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
8463:
8464: * src/include/pa_request.h: - more constants
8465:
8466: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
8467: ommit anymore if $.content-disposition was specified - little
8468: refactoring
8469:
8470: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
8471:
8472: 2007-10-17 misha
8473:
8474: * operators.txt: - info about
8475: table::create[nameless]{data}[>options<] was added
8476:
8477: * src/main/: compile.tab.C, compile.y: - if error occure while
8478: compile method don't put this method in methods table anymore.
8479: in other case the parser coredumped if @unhandled_exception
8480: method can't be compiled because of parser.compile error.
8481:
8482: * src/main/execute.C: - little code reformating
8483:
8484: * src/main/pa_request.C: - little code reformating - comment
8485: changed
8486:
8487: 2007-10-16 misha
8488:
8489: * tests/: 035.html, results/035.processed: - tests
8490: table::create[]{}[options] added
8491:
8492: * src/classes/table.C: - table::create[]{} now accept 3rd param:
8493: options (only $.seperator[] yet)
8494:
8495: 2007-10-10 misha
8496:
8497: * src/classes/table.C: - some contstants moved to pa_common.h -
8498: some code changes
8499:
8500: 2007-10-02 misha
8501:
8502: * src/main/pa_uue.C: - memory usage during uuencode reduced more
8503: then three time as much. but base64 encoding method still use
8504: less memory anyway.
8505:
8506: 2007-09-17 misha
8507:
8508: * operators.txt: - added info about $cookie:fields
8509:
8510: * src/types/pa_vcookie.C: - $cookie:fields available now
8511:
8512: * src/classes/hash.C: - some stuff for use with .for_each moved to
8513: common
8514:
8515: * src/include/pa_common.h: - some stuff for use with .for_each
8516: moved here
8517:
8518: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
8519:
8520: 2007-09-14 misha
8521:
8522: * buildall-with-xml: - new xml libs again =)
8523:
8524: 2007-08-28 misha
8525:
8526: * operators.txt: - texts about ^table.columns[[column name]] and
8527: ^string.split[...][v][column name] were added
8528:
8529: * tests/: 168.html, 169.html, results/168.processed,
8530: results/169.processed: - tests for ^table.columns[[column name]]
8531: and ^string.split[...][v][column name] were added
8532:
8533: * src/classes/table.C: - new option ^table.columns[[column name]]
8534: was added
8535:
8536: * src/classes/string.C: - new option ^string.split[...;v;[column
8537: name]]
8538:
8539: * src/include/pa_exception.h: - error text message for
8540: ^hash._keys[], ^table.columns[] and ^string.split[]
8541:
8542: 2007-08-27 misha
8543:
8544: * src/main/untaint.C: - try to fix coredump on unix if print to
8545: body ^taint[sql][something] outside of connect
8546:
8547: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
8548: outside of connect
8549:
8550: * buildall-with-xml, buildall-without-xml: - strip parser3 was
8551: added (commented by default)
8552:
8553: 2007-08-20 misha
8554:
8555: * operators.txt: - comment about new method ^node.hasAttributes[]
8556: was added
8557:
8558: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
8559: duplicated exception text strings were removed
8560:
8561: * src/include/pa_exception.h: - more exception text strings moved
8562: here
8563:
8564: * src/classes/table.C: - some duplicate exceptions' text strings
8565: removed
8566:
8567: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
8568: xdoc.C, xnode.C: - some duplicate exceptions' text strings
8569: removed
8570:
8571: * src/include/pa_exception.h: - some exception text strings movet
8572: to pa_exception
8573:
8574: * tests/: 149.html, results/149.processed: - test for
8575: ^xnode.hasAttributes[] was added - some code changes
8576:
8577: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
8578: added
8579:
8580: 2007-08-17 misha
8581:
8582: * tests/: results/006.processed, results/059.processed, 006.html,
8583: 059.html: - more tests for match
8584:
8585: * tests/: 129.html, results/129.processed: - tests for
8586: ^table.hash[...][$.type[string|hash|table]] added
8587:
8588: * src/targets/cgi/parser3.C: - little syntax changes
8589:
8590: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
8591: syntax changes
8592:
8593: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
8594: messages in parser3.log switched off by default. If someone
8595: really still need it: use $SIGPIPE(1)
8596:
8597: 2007-08-08 misha
8598:
8599: * buildall-with-xml, buildall-without-xml: - remove libs source
8600: files by default since now
8601:
8602: 2007-08-07 misha
8603:
8604: * buildall-without-xml: - some option syntax changes
8605:
8606: * buildall-with-xml: - compile libxml2 without http support - some
8607: option syntax changes
8608:
8609: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
8610:
8611: 2007-08-06 misha
8612:
8613: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
8614:
8615: * tests/: 160.html, results/160.processed: - cache test was
8616: rewrited
8617:
8618: 2007-07-06 misha
8619:
8620: * tests/: 153.html, results/153.processed: - added test for
8621: ^math:sha1[string]
8622:
8623: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
8624: transcoded
8625:
8626: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
8627: were added
8628:
8629: 2007-06-28 misha
8630:
8631: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
8632: some incorrect chars
8633:
8634: 2007-06-19 misha
8635:
8636: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
8637: were moved on top because of gcc 4 had a problems during
8638: building.
8639:
8640: 2007-06-18 misha
8641:
8642: * tests/results/019.processed: - new image commited
8643:
8644: 2007-06-09 misha
8645:
8646: * src/classes/: op.C, table.C: - in while and table.select method
8647: as_expression used now
8648:
8649: * src/types/pa_vmethod_frame.h: - method as_expression was added
8650:
8651: 2007-06-08 misha
8652:
8653: * tests/: 166.html, results/166.processed: - test for
8654: ^match[...][n]
8655:
8656: * tests/: 165.html, results/165.processed: - tests for loops
8657:
8658: * src/lib/cord/include/private/cord_pos.h: - back to origin value
8659: because of no speed/memory optimisation but some proglems with
8660: long cycles occure
8661:
8662: 2007-06-06 misha
8663:
8664: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
8665: ^table.select(true) and ^table.select(1) didn't works because of
8666: awaiting junction-param only. fixed.
8667:
8668: 2007-05-24 misha
8669:
8670: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
8671: with 0.5 secs interval
8672:
8673: * src/classes/op.C: - cache was rewrited. I hope it works with
8674: locking system now on unix
8675:
8676: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
8677: system locks which wait till other threads release it but try get
8678: lock, if fail wait 1 sec and make 10 attempts.
8679:
8680: * src/include/pa_os.h: - consts for blocking locks + some comments
8681: were added
8682:
8683: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
8684: opening files
8685:
8686: * src/classes/table.C: - changes in includes. if unclude <sstream>
8687: after our classes on unix it can't be build
8688:
8689: * src/types/pa_vhashfile.C: - not needed code removed
8690:
8691: 2007-05-23 misha
8692:
8693: * src/: classes/file.C, classes/op.C, main/pa_common.C,
8694: include/pa_common.h: - cosmetic changes
8695:
8696: 2007-05-18 misha
8697:
8698: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
8699: often. it's give some speed increasing
8700:
8701: * tests/results/160.processed: - returned time corrected
8702:
8703: * tests/160.html: - time increased because on unix 1 mean nothing
8704: :(
8705:
8706: * operators.txt: - added info about ^hash.contain[key]
8707:
8708: * src/classes/hash.C: - added ^hash.contain[key]
8709:
8710: * src/include/pa_hash.h: - added method for checking key exists in
8711: hash
8712:
8713: 2007-05-07 misha
8714:
8715: * src/include/pa_string.h: - was compilation error during build on
8716: freebsd4
8717:
8718: 2007-05-03 misha
8719:
8720: * src/classes/table.C: - option $.type[hash|string|table] was added
8721: for ^table.hash[]
8722:
8723: * src/classes/file.C: - comment removed
8724:
8725: 2007-04-26 misha
8726:
8727: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
8728: real files doesn't opened in place anymore
8729:
8730: 2007-04-24 misha
8731:
8732: * src/classes/math.C: - I thought one more time and remove lg(N) :)
8733:
8734: * src/include/pa_exception.h: "static" removed
8735:
8736: 2007-04-23 misha
8737:
8738: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
8739:
8740: * src/classes/math.C: added: - ^math:ln(N) (the same as
8741: ^math:log(N)) - ^math:lg(N)
8742:
8743: * tests/: 097.html, results/097.processed: - charsets converstion
8744: during ^file::load[text;http://...] added
8745:
8746: * tests/: 164.html, results/164.processed: - check for set expires
8747: as a date
8748:
8749: * tests/: 164.html, results/164.processed: - test for hashfile
8750:
8751: * src/classes/hashfile.C: - little comment changes
8752:
8753: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
8754: access
8755:
8756: * src/: classes/date.C, classes/double.C, classes/file.C,
8757: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
8758: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
8759: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8760: classes/xnode.h, include/pa_request.h, main/execute.C,
8761: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8762: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
8763: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
8764: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
8765: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
8766: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
8767: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8768: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
8769: "parser.runtime" strings were removed
8770:
8771: * src/classes/hashfile.C: - with .clear[] called files_delete()
8772: now.
8773:
8774: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
8775:
8776: * src/include/pa_exception.h: - string constant with
8777: "parser.runtime" text was added
8778:
8779: 2007-04-20 misha
8780:
8781: * operators.txt: - some comments changing
8782:
8783: * operators.txt: - added info about .^hashfile.release[],
8784: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
8785:
8786: * configure: =cheching for unsetenv
8787:
8788: * src/classes/hashfile.C: - ^hashfile.cleanup[],
8789: ^hashfile.release[] were added
8790:
8791: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
8792: ^string.match[][] understand new option now: return number of
8793: matches but not table wit results
8794:
8795: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
8796: reopen now
8797:
8798: * src/classes/op.C: - bug. must be false
8799:
8800: * configure.in: - checking for unsetenv was added
8801:
8802: * src/types/pa_vform.C: - some comments
8803:
8804: 2007-04-18 misha
8805:
8806: * buildall-with-xml: moving to libxml2-2.6.28
8807:
8808: * buildall-with-xml, buildall-without-xml: added commented lines
8809: with --disable-safe-mode option
8810:
8811: * operators.txt: - info about $form:files
8812:
8813: 2007-04-17 misha
8814:
8815: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
8816: $form:files was added
8817:
8818: * tests/: 163.html, results/163.processed: removing auto format
8819:
8820: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
8821:
8822: 2007-04-16 misha
8823:
8824: * tests/: 163.html, results/163.processed: - test for .int[],
8825: floor, round, ceiling and .format[]
8826:
8827: * src/classes/file.C: - little optimization for getting args in
8828: exec/cgi
8829:
8830: 2007-04-13 misha
8831:
8832: * src/classes/file.C: - arguments for file::exec/cgi can be
8833: specified now as s table with one column
8834:
8835: 2007-03-27 misha
8836:
8837: * tests/: 162.html, results/162.processed: - test for
8838: ^table.select(^condition[$t])
8839:
8840: * tests/results/auto.p: - load windows-1251 charset for some tests
8841:
8842: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
8843:
8844: * tests/: results/161.processed, 161.html, 161_utf8.txt,
8845: 161_windows1251.txt: - added test for
8846: ^file::load[text;/local/file.txt;$.charset[...]]
8847:
8848: * tests/: results/013.processed, 013.html: - added test for
8849: checking $._default value while hash modifications
8850:
8851: * tests/: 160.html, results/160.processed: - add test for
8852: ^cache[key](secs){code}, ^cache[] and ^cache(0)
8853:
8854: 2007-03-22 misha
8855:
8856: * src/include/pa_common.h: - "charset" string defined for
8857: ^file::load[text;/local.txt] and ^table::load[/table.txt]
8858:
8859: * src/main/: pa_common.C, pa_http.C: - $.charset option for
8860: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
8861: added - not needed transcodes were removed from
8862: ^file::load[...;http://...]
8863:
8864: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
8865: added
8866:
8867: * src/classes/date.C: - date.week was fixed
8868:
8869: * operators.txt: - added info about date.weekyear
8870:
8871: * tests/: 159.html, results/159.processed: - tests for date.week
8872: and date.weekyear added
8873:
8874: 2007-03-15 misha
8875:
8876: * src/classes/table.C: - enclose column numbers for nameless tables
8877: as well
8878:
8879: 2007-03-14 misha
8880:
8881: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
8882:
8883: * src/classes/table.C: - table.save optimization: now required much
8884: less memory
8885:
8886: 2007-03-13 misha
8887:
8888: * tests/results/: 158.processed, 158.processes: - tests for
8889: table.save/table.load
8890:
8891: * tests/: 158.html, results/158.processes: - tests for
8892: table.save/table.load
8893:
8894: * buildall-with-xml: libxml2: --without-ftp --without-docbook
8895:
8896: * buildall-with-xml: - pattern needed now for building
8897:
8898: * tests/results/097.processed: - added test results for xdoc::load
8899: & xdoc::load[http://...]
8900:
8901: * tests/097.html: - added test for xdoc::load
8902:
8903: 2007-03-12 misha
8904:
8905: * tests/: 107.html, results/107.processed: - added test for xpath
8906: '//man'
8907:
8908: 2007-03-01 misha
8909:
8910: * tests/: 097.html, results/097.processed: - added test for
8911: creating xdoc from file
8912:
8913: * tests/: results/157.processed, 157.html: - added test for
8914: file:move
8915:
8916: 2007-02-28 misha
8917:
8918: * src/classes/xdoc.C: - another attempt
8919:
8920: * src/classes/xdoc.C: - roll back last changes for a while
8921:
8922: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
8923:
8924: * src/classes/file.C: - under lock we create non-exist dir anyway
8925:
8926: * tests/results/099.processed: - ever send content-disposition to
8927: client with file
8928:
8929: * tests/157.html: + test for file:copy
8930:
8931: 2007-02-26 misha
8932:
8933: * src/classes/file.C: - some similar strings moved to #define
8934: instead of to be copy/pasted many times
8935:
8936: * src/types/pa_vfile.h: - class name string ("file") moved to
8937: #define
8938:
8939: 2007-02-20 misha
8940:
8941: * bin/auto.p.dist.in: - added lines for sqlite
8942:
8943: * configure.in: - added some strings for sqlite detection
8944:
8945: 2007-02-19 misha
8946:
8947: * operators.txt: - some comments changes
8948:
8949: * buildall-with-xml, buildall-without-xml: - some modifications
8950:
8951: 2007-02-17 misha
8952:
8953: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
8954:
8955: * src/main/pa_request.C: - damn, i forgot to commit it while I
8956: change console behaviour
8957:
8958: 2007-02-12 misha
8959:
8960: * src/targets/cgi/parser3.C: - don't print headers if
8961: $console:line[data] was used during cgi execution.
8962:
8963: * src/types/pa_vconsole.h: - console class have bool flag now which
8964: marked as 'true' if class was used.
8965:
8966: * tests/: 152.html, results/152.processed: - more types was added
8967: to test 152
8968:
8969: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
8970: adding 'bool' (^if($image){} caused exception)
8971:
8972: 2007-02-09 misha
8973:
8974: * tests/: 152.html, results/152.processed: - test alightly updated
8975:
8976: * tests/: 152.html, results/152.processed: - test rewrited
8977:
8978: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
8979: bugfix. I broke xdoc & xnode in expression
8980:
8981: 2007-02-08 misha
8982:
8983: * tests/: 152.html, results/152.processed: - add test for checking
8984: 'def' for void, string, bool, int & double
8985:
8986: 2007-02-07 misha
8987:
8988: * operators.txt: - ^file:base64[filespec] was added
8989:
8990: * tests/results/153.processed: - result test for
8991: ^file:base64[filespec] was updated
8992:
8993: * tests/153.html: - test for ^file:base64[filespec] was added
8994:
8995: * src/types/pa_vconsole.h: - little optimization
8996:
8997: * src/classes/file.C: - ^file:base64[filespec]
8998:
8999: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9000:
9001: * src/include/pa_common.h: - declarations for
9002: ^file:base64[filespec]
9003:
9004: * src/types/pa_vcookie.C: - little optimization
9005:
9006: 2007-02-06 misha
9007:
9008: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9009: were temporary commented
9010:
9011: * src/types/pa_vbool.h: - bugfix
9012:
9013: * tests/156.html: - added test for bool cookie
9014:
9015: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9016:
9017: * tests/: 155.html, results/155.processed: - added test for check
9018: $.encloser[] option for table save/load
9019:
9020: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9021:
9022: 2007-02-05 misha
9023:
9024: * tests/results/152.processed: - newline at the end was missed
9025:
9026: * tests/results/141.processed: - math:md5 must be lowercased
9027:
9028: * src/targets/cgi/parser3.C: - 2007 in help ;)
9029:
9030: 2007-02-03 misha
9031:
9032: * tests/results/: 150.processed, 151.processed, 152.processed: -
9033: test for bool added and some content length fixes
9034:
9035: * tests/152.html: - test for bool added
9036:
9037: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9038:
9039: * operators.txt: - info bool class was added
9040:
1.116 moko 9041: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9042: classes/classes.vcproj, classes/double.C, classes/int.C,
9043: classes/string.C, classes/void.C, classes/xnode.C,
9044: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
9045: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
9046: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
9047: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9048: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
9049: types/types.vcproj: - bool class was added
9050:
9051: * src/main/pa_request.C: - fix
9052:
9053: 2007-01-18 misha
9054:
9055: * src/: main/pa_string.C, classes/string.C: - return table during
9056: ^string.match[][] even if no matched found.
9057:
9058: 2006-12-20 misha
9059:
9060: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
9061: http://www.parser.ru/forum/?id=55598 ]
9062:
9063: 2006-12-19 misha
9064:
9065: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
9066: details: http://www.parser.ru/forum/?id=52359
9067:
9068: * src/main/pa_request.C: - always set content-disposition for
9069: $response:body[hash here]. more details:
9070: http://www.parser.ru/forum/?id=52130
9071:
9072: 2006-12-07 misha
9073:
9074: * operators.txt: - added info about bool params in cookie set
9075:
9076: * src/types/pa_vcookie.C: - bool param in cookies available now
9077: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
9078: ]
9079:
9080: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
9081: was added
9082:
9083: 2006-12-02 misha
9084:
9085: * src/classes/file.C: - file_block_read used instead of native read
9086:
9087: * src/main/pa_common.C: - added file_block_read with read error
9088: detection - file_block_read used instead of native read
9089:
9090: * src/include/pa_common.h: - added file_block_read declaration
9091:
9092: 2006-12-01 misha
9093:
9094: * operators.txt: - info about $var.CLASS_NAME was added
9095:
9096: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9097: $var.CLASS_NAME added
9098:
9099: * operators.txt: - added info about ^file:copy[]
9100:
9101: * src/classes/file.C: - ^file:copy[from;fo] was added
9102:
9103: 2006-11-20 misha
9104:
9105: * src/classes/date.C: - bug fix :)
9106:
9107: 2006-11-17 misha
9108:
9109: * src/include/pa_common.h: - array in crc32 calculation was changed
9110: to static
9111:
9112: * src/main/pa_common.C: - little optimization in getMonthDays -
9113: small changes in crc32 calculation
9114:
9115: * src/classes/date.C: - not needed code was removed
9116:
9117: 2006-11-16 misha
9118:
9119: * src/types/pa_vmail.C: - fix missed brakes
9120:
9121: * src/types/pa_vmail.C: - mail:send now set content-type:
9122: multipart/related instead of multipart/mixed if file have
9123: $.content-id[]
9124:
9125: 2006-11-15 misha
9126:
9127: * src/types/pa_vdouble.h: abs -> fabs
9128:
9129: 2006-11-14 misha
9130:
9131: * operators.txt: - added info about ^file.md5[] and
9132: ^file:md5[file-name]
9133:
9134: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
9135: added
9136:
9137: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
9138: FILE_BUFFER_SIZE
9139:
9140: * src/classes/math.C: - hex_string was moved to pa_common.h
9141:
9142: * src/include/pa_common.h: - hex_string was moved from math.C -
9143: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
9144:
9145: * src/types/pa_vdouble.h: - incorrect frac detection with negative
9146: values was fixed
9147:
9148: 2006-11-13 misha
9149:
9150: * operators.txt: - added info about ^math:crc32[string],
9151: ^file:crc32[file-name] & ^file.crc32[]
9152:
9153: * src/classes/math.C: - added ^math:crc32[string]
9154:
9155: * src/classes/file.C: - some comments were changed - added
9156: ^file:crc32[file-name] and ^file.crc32[]
9157:
9158: * src/: include/pa_common.h, main/pa_common.C: - some functions for
9159: crc32 calculation added
9160:
9161: 2006-11-03 misha
9162:
9163: * src/include/pa_array.h: - not needed variable removed
9164:
9165: * tests/: 150.html, 151.html, results/150.processed,
9166: results/151.processed: - 2 tests were added
9167:
9168: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
9169: with $.reverse(1) were fixed
9170:
9171: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
9172: query converted to $.charset during ^file::load[http://...]
9173:
9174: 2006-11-02 misha
9175:
9176: * src/include/pa_table.h: ups. forget '=' char
9177:
9178: * src/include/pa_table.h: - one more fix in
9179: .locate[...][$.reverse(1)]
9180:
9181: 2006-11-01 misha
9182:
9183: * src/classes/math.C: - bug fix, details:
9184: http://www.parser.ru/forum/?id=53360
9185:
9186: * src/include/pa_table.h: - bug fix during ^table.locate( condition
9187: false for all records )[$.reverse(1)]
9188:
9189: * src/main/pa_http.C: - second param for this mid method is length
9190: but not end_index so this method has error and can't detect
9191: charsets in next content-types: Content-type: text/html;
9192: charset="windows-1251" Content-type: text/html;
9193: charset="windows-1251"; Content-type: text/html;
9194: charset=windows-1251;
9195:
9196: only Content-type: text/html; charset=windows-1251 was fine
9197:
9198: 2006-10-31 misha
9199:
9200: * src/classes/file.C: - empty args in file::exec removed now
9201:
9202: 2006-09-11 misha
9203:
9204: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
9205: replaced to table::create - some changes in text/code formatting
9206:
9207: 2006-09-03 paf
9208:
9209: * src/classes/file.C: proper tainting of
9210: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
9211:
9212: 2006-06-09 paf
9213:
9214: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
9215:
9216: * src/classes/table.C: formatting
9217:
9218: * src/classes/table.C: incorporated patch from misha: Sent:
9219: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
9220: ignoring string options for ^table.save[]
9221:
9222: * src/classes/hash.C: incorporated patch from misha Sent:
9223: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
9224: $hash._default disappear while
9225:
9226: * operators.txt: ^mail:send[ $.file1[ $.value[file]
9227: $.format[!uue|!base64] << new base64 option. default uue ] ]
9228:
9229: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
9230: PM Subject: patch for base64 in ^mail:send[] %-)
9231:
9232: 2006-04-09 paf
9233:
9234: * src/main/compile.tab.C: ` change compiled
9235:
9236: * gnu.vcproj, operators.txt, parser3.sln,
9237: src/classes/classes.vcproj, src/classes/file.C,
9238: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
9239: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9240: src/classes/xnode.C, src/include/pa_array.h,
9241: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9242: src/include/pa_memory.h, src/include/pa_request.h,
9243: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9244: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9245: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9246: src/lib/pcre/pcre_dftables.vcproj,
9247: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9248: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9249: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9250: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9251: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9252: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9253: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9254: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9255: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9256: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9257: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9258: src/types/pa_value.h, src/types/pa_vcookie.C,
9259: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9260: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9261: src/types/pa_vstatus.C, src/types/types.vcproj,
9262: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
9263: ^menu, ^hash/hashfile.foreach
9264:
9265: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9266: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
9267: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9268: src/classes/xnode.C, src/include/pa_array.h,
9269: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9270: src/include/pa_memory.h, src/include/pa_request.h,
9271: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9272: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9273: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9274: src/lib/pcre/pcre_dftables.vcproj,
9275: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9276: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9277: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9278: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9279: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9280: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9281: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9282: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9283: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9284: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9285: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9286: src/types/pa_value.h, src/types/pa_vcookie.C,
9287: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9288: src/types/pa_vstatus.C, src/types/types.vcproj,
9289: tests/descript.ion: ! switched to VS2005 (projects and
9290: object<info explicitly typed>.for_each(, info)) +
9291: $response:field[] setting void means removing + grammar $name`
9292: name stops now, for mysql `$field` + started ^break[]
9293: ^continue[], in ^for. TODO: to other iterators (while, menu,
9294: foreach) + all log messages += [uri=, method=, cl=]
9295:
9296: * buildall-with-xml: merged . ftp paths update
9297:
9298: * buildall-with-xml: . ftp paths update
9299:
9300: 2006-03-04 paf
9301:
9302: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
9303: checks++ [thanks to Igor Zinkovsky for detailed report]
9304:
9305: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
9306: Igor Zinkovsky for detailed report]
9307:
9308: 2006-03-01 paf
9309:
9310: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9311: \n to ' ' in
9312:
9313: 2006-02-18 paf
9314:
9315: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9316: \n to ' ' in
9317:
9318: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
9319:
9320: 2006-02-03 paf
9321:
9322: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
9323: base64
9324:
9325: * src/main/pa_common.C: ! bugfix: decoding from base64
9326:
9327: 2006-01-20 paf
9328:
9329: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9330: economy fix
9331:
9332: * src/classes/: table.C: merged from HEAD ! bugfix
9333: ^table.save[$.encloser-s now handled properly
9334:
9335: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
9336: handled properly
9337:
9338: 2006-01-19 paf
9339:
9340: * buildall-with-xml, buildall-without-xml: merged from HEAD !
9341: libgc:USE_MUNMAP activates merging of free memory blocks which
9342: helps a lot in our case: after transform we want
9343: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
9344:
9345: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9346: economy fix
9347:
9348: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
9349: activates merging of free memory blocks which helps a lot in our
9350: case: after transform we want CORD(main.result)->cstr[big
9351: malloc]->transcode[big malloc]
9352:
9353: 2006-01-17 paf
9354:
9355: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
9356: before reading them. got rid of reallocs = became quicker and
9357: less fragmentated
9358:
9359: 2005-12-29 paf
9360:
1.116 moko 9361: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
9362: configure, configure.in, src/include/pa_version.h,
9363: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 9364: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
9365: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
9366: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
9367: src/lib/ltdl/missing: . merged from 3.2.1
9368:
1.116 moko 9369: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
9370: packaged when 'make dist', so do configure companion files in
9371: src/lib/ltdl
9372:
9373: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
9374: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
9375: missing: . now config_auto.h is created with configure [were
9376: constant]
1.95 moko 9377:
9378: * INSTALL: . references to documentation and some clarification
9379:
9380: * buildall-with-xml, buildall-without-xml: . farawell doc
9381: indication
9382:
1.116 moko 9383: * Makefile.am: . dist+=buildall*
1.95 moko 9384:
9385: 2005-12-28 paf
9386:
9387: * configure: . 3.2.1
9388:
9389: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
9390: simplify build process, see INSTALL
9391:
9392: 2005-12-26 paf
9393:
9394: * configure: ver
9395:
9396: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
9397: version
9398:
9399: 2005-12-21 paf
9400:
9401: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
9402: compiled with bison 1.875b, it reports unexpected token names
9403:
9404: 2005-12-19 paf
9405:
9406: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
9407: holds a link to xmlNode to prevent premature gc(xmlNode)
9408:
9409: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
9410: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9411: src/main/main.vcproj, src/main/pa_globals.C,
9412: src/targets/cgi/parser3.vcproj,
9413: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
9414: configure, configure.in, src/include/pa_version.h: . killing
9415: gdome [what a relief]
9416:
9417: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
9418: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
9419: run_parser.sh, results/001.processed, results/002.processed,
9420: results/003.processed, results/004.processed,
9421: results/005.processed, results/006.processed,
9422: results/008.processed, results/009.processed,
9423: results/010.processed, results/011.processed,
9424: results/012.processed, results/013.processed,
9425: results/014.processed, results/015.processed,
9426: results/016.processed, results/017.processed,
9427: results/018.processed, results/020.processed,
9428: results/021.processed, results/022.processed,
9429: results/023.processed, results/024.processed,
9430: results/025.processed, results/026.processed,
9431: results/027.processed, results/028.processed,
9432: results/029.processed, results/030.processed,
9433: results/031.processed, results/032.processed,
9434: results/033.processed, results/034.processed,
9435: results/035.processed, results/036.processed,
9436: results/037.processed, results/038.processed,
9437: results/039.processed, results/040.processed,
9438: results/041.processed, results/042.processed,
9439: results/043.processed, results/044.processed,
9440: results/045.processed, results/046.processed,
9441: results/047.processed, results/048.processed,
9442: results/049.processed, results/050.processed,
9443: results/051.processed, results/052.processed,
9444: results/053.processed, results/054.processed,
9445: results/055.processed, results/056.processed,
9446: results/057.processed, results/058.processed,
9447: results/059.processed, results/060.processed,
9448: results/061.processed, results/062.processed,
9449: results/063.processed, results/064.processed,
9450: results/065.processed, results/066.processed,
9451: results/067.processed, results/068.processed,
9452: results/069.processed, results/070.processed,
9453: results/071.processed, results/072.processed,
9454: results/073.processed, results/074.processed,
9455: results/075.processed, results/076.processed,
9456: results/077.processed, results/078.processed,
9457: results/079.processed, results/080.processed,
9458: results/081.processed, results/082.processed,
9459: results/083.processed, results/084.processed,
9460: results/085.processed, results/086.processed,
9461: results/087.processed, results/088.processed,
9462: results/089.processed, results/090.processed,
9463: results/091.processed, results/092.processed,
9464: results/093.processed, results/094.processed,
9465: results/095.processed, results/096.processed,
9466: results/097.processed, results/099.processed,
9467: results/100.processed, results/101.processed,
9468: results/102.processed, results/104.processed,
9469: results/105.processed, results/106.processed,
9470: results/107.processed, results/108.processed,
9471: results/109.processed, results/110.processed,
9472: results/111.processed, results/112.processed,
9473: results/113.processed, results/114.processed,
9474: results/115.processed, results/117.processed,
9475: results/119.processed, results/120.processed,
9476: results/121.processed, results/122.processed,
9477: results/123.processed, results/124.processed,
9478: results/125.processed, results/126.processed,
9479: results/127.processed, results/128.processed,
9480: results/129.processed, results/130.processed,
9481: results/131.processed, results/132.processed,
9482: results/133.processed, results/134.processed,
9483: results/135.processed, results/136.processed,
9484: results/138.processed, results/139.processed,
9485: results/140.processed, results/141.processed,
9486: results/142.processed, results/143.processed,
9487: results/144.processed, results/145.processed,
9488: results/146.processed, results/147.processed,
9489: results/148.processed, results/149.processed, results/auto.p: .
9490: now works if we turn off default auto.p
9491:
1.116 moko 9492: * configure: . makes
1.95 moko 9493:
9494: * src/types/pa_vxnode.C: . less warnings
9495:
9496: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
9497: tests/145.html, tests/149.html, tests/descript.ion,
9498: tests/outputs/d.cmd, tests/results/142.processed,
9499: tests/results/143.processed, tests/results/144.processed,
9500: tests/results/145.processed, tests/results/146.processed,
9501: tests/results/147.processed, tests/results/148.processed,
9502: tests/results/149.processed: . removed .nodeValue from all node
9503: types other than 5 (grabbed piece from gdome)
9504:
9505: * tests/: 137.html, results/137.processed: . not handled this case
9506: yet. code does not hang from inserting parent into child,
9507: considering thing minor issue -- nodes are removed from source
9508: anyway, don't know why shold that be an error after all
9509:
9510: * src/targets/cgi/parser3.C: . style
9511:
9512: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
9513: xdoc too [were barking "not element"]
9514:
9515: 2005-12-16 paf
9516:
9517: * tests/: 146.html, 147.html, 148.html: . more tests
9518:
9519: * src/classes/xnode.C: . also bark on possible errors
9520:
9521: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
9522: props
9523:
9524: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
9525: main/compile.y: merged from HEAD ! fixed overoptimized
9526: ^call(false) case. (confused it with ^call[] case)
9527:
9528: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
9529: ^call(false) case. (confused it with ^call[] case)
9530:
9531: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
9532:
9533: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
9534: results/001.processed, results/002.processed,
9535: results/003.processed, results/004.processed,
9536: results/005.processed, results/006.processed,
9537: results/008.processed, results/009.processed,
9538: results/010.processed, results/011.processed,
9539: results/012.processed, results/013.processed,
9540: results/014.processed, results/015.processed,
9541: results/016.processed, results/017.processed,
9542: results/018.processed, results/019.processed,
9543: results/020.processed, results/021.processed,
9544: results/022.processed, results/023.processed,
9545: results/024.processed, results/025.processed,
9546: results/026.processed, results/027.processed,
9547: results/028.processed, results/029.processed,
9548: results/030.processed, results/031.processed,
9549: results/032.processed, results/033.processed,
9550: results/034.processed, results/035.processed,
9551: results/036.processed, results/037.processed,
9552: results/038.processed, results/039.processed,
9553: results/040.processed, results/041.processed,
9554: results/042.processed, results/043.processed,
9555: results/044.processed, results/045.processed,
9556: results/046.processed, results/047.processed,
9557: results/048.processed, results/049.processed,
9558: results/050.processed, results/051.processed,
9559: results/052.processed, results/053.processed,
9560: results/054.processed, results/055.processed,
9561: results/056.processed, results/057.processed,
9562: results/058.processed, results/059.processed,
9563: results/060.processed, results/061.processed,
9564: results/062.processed, results/063.processed,
9565: results/064.processed, results/065.processed,
9566: results/066.processed, results/067.processed,
9567: results/068.processed, results/069.processed,
9568: results/070.processed, results/071.processed,
9569: results/072.processed, results/073.processed,
9570: results/074.processed, results/075.processed,
9571: results/076.processed, results/077.processed,
9572: results/078.processed, results/079.processed,
9573: results/080.processed, results/081.processed,
9574: results/082.processed, results/083.processed,
9575: results/084.processed, results/085.processed,
9576: results/086.processed, results/087.processed,
9577: results/088.processed, results/089.processed,
9578: results/090.processed, results/091.processed,
9579: results/092.processed, results/093.processed,
9580: results/094.processed, results/095.processed,
9581: results/096.processed, results/097.processed,
9582: results/099.processed, results/101.processed,
9583: results/102.processed, results/104.processed,
9584: results/105.processed, results/106.processed,
9585: results/107.processed, results/108.processed,
9586: results/109.processed, results/110.processed,
9587: results/111.processed, results/112.processed,
9588: results/113.processed, results/114.processed,
9589: results/115.processed, results/116.processed,
9590: results/117.processed, results/118.processed,
9591: results/119.processed, results/120.processed,
9592: results/121.processed, results/122.processed,
9593: results/123.processed, results/124.processed,
9594: results/125.processed, results/126.processed,
9595: results/127.processed, results/128.processed,
9596: results/129.processed, results/130.processed,
9597: results/131.processed, results/132.processed,
9598: results/133.processed, results/134.processed,
9599: results/135.processed, results/136.processed,
9600: results/137.processed, results/138.processed,
9601: results/139.processed, results/140.processed,
9602: results/141.processed: . refreshed old tests, made them work
9603: without auto.p (in utf8) . things noted: . gif got encoded
9604: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
9605: some strange year)
9606:
9607: * INSTALL: . revived linux libgc fix
9608:
9609: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
9610: glib/gdome in INSTALL and patches]
9611:
9612: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9613: include/pa_charset.h, include/pa_config_includes.h,
9614: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
9615: include/pa_xml_exception.h, lib/cord/Makefile.am,
9616: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9617: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
9618: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
9619: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
9620: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
9621: types/pa_vxnode.h: . started killing gdome
9622:
9623: 2005-12-13 paf
9624:
9625: * src/main/: pa_request.C: merged from HEAD ! when code in
9626: @unhandled_exception thrown another exception, print correct
9627: origin (earlier code in catch of exception inside of
9628: @unhandled_exception grabbed parent_frame(original_exception)
9629: origin and printed it, instead of true origin)
9630:
9631: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
9632: another exception, print correct origin (earlier code in catch of
9633: exception inside of @unhandled_exception grabbed
9634: parent_frame(original_exception) origin and printed it, instead
9635: of true origin)
9636:
9637: 2005-12-09 paf
9638:
9639: * INSTALL: . updated INSTALL doc to work around linux stack base
9640: detection problem, due to change in gc6.4 code
9641:
9642: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
9643: ignored in ^string.matched :(
9644:
9645: * src/main/pa_string.C: ! regex tainting were ignored in
9646: ^string.matched :(
9647:
9648: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
9649: src/include/pa_config_fixed.h, src/include/pa_version.h,
9650: src/main/compile.y, src/main/compile_tools.h,
9651: src/main/pa_charset.C, src/main/pa_common.C,
9652: src/main/pa_globals.C, src/main/pa_string.C,
9653: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
9654: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
9655:
9656: 2005-12-08 paf
9657:
9658: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
9659: 500 chars now handled OK [were wrapped on 500th char according to
9660: rfc, but sendmail failed to unwrap it properly]
9661:
9662: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
9663: handled OK [were wrapped on 500th char according to rfc, but
9664: sendmail failed to unwrap it properly]
9665:
9666: * src/targets/isapi/parser3isapi.C: . less warnings
9667:
9668: * src/targets/isapi/parser3isapi.C: . undone some strange change
9669: since 3.1.5
9670:
9671: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
9672: link fixes
9673:
9674: * src/: classes/date.C, include/pa_config_fixed.h,
9675: main/compile.tab.C, main/compile.y, main/compile_tools.h,
9676: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
9677: main/pa_string.C, targets/cgi/getopt.c: . less warnings
9678:
9679: * src/include/pa_config_fixed.h: . removed outdated string origins
9680: [in current storage scheme there's no place for them. someday we
9681: can add third CORD to store origins and special version of parser
9682: which stores origins there [separate binary]]
9683:
9684: 2005-12-07 paf
9685:
9686: * src/targets/isapi/parser3isapi.C: . now links in release mode
9687:
9688: * src/include/pa_version.h: makefiles
9689:
9690: * src/include/pa_version.h: . not beta
9691:
9692: * configure, configure.in, src/include/pa_version.h: not beta
9693:
9694: 2005-12-06 paf
9695:
9696: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
9697: [some details here http://i2/tasks/edit/?id=4869912143891354460]
9698: decided to undo the change ^call[$void] passes void. now it will
9699: pass empty string again.
9700:
9701: * src/main/: compile.tab.C, compile.y: . version readded
9702:
9703: * src/classes/op.C: . in this version there is no ^switch[$nothing]
9704: = ^switch[void] problem
9705:
9706: 2005-12-01 paf
9707:
9708: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
9709: caused ^case[string] to be coerced to double since searching
9710: value were not string (it was vvoid)
9711:
9712: * src/classes/op.C: . bugfix ^switch[$void_value] caused
9713: ^case[string] to be coerced to double since searching value were
9714: not string (it was vvoid)
9715:
9716: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
9717: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
9718:
9719: 2005-11-30 paf
9720:
9721: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
9722: win32 must putenv("TZ="), on unix works only putenv("TZ")
9723:
9724: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
9725: putenv("TZ="), on unix works only putenv("TZ")
9726:
9727: * INSTALL: . xml libs versions updated
9728:
9729: * src/main/pa_globals.C: //20051130 trying to remove this, author
9730: claims that fixed a lot there // 20040920 for now both
9731: workarounds needed. wait for new libxml/xsl versions
9732:
9733: 2005-11-28 paf
9734:
9735: * src/classes/table.C: merged from HEAD: ! nameless table has
9736: columns==0
9737:
9738: * src/classes/table.C: ! nameless table has columns==0
9739:
9740: * src/main/pa_http.C: merged from HEAD: ! status line check made
9741: earlier [was totally wrong]
9742:
9743: * src/main/pa_http.C: ! status line check made earlier [was totally
9744: wrong]
9745:
9746: 2005-11-25 paf
9747:
9748: * src/include/pa_array.h: -this reduces speed(table::load) strange.
9749: undoing for now...
9750:
9751: * src/include/pa_version.h: -this reduces speed(table::load),
9752: strange. undoing
9753:
9754: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
9755:
9756: * src/classes/op.C: + ^while(){}[SEPARATOR]
9757:
9758: * src/include/pa_array.h: + optimistics added: all arrays (table
9759: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
9760: this speeds things up and saves memory a LOT! (not noticed
9761: negative effect on syntetic tests, future will tell...)
9762:
9763: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
9764: changed gc_malloc implementation, which obscured profiling
9765:
9766: * src/classes/table.C: merged from HEAD: + optimized
9767: table::load/sql, now row ArrayString-s allocated with
9768: columns.count() elements and don't always grow from
9769: count=3[realloc,realloc]
9770:
9771: * src/classes/table.C: + optimized table::load/sql, now row
9772: ArrayString-s allocated with columns.count() elements and don't
9773: always grow from count=3[realloc,realloc]
9774:
9775: * src/classes/table.C: merged from HEAD: . ^table.save unused
9776: buffer after save
9777:
9778: * src/classes/table.C: . ^table.save unused buffer after save
9779:
9780: 2005-11-24 paf
9781:
9782: * configure.in: . merged glib2-config patch
9783:
9784: * configure.in: + trying to find glib2-config
9785:
9786: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9787: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
9788: file/dir_readable to simple file/dir_exist, this would help in
9789: situations "class not found because .p file has bad rights" << in
9790: that case error would be explicit "access denied to 'this' file"
9791:
1.116 moko 9792: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 9793:
9794: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9795: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
9796: to simple file/dir_exist, this would help in situations "class
9797: not found because .p file has bad rights" << in that case error
9798: would be explicit "access denied to 'this' file"
9799:
9800: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
9801: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9802: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
9803: ^file::exec/cgi[script;$.charset[changed]
9804: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9805: encoded in $.charset charset
9806:
9807: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
9808: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9809: encoded in $.charset charset
9810:
9811: * src/: include/Makefile.am, include/pa_common.h,
9812: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9813: main/pa_common.C, main/pa_http.C: . extracted http:// into
9814: separate file [preparation for
9815: ^file::cgi[script;$.form[$.field1[]
9816:
9817: 2005-11-22 paf
9818:
9819: * src/: include/pa_version.h, main/compile.tab.C: makefiles
9820:
9821: * acinclude.m4, configure.in: . merged underquting fixes
9822:
1.116 moko 9823: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 9824:
9825: * src/classes/op.C: . overmerged a little
9826:
9827: * src/main/compile.tab.C: Makefile
9828:
9829: * src/main/: pa_common.C: . less gcc warnings
9830:
9831: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
9832: now reports original exception if we have no old cache
9833:
9834: * src/classes/op.C: + $exception.handled[cache] now reports
9835: original exception if we have no old cache
9836:
9837: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
9838: from HEAD: + ^taint/untaint[regex] << escapes these:
9839: \^$.[]|()?*+{}
9840:
9841: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
9842: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
9843:
9844: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9845: getenv-ed variable, which does not work both on win32&unix.
9846: copied old TZ value now
9847:
9848: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
9849: stored pointer to getenv-ed variable, which does not work both on
9850: win32&unix. copied old TZ value now
9851:
9852: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9853: getenv-ed variable, which does not work both on win32&unix.
9854: copied old TZ value now
9855:
9856: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
9857: access to internal hash
9858:
9859: * src/types/pa_vresponse.C: + $response:headers access to internal
9860: hash
9861:
9862: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
9863: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9864: isapi] this reduces number of "GC Warning: Repeated allocation of
9865: very large block" messages to only important onces
9866:
9867: * src/targets/isapi/parser3isapi.C: +
9868: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9869: isapi] this reduces number of "GC Warning: Repeated allocation of
9870: very large block" messages to only important onces
9871:
9872: * src/classes/string.C: merged from HEAD: + removed limitation on
9873: ^string/int/double:sql{}[$.default[({param style})] ]
9874:
9875: * src/classes/string.C: + removed limitation on
9876: ^string/int/double:sql{}[$.default[({param style})] ]
9877:
9878: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
9879: with ?params or $.form option" limitation
9880:
9881: * src/main/pa_common.C: + removed "use either uri with ?params or
9882: $.form option" limitation
9883:
9884: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9885: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
9886: ^file::base64[encoded] decode
9887:
9888: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9889: main/pa_common.C: + ^file.base64[] encode +
9890: ^file::base64[encoded] decode
9891:
9892: * src/classes/: file.C, string.C: + ^string.base64[] encode +
9893: ^string:base64[encoded] decode
9894:
9895: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
9896: ^string:base64[in] encode + ^string.base64[] decode
9897:
9898: 2005-11-21 paf
9899:
9900: * src/classes/file.C: + merged from HEAD:
9901: ^file::create[text;file.xml;^untaint[xml]{data}]
9902:
9903: * src/classes/file.C: +
9904: ^file::create[text;file.xml;^untaint[xml]{data}]
9905:
9906: * src/main/pa_request.C: ! merged: $response:body[file] now
9907: differes from :download, it does not return content-disposition
9908: at all now [previusely it returned valueless content-disposition]
9909:
9910: * src/main/pa_request.C: ! $response:body[file] now differes from
9911: :download, it does not return content-disposition at all now
9912: [previusely it returned valueless content-disposition]
9913:
9914: * src/main/: compile.tab.C, compile.y: ! overoptimized void
9915: literals, reverted to just vvod, recreating empty array with each
9916: void_value token. that's absolutely needed, since that array
9917: grows
9918:
9919: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9920: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9921: types/pa_vmethod_frame.h: + merged: expression literals:
9922: true/false. ^format[$.indent(true)]
9923:
9924: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9925: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9926: types/pa_vmethod_frame.h: + expression literals: true/false.
9927: ^format[$.indent(true)]
9928:
9929: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9930: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9931: i386-pc-win32)"
9932:
9933: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9934: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9935: i386-pc-win32)"
9936:
9937: 2005-11-18 paf
9938:
9939: * src/classes/: double.C, int.C: ! ^int/double:sql{select
9940: null}[$.default(123)] will now return default value
9941:
9942: * src/classes/op.C: + merged ^cache[] << returns current cache
9943: expiration time
9944:
9945: * src/classes/op.C: + ^cache[] << returns current cache expiration
9946: time
9947:
9948: * src/classes/table.C: ! merged ^table::create[not'nameless';
9949: failed << Exception.problem_source pointed to local var!
9950:
9951: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
9952: Exception.problem_source pointed to local var!
9953:
9954: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
9955: now loads VFile.ptr!=0, so such files can be saved now
9956:
9957: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
9958: loads VFile.ptr!=0, so such files can be saved now
9959:
9960: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
9961: only . and .. now removed from list [were removed all .*]
9962:
9963: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
9964: .. now removed from list [were removed all .*]
9965:
9966: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
9967: open error now checked, were not :( [stole that piece from apache
9968: 1.3 sources]
9969:
9970: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
9971: checked, were not :( [stole that piece from apache 1.3 sources]
9972:
9973: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
9974: untainting of @main result if returned by $result or
9975: $response:body
9976:
9977: * src/main/pa_request.C: ! ensured proper untainting of @main
9978: result if returned by $result or $response:body
9979:
9980: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
9981: issue: now tries to guess content-length and allocates one big
9982: piece if possible [regretfully gc_realloc works as malloc+free,
9983: leaving lots of holes behind]
9984:
9985: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
9986: fixed file load memory issue: now tries to guess content-length
9987: and allocates one big piece if possible [regretfully gc_realloc
9988: works as malloc+free, leaving lots of holes behind]
9989:
9990: 2005-11-16 paf
9991:
9992: * src/: include/pa_common.h, classes/file.C, classes/table.C,
9993: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
9994: table::save with enclosers now doubles them: "->"" !
9995: table::save/load do not remove elements from options hash
9996:
9997: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
9998: [were overoptimized ^if(double_literal), compiler confused
9999: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10000:
10001: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10002: [were overoptimized ^if(double_literal), compiler confused
10003: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10004:
10005: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10006: main/pa_common.C: ! table::save with enclosers now doubles them:
10007: "->"" ! table::save/load do not remove elements from options hash
10008:
10009: 2005-11-03 paf
10010:
1.116 moko 10011: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10012: compilation, not all makefiles liked that
1.95 moko 10013:
10014: 2005-08-30 paf
10015:
10016: * src/classes/op.C: merge . speedup check of [DEFAULT]
10017:
10018: * src/classes/op.C: . speedup check of [DEFAULT]
10019:
10020: 2005-08-26 paf
10021:
10022: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10023:
10024: * src/: classes/date.C, types/pa_vdate.h: + date.week
10025:
10026: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10027: complains about bad!=nameless
10028:
10029: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10030: about bad!=nameless
10031:
10032: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10033: optional options were allowed to be empty. were checked
10034: if(is_string), changed to !defined||is_string to allow void
10035:
10036: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10037: classes/string.C, classes/table.C, classes/void.C: ! optional
10038: options were allowed to be empty. were checked if(is_string),
10039: changed to !defined||is_string to allow void
10040:
10041: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10042: as_junction where they needed as_int/double, so failed with
10043: recent "(const) now no junction" optimization
10044:
10045: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10046: merged ! many classes/* used as_junction where they needed
10047: as_int/double, so failed with recent "(const) now no junction"
10048: optimization
10049:
10050: * src/: classes/double.C, classes/int.C, classes/math.C,
10051: classes/op.C, classes/string.C, classes/table.C,
10052: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
10053: used as_junction where they needed as_int/double, so failed with
10054: recent "(const) now no junction" optimization
10055:
10056: 2005-08-24 paf
10057:
10058: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
10059: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
10060: stripped it
10061:
10062: 2005-08-09 paf
10063:
10064: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10065: not cleared
10066:
10067: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10068: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10069: classes/hashfile.C, classes/image.C, classes/int.C,
10070: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10071: classes/response.C, classes/string.C, classes/table.C,
10072: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10073: include/pa_array.h, include/pa_cache_managers.h,
10074: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10075: include/pa_config_fixed.h, include/pa_config_includes.h,
10076: include/pa_dictionary.h, include/pa_dir.h,
10077: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10078: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10079: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10080: include/pa_request_charsets.h, include/pa_request_info.h,
10081: include/pa_sapi.h, include/pa_socks.h,
10082: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10083: include/pa_stack.h, include/pa_string.h,
10084: include/pa_stylesheet_connection.h,
10085: include/pa_stylesheet_manager.h, include/pa_table.h,
10086: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10087: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10088: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10089: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10090: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10091: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10092: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10093: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10094: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10095: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10096: main/pa_sql_driver_manager.C, main/pa_string.C,
10097: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10098: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10099: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10100: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10101: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10102: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
10103: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
10104: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10105: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10106: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
10107: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
10108: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
10109: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10110: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
10111: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
10112: types/pa_vmemory.h, types/pa_vmethod_frame.C,
10113: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10114: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
10115: types/pa_vresponse.C, types/pa_vresponse.h,
10116: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10117: types/pa_vstateless_object.h, types/pa_vstatus.C,
10118: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10119: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10120: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10121: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10122: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
10123:
10124: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10125: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
10126: speedup consequent checks in vmethod_frame
10127:
10128: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10129: not cleared
10130:
10131: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
10132: params: 50 max (were 10)
10133:
10134: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
10135: params: 50 max (were 10)
10136:
10137: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10138: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
10139: pa_wcontext.h: + ^call[$void] param inside now is void (were:
10140: empty string) ! simplified (double) speedup consequent checks in
10141: vmethod_frame
10142:
10143: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
10144: optimized constants in expressions vstring->vdouble + optimized
10145: ^call(vdouble), no junction creation, no calls later
10146:
10147: 2005-08-08 paf
10148:
10149: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
10150: integrated
10151:
10152: * bin/auto.p.dist.in: . apache bad 404 handling workaround
10153: integrated
10154:
10155: * src/main/: compile.tab.C, compile.y, compile_tools.C,
10156: compile_tools.h: merged + optimized constants in expressions
10157: vstring->vdouble + optimized ^call(vdouble), no junction
10158: creation, no calls later
10159:
10160: * src/types/pa_vdouble.h: merged . double values without fractional
10161: part now default printed as %.0f instead of %g
10162:
10163: * src/types/pa_vdouble.h: . double values without fractional part
10164: now default printed as %.0f instead of %g
10165:
10166: * src/classes/hashfile.C: . merged ! second hashfile::open would
10167: cause an exception
10168:
10169: * src/classes/hashfile.C: ! second hashfile::open would cause an
10170: exception
10171:
10172: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
10173: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10174: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10175: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10176: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
10177: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10178: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10179: types/pa_vresponse.h, types/pa_vstateless_class.C,
10180: types/pa_vstateless_object.h, types/pa_vvoid.h,
10181: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10182: merged VJunction(new Junction) optimization from 3.1.4
10183:
10184: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
10185: types/pa_vstateless_class.C: + optimized new VJunction(new
10186: Junction(params)) to new VJunction(params), thousands of mallocs
10187: removed
10188:
10189: 2005-08-05 paf
10190:
10191: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
10192: types/pa_vdouble.h, types/pa_vmethod_frame.C,
10193: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
10194: creation, no calls later
10195:
10196: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10197: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10198: classes/hashfile.C, classes/image.C, classes/int.C,
10199: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10200: classes/response.C, classes/string.C, classes/table.C,
10201: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10202: include/pa_array.h, include/pa_cache_managers.h,
10203: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10204: include/pa_config_fixed.h, include/pa_config_includes.h,
10205: include/pa_dictionary.h, include/pa_dir.h,
10206: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10207: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10208: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10209: include/pa_request_charsets.h, include/pa_request_info.h,
10210: include/pa_sapi.h, include/pa_socks.h,
10211: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10212: include/pa_stack.h, include/pa_string.h,
10213: include/pa_stylesheet_connection.h,
10214: include/pa_stylesheet_manager.h, include/pa_table.h,
10215: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10216: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10217: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10218: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10219: lib/smtp/smtp.h, main/compile.C, main/compile.y,
10220: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10221: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10222: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10223: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10224: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
10225: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
10226: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10227: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10228: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10229: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10230: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10231: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10232: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10233: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10234: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10235: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10236: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10237: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
10238: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
10239: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
10240: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
10241: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10242: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10243: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10244: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10245: types/pa_vstateless_object.h, types/pa_vstatus.C,
10246: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10247: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10248: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10249: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10250: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
10251:
10252: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
10253: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
10254: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10255: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
10256: main/compile.y, main/compile_tools.C, main/compile_tools.h,
10257: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
10258: optimized constants in expressions vstring->vdouble
10259:
10260: 2005-07-29 paf
10261:
10262: * src/types/pa_vclass.C: . shaped up error messages a bit
10263:
10264: * src/types/pa_vclass.C: + property getter can now be overridden
10265:
10266: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
10267: bug fix: static parent fields were not replaced in case
10268: $derived:field[put] + property setter can now be overridden
10269:
10270: 2005-07-28 paf
10271:
10272: * configure, configure.in, src/classes/classes.h,
10273: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
10274: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
10275: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
10276: src/classes/xnode.h, src/include/pa_hash.h,
10277: src/include/pa_version.h, src/main/execute.C,
1.116 moko 10278: src/types/Makefile.am, src/types/pa_method.h,
10279: src/types/pa_value.h, src/types/pa_vclass.C,
10280: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
10281: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
10282: src/types/pa_vcookie.h, src/types/pa_vhash.h,
10283: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
10284: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
10285: src/types/pa_vobject.C, src/types/pa_vobject.h,
10286: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
10287: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
10288: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
10289: src/types/pa_vstateless_class.h,
1.95 moko 10290: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
10291: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10292: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
10293: dynamic_fields_join
10294:
10295: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
10296: classes/xnode.C, include/pa_hash.h, main/execute.C,
10297: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10298: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10299: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10300: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10301: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10302: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10303: types/pa_vresponse.h, types/pa_vstateless_object.h,
10304: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
10305: types/pa_wwrapper.h: ! restored put_element('replace' param), and
10306: restored its checks in vobject.put_element->static fields |
10307: dynamic properties
10308:
10309: 2005-07-27 paf
10310:
10311: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
10312: is some old code containing @set_name $name
10313:
10314: * src/types/pa_vobject.h: . fixed warning
10315:
10316: * configure, configure.in, src/include/pa_version.h,
1.116 moko 10317: src/types/Makefile.am: 3.2.0beta started
1.95 moko 10318:
10319: * src/: classes/xnode.C, include/pa_hash.h,
10320: types/pa_vstateless_class.C: ! new asserts were all false.
10321: regretfully reverted them all to checks
10322:
10323: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10324: classes/op.C, main/execute.C, types/pa_method.h,
10325: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10326: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10327: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10328: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10329: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10330: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10331: types/pa_vstateless_object.h, types/pa_vvoid.h,
10332: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10333: joined_dynamic_fields: removed unused param from put_method
10334: (returned to 3 params)
10335:
10336: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
10337: joined_dynamic_fields: dynamic get/set works with overriding
10338: props [alpha2]
10339:
10340: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
10341: works [alfa]
10342:
10343: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10344: classes/op.C, include/pa_hash.h, main/execute.C,
10345: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10346: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10347: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10348: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10349: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10350: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10351: types/pa_vresponse.h, types/pa_vstateless_class.C,
10352: types/pa_vstateless_object.h, types/pa_vvoid.h,
10353: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10354: joined_dynamic_fields: just compiled
10355:
10356: * src/: classes/date.C, classes/file.C, classes/hash.C,
10357: classes/hashfile.C, classes/image.C, classes/table.C,
10358: classes/xdoc.C, classes/xnode.h, main/execute.C,
10359: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10360: types/pa_vstateless_class.h: joined_dynamic_fields: started
10361:
10362: * src/types/pa_vobject.C: . object setters [only started, does not
10363: work yet]
10364:
10365: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
10366: object setters [only started, does not work yet]
10367:
10368: 2005-07-26 paf
10369:
10370: * src/: include/pa_request.h, main/execute.C: . properties: set
10371: works [alpha2]. for classes. todo: for objects
10372:
10373: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
10374: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10375: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10376: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10377: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10378: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10379: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10380: types/pa_vstateless_object.h, types/pa_vvoid.h,
10381: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10382: properties: set works [alpha1]
10383:
10384: 2005-07-25 paf
10385:
10386: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
10387: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
10388: properties: started, get works [alpha1, other approach]
10389:
10390: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
10391: properties: started, get works [alpha2]
10392:
10393: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
10394: pa_vstateless_class.h: . properties: started, get works [alpha]
10395:
10396: 2005-07-15 paf
10397:
10398: * src/: classes/classes.h, classes/op.C, main/execute.C,
10399: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
10400: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10401: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10402: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10403: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
10404: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
10405: types/pa_vresponse.C, types/pa_vresponse.h,
10406: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10407: types/pa_vstateless_object.h, types/pa_vvoid.h,
10408: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
10409: types/pa_wwrapper.h, types/types.vcproj: + started property
10410: [getters work but think of changing them too to precaching]
10411:
10412: 2005-07-08 paf
10413:
10414: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
10415: gpf
10416:
10417: 2005-06-28 paf
10418:
10419: * src/: classes/file.C, main/untaint.C: ! string invariant violated
10420: in passing empty strings to file::exec/cgi environment
10421:
10422: 2005-06-06 paf
10423:
10424: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
10425: ^table:sql ^hash:sql now DO process $.bind option
10426:
10427: 2005-05-24 paf
10428:
10429: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
10430: $.limit] now work again [support was broken in 3.1.4]
10431:
10432: * src/: main/pa_string.C, classes/op.C: . steps toward removing
10433: ALL_INTERIOR_POINTERS
10434:
10435: 2005-05-12 paf
10436:
10437: * configure: 3.1.5beta
10438:
10439: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
10440:
10441: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
10442: $.limit] now work again [support was broken in 3.1.4]
10443:
10444: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
10445: line-width [was refusing to fill if line-width >1, thanks to
10446: Seras <seras@pinxit.lt> for repro case
10447:
10448: 2005-04-25 paf
10449:
10450: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
10451: correctly
10452:
10453: 2005-04-19 paf
10454:
10455: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
10456: in VString violating invariant!!
10457:
10458: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
10459: getenv("TZ")==null
10460:
10461: 2005-04-08 paf
10462:
10463: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
10464: bugfix: when there is no char in charset one byte produces 6
10465: (ÿ <<max). increased buffer size!
10466:
10467: 2005-03-23 paf
10468:
10469: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
10470: ^date.sql-string now takes TZ into account
10471:
10472: 2005-03-16 paf
10473:
10474: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
10475: gcc 3.4
10476:
10477: * src/types/pa_vhash.C: . warning about eof eol
10478:
10479: 2005-02-17 paf
10480:
10481: * operators.txt, src/classes/op.C: + operator ^sleep(double
10482: seconds)
10483:
10484: 2005-02-02 paf
10485:
10486: * src/classes/xnode.C: beauty: removed needless includes
10487:
10488: 2005-01-31 paf
10489:
10490: * src/types/pa_vmail.C: change: $.partX now always 1... change:
10491: $.partNoNumber now alias to $.part1
10492:
10493: * src/types/pa_vmail.C: change: incoming letter part contains
10494: "content-disposition" header with any value? now considering that
10495: part to be "file#" [for text/plain text/html were $.text#
10496: $.html#]
10497:
10498: * INSTALL: updatet to latest working versions available
10499:
10500: 2005-01-20 paf
10501:
10502: * configure.in, src/include/pa_version.h: version
10503:
10504: 2005-01-19 paf
10505:
1.116 moko 10506: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
10507: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
10508: couple warnings in parser3.C
1.95 moko 10509:
10510: 2004-12-23 paf
10511:
10512: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
10513:
10514: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
10515: dir to directory of script (when shbang used), not to directory
10516: of its interpreter
10517:
10518: * src/include/pa_version.h: compiled on win32...
10519:
10520: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
10521: we need more hspace
10522:
10523: * configure, configure.in, src/include/pa_version.h: configured
10524: host to pa_version. will be displayed everywhere
10525:
10526: * src/main/pa_request.C: new: @unhandled_exception can prevent
10527: exception from being logged by setting $exception.handled(1)
10528:
10529: * operators.txt, src/classes/file.C: change:
10530: ^file::sql{query}[[options]] options: $.name[file name]
10531: $.content-type[application/what]
10532:
10533: * src/: include/pa_common.h, main/pa_common.C,
10534: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
10535: new file
10536:
10537: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
10538: bugfix: table->hash now regards _default
10539:
10540: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
10541: created by accessing $name_of_method it acquired bad self=closest
10542: methodframe; instead of proper self (current class)
10543:
10544: * src/types/pa_vhashfile.C: bugfix: reading empty string from
10545: hashfile produced bad cord
10546:
10547: 2004-12-10 paf
10548:
10549: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
10550: subsequent failures though defined in .h
10551:
10552: * src/main/pa_common.C: comment on volatile
10553:
10554: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
10555: alarm function were not used since the beginning due to stupid
10556: error [setsigjmp were not checked in configure.in]
10557:
10558: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
10559: unix too
10560:
10561: * src/main/pa_common.C: http: exception status of send/recv errors
10562: change to most probable http.timeout
10563:
10564: * src/main/pa_common.C: win32: http connection $.timeout option now
10565: works [setsockopt on send/receive]
10566:
10567: 2004-12-08 paf
10568:
10569: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
10570: cstr-ed knowing mail charset, and untainting uri lang now knows
10571: proper charset
10572:
10573: 2004-11-24 paf
10574:
10575: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
10576:
10577: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
10578: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
10579:
10580: 2004-11-12 paf
10581:
10582: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
10583: [since 3.0.4]
10584:
10585: 2004-11-09 paf
10586:
10587: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
10588: writes basics to c:\parser3.log
10589:
10590: 2004-10-21 paf
10591:
10592: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
10593: tainted strings [were returning clean onces]
10594:
10595: 2004-10-15 paf
10596:
10597: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
10598: cycles(i=1; i=2), which was wrong, now does ONE
10599:
10600: 2004-10-12 paf
10601:
10602: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
10603:
10604: 2004-10-07 paf
10605:
10606: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
10607: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
10608: release asserts
10609:
10610: * src/: main/pa_string.C, include/pa_string.h: debugger help:
10611: String.dump() to stdout in detailed form [were String.v() in
10612: short form]
10613:
10614: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
10615: \t\r\n as @#| and truncates long char sequences less
10616:
10617: 2004-10-06 paf
10618:
10619: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
10620: win32 beauty: socket errors properly decoded
10621:
10622: 2004-10-05 paf
10623:
10624: * src/: include/pa_request.h, main/pa_request.C: bugfix:
10625: request::configure_user/admin done always, even if no
10626: file-to-process useful in @unhandled_exception [say, if they
10627: would want to mail by SMTP something]
10628:
10629: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
10630: now performed prior to file loading [and @auto executing] thus
10631: making $cookie:value available in @auto and in
10632: @unhandled_exception when IIS is configured to run interpreter
10633: even if no file exist
10634:
10635: 2004-09-20 paf
10636:
10637: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
10638: somewhere where it should have called xmlMalloc and it calls
10639: xmlFree when it should have not called it. inserted two
10640: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
10641: xmlFree just ignored. put away a testcase, maybe someday libxml
10642: author would fix all that. until that day: we have SLOW garbage
10643: collecting when many xml objects are alive hint: do
10644: ^memory:compact[] before xdoc::create
10645:
10646: 2004-09-17 paf
10647:
10648: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
10649: error from 3.0.8 version]
10650:
10651: 2004-09-14 paf
10652:
10653: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
10654: part bugfix: hashfile.foreach iterated only part if hashfile were
10655: modified inside
10656:
10657: 2004-09-13 paf
10658:
10659: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
10660: [were as octal]
10661:
10662: * src/types/pa_vhashfile.C: beauty: not reproduced
10663: $hashfile.key[$novalue] bug [reported by motorin], inserted
10664: safety-check
10665:
10666: * src/types/pa_vhashfile.C: change: empty keys now error in parser
10667: [not something obscure from sdbm lib]
10668:
10669: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
10670: = strerror now returnes something and we can properly report that
10671: to client
10672:
10673: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
10674: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
10675:
10676: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10677: [tainted as-is] this helps //[space][newline] to remain as-is and
10678: not be unnecessary optimized away [ruining javascript]
10679:
10680: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10681: [tainted as-is]
10682:
10683: * src/classes/mail.C: bugfix: typo error
10684:
10685: 2004-09-09 paf
10686:
10687: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
10688: separators bugfix: loads header with endings \r\n\r\n and \n\n
10689: (bloody yandex.server)
10690:
10691: 2004-09-06 paf
10692:
10693: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
10694: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
10695: encoded
10696:
10697: 2004-09-01 paf
10698:
10699: * src/types/pa_vmail.C: change: multipart/mixed changed to
10700: multipart/related outlook express have no problems showing
10701: unrelated attachments. todo: someday figure out a way of
10702: multipart/mixed multipart/related text/html
10703: image/xxx application/octet-stream << true attachments
10704:
10705: * src/types/pa_vmail.C: new:
10706: ^mail:send[$.file[$.content-disposition can be overriden new:
10707: empty mail header fields removed from letter
10708:
10709: * src/: classes/mail.C, include/pa_config_fixed.h,
10710: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
10711: ^mail:send[ $.file[ $.any[header]
10712:
10713: 2004-08-30 paf
10714:
10715: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
10716: warnings
10717:
10718: * src/main/pa_common.C: beauty: do not bother with charset
10719: detection when ^file::load[binary
10720:
10721: 2004-08-27 paf
10722:
10723: * src/main/pa_common.C: hack: for yandex.server http server
10724:
10725: 2004-08-18 paf
10726:
10727: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
10728: possibly-chunked response
10729:
10730: 2004-08-17 paf
10731:
10732: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10733: $f.content-type now = that of http response
10734:
10735: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10736: $f.content-type now = that of http response
10737:
10738: 2004-07-30 paf
10739:
10740: * src/: include/pa_request.h, main/pa_request.C,
10741: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
10742: win32: system&parser exceptions in release mode reported properly
10743: parser exception in exception handler WERE mistakenly reported as
10744: system exception, without details [in apache & isapi] +some
10745: beauty in exception text
10746:
10747: * src/: include/pa_exception.h, main/pa_request.C,
10748: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
10749: release mode reported properly parser exception in exception
10750: handler WERE mistakenly reported as system exception, without
10751: details
10752:
10753: * src/main/execute.C: beauty: simplified system exception handling
10754:
10755: 2004-07-29 paf
10756:
10757: * src/classes/table.C: bugfix:
10758: ^table.save[export.csv;$.separator[^;]] now works fine [separator
10759: were ignored, and \t used unconditionally]
10760:
10761: * src/types/Makefile.am: added vhash.c
10762:
10763: 2004-07-28 paf
10764:
10765: * src/: classes/date.C, classes/image.C, classes/math.C,
10766: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
10767: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
10768: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
10769: failed on russian letters
10770:
10771: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
10772: bugfix: isspace((unsigned char)c) everywhere. failed on russian
10773: letters
10774:
10775: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
10776: as 'currentDirectory' parameter to CreateProcess
10777:
10778: 2004-07-27 paf
10779:
10780: * src/targets/cgi/parser3.vcproj: beauty: win32:
10781: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
10782: from release somewhere [to help searching for unhandled system
10783: exceptions]
10784:
10785: * src/types/pa_vdate.h: check: for invalid datetime after temporary
10786: TZ shift
10787:
10788: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
10789: but also in ctor
10790:
10791: 2004-07-26 paf
10792:
10793: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
10794: src/main/pa_request.C, src/types/pa_vfile.h,
10795: src/types/pa_vhash.C, src/types/pa_vhash.h,
10796: src/types/types.vcproj: new: $response:body/download[
10797: $.file[name on disk] $.name[of file for user]
10798: $.mdate[date of last-modified. default from directory] ]
10799:
10800: * src/classes/file.C: moving file:send somewhere else..
10801:
10802: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
10803: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
10804: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
10805: $response:download[ $.filename[filename] $.option[] ,, ]
10806:
10807: * src/classes/file.C: beauty: invalid mode thoroughly reported
10808:
10809: 2004-07-21 paf
10810:
10811: * src/types/pa_vmail.C: bugfix: too long header values now splitted
10812: to several lines
10813:
10814: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
10815:
10816: note: ms outlook[!express] shows only first 255 characters of
10817: subject
10818:
10819: 2004-07-15 paf
10820:
10821: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
10822: off]
10823:
10824: 2004-07-14 paf
10825:
10826: * src/classes/table.C: bugfix: $.bind values now got untainted
10827: according to lang [were: as-is]
10828:
10829: 2004-07-07 paf
10830:
10831: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
10832: checked that
10833:
10834: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
10835: now untainted according to their languages. were: as-is.
10836: EVERYWHERE
10837:
10838: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
10839: environment string now untainted according to their languages.
10840: were: as-is. EVERYWHERE
10841:
10842: * src/main/pa_exec.C: bufix: on unix environment string now
10843: untainted according to their languages. were: as-is. on win32:
10844: ok
10845:
10846: * parser3.vssscc: ...would not go unnoticed
10847:
10848: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
10849: fails. in case on input appears nonutf, those bytes will be
10850: printed in %HH form. that can be easily decoded/recovered.
10851:
10852: this form is quite noticable, and hopefully would not go noticed
10853:
10854: 2004-07-06 paf
10855:
10856: * src/main/pa_exec.C: bufix: on unix environment string now
10857: untainted according to their languages. were: as-is. on win32:
10858: ok
10859:
10860: 2004-07-01 paf
10861:
10862: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
10863: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
10864: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
10865: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
10866: main/main.vcproj, targets/cgi/parser3.vcproj,
10867: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
10868: option: global optimization ON
10869:
10870: * src/main/untaint.C: workaround kinda bug in libxml: life requires
10871: to do xdoc::create{invalid chars} standard disables chars less
10872: then \x20, except tab, cr, lf.
10873:
10874: changed tainting so that those become '!'
10875:
10876: 2004-06-25 paf
10877:
10878: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10879: int on odd address [prev bugfix failed due to superwize
10880: optimizer, which turned memcpy into same 'ld' asm command]
10881:
10882: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10883: int on odd address
10884:
10885: 2004-06-22 paf
10886:
10887: * src/sql/pa_sql_driver.h: note: about possible optimization
10888:
10889: * operators.txt, src/classes/hash.C, src/classes/memory.C,
10890: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10891: src/include/pa_config_includes.h: new: ^void:sql{call
10892: paf(:a)}[ $.bind[ $.a[2]
10893: ] ] output variables work. todo: check in out
10894: variables
10895:
10896: 2004-06-18 paf
10897:
10898: * src/: classes/file.C, classes/hash.C, classes/string.C,
10899: classes/table.C, classes/void.C, include/pa_globals.h,
10900: include/pa_sql_connection.h, main/compile.tab.C,
10901: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
10902: $.bind[ $.a[2] ]
10903: ] input variables work. todo:output
10904:
10905: * src/targets/cgi/parser3.C: bugfix: iis specific
10906: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
10907: /_bug.html?404;http://hpsv/test/
10908: --------------------------------------------------------------------------------
10909: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
10910: --------------------------------------------------------------------------------
10911: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
10912:
10913: 2004-06-16 paf
10914:
10915: * src/targets/cgi/parser3.C: new: iis specific
10916: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
10917: $request:query
10918: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
10919: $form:fields IIS-STATUS="404"
10920: IIS-DOCUMENT="http://server/_bug.html" f="v"
10921:
10922: todo: isapi too
10923:
10924: 2004-05-26 paf
10925:
10926: * src/include/pa_version.h: 3.1.3
10927:
10928: * operators.txt: beauty: removed outdated level 'table'
10929:
10930: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
10931:
10932: * src/main/pa_string.C: beauty: removed 3 warnings
10933:
10934: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
10935: classes/op.C: beauty: removed outdated level 'table'
10936:
10937: 2004-05-25 paf
10938:
10939: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
10940: implementation. mistery: how anything worked
10941:
10942: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
10943: changed, it is now safe to use url if pointers to it are stored
10944: to gc mem
10945:
10946: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
10947: unknown errors reported and not cause SIGSEGV now
10948:
10949: 2004-05-24 paf
10950:
10951: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10952: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
10953: less memory: CORD_chars_block originally intended to ... it was
10954: good that CORD_chars_block were not used: it consumes more memory
10955: [and, might be slow too] undoing that. [and removed that func so
10956: that it would not confuse parser developer in future]
10957:
10958: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
10959: less memory: CORD_chars_block originally intended to
10960: speedup/reduce mem usage were forgotten, and were used stupid
10961: CORD_chars
10962:
10963: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
10964:
10965: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
10966: BIGENDIAN processors space-conserving mech failed, causing
10967: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
10968: (1|2|3));
10969:
10970: 2004-05-14 paf
10971:
10972: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
10973: bugfix: void now has vfile value, and $response:body[] works OK
10974:
10975: 2004-05-12 paf
10976:
10977: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
10978: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
10979: sources to use is_defined() {return as_bool();} along VBool
10980:
10981: 2004-05-11 paf
10982:
10983: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
10984: referencing to local objects
10985:
10986: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
10987: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
10988: left intact
10989:
10990: 2004-04-15 paf
10991:
10992: * src/classes/date.C: merged: beauty: unused var removed
10993:
10994: * src/classes/date.C: beauty: unused var removed
10995:
10996: * src/include/: pa_exec.h: bugfix: interface without pointer
10997: provoked bug
10998:
10999: 2004-04-09 paf
11000:
11001: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11002:
11003: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11004:
11005: 2004-04-08 paf
11006:
11007: * src/classes/date.C: new: ^date::create[y-m-d
11008: h-M-s>>.milliseconds<<] now allowed, ignored so far
11009:
11010: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11011:
11012: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11013: to consult default catalog [usually, that file belongs to other
11014: user/group]
11015:
11016: 2004-04-06 paf
11017:
11018: * src/main/pa_common.C: beauty: gcc warning removed
11019:
11020: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11021: accept that trick, trying other
11022:
11023: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11024: explicit result problem
11025:
11026: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11027: explicit result problem
11028:
11029: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11030: explicit result problem
11031:
11032: * operators.txt, src/classes/string.C: new: ^string.append[string]
11033:
11034: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11035: main/execute.C: attempt_check_call_in_explicit_result_mode:
11036: failed
11037:
11038: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11039: http://i.p.a.ddress gethostbyaddr added [on some platforms
11040: gethostbyname failed with such 'domains'] now checked properly,
11041: were: needless reverse/forward dns lookup
11042:
11043: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11044: http://i.p.a.ddress gethostbyaddr added [on some platforms
11045: gethostbyname failed with such 'domains'] now checked properly,
11046: were: needless reverse/forward dns lookup
11047:
11048: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11049: @method[][result] means "no string output here" moved to lexical
11050: level [on grammar level it were too difficult]
11051:
11052: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11053: src/main/compile.y, src/main/compile_tools.h,
11054: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
11055: @method[][result] means "no string output here", implemented part
11056: of that idea: compiler throws away string literal generation
11057: code. and barks nonwhitespace chars
11058:
11059: * operators.txt: truth: removed comment about $ORIGIN
11060:
11061: 2004-04-05 paf
11062:
11063: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
11064: src/include/pa_version.h, src/main/pa_common.C,
11065: src/targets/isapi/parser3isapi.C: merged with 3.1.3
11066:
11067: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
11068: Konstantin Tomashevitch [mailto:konst@design.ru]
11069:
11070: * src/doc/html2chm.cmd: beauty: no need in bg here
11071:
11072: * src/doc/sources2html.cmd: beauty: same window, in bg it
11073: interfered with FAR console
11074:
11075: * configure, configure.in: 3.1.3
11076:
11077: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
11078:
11079: * src/main/pa_common.C: removed warning
11080:
11081: * src/include/pa_version.h: 3.1.3
11082:
11083: 2004-04-02 paf
11084:
11085: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
11086:
11087: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
11088: allows to specify where to put parser log file
11089:
11090: 2004-04-01 paf
11091:
11092: * src/classes/table.C: bugfix: bugfix: table::load last line
11093: without tab and enter were ignored
11094:
11095: * src/: include/pa_cache_managers.h, include/pa_globals.h,
11096: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
11097: main/pa_socks.C, targets/cgi/parser3.C,
11098: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
11099: bugfix: sql connections now are disconnected
11100:
11101: 2004-03-30 paf
11102:
11103: * src/classes/table.C: bugfix: table::load last line without tab
11104: and enter were ignored
11105:
11106: * src/classes/table.C: bufix: if last table lines were commented,
11107: gpfed
11108:
11109: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
11110: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
11111: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
11112: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
11113: doc/methoded.dox, doc/object.dox, doc/string.dox,
11114: doc/targets.dox, doc/value.dox, include/pa_version.h,
11115: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
11116: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
11117: bugfixes from 3.1.2, changed version to 3.1.3beta
11118:
11119: 2004-03-29 paf
11120:
11121: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
11122: causes gpf
11123:
11124: * src/doc/: ClassExample1.dox, ClassExample2.dox,
11125: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
11126: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
11127: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
11128: value.dox: translated to english
11129:
11130: 2004-03-25 paf
11131:
11132: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
11133: parser3project dependency removed
11134:
11135: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
11136: bugfix: refused to compile without xml
11137:
11138: * src/types/pa_vform.C: beauty: removed warning
11139:
11140: * src/classes/classes.vcproj: merged bugfix: now all compiles in
11141: any folder [removed last ;) folder dependency]
11142:
11143: * src/classes/classes.vcproj: bugfix: now all compiles in any
11144: folder [removed last ;) folder dependency]
11145:
11146: * src/include/pa_version.h: release
11147:
11148: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
11149:
11150: * src/classes/table.C: beauty: comment& more meaningful error
11151: message
11152:
11153: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
11154: $.hash[$.column_value1(true) ... ] [were producing some strang
11155: thing]
11156:
11157: 2004-03-23 paf
11158:
11159: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
11160: and http status line parsing checked number of columns in table
11161: [user reported an assert]
11162:
11163: * operators.txt: example: on hashfile
11164:
11165: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
11166: bugfix: junction reattach now actually reattaches a junction to
11167: new wcontext [were only assigning it to junction, which caused
11168: junction tracking to loose junction, and it's context were not
11169: killed, and it tried to process in invalid context, gpf]
11170:
11171: * src/targets/cgi/parser3.C: debug helper added
11172:
11173: 2004-03-19 paf
11174:
11175: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
11176: "type(type)" in braces
11177:
11178: 2004-03-10 paf
11179:
11180: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
11181: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11182: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
11183: solution to search-in-namespaces problem:
11184: $xdoc.search-namespaces.x[http://pif.design.ru/]
11185: $nodes[^xdoc.select[//x:second]]
11186:
11187: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
11188: expression][[NAMESPACES HASH]] allows to search for info in
11189: namespaces
11190:
11191: $nodes[^xdoc.select[//x:second][
11192: $.x[http://pif.design.ru/] ]]
11193:
11194: 2004-03-09 paf
11195:
11196: * operators.txt, src/main/pa_common.C: new:
11197: ^file::load[...][options] $.form[
11198: !$.field1[string]
11199: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
11200: ] !$.body[string]
11201:
11202: GET ?here notGET(POST, HEAD, others) in content-type:
11203: application/x-www-form-urlencoded
11204:
11205: todo: upload files ability
11206:
11207: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
11208: properly, done
11209:
11210: 2004-03-05 paf
11211:
11212: * operators.txt, src/main/pa_common.C: new: file::load[;http://
11213: GET/POST $.form[$.fields started, not tested yet
11214: todo:$.field[table] for multiple values
11215:
11216: * operators.txt: new: http:// options $.user $.password basic
11217: authorization
11218:
11219: * src/main/pa_common.C: beauty: link to rtf added
11220:
11221: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
11222: new: http:// options $.user $.password basic authorization
11223:
11224: * src/main/pa_common.C: beauty: removed needless vars
11225:
11226: * operators.txt: new: pgsql option [like that recently added to
11227: oracle driver] ClientCharset=parser-charset <<
11228: charset in which parser thinks client works
11229:
11230: * operators.txt: new: odbc option [like that recently added to
11231: oracle driver] ClientCharset=parser-charset <<
11232: charset in which parser thinks client works
11233:
11234: * src/sql/pa_sql_driver.h: beauty: important warning added
11235:
11236: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
11237: char!
11238:
11239: * etc/parser3.charsets/windows-1251.cfg: typo
11240:
11241: 2004-03-04 paf
11242:
11243: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
11244: cached, sql transcoding now goes faster
11245:
11246: * operators.txt: new: mysql option [like that recently added to
11247: oracle driver] ClientCharset=parser-charset <<
11248: charset in which parser thinks client works
11249:
11250: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
11251: typo error
11252:
11253: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
11254: chars commented
11255:
11256: 2004-03-03 paf
11257:
11258: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
11259: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
11260:
11261: 2004-03-02 paf
11262:
11263: * operators.txt: new[update typo]: !^void.left(n)
11264: nothing !^void.right(n) nothing !^void.mid(p[;n])
11265: nothing
11266:
11267: * operators.txt, src/classes/void.C: new: !^void.left(n)
11268: nothing !^void.right(n) nothing !^void.pos(p[;n])
11269: nothing
11270:
11271: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
11272: ^file::sql[[name_to_become_$.name]]{} query result must be one
11273: row with columns: first: data second: file name third:
11274: content-type
11275:
11276: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
11277: ^connect gets properly escaped string, which can be passed to
11278: request now this for mysql only. it's up to parser sql driver to
11279: fix zeros properly
11280:
11281: * INSTALL: note: added on building apache with this option:
11282: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
11283:
11284: 2004-03-01 paf
11285:
11286: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
11287: extension memory:compact befor processingrequest
11288:
11289: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
11290: call sole column of result
11291:
11292: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
11293: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
11294: pixel color
11295:
11296: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
11297: beauty: image -- less checks [were ugly impl]
11298:
11299: * src/classes/string.C: bugfix: ^string.left/right/mid with
11300: negative values now considered bad
11301:
11302: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
11303:
11304: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
11305: options now have unified defaults [after transform
11306: indent/omit-xml-declaration/standalone 'default' erroreously
11307: meant 'true']
11308:
11309: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
11310: added [on some platforms gethostbyname failed with such
11311: 'domains']
11312:
11313: * src/include/pa_config_auto.h.in: no select check, no define
11314:
11315: * src/classes/string.C: feature: ^string.trim both parameters may
11316: be empty-strings, meaning kind=both chars=whitespaces
11317:
11318: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
11319: exist
11320:
11321: * src/classes/string.C: check: trim 'chars' must not be empty,
11322: exception if it is
11323:
11324: * src/classes/string.C: changed: ^string.trim [] << both,
11325: whitespaces [start|both|end] << kind, whitespaces
11326: [start|both|end;chars] full
11327:
11328: 2004-02-27 paf
11329:
11330: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
11331: method: ^string.trim[start|both|end[;chars]] default
11332: 'chars' -- whitespace chars finished
11333:
11334: * operators.txt, src/classes/string.C, src/include/pa_string.h,
11335: src/main/pa_string.C: new method:
11336: ^string.trim[start|both|end[;chars]] default 'chars' --
11337: whitespace chars started, only start works
11338:
11339: * src/main/compile.C: bugfix: line numbers after
11340: ^process{}[$.line(-10]] can be negative, allowed to print they as
11341: signed
11342:
11343: * src/main/untaint.C: speed: there's no \n chars in output
11344: [normally], so no need to optimize them they could be retrived
11345: from databases, though. but 1. should be replaced 2. if not
11346: optimized, no harm done
11347:
11348: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
11349: ^file::exec/cgi could return invalid status & zombie child can
11350: remain for short period until process exists [very bad in
11351: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
11352:
11353: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
11354: malicious SMTP server to attack as by returning too long status
11355: responses http://i2/tasks/edit/?id=4629448401140924947
11356:
11357: 2004-02-26 paf
11358:
11359: * operators.txt: feature: ^process...{CODE}[now has options] which
11360: are $.main[to what to rename @main] $.file[file,
11361: from which (user says) goes that CODE] $.lineno(line
11362: number in that file, where CODE starts. may be negative)
11363:
11364: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11365: src/main/compile.C, src/main/compile_tools.h,
11366: src/main/pa_request.C: feature: ^process...{CODE}[now has
11367: options] which are $.main[to what to rename @main]
11368: $.file[file, from which (user says) goes that CODE]
11369: $.lineno(line number in that file, where CODE starts. may be
11370: negative)
11371:
11372: 2004-02-25 paf
11373:
1.116 moko 11374: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
11375: old @charsetsdir@ recently erased from configure.in]
1.95 moko 11376:
11377: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
11378: produces hash of column=>1
11379:
11380: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
11381: with incomplete errno constants set
11382:
11383: 2004-02-24 paf
11384:
11385: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
11386: "man select"
11387:
11388: * src/main/pa_os.C: beauty: <0 better then ==-1
11389:
11390: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
11391:
11392: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
11393:
1.116 moko 11394: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 11395:
11396: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
11397: unix: steps to work on unix [extracted 'to']
11398:
11399: * src/classes/mail.C: smtp on unix: steps to work on unix
11400:
11401: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
11402:
1.116 moko 11403: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
11404: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
11405: unix [testing on solaris]
1.95 moko 11406:
11407: 2004-02-20 paf
11408:
11409: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
11410: pointing that out
11411:
11412: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
11413: fixed again [same solution, mistanenly removed one line]
11414:
11415: 2004-02-19 paf
11416:
11417: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
11418: date::create from bad datetime in spring daylightsaving hole now
11419: OK for all platforms [on some platforms it failed]
11420:
11421: * src/classes/: date.C, image.C: beauty: date::create[bad date time
11422: in daylightsaving hole] now throws error
11423:
11424: * src/classes/date.C: comment: mistake fixed
11425:
11426: 2004-02-18 paf
11427:
11428: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
11429: now renderes in $request:charset, but in header puts
11430: $response:charset todo: make that default only so that coder
11431: could override that
11432:
11433: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
11434: turns off omit-xml-declaration
11435:
11436: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
11437: /.xsl for sample
11438:
11439: 2004-02-17 paf
11440:
11441: * src/classes/xdoc.C: beauty: needless helper class removed
11442:
11443: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
11444: copied extra time
11445:
11446: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
11447: part of libxml
11448:
11449: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
11450: libxml to do the work] <xsl:output method="html"
11451: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
11452: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11453: />
11454:
11455: * src/classes/xdoc.C: beauty: no <meta ... charset generated
11456:
11457: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
11458: caused assertion
11459:
11460: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
11461: could hang. now such add does nothing, sub clears $hash
11462:
11463: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
11464: not made quoted-printable
11465:
11466: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
11467: string invariant
11468:
11469: 2004-02-16 paf
11470:
11471: * src/main/pa_globals.C: bugfix: xml errors copy from library now
11472: cleared [were not cleared properly]
11473:
11474: 2004-02-13 paf
11475:
1.116 moko 11476: * src/include/pa_version.h: prerelease
1.95 moko 11477:
11478: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
11479: used, introducing dependencies timestamp check
11480:
11481: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11482: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
11483: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
11484: .xsl.stamp now not used, introducing dependencies timestamp check
11485:
11486: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
11487:
11488: 2004-02-12 paf
11489:
11490: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
11491: ruined empty <input type=file> submits. parser thought there were
11492: nameless empty file and $form:field got value of type 'file'
11493:
11494: * INSTALL: --without-threads
11495:
11496: * src/include/pa_sapi.h: 2004
11497:
11498: 2004-02-11 paf
11499:
11500: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11501: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11502: classes/hashfile.C, classes/image.C, classes/int.C,
11503: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11504: classes/response.C, classes/string.C, classes/table.C,
11505: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11506: include/pa_array.h, include/pa_cache_managers.h,
11507: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11508: include/pa_config_fixed.h, include/pa_config_includes.h,
11509: include/pa_dictionary.h, include/pa_dir.h,
11510: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11511: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11512: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11513: include/pa_request_charsets.h, include/pa_request_info.h,
11514: include/pa_socks.h, include/pa_sql_connection.h,
11515: include/pa_sql_driver_manager.h, include/pa_stack.h,
11516: include/pa_string.h, include/pa_stylesheet_connection.h,
11517: include/pa_stylesheet_manager.h, include/pa_table.h,
11518: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11519: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11520: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11521: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11522: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11523: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11524: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11525: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11526: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11527: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11528: main/pa_sql_driver_manager.C, main/pa_string.C,
11529: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
11530: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
11531: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11532: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11533: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11534: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11535: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11536: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11537: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11538: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11539: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11540: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11541: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11542: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11543: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11544: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11545: types/pa_vresponse.h, types/pa_vstateless_class.C,
11546: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11547: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11548: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11549: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11550: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11551: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
11552:
11553: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
11554: debug version of gc.dll
11555:
11556: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11557: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11558: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
11559: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
11560: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
11561: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
11562: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
11563: processes
11564:
11565: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
11566: main/pa_globals.C, targets/cgi/parser3.vcproj,
11567: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
11568: changes to reflect libxml xsl new folders
11569:
11570: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11571: lib/smtp/smtp.vcproj, main/main.vcproj,
11572: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
11573: to reflect libxml xsl new folders
11574:
11575: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11576: lib/smtp/smtp.vcproj, main/main.vcproj,
11577: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
11578: types/types.vcproj: started changes to reflect libxml xsl new
11579: folders
11580:
11581: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
11582: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11583: src/main/compile.tab.C, src/main/main.vcproj,
11584: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
11585: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11586: started changes to reflect libxml xsl new folders
11587:
11588: 2004-02-10 paf
11589:
11590: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
11591: compile. recommened latest libxml up to date
11592:
11593: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
11594: pattern compilation errors", on which spent 4 hours worktime. use
11595: versions higher than that. recommended now latest up to date
11596:
11597: 2004-02-06 paf
11598:
11599: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
11600: beauty: unified destructing style
11601:
11602: * src/main/untaint.C: beauty: removed old def/ifdef
11603:
11604: * src/main/untaint.C: beauty: coredump @unknown untaint language
11605: now
11606:
11607: 2004-02-03 paf
11608:
11609: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
11610: targets/isapi/parser3isapi.C, types/pa_value.C,
11611: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
11612: then %ld/%lu
11613:
11614: * src/main/pa_common.C: typo: %l -> %u
11615:
11616: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
11617: in attributes or documents-results of transform now not xx;
11618:
11619: * src/classes/xnode.C: memleaks found: not fixed yet. todo
11620:
11621: * src/main/pa_charset.C: bugfix: forgot to undo some
11622:
11623: * src/main/pa_charset.C: beauty: uncomment
11624: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
11625: libraries
11626:
11627: 2004-02-02 paf
11628:
11629: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
11630: $cookie:example[ $.value[value] $.path[/there/] ]
11631:
11632: $cookie:example[ $.value[] $.expires[session]
11633: $.path[/there/] $.domain[test.com] ]
11634:
11635: * src/types/pa_vform.C: bugfix: empty values with
11636: enctype=multipart/form-data now produce entries in $form:tables
11637: <form method=post enctype=multipart/form-data> <input type=hidden
11638: name=a> <input type=hidden name=b>
11639:
11640: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
11641: <hr> <pre>$request:body
11642:
11643: 2004-01-30 paf
11644:
11645: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
11646: or documents-results of transform now not xx;
11647:
11648: * src/classes/date.C: bugfix: ^date::create[invalid fields now
11649: produce exception.
11650:
11651: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
11652: bugfix: ^date::create[invalid fields now produce exception.
11653:
11654: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
11655: year] now produces exception. todo: check other fields
11656:
11657: 2004-01-29 paf
11658:
11659: * src/include/pa_memory.h: typo error
11660:
11661: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
11662: more byte then specified, then zeroed it << useless and
11663: potentially harmful(could gpf)
11664:
11665: 2004-01-22 paf
11666:
11667: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
11668:
11669: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
11670: optimization
11671:
11672: * src/main/untaint.C: bugfix: whitespace now optimized properly
11673: [were bug: ^taint[1 & 2]="1 &2"
11674:
11675: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
11676: errors
11677:
11678: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
11679: overflow
11680:
11681: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
11682: error-reporting code * in parser-error reporting code [when no
11683: @unhandled_exception defined]
11684:
11685: fixed in one place: my *snprintf override
11686:
11687: 2004-01-13 paf
11688:
11689: * operators.txt: typo erro
11690:
11691: 2003-12-25 paf
11692:
11693: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
11694: garbled [pieces after zero bytes were removed]
11695:
11696: 2003-12-22 paf
11697:
1.116 moko 11698: * src/include/Makefile.am: bugfix: removed from dist:
11699: src/include/pa_config_auto.h which were configured for
1.95 moko 11700: make-dist-platform and badly updated proper config file in target
11701: [when .tar used for updating existing source tree]
11702:
11703: * ChangeLog, operators.txt, src/classes/op.C,
11704: src/include/pa_sql_connection.h,
11705: src/include/pa_sql_driver_manager.h,
11706: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
11707: feature: sql introducing ability to transcode charsets
11708:
11709: 2003-12-19 paf
11710:
11711: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
11712: error message
11713:
11714: * src/main/pa_charset.C: bugfix: memory for charsethandler
11715: structure for libxml now allocated properly
11716:
11717: 2003-12-17 paf
11718:
11719: * src/types/pa_vfile.C: beauty: removed outdated cast
11720:
11721: * src/main/pa_common.C: bugfix: empty http response caused gpf
11722:
11723: * src/include/pa_string.h: bugfix: removed too strong a assert
11724:
11725: * src/main/pa_globals.C: bugfix: removed false warning [warning:
11726: unreported xmlGenericErrors]
11727:
11728: 2003-12-15 paf
11729:
11730: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
11731: works}
11732:
11733: 2003-12-11 paf
11734:
11735: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
11736: id
11737: !$status:tid thread id
11738:
11739: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
11740: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
11741: bugfix(solaris): removed dependency on object initialization
11742: order [one more place]
11743:
11744: * src/: classes/file.C, classes/mail.C, classes/op.C,
11745: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
11746: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
11747: understand that
11748:
11749: * src/: classes/file.C, classes/mail.C, classes/op.C,
11750: classes/xdoc.C, include/pa_cache_managers.h,
11751: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11752: include/pa_stylesheet_manager.h, main/pa_request.C,
11753: main/pa_stylesheet_manager.C, types/pa_vimage.C,
11754: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
11755: ctor call [relying on implicit String::Body(cstr) call]
11756:
11757: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
11758: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
11759: object initialization order [two places]
11760:
11761: 2003-12-10 paf
11762:
11763: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
11764: << time now ok
11765:
11766: * operators.txt, src/main/pa_sql_driver_manager.C,
11767: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
11768: operational
11769:
11770: * ChangeLog, operators.txt, src/classes/xdoc.C,
11771: src/include/pa_charset.h, src/include/pa_sql_connection.h,
11772: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
11773: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
11774: back operational
11775:
11776: 2003-12-02 paf
11777:
11778: * src/types/pa_vmail.C: bugfix:
11779: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
11780: as-is forced]
11781:
11782: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
11783: exceptions out of libxml callbacks: reimplemented error handling
11784: of http://localhost, parser://method and safemode check callbacks
11785:
11786: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
11787: [merged from HEAD]
11788:
11789: * src/classes/image.C: nothing: comment removed
11790:
11791: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
11792: addresses to int
11793:
11794: 2003-12-01 paf
11795:
11796: * src/main/pa_xml_io.C: bugfix: typo
11797:
11798: * src/main/pa_globals.C: bugfix: win32: compile prob
11799:
11800: * src/classes/xdoc.C: bugfix: typo
11801:
11802: * src/main/pa_xml_io.C: todo: safe mode check not to throw
11803: exception
11804:
11805: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
11806:
11807: 2003-11-28 paf
11808:
11809: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
11810: all xml documents read
11811:
11812: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
11813:
11814: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11815: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
11816: replaced original open mech of xdoc::create & co to use libxml
11817: open, so that this would work for root document todo: safe mode
11818: checks to libxml: ideally to some 1 point
11819:
11820: * src/main/pa_xml_io.C: comment
11821:
11822: * operators.txt, src/main/pa_xml_io.C: leading / in
11823: http://parser[abscent params]
11824:
11825: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
11826: works. todo: maybe replace original open mech of xdoc::create &
11827: co to use libxml open, so that this would work for root document
11828:
11829: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
11830: "parser://method/params/here"> <test> &test^; </test> }]
11831:
11832: ^taint[^xdoc.string[]]
11833:
11834: @method[param] <!ENTITY test
11835: "test-entity-value+$form:user+$param!">
11836:
11837: 2003-11-27 paf
11838:
11839: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
11840:
11841: * src/classes/date.C: bugfix: typo error
11842:
11843: 2003-11-26 paf
11844:
11845: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
11846: src/main/Makefile.am, src/main/main.vcproj,
11847: src/main/pa_globals.C, src/main/pa_request.C,
11848: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
11849: xml errors to hash<thread_id,error> reorganization: xml io moved
11850: to pa_xml_io.C/h
11851:
11852: * src/types/pa_value.h: warnings: --
11853:
11854: 2003-11-25 paf
11855:
11856: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
11857: whatever)
11858:
11859: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
11860: a, (c?x:y, z)
11861:
11862: * src/main/untaint.C: bugfix: consequences of not reading this
11863: comment: CORD_pos_chars_left /* Number of characters in cache.
11864: <= 0 ==> none */
11865:
11866: * src/include/pa_array.h: removed needless checks
11867:
11868: 2003-11-24 paf
11869:
11870: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
11871: removed limit: now $form:xxx can be accessed anytime, even in
11872: @auto/conf [and request/response:charset still can be changed
11873: anytime]
11874:
11875: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
11876: now not transcodes response body
11877:
11878: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
11879: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
11880: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
11881: $xdoc.firstChild.firstChild.nodeValue[different]
11882: ^taint[^xdoc.string[]]
11883:
11884: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
11885: workaround: static Hash::allocates -> static Hash_allocates
11886:
11887: 2003-11-21 paf
11888:
1.116 moko 11889: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
11890: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
11891: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 11892:
11893: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
11894:
11895: * src/classes/mail.C: bugfix: typo
11896:
11897: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 11898: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
11899: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
11900: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
11901: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 11902: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
11903:
11904: * src/main/pa_exec.C: bug in safe mode
11905:
11906: * src/include/Makefile.am: pa_xml_exception.h
11907:
11908: * src/targets/isapi/parser3isapi.C: more warnings --
11909:
11910: 2003-11-20 paf
11911:
11912: * src/: classes/math.C, classes/op.C, classes/string.C,
11913: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
11914: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
11915: --
11916:
11917: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
11918: more warnings --
11919:
11920: * src/classes/xdoc.C: more warnings --
11921:
11922: * src/classes/: date.C, image.C, xdoc.C: more warnings --
11923:
11924: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
11925: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
11926:
11927: * src/: classes/date.C, classes/file.C, classes/hash.C,
11928: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
11929: classes/table.C, include/pa_cache_managers.h,
11930: include/pa_stylesheet_connection.h, main/pa_request.C,
11931: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
11932: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
11933: --
11934:
11935: * src/main/: execute.C, pa_request.C: old forgotten todo: when
11936: can't report problem (undefined @unhandled_exception) problem
11937: source string were not reported
11938:
11939: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11940: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11941: classes/hashfile.C, classes/image.C, classes/int.C,
11942: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11943: classes/response.C, classes/string.C, classes/table.C,
11944: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11945: include/pa_array.h, include/pa_cache_managers.h,
11946: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11947: include/pa_config_fixed.h, include/pa_dictionary.h,
11948: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
11949: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
11950: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
11951: include/pa_request.h, include/pa_request_charsets.h,
11952: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
11953: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11954: include/pa_stack.h, include/pa_string.h,
11955: include/pa_stylesheet_connection.h,
11956: include/pa_stylesheet_manager.h, include/pa_table.h,
11957: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11958: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
11959: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
11960: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11961: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11962: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11963: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11964: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
11965: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
11966: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
11967: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
11968: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11969: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
11970: targets/isapi/parser3isapi.C, types/pa_junction.h,
11971: types/pa_method.h, types/pa_value.C, types/pa_value.h,
11972: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
11973: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11974: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
11975: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
11976: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
11977: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
11978: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11979: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11980: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11981: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11982: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11983: types/pa_vresponse.h, types/pa_vstateless_class.C,
11984: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11985: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11986: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11987: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11988: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11989: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
11990: const IDENT
11991:
11992: * src/: include/pa_array.h, include/pa_pool.h,
11993: include/pa_request.h, include/pa_string.h, include/pa_table.h,
11994: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
11995: types/pa_wcontext.h: more warnings --
11996:
11997: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
11998: classes/file.C, classes/hash.C, classes/hashfile.C,
11999: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12000: classes/memory.C, classes/op.C, classes/string.C,
12001: classes/table.C, classes/xdoc.C, classes/xnode.C,
12002: include/pa_config_includes.h, include/pa_operation.h,
12003: include/pa_sql_connection.h, include/pa_table.h,
12004: include/pa_types.h, lib/ltdl/config_fixed.h,
12005: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12006: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12007: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12008: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12009: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12010: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12011: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12012: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12013: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12014: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12015: types/pa_vmail.C, types/pa_vobject.C,
12016: types/pa_vstateless_class.h, types/pa_vtable.C,
12017: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12018: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12019: on all projects (except libltdl=off & libsdbm=level3) found
12020: several unitialized vars
12021:
12022: 2003-11-19 paf
12023:
12024: * src/classes/op.C: more ansi C++ comp
12025:
12026: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12027: src/main/pa_request.C: ^cache[...]{body}{catch block with
12028: $exception.handled[cache] meaning "get expired cache, if any.
12029: else error"}
12030:
12031: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12032: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12033: ^cache[...]{body}{catch code with $exception.cache field}
12034:
12035: 2003-11-12 paf
12036:
12037: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12038: [copy/paste bug]
12039:
12040: 2003-11-11 paf
12041:
12042: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12043: failed]
12044:
12045: * bin/auto.p.dist.in: colno
12046:
12047: 2003-11-10 paf
12048:
12049: * src/types/pa_vconsole.h: flush
12050:
12051: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12052: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12053: read/write [for nntp]
12054:
12055: * operators.txt: mysql: transaction support: ?autocommit=0
12056:
12057: * operators.txt: comment: updated
12058:
12059: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
12060: serialize version and exipire now removes entries
12061:
12062: * operators.txt: ^hashfile.delete[] removes files altogether [and
12063: dir, if could]
12064:
12065: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
12066: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
12067: removes files altogether [and dir, if could]
12068:
12069: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
12070: nonexistent pair. .c coded that that was error. fixed
12071:
12072: * src/types/pa_vhashfile.C: sdbm: exception type change to
12073: file.access [regretfull can't split it to different exceptions
12074: without modifying sdbm source wich would prefer not to]
12075:
12076: 2003-11-07 paf
12077:
12078: * src/: classes/date.C, classes/file.C, classes/hash.C,
12079: classes/hashfile.C, classes/image.C, classes/table.C,
12080: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
12081: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
12082: main/execute.C, main/main.vcproj, main/pa_pool.C,
12083: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
12084: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
12085: types/pa_vstateless_class.h: resurrected: pool idea. now only for
12086: destructing objects at request processing end
12087:
12088: 2003-11-06 paf
12089:
12090: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
12091: updates
12092:
12093: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
12094: to include sdbm
12095:
1.116 moko 12096: * src/include/: pa_config_includes.h, pa_version.h: our
12097: replacements of max& co only for cpp
1.95 moko 12098:
12099: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
12100: upper dir, .am updated
12101:
12102: * tests/todo.txt: hashfile: done
12103:
12104: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
12105: expiration [time in value. todo: move time to key]
12106:
12107: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
12108:
12109: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
12110: to do that in foreach, no errors, but surely wrong]
12111:
12112: * operators.txt, src/types/pa_vhashfile.C,
12113: src/types/pa_vhashfile.h: hashfile: clear and proper locking
12114:
12115: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
12116: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
12117: foreach
12118:
12119: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
12120: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
12121:
12122: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
12123: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
12124:
12125: * src/: include/pa_memory.h, targets/cgi/parser3.C,
12126: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12127: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
12128: get/put [raw]
12129:
12130: * src/: classes/op.C, main/pa_os.C: just linked
12131:
12132: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
12133: XmlException changes
12134:
12135: * src/: include/pa_charset.h, include/pa_globals.h,
12136: include/pa_stylesheet_connection.h, main/pa_exception.C:
12137: XmlException changes
12138:
12139: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
12140:
12141: * src/: include/pa_common.h, include/pa_exception.h,
12142: main/main.vcproj, main/pa_common.C, include/pa_os.h,
12143: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
12144: main/pa_xml_exception.C: locking move to pa_os [along with
12145: pa_sleep] apr-impl locking done
12146:
12147: * configure, configure.in, operators.txt, parser3.sln,
12148: src/classes/classes.vcproj, src/classes/hashfile.C,
12149: src/classes/xdoc.C, src/include/pa_config_fixed.h,
12150: src/include/pa_exception.h, src/include/pa_globals.h,
12151: src/include/pa_memory.h, src/include/pa_version.h,
12152: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
12153: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
12154: src/main/compile.tab.C, src/main/main.vcproj,
12155: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
12156: src/types/Makefile.am, src/types/pa_vhash.C,
12157: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12158: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
12159: again with sdbm from apache
12160:
12161: 2003-11-05 paf
12162:
12163: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12164: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
12165: \parser3project dir anymore
12166:
12167: * src/main/pa_charset.C: bugfix: had broken binary search [copied
12168: thoughtlessly from xalan]
12169:
12170: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
12171: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
12172: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
12173:
12174: * src/main/helpers/CaseFolding.txt:
12175: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
12176:
12177: 2003-11-04 paf
12178:
12179: * operators.txt: comment: ^mail:send[$.options[
12180:
12181: * src/classes/table.C: compiled on unix
12182:
1.116 moko 12183: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 12184:
12185: * src/classes/mail.C: compiled on unix
12186:
12187: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
12188: src/types/pa_vmail.h: !^mail:send[
12189: $.options[unix: string to append to sendmail command
12190: line]
12191:
12192: * operators.txt, src/classes/table.C, src/main/pa_string.C,
12193: tests/todo.txt: ^table.save[... $.separator[^#09]
12194: $.encloser["] <nothing> by default
12195:
12196: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
12197: !$.separator[^#09] !$.encloser["] <nothing> by
12198: default
12199:
12200: 2003-11-03 paf
12201:
12202: * operators.txt, src/classes/table.C, src/main/pa_common.C:
12203: ^table::load[; options: !$.column-separator[^#09]
12204: !$.column-encloser["]
12205:
12206: * operators.txt, src/include/pa_config_fixed.h,
12207: src/types/pa_vrequest.C: $request:document-root
12208:
12209: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
12210: [already included into uri=xxx]
12211:
12212: * operators.txt, src/classes/image.C, tests/todo.txt:
12213: ^image.gif[filename] for $response:download
12214:
12215: * src/classes/date.C: minor precaution
12216:
12217: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
12218: !^date.unix-timestamp[]
12219:
12220: 2003-10-30 paf
12221:
12222: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
12223: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
12224:
12225: * src/classes/: date.C, image.C: improvement diagnostics:
12226: $now[^date::create[$undefined]] now is error
12227:
12228: * src/main/pa_common.C: read errors would now be reported 'actually
12229: read -1 bytes'
12230:
12231: 2003-10-24 paf
12232:
12233: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
12234: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
12235: src/main/Makefile.am, src/targets/cgi/Makefile.am,
12236: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
12237:
12238: 2003-10-22 paf
12239:
12240: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
12241:
12242: 2003-10-21 paf
12243:
12244: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
12245: fixed: string.match[g] without <'> option produced columns with
12246: NULL's, which gpf'ed at table.save time
12247:
12248: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
12249: recoursion' message with intensive throw-catches fixed: incorrect
12250: name and line (one name upper then needed) in error message about
12251: problems inside try block
12252:
12253: 2003-10-10 paf
12254:
12255: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
12256: check offset argument for validity did that in String::Body::pos
12257: myself http://i2/tasks/edit/?id=4577425257580789777
12258:
12259: 2003-10-07 paf
12260:
12261: * src/main/: compile.tab.C, compile.y: ^if ( better error:
12262: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
12263:
12264: 2003-10-03 paf
12265:
12266: * parser3.sln, src/include/pa_dictionary.h,
12267: src/main/pa_dictionary.C, src/main/pa_string.C,
12268: src/targets/cgi/parser3.vcproj: dictionary optimized by
12269: precalculating cstr&length
12270:
12271: 2003-10-02 paf
12272:
12273: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12274: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12275: main/pa_stylesheet_manager.C: bugfix: ^throw context were
12276: saved/restored incompletely http://www.parser.ru/forum/?id=21484
12277:
12278: 2003-09-30 paf
12279:
12280: * src/main/pa_string.C: string::replace bug fix [were ignoring
12281: occurrances after lang-mismatched
12282:
12283: 2003-09-29 paf
12284:
12285: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
12286: helper
12287:
12288: * src/main/pa_string.C: string::serialize bug fix with
12289: zero-terminator
12290:
12291: * src/classes/table.C: ^nameless_table.save column row now has no
12292: \t at the end
12293:
12294: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12295: @postprocess now takes $response:body/download
12296:
12297: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
12298: error message
12299:
12300: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
12301:
12302: * src/classes/table.C: bugfix: flip: must produce nameless
12303: http://i2/tasks/edit/?id=4573405524674081244
12304:
12305: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
12306: main/helpers/simple_folding.pl: utf-8 upper/lower
12307:
12308: * src/main/pa_common.C: bugfix: utf signature were not ignored due
12309: to typo error http://i2/tasks/edit/?id=4573354650786434584
12310:
12311: 2003-09-26 paf
12312:
12313: * src/main/untaint.C: removed needless field
12314:
12315: * src/main/untaint.C: removed needless const
12316:
12317: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
12318: String.for_each bug fixed [omited one-char cases]
12319:
12320: * src/include/pa_stack.h: bugfix: before collecting garbage,
12321: runtime-executor stack were cleared... BADLY
12322:
12323: * src/main/pa_string.C: ^stirng.replace code used old
12324: param-convention on langs.append, fixed that search fo the like,
12325: found none
12326:
12327: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
12328: string::serialize/deserialize implemented Language enum assigned
12329: meaningful letters [more convinient for debugging. read warning
12330: before adding/changing anything]
12331:
12332: 2003-09-25 paf
12333:
12334: * src/: include/pa_string.h, include/pa_version.h,
12335: main/pa_string.C, main/untaint.C: templates and anonymous unions
12336: differences on unix
12337:
12338: * parser3.sln, src/classes/file.C, src/classes/image.C,
12339: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
12340: src/classes/xdoc.C, src/classes/xnode.C,
12341: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12342: src/include/pa_charsets.h, src/include/pa_common.h,
12343: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
12344: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
12345: src/include/pa_table.h, src/lib/cord/cordbscs.c,
12346: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
12347: src/lib/cord/include/cord.h, src/main/compile.tab.C,
12348: src/main/compile_tools.h, src/main/pa_charset.C,
12349: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
12350: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12351: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
12352: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
12353: src/types/pa_vmail.C, src/types/pa_vmath.C,
12354: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
12355: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
12356:
12357: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
12358: functions aligned to that of eeparser3 look
12359:
12360: * src/lib/cord/cordprnt.c: removed warnings
12361:
12362: 2003-09-24 paf
12363:
12364: * src/: classes/file.C, classes/image.C, classes/mail.C,
12365: classes/op.C, classes/xdoc.C, classes/xnode.C,
12366: include/pa_cache_managers.h, include/pa_charset.h,
12367: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
12368: include/pa_sql_driver_manager.h, include/pa_string.h,
12369: include/pa_stylesheet_manager.h, include/pa_table.h,
12370: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
12371: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
12372: main/pa_sql_driver_manager.C, main/pa_string.C,
12373: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
12374: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
12375: types/pa_vstateless_class.h, types/pa_vstatus.C,
12376: types/pa_vxnode.C: v() functions of String::Body,
12377: String::Languages and String itself StringBody->String::Body
12378:
12379: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12380: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
12381: never optimized anything. todo: somehow speed up harder cases:
12382: concatenationA+concatenationB when last block of A and first of B
12383: contain same letters
12384:
12385: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12386: lib/cord/include/cord.h: langs: speed up by joining adjucent
12387: blocks of same char [CORD_append_block]
12388:
12389: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12390: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
12391: save space by extending blocks when appending block with c ==
12392: lastblock.c
12393:
12394: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
12395: working yet :( but more working &understood :)
12396:
12397: * src/: classes/table.C, include/pa_string.h,
12398: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
12399:
12400: 2003-09-23 paf
12401:
12402: * src/main/untaint.C: $a[ok!] $a works!
12403:
12404: * src/main/untaint.C: something even more works :)
12405:
12406: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12407: something more works :)
12408:
12409: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12410: lib/cord/cordxtra.c: something already works :)
12411:
12412: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
12413: serialize&deserialize
12414:
12415: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
12416: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
12417: main/untaint.C: main idea implemented, details left
12418:
12419: 2003-09-22 paf
12420:
12421: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
12422:
12423: * src/classes/xnode.C: copy/paste comment bugfix
12424:
12425: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
12426: allocator returns 0, just die.
12427: http://i2/tasks/edit/?id=4570798492410259445
12428:
12429: * src/classes/xdoc.C: copy/paste comment bugfix
12430:
12431: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
12432: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
12433: xnode: getAttributeNS setAttributeNS removeAttributeNS
12434: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
12435:
12436: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
12437: chars due to bitwise operation signed-char error]
12438:
12439: 2003-09-19 paf
12440:
12441: * src/types/pa_wcontext.C: output message: more practical
12442: suggestion
12443:
12444: * src/main/pa_common.C, operators.txt: merged
12445: $f[^file::load[binary;http://...]] $f.tables
12446:
12447: 2003-09-02 paf
12448:
12449: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
12450: flush stdout without referencing 'stdout' symbol. to hell with
12451: non-ansi libraries without 'stdout' symbol
12452:
12453: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
12454: unix (users reported problems with some old libc)
12455:
12456: * src/types/pa_vdate.h: forgot initializer
12457:
12458: 2003-09-01 paf
12459:
12460: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
12461: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
12462: zone]
12463:
12464: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
12465:
12466: 2003-08-19 paf
12467:
12468: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
12469: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
12470: simplified a little
12471:
12472: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
12473: [lost fix from 3.0.8]
12474:
12475: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
12476: visible here }
12477:
12478: bug fix
12479:
12480: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
12481:
12482: * src/main/compile.tab.C: initialized couple of variables about
12483: which user reported runtime problems when parser were compiled
12484: with VC7, warning level4. study shows that later in bison
12485: they've fixed that. would migrate to latest bison someday
12486:
12487: * src/types/pa_vmail.C: turned off recoding in gmime (were still
12488: recoding headers)
12489:
12490: * src/types/pa_vmail.C: works as before, same charset problems:
12491: gmime recodes to UTF-8 only headers, not body. so not recoding
12492: anything for now
12493:
12494: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
12495: problems with body
12496:
12497: * src/types/pa_vmail.C: mail_receive just compiled
12498:
12499: 2003-08-18 paf
12500:
12501: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12502: main/main.vcproj, types/types.vcproj: win32: continued process
12503: detaching from \parser3project directory
12504:
12505: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
12506: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
12507: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
12508: src/lib/pcre/pcre_dftables.dsp,
12509: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
12510: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
12511: src/types/types.dsp: moved to MSVC 7
12512:
12513: * gnu.vcproj.vspscc, parser3.vssscc,
12514: src/classes/classes.vcproj.vspscc,
12515: src/lib/cord/cord.vcproj.vspscc,
12516: src/lib/ltdl/libltdl.vcproj.vspscc,
12517: src/lib/md5/md5.vcproj.vspscc,
12518: src/lib/pcre/pcre_dftables.vcproj.vspscc,
12519: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
12520: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
12521: src/targets/isapi/parser3isapi.vcproj.vspscc,
12522: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
12523: moved to MSVC 7
12524:
12525: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
12526: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
12527: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12528: src/lib/pcre/pcre_dftables.vcproj,
12529: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
12530: src/targets/cgi/parser3.vcproj,
12531: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12532: new VS project files
12533:
12534: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
12535: .NET to detect Jalindi Igloo capabilities.
12536:
12537: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 12538: src/classes/classes.awk, src/doc/footer.htm,
12539: src/include/pa_config_fixed.h, src/include/pa_version.h,
12540: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 12541: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
12542: src/types/pa_vmail.C: merged 3.1.0 latest changes
12543:
12544: 2003-08-15 paf
12545:
12546: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12547: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
12548:
12549: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12550: non-ascii <yyy> now encoded correctly
12551:
12552: 2003-07-29 paf
12553:
1.116 moko 12554: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
12555: dist
1.95 moko 12556:
12557: * src/types/pa_vmail.C: just started --with-mail-receive
12558:
12559: 2003-07-28 paf
12560:
1.116 moko 12561: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
12562: dependence in src/classes, src/lib/gc now in dist
1.95 moko 12563:
12564: * src/main/pa_string.C: ^cache bug fix [were not working at all]
12565:
12566: 2003-07-25 paf
12567:
12568: * src/doc/footer.htm: year
12569:
12570: 2003-07-24 paf
12571:
12572: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
12573: fix
12574:
12575: * src/include/pa_version.h: release
12576:
1.116 moko 12577: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 12578:
12579: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
12580: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
12581: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
12582: getting rid of win32xml pseudo project
12583:
12584: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
12585:
1.116 moko 12586: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
12587: configure.in, operators.txt, parser3.dsw,
1.95 moko 12588: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 12589: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 12590: src/classes/classes.C, src/classes/classes.awk,
12591: src/classes/classes.dsp, src/classes/classes.h,
12592: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12593: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12594: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12595: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12596: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12597: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12598: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
12599: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 12600: src/include/pa_array.h, src/include/pa_cache_managers.h,
12601: src/include/pa_charset.h, src/include/pa_charsets.h,
12602: src/include/pa_common.h, src/include/pa_config_auto.h.in,
12603: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
12604: src/include/pa_dictionary.h, src/include/pa_dir.h,
12605: src/include/pa_exception.h, src/include/pa_exec.h,
12606: src/include/pa_globals.h, src/include/pa_hash.h,
12607: src/include/pa_memory.h, src/include/pa_opcode.h,
12608: src/include/pa_operation.h, src/include/pa_pool.h,
12609: src/include/pa_pragma_pack_begin.h,
1.95 moko 12610: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
12611: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
12612: src/include/pa_sapi.h, src/include/pa_socks.h,
12613: src/include/pa_sql_connection.h,
12614: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
12615: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
12616: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12617: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 12618: src/include/pa_uue.h, src/lib/Makefile.am,
12619: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
12620: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
12621: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
12622: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 12623: src/lib/cord/include/ec.h,
12624: src/lib/cord/include/private/Makefile.am,
12625: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 12626: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
12627: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 12628: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 12629: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
12630: src/main/compile_tools.C, src/main/compile_tools.h,
12631: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
12632: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12633: src/main/pa_charsets.C, src/main/pa_common.C,
12634: src/main/pa_dictionary.C, src/main/pa_dir.C,
12635: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 12636: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
12637: src/main/pa_request.C, src/main/pa_socks.C,
12638: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12639: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 12640: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
12641: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
12642: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
12643: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
12644: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
12645: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
12646: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 12647: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12648: src/targets/isapi/parser3isapi.dsp,
12649: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 12650: src/types/pa_junction.h, src/types/pa_method.h,
12651: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 12652: src/types/pa_vclass.C, src/types/pa_vclass.h,
12653: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12654: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12655: src/types/pa_vdouble.h, src/types/pa_venv.h,
12656: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12657: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12658: src/types/pa_vimage.C, src/types/pa_vimage.h,
12659: src/types/pa_vint.h, src/types/pa_vjunction.h,
12660: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
12661: src/types/pa_vmath.h, src/types/pa_vmemory.h,
12662: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12663: src/types/pa_vobject.C, src/types/pa_vobject.h,
12664: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12665: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12666: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12667: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12668: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12669: src/types/pa_vstring.h, src/types/pa_vtable.C,
12670: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12671: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12672: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12673: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12674: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
12675: HEAD
12676:
12677: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
12678: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
12679: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
12680: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
12681: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
12682: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
12683: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
12684: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
12685: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
12686: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
12687: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
12688: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
12689: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
12690: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
12691: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
12692: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
12693: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
12694: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
12695: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
12696: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
12697: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12698: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
12699: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
12700: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
12701: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
12702: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
12703: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
12704: outputs/create-dir, results/001.processed, results/002.processed,
12705: results/003.processed, results/004.processed,
12706: results/005.processed, results/006.processed,
12707: results/007.processed, results/008.processed,
12708: results/009.processed, results/010.processed,
12709: results/011.processed, results/012.processed,
12710: results/013.processed, results/014.processed,
12711: results/015.processed, results/016.processed,
12712: results/017.processed, results/018.processed,
12713: results/019.processed, results/020.processed,
12714: results/021.processed, results/022.processed,
12715: results/023.processed, results/024.processed,
12716: results/025.processed, results/026.processed,
12717: results/027.processed, results/028.processed,
12718: results/029.processed, results/030.processed,
12719: results/031.processed, results/032.processed,
12720: results/033.processed, results/034.processed,
12721: results/035.processed, results/036.processed,
12722: results/037.processed, results/038.processed,
12723: results/039.processed, results/040.processed,
12724: results/041.processed, results/042.processed,
12725: results/043.processed, results/044.processed,
12726: results/045.processed, results/046.processed,
12727: results/047.processed, results/048.processed,
12728: results/049.processed, results/050.processed,
12729: results/051.processed, results/052.processed,
12730: results/053.processed, results/054.processed,
12731: results/055.processed, results/056.processed,
12732: results/057.processed, results/058.processed,
12733: results/059.processed, results/060.processed,
12734: results/061.processed, results/062.processed,
12735: results/063.processed, results/064.processed,
12736: results/065.processed, results/066.processed,
12737: results/067.processed, results/068.processed,
12738: results/069.processed, results/070.processed,
12739: results/071.processed, results/072.processed,
12740: results/073.processed, results/074.processed,
12741: results/075.processed, results/076.processed,
12742: results/077.processed, results/078.processed,
12743: results/079.processed, results/080.processed,
12744: results/081.processed, results/082.processed,
12745: results/083.processed, results/084.processed,
12746: results/085.processed, results/086.processed,
12747: results/087.processed, results/088.processed,
12748: results/089.processed, results/090.processed,
12749: results/091.processed, results/092.processed,
12750: results/093.processed, results/094.processed,
12751: results/095.processed, results/096.processed,
12752: results/097.processed, results/098.processed,
12753: results/099.processed, results/100.processed,
12754: results/101.processed, results/102.processed,
12755: results/103.processed, results/104.processed,
12756: results/105.processed, results/106.processed,
12757: results/107.processed, results/108.processed,
12758: results/109.processed, results/110.processed,
12759: results/111.processed, results/112.processed,
12760: results/113.processed, results/114.processed,
12761: results/115.processed, results/116.processed,
12762: results/117.processed, results/118.processed,
12763: results/119.processed, results/120.processed,
12764: results/121.processed, results/122.processed,
12765: results/123.processed, results/124.processed,
12766: results/125.processed, results/126.processed,
12767: results/127.processed, results/128.processed,
12768: results/129.processed, results/130.processed,
12769: results/131.processed, results/132.processed,
12770: results/133.processed, results/134.processed,
12771: results/135.processed, results/136.processed,
12772: results/137.processed, results/138.processed,
12773: results/139.processed, results/140.processed,
12774: results/141.processed: merged(copied) to HEAD from template_gc
12775:
12776: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
12777: towards \parser3project not having to be in root
12778:
12779: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
12780: module compiled [were minor unnecessary changes in lib/md5
12781: interface]
12782:
12783: * src/include/pa_version.h: release
12784:
12785: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
12786:
12787: * src/classes/math.C: merged uuid bugfix
12788:
12789: * tests/: 141.html, results/141.processed: fixed bug with
12790: too-small-a-buffer
12791:
12792: * src/classes/math.C: uuid bugfix
12793:
12794: * tests/: 141.html, Makefile, results/005.processed,
12795: results/030.processed, results/075.processed,
12796: results/078.processed: to reflect date format change (were -
12797: become ' ')
12798:
12799: * src/classes/math.C: uuid bugfix
12800:
12801: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
12802: debug/release changes
12803:
12804: * src/lib/md5/pa_md5c.c: PA_ -> pa_
12805:
12806: 2003-07-23 paf
12807:
12808: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12809: renamed a little [to move to comman naming conv]
12810:
1.116 moko 12811: * src/targets/Makefile.am: apache13 splitted to simplify apache
12812: build
1.95 moko 12813:
12814: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
12815: main/pa_request.C, main/pa_sql_driver_manager.C,
12816: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
12817: stack top_index() fixed
12818:
12819: * src/main/pa_globals.C: minor style changes
12820:
12821: * src/: classes/op.C, include/pa_sql_connection.h: connection
12822: closing/caching fixed [connections were not closed/put to cache]
12823:
12824: 2003-07-22 paf
12825:
12826: * INSTALL: gc part updated stightly
12827:
12828: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
12829: new sapi interface
12830:
12831: * src/classes/file.C: comment on OS
12832:
12833: * src/main/pa_string.C: removed reduntant invariant check [there is
12834: one deeper in cord lib]
12835:
12836: * src/main/pa_exec.C: on win32 bugfix in handling shbang
12837:
12838: * src/main/pa_memory.C: out of memory is no longer coredump
12839:
12840: * INSTALL: disable-threads adviced
12841:
12842: 2003-07-21 paf
12843:
1.116 moko 12844: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 12845:
12846: * src/classes/file.C: file::exec/cgi environment variables now must
12847: be UPPERCASE and A-Z 0-9 _-
12848:
12849: * src/classes/file.C: env passing fixed
12850:
12851: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
12852:
12853: * src/main/pa_common.C: http:// CRLF now
12854:
12855: 2003-07-02 paf
12856:
12857: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
12858: fields to reflect their real meaning
12859:
12860: 2003-06-27 paf
12861:
12862: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
12863: include/pa_hash.h, main/pa_charset.C: merged from HEAD
12864: file::exec/cgi .charset
12865:
12866: 2003-06-26 paf
12867:
12868: * ChangeLog, src/classes/file.C, src/classes/hash.C,
12869: src/classes/image.C, src/classes/op.C, src/classes/string.C,
12870: src/classes/table.C: fixed several uninitialized local
12871: structures. notably ^hash.foreach now inserts delimiters
12872: properly [were inserting it before first body]
12873:
12874: 2003-06-24 paf
12875:
12876: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
12877:
12878: 2003-06-20 paf
12879:
12880: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
12881: src/main/pa_globals.C: introducing
12882: $f[^file::load[binary;http://...]] $f.tables
12883:
12884: 2003-06-06 paf
12885:
12886: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
12887: table. [were method lookup: inconsistent]
12888:
12889: 2003-06-02 paf
12890:
12891: * src/include/pa_memory.h: empty string clone fixed to return
12892: writable memory
12893:
12894: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
12895: were not appended] which violated string invariant
12896:
12897: 2003-05-30 paf
12898:
12899: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
12900: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
12901:
12902: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
12903: GMT ; RFC 822, updated by RFC 1123
12904:
12905: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
12906: targets/isapi/parser3isapi.C: initialized request_info properly
12907:
12908: * src/classes/xnode.C: found minor bug, commended for future
12909:
12910: 2003-05-28 paf
12911:
12912: * src/classes/form.C: request_info.content_length can't be <0,
12913: size_t for some time
12914:
12915: 2003-05-26 paf
12916:
12917: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
12918: forgotten <0 changed to !=STRING_NOT_FOUND
12919:
12920: * src/classes/math.C: merged ffffu from HEAD
12921:
12922: 2003-05-11 paf
12923:
12924: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
12925:
12926: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
12927: premature doc free. transformed document had xmlDoc reference
12928: stored to non-gc-memory (libgdome) added holding-reference
12929:
12930: 2003-04-29 paf
12931:
12932: * src/main/pa_globals.C: started digging on double free. on win32
12933: found that that's perfectly normal.
12934:
12935: 2003-04-25 paf
12936:
12937: * src/classes/table.C: table.join bug fix [bad limit check]
12938:
12939: * src/classes/math.C: merged from HEAD: simpiler hash_string
12940:
12941: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
12942: print anything. changed to quicker and simplier code
12943:
12944: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
12945: strict a check]
12946:
12947: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
12948:
12949: 2003-04-24 paf
12950:
12951: * src/include/pa_table.h: too strict assert loosened
12952:
12953: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
12954: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
12955: report
12956:
12957: 2003-04-21 paf
12958:
1.116 moko 12959: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 12960:
12961: * src/main/pa_globals.C: pcre memory management changed to use GC
12962: memory
12963:
12964: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
12965: xmlMallocAtomic [author agreed to my suggestion], used that
12966:
12967: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
12968:
12969: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
12970: types/pa_vmail.C: attributed_meaning_to_string added
12971: L_UNSPECIFIED piece which was sortof OK, but violated string
12972: invariant [assertion barked on that] changed to L_PASS_APPEND,
12973: made that param obligatory
12974:
12975: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
12976: fixed [assert helped]
12977:
12978: * src/include/pa_string.h: assert added [looking for bug]
12979:
12980: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
12981: names on Win32 considered disk-global
12982:
12983: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
12984: considered disk-global
12985:
12986: 2003-04-18 paf
12987:
12988: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
12989: filenames
12990:
12991: * src/main/untaint.C: enabled '~' letter in filenames
12992:
12993: 2003-04-16 paf
12994:
12995: * src/classes/file.C: small bug introduced in autoptr times fixed
12996:
12997: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
12998: HEAD
12999:
1.116 moko 13000: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13001:
13002: 2003-04-15 paf
13003:
13004: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13005: src/lib/md5/pa_md5c.c, tests/141.html,
13006: tests/results/141.processed: merged from head ^math:uuid[]
13007: ^math:uid64[] ^math:md5[string]
13008:
13009: test added: 141.html
13010:
13011: * operators.txt, src/classes/math.C: ^math:uid64[]
13012:
13013: * src/classes/math.C: ^math:uuid[]
13014:
13015: * operators.txt, src/classes/math.C: ^math:uuid[]
13016:
13017: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13018: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13019:
13020: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13021: src/include/pa_config_fixed.h, src/main/pa_common.C:
13022: ^file::load[mode;name; $.offset $.limit
13023:
13024: 2003-04-14 paf
13025:
13026: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13027: started ^math:md5
13028:
13029: * src/classes/table.C, src/include/pa_array.h,
13030: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13031: tests/results/140.processed: table $.reverse option works in
13032: create&co table $.distinct[tables] bug fix merged
13033:
13034: * src/: classes/table.C, include/pa_table.h: table
13035: $.distinct[tables] bug fixed
13036:
13037: * src/classes/table.C: more warnings
13038:
13039: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13040: removed checks in table::set_current, moved them back to
13041: table::locate implemented table::create/join ñ $.reverse
13042:
13043: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13044: removed checks in table::set_current, moved them back to
13045: table::locate
13046:
13047: 2003-04-11 paf
13048:
13049: * operators.txt, src/classes/date.C, src/classes/table.C,
13050: src/include/pa_array.h, src/include/pa_common.h,
13051: src/include/pa_config_includes.h, src/include/pa_string.h,
13052: src/include/pa_table.h, src/main/pa_request.C,
13053: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13054: src/main/pa_table.C: merged from HEAD from
13055: before_append_array_limit_sense_change to
13056: after_append_array_limit_sense_change
13057:
13058: * src/classes/table.C: typo
13059:
13060: * operators.txt, src/classes/date.C, src/classes/table.C,
13061: src/include/pa_array.h, src/include/pa_common.h,
13062: src/include/pa_config_includes.h, src/include/pa_globals.h,
13063: src/include/pa_table.h, src/main/pa_array.C,
13064: src/main/pa_globals.C, src/main/pa_request.C,
13065: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13066: src/main/pa_table.C: append_array_limit_sense_change locate
13067: accepts options same as create new option: $.reverse(1) [do not
13068: work in table::create]
13069:
13070: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
13071: (stat xxx,
13072:
13073: * src/classes/: table.C: typo
13074:
13075: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
13076: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
13077: results/130.processed, results/131.processed,
13078: results/132.processed, results/133.processed,
13079: results/134.processed, results/135.processed,
13080: results/136.processed, results/137.processed,
13081: results/138.processed, results/139.processed: added few mustfail
13082: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
13083: date/time 132.html mustfail: access to junction outside of
13084: context 133.html mustfail: access to junction outside of context,
13085: case version 134.html mustfail: hash: adding a key inside of
13086: foreach 135.html mustfail: modifying system class 136.html
13087: mustfail: $.name outside of $hash[here] 137.html mustfail:
13088: appendChild without import 138.html mustfail: invalid encoding
13089: inside of xml 139.html mustfail: bad XPath
13090:
13091: * operators.txt, src/classes/table.C, tests/084.html,
13092: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
13093: tests/129.html, tests/results/125.processed,
13094: tests/results/126.processed, tests/results/127.processed,
13095: tests/results/128.processed, tests/results/129.processed: merged
13096: from HEAD ^table.hash[key][$.distinct[tables]]
13097:
13098: maked appropriate tests [changed one old nonconforming]
13099:
13100: * operators.txt, src/classes/table.C:
13101: ^table.hash[key][$.distinct[tables]]
13102:
13103: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13104: merged fix for found very old xml (dom) bug: were passing
13105: domString objects and later ERROREOUSLY freed them
13106:
13107: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
13108: src/main/pa_charset.C: re-added libgdome patch. regretfully
13109: libgdome bug can not be worked around
13110:
13111: 2003-04-10 paf
13112:
13113: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13114: found very old xml (dom) bug: were passing domString objects and
13115: later ERROREOUSLY freed them
13116:
13117: * src/doc/string.dox, src/include/pa_memory.h,
13118: src/include/pa_string.h, src/lib/cord/cordbscs.c,
13119: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
13120: tests/123.html, tests/124.html, tests/results/001.processed,
13121: tests/results/002.processed, tests/results/003.processed,
13122: tests/results/004.processed, tests/results/005.processed,
13123: tests/results/006.processed, tests/results/008.processed,
13124: tests/results/009.processed, tests/results/010.processed,
13125: tests/results/011.processed, tests/results/012.processed,
13126: tests/results/013.processed, tests/results/014.processed,
13127: tests/results/015.processed, tests/results/016.processed,
13128: tests/results/017.processed, tests/results/018.processed,
13129: tests/results/020.processed, tests/results/021.processed,
13130: tests/results/022.processed, tests/results/023.processed,
13131: tests/results/024.processed, tests/results/025.processed,
13132: tests/results/026.processed, tests/results/027.processed,
13133: tests/results/028.processed, tests/results/029.processed,
13134: tests/results/030.processed, tests/results/031.processed,
13135: tests/results/032.processed, tests/results/033.processed,
13136: tests/results/034.processed, tests/results/035.processed,
13137: tests/results/036.processed, tests/results/037.processed,
13138: tests/results/038.processed, tests/results/039.processed,
13139: tests/results/040.processed, tests/results/041.processed,
13140: tests/results/042.processed, tests/results/043.processed,
13141: tests/results/044.processed, tests/results/045.processed,
13142: tests/results/046.processed, tests/results/047.processed,
13143: tests/results/048.processed, tests/results/049.processed,
13144: tests/results/050.processed, tests/results/051.processed,
13145: tests/results/052.processed, tests/results/053.processed,
13146: tests/results/054.processed, tests/results/055.processed,
13147: tests/results/056.processed, tests/results/057.processed,
13148: tests/results/058.processed, tests/results/059.processed,
13149: tests/results/060.processed, tests/results/061.processed,
13150: tests/results/062.processed, tests/results/063.processed,
13151: tests/results/064.processed, tests/results/065.processed,
13152: tests/results/066.processed, tests/results/067.processed,
13153: tests/results/068.processed, tests/results/069.processed,
13154: tests/results/070.processed, tests/results/071.processed,
13155: tests/results/072.processed, tests/results/073.processed,
13156: tests/results/074.processed, tests/results/075.processed,
13157: tests/results/076.processed, tests/results/077.processed,
13158: tests/results/078.processed, tests/results/079.processed,
13159: tests/results/080.processed, tests/results/081.processed,
13160: tests/results/082.processed, tests/results/083.processed,
13161: tests/results/084.processed, tests/results/085.processed,
13162: tests/results/086.processed, tests/results/087.processed,
13163: tests/results/088.processed, tests/results/089.processed,
13164: tests/results/090.processed, tests/results/091.processed,
13165: tests/results/092.processed, tests/results/093.processed,
13166: tests/results/094.processed, tests/results/095.processed,
13167: tests/results/096.processed, tests/results/097.processed,
13168: tests/results/101.processed, tests/results/102.processed,
13169: tests/results/104.processed, tests/results/105.processed,
13170: tests/results/106.processed, tests/results/107.processed,
13171: tests/results/108.processed, tests/results/109.processed,
13172: tests/results/110.processed, tests/results/111.processed,
13173: tests/results/112.processed, tests/results/113.processed,
13174: tests/results/114.processed, tests/results/115.processed,
13175: tests/results/116.processed, tests/results/117.processed,
13176: tests/results/118.processed, tests/results/119.processed,
13177: tests/results/120.processed, tests/results/121.processed,
13178: tests/results/122.processed, tests/results/123.processed,
13179: tests/results/124.processed: new convention: char* never 0.
13180: assert in cord on that
13181:
13182: * src/main/pa_charset.C: couple more asserts
13183:
13184: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
13185: speedup
13186:
13187: * src/main/pa_charset.C: couple assertions on fantastic situations
13188: added [may be those is the case now?]
13189:
13190: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13191: that's memory from gc_malloc, not from g_malloc :(, but would
13192: hope]
13193:
13194: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13195: that's memory from gc_malloc, not from g_malloc :(, but would
13196: hope]
13197:
13198: * src/main/pa_charset.C: checked custom malloc for returning 0
13199:
13200: 2003-04-09 paf
13201:
13202: * src/classes/date.C: merged ^date.roll changes
13203:
13204: * src/classes/date.C: ^date.roll bug fix
13205:
13206: * src/classes/date.C: ^date.roll now throws less errors: month
13207: shifts handles end of month situation by reducing day number
13208: hour-hole shift reduces hour to recover
13209:
13210: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
13211: Sort by function time
13212:
13213: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
13214: http:// $.charset[] param done
13215:
13216: * tests/: 122.html, results/122.processed: 122 date test <= and ==
13217: added [after volatile fix. passes on win&intel-solaris]
13218:
13219: 2003-04-08 paf
13220:
13221: * src/: classes/file.C, classes/op.C, classes/table.C,
13222: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
13223: include/pa_common.h, include/pa_request_charsets.h,
13224: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13225: main/pa_exec.C, main/pa_request.C, main/untaint.C,
13226: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
13227: types/pa_vresponse.C: started http:// $.charset[] param and
13228: http response charset detection just compiled. todo:test
13229:
13230: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
13231:
13232: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
13233: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
13234: types/pa_vmail.C: changed transcode param converntion along with
13235: string creating convention -- all strings are zero-terminated,
13236: this allowed to fix one remaining String("123", 2) case
13237:
13238: * src/: classes/date.C, classes/file.C, classes/hash.C,
13239: classes/op.C, classes/string.C, classes/table.C,
13240: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
13241: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
13242: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13243: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
13244: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
13245: violated String::invariant. started fixing [not compiled now]
13246:
13247: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
13248: main/compile.tab.C, main/compile.y, main/pa_string.C,
13249: main/untaint.C, targets/cgi/parser3.C: number of string style
13250: improvements & optimizations
13251:
13252: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
13253: :(]
13254:
13255: * src/main/untaint.C: removed redundant & in CORD_pos param passing
13256: [for it's a pointer really]
13257:
13258: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
13259: 'n' param. worked that around
13260:
13261: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
13262: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
13263: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
13264: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
13265: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
13266:
13267: Thanks for the bug report and patch.
13268:
13269: I hadn't looked at this code in a while. Reading it now, it
13270: seems to me that the tests should also be ">= MAX_DEPTH" to
13271: comply with the invariant, though that may not matter a lot. I
13272: changed that, too.
13273:
13274: Hans
13275:
13276: 2003-04-07 paf
13277:
13278: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
13279: merged from head:safe mode error message now includes numbers
13280:
13281: * src/main/execute.C: n-th attempt to make a=a work with double.
13282: problem: as_double returns it's result in fp-register compiler
13283: optimizes access to that register after b->as_double, and just
13284: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13285: from memory. _SAME_ double values do not match here. when
13286: forced to REload fp-register, values do match.
13287:
13288: tried to make them volatile.
13289:
13290: * src/main/execute.C: n-th attempt to make a=a work with double.
13291: problem: as_double returns it's result in fp-register compiler
13292: optimizes access to that register after b->as_double, and just
13293: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13294: from memory. _SAME_ double values do not match here. when
13295: forced to REload fp-register, values do match.
13296:
13297: tried to make them volatile.
13298:
13299: * src/types/pa_vobject.h: small style change
13300:
13301: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
13302:
13303: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
13304: mode error message now includes numbers
13305:
13306: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
13307: now causes death
13308:
13309: 2003-04-04 paf
13310:
13311: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
13312: incorportated pa_exec patch by From: "Victor Fedoseev"
13313: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
13314: Sent: Thursday, January 23, 2003 9:14 AM
13315:
13316: huge speedup on ^file::cgi with big result
13317:
13318: * src/classes/table.C: sort table with 0 rows bug fixed
13319:
13320: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
13321: fix http://i2/tasks/edit/?id=4493701604654042676
13322:
13323: @main[] $with_default[ $.a[1] $._default[default from
13324: with_default] ] ^show[$with_default]
13325:
13326: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13327: =$to_add_to.xxx=<br>
13328:
13329: ^show[$to_add_to]
13330:
13331: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13332: ^show[$cloned]
13333:
13334: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13335:
13336: } <hr>
13337:
13338: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
13339: http://i2/tasks/edit/?id=4493701604654042676
13340:
13341: @main[] $with_default[ $.a[1] $._default[default from
13342: with_default] ] ^show[$with_default]
13343:
13344: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13345: =$to_add_to.xxx=<br>
13346:
13347: ^show[$to_add_to]
13348:
13349: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13350: ^show[$cloned]
13351:
13352: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13353:
13354: } <hr>
13355:
13356: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
13357: http://i2/tasks/edit/?id=4507350336410850921
13358:
13359: * src/classes/xdoc.C: memory allocation func bugfix
13360: http://i2/tasks/edit/?id=4499303470368629745
13361:
13362: * src/classes/math.C: allowed random 1...
13363:
13364: * src/classes/math.C: allowed random 0..
13365:
13366: * src/main/pa_globals.C: exif mem leak
13367: http://i2/tasks/edit/?id=4480590323629807263
13368:
13369: * src/: classes/classes.dsp, main/main.dsp,
13370: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
13371: fix http://i2/tasks/edit/?id=4493946731322521294
13372: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
13373:
13374: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13375: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
13376: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
13377: links to xml libs made relative, no need to unpack parser3project
13378: to /parser3project.
13379:
13380: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
13381: column more precise - tab handling bug fixed
13382:
13383: * src/main/: compile.tab.C, compile.y: more understandable error
13384: message in case @CLASS with more then one line inside
13385:
13386: * src/targets/cgi/parser3.C: more understandable error message in
13387: case of errors in @unhandled_exception
13388:
13389: 2003-04-03 paf
13390:
13391: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
13392: src/main/compile.tab.C, src/main/compile.y,
13393: src/main/compile_tools.C, src/main/compile_tools.h,
13394: src/main/execute.C, src/main/pa_request.C: debug info format
13395: simplified, now it's: OP_VALUE Operation::Origin << here value*
13396:
13397: higher limits: file number (max: 255) line number (max:
13398: 64535) column number (max: 255)
13399:
13400: * src/classes/math.C: top limit
13401:
13402: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
13403: precise parse error position in case of
13404:
13405: ^bug ]
13406:
13407: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
13408: changed to realities, and passed [bug fixed]
13409:
13410: * src/: classes/op.C, include/pa_request.h, main/compile.C,
13411: main/compile.tab.C, main/compile.y, main/compile_tools.C,
13412: main/compile_tools.h, main/pa_request.C: introducing
13413: ^process...[main-method-alias]
13414:
13415: * src/: classes/date.C, classes/image.C, classes/op.C,
13416: classes/string.C, classes/table.C, classes/xdoc.C,
13417: types/pa_vmethod_frame.h: MethodParams& now [methods without
13418: params receive zero reference, but they are expected not to look
13419: there]
13420:
13421: * operators.txt, src/classes/date.C, src/classes/double.C,
13422: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
13423: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13424: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13425: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13426: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13427: src/main/execute.C, src/types/pa_method.h: MethodParams& now
13428: [methods without params receive zero reference, but they are
13429: expected not to look there]
13430:
13431: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13432: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
13433: ^process...[filename] useful for better error reporting
13434: [file/line/col]
13435:
13436: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13437: types/pa_vstring.h: slightly improved error messages text: 1. is
13438: '%s', it 2. method undefined in case of ^void[]
13439:
13440: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13441: include/pa_types.h, main/execute.C, main/pa_request.C: exception
13442: handling done. now we have error columns todo: test it
13443:
13444: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
13445: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
13446:
13447: this makes life easier: were: bad stack order -- were in
13448: exception catch unwind order, which didn't match execution order
13449:
13450: @main[] ^try{ ^first[] }{ ^throw[c;3] }
13451:
13452: @first[] ^throw[a;1]
13453:
13454: showed throw a first throw b try
13455:
13456: which is no good
13457:
13458: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13459: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
13460: trace reset after handled exception [old bug fixed]
13461:
13462: * src/main/: compile.tab.C, compile.y: parse position old bug
13463: fixed. position reporting made precise [both, in parse erros and
13464: runtime errors]
13465:
13466: 2003-04-02 paf
13467:
13468: * src/: include/pa_operation.h, include/pa_request.h,
13469: main/compile.C, main/compile.tab.C, main/compile.y,
13470: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13471: main/pa_exception.C, main/pa_request.C: debug info: started
13472: using. todo:complete
13473:
13474: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
13475: main/compile.C, main/compile.tab.C, main/compile.y,
13476: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13477: main/pa_request.C: prepared debug info todo:use it
13478:
13479: * src/include/pa_operation.h: strange mistake fixed: forgot to
13480: return Operation class->union after switching from autoptrs.
13481:
13482: * tests/: Makefile, results/108.processed, results/117.processed:
13483: meta considered OK [it's up to coder now to remove it not needed]
13484:
13485: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
13486: Dictionary constructor when moved to gc]
13487:
13488: * src/main/pa_common.C: uncommented http:// file loading
13489:
13490: * src/include/pa_array.h, src/main/execute.C,
13491: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
13492: fix [gdGrowingBuf]
13493:
13494: * configure.in, src/lib/Makefile.am: removed patches
13495:
13496: * configure, src/include/pa_config_auto.h.in,
13497: src/main/pa_charset.C: --enable-assertions autoconf-ed
13498:
13499: * src/main/pa_common.C: uncommented http:// file loading
13500:
13501: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
13502: xdoc::create/load
13503:
13504: * src/: classes/form.C, classes/hash.C, classes/image.C,
13505: classes/string.C, classes/table.C, classes/void.C,
13506: include/pa_common.h, main/pa_common.C, main/pa_request.C,
13507: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
13508: String::String(str,helper_length) are checked. found/fixed one
13509: place: $request:body now zero-terminated,
13510:
13511: * src/: classes/op.C, classes/table.C, include/pa_request.h,
13512: main/compile_tools.C, main/execute.C, types/pa_value.h,
13513: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
13514: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13515: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13516: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
13517: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13518: types/pa_vxnode.h: more locally scoped vars in execute (more
13519: easily optimizable)
13520:
13521: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
13522: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
13523:
13524: * src/: include/pa_array.h, include/pa_stack.h,
13525: include/pa_string.h, main/compile_tools.C, main/main.dsp,
13526: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
13527: become assertion iterator in methodframe filler
13528:
13529: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
13530: targets/cgi/parser3.C: array::get/put inlined
13531:
13532: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
13533: gc_substitute_memory_management_functions +installed CORD_oom
13534: function
13535:
13536: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
13537: src/include/pa_config_includes.h, src/include/pa_string.h,
13538: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
13539: src/targets/cgi/parser3.C: converted debug hacks to ANSI
13540: assertions started configure.in --enable-assertions
13541:
13542: 2003-04-01 paf
13543:
13544: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
13545: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
13546: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
13547: gdome uses glib memory, and stores last pointer to xmlDoc there,
13548: gc misses that and collects valid memory fixed by remembering
13549: xmlDoc from dom object in xdoc. todo: do something with
13550: premature free of xdoc with xnodes/node values referring into it
13551:
13552: * src/classes/: mail.C: typo fix
13553:
13554: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
13555: changes
13556:
13557: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
13558: main/pa_memory.C: moved memory debugging to global level: to
13559: pa_gc_malloc
13560:
13561: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
13562: debugging showed no errors. todo: debug parser memory
13563:
13564: * src/targets/cgi/: parser3.C, parser3.dsp: more build
13565: configurations
13566:
13567: * src/: classes/classes.dsp, include/pa_config_fixed.h,
13568: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
13569: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
13570: types/types.dsp: prepared xml-static configuration
13571:
13572: 2003-03-31 paf
13573:
13574: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
13575: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
13576: xml lib memory debugging, simple checks failed: it seems that
13577: library does realloc(bad ptr), and recording those ptrs in heap
13578: [for debugging] was bad: heap situation changes = everything
13579: works fine
13580:
13581: * src/: main/pa_charset.C, include/pa_charset.h: worked around
13582: xmlRegisterCharEncodingHandler limitation [currently imposed
13583: limit of 10 user-defined charsets]
13584:
13585: 2003-03-28 paf
13586:
13587: * src/main/execute.C: execution stack copied to local register
13588: variable, removed lots [~2e7) of memory accesses
13589:
13590: 2003-03-27 paf
13591:
13592: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
13593: works in debug, but fails in release todo: fix that
13594:
13595: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
13596: targets/cgi/parser3.C: forgot to merge XML memory funcs
13597: replacement from gc branch
13598:
13599: * src/main/pa_exec.C: introducing append_help_length [radical
13600: improvement here]
13601:
13602: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
13603: 'not recommened' in gc.h, on win32 noticed no difference]
13604:
13605: * src/include/pa_array.h: returned checked array get [were disabled
13606: for debugging] result:not slower [don't understand that, it were
13607: INLINED] todo: find out a way of inlining it!
13608:
13609: * src/: include/pa_string.h, lib/gc/include/gc.h,
13610: lib/gc/include/gc_fake.h, main/compile.tab.C,
13611: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
13612: convention changed: all resulting strings are zero-terminated
13613:
13614: * src/: classes/date.C, classes/file.C, classes/hash.C,
13615: classes/string.C, classes/table.C, classes/void.C,
13616: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
13617: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
13618: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
13619: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13620: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
13621: types/pa_vfile.C, types/pa_vmail.C: introducing
13622: append_help_length [radical improvement here]
13623:
13624: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
13625: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
13626: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
13627: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
13628: even slower
13629:
13630: * src/: classes/string.C, classes/table.C, include/pa_array.h,
13631: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
13632: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
13633: clients of &get(): most to use non-ref version, some[in tight
13634: places] to get_unchecked_ref
13635:
13636: * src/doc/memory.dox: forgot to add
13637:
13638: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
13639: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
13640: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
13641: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
13642: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13643: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
13644: targets/cgi/parser3.dsp, types/pa_vmail.C,
13645: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
13646: T>>&<< removed after Stack::pop wiping removed [moved to separate
13647: func] other Array & removed
13648:
13649: 2003-03-26 paf
13650:
13651: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
13652: classes/table.C, include/pa_array.h, include/pa_charset.h,
13653: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
13654: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13655: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
13656: main/main.dsp, main/pa_charset.C, main/pa_common.C,
13657: main/pa_exec.C, main/pa_sql_driver_manager.C,
13658: main/pa_stylesheet_manager.C, main/pa_table.C,
13659: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13660: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13661: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
13662: pre-evaluated .count() in some places
13663:
13664: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13665: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
13666: types/types.dsp: .dsp profiling updated
13667:
13668: * src/: classes/classes.dsp, lib/cord/cord.dsp,
13669: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
13670: targets/cgi/parser3.dsp, types/types.dsp: started profiling
13671:
13672: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
13673: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
13674: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
13675: use lib/gc,lib/cord
13676:
1.116 moko 13677: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
13678: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 13679: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
13680: src/include/pa_config_includes.h, src/include/pa_request.h,
13681: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13682: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 13683: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 13684: src/lib/cord/include/Makefile.am,
1.116 moko 13685: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
13686: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
13687: src/targets/cgi/Makefile.am, src/types/Makefile.am,
13688: src/types/pa_vclass.h, src/types/pa_vcookie.h,
13689: src/types/pa_vform.h, src/types/pa_vhash.h,
13690: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
13691: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
13692: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
13693: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
13694: funcs ported pa_exec
1.95 moko 13695:
13696: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
13697:
13698: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
13699: bundled gc includes
13700:
13701: * src/: classes/op.C, include/pa_array.h,
13702: include/pa_sql_connection.h, include/pa_string.h,
13703: include/pa_version.h, main/compile.tab.C, main/compile.y,
13704: main/execute.C, main/pa_common.C, main/pa_exception.C,
13705: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
13706: targets/cgi/parser3.dsp: a number of bugfixes [while testing
13707: first real site (aval)]
13708:
13709: 2003-03-25 paf
13710:
13711: * operators.txt, src/main/pa_sql_driver_manager.C,
13712: src/types/pa_vstatus.C: $status.memory used free since_compact
13713: process
13714:
13715: * src/: include/pa_sql_connection.h, main/pa_globals.C,
13716: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
13717:
13718: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
13719:
13720: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
13721: src/types/pa_value.h, src/types/pa_vfile.h,
13722: src/types/pa_vobject.C, src/types/pa_vobject.h,
13723: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
13724: tests/results/121.processed: untaint.C L_URI
13725:
13726: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
13727: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
13728: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
13729: src/types/pa_vmemory.h: ^memory:compact[]
13730:
13731: * tests/results/109.processed: it was a bug in parser. updated 109
13732: test result
13733:
13734: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
13735:
13736: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
13737: tests/results/107.processed: fixed dom language [values are now
13738: considered tainted. it was a bug in parser. updated 107 test
13739: result
13740:
13741: * src/classes/xdoc.C: fixed transform params
13742:
13743: * src/: include/pa_stylesheet_manager.h,
13744: main/pa_stylesheet_manager.C: fixed stylesheet caching
13745:
13746: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
13747: overloads for structure handling
13748:
13749: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
13750: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
13751: StringBody(0) ambiguilty, introducting static
13752: StringBody::Format(int)
13753:
13754: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
13755: linked
13756:
13757: * src/types/pa_vxdoc.C: vxdoc compiled
13758:
13759: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
13760: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
13761: finalizers isntalled
13762:
13763: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
13764: doc/exception.dox, doc/index.dox, include/pa_charset.h,
13765: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
13766: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
13767: compiled todo: xnode.C / finalizers
13768:
13769: * src/doc/string.dox: updated: new string internals
13770:
13771: 2003-03-24 paf
13772:
13773: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13774: include/pa_charset.h, include/pa_config_fixed.h,
13775: include/pa_request.h, include/pa_stylesheet_connection.h,
13776: include/pa_stylesheet_manager.h, main/pa_charset.C,
13777: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
13778: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
13779: types/pa_vxnode.h: started XML
13780:
13781: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
13782:
13783: * src/: classes/file.C, classes/image.C, classes/mail.C,
13784: include/pa_string.h, main/pa_common.C,
13785: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
13786:
13787: * src/: classes/file.C, classes/image.C, classes/mail.C,
13788: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
13789: main/pa_request.C, main/pa_sql_driver_manager.C,
13790: types/pa_vimage.h: size_t pos everywhere checks changed to check
13791: for eq STRING_NOT_FOUND
13792:
13793: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
13794: optimize bit implemented
13795:
13796: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13797: String::ArrayFragment::append_positions fixed
13798:
13799: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
13800: String::this_starts fixed
13801:
13802: * src/main/pa_string.C, tests/Makefile: string::pos fixed
13803:
13804: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
13805: hashcode implemented fully, including per-char callback [it can
13806: be - substr CORD node]
13807:
13808: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
13809: rewritten to rewalloc with 100byte buf ahead
13810:
13811: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
13812: src/include/pa_string.h, src/main/compile.tab.C,
13813: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
13814: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
13815: CORD_ec [bad] would rewrite as realloc now
13816:
13817: * src/: classes/date.C, classes/file.C, classes/form.C,
13818: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
13819: include/pa_cache_managers.h, include/pa_charsets.h,
13820: include/pa_common.h, include/pa_request.h,
13821: include/pa_sql_driver_manager.h, include/pa_table.h,
13822: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
13823: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
13824: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
13825: types/pa_vmail.C, types/pa_vmethod_frame.C,
13826: types/pa_vstateless_class.h: 2*2 worked :)
13827:
13828: * parser3.dsw, src/classes/date.C, src/classes/file.C,
13829: src/include/pa_exec.h, src/include/pa_string.h,
13830: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
13831: passed OK
13832:
13833: * src/: classes/hash.C, classes/string.C, classes/table.C,
13834: types/pa_value.C: all linked todo: debug
13835:
13836: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
13837: types/pa_vstateless_class.C: all compiled. todo:link
13838:
13839: * src/types/pa_wcontext.C: pa_wcontext.C compiled
13840:
13841: * src/types/pa_vtable.C: pa_vtable.C compiled
13842:
13843: * src/types/pa_vstring.C: pa_vstring.C compiled
13844:
13845: * src/types/pa_vstatus.C: pa_vstatus.C compiled
13846:
13847: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
13848: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
13849: pa_vstateless_class.C, pa_vstateless_class.h:
13850: pa_vstateless_class.C compiled
13851:
13852: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
13853: types/pa_vmath.C: pa_vmail.C compiled
13854:
13855: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
13856:
13857: * src/types/pa_vform.C: pa_vform.C compiled
13858:
13859: * src/types/pa_vfile.C: pa_vfile.C compiled
13860:
13861: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
13862: pa_vstateless_class.C: pa_vcookie.C compiled
13863:
13864: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
13865: types/pa_vhash.h: pa_value.C compiled
13866:
13867: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
13868: classes.lib main.lib compiled
13869:
13870: * src/classes/void.C: void.C compiled
13871:
13872: * src/: classes/string.C, classes/table.C, include/pa_string.h,
13873: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
13874: compiled
13875:
13876: * src/: classes/string.C, include/pa_request.h,
13877: include/pa_string.h, main/pa_string.C: string.C compiled
13878:
13879: * src/: classes/op.C, classes/string.C, classes/table.C,
13880: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
13881: main/pa_request.C, main/pa_string.C: op.C compiled
13882:
13883: * src/classes/: math.C, op.C: math.C compiled
13884:
13885: * src/: classes/mail.C, classes/string.C, classes/table.C,
13886: types/pa_vmail.h: mail.C compiled
13887:
13888: * src/classes/: int.C, table.C: int.C compiled
13889:
13890: * src/: classes/hash.C, classes/image.C, classes/string.C,
13891: classes/table.C, include/pa_memory.h, include/pa_string.h,
13892: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
13893: compiled
13894:
13895: * src/: classes/hash.C, classes/string.C, classes/table.C,
13896: classes/void.C, classes/xdoc.C, include/pa_request.h,
13897: include/pa_sql_connection.h: hash.C compiled
13898:
13899: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
13900: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
13901: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13902: classes/math.C, classes/op.C, classes/response.C,
13903: classes/string.C, classes/table.C, classes/void.C,
13904: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
13905: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
13906: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
13907: file.C table.C compiled
13908:
13909: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
13910: main/untaint.C: main.lib compiled
13911:
13912: 2003-03-21 paf
13913:
13914: * src/: classes/op.C, include/pa_cache_managers.h,
13915: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13916: include/pa_stylesheet_manager.h, main/pa_exception.C,
13917: main/pa_globals.C, main/pa_sql_driver_manager.C,
13918: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
13919: compiled
13920:
13921: * src/: classes/hash.C, classes/image.C, classes/op.C,
13922: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
13923: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
13924: main/compile.C, main/pa_common.C, main/pa_request.C,
13925: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
13926: pa_request.C compiled
13927:
13928: * src/: classes/hash.C, classes/mail.C, classes/op.C,
13929: include/pa_request.h, main/execute.C, main/pa_request.C,
13930: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13931: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
13932: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13933: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
13934: compiled
13935:
13936: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
13937: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
13938: on unix
13939:
13940: * src/: include/pa_charset.h, include/pa_charsets.h,
13941: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
13942: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
13943: pa_charsets.C compiled
13944:
13945: * src/: classes/image.C, classes/mail.C, classes/op.C,
13946: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
13947: main/compile.y, main/execute.C, main/pa_common.C,
13948: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
13949: types/pa_vcode_frame.h, types/pa_vimage.h,
13950: types/pa_vmethod_frame.h: execute.C compiled
13951:
13952: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13953: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13954: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13955: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
13956: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13957: include/pa_cache_managers.h, include/pa_charsets.h,
13958: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
13959: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
13960: include/pa_sql_driver_manager.h, include/pa_string.h,
13961: include/pa_stylesheet_connection.h,
13962: include/pa_stylesheet_manager.h, include/pa_table.h,
13963: main/compile.C, main/compile.tab.C, main/compile.y,
13964: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13965: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13966: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13967: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
13968: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
13969: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13970: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13971: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13972: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13973: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13974: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13975: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13976: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13977: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
13978: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13979: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13980: types/pa_vresponse.h, types/pa_vstateless_class.C,
13981: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13982: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13983: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13984: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13985: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13986: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
13987: [C++ CORD wrapper]
13988:
13989: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
13990:
13991: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
13992: $file::exec/cgi[script; $.charset[this is script's charset]
13993:
13994: command line, env values, input got transcoded before call
13995: stdout, stderr got transcoded after call
13996:
13997: * src/classes/file.C: ^file::exec/cgi now does not pass post data
13998: by default. use: ^file::exec[...;$.stdin[$request.body]
13999:
14000: * src/main/pa_common.C: } typo bug fix
14001:
14002: * src/main/pa_common.C: } typo bug fix
14003:
14004: 2003-03-20 paf
14005:
14006: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14007: main/untaint.C: cord bug fix, but still errors todo: clear out
14008:
14009: * src/include/pa_string.h: more tests
14010:
14011: * src/main/pa_string.C: string.pos fixed
14012:
1.116 moko 14013: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14014: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14015: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14016: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14017: replaces
1.95 moko 14018:
14019: * src/: classes/image.C, include/pa_dictionary.h,
14020: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14021: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14022: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14023: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14024:
14025: * src/include/pa_string.h: warning
14026:
14027: * src/include/pa_string.h: this_starts fixed
14028:
14029: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14030: new String ctor & append params convention
14031:
14032: * src/: classes/file.C, classes/hash.C, classes/image.C,
14033: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14034: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14035: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14036: main/pa_exception.C, main/pa_exec.C,
14037: main/pa_sql_driver_manager.C, main/pa_string.C,
14038: main/pa_stylesheet_manager.C, main/untaint.C,
14039: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14040: types/pa_vmail.C: more tests OK
14041:
14042: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14043: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14044: gc/exit runned OK
14045:
14046: * src/types/pa_vmail.C: another naming problem: should not name
14047: vars like that: unpredictable close caused problems with later
14048: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14049: descriptors missing on startup: stdin; Bad file number
14050:
14051: todo: find out why so many filters(stream) here. probably wrong?
14052:
14053: * src/: include/pa_dictionary.h, include/pa_string.h,
14054: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14055: main/untaint.C: test compiled
14056:
14057: * src/: classes/image.C, classes/mail.C, classes/math.C,
14058: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
14059: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
14060: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
14061: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
14062: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14063: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
14064: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
14065: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
14066: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
14067:
14068: * parser3.dsw, src/classes/file.C, src/classes/image.C,
14069: src/classes/op.C, src/classes/string.C, src/classes/table.C,
14070: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
14071: src/include/pa_memory.h, src/include/pa_request.h,
14072: src/include/pa_request_charsets.h,
14073: src/include/pa_sql_connection.h, src/include/pa_string.h,
14074: src/main/compile.tab.C, src/main/execute.C,
14075: src/main/pa_charset.C, src/main/pa_common.C,
14076: src/main/pa_exception.C, src/main/pa_exec.C,
14077: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14078: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
14079: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
14080: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
14081: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14082: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
14083: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14084: src/types/pa_vobject.C, src/types/pa_vresponse.C,
14085: src/types/pa_vstatus.C, src/types/pa_vstring.C,
14086: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14087: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
14088: pa_common.C [done, without http for now]
14089:
14090: 2003-03-19 paf
14091:
14092: * src/: classes/date.C, classes/form.C, classes/hash.C,
14093: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
14094: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
14095: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
14096: include/pa_string.h, include/pa_table.h, main/compile.C,
14097: main/compile_tools.C, main/execute.C, main/pa_charset.C,
14098: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
14099: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
14100: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14101: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
14102: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
14103: types/pa_vstateless_class.h, types/pa_vtable.C,
14104: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
14105: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14106: types/pa_wwrapper.h: started test
14107:
1.116 moko 14108: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
14109: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 14110:
14111: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
14112: include/pa_string.h, main/pa_string.C: string compiled todo: test
14113: it
14114:
14115: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
14116: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
14117: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
14118: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
14119: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
14120: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
14121: types/pa_vmethod_frame.h, types/types.dsp: string
14122: reimplementation with cord+array<fragment>: 70%
14123:
14124: 2003-03-18 paf
14125:
14126: * src/: classes/date.C, classes/file.C, classes/form.C,
14127: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
14128: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
14129: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
14130: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
14131: can ignore lang in cmp and pos really, but would
14132: split properly!
14133:
14134: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
14135: cord part made parser/src/lib: it's not compiled into libgc by
14136: default
14137:
14138: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
14139: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14140: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14141: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14142: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14143: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14144: src/classes/xnode.C, src/classes/xnode.h,
14145: src/include/Makefile.am, src/include/pa_cache_managers.h,
14146: src/include/pa_charset.h, src/include/pa_charsets.h,
14147: src/include/pa_common.h, src/include/pa_dictionary.h,
14148: src/include/pa_exception.h, src/include/pa_exec.h,
14149: src/include/pa_globals.h, src/include/pa_hash.h,
14150: src/include/pa_memory.h, src/include/pa_pool.h,
14151: src/include/pa_request.h, src/include/pa_request_charsets.h,
14152: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
14153: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14154: src/include/pa_stylesheet_connection.h,
14155: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14156: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
14157: src/main/compile.C, src/main/compile.tab.C,
14158: src/main/compile_tools.C, src/main/compile_tools.h,
14159: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
14160: src/main/pa_charsets.C, src/main/pa_common.C,
14161: src/main/pa_dictionary.C, src/main/pa_exception.C,
14162: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
14163: src/main/pa_pool.C, src/main/pa_request.C,
14164: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14165: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
14166: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
14167: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14168: src/types/pa_junction.h, src/types/pa_method.h,
14169: src/types/pa_value.C, src/types/pa_value.h,
14170: src/types/pa_vclass.C, src/types/pa_vclass.h,
14171: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14172: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14173: src/types/pa_vdouble.h, src/types/pa_venv.h,
14174: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14175: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14176: src/types/pa_vimage.C, src/types/pa_vimage.h,
14177: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
14178: src/types/pa_vmath.C, src/types/pa_vmath.h,
14179: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14180: src/types/pa_vobject.C, src/types/pa_vobject.h,
14181: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14182: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14183: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14184: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14185: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14186: src/types/pa_vstring.h, src/types/pa_vtable.C,
14187: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14188: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14189: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14190: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14191: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
14192: gc: PA_Object done lots of replacements also
14193:
14194: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
14195: gc logging
14196:
14197: 2003-03-17 paf
14198:
14199: * src/: classes/date.C, classes/file.C, classes/form.C,
14200: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
14201: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
14202: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14203: include/pa_string.h, include/pa_types.h, main/compile.C,
14204: main/compile.tab.C, main/execute.C, main/pa_charset.C,
14205: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
14206: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14207: main/pa_sql_driver_manager.C, main/pa_string.C,
14208: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
14209: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
14210: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14211: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
14212: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
14213: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14214: types/pa_vxnode.h: libgc attempt
14215:
14216: 2003-03-13 paf
14217:
14218: * src/: include/pa_sql_driver_manager.h,
14219: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
14220: called
14221:
14222: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
14223: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
14224: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
14225: types/pa_value.h, types/pa_vobject.h,
14226: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
14227: set_base, set_derived simplified [counter leaks fixed]
14228:
14229: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
14230: src/types/types.dsp: incorporated status class patch From:
14231: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
14232: 2003 8:14 AM
14233:
14234: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
14235: Win32 specific: QuotaPeakNonPagedPoolUsage
14236: QuotaPeakPagedPoolUsage PeakPagefileUsage]
14237:
14238: 2003-03-12 paf
14239:
1.116 moko 14240: * configure, configure.in, src/lib/ltdl/configure,
14241: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 14242: lib/ltdl/Makefile now created by /configure.in only [were by
14243: lib/ltdl/configure.in OVERWRITE]
14244:
1.116 moko 14245: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
14246: linkage fixed for g++ 3.2.2
1.95 moko 14247:
14248: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
14249: on using privately declared class [fixed]
14250:
14251: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
14252: 3.2 rightliy complained on using privately declared class [fixed]
14253:
14254: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
14255: sigpipe before request constructor now causes death
14256:
14257: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
14258: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
14259: not cause exception in exception handler
14260:
1.116 moko 14261: * configure, configure.in, src/targets/cgi/Makefile.am: configure
14262: now default links libstdc++ statically. that can be overriden by
14263: --with-dynamic-stdcpp
1.95 moko 14264:
14265: 2003-03-11 paf
14266:
14267: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
14268: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
14269: necessity of libstdc++
14270:
14271: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14272:
14273: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14274:
14275: 2003-03-08 paf
14276:
14277: * tests/Makefile: make install & co
14278:
14279: * src/: include/pa_request.h, classes/op.C: removing
14280: vclass,object.h -> pa_request.h dependency
14281:
14282: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
14283: main/pa_request.C: removing vform,response,cookie.h ->
14284: pa_request.h dependency
14285:
14286: * src/include/pa_request.h: removing vmail.h -> pa_request.h
14287: dependency [testing...]
14288:
14289: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
14290: return 0; fixed
14291:
14292: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
14293: types/pa_vmail.h: vmail.C received just compiled [not tested]
14294:
14295: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
14296:
14297: * src/main/pa_request.C: forgotten: ifdef XML
14298:
14299: * src/main/pa_request.C: forgotten: ifdef XML
14300:
14301: * src/targets/cgi/parser3.C: todo: move to latest xml version on
14302: win32 and run memleak tests again
14303:
14304: * src/targets/cgi/parser3.C: charsets: see some strange things with
14305: old xml lib-- it's internal memory handling has faults
14306:
14307: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
14308: problems when transcode from charset A to A.
14309:
14310: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
14311: todo: still problems when transcode from charset A to A.
14312:
14313: * src/: classes/hash.C, classes/mail.C, classes/string.C,
14314: classes/table.C, include/pa_array.h,
14315: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
14316: started full-scale-site-test [~ http://parser.ru sources]
14317:
14318: some fixes
14319:
14320: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
14321: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14322: 117.html, 118.html, 119.html, 120.html, results/109.processed,
14323: results/110.processed, results/111.processed,
14324: results/112.processed, results/113.processed,
14325: results/114.processed, results/115.processed,
14326: results/116.processed, results/117.processed,
14327: results/118.processed, results/119.processed,
14328: results/120.processed: xml: tests 109 dom create/show 110 xpath
14329: selectSingle 111 xdoc.create from tainted & 112
14330: xdoc.create/output with russian attr value 113 xpath
14331: selectString/Number 114 dom attributes.count 115 xpath selectBool
14332: 116 output media-type change 117 transform by dom stylesheet 118
14333: empty transform result 119 dom setAttribute 120 nbsp letter
14334: output
14335:
14336: =END OF PREPARED XML TESTS=
14337:
14338: 2003-03-07 paf
14339:
14340: * src/classes/xdoc.C, src/include/pa_charset.h,
14341: src/include/pa_stylesheet_connection.h, tests/108.html,
14342: tests/108.xsl, tests/results/108.processed: xml: test 108
14343: transform with params [bugs fixed]
14344:
14345: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
14346: from copy/paste bug
14347:
14348: * src/classes/xdoc.C, src/include/pa_charset.h,
14349: src/include/pa_request.h, src/main/execute.C,
14350: src/main/pa_charset.C, src/main/pa_exception.C,
14351: src/main/pa_globals.C, src/main/pa_request.C,
14352: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14353: src/types/pa_vxnode.C, tests/107.html,
14354: tests/results/107.processed: xml: test: 107 bug fixes
14355:
14356: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14357: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14358: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
14359:
14360: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
14361: string
14362:
14363: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
14364: mem alloc functions used for different cases [libxml, libxsl]
14365:
14366: * src/classes/classes.C: fixed: prevent system classes from
14367: modification to lock ALL the classes, not only directly used
14368:
14369: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
14370: linked
14371:
14372: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
14373:
14374: 2003-03-06 paf
14375:
14376: * src/classes/xdoc.C: xdoc.C 50%
14377:
14378: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
14379: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14380: main/pa_globals.C, main/pa_request.C,
14381: main/pa_stylesheet_manager.C: xnode.C compiled
14382:
14383: * src/: include/pa_stylesheet_connection.h,
14384: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
14385: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
14386:
14387: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
14388: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14389: xml: stylesheet&manager STARTED
14390:
14391: * src/: include/pa_globals.h, main/pa_charset.C,
14392: main/pa_exception.C, main/pa_globals.C: xml: exceptions
14393:
14394: * src/: include/pa_charset.h, include/pa_config_fixed.h,
14395: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
14396: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
14397: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
14398: charsets
14399:
14400: * tests/023.html: in some cases it rounded up badly. postponing
14401: solution of that problem, making more simple test
14402:
14403: * tests/: 058_paf2000.png, results/058.processed: .png added with
14404: -kb now
14405:
14406: * src/: include/pa_charset.h, include/pa_charsets.h,
14407: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
14408: moved to charsets.C
14409:
14410: 2003-03-05 paf
14411:
14412: * src/classes/string.C, src/include/pa_string.h,
14413: src/main/pa_string.C, tests/105.html,
14414: tests/results/105.processed: String::match bug fixed
14415:
14416: * src/classes/op.C, src/main/main.dsp, tests/104.html,
14417: tests/results/104.processed: ^bpt operator added [does int3 in
14418: debug build on win32]
14419:
14420: * tests/: 057.html, results/057.processed: test bug fixed
14421:
1.116 moko 14422: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 14423:
14424: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
14425: missing
14426:
1.116 moko 14427: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
14428: forgotten files added to Makes
1.95 moko 14429:
14430: * ltmain.sh: ltmain.sh added
14431:
14432: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14433: change undone ;(
14434:
14435: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14436: made static
14437:
14438: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 14439: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
14440: todo:make linker happy
1.95 moko 14441:
14442: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
14443: env param made optional
14444:
14445: 2003-03-04 paf
14446:
14447: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
14448: types/pa_vimage.h: number of gcc compiler bugs fixed
14449:
14450: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
14451: results/103.processed: tests: 103 image.copy transparence test
14452:
14453: * src/main/execute.C, tests/101.html, tests/102.html,
14454: tests/results/101.processed, tests/results/102.processed: tests:
14455: 101 method/variable name conflict test 102 form fields change
14456: should not not change anything [bug fix]
14457:
14458: * tests/: 057.html, 099.html, 100.html, results/057.processed,
14459: results/099.processed, results/100.processed: tests: 57 date
14460: create 2002: added 99,100 response:body/download
14461:
14462: * src/classes/image.C, tests/098.html, tests/098font.gif,
14463: tests/results/098.processed: test: 98 image font text [bug fixed]
14464:
14465: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
14466: tests/results/097.processed: test: 97 file::load http:// [bugs
14467: fixed]
14468:
14469: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
14470: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
14471: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
14472: image EXIF [bug fixed]
14473:
14474: * src/classes/table.C, src/main/execute.C, tests/061.dat,
14475: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
14476: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
14477: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
14478: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
14479: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
14480: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
14481: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
14482: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
14483: tests/094.html, tests/095.html, tests/results/061.processed,
14484: tests/results/062.processed, tests/results/063.processed,
14485: tests/results/064.processed, tests/results/065.processed,
14486: tests/results/066.processed, tests/results/067.processed,
14487: tests/results/068.processed, tests/results/069.processed,
14488: tests/results/070.processed, tests/results/071.processed,
14489: tests/results/072.processed, tests/results/073.processed,
14490: tests/results/074.processed, tests/results/075.processed,
14491: tests/results/076.processed, tests/results/077.processed,
14492: tests/results/078.processed, tests/results/080.processed,
14493: tests/results/081.processed, tests/results/082.processed,
14494: tests/results/083.processed, tests/results/084.processed,
14495: tests/results/085.processed, tests/results/086.processed,
14496: tests/results/087.processed, tests/results/088.processed,
14497: tests/results/089.processed, tests/results/090.processed,
14498: tests/results/091.processed, tests/results/092.processed,
14499: tests/results/093.processed, tests/results/094.processed,
14500: tests/results/095.processed, tests/079.html,
14501: tests/results/079.processed: tests: 61 file::stat size 62
14502: string->int autoconvert 63 double .int,dec,div,mul 64 date
14503: compare 65 file: basename,justname,justext 66 math:crypt 67
14504: string.match simple on long 68 string.match normalized simple on
14505: long 69 string.int 70 file::stat content-type 71 table.join 72
14506: hash parameter conditional pass 73 date daylightsaving,yearday 74
14507: date arithmetics 75 response date values/attributes 76 string.pos
14508: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
14509: with local 80 scientific numeric literal in string autoconvert 81
14510: xor: logical and numerical 82 for delims 83 menu delims 84
14511: table.hash distinct 85 long string replace 86 throw+catch
14512: current language preserve 87 bit shifts 88 junction tests +
14513: $caller test 89 hash.foreach selfmodification 90 int/void to int
14514: 91 $caller test 92 junction is + def junction tests 93 $caller
14515: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
14516:
14517: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
14518: fixed] 60 string eq string [bug fixed]
14519:
14520: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
14521: 058.html, 058_paf2000.png, 059.html, 060.html,
14522: results/053.processed, results/054.processed,
14523: results/055.processed, results/056.processed,
14524: results/057.processed, results/058.processed,
14525: results/059.processed, results/060.processed: test: 53
14526: string.replace 54 junctions 55 table.hash 56 call indirect 57
14527: date.create[string] 58 image.measure[png]
14528:
14529: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
14530: outputs/051.processed, results/052.processed: test: 52
14531: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
14532: task: fix that
14533:
14534: 2003-03-03 paf
14535:
14536: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
14537: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
14538: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
14539: outputs/049.processed, outputs/050.processed,
14540: outputs/051.processed, results/001.processed,
14541: results/002.processed, results/003.processed,
14542: results/005.processed, results/006.processed,
14543: results/008.processed, results/009.processed,
14544: results/011.processed, results/012.processed,
14545: results/013.processed, results/014.processed,
14546: results/015.processed, results/016.processed,
14547: results/017.processed, results/020.processed,
14548: results/021.processed, results/022.processed,
14549: results/024.processed, results/025.processed,
14550: results/026.processed, results/027.processed,
14551: results/028.processed, results/029.processed,
14552: results/030.processed, results/031.processed,
14553: results/049.processed, results/050.processed,
14554: results/051.processed, results/043.processed,
14555: results/044.processed, results/045.processed,
14556: results/046.processed, results/047.processed,
14557: results/048.processed: tests: 43,44,45 date rolls 46
14558: autoevaluating junction 47 table.select 48 name with subvar 49
14559: hash-creating switch 50 process 51 started parent/child, works as
14560: it were but it were NOT GOOD, created separate task to fix that
14561:
14562: * tests/: 042.html, results/042.processed: test: 42
14563: exception.handled
14564:
14565: * tests/: 041.html, results/041.processed: test: 41 table.locate by
14566: expression
14567:
14568: * tests/: 040.html, results/040.processed: test: 39 method result
14569: of type table 40 method param junction auto evaluate
14570:
14571: * tests/: 039.html, results/039.processed: test: 37 method result
14572: of type table
14573:
14574: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
14575: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
14576: tests/038.html, tests/results/033.processed,
14577: tests/results/034.processed, tests/results/035.processed,
14578: tests/results/036.processed, tests/results/037.processed,
14579: tests/results/038.processed: tests: 33 string.replace 34
14580: string.upper 35 table created 36 local/global vars with juntions
14581: 37 table clone 38 math PI & number formatting
14582:
14583: math class registring typo fixed
14584:
14585: * src/classes/op.C, src/include/pa_request.h,
14586: src/include/pa_string.h, src/main/execute.C,
14587: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
14588: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
14589: tests/032.html, tests/results/032.processed: uchar changed to
14590: String_UL in all places [was not everywhere] untaint test: 032
14591:
14592: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
14593: tests/results/004.processed, tests/parser-cygwin.sh,
14594: tests/parser-unix.sh: removed -H command line key, now testing
14595: using .sh file with SERVER_SOFTWARE=xxx
14596:
14597: 2003-02-26 paf
14598:
14599: * src/main/execute.C, src/types/pa_vstateless_class.h,
14600: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
14601: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
14602: tests/results/024.processed, tests/results/025.processed,
14603: tests/results/026.processed, tests/results/027.processed,
14604: tests/results/028.processed, tests/results/029.processed,
14605: tests/results/030.processed, tests/results/031.processed: fixed
14606: bug with name_cstr mutable CharPtr more tests
14607:
14608: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
14609: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
14610: << abort. die now just exits
14611:
14612: * src/classes/classes.awk, src/classes/classes.h,
14613: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14614: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14615: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14616: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14617: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14618: src/classes/xnode.C, src/include/pa_memory.h,
14619: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
14620: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
14621: src/types/pa_vform.C, tests/015.html, tests/016.html,
14622: tests/017.html, tests/018.html, tests/019.html,
14623: tests/019paf2001.gif, tests/020.html, tests/021.html,
14624: tests/022.html, tests/023.html, tests/022_dir/a.html,
14625: tests/022_dir/b.txt, tests/022_dir/c.htm,
14626: tests/results/015.processed, tests/results/016.processed,
14627: tests/results/017.processed, tests/results/018.processed,
14628: tests/results/019.processed, tests/results/020.processed,
14629: tests/results/021.processed, tests/results/022.processed,
14630: tests/results/023.processed: methoded_array now contains all Mxxx
14631: classes SAPI::get_env now returns info on pool more tests
14632:
14633: * src/include/pa_array.h, src/include/pa_hash.h,
14634: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
14635: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
14636: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
14637: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
14638: tests/014.html, tests/Makefile, tests/outputs/create-dir,
14639: tests/results/001.processed, tests/results/002.processed,
14640: tests/results/003.processed, tests/results/004.processed,
14641: tests/results/005.processed, tests/results/006.processed,
14642: tests/results/007.processed, tests/results/008.processed,
14643: tests/results/009.processed, tests/results/010.processed,
14644: tests/results/011.processed, tests/results/012.processed,
14645: tests/results/013.processed, tests/results/014.processed: hash
14646: cloning fixed
14647:
14648: 2003-02-25 paf
14649:
14650: * src/main/pa_common.C: typo fixed
14651:
14652: 2003-02-24 paf
14653:
14654: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
14655: [one remained]
14656:
14657: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
14658: [should have been get_string(&pool)] todo: check other such calls
14659:
14660: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
14661: test10, bad lookups
14662:
14663: xxx* xxx=smartptr.get(); << is bad style, after ";" original
14664: object got destructed, and xxx points to sky
14665:
14666: * ChangeLog, src/classes/string.C: match bug fixed
14667:
14668: * src/types/pa_vmail.C: body [text/html] transcoded to
14669: $.charset[specified] now
14670:
14671: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14672: which failed to handle sigsetjmp+throw: crashed inside of
14673: pre-throw code. rewritten simplier [though duplicating
14674: closesocket code]
14675:
14676: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14677: which failed to handle sigsetjmp+throw: crashed inside of
14678: pre-throw code. rewritten simplier [though duplicating
14679: closesocket code]
14680:
14681: 2003-02-21 paf
14682:
14683: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
14684: $cookie:name[$.expires[date << can be now]]
14685:
14686: written makefile with regression tests [raw]
14687:
14688: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
14689: tests' only [it's not forcing CGI mode now] now use -H to output
14690: CGI header when parser used in command line [useful for tests
14691: also]
14692:
14693: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
14694: switches on CGI mode, and is used in regression tests
14695:
14696: * src/: include/pa_request.h, main/pa_request.C,
14697: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
14698: fixed
14699:
14700: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
14701: handling pa_*
14702:
14703: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
14704: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
14705: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
14706: memory handling files
14707:
14708: * src/main/pa_array.C: pool::format_integer terminator fixed
14709:
14710: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
14711: compiles OK test to show benefits of free
14712:
14713: * src/: classes/file.C, classes/image.C, classes/mail.C,
14714: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
14715: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14716: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
14717: use pool [as the one in ^process]
14718:
14719: * src/classes/op.C: fixed process. sould now check for all cstr's
14720: -- some must use pool [as the one in ^process]
14721:
14722: 2003-02-20 paf
14723:
14724: * src/: classes/date.C, classes/double.C, classes/file.C,
14725: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14726: classes/math.C, classes/op.C, classes/response.C,
14727: classes/string.C, classes/table.C, classes/void.C,
14728: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
14729: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
14730: string cmp fixed
14731:
14732: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
14733: values passed OK now
14734:
14735: 2003-02-19 paf
14736:
14737: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
14738: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
14739: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
14740: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
14741: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
14742: all remaning leaks resulted from pooled::malloc calls [excluding
14743: in gd -- planning complete rewrite extremely ugly code]
14744:
14745: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
14746: files
14747:
14748: 2003-02-17 paf
14749:
14750: * src/: classes/date.C, classes/double.C, classes/file.C,
14751: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14752: classes/response.C, classes/string.C, classes/table.C,
14753: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
14754: include/pa_stylesheet_connection.h,
14755: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
14756: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14757: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
14758: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
14759: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
14760: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
14761: of unitialized simple-typed field
14762:
14763: * src/: classes/classes.C, classes/classes.h, main/execute.C,
14764: main/pa_charset.C, main/pa_request.C: another bug of unitialized
14765: simple-typed field fixed. todo: find&kill all like that one
14766:
14767: * src/: main/execute.C, targets/cgi/pa_pool.C,
14768: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
14769: debug output fixed
14770:
14771: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
14772: main/pa_request.C: stack-stored items need extra .ref to prevent
14773: object_ptr from delete[them]
14774:
14775: * src/: classes/date.C, classes/op.C, classes/table.C,
14776: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
14777: include/pa_charset.h, main/Makefile.am, main/main.dsp,
14778: main/pa_charset.C, main/pa_common.C,
14779: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14780: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14781: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
14782: calls
14783:
14784: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
14785: couple mem leaks rusulted from old pooled::malloc usage.
14786: todo:find more like those
14787:
14788: * src/main/: compile.C, compile_tools.C: 2*2!
14789:
14790: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
14791: stackItem fixed [there were no string on stack before]
14792:
14793: * src/: main/execute.C, main/pa_request.C,
14794: types/pa_vmethod_frame.C: first letters out OK
14795:
14796: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
14797: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
14798: main/pa_string.C, main/untaint.C, types/pa_value.h,
14799: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
14800: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
14801: type not initialized with zeros :( while class fields of class
14802: types initialized with default constructors. learn C++
14803:
14804: * src/: classes/classes.awk, classes/double.C, classes/file.C,
14805: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
14806: classes/math.C, classes/xdoc.C, classes/xnode.C,
14807: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
14808: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
14809:
14810: 2003-02-14 paf
14811:
14812: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
14813: 13 link errors
14814:
14815: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
14816: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
14817: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14818: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
14819: errors :)
14820:
14821: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
14822: classes/hash.C, classes/mail.C, classes/op.C,
14823: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
14824: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
14825: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
14826: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
14827:
14828: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
14829: classes/table.C, include/pa_common.h, include/pa_globals.h,
14830: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
14831: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
14832: types/pa_vint.h, types/types.dsp: op compiled
14833:
14834: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
14835: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
14836: main/untaint.C, types/pa_vtable.h: string, response compiled
14837:
14838: 2003-02-07 paf
14839:
14840: * src/: classes/table.C, types/pa_vtable.h: table compiled
14841:
14842: 2003-02-06 paf
14843:
14844: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
14845: mail compiled
14846:
14847: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
14848: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
14849: types/pa_vfile.h, types/pa_vimage.h: image compiled
14850:
14851: * src/classes/: file.C, form.C: form compiled
14852:
14853: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
14854: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
14855: types/pa_vfile.C, types/pa_vfile.h: file compiled
14856:
14857: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
14858: types/pa_vmath.h: math compiled [win32]
14859:
14860: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
14861: types/pa_vstring.h: hash compiled
14862:
14863: 2003-02-04 paf
14864:
14865: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
14866: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14867: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
14868: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
14869: types/pa_vhash.h: hash 50% compiled
14870:
14871: * src/: classes/date.C, classes/file.C, classes/hash.C,
14872: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
14873: classes/string.C, classes/table.C, classes/xdoc.C,
14874: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
14875: main/pa_string.C: date compiled
14876:
14877: * src/classes/: classes.dsp, double.C: double compiled
14878:
14879: * src/: classes/date.C, classes/double.C, classes/file.C,
14880: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
14881: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
14882: classes/string.C, classes/table.C, classes/void.C,
14883: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
14884: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
14885: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
14886: compiled
14887:
14888: * src/: classes/date.C, classes/double.C, classes/file.C,
14889: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14890: classes/math.C, classes/op.C, classes/response.C,
14891: classes/string.C, classes/table.C, classes/void.C,
14892: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14893: types/pa_vvoid.h: void compiled :)
14894:
14895: * src/: include/pa_globals.h, main/pa_cache_managers.C,
14896: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14897: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14898: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
14899: main/pa_string.C, main/pa_uue.C, main/untaint.C,
14900: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
14901: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
14902: types/pa_vresponse.C, types/pa_vstateless_class.C,
14903: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
14904: types/pa_wcontext.C, types/types.dsp: removed stupid
14905: value_includes.h
14906:
14907: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
14908: trying to remove stupid value_includes.h
14909:
14910: * src/main/pa_exec.C: pa_exec compiled on win32
14911:
14912: * src/main/pa_exec.C: libmain.a compiled on six [unix]
14913:
14914: * src/: include/pa_globals.h, include/pa_request.h,
14915: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
14916: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
14917: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
14918: types/pa_vrequest.C, types/pa_vstateless_class.C,
14919: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
14920:
14921: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
14922: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
14923: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
14924:
14925: * src/: include/pa_array.h, include/pa_config_includes.h,
14926: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
14927: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
14928: compiled
14929:
14930: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
14931: name conflicts)
14932:
14933: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
14934: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
14935: yelds "virtual memory exhausted" while trying to compile
14936: execute.C [eating up to 127MB]
14937:
14938: 2003-02-03 paf
14939:
14940: * src/: include/pa_config_includes.h, include/pa_hash.h,
14941: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
14942: main/pa_common.C, types/pa_value.C, types/pa_value.h,
14943: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14944: types/pa_vint.h, types/pa_vjunction.h,
14945: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
14946: started gcc compiling pa_common compiled
14947:
14948: * src/: include/pa_exception.h, include/pa_pool.h,
14949: main/pa_exception.C: exception gcc change #1
14950:
1.116 moko 14951: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
14952: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 14953:
14954: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
14955:
14956: * src/types/pa_vtable.C: vtable compiled
14957:
14958: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
14959:
14960: * src/: include/pa_cache_managers.h, main/pa_request.C,
14961: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
14962:
14963: * src/types/pa_vstateless_class.C: vstateless_class compiled
14964:
14965: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
14966:
14967: * src/types/pa_vrequest.C: vrequest compiled
14968:
14969: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
14970: pa_vobject.C, pa_vobject.h: vobject compiled
14971:
14972: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
14973: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14974: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
14975: compiled
14976:
14977: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
14978:
14979: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
14980: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
14981: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
14982: compiled
14983:
14984: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
14985: main.lib - 0 error(s), 0 warning(s)
14986:
14987: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
14988: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
14989:
14990: 2003-01-31 paf
14991:
14992: * src/: include/pa_array.h, include/pa_operation.h,
14993: include/pa_request.h, main/execute.C, main/main.dsp,
14994: types/pa_vjunction.h: started last file from main library:
14995: execute
14996:
14997: * src/: include/pa_request.h, include/pa_sapi.h,
14998: main/compile.tab.C, main/compile.y, main/compile_tools.h,
14999: main/pa_request.C, targets/cgi/parser3.C,
15000: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15001: types/pa_vhash.h: pa_request compiled
15002:
15003: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15004: include/pa_globals.h, include/pa_request.h,
15005: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15006: main/execute.C, main/main.dsp, main/pa_common.C,
15007: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15008: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15009: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15010: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15011: types/types.dsp: most pa_request compiled
15012:
15013: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15014: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15015: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15016: classes/op.C, classes/response.C, classes/string.C,
15017: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15018: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15019: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15020: include/pa_config_fixed.h, include/pa_config_includes.h,
15021: include/pa_dictionary.h, include/pa_dir.h,
15022: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15023: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15024: include/pa_pool.h, include/pa_request.h,
15025: include/pa_request_charsets.h, include/pa_request_info.h,
15026: include/pa_sapi.h, include/pa_socks.h,
15027: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15028: include/pa_stack.h, include/pa_string.h,
15029: include/pa_stylesheet_connection.h,
15030: include/pa_stylesheet_manager.h, include/pa_table.h,
15031: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15032: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15033: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15034: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15035: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15036: main/compile.C, main/compile.tab.C, main/compile.y,
15037: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15038: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15039: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15040: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15041: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15042: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15043: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15044: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15045: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15046: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15047: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15048: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15049: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15050: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15051: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15052: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15053: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15054: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15055: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15056: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15057: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15058: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15059: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15060: types/pa_vresponse.h, types/pa_vstateless_class.C,
15061: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15062: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15063: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15064: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15065: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15066: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
15067:
15068: * ChangeLog, src/classes/classes.h, src/classes/op.C,
15069: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15070: src/include/pa_charsets.h, src/include/pa_common.h,
15071: src/include/pa_dictionary.h, src/include/pa_exception.h,
15072: src/include/pa_exec.h, src/include/pa_pool.h,
15073: src/include/pa_request.h, src/include/pa_sapi.h,
15074: src/include/pa_sql_connection.h,
15075: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15076: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
15077: src/main/compile.tab.C, src/main/compile_tools.C,
15078: src/main/compile_tools.h, src/main/main.dsp,
15079: src/main/pa_charset.C, src/main/pa_charsets.C,
15080: src/main/pa_common.C, src/main/pa_dictionary.C,
15081: src/main/pa_exception.C, src/main/pa_exec.C,
15082: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15083: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
15084: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
15085: src/types/pa_vclass.h, src/types/pa_vcookie.C,
15086: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15087: src/types/pa_vdouble.h, src/types/pa_venv.h,
15088: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
15089: src/types/pa_vhash.h, src/types/pa_vimage.C,
15090: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
15091: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
15092: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15093: src/types/pa_vobject.C, src/types/pa_vobject.h,
15094: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15095: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15096: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15097: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
15098: src/types/pa_vstring.h, src/types/pa_vtable.h,
15099: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
15100: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
15101: died, long live StringPtr
15102:
15103: 2003-01-30 paf
15104:
15105: * src/: include/pa_charset.h, include/pa_request.h,
15106: include/pa_sql_driver_manager.h, main/compile.tab.C,
15107: main/compile.y, main/compile_tools.h, main/pa_request.C,
15108: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
15109:
15110: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
15111: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
15112: types/pa_vhash.h, types/pa_vmethod_frame.h,
15113: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15114: types/types.dsp: vstateless_class compiled
15115:
15116: * src/main/compile.C: compile compiled
15117:
15118: * src/: include/pa_array.h, include/pa_operation.h,
15119: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
15120: main/pa_table.C: compile_tools compiled
15121:
15122: * src/: include/pa_operation.h, main/compile.y,
15123: main/compile_tools.C, main/compile_tools.h: started
15124: compile_tools. vagues ideas of how to free compiled code
15125:
15126: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
15127: main/main.dsp, types/pa_value.C, types/pa_value.h,
15128: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
15129: compiled
15130:
15131: 2003-01-29 paf
15132:
15133: * src/: include/pa_globals.h, include/pa_request.h,
15134: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15135: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
15136: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
15137: compiled
15138:
15139: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
15140: now
15141:
15142: * src/: include/pa_array.h, include/pa_exception.h,
15143: include/pa_pool.h, main/pa_exception.C: gd compiled
15144:
15145: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
15146: compiled
15147:
15148: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15149: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
15150: types/pa_vfile.h: vfile compiled
15151:
15152: * src/: include/pa_common.h, include/pa_globals.h,
15153: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
15154: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
15155: types/pa_vform.C, types/pa_vform.h: vcookie compiled
15156:
15157: * src/: include/pa_exception.h, main/pa_cache_managers.C,
15158: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
15159: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
15160: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15161: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
15162:
15163: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
15164: main/main.dsp, main/untaint.C: more compiled
15165:
15166: * src/: include/pa_charsets.h, include/pa_request.h,
15167: include/pa_request_info.h, include/pa_string.h,
15168: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
15169: types/pa_vresponse.h: vrequest compiled
15170:
15171: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
15172: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
15173: pa_vresponse.h, pa_wcontext.h: vrequest compiled
15174:
15175: * src/: classes/classes.h, include/pa_charset.h,
15176: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
15177: include/pa_request.h, include/pa_string.h, main/main.dsp,
15178: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
15179: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
15180: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
15181: types/pa_vrequest.C, types/pa_vrequest.h,
15182: types/pa_vstateless_class.h, types/pa_vstring.h,
15183: types/pa_vvoid.h: vrequest,vdouble,vint compiled
15184:
15185: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
15186: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15187: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
15188: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
15189: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15190: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
15191: types/pa_vobject.h, types/pa_vstateless_class.h,
15192: types/pa_vstateless_object.h, types/pa_vstatus.h,
15193: types/pa_vstring.h, types/types.dsp: vmath compiled
15194:
15195: 2003-01-28 paf
15196:
15197: * src/: classes/classes.h, classes/date.C, classes/file.C,
15198: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
15199: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
15200: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
15201: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
15202: compile_tools
15203:
15204: * src/: include/pa_charset.h, include/pa_exception.h,
15205: include/pa_request.h, include/pa_string.h, main/untaint.C:
15206: untaint compiled
15207:
15208: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
15209: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
15210: more compiled. struck with string::store_to needing to know
15211: source/client charsets
15212:
15213: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
15214: types/pa_vfile.h: uue compiled
15215:
15216: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
15217: table compiled
15218:
15219: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15220: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
15221:
15222: * src/: include/pa_charset.h, main/pa_charset.C,
15223: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
15224: introduced]
15225:
15226: * src/: classes/date.C, include/pa_charset.h,
15227: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
15228: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
15229: pa_charsets compiled
15230:
15231: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
15232: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
15233:
15234: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
15235: common compiled
15236:
15237: * src/: include/pa_charsets.h, main/pa_charsets.C,
15238: main/pa_sql_driver_manager.C: pa_charsets compiled
15239:
15240: * src/: include/pa_array.h, include/pa_charset.h,
15241: include/pa_charsets.h, include/pa_pool.h,
15242: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15243: include/pa_stack.h, include/pa_string.h,
15244: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
15245: sql_driver_manager compiled
15246:
15247: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
15248: letter i with two dots added to koi, all ukranian letters added
15249: to win1251.
15250:
15251: typographic simbol 0xb9 deleted from win1251 [strange one & were
15252: abscent from koi]
15253:
15254: 2003-01-27 paf
15255:
15256: * src/: include/pa_exception.h, include/pa_sql_connection.h,
15257: include/pa_sql_driver_manager.h, include/pa_string.h,
15258: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
15259: sql/pa_sql_driver.h: paused on sql_manager
15260:
15261: * src/: include/pa_cache_managers.h, include/pa_pool.h,
15262: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15263: include/pa_stack.h, main/pa_sql_driver_manager.C,
15264: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
15265:
15266: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
15267: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15268: include/pa_table.h, main/pa_sql_driver_manager.C,
15269: main/pa_table.C: table compiled
15270:
15271: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
15272: cache_managers compiled
15273:
15274: * src/: include/pa_array.h, include/pa_charset.h,
15275: include/pa_pool.h, main/pa_charset.C: charset compiled
15276:
15277: * src/: include/pa_pool.h, main/pa_common.C: common compiled
15278:
15279: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
15280: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15281: main/pa_string.C, types/pa_value.C, types/pa_value.h,
15282: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
15283: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
15284:
15285: 2003-01-24 paf
15286:
15287: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
15288: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
15289: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15290: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
15291: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
15292: types/pa_vint.h, types/pa_vjunction.h,
15293: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15294: types/pa_vstatus.h, types/pa_vstring.h: more patched
15295:
15296: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
15297: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
15298: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
15299: main/pa_string.C, main/pa_table.C: string compiled
15300:
15301: * src/: include/pa_array.h, include/pa_common.h,
15302: include/pa_dictionary.h, include/pa_exception.h,
15303: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
15304: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
15305: main/pa_string.C: dictionary compiled
15306:
15307: 2003-01-23 paf
15308:
15309: * src/: include/pa_array.h, include/pa_common.h,
15310: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
15311: include/pa_request.h, include/pa_string.h, main/pa_common.C,
15312: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
15313: types/pa_value.h: resurrected pool in new sense: now it's
15314: factory, producing&accounting memory chunks for read[autofree]
15315: buffers
15316:
15317: * src/: include/pa_array.h, include/pa_exception.h,
15318: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
15319: main/pa_exception.C, main/pa_table.C: table compiled
15320:
15321: * src/: classes/image.C, classes/op.C, include/pa_array.h,
15322: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
15323: include/pa_pool.h, include/pa_pragma_pack_begin.h,
15324: include/pa_pragma_pack_end.h, include/pa_sapi.h,
15325: include/pa_string.h, include/pa_table.h, include/pa_types.h,
15326: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
15327: main/pa_table.C: aint that easy
15328:
15329: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
15330: main/main.dsp: continued with Hash
15331:
15332: * src/main/pa_common.C: connect_string allocated on heap[wes on
15333: stack] now. and exception can be reported OK now [can be reported
15334: outside of pro c with that stack]
15335:
15336: 2003-01-22 paf
15337:
15338: * src/: include/pa_array.h, include/pa_charset.h,
15339: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
15340: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
15341: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
15342: base: contains references_count. auto_ptr template calls
15343: add_ref/release
15344:
15345: 2003-01-21 paf
15346:
15347: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15348: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15349: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15350: classes/op.C, classes/response.C, classes/string.C,
15351: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15352: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15353: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15354: include/pa_config_fixed.h, include/pa_config_includes.h,
15355: include/pa_dictionary.h, include/pa_dir.h,
15356: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15357: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15358: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15359: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15360: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15361: include/pa_stack.h, include/pa_string.h,
15362: include/pa_stylesheet_connection.h,
15363: include/pa_stylesheet_manager.h, include/pa_table.h,
15364: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15365: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15366: lib/pcre/pcre_parser_ctype.c, main/compile.C,
15367: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15368: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15369: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15370: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15371: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15372: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15373: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15374: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15375: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15376: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15377: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15378: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15379: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
15380: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
15381: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15382: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15383: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15384: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15385: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15386: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15387: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15388: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15389: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15390: types/pa_vstateless_object.h, types/pa_vstatus.C,
15391: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15392: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15393: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15394: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15395: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
15396: 2002->2003
15397:
15398: 2003-01-16 paf
15399:
15400: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15401: src/main/pa_globals.C: http:// introducing $.any-status(1)
15402:
15403: * operators.txt, src/include/pa_config_fixed.h,
15404: src/main/pa_common.C: http request now return status. and not
15405: fail on status!=200
15406:
15407: 2003-01-15 paf
15408:
15409: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
15410:
15411: 2003-01-14 paf
15412:
15413: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
15414: mkinstalldirs: removed some ancient files [they in / really]
15415:
15416: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
15417: regretfully needed patch in two places. in config_fixed.h made
15418: stubs for lib to compile in MSVC
15419:
15420: 2003-01-13 paf
15421:
15422: * config.guess, config.sub, ltmain.sh: removed last piece of
15423: configure.in(libtool) hacks
15424:
1.116 moko 15425: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 15426: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
15427: ltdl.h: moved to latest libtool (1.4.3)
15428:
15429: 2003-01-10 paf
15430:
15431: * src/lib/ltdl/: configure, configure.in: PROG_NM
15432:
15433: * src/main/pa_globals.C: moved to latest xml lib versions, changed
15434: patches. libxml2 >= 2.5.1
15435: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
15436: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
15437: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15438:
15439: * INSTALL: moved to latest versions of xml libs libxml2 >=
15440: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
15441: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
15442: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15443:
15444: 2003-01-09 paf
15445:
15446: * INSTALL: xml,xslt,gdome lib urls updated
15447:
15448: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 15449: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 15450: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 15451: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
15452: 1.7.2
1.95 moko 15453:
15454: * depcomp: moving to automake 1.7.2
15455:
15456: 2002-12-27 paf
15457:
15458: * src/include/pa_version.h: 0007
15459:
15460: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
15461: outdated parts, made links to language docs
15462:
15463: * src/include/pa_config_auto.h.in: comment
15464:
15465: 2002-12-26 paf
15466:
15467: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
15468: not contain trailing / fixed.
15469:
15470: * INSTALL: changing SAFE_MODE politics
15471:
15472: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
15473:
15474: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
15475:
15476: 2002-12-25 paf
15477:
15478: * src/main/pa_globals.C: optimized-xml
15479:
15480: * src/main/pa_globals.C: optimized-as-is
15481:
15482: 2002-12-24 paf
15483:
15484: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
15485: fixed [were really called with zero size when .html?a=&b=]
15486:
15487: * src/classes/mail.C: $MAIL in @conf now invalid when configured
15488: with --with-sendmail
15489:
15490: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
15491: fixed]
15492:
15493: 2002-12-23 paf
15494:
15495: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
15496: ignoring parameters & were storing only string with default
15497: expires
15498:
15499: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
15500: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
15501: December 23, 2002 4:22 AM Subject: bug â
15502: Charset::transcode_buf2xchar
15503:
15504: 2002-12-20 paf
15505:
15506: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
15507: non-cgi [script] runs
15508:
15509: 2002-12-19 paf
15510:
15511: * INSTALL: --without-iconv recommended [it crashes on some systems
15512: [tested on elik]] moreover, it's not needed there [parser
15513: registers charsets itself]
15514:
15515: * INSTALL: --without-iconv recommended [it crashes on some systems
15516: [tested on elik]]
15517:
15518: * operators.txt, src/include/pa_globals.h,
15519: src/include/pa_request.h, src/main/pa_globals.C,
15520: src/main/pa_request.C: $response:download
15521:
15522: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
15523: compiler [win32]].
15524:
15525: 2002-12-18 paf
15526:
15527: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
15528:
15529: 2002-12-17 paf
15530:
15531: * src/targets/cgi/parser3.C: merged die&iis changes
15532:
15533: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
15534: to exit(1) 2. more flexible iilegal call check
15535:
15536: 2002-12-16 paf
15537:
15538: * ltmain.sh: some automakes silly insist on having this handy
15539:
15540: * src/main/untaint.C: filespec russian small 'r' changed to latin
15541: 'p' bug fix
15542:
15543: 2002-12-15 paf
15544:
15545: * src/main/untaint.C: filespec russian small 'r' changed to latin
15546: 'p'
15547:
15548: * configure.in, src/include/pa_config_auto.h.in,
15549: src/main/compile.C, src/main/pa_common.C: merged small changes
15550: from branch 6 to HEAD
15551:
15552: * src/main/compile.C: removed warning
15553:
15554: * src/main/pa_common.C: ftruncate having checked
15555:
15556: * configure.in, src/include/pa_version.h: new version
15557:
15558: 2002-12-14 paf
15559:
15560: * src/classes/table.C: removed unnecessary code
15561:
15562: * src/sql/pa_sql_driver.h: exception type fixed
15563:
15564: 2002-12-09 paf
15565:
15566: * src/types/pa_vvoid.h: $void.store[now] error
15567:
15568: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15569:
15570: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
15571: tries to write core dump
15572:
15573: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15574:
15575: * src/: classes/hash.C, classes/string.C, classes/table.C,
15576: classes/void.C, main/pa_sql_driver_manager.C,
15577: sql/pa_sql_driver.h: changed exception handling mech in sql
15578: handlers #2
15579:
15580: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
15581: exception handling mech in sql handlers
15582:
15583: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
15584: handlers
15585:
15586: * src/: classes/hash.C, classes/string.C, classes/table.C,
15587: classes/void.C, main/pa_sql_driver_manager.C,
15588: sql/pa_sql_driver.h: changed exception handling mech in sql
15589: handlers
15590:
1.116 moko 15591: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
15592: to write makefile which used libtool to install things, which is
15593: not needed
1.95 moko 15594:
15595: 2002-12-06 paf
15596:
15597: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
15598: $hash.fields -- pseudo field to make 'hash' more like 'table'
15599:
15600: 2002-12-05 paf
15601:
15602: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
15603: cc/bcc OK now
15604:
15605: * src/main/untaint.C: mail header closed properly
15606:
15607: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
15608: header ',' allowed. still bugs in smtp [only one receiptient
15609: works, cc, bcc ignored now, and MAILED ;)]
15610:
15611: [strncpy killed, memnchr used]
15612:
15613: * src/main/pa_table.C: table-copy now current=0
15614:
15615: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
15616: lowlevel proc
15617:
15618: * src/targets/cgi/parser3.C: more checks on
15619: http://domain/parser.cgi start [maybe some getenv returns "",
15620: checked that now
15621:
15622: * src/targets/cgi/parser3.C: more checks on
15623: http://domain/parser.cgi start [maybe some getenv returns "",
15624: checked that now
15625:
15626: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
15627: out-of-mem errors reached log]
15628:
15629: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
15630: mail:send MIME-Version default
15631:
15632: * src/main/main.dsp: pa_version included into main.dsp
15633:
15634: 2002-12-04 paf
15635:
15636: * src/types/pa_vform.C: $form:field string value cut by premature 0
15637:
15638: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
15639: lib/libltdl -> lib/ltdl Win32 changes. s
15640:
15641: * src/classes/classes.awk: more strict *.C$
15642:
15643: * gnu.dsp: restored
15644:
1.116 moko 15645: * configure.in, gnu.dsp, src/lib/Makefile.am,
15646: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
15647: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
15648: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
15649: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
15650: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
15651: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
15652: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
15653: now created with /configure, not ltdl/configure, so it does have
15654: no problems with automake. ltdl/configure
15655: AC_OUTPUT(Makefile<<removed)
1.95 moko 15656:
15657: 2002-12-02 paf
15658:
15659: * operators.txt: removed outdated status:db
15660:
15661: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
15662: src/main/pa_common.C, src/main/pa_request.C,
15663: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
15664: tainted parts becomes http-header
15665:
15666: 2002-11-29 paf
15667:
15668: * src/classes/date.C, src/classes/image.C, operators.txt: exif
15669: dates now objects of type date
15670:
15671: * src/classes/image.C: file.seek removed [it were used in image.C
15672: only, and for parser user this means that jpeg image has bad
15673: size in fragment's header] now used image.format
15674:
15675: * src/: include/pa_common.h, main/pa_common.C,
15676: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
15677: now handled exactly like $response:header values. e.g. can be
15678: hash [can have subattributes] & contain date values.
15679:
15680: * src/main/pa_common.C: http:// param values lang forced URI
15681:
15682: * src/main/pa_common.C: http:// tainted partes now %xx
15683:
15684: 2002-11-28 paf
15685:
15686: * operators.txt: http.timeout
15687:
15688: * src/classes/image.C: ^image.length now counts interchar space.
15689: plus space after last char
15690:
15691: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
15692:
15693: * src/classes/image.C: ^image.font width measurer now scans full
15694: height [were -1]
15695:
15696: * configure.in: stopped double libltdl/Makefile generation
15697:
15698: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
15699: chars [one top horizontal line of 1pixel height were missing]
15700:
15701: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
15702: 'false' to go into (Hash *) parameter
15703:
15704: 2002-11-27 paf
15705:
15706: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
15707: types/pa_vmail.C: response:body[file] if file nows it's name now
15708: returns content-disposition: >>attachment<<
15709:
15710: * src/classes/image.C: ^image.font << bad font file-size now
15711: properly reported
15712:
15713: 2002-11-26 paf
15714:
15715: * src/main/pa_request.C: fixed lang in reponse header
15716:
15717: * src/main/pa_common.C: utf8 prefix ignored @read text
15718:
15719: * operators.txt, src/main/pa_common.C: http:// response status!=200
15720: made exception: http.status with source=bad status#
15721:
15722: 2002-11-25 paf
15723:
15724: * configure.in, src/classes/image.C,
15725: src/include/pa_config_auto.h.in,
15726: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 15727: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
15728: const void related probs fixed
1.95 moko 15729:
15730: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
15731:
15732: $file[^file::load[http://there]] $file.SERVER
15733:
15734: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
15735: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
15736: http options [invalid onces now reported] made default
15737: user-agent: paf
15738:
15739: * operators.txt, src/classes/file.C, src/classes/table.C,
15740: src/classes/xdoc.C, src/include/pa_common.h,
15741: src/include/pa_globals.h, src/main/pa_common.C,
15742: src/main/pa_globals.C, src/main/pa_request.C,
15743: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
15744: now understand http:// prefix and additional params, sample:
15745: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
15746: $.USER-AGENT[parser3] ]]
15747:
15748: 2002-11-22 paf
15749:
15750: * src/classes/image.C, src/include/pa_globals.h,
15751: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
15752: src/types/pa_vimage.h, operators.txt: $image.exif support
15753: $image.exif.DateTime & co
15754:
15755: 2002-11-21 paf
15756:
15757: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
15758: _PASS_APPENDED)
15759:
15760: * src/classes/image.C: jpeg size measure fixed: were badly skipping
15761: EXIF information [were big block and it's size were considered
15762: negative :(]
15763:
15764: * operators.txt, src/classes/image.C, src/include/pa_common.h,
15765: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
15766: internals rewritten. no there's reader.seek, and all's ready for
15767: EXIF extraction [now we fail to measure files with EXIF info]
15768:
15769: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
15770: O_TRUNC truncates even exclusevely write-locked file [thanks to
15771: Igor Milyakov <virtan@rotabanner.com> for discovering]
15772:
15773: 2002-11-20 paf
15774:
15775: * src/targets/cgi/parser3.C: logging @signal += query_string
15776:
15777: * configure.in, src/include/pa_config_auto.h.in,
15778: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
15779: comment
15780:
15781: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
15782:
15783: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15784: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
15785: currently processed document SIGPIPE >> interrupts request
15786: processing [exception = DB rollback]
15787:
15788: * src/main/pa_exec.C: comment
15789:
15790: * src/main/pa_exec.C: pa_exec: data written only if size>0
15791:
15792: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
15793: << disable HTTP-POST repassing
15794:
15795: * src/: include/pa_config_fixed.h, main/pa_common.C,
15796: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
15797: pipe read errors now checked
15798:
15799: 2002-11-19 paf
15800:
15801: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
15802: CGI: Illegal call
15803:
15804: 2002-11-01 paf
15805:
15806: * src/main/execute.C: comment
15807:
15808: 2002-10-31 paf
15809:
15810: * src/main/execute.C: found out why, checked that for now. todo:
15811: find out a way for that user could do that
15812:
15813: * src/types/pa_vstateless_object.h: object put replaces static
15814: parent if any
15815:
15816: * src/types/pa_vobject.C: object put replaces static parent if any
15817:
15818: * src/: classes/form.C, classes/mail.C, classes/op.C,
15819: classes/xnode.h, main/compile.tab.C, main/execute.C,
15820: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
15821: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15822: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
15823: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15824: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
15825: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15826: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15827: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15828: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15829: types/pa_vstateless_object.h, types/pa_vstatus.C,
15830: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15831: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15832: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15833: types/pa_wwrapper.h: static fix merged
15834:
15835: * src/: main/compile.tab.C, types/pa_vobject.C: killed
15836: $virtual_fields in dynamic, but one can reach derived
15837: static[class] variable from base
15838:
15839: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
15840: types/pa_vobject.C, types/pa_vobject.h,
15841: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
15842: statics, left $virtual_fields in dynamic
15843:
15844: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
15845: one can't remember derivates in base class: there's so many of
15846: them. also there can be no virtual method calls in static
15847: classes
15848:
15849: * src/: classes/form.C, classes/mail.C, classes/op.C,
15850: classes/xnode.h, main/execute.C, main/pa_request.C,
15851: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
15852: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15853: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15854: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15855: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
15856: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
15857: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15858: types/pa_vresponse.C, types/pa_vresponse.h,
15859: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15860: types/pa_vstateless_object.h, types/pa_vstatus.C,
15861: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15862: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15863: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15864: types/pa_wwrapper.h: static call $self fixed
15865:
15866: * src/main/execute.C: comment
15867:
15868: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
15869: ^process[$caller.self]{...} now compiles to last derived object
15870: part of that 'self'
15871:
15872: 2002-10-29 paf
15873:
15874: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
15875: re-passing [iis to blame]
15876:
15877: * src/classes/string.C: changed string.save to pass current sql
15878: connection to cstr thus one can ^connect[some server]{
15879: $s[insert into table x (x) values (^taint[sql]{value})]
15880: ^s.save[some.sql] } and he'd get in some.sql file code with
15881: properly escaped. [tried in mssql->mysql export->import of
15882: binary data]
15883:
15884: 2002-10-25 paf
15885:
15886: * src/types/pa_vresponse.C: case insensitive response user fields
15887: get/put
15888:
15889: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
15890: types/pa_vresponse.C: saving for maybe-future
15891:
15892: 2002-10-23 paf
15893:
15894: * operators.txt, src/classes/table.C: ^table.hash{code}...
15895: ^table.hash(expr)...
15896:
15897: * src/types/pa_vmail.C: email whitespace trimBoth-ed
15898:
15899: 2002-10-22 paf
15900:
15901: * src/types/: pa_vform.C, pa_vform.h: removed needless
15902: VForm::Append...(...Value)
15903:
15904: * src/main/execute.C: $.name outside of $name[...] checked
15905:
15906: * src/main/: compile.tab.C, compile.y: lexer changed to fix
15907: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
15908:
15909: 2002-10-21 paf
15910:
15911: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
15912: $form:qtail $form:imap.x/y
15913:
15914: * operators.txt, src/types/pa_vform.C: $form:nameless =
15915: "?value&...", "...&value&...", "...&value"
15916:
15917: * operators.txt, src/types/pa_vform.C: $form:image-map
15918:
15919: * operators.txt, src/classes/file.C: /some/page.html:
15920: ^file:fullpath[a.gif] => /some/a.gif
15921:
15922: 2002-10-17 paf
15923:
15924: * src/main/: compile.tab.C, compile.y: operators precedence changed
15925: a little: logical not and bitwise negation precedence made
15926: highest, << and >> bitshits precedence made equal [were << higher
15927: than >>]
15928:
15929: * src/classes/op.C: exception handling fixed [were bad with
15930: contexts]
15931:
15932: 2002-10-16 paf
15933:
15934: * src/: classes/op.C, include/pa_request.h, main/execute.C,
15935: main/pa_request.C: Request::self considered equal to
15936: VMethodFrame::self, and removed, Request::get_self() mapped to
15937: VMethodFrame.self()
15938:
15939: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
15940: $hash in open field now gives old good error meesage
15941:
15942: 2002-10-15 paf
15943:
15944: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
15945: use ^if($junction is junction){was and now true}
15946:
15947: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
15948: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
15949: types/pa_vxnode.C: xml->parser strings now have origin, which
15950: points to place where value left xml library and came to parser:
15951: place of dom field extraction/call
15952:
15953: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
15954: main/compile.tab.C, main/compile.y, main/execute.C,
15955: types/pa_vmethod_frame.h: removed last pieces of old code
15956: allowing $junction.xxx at compile time
15957:
15958: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
15959: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
15960: objects also considered [were only classes]
15961:
15962: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
15963: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
15964: with CLASS self. [ (request&method_frame).self temporarily
15965: changed ]
15966:
15967: * src/classes/: hash.C, op.C: method_frame now always changed, with
15968: no exception to native calls. for&foreach changed to use
15969: method_frame.caller for their var's name context
15970:
15971: * src/: main/execute.C, targets/cgi/parser3.C,
15972: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
15973: compiling to system classes disabled
15974:
15975: * operators.txt, src/classes/op.C:
15976: ^process[$caller.CLASS]{code-string} added
15977:
15978: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
15979: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
15980: src/types/Makefile.am, src/types/pa_vjunction.C,
15981: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
15982: src/types/types.dsp: removed $junction.get $junction.set[]
15983: introducing $caller
15984:
15985: * src/types/pa_value.h: removed outdated comments. doxygen would
15986: find them lower by inheritance tree
15987:
15988: * src/types/pa_vjunction.C: ident
15989:
15990: 2002-10-14 paf
15991:
15992: * src/classes/op.C: process compiles to code's class class
15993:
15994: * src/: classes/form.C, classes/mail.C, classes/op.C,
15995: include/pa_request.h, main/compile.C, main/compile.tab.C,
15996: main/compile.y, main/execute.C, main/pa_request.C,
15997: types/pa_vstateless_class.h: operators now main-class-methods
15998:
15999: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16000: better stack trace [has "call" & co there]
16001:
16002: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16003: operators @auto now executed in MAIN context
16004:
16005: * src/main/execute.C: operator execution context now = MAIN, not
16006: closest stack frame
16007:
16008: @touchit[] $i[after]
16009:
16010: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16011: were 'after'
16012:
16013: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16014: 'after'
16015:
16016: * src/main/execute.C: comment
16017:
16018: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16019: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16020: action]
16021:
16022: * src/types/pa_vxnode.C: misreplace fixed
16023:
16024: * configure, configure.in, src/include/pa_config_auto.h.in,
16025: src/types/pa_vstatus.C, operators.txt:
16026: $status:rusage.tv_secs/usecs introduced
16027:
16028: 2002-10-09 paf
16029:
16030: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16031: on empty string [or uses (default)]
16032:
16033: 2002-10-08 paf
16034:
16035: * src/main/untaint.C: mail header quoted printable changed after
16036: RFC reread
16037:
16038: * operators.txt: plan on ^if(method
16039:
16040: * src/types/pa_vxnode.C: misreplace
16041:
16042: 2002-09-24 paf
16043:
1.116 moko 16044: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16045:
16046: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16047: mailreceive would compile on freebsd now
16048:
16049: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16050: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16051: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16052: mailreceive would compile on freebsd now
1.95 moko 16053:
16054: * src/: classes/file.C, main/untaint.C: 1. file spec language
16055: changed: now there are only few chars are untainted: * ? ' " < >
16056: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
16057: one should use ^untaint[uri]{...} now]
16058:
16059: 2. $list[^file:list[dir]] now returns simply tainted names in
16060: $list.name, not tainted as filespec
16061:
16062: @russianindex[] #dir with files with russian-lang names
16063: $where[dir]
16064:
16065: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
16066: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
16067:
16068: 2002-09-23 paf
16069:
16070: * src/types/pa_vdouble.h: double->int round added
16071:
16072: * src/classes/date.C: date bug fix, now
16073: round(floatDays*secondsPerDay)
16074:
16075: * src/classes/date.C: date bug fix, now
16076: round(floatDays*secondsPerDay)
16077:
16078: 2002-09-20 paf
16079:
16080: * src/main/execute.C: code junction calls disabled [before: code
16081: was compiled in such a way, that there were no code-junctions in
16082: OP_CALL]
16083:
16084: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
16085:
16086: @badjunctioncallinside[code] ^code[]
16087:
16088: * src/main/: compile.tab.C, compile.y: changed grammer on junction
16089: expanding to include ^junction.method
16090:
16091: * src/main/pa_common.C: -d "DIR/" now true
16092:
16093: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
16094: as internal xdoc encoding, and after decoding attributes set by
16095: dom functions now encoded OK, not as digital entities
16096:
16097: * src/classes/xdoc.C: empty transform result, being taken as file
16098: now returns empty file, not raises stupid error about "stat-ed
16099: file"
16100:
16101: * src/types/pa_vhash.h: hash.foreach modification of existing keys
16102: allowed
16103:
16104: * src/types/types.dsp: introducing $junction.get/put(1) one can
16105: write iterators now:
16106:
16107: ^user-foreach[key;value]{$key=$value<br>}
16108:
16109: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16110: $code.value($i*2) $code }
16111:
16112: * src/main/compile_tools.h: mistype
16113:
1.116 moko 16114: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
16115: thus taking linking options configure changes into account [were:
16116: ignoring]
1.95 moko 16117:
16118: * src/types/: pa_vjunction.C, Makefile.am: introducing
16119: $junction.get/put(1) one can write iterators now:
16120:
16121: ^user-foreach[key;value]{$key=$value<br>}
16122:
16123: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16124: $code.value($i*2) $code }
16125:
16126: * src/: include/pa_opcode.h, include/pa_request.h,
16127: main/compile.tab.C, main/compile.y, main/execute.C,
16128: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
16129: introducing $junction.get/put(1) one can write iterators now:
16130:
16131: ^user-foreach[key;value]{$key=$value<br>}
16132:
16133: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16134: $code.value($i*2) $code }
16135:
16136: 2002-09-19 paf
16137:
1.116 moko 16138: * Makefile.am: new: make commit
1.95 moko 16139:
16140: * aclocal.m4: forced to be older
16141:
16142: 2002-09-18 paf
16143:
16144: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
16145: src/main/compile.y, src/main/execute.C: << >> int shifts
16146:
16147: * src/: include/pa_common.h, include/pa_request.h,
16148: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
16149: - now this - fatal error
16150:
16151: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
16152: that one can pass binary data there
16153:
16154: * src/: classes/date.C, classes/double.C, classes/file.C,
16155: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16156: classes/op.C, classes/response.C, classes/string.C,
16157: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16158: include/pa_request.h: pa_request contexts made privated, plus
16159: get_{self/method_frame} to read. Request_context_saver used in
16160: ^try to save flang too. [were not saved]
16161:
16162: * src/types/pa_vresponse.C: header value chains joined before
16163: output, this should help $.subject[$var $var] from being
16164: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
16165:
16166: 2002-09-17 paf
16167:
16168: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
16169: removed changes, operators executed with calling self. lots of
16170: code with ^include code relies on defined/defining self variables
16171:
16172: $a[1] ^include[print_a.p] print_a.p: $a
16173:
16174: ^include[set_a.p] a=$a set_a.p: $a[1]
16175:
16176: * src/: classes/op.C, main/execute.C, main/pa_request.C,
16177: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
16178: types/pa_vstateless_class.h: operators now executed with MAIN
16179: self. it's for ^include sake, too strong a change
16180:
16181: * src/classes/op.C: made place for ^process to compile it's code to
16182: in case of no self
16183:
16184: * src/main/execute.C: found ancient param to Junction, removed.
16185: allowed passing self to native_code_operators [for ^process to
16186: work, she needs self]
16187:
16188: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16189: types/pa_vstateless_class.h: found ancient param to Junction,
16190: removed. allowed passing self to native_code_operators [for
16191: ^process to work, she needs self]
16192:
16193: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
16194: types/pa_value.h, types/pa_vmethod_frame.h,
16195: types/pa_vstateless_class.h: allowed Request.self to be 0,
16196: checked that in VMethodFrame get/put and $self.
16197:
16198: * src/classes/: table.C, xdoc.C: table::sql options table::create
16199: copy options options checked, wrong option now fatal error
16200:
16201: * src/main/pa_string.C: string.replace fixed [were missing words on
16202: pieces boundaries]
16203:
16204: * bin/auto.p.dist.in: strange \n
16205:
16206: * configure, configure.in: .so now detected [can be .sl on hpux,
16207: .dll on cygwin, .so in other cases)
16208:
1.116 moko 16209: * configure, configure.in, bin/auto.p.dist.in: .so now detected
16210: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 16211:
16212: * operators.txt, src/classes/hash.C, src/classes/table.C,
16213: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
16214: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
16215: record taken [were last]
16216:
16217: * src/: classes/hash.C, classes/table.C,
16218: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
16219: now errors
16220:
16221: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
16222:
16223: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
16224: ,2,3]
16225:
16226: 2002-09-16 paf
16227:
16228: * src/classes/file.C: file::cgi line ends can be both unix & dos.
16229: and they can be unix [\n\n] on win when 'use CGI' used, it causes
16230: stdout to be binary. now detected closest header break.
16231:
16232: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
16233: closed right
16234:
16235: 2002-09-13 paf
16236:
16237: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
16238: src/main/compile_tools.h: (expression #comment)
16239:
16240: (multiline expression #comment line2 #comment )
16241:
16242: (expression #comment with (brackets) comment) << OK
16243:
16244: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
16245: bitwise !|| numerical xor now [preparing for expression
16246: #comments]
16247:
16248: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
16249: error
16250:
16251: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
16252: cheched in pa_socks.C
16253:
1.116 moko 16254: * configure, configure.in, src/include/pa_config_auto.h.in:
16255: HAVE_WINSOCK_H created in configure.in
1.95 moko 16256:
16257: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
16258: cookie date now clean [were mistakenly tainted & that worked bad
16259: with opera -- 'happily' that worked OK with msie]
16260:
16261: 2002-09-12 paf
16262:
16263: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
16264: VClass get_element now first looks to fields, next to methods &
16265: co todo: the rest reason: more speed
16266:
16267: * src/main/untaint.C: quoted printable encoding stops before
16268: \s*<...>$
16269:
16270: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
16271: stops before <...>$
16272:
16273: 2002-09-11 paf
16274:
16275: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
16276: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
16277: forgot to check users of those funcs. not all were using that
16278: return value convention
16279:
16280: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
16281: windows-1254 added
16282:
16283: 2002-09-10 paf
16284:
16285: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
16286: VCodeFrame parent param were specified badly
16287:
16288: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
16289: WWrapper which used in constructing objects(second param to sql
16290: method) ^...sql{}[$.default{code}] now has parent, wich helps
16291: code in hash to survivi
16292:
16293: * src/: include/pa_request.h, main/execute.C: removed redundant
16294: param to execute [stack said 'thanks']
16295:
16296: * src/: classes/op.C, main/execute.C, types/pa_value.C,
16297: types/pa_value.h, types/pa_vcode_frame.h,
16298: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16299: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
16300: responsibility to wcontext
16301:
16302: * src/classes/file.C: decided not to log exec's with stderr, that
16303: could be warnings, and it's up to scritper to log/show them
16304:
16305: * src/: classes/double.C, main/execute.C: double:sql badly called
16306: write_assign_lang, not write_no_lang, thus doing unnecessary
16307: double/string converstion, which were loosing time&precesion
16308:
16309: * src/: main/pa_charset.C, types/pa_vmail.C:
16310: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
16311: case of unfinished in buffer processing, causing accidental
16312: transcode stop [in case that source enc != utf-8 & there is
16313: incomplete utf-8 sequence at the end of 16000block iside of
16314: libxml lib] tfm readed & code updated
16315:
16316: 2002-09-04 paf
16317:
16318: * configure: makes with sjlj
16319:
16320: * INSTALL, src/include/pa_config_fixed.h,
16321: src/include/pa_sql_connection.h,
16322: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
16323: checked. on win32 it made default
16324:
16325: * src/include/pa_config_auto.h.in: sjlj define
16326:
16327: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
16328: can not work with longjump/throw pair, and one must switch that
16329: on there. todo: detect that automatically]
16330:
16331: * src/types/pa_vxnode.C: removed too strong checks of
16332: xnode.elements. now, for instance, if element does not have any
16333: attributes, $xnode.attributes is void, not error
16334:
16335: 2002-09-02 paf
16336:
16337: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
16338: removed double_result, didn't help
16339:
16340: * src/main/execute.C: double_result made to move that var away from
16341: hungry g++ optimizer (-O2), before: it were optimized and
16342: comparison operators worked badly
16343:
16344: * src/types/pa_vdate.h: removed debug
16345:
1.116 moko 16346: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 16347:
16348: * src/main/execute.C: fixed numeric < & co so that thay now use
16349: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
16350: unknown reason.
16351:
16352: 2002-08-29 paf
16353:
16354: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
16355: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
16356: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
16357: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
16358: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
16359: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
16360: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
16361: [called less frequent, allowed to remove ugly
16362: Junction.change_context-s from many places, switch,
16363: mail:send..html{}, ..] request.root renamed to method_frame [more
16364: easyreading] ancient {...PUSH/POPs...} changed to stack vars
16365: [speed up]
16366:
16367: 2002-08-28 paf
16368:
16369: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
16370: tainted
16371:
16372: * src/types/pa_vcookie.C: fixed cookie delete when
16373: $cookie:name[$.value[]]
16374:
16375: * operators.txt, src/classes/string.C:
16376: ^string.split[delim[;options]]
16377:
16378: 2002-08-27 paf
16379:
1.116 moko 16380: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 16381:
16382: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
16383: delimiter
16384:
16385: * INSTALL: recommended latest gmime 1.0.5
16386:
16387: 2002-08-26 paf
16388:
16389: * configure, configure.in: apache13/hook added to make dist.
16390:
16391: 2002-08-23 paf
16392:
16393: * src/: include/pa_common.h, main/pa_common.C,
16394: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
16395: beside binary [cgi, isapi] not accessible [due to bad rights or
16396: whatever] it's error now
16397:
16398: 2002-08-21 paf
16399:
1.116 moko 16400: * Makefile.am: can use: make happy equals to make update install
1.95 moko 16401:
16402: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16403: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
16404: class". compiled as if here they named base class
16405:
16406: * src/main/pa_string.C: fixed bad language bug, [were wrong string
16407: cloning constructor]
16408:
16409: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
16410:
16411: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
16412: src/types/pa_vfile.C, src/types/pa_vmail.C:
16413: $mail.received.file.value.content-type fixed
16414:
16415: 2002-08-20 paf
16416:
16417: * src/classes/file.C: fixed language of file:file result
16418:
16419: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
16420: from 3.0.0005
16421:
16422: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
16423:
16424: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
16425: 3.0.0005
16426:
16427: * src/classes/void.C, operators.txt: ^void.length[] = 0
16428:
16429: 2002-08-19 paf
16430:
16431: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
16432: work now
16433:
16434: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
16435: error in xnode, which were not catched in xdoc]
16436:
16437: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
16438: prepared: // validate each document after load/create (?)
16439: //xmlDoValidityCheckingDefaultValue = 1;
16440:
16441: 2002-08-15 paf
16442:
16443: * src/classes/classes.h: write to static var caused useless
16444: Exception, introduced Methoded::put_element wich consumes those
16445:
16446: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
16447: src/types/pa_vcookie.C, src/types/pa_vdate.h,
16448: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
16449: $response:field[date] $response:field[$.xxx[date]]
16450:
16451: * src/: classes/hash.C, classes/string.C, classes/table.C,
16452: classes/void.C, include/pa_sql_connection.h: fixed source of
16453: ^hash::sql{bad}
16454:
16455: * operators.txt: $request:body unprecessed POST request body
16456:
16457: * src/types/pa_vrequest.C: $request:body unprecessed POST request
16458:
16459: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
16460: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
16461:
16462: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
16463: src/include/pa_request.h, src/main/pa_pool.C,
16464: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
16465: $request:body r.post_data now const
16466:
16467: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
16468: classes/xnode.C, main/execute.C, types/pa_value.h,
16469: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
16470: types/pa_vtable.h: instead of type() checking everywhere used
16471: Value.as now user descendants can be used in params.
16472:
16473: VObject::as_*, is_defined now taken from bases. xtable(table)
16474: ^if($xtable) now OK
16475:
16476: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
16477: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
16478: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
16479:
16480: 2002-08-14 paf
16481:
16482: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
16483: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16484: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16485: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16486: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16487: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16488: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16489: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16490: types/pa_vresponse.C, types/pa_vresponse.h,
16491: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16492: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16493: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16494: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16495: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
16496: & VClass
16497:
16498: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
16499:
16500: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
16501: removed fixopt stupidity. on stupid linux use cd /document/root
16502: ../cgi/parser3 script
16503:
16504: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
16505: params, splitting them by space, excluding argv[0], argv[argc-1]
16506:
16507: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
16508: fixopt.h: fixopt now preprocesses command line params, splitting
16509: them by space, excluding argv[0], argv[argc-1]
16510:
16511: * src/targets/cgi/parser3.C: -f config file
16512:
16513: * src/targets/cgi/parser3.C: fixed .log file dir
16514:
16515: 2002-08-13 paf
16516:
16517: * src/types/pa_vobject.C: allow override parent variables, useful
16518: for form descendants [in vobject too, were in vclass]
16519:
16520: * src/types/pa_vclass.C: allow override parent variables, useful
16521: for form descendants
16522:
16523: * src/types/pa_vclass.C: checked: form[vclass]fields can be
16524: overwritten in derived(table)
16525:
16526: * src/: classes/form.C, classes/mail.C, classes/op.C,
16527: classes/xnode.h, include/pa_request.h, main/execute.C,
16528: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16529: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16530: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16531: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16532: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16533: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16534: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16535: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16536: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16537: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16538: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16539: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16540: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
16541: Value::get_element(..., bool looking_down) [needed to exclude
16542: endless recoursion]
16543:
16544: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
16545: fix bug with put endless recoursion todo: check 'as'
16546:
16547: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
16548: reorganized modules todo: fix bug with put endless recoursion
16549: todo: check 'as'
16550:
16551: * src/types/pa_vobject.h: checked: table fields can be overwritten
16552: in derived(table)
16553:
16554: * src/types/pa_vobject.h: derived classes can have fields of their
16555: own now
16556:
16557: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
16558: fixed error message on using non-created table
16559:
16560: * src/: classes/form.C, classes/hash.C, classes/mail.C,
16561: classes/op.C, classes/xnode.h, include/pa_request.h,
16562: main/compile.C, main/compile.tab.C, main/execute.C,
16563: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16564: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16565: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16566: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16567: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
16568: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16569: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16570: types/pa_vresponse.C, types/pa_vresponse.h,
16571: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16572: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16573: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16574: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16575: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
16576: looking down/up tree todo: fix error message on non-constructed
16577: parents
16578:
16579: 2002-08-12 paf
16580:
16581: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
16582: derived OK
16583:
16584: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
16585: thorough testing
16586:
16587: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
16588: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16589: types/pa_vobject.h, types/pa_vstateless_class.h,
16590: types/pa_vstateless_object.h, types/pa_wcontext.h,
16591: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
16592: ^base:create[] dynamic call rewritten todo: thorough testing
16593:
16594: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
16595: now instantates base class, remembers it and saves child in
16596: parent VObject.get_class now returns last child = downward
16597: virtual calls OK
16598:
16599: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16600: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16601: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
16602: types/pa_vobject.h, types/pa_vresponse.h,
16603: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16604: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
16605: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
16606: VAliased [redundant], moved $CLASS to VObject only [parser class
16607: instance]
16608:
16609: * bin/auto.p.dist.in: more like in dist on parser.ru
16610:
16611: * bin/auto.p.dist.in: fixed sendmail default comment
16612:
16613: * src/main/pa_request.C: $response:body[file] content-type check
16614: fixed [were bad when content-type is hash]
16615:
16616: 2002-08-09 paf
16617:
16618: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16619: types/pa_vobject.h, types/pa_vxdoc.h: started as()
16620:
16621: 2002-08-08 paf
16622:
16623: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
16624: src/main/pa_globals.C: year column in month calendar [week year]
16625:
16626: * src/main/execute.C: error reporting on object writes to MAIN
16627: improved [were ruind with fixing $obj[^if(1){$obj}] ]
16628:
16629: * operators.txt, src/types/pa_vdate.h: $date.yearday
16630: $date.daylightsaving
16631:
16632: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
16633: use tainted data now. only she must specify the language.
16634:
16635: ^mail:send[ $.from[paf@mail.design.ru]
16636: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
16637: $.text[^taint[uri][ìîñêâà]=] ]
16638:
16639: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
16640: now prints more precise origin
16641:
16642: * src/include/pa_string.h: String::first_char now not fails on
16643: empty strings ^if(-f '') now ok and in 3 other places.
16644:
16645: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
16646: String::first_char now not fails on empty strings ^if(-f '') now
16647: ok and in 3 other places.
16648:
16649: 2002-08-07 paf
16650:
16651: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
16652: fixed
16653:
16654: * src/main/pa_string.C: ^string.mid(0;bad) fixed
16655:
16656: * src/: main/execute.C, types/pa_vcode_frame.h,
16657: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16658: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
16659: mistakenly not completely transparent to object writes.
16660: $hash[^if(1){$hash}] now works
16661:
16662: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
16663: now erasing cache file [there were bad check on that]
16664:
16665: * src/: classes/classes.dsp, classes/table.C,
16666: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
16667: all Debug dirs in .dsp now named 'Debug'
16668:
1.116 moko 16669: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 16670:
16671: * operators.txt, src/classes/mail.C: exception_type email.send
16672:
16673: * operators.txt, src/types/pa_vmail.C: exception_type email.format
16674:
16675: * src/types/pa_vmail.C: mail:send empty email checked
16676:
16677: 2002-08-06 paf
16678:
16679: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16680: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16681: ^table::create[$source;$.options] ^table::join[$source;$.options]
16682:
16683: * operators.txt, src/classes/hash.C, src/classes/string.C,
16684: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
16685: # $.default() }
16686:
16687: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
16688:
16689: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16690: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
16691: $file.content-type [instead of .mime-type] now works for
16692: file::stat also
16693:
16694: * src/main/pa_request.C: case insensitive mime_type_of
16695:
16696: * bin/auto.p.dist.in: jpeg
16697:
16698: 2002-08-05 paf
16699:
16700: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
16701:
16702: * src/types/pa_vmail.C: file buffer relocated to parser heap
16703:
16704: * operators.txt: comment on date:calendar week column
16705:
16706: * src/main/pa_common.C: write checked
16707:
16708: * src/main/: pa_common.C: write checked
16709:
16710: * src/classes/date.C: +1 buf size for stupid snprintfs
16711:
16712: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
16713: month calendar week column [ISO 8601 Week Numbers]
16714:
16715: 2002-08-02 paf
16716:
16717: * src/: include/pa_config_fixed.h, main/pa_string.C,
16718: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
16719: DEBUG*
16720:
16721: * configure, configure.in, src/include/pa_version.h: release
16722: 3_0_0005
16723:
16724: * bin/auto.p.dist.in: unhandled_exception comments
16725:
16726: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
16727: multipart post fixed
16728:
16729: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
16730: response transcoded source->client only when text/* or simple
16731: onoverridden $response:body
16732:
16733: 2002-08-01 paf
16734:
16735: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16736: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16737: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16738: classes/op.C, classes/response.C, classes/string.C,
16739: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16740: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16741: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16742: include/pa_config_fixed.h, include/pa_dictionary.h,
16743: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
16744: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
16745: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
16746: include/pa_socks.h, include/pa_sql_connection.h,
16747: include/pa_sql_driver_manager.h, include/pa_stack.h,
16748: include/pa_string.h, include/pa_stylesheet_connection.h,
16749: include/pa_stylesheet_manager.h, include/pa_table.h,
16750: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16751: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16752: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
16753: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16754: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16755: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16756: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16757: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16758: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16759: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16760: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16761: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16762: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16763: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16764: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16765: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
16766: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
16767: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16768: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
16769: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16770: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
16771: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16772: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
16773: types/pa_vmethod_frame.h, types/pa_vobject.h,
16774: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16775: types/pa_vresponse.h, types/pa_vstateless_class.C,
16776: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16777: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16778: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16779: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16780: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 16781: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 16782:
16783: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
16784: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16785: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16786: classes/math.C, classes/op.C, classes/response.C,
16787: classes/string.C, classes/table.C, classes/void.C,
16788: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16789: include/pa_array.h, include/pa_cache_managers.h,
16790: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16791: include/pa_config_fixed.h, include/pa_config_includes.h,
16792: include/pa_dictionary.h, include/pa_dir.h,
16793: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16794: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16795: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16796: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16797: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16798: include/pa_stack.h, include/pa_string.h,
16799: include/pa_stylesheet_connection.h,
16800: include/pa_stylesheet_manager.h, include/pa_table.h,
16801: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16802: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
16803: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16804: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
16805: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16806: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
16807: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
16808: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
16809: main/pa_sql_driver_manager.C, main/pa_string.C,
16810: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16811: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16812: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16813: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16814: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16815: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16816: targets/isapi/pool_storage.h, types/pa_valiased.C,
16817: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
16818: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
16819: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16820: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16821: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16822: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16823: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16824: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16825: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16826: types/pa_vresponse.C, types/pa_vresponse.h,
16827: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16828: types/pa_vstateless_object.h, types/pa_vstatus.C,
16829: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16830: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16831: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16832: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16833: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
16834: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
16835: types/Makefile.am: ident.C* removed
16836:
16837: * operators.txt, src/classes/file.C, src/main/pa_request.C:
16838: file:find[/can/do/this/now.txt]
16839:
16840: * src/targets/cgi/parser3.C: usage to stdout now
16841:
16842: 2002-07-31 paf
16843:
16844: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
16845:
16846: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
16847: default "postmaster"
16848:
16849: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
16850: -f postmaster now default sendmail key word "postmaster"
16851: replaced to $.from
16852:
16853: 2002-07-30 paf
16854:
1.116 moko 16855: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
16856: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 16857:
16858: * src/main/pa_charset.C: comment
16859:
16860: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
16861: table, &#decimal;
16862:
16863: * src/main/pa_request.C: comment
16864:
16865: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
16866: paragraf]
16867:
16868: 2002-07-11 paf
16869:
16870: * src/main/pa_exec.C: build command line badly added params twice
16871: [and first time without ' ']. double wrong. fixed.
16872:
16873: * src/main/pa_exec.C: invalid .exe caused error message with params
16874: wich parser did not provide = reported badly. fixed that.
16875:
16876: * src/classes/mail.C: $MAIL[ # xxx ]
16877:
16878: now ok
16879:
16880: * operators.txt: plan: sql detailed exception
16881:
16882: 2002-07-01 paf
16883:
16884: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
16885: [MForm.configure_admin were called when request.main_class ==0
16886:
16887: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
16888:
16889: * src/classes/form.C: content_length type fix
16890:
16891: 2002-06-30 paf
16892:
16893: * src/classes/mail.C: merged from 4
16894:
16895: * src/classes/mail.C: restored $MAIL
16896:
16897: 2002-06-28 paf
16898:
16899: * configure, configure.in: removed paths.h
16900:
1.116 moko 16901: * configure, src/include/pa_version.h,
1.95 moko 16902: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
16903: merged, makes updated
16904:
16905: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
16906: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16907: src/include/pa_pool.h, src/include/pa_version.h,
16908: src/main/pa_charset.C, src/main/pa_pool.C,
16909: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
16910: src/types/pa_vmail.C: merged latest updates to head
16911:
16912: 2002-06-27 paf
16913:
16914: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
16915: not error now
16916:
16917: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
16918: src/include/pa_config_fixed.h, src/include/pa_pool.h,
16919: src/main/pa_charset.C, src/main/pa_pool.C:
16920: ^xdoc::create[[uri]]... base uri for document being created,
16921: imports and other relative file names would be relative to this
16922: uri default uri=path_translated
16923:
16924: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
16925:
16926: 2002-06-26 paf
16927:
16928: * configure, configure.in, src/include/pa_version.h:
16929: release_3_0_0004
16930:
16931: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
16932: 0 now
16933:
16934: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
16935:
16936: 2002-06-25 paf
16937:
16938: * src/main/pa_string.C: emtpy string, or string of whitespaces
16939: considered bad number now
16940:
16941: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
16942: now
16943:
16944: * operators.txt, src/classes/string.C: ^string.normalize [old
16945: name: optimize
16946:
16947: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
16948: library configured
16949:
16950: * src/main/pa_request.C: configure_admin forced if no @conf
16951:
16952: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
16953: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
16954: when needed and to call system crypt() if not $apr1$ prefix
16955:
16956: 2002-06-24 paf
16957:
16958: * INSTALL: --with-static/shared-mailreceive described
16959:
16960: * src/include/pa_config_fixed.h: ssize_t fixed
16961:
1.116 moko 16962: * configure, configure.in, src/include/pa_config_auto.h.in,
16963: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 16964: src/types/pa_vmail.C: $mail:received makes update
16965:
16966: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
16967: WITH_MAILRECEIVE
16968:
16969: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
16970:
16971: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
16972: option, for $mail:receive
16973:
16974: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
16975: introducting $message:received ^mail:send rewritten with backward
16976: comp
16977:
16978: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
16979: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16980: types/types.dsp: win32xml win32mailreceive pseudomodules paths
16981: now
16982:
16983: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
16984: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16985: src/include/pa_request.h, src/include/pa_string.h,
16986: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
16987: src/main/pa_globals.C, src/main/pa_request.C,
16988: src/main/pa_string.C, src/main/pa_uue.C,
16989: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
16990: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
16991: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
16992: uue to separate file introducting $message:received ^mail:send
16993: rewritten with backward comp
16994:
16995: 2002-06-21 paf
16996:
1.116 moko 16997: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
16998: co changes
1.95 moko 16999:
1.116 moko 17000: * configure, configure.in, src/lib/md5/Makefile.am,
17001: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17002: restructure .in and .am files appropriate changes
1.95 moko 17003:
17004: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17005: pcre to libs/ added libs/md5 which is linked to non-apache
17006: targets ^math:crypt[password;$apr1$salt]
17007:
17008: * INSTALL, configure.in, operators.txt, parser3.dsw,
17009: src/Makefile.am, src/classes/Makefile.am,
17010: src/classes/classes.dsp, src/classes/math.C,
17011: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17012: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17013: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17014: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17015: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17016: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17017: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17018: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17019: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17020: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17021: src/lib/pcre/pcre_parser_ctype.dsp,
17022: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17023: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17024: src/main/compile.tab.C, src/main/main.dsp,
17025: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17026: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17027: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17028: to libs/ added libs/md5 which is linked to non-apache targets
17029: ^math:crypt[password;$apr1$salt]
17030:
17031: 2002-06-20 paf
17032:
17033: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116 moko 17034: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
17035: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 17036: src/include/pa_request.h, src/main/execute.C,
17037: src/main/pa_request.C, src/targets/cgi/parser3.C,
17038: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
17039: marged latest HEAD updates, mainly file:justname&co &
17040: @auto/conf[filespec
17041:
17042: * operators.txt, src/classes/file.C:
17043: !^file:dirname[/a/some.tar.gz]=/a
17044: !^file:dirname[/a/b/]=/a
17045: !^file:basename[/a/some.tar.gz]=some.tar.gz
17046: !^file:justname[/a/some.tar.gz]=some.tar
17047: !^file:justext[/a/some.tar.gz]=gz
17048:
17049: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17050: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17051: @conf/auto[filespec]
17052:
17053: * bin/auto.p.dist.in: <noindex>
17054:
1.116 moko 17055: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17056:
17057: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
17058: bin/auto.p.dist.in, src/doc/doxygen.cfg,
17059: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17060: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17061:
17062: 2002-06-18 paf
17063:
17064: * configure, configure.in, src/include/pa_version.h: version to
17065: configure.in
17066:
17067: * INSTALL: reflected .conf.dist dir change
17068:
1.116 moko 17069: * Makefile.am, configure, configure.in, bin/Makefile.am,
17070: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 17071: .in & *.am updated
17072:
17073: * src/classes/file.C: strncasecmp
17074:
17075: * src/classes/file.C: strcasecmp
17076:
1.116 moko 17077: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
17078: from etc
1.95 moko 17079:
17080: * src/classes/file.C: ^file::exec[script;$.bad error case
17081: insensitive check now
17082:
17083: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
17084:
17085: * configure, configure.in, src/include/pa_pool.h,
17086: src/include/pa_types.h: pack configure.in detection simplified.
17087: figured out that gcc on sparc not that stupid as thought
17088: previously: on sparc: when it sees packed class it modifies it's
17089: field-access-code to byte operations [stb, ldub] instead of 4byte
17090: operations [st, lduh] so packed must be all parts of packed
17091: class, i.e. it's parents&fields(classes). for now it's only
17092: String that packed and what was wrong is that it's parent -
17093: Pooled, were not packed. fixed that.
17094:
17095: 2002-06-14 paf
17096:
17097: * operators.txt: more precise xml-to-text options
17098:
17099: * operators.txt, src/types/pa_vxnode.C: xnode
17100: attribute_node.name/value xnode pi.node.data
17101:
17102: 2002-06-12 paf
17103:
1.116 moko 17104: * configure, configure.in, src/targets/cgi/Makefile.am,
17105: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 17106:
17107: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
17108: src/include/pa_globals.h, src/include/pa_request.h,
17109: src/main/compile.tab.C, src/main/pa_globals.C,
17110: src/main/pa_request.C, src/targets/cgi/parser3.C,
17111: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
17112:
17113: * src/classes/mail.C: sendmail -ti [default now]
17114:
17115: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
17116: to be strings. for convinient #ing
17117:
17118: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
17119: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
17120:
17121: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
17122: main/pa_globals.C, main/pa_request.C: @conf
17123:
17124: 2002-06-11 paf
17125:
17126: * src/classes/file.C: check simplified
17127:
17128: * src/: classes/file.C, targets/cgi/parser3.dsp,
17129: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
17130: valid prefix
17131:
17132: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
17133: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
17134: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
17135:
17136: 2002-06-10 paf
17137:
17138: * operators.txt, src/classes/op.C, src/include/pa_common.h,
17139: src/main/pa_common.C: lock failures reported now
17140:
17141: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
17142: string->double @ compile time were not-enough-checking...
17143:
17144: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
17145: autoconvert now ignored
17146:
17147: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
17148: check
17149:
17150: * src/classes/mail.C: mail netscape attachment name fixed. todo:
17151: $response:body content-type:name
17152:
17153: * configure, configure.in: hpux check, nsl link, no socket
17154:
17155: * operators.txt: old merge conflict removed
17156:
17157: * configure, configure.in: pack even address access on sparc&co
17158: arch checked in configure
17159:
17160: * configure, src/include/pa_version.h: makes
17161:
17162: * configure, configure.in, src/include/pa_version.h: makes
17163:
17164: * src/main/untaint.C: (bug#2) mail subject got always prepended
17165: with charset even when all letters were 7bit one
17166:
17167: * src/main/pa_common.C: merged fixed -d (bug)
17168:
17169: * src/main/pa_common.C: fixed -d (bug)
17170:
17171: 2002-06-03 paf
17172:
17173: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
17174: src/classes/classes.dsp, src/main/compile.tab.C,
17175: src/main/main.dsp, src/main/pa_globals.C,
17176: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
17177: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
17178: .dsp-s along with reorganized cvs modules dirs structure
17179:
17180: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17181: main/pa_globals.C, targets/cgi/parser3.dsp,
17182: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
17183: modules
17184:
17185: 2002-05-28 paf
17186:
17187: * src/targets/cgi/parser3.C: info.uri now ""
17188:
17189: 2002-05-17 paf
17190:
17191: * src/classes/: table.C: ^table.save << checked empty
17192: pre/match/post columns
17193:
17194: 2002-05-16 paf
17195:
17196: * src/classes/image.C: image::measure can png now
17197:
17198: 2002-05-15 paf
17199:
17200: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
17201: added
17202:
17203: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
17204:
17205: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
17206: %H[:%M[:%S]]]]]] [-%m now
17207:
17208: 2002-05-14 paf
17209:
17210: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
17211:
17212: 2002-05-07 paf
17213:
17214: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
17215: src/include/pa_globals.h, src/include/pa_request.h,
17216: src/include/pa_table.h, src/main/compile.tab.C,
17217: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
17218: src/main/pa_request.C, src/main/pa_table.C,
17219: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
17220: src/targets/isapi/parser3isapi.dsp,
17221: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
17222: name2number field now &. main_method_name now on Request pool
17223: rather on global_pool [Junction+VJunction created on same pool as
17224: name = were created on global pool, causing mem leaks]
17225:
17226: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
17227: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
17228: main/compile.y, main/main.dsp, main/pa_globals.C,
17229: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
17230: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17231: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
17232: field now &. main_method_name now on Request pool rather on
17233: global_pool [Junction+VJunction created on same pool as name =
17234: were created on global pool, causing mem leaks]
17235:
17236: 2002-05-06 paf
17237:
17238: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17239: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17240: 100*40 bytes per request memory leak [nonpool malloc in globals]
17241:
17242: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17243: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17244: 100*40 bytes per request memory leak [nonpool malloc in globals]
17245:
17246: 2002-04-30 paf
17247:
17248: * configure, src/include/pa_version.h: version now not b
17249:
17250: * src/targets/cgi/parser3.C: request.uri now never 0
17251:
17252: 2002-04-29 paf
17253:
17254: * configure.in: removed b
17255:
17256: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
17257: Exception::comment/type checked in (), no there's no empty
17258: type/comment by default
17259:
17260: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
17261: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
17262: src/doc/value.dox, src/include/pa_exception.h,
17263: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
17264: 0001
17265:
17266: 2002-04-26 paf
17267:
17268: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
17269: size reduced
17270:
17271: 2002-04-25 paf
17272:
17273: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
17274: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
17275: now that took into account
17276:
17277: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
17278: 01:03:04]
17279:
17280: * ChangeLog, operators.txt, src/classes/date.C:
17281: ^date::create[2002-12-33 01:03:04]
17282:
17283: * ChangeLog: updated changelog
17284:
17285: * src/classes/table.C: removed restriction on column count to
17286: ^table.hash to work, now must be >0 [were >1]
17287:
17288: 2002-04-24 paf
17289:
17290: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17291: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17292: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
17293: targets
17294:
17295: 2002-04-23 paf
17296:
17297: * operators.txt, src/classes/string.C:
17298: int/double/string:sql{}[$.default{code}] fixed [were barking:
17299: "junction used outside of context"]
17300:
17301: 2002-04-22 paf
17302:
17303: * types.txt, src/classes/string.C, src/include/pa_string.h,
17304: src/main/pa_string.C, src/types/pa_vstring.C,
17305: src/types/pa_vstring.h: ^string.optimize[]
17306:
17307: * src/: include/pa_globals.h, include/pa_table.h,
17308: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
17309: table template
17310:
17311: * src/classes/: string.C: optimize removed from string
17312: .left/right/pos
17313:
17314: * src/main/execute.C: rolled back to
17315: before_killing_userjunction_contexts
17316:
17317: * src/main/execute.C: user junctions context killed
17318:
17319: * src/main/execute.C: junctions to local contexts got
17320: cleanized&checked later
17321:
17322: 2002-04-19 paf
17323:
17324: * src/: classes/string.C, include/pa_request.h,
17325: include/pa_string.h, main/pa_request.C, main/pa_string.C,
17326: types/pa_vstring.C, types/pa_vstring.h: string now optimized
17327: prior to .left .right .mid .pos .match when that is profitable,
17328: and always before .replace when $ORIGINS(1) optimization disabled
17329: economy from not wasting mem on lots of strings which occur by
17330: lots of String:mid calls to get parts of source string between
17331: found_occurances
17332:
17333: * src/classes/file.C: ovector now local economy: 16 bytes per
17334: ^file:list
17335:
17336: * src/: include/pa_globals.h, include/pa_table.h,
17337: main/pa_globals.C, main/pa_string.C: String::match table columns
17338: globalized, not created @ each ^match anymore economy:
17339: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
17340:
17341: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
17342: removed from each String::match replace iteration, and made
17343: stacked sizeof(VTable)=12bytes economy on each replace code
17344:
17345: * src/doc/footer.htm: 2001,
17346:
17347: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
17348: string.match[]['] option enables generation of $match.prematch
17349: .match .postmatch columns
17350:
17351: * src/main/pa_string.C: String::match options analized without
17352: cstr-ing them now
17353:
17354: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
17355: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
17356: config updated to doxygen 1.2.15, created helper which fixes
17357: minor bugs in chm project files & htm tree. changed extension to
17358: .htm
17359:
17360: 2002-04-18 paf
17361:
17362: * src/doc/doxygen.cfg: .chi generation disabled
17363:
17364: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
17365: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
17366: fields&methods
17367:
17368: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
17369: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
17370: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
17371: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17372: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
17373: types/pa_vresponse.h, types/pa_vstateless_class.h,
17374: types/pa_vstateless_object.h, types/pa_vstatus.h,
17375: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
17376: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
17377: VStateless_class to VObject
17378:
17379: * src/: main/pa_request.C, types/pa_valiased.h,
17380: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17381: types/pa_vstring.h: VStateless_string_object speicalized light
17382: version of VStateless_object
17383:
17384: * src/classes/op.C: ^throw comment param made optional
17385:
17386: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
17387: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
17388: and implemented down in VClass, fclass_alias removed,
17389:
17390: * src/types/pa_value.C: forced to cut that from .h because of
17391: VStateless_class usage [undefined in .h]
17392:
17393: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17394: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17395: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
17396: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
17397: on each CALL]
17398:
17399: * src/: classes/classes.h, classes/date.C, classes/double.C,
17400: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17401: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17402: classes/response.C, classes/string.C, classes/table.C,
17403: classes/void.C, classes/xnode.C, include/pa_globals.h,
17404: include/pa_request.h, main/execute.C, main/pa_globals.C,
17405: main/pa_request.C, types/Makefile.am, types/pa_value.h,
17406: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
17407: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17408: types/pa_vstateless_class.h, types/pa_wcontext.C,
17409: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
17410: removed Value::fname
17411:
17412: 2002-04-17 paf
17413:
17414: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
17415: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
17416: doc/pooled.dox, doc/string.dox, doc/targets.dox,
17417: include/pa_pool.h, include/pa_types.h: dox updated to current
17418: state, PTHROW freshen to throw & co
17419:
17420: * src/types/pa_vhash.h: vstring wrong parent fixed
17421:
17422: * src/classes/op.C: taint local result var bug fixed
17423:
17424: 2002-04-16 paf
17425:
17426: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
17427: Attic asm.txt as most interesting
17428:
17429: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
17430: check, preventing content-length: 0 from appearing
17431:
17432: * src/main/execute.C: $result in @main now taken into account as in
17433: usual functions
17434:
17435: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
17436: & @unhandled_exception now taken into account as in usual
17437: functions
17438:
17439: * src/doc/postbuild.txt: instructions on post .html build
17440:
17441: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
17442:
17443: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
17444: tainted
17445:
17446: * src/main/pa_request.C: uri in error log
17447:
17448: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
17449: cheched date:create(days) param for validity [later were assumed
17450: valid and crashed on invalid onces]
17451:
17452: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17453: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
17454: and used that for removing VString wrapper
17455:
17456: * src/classes/op.C: exception2vhash file now tainted
17457:
17458: * src/classes/op.C: _process pseudo origin copied from local var to
17459: heap
17460:
17461: * src/classes/op.C: extra check on empty file in origin in _execute
17462:
17463: 2002-04-15 paf
17464:
17465: * src/: main/execute.C, types/pa_value.h: fixed name update
17466:
17467: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
17468: functions
17469:
17470: * src/: classes/file.C, classes/hash.C, classes/op.C,
17471: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
17472: started dual write_xxx_lang functions, if checked & works
17473:
17474: * src/: classes/date.C, classes/file.C, classes/mail.C,
17475: classes/string.C, classes/xnode.C, include/pa_request.h,
17476: types/pa_value.h, types/pa_wcontext.h: removed absolutely
17477: unnecessary VString shells
17478:
17479: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
17480: prev changes]
17481:
17482: * src/: classes/image.C, classes/op.C, classes/string.C,
17483: classes/table.C, include/pa_request.h, main/execute.C,
17484: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
17485: StringOrValue wcontext result, now ready for dual writes
17486:
17487: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
17488: checked that
17489:
17490: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17491: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
17492: changed to OP_WRITE_VALUE in var get cases
17493:
17494: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
17495: include/pa_request.h, main/compile.tab.C, main/compile.y,
17496: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17497: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
17498: switch in hash constructor fixed [were problems with using of
17499: stacked wwrapper after it's death]
17500:
17501: 2002-04-12 paf
17502:
17503: * operators.txt, src/classes/table.C: table.select(expression) 0
17504:
17505: 2002-04-11 paf
17506:
17507: * src/: classes/string.C, include/pa_request.h, main/execute.C:
17508: Request::process_internal codeFrame & wwrapper stacked [not
17509: wasting heap anymore]
17510:
17511: 2002-04-10 paf
17512:
17513: * src/: classes/double.C, classes/file.C, classes/hash.C,
17514: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
17515: classes/string.C, classes/table.C, classes/void.C,
17516: classes/xdoc.C, include/pa_request.h, main/execute.C,
17517: main/pa_string.C: killed Request::process() wrapping
17518: VString(String) in case we need only String
17519:
17520: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17521: killed 8 bytes from String.head
17522:
17523: 2002-04-09 paf
17524:
17525: * src/: main/compile.tab.C, targets/cgi/parser3.C,
17526: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
17527: local*/char b[...]; a=b; situations
17528:
17529: * operators.txt, src/classes/xdoc.C: xslt params made literal
17530:
17531: * src/classes/xdoc.C: xslt params fixed
17532:
17533: * src/: main/pa_common.C, targets/cgi/parser3.C,
17534: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
17535: not pool.malloc(MAX_NUMBER) but really neaded
17536:
17537: * operators.txt, src/classes/double.C, src/classes/int.C:
17538: int/double.int/double(default)
17539:
17540: 2002-04-04 paf
17541:
17542: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
17543: [when reconstructing pieces were split by
17544: max_integral(piece.size), thus some strings to replace happen to
17545: be split into two = not replaced)
17546:
17547: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
17548: standalone version = current dir
17549:
17550: * src/targets/cgi/parser3.C: document root in standalone version =
17551: current dir
17552:
17553: 2002-04-03 paf
17554:
17555: * configure, configure.in: more checks on nonexistent charset
17556:
1.116 moko 17557: * INSTALL, configure, configure.in: root config configure options
1.95 moko 17558:
17559: 2002-04-02 paf
17560:
17561: * src/main/compile.C: parser.compile [exception name more like in
17562: doc]
17563:
17564: 2002-04-01 paf
17565:
17566: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
17567: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
17568: .content-type.charset, not .charset
17569:
17570: 2002-03-29 paf
17571:
17572: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
17573:
17574: * operators.txt, src/classes/date.C: ^date::create now may not
17575: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
17576: days' year. | 31.05->31.04 roll
17577:
17578: 2002-03-28 paf
17579:
17580: * operators.txt, src/classes/date.C, src/classes/op.C,
17581: src/include/pa_globals.h, src/include/pa_hash.h,
17582: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
17583: ^cache(seconds) ^cache[date] }
17584:
17585: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
17586: param
17587:
17588: 2002-03-27 paf
17589:
17590: * operators.txt, src/classes/date.C, src/classes/double.C,
17591: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
17592: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
17593: src/classes/math.C, src/classes/op.C, src/classes/string.C,
17594: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17595: src/classes/xnode.C, src/include/pa_exception.h,
17596: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
17597: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
17598: src/main/pa_array.C, src/main/pa_charset.C,
17599: src/main/pa_charsets.C, src/main/pa_common.C,
17600: src/main/pa_dictionary.C, src/main/pa_exception.C,
17601: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
17602: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
17603: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
17604: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17605: src/types/pa_value.h, src/types/pa_vcookie.C,
17606: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
17607: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
17608: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
17609: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
17610: src/types/pa_wwrapper.h: assigned exception types
17611:
17612: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
17613: src/include/pa_request.h, src/main/execute.C,
17614: src/main/pa_request.C: decided agains resetting exception_trace,
17615: just changed name
17616:
17617: 2002-03-26 paf
17618:
17619: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
17620: fixed
17621:
17622: * src/classes/op.C: forced language of $source field of exception
17623: to 'tainted', so that sql-langed-frags could be outputed outside
17624: of connect
17625:
17626: * operators.txt: removed date.roll limit of +-1 offset
17627:
17628: * src/classes/date.C: removed date.roll limit of +-1 offset
17629:
17630: * operators.txt, src/classes/date.C: fixed date roll on
17631: daylightsaving days mktime took into account tm_isdst flag, which
17632: remained from BEFORE roll, but should have been reset
17633:
17634: 2002-03-25 paf
17635:
17636: * operators.txt, src/targets/cgi/parser3.C:
17637: http_site_config_filespec
17638:
17639: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
17640: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
17641: with any/both --disable-foreign-group-files --disable-execs
17642:
17643: * INSTALL: "--with=sendmail=COMMAND" comment
17644:
17645: * INSTALL, configure, configure.in, src/classes/mail.C,
17646: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 17647: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
17648: disables execs also. introducing --sendmail
1.95 moko 17649:
17650: * operators.txt: pgsql options comment
17651:
17652: * INSTALL: comment on --disable-link-stdcpp
17653:
1.116 moko 17654: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17655: libstdc++ link skipping configure option
1.95 moko 17656:
17657: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
17658: with error were put to cache with 'marked_to_rollback' flag, all
17659: consequent even OK requests rolled back
17660:
17661: 2002-03-22 paf
17662:
17663: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
17664: false return
17665:
17666: * operators.txt: few comments on sets
17667:
17668: 2002-03-18 paf
17669:
17670: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
17671: src/include/pa_globals.h, src/include/pa_request.h,
17672: src/include/pa_stack.h, src/main/pa_globals.C,
17673: src/main/pa_request.C: introducing ^try
17674:
17675: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
17676: types/pa_vdouble.h: removed some tested @tests
17677:
17678: 2002-03-15 paf
17679:
17680: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
17681:
17682: 2002-03-13 paf
17683:
17684: * src/main/pa_exception.C: checked not-pooled malloc
17685:
17686: 2002-03-11 paf
17687:
17688: * INSTALL, configure, configure.in,
17689: src/include/pa_config_auto.h.in: --disable-foreign-group-files
17690:
17691: * src/main/pa_common.C: --disable-foreign-group-files
17692:
17693: * INSTALL: --disable-execs
17694:
17695: * src/main/pa_exec.C: --disable-execs
17696:
17697: * configure, configure.in, src/include/pa_config_auto.h.in:
17698: --disable-execs
17699:
17700: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
17701:
17702: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
17703: file::exec/cgi linebreaks "0D0A" changed to 0A onces
17704:
17705: 2002-03-05 paf
17706:
17707: * operators.txt, src/classes/date.C: date week calendar columns
17708: named
17709:
17710: * operators.txt, src/classes/date.C: date week calendar columns
17711: named
17712:
17713: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
17714: requires headers to be terminated with \r\n manually [refuses to
17715: separate header/body itself]
17716:
17717: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17718: targets/isapi/parser3isapi.C: isapi site config beside .dll
17719:
17720: 2002-03-04 paf
17721:
17722: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
17723: in PASS language
17724:
17725: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
17726: deserialize checks on broken file
17727:
17728: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
17729: parser3isapi.dsp: isapi updated
17730:
17731: 2002-03-01 paf
17732:
17733: * src/main/pa_exec.C: execle -> execve, now argc OK
17734:
17735: 2002-02-28 paf
17736:
17737: * src/main/untaint.C: removed some debug comments
17738:
17739: * src/main/pa_charsets.C: when placing charset to cache using
17740: global name now [were request]
17741:
17742: * configure, configure.in: apache module updated
17743:
17744: * src/main/pa_string.C: origin by first piece preferred before last
17745: piece
17746:
17747: 2002-02-27 paf
17748:
17749: * src/main/pa_charset.C: size_t
17750:
17751: * INSTALL: shared/static-xml with-pathlink
17752:
17753: * operators.txt: SMTP comment
17754:
17755: 2002-02-26 paf
17756:
17757: * src/main/pa_exec.C: more precise names for vars, cosmetic
17758:
17759: * src/classes/xnode.C: in some situation, xpath query returned
17760: result with type NODESET, but empty nodeset member field, checked
17761: that
17762:
17763: 2002-02-22 paf
17764:
17765: * INSTALL: without-zlib comment
17766:
17767: * etc/parser3.charsets/windows-1251.cfg: °
17768:
17769: * configure, configure.in: glib###.a detection fixed
17770:
17771: * INSTALL: hashfile removed from INSTALL
17772:
1.116 moko 17773: * Makefile.am: make update
1.95 moko 17774:
17775: * src/main/pa_string.C: string iterators fixed again, so were
17776: String::join_chain
17777:
17778: * src/main/pa_string.C: string iterators fixed again, so were
17779: String::join_chain
17780:
17781: * src/: include/pa_string.h, main/pa_string.C: string iterators
17782: fixed again, so were String::join_chain
17783:
17784: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
17785:
17786: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
17787: "session"
17788:
1.116 moko 17789: * configure, configure.in, src/include/pa_config_auto.h.in:
17790: --with-shared-xml --with-static-xml
1.95 moko 17791:
17792: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17793: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17794: types/types.dsp: *.dsp: removed refereces to win32db & ancient
17795: xalan&xml
17796:
17797: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
17798:
17799: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
17800: src/types/types.dsp: removed hashfile support from sources for
17801: now
17802:
1.116 moko 17803: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 17804: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 17805: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
17806: src/include/pa_db_manager.h, src/include/pa_db_table.h,
17807: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 17808: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 17809: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
17810: src/types/Makefile.am, src/types/pa_vhashfile.C,
17811: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 17812:
17813: 2002-02-21 paf
17814:
17815: * src/main/untaint.C: removed debug code, activated commented-for
17816: debug parts
17817:
1.116 moko 17818: * Makefile.am: make cvsupdate
1.95 moko 17819:
17820: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17821: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
17822: append_row, not at link zero now string to string appending works
17823:
17824: 2002-02-20 paf
17825:
17826: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
17827: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
17828: DEBUG_STRING_APPENDS_VS_EXPANDS
17829:
17830: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17831: economy: 22%
17832:
17833: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17834: space uptimized: string::link_row removed
17835:
17836: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
17837: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
17838: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17839: types/pa_vstring.h: speed uptimized: string::is_empty
17840:
17841: * operators.txt, src/include/pa_common.h,
17842: src/include/pa_config_fixed.h, src/include/pa_string.h,
17843: src/include/pa_types.h, src/main/compile.tab.C,
17844: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
17845: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
17846: string append optimiziation idea and estimates
17847:
17848: 2002-02-19 paf
17849:
17850: * src/classes/math.C: not used directly [but erroreously reported
17851: that 'is', thus registering twice&other probs]
17852:
17853: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
17854: to node [element]
17855:
17856: * src/main/compile.C: without string_origins parse error
17857: file+line+col possible
17858:
17859: * src/main/: compile.C: without string_origins not worked
17860:
17861: 2002-02-18 paf
17862:
17863: * src/types/pa_vdouble.h: since we have in_expression removed that
17864: trick i've installed into double::as_string
17865:
17866: * src/main/pa_globals.C: extern "C" was removed too fast
17867:
17868: * src/: include/pa_opcode.h, include/pa_request.h,
17869: main/compile.tab.C, main/compile.y, main/execute.C,
17870: types/pa_wcontext.h: in_expression aimed to solve old problem
17871: with string/nonstring values, now in expressions double/int
17872: values are passed as-is, without stupid tostring/fromstring
17873: conversions
17874:
17875: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
17876: __cplusplus } #endif
17877:
17878: * src/main/compile.tab.C: bison env set so one could compile
17879: without cygwin installed
17880:
17881: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17882: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
17883: gnome xml libs parser .dsp-s changed accordingly
17884:
17885: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
17886:
17887: * operators.txt, src/classes/date.C: date::create [were date::set,
17888: with backward comp
17889:
17890: * src/classes/math.C: math:random range check fixed
17891:
17892: * src/main/: compile.tab.C, compile.y: integer division stops name
17893:
17894: * INSTALL: local install comment
17895:
1.116 moko 17896: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 17897:
1.116 moko 17898: * acinclude.m4, aclocal.m4, configure, configure.in,
17899: src/include/pa_config_auto.h.in,
17900: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
17901: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 17902:
17903: * operators.txt: \ comment
17904:
17905: 2002-02-13 paf
17906:
17907: * src/include/pa_config_includes.h: sys/time time both included
17908: now. vaguely remember confilicts on this on some system [not on
17909: six|ablv] so when would see them again would think up proper
17910: check
17911:
1.116 moko 17912: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17913: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 17914:
17915: * src/main/pa_common.C: truncation never occured when writing files
17916: on unix [since i've changed cache mech] fix
17917:
17918: * src/main/pa_common.C: strnchr: sanity check added
17919:
17920: * etc/parser3.charsets/windows-1257.cfg: id added
17921:
17922: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
17923: baltic charset file generated, in generation script ispunct check
17924: added
17925:
17926: 2002-02-08 paf
17927:
1.116 moko 17928: * src/: include/Makefile.am, sql/Makefile.am,
17929: targets/isapi/Makefile.am: forgotten makes
1.95 moko 17930:
17931: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
17932: forgotten
17933:
17934: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
17935:
17936: * INSTALL, README: install&others updated
17937:
17938: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
17939:
1.116 moko 17940: * Makefile.am, configure, configure.in,
17941: etc/parser3.charsets/Makefile.am, src/Makefile.am,
17942: src/classes/Makefile.am, src/main/Makefile.am,
17943: src/main/pa_status_provider.C, src/targets/Makefile.am,
17944: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
17945: works
1.95 moko 17946:
17947: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17948: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17949: classes/hashfile.C, classes/int.C, classes/mail.C,
17950: classes/math.C, classes/op.C, classes/response.C,
17951: classes/string.C, classes/table.C, classes/void.C,
17952: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17953: include/pa_array.h, include/pa_cache_managers.h,
17954: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17955: include/pa_config_fixed.h, include/pa_config_includes.h,
17956: include/pa_db_connection.h, include/pa_db_manager.h,
17957: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17958: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17959: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17960: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17961: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17962: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17963: include/pa_stack.h, include/pa_string.h,
17964: include/pa_stylesheet_connection.h,
17965: include/pa_stylesheet_manager.h, include/pa_table.h,
17966: include/pa_threads.h, include/pa_types.h, main/compile.C,
17967: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17968: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
17969: main/pa_db_connection.C, main/pa_db_manager.C,
17970: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17971: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
17972: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17973: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
17974: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17975: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17976: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
17977: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17978: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17979: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
17980: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17981: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17982: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
17983: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
17984: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
17985: types/pa_vmethod_frame.h, types/pa_vobject.h,
17986: types/pa_vrequest.h, types/pa_vresponse.h,
17987: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17988: types/pa_vstateless_object.h, types/pa_vstatus.C,
17989: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17990: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17991: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
17992: classes/image.C, main/pa_common.C, main/pa_exec.C,
17993: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17994: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
17995: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
17996: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
17997: types/pa_vxnode.C, main/pa_charset.C: name spelling
17998:
17999: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18000: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18001: classes/hashfile.C, classes/image.C, classes/int.C,
18002: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18003: classes/string.C, classes/table.C, classes/void.C,
18004: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18005: include/pa_array.h, include/pa_cache_managers.h,
18006: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18007: include/pa_config_fixed.h, include/pa_config_includes.h,
18008: include/pa_db_connection.h, include/pa_db_manager.h,
18009: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18010: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18011: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18012: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18013: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18014: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18015: include/pa_stack.h, include/pa_string.h,
18016: include/pa_stylesheet_connection.h,
18017: include/pa_stylesheet_manager.h, include/pa_table.h,
18018: include/pa_threads.h, include/pa_types.h, main/compile.C,
18019: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18020: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18021: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18022: main/pa_db_connection.C, main/pa_db_manager.C,
18023: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18024: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18025: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18026: main/pa_socks.C, main/pa_sql_driver_manager.C,
18027: main/pa_status_provider.C, main/pa_string.C,
18028: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18029: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18030: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18031: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18032: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18033: targets/isapi/pool_storage.h, types/pa_valiased.C,
18034: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18035: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18036: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18037: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18038: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18039: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18040: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18041: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18042: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18043: types/pa_vresponse.h, types/pa_vstateless_class.C,
18044: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18045: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18046: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18047: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18048: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18049: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18050:
18051: 2002-02-07 paf
18052:
18053: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18054:
1.116 moko 18055: * configure, configure.in, src/include/pa_config_auto.h.in,
18056: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18057: added yet another locking function: fcntl
1.95 moko 18058:
18059: * config.sub: on cygwin configure passes it with strange i1586
18060: const, hacked it to mean i586
18061:
18062: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18063: disabled $if reference due to conflicts with local variables
18064:
18065: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18066: xdoc::set obsolete now, now xdoc::create, with both sences
18067:
18068: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18069: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18070: table::create now // 'set' name obsolete now table clone.
18071:
18072: * operators.txt, src/classes/string.C,
18073: src/include/pa_config_fixed.h, src/main/compile.tab.C:
18074: ^int/double/string.format now can be called with normal []
18075: brackets, not stupid {} as it were implemented for some strange
18076: reason. retaining backward compatibility due to some
18077: already-implemented servers
18078:
18079: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
18080: main/compile.y, main/compile_tools.C, main/compile_tools.h:
18081: operators now detected by check at name_without_curly_rdive_read
18082: rule whether diving code constists only of
18083: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
18084: with OP_GET_ELEMENT_OR_OPERATOR to form
18085: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
18086:
18087: 2002-02-06 paf
18088:
18089: * configure, configure.in: prefix expanded, grr
18090:
18091: * operators.txt, src/classes/mail.C: mail:send config changed
18092:
18093: 2002-02-05 paf
18094:
18095: * operators.txt: regex options commented
18096:
18097: * src/main/: pa_exec.C: argv0 now correct
18098:
18099: * src/types/pa_vstatus.C: status:rusage 3
18100:
18101: * src/types/pa_vstatus.C: status:rusage 2
18102:
18103: * operators.txt: status:rusage described int operators
18104:
18105: * src/types/pa_vstatus.C: status:rusage 1
18106:
18107: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
18108: src/types/types.dsp: status:rusage
18109:
18110: * configure.in, operators.txt, src/classes/file.C,
18111: src/classes/op.C, src/include/pa_common.h,
18112: src/include/pa_config_includes.h, src/main/compile.tab.C,
18113: src/main/pa_common.C: rewritten ^cache to use
18114: non-blocking-exclusive-caches
18115:
18116: * src/main/pa_common.C: text file read mode on win32 adjusted
18117: [speed impact. was off for debugging purpose, but forgotten
18118: afterwards]
18119:
18120: 2002-02-01 paf
18121:
18122: * src/classes/op.C: file_write does EX lock after create, while
18123: file_read does SH after open, so there's a moment after create
18124: but before EX lock when read can sneak into, and read
18125: just-created-for-writing-and-not-yet-locked file, added a check
18126: for that in ^cache...read
18127:
18128: 2002-01-31 paf
18129:
18130: * src/main/: compile.y, compile.tab.C: disabled operator call after
18131: ^xxx:
18132:
18133: * src/main/: compile.tab.C, execute.C: made operators lookup first
18134: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
18135:
18136: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
18137: main/compile.tab.C, main/compile.y, main/compile_tools.C,
18138: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
18139: operators check 6.1 rewritten. now check is done at compile time
18140:
18141: * src/main/execute.C: operators check 5 floated up old error of
18142: staying in 'entered class/object' state after $a($a..) it
18143: prevented operators from being called thereafter
18144:
18145: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18146: main/execute.C: operators check 4 floated up old error of staying
18147: in 'entered object' state after ^a.a(a) it prevented operators
18148: from being called thereafter
18149:
18150: * src/main/execute.C: operators check 3 floated up old error of
18151: staying in 'entered class' state after $a:a(a) it prevented
18152: operators from being called thereafter
18153:
18154: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
18155: floated up old error of staying in 'entered class' state after
18156: $a:a[a] it prevented operators from being called thereafter
18157:
18158: * src/main/execute.C: operators check, thay mistakenly seen in
18159: $class:operator $object.operators contexts
18160:
18161: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
18162: win32
18163:
1.116 moko 18164: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
18165: src/classes/Makefile.am, src/main/Makefile.am,
18166: src/targets/cgi/Makefile.am,
1.95 moko 18167: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 18168: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 18169:
1.116 moko 18170: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
18171: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
18172: configure, configure.in, form.txt, ident.awk, install-sh,
18173: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
18174: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 18175: etc/parser3.charsets/Makefile.am,
18176: etc/parser3.charsets/koi8-r.cfg,
18177: etc/parser3.charsets/windows-1250.cfg,
18178: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 18179: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
18180: src/main/Makefile.am, src/targets/cgi/Makefile.am,
18181: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
18182: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 18183: straightened installation scripts procedure made
18184: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
18185: change
18186:
18187: 2002-01-30 paf
18188:
18189: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
18190: removed] those comments were a mistake, and prevented libltdl
18191: from function properly
18192:
18193: 2002-01-29 paf
18194:
1.116 moko 18195: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
18196: creation [modified acinclude.m4 which were creating int into just
18197: assignment LIBTOOL=../libtool] added default system
18198: config&charsetts prepared 'make install', now it installs
18199: targets/cgi/parser3 into bin directory etc/parser3.conf &
18200: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 18201: $sysconfdir/parser3.charsets respectively
18202:
18203: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
18204: main/pa_globals.C: few forgotten ifdef XML added
18205:
18206: 2002-01-28 paf
18207:
1.116 moko 18208: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 18209: removed
18210:
18211: * src/main/pa_exception.C: dom|generic error output fix
18212:
18213: * src/classes/xnode.C: xdoc.importNode 3 [check err]
18214:
18215: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
18216:
18217: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
18218: [fixed as_node helper func to accept docs]
18219:
18220: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
18221: xdoc.importNode 0
18222:
18223: * src/classes/xdoc.C: xdoc::set now untaints OK
18224:
18225: 2002-01-25 paf
18226:
18227: * src/main/: compile.tab.C, compile.y: #comment before @ after
18228: @SPECIAL now works OK
18229:
18230: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
18231:
18232: * src/main/pa_exec.C: max arg count now 10, and proper message on
18233: violation that added
18234:
18235: * src/classes/hash.C: unified hash::sql, now
18236: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
18237:
18238: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18239: ^file:lock[filename]{code}
18240:
18241: * src/: classes/file.C, classes/op.C, classes/string.C,
18242: classes/table.C, classes/xdoc.C, include/pa_common.h,
18243: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
18244: to some pa_common funcs
18245:
18246: * src/: include/pa_charset.h, main/pa_globals.C:
18247: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
18248:
18249: * src/: include/pa_charset.h, main/pa_charset.C,
18250: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
18251: not stupid illegal define
18252:
18253: 2002-01-24 paf
18254:
18255: * src/include/pa_version.h: changed version number
18256:
18257: * src/: classes/hashfile.C, include/pa_db_table.h,
18258: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18259: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18260: main/pa_db_connection.C, main/pa_db_table.C,
18261: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
18262: hashfile without logfiles
18263:
18264: * src/: classes/hashfile.C, include/pa_db_table.h,
18265: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
18266: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
18267: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
18268: DB_INIT_TXN init bits, thus got rid of huge log files, which
18269: cluttered disk without huge need]
18270:
18271: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
18272: handy macro, which is strangly abscent in dome lib
18273:
18274: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
18275:
18276: * src/classes/xdoc.C: checked empty response
18277:
18278: * src/classes/xnode.C: xdoc.select fixed context node [were always
18279: /, not self node]
18280:
18281: * src/classes/xnode.C: xnode.select returns array always now, in
18282: case 'nothing found' returns empty array
18283:
18284: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
18285: be more tender with ctrl/c/v
18286:
18287: 2002-01-23 paf
18288:
18289: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
18290: substituted. // 2. when dom tree with entites goes under
18291: transform text nodes // got [erroreosly] cut on first
18292: entity occurance
18293:
18294: * src/types/pa_vdouble.h: double prec. todo: get rid of
18295: twice-converting
18296:
18297: * src/types/pa_vdouble.h: %.20E now float format when %g produced
18298: 'e' in output this is for regretful twice-converting here:
18299: $a(double value) when they write double falue they convert it to
18300: string first, thus %g were losing precesion.
18301:
18302: todo: think up some way to remove double->string string->double
18303: twice-converting
18304:
18305: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
18306: %.20E now default float format this is for regretful
18307: twice-converting here: $a(double value) when they write double
18308: falue they convert it to string first, thus %g were losing
18309: precesion.
18310:
18311: todo: think up some way to remove double->string string->double
18312: twice-converting
18313:
18314: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18315: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
18316: reasons in comment inside
18317:
18318: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
18319: statically linked]
18320:
18321: * src/: include/pa_exception.h, main/compile.tab.C,
18322: main/pa_exception.C: removed exception va_list constructor. 1.
18323: not needed anymore 2. there were a conflict[causing errors]
18324: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
18325: never detected an ambiguilty here, compiling ctor(, "hello") into
18326: ctor(, va_list) which, of course, caused gpf
18327:
18328: * src/main/pa_globals.C: removed debug xslt messages
18329:
18330: 2002-01-22 paf
18331:
18332: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18333: main/pa_globals.C: xsl stylesheet load: parsed entities, this
18334: helps compiling stylesheet properly. example: this refused to
18335: work, <b>«<xsl:value-of select="@title"
18336: />»</b> stranly worked only this way:
18337: <b>«<xsl:value-of select="@title" />»</b>
18338:
18339: docs says "set it to 1", never going into details, so I decided
18340: to try NOT to do that
18341:
18342: * src/classes/table.C: join behaived badly in case named tables
18343: structure mismatched: 0 strings sneaked into dest failing
18344: afterwards. replaced them with empty strings
18345:
18346: 2002-01-21 paf
18347:
18348: * src/main/pa_charset.C: checked empty transcoders in
18349: transcode_cstr|buf
18350:
18351: * src/classes/xdoc.C: xdoc::load error source = filespec
18352:
18353: * src/classes/xdoc.C: transform error source now
18354: stylesheet_filespec
18355:
1.116 moko 18356: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 18357: include/pa_stylesheet_connection.h, main/pa_charset.C,
18358: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 18359: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
18360: gnome
1.95 moko 18361:
18362: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18363: include/pa_globals.h, include/pa_stylesheet_connection.h,
18364: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
18365: xslt generic error 1
18366:
18367: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
18368: xml generic message 1
18369:
18370: * src/classes/table.C: ^table::load empty lines or #comments before
18371: headline
18372:
18373: * src/: include/pa_array.h, include/pa_globals.h,
18374: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
18375: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
18376: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
18377: errors 0
18378:
18379: 2002-01-16 paf
18380:
18381: * src/: classes/hash.C, classes/op.C, classes/string.C,
18382: classes/table.C, classes/void.C, classes/xdoc.C,
18383: include/pa_db_connection.h, include/pa_request.h,
18384: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18385: include/pa_stylesheet_connection.h,
18386: include/pa_stylesheet_manager.h, main/pa_request.C,
18387: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18388: targets/cgi/pool_storage.h: auto closers to sql_connection,
18389: stylesheet_connection auto destroyers to remaining gnome objects
18390:
18391: * src/classes/xdoc.C: few comments
18392:
18393: 2002-01-15 paf
18394:
18395: * src/classes/xdoc.C: xdoc file save string
18396:
18397: ready. todo: error handling
18398:
18399: * src/classes/xdoc.C: xdoc save rewritten using
18400: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
18401: result
18402:
18403: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
18404: started output options parsing
18405:
18406: 2002-01-14 paf
18407:
18408: * src/classes/xdoc.C: method
18409:
18410: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18411: include/pa_pool.h, include/pa_stylesheet_connection.h,
18412: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
18413: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
18414: xslt transform0. TODO: use output options handle errors
18415:
18416: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
18417:
18418: 2002-01-11 paf
18419:
18420: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18421: main/compile_tools.C, main/compile_tools.h, main/execute.C:
18422: partial logical && || evaluation
18423:
18424: * src/classes/xnode.C: xpath selectNodes
18425:
18426: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
18427: string/number/bool
18428:
18429: * src/classes/xnode.C: xpath selectNode 2
18430:
18431: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
18432: xpath selectNode 1
18433:
18434: 2002-01-10 paf
18435:
18436: * src/classes/xnode.C: xpath selectNode -100 [just written]
18437:
18438: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18439: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
18440: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
18441: refcounter]
18442:
18443: 2001-12-29 paf
18444:
18445: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
18446: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
18447: glib works 0
18448:
18449: 2001-12-28 paf
18450:
18451: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
18452: main/pa_exception.C: started glib transcoders
18453:
18454: * src/main/pa_globals.C: renamed gdome to libgdome.dll
18455:
18456: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
18457: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
18458: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
18459: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
18460: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
18461: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
18462: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
18463: libs just compiled in. no refcounting no xpath no xslt yet
18464:
18465: 2001-12-27 paf
18466:
18467: * src/: include/pa_charset.h, include/pa_common.h,
18468: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18469: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
18470: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
18471: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
18472: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
18473: from xalan&xerces, started the process. globals [initialization
18474: pool [charset update charset [transcodings vxnode vxdoc [DOM
18475: calls
18476:
18477: * src/classes/Makefile.am: going away from xalan&xerces, not needed
18478: anymore
18479:
18480: 2001-12-26 paf
18481:
18482: * src/: include/pa_charset.h, include/pa_charsets.h,
18483: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
18484: key globalized [bug]
18485:
18486: 2001-12-25 paf
18487:
18488: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
18489: main/pa_string.C: table set & append changed splitting languages,
18490: separators now can be clean AND as-is same to mail command line
18491: $MAIN:MAIL.progX arguments
18492:
18493: 2001-12-24 paf
18494:
18495: * src/classes/mail.C: one parted text messages - no multipart
18496: mime-type anymore. for convinient if $.attach-ments
18497:
18498: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
18499: main/pa_string.C: read from cache size check updated
18500:
18501: * src/main/: pa_string.C: String::join_chain another ugly bug :(
18502:
18503: 2001-12-21 paf
18504:
18505: * src/classes/date.C: date:sql-string now returns localtime
18506:
18507: * src/main/pa_request.C: $result in @main actually not working, to
18508: hell with it for now
18509:
18510: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18511: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
18512: @postprocess @exception
18513:
18514: * src/main/execute.C: junction evaluation canceled - endless
18515: recursion detected
18516:
18517: 2001-12-19 paf
18518:
18519: * src/main/pa_charset.C: charset->charset transcoding via unicode
18520: intermediate
18521:
18522: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
18523:
18524: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
18525:
18526: * src/classes/op.C: ^cache keypath now relative
18527:
18528: * src/classes/mail.C: changed weighting prior to sort
18529:
18530: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
18531: were missing
18532:
18533: 2001-12-17 paf
18534:
18535: * src/main/pa_charset.C: ifndef XML were bad type
18536:
18537: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
18538: outdated unset services_pool
18539:
18540: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
18541: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
18542: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
18543:
18544: * src/main/untaint.C: allowed space in filespec
18545:
18546: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
18547:
18548: * src/classes/image.C: no govno
18549:
18550: * src/classes/image.C: govno
18551:
18552: 2001-12-16 paf
18553:
18554: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
18555:
18556: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
18557: charset_connection&manager replaced by charset&charsets
18558:
18559: * src/main/pa_charset.C: name_cstr 0
18560:
18561: * src/main/untaint.C: uri lang now knows about client/source
18562: charsets
18563:
18564: * src/: classes/file.C, classes/math.C, classes/op.C,
18565: classes/string.C, classes/table.C, classes/xdoc.C,
18566: include/pa_array.h, include/pa_cache_managers.h,
18567: include/pa_charset_connection.h, include/pa_charset_manager.h,
18568: include/pa_common.h, include/pa_db_connection.h,
18569: include/pa_db_manager.h, include/pa_db_table.h,
18570: include/pa_dictionary.h, include/pa_exception.h,
18571: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
18572: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
18573: include/pa_sapi.h, include/pa_socks.h,
18574: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18575: include/pa_string.h, include/pa_stylesheet_connection.h,
18576: include/pa_stylesheet_manager.h, include/pa_table.h,
18577: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
18578: main/pa_charset.C, main/pa_charset_connection.C,
18579: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
18580: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
18581: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
18582: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
18583: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18584: types/types.dsp: introducing Charset
18585:
18586: 2001-12-14 paf
18587:
18588: * src/: include/pa_request.h, include/pa_transcoder.h,
18589: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
18590: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
18591: uri lang
18592:
18593: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
18594:
18595: * src/targets/cgi/Makefile.am: -I../../pcre to .am
18596:
18597: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
18598: defalts_name global
18599:
18600: * src/: include/pa_charset_connection.h, include/pa_pool.h,
18601: include/pa_request.h, main/main.dsp,
18602: main/pa_charset_connection.C, main/pa_charset_manager.C,
18603: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
18604: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
18605: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
18606: changed charset model. now important: $request:charset
18607: $response:charset while $response:content-type.charset become
18608: unimportant [informational]
18609:
18610: 2001-12-13 paf
18611:
18612: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
18613:
18614: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
18615: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
18616: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
18617: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
18618: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
18619: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
18620:
18621: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
18622: auto_ptr part other way, because of stupid gcc 2.96
18623: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
18624: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
18625: FormatterListener] /usr/include/g++-3/memory:48:
18626: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
18627: _Tp1 = FormatterListener, _Tp = FormatterListener]
18628:
18629: * src/classes/xdoc.C: removed extra inc
18630:
18631: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
18632:
18633: * src/include/pa_types.h: msvc head debugging flag
18634:
18635: * src/classes/xdoc.C: freed up listener
18636:
18637: * src/classes/string.C: change msg '... code is not code'
18638:
18639: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
18640: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18641: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
18642: [past/future prob]
18643:
18644: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18645: include/pa_config_fixed.h, include/pa_db_manager.h,
18646: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18647: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
18648:
18649: * src/: include/pa_config_fixed.h, main/pa_common.C,
18650: main/pa_string.C: removed signed mismatch warnings
18651:
18652: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
18653: 'expires' from header outputs
18654:
18655: * src/main/pa_string.C: string::recustruct erroreusly used outdated
18656: row ptr
18657:
18658: * src/classes/file.C: file::cgi bug, request_method were passed to
18659: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
18660:
18661: * src/classes/xdoc.C: lang list updated
18662:
18663: 2001-12-10 paf
18664:
18665: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
18666:
18667: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
18668: erase files like that, knowing their full name introducing //
18669: theoretical problem with, for instance, "_2B" and "." fragments,
18670: // they would yield the same // because
18671: need_file_encode('_')=false // but we need to delete such files
18672: somehow, getting names from ^index
18673:
18674: * src/main/pa_string.C: ^string.replace bug fixed [bad
18675: string::join_chank break]
18676:
18677: 2001-12-07 paf
18678:
18679: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
18680: include/pa_common.h, include/pa_config_auto.h.in,
18681: include/pa_config_fixed.h, include/pa_config_includes.h,
18682: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
18683: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
18684: types/pa_vhashfile.C: merged from r14_simple_cache
18685:
18686: * src/main/pa_string.C: stupid sparc architecture failed to access
18687: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
18688: lduh [ %i2 + 1 ], %l0
18689:
18690: bus error, fixed that
18691:
18692: * src/main/pa_string.C: strange string deserialize bug on
18693: client[pmts], a bit shortened,
18694:
18695: * src/include/pa_config_auto.h.in: makes
18696:
18697: * src/: include/pa_common.h, include/pa_config_fixed.h,
18698: include/pa_config_includes.h, main/pa_common.C: exclusive lock
18699: file write shared lock file read
18700:
18701: * src/: classes/op.C, include/pa_common.h,
18702: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
18703:
18704: 2001-12-06 paf
18705:
18706: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18707: main/pa_request.C: #ifdef RESOURCES_DEBUG
18708:
18709: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
18710: info
18711:
18712: * src/classes/hashfile.C: removed transaction from ^cache
18713:
18714: 2001-12-05 paf
18715:
18716: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
18717: IIS5 there were a prob with illegal call check
18718:
18719: 2001-12-04 paf
18720:
18721: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18722: main/pa_request.C: measures to log
18723:
18724: 2001-11-23 paf
18725:
18726: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18727: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
18728: types/pa_vhashfile.C: merged from _0014, 1
18729:
18730: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18731: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
18732: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
18733: ^cache(33) would change
18734:
18735: 0660 bits in file_write & hashfile create
18736:
18737: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
18738: after pa_string optimization]
18739:
18740: 2001-11-22 paf
18741:
18742: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18743: table.offset[whence]
18744:
18745: * src/classes/op.C: process cstr(,connection)
18746:
18747: * src/classes/op.C: process now gets its body on current language,
18748: not as-is
18749:
18750: * src/main/untaint.C: ORIGINS mode removed UHTML
18751:
18752: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
18753: bit
18754:
1.116 moko 18755: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 18756:
18757: 2001-11-21 paf
18758:
18759: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
18760: <xsl:output output options made identical to xsl:output
18761: attributes exclusion: cdata-section-elements what xalan can do
18762: but that not used now: it can escape and remove CDATA sections
18763:
18764: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
18765: produced by xslt
18766:
18767: * src/targets/cgi/parser3.C: removed debug cgi||1
18768:
18769: * src/main/: pa_string.C, untaint.C: cached some string::size() es
18770:
18771: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
18772: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
18773: default language for {code}, it happen to change it's language
18774: from CLEAN, so later refused to split by CLEAN \t
18775:
18776: 2001-11-20 paf
18777:
1.116 moko 18778: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
18779: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 18780: bottom of dependeces, so that errors would popup quicklier, fixed
18781: line numbering in table::sql
18782:
18783: 2001-11-19 paf
18784:
18785: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
18786: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
18787: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
18788: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
18789: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
18790: at wcontext.write
18791:
1.116 moko 18792: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 18793: _set_new_handler
18794:
1.116 moko 18795: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
18796: set_new_handler in apache&isapi
1.95 moko 18797:
18798: 2001-11-16 paf
18799:
18800: * src/targets/cgi/parser3.C: pool debug @ die
18801:
18802: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
18803: removed 8 bytes from String, 2 bytes from
18804: string::chunk::row::item
18805:
18806: * src/main/pa_string.C: removed 1+4 bytes from String
18807:
18808: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18809: types/pa_vstring.C: removed 1+4 bytes from String
18810:
18811: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
18812: 0
18813:
18814: * src/: include/pa_globals.h, include/pa_string.h,
18815: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
18816: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
18817: targets/cgi/parser3.C: introducing estimating
18818: String::cstr_bufsize, 0
18819:
18820: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
18821:
18822: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
18823:
18824: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
18825: include/pa_pool.h: die in pool::fail
18826:
18827: 2001-11-15 paf
18828:
18829: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
18830: main/pa_exception.C, targets/cgi/parser3.C: exception with
18831: dynamic buffer re-back now with counter
18832:
18833: * src/: include/pa_exception.h, main/pa_exception.C: exception with
18834: static buffer back
18835:
18836: * src/targets/cgi/parser3.C: std::
18837:
18838: * src/: classes/classes.awk, include/pa_config_auto.h.in,
18839: include/pa_config_includes.h: setnewhandler check
18840:
1.116 moko 18841: * src/include/pa_config_auto.h.in: makes
1.95 moko 18842:
18843: * src/targets/cgi/parser3.C: set_new_handler started
18844:
18845: 2001-11-14 paf
18846:
18847: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18848: was wrong
18849:
18850: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18851: was wrong
18852:
18853: * src/main/pa_request.C: z
18854:
18855: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
18856: full returns win32 -1 solaris >buffer_size
18857:
18858: checked all that
18859:
18860: * src/classes/op.C: ^untaint{body} as-is default now
18861:
18862: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18863: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
18864: with no_bad_constructors_try
18865:
18866: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18867: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
18868: this: $bred[^string::length[]] $bred[^response::clear[]]
18869: $bred[^int::int[]]
18870:
18871: now VObject creation moved into overriden
18872: VClass::create_new_value, thus 0 from create_new_value means that
18873: class has no ctors
18874:
18875: 2001-11-13 paf
18876:
18877: * src/classes/classes.C: returned accedently removed if in foreach
18878: callbacks [when hash no-0-restructure]
18879:
18880: 2001-11-12 paf
18881:
18882: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
18883: passed as-is to method, xalan makes & into & itself
18884:
18885: * src/classes/date.C: date.roll parser2 alg used
18886:
18887: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
18888: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
18889: main/pa_dictionary.C, main/pa_hash.C,
18890: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
18891: now does not containt 0 values. put 0 actullay removes. no check
18892: on 0 value in foreach now required
18893:
18894: 2001-11-11 paf
18895:
18896: * src/sql/pa_sql_driver.h: removed extra constructor, doc
18897:
18898: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
18899:
18900: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
18901: driver initialize not const
18902:
18903: 2001-11-10 paf
18904:
18905: * src/main/pa_exec.C: doc
18906:
18907: 2001-11-09 paf
18908:
18909: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
18910: param properly
18911:
18912: * src/classes/string.C: string.save now does untainting before
18913: saving
18914:
18915: * src/main/pa_common.C: line endings fixing fixed last piece[was
18916: still cstr oriented]
18917:
18918: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
18919: line endings fixing got rid of cstr, now must work ok with post
18920: multipart
18921:
18922: * src/types/pa_vform.C: line endings fixed at post / multipart /
18923: not file also now
18924:
18925: 2001-11-08 paf
18926:
18927: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18928: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18929: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
18930: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
18931: main/pa_stylesheet_manager.C: restructured Cache manager to be
18932: simple parent, not second parent [gcc 2.96 strangly refused to
18933: call virtual from second parent]
18934:
1.116 moko 18935: * src/: include/pa_common.h, main/Makefile.am,
18936: targets/cgi/pa_pool.C: makes
1.95 moko 18937:
18938: * src/: include/pa_request.h, main/pa_request.C,
18939: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
18940: 'status' class enabler
18941:
18942: <Location /parser-status.html> ParserStatusAllowed </Location>
18943:
18944: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18945: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18946: include/pa_stylesheet_manager.h, main/main.dsp,
18947: main/pa_cache_managers.C, main/pa_charset_manager.C,
18948: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
18949: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18950: types/pa_vstatus.h: cache_managers, maybe-expiring every request
18951: todo: apache 'status' class enabler
18952:
18953: 2001-11-05 paf
18954:
18955: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
18956: debug to normal
18957:
18958: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
18959: hence i removed skipping 0 values in hash::for_each-es we need to
18960: check cleaned cache items manually. few more checks.
18961:
18962: expiring to 0 time was wrong, changed to 'now' time
18963:
18964: * src/targets/cgi/parser3.C: read can return 0, that means sort of
18965: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
18966: on apache already done :)
18967:
18968: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
18969: skipping 0 values in hash::for_each-es we need to check cleaned
18970: cache items manually
18971:
18972: * src/main/: pa_db_connection.C, pa_db_table.C:
18973: parser_multithreaded check was wrong
18974:
18975: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18976: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18977: classes/hashfile.C, classes/image.C, classes/int.C,
18978: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18979: classes/string.C, classes/table.C, classes/void.C,
18980: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18981: include/pa_array.h, include/pa_charset_connection.h,
18982: include/pa_charset_manager.h, include/pa_common.h,
18983: include/pa_config_fixed.h, include/pa_config_includes.h,
18984: include/pa_db_connection.h, include/pa_db_manager.h,
18985: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18986: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18987: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18988: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18989: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18990: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18991: include/pa_stack.h, include/pa_string.h,
18992: include/pa_stylesheet_connection.h,
18993: include/pa_stylesheet_manager.h, include/pa_table.h,
18994: include/pa_threads.h, include/pa_types.h, main/compile.C,
18995: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18996: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
18997: main/pa_charset_manager.C, main/pa_common.C,
18998: main/pa_db_connection.C, main/pa_db_manager.C,
18999: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19000: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19001: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19002: main/pa_socks.C, main/pa_sql_driver_manager.C,
19003: main/pa_status_provider.C, main/pa_string.C,
19004: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19005: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19006: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19007: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19008: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19009: targets/isapi/pool_storage.h, types/pa_valiased.C,
19010: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19011: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19012: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19013: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19014: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19015: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19016: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19017: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19018: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19019: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19020: types/pa_vstateless_object.h, types/pa_vstatus.h,
19021: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19022: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19023: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19024: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19025: $status:db fixed used not initialized in db_connection & db_table
19026:
19027: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19028: $status:charset
19029:
19030: * src/: classes/xdoc.C, include/pa_db_connection.h,
19031: include/pa_stylesheet_connection.h,
19032: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19033: types/pa_vstatus.h: $status:stylesheet
19034:
19035: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19036: include/pa_request.h, include/pa_sql_connection.h,
19037: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19038: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19039: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19040: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19041: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19042: types/pa_vxnode.C, types/types.dsp: started status parser class
19043:
19044: 2001-11-01 paf
19045:
19046: * src/include/pa_config_auto.h.in: makes
19047:
19048: * src/main/pa_hash.C: removed old extra include
19049:
19050: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19051: checks [for hp, there are such in math.h]
19052:
19053: * src/classes/op.C: ^for endless loop check strightened
19054:
19055: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19056: behavior in native calls. it left unchanged, so ^for ^foreach &
19057: co can use r.root to write their i & key,value there
19058:
19059: * src/classes/op.C: detected for var storage bug, fixed.
19060: todo:foreach
19061:
19062: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19063: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19064: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19065: changing of hash inside of foreach
19066:
19067: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19068: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19069: were hash.foreach
19070:
19071: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
19072: types/pa_vstring.C, types/pa_vstring.h:
19073: ^foreach[key|value]{body}[[separator]|{separator}]
19074:
19075: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
19076: types/pa_vcookie.C: ^hash.delete[key]
19077:
19078: 2001-10-31 paf
19079:
19080: * src/main/: compile.C, pa_common.C: completely empty file now
19081: considered "read", not ignored [not perfect trick used]
19082:
19083: * src/main/pa_common.C: simplier common ifdefs
19084:
19085: * src/main/pa_common.C: typing bug in common - bad ifdeff
19086:
19087: * src/main/pa_db_connection.C: z
19088:
19089: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
19090: lockdetector flags
19091: dbenv.lk_detect=DB_LOCK_RANDOM;
19092:
19093: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
19094: from accidental show [imagine user forgot @exception]
19095:
19096: * src/classes/table.C: ^table.save[[nameless|+append;]path]
19097:
19098: * src/: classes/file.C, classes/image.C, classes/mail.C,
19099: classes/string.C, classes/xnode.C, include/pa_common.h,
19100: main/pa_common.C: ^string.save[[append;]path]
19101:
19102: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19103: main/execute.C: \ in expression: int divide 10/3=3
19104:
19105: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
19106: inside of ^cache
19107:
19108: * src/: include/pa_threads.h, main/pa_db_connection.C,
19109: main/pa_db_table.C, targets/cgi/pa_threads.C,
19110: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
19111: needed
19112:
19113: 2001-10-30 paf
19114:
19115: * src/: classes/classes.dsp, main/main.dsp,
19116: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19117: types/types.dsp: enabled debug incremental compile
19118:
19119: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19120: form post data line endings not reformatted now.
19121:
19122: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
19123: now required [had bug when file= has no value]
19124:
19125: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
19126: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
19127: cstr(asis) default param removed
19128:
19129: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
19130:
19131: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
19132:
19133: * src/include/pa_dir.h: LOAD_DIR fixed
19134:
19135: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
19136: was broken} fix_line_breaks
19137:
19138: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
19139: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
19140: packed with #pragma pack
19141:
1.116 moko 19142: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 19143:
19144: 2001-10-29 paf
19145:
19146: * src/types/pa_wcontext.h: bitfield syntax stricter
19147:
19148: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
19149: string hash.puts
19150:
19151: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
19152:
19153: * src/include/pa_sql_connection.h: there were one wrong
19154: SQL_CONNECTION_FUNC_GUARDED [failed]
19155:
19156: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
19157: param.someday either ifdef or remove it
19158:
19159: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
19160:
19161: * src/main/untaint.C: optimizing returned after debugging
19162:
19163: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19164: main/untaint.C: memory hunging #pragma pack(1)
19165:
19166: 16 419 844 13 169 394
19167:
19168: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19169: targets/cgi/pa_pool.C: String size_t replace to uint in proper
19170: places [todo:Array]
19171:
19172: * src/: main/execute.C, targets/cgi/pa_pool.C,
19173: targets/cgi/parser3.dsp, types/pa_wcontext.h,
19174: types/pa_wwrapper.h: debugging memory WContext flags to bits
19175:
19176: total 5 652 652/158731 total 5 469 332/158731
19177:
19178: * src/: include/pa_array.h, main/pa_array.C: debugging memory
19179: Array:: without cache in get/put now
19180:
19181: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
19182: 18:25:27 2001] total 5 652 652/158731
19183:
19184: * src/: include/pa_string.h, main/pa_string.C,
19185: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
19186: now
19187:
19188: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
19189: 18:11:53 2001] total 5796092/158731
19190:
19191: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
19192: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
19193: key ref now
19194:
19195: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
19196: 17:11:17 2001] total 16867948/202658
19197:
19198: * src/: classes/file.C, classes/image.C, classes/string.C,
19199: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
19200: main/execute.C, main/pa_array.C, main/pa_common.C,
19201: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19202: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
19203: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
19204: string::as_int/double now usually uses stack, not heap [200K out
19205: of 17M :)] VString(String&) not copies reference [29M -> 17M]
19206:
19207: * src/main/pa_sql_driver_manager.C: ping to have services [old
19208: hiding bug]
19209:
19210: * src/Makefile.am: .am order
19211:
19212: * src/: include/pa_array.h, include/pa_charset_manager.h,
19213: include/pa_db_connection.h, include/pa_db_manager.h,
19214: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
19215: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19216: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
19217: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
19218: required "friend class"
19219:
19220: ../include/pa_request.h:51: friend declaration requires
19221: class-key, i.e. `friend class Temp_lang'
19222:
19223: * src/: include/pa_exception.h, include/pa_sql_connection.h,
19224: main/pa_exception.C, main/pa_sql_driver_manager.C,
19225: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
19226:
19227: the idea is to #1 jump to C++ some function to main body, where
19228: every function stack frame has exception unwind information and
19229: from there... #2 propagate_exception()
19230:
19231: 2001-10-28 paf
19232:
19233: * src/main/pa_db_connection.C: removed old consts
19234:
19235: * src/main/pa_db_connection.C: expire table [was accidently pasted
19236: with wrong type/cast]
19237:
19238: * src/main/: pa_db_connection.C, pa_db_table.C: exception
19239: translation
19240:
1.116 moko 19241: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 19242: remember to build DB2 with -fexceptions!!!
19243:
19244: * src/main/pa_db_table.C: DB_RMW defed
19245:
19246: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
19247: include/pa_db_connection.h, include/pa_db_manager.h,
19248: include/pa_db_table.h, main/pa_db_connection.C,
19249: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
19250:
19251: 2001-10-27 paf
19252:
19253: * src/: classes/hashfile.C, include/pa_db_connection.h,
19254: include/pa_db_table.h, main/pa_db_connection.C,
19255: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
19256: types/pa_vhashfile.C: DB2 ifdefs
19257:
1.116 moko 19258: * src/: classes/Makefile.am, include/pa_config_fixed.h,
19259: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 19260: makes with DB2
19261:
1.116 moko 19262: * src/: include/pa_config_auto.h.in, main/Makefile.am,
19263: types/Makefile.am: makes db
1.95 moko 19264:
19265: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
19266: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
19267: globals.C
19268:
19269: * src/: classes/hashfile.C, include/pa_db_connection.h,
19270: include/pa_db_table.h, main/pa_db_connection.C,
19271: main/pa_db_table.C: ^hashfile.clear[]
19272:
19273: * src/classes/classes.awk: no $ in var names
19274:
19275: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
19276: connection&table [forgotten calls]
19277:
19278: 2001-10-26 paf
19279:
19280: * src/main/pa_db_connection.C: db checkpoints
19281:
19282: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
19283: checkpoints
19284:
19285: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
19286: default. but entities still reparsed. todo: tothink
19287:
19288: * src/main/pa_db_connection.C: db recover mech 2
19289:
19290: * src/: classes/hashfile.C, include/pa_db_connection.h,
19291: include/pa_db_manager.h, include/pa_db_table.h,
19292: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19293: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
19294: types/pa_vhashfile.h: db connections & tables now cached at
19295: create time & multithreaded
19296:
19297: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
19298: parsed_source
19299:
19300: * src/main/pa_db_connection.C: about to remove connection from
19301: vhashfile
19302:
19303: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
19304: transaction commit/rollback responsibility left to parent [as it
19305: sould - else there were a bug with double free]
19306:
19307: * src/include/pa_db_table.h: db: child transaction commit/rollback
19308: responsibility left to parent [as it sould - else there were a
19309: bug with double free]
19310:
19311: 2001-10-25 paf
19312:
19313: * src/: classes/hashfile.C, include/pa_common.h,
19314: include/pa_db_connection.h, include/pa_db_manager.h,
19315: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
19316: types/pa_vhashfile.C, types/pa_vhashfile.h,
19317: include/pa_db_table.h, main/pa_db_table.C: started db_home
19318: [multiple, cached] todo: autorecover [tried, but not succeded,
19319: yet]
19320:
19321: * src/include/pa_dir.h: ancient gpf on dir not found fixed
19322:
19323: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
19324: transaction parent passed
19325:
19326: 2001-10-24 parser
19327:
1.116 moko 19328: * src/classes/Makefile.am: makes
1.95 moko 19329:
19330: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
19331: isapi/pool_storage.h: pool_storage fixed
19332:
19333: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
19334: types/pa_vform.h: form fix_line_breaks
19335:
1.116 moko 19336: * src/targets/cgi/pool_storage.h: makes
1.95 moko 19337:
19338: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
19339: targets/cgi/pool_storage.h: makes
19340:
19341: * src/sql/pa_sql_driver.h: version
19342:
19343: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
19344: types/pa_vform.C, types/pa_vform.h: .am
19345:
19346: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
19347: this: DB_RMW Acquire write locks instead of read locks when doing
19348: the retrieval. Setting this flag may decrease the likelihood of
19349: deadlock during a read-modify-write cycle by immediately
19350: acquiring the write lock during the read part of the cycle so
19351: that another thread of control acquiring a read lock for the same
19352: item, in its own read-modify-write cycle, will not result in
19353: deadlock
19354:
19355: * src/targets/isapi/parser3isapi.dsp: doc
19356:
19357: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
19358:
19359: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
19360:
19361: * src/: classes/hashfile.C, include/pa_db_connection.h,
19362: main/pa_db_connection.C: hashfile expired deleted from db when
19363: get & iterate
19364:
19365: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
19366: expiring 1
19367:
19368: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
19369:
19370: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
19371: db_connection not bothers with key when not returning expired
19372: data
19373:
19374: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19375: types/pa_vhashfile.C: db_cursor constructor public now
19376:
19377: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19378: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
19379: stamped, todo: put_element analize
19380:
19381: * src/: include/pa_db_connection.h, include/pa_string.h,
19382: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
19383: serialize. todo stamp
19384:
19385: 2001-10-23 parser
19386:
19387: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
19388: classes/image.C, classes/mail.C, classes/response.C,
19389: classes/string.C, classes/table.C, classes/xdoc.C,
19390: include/pa_config_fixed.h, include/pa_db_connection.h,
19391: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
19392: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
19393: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
19394: types/pa_vtable.C: ^hashfile.hash[]
19395:
19396: * src/: classes/hashfile.C, classes/xdoc.C,
19397: include/pa_config_fixed.h, main/pa_db_manager.C,
19398: main/pa_globals.C: ifdefs so it compiled without db
19399:
19400: * src/: classes/hashfile.C, include/pa_db_connection.h,
19401: include/pa_db_manager.h, main/pa_db_connection.C,
19402: main/pa_db_manager.C, types/pa_vhashfile.h:
19403: ^hashfile.transaction{code} ^hashfile:clear[filename]
19404: ^hashfile.delete[key]
19405:
19406: 2001-10-22 parser
19407:
19408: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
19409: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
19410:
19411: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
19412: classes/xnode.C, include/pa_charset_connection.h,
19413: include/pa_db_connection.h, include/pa_db_manager.h,
19414: include/pa_exception.h, include/pa_sapi.h,
19415: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19416: include/pa_stylesheet_connection.h,
19417: include/pa_stylesheet_manager.h,
19418: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19419: main/pa_db_connection.C, main/pa_db_manager.C,
19420: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
19421: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19422: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
19423: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
19424: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
19425: types/types.dsp: hashfile 0
19426:
19427: * src/types/pa_vhashfile.C: z
19428:
19429: * src/: classes/classes.dsp, classes/hashfile.C,
19430: include/pa_config_fixed.h, main/execute.C,
19431: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
19432: types/pa_vhashfile.h, types/types.dsp: hashfile -100
19433:
19434: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
19435:
19436: * src/: include/pa_exception.h, include/pa_request.h,
19437: main/execute.C, main/pa_exception.C, main/pa_request.C,
19438: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19439: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
19440:
19441: 2001-10-19 parser
19442:
19443: * src/include/pa_pool.h: header
19444:
19445: * src/main/pa_pool.C: auto compiled on gcc
19446:
19447: * src/classes/image.C: comment
19448:
1.116 moko 19449: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 19450:
19451: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19452: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19453: types/pa_vxnode.h: xnode clone got freed
19454:
19455: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19456: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
19457: can free up xalandomstring resulting from pool::transcode
19458:
19459: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
19460: include/pa_config_fixed.h, include/pa_exception.h,
19461: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
19462: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
19463: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
19464: to c++ exceptions 1xml configure fixed to exclude xalan-patch
19465: from non-xml compile
19466:
19467: * src/main/pa_request.C: pool:: context - get_context
19468:
19469: * src/: classes/classes.h, classes/date.C, classes/double.C,
19470: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19471: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19472: classes/string.C, classes/table.C, classes/void.C,
19473: include/pa_config_fixed.h, include/pa_exception.h,
19474: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
19475: main/compile.C, main/compile_tools.C, main/execute.C,
19476: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
19477: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
19478: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19479: main/pa_string.C, main/pa_table.C, main/untaint.C,
19480: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19481: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
19482: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
19483: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19484: types/pa_vstateless_class.h, types/pa_vtable.C,
19485: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
19486: exceptions 0
19487:
19488: * src/classes/classes.awk: $ removed
19489:
19490: 2001-10-18 parser
19491:
19492: * src/types/pa_vcookie.C: cookie:CLASS
19493:
19494: * src/main/main.dsp: project
19495:
19496: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
19497: set_document & ctor question "who owns document" solved
19498:
19499: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
19500:
19501: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19502: main/pa_pool.C: encoding in dom creating funcs
19503:
19504: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
19505: be transformed now
19506:
19507: * src/classes/xdoc.C: dom created by create can be transformed now
19508:
19509: * src/classes/xdoc.C: z
19510:
19511: * src/classes/xdoc.C: comment
19512:
19513: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
19514: create now uses XercesDocumentBridge, appendChild&co now works
19515:
19516: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
19517: @ recompile
19518:
19519: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
19520: $origin @exception[
19521:
19522: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
19523: tag names forced to XML lang
19524:
19525: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
19526: leechy-found bugs in code&doc fixed
19527:
19528: 2001-10-17 parser
19529:
19530: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
19531: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
19532: n functionality preserved
19533:
19534: * src/types/pa_vimage.h: removed unused vimage::save
19535:
19536: 2001-10-16 parser
19537:
19538: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
19539:
19540: * src/classes/: xnode.C: removed few dom returns & changed op.txt
19541:
19542: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
19543:
19544: * src/classes/image.C: image.copy tolerance
19545:
19546: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
19547: ineffective, but works for small paleted image
19548:
19549: * src/types/pa_vimage.C: comment
19550:
19551: * src/classes/image.C: gd size/resize bugfix
19552:
19553: * src/: classes/classes.dsp, main/main.dsp,
19554: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19555: types/types.dsp: ident >nul 2>&1
19556:
19557: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
19558: systems
19559:
19560: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
19561: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
19562:
19563: 2001-10-15 parser
19564:
19565: * src/main/execute.C: z
19566:
19567: * src/classes/: xdoc.C: !::create{qualifiedName}
19568:
19569: * src/types/pa_vxnode.C: document_type_node.
19570: !readonly attribute DOMString name
19571: !notation_node.
19572: !readonly attribute DOMString publicId
19573: !readonly attribute DOMString systemId
19574:
1.116 moko 19575: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
19576: ::write badly passed string too transparently [failed to
19577: intercept it]
1.95 moko 19578:
19579: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
19580: include/pa_request.h, main/pa_sql_driver_manager.C,
19581: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19582: types/pa_vxnode.h: DOM1 major addtion, only few
19583: attributes/methods left
19584:
19585: 2001-10-13 parser
19586:
19587: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19588: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
19589: in main handler
19590:
19591: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
19592: cleanups & frees order
19593:
19594: * src/types/pa_vcode_frame.h: couple comments
19595:
19596: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
19597: transparent enough to handle hash if creation&passing
19598:
19599: * src/: include/pa_config_fixed.h, main/execute.C,
19600: main/pa_exception.C: noticed that vcodeframe not transparent
19601: enough, would change now
19602:
19603: 2001-10-12 parser
19604:
19605: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
19606: fixed. initialization&free on each thread!
19607:
19608: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
19609: handling changed: now type of default param analized always, not
19610: only at problem time, thus helping early problem spotting
19611:
19612: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
19613: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
19614: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19615: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
19616: multithread bug fixed. initialization&free on each thread!
19617:
19618: 2001-10-11 parser
19619:
19620: * src/classes/xnode.C: xnode.selectSingle now
19621:
19622: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19623: include/pa_pool.h, include/pa_stylesheet_connection.h,
19624: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
19625: convertors out of Pool into Exception
19626:
19627: * src/main/pa_string.C: const
19628:
19629: * src/: include/pa_string.h, main/pa_string.C: restructured string:
19630: linked pieces of same language together prior to String::replace
19631:
19632: * src/classes/hash.C: !^hash.add[addme]
19633: !^hash.sub[subme]
19634: !^a.union[b] = new
19635: !^a.intersection[b] = new
19636: !^a.intersects[b] = bool
19637:
19638: * src/classes/hash.C: !^hash::append[append_from]
19639:
19640: * src/: classes/hash.C, types/pa_vhash.h:
19641: !^hash::create[[copy_from]]
19642:
19643: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19644: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
19645: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
19646: fixed. got rid of empty_string, which caused errors - it hasnt
19647: exception but somebody[value.bark] tried to throw it on it's pool
19648:
1.116 moko 19649: * src/include/pa_config_auto.h.in: makes
1.95 moko 19650:
19651: 2001-10-10 parser
19652:
19653: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
19654:
19655: * src/main/: compile.tab.C, compile.y: ^a[
19656:
19657: @next_method << now unclosed ] would be reported here
19658:
19659: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
19660: compile error
19661:
19662: 2001-10-09 parser
19663:
1.116 moko 19664: * src/: classes/Makefile.am, main/Makefile.am,
19665: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 19666:
19667: * src/classes/Makefile.am: makes
19668:
19669: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
19670: win32 errors intercepted [xalan transformer patched and
19671: incorporated]
19672:
19673: * src/: classes/classes.dsp, classes/xdoc.C,
19674: include/pa_stylesheet_connection.h, main/main.dsp,
19675: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19676: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
19677: patches starting
19678:
19679: * src/classes/: string.C, table.C: ^string.save[file]
19680:
19681: * src/classes/: date.C, table.C: calendar moved to date
19682:
19683: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
19684: string/table] now
19685:
19686: * src/classes/: op.C, table.C: z
19687:
19688: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
19689: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
19690: types/pa_vxnode.h: table:menu & op for delims made allowed not to
19691: be code [be string..]
19692:
19693: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
19694: table.C: lots of
19695: params->as_int/double/as_string/as_junction/as_no_junction
19696: messages added
19697:
19698: 2001-10-08 parser
19699:
19700: * src/: classes/date.C, classes/image.C, classes/string.C,
19701: classes/table.C, classes/void.C, include/pa_request.h:
19702: params->as_int/double message added
19703:
19704: * src/classes/image.C: image:circle [and round arc] uses Bresenham
19705:
19706: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
19707: image:sector removed image:html internal "line-*" attribs
19708:
19709: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
19710: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
19711:
19712: * src/types/pa_vcookie.C: removing cookie made more netscape-like
19713: way
19714:
19715: * src/: classes/file.C, classes/form.C, main/pa_common.C,
19716: main/untaint.C: header untainting to UL_HTTP_HEADER,
19717: UL_MAIL_HEADER made nonforced [only tainted pieces]
19718:
19719: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
19720: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
19721: @ SAPI::log
19722:
19723: * src/main/untaint.C: \r to ' ' in origins mode
19724:
19725: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
19726: set]
19727:
19728: * src/: classes/xdoc.C, include/pa_config_fixed.h,
19729: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
19730: nonstandard liaison freed up
19731:
19732: 2001-10-07 parser
19733:
19734: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
19735: project
19736:
19737: 2001-10-05 parser
19738:
19739: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
19740: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
19741: from outputing to cerr. lots of "todos"
19742:
19743: * src/main/untaint.C: http_header tainting more gentle with
19744: enquoting now
19745:
19746: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
19747: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
19748: xml errorhandler. fixed string.replace a little, read @test
19749:
19750: * src/main/pa_string.C: found replace bug - first_that_starts(char
19751: *) does not have limit, and looks further eos, fixing....
19752:
19753: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
19754:
19755: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
19756:
19757: * src/main/: pa_charset_connection.C: ctype another mem clear
19758: bugfix
19759:
1.116 moko 19760: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
19761: $result[^[$p^]z] now works fine
1.95 moko 19762:
19763: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
19764: wrong. fixed it
19765:
19766: * src/main/pa_charset_connection.C: unicode zero pair at the beging
19767: of totable appered to be vital
19768:
19769: 2001-10-04 parser
19770:
19771: * src/classes/image.C: ^image.length[text]
19772:
19773: 2001-10-03 parser
19774:
19775: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
19776:
19777: * src/main/pa_request.C: restored pcre defaulting in request
19778: [mindlessly "optimized" yesterday] comment left
19779:
19780: 2001-10-02 parser
19781:
19782: * src/: main/pa_charset_manager.C,
19783: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
19784: needed
19785:
19786: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
19787: forgot non-xml pool.*charset needed
19788:
19789: * src/classes/table.C: # config comments fixed
19790:
19791: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
19792: charset_connection #comment now
19793:
19794: * src/: classes/classes.dsp, types/types.dsp: release projects
19795: options fixed to use release msvcrt lib
19796:
19797: * src/main/pa_charset_connection.C: pcre tables now const inside
19798: removed default - pcre handles that internally fixed bug on
19799: not-cleaning tables [previously was calloced, now member]
19800:
19801: * src/: include/pa_request.h, main/pa_charset_connection.C,
19802: main/pa_request.C, types/pa_vstring.h: pcre tables now const
19803: inside removed default - pcre handles that internally fixed bug
19804: on not-cleaning tables [previously was calloced, now member]
19805:
19806: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
19807: tested charset reload on file change @ apache version = OK tested
19808: freeing up prev encoding on adding new = OK
19809:
19810: 2001-10-01 parser
19811:
19812: * src/main/pa_charset_connection.C: removed entitify external hack
19813: [internal installed]
19814:
1.116 moko 19815: * src/main/Makefile.am: makes+removed dtd
1.95 moko 19816:
19817: * src/: include/pa_charset_connection.h,
19818: include/pa_charset_manager.h,
19819: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19820: main/pa_charset_connection.C, main/pa_charset_manager.C,
19821: main/pa_request.C: charset loading & caching mech 0
19822:
19823: * src/: include/pa_stylesheet_connection.h,
19824: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19825: main/pa_globals.C, main/pa_request.C: would make charset loading
19826: & caching mech now
19827:
19828: 2001-09-30 parser
19829:
19830: * src/main/pa_request.C: forgot to fill toTable
19831:
19832: * src/: include/pa_config_fixed.h, main/pa_request.C: started
19833: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
19834: failed on win32 for now..
19835:
19836: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
19837: now charsets table configuration variable is: CHARSETS
19838:
19839: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
19840: ctype with unicode 1. todo: no П entities on output somehow
19841:
19842: * src/: classes/file.C, classes/op.C, classes/string.C,
19843: include/pa_request.h, main/pa_request.C: started ctype with
19844: unicode values
19845:
19846: 2001-09-28 parser
19847:
19848: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
19849: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
19850: string passed AS-IS now
19851:
19852: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
19853: way of user-configuring... todo: implement
19854:
19855: 2001-09-27 parser
19856:
19857: * src/classes/table.C: table.sort changed to sort table itself
19858:
19859: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
19860: X^.getElementsByTagName[tagname] = array of xnode
19861: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
19862: nodes removed - regretfully not supported @ xalan. maybe someday
19863: would reimplement, if needed.
19864:
19865: win32build system: solved long waiting anti-non-started-apache
19866: problem
19867:
19868: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
19869: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19870: types/types.dsp: win32 ident make system so not to rebuild
19871: library [ident.C.new]
19872:
19873: 2001-09-26 parser
19874:
19875: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
19876: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
19877: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19878: types/pa_vxnode.C, types/types.dsp: z
19879:
19880: * src/classes/classes.C: forgot one non-xml check
19881:
1.116 moko 19882: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
19883: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 19884:
19885: * src/targets/cgi/parser3.C: z
19886:
19887: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
19888: targets/isapi/parser3isapi.C: #ifdef SMTP
19889:
19890: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
19891: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19892: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
19893: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
19894: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19895: types/types.dsp: xdoc&xnode now
19896:
19897: * src/: classes/classes.C, classes/classes.awk,
19898: classes/classes.dsp, classes/classes.h, classes/date.C,
19899: classes/dnode.C, classes/dnode.h, classes/dom.C,
19900: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19901: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19902: classes/op.C, classes/response.C, classes/string.C,
19903: classes/table.C, classes/void.C, include/pa_array.h,
19904: include/pa_common.h, include/pa_config_fixed.h,
19905: include/pa_config_includes.h, include/pa_dictionary.h,
19906: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19907: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19908: include/pa_socks.h, include/pa_sql_connection.h,
19909: include/pa_sql_driver_manager.h, include/pa_stack.h,
19910: include/pa_string.h, include/pa_stylesheet_connection.h,
19911: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
19912: include/pa_xslt_stylesheet_manager.h, main/compile.C,
19913: main/compile.y, main/compile_tools.C, main/compile_tools.h,
19914: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
19915: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19916: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19917: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19918: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19919: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
19920: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19921: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19922: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
19923: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19924: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
19925: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19926: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19927: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19928: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
19929: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
19930: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19931: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
19932: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19933: types/pa_vmethod_frame.h, types/pa_vobject.h,
19934: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19935: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19936: types/pa_vstateless_object.h, types/pa_vstring.C,
19937: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19938: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
19939: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
19940: main.dsp splitted to main+classes+types along to .am
19941:
19942: * src/classes/Makefile.am: removed useless var
19943:
19944: * src/: classes/classes.cmd, main/main.dsp,
19945: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
19946: main.dsp
19947:
19948: 2001-09-25 parser
19949:
19950: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
19951: 1251 though, todo ICU
19952:
1.116 moko 19953: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 19954: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 19955: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
19956: types/pa_vdom.h: xml configure makes
1.95 moko 19957:
19958: 2001-09-24 parser
19959:
1.116 moko 19960: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
19961: types/Makefile.am: makes
1.95 moko 19962:
1.116 moko 19963: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 19964:
19965: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
19966: started unix makes update
19967:
19968: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
19969: started unix makes update
19970:
19971: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
19972:
19973: * src/types/pa_value.h: z
19974:
19975: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
19976: bugs with usinge hash/table in expressions
19977:
19978: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
19979: resolved conflicts fixed [const]
19980:
19981: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
19982: classes/table.C, include/pa_request.h, include/pa_sapi.h,
19983: main/compile.C, main/compile.tab.C, main/compile.y,
19984: main/compile_tools.h, main/main.dsp, main/pa_common.C,
19985: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19986: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
19987: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
19988: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
19989: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
19990: with before_xml [merge2 actually didn't happen - i've created
19991: tags on wrong branch. so this merge is in fact re-merge]
19992:
19993: 2001-09-21 parser
19994:
19995: * src/: main/main.dsp, targets/cgi/parser3.dsp,
19996: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
19997: produced "" in make file and sadly wrong interpreted on load]
19998:
1.116 moko 19999: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20000: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20001: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20002: include/pa_sql_driver_manager.h, include/pa_string.h,
20003: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20004: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20005: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20006:
20007: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20008: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20009: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20010: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20011: main/pa_pool.C, main/pa_request.C,
20012: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20013: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20014: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20015: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20016: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20017: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20018: types/pa_vrequest.C, types/pa_vresponse.h,
20019: types/pa_vstateless_class.C, types/pa_vstring.C,
20020: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20021: created new projects for sql drivers [planning to remove sql
20022: drivers from main cvs project] first, will join latest changes
20023:
20024: * src/classes/: dom.C: defaulted dom writing methods encoding to
20025: pool.get_charset
20026:
20027: * src/classes/dom.C: defaulted dom writing methods encoding to
20028: pool.get_charset
20029:
20030: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20031: pool.get_charset
20032:
20033: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20034: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20035: methods encoding to pool.get_charset
20036:
20037: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20038: transcoder were created right "unsupported encoding" message.
20039: not @ set time, but @ use time, so until xml output functions
20040: .string, .file, .save used - no encoding name check occur
20041:
20042: reduced transcode buffer size to 60 fixed pool cleanup - no
20043: registration needed, pools are officially destructured
20044:
20045: 2001-09-20 parser
20046:
20047: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20048:
20049: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20050: $MAIN:DEFAULTS.content-type[$.charset[here]]
20051:
20052: * src/: classes/dnode.C, classes/dom.C,
20053: include/pa_config_includes.h, include/pa_globals.h,
20054: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20055: main/pa_pool.C, targets/cgi/parser3.dsp,
20056: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20057: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20058: Pool::transcode 0
20059:
20060: * src/classes/dom.C: dom. string save file moved output xml options
20061: to last param and made it optional
20062:
20063: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20064: dnodes
20065: !$attributenode.specified = boolean
20066: true if the attribute received its value explicitly
20067: in the XML document,
20068: or if a value was assigned programatically with the
20069: setValue function.
20070: false if the attribute value came from the default value
20071: declared in the document's DTD.
20072: !$pinode.target = target of this processing instruction
20073: XML defines this as being the first token following the
20074: markup
20075: that begins the processing instruction.
20076: XPath:
20077: !^node.select[xpath/query/expression] = hash of 0->node0
20078: 1->node1
20079: !^node.select-single[xpath/query/expression] = first node if
20080: any
20081:
20082: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
20083: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
20084: some 'const's added
20085:
20086: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
20087: expression context now, there value = size and boolean value
20088: size!=0
20089:
20090: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
20091: can be used in expression context now, there value = size and
20092: boolean value size!=0
20093:
20094: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
20095: types/pa_vstring.h: dnode .file .string .save moved back to dom
20096: due to strange xalan bug
20097:
20098: 2001-09-18 parser
20099:
20100: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
20101: classes/image.C, classes/op.C, classes/table.C,
20102: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20103: include/pa_sql_driver_manager.h, main/compile.C,
20104: main/compile.tab.C, main/compile.y, main/compile_tools.h,
20105: main/execute.C, main/pa_common.C, main/pa_request.C,
20106: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20107: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20108: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
20109: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20110: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
20111: before_xml branch ^if(def $hash) now true only when
20112: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
20113:
20114: * src/: classes/op.C, main/execute.C: operators self changed to
20115: root ^for variable context changed to self
20116:
20117: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
20118: dnode 1
20119:
20120: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
20121: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
20122:
20123: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
20124: poly* fixed
20125:
20126: 2001-09-17 parser
20127:
20128: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
20129: types/pa_vdom.h: started dnode+dom
20130:
20131: dnode DOM methods: $node.name $node.value
20132: ...others...
20133:
20134: ^node.xpath[/rates/USD] = hash
20135: $hash[
20136: $.0[node0]
20137: $.1[node1]
20138: ]
20139:
20140: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
20141: applies to all linear primitives
20142:
20143: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
20144: include/pa_stylesheet_connection.h, main/main.dsp,
20145: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
20146: types/pa_vimage.h: started dnode DOM: $node.name
20147: $node.value ...others... ^node.xpath[/rates/USD] = hash
20148: dom(dnode)
20149:
20150: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
20151: main/compile.y, main/compile_tools.h, main/execute.C,
20152: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
20153: in expression compound($aa.zz.xx) names now can have minus '-' in
20154: name after '.'
20155:
20156: 2001-09-15 parser
20157:
20158: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
20159: image: $line-width ^line(...)[**** style]
20160:
20161: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
20162: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
20163: pool_storage - cleanups first, allocations second. apache wisely
20164: does just like that
20165:
20166: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
20167: rewritten using template, no bugs now
20168:
20169: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
20170: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20171: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
20172: poorly started isapi pool_storage, would rewrite using template
20173: now
20174:
20175: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
20176: include/pa_stylesheet_connection.h, main/main.dsp,
20177: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20178: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
20179: xalan objects freed up [introducing Pool::register_cleanup]
20180:
20181: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
20182: comments
20183:
20184: 2001-09-14 parser
20185:
20186: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
20187: z
20188:
20189: * src/: classes/dom.C, classes/file.C, classes/image.C,
20190: classes/mail.C, include/pa_common.h,
20191: include/pa_sql_driver_manager.h, include/pa_string.h,
20192: include/pa_stylesheet_connection.h,
20193: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20194: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
20195: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
20196: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
20197: compiled&cached
20198:
20199: 2001-09-13 parser
20200:
20201: * src/: classes/dom.C, classes/file.C, classes/image.C,
20202: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
20203:
20204: * src/classes/dom.C: dom:file content-type(.method)
20205:
20206: * src/: include/pa_common.h, include/pa_globals.h,
20207: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
20208: string now more informative error messages
20209:
20210: * src/: include/pa_globals.h, include/pa_request.h,
20211: main/pa_request.C, targets/cgi/parser3.C,
20212: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
20213: ParserSiteConfig .../parser3.conf
20214:
20215: cgi&isapi looks for {configure|c:\windows}/parser3.conf
20216:
20217: 2001-09-12 parser
20218:
20219: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20220: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
20221: precise error reporting: "connection string must start with
20222: protocol://" now
20223:
20224: * src/main/compile.tab.C: fixed - subname code parts actually []
20225: braced
20226:
20227: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
20228: lexer on LS_USER level did [] matching without setting nestage,
20229: introduced special LS_NAME_SQUARE_PART state
20230:
20231: 2001-09-11 parser
20232:
20233: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
20234: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
20235: languages+=xml
20236:
20237: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
20238:
20239: * src/classes/dom.C: ^dom:save/string/file[output options] output
20240: options: $.method[xml|html|text] detection fixed
20241:
20242: * src/types/pa_vdom.h: messages
20243:
20244: * src/classes/dom.C: ^dom:save/string/file[output options] output
20245: options: $.method[xml|html|text] detection fixed
20246:
20247: 2001-09-10 parser
20248:
20249: * src/classes/dom.C: ^dom:save/string/file[output options] output
20250: options: $.method[xml|html|text] $.encoding[windows-1251|...]
20251:
20252: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
20253: added]
20254:
20255: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20256: ^dom.xslt[stylesheet filename] 0
20257:
20258: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20259: ^dom.xslt[stylesheet filename] -1 doc is lying
20260:
20261: * src/classes/dom.C: ^dom.file[encoding] = file
20262:
20263: * src/classes/: dom.C: ^dom.string[encoding] 1
20264: ^dom.save[encoding;filename]
20265:
20266: * src/classes/dom.C: ^dom.string[] 0
20267:
20268: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
20269:
20270: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
20271: types/pa_vform.h: ^dom.save[b.xml] 0
20272:
20273: 2001-09-08 parser
20274:
20275: * src/types/pa_vform.C: $form:tables.name.field
20276:
20277: 2001-09-07 parser
20278:
20279: * src/classes/table.C: table:empty removed, superceded by ^if(def
20280: $table)...
20281:
20282: * src/targets/cgi/parser3.C: z
20283:
20284: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
20285: from '' to int/double is 0]
20286:
20287: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
20288: $table) is false when table is empty
20289:
20290: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
20291: !$form:tables $atable[$form:tables.a]
20292: ^atable.menu{a=$atable.element}[,]
20293:
20294: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
20295: types/pa_vform.h, types/pa_vhash.h: !$form:fields
20296:
1.116 moko 20297: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20298: types/pa_vdom.h, types/pa_vform.C: merged with successful start
20299: of dom
20300:
20301: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
20302: types/pa_vform.C, types/pa_vform.h: z
20303:
20304: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
20305: element [not last]
20306:
1.116 moko 20307: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20308: types/pa_vdom.h: introducing dom. dom:load[a.xml]
20309:
20310: 2001-09-06 parser
20311:
20312: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20313: table with one column 'element' and two rows: 1 and 2
20314:
20315: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20316: table with one column 'element' and two rows: 1 and 2
20317:
20318: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
20319: bad int/double conversions, and now $form:nonexistent.int(88)
20320: would return 88
20321:
20322: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
20323: types/pa_vhash.h: now there's special hash key '_default'
20324: [instead of ^_default method] $hash[ $.a[1] $.b[2]
20325: $._default[xx] ] $hash.c
20326:
20327: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
20328: fixed [thanks, fif], ^; were treated there non-literally
20329:
20330: * src/doc/doxygen.cfg: merged new default options from 1.2.10
20331: doxygen
20332:
20333: * src/: classes/image.C, classes/op.C, classes/string.C,
20334: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
20335: types/pa_vtable.C: few #ifndef DOXYGEN
20336:
20337: 2001-09-05 parser
20338:
20339: * src/classes/: string.C, table.C: sql options can be void [same as
20340: image:html the other day]
20341:
20342: * src/targets/cgi/Makefile.am: .am undo
20343:
20344: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20345: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
20346: macro expantion on param, simply qoutes whatever passed, undone
20347:
20348: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20349: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
20350: STRINGIZE(name) #name invented
20351:
20352: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20353: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
20354: MAIN_SQL_DRIVERS_NAME "drivers"
20355:
20356: moved to be availible to all users
20357:
20358: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
20359: SQL_DRIVER_CREATE_FUNC_NAME
20360:
20361: * src/classes/mail.C: MAIN:MAIL check fixed
20362:
20363: 2001-09-04 parser
20364:
20365: * src/classes/image.C: image.html now can accept void params
20366:
20367: * src/targets/isapi/parser3isapi.C: z
20368:
20369: * src/targets/cgi/parser3.C: full_file_spec bug
20370:
20371: * src/targets/cgi/parser3.C: getenvcheck
20372:
20373: * src/targets/cgi/parser3.C: zz
20374:
20375: * src/targets/cgi/parser3.C: zzz
20376:
20377: * src/classes/date.C: date
20378:
20379: * src/classes/date.C: date:sql-string is now without ''
20380:
1.116 moko 20381: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 20382: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
20383: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
20384:
1.116 moko 20385: * src/include/pa_config_auto.h.in: makes
1.95 moko 20386:
20387: 2001-09-03 parser
20388:
20389: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
20390:
20391: 2001-09-01 parser
20392:
20393: * src/classes/image.C: letter_spacing
20394:
20395: * src/classes/image.C: image: font params changed
20396:
20397: * src/classes/image.C: image: as_int as_string used
20398:
20399: * src/types/pa_vmethod_frame.h: $result[] now gets properly
20400: analized
20401:
20402: 2001-08-31 parser
20403:
20404: * src/targets/cgi/parser3.C: z
20405:
1.116 moko 20406: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
20407: cygwin
1.95 moko 20408:
20409: * src/classes/void.C: void:int/double += (default)
20410:
20411: * src/classes/image.C: image:font added space param image:font
20412: changed charwidth alg, added kerning const[for now]
20413:
20414: * src/classes/: string.C, table.C: string:int/double (defaults)
20415:
20416: 2001-08-29 parser
20417:
20418: * src/main/pa_exception.C: exception redundant debug info
20419:
20420: 2001-08-28 parser
20421:
20422: * src/classes/image.C: image error msgs
20423:
20424: * src/classes/image.C: image: gifsize little endian
20425:
20426: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
20427: doxygeneration
20428:
20429: * src/: classes/Makefile.am, main/Makefile.am,
20430: targets/cgi/Makefile.am, types/Makefile.am: .am-s
20431:
20432: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
20433: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
20434:
20435: * src/main/compile.C: NO_STRING_ORIGIN check2
20436:
20437: * src/classes/table.C: NO_STRING_ORIGIN check
20438:
20439: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
20440: storage class specifiers invalid in friend function declarations
20441:
20442: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
20443: main/untaint.C, targets/cgi/parser3.C,
20444: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
20445: case of limit
20446:
20447: * src/: classes/file.C, main/pa_common.C: file:move
20448: autocreate/remove dest/src dir
20449:
20450: * src/: classes/string.C, include/pa_dictionary.h,
20451: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
20452: main/untaint.C: pa_directory speeded up. moved zero 'from' check
20453: to directory constructor. string:replace
20454:
20455: 2001-08-27 parser
20456:
20457: * src/classes/image.C: fixed jpgsize alg
20458:
20459: * src/classes/image.C: fixed jpgsize alg
20460:
20461: * src/main/pa_exception.C: z
20462:
20463: * src/main/pa_common.C: removed debug info from pa_common
20464:
20465: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
20466: [auto.p from current dir loading]
20467:
1.116 moko 20468: * src/: main/pa_common.C, main/pa_exception.C,
20469: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
20470: for solaris -lsocket
1.95 moko 20471:
20472: 2001-08-24 parser
20473:
20474: * src/targets/cgi/parser3.C: not cgi extra \n 3
20475:
20476: * src/targets/cgi/parser3.C: not cgi extra \n 2
20477:
20478: * src/targets/cgi/parser3.C: not cgi extra \n
20479:
20480: * src/main/pa_sql_driver_manager.C: z
20481:
20482: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
20483: sql* removed services from disconnect - cross-request ideological
20484: probs.
20485:
20486: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
20487: cross-request ideological probs. oracle - fixed bug: cs
20488: allocated on request.pool and got freed before disconnect
20489:
20490: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
20491: mallocs fixed
20492:
20493: 2001-08-23 parser
20494:
20495: * src/classes/file.C: minor bug in file:save fixed
20496:
20497: * src/main/pa_sql_driver_manager.C: oracle: dlink
20498:
20499: 2001-08-22 parser
20500:
20501: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
20502: types/pa_vfile.h: file:load|save[text|binary;
20503:
20504: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
20505:
20506: 2001-08-21 parser
20507:
20508: * src/classes/: file.C, table.C: ^file:list
20509:
20510: 2001-08-20 parser
20511:
20512: * src/: main/compile.tab.C, main/compile.y,
20513: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
20514: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
20515: recousively caused problems: inc incremeted 123 literal!! fixed
20516:
20517: 2001-08-10 parser
20518:
20519: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
20520:
20521: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20522: added
20523:
20524: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20525: added
20526:
20527: * src/classes/table.C: table:sort restored [it was bad test :(]
20528:
20529: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
20530: ''
20531:
20532: * src/main/: pa_request.C: wanted to make const int
20533: MAX_EXECUTE_SECONDS=1;
20534:
20535: but couldnt, set_callback_and_alarm appeared to be not exported
20536: :(
20537:
20538: * src/main/pa_string.C: string.match hanged on. there were a hang
20539: check but it weren't wise enough
20540:
20541: @parse[dateString][tmp]
20542: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
20543: #end
20544:
20545: @main[] ^parse[2001-02-03]
20546:
20547: * src/classes/: table.C: table:sort now default desc
20548:
20549: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20550: table.sort now creates new sorted table
20551:
20552: 2001-08-09 parser
20553:
20554: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
20555:
20556: * src/classes/hash.C: hash:_default now [was hash:default]
20557:
20558: * src/classes/op.C: case without switch check added
20559:
20560: * src/types/pa_vcookie.C: cookie name&value origins added, more
20561: precise $ORIGINS(1)
20562:
20563: * src/main/Makefile.am: .am
20564:
20565: * src/classes/void.C: void: int double copy/paste from int: bug
20566: fixed
20567:
20568: * src/classes/void.C: void: int double copy/paste from int: bug
20569: fixed
20570:
20571: 2001-08-07 parser
20572:
20573: * src/: classes/double.C, classes/int.C, classes/string.C,
20574: classes/table.C, include/pa_globals.h, main/pa_globals.C:
20575: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
20576: string, table
20577:
20578: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
20579: srand made working
20580:
20581: 2001-08-06 parser
20582:
20583: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
20584: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20585: main/compile.tab.C, main/compile.y, main/pa_array.C,
20586: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
20587: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
20588:
20589: * src/main/pa_exec.C: exec win32 real filename
20590:
20591: * src/classes/file.C: exec stderr out
20592:
20593: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
20594:
20595: 2001-08-03 parser
20596:
20597: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
20598:
20599: 2001-08-02 parser
20600:
20601: * src/: classes/string.C, classes/table.C, include/pa_array.h,
20602: main/execute.C, main/pa_exec.C: introducing Array_iter
20603:
20604: * src/main/execute.C: detected quick_get recursion bug. changed to
20605: get@execute, but needs array iterator, separate from array to
20606: avoid it & use caching
20607:
20608: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
20609: bug fixed
20610:
20611: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
20612: main/execute.C, main/pa_globals.C: found another multithread bug
20613: in op.C (last, last global var killed) :)
20614:
20615: 2001-08-01 parser
20616:
20617: * src/: include/pa_dictionary.h, include/pa_globals.h,
20618: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
20619: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20620: main/untaint.C: speeded up typo-html replacements. introducing
20621: Dictionary with first-char caching
20622:
20623: 2001-07-31 parser
20624:
20625: * src/types/Makefile.am: pa_vtable.C added to .am
20626:
20627: * src/main/compile.tab.C: added, so that could be compiled even on
20628: non-bison-enabled platforms
20629:
20630: 2001-07-28 parser
20631:
20632: * src/classes/table.C: table:hash always produces hash, when can't
20633: - empty
20634:
20635: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
20636: skipped \n
20637:
20638: 2001-07-27 parser
20639:
20640: * src/classes/: double.C, int.C, string.C: provided meaningful msg
20641: on int/double/string :sql without result and default
20642:
20643: 2001-07-26 parser
20644:
20645: * src/classes/op.C: fixed bad multithread bug with strangly global
20646: OP
20647:
20648: * src/main/compile.y: $man[$.age[zzz]] 0
20649:
20650: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
20651: creation syntax problem persists. restored $: for a while.
20652: thinking of $man[$.age[zzz]] syntax now
20653:
20654: * src/: classes/double.C, classes/int.C, classes/string.C,
20655: include/pa_opcode.h, main/compile.C, main/compile.y,
20656: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
20657: types/pa_vmethod_frame.h, types/pa_wcontext.h,
20658: types/pa_wwrapper.h: fixing :: realization #1
20659:
20660: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
20661: main/compile_tools.h, main/execute.C, main/pa_request.C,
20662: types/pa_vmethod_frame.h: introducing :: this is constructor call
20663: prefix. ordinary : remains for static accesses
20664:
20665: 2001-07-25 parser
20666:
20667: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
20668: fields 2. methods 3. columns
20669:
20670: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
20671: quote. optimized double&int tostring-s
20672:
20673: * src/main/: compile.C, compile.y, compile_tools.h: allowed
20674: whitespace before first method decl
20675:
20676: * src/classes/table.C: allowed nontable result in table:sql,
20677: results in empty table
20678:
20679: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
20680: lines before first method decl
20681:
20682: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
20683: types/pa_vtable.h: ^table.record[] now $table.fields
20684:
20685: * src/main/compile.y: $var[] is now empty string, not void
20686:
20687: * src/main/: compile.y, execute.C: $var[] is now empty string, not
20688: void
20689:
20690: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
20691: main/pa_globals.C: match replace code context moved to implicit
20692: $match context
20693:
20694: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
20695: main/compile_tools.h, main/execute.C: with killed, code storage
20696: introduced with former 'with' syntax
20697:
20698: 2001-07-24 parser
20699:
20700: * src/: main/compile.C, main/execute.C, main/pa_string.C,
20701: types/pa_value.h: first get_element, next get operator
20702:
20703: * src/main/compile.y: removed @end handling
20704:
20705: * src/main/: compile.C, compile.y: @end handling method2
20706:
20707: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20708: file:move
20709:
20710: * src/main/pa_common.C: file_read close @ eof when imgsize bug
20711: fixed
20712:
20713: 2001-07-23 parser
20714:
20715: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
20716: driver
20717:
20718: * src/classes/hash.C: changed sql driver query interface
20719:
20720: * src/: classes/hash.C, classes/string.C, classes/table.C,
20721: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
20722: changed sql driver query interface
20723:
20724: 2001-07-20 parser
20725:
20726: * src/types/pa_vrequest.C: X!$browser:type
20727:
20728: * src/: classes/file.C, classes/string.C, include/pa_string.h,
20729: main/execute.C, main/pa_string.C, types/pa_valiased.C,
20730: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
20731: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
20732: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
20733: types/pa_vobject.h, types/pa_vrequest.C,
20734: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
20735: ^class:method dynamic calls allowed. ^BASE.method call disabled.
20736: BASE element globally removed
20737:
20738: 2001-07-18 parser
20739:
20740: * src/classes/file.C: file:exec/cgi msg
20741:
20742: * src/classes/file.C: $file:exit-code renamed to 'status'
20743:
20744: * src/: classes/file.C, main/pa_exec.C: file:exec
20745:
1.116 moko 20746: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20747: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
20748: removed $id from *.in *.am
1.95 moko 20749:
20750: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
20751: abbrevations
20752:
20753: * src/: classes/date.C, classes/mail.C, classes/math.C,
20754: classes/string.C, classes/table.C, include/pa_globals.h,
20755: include/pa_string.h, main/execute.C, main/pa_globals.C,
20756: main/pa_request.C, main/pa_string.C, main/untaint.C,
20757: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
20758: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
20759: $ORIGINS(1) output tracing mode
20760:
20761: 2001-07-13 parser
20762:
20763: * src/: classes/double.C, classes/int.C, classes/string.C,
20764: include/pa_request.h, main/execute.C, main/pa_request.C:
20765: auto.p[@auto], /news/auto.p[no @auto], so that initializing
20766: second would not call first @auto
20767:
20768: * src/main/: execute.C, pa_request.C: order of MAIN parents was
20769: wrong, fixed
20770:
20771: 2001-07-12 parser
20772:
20773: * src/types/pa_value.h: pa_value.putelement modification of system
20774: classes prevented
20775:
20776: 2001-07-11 parser
20777:
20778: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
20779: table $piece
20780:
20781: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20782: types/pa_vstateless_class.h: $file created by file:state +=
20783: .atime .mtime .ctime +found&fixed bug with exceptions on
20784: get_junction-created objects [they were on wrong pool]
20785:
20786: 2001-07-09 parser
20787:
20788: * src/main/untaint.C: qp wrong name
20789:
20790: * src/: classes/date.C, classes/string.C, classes/table.C,
20791: main/compile.y: date format 0
20792:
20793: 2001-07-07 parser
20794:
20795: * src/: classes/date.C, classes/table.C, include/pa_common.h,
20796: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
20797: roll table calendar
20798:
20799: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
20800: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
20801: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
20802: include/pa_request.h, main/main.dsp, types/pa_value.h,
20803: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
20804: string. todo: sql, calendar
20805:
20806: 2001-07-06 parser
20807:
20808: * src/: classes/math.C, include/pa_request.h, main/execute.C,
20809: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
20810:
20811: 2001-07-03 parser
20812:
20813: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
20814: classes/random.C, main/main.dsp: class random renamed to math,
20815: operators became methods
20816:
20817: * src/classes/op.C: pow sqrt
20818:
20819: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
20820:
20821: 2001-07-02 parser
20822:
20823: * src/classes/table.C: ^table.columns column renamed from 'name' to
20824: 'column'
20825:
20826: * src/classes/hash.C: ^hash.keys[]
20827:
20828: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
20829:
20830: * src/main/: compile.y, compile_tools.h: in expressions now allowed
20831: 'strings'
20832:
20833: 2001-06-29 parser
20834:
20835: * src/main/: execute.C: /0 %0 checkes ver 2
20836:
20837: * src/main/execute.C: /0 %0 checke
20838:
20839: * src/classes/Makefile.am: nothing - void
20840:
20841: * src/classes/table.C: empty strings @ sql
20842:
20843: 2001-06-28 parser
20844:
20845: * src/: classes/double.C, classes/file.C, classes/form.C,
20846: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20847: classes/op.C, classes/random.C, classes/response.C,
20848: classes/string.C, classes/table.C, classes/void.C,
20849: main/compile.C, main/compile_tools.C, main/execute.C,
20850: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20851: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20852: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20853: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20854: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
20855: targets/isapi/parser3isapi.C, main/compile.y: */ static const
20856: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
20857: $";
20858:
20859: * src/: classes/double.C, classes/file.C, classes/form.C,
20860: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20861: classes/op.C, classes/random.C, classes/response.C,
20862: classes/string.C, classes/table.C, classes/void.C,
20863: main/compile.C, main/compile.y, main/compile_tools.C,
20864: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20865: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20866: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20867: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20868: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 20869: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 20870:
20871: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
20872: $class:name: == ${class:name}:
20873:
20874: * src/classes/string.C: exactly one
20875:
20876: 2001-06-27 parser
20877:
20878: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
20879: types/pa_vvoid.h: nothing renamed to void
20880:
20881: * src/classes/op.C: ^switch ^case
20882:
20883: * src/main/compile.y: nothing renamed to void
20884:
20885: * src/: classes/hash.C, classes/table.C, main/compile.y,
20886: main/execute.C, main/main.dsp, main/pa_request.C,
20887: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
20888: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
20889: void
20890:
20891: * src/main/compile.y: lexer: $zzzz^zzzz were name part
20892:
20893: 2001-05-28 parser
20894:
20895: * src/doc/html2chm.cmd: removed >a
20896:
20897: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
20898: project options [some bugs]
20899:
20900: * src/doc/sources2html.cmd: z
20901:
20902: * src/: classes/classes.C, main/compile.C, main/compile.y,
20903: main/execute.C: operators are not in root class again
20904:
20905: 2001-05-24 parser
20906:
20907: * src/targets/cgi/parser3.dsp: project file
20908:
20909: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
20910: ^log ^exp
20911:
20912: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
20913: conversions in @exception[params]
20914:
20915: * src/main/pa_request.C: // no _ conversions in @exception[params]
20916:
20917: 2001-05-23 parser
20918:
20919: * src/main/pa_string.C: string cmp bug
20920:
20921: * src/classes/: mail.C, op.C: rem max 1000
20922:
20923: * src/: classes/op.C, main/compile.y: allow one empty line before
20924: LS_DEF_NAME
20925:
20926: 2001-05-22 parser
20927:
20928: * src/classes/op.C: if params code-required
20929:
20930: 2001-05-21 parser
20931:
20932: * src/types/pa_vstring.C: eoleof
20933:
20934: * src/classes/Makefile.am: .AM
20935:
20936: * src/classes/nothing.C: resultless ^sql moved to nothing:
20937:
20938: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
20939:
20940: * src/: classes/double.C, classes/nothing.C, classes/string.C,
20941: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
20942: types/pa_vunknown.h, classes/hash.C, main/compile.y,
20943: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
20944: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
20945: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
20946: 'nothing'
20947:
20948: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
20949: vstring::set_string
20950:
20951: * src/classes/: double.C, int.C, string.C: int,double;sql
20952:
20953: * src/: classes/hash.C, classes/int.C, classes/string.C,
20954: classes/table.C, include/pa_string.h, main/pa_string.C,
20955: types/pa_vstring.C, types/pa_vstring.h: started int:sql
20956:
20957: * src/: classes/classes.C, classes/hash.C, classes/op.C,
20958: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
20959: hash:sql moved to main trunc. operators.txt updated
20960:
20961: * src/classes/: hash.C, op.C, table.C: hash:sql
20962:
20963: * src/classes/op.C: z
20964:
20965: * src/: main/compile.C, classes/classes.C: 1
20966:
20967: * src/: classes/classes.C, main/compile.C, main/compile.y,
20968: main/execute.C: 0
20969:
20970: * src/main/execute.C: z
20971:
20972: * src/targets/cgi/parser3.C: z
20973:
20974: * src/targets/cgi/parser3.C: argv can be just "parser3". made
20975: site_auto_path "." in that case
20976:
20977: * src/targets/cgi/: parser3.C: z
20978:
20979: * src/main/pa_request.C: .am
20980:
20981: * src/: main/pa_request.C, targets/cgi/parser3.C:
20982: pcre_tables=pcre_default_tables;
20983:
20984: 2001-05-19 parser
20985:
20986: * src/main/pa_string.C: z
20987:
20988: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
20989: introducing String::cstr_bufsize, returns just size+1 for as_is
20990: target.
20991:
20992: * src/: main/untaint.C, targets/cgi/pa_pool.C,
20993: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
20994: used, 4* mem wasted
20995:
20996: * src/classes/string.C: root context in match replace body now
20997: unchanged
20998:
20999: * src/types/pa_value.h: parameter # 1 based
21000:
21001: * src/main/pa_common.C: common: actual filename '%s'
21002:
21003: * src/classes/string.C: z
21004:
21005: * src/classes/Makefile.am: classes/.am
21006:
21007: * src/classes/: Makefile.am: classes/.am
21008:
21009: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21010: targets/cgi/pa_pool.C: classes/.am
21011:
21012: 2001-05-18 parser
21013:
1.116 moko 21014: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21015: pa_threads.C ins
1.95 moko 21016:
21017: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21018:
21019: 2001-05-17 parser
21020:
21021: * src/: classes/string.C, include/pa_config_fixed.h,
21022: include/pa_config_includes.h, main/compile.y,
21023: main/compile_tools.h, main/execute.C, main/pa_array.C,
21024: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21025: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21026: types/pa_vform.C: #include "pa_config_includes.h" removed from
21027: most .C
21028:
21029: * src/doc/html2chm.cmd: z
21030:
21031: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21032: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21033:
21034: * src/main/pa_sql_driver_manager.C: moved expiration to
21035: get_connection_from_cache
21036:
21037: * src/main/pa_sql_driver_manager.C: cache expiration bf
21038:
21039: * src/: classes/classes.h, include/pa_sql_connection.h,
21040: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21041: cache expiration[use SQL_Driver::disconnect]
21042:
21043: * src/main/pa_table.C: table.locate current restored on "not found"
21044:
21045: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21046: line no
21047:
21048: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21049: ANTI_ENDLESS_EXECUTE_RECOURSION
21050:
21051: * src/: classes/op.C, include/pa_sql_connection.h,
21052: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21053: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21054: 1driver and set_services fight for driver::fservices. before fix
21055:
21056: * src/: classes/op.C, include/pa_config_fixed.h,
21057: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21058: main/pa_sql_driver_manager.C: found problem at last: 2connections
21059: own 1driver and set_services fight for driver::fservices. before
21060: fix
21061:
21062: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21063: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21064: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21065: pa_threads.C
21066:
21067: * src/include/pa_threads.h: removed targets/parser
21068:
21069: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21070: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21071: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
21072: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
21073: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
21074: headers
21075:
21076: * src/: classes/image.C, include/pa_sql_driver_manager.h,
21077: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
21078: order prevented sqlmanager to see MULTYTHREAD define
21079:
21080: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21081: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
21082: put/gets
21083:
21084: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
21085: from hash.h
21086:
21087: * src/: classes/op.C, include/pa_sql_connection.h,
21088: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
21089: from cache ->set_services(&services);
21090:
21091: 2001-05-16 parser
21092:
21093: * src/targets/cgi/parser3.C: z
21094:
21095: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
21096: debug, #ifdefed some. would debug later, on more precise sample
21097: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
21098: $name.$tail[$tail!] $name.$tail } ok3
21099:
21100: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
21101: removed array debug. before vstring rebasing
21102:
21103: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
21104: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
21105: array debugged; adjusted
21106:
21107: * src/main/: pa_sql_driver_manager.C, pa_string.C:
21108: SQL_Driver_manager line no for connect/charset errors
21109:
21110: 2001-05-15 parser
21111:
21112: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
21113: main/pa_string.C: string+array made linear grows
21114:
21115: * src/: include/pa_string.h, main/pa_string.C,
21116: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
21117: grow lineary, not exponentialy
21118:
21119: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
21120: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
21121: with fullchunk cmps
21122:
21123: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
21124: 70041= 81
21125:
21126: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
21127: targets/cgi/parser3.C: detected huge mem allocation: size/times
21128: malloc 27809390/368771, calloc 3232/83. would test now
21129:
21130: * src/: classes/random.C, main/compile.y, main/execute.C,
21131: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
21132: numbered params had wrong name - for instance: bad error message
21133: in ^for[] bad body type. fixed
21134:
21135: 2001-05-14 parser
21136:
21137: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
21138: main/untaint.C: ^string.upper|lower[]
21139:
21140: 2001-05-11 parser
21141:
21142: * src/: classes/double.C, classes/image.C, classes/op.C,
21143: classes/string.C, classes/table.C, classes/unknown.C,
21144: main/execute.C, types/pa_value.h, types/pa_vbool.h,
21145: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
21146: types/pa_vunknown.h: op: MAX_LOOPS as_int
21147:
21148: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
21149: .dsp for win32tools
21150:
21151: 2001-05-11 paf
21152:
21153: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
21154: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
21155: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
21156: targets/isapi/kill.pl: moved win32 helpers to /win32tools
21157:
21158: 2001-05-10 paf
21159:
21160: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
21161: for C++, that's all
21162:
1.116 moko 21163: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
21164: pa_config_includes.h: inline wonders
1.95 moko 21165:
21166: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
21167: doc/doxygen.cmd: hash.C added
21168:
21169: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
21170:
21171: * src/main/compile.y: @end grammar: allowed zero strings in control
21172: menthod
21173:
21174: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
21175: pa_vstateless_object.h: changed priority: field before method
21176: lookup in vclass & vobject
21177:
21178: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
21179: grammar: priorities changes [lowerd && prior] vobject: now first
21180: fields, next methods
21181:
21182: 2001-05-08 paf
21183:
21184: * src/main/pa_table.C: table columnname2item on nameless ignored
21185: bark=false. fixed
21186:
21187: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
21188: types/pa_vmethod_frame.h: hash:default works at last!
21189:
21190: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
21191: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
21192: hash:default
21193:
21194: * src/classes/table.C: z
21195:
21196: * src/classes/table.C: table:hash always hash of hash now
21197:
21198: * src/classes/table.C: table:empty return bool now
21199:
21200: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
21201: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21202: types/pa_vtable.h: table:hash
21203:
21204: * src/classes/table.C: table:record have name
21205:
21206: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
21207: returns vunknown
21208:
21209: * src/classes/: double.C, int.C, op.C, string.C:
21210: int,double,string:int[] double[] string:length[] results now have
21211: hames
21212:
21213: * src/: classes/op.C, classes/table.C, main/main.dsp,
21214: types/pa_vtable.h: removed table:find. table:locate and op:eval
21215: now return bool
21216:
21217: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
21218: in method checkparams again. fixed
21219:
21220: 2001-05-07 paf
21221:
21222: * src/doc/chm.cmd: cmd
21223:
21224: * src/: classes/image.C, classes/mail.C, classes/string.C,
21225: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
21226: types/pa_value.h: method reported errors on wrong pool
21227:
21228: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
21229: now
21230:
21231: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
21232: include/code.h, include/pa_opcode.h, main/compile.C,
21233: main/compile_tools.h, main/execute.C, types/pa_value.h,
21234: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21235: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21236: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
21237: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21238: types/pa_vmethod_frame.h, types/pa_vobject.h,
21239: types/pa_vrequest.h, types/pa_vresponse.h,
21240: types/pa_vstateless_class.h, types/pa_vstring.h,
21241: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21242: types/pa_wwrapper.h: pa_code.h
21243:
21244: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
21245:
21246: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
21247: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
21248: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21249: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
21250: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21251: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
21252: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
21253: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
21254: types/pa_vtable.h: dox, split by not clean parts also
21255:
21256: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21257: types/pa_vtable.h: table: fields, then methods. so to enable
21258: 'dir' fields & co. more
21259:
21260: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
21261: so to enable 'dir' fields & co.
21262:
21263: * src/main/compile.y: grammar: @end
21264:
21265: 2001-05-04 paf
21266:
21267: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
21268: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
21269:
21270: * src/: classes/classes.h, classes/double.C, classes/file.C,
21271: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21272: classes/op.C, classes/random.C, classes/response.C,
21273: classes/string.C, classes/table.C, classes/unknown.C,
21274: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
21275: method dox
21276:
21277: 2001-05-03 paf
21278:
21279: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
21280: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21281: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
21282: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21283: doc/string.dox, doc/targets.dox, doc/value.dox,
21284: main/pa_request.C: dox splitted .dox files and added some
21285:
21286: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
21287:
21288: 2001-05-02 paf
21289:
21290: * src/classes/: image.C, table.C: table:dir result are not tainted
21291: by file_name language now
21292:
21293: 2001-04-28 paf
21294:
21295: * src/classes/classes.inc: removed classes.inc
21296:
21297: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
21298: from .am
21299:
21300: * src/classes/classes.awk: skipped classes in .awk
21301:
21302: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
21303: classes/classes.inc, classes/double.C, classes/file.C,
21304: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
21305: classes/string.C, classes/table.C, classes/unknown.C,
21306: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
21307: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
21308: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
21309: pa_methoded back to classes/classes.h
21310:
21311: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
21312:
21313: * src/: classes/Makefile.am, classes/classes.awk,
21314: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
21315: classes/ls.exe, main/bison.exe: classes.inc autogenerator
21316:
21317: * src/: classes/classes.C, classes/classes.h, classes/double.C,
21318: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
21319: classes/response.C, classes/string.C, classes/table.C,
21320: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
21321: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
21322: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
21323: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
21324: include|main/pa_methoded
21325:
21326: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
21327: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
21328:
21329: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
21330: moved some configured data to request::classes_conf moved some
21331: string crations from globals to M... [works]
21332:
21333: * src/: classes/form.C, classes/mail.C, classes/op.C,
21334: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
21335: main/pa_request.C: moved some configured data to
21336: request::classes_conf moved some string crations from globals to
21337: M...
21338:
21339: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
21340: about to move configured data to special request hash
21341:
21342: * src/: classes/classes.C, classes/classes.h, classes/file.C,
21343: classes/form.C, classes/mail.C, include/pa_request.h,
21344: main/pa_request.C: configure started
21345:
21346: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
21347: 2. todo: methoded-configure
21348:
21349: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21350: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21351: classes/_random.h, classes/_response.h, classes/_string.h,
21352: classes/_table.h, classes/_unknown.h, classes/classes.inc,
21353: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21354: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21355: classes/random.C, classes/response.C, classes/string.C,
21356: classes/table.C, classes/unknown.C, include/pa_globals.h,
21357: include/pa_request.h, main/compile.y, main/execute.C,
21358: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21359: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21360: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
21361: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
21362: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21363: types/pa_vrequest.h, types/pa_vresponse.h,
21364: types/pa_vstateless_class.h, types/pa_vstring.h,
21365: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21366: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
21367: methoded-configure
21368:
21369: * src/: classes/file.C, classes/table.C, main/compile.y,
21370: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
21371: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
21372: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
21373:
21374: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
21375: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21376: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21377: classes/random.C, classes/response.C, classes/string.C,
21378: classes/table.C, classes/unknown.C, include/pa_request.h,
21379: main/compile.y, main/execute.C, main/pa_globals.C,
21380: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
21381: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
21382: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
21383: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
21384: beautifying just compiled. todo: debug, configure
21385:
21386: 2001-04-27 paf
21387:
21388: * src/: classes/file.C, classes/image.C, classes/table.C,
21389: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
21390: beautifying -99
21391:
21392: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
21393: classes/_response.h, classes/_unknown.h, classes/classes.C,
21394: classes/classes.h, classes/double.C, classes/file.C,
21395: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21396: classes/op.C, classes/random.C, classes/response.C,
21397: classes/string.C, include/pa_globals.h, main/main.dsp,
21398: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
21399: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21400: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
21401: types/pa_vunknown.h: beautifying -100
21402:
21403: * src/main/compile.y: serge@ found @CLASS bug. fixed
21404:
21405: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
21406: classes/_op.h, classes/_random.h, classes/_table.h,
21407: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
21408: classes/op.C, classes/random.C, classes/response.C,
21409: classes/string.C, classes/table.C, classes/unknown.C,
21410: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21411: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21412: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
21413: beautifying
21414:
21415: 2001-04-26 paf
21416:
21417: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
21418:
21419: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
21420: documentation ++
21421:
21422: * src/: classes/_exec.h, doc/doxygen.cfg,
21423: include/pa_config_fixed.h, include/pa_config_includes.h,
21424: targets/cgi/pa_pool.C: code documentation ++
21425:
21426: * src/: classes/_image.h, classes/op.C, classes/random.C,
21427: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21428: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21429: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
21430: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21431: types/pa_vmethod_frame.h, types/pa_vobject.h,
21432: types/pa_vrequest.C, types/pa_vrequest.h,
21433: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
21434: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
21435: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
21436: code documentation ++
21437:
21438: * src/: classes/image.C, classes/mail.C, classes/string.C,
21439: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
21440: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
21441: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
21442: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21443: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21444: types/pa_vobject.h, types/pa_vstateless_class.h,
21445: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
21446:
21447: * src/main/: pa_request.C, pa_string.C: z
21448:
21449: * src/: include/pa_common.h, include/pa_types.h,
21450: main/pa_sql_driver_manager.C: module [and, guess, isapi]
21451: connection caching fixed. request-pooled-url were stored into
21452: global connectioncache
21453:
21454: 2001-04-25 paf
21455:
21456: * src/: doc/doxygen.cfg, doc/doxygen.txt,
21457: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
21458:
21459: * src/: include/code.h, include/pa_common.h, main/compile.y,
21460: main/execute.C, main/pa_common.C: -d
21461:
21462: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
21463: illegal call check a bit improved, but still under iis no mapping
21464: of dir with parser allowed!
21465:
21466: 2001-04-24 paf
21467:
21468: * src/targets/Makefile.am: apache module lib .am
21469:
21470: * src/main/pa_exec.C: windows32 buildCommand
21471:
21472: 2001-04-23 paf
21473:
21474: * src/targets/cgi/Makefile.am: win32 conditional
21475:
21476: * src/targets/cgi/Makefile.am: win32 conditional
21477:
21478: * src/targets/cgi/Makefile.am: liblink
21479:
21480: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
21481: vfile fields return type
21482:
21483: * src/types/pa_vfile.h: vfile fields return type
21484:
21485: * src/include/pa_config_auto.h.in: .h.in
21486:
21487: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
21488: types/Makefile: makefiles removed
21489:
21490: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
21491: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
21492:
21493: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
21494: [tested: i & g ]
21495:
21496: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
21497: @test noticed series in isapi, check how initialize_random_class
21498: is called! [must be called only once]
21499:
21500: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
21501: would not be 'unknown column'
21502:
21503: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
21504: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
21505:
21506: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
21507: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
21508: [now doesnt]
21509:
21510: * src/targets/cgi/parser3.C: cgi cmdline ver
21511:
21512: * src/targets/cgi/parser3.C: cgi /// @test disable
21513: /cgi-bin/parser3/auto.p
21514:
21515: * src/main/untaint.C: untaint without charset
21516:
21517: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21518: main/pa_common.C: common: file_write /// @test mkdirs
21519: file_delete rmdirs
21520:
21521: * src/main/untaint.C: mail header only once to =?
21522:
21523: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
21524: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
21525: main/untaint.C: untaint - @test optimize whitespaces for
21526: all but 'html'
21527:
21528: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
21529: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21530: main/untaint.C: untaint - @test mail-header
21531:
21532: 2001-04-20 paf
21533:
21534: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21535: include/pa_request.h, include/pa_string.h, main/compile.y,
21536: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21537: targets/cgi/parser3.C: $MAIN:LOCALE
21538:
21539: * src/main/untaint.C: z
21540:
21541: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
21542:
21543: 2001-04-19 paf
21544:
21545: * src/main/compile_tools.h: $a$b bugfix
21546:
21547: * src/targets/cgi/parser3.C: z
21548:
21549: * src/classes/file.C: z
21550:
21551: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
21552: done: header to $fields. waits for header '\' tricks
21553:
21554: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21555: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
21556: changed urlencode here and in untaint.C to HTTP standard's " and
21557: \" mech
21558:
21559: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
21560: http://alx/~paf/ doesnt load /auto.p
21561:
21562: 2001-04-18 paf
21563:
21564: * src/main/pa_request.C: 1
21565:
21566: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
21567: linux @alx
21568:
21569: 2001-04-17 paf
21570:
21571: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
21572: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
21573: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
21574: enabled
21575:
21576: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21577: classes/_exec.h, classes/_file.h, classes/_form.h,
21578: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21579: classes/_random.h, classes/_response.h, classes/_string.h,
21580: classes/_table.h, classes/_unknown.h, classes/file.C,
21581: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
21582: include/pa_config_fixed.h, include/pa_config_includes.h,
21583: include/pa_hash.h, include/pa_sql_driver_manager.h,
21584: include/pa_version.h, main/Makefile.am, main/compile.y,
21585: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
21586: main/pa_sql_driver_manager.C, sql/Makefile.am,
21587: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
21588: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
21589: types/pa_vform.C, types/pa_vimage.h: exec @jav
21590:
21591: * src/: include/pa_sql_driver_manager.h,
21592: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21593: types/pa_vimage.h: sql driver interface now has initialize(client
21594: .so)
21595:
21596: 2001-04-16 paf
21597:
21598: * src/Makefile.am: compile2 cygwin
21599:
21600: * src/: include/pa_config_includes.h, main/pa_exec.C,
21601: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
21602:
21603: * src/targets/cgi/Makefile.am: compile0 jav
21604:
21605: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21606: classes/_exec.h, classes/_file.h, classes/_form.h,
21607: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21608: classes/_random.h, classes/_response.h, classes/_string.h,
21609: classes/_table.h, classes/_unknown.h, classes/image.C,
21610: classes/mail.C, classes/op.C, classes/random.C,
21611: include/pa_config_fixed.h, include/pa_config_includes.h,
21612: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
21613: main/compile.y, main/pa_common.C, main/pa_exec.C,
21614: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
21615: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
21616: compile-1
21617:
21618: 2001-04-15 paf
21619:
21620: * src/classes/op.C: z
21621:
21622: * src/classes/table.C: table:empty +=process
21623:
21624: * src/types/pa_value.h: MethodParams !junction
21625:
21626: * src/: classes/_string.h, classes/double.C, classes/file.C,
21627: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21628: classes/random.C, classes/response.C, classes/string.C,
21629: classes/table.C, classes/unknown.C, main/pa_request.C:
21630: MethodParams everywhere
21631:
21632: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
21633: types/pa_vmethod_frame.h: MethodParams in op.C
21634:
21635: 2001-04-12 paf
21636:
21637: * src/: classes/image.C, types/pa_vimage.h: image:font :text
21638:
21639: * src/: classes/_unknown.h, classes/unknown.C,
21640: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21641: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
21642:
21643: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
21644:
21645: * src/classes/image.C: image:gif now does not have params
21646:
21647: * src/classes/image.C:
21648: image:line/fill/rectangle/bar/replace/polygon/polybar
21649:
21650: * src/: classes/image.C, classes/op.C, main/execute.C,
21651: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
21652: for var now written not to r.wcontext, but to r.root cleared
21653: "entered_object" state
21654:
21655: 2001-04-11 paf
21656:
21657: * src/classes/image.C: image:create image:load
21658:
21659: * src/: classes/image.C, main/main.dsp: gd with mem write + image
21660: just compiled
21661:
21662: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21663: todo: gif without file
21664:
21665: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21666: started porting to Pooled descendant
21667:
21668: * src/: classes/image.C, main/execute.C, main/main.dsp,
21669: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
21670: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
21671: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
21672:
21673: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
21674: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
21675: end. switching to python imaging lib
21676:
21677: * src/main/main.dsp: gd+smtp made separate libs
21678:
21679: * src/: include/pa_globals.h, include/pa_string.h,
21680: main/pa_common.C, main/pa_request.C, main/untaint.C,
21681: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
21682: length
21683:
21684: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
21685: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
21686: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
21687: UL_FILE_NAME of posted file name
21688:
21689: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
21690: post [broke when moved post read to core]
21691:
21692: 2001-04-10 paf
21693:
21694: * src/classes/image.C: image:html done
21695:
21696: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
21697:
21698: * src/classes/image.C: z
21699:
21700: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
21701: forgotten!
21702:
21703: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
21704: main/pa_request.C, main/pa_string.C, main/untaint.C,
21705: types/pa_vimage.h: image:measure -90
21706:
21707: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21708: classes/_int.h, classes/_mail.h, classes/_op.h,
21709: classes/_random.h, classes/_response.h, classes/_string.h,
21710: classes/_table.h, classes/file.C, classes/mail.C,
21711: include/pa_common.h, include/pa_globals.h, main/execute.C,
21712: main/main.dsp, main/pa_common.C, main/pa_globals.C,
21713: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
21714: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
21715: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
21716: compiled
21717:
21718: * src/classes/mail.C: minor bug with unclear from/to
21719:
21720: * src/classes/mail.C: sendmail unix skipping defaults
21721:
21722: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
21723: sendmail unix added defaults
21724:
21725: * src/classes/mail.C: unix sendmail compiled. todo:testing
21726:
21727: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
21728:
21729: 2001-04-09 paf
21730:
21731: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
21732: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
21733: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21734: targets/isapi/parser3isapi.dsp: all targets exec
21735:
21736: * src/: include/pa_sapi.h, include/pa_string.h,
21737: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21738: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
21739: args in apache:util.script
21740:
21741: * src/include/pa_string.h: written but not tested exec with env for
21742: unix
21743:
21744: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
21745: targets/cgi/parser3.C: exec win32 env
21746:
21747: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
21748: 0
21749:
21750: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
21751: main/execute.C, main/main.dsp, main/pa_globals.C,
21752: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
21753: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
21754:
21755: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
21756: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
21757:
21758: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
21759: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
21760:
21761: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
21762: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
21763: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21764: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21765: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
21766: exec class just compiled. moved post read to request core
21767:
21768: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
21769: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
21770: main/pa_globals.C, targets/cgi/parser3.C,
21771: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
21772: are already read by vform
21773:
21774: 2001-04-08 paf
21775:
21776: * src/: classes/file.C, classes/mail.C, classes/string.C,
21777: include/pa_request.h, include/pa_string.h, main/pa_request.C:
21778: uuencode. string<<
21779:
21780: 2001-04-07 paf
21781:
21782: * src/classes/mail.C: z
21783:
21784: * src/classes/mail.C: z
21785:
21786: * src/classes/mail.C: ^mail[$attach
21787:
21788: * src/classes/mail.C: ^attach dead end
21789:
21790: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
21791: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21792: targets/isapi/parser3isapi.C: mail:send 1
21793:
21794: * src/: classes/mail.C, main/pa_request.C: z
21795:
21796: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
21797: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
21798: compiled
21799:
21800: * src/classes/mail.C: +=
21801:
21802: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
21803: prepared
21804:
21805: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
21806: include/pa_globals.h, include/pa_string.h, main/main.dsp,
21807: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21808: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
21809:
21810: 2001-04-06 paf
21811:
21812: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
21813: main/pa_string.C: table:dir 1
21814:
21815: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
21816: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
21817:
21818: * src/: classes/_op.h, classes/_root.h, classes/op.C,
21819: classes/root.C, include/pa_globals.h, include/pa_request.h,
21820: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
21821: main/pa_request.C: renamed 'root' to 'op'
21822:
21823: * src/classes/: _op.h, op.C: renamed from 'root'
21824:
21825: * src/types/pa_valiased.C: another root inherititance skipped
21826:
21827: * src/main/: compile.C, compile.y, execute.C: operators are now not
21828: root methods of parent class. just 'ROOT' class
21829:
21830: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
21831: @office
21832:
21833: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
21834:
21835: 2001-04-05 paf
21836:
21837: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
21838: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
21839: constructor flag dropped at get_method_frame and remembered into
21840: method_frame
21841:
21842: * src/: classes/file.C, classes/root.C, classes/string.C,
21843: classes/table.C, main/pa_request.C: junction to code&expression
21844: in errors
21845:
21846: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21847: main/pa_string.C, targets/isapi/parser3isapi.dsp:
21848: $LOCALE:ctype[Russian_Russia.1251]
21849:
21850: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21851: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
21852: main/pa_table.C: hash now not thread-safe.
21853:
21854: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21855: main/untaint.C: z
21856:
21857: * src/: classes/random.C, classes/root.C, classes/table.C,
21858: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
21859: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
21860: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
21861: types/pa_wcontext.h: sql quote. string untaint UL_SQL
21862:
21863: * src/: classes/table.C, include/pa_sql_connection.h,
21864: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
21865:
21866: * src/classes/table.C: select * from hren error contains statement
21867:
21868: * src/: classes/table.C, include/pa_sql_connection.h,
21869: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
21870: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
21871:
21872: * src/: classes/root.C, include/pa_sql_connection.h,
21873: include/pa_sql_driver.h, main/main.dsp,
21874: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
21875: services for conv memory & error reporting
21876:
21877: 2001-04-04 paf
21878:
21879: * src/doc/doxygen.cfg: z
21880:
21881: * src/include/pa_sql_driver.h: mysql connect
21882:
21883: * src/include/pa_sql_driver.h: mysql info
21884:
21885: * src/: classes/root.C, include/pa_sql_driver.h,
21886: include/pa_sql_driver_manager.h, main/main.dsp,
21887: main/pa_sql_driver_manager.C: more manager&connection&driver
21888:
21889: * src/sql/Makefile.am: forgot to add mysql client
21890:
21891: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
21892: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
21893: [forgot to add libltdl, added]
21894:
21895: * src/: Makefile.am, classes/root.C, classes/string.C,
21896: classes/table.C, include/pa_globals.h, include/pa_hash.h,
21897: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
21898: include/pa_string.h, include/pa_table.h, main/main.dsp,
21899: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21900: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
21901: -1000 just compiled
21902:
21903: * src/: classes/random.C, classes/root.C, classes/table.C,
21904: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
21905: main/pa_request.C, types/pa_vclass.h: sql frame -10
21906:
21907: 2001-04-03 paf
21908:
21909: * src/types/pa_vform.C: z
21910:
21911: * src/: classes/string.C, types/pa_vform.C: string:match replace
21912: assigned lang
21913:
21914: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
21915: {}[]< empty []
21916:
21917: * src/: classes/file.C, classes/string.C, classes/table.C,
21918: include/pa_string.h, main/pa_common.C, main/pa_string.C,
21919: main/untaint.C: string:match replace 2. string.cstr(forced lang)
21920:
21921: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21922: string:match replace strange matches
21923:
21924: * src/classes/string.C: string:match replace 0
21925:
21926: * src/: classes/string.C, main/pa_string.C: string:match replace
21927: prepared 2
21928:
21929: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21930: string:match replace prepared
21931:
21932: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21933: string:match replace -11
21934:
21935: * src/: classes/string.C, include/pa_globals.h,
21936: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
21937: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
21938:
21939: * src/: classes/string.C, include/pa_globals.h,
21940: include/pa_string.h, main/main.dsp, main/pa_globals.C,
21941: main/pa_string.C: string:match [search] -1 just compiled
21942:
21943: * src/types/pa_vstring.C: z
21944:
21945: * src/: classes/double.C, classes/file.C, classes/form.C,
21946: classes/int.C, classes/response.C, classes/root.C,
21947: classes/string.C, classes/table.C, include/pa_string.h,
21948: main/pa_string.C: string:match -10 [frame]
21949:
21950: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
21951: main/pa_request.C: z
21952:
21953: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
21954: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
21955: todo/tests
21956:
21957: * src/include/pa_common.h: z
21958:
21959: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
21960: main/pa_request.C, targets/cgi/parser3.C,
21961: targets/isapi/parser3isapi.C, types/pa_vfile.C:
21962: content-disposition
21963:
21964: * src/: include/pa_common.h, include/pa_globals.h,
21965: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
21966: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
21967:
21968: * src/: include/pa_common.h, include/pa_request.h,
21969: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
21970: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21971: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
21972: response:body
21973:
21974: * src/classes/table.C: table:append now uses string::split
21975:
21976: * src/classes/table.C: z
21977:
21978: * src/: classes/file.C, classes/root.C, classes/string.C,
21979: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
21980: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
21981: include/pa_string.h, main/execute.C, main/pa_string.C,
21982: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
21983: string::pos & cmp & piece bugs fixed. string::split new
21984: table:load separated from set table:set implemented with clean \n
21985: \t searches
21986:
21987: 2001-04-02 paf
21988:
21989: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21990: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
21991: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
21992: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
21993: it in table:set/load
21994:
21995: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
21996: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
21997:
21998: * src/classes/random.C: random:generate 1
21999:
22000: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22001: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22002: types/pa_value.h: random:generate
22003:
22004: 2001-03-30 paf
22005:
22006: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22007: todo: table flip and append. string::pos
22008:
22009: * src/: classes/double.C, classes/file.C, classes/int.C,
22010: classes/response.C, classes/root.C, classes/string.C,
22011: classes/table.C, main/compile.y, main/execute.C,
22012: types/pa_value.h, types/pa_vstateless_class.C,
22013: types/pa_vstateless_class.h: static|dynamic|any method
22014: registration
22015:
22016: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22017: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22018: table:flip
22019:
22020: 2001-03-29 paf
22021:
22022: * src/classes/string.C: string:xsplit forgot that they must result
22023: in 1 row N column [not vice versa]
22024:
22025: * src/classes/string.C: z
22026:
22027: * src/classes/string.C: string: rsplit
22028:
22029: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22030: string: lsplit
22031:
22032: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22033: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22034: lsplit -1
22035:
22036: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22037: string: pos
22038:
22039: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22040: string: pos -1
22041:
22042: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22043: main/compile.y, main/pa_request.C, main/pa_string.C,
22044: main/untaint.C: string: left right mid
22045:
22046: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22047: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22048: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22049: and [;] are different now.
22050:
22051: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22052: main/untaint.C: pool.request undone
22053:
22054: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22055: main/untaint.C: pool.request
22056:
22057: 2001-03-28 paf
22058:
22059: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22060: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22061: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22062: $request:browser [.type .version]; unknown.get_double now = 0.
22063:
22064: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22065: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22066: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22067: types/pa_vform.C: file:load autodetection of mime-type by
22068: user-file-name
22069:
22070: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22071: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
22072: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
22073:
22074: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22075: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
22076: write. must be self.set
22077:
22078: * src/: classes/file.C, classes/root.C, classes/table.C,
22079: include/pa_table.h, main/pa_table.C: table:locate1, file:test
22080:
22081: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
22082: include/pa_table.h, main/pa_array.C, main/pa_table.C,
22083: types/pa_vtable.h: table:locate just compiled
22084:
22085: 2001-03-27 paf
22086:
22087: * src/main/: execute.C, pa_common.C: fixed r/w context of
22088: code-params2, fixed ntfs hardlink slow dir update
22089:
22090: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
22091: types/pa_wcontext.h: fixed r/w context of code-params
22092:
22093: * src/: classes/table.C, main/execute.C: about to change junction
22094: rcontext!!
22095:
22096: * src/: classes/double.C, classes/int.C, classes/root.C,
22097: classes/string.C, classes/table.C, main/compile_tools.C,
22098: main/execute.C, main/pa_request.C, main/untaint.C,
22099: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
22100: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22101: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
22102: types/pa_vunknown.h: sort 0
22103:
22104: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
22105: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
22106: renamed to are_static_calls_disabled
22107:
22108: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
22109: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
22110: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22111: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
22112:
22113: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
22114:
22115: * src/: classes/table.C, include/pa_common.h, main/compile.y:
22116: started table:sort fixed minor bug in #...^{
22117:
22118: * src/: classes/table.C, include/pa_common.h, main/compile.y,
22119: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
22120: decided to have as it were. stepped back. grammar: added 'in'
22121: 'is' 'lt'&co follow-space check
22122:
22123: 2001-03-26 paf
22124:
22125: * src/: classes/file.C, classes/root.C, classes/table.C,
22126: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
22127: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22128: main/pa_table.C: moved ::save to pa_table. disabled @auto
22129: invocation in ^process
22130:
22131: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
22132:
22133: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
22134: main/pa_array.C: table:record
22135:
22136: * src/: main/untaint.C, targets/cgi/parser3.C,
22137: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22138: targets/isapi/pool_storage.h, types/pa_valiased.h,
22139: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
22140: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
22141: types/pa_vtable.h: z
22142:
22143: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
22144: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
22145: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22146: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
22147: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
22148: method realisations on 'self' validity - they now can simply
22149: assume that 'self' is V{Proper} .
22150:
22151: 2001-03-25 paf
22152:
22153: * src/main/untaint.C: z
22154:
22155: * src/main/: pa_request.C, untaint.C: moved default typo-table to
22156: lowlevel - it initialization could be skipped if failed in @auto.
22157: so that exception report would use some table
22158:
22159: * src/main/pa_request.C: table empty lines ignored. system-default
22160: content type assigned in output:result [can fail in main:auto and
22161: skipped normal defaults extraction]
22162:
22163: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
22164: bug
22165:
22166: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
22167: processing to table [except preliminary \r\n \r \n replacements
22168: to "\n"]
22169:
22170: * src/: classes/table.C, main/untaint.C: html-typo - decided to
22171: move all the processing to table
22172:
22173: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
22174: main/pa_table.C, main/untaint.C: returned table originating.
22175: useful for reporting typo table problems origin. think would be
22176: useful somewhere else
22177:
22178: * src/main/untaint.C: typo \r \r\n \n properly handled
22179:
22180: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
22181: include/pa_table.h, main/compile.y, main/compile_tools.C,
22182: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
22183: main/pa_string.C, main/pa_table.C, main/untaint.C,
22184: types/pa_vcookie.h: typo & typo-default
22185:
22186: 2001-03-24 paf
22187:
22188: * src/main/pa_common.C: z
22189:
22190: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22191: targets/cgi/parser3.C: html-typo 2
22192:
22193: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
22194: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
22195: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
22196: main/execute.C, main/pa_array.C, main/pa_globals.C,
22197: main/pa_request.C, main/pa_string.C, main/untaint.C,
22198: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22199: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
22200: noticed double default content-type prob. run cgi.cmd tomorrow
22201: first html-typo sample. detected << problem: they become ltlt too
22202: fast
22203:
22204: * src/main/compile.y: z
22205:
22206: * src/main/: compile.y, compile_tools.h: #comment
22207:
22208: * src/: classes/file.C, classes/root.C, classes/table.C,
22209: include/pa_common.h, include/pa_request.h, main/compile.y,
22210: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22211: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
22212: stringified
22213:
22214: * src/types/pa_valiased.C: decided to String-ify file_read
22215:
22216: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
22217: isapi/parser3isapi.dsp: cgi: sapi::log
22218:
22219: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
22220: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
22221: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
22222: error log experiments failed - cgi under iis got no access to
22223: log. registereventsource simply failed with 5(illegal call) code,
22224: while worked OK as standalone executable. isapi: used
22225: HSE_APPEND_LOG_PARAMETER feature
22226:
22227: * src/: include/pa_common.h, include/pa_globals.h,
22228: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22229: targets/isapi/parser3isapi.C: fixed default content-type
22230: allocation storage
22231:
22232: * src/: include/pa_globals.h, include/pa_request.h,
22233: main/pa_globals.C, main/pa_request.C: z
22234:
22235: * src/: include/pa_array.h, include/pa_hash.h,
22236: include/pa_request.h, main/compile.y, main/pa_array.C,
22237: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22238: types/pa_vcookie.C: cyclic uses ignored. defaulted default
22239: content-type
22240:
22241: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
22242: sanity
22243:
22244: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
22245: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
22246: away freeze mech. no danger now for you can't do
22247: ^request:process[@new-method[] body] trick anymore. still
22248: remains $some_instance.process[@new-method[] possibility] but
22249: would leave it as a feature. see index for sample
22250:
22251: * src/: include/pa_common.h, main/pa_common.C,
22252: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
22253: monkey every target
22254:
22255: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22256: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
22257: types/pa_vform.C, types/pa_vform.h: auto.p monkey
22258:
22259: 2001-03-23 paf
22260:
22261: * src/: include/pa_pool.h, main/pa_request.C,
22262: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22263: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22264: targets/isapi/pool_storage.h: isapi: dumb pool storage
22265:
22266: * src/targets/isapi/pa_pool.C: decided to continue with extension
22267:
22268: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
22269: it would be better to rewrite as filter then to deal with pool
22270:
22271: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
22272: now like in cgi, not from APPL_PHYSICAL_PATH
22273:
22274: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22275: include/pa_config_fixed.h, include/pa_config_includes.h,
22276: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
22277: include/pa_version.h, main/compile.y, main/execute.C,
22278: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22279: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22280: main/untaint.C, targets/cgi/parser3.C,
22281: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
22282: cgi: reinvent document_root and request_uri under iis. autoconf
22283: updated. introducing ap_config_includes
22284:
22285: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
22286:
22287: * src/targets/cgi/parser3.C: cgi: only one pool now
22288:
22289: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
22290: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22291: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22292: types/pa_venv.h, types/pa_vform.C: sapi made object
22293:
22294: * src/: include/pa_globals.h, main/pa_request.C,
22295: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22296: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22297: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
22298:
22299: * src/: main/pa_request.C, targets/cgi/parser3.C,
22300: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22301: isapi minor env beauty
22302:
22303: * src/: main/pa_request.C, targets/cgi/parser3.C,
22304: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22305: isapi document_root 0
22306:
22307: 2001-03-22 paf
22308:
22309: * src/targets/isapi/parser3isapi.C: isapi keep-alive
22310:
22311: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
22312: isapi/parser3isapi.C: z
22313:
22314: * src/: include/pa_pool.h, main/pa_request.C,
22315: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
22316:
22317: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
22318: kill.pl: isapi added utils
22319:
22320: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
22321: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22322: types/pa_vform.C: isapi 0
22323:
22324: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
22325: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22326: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22327: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
22328: started isapi
22329:
22330: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
22331: some comments
22332:
22333: * src/: include/pa_globals.h, include/pa_request.h,
22334: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22335: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
22336: parser_root_auto_path parser_site_auto_path
22337:
22338: * src/types/pa_vcookie.C: cookie attr decoded
22339:
22340: 2001-03-21 paf
22341:
22342: * src/targets/cgi/parser3.C: z
22343:
22344: * src/include/pa_globals.h: post. todo: config of auto.p path
22345:
22346: * src/: include/pa_globals.h, targets/cgi/parser3.C,
22347: types/pa_venv.h: in cookie & env. todo:post
22348:
22349: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
22350: classes/root.C, classes/table.C, include/pa_array.h,
22351: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
22352: include/pa_request.h, include/pa_string.h, main/Makefile.am,
22353: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
22354: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22355: main/pa_table.C, main/untaint.C, targets/Makefile.am,
22356: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22357: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
22358: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
22359: shifted apache branch on main trunc
22360:
22361: * src/: include/pa_common.h, include/pa_globals.h,
22362: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22363: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
22364: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
22365: starting mod_parser3
22366:
22367: * src/targets/cgi/parser3.C: starting mod_parser3
22368:
22369: 2001-03-20 paf
22370:
22371: * src/: main/pa_common.C, targets/cgi/Makefile.am,
22372: targets/cgi/parser3.C: automake compiled and works. todo:make
22373: win32 ifdefs work and add ifdef unistd
22374:
22375: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
22376: main/Makefile.am, main/pa_common.C, main/pa_request.C,
22377: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
22378: z
22379:
22380: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
22381: main/execute.C, main/pa_common.C, types/Makefile.am: removing
22382: locking
22383:
22384: * src/: classes/Makefile.am, types/Makefile.am: z
22385:
22386: * src/: Makefile.am, classes/file.C, classes/root.C,
22387: classes/table.C, include/pa_array.h, include/pa_request.h,
22388: include/pa_string.h, main/Makefile.am, main/execute.C,
22389: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22390: main/pa_string.C, main/untaint.C, targets/Makefile.am,
22391: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22392: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
22393:
22394: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22395: main/pa_request.C, types/pa_vfile.h: ^table:save
22396:
22397: * src/: classes/file.C, classes/table.C, include/pa_array.h,
22398: include/pa_common.h, include/pa_request.h, include/pa_string.h,
22399: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
22400: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
22401: types/pa_vform.h: z
22402:
22403: * src/include/pa_string.h: z
22404:
22405: * src/: classes/_request.h, classes/request.C, main/main.dsp,
22406: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
22407: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22408: :Value
22409:
22410: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
22411: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22412: :VStateless_object
22413:
22414: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
22415: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
22416: :VStateless_object
22417:
22418: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22419: types/pa_valiased.C, types/pa_vform.h: commented VForm
22420:
22421: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
22422: types/pa_valiased.h, types/pa_value.h,
22423: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22424: types/pa_vstateless_object.h: moved common get_element part from
22425: stateless object&class into VAliased
22426:
22427: * src/: classes/_env.h, classes/_table.h, classes/env.C,
22428: classes/table.C, main/execute.C, main/main.dsp,
22429: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
22430: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
22431: now :Value
22432:
22433: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
22434: main/execute.C, main/main.dsp, main/pa_globals.C,
22435: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
22436:
22437: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
22438: doxx
22439:
22440: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
22441: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22442: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
22443: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
22444: and ^file:save
22445:
22446: 2001-03-19 paf
22447:
22448: * src/types/pa_vfile.C: z
22449:
22450: * src/: classes/file.C, classes/request.C, classes/table.C,
22451: include/pa_string.h, main/main.dsp, main/pa_pool.C,
22452: main/pa_request.C, main/untaint.C, types/pa_value.h,
22453: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
22454:
22455: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
22456: include/pa_string.h, include/pa_table.h, main/main.dsp,
22457: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
22458: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
22459: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
22460: classes/_file.h, classes/file.C, types/pa_vfile.C,
22461: types/pa_vfile.h: file class just compiled
22462:
22463: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
22464: include/pa_table.h, include/pa_types.h, main/execute.C,
22465: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22466: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
22467: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
22468:
22469: * src/include/pa_pool.h: z
22470:
22471: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
22472: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
22473: Hash::Value to Val so to doxygen would finlly stop confusing
22474: those Value-s
22475:
22476: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
22477: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
22478: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22479: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22480: include/pa_types.h, main/compile.C, main/compile.y,
22481: main/compile_tools.C, main/compile_tools.h, main/execute.C,
22482: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
22483: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
22484: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22485: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
22486:
22487: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
22488: derivates somehow unlinked. don't know why yet
22489:
22490: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
22491: include/pa_string.h, include/pa_threads.h, main/compile.C,
22492: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22493: main/execute.C, main/pa_array.C, main/pa_common.C,
22494: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
22495: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22496: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
22497:
22498: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
22499: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
22500: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
22501: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
22502: types/pa_vrequest.h: doc: detected Value derivates prob
22503:
22504: * src/include/pa_globals.h: z
22505:
22506: * src/: classes/_request.h, classes/request.C, include/code.h,
22507: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
22508: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
22509: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
22510: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22511: main/execute.C, main/pa_pool.C, main/pa_request.C,
22512: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22513: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
22514:
22515: 2001-03-18 paf
22516:
22517: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
22518: cookie: allowed access to hash-assigned
22519:
22520: * src/targets/cgi/parser3.C: z
22521:
22522: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
22523: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
22524: include/pa_types.h, main/main.dsp, main/pa_common.C,
22525: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22526: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22527: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
22528: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22529: types/pa_vunknown.h: cookie class
22530:
22531: * src/main/pa_request.C: zero length output allowed
22532:
22533: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
22534: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
22535:
22536: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
22537: lang switch
22538:
22539: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
22540: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22541: types/pa_value.h, types/pa_vhash.h:
22542: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22543:
22544: * src/main/execute.C: z
22545:
22546: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
22547: targets/cgi/parser3.C: taint[uri
22548:
22549: * src/: classes/request.C, classes/response.C, classes/root.C,
22550: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22551: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
22552: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
22553:
22554: * src/: classes/root.C, classes/string.C, include/pa_string.h,
22555: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22556: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
22557: types/pa_vstateless_class.C: convinient string(pool, char *src,
22558: bool tainted) ctor
22559:
22560: * src/: include/pa_hash.h, include/pa_request.h,
22561: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
22562: main/pa_request.C, main/pa_string.C, main/untaint.C,
22563: targets/cgi/parser3.C: proper @exceptions params tainting
22564:
22565: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
22566: response fields to header
22567:
22568: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22569: z
22570:
22571: * src/: classes/_response.h, classes/response.C,
22572: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22573: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
22574: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22575: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
22576: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
22577: $response: 0 request::core exception rethrow
22578:
22579: 2001-03-16 paf
22580:
22581: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
22582: types/pa_vrequest.h: native method' class call with less params
22583: then needed error reporting
22584:
22585: * src/: classes/_request.h, classes/request.C,
22586: include/pa_globals.h, include/pa_request.h, main/execute.C,
22587: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22588: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
22589: types/pa_vrequest.h: $request : query :uri
22590:
22591: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
22592: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
22593: types/pa_wcontext.h: $result
22594:
22595: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
22596:
22597: * src/: classes/double.C, include/code.h, main/compile.y,
22598: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
22599: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22600:
22601: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
22602: main/compile.y, main/execute.C, types/pa_value.h,
22603: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
22604: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
22605: wcontext conflict
22606:
22607: * src/: main/execute.C, types/pa_value.h,
22608: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
22609: $string.field
22610:
22611: 2001-03-15 paf
22612:
22613: * src/main/pa_request.C: news sample
22614:
22615: * src/: main/compile.y, main/execute.C, main/pa_request.C,
22616: targets/cgi/parser3.C, types/pa_vstring.h: @exception
22617:
22618: * src/main/: compile.y, execute.C: z
22619:
22620: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
22621: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
22622: pre pre works
22623:
22624: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22625: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
22626: fillfields just compiled
22627:
22628: 2001-03-14 paf
22629:
22630: * src/: include/pa_request.h, main/pa_request.C,
22631: targets/cgi/parser3.C: z
22632:
22633: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22634: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
22635: types/pa_vstring.h: limits -1
22636:
22637: * src/: include/pa_globals.h, include/pa_request.h,
22638: include/pa_types.h, main/main.dsp, main/pa_globals.C,
22639: main/pa_request.C, targets/cgi/parser3.C,
22640: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
22641: request_info -1
22642:
22643: * src/: include/pa_globals.h, main/pa_globals.C,
22644: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22645: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
22646: vform_fields_fill
22647:
22648: * src/targets/cgi/parser3.C: # if MSVC
22649:
22650: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
22651: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
22652:
22653: * src/targets/cgi/parser3.C: z
22654:
22655: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
22656: include/pa_string.h, include/pa_types.h, main/compile.y,
22657: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
22658: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
22659: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
22660: types/pa_vunknown.h: global handler, exceptions in parser3
22661:
22662: 2001-03-13 paf
22663:
22664: * src/: classes/form.C, main/compile.y, main/core.C,
22665: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
22666: types/pa_vform.h, types/pa_vstateless_class.C,
22667: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
22668: instead
22669:
22670: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22671: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
22672: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
22673: started cgi target
22674:
22675: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22676: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
22677: before error show with parser
22678:
22679: * src/: classes/_form.h, classes/form.C, include/core.h,
22680: include/pa_request.h, main/core.C, main/pa_request.C,
22681: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
22682:
22683: * src/targets/cgi/: parser.dsp, parser3.dsp: z
22684:
22685: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
22686: parser3.C: renamed targets/ parser to cgi
22687:
22688: * src/: classes/double.C, classes/env.C, classes/int.C,
22689: classes/root.C, classes/string.C, classes/table.C,
22690: include/pa_request.h, types/pa_vhash.h: z
22691:
22692: * src/: classes/_env.h, classes/env.C, classes/root.C,
22693: include/core.h, include/pa_pool.h, include/pa_request.h,
22694: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
22695: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22696: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
22697: [historical moment :)]
22698:
22699: * src/: include/code.h, include/pa_string.h, main/compile.y,
22700: main/execute.C, main/pa_string.C: 'value is type' expr operator
22701:
22702: * src/types/pa_venv.h: $ENV 1
22703:
22704: * src/main/execute.C: z
22705:
22706: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
22707: future methods of ENV constructor if
22708:
22709: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
22710: class
22711:
22712: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22713: classes/_root.h, classes/_string.h, classes/_table.h,
22714: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22715: classes/string.C, classes/table.C, include/pa_request.h,
22716: main/compile.C, main/compile_tools.h, main/core.C,
22717: main/execute.C, main/main.dsp, main/pa_request.C,
22718: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22719: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22720: types/pa_vobject.h, types/pa_vstateless_class.C,
22721: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22722: types/pa_wcontext.h: $ENV: re 0, stateless classes
22723:
22724: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22725: classes/_root.h, classes/_string.h, classes/_table.h,
22726: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22727: classes/string.C, classes/table.C, include/pa_request.h,
22728: main/compile.C, main/compile_tools.h, main/core.C,
22729: main/execute.C, main/main.dsp, main/pa_request.C,
22730: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22731: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22732: types/pa_vobject.h, types/pa_vstateless_class.C,
22733: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22734: types/pa_wcontext.h: $ENV: re 0, stateless classes
22735:
22736: * src/: include/pa_request.h, main/compile.C, main/execute.C,
22737: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
22738: yesterdays bad decision on execute_static_method
22739:
22740: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
22741:
22742: * src/: classes/double.C, classes/int.C, classes/root.C,
22743: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
22744:
22745: * src/main/pa_request.C: z
22746:
22747: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22748: include/pa_pool.h: skipped_restructure_exceptions_dead_end
22749:
22750: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22751: include/pa_pool.h, main/pa_request.C:
22752: restructure_exceptions_dead_end
22753:
22754: * src/: classes/root.C, main/compile.y: ^if required junctions.
22755: allowed ; inside {} to break params
22756:
22757: * src/classes/root.C: ^eval
22758:
22759: * src/: classes/_string.h, classes/double.C, classes/int.C,
22760: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
22761: string ^format
22762:
22763: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
22764: 'bad' but not 'enough'
22765:
22766: * src/: classes/double.C, classes/root.C, classes/table.C,
22767: include/pa_common.h, include/pa_types.h, main/compile.y,
22768: main/pa_common.C, main/pa_request.C, main/untaint.C,
22769: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
22770: types/pa_wwrapper.h: think constructing flag as is is bad
22771:
22772: * src/: classes/double.C, classes/int.C, classes/root.C,
22773: classes/string.C, classes/table.C, main/core.C, main/execute.C,
22774: types/pa_vint.h: ^for
22775:
22776: 2001-03-12 paf
22777:
22778: * src/classes/table.C: table ^empty
22779:
22780: * src/: classes/table.C, include/pa_table.h: table ^menu
22781:
22782: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
22783: ^offset ^line ^count
22784:
22785: * src/classes/root.C: ^round() ^floor() ^ceiling()
22786: ^abs() ^sign()
22787:
22788: * src/classes/: root.C, table.C: ^use
22789:
22790: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22791: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
22792: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22793: ^while. switched off wcontext.constructing after write(value) or
22794: auto-vhash-constructing
22795:
22796: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22797: main/pa_request.C: fail_if_junction_ helper func
22798:
22799: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22800: include/pa_request.h, main/execute.C, main/main.dsp,
22801: main/pa_common.C, main/pa_request.C: ^process error point by
22802: actual method_name, not source. ^load
22803:
22804: * src/types/pa_vtable.h: table: no, better with string in cells...
22805:
22806: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
22807: classes/_table.h, classes/table.C, main/untaint.C: z
22808:
22809: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
22810: include/pa_table.h, main/core.C, main/execute.C,
22811: main/pa_common.C, main/pa_request.C, main/pa_table.C,
22812: types/pa_value.h: table:set 0
22813:
22814: * src/: classes/root.C, include/core.h, include/pa_array.h,
22815: include/pa_request.h, include/pa_table.h, main/core.C,
22816: main/main.dsp, main/pa_request.C, main/pa_table.C,
22817: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
22818: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
22819: types/pa_vstring.h: freeze, ^table:create[] -1
22820:
22821: * src/: classes/root.C, types/pa_value.h: z
22822:
22823: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
22824: get_method in couple places optimizing them
22825:
22826: * src/classes/root.C: z
22827:
22828: * src/: classes/root.C, types/pa_vclass.h: process temp main
22829: zeroing
22830:
22831: * src/: classes/double.C, classes/int.C, classes/root.C,
22832: classes/string.C, include/pa_common.h, include/pa_request.h,
22833: include/pa_string.h, include/pa_types.h, main/compile.C,
22834: main/compile.y, main/compile_tools.h, main/execute.C,
22835: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22836: types/pa_vmframe.h: ^process. actual names to store param and
22837: check_actual_numbered_params for better place diagnostics
22838:
22839: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
22840: method-junctions bug fixed
22841:
22842: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
22843: pa_vstateless_object.h, pa_vstring.h: stateless_object
22844:
22845: 2001-03-11 paf
22846:
22847: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
22848: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
22849: VDouble VInt base now VObject_base - without fields
22850:
22851: * src/: classes/root.C, include/core.h, main/core.C: z
22852:
22853: * src/: classes/double.C, classes/int.C, classes/root.C,
22854: classes/string.C, include/core.h, include/pa_hash.h,
22855: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
22856: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
22857:
22858: * src/: classes/double.C, classes/int.C, classes/root.C,
22859: include/pa_request.h, main/execute.C: intercept_string
22860:
22861: * src/: classes/double.C, classes/int.C, classes/root.C,
22862: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
22863:
22864: * src/: classes/double.C, classes/int.C, include/pa_request.h:
22865: ^inc-s(expr)
22866:
22867: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22868: classes/_root.h, classes/_string.h, classes/double.C,
22869: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22870: include/code.h, include/core.h, include/pa_array.h,
22871: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22872: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22873: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22874: include/pa_types.h, main/compile.C, main/compile.y,
22875: main/compile_tools.C, main/compile_tools.h, main/core.C,
22876: main/execute.C, main/pa_array.C, main/pa_common.C,
22877: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
22878: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22879: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22880: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22881: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22882: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22883: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22884: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
22885:
22886: * src/: main/pa_request.C, types/pa_vhash.h: z
22887:
22888: * src/: include/core.h, include/pa_request.h, main/core.C,
22889: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
22890:
22891: * src/: include/pa_valiased.h, include/pa_value.h,
22892: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22893: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22894: include/pa_vjunction.h, include/pa_vmframe.h,
22895: include/pa_vobject.h, include/pa_vstring.h,
22896: include/pa_vunknown.h, include/pa_wcontext.h,
22897: include/pa_wwrapper.h, main/compile.y, main/core.C,
22898: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
22899: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
22900: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22901: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22902: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22903: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22904: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22905: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
22906: include/
22907:
22908: 2001-03-10 paf
22909:
22910: * src/: include/core.h, include/pa_request.h, main/core.C,
22911: main/pa_request.C: run+auto=run
22912:
22913: * src/: classes/root.C, include/pa_request.h: minor if junction bug
22914:
22915: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22916: classes/_root.h, classes/_string.h, classes/double.C,
22917: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22918: include/code.h, include/core.h, include/pa_array.h,
22919: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22920: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22921: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22922: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
22923: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22924: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22925: include/pa_vjunction.h, include/pa_vmframe.h,
22926: include/pa_vobject.h, include/pa_vstring.h,
22927: include/pa_vunknown.h, include/pa_wcontext.h,
22928: include/pa_wwrapper.h, main/compile.C, main/compile.y,
22929: main/compile_tools.C, main/compile_tools.h, main/core.C,
22930: main/execute.C, main/pa_array.C, main/pa_cframe.C,
22931: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
22932: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22933: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
22934: main/pa_wcontext.C: sources header
22935:
22936: * src/main/pa_request.C: auto..
22937:
22938: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22939: main/pa_request.C: auto tree0
22940:
22941: * src/: include/core.h, include/pa_request.h, main/compile.y,
22942: main/core.C, main/pa_request.C: names to core.C
22943:
22944: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
22945: include/pa_request.h, main/core.C, main/execute.C,
22946: main/pa_common.C, main/pa_request.C: root auto.p loaded
22947:
22948: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
22949: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
22950: main/compile_tools.C, main/compile_tools.h, main/execute.C:
22951: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
22952:
22953: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22954: @auto[] realised. auto.p scan togo
22955:
22956: * src/: include/pa_request.h, main/execute.C: autocalc
22957: code-junctions result now have names
22958:
22959: * src/: classes/double.C, classes/int.C, classes/root.C,
22960: classes/string.C, include/pa_request.h, include/pa_string.h,
22961: include/pa_wcontext.h, main/compile.y, main/execute.C,
22962: main/pa_string.C, main/pa_wcontext.C: tainting 0
22963:
22964: * src/classes/env.C: env:file/line
22965:
22966: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
22967: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
22968: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
22969: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
22970: main/compile_tools.C, main/compile_tools.h, main/core.C,
22971: main/execute.C, main/main.dsp, main/pa_cframe.C,
22972: main/pa_request.C, main/pa_wcontext.C: const fight finished
22973:
22974: * src/include/pa_vclass.h: const fight to go
22975:
22976: * src/: classes/_env.h, classes/env.C, classes/root.C,
22977: include/pa_request.h, include/pa_vclass.h, main/core.C,
22978: main/main.dsp: env0
22979:
22980: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
22981: classes/_string.h, classes/double.C, classes/int.C,
22982: classes/root.C, classes/string.C, include/pa_request.h,
22983: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
22984: include/pa_wcontext.h, main/core.C, main/main.dsp,
22985: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
22986: main/pa_wcontext.C: ^lang prepare0
22987:
22988: 2001-03-09 paf
22989:
22990: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
22991: construct proper naming
22992:
22993: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
22994: classes/double.C, classes/int.C, classes/root.C,
22995: classes/string.C, include/code.h, include/pa_value.h,
22996: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
22997: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22998: main/compile.y, main/compile_tools.C, main/core.C,
22999: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23000: and ^double[]. fixed expr type
23001:
23002: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23003: ^string.length[]
23004:
23005: 2001-03-08 paf
23006:
23007: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23008:
23009: * src/: include/pa_vclass.h, include/pa_vstring.h,
23010: include/pa_wcontext.h, main/compile.y, main/core.C,
23011: main/execute.C, main/main.dsp: dead end: vstring can't be
23012: derivated from vobject
23013:
23014: * src/: include/pa_vclass.h, include/pa_vhash.h,
23015: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23016:
23017: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23018: remained clone conseqs
23019:
23020: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23021:
23022: * src/main/pa_vclass.C: wow! vclass were out of vcs
23023:
23024: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23025: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23026: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23027: include/pa_vobject.h, include/pa_vstring.h,
23028: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23029: main/execute.C: withoud cloning. didn't need it actually, params
23030: got passed from out unnamed ewpool
23031:
23032: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23033: include/pa_vjunction.h, include/pa_vobject.h,
23034: include/pa_vunknown.h, main/compile.y: cloning dead end
23035:
23036: * src/: include/pa_bool.h, include/pa_double.h,
23037: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23038: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23039: include/pa_vjunction.h, include/pa_vmframe.h,
23040: include/pa_vobject.h, include/pa_vstring.h,
23041: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23042: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23043: to give params proper names
23044:
23045: * src/main/pa_wcontext.C: z
23046:
23047: * src/: include/pa_vmframe.h, main/execute.C: added names to
23048: unknown values in get_element and unfilled params. removed wrong
23049: name change in get_element
23050:
23051: * src/main/execute.C: z
23052:
23053: * src/main/execute.C: fixed problems calling operators in
23054: constructors
23055:
23056: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23057: detected problems calling operators in constructors
23058:
23059: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23060: autocalc def to string
23061:
23062: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23063: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23064:
23065: * src/classes/root.C: added root.c
23066:
23067: * src/: include/pa_request.h, include/pa_value.h,
23068: include/pa_vcframe.h, include/pa_vmframe.h,
23069: include/pa_wcontext.h, main/compile.C, main/compile.y,
23070: main/core.C, main/execute.C, main/pa_cframe.C,
23071: main/pa_wcontext.C: 'if' just compiled
23072:
23073: * src/: include/pa_vbool.h, include/pa_vdouble.h,
23074: include/pa_vjunction.h, include/pa_vmframe.h,
23075: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
23076: main/pa_wcontext.C: z
23077:
23078: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
23079: main/core.C, main/execute.C, main/main.dsp: z. detected probs
23080: with parameter names in operator methods
23081:
23082: * src/main/compile.y: minor renamings in .y
23083:
23084: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23085: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
23086: @BASE. changed 'RUN' assignment mech
23087:
23088: * src/main/execute.C: z
23089:
23090: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23091: main/compile_tools.h, main/execute.C: made class: dynamic, not
23092: static. so to enable runtime ^use
23093:
23094: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
23095:
23096: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23097: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
23098:
23099: * src/main/execute.C: root root in code-junction
23100:
23101: 2001-03-07 paf
23102:
23103: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
23104: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
23105:
23106: * src/: include/pa_stack.h, include/pa_value.h,
23107: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
23108: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
23109: fixed rwcontext of {} params up
23110:
23111: * src/main/: compile.y, compile_tools.h: ^func(params)
23112:
23113: * src/main/compile.y: .y priorities syntax shaped up a bit
23114:
23115: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
23116: include/pa_vunknown.h, main/compile.y, main/execute.C,
23117: main/pa_hash.C: expr def in -f
23118:
23119: * src/main/: compile.y, execute.C: expr calls
23120:
23121: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
23122: fixed
23123:
23124: * src/main/compile.y: expr quoted code
23125:
23126: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
23127: support0
23128:
23129: * src/main/compile.y: expr string comparisons 0
23130:
23131: * src/: include/pa_string.h, main/compile.y, main/execute.C,
23132: main/pa_string.C: just compiled lt&co
23133:
23134: * src/main/execute.C: ^var.menu{$field} problem detected. that
23135: $field not a $var.field
23136:
23137: 2001-03-06 paf
23138:
23139: * src/main/compile.y: .y expr visible-shorter
23140:
23141: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
23142: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
23143: logical
23144:
23145: * src/: include/pa_vstring.h, main/compile.y: problems with
23146: skipping whitespace in yylex
23147:
23148: * src/include/pa_vbool.h: forgot this
23149:
23150: * src/: include/code.h, main/compile.y, main/execute.C: without
23151: string ops in expressions 0
23152:
23153: * src/: include/pa_value.h, include/pa_vdouble.h,
23154: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
23155: main/execute.C, main/main.dsp: !~
23156:
23157: * src/: include/pa_vcframe.h, include/pa_vclass.h,
23158: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
23159: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23160: include/pa_vunknown.h, include/pa_wcontext.h,
23161: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23162: main/compile_tools.h, main/execute.C: +-*/
23163:
23164: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
23165: main/compile_tools.h: grammar-1.1 $a(z) $a=0
23166:
23167: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
23168: main/execute.C: expr grammar-1 2*2=4.000000 :)
23169:
23170: * src/main/compile.y: expr grammar-1
23171:
23172: * src/main/compile.y: expr lexx1
23173:
23174: * src/main/: compile.y, execute.C, main.dsp: z
23175:
23176: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
23177: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
23178: main/execute.C: expr lex0 exec-1
23179:
23180: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
23181:
23182: 2001-02-26 paf
23183:
23184: * src/main/compile.y: max_string in yyerror bug fix
23185:
23186: 2001-02-25 paf
23187:
23188: * src/: include/pa_value.h, include/pa_vmframe.h,
23189: include/pa_wcontext.h, main/execute.C: VAliased3
23190:
23191: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
23192:
23193: * src/main/execute.C: VAliased1
23194:
23195: * src/: include/pa_request.h, include/pa_value.h,
23196: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
23197: VAliased0
23198:
23199: * src/: include/pa_pool.h, include/pa_request.h,
23200: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
23201: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
23202: VAliased just compiled
23203:
23204: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
23205: include/pa_vobject.h, main/execute.C: alias dead end
23206:
23207: * src/: include/pa_value.h, include/pa_vclass.h,
23208: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23209: main/main.dsp: no not get fields into interm VFielded class.
23210: fields & staticfields 1
23211:
23212: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
23213: include/pa_vobject.h, include/pa_wcontext.h,
23214: include/pa_wwrapper.h, main/core.C, main/execute.C,
23215: main/main.dsp: would now get fields into interm VFielded class
23216:
23217: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23218: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23219: include/pa_wcontext.h, main/compile.y, main/core.C,
23220: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
23221: main/pa_wcontext.C: virtuals2
23222:
23223: * src/main/compile.y: : 1
23224:
23225: * src/main/compile.y: rethought to $class:static.field.subfield
23226:
23227: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
23228: $class:element
23229:
23230: * src/: include/pa_value.h, include/pa_vmframe.h,
23231: include/pa_wwrapper.h, main/compile.y, main/execute.C,
23232: main/pa_wcontext.C: before execute class calls rewrite
23233:
23234: * src/: include/pa_request.h, main/compile.C, main/core.C: default
23235: name RUN, also alias
23236:
23237: * src/main/compile.y: escaping bug
23238:
23239: * src/: include/pa_request.h, include/pa_value.h,
23240: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
23241: main/core.C, main/execute.C, main/pa_common.C: vobject1
23242:
23243: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23244: include/pa_vmframe.h, include/pa_vobject.h,
23245: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23246: main/compile_tools.h, main/execute.C: ^class:method() just
23247: compiled
23248:
23249: 2001-02-24 paf
23250:
23251: * src/main/main.dsp: no bison -d
23252:
23253: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
23254: class' err msg wrong
23255:
23256: * src/main/compile.y: z
23257:
23258: * src/main/: compile.y, core.C: yylex need some @special lines adj
23259:
23260: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
23261: main/compile.y, main/compile_tools.h, main/core.C: modules0
23262:
23263: * src/: include/pa_vclass.h, main/core.C: z
23264:
23265: * src/: include/pa_value.h, include/pa_vclass.h,
23266: include/pa_vobject.h, main/main.dsp: vobject00
23267:
23268: * src/main/pa_array.C: minor bug in expanding very small arrays.
23269: 60% from 1 were 0
23270:
23271: * src/: include/pa_value.h, include/pa_wcontext.h,
23272: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
23273: as bad as you've named it: wcontext.value() was not a perfect
23274: idea
23275:
23276: * src/main/execute.C: codeframe1
23277:
23278: * src/: include/pa_value.h, include/pa_vcframe.h,
23279: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
23280: include/pa_vjunction.h, include/pa_vmframe.h,
23281: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23282: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
23283: just compiled
23284:
23285: * src/: include/pa_vframe.h, main/compile.y: found junction
23286: ideology @: ^x{$a()) must construct current wcontext element, so
23287: smart wcontext handling needed
23288:
23289: * src/main/compile.y: fixed grammar bugs in constructor/params
23290: klinch
23291:
23292: * src/main/: compile.y, execute.C: fixed empty constructor
23293: optimized empty case. failed on calls - produced empty string
23294: param
23295:
23296: * src/main/compile.y: fixed last \n macrotemplate strip bug
23297:
23298: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
23299: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
23300: main/compile_tools.C, main/compile_tools.h, main/core.C,
23301: main/execute.C: code junctions0. something wrong with last \n
23302: macrotemplate strip
23303:
23304: * src/: include/pa_value.h, main/compile.C, main/core.C,
23305: main/pa_value.C: minor error reporting format beautifyings
23306:
23307: * src/: include/pa_value.h, include/pa_vclass.h,
23308: include/pa_vframe.h, main/core.C, main/execute.C,
23309: main/pa_value.C: get_method RIP. junctions everywhere. call with
23310: junctions0
23311:
23312: 2001-02-23 paf
23313:
23314: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
23315: pa_wwrapper.h: lara came, can't work, sorry :(
23316:
23317: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
23318: junction
23319:
23320: * src/: include/pa_vframe.h, include/pa_vunknown.h,
23321: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
23322: main/execute.C, main/main.dsp, main/pa_value.C: call0
23323:
23324: * src/: include/pa_hash.h, include/pa_value.h,
23325: include/pa_wcontext.h, main/core.C, main/execute.C,
23326: main/main.dsp, main/pa_hash.C: started call. store param, vframe
23327: done
23328:
23329: * src/include/pa_wcontext.h: z
23330:
23331: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
23332: wrong grammar in complex constructor case
23333:
23334: * src/main/: compile.y, execute.C: empty constructor bug fixed
23335:
23336: * src/main/execute.C: with result rwpool
23337:
23338: * src/: include/pa_value.h, main/core.C, main/execute.C,
23339: main/main.dsp: value named
23340:
23341: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
23342: strign 2 value in 2 places in execute
23343:
23344: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
23345: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
23346: wcontext.put_element when wcontext fvalue==0
23347:
23348: 2001-02-22 paf
23349:
23350: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23351: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
23352: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
23353:
23354: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
23355: erroreos checkout
23356:
23357: * src/: include/pa_request.h, main/compile.y: $self.put(val)
23358:
23359: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
23360: main/compile_tools.h, main/pa_array.C: $self.get
23361:
23362: * src/main/: compile.C, compile.y, compile_tools.C: z
23363:
23364: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
23365: bit. finished now.
23366:
23367: * src/main/compile.y: $: finished
23368:
23369: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
23370:
23371: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
23372: main/execute.C: OP_STRING better then some xxx _VALUE
23373:
23374: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
23375: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23376: string to vstring it .y all
23377:
23378: * src/: include/pa_request.h, include/pa_stack.h,
23379: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
23380: all
23381:
23382: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
23383: precise parse error line:col
23384:
23385: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
23386: main/pa_hash.C, main/pa_pool.C: TRY...
23387:
23388: * src/: include/pa_exception.h, include/pa_pool.h,
23389: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
23390: main/compile.C, main/compile.y, main/compile_tools.C,
23391: main/core.C, main/pa_array.C, main/pa_exception.C,
23392: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
23393: main/pa_table.C: removed exception from request
23394:
23395: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
23396: some forgotten
23397:
23398: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23399: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
23400: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
23401: get/put simple vars to VClass works0
23402:
23403: * src/: include/pa_array.h, include/pa_wcontext.h,
23404: main/pa_string.C: in process, but found that exceptions are too
23405: global
23406:
23407: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
23408: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
23409: main/execute.C, main/pa_string.C: write_value write_string 0 it
23410: seems wcontext must write strings regardles of fvalue!=0
23411:
23412: 2001-02-21 paf
23413:
23414: * src/main/execute.C: tired :)
23415:
23416: * src/main/: compile.C, compile.y, execute.C: store0
23417:
23418: * src/: include/compile.h, include/execute.h, include/pa_array.h,
23419: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
23420: include/pa_wcontext.h, main/compile.C, main/compile.y,
23421: main/execute.C, main/main.dsp, main/pa_array.C,
23422: main/pa_request.C: get put -1 [just compiled]
23423:
23424: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
23425: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
23426: main/main.dsp, main/pa_request.C: request core methods0
23427:
23428: * src/: include/compile.h, include/pa_array.h, main/compile.C,
23429: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
23430: execute
23431:
23432: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
23433: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
23434: methods and one_big_piece. now compile returns array<method*>
23435:
23436: * src/main/compile.y: more straightforward yylex[end]
23437:
23438: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
23439: string.operator==(char*)
23440:
23441: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
23442: main/execute.C, main/pa_array.C: after array.const get wonders
23443:
23444: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
23445: pa_string.h, pa_value.h: struck with const array.gets
23446:
23447: * src/main/: execute.C: z
23448:
23449: * src/main/: compile.y, execute.C: z
23450:
23451: * src/main/: compile.C, compile.y, compile_tools.h: error
23452: processing in eval & yyerror so it wouldn't cause memleaks.
23453:
23454: * src/main/: compile.C, compile.y: failed to add absolute precies
23455: parse error positions. leaving RIGHTMOST position as
23456: @file[line:col]
23457:
23458: * src/: include/compile.h, main/compile.C, main/compile.y,
23459: main/compile_tools.h: line numbers needed. would add them to .y
23460: now internally. externally it's not as precise as needed
23461:
23462: * src/: include/code.h, include/pa_types.h, main/compile.C,
23463: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23464: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
23465: compiler works ok
23466:
23467: 2001-02-20 paf
23468:
23469: * src/main/: compile.C, compile.y, compile_tools.C,
23470: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
23471: not perfect
23472:
23473: * src/: include/code.h, include/compile.h, include/execute.h,
23474: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
23475: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23476: main/compile.C, main/compile.y, main/compile_tools.C,
23477: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
23478: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23479: main/pa_string.C, main/pa_table.C: bison[yacc] first time
23480: compiled. execute=dump for now
23481:
23482: * src/main/core.C: core rewrite using yacc investigations now will
23483: be compile[yacc]/execute[opcodes]
23484:
23485: 2001-02-15 paf
23486:
23487: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
23488: rewrite as turing machine? for it seems it would be it's too many
23489: ifs with this syntax now
23490:
23491: 2001-02-14 paf
23492:
23493: * src/main/core.C: get_params 1
23494:
23495: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
23496: :( ]
23497:
23498: * src/main/core.C: varios breaks
23499:
23500: * src/main/core.C: get names 3
23501:
23502: * src/main/core.C: get names 2
23503:
23504: * src/main/core.C: get names 1
23505:
23506: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
23507: names 0
23508:
23509: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
23510: text repassing2 operator static vars
23511:
23512: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
23513: main/pa_string.C: process text repassing
23514:
23515: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23516: module:calls changes
23517:
23518: 2001-02-13 paf
23519:
23520: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23521: ^class:calls[] started
23522:
23523: * src/: include/pa_value.h, main/core.C: z
23524:
23525: * src/main/core.C: operators : and self. prefixes
23526:
23527: * src/main/core.C: z
23528:
23529: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23530: tested
23531:
23532: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23533: optimized
23534:
23535: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
23536: would change privates to better support optimization
23537:
23538: * src/: include/pa_string.h, main/pa_string.C:
23539: String_iterator::skip_to todo:optimize
23540:
23541: 2001-02-12 paf
23542:
23543: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
23544: String_iterator
23545:
23546: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
23547: comments
23548:
23549: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
23550: self/methodref joined
23551:
23552: 2001-02-11 paf
23553:
23554: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
23555: main/main.dsp: core started. core.C, context&value .h
23556:
23557: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23558: include/pa_string.h, main/main.dsp, main/pa_array.C,
23559: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
23560:
23561: 2001-01-30 paf
23562:
23563: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
23564: comments
23565:
23566: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
23567: main/pa_pool.C: moved pa_pool.C to be target specific
23568:
23569: * src/: include/pa_exception.h, include/pa_pool.h,
23570: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
23571: to & changes
23572:
23573: * src/: include/pa_exception.h, include/pa_pool.h,
23574: include/pa_request.h, include/pa_table.h, main/pa_array.C,
23575: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
23576: re-associated. that's much better even removed 'die' necessety
23577:
23578: * src/: include/pa_error.h, include/pa_exception.h,
23579: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23580: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
23581: targets/Makefile.am: lowered targets/parser into subdir, added
23582: parser_Pool(Pool) failed to add. would think..
23583:
23584: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
23585: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
23586: main/pa_string.C, main/pa_table.C: Table more like C++ style
23587: hence lots of 'const'
23588:
23589: * src/: include/pa_error.h, include/pa_request.h,
23590: include/pa_string.h, include/pa_table.h, main/pa_error.C,
23591: main/pa_table.C: Error fixed
23592:
23593: 2001-01-29 paf
23594:
23595: * src/: include/pa_array.h, include/pa_common.h,
23596: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
23597: include/pa_request.h, include/pa_string.h, include/pa_table.h,
23598: main/Makefile.am, main/pa_array.C, main/pa_common.C,
23599: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
23600:
23601: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23602: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23603: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
23604: main/pa_string.C, main/pa_table.C: Request Error Table
23605:
23606: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
23607: templates"
23608:
23609: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
23610: main/main.dsp, main/pa_array.C: templates failed no template
23611: specializations [VC6], no library auto instantation [VC6, GNU c++
23612: 2.95.2-6 from latest cygwin]
23613:
23614: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23615: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23616: main/main.dsp, main/pa_array.C, main/pa_string.C,
23617: main/pa_table.C: Table started would test template Array now
23618:
23619: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23620: String originating
23621:
23622: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
23623: main/pa_hash.C: made local Hash-es not thread safe=quicker by
23624: SYNCHRONIZED(thread_safe)
23625:
23626: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
23627: parts to top
23628:
23629: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
23630: main/pa_threads.C: decided on one global_mutex, like PHP as I can
23631: see: needed only in global Hash now, made Hash:: put/get
23632: SYNCHRONIZED
23633:
23634: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
23635: main/pa_threads.C: added pa_threads
23636:
23637: Mutex
23638:
23639: * src/include/pa_hash.h: some comments
23640:
23641: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
23642: Array& operator += (Array& src)
23643:
23644: * src/main/pa_array.C: expand not convinient, would rewrite
23645:
23646: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
23647: (Array& src)
23648:
23649: rethought, would change now
23650:
23651: 2001-01-27 paf
23652:
23653: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
23654: caching
23655:
23656: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23657: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
23658: cache rethought to chunk caching
23659:
23660: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23661: include/pa_string.h, main/main.dsp, main/pa_array.C,
23662: main/pa_hash.C, main/pa_string.C: Array 0
23663:
23664: * src/main/pa_string.C: String::operator ==
23665:
23666: * src/main/pa_hash.C: String(&String)
23667:
23668: * src/main/pa_hash.C: added pa_hash.C [forgotten]
23669:
23670: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
23671: main/main.dsp, main/pa_string.C: uint, and added pa_types &
23672: pa_hash[forgotten]
23673:
23674: 2001-01-26 paf
23675:
23676: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23677: removed templates [vc++ suxx]
23678:
23679: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
23680: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
23681:
23682: * src/include/: pa_pool.h, pa_string.h: pa_pool split
23683:
1.119 moko 23684: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 23685:
1.119 moko 23686: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 23687: check
23688:
23689: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
23690: dynamic row_count
23691:
23692: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23693: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23694: targets/Makefile.am: Initial revision
23695:
23696: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23697: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23698: targets/Makefile.am: creating parser3 module
23699:
E-mail: