Annotation of parser3/ChangeLog, revision 1.127
1.127 ! moko 1: 2019-11-28 moko
! 2:
! 3: * src/classes/math.C: vs2003 compatibility + warning war
! 4:
! 5: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
! 6: libxml2-2.9.9 (related to feature #1136)
! 7:
! 8: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
! 9: typecast for more compatibility (related to feature #1136)
! 10:
! 11: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
! 12: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
! 13: feature #1136)
! 14:
! 15: 2019-11-26 moko
! 16:
! 17: * src/main/: compile_tools.C, compile_tools.h: invalid assert
! 18: removed (it was failing in $$var case), condition added
! 19:
1.126 moko 20: 2019-11-25 moko
21:
22: * tests/: 397.html, 399.html, results/141.processed,
23: results/399.processed: base64 options tested
24:
25: * src/: classes/math.C, main/pa_http.C: base64 options used
26:
27: * src/main/pa_base64.C: base64 encode rewritten, base64 options
28: implemented (feature #986)
29:
30: * src/main/pa_cache_managers.C: whitespace
31:
32: * tests/: 397.html, 399.html, results/399.processed: tests for
33: ^base64 encode options added (related to feature #986)
34:
35: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
36: pa_base64_encode(file) removed - more memory, but faster and less
37: code (related fo feature #986)
38:
39: 2019-11-24 moko
40:
41: * tests/: 155.html, results/155.processed: limit and offset in
42: ^table::load[] now supported, thus test added
43:
44: * src/: classes/file.C, classes/table.C, include/pa_common.h,
45: main/pa_common.C: optimization: offset and limit options parsing
46: moved inside file_load.
47:
48: 2019-11-23 moko
49:
50: * src/: classes/file.C, classes/op.C, include/pa_common.h,
51: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
52: optimization: file_read replaced with simplified file_read_binary
53:
54: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
55: types/pa_vform.C: whitespace
56:
57: * src/: include/pa_common.h, main/pa_common.C: never used params
58: removed
59:
60: 2019-11-21 moko
61:
62: * tests/: 193.html, results/193.processed, results/389.processed:
63: test results updated as now base64 does not discard tail without
64: padding (related to feature #986)
65:
66: 2019-11-20 moko
67:
68: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
69: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
70: pa_base64_decode (related to feature #986)
71:
72: * tests/398.html: tests for base64 decode added (related to feature
73: #986)
74:
75: * src/main/pa_base64.C: base64_decode rewritten - padding option
76: support, padding inside base 64 supported (related to feature
77: #096)
78:
79: 2019-11-19 moko
80:
81: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
82: FreeBSD 12
83:
1.125 moko 84: 2019-11-16 moko
85:
86: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
87: support added, step support removed (related to #986)
88:
89: 2019-11-15 moko
90:
91: * src/classes/math.C: using log since log2 is not present on
92: FreeBSD < 8.4 (related to feature #1177)
93:
94: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
95: pa_base64_size extracted and used for files as well (related to
96: feature 986)
97:
98: 2019-11-14 moko
99:
100: * tests/: 397.html, results/397.processed: + content check
101:
102: * tests/: 141.html, results/141.processed: make test resuls more
103: readable
104:
105: * tests/: 397.html, results/193.processed, results/397.processed:
106: test results updated after \x00 character was disabled in
107: math:convert string mode (related to feature #1177)
108:
109: * src/classes/: math.C, string.C: \\x00 character disabled while
110: converting to string (as in base64, related to feature #1177)
111:
112: * src/classes/file.C: more correct arguments separation
113:
114: * src/: classes/file.C, classes/math.C, classes/string.C,
115: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
116: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
117: options added, but not yet implemented (related to feature #986)
118:
119: * src/classes/math.C: whitespace
120:
121: 2019-11-13 moko
122:
123: * tests/: 397.html, results/397.processed: +tainting test (related
124: to feature #1177)
125:
126: * src/classes/math.C: as we now produce not only digits, result
127: should be tainted (related to feature #1177)
128:
129: * src/main/pa_base64.C: whitespace
130:
131: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
132: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
133: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
134: implementation moved from pa_common.h and pa_common.C
135:
136: 2019-11-12 moko
137:
138: * tests/: 275.html, results/275.processed: out of range test fixed,
139: as ^math:convert now supports arbitrary precision
140:
141: 2019-11-11 moko
142:
143: * tests/results/389.processed: uctualized error message
144:
145: * tests/: 389.html, 397.html, results/397.processed: tests for
146: ^math:convert added (related to feature #1177)
147:
148: * src/classes/math.C: ^math:convert now supports arbitrary
149: precision, alphabet support added (implements feature #1177)
150:
1.124 moko 151: 2019-11-06 moko
152:
153: * tests/: 181.html, results/181.processed: entities usage added,
154: more entites load tests (related to bug #842 discussion)
155:
156: 2019-11-05 moko
157:
158: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
159: call from xmlFileOpen if http://localhost/<file> was not found
160: (related to bug #842)
161:
162: * src/main/pa_xml_io.C: rename
163:
164: * src/main/pa_xml_io.C: +MemoryStream constructor
165:
166: * src/main/pa_xml_io.C: whitespace
167:
1.123 moko 168: 2019-10-31 moko
169:
170: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
171: XML_PARSE_NOENT) added to fix entities load, (related to feature
172: #1181)
173:
1.122 moko 174: 2019-10-25 moko
175:
176: * tests/: 388-sql.html, results/388-sql.processed: more multiple
177: queries tests
178:
179: 2019-10-24 moko
180:
181: * tests/: 388-sql.html, results/388-sql.processed: support for
182: pgsql driver test
183:
184: * tests/: 388-sql.html, results/388-sql.processed:
185: multi_statements=1 now tested, mysql test now supported
186: (connection must be specified in [parser3] section in .my.cnf)
187: related to issues #1195 and #1194
188:
1.121 moko 189: 2019-09-11 moko
190:
191: * src/classes/int.C: whitespace
192:
193: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
194: exception test
195:
196: * tests/results/388-sql.processed: sql queries now shown (related
197: to feature #1196)
198:
199: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
200: with old parser versions.
201:
202: * src/: classes/file.C, classes/hash.C, classes/string.C,
203: classes/table.C, classes/void.C, include/pa_sql_connection.h,
204: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
205: instead of connect string in query_event_handlers exceptions
206: (implements feature #1196)
207:
1.120 moko 208: 2019-09-06 moko
209:
210: * tests/388-sql.html: mysql compat
211:
212: * src/: classes/hash.C, classes/string.C, classes/table.C,
213: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
214: sql_ variables declaration moved to pa_common.h
215:
1.116 moko 216: 2019-01-15 moko
217:
218: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
219: logically sorted
220:
221: 2018-12-27 moko
222:
223: * src/include/pa_config_includes.h: warning war:
224: -Wdeprecated-register added for C++ 17
225:
226: 2018-10-15 moko
227:
228: * configure.ac: FreeBSD 11.2 can be build with ./configure
229: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
230: --with-xml=/usr/local/
231:
232: 2018-09-24 moko
233:
234: * tests/: 396.html, 396.tiff, results/396.processed: test for
235: ^image::measure[] now supports tiff added (related to feature
236: #1188)
237:
238: * src/classes/image.C: ^image::measure[] now supports tiff
239: (implements feature #1188)
240:
241: 2018-09-20 moko
242:
243: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
244: files measure added (related to ticket #1188)
245:
246: * src/classes/image.C: measure of bmp files implemented (related to
247: ticket #1188)
248:
249: 2018-09-18 moko
250:
251: * tests/: 394-curl.html, results/394-curl.processed,
252: results/auto.p: test for bug #1187 (max_file_size check for head
253: requests) added
254:
255: 2018-08-24 moko
256:
257: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
258: response content-length check is required (fixes bug #1187)
259:
260: 2018-05-11 moko
261:
262: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
263: $.append(bool) ] option added (related to feature #919)
264:
265: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
266: from misha@ patch (implements feature #919)
267:
268: 2018-03-22 moko
269:
270: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
271: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
272: with 128kb buffer. Now works at least 12 times faster. :) May be
273: Windows-only problem.
274:
275: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
276: build fix)
277:
278: 2018-02-03 moko
279:
280: * src/main/execute.C: removes irrelevant lines from exception stack
281: trace when exceptions occurs in assigment (fixes bug #1165)
282:
283: * tests/: 393.html, results/393.processed: test for behavour after
284: "Property can not be created, already exists field with that
285: name" exception removed (related to feature #1183)
286:
287: * src/types/pa_vclass.C: "Property can not be created, already
288: exists field with that name" exception removed (implements
289: feature #1183)
290:
291: 2018-01-19 moko
292:
293: * src/classes/string.C: whitespace
294:
295: * src/classes/string.C: whitespace
296:
297: * tests/: 392.html, results/392.processed: test for
298: ^regex::create[$regex] added (related to feature #1135)
299:
300: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
301: ^regex::create[$regex] added (implements feature #1135)
302:
303: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
304: commented define added (related to feature #1157)
305:
306: 2018-01-17 moko
307:
308: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
309:
310: 2018-01-15 moko
311:
312: * tests/: 390.html, results/390.processed: real path replaced by
313: stub
314:
315: * tests/: 391.html, results/391.processed: test for feature #1181
316: (XML_PARSE_HUGE exception) added
317:
318: 2018-01-11 moko
319:
320: * bin/auto.p.dist.in: sqlite3 -> libsqlite3
321:
322: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
323: XML_PARSE_HUGE option passed by default (implements feature
324: #1181)
325:
326: * src/classes/string.C: whitespace
327:
328: 2017-12-10 moko
329:
330: * tests/: 389.html, 390.html, results/389.processed,
331: results/390.processed: image code coverage tests added (related
332: to feature #1125)
333:
334: 2017-12-08 moko
335:
336: * tests/: 346-curl.html, 388-sql.html, 389.html,
337: results/346-curl.processed, results/388-sql.processed,
338: results/389.processed: more code coverage tests
339:
340: * tests/: 264.html, results/264.processed: code coverage for
341: ^file::exec[]
342:
343: 2017-12-07 moko
344:
345: * tests/: 174.html, 388-sql.html, 389.html,
346: results/388-sql.processed, results/389.processed,
347: results/174.processed: more coverage tests
348:
349: * src/classes/math.C: exception text actualized
350:
351: 2017-12-06 moko
352:
353: * tests/388-sql.html: $SQL can be here
354:
355: * tests/results/auto.p: $SQL not required here
356:
357: * tests/: 388-sql.html, 389.html, Makefile,
358: results/388-sql.processed, results/389.processed, results/auto.p:
359: code coverage tests for sql (using sqlite) and int/double/bool
360: added (related to feature #1125)
361:
362: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
363: lib/json/json.vcproj, lib/md5/md5.vcproj,
364: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
365: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
366: targets/apache/ApacheModuleParser3Core.vcproj,
367: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
368: types/types.vcproj: gc\include no longer required
369:
370: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
371: required
372:
373: * src/: classes/Makefile.am, classes/table.C,
374: include/pa_config_includes.h, include/pa_string.h,
375: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
376: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
377: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
378: targets/apache/Makefile.am, targets/cgi/Makefile.am,
379: types/Makefile.am: to be sure that our version of gc.h/cord.h is
380: used, we now include it directly
381:
382: 2017-12-04 moko
383:
384: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
385: memcached/memcached.vcproj, punycode/punycode.vcproj,
386: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
387: where required
388:
389: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
390: now can be used to trace memory allocations
391:
392: * src/: classes/table.C, include/pa_config_includes.h,
393: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
394: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
395: method removes, libcord also can work without libgc
396:
397: * src/classes/json.C: pa_gc_malloc_atomic should not be used
398:
399: 2017-11-29 moko
400:
401: * src/classes/curl.C: no exception if some of ^curl:info[] elements
402: are not present (related to feature #1173)
403:
404: * tests/346-curl.html: test updated to test curl content-length bug
405: (related to feature #1173)
406:
407: * tests/results/346-curl.processed: more test for content-length
408: curl bug (related to feature #1173)
409:
410: * tests/results/346-curl.processed: test results updated after
411: #1173 implemented
412:
413: 2017-11-28 moko
414:
415: * src/classes/curl.C: another libcurl Content-length bug walkaround
416: (related to feature #1173)
417:
418: 2017-11-27 moko
419:
420: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
421: $.http_version[version string] added (implements feature #1173),
422: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
423: where $post(true) bug existed.
424:
425: 2017-11-18 moko
426:
427: * src/include/pa_memory.h: warning war (related to feature #1170)
428:
429: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
430: feature #1170)
431:
432: 2017-11-17 moko
433:
434: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
435: std::basic_stringstream used in ^table.csv-string[] is compatible
436: with delete usage check only under Debian 9 (related to feature
437: #1170)
438:
439: 2017-11-16 moko
440:
441: * src/: classes/curl.C, classes/hash.C, classes/json.C,
442: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
443: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
444: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
445: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
446: types/pa_vxdoc.h: regular new/delete no longer used in our code,
447: stubs defend from accidental use (implements feature #1170)
448:
449: 2017-06-24 moko
450:
451: * configure.ac: minor fix: thanks to alx@
452:
1.115 moko 453: 2017-05-29 moko
454:
455: * src/types/pa_vmail.C: mail headers are now correctly truncated -
456: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
457: added to avoid cutting of UTF-8 chars (fixed bug #123)
458:
459: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
460: ignored, =?UTF-8?Q?= should start in case of leading space
461: (related to bug #123)
462:
463: * buildall: echo -n -> printf for OS X. :)
464:
465: 2017-05-25 moko
466:
467: * tests/: 288.html, results/288.processed: test updated afted
468: setting $o.prop without setter exception removed (related to
469: feature #1157)
470:
471: * src/types/pa_vclass.C: no more "this property has no setter
472: method" when setting $o.prop without setter (implements feature
473: #1157)
474:
475: * buildall: echo \c -> echo -n for FreeBSD
476:
477: * configure, configure.ac, src/include/pa_config_auto.h.in,
478: src/types/pa_vdouble.h: isfinite now checked in configure
479:
480: * compile, config.guess, config.sub, depcomp, install-sh, missing:
481: upgraded to automake 1.15
482:
483: 2017-05-23 moko
484:
485: * src/types/pa_vdouble.h: finite returned where isfinite not
486: defined
487:
488: 2017-05-22 moko
489:
490: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
491:
492: * buildall: extern CFLAGS setting support
493:
494: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
495:
496: * buildall: http -> https
497:
498: * buildall: gc-7.2f -> gc-7.6.0
499:
500: 2017-05-20 moko
501:
502: * buildall: https, pcre, xml, xslt updated to current versions
503: (related to feature #1136)
504:
505: 2017-05-19 moko
506:
507: * tests/097.html: after parser.ru moved to https
508:
509: 2017-05-17 moko
510:
511: * tests/results/: 175.processed, 372.processed: tests resuls
512: updated after lintian spelling typos fixed (related to bug #1156)
513:
514: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
515: classes/string.C, classes/table.C, main/pa_charset.C,
516: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
517: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
518: lintian reported by Sergey B Kirpichev (fixes bug #1156)
519:
520: * tests/results/096.processed: +XMP
521:
522: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
523: $.xmp(true) options tested (test for feature #1154)
524:
525: * src/classes/image.C: ^image:measure[] options $.exif(false)
526: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
527: fetched by default! (implements feature #1154)
528:
529: 2017-05-16 moko
530:
531: * tests/: 256.html, results/256.processed: ^json:string[$image] now
532: allowed (related to feature #1154)
533:
534: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
535: initial XMP implementation - without options and transcode
536: (related to feature #1154)
537:
538: 2017-05-12 moko
539:
540: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
541: image: exif moved to ffields, skipped in ^image.html[] where
542: iterators now used (preparation for feature #1154)
543:
544: 2017-05-05 moko
545:
546: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
547: results/387.processed: test for circular class inheritance check
548: added (related to bug #1150)
549:
550: * src/types/pa_vstateless_class.C: circular class inheritance check
551: added (fixes endless add_derived bug #1150)
552:
553: 2017-05-04 moko
554:
555: * tests/: 386.html, results/386.processed: test for
556: $table.value(number) added (related to feature #1152)
557:
558: * src/types/pa_vtable.C: table put_element: column value must be
559: string - > column value must be string compatible to allow
560: $t.value(1) (implements feature #1152)
561:
562: 2017-05-03 moko
563:
564: * src/main/pa_request.C: $use[$method] is not possible, reverting
565: (related to feature #1151)
566:
567: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
568: not possible, removing test (related to feature #1151)
569:
570: * src/: main/pa_request.C, types/pa_vstateless_class.h:
571: get_element_method added and used to allow $use[$method] and
572: $autouse[$method] (implements feature 1151)
573:
574: * tests/: 386.html, 386.p, results/386.processed: test for @use in
575: variable added (related to feature #1151)
576:
577: * tests/results/226.processed: actualized after ^try-catch used
578:
579: * tests/: 226.html, 385.html, results/385.processed: test for
580: @autouse in variable added
581:
582: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
583:
1.114 moko 584: 2017-02-27 moko
585:
586: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
587:
1.113 moko 588: 2017-02-20 moko
589:
590: * operators.txt: actualization + beauty
591:
592: 2017-02-16 moko
593:
594: * tests/: 384.html, results/384.processed: test for
595: ^reflection:mixin[; $.name[] ] option added (related to feature
596: #1089)
597:
598: * tests/: 384.html, results/384.processed: test for
599: ^reflection:mixin[] added (related to feature #1089)
600:
601: * src/types/pa_value.h: warning war: virtual ~Value() added
602:
1.112 moko 603: 2017-02-15 moko
604:
605: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
606: fixed
607:
608: * tests/: 320.html, results/320.processed: $.reverse(true/false)
609: test added (related to feature #1069)
610:
611: * src/: classes/reflection.C, types/pa_vstateless_class.h:
612: compilation without HASH_ORDER fixed
613:
614: * src/: classes/reflection.C, include/pa_hash.h:
615: $.reverse(true/false) added to ^reflection:methods[] (related to
616: feature #1069)
617:
618: 2017-02-14 moko
619:
620: * tests/: 152.html, results/152.processed: test for $._default hash
621: added (related to bug #1131)
622:
623: * tests/: 277.html, results/277.processed: test for hash with only
624: $._default is now defined (related to bug #1131)
625:
626: * src/types/pa_vhash.h: hash with only $._default is now defined
627: (fixed bug #1131)
628:
629: 2017-02-13 moko
630:
631: * tests/cat-windows.sh: cat-windows added (cygwin required)
632:
633: * tests/: 171.html, 264.html, 286.html, 370.html,
634: results/320.processed, results/375.processed, results/auto.p:
635: cat-windows.sh support added
636:
637: * tests/375.html: Windows support
638:
639: * tests/270.html: documented
640:
641: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
642: (not backslashes) even under Windows (broke test 270)
643:
644: 2017-02-12 moko
645:
646: * tests/: descript.ion, todo.txt: cleanup
647:
648: 2017-02-09 moko
649:
650: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
651: run_tests.cmd: Windows compatibility
652:
653: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
654: incorrectly (GMT) if parser is called from cygwin
655:
1.111 moko 656: 2017-02-08 moko
657:
1.112 moko 658: * operators.txt: actualization 15% completed
659:
660: * operators.txt: cp1251 -> utf-8
661:
662: * NEWS, README: minor update
663:
664: * src/include/pa_config_includes.h: warning war continues
665:
666: * src/: include/pa_config_includes.h, include/pa_memory.h,
667: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
668: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
669: gcc 6.x issues fixed
670:
1.111 moko 671: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
672: classes/classes.h, classes/curl.C, classes/date.C,
673: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
674: classes/hashfile.C, classes/image.C, classes/inet.C,
675: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
676: classes/memcached.C, classes/memory.C, classes/op.C,
677: classes/reflection.C, classes/regex.C, classes/response.C,
678: classes/string.C, classes/table.C, classes/void.C,
679: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
680: include/pa_array.h, include/pa_cache_managers.h,
681: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
682: include/pa_config_fixed.h, include/pa_config_includes.h,
683: include/pa_dictionary.h, include/pa_dir.h,
684: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
685: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
686: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
687: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
688: include/pa_request_charsets.h, include/pa_request_info.h,
689: include/pa_sapi.h, include/pa_socks.h,
690: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
691: include/pa_stack.h, include/pa_string.h,
692: include/pa_stylesheet_connection.h,
693: include/pa_stylesheet_manager.h, include/pa_symbols.h,
694: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
695: include/pa_uue.h, include/pa_xml_exception.h,
696: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
697: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
698: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
699: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
700: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
701: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
702: main/compile.tab.C, main/compile.y, main/compile_tools.C,
703: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
704: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
705: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
706: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
707: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
708: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
709: main/pa_string.C, main/pa_stylesheet_connection.C,
710: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
711: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
712: main/untaint.C, sql/pa_sql_driver.h,
713: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
714: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
715: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
716: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
717: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
718: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
719: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
720: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
721: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
722: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
723: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
724: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
725: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
726: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
727: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
728: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
729: types/pa_vmemcached.h, types/pa_vmemory.h,
730: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
731: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
732: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
733: types/pa_vresponse.C, types/pa_vresponse.h,
734: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
735: types/pa_vstateless_object.h, types/pa_vstatus.C,
736: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
737: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
738: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
739: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
740: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
741: 2015->2017
742:
1.110 moko 743: 2017-02-07 moko
744:
745: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
746:
747: 2017-02-06 moko
748:
749: * src/main/pa_common.C: minor fixes, whitespace
750:
751: * src/: classes/curl.C, classes/file.C, classes/image.C,
752: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
753: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
754: now used (implements feature #1081)
755:
756: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
757:
758: 2017-02-01 moko
759:
760: * src/include/pa_request.h: cleanup
761:
762: 2017-01-30 moko
763:
764: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
765:
766: 2017-01-29 moko
767:
768: * tests/: 383.html, results/383.processed: test for
769: ^reflection:stack[] added (related to feature #1052)
770:
771: * src/classes/reflection.C: else added
772:
773: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
774: $.max_file_lock_wait added (implements feature #1128)
775:
776: 2017-01-28 moko
777:
778: * tests/: 379-curl.html, results/379-curl.processed: curl empty
779: body and other cases tests added (related to featue #1014)
780:
781: * src/classes/curl.C: bug if response is empty fixed (related to
782: feature #1014)
783:
784: 2017-01-27 moko
785:
786: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
787: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
788: added (implements feature #1052)
789:
790: 2017-01-25 moko
791:
792: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
793: method test added
794:
795: 2017-01-23 moko
796:
797: * src/classes/reflection.C: optimization: options->get replaced by
798: hash iterator
799:
800: * tests/: 381.html, results/381.processed: now -> fixed date
801:
802: * src/main/pa_request.C: warning war
803:
804: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
805: 5Mb (fixes bug #1058)
806:
807: * src/classes/curl.C: warning war
808:
809: * tests/: 381.html, results/381.processed: tests for ^json:string
810: $.one-line(true) option added (related to feature #1124)
811:
812: * src/: classes/json.C, types/pa_value.h: $json-string
813: $.one-line(true|false) options is now supported (implements
814: feature #1124)
815:
816: * tests/: 380.html, results/380.processed: test for modified
817: $.max_file_size added (related to bug #1014)
818:
819: * tests/: 379.html, results/auto.p: tests for rewritten http file
820: load added (related to bug #1014)
821:
822: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
823: main/pa_common.C, main/pa_http.C: check_file_size added and used
824: in curl / file load from disk and http, http file load rewritten
825: (related to bug #1014)
826:
827: 2017-01-18 moko
828:
829: * tests/: 378.html, results/378.processed: tests for ^result[]
830: added (related to feature #66)
831:
832: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
833: Method::CO_WITHOUT_FRAME as frame still added in expression
834: (related to feature #66)
835:
836: 2017-01-17 moko
837:
838: * tests/: 377.html, results/377.processed: test for different
839: combinations of breaks in body and delimiter (related to bug
840: #1077)
841:
842: * tests/: 376.html, results/376.processed: many ^break[] tests
843: added (related to bug #1077)
844:
845: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
846: passed to native method" exception added to avoid bugs due to
847: WRITE_EXPR_RESULT skipped and native methods execution continues
848: after ^break[] (related to bug #1077)
849:
850: 2017-01-14 moko
851:
852: * tests/: 330.html, results/330.processed: test results updated
853: after ^break[] bugs where fixed (related to bug #1077)
854:
855: * tests/: 329.html, results/329.processed: test results updated
856: after ^break[] bugs where fixed (related to bug #1077)
857:
858: * tests/results/320.processed: ^return[] added
859:
860: 2017-01-13 moko
861:
862: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
863: classes/table.C, include/pa_request.h, main/execute.C,
864: main/pa_request.C, targets/cgi/parser3.C,
865: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
866: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
867: checked after each possible process/execute call (fixes bug
868: #1077)
869:
870: 2016-12-29 moko
871:
872: * src/main/pa_common.C: warning war
873:
874: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
875: include/pa_types.h, main/pa_request.C, main/pa_string.C:
876: pa_file_size_limit added, ^math:random fixed for upper limit and
877: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
878: (related to feature #1014)
879:
880: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
881: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
882: (related to feature #1014)
883:
884: 2016-12-28 moko
885:
886: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
887: warning war
888:
889: 2016-12-26 moko
890:
891: * tests/: 341.html, results/341.processed: test for
892: ^table.hash[id;;$.type[string]] added (related to feature #1057)
893:
894: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
895: (related to feature #1057)
896:
897: * src/types/pa_vdate.C: warning war continues...
898:
899: * src/: classes/date.C, classes/image.C, classes/table.C,
900: include/pa_config_includes.h, types/pa_vfile.C: warning war
901:
902: * src/lib/gd/gifio.C: warning war / cleanup
903:
904: * src/lib/json/pa_json.C: warning war
905:
906: * src/classes/hash.C: warning war
907:
908: * src/types/pa_vfile.C: warning war
909:
910: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
911: -Wall warning war continues
912:
913: * configure.ac: --with-build-warnings actualized
914:
915: 2016-12-25 moko
916:
917: * src/main/pa_exec.C: -wAll warning war
918:
919: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
920: -wAll warning war
921:
922: * src/: include/pa_common.h, include/pa_sapi.h,
923: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
924: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
925: -wAll warning war
926:
927: 2016-12-23 moko
928:
929: * src/lib/ltdl/Makefile.am: extra dist added
930:
931: * tests/results/344.processed: test result updated after $file.text
932: prefetched in ^hash::create[$file] (related to feature #1075)
933:
934: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
935: ^hash::create[$file] (related to feature #1075)
936:
937: 2016-12-22 moko
938:
939: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
940: main/pa_request.C, main/pa_stylesheet_connection.C,
941: types/pa_vfile.C: file_stat now return 64-bit size (implements
942: #1014 under 32-bit unix versions)
943:
944: 2016-12-21 moko
945:
946: * tests/: 375.html, results/375.processed: test for exec returning
947: stated file added (related to feature #1119)
948:
949: * src/classes/file.C: load should not return file with null body
950: (fixes bug #1119)
951:
952: 2016-12-14 moko
953:
954: * tests/: 374.html, results/374.processed: test for $method.name
955: added (related to feature #1117) plus method returning junction
956: test
957:
958: 2016-12-13 moko
959:
960: * src/: include/pa_symbols.h, main/pa_symbols.C,
961: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
962: (implements feature #1117)
963:
964: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
965: HEAD and TRACE can't have body (implements feature #1116)
966:
967: 2016-12-09 moko
968:
969: * tests/: 373.html, results/373.processed: tests for
970: ^reflection:tainting added (related to feature #1098)
971:
972: * src/classes/reflection.C: ^reflection:tainting arguments order
973: change (related to feature #1098)
974:
975: 2016-12-06 moko
976:
977: * src/: classes/reflection.C, include/pa_string.h,
978: main/pa_string.C: ^reflection:tainting[$string] added (implements
979: feature #1098)
980:
981: 2016-12-05 moko
982:
983: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
984: (fixes bug #1114)
985:
986: 2016-12-04 moko
987:
988: * tests/: 206.html, results/206.processed: negative zero (0/-1)
989: check added
990:
991: 2016-12-03 moko
992:
993: * tests/: 346-curl.html, results/346-curl.processed: test modified
994: to test value.as_hash() usage
995:
996: * src/classes/curl.C: value.as_hash() used for correct hash
997: processing
998:
999: * src/classes/reflection.C: exceptions texts fixes
1000:
1001: 2016-12-02 moko
1002:
1003: * tests/: 372.html, results/372.processed: tests for
1004: ^reflection:create[ $.class[name] $.constructor[name]
1005: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
1006: feature #1094)
1007:
1008: * src/types/pa_vmethod_frame.h: comment added: params should be
1009: declared outside of *_FRAME_ACTION as MethodParams destructor
1010: will be called in ~VNativeMethodFrame
1011:
1012: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
1013: ] minor fix
1014:
1015: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
1016: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
1017: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
1018: now supported (implements feature #1094) value::as_hash added
1019: (and should be used everywhere)
1020:
1021: * src/classes/reflection.C: cleanup
1022:
1023: 2016-12-01 moko
1024:
1025: * tests/: 356.html, results/356.processed: test for method
1026: junctions class name added to the resulting hash added (related
1027: to feature #1068)
1028:
1029: * src/classes/reflection.C: for method junctions class name added
1030: to the resulting hash (related to feature #1068)
1031:
1032: 2016-11-30 moko
1033:
1034: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
1035: exception (related to bug #1113)
1036:
1037: * src/types/pa_vhashfile.C: whitespace
1038:
1039: * src/main/pa_os.C: errno now returned as it should (fixes bug
1040: #1113)
1041:
1042: * tests/results/: 175.processed, 192.processed, 224.processed,
1043: 229.processed, 239.processed, 244.processed, 246.processed,
1044: 314.processed, 352.processed: tests results updated after method
1045: call exceptions improved as method now keeps its name
1046:
1047: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
1048: types/pa_vmethod_frame.h: method call exceptions improved as
1049: method now keeps its name
1050:
1051: * tests/: 224.html, 239.html, results/224.processed,
1052: results/239.processed: tests and tests results updated after
1053: Request::construct exception changed
1054:
1055: * src/: classes/reflection.C, main/execute.C: Request::construct
1056: exception optimized
1057:
1058: * tests/: 371.html, results/371.processed: test for
1059: WWrapper.get_element call in $.name.key[value] code added
1060: (related to feature #1091)
1061:
1062: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
1063: in $.name.key[value] code (related to feature #1091)
1064:
1065: 2016-11-29 moko
1066:
1067: * src/classes/op.C: VS warning war
1068:
1069: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
1070: C4239: nonstandard extension used : 'return' : conversion from
1071: 'Value' to 'Value &' (related to feature #1020)
1072:
1073: * src/: main/execute.C, types/pa_vmethod_frame.h,
1074: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
1075: used : 'return' : conversion from 'Value' to 'Value &' (related
1076: to feature #1020)
1077:
1078: * src/main/execute.C: VS warning war
1079:
1080: * src/targets/cgi/parser3.C: VS compatibility fix
1081:
1082: * src/include/pa_request.h: VS warning war
1083:
1084: * tests/: 370.html, results/370.processed: test for ^file::exec[
1085: ... $.stdin[$binary_file] ] added (related to bug #1044)
1086:
1087: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
1088: include/pa_string.h, main/pa_exec.C: pa_exec now supports
1089: $.stdin[$binary_file] (fixes bug #1044)
1090:
1091: 2016-11-28 moko
1092:
1093: * src/main/pa_exec.C: whitespace
1094:
1095: * src/main/pa_request.C: whitespace
1096:
1097: * tests/: 369.html, results/369.processed: test for
1098: $response:status usage added (related to feature #1099)
1099:
1100: * src/targets/cgi/parser3.C: HTTP response code used as exit status
1101: if < 100 (implements feature #1099)
1102:
1103: * src/targets/cgi/parser3.C: whitespace
1104:
1105: * src/targets/cgi/parser3.C: whitespace
1106:
1107: * tests/: 368.html, results/368.processed: test updated after
1108: ^reflection:filename[$method] added (related to feature #1053)
1109:
1110: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
1111: main/compile.y, main/execute.C, main/pa_request.C,
1112: types/pa_vclass.h: filename -> filespec,
1113: ^reflection:filename[$method] added (related to feature #1053)
1114:
1115: 2016-11-27 moko
1116:
1117: * tests/: 368.html, results/368.processed: test for
1118: reflection:filename[$class or object] added (related to feature
1119: #1053)
1120:
1121: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
1122: types/pa_vstateless_class.h: ^reflection:filename[$class or
1123: object] added (implements feature #1053)
1124:
1125: 2016-11-26 moko
1126:
1127: * src/: include/pa_request_info.h,
1128: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1129: remove_absolute_uri -> strip_absolute_uri
1130:
1131: 2016-11-25 moko
1132:
1133: * src/: include/pa_request_info.h,
1134: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1135: request_info.remove_absolute_uri added to remove possible
1136: http://site.name/ from $request:uri (implements feature #1112)
1137:
1138: 2016-11-24 moko
1139:
1140: * tests/: 367-curl.html, results/367-curl.processed: test for
1141: previous request headers clearing after redirect added (related
1142: to bug #1109)
1143:
1144: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
1145: response headers from previous requests are now cleared, only
1146: last request headers are collected (fixes bug #1109)
1147:
1148: * tests/results/: 266.processed, 321.processed, 356.processed:
1149: tests results updated as method name now added to the resulting
1150: hash for new syntax only (Imp1 compatimility fixed, related to
1151: feature #1068)
1152:
1153: * src/classes/reflection.C: method name now added to the resulting
1154: hash for new syntax only (Imp1 compatimility fixed, related to
1155: feature #1068)
1156:
1157: * tests/results/366.processed: test for native and parser
1158: implementation of ^use[] logic (related to feature #1074)
1159:
1160: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
1161: for native and parser implementation of ^use[] logic (related to
1162: feature #1074)
1163:
1164: 2016-11-23 moko
1165:
1166: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1167: main/pa_request.C: @USE file now implemented as ^use[file;
1168: $.origin[origin_file] ] (implements feature #1074)
1169:
1.109 moko 1170: 2016-11-21 moko
1171:
1.110 moko 1172: * tests/: 365.html, results/365.processed: test for $caller bugs in
1173: 3.4.4 and $caller.method now tested (related to feature #1110)
1174:
1175: * tests/: 364.html, results/364.processed: $caller usage in
1176: different contexts now tested (related to feature #1110)
1177:
1178: * src/types/types.vcproj: +pa_vcaller_wrapper.h
1179:
1180: * src/types/Makefile.am: pa_vcaller_wrapper.h added
1181:
1.109 moko 1182: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
1183: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
1184: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
1185: used (implements feature #1110)
1186:
1187: 2016-11-20 moko
1188:
1189: * src/types/pa_vdouble.h: whitespace
1190:
1191: 2016-11-11 moko
1192:
1193: * tests/: 363.html, results/363.processed: more tests for feature
1194: #1091 (how parser methods work in expression context)
1195:
1196: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
1197: expressions strings are now written as strings, not values by
1198: write_as_string (related to feature #1091)
1199:
1200: * src/classes/op.C: to make more correct behavour in expression
1201: context
1202:
1203: 2016-11-07 moko
1204:
1205: * tests/: 362.html, results/362.processed: test for
1206: xsltParseStylesheetDoc caching as xsl modification after it added
1207: (related to bug #1108)
1208:
1209: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
1210: result now cached as xdoc is modified after it (fixes bug #1108)
1211:
1212: 2016-11-06 moko
1213:
1214: * src/types/pa_vxdoc.h: whitespace
1215:
1216: 2016-11-05 moko
1217:
1218: * src/types/pa_vmethod_frame.h: cleanup
1219:
1220: 2016-11-03 moko
1221:
1222: * tests/results/244.processed: more correct exception after method
1223: frames separation
1224:
1225: * src/types/pa_vmethod_frame.h: minor optimizaion
1226:
1227: * src/types/pa_method.h: optimization: params_count added
1228:
1229: * src/: classes/json.C, classes/op.C, classes/reflection.C,
1230: include/pa_request.h, main/execute.C, main/pa_request.C,
1231: types/pa_value.C, types/pa_vmethod_frame.C,
1232: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
1233: VMethodFrame now divided into VNativeMethodFrame,
1234: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
1235: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
1236: and used (related to feature #1104)
1237:
1238: 2016-11-02 moko
1239:
1240: * src/: classes/bool.C, classes/curl.C, classes/date.C,
1241: classes/double.C, classes/file.C, classes/hash.C,
1242: classes/hashfile.C, classes/image.C, classes/inet.C,
1243: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1244: classes/memcached.C, classes/op.C, classes/reflection.C,
1245: classes/regex.C, classes/string.C, classes/table.C,
1246: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
1247: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
1248: r.write (implements feature #1091)
1249:
1250: * src/main/execute.C: cleanup (related to feature #1104)
1251:
1252: * src/: include/pa_request.h, main/execute.C,
1253: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
1254: added, in_expression removed (implements feature #1104)
1255:
1256: 2016-10-31 moko
1257:
1258: * src/types/pa_value.C: whitespace
1259:
1260: 2016-10-28 moko
1261:
1262: * tests/results/244.processed: updated after error reporting fixed
1263: in pa_wcontext.C
1264:
1265: * src/types/pa_wcontext.C: error reporting fixed
1266:
1267: * src/types/pa_wcontext.h: whitespace
1268:
1269: * src/classes/image.C: not fully readed entries are no longer
1270: processed (fixes bug #1106)
1271:
1272: 2016-10-26 moko
1273:
1274: * src/classes/image.C: whitespace
1275:
1276: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
1277: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
1278: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
1279: longer required (related to feature #1091)
1280:
1281: * tests/results/: 264.processed, 350.processed: test results update
1282: reverted (whitespace optimization) after write_no_lang removed :)
1283: (related to feature #1091)
1284:
1285: * src/: classes/file.C, classes/hash.C, classes/op.C,
1286: classes/string.C, classes/table.C, classes/void.C,
1287: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
1288: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
1289: equal write_pass_lang (related to feature #1091)
1290:
1291: * tests/results/: 264.processed, 350.processed: test results
1292: updated (whitespace optimization) after write_assign_lang removed
1293: (related to feature #1091)
1294:
1295: * tests/: 361.html, results/361.processed: test for non-string
1296: ^untaint added (related to feature #1091)
1297:
1298: * src/: classes/curl.C, classes/date.C, classes/file.C,
1299: classes/hash.C, classes/op.C, classes/string.C,
1300: include/pa_request.h, main/execute.C: optimization:
1301: write_assign_lang removed as not required (first part of feature
1302: #1091 implementation)
1303:
1.108 moko 1304: 2016-10-12 moko
1305:
1306: * tests/: 360.html, results/360.processed: more test code (related
1307: to feature #1104)
1308:
1309: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
1310: include/pa_request.h, main/compile.y, main/execute.C: opcode
1311: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
1312: WContext is next task (implements feature #1104)
1313:
1314: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
1315: / CO_WITHOUT_WCONTEXT
1316:
1317: * tests/: 360.html, results/360.processed: test for in expression
1318: state (related to feature #1104)
1319:
1320: 2016-10-11 moko
1321:
1322: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
1323:
1324: * src/classes/op.C: default value removed from initializer
1325:
1326: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
1327:
1328: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
1329:
1330: 2016-10-10 moko
1331:
1332: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
1333: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
1334: to feature #42)
1335:
1336: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
1337: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
1338:
1339: 2016-10-08 moko
1340:
1341: * src/classes/double.C: whitespace
1342:
1343: 2016-10-07 moko
1344:
1345: * src/types/pa_vmethod_frame.h: reorder
1346:
1347: 2016-10-06 moko
1348:
1349: * src/classes/date.C: typo
1350:
1351: * src/types/pa_vmethod_frame.h: whitespace + cleanup
1352:
1353: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1354: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
1355: types/pa_vmethod_frame.h: params.get now returns Value&, not
1356: Value*
1357:
1358: * src/types/pa_vmethod_frame.C: params.get should return Value&.
1359:
1360: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
1361: removed; first as_* code rewrite
1362:
1363: 2016-10-05 moko
1364:
1365: * src/include/pa_request.h: whitespace
1366:
1367: * tests/: 359.html, results/359.processed: test for VCodeFrame and
1368: intercept_string added (related to feature #1097)
1369:
1370: * src/: classes/image.C, classes/op.C, classes/table.C,
1371: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1372: optimization: intercept_string removed (implements feature #1097)
1373:
1374: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
1375:
1376: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
1377: from VCodeFrame and WWrapper as not required
1378:
1379: 2016-10-04 moko
1380:
1381: * src/: classes/curl.C, classes/date.C, classes/double.C,
1382: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
1383: classes/int.C, classes/json.C, classes/op.C,
1384: classes/reflection.C, classes/string.C, classes/table.C,
1385: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1386: proces_to_value -> process after StringOrValue removed (related
1387: to feature #1020)
1388:
1389: * src/classes/form.C: whitespace
1390:
1391: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
1392:
1393: * tests/: 357.html, 358.html, results/357.processed,
1394: results/358.processed, results/auto.p: test for @conf
1395: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
1396:
1397: 2016-10-03 moko
1398:
1399: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
1400: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
1401: supported (implements feature #42)
1402:
1403: * src/types/pa_vregex.h: no reason for VRegex to be
1404: is_evaluated_expr
1405:
1406: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
1407: (implements feature #1095)
1408:
1409: 2016-10-01 moko
1410:
1411: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
1412: false by default (related to feature #1089)
1413:
1414: 2016-09-30 moko
1415:
1416: * src/types/pa_wcontext.h: cleanup
1417:
1418: 2016-09-29 moko
1419:
1420: * src/main/execute.C: whitespace
1421:
1422: * src/include/pa_request.h: whitespace
1423:
1424: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1425: classes/op.C, classes/table.C, include/pa_request.h,
1426: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
1427: types/pa_vobject.C, types/pa_wcontext.h: optimization:
1428: StringOrValue removed as it just slows down and adds complexity
1429: (implements feature #1020)
1430:
1431: 2016-09-28 moko
1432:
1433: * tests/: 356.html, results/266.processed, results/321.processed,
1434: results/356.processed: tests updated after name was added to
1435: method_info hash, test for ^reflection:method_info[junction]
1436: added (related to feature #1068)
1437:
1438: * src/classes/reflection.C: ^reflection:method_info[junction] now
1439: supported, method name added to the resulting hash (implements
1440: feature #1068)
1441:
1442: * tests/: 276.html, results/276.processed: more tests for
1443: ^reflection:delete[]
1444:
1445: * src/classes/reflection.C: fixed bug then ^reflection:delete
1446: didn't work on class and could damage native objects (like file)
1447:
1448: 2016-09-26 moko
1449:
1450: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
1451: results/345.processed, results/346-curl.processed,
1452: results/347-curl.processed, results/348.processed: numbers added
1453: to simplify diff analysis
1454:
1455: * tests/: 352.html, results/352.processed: test result updated as
1456: method name used
1457:
1458: * src/classes/reflection.C: method name used
1459:
1460: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
1461: its name
1462:
1463: * src/types/pa_method.h: whitespace
1464:
1465: * src/classes/reflection.C: both method and field with one name can
1466: exist.
1467:
1468: * src/classes/reflection.C: ^reflection:mixin added (implements
1469: feature #1089)
1470:
1471: * tests/: 355.html, results/355.processed: property appears in
1472: derived class if added in base test added
1473:
1474: * src/types/pa_vstateless_class.h: get_method declaration +
1475: whitespace
1476:
1477: * tests/: 354.html, results/354.processed: nice test from method
1478: and property with one name in class added
1479:
1480: 2016-09-23 moko
1481:
1482: * src/classes/reflection.C: ^reflection:method usage documented
1483:
1484: 2016-09-22 moko
1485:
1486: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
1487: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
1488: compile warning and GPF occures on VS2003 (related to feature
1489: #1087)
1490:
1491: * tests/: 350.html, results/350.processed: test added for
1492: $.encloser[] support in ^table::create (related to feature #11)
1493:
1494: * src/classes/table.C: another minor fix (related to feature #11)
1495:
1.107 moko 1496: 2016-09-21 moko
1497:
1498: * src/include/pa_config_fixed.h: vs2015 compilation fixes
1499:
1500: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1501: classes/json.C, classes/string.C, classes/table.C,
1502: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1503: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1504: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
1505: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
1506: pa_charsets, vs2015 warning war
1507:
1508: * src/classes/table.C: vs2015 warning war
1509:
1510: * src/types/pa_vdate.C: vs2015 warning war
1511:
1512: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
1513:
1514: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
1515: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
1516:
1517: * src/main/pa_common.C: vs2015 compilation fixes
1518:
1519: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
1520: vs2015 compilation fixes
1521:
1522: * src/main/pa_charset.C: vs2015 warning war
1523:
1524: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
1525:
1526: * src/main/pa_charset.C: vs2015 warning war
1527:
1528: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
1529:
1530: * src/types/pa_vdate.C: vs2015 compilation fix
1531:
1532: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
1533:
1534: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
1535: VS2015 compilation fixes
1536:
1537: * src/classes/table.C: minor fix (related to feature #11)
1538:
1539: * tests/results/282.processed: no longer skipping extra enclosers
1540: (related to feature #11)
1541:
1542: * src/classes/table.C: minor fix + no longer skipping extra
1543: enclosers (related to feature #11)
1544:
1545: * src/classes/table.C: minor optimization (related to feature #11)
1546:
1547: * src/classes/table.C: minor fix and optimization (related to
1548: feature #11)
1549:
1550: 2016-09-20 moko
1551:
1552: * tests/: 353.html, results/353.processed: test for
1553: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
1554: added (related to bug #1090)
1555:
1556: * src/main/compile.y: PC.cclass->is_vars_local() check added for
1557: one_big_piece (fixes bug #1090)
1558:
1559: * tests/: 229.html, results/229.processed: code coverage tests
1560:
1561: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
1562: body) was called
1563:
1564: * src/classes/op.C: whitespace
1565:
1566: * tests/: 323.html, results/323.processed: test for code junction
1567: should not be returned by ^reflection:class, ^reflection:base
1568:
1569: * src/classes/reflection.C: bugfix: code junction should not be
1570: returned by ^reflection:class, ^reflection:base
1571:
1572: * tests/: 323.html, 352.html, results/352.processed: no more
1573: exception for ^reflection:method[class;no-such-method] (related
1574: to feature #1087)
1575:
1576: * src/classes/reflection.C:
1577: ^reflection:method[class;no-such-method] : exception -> void
1578: (related to feature #1087)
1579:
1580: * src/include/pa_request.h: request::write_value added to allow
1581: write value without convertion (related to issue #1091)
1582:
1583: 2016-09-19 moko
1584:
1585: * src/main/pa_random.C: windows build fix
1586:
1587: * src/types/pa_vhash.h: warning war
1588:
1589: 2016-09-14 moko
1590:
1591: * tests/: 352.html, 552.html, results/352.processed,
1592: results/552.processed: test for ^reflection:method[] extension
1593: added (related to feature #1087)
1594:
1595: * tests/: 552.html, results/552.processed: test for
1596: ^reflection:method[] extension added (related to feature #1087)
1597:
1598: * src/classes/reflection.C: compatibility issue fixed, VClass
1599: dynamic_cast check added (related to feature #1087)
1600:
1601: * tests/: 351.html, results/351.processed: test for @auto[]
1602: inheritance bug diring ^process[] added (related to bug #1088)
1603:
1604: * src/: classes/op.C, main/pa_request.C,
1605: types/pa_vstateless_class.C: set_method now checks for @auto[] to
1606: disable it inheritance during ^process (fixes bug #1088)
1607:
1608: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
1609: added (implements feature #1087)
1610:
1611: 2016-09-13 moko
1612:
1613: * tests/: 349.html, results/auto.p: test for objects prototyping
1614: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
1615: to feature #1086)
1616:
1617: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
1618: types/pa_vobject.C: objects now are not class instances, but have
1619: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
1620: in @conf (implements feature #1086)
1621:
1622: 2016-09-08 moko
1623:
1624: * src/: classes/file.C, classes/mail.C, classes/string.C,
1625: classes/table.C, main/pa_http.C, main/pa_string.C,
1626: include/pa_string.h: cleanup: string::split limit argument
1627: removed as no longer required, pos_after no longer reference
1628: (related to feature #11)
1629:
1630: * src/classes/table.C, tests/results/348.processed: now exception
1631: is rised when invalid option is passed to ^table::create[]
1632:
1633: * tests/: 282.cfg, 282.html, results/282.processed: more code
1634: coverage tests
1635:
1636: * tests/: 348.html, results/348.processed: code coverage tests
1637: added
1638:
1639: * tests/: 348.html, results/348.processed: generic ^table::create[]
1640: tests
1641:
1642: * tests/: 035.html, results/035.processed, results/272.processed:
1643: tests updated after $.encloser[] support for ^table::create
1644: implementation (related to feature #11)
1645:
1646: * src/classes/table.C: $.encloser[] support for ^table::create
1647: finally added (implements feature #11)
1648:
1649: 2016-09-07 moko
1650:
1651: * src/include/pa_string.h: added StringSplitHelper as friend
1652: (related to feature #11)
1653:
1654: * src/include/pa_string.h: body and langs now protected, not
1655: private to allow inheritance (related to feature #11)
1656:
1657: * src/classes/table.C: lsplit optimized before cloning for
1658: ^table::create with $.encloser[] (related to feature #11)
1659:
1660: * src/classes/table.C: optimizaion: TableControlChars.separators
1661: added and used (related to feature #11)
1662:
1663: * src/classes/table.C: spelling:
1664:
1665: TableSeparators -> TableControlChars column -> separator
1666: separators -> control_chars
1667:
1668: 2016-09-06 moko
1669:
1670: * src/main/pa_string.C: whitespace
1671:
1672: * src/main/pa_string.C: whitespace
1673:
1674: 2016-09-01 moko
1675:
1676: * tests/: 347-curl.html, results/347-curl.processed: to make tests
1677: results OS-independent
1678:
1679: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
1680: compiler (related to feature #1042)
1681:
1682: 2016-08-15 moko
1683:
1684: * src/include/pa_string.h: whitespace
1685:
1686: * src/classes/table.C: whitespace
1687:
1.106 moko 1688: 2016-08-05 moko
1689:
1690: * tests/: 344.html, results/344.processed: test for
1691: ^hash::create[$file] added (related to feature #1075)
1692:
1693: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
1694: supported (implements feature #1075)
1695:
1696: 2016-08-04 moko
1697:
1698: * tests/: 341.html, results/341.processed: more code coverage tests
1699:
1700: * tests/: 346-curl.html, results/346-curl.processed: more code
1701: coverage tests for curl
1702:
1703: * tests/: 346-curl.html, results/346-curl.processed: more code
1704: coverage tests for curl
1705:
1706: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
1707: results/223.processed: code coverage tests: $.form[ $.table[] ]
1708: test added
1709:
1710: * tests/: 223-curl.html, results/223-curl.processed: more code
1711: coverage tests for curl
1712:
1713: 2016-08-03 moko
1714:
1715: * src/classes/curl.C: dlink(curl_library) now called not once, but
1716: until it will be loaded, allowing to find existing library.
1717:
1718: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
1719: results/347-curl.processed: more code coverage tests for curl
1720:
1721: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
1722: results/339-curl.processed, results/346-curl.processed: curl
1723: functionality tests
1724:
1725: 2016-08-02 moko
1726:
1727: * tests/: 339.html, results/339.processed: test for tables in
1728: ^file:load[] and ^curl:load[] (commented) added (related to
1729: feature #1042)
1730:
1731: * tests/: 345.html, results/345.processed: code coverage tests for
1732: file class
1733:
1734: * tests/: 344.html, results/344.processed: code coverage tests
1735:
1736: * tests/: 344.html, results/344.processed: mdate removed from
1737: output
1738:
1739: * src/classes/file.C: minor bugfix: is_text should be taked from
1740: fcontent.is_text_mode() if not set (related to feature #1061)
1741:
1742: * tests/: 344.html, results/344.processed: more tests
1743:
1744: * tests/: 343.html, 344.html, results/343.processed,
1745: results/344.processed: tests for ^file::create[ $.from-charset
1746: and $.to-charset ] (related to feature #1061)
1747:
1748: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1749: aset_text_mode argument optimized
1750:
1751: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1752: checkBOM now used in detect_binary_content (related to feature
1753: #1061)
1754:
1755: * src/main/pa_request.C: load_charset no longer required to_upper
1756:
1757: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
1758: preserves original file mode (if no $.mode specified)
1759:
1760: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1761: ^file::create now supports $.from-charset[] and $.to-charset
1762: options (implements feature #1061), automatic transcode is done
1763: if text file is created from binary file and charset is detected.
1764:
1765: 2016-07-30 moko
1766:
1767: * src/classes/table.C: ^t.hash[..;] now supported (related to
1768: feature #1057)
1769:
1770: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
1771: added (related to feature #1057)
1772:
1773: * tests/: 286.html, results/286.processed: code tests coverage
1774:
1775: 2016-07-29 moko
1776:
1777: * src/classes/table.C: table size should be checked inside menu and
1778: foreach (related to feature #858)
1779:
1780: * src/: classes/curl.C, classes/file.C, classes/string.C,
1781: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1782: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
1783: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
1784: charsets.get now does str_upper inside (related to feature #1061)
1785:
1786: * tests/: 342.html, results/342.processed: more code coverage tests
1787:
1788: * tests/: 342.html, outputs/342.processed: table menu code coverage
1789: + foreach test added (related to feature #858)
1790:
1791: * tests/: 341.html, results/341.processed: tests for
1792: ^table.hash[]{code} added + code coverage tests (related to
1793: feature #1057)
1794:
1795: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
1796: value} support (implements feature #1057)
1797:
1798: * src/classes/table.C: whitespace
1799:
1800: 2016-07-28 moko
1801:
1802: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
1803: from URL, if not specified query string removed from url-based
1804: filenames in ^curl:load[] and ^file::load[] (related to feature
1805: #1042)
1806:
1807: 2016-07-27 moko
1808:
1809: * tests/: 340.html, results/340.processed: test for
1810: transcode_text_result=false added (related to issue #1042)
1811:
1812: 2016-07-26 moko
1813:
1814: * src/types/pa_vfile.C: file name should not be empty (if file path
1815: is folder and ends with /) (related to feature #1042)
1816:
1817: * src/main/pa_http.C: whitespace optimizaion
1818:
1819: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1820: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
1821: multiple headers, ^file::load supports headers transcoding
1822: (implements feature #1042)
1823:
1824: 2016-07-25 moko
1825:
1826: * src/include/pa_common.h: PA_DEFAULT added
1827:
1828: 2016-07-22 moko
1829:
1830: * tests/: 338.html, results/338.processed: test for
1831: $date.field(value) added (related to feature #1066)
1832:
1833: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
1834: $date.field(value) now supported for y/m/d/h/m/s (implements
1835: feature #1066)
1836:
1.105 moko 1837: 2016-07-21 moko
1838:
1839: * src/: classes/file.C, classes/image.C, include/pa_common.h,
1840: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
1841: arguments removed; image.C - absolute path shown in exception
1842: (implements feature #1071)
1843:
1844: * tests/: 235.html, results/235.processed: test and test result
1845: updated after static boundary in mail and Errors-To: mail header
1846: removed (related to feature #1047)
1847:
1848: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
1849: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
1850: used, static boundary in mail removed, Errors-To: mail header
1851: removed (implements feature #1047)
1852:
1853: 2016-07-20 moko
1854:
1855: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1856: equest.classes(): Value -> VStateless_class, part 3 (related to
1857: issue #1051)
1858:
1859: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
1860: request.classes(): Value -> VStateless_class, part 2 (related to
1861: issue #1051)
1862:
1863: * tests/results/: 224.processed, 323.processed: classes without
1864: methods should not be methoded (related to issue #1051)
1865:
1866: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
1867: main/compile_tools.h, main/pa_request.C: request.classes(): Value
1868: -> VStateless_class, part 1 (related to issue #1051)
1869:
1870: * tests/: 337.html, results/337.processed: test for
1871: ^reflection:fields_reference[] and VHashReference class added
1872: (related to feature #1072)
1873:
1874: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
1875: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
1876: and VHashReference added, allowing ^reflection:fields_reference[]
1877: implementation (closes feature #1072)
1878:
1879: 2016-07-19 moko
1880:
1881: * tests/: 323.html, results/323.processed: we want to see
1882: "methoded"
1883:
1884: * tests/: 336.html, results/336.processed: test for $BASE:property
1885: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
1886: #1059)
1887:
1888: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
1889: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
1890: somebody_entered_some_class, $BASE:property works again,
1891: ^BASE:method[] bugs fixed (fixes bug #1059)
1892:
1893: 2016-07-14 moko
1894:
1895: * tests/: 335.html, results/335.processed: test for feature #1055
1896: added
1897:
1898: * src/classes/hash.C: bugfix: $._default was not copied if empty
1899: feature: ^hash.contains[_default] added (implements feature
1900: #1055)
1901:
1902: 2016-07-13 moko
1903:
1904: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
1905: should not call @autouse (http://www.parser.ru/forum/?id=83480)
1906:
1907: 2016-07-05 moko
1908:
1909: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
1910: in ^hash.foreach (related to feature #1073)
1911:
1912: 2016-07-04 moko
1913:
1914: * tests/: 134.html, 281.html, results/134.processed,
1915: results/281.processed: tests updated after hash blocking removed
1916: (related to feature #1073)
1917:
1918: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
1919: no longer blocks on change during foreach (implements feature
1920: #1073)
1921:
1922: 2016-06-17 moko
1923:
1924: * tests/: 330.html, results/330.processed: try exception source
1925: test added (related to bug in #1062)
1926:
1927: * tests/: 334.html, results/334.processed: Exception stack trace
1928: test added (related to bug in $1062)
1929:
1930: * src/classes/op.C: Exception trace now correctly restored and
1931: errors reported (related to bug #1062)
1932:
1.104 moko 1933: 2016-05-25 moko
1934:
1935: * src/main/compile.y: minor cleanup + beauty
1936:
1937: 2016-05-24 moko
1938:
1939: * tests/: 333.html, results/333.processed: more exceptions testing
1940:
1941: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
1942: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
1943: features #1056, #1026)
1944:
1945: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
1946: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
1947: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
1948: (implements feature #1056)
1949:
1950: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
1951: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
1952: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
1953: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
1954: feature #1026)
1955:
1956: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
1957: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
1958: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
1959: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
1960: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
1961: feature #1026)
1962:
1963: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
1964: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
1965: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
1966: SYMBOLS_CACHING define implemented (related to feature #1026)
1967:
1968: * src/main/main.vcproj: + ps_symbols
1969:
1970: * src/: include/Makefile.am, include/pa_string.h,
1971: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
1972: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
1973: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1974: types/pa_vstateless_class.C: initial implementation for symbols
1975: cache (related to feature #1026)
1976:
1977: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
1978:
1979: * src/main/pa_globals.C: minor cleanup
1980:
1981: 2016-05-19 moko
1982:
1983: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
1984: (related to feature #1046)
1985:
1986: * tests/: 331.html, results/331.processed: test for
1987: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
1988: (related to feature #1051)
1989:
1990: * src/main/compile.y:
1991: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
1992: (implements feature #1054)
1993:
1994: 2016-05-18 moko
1995:
1996: * src/types/pa_vtable.C, tests/results/324.processed: no more
1997: "column not found" exception for ^table.no-such-method[] (related
1998: to feature #1046)
1999:
2000: * tests/: 261.html, results/261.processed: test added and updated
2001: after feature #1046 implementation
2002:
2003: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
2004: types/pa_vvoid.h: $string.anything works for whitespace strings,
2005: ^string.contains added for hash compatibility, $string.method no
2006: longer returns stting method (implements feature #1046)
2007:
2008: 2016-05-12 moko
2009:
2010: * src/classes/curl.C: content-type response header no longer
2011: ignored (fixes issue #1045)
2012:
2013: * tests/: 330.html, results/330.processed: test for incomplete
2014: finally execution when break occures added (related to issue
2015: #1077)
2016:
2017: * src/classes/op.C: bugfix: Request::skip reset is called before
2018: executing catch and finally code (fixes issue #1062)
2019:
2020: 2016-05-11 moko
2021:
2022: * tests/: 329.html, results/329.processed: test for invalid
2023: ^break[] behavour added (bug #1077)
2024:
2025: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
2026:
2027: 2016-04-24 moko
2028:
2029: * src/types/pa_vstateless_class.h: warning war
2030:
2031: 2016-04-17 moko
2032:
2033: * tests/: 328.html, results/328.processed: test for
2034: ^break(condition) and ^continue(condition) (related to feature
2035: #1063)
2036:
2037: * src/classes/op.C: ^break(condition) and ^continue(condition)
2038: implemented (feature #1063)
2039:
2040: 2016-04-12 moko
2041:
2042: * tests/results/280.processed: ordered hash now used for class
2043: methods and properties (test results updated for feature #1069)
2044:
2045: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
2046: to xdoc.C as under FreeBSD it was inited after and inheritance
2047: failed (related to issue #1051)
2048:
2049: * tests/: 320.html, results/320.processed: xdoc and xnode methods
2050: are printed to check inheritance (related to feature #1051)
2051:
1.103 moko 2052: 2016-04-09 moko
2053:
2054: * tests/results/320.processed: ordered hash now used for class
2055: methods and properties (test results updated for feature #1069)
2056:
2057: * src/types/pa_vstateless_class.h: ordered hash now used for class
2058: methods and properties (implements feature #1069)
2059:
2060: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
2061: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
2062: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
2063: feature #1051)
2064:
2065: 2016-04-07 moko
2066:
2067: * src/main/execute.C: returned Value in .CLASS case for VJunction
2068: (related to feature #1051)
2069:
2070: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
2071: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
2072: string constants deduplication (related to feature #1051)
2073:
2074: * tests/results/224.processed: test result updated (related to
2075: feature #1051)
2076:
2077: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
2078: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
2079: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
2080: types/pa_vstatus.h: classes hash now contains only
2081: VStateless_class derived objects, .CLASS is also allways
2082: VStateless_class derived object (related to feature #1051).
2083:
2084: 2016-04-06 moko
2085:
2086: * tests/results/323.processed: test result updated after feature
2087: #1051 implementation
2088:
2089: * src/: classes/classes.h, classes/op.C, classes/response.C,
2090: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2091: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
2092: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
2093: types/pa_vresponse.C, types/pa_vresponse.h,
2094: types/pa_vstateless_class.h: base -> methoded_donor for static
2095: classes, type() moved from VStateless_class to VClass and
2096: Methoded (implements feature #1051)
2097:
2098: 2016-04-04 moko
2099:
2100: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
2101: beauty: put_class added (related to feature #1051)
2102:
2103: 2016-04-01 moko
2104:
2105: * tests/results/: 175.processed, 192.processed, 224.processed,
2106: 229.processed, 244.processed, 246.processed, 316.processed: test
2107: results updated as class.type() removed from error messages, only
2108: type() left (related to feature #1051)
2109:
2110: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
2111: classes/op.C, classes/reflection.C, main/compile.y,
2112: main/compile_tools.h, main/execute.C, main/pa_request.C,
2113: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
2114: types/pa_vmethod_frame.h, types/pa_vobject.h,
2115: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
2116: from VStateless_class, type() is used instead (related to feature
2117: #1051)
2118:
2119: * src/classes/mail.C: old logic restored.
2120:
2121: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2122: classes/classes.h, classes/curl.C, classes/date.C,
2123: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2124: classes/hashfile.C, classes/image.C, classes/inet.C,
2125: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2126: classes/memcached.C, classes/memory.C, classes/reflection.C,
2127: classes/regex.C, classes/response.C, classes/string.C,
2128: classes/table.C, classes/xdoc.C, classes/xnode.C,
2129: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
2130: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
2131: feature #1051)
2132:
2133: 2016-03-30 moko
2134:
2135: * tests/: 327.html, results/224.processed, results/327.processed:
2136: test for TZ specification in ^date::create[], TZ is kept during
2137: ^date::create[$dt] (related to feature #1048)
2138:
2139: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
2140: ^date::create[], TZ is kept during ^date::create[$dt] (implements
2141: feature #1048)
2142:
2143: 2016-03-29 moko
2144:
2145: * tests/: 315.html, results/315.processed: test for timezone format
2146: +HHmm added (related to feature #1065)
2147:
2148: * src/classes/date.C: timezone format +HHmm now supported
2149: (implements feature #1065)
2150:
2151: 2016-03-28 moko
2152:
2153: * tests/: 202.html, results/131.processed, results/202.processed,
2154: results/224.processed, results/256.processed,
2155: results/315.processed: test results updated after %.2d now
2156: default for hours offset in iso-string (was %2d), test for
2157: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2158: added (related to feature #1065)
2159:
2160: 2016-03-27 moko
2161:
2162: * src/types/pa_vdate.C: '+' sign for zero offset (related to
2163: feature #1065)
2164:
2165: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2166: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2167: added (implements feature #1065)
2168:
2169: 2016-03-24 moko
2170:
2171: * tests/: 202.html, results/202.processed: test $date.week added
2172: (related to bug #1067)
2173:
2174: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
2175: date (fix for bug #1067)
2176:
2177: 2016-03-10 moko
2178:
2179: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
2180:
1.102 moko 2181: 2015-12-07 moko
2182:
2183: * tests/: 326.html, results/326.processed: test for .CLASS &
2184: .CLASS_NAME optimization added (related to feature #844)
2185:
2186: 2015-11-17 moko
2187:
2188: * tests/: 323.html, results/323.processed: order added
2189:
2190: * tests/: 325.html, results/325.processed: double range test added
2191: (related to bug #1049)
2192:
2193: 2015-11-16 moko
2194:
2195: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
2196: added to disallow NaN and Infinity (fixes bug #1049)
2197:
2198: 2015-11-11 moko
2199:
2200: * tests/324.html: parser 3.4.3 execution support added (related to
2201: feature #1017)
2202:
2203: * tests/: 324.html, results/324.processed: test for
2204: GET_ELEMENT4CALL feature added (feature #1017)
2205:
1.101 moko 2206: 2015-10-29 moko
2207:
2208: * operators.txt: updated for 3.4.4
2209:
2210: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
2211:
2212: * src/main/pa_exec.C: get_exit_status implemented for Windows
2213: (related to bug #1043)
2214:
2215: 2015-10-28 moko
2216:
2217: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
2218: hangup during ^file::exec (fixes bug #1043)
2219:
1.100 moko 2220: 2015-10-27 moko
2221:
2222: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
2223:
1.99 moko 2224: 2015-10-26 moko
2225:
1.100 moko 2226: * tests/322.html, src/classes/reflection.C: arguments reorder
2227: (related to issue #1041)
2228:
2229: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
2230: Copyright year updated
2231:
1.99 moko 2232: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
2233: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
2234: classes/form.C, classes/hash.C, classes/hashfile.C,
2235: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
2236: classes/mail.C, classes/math.C, classes/memcached.C,
2237: classes/memory.C, classes/op.C, classes/reflection.C,
2238: classes/regex.C, classes/response.C, classes/string.C,
2239: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2240: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2241: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2242: include/pa_config_fixed.h, include/pa_config_includes.h,
2243: include/pa_dictionary.h, include/pa_dir.h,
2244: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2245: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2246: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2247: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2248: include/pa_request_charsets.h, include/pa_request_info.h,
2249: include/pa_sapi.h, include/pa_socks.h,
2250: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2251: include/pa_stack.h, include/pa_string.h,
2252: include/pa_stylesheet_connection.h,
2253: include/pa_stylesheet_manager.h, include/pa_table.h,
2254: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2255: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2256: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2257: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
2258: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
2259: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
2260: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
2261: main/compile.y, main/compile_tools.C, main/compile_tools.h,
2262: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
2263: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
2264: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
2265: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
2266: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2267: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2268: main/pa_string.C, main/pa_stylesheet_connection.C,
2269: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2270: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2271: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
2272: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
2273: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
2274: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
2275: targets/isapi/parser3isapi.C, types/pa_junction.h,
2276: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2277: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
2278: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
2279: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
2280: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2281: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2282: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2283: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2284: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2285: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2286: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2287: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
2288: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2289: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2290: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2291: types/pa_vresponse.C, types/pa_vresponse.h,
2292: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2293: types/pa_vstateless_object.h, types/pa_vstatus.C,
2294: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2295: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2296: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2297: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2298: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2299:
2300: * src/targets/cgi/parser3.C: year updated
2301:
2302: * src/classes/reflection.C: VS2003 compatibility fixed (related to
2303: issue #1041)
2304:
2305: * tests/: 323.html, results/323.processed: test for base classes
2306: added
2307:
2308: * tests/: 261.html, results/261.processed: updated after better
2309: error reporting done for $string.key exception
2310:
2311: * src/types/pa_vstring.h: better error report for $string.key
2312: exception
2313:
2314: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
2315: copied as VObject::get_element4call to remove extra virtual call
2316:
2317: * tests/: 322.html, results/322.processed: test for
2318: ^reflection:is[] added (related to feature #1041)
2319:
2320: * src/classes/reflection.C: ^reflection:is empty value is void
2321: (related to feature #1041)
2322:
2323: * src/classes/reflection.C:
2324: ^reflection:is[class_name|code|method;[context;]element_name]
2325: added (implements feature #1041)
2326:
2327: 2015-10-24 moko
2328:
2329: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
2330:
1.98 moko 2331: 2015-10-22 moko
2332:
2333: * tests/: 321.html, results/321.processed: test for
2334: ^reflection:method_info[] file detection added
2335:
2336: * tests/: 320.html, results/320.processed: test for
2337: ^reflection:class_by_name[class_name] added (related to feature
2338: #993)
2339:
2340: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
2341: added (implements feature #993)
2342:
2343: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
2344: (related to feature #1017)
2345:
2346: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
2347: added (related to issue #1039)
2348:
2349: * src/main/pa_request.C: ^throw origin fixed (related to feature
2350: #1039)
2351:
2352: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
2353: for VDate
2354:
2355: * tests/results/182.processed: updated after feature #1038
2356: implemented
2357:
2358: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
2359: compile-time exception origin added (test for feature #1039)
2360:
2361: * src/: include/pa_request.h, main/compile.C, main/compile.y,
2362: main/pa_request.C: exception unification: compile-time exceptions
2363: now have origin, @USE origins also tracked (implements feature
2364: #1039)
2365:
2366: 2015-10-20 moko
2367:
2368: * src/main/pa_request.C: cleanup
2369:
2370: 2015-10-15 moko
2371:
2372: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
2373:
2374: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
2375: types/pa_vtable.C: new feature: no more $table.method and
2376: $hash.method, aliases for _at, _count, _key (related to feature
2377: #1017)
2378:
1.97 moko 2379: 2015-10-14 moko
2380:
1.98 moko 2381: * tests/: 317.html, results/317.processed: test for
2382: ^string.unescape[] added (related to feature #120)
2383:
1.97 moko 2384: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
2385: defined" bug (described in issue #1036)
2386:
2387: * tests/: 247.html, results/247.processed: test for checkBOM added
2388: (test for bug #1037)
2389:
2390: * src/: include/pa_charsets.h, main/pa_charsets.C,
2391: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
2392: it's not enforced, skips BOM signature if it complies charset
2393: (fixes bug #1037)
2394:
2395: 2015-10-13 moko
2396:
2397: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
2398: linking
2399:
2400: * src/classes/inet.C: vs2003 compilation fix
2401:
2402: * src/classes/math.C: warning war
2403:
2404: * src/lib/punycode/pa_punycode.c: warning war
2405:
2406: 2015-10-12 moko
2407:
2408: * src/lib/punycode/pa_punycode.c: warning war
2409:
2410: * parser3.sln: moved parser3 first, to make it default startup
2411: project
2412:
2413: * buildall: parser "mirror" now used for external libs sources
2414: (implements feature #1036)
2415:
2416: * buildall: most external libs are updated to their current
2417: versions (related to feature #1036)
2418:
2419: * src/classes/image.C: more tags added
2420:
2421: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
2422:
2423: 2015-10-11 moko
2424:
2425: * src/classes/curl.C: minor optimization (related to feature #1035)
2426:
2427: 2015-10-09 moko
2428:
2429: * src/classes/curl.C: pa_strdup added for strings from curl
2430: (related to feature #1035)
2431:
2432: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
2433: ULLONG_MAX definition
2434:
2435: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
2436: (implements feature #1035)
2437:
2438: * src/main/pa_charset.C: String::Body(String::C) used
2439:
2440: * src/main/pa_charset.C: exceptions unified
2441:
2442: * src/: include/pa_charset.h, main/pa_charset.C: declarations
2443: unified
2444:
2445: * src/: classes/file.C, classes/image.C, classes/mail.C,
2446: classes/op.C, classes/xdoc.C, classes/xnode.C,
2447: include/pa_string.h, main/pa_request.C, main/pa_string.C,
2448: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
2449: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
2450: String::Body(String::C) constructor added (related to bug #957)
2451:
2452: * src/classes/file.C: minor optimization
2453:
2454: * src/include/pa_hash.h: hash.get(char*) added, to minimize
2455: Cord(char*) autocreation (related to bug #957)
2456:
2457: * src/: classes/string.C, main/untaint.C: minor optimizations
2458:
2459: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
2460: String(char*, Lang, length) removed, String(C(), Lang) used
2461: instead (related to bug #957)
2462:
2463: 2015-10-08 moko
2464:
2465: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
2466: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
2467: main/untaint.C: Now char * is converted to CORD only using
2468: AS_CORD() to check for empty cord bug (fixes bug #957)
2469:
2470: * src/include/pa_hash.h: fixed compilation without
2471: HASH_CODE_CACHING
2472:
2473: * src/classes/string.C:
2474: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
2475: feature #120)
2476:
2477: * src/main/pa_common.C: reduce js flags checks count (related to
2478: feature #120)
2479:
1.96 moko 2480: 2015-10-07 moko
2481:
2482: * tests/: 275.html, results/275.processed: test modified after
2483: unsigned long long int support implemented (feature #1034)
2484:
2485: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
2486: pa_atoul added for unsigned long long int support
2487:
2488: 2015-10-06 moko
2489:
2490: * src/types/pa_vdate.C: INT_MAX used
2491:
2492: 2015-10-03 moko
2493:
2494: * tests/: 302.html, results/302.processed: test for bug #1023
2495: (\u2028, \u2029 escaping) added
2496:
2497: * src/main/untaint.C: \u2028, \u2029 are now escaped in
2498: json:string[] (fixes bug #1023)
2499:
2500: 2015-09-29 moko
2501:
2502: * tests/305.html: try-catch added for OS without ipv6 support
2503:
2504: * src/lib/json/pa_json.C: more unique prefixes for Solaris
2505: compilation
2506:
2507: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
2508: main/execute.C, types/pa_value.h, types/pa_vhash.h,
2509: types/pa_vtable.C, types/pa_vtable.h: get_element4call
2510: implemented to distinguish ^hash.method from $hash.field
2511: (implements feature #1017)
2512:
2513: * src/lib/punycode/pa_punycode.c: warning war
2514:
2515: * src/include/pa_config_includes.h: warning war
2516:
2517: * src/include/pa_config_includes.h: pragma warning actualized a bit
2518:
2519: * src/include/pa_config_includes.h: warning war
2520:
2521: * src/include/pa_hash.h: clang compilation fix
2522:
2523: 2015-09-27 moko
2524:
2525: * src/main/compile.tab.C: Bison 3 is now default
2526:
2527: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
2528:
2529: 2015-09-25 moko
2530:
2531: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
2532: works with undefined HASH_ORDER (related to feature #196)
2533:
2534: 2015-09-24 moko
2535:
2536: * tests/: 027.html, results/027.processed: test modified to test
2537: ^hash.sort (feature #196)
2538:
2539: * src/: classes/hash.C, include/pa_hash.h:
2540: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
2541: added (implements feature #196)
2542:
2543: * tests/: 316.html, results/316.processed: Added test for bug #1025
2544: (exception handling in non-cached ^cache), plus for "it does not
2545: have logical value" and "$exception.handled value must be either
2546: boolean or string 'cache'" exceptions.
2547:
2548: * src/classes/op.C: ^cache: exceptions now handled in non-cached
2549: code (fixes bug #1025)
2550:
1.95 moko 2551: 2015-09-23 moko
2552:
2553: * src/classes/table.C: warning war
2554:
2555: * src/: classes/math.C, types/pa_vcookie.C: warning war
2556:
2557: * src/classes/file.C: warning war
2558:
2559: * src/: include/pa_table.h, main/pa_table.C: warning war
2560:
2561: * src/: main/pa_request.C, classes/date.C: warning war
2562:
2563: * src/: types/pa_vdate.C, classes/op.C: warning war
2564:
2565: * tests/: 122.html, results/122.processed: win sync: to remove
2566: differences with OS that doesn't keep timezone change history
2567:
2568: * src/types/pa_vdate.C: tzset() should be called in Windows after
2569: TZ change (related to feature #36)
2570:
2571: * tests/: 075.html, results/075.processed: win sync: to remove
2572: differences with OS that doesn't keep timezone change history
2573:
2574: * tests/: 315.html, results/315.processed: win sync: to remove
2575: differences with OS that doesn't keep timezone change history
2576:
2577: * tests/: 256.html, results/256.processed: win sync: to remove
2578: differences with OS that doesn't keep timezone change history
2579:
2580: * tests/: 124.html, results/124.processed: win results sync: to
2581: avoid hitting time change hole.
2582:
2583: * src/types/pa_vdate.C: static returned. :)
2584:
2585: 2015-09-22 moko
2586:
2587: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
2588:
2589: * tests/results/131.processed: more tests for feature #1032
2590:
2591: * src/classes/date.C: minor fix related to feature #1032
2592:
2593: * operators.txt: ISO date creation documented (related to feature
2594: #1032)
2595:
2596: * operators.txt: iso-string documented (related to feature #1032)
2597:
2598: * tests/: 315.html, results/315.processed: more tests added
2599: (related to feature #1032)
2600:
2601: * tests/: 131.html, results/131.processed: date range checks
2602: updated (related to feature #36)
2603:
2604: * tests/: 315.html, results/057.processed, results/315.processed:
2605: test added for ISO date support (related to issue #315)
2606:
2607: * src/classes/date.C: more readable exceptions in date creation
2608: (related to ticket #1032)
2609:
2610: 2015-09-18 moko
2611:
2612: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
2613: added (related to issue #1032)
2614:
2615: * tests/results/256.processed, src/classes/json.C: iso-string
2616: documented (related to issue #1032)
2617:
2618: * tests/: 256.html, results/256.processed: ISO date check added
2619: (related to issue #1032)
2620:
2621: * tests/: 057.html, results/057.processed, results/224.processed:
2622: tests results updated after ISO date support implemented (related
2623: to feature #1032)
2624:
2625: * src/: classes/date.C, classes/image.C, types/pa_value.h,
2626: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
2627: ^date::create[string] constructor formalized, ^date.iso-string[]
2628: added (implements feature #1032)
2629:
2630: 2015-09-05 moko
2631:
2632: * operators.txt: actualized
2633:
2634: * operators.txt: date changes documented (related to ticket #36)
2635:
2636: 2015-09-04 moko
2637:
2638: * src/types/pa_vdate.C: warning war
2639:
2640: * src/: classes/op.C, types/pa_vhashfile.C: warning war
2641:
2642: 2015-09-03 moko
2643:
2644: * tests/results/096.processed: test result updated for 0..9999 year
2645: date range support (related to feature #36)
2646:
2647: * tests/: 314.html, results/314.processed: test for
2648: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
2649: bug #1031)
2650:
2651: * src/classes/string.C: Static calls fixed for ^string:base64[],
2652: ^string:idna[], ^string:js-escape[] (closes bug #1031)
2653:
1.116 moko 2654: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
2655: configure.in -> configure.ac
1.95 moko 2656:
1.116 moko 2657: * configure, configure.in, src/include/pa_config_auto.h.in: more
2658: correct timezone check for FreeBSD Warning war: configure.in ->
2659: configure.ac
1.95 moko 2660:
2661: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 2662: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
2663: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
2664: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
2665: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
2666: src/main/Makefile.am, src/targets/apache/Makefile.am,
2667: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 2668: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
2669: check added
2670:
2671: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
2672:
2673: * tests/results/: 124.processed, 224.processed: test resuls updated
2674: for new date implementation (related to feature #36)
2675:
2676: * src/: classes/date.C, classes/image.C, include/pa_common.h,
2677: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
2678: types/pa_vdate.h: new double date implementation with internal
2679: support for extended 0..9999 year range, default timezone support
2680: (related to feature #36)
2681:
2682: 2015-08-28 moko
2683:
2684: * src/types/pa_vmail.C: fixed $mail:received.date calculations
2685: (fixes bug #1030)
2686:
2687: 2015-08-21 moko
2688:
2689: * src/classes/inet.C: snprintf size "bug" commented
2690:
2691: * src/main/pa_common.C: snprintf comments updated
2692:
2693: 2015-08-16 moko
2694:
2695: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
2696:
2697: 2015-08-11 moko
2698:
2699: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2700: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
2701: can be null (fixes bug #1029)
2702:
2703: 2015-08-06 moko
2704:
1.116 moko 2705: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
2706: pa_vdate.C added
1.95 moko 2707:
2708: 2015-08-05 moko
2709:
2710: * tests/: 313.html, results/313.processed: test for
2711: ^table.count[columns] and ^table.flip[] with nameless tables
2712: (feature #1003)
2713:
2714: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2715: max_cell added, now ^table.count[columns] and ^table.flip[] works
2716: correctly for nameless tables (implements feature #1003)
2717:
2718: 2015-08-03 moko
2719:
2720: * tests/312.html: test for ^table.append[$hash] and
2721: ^table.insert[$hash] added (related to feature #1028)
2722:
2723: * src/classes/table.C: ^table.append[$hash] and
2724: ^table.insert[$hash] now supported (implements feature #1028)
2725:
2726: * tests/: 312.html, results/312.processed: test row copy in
2727: ^table.hash[; $.type[table] ] added (related to feature #1016)
2728:
2729: * src/classes/table.C: row copy now created in ^table.hash[;
2730: $.type[table] ] (related to feature #1016)
2731:
2732: 2015-07-29 moko
2733:
2734: * tests/: 312.html, results/312.processed: test for ^table.delete[]
2735: added (related to feature #1016)
2736:
2737: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2738: ^table.delete[] added to delete current row (related to feature
2739: 1016)
2740:
2741: 2015-07-28 moko
2742:
2743: * tests/: 312.html, results/312.processed: test for
2744: $table.column[value] and ^table.insert{row} (related to feature
2745: #1016)
2746:
2747: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
2748: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
2749: ^table.insert{row} are now implemented (feature #1016)
2750:
2751: * src/include/pa_array.h: Optimization: bool reverse removed from
2752: append(), insert() added, memmove arguments order in remove()
2753: fixed (related to feature #1016)
2754:
2755: 2015-07-23 moko
2756:
2757: * src/classes/json.C: tainted json and empty json exception added
2758: (implements feature #1015)
2759:
2760: * tests/: 311.html, results/311.processed: empty json and tainted
2761: json exception test added (related to issue #1015)
2762:
2763: 2015-07-22 moko
2764:
2765: * tests/: 311.html, results/311.processed: test for UTF-8
2766: processing added
2767:
2768: * tests/: 311.html, results/311.processed: test for
2769: json_exception_with_source added (related to issue #394)
2770:
2771: * src/classes/json.C: json_exception_with_source added (implements
2772: feature #394)
2773:
2774: 2015-06-29 moko
2775:
2776: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
2777: directories are now correctly determined if _d_type == DT_UNKNOWN
2778: (closes bug #1027)
2779:
2780: 2015-06-10 moko
2781:
2782: * src/types/pa_vxnode.h: extern "C" not requred and causes build
2783: error if libxml has LIBXML_ICU_ENABLED.
2784:
2785: 2015-06-04 moko
2786:
2787: * tests/099.html: ups, reverting
2788:
2789: * tests/: 099.html, 309.html, 310.html, results/309.processed,
2790: results/310.processed: tests for $response:body[ $.file[] ] and
2791: $response:last-modified added
2792:
2793: * src/main/pa_request.C: last-modified check fixed
2794:
2795: 2015-06-03 moko
2796:
2797: * tests/: 204.html, 205.html, 293.html, results/204.processed,
2798: results/205.processed, results/293.processed: $response:headers
2799: logging added (tests for feature #1007)
2800:
2801: * src/: include/pa_common.h, include/pa_request.h,
2802: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
2803: $response:headers are now in uppercase (closes feature #1007)
2804:
2805: 2015-06-02 moko
2806:
2807: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
2808: build errors reverted for clang compatibility
2809:
2810: 2015-06-01 moko
2811:
2812: * src/include/pa_memory.h: -pedantic build errors fixed
2813:
2814: * src/classes/math.C: -pedantic build error fixed
2815:
2816: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
2817:
2818: 2015-05-31 moko
2819:
2820: * src/classes/table.C: USE_STRINGSTREAM optimized
2821:
2822: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
2823: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
2824: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
2825: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
2826: types/pa_vxnode.h: warning war (-pedantic flag)
2827:
2828: 2015-05-28 moko
2829:
2830: * tests/: 308.html, results/308.processed: test for
2831: ^table::create[$t;], etc work added (related to bug #975)
2832:
2833: * src/classes/table.C: check_option_param removed,
2834: ^table::create[$t;], etc now works (fixes bug #975)
2835:
2836: 2015-05-27 moko
2837:
2838: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
2839: (Debian jessie) fixed (closes issue #1024)
2840:
2841: * tests/Makefile: sort added as in Debian jessie list become
2842: unsorted
2843:
2844: 2015-05-18 moko
2845:
2846: * tests/: 201.html, results/201.processed: test for
2847: ^string.trim[what] feature #1022
2848:
2849: * src/classes/string.C: ^string.trim[what] now supported,
2850: implements feature #1022
2851:
2852: 2015-05-17 moko
2853:
2854: * tests/results/185.processed: test result updated as feature #1021
2855: implemented (left/right accept negative parameter)
2856:
2857: * src/classes/string.C: left/right now accept negative parameter
2858: (implements feature #1021)
2859:
2860: 2015-05-08 moko
2861:
2862: * src/classes/math.C: isalnum -> pa_isalnum
2863:
2864: * src/main/execute.C: optimization in getter-junction processing
2865: (related to issue #997)
2866:
2867: 2015-05-07 moko
2868:
2869: * tests/: 307.html, results/307.processed: test for issue #997
2870: added
2871:
2872: * src/main/execute.C: process_getter result now checked if junction
2873: returned (closes issue #997)
2874:
2875: * tests/: 305.html, results/305.processed: sort added to ignore
2876: different order
2877:
2878: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
2879: assignment (closes issue #994)
2880:
2881: * tests/: 306.html, results/306.processed: test for issue #994
2882: added
2883:
2884: * tests/: 303.html, results/303.processed: two more errors tested
2885:
2886: 2015-05-06 moko
2887:
2888: * tests/: 305.html, results/305.processed: test for name2ip &
2889: ip2name added (related to feature #992)
2890:
2891: * tests/: 303.html, 304.html, results/303.processed,
2892: results/304.processed: tests for idna conversion added (related
2893: to issue #849)
2894:
2895: 2015-05-02 moko
2896:
2897: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
2898: implemented
2899:
2900: 2015-04-30 moko
2901:
2902: * src/main/pa_http.C: idna_host added, related to issue #849
2903:
2904: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
2905: (related to issue #849)
2906:
2907: 2015-04-24 moko
2908:
2909: * src/types/pa_vjunction.C: warning war
2910:
2911: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
2912: unification
2913:
2914: * src/lib/punycode/pa_idna.c: warning war
2915:
2916: 2015-04-22 moko
2917:
2918: * src/main/main.vcproj: punycode include path added
2919:
2920: * src/lib/punycode/pa_idna.c: windows compile error fixed
2921:
2922: * src/lib/punycode/pa_idna.c: warning war
2923:
2924: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
2925: project file added
2926:
2927: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
2928:
2929: * src/include/pa_memory.h: warning war
2930:
2931: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
2932: ^string:idna[xn--...], ^string.idna[] - idna conversion support
2933: implemented (related to feature #849)
2934:
2935: * configure.in, src/main/Makefile.am,
2936: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
2937: libpunycode added in Unix
2938:
2939: 2015-04-21 moko
2940:
2941: * configure.in: large files support
2942:
2943: 2015-04-15 moko
2944:
2945: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
2946: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
2947: pa_punycode.h: initial version for punycode/idna support library
2948: (ticket #849)
2949:
2950: 2015-04-08 moko
2951:
2952: * src/: classes/curl.C, classes/date.C, classes/file.C,
2953: classes/image.C, classes/mail.C, classes/reflection.C,
2954: classes/string.C, classes/xnode.C, include/pa_request.h,
2955: include/pa_string.h, include/pa_stylesheet_connection.h,
2956: main/compile.y, main/compile_tools.h, main/execute.C,
2957: main/pa_common.C, main/pa_request.C, main/pa_string.C,
2958: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
2959: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
2960: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
2961: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
2962: clang compiler warnings (closes issue #1018)
2963:
2964: * src/include/pa_string.h: String::Body comparation operators with
2965: char * added (related to issue #958)
2966:
2967: 2015-04-07 moko
2968:
2969: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
2970: pa_malloc/pa_free to remove system malloc/free usage (related to
2971: issue #1018)
2972:
2973: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
2974: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
2975: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
2976: main/pa_http.C, main/pa_request.C, main/pa_string.C,
2977: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
2978: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
2979: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
2980: malloc/strdup/free replaced with pa_ version and checks for
2981: accidental use of non-pa_ version added (related to issue #1018)
2982:
2983: 2015-04-03 moko
2984:
2985: * buildall: pcre-8.33 -> pcre-8.36
2986:
2987: * src/: main/compile.y, classes/form.C, classes/mail.C,
2988: classes/op.C, classes/string.C, main/compile.tab.C,
2989: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
2990: main/pa_sql_driver_manager.C, types/pa_vfile.C,
2991: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
2992: ticket #958)
2993:
2994: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
2995: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2996: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2997: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
2998: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
2999: $request:headers, $request:method added (implements feature
3000: #1007)
3001:
3002: 2015-03-17 misha
3003:
3004: * tests/302.html: - test for
3005: ^json:string[...;$._default[method-name]]
3006:
3007: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3008: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
3009: option $._default[method-name] is specified in ^json:string[], a
3010: method with specified name will be called for classes/objects
3011: serialization ( new feature: #982 )
3012:
3013: 2015-03-16 misha
3014:
3015: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
3016: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
3017: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
3018: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
3019: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
3020: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
3021: types/pa_vmemory.h, types/pa_vmethod_frame.C,
3022: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
3023: types/pa_vrequest.h, types/pa_vstateless_class.C,
3024: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3025: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
3026: $var.CLASS_NAME now have special opcodes. This can be switched
3027: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
3028: on pa_opcode.h ( new feature: #844 )
3029:
3030: 2015-03-15 misha
3031:
3032: * tests/075.html: - test for $response:header[]
3033:
3034: * src/types/pa_vresponse.C: - $response:header[] deletes header
3035: that was set earlie ( new feature: #1001 )
3036:
3037: 2015-03-12 misha
3038:
3039: * tests/246.html: - more tests for ^hash._at[]
3040:
3041: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
3042: accepts second param [key|value|hash] ( new feature: #1012 )
3043:
3044: 2015-03-09 moko
3045:
3046: * src/types/pa_vmail.C: exception for everything but
3047: $mail:received, closes issue #1011
3048:
3049: 2015-02-20 moko
3050:
3051: * tests/: 275.html, results/275.processed: hex detection in
3052: pa_atoui fix test (closes issue #1010)
3053:
3054: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
3055: issue #1010)
3056:
3057: 2015-02-17 moko
3058:
3059: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
3060: tainted.
3061:
3062: 2015-02-03 misha
3063:
3064: * tests/301.html: - test for ^json:string($double) causes
3065: exception. bugfix: #1008
3066:
3067: * src/classes/json.C: - ^json:string($double) causes exception.
3068: bugfix: #1008
3069:
3070: * tests/014.html: - updated for work with ^hash.delete[]
3071:
3072: 2015-01-12 misha
3073:
3074: * src/: classes/form.C, include/pa_common.h,
3075: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
3076: types/pa_vform.h: - supports body with PUT method as well ( new
3077: feature: #1006 )
3078:
3079: * src/classes/file.C: - warnings war
3080:
3081: 2015-01-11 misha
3082:
3083: * tests/300.html: - test for ^hash.delete[] is added
3084:
3085: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
3086: feature: #989 ) - tiny optimization in intersects
3087:
3088: 2015-01-06 moko
3089:
3090: * src/types/pa_vmail.C: file names transcode added, to and cc added
3091: with transcode, attachments detection fixed
3092:
3093: * src/main/pa_request.C: filling mail received after cgi/auto.p
3094: load to allow charset switch (related to issue #996)
3095:
3096: 2014-12-31 moko
3097:
3098: * src/types/pa_vmail.C: from and subject now transcoded if not
3099: UTF-8 source charset (fixes issue 996)
3100:
3101: * src/main/pa_exception.C: fixed string from stack bug (closes
3102: issue #1000)
3103:
3104: 2014-12-11 misha
3105:
3106: * src/types/pa_vhashfile.C: - check if key is not empty before
3107: access ( bug fix: #1005 )
3108:
3109: 2014-11-13 misha
3110:
3111: * src/main/compile.y: - PC.append does not reset to false while
3112: creating a new class. bugfix: #990
3113:
3114: * tests/299.html: - test for creation class after working with
3115: partial class (create+append)
3116:
3117: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
3118: #995
3119:
3120: * tests/232.html: - test for @get[def] added
3121:
3122: 2014-10-12 moko
3123:
3124: * src/lib/pcre/pcre_internal.vcproj: correct path
3125:
3126: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3127: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
3128: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
3129: targets/apache/ApacheModuleParser3.vcproj,
3130: targets/apache/ApacheModuleParser3Core.vcproj,
3131: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3132: types/types.vcproj: project GUID inserted in *.vcproj for correct
3133: conversion in newer VS versions
3134:
3135: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
3136: pcre_internal.vcproj added
3137:
3138: 2014-08-28 moko
3139:
3140: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
3141: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
3142: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
3143:
3144: 2014-06-30 misha
3145:
3146: * tests/298.html: - tests for ^reflection:def[class;className]
3147: added
3148:
3149: * src/classes/reflection.C: - ^reflection:def[class;className]
3150: added ( new feature: #918 )
3151:
3152: 2014-06-29 misha
3153:
3154: * src/classes/table.C: - ^table::create[unsupported data] -
3155: exception comment changed to "body must be table or code" ( bug
3156: fix: #951 )
3157:
3158: * tests/: 261.html, results/261.processed: - tests for
3159: ^json:string[...;$.void[null|string]] added
3160:
3161: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
3162: option $.void[string|null] added to ^json:string[...] ( new
3163: feature: #952 )
3164:
3165: 2014-06-28 moko
3166:
3167: * src/classes/curl.C: $.charset now processed before other curl
3168: options (closes issue #980)
3169:
3170: 2014-05-23 misha
3171:
3172: * src/classes/json.C: - bug fix: #987
3173:
3174: 2014-05-04 misha
3175:
3176: * tests/: 253.html, 253_json.txt: - test for
3177: ^json:parse[$.int(false)] is added
3178:
3179: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
3180: default true). The option is similar to $.double(bool) but for
3181: integers.
3182:
3183: 2014-05-01 moko
3184:
3185: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
3186: #12 )
3187:
3188: 2014-04-16 moko
3189:
3190: * src/main/pa_http.C: response-charset option should finally work
3191: now (fix for issue #867)
3192:
3193: * src/main/pa_http.C: response-charset option should work now (fix
3194: for issue #867)
3195:
3196: 2014-03-07 moko
3197:
3198: * buildall: libgc moved
3199:
3200: * buildall: libgc moved
3201:
3202: 2013-12-29 moko
3203:
3204: * src/classes/string.C: ^string:js-unescape result now tainted,
3205: closes issue #966
3206:
3207: * tests/: 186.html, results/186.processed: ^string:js-unescape
3208: result now tainted, issue #966
3209:
3210: 2013-12-03 moko
3211:
3212: * src/: classes/memcached.C, types/pa_vmemcached.C,
3213: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
3214: option was added for http://www.parser.ru/forum/?id=79343
3215:
3216: * src/classes/file.C: bugfix for
3217: http://www.parser.ru/forum/?id=79337
3218:
3219: 2013-11-05 moko
3220:
3221: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
3222:
3223: * src/main/pa_globals.C: spelling fixed
3224:
3225: 2013-10-29 moko
3226:
3227: * src/lib/json/json.vcproj: json.c -> pa_json.C
3228:
3229: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
3230: #892
3231:
3232: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
3233: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
3234: exceptions to be thrown thougth json library), related to issue
3235: #892
3236:
3237: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
3238: related to issue #896
3239:
3240: 2013-10-24 moko
3241:
3242: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
3243:
3244: 2013-10-23 moko
3245:
3246: * README: actualization
3247:
3248: 2013-10-22 moko
3249:
3250: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
3251: compatibility patch from Sergey Kirpichev
3252:
3253: * tests/: 297.html, results/297.processed: non-working getter fix
3254: test for issue #948
3255:
3256: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
3257: called when saving value of $match variable in ^string.match[] to
3258: increase compatibility (related to issue #948).
3259:
3260: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
3261: usage optimization
3262:
3263: 2013-10-21 moko
3264:
3265: * tests/: 182.html, results/182.processed: local path removed for
3266: compatibility
3267:
3268: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
3269: results/244.processed, results/253.processed,
3270: results/254.processed, results/275.processed,
3271: results/281.processed: try_catch -> try-catch
3272:
3273: * tests/: 288.html, 294.html, 296.html, results/288.processed,
3274: results/294.processed, results/296.processed: try_catch ->
3275: try-catch
3276:
3277: 2013-10-20 moko
3278:
3279: * tests/: 296.html, results/296.processed: test for xsl exception
3280: for issue #938 added.
3281:
3282: * src/: include/pa_xml_exception.h,
3283: main/pa_stylesheet_connection.C: forgotten to be replaced
3284: XmlException is now replaced (once again closes issue #938)
3285:
3286: 2013-10-19 misha
3287:
3288: * bin/auto.p.dist.in: - more mime-types are added
3289:
3290: 2013-10-18 moko
3291:
3292: * buildall: disable clock_gettime detection to avoid librt linking
3293: (which in turn depends on libpthread), related to issue #943
3294:
3295: 2013-10-18 misha
3296:
3297: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
3298: lib/smtp/smtp.vcproj, main/main.vcproj,
3299: targets/apache/ApacheModuleParser3Core.vcproj,
3300: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3301: types/types.vcproj: - new locations for libxml2 includes where
3302: added to vcproj files
3303:
3304: 2013-10-18 moko
3305:
3306: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
3307: fix
3308:
3309: * tests/: 295.html, results/295.processed: test for issue #948
3310: updated
3311:
3312: * src/classes/table.C: hopefully last lost part for issue #948 fix.
3313: :)
3314:
3315: * tests/: 295.html, results/295.processed: test for issue #948
3316: added
3317:
3318: * src/: classes/hash.C, classes/string.C, classes/table.C,
3319: include/pa_request.h, types/pa_method.h: for getters and setters
3320: to be executed request.put_element should be called, not
3321: context.put_element (fixes issue #948)
3322:
3323: 2013-10-17 moko
3324:
3325: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
3326: LIBXML2_NEW_BUFFER check (closes issue #943)
3327:
3328: * buildall: libxml 2.9.1 build is broken --without-reader.
3329:
3330: 2013-10-16 moko
3331:
3332: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
3333:
3334: * tests/: 294.html, results/294.processed: test for issue #938
3335:
3336: * src/: classes/xdoc.C, classes/xnode.C,
3337: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
3338: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
3339:
3340: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
3341: libxslt-1.1.26 -> libxslt-1.1.28
3342:
3343: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
3344: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
3345: to '?', related to issue #938
3346:
3347: 2013-10-15 moko
3348:
3349: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
3350: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
3351: minor optimizations (closes issue #896)
3352:
3353: * tests/results/: 292.processed, 293.processed: results updated to
3354: comply with issue #896
3355:
3356: * tests/: 292.html, 293.html, results/292.processed,
3357: results/293.processed: tests for json escaping
3358:
3359: 2013-10-14 moko
3360:
3361: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
3362: and cleanup, code moved from .h to .C, no changes in code
3363:
3364: 2013-10-12 moko
3365:
3366: * tests/results/119.processed: updated test result commited
3367:
3368: * tests/: 291.html, results/291.processed: test for issue #894
3369: added
3370:
3371: * src/types/pa_wcontext.h: base methods call support function
3372: get_somebody_entered_some_class should not be true forever, as
3373: wcontext can have many get_elements calls (fixes issue #894)
3374:
3375: 2013-10-11 moko
3376:
3377: * tests/: 290.html, results/290.processed: test for junction GPF
3378: issue #942 added
3379:
3380: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
3381: to native method fixed (closes issue #942)
3382:
3383: * tests/: 158.html, results/158.processed: test for csv-string[]
3384: added
3385:
3386: * src/classes/table.C: minor fixes for table.csv-string[] (closes
3387: feature #907)
3388:
3389: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
3390: feature #907)
3391:
3392: 2013-10-09 moko
3393:
3394: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
3395: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
3396: types/pa_vstateless_class.C: GET_default, SET_default now works
3397: properly not only in objects, but in classes as well (closes
3398: issue #903)
3399:
3400: * tests/: 289.html, results/289.processed: GET/SET_default now
3401: works in classes, not only objects, test case added, related to
3402: issue #903
3403:
3404: * tests/: 288.html, results/288.processed: test for endless
3405: recursion bug added (related to issue #903)
3406:
3407: 2013-10-05 moko
3408:
3409: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3410: classes/table.C, main/execute.C, types/pa_method.h,
3411: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
3412: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3413: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
3414: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
3415: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
3416: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
3417: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
3418: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
3419: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
3420: optimization: put_element no longer has "bool areplace" argument,
3421: related to issue #903
3422:
3423: 2013-10-03 moko
3424:
3425: * tests/results/182.processed: result for $.replace(false) test
3426: commited
3427:
3428: * src/classes/date.C: ^date::create(number) processed correctly
3429: (fixes issue #901)
3430:
3431: * src/classes/image.C: as_no_junction removed, as param can be
3432: expression (closes issue #931)
3433:
3434: * tests/233.html: test for issue #931 added
3435:
3436: 2013-10-02 moko
3437:
3438: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
3439: modified, test for $.replace(false) added
3440:
3441: * src/main/compile_tools.h: forgotten class replace returned. :)
3442:
3443: 2013-09-30 moko
3444:
3445: * tests/: 141.html, results/141.processed: md5 tainting test added
3446:
3447: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3448: main/compile_tools.h, main/pa_request.C: allow_class_replace
3449: implemented; $.replace option added to ^process and ^use
3450:
3451: 2013-08-27 moko
3452:
3453: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
3454: cstr_to_string_body_untaint should be called with charsets for
3455: possible uri language and connection for possible sql language.
3456: related to issue #857
3457:
3458: * buildall: and -> or fixed
3459:
3460: 2013-08-26 moko
3461:
3462: * buildall: prepare_ functions logic changed to support
3463: gc-7.2d.tar.gz extracting to gc-7.2 directory
3464:
3465: 2013-08-23 moko
3466:
3467: * src/include/pa_config_fixed.h: gc and xml libs are now linked
3468: statically
3469:
3470: 2013-08-22 moko
3471:
3472: * src/classes/string.C: String::Empty used (related to issue #912)
3473: append_know_length removed (related to old GPF bug)
3474:
3475: 2013-08-21 moko
3476:
3477: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
3478:
3479: * src/classes/math.C: ^math:digest[...;$file] support added
3480: (related to ticket #857
3481:
3482: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
3483: implemented
3484:
3485: * src/types/pa_vhashfile.h: warning war
3486:
3487: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
3488: include/pa_request.h, main/pa_request.C, types/pa_value.h:
3489: anti_endless_json_string_recoursion removed from request;
3490: json_string_recoursion added to json_options; $.indent[indent
3491: value] now supported and passed within recoursion closes feature
3492: #937
3493:
3494: * tests/: 287.html, results/287.processed: test for feature #937
3495:
3496: 2013-07-31 moko
3497:
3498: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
3499: compilation having #define _S
3500:
3501: * src/main/pa_globals.C: cleanup
3502:
3503: 2013-07-30 moko
3504:
3505: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
3506: main/pa_common.C: vs2003 warning war
3507:
3508: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
3509:
3510: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
3511:
3512: * src/lib/md5/pa_sha2.c: warning war
3513:
3514: 2013-07-29 moko
3515:
3516: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
3517: patches from github
3518:
3519: * src/: classes/bool.C, classes/double.C, classes/int.C,
3520: classes/memcached.C, include/pa_config_includes.h,
3521: types/pa_vfile.C, types/pa_vfile.h: warning war
3522:
3523: * src/lib/json/json.vcproj: C++ -> C
3524:
3525: * src/lib/json/: json.c, pa_json.C: C++ warning revert
3526:
3527: * src/lib/json/: json.c, pa_json.C: windows compatibility
3528:
3529: * src/lib/json/: json.c, pa_json.C: windows compatibility
3530:
3531: * src/lib/json/: json.c, pa_json.C: warning war
3532:
3533: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
3534:
3535: * src/include/pa_config_fixed.h: uint16_t added
3536:
3537: * configure.in: uint16_t check added
3538:
3539: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 3540: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
3541: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
3542: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
3543: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 3544:
3545: 2013-07-25 moko
3546:
3547: * parser3.sln: dependencies added
3548:
3549: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
3550: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
3551: module support
3552:
3553: * src/targets/apache/mod_parser3_core.C: win32 cleanup
3554:
3555: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
3556:
3557: 2013-07-23 moko
3558:
3559: * src/: include/pa_memory.h, main/pa_memory.C: non-working
3560: PA_DEBUG_GC_MEMORY removed
3561:
3562: * src/: main/pa_globals.C, targets/cgi/parser3.C:
3563: PA_DEBUG_DISABLE_GC compilation fix
3564:
3565: * src/: classes/op.C, classes/table.C, include/pa_request.h,
3566: main/pa_request.C: outdated RESOURCES_DEBUG removed
3567:
3568: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
3569: garbage cleanup
3570:
3571: * src/main/pa_common.C: warning war
3572:
3573: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
3574:
3575: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
3576: minor cleanup
3577:
3578: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
3579: uses cygwin, not WIN32 implementation
3580:
3581: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
3582: able to exec shell scripts
3583:
3584: * src/classes/math.C: ifdef WIN32 cleanup
3585:
3586: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
3587:
3588: * bin/auto.p.dist.in: libpq.so -> libpq.
3589:
3590: * src/classes/curl.C: LT_MODULE_EXT used
3591:
3592: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
3593:
3594: 2013-07-22 moko
3595:
3596: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
3597: includes fix
3598:
3599: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
3600:
3601: * configure.in, src/include/pa_config_includes.h,
3602: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
3603: src/main/pa_exec.C: includes cleanup
3604:
3605: * src/targets/cgi/parser3.C: 2012->2013
3606:
3607: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
3608:
3609: * configure.in, src/include/pa_config_includes.h,
3610: src/include/pa_http.h, src/lib/json/JSON_parser.h,
3611: src/main/pa_random.C, src/main/pa_socks.C,
3612: src/types/pa_vstatus.C: cygwin support cleanup
3613:
3614: * configure.in: dirent.h check added
3615:
3616: * src/: include/pa_config_includes.h, include/pa_dir.h,
3617: main/pa_dir.C: includes cleanup, dirent.h check added filePath
3618: not copied
3619:
3620: 2013-07-21 moko
3621:
3622: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
3623:
3624: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
3625: parser3.vcproj: unused getopt.h / getopt.c removed
3626:
3627: * operators.txt, src/classes/file.C, tests/022.html,
3628: tests/results/022.processed: ^file:list[path][$.filter[regexp]
3629: $.stat(true)] usage commented
3630:
3631: * configure.in, src/classes/file.C, src/include/pa_dir.h,
3632: src/main/pa_dir.C: ^file:list[] now has dir column and when
3633: $.stat(true) it has size/*date columns modified patch from misha@
3634: that closes issue #914.
3635:
3636: * src/: include/pa_config_includes.h, main/pa_globals.C:
3637: PA_RELEASE_ASSERTS removed
3638:
3639: * src/lib/md5/pa_md5c.c: minor cleanup
3640:
3641: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
3642: localeconv()->decimal_point usage remoed (related to issue #934)
3643:
3644: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
3645: cordprnt.c removed
3646:
3647: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
3648: pa-include/pa_errno.h, pa-include/pa_file_io.h,
3649: pa-include/pa_strings.h: includes cleanup
3650:
3651: * src/lib/md5/pa_md5c.c: headers cleanup
3652:
3653: 2013-07-20 moko
3654:
3655: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
3656: cleanup
3657:
3658: 2013-07-19 moko
3659:
3660: * src/classes/math.C: extern "C" added for crypt
3661:
3662: 2013-07-18 moko
3663:
3664: * src/classes/math.C: fix redhat7.2 build
3665:
3666: 2013-07-17 moko
3667:
3668: * configure.in, src/include/pa_config_includes.h,
3669: src/include/pa_config_fixed.h: headers actualized (inttypes.h
3670: added for uint8/32/64_t)
3671:
3672: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
3673: pa_config_includes.h used for uint32/64_t
3674:
3675: 2013-07-16 moko
3676:
3677: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
3678: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
3679: war
3680:
3681: * src/main/compile.tab.C: compile.y was updated
3682:
3683: * src/main/compile.y: warning war
3684:
3685: * src/: include/pa_exception.h, main/pa_exception.C,
3686: main/pa_xml_exception.C: warning war
3687:
3688: * src/: include/pa_common.h, main/pa_common.C: warning war
3689:
3690: * configure.in: beauty :)
3691:
3692: * tests/: 141.html, results/141.processed: sha256/512 added
3693:
3694: 2013-07-13 moko
3695:
3696: * src/lib/md5/md5.vcproj: sha2 added
3697:
3698: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
3699: classes/math.C: sha2 support (sha256/sha512 digest)
3700:
3701: 2013-07-08 moko
3702:
3703: * src/classes/image.C: directory read or other read problem message
3704: fixed (related to issue #933)
3705:
3706: 2013-07-07 moko
3707:
3708: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
3709: dependense from $charsetsdir directory existance and content (and
3710: UTF-8 is default allready)
3711:
3712: * AUTHORS: + misha + moko. :)
3713:
3714: 2013-07-06 moko
3715:
3716: * src/: classes/curl.C, include/pa_globals.h,
3717: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
3718: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
3719: for lt_dlinit to be called once and lt_dlexit called at right
3720: place (related to issue #925)
3721:
3722: 2013-07-04 moko
3723:
3724: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
3725: VString::as_vfile now uses vfile.set_binary_string to avoid
3726: content-type to be set, as it brokes badly designed logic in
3727: response output. This hopefully finishes issue #928.
3728:
3729: * tests/results/: 256.processed, 286.processed: file now displayed
3730: as name, size, mode, content-type
3731:
3732: * src/main/pa_common.C: read error now reported cottectly (fixes
3733: issue #933
3734:
3735: 2013-06-28 moko
3736:
3737: * tests/: 286.html, results/286.processed: test extended
3738:
3739: * tests/: 286.html, results/286.processed: Test for issue #928
3740: added. it tests default content-type change.
3741:
3742: * src/types/pa_vfile.C: closes issue #928 - default content-type
3743: now updated
3744:
3745: 2013-06-25 moko
3746:
3747: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
3748: content-type for text/binary files without name added;
3749: ^file::create[$f;...] options now works properly and $f
3750: properties are default (fixes issue #928)
3751:
3752: 2013-05-16 misha
3753:
3754: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
3755: added
3756:
3757: * src/main/pa_table.C: - a tiny memory optimisation while creating
3758: table if specified limit is bigger than source rows count
3759:
3760: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
3761: added ( new feature: #858 )
3762:
3763: 2013-04-29 moko
3764:
3765: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
3766: $.ipresolve(0|1|2) added (closes issue #891)
3767:
3768: * src/lib/curl/curl.h: CURL_IPRESOLVE added
3769:
3770: 2013-04-24 moko
3771:
3772: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3773: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
3774: types/pa_vmemcached.h: ^memcache.release[] added, calls
3775: memcached_quit (refs #893)
3776:
3777: 2013-04-22 moko
3778:
3779: * src/: include/pa_string.h, main/pa_common.C: no more double
3780: slashes in file path (fixes bug #872)
3781:
3782: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
3783: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
3784: #739)
3785:
3786: * tests/results/266.processed: $.max_params added (feature #915)
3787:
3788: * src/: include/pa_common.h, main/pa_http.C: response-charset
3789: option added to file::load (closes issue #867)
3790:
3791: 2013-04-20 misha
3792:
3793: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
3794: commited
3795:
3796: 2013-03-15 misha
3797:
3798: * src/classes/: hash.C, table.C: - Optimisation: do not create
3799: multiple empty strings while ::sql. uae String::Empty instead
3800:
3801: 2013-03-14 misha
3802:
3803: * src/classes/reflection.C: - for user classes
3804: ^reflection:method_info[] returns $.max_params and $.extra_param
3805: with $.call_type if they available ( new feature: #915 )
3806:
3807: * src/classes/file.C: - ^file:delete[] now supports an option
3808: $.exception(false) that suppress any exception while deleting
3809: file ( new feature: #916 )
3810:
3811: * src/classes/curl.C: - parsing cookies after curl:load now should
3812: work :)
3813:
3814: 2013-03-12 misha
3815:
3816: * src/types/pa_vfile.C: - if specified file_name is empty string
3817: set default name for the file
3818:
3819: 2013-03-11 misha
3820:
3821: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
3822: also available in $f.cookies
3823:
3824: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
3825: moved to a separate method
3826:
3827: 2013-03-10 moko
3828:
3829: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
3830: added
3831:
3832: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
3833: removed (declared by autoconf)
3834:
3835: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
3836: uint32_t define
3837:
3838: 2013-03-10 misha
3839:
3840: * src/classes/file.C: ^file:delete and ^file:move now support
3841: option $.keep-empty-dirs(true) ( new feature: #884 )
3842:
3843: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
3844: empty dirs is added
3845:
3846: 2013-03-10 moko
3847:
3848: * src/classes/: bool.C, double.C, int.C: default can be present,
3849: but default check removed from ^int/double/bool.int/double/bool
3850: for string.int/double/bool compatibility (related to issue #913)
3851:
3852: * src/classes/string.C: ^string.int/dobule/bool no longer
3853: internally throws exception if default is present (closes issue
3854: #913)
3855:
3856: 2013-03-09 misha
3857:
3858: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
3859: optimisations ( #845 )
3860:
3861: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
3862:
3863: 2013-03-08 moko
3864:
3865: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
3866: creates correct table (fixes issue #910)
3867:
3868: * src/classes/op.C: r.connection() -> r.connection(false) to allow
3869: use outside of 'connect' operator (fixes issue #911)
3870:
3871: * tests/results/: 096.processed, 122.processed: test results
3872: updated as doubles now printed with 15 significant digits, not 5
3873: (fixes issue #882)
3874:
3875: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
3876: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
3877:
3878: 2013-02-21 moko
3879:
3880: * src/classes/table.C: _locate_name_value does not check arguments
3881: count, so we check it in advance (fixes issue #905)
3882:
3883: 2012-10-23 moko
3884:
3885: * buildall: old shell for and echo compatibility (for six)
3886:
3887: 2012-10-19 moko
3888:
3889: * buildall: --strip added --disable-safe-mode listed in usage
3890:
3891: 2012-10-17 misha
3892:
3893: * src/classes/op.C: - apply-taint should not throw "outside
3894: connect" exception with sql lang now
3895:
3896: 2012-10-17 moko
3897:
3898: * src/main/pa_request.C: bugfix: safe mode should be inited for
3899: each request (for apache module)
3900:
3901: 2012-09-26 moko
3902:
3903: * src/doc/doxygen.cfg: png -> svg
3904:
3905: 2012-09-25 moko
3906:
3907: * tests/: 141.html, results/141.processed: md5 hmac added, long key
3908: test added
3909:
3910: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
3911: double use when key is long
3912:
3913: 2012-09-16 moko
3914:
3915: * src/classes/math.C: Format -> Method Encode -> Format
3916:
3917: * tests/: 141.html, results/141.processed: math:digest hmac test
3918: added
3919:
3920: 2012-09-14 moko
3921:
3922: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
3923: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
3924: implementation added
3925:
3926: 2012-09-12 moko
3927:
3928: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
3929: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
3930: targets.dox and string.dox slightly actualized
3931:
3932: 2012-08-31 moko
3933:
3934: * ChangeLog: now generated with patched cvs2cl.pl
3935:
3936: 2012-07-29 moko
3937:
3938: * tests/285.html, src/main/execute.C, tests/results/285.processed:
3939: result should be pushed after VMethodFrame destructor is called,
3940: as it deletes junctions from stack params (fixes issue #868)
3941:
3942: 2012-07-23 moko
3943:
3944: * INSTALL, README: buildall script usage documented, other outdated
3945: info updated.
3946:
3947: * buildall-with-xml, buildall-without-xml: replaced by buildall
3948:
3949: 2012-07-21 moko
3950:
3951: * buildall: glib does not compile when threads are disabled...
3952:
3953: * src/types/pa_vmail.C: g_assertion fixes for empty input
3954:
3955: * src/types/pa_vmail.C: yet another fix (strange GPF on object
3956: unref, can't unref nested objects)
3957:
3958: * src/types/pa_vmail.C: another check added
3959:
3960: 2012-07-19 moko
3961:
3962: * buildall: usage added
3963:
3964: * buildall: new buildall script that unites buildall-with-xml,
3965: buildall-without-xml, --with-apache and --with-mailreceive
3966:
3967: * configure.in: support for static gmime and dynamic glib linking.
3968: fixes for FreeBSD
3969:
3970: 2012-07-17 moko
3971:
3972: * configure.in: --with-mailreceive replaced
3973: --with-static-mailreceive and --with-shared-mailreceive pathlink
3974: removed
3975:
3976: 2012-07-16 moko
3977:
3978: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
3979: capitalized, content now decoded and text content converted to
3980: $request:charset. all properties are accessed by functions, this
3981: ready for dynamic load.
3982:
3983: 2012-06-28 moko
3984:
1.116 moko 3985: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
3986: 32 bit
1.95 moko 3987:
3988: 2012-06-27 moko
3989:
3990: * buildall-with-xml, buildall-without-xml: fetch requires -p for
3991: passive ftp
3992:
3993: * src/lib/ltdl/ltdl.vcproj: release build fixed
3994:
3995: * configure.in: 3.4.2 RC -> 3.4.2
3996:
3997: 2012-06-22 moko
3998:
3999: * src/types/pa_vfile.C: returned empty mode to stated files (issue
4000: #815)
4001:
4002: * tests/: 284.html, results/284.processed: output options test
4003: (feature #265)
4004:
4005: 2012-06-22 misha
4006:
4007: * tests/215.html: - little changes
4008:
4009: 2012-06-21 moko
4010:
4011: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
4012: types/pa_vxdoc.h: output_options returned and used (bugfix for
4013: feature #265)
4014:
4015: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
4016: breaks long .*, default 10M restored. (issue #216)
4017:
4018: * tests/: 283.html, results/283.processed: test for issue #815
4019: added
4020:
4021: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
4022: again, cstrm not required.
4023:
4024: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
4025: Win32 and broken FreeBSD (issue #45)
4026:
4027: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
4028:
4029: * src/main/pa_string.C: warnings war
4030:
4031: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
4032: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
4033: main/pa_socks.C, targets/apache/pa_threads.C,
4034: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4035: types/pa_vstatus.C: compilation under cygwin fixed
4036:
4037: 2012-06-19 moko
4038:
4039: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
4040: Windows fixed
4041:
4042: * parser3.sln: removed antique pcre_ctype
4043:
4044: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
4045:
4046: * src/include/pa_config_fixed.h: undefined reference to
4047: __imp__pcre_* fix for Windows
4048:
4049: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 4050: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
4051: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
4052: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
4053: define fixed
1.95 moko 4054:
4055: 2012-06-18 moko
4056:
4057: * src/classes/memcached.C: flush -> clear
4058:
4059: * src/classes/memcached.C: memcached does not support quotes even
4060: in server name
4061:
4062: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4063: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
4064: called on open to check servers existance. $.key(true) syntax
4065: now supported
4066:
4067: 2012-06-17 moko
4068:
4069: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
4070: cleanup
4071:
4072: * src/classes/table.C, tests/282.cfg, tests/282.html,
4073: tests/results/282.processed: encloser at the EOF bug fixed,
4074: incorrectly enclosed data now processed more logicaly (fixes
4075: #339)
4076:
4077: 2012-06-15 moko
4078:
4079: * buildall-without-xml: sync with buildall-with-xml
4080:
4081: * buildall-with-xml: download auto-detected between fetch and curl
4082:
4083: * configure.in: --with-gc and --with-pcre now also processed
4084: correctly
4085:
1.116 moko 4086: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
4087: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
4088: should be run on rol1 using automake / aclocal (GNU automake)
4089: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 4090:
4091: * configure.in: new PARSER_VERSION logic
4092:
4093: * src/include/pa_version.h: new pa_version.h logic
4094:
4095: * src/: classes/curl.C, classes/file.C, classes/image.C,
4096: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4097: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
4098: feols_normalized -> fis_text_content set_binary added
4099:
4100: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
4101:
4102: 2012-06-15 misha
4103:
4104: * src/: classes/curl.C, classes/file.C, classes/image.C,
4105: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4106: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
4107: ^file::create[text;content] EOLs in content now is normalized. (
4108: new feature: #815 )
4109:
4110: 2012-06-15 moko
4111:
4112: * configure.in: --disable-version-update added to disable version
4113: update with host information (for debian package) whitespace
4114: optimized
4115:
4116: * configure.in: version changed to 3.4.2 RC no-pic added for
4117: libtool
4118:
4119: * src/include/pa_version.h: Nice pa_version.h default. Please keep
4120: it.
4121:
4122: 2012-06-14 moko
4123:
4124: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
4125: tests/results/281.processed: "hash flocked" error removed for
4126: safe operations like ^h._count[] ( new feature: #335 )
4127:
1.116 moko 4128: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 4129:
4130: * buildall-with-xml, buildall-without-xml: --with-static -> --with
4131:
4132: * configure.in: --with-static/shared xml replaced with --with-xml,
4133: xml compilation check added
4134:
4135: * configure.in: --with-static/shared-gc, --with-static-pcre are
4136: replaced with --with-gc and --with-pcre test for pcre linking
4137: added
4138:
4139: 2012-06-13 moko
4140:
4141: * configure.in: apxs2 check optimized
4142:
4143: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
4144: .la, includes optimized
4145:
4146: * buildall-with-xml: --with-pic looks better for -fPIC
4147:
4148: * configure.in: switched to convenience library in static linking
4149:
4150: * src/targets/apache/Makefile.am: switched to convenience library
4151: usage to avoid libtool warnings
4152:
4153: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
4154: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
4155: smtp/Makefile.am: switched to convenience library usage
4156:
4157: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
4158:
4159: * src/targets/apache/Makefile.am: updated for libtool usage
4160:
4161: * bin/auto.p.dist.in: .cfg removed from charset names.
4162:
4163: * buildall-without-xml: --with-included-ltdl added
4164:
4165: * buildall-without-xml: sync with buildall-with-xml
4166:
4167: * buildall-with-xml: --with-included-ltdl added $cflags added for
4168: -fPIC for x64 $download added for wget success check added
4169:
4170: * buildall-without-xml: --with-dynamic-stdcpp removed
4171:
4172: * configure.in: disable-static returned
4173:
4174: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
4175: LIBTOOLFLAGS
4176:
4177: 2012-06-12 moko
4178:
4179: * configure.in, src/targets/cgi/Makefile.am: disable-static not
4180: compatible with LIBTOOLFLAGS for unknown reasons
4181:
4182: * buildall-with-xml: --with-dynamic-stdcpp removed
4183:
4184: * configure.in: static/dynamic -lstdc++ linking option removed
4185: apxs2 check added
4186:
4187: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
4188: option removed
4189:
4190: 2012-06-10 moko
4191:
4192: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
4193: added
4194:
4195: * src/targets/cgi/pp3.cmd: old PAF stuff
4196:
1.116 moko 4197: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
4198: beauty
1.95 moko 4199:
4200: * depcomp: from libtool 2.4.2
4201:
4202: * configure.in: ltdl directory removed, it has correct Makefile.in
4203:
4204: 2012-06-09 moko
4205:
1.116 moko 4206: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
4207: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 4208: autogenerated files updated after libtool update
4209:
1.116 moko 4210: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
4211: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 4212: config_auto.h.in, config_fixed.h, configure, configure.ac,
4213: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
4214: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
4215: config/compile, config/config.guess, config/config.sub,
4216: config/depcomp, config/install-sh, config/ltmain.sh,
4217: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
4218: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
4219: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
4220: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
4221: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
4222: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
4223: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
4224: m4/lt~obsolete.m4: libtool updated to version 2.4.2
4225:
4226: * configure.in: preparation for new libtool
4227:
4228: * configure.in: Some beauty added :)
4229:
4230: * src/targets/apache/Makefile.am: := -> =
4231:
4232: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
4233: again. :)
4234:
4235: * src/include/pa_config_includes.h, configure.in: limits.h added,
4236: previously was taken from pcre_internal.h. :)
4237:
4238: * src/lib/pcre/Makefile.am: config.h returned
4239:
4240: * src/lib/pcre/config.h: still need this. :)
4241:
4242: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
4243:
4244: * configure.in: --with-charsets removed; --with-mysql-client & co
4245: removed
4246:
4247: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
4248: now in parser tree, no need to copy
4249:
4250: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
4251: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
4252: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
4253: debian/patches/101_pcre.patch - local copy of pcre_internal.h
4254: extracts now used old trash removed
4255:
4256: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
4257: rare charsets/drivers are commented, sql driver quessing removed
4258: (debian/patches/103_auto_p.patch)
4259:
4260: * etc/parser3.charsets/Makefile.am: charsets now in share
4261: (debian/patches/104_automake.patch) + all charsets are copied
4262:
4263: * buildall-with-xml, buildall-without-xml: curl option removed +
4264: extra arguments now supported
4265:
4266: 2012-06-08 misha
4267:
4268: * src/classes/table.C: - one params.as_hash usage was rolled back:
4269: the 2nd option in ^table.hash[] could be hash or table so
4270: .as_hash will throw an exception when table option is specified
4271:
4272: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4273: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
4274: classes/table.C, classes/void.C, classes/xdoc.C,
4275: include/pa_exception.h, types/pa_vmethod_frame.C,
4276: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
4277: and improved (whitespaces are allowed as empty options) -
4278: MethodParams::as_table is added - above methods are used for
4279: parsing methods' options ( new feature: #9 )
4280:
4281: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
4282: to vclass. now class fields can be accessible as a hash:
4283: $h[^hash::create[$asd:CLASS]]
4284:
4285: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
4286: have get_fields method so their fields can be accessed with
4287: ^reflection:fields[...] & ^reflection:field[...]
4288:
4289: 2012-06-06 misha
4290:
4291: * tests/280.html: - tests for
4292: ^reflection:method[obj-or-class;method],
4293: ^reflection:field[obj-or-class;field] and
4294: ^reflection:fields[obj-or-class] are added
4295:
4296: 2012-06-05 misha
4297:
4298: * src/classes/reflection.C: - ^reflection:method[class or
4299: object;method name] and ^reflection:field[class or object;field
4300: name] are added
4301:
4302: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
4303: is used
4304:
4305: * src/types/pa_method.h: - Method::as_vjunction method is added
4306:
4307: 2012-06-05 moko
4308:
1.116 moko 4309: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 4310:
4311: * src/classes/memcached.C: flish ttl fixed
4312:
4313: 2012-06-04 moko
4314:
4315: * src/classes/json.C, src/classes/op.C, tests/279.html,
4316: tests/results/279.processed: ^json:parse[] now supports $.taint
4317: option (new feature #833)
4318:
4319: 2012-06-04 misha
4320:
4321: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
4322: - search_stop method was moved from pa_vcookie.C to pa_common.C
4323:
4324: 2012-06-03 misha
4325:
4326: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
4327: cookies are parced and stored into $.cookies ( new feature: #31 )
4328:
4329: 2012-05-30 misha
4330:
4331: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
4332: incomplete class into a scope while @USE is found
4333:
4334: * src/main/compile.y: - add incomplete class into a scope while
4335: @USE and @CLASS instructions are found ( bugfix: #838 )
4336:
4337: 2012-05-30 moko
4338:
4339: * src/types/pa_vclass.C, tests/278.html,
4340: tests/results/278.processed: removed "property has no getter
4341: method" exception when GET_DEFAULT present (fixes #269)
4342:
4343: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
4344: $._default
4345:
4346: 2012-05-29 moko
4347:
4348: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
4349: uninitialized values usage (new feature: #154)
4350:
4351: 2012-05-28 moko
4352:
4353: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
4354: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
4355: src/types/pa_vdate.h, src/types/pa_vdouble.h,
4356: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
4357: src/types/pa_vobject.C, src/types/pa_vobject.h,
4358: src/types/pa_vstring.h, src/types/pa_vtable.C,
4359: tests/results/277.processed, src/types/pa_vtable.h,
4360: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
4361: ^json:string[$o; $.default[$method]] implemented for VObject (new
4362: feature #803)
4363:
4364: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
4365: tests/results/277.processed: json numbers are now treated as
4366: double ( new feature: #834 )
4367:
4368: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
4369: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
4370: added for out of range checks, zero division in vint/vdouble
4371: check added ( fixes #832 )
4372:
4373: * tests/: 275.html, results/275.processed: tests for pa_atoui added
4374: ( fixes #832 )
4375:
4376: 2012-05-28 misha
4377:
4378: * buildall-with-xml: - --without-lzma option is added to libxml2
4379: configure
4380:
4381: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
4382: added - tests for unsupported values for options $.file, $.table
4383: and $.date are added
4384:
4385: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
4386: accepts "stat" $.file[] option's value in addition to existed
4387: "text" and "base64" ( new feature: #835 )
4388:
4389: * tests/276.html: - test for
4390: ^reflection:delete[$object-or-class;field-name]
4391:
4392: * src/classes/reflection.C: -
4393: ^reflection:delete[$object-or-class;field-name] is added ( new
4394: feature: #268 )
4395:
4396: 2012-05-27 misha
4397:
4398: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
4399:
4400: 2012-05-24 misha
4401:
4402: * src/include/pa_common.h: - method lastposafter was removed
4403:
4404: * src/classes/file.C: - use strrpbrk & rskipchars instead of
4405: lastposafter - ^file:dirname[] & Co proper handle windows file
4406: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
4407: work as *nix commands
4408:
4409: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
4410:
4411: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
4412: rskipchars were added
4413:
4414: * tests/270.html: - more tests for ^file:find[]
4415:
4416: * tests/065.html: - more tests for ^file:dirname[] & Co
4417:
4418: * src/include/pa_version.h: - must be "win32" here. it is
4419: auto-generated on *nix
4420:
4421: 2012-05-24 moko
4422:
4423: * src/classes/math.C: ^math:convert[] now supports uint32 and
4424: throws overflow exception ( new feature: #830 )
4425:
4426: * tests/: 275.html, results/275.processed: test for ^math:convert[]
4427: uint32 support and overflow added ( new feature: #830 )
4428:
4429: 2012-05-23 moko
4430:
4431: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
4432: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
4433: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
4434: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
4435: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4436: types/pa_vregex.h, types/pa_vstateless_class.C,
4437: types/pa_vstateless_class.h, types/pa_vstring.h,
4438: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4439: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
4440: "return string as-is" removed from as_expr_result. ( new feature:
4441: #831 )
4442:
4443: * tests/results/244.processed: test changed after bug #782 fix
4444: commited
4445:
4446: * tests/results/229.processed: test results for bug #782 commited
4447:
4448: * tests/: 254.html, results/254.processed: uid now just compared,
4449: not printed. :)
4450:
4451: 2012-05-20 moko
4452:
4453: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
4454: feature: #341 )
4455:
4456: * tests/: 254.html, results/254.processed: test for
4457: ^reflection:uid[] added
4458:
4459: * tests/: 254.html, results/254.processed: test for
4460: ^reflection:uid[$obj] added
4461:
4462: 2012-05-17 misha
4463:
4464: * src/main/untaint.C: - do not replace ' char by _26 while
4465: exploding filespec-tainting ( new feature: #829 )
4466:
4467: 2012-05-12 moko
4468:
4469: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
4470: not.
4471:
4472: 2012-05-08 moko
4473:
4474: * src/types/pa_vmethod_frame.h: bug #782 fixed
4475:
4476: * tests/229.html: test for bug #782
4477:
4478: * tests/results/259.processed, src/main/pa_request.C,
4479: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
4480: src/types/pa_vstring.h, src/types/pa_vvoid.C,
4481: src/types/pa_vvoid.h: feature #154 - first empty param now
4482: string; defined locals are empty strings; $STRICT-VARS(true)
4483: added
4484:
4485: 2012-04-27 moko
4486:
1.116 moko 4487: * src/targets/apache/Makefile.am:
1.95 moko 4488: ../../lib/memcached/libmemcached.a added
4489:
4490: 2012-04-27 misha
4491:
4492: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
4493: ( #827 )
4494:
4495: 2012-04-25 moko
4496:
4497: * src/: classes/json.C, classes/memcached.C,
4498: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4499: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
4500: implemented.
4501:
4502: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
4503:
4504: 2012-04-23 moko
4505:
4506: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4507: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4508: types/pa_vmemcached.h: open allows options hash for new
4509: memcached(options) function
4510:
4511: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
4512: not appended
4513:
4514: 2012-04-21 moko
4515:
4516: * src/classes/curl.C: '' added. :)
4517:
4518: * src/classes/classes.vcproj: new curl.h location
4519:
4520: * src/classes/curl.C: verbose output redirection from stderr to
4521: file curl option added
4522:
4523: 2012-04-20 moko
4524:
4525: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
4526: contains what we need from curl, #ifdef HAVE_CURL removed
4527:
1.116 moko 4528: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 4529: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 4530: src/lib/Makefile.am, src/lib/curl/Makefile.am,
4531: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 4532: configure option
4533:
4534: 2012-04-19 moko
4535:
4536: * src/: classes/double.C, classes/inet.C, classes/int.C,
4537: classes/string.C, lib/gc/include/gc_allocator.h,
4538: types/pa_vform.C: PVS-Studio detected errors fixes, unused
4539: options from sql_result_string removed. (closes issue #468)
4540:
4541: * src/types/pa_vmemcached.C: empty string fix
4542:
4543: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
4544: pa_vstring.C, pa_vstring.h: serialization helpers moved to
4545: pa_vmemcached.C
4546:
4547: 2012-04-18 moko
4548:
4549: * src/targets/apache/mod_parser3.c: "Parser3 module requires
4550: apache2-mpm-prefork" error displayed in threaded mpm.
4551:
4552: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4553: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
4554: installed (issue #354)
4555:
4556: 2012-04-16 moko
4557:
4558: * src/types/pa_vmemcached.C: call to memcached_result_create and
4559: memcached_result_free removed
4560:
4561: 2012-04-14 moko
4562:
4563: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
4564:
4565: * src/types/pa_vmemcached.C: check_key added and used
4566:
4567: 2012-04-13 moko
4568:
4569: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
4570: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
4571: Serialization_data now added and used, VString now serialized
4572: with languages into memcached.
4573:
4574: 2012-03-28 moko
4575:
4576: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
4577: lib/memcached/pa_memcached.h: result lengths added
4578:
4579: 2012-03-27 moko
4580:
4581: * src/types/pa_vmemcached.C: strdup added
4582:
4583: 2012-03-24 moko
4584:
4585: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4586: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4587: types/pa_vmemcached.h: memcached: mget, flush, fttl added
4588:
4589: 2012-03-20 moko
4590:
1.116 moko 4591: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 4592:
4593: * src/targets/cgi/Makefile.am: cleanup
4594:
4595: * src/: types/Makefile.am, types/pa_vmemcached.C,
4596: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
4597:
4598: * src/: classes/Makefile.am, classes/memcached.C,
4599: lib/memcached/Makefile.am, lib/memcached/constants.h,
4600: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4601: lib/memcached/types.h, lib/Makefile.am: memcached initial
4602:
4603: 2012-03-16 moko
4604:
4605: * src/main/execute.C: ident now works under Linux + ident displays
4606: filenames (closes issue #818)
4607:
1.116 moko 4608: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 4609: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
4610: pa_vmethod_frame_local.h removed
4611:
4612: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4613: classes/classes.h, classes/curl.C, classes/date.C,
4614: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4615: classes/hashfile.C, classes/image.C, classes/inet.C,
4616: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4617: classes/memory.C, classes/op.C, classes/reflection.C,
4618: classes/regex.C, classes/response.C, classes/string.C,
4619: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4620: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4621: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4622: include/pa_config_fixed.h, include/pa_config_includes.h,
4623: include/pa_dictionary.h, include/pa_dir.h,
4624: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4625: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4626: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4627: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4628: include/pa_request_charsets.h, include/pa_request_info.h,
4629: include/pa_sapi.h, include/pa_socks.h,
4630: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4631: include/pa_stack.h, include/pa_string.h,
4632: include/pa_stylesheet_connection.h,
4633: include/pa_stylesheet_manager.h, include/pa_table.h,
4634: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4635: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4636: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4637: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
4638: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4639: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4640: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4641: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4642: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4643: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4644: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4645: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4646: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4647: main/pa_string.C, main/pa_stylesheet_connection.C,
4648: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4649: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4650: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
4651: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4652: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4653: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4654: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4655: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4656: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4657: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
4658: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
4659: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4660: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4661: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4662: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4663: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4664: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4665: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4666: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4667: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
4668: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
4669: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
4670: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
4671: types/pa_vresponse.h, types/pa_vstateless_class.C,
4672: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4673: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
4674: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
4675: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
4676: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4677: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
4678: ident now works under Linux + ident displays filenames (closes
4679: issue #818) Copyright updated
4680:
4681: 2012-03-13 moko
4682:
4683: * src/main/pa_string.C: compilation fix for feature #741
4684:
4685: 2012-03-09 misha
4686:
4687: * tests/193.html: - tests for ^string:base64[encoded] are updated
4688:
4689: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
4690: now detects invalid base64 chars in the middle of encoded stricg
4691: ( new feature: #55 )
4692:
4693: * src/include/pa_exception.h: - new exception type for base64
4694: decoding is added
4695:
4696: 2012-03-06 misha
4697:
4698: * tests/274.html: - tests for ^date::today[] and
4699: ^date.sql-string[datetime|date|time] are added
4700:
4701: * src/classes/date.C: - constructor ^date::today[] is added ( new
4702: feature: #811 ) - ^date.sql-string[] now can accept one param --
4703: strings "datetime", "date" or "time" - comments tidying up
4704:
4705: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
4706: date and time
4707:
4708: 2012-03-03 misha
4709:
4710: * tests/193.html: - tests for
4711: ^string:base64[encoded;$.strict(true)] are added
4712:
4713: * tests/results/auto.p: - try-catch operator is added
4714:
4715: * src/: classes/file.C, classes/string.C, include/pa_common.h,
4716: main/pa_common.C: - $.strict(true|false) option is added to
4717: base64 decode methods ( new feature: #55 )
4718:
4719: * src/main/pa_common.C: - base64 decode memory usage was decreased
4720: ( new feature: #819 )
4721:
4722: 2012-02-28 moko
4723:
4724: * src/classes/hash.C: ident test
4725:
4726: 2012-02-27 misha
4727:
4728: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
4729:
4730: 2012-01-08 misha
4731:
4732: * tests/273.html: - tests for ^string.replace[from;to] are added
4733:
4734: * src/: classes/string.C, include/pa_dictionary.h,
4735: main/pa_dictionary.C, main/pa_string.C: -
4736: ^string.replace[from;to] is added ( new feature: #741 ) -
4737: ^string.replace[one subst here] is slightly optimized
4738:
4739: 2011-12-07 misha
4740:
4741: * src/classes/table.C: - $t[^table::create{$empty}] now creates
4742: named table with one empty column ( bugfix: #63 )
4743:
4744: 2011-11-30 misha
4745:
4746: * src/classes/json.C: - it's possible to set user's method for
4747: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
4748: #763 )
4749:
4750: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
4751:
4752: 2011-11-23 misha
4753:
4754: * src/: classes/curl.C, classes/file.C, classes/image.C,
4755: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
4756: types/pa_vfile.h, types/pa_vform.C: - constructor
4757: ^file::create[mode;filename;content[;options]] now accepts binary
4758: mode and file-content - new constructor's format:
4759: ^file::create[string-or-file-content[;$.name[filename]
4760: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
4761: feature: #65 )
4762:
4763: * src/: include/pa_request.h, main/pa_request.C: - new method
4764: mime_type_of(const String*) is added
4765:
4766: * src/include/pa_exception.h: - new exception constant
4767: FILE_NAME_MUST_BE_SPECIFIED is added
4768:
4769: * src/classes/table.C: - bug with negative offset transformed into
4770: a feature. it means pointing to a row from the end of the table (
4771: new feature: #810 )
4772:
4773: 2011-11-19 misha
4774:
4775: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
4776: â ìåòîäå _select ( new feature: #810 )
4777:
4778: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
4779: options were specified together is simplified
4780:
4781: 2011-11-12 misha
4782:
4783: * src/main/pa_request.C: - forgotten fix for escaping filename in
4784: HTTP content-disposition header (a part of bug #361 )
4785:
4786: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
4787: checks for ancestors' classes as well ( new feature: #456 )
4788:
4789: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
4790: "without cycle" now have types "parser.break" and
4791: "parser.continue" instead of "parser.runtime" ( new feature: #799
4792: )
4793:
4794: 2011-11-11 misha
4795:
4796: * tests/results/: 099.processed, 100.processed, 205.processed,
4797: 237.processed: - since bug #361 was fixed the content of filename
4798: in HTTP headers is quoted
4799:
4800: * tests/results/270.processed: - result for test 270
4801:
4802: * tests/: 065.html, results/065.processed: - more tests for
4803: ^file:basename[] & Co were added
4804:
4805: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
4806:
4807: * tests/270.html: - tests for ^file:find[] are added
4808:
4809: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
4810: using option $.charset. option $.engoding is still supported but
4811: these options can not be specified together
4812:
4813: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
4814: comparation charset name with string "UTF-8" ( bugfix: #759 )
4815:
4816: 2011-10-11 misha
4817:
4818: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
4819: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
4820: #622)
4821:
4822: 2011-09-30 misha
4823:
4824: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
4825: exception "saving stat-ed file" ( bugfix: #395 )
4826:
4827: 2011-05-30 misha
4828:
4829: * src/classes/string.C: - fixed bug which was added with
4830: params.as_hash into string:sql
4831:
4832: 2011-05-29 misha
4833:
4834: * src/types/pa_value.C: - filename in content-disposition header
4835: must be quoted ( bugfix: #361 )
4836:
4837: 2011-05-27 misha
4838:
4839: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
4840: created file
4841:
4842: * src/classes/: hash.C, mail.C: - little tunning with get_hash
4843: usage
4844:
4845: * src/include/pa_exception.h: - one more string for exception was
4846: added
4847:
4848: 2011-05-25 misha
4849:
4850: * tests/269.html: - tests for checking input params in some dom
4851: methods
4852:
4853: * src/classes/: xdoc.C, xnode.C: - validation of some input params
4854: was added. it isn't possible not wo create xdoc with invalid
4855: tagName. ( bugfix: #160 )
4856:
4857: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
4858: string "data must be string" was mover from pa_exception.h to
4859: pa_xml_exception.h
4860:
4861: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
4862: as_xmlncname, as_xmlname and as_xmlnsuri were added
4863:
4864: * src/main/pa_xml_exception.C: - XmlException accepts more options
4865:
4866: * src/include/pa_xml_exception.h: - XmlException accepts more
4867: options - XML-related exception's strings were added
4868:
4869: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
4870: output_options were removed)
4871:
4872: 2011-05-19 misha
4873:
4874: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
4875: params.as_hash is used more while parsing methods hash-options
4876:
4877: 2011-05-18 misha
4878:
4879: * operators.txt: - info about json-serialization of xdoc was added
4880:
4881: * tests/256.html: - tests for json-serialization xdoc were added
4882:
4883: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
4884:
4885: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4886: classes/json.C, classes/xdoc.C: - now json:string can serialize
4887: xdoc-objects. options (the same as ^xdoc.string[]) could be
4888: specified in $.xdoc[] ( new feature: #265 )
4889:
4890: 2011-05-15 misha
4891:
4892: * tests/268.html: - tests for ^table.count[with options] were added
4893:
4894: * src/classes/table.C: - method ^table.count[] now can accept
4895: options ( new feature: #93 ): ^table.count[column] returns number
4896: of columns for named table; ^table.count[cells] returns number of
4897: cells in the current row; ^table.count[] & ^table.count[rows]
4898: return number of rows in a table.
4899:
4900: * tests/267.html: - test for checking switch/case in boolean mode
4901: was added
4902:
4903: * src/classes/op.C: - if switch's or case's value is bool, they are
4904: compared as bool values, not as double values: new feature: #351
4905:
4906: 2011-05-06 misha
4907:
4908: * tests/242.html: - EOL before EOF was added
4909:
4910: * tests/169.html: - tests for splitting empty string and void were
4911: added
4912:
4913: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
4914: returned table with one empty cell)
4915:
4916: 2011-04-03 misha
4917:
4918: * src/include/pa_version.h, configure.in: - version in head was
4919: changed to 3.4.2b
4920:
4921: 2011-03-30 misha
4922:
4923: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
4924: as well ( new feature #294 )
4925:
4926: 2011-03-29 misha
4927:
4928: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
4929: limited to approx. 6 MB. previous limits were too big for real
4930: life. bugfix: #216
4931:
4932: 2011-03-04 moko
4933:
4934: * etc/parser3.charsets/cp866.cfg: Conforms to
4935: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
4936:
4937: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
4938: vlalek@
4939:
4940: 2011-02-22 misha
4941:
4942: * src/include/pa_charset.h, operators.txt: - some methods mustn't
4943: be under #ifdef XML or parser can't be compiled without xml
4944: support
4945:
4946: 2011-02-21 misha
4947:
1.116 moko 4948: * src/targets/apache/: Makefile.am: - mention
1.95 moko 4949: ApacheModuleParser3.vcproj was removed
4950:
4951: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
4952: removed)
4953:
4954: 2011-02-20 misha
4955:
4956: * tests/: 266.html, 266.p: - tests for checking $.inherited and
4957: $.overridden in ^reflection:method_info[...] were added
4958:
4959: * src/classes/reflection.C: - beautifying result of
4960: ^reflection:method_info[] ($.overridden/inherited)
4961:
4962: 2011-02-18 misha
4963:
4964: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
4965: and pa_isalnum instead of isalpha and isalnum - bug with
4966: redundand quoting lowercased latin chars while building email
4967: body was fixed
4968:
4969: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
4970: added (they check for latin chars only)
4971:
4972: 2011-02-16 misha
4973:
4974: * src/main/pa_charset.C: - bugfix: in some cases the calculating
4975: string size for transcoding gave too small value (should ever
4976: look for availability char in dest charset inspite of the char
4977: size)
4978:
4979: 2011-02-04 moko
4980:
4981: * tests/223.html: header values now not url-encoded (issue #195)
4982:
4983: 2011-02-01 misha
4984:
4985: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
4986:
4987: 2011-01-31 misha
4988:
4989: * src/main/pa_request.C: - throw exception if param file_name in
4990: use_file is empty
4991:
4992: 2011-01-08 moko
4993:
4994: * src/classes/curl.C: compilations errors fixed
4995:
4996: 2010-12-29 moko
4997:
4998: * tests/: 265.html, results/265.processed: test for issue #200
4999: added
5000:
5001: * src/main/pa_string.C: empty regex result check added (fixes issue
5002: #200)
5003:
5004: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
5005:
5006: * tests/results/223.processed: header values now not url-encoded
5007: (issue #195)
5008:
5009: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
5010: main/untaint.C: L_HTTP_HEADER now used in http headers values,
5011: pa_http_safe_header_name added for headers names (fixes bug #195)
5012:
5013: 2010-12-18 misha
5014:
5015: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
5016: => pa-include
5017:
5018: 2010-11-28 moko
5019:
5020: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
5021:
5022: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
5023: -> pa
5024:
5025: * configure.in: apr -> pa
5026:
5027: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
5028:
5029: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
5030: classes/Makefile.am, types/Makefile.am: apr -> pa
5031:
5032: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
5033: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
5034: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
5035: pa-include/pa_apr.h, pa-include/pa_errno.h,
5036: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
5037: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
5038: module apr name conflict resolved)
5039:
5040: 2010-11-27 misha
5041:
5042: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
5043: libbz2
5044:
5045: 2010-11-26 misha
5046:
5047: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
5048: warnings removed
5049:
5050: 2010-11-25 moko
5051:
5052: * operators.txt: $.indent(true)
5053:
5054: * operators.txt: another bugfix. :)
5055:
5056: * operators.txt: bugfix. :)
5057:
5058: * buildall-with-xml: libxml2-2.7.8 + with-apache
5059:
5060: 2010-11-24 moko
5061:
1.116 moko 5062: * configure: apxs support
1.95 moko 5063:
5064: * configure.in: apxs support -Bstatic gc removed for OS X
5065:
5066: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
5067:
5068: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
5069: THREAD_LOCAL usage
5070:
5071: * src/: classes/curl.C, include/pa_config_includes.h,
5072: main/pa_globals.C: THREAD_LOCAL defined and used
5073:
5074: 2010-11-23 moko
5075:
5076: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
5077: should be passed to pa_sleep, and only fractional part (bugfix:
5078: #188)
5079:
5080: * src/targets/apache/mod_parser3.c: 1.3 compatibility
5081:
5082: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5083: GC_dont_gc=1, as in cgi version
5084:
5085: * src/targets/apache/mod_parser3.c: warning war
5086:
5087: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5088: pa_httpd.h: version removed, some trash removed
5089:
5090: * src/targets/apache/mod_parser3.c: version removed (we don't want
5091: to show it), warning war
5092:
5093: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5094: pa_httpd.h: parser_status_allowed removed + merge config
5095: functions removed (override is the default) + beauty
5096:
5097: * src/: include/pa_request.h, main/pa_request.C,
5098: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
5099: hide $status used in apache module removed
5100:
5101: 2010-11-18 moko
5102:
5103: * operators.txt: $.table[compact] added for ^json:string[]
5104:
5105: 2010-11-16 moko
5106:
5107: * src/targets/apache/mod_parser3.c: some cleanup done
5108:
5109: * src/main/untaint.C: bugfix: first, second String::Body argument
5110: is hashcode; second, info.fragment_begin is original, not
5111: resulting length
5112:
5113: * src/classes/file.C: new feature: $.stdin now untainted
5114:
5115: * tests/results/264.processed: new feature: $.stdin[] now untainted
5116:
5117: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
5118:
5119: * src/classes/op.C: ^apply-taint[] method added
5120:
5121: * tests/: 264.html, results/264.processed: ^apply-taint[] test
5122: added; $.stdin untaint test added
5123:
5124: 2010-11-15 moko
5125:
5126: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
5127: removed
5128:
5129: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5130: pa_httpd.h: 2x2 calculated under apache2. :)
5131:
5132: 2010-11-13 moko
5133:
5134: * src/targets/apache/mod_parser3.c: initial changes to build module
5135: with apache 2.x includes
5136:
5137: * src/targets/apache/: Makefile.am, mod_parser3.c,
5138: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
5139: united apache 1.3 / apache 2.x DSO module
5140:
5141: 2010-11-09 moko
5142:
5143: * src/types/pa_method.h: check added to dissallow @method[name;*]
5144: syntax
5145:
5146: * tests/: 263.html, results/263.processed: test from method[*args]
5147: added
5148:
5149: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
5150: number of params can now be passed to a method declared with *arg
5151:
5152: 2010-11-06 moko
5153:
5154: * src/classes/table.C: formating fixed. :)
5155:
5156: * src/classes/table.C: closes #4: ^table.select now supports
5157: $.limit(), $.offset, $.reverse() options
5158:
5159: * tests/: 262.html, results/262.processed: test for ^table:select
5160: with options added (feature #4)
5161:
5162: * src/include/pa_array.h: remove function added
5163:
5164: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
5165: object in get_element/put_element, using static one.
5166:
5167: 2010-11-04 moko
5168:
5169: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
5170: options is passed
5171:
5172: * tests/: 256.html, results/256.processed: $.table[compact] feature
5173: now tested; k and p in handler now tested.
5174:
5175: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
5176: $.table[compact] feature added
5177:
5178: * src/classes/json.C: key is now passed to handler in
5179: value_json_string; ^json:string result now process tainting
5180: inside and returns clean string, related to issue #153
5181:
5182: * src/main/untaint.C: bugfix: charset can be null (in
5183: ^string:save[] as example), thus check is added
5184:
5185: 2010-10-31 moko
5186:
5187: * src/classes/string.C: error message changed (fixes issue #149)
5188:
5189: 2010-10-29 moko
5190:
5191: * src/main/pa_http.C: ":port" is now added to "Host:" header if
5192: port is not default (fixes issue #155); exception on invalid port
5193: added.
5194:
5195: * src/main/untaint.C: '*' is now not urlencoded to allow header
5196: "Accept: */*" to be passed
5197:
5198: 2010-10-28 moko
5199:
5200: * src/classes/curl.C: bugfix: detect_charset() was throwing
5201: exception on unknown charset even if response_charset was
5202: specified
5203:
5204: 2010-10-27 moko
5205:
5206: * src/classes/string.C: ^string.append removed for void
5207: compatibility
5208:
5209: 2010-10-26 moko
5210:
5211: * src/classes/json.C: libjson supports array at top level, we too
5212: (GPF fixed)
5213:
5214: 2010-10-25 moko
5215:
5216: * tests/: 253.html, results/253.processed: libjson supports array
5217: at top level, parser now supports it as well.
5218:
5219: * tests/261.html, tests/results/261.processed,
5220: src/types/pa_vstring.h: empty string is now void compatible
5221: (allows $empty.key)
5222:
5223: 2010-10-22 misha
5224:
5225: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
5226: while adding additional expires checkout)
5227:
5228: * tests/030.html: - test for session cookie was added
5229:
5230: 2010-10-21 moko
5231:
5232: * src/: classes/string.C, classes/void.C, main/execute.C,
5233: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
5234: string (feature #111)
5235:
5236: * tests/: 261.html, results/261.processed: checks void from string
5237: inheritance (feature #111)
5238:
5239: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
5240: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
5241: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
5242: now true by default
5243:
5244: 2010-10-17 moko
5245:
5246: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
5247: upload now uses binary blocks instead of L_FILE_POST tainting.
5248: (bugfix: #128)
5249:
5250: * tests/: 223.html, results/223.processed: binary file upload test
5251: added, GPF (issue #128) also checked in this test
5252:
5253: 2010-10-13 misha
5254:
5255: * tests/260.html: - test for math:convert
5256:
5257: * src/classes/math.C: - error in math:convert was fixed
5258:
5259: * operators.txt: - info about
5260: ^math:convert[number](from-base;to-base) was added
5261:
5262: * src/classes/math.C: - method
5263: ^math:convert[number](from-base;to-base) for converting number
5264: represention from one base to another was added ( new feature:
5265: #23 )
5266:
5267: 2010-10-13 moko
5268:
5269: * src/main/compile.tab.C: [] now is empty string, not void
5270:
5271: * src/main/compile.y: [] now is empty string, not void
5272:
5273: * src/types/pa_vvoid.h: void now passed as parameter
5274:
5275: * tests/: 259.html, results/259.processed: to test difference
5276: between void and empty string (see ticket #111)
5277:
5278: * tests/results/152.processed: $sEmpty[] is now empty string, not
5279: void
5280:
5281: * tests/256.html: $s[$void] is no longer empty string
5282:
5283: * tests/254.html: empty string is no longer void
5284:
5285: 2010-10-12 misha
5286:
5287: * src/types/pa_vcookie.C: - check if $.expires value can be
5288: converted to date during cookies set up ( bugfix: #104 )
5289:
5290: * tests/041.html: - more tests for ^table.locate were added
5291:
5292: * src/classes/table.C: - ^table.locate[field;value;options] didn't
5293: work ( bugfix: #129 ) - exception comment for incorrect options
5294: ^table.locate[field;value;options] was fixed
5295:
5296: 2010-10-10 moko
5297:
5298: * src/: classes/reflection.C, main/execute.C: constructor returning
5299: another object feature returned
5300:
5301: * tests/results/258.processed: test result updated as constructor
5302: returning another object feature returned
5303:
5304: * tests/: 258.html, results/258.processed: test for constructor
5305: returning another object
5306:
5307: 2010-10-08 misha
5308:
5309: * tests/257.html: - whitespaces after @METACOMMANDS and their
5310: options shouldn't cause exceptions any longer
5311:
5312: 2010-10-06 moko
5313:
5314: * src/classes/: hash.C, table.C: length from sql server is now
5315: ignored, as sql string can contain 0x00 inside (bugfix: #119)
5316:
5317: 2010-10-02 misha
5318:
5319: * operators.txt: - the X mark was removed from ^cache[file]. it is
5320: usable to delete cache file.
5321:
5322: 2010-10-02 moko
5323:
5324: * tests/: 253.html, results/253.processed: hook_key added for key
5325: checking
5326:
5327: * src/classes/json.C: null key bug fixed
5328:
5329: 2010-09-29 misha
5330:
5331: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
5332:
5333: 2010-09-25 moko
5334:
5335: * src/classes/json.C: small fixed
5336:
5337: * tests/results/: 253.processed, 255.processed: just updated
5338:
5339: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
5340: results/255.processed: charset transcode test added for
5341: json:parse
5342:
5343: 2010-09-24 moko
5344:
5345: * src/types/pa_value.h: warning war :)
5346:
5347: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
5348: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
5349: ^json:string
5350:
5351: 2010-09-22 moko
5352:
5353: * src/main/pa_charset.C: parser charset tables declare only
5354: white-space before 0x20, thus adding the missing chars
5355:
5356: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
5357: to http://unicode.org/Public/MAPPINGS/VENDORS/
5358:
5359: 2010-09-21 misha
5360:
5361: * src/main/compile.y: - some semicolons were added (VS2010 don't
5362: want to compile grammar if they are absent)
5363:
5364: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
5365:
5366: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
5367:
5368: * src/main/main.vcproj: - path to bison is changed
5369:
5370: 2010-09-21 moko
5371:
1.116 moko 5372: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
5373: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
5374: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 5375:
5376: 2010-09-20 misha
5377:
5378: * src/types/pa_vtable.C: - add EOLs while json-serializing table
5379:
5380: * src/classes/json.C: - add EOL while json-serializing hash
5381:
5382: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
5383: compilers don't like 'ES'.
5384:
5385: 2010-09-17 misha
5386:
5387: * operators.txt: - info about json class was added
5388:
5389: * src/classes/json.C: - ^json:string[object]
5390:
5391: * src/: include/pa_request.h, main/pa_request.C: - stuff for
5392: preventing infinite recursion while executing json:string was
5393: added
5394:
5395: * src/include/pa_string.h: - method append_quoted was added
5396:
5397: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
5398: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
5399: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
5400: was added to Value & Co
5401:
5402: * src/classes/date.C: - methods get_gmt_string and get_sql_string
5403: were used
5404:
5405: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
5406: were added
5407:
5408: 2010-09-10 moko
5409:
5410: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5411: die_or_abort (backport from 3.4.1)
5412:
5413: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5414: die_or_abort (bugfix: #106)
5415:
5416: 2010-09-09 moko
5417:
5418: * src/classes/json.C: warning war. :)
5419:
5420: 2010-09-08 misha
5421:
5422: * src/lib/json/Makefile.am: - additional include directories were
5423: added (for pa_memory.h and gc.h)
5424:
5425: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
5426: compile as C++ instead default - additional include directory was
5427: added (for gc.h)
5428:
5429: * src/types/pa_vform.C: - little code reformating
5430:
5431: * src/classes/file.C: - $.content-type option now can be specified
5432: in ^file::create ( new feature: #102 )
5433:
5434: 2010-09-08 moko
5435:
5436: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
5437: pa_malloc/pa_free
5438:
5439: 2010-09-07 moko
5440:
5441: * tests/results/254.processed: VStateless_class:put_element
5442: exception was fixed
5443:
5444: * src/types/: pa_value.h, pa_vstateless_class.h: now
5445: VStateless_class:put_element barks self.type, not this.type
5446: (bugfix: #105)
5447:
5448: 2010-09-06 moko
5449:
5450: * src/classes/reflection.C: bugfix: new String() is required for
5451: exception handling
5452:
5453: * tests/: 254.html, results/254.processed: test modified
5454:
5455: 2010-09-05 moko
5456:
5457: * tests/: 254.html, results/254.processed: ^reflection:copy test
5458: added
5459:
5460: * src/: classes/reflection.C, include/pa_request.h:
5461: ^reflection:copy implemented (new feature: #100)
5462:
5463: 2010-09-03 moko
5464:
5465: * src/lib/json/JSON_parser.C: c++ compatiblity
5466:
5467: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
5468: option testing added
5469:
5470: 2010-09-02 moko
5471:
5472: * src/classes/json.C: $.distinct[first|last|all] added
5473:
5474: 2010-09-01 moko
5475:
5476: * tests/results/253.processed: json test result
5477:
5478: * tests/: 253.html, 253_json.txt: json test added
5479:
5480: * src/classes/json.C: json.C update to actual version + hash key
5481: creation bugfix
5482:
5483: 2010-08-31 misha
5484:
5485: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
5486: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
5487: src/lib/Makefile.am, src/classes/Makefile.am,
5488: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
5489: json library was added
5490:
5491: 2010-08-30 moko
5492:
5493: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
5494: types/pa_vobject.C: cosmetic optimization in
5495: request:execute_method usage
5496:
5497: * src/: include/pa_charset.h, main/pa_charset.C: small
5498: optimization, just to decrease number of lines. :)
5499:
5500: 2010-08-27 misha
5501:
5502: * src/classes/op.C: - taint[json] was added
5503:
5504: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
5505: were added
5506:
5507: * src/main/pa_exec.C: - warning fix was rolled back.
5508:
5509: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
5510: include/pa_string.h: - taint[json] was added - escaping was
5511: slightly modified
5512:
5513: 2010-08-25 misha
5514:
5515: * src/classes/file.C: - typo in file:sql exception was fixed
5516:
5517: * src/main/pa_exec.C: - warning about declared and not used
5518: variable forced_allow was removed
5519:
5520: 2010-08-14 misha
5521:
5522: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
5523: were removed
5524:
5525: 2010-08-11 moko
5526:
5527: * tests/: 249.html, results/249.processed: default setter and
5528: anti-recursive default getter test added
5529:
5530: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
5531: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
5532: types/pa_vobject.h, types/pa_vstateless_class.C,
5533: types/pa_vstateless_class.h: default setter support +
5534: anti-recursive default getter support ( new feature: #13 )
5535:
5536: * src/include/pa_hash.h: optimization: threshold member removed
5537: from hash, reducing sizeof(hash)
5538:
5539: 2010-08-10 misha
5540:
5541: * tests/196.html: - junction-method was added to the test
5542:
5543: * tests/248.html: - ups. typo :)
5544:
5545: * tests/248.html: - test for checking .match with 4 params
5546:
5547: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
5548: 247_windows1251.txt: - test for "transcode file from utf-8 to
5549: $request:charset during loading if the BOM code is detected"
5550:
5551: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
5552: $request:charset during loading if the BOM code is detected ( new
5553: feature: #98 )
5554:
5555: 2010-08-05 misha
5556:
5557: * src/classes/image.C: - ^image.replace now can accept only 2
5558: params. in this case the whole image is affected ( new feature:
5559: #95 )
5560:
5561: 2010-08-04 misha
5562:
5563: * tests/246.html: - test tor ^hash._at[] was added
5564:
5565: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
5566: #53 )
5567:
5568: * src/include/pa_hash.h: - methods for accessing the first and the
5569: last values of ordered hash were added (first_value and
5570: last_value)
5571:
5572: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
5573: (similar to others file's methods):
5574: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
5575: #68 )
5576:
5577: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
5578:
5579: 2010-08-01 moko
5580:
5581: * src/classes/op.C: to correctly process $result[] in code, called
5582: from ^process
5583:
5584: * tests/245.html: $result in ^process[] test added
5585:
5586: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
5587: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
5588: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
5589: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
5590: caller, self) op_call(VMethodFrame &frame, bool constructing)
5591: removed, construct(class,method) added
5592:
5593: * tests/results/: 192.processed, 244.processed: request::construct
5594: added
5595:
5596: * tests/: 244.html, 245.html, results/244.processed,
5597: results/245.processed: object creation exceptions and ^process
5598: tests added
5599:
5600: 2010-07-28 misha
5601:
5602: * tests/make_tests.cmd: - win32 EOLs
5603:
5604: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
5605: tests on Win32 were added (The system timezone should be GMT+3)
5606:
5607: 2010-07-26 misha
5608:
5609: * tests/: 212.html, results/212.processed: - sizes were removed
5610: mecause they could be different on different OSs
5611:
5612: * tests/065.html: - make it "win32 friendly"
5613:
5614: 2010-07-25 misha
5615:
5616: * src/main/compile.y: - all EOLs between methods are removed during
5617: compilation ( new feature: #47 )
5618:
5619: * tests/results/149.processed: - prepare tests to trim trailing
5620: methods' EOLs
5621:
5622: * tests/149.html: - prepare tests to trim trailing methods' EOLs
5623:
5624: * tests/: results/006.processed, results/014.processed, 006.html,
5625: 014.html, 022.html: - prepare tests to trim trailing methods'
5626: EOLs
5627:
5628: * tests/: 059.html, 071.html, 149.html, results/059.processed,
5629: results/071.processed, results/022.processed: - prepare tests to
5630: trim trailing methods' EOLs
5631:
5632: * tests/: results/073.processed, results/109.processed,
5633: results/142.processed, results/144.processed,
5634: results/149.processed, 073.html, 096.html, 109.html, 142.html,
5635: 144.html: - prepare tests to trim trailing methods' EOLs
5636:
5637: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
5638: 149.html, 152.html, results/096.processed, results/107.processed,
5639: results/109.processed, results/142.processed,
5640: results/144.processed: - prepare tests to trim trailing methods'
5641: EOLs
5642:
5643: 2010-07-24 moko
5644:
5645: * tests/results/: 156.processed, 224.processed: fix for #54 changed
5646: the hash order in this test
5647:
5648: * tests/014.html: to check hash order, hash no is longer sorted
5649: before print
5650:
5651: * src/include/pa_hash.h: hash copy constructor now keeps order
5652: (bugfix: #54)
5653:
5654: 2010-07-23 moko
5655:
5656: * tests/results/224.processed: @auto[] is no longer inherited
5657:
5658: * src/types/pa_vstateless_class.C, tests/227.html,
5659: tests/results/227.processed: @auto[] is no longer inherited
5660: (bugfix: #57)
5661:
5662: 2010-07-22 misha
5663:
5664: * src/classes/table.C: - don't skip comment lines during
5665: table::load if encloser or separator is set as '#' ( new feature:
5666: #30 )
5667:
5668: * src/targets/cgi/parser3.C: - don't run as cgi if
5669: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
5670: #12 )
5671:
5672: * src/classes/file.C: - set PARSER_VARSION env before external
5673: script executing
5674:
5675: 2010-07-13 misha
5676:
5677: * tests/058.html: - test for suppressing @border was added - test
5678: for user attribute was added
5679:
5680: * tests/results/186.processed: unescaping from \uXXXX
5681:
5682: * tests/186.html: unescaping from \uXXXX
5683:
5684: * tests/: 239.html, results/239.processed: method call type
5685:
5686: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
5687: $junction_method.CLASS_NAME (+CLASS)
5688:
5689: 2010-07-07 misha
5690:
5691: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
5692: *nix
5693:
5694: 2010-07-05 misha
5695:
5696: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5697: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
5698: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
5699: comment strings "options must be hash", "options must be hash,
5700: not code" and "called with invalid option" were replaced by
5701: constatns - exception comment string "invalid option passed" was
5702: replaced by "called with invalid option" (now in different
5703: methods are the same exception comment string)
5704:
5705: * src/include/pa_exception.h: - more exception strings were defined
5706:
5707: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5708: types/pa_vstateless_class.h: - now we can define possible
5709: method's call type ( new feature: #5 ) 1.
5710: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
5711: methods 2. @static:method[params] (only static keyword could be
5712: used here) -- for specified methods
5713:
5714: * src/main/pa_common.C: - junction points should not be deleted on
5715: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
5716: cleanup
5717:
5718: 2010-07-03 misha
5719:
5720: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
5721: results/158.processed, results/160.processed,
5722: results/161.processed, results/162.processed,
5723: results/163.processed: - prepare tests to trim trailing methods'
5724: EOLs
5725:
5726: * tests/results/169.processed: - prepare tests to trim trailing
5727: methods' EOLs
5728:
5729: * tests/results/: 168.processed, 169.processed: - prepare tests to
5730: trim trailing methods' EOLs
5731:
5732: * tests/: results/170.processed, results/167.processed,
5733: results/168.processed, results/169.processed, 167.html, 168.html,
5734: 169.html: - prepare tests to trim trailing methods' EOLs
5735:
5736: * tests/: results/170.processed, results/171.processed,
5737: results/172.processed, results/173.processed,
5738: results/174.processed, results/175.processed, 170.html, 171.html,
5739: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
5740: trailing methods' EOLs
5741:
5742: * tests/: results/176.processed, results/180.processed,
5743: results/184.processed, results/185.processed,
5744: results/191.processed, results/192.processed,
5745: results/196.processed, results/197.processed,
5746: results/198.processed, 176.html, 180.html, 184.html, 185.html,
5747: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
5748: to trim trailing methods' EOLs
5749:
5750: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
5751: results/199.processed, results/208.processed,
5752: results/209.processed, results/213.processed,
5753: results/214.processed: - prepare tests to trim trailing methods'
5754: EOLs
5755:
5756: 2010-06-29 misha
5757:
5758: * tests/: 220.html, 218.html, results/218.processed,
5759: results/215.processed, results/217.processed, 215.html, 217.html:
5760: - prepare tests to trim trailing methods' EOLs
5761:
5762: * tests/: results/224.processed, 224.html, 223.html,
5763: results/223.processed, results/220.processed: - prepare tests to
5764: trim trailing methods' EOLs
5765:
5766: * tests/results/: 226.processed, 230.processed: - prepare tests to
5767: trim trailing methods' EOLs
5768:
5769: * tests/: 229.html, results/229.processed: - prepare tests to trim
5770: trailing methods' EOLs
5771:
5772: * tests/: 232.html, 235.html, results/232.processed,
5773: results/235.processed, 226.html, 227.html, 228.html, 230.html,
5774: results/226.processed, results/227.processed,
5775: results/228.processed, results/230.processed: - prepare tests to
5776: trim trailing methods' EOLs
5777:
5778: 2010-06-16 moko
5779:
5780: * tests/: 229.html, results/229.processed: elseif now supported in
5781: ^if
5782:
5783: * src/classes/op.C: new feature: #56 elseif now supported in ^if
5784:
5785: 2010-06-03 misha
5786:
5787: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
5788: instead of memcopy for overlaped regions
5789:
5790: 2010-05-25 misha
5791:
5792: * src/main/pa_common.C: - wanring about unused vars was removed
5793:
5794: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
5795: get_method_filename was moved to execute.C
5796:
5797: 2010-05-23 misha
5798:
5799: * src/main/pa_request.C: - more accurate detection of method's file
5800:
5801: 2010-05-22 misha
5802:
5803: * src/classes/reflection.C: - bugfix: core during detection of
5804: .file if filespec isn't detected successfully
5805:
5806: 2010-05-20 misha
5807:
5808: * src/main/pa_request.C: - fix in get_method_filename
5809:
5810: * src/include/pa_request.h: - new feature: #24 -- searching
5811: included file in @USE/^use is changed. if its filespec doesn't
5812: start from '/' it will be searched in caller file directory
5813:
5814: * src/classes/reflection.C: - ^reflection:method_info returns file
5815: where the method is defined
5816:
5817: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
5818: classes/op.C: - new feature: #24 -- searching included file in
5819: @USE/^use is changed. if its filespec doesn't start from '/' it
5820: will be searched in caller file directory
5821:
5822: * src/: classes/file.C, include/pa_common.h: - method lastposafter
5823: is moved to pa_common.h
5824:
5825: 2010-05-18 misha
5826:
5827: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
5828: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
5829: cookie parser decode \uXXXX as well as %uXXXX
5830:
5831: 2010-05-17 misha
5832:
5833: * src/classes/curl.C: beauty: - unused param is removed in method
5834: _curl_version_action - some spaces were removed or replaced by
5835: tabs
5836:
5837: * src/classes/table.C: - bugfix: #72 core with empty value during
5838: ^table.hash[...;name_of_the_last_column][$.type[string]]
5839:
5840: 2010-05-16 misha
5841:
5842: * src/classes/curl.C: new: #61 more curl options were added
5843: (contributed by Sumo)
5844:
5845: 2010-04-29 pretender
5846:
5847: * src/main/pa_string.C: fixes #63 Split result from empty string
5848: now empty string.
5849:
5850: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
5851: string type.
5852:
5853: 2010-04-28 pretender
5854:
5855: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
5856: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
5857: macrodefinition removed
5858:
5859: 2010-04-19 pretender
5860:
5861: * src/main/execute.C: fixes #60 Stacktrace now contains info for
5862: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
5863:
5864: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
5865: fixes #64 Now file.missing exception generates in unsafe mode to.
5866:
5867: * src/classes/file.C: fixes #48 Now not throw "not save environment
5868: variable" exception in grpunlim version.
5869:
5870: 2010-04-05 misha
5871:
5872: * src/classes/string.C: - new feature: 4th param was added to
5873: match. if specified its value is returned in case of nothing was
5874: found
5875:
5876: 2010-04-01 misha
5877:
5878: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
5879: multiple execution of /a/b/auto.p
5880:
5881: 2010-03-19 misha
5882:
5883: * src/main/execute.C: - core in $table1.$table2 was fixed
5884:
5885: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
5886:
5887: 2010-01-27 misha
5888:
5889: * src/main/pa_common.C: - bugfix: there are no excaption.type if
5890: trying to open file by path /existing-file/non-exixting-file
5891:
5892: 2010-01-26 misha
5893:
5894: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
5895: was added (returns file)
5896:
5897: 2009-12-22 misha
5898:
5899: * src/classes/curl.C: - method 'option' was renamed to 'options' -
5900: now parser doesn't have class curl if it was built without it
5901:
5902: 2009-12-15 misha
5903:
5904: * configure.in: - little cheat with curl include dir was added
5905:
5906: 2009-12-05 misha
5907:
5908: * src/classes/curl.C: - some fixes
5909:
5910: 2009-12-04 misha
5911:
5912: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
5913: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
5914: buildall-with-xml, buildall-without-xml, configure.in: - curl
5915: class was added
5916:
5917: * src/include/pa_hash.h: - hash-iterator was added
5918:
5919: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
5920: was added to pcre
5921:
5922: 2009-11-27 misha
5923:
5924: * src/classes/image.C: - don't add @border attribute to output of
5925: ^image.html[] if it was specified by user with empty value
5926:
5927: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
5928: root element and we are trying to access .documentElement
5929:
5930: 2009-11-11 misha
5931:
5932: * src/classes/table.C: - in ^table.flip[] look at number of columns
5933: instead of number of items in first row for named tables
5934:
5935: 2009-11-10 misha
5936:
5937: * operators.txt: - info about hash-options in ^file::create was
5938: added
5939:
5940: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
5941: added
5942:
5943: 2009-11-09 misha
5944:
5945: * buildall-with-xml: - moving to libxml 2.7.6
5946:
5947: * tests/236.html: - tests for comparations cords with functions
5948: were added
5949:
5950: * src/include/pa_string.h: - optimisation: cacheing of cstr was
5951: added
5952:
5953: * src/main/pa_http.C: - little optimisation
5954:
5955: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
5956: GPF mallocs + stringstream (table.save)
5957:
5958: * src/classes/file.C: - file::create now accepts 4th param: options
5959: with $.charset
5960:
5961: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
5962: bug in cord (comparation cords with functions was buggy)
5963:
5964: 2009-11-06 misha
5965:
5966: * src/main/pa_string.C: - bugfix: calculation string.length
5967: sometimes was buggy
5968:
5969: * src/classes/string.C: - bugfix: Temp_value_element wasn't
5970: destroyed if exception occured during match/replace
5971:
5972: * src/: main/pa_charset.C, include/pa_charset.h: - method
5973: lengthUTF8Char was added
5974:
5975: * src/classes/op.C: - clean tainting lang was added for user's
5976: usage
5977:
5978: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
5979: fixed: checkouts are required after GC_MALLOC
5980:
5981: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
5982:
5983: * operators.txt: - actually, there is no ^untaint[xml] in
5984: file::create
5985:
5986: 2009-10-15 misha
5987:
5988: * tests/: 235.html, 235_attach.txt: - tests for preparing email
5989: were added
5990:
5991: * tests/234.html: - more tests for checking ^taint[uri] escaping
5992: were added
5993:
5994: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
5995: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
5996: hacking: for dealing with transcoding+^taint[uri]
5997: transcode_and_untaint was replaced by untaint_and_transcode
5998:
5999: 2009-10-13 misha
6000:
6001: * tests/: 121.html, results/121.processed: - test transcoding +
6002: url-escaping now
6003:
6004: * tests/results/auto.p: - more helpers' methods were added
6005:
6006: * src/main/pa_globals.C: - die instead of abort
6007:
6008: 2009-10-06 misha
6009:
6010: * src/main/pa_common.C: - don't allocate memory during
6011: capitalization if input string is already capitalized
6012:
6013: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
6014:
6015: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
6016: use format function because it calls malloc
6017:
6018: * src/include/pa_common.h: - more capitalized headers were added
6019:
6020: * src/main/pa_common.C: - in safe mode clear executable bits during
6021: file writing
6022:
6023: 2009-10-05 misha
6024:
6025: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
6026:
6027: 2009-10-03 misha
6028:
6029: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
6030: ^img.text[] & ^img.length[] can work in utf-8 now
6031:
6032: * src/: include/pa_charset.h, main/pa_charset.C: - class
6033: UTF8_string_iterator was added
6034:
6035: * src/classes/image.C: - respect utf-8 when calculate alphabet
6036: length
6037:
6038: * src/classes/mail.C: - check from before get message.cstr
6039:
6040: 2009-10-02 misha
6041:
6042: * tests/233.html: - test for image.font, image.length, image.text
6043: with text in utf-8 were added
6044:
6045: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
6046:
6047: * buildall-with-xml, buildall-without-xml: - comment about gc
6048: version for freebsd 4 was added
6049:
6050: 2009-10-01 misha
6051:
6052: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
6053: terminator) - read_pipe were slightly optimized
6054:
6055: 2009-09-28 misha
6056:
6057: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
6058: removed
6059:
6060: * src/types/pa_vmail.C: - forgot about space after ':'
6061:
6062: * src/types/pa_vmail.C: - escape filenames while preparing mail
6063: body - small simplifications
6064:
6065: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
6066: inout params like pa_base64
6067:
6068: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
6069: option $.debug-print(1) was added to mail:send - changes for
6070: using uue_encode which uses less memory
6071:
6072: * src/main/pa_common.C: - pa_base64_encode uses less memory now
6073:
6074: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
6075: memory now
6076:
6077: 2009-09-26 misha
6078:
6079: * src/types/pa_vmail.C: - default encoding now is base64
6080:
6081: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
6082:
6083: 2009-09-25 misha
6084:
6085: * src/types/pa_vmail.C: - capitalization of headers was added to
6086: sending mail as well
6087:
6088: * buildall-with-xml: - catalog package was removed from libxml
6089:
6090: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
6091: win32 absolute path
6092:
6093: * src/include/pa_common.h: - one more capitalized header was added
6094:
6095: 2009-09-22 misha
6096:
6097: * INSTALL: - comment about building just httpd binary while
6098: building apache module was added
6099:
6100: 2009-09-21 misha
6101:
6102: * buildall-with-xml: - moving to the latest versions of xml libs:
6103: libxml 2.7.4 and libxslt 1.1.25
6104:
6105: 2009-09-19 misha
6106:
6107: * tests/231.html: - test for encoding cookie in win-1251
6108:
6109: 2009-09-18 misha
6110:
6111: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
6112: object] were added
6113:
6114: * operators.txt: - info about method ^reflection:fields[class or
6115: object] was added
6116:
6117: * src/classes/reflection.C: - method ^reflection:fields[class or
6118: object] was added
6119:
6120: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
6121: methods get_fields were added
6122:
6123: * tests/232.html: - tests for @GET[name]
6124:
6125: * src/classes/table.C: - some changes in handling hash-options for
6126: creare, join and locate
6127:
6128: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
6129: defined with option: the type of requested value
6130:
6131: 2009-09-17 misha
6132:
6133: * tests/212.html: - tests for .pattern and .options were added
6134:
6135: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
6136: $regex.options were added
6137:
6138: 2009-09-11 misha
6139:
6140: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
6141: rewrited. it checks not just one case of sending cookies during
6142: file::load[http], but also sending headers and fields (including
6143: files)
6144:
6145: 2009-09-10 misha
6146:
6147: * src/main/untaint.C: - workaround in file-spec lang for old Macs
6148: was removed => now parser can open files with Russian 'r' in
6149: filename
6150:
6151: * src/main/untaint.C: - bugfix: client charset whould be analized
6152: while escaping cookies but now source charset
6153:
6154: * src/main/pa_http.C: - bugfix: the values of http headers didn't
6155: ^tainted[uri] so it was possible to make request with incorrect
6156: http header
6157:
6158: * src/main/pa_http.C: - capitalization of http headers during
6159: file::load[http was slightly changes - bugfix: all headers which
6160: parser sends during file::load[http should be transcoded and only
6161: then escaped
6162:
6163: * src/main/untaint.C: - a bit more comments were added
6164:
6165: * src/classes/: file.C, string.C: - types where changes (minus 2
6166: warnings)
6167:
6168: * src/include/pa_common.h: - 2 capitalized strings for making http
6169: headers during file::load[http were added
6170:
6171: 2009-09-08 misha
6172:
6173: * operators.txt: - changes in file.save and string.save were added
6174:
6175: * tests/: 230.html, 230.txt: - tests for checking options in
6176: file.save and string.save were added
6177:
6178: * src/main/pa_request.C: - http headers names, which are passed to
6179: SAPI::add_header_attribute are lowercased now (it'll be
6180: capitalized in that method)
6181:
6182: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
6183: classes/string.C: - file_write accepts Request_charsets and asked
6184: charset and cound transcode content before writing - string.save
6185: and file.save have option $.charset now
6186:
6187: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
6188: classes/xdoc.C: - file_write accepts Request_charsets and asked
6189: charset and cound transcode content before writing
6190:
6191: * src/include/pa_exception.h: - new exception comment string was
6192: defined
6193:
6194: 2009-09-07 misha
6195:
6196: * src/main/compile.y: - grammar $name\ name stops now for regex
6197: sub-pattern\s
6198:
6199: 2009-09-04 misha
6200:
6201: * src/main/pa_http.C: - capitalization of http headers during
6202: file::load[http was implemented
6203:
6204: 2009-09-03 misha
6205:
6206: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6207: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
6208: types/pa_vmail.C, targets/cgi/parser3.C,
6209: targets/isapi/parser3isapi.C: - back to storing response http
6210: headers in lowercase - capitalize them during output
6211:
6212: 2009-08-31 misha
6213:
6214: * src/classes/table.C: - allow call with any brackets (it could be
6215: useful in methods with explict result declaration)
6216:
6217: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
6218: correctly if $request:charset==koi8-r
6219:
6220: 2009-08-30 misha
6221:
6222: * src/: include/pa_common.h, main/pa_request.C: - http headers were
6223: changed: content-type => Content-type and so on
6224:
6225: * src/classes/file.C, src/include/pa_common.h,
6226: src/include/pa_request.h, src/main/pa_http.C,
6227: src/main/pa_request.C, src/types/pa_vcookie.C,
6228: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
6229: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
6230: tests/results/002.processed, tests/results/003.processed,
6231: tests/results/004.processed, tests/results/005.processed,
6232: tests/results/006.processed, tests/results/007.processed,
6233: tests/results/008.processed, tests/results/009.processed,
6234: tests/results/010.processed, tests/results/011.processed,
6235: tests/results/012.processed, tests/results/013.processed,
6236: tests/results/014.processed, tests/results/015.processed,
6237: tests/results/016.processed, tests/results/017.processed,
6238: tests/results/018.processed, tests/results/019.processed,
6239: tests/results/020.processed, tests/results/021.processed,
6240: tests/results/022.processed, tests/results/023.processed,
6241: tests/results/024.processed, tests/results/025.processed,
6242: tests/results/026.processed, tests/results/027.processed,
6243: tests/results/028.processed, tests/results/029.processed,
6244: tests/results/030.processed, tests/results/031.processed,
6245: tests/results/032.processed, tests/results/033.processed,
6246: tests/results/034.processed, tests/results/035.processed,
6247: tests/results/036.processed, tests/results/037.processed,
6248: tests/results/038.processed, tests/results/039.processed,
6249: tests/results/040.processed, tests/results/041.processed,
6250: tests/results/042.processed, tests/results/043.processed,
6251: tests/results/044.processed, tests/results/045.processed,
6252: tests/results/046.processed, tests/results/047.processed,
6253: tests/results/048.processed, tests/results/049.processed,
6254: tests/results/050.processed, tests/results/051.processed,
6255: tests/results/052.processed, tests/results/053.processed,
6256: tests/results/054.processed, tests/results/055.processed,
6257: tests/results/056.processed, tests/results/057.processed,
6258: tests/results/058.processed, tests/results/059.processed,
6259: tests/results/060.processed, tests/results/061.processed,
6260: tests/results/062.processed, tests/results/063.processed,
6261: tests/results/064.processed, tests/results/065.processed,
6262: tests/results/066.processed, tests/results/067.processed,
6263: tests/results/068.processed, tests/results/069.processed,
6264: tests/results/070.processed, tests/results/071.processed,
6265: tests/results/072.processed, tests/results/073.processed,
6266: tests/results/074.processed, tests/results/075.processed,
6267: tests/results/076.processed, tests/results/077.processed,
6268: tests/results/078.processed, tests/results/079.processed,
6269: tests/results/080.processed, tests/results/081.processed,
6270: tests/results/082.processed, tests/results/083.processed,
6271: tests/results/084.processed, tests/results/085.processed,
6272: tests/results/086.processed, tests/results/087.processed,
6273: tests/results/088.processed, tests/results/089.processed,
6274: tests/results/090.processed, tests/results/091.processed,
6275: tests/results/092.processed, tests/results/093.processed,
6276: tests/results/094.processed, tests/results/095.processed,
6277: tests/results/096.processed, tests/results/097.processed,
6278: tests/results/098.processed, tests/results/099.processed,
6279: tests/results/100.processed, tests/results/101.processed,
6280: tests/results/102.processed, tests/results/103.processed,
6281: tests/results/104.processed, tests/results/105.processed,
6282: tests/results/106.processed, tests/results/107.processed,
6283: tests/results/108.processed, tests/results/109.processed,
6284: tests/results/110.processed, tests/results/111.processed,
6285: tests/results/112.processed, tests/results/113.processed,
6286: tests/results/114.processed, tests/results/115.processed,
6287: tests/results/116.processed, tests/results/117.processed,
6288: tests/results/118.processed, tests/results/119.processed,
6289: tests/results/120.processed, tests/results/121.processed,
6290: tests/results/122.processed, tests/results/123.processed,
6291: tests/results/124.processed, tests/results/125.processed,
6292: tests/results/126.processed, tests/results/127.processed,
6293: tests/results/128.processed, tests/results/129.processed,
6294: tests/results/130.processed, tests/results/131.processed,
6295: tests/results/132.processed, tests/results/133.processed,
6296: tests/results/134.processed, tests/results/135.processed,
6297: tests/results/136.processed, tests/results/138.processed,
6298: tests/results/139.processed, tests/results/140.processed,
6299: tests/results/141.processed, tests/results/142.processed,
6300: tests/results/143.processed, tests/results/144.processed,
6301: tests/results/145.processed, tests/results/146.processed,
6302: tests/results/147.processed, tests/results/148.processed,
6303: tests/results/149.processed, tests/results/150.processed,
6304: tests/results/151.processed, tests/results/152.processed,
6305: tests/results/153.processed, tests/results/154.processed,
6306: tests/results/155.processed, tests/results/156.processed,
6307: tests/results/157.processed, tests/results/158.processed,
6308: tests/results/159.processed, tests/results/160.processed,
6309: tests/results/161.processed, tests/results/162.processed,
6310: tests/results/163.processed, tests/results/164.processed,
6311: tests/results/165.processed, tests/results/166.processed,
6312: tests/results/167.processed, tests/results/168.processed,
6313: tests/results/169.processed, tests/results/170.processed,
6314: tests/results/171.processed, tests/results/172.processed,
6315: tests/results/173.processed, tests/results/174.processed,
6316: tests/results/175.processed, tests/results/176.processed,
6317: tests/results/177.processed, tests/results/178.processed,
6318: tests/results/179.processed, tests/results/180.processed,
6319: tests/results/181.processed, tests/results/182.processed,
6320: tests/results/183.processed, tests/results/184.processed,
6321: tests/results/185.processed, tests/results/186.processed,
6322: tests/results/187.processed, tests/results/188.processed,
6323: tests/results/189.processed, tests/results/190.processed,
6324: tests/results/191.processed, tests/results/192.processed,
6325: tests/results/193.processed, tests/results/194.processed,
6326: tests/results/195.processed, tests/results/196.processed,
6327: tests/results/197.processed, tests/results/198.processed,
6328: tests/results/199.processed, tests/results/200.processed,
6329: tests/results/201.processed, tests/results/202.processed,
6330: tests/results/203.processed, tests/results/204.processed,
6331: tests/results/205.processed, tests/results/206.processed,
6332: tests/results/207.processed, tests/results/208.processed,
6333: tests/results/209.processed, tests/results/210.processed,
6334: tests/results/211.processed, tests/results/212.processed,
6335: tests/results/213.processed, tests/results/214.processed,
6336: tests/results/215.processed, tests/results/216.processed,
6337: tests/results/217.processed, tests/results/218.processed,
6338: tests/results/219.processed, tests/results/220.processed,
6339: tests/results/221.processed, tests/results/222.processed,
6340: tests/results/223.processed, tests/results/224.processed,
6341: tests/results/225.processed, tests/results/226.processed,
6342: tests/results/227.processed, tests/results/228.processed,
6343: tests/results/229.processed: - http headers were changed:
6344: content-type => Content-type and so on
6345:
6346: 2009-08-27 misha
6347:
6348: * src/: main/pa_random.C, include/pa_random.h,
6349: targets/cgi/parser3.C: - year was updated :)
6350:
6351: 2009-08-26 misha
6352:
6353: * tests/: 224.html, 224.p: - test for creating of parser object
6354: using constructor without params - little bugfix in test
6355:
6356: * src/main/compile_tools.h: - bugfix: should't call autouse while
6357: checking existed class while processing partial option
6358:
6359: * src/classes/reflection.C: - bugfix: core when creating object
6360: with reflection and constructor doesn't have params
6361:
6362: 2009-08-24 misha
6363:
6364: * tests/229.html: - tests for checking the number of parameters
6365: were added
6366:
6367: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
6368: number of method's parameters wasn't checked correctly (the bug
6369: was introduced in 3.4.0)
6370:
6371: 2009-08-22 misha
6372:
6373: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
6374: transcoded, but tainted pieces are escaped only when
6375: content-type==url-encoding
6376:
6377: * tests/228.html: - test for checking
6378: ^file::load[http://...;$.body[]]
6379:
6380: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
6381: post charset was too early (charsets is empty at this moment)
6382:
6383: 2009-08-21 misha
6384:
6385: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
6386: main/untaint.C: - some fixes with transcode+untaint
6387:
6388: 2009-08-15 misha
6389:
6390: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
6391: was increaced to 100 (was 50)
6392:
6393: * tests/227.html: - test for checking overriding properties in
6394: static classes was added
6395:
6396: * tests/: 226.html, 226.p: - test for @autoload[] was added
6397:
6398: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
6399: main/execute.C, main/pa_request.C, classes/reflection.C: -
6400: autouse was implemented
6401:
6402: 2009-08-14 misha
6403:
6404: * src/classes/reflection.C: - outdated checkout was removed
6405:
6406: * src/classes/reflection.C: - optimization - method ^dynamical was
6407: added.
6408:
6409: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
6410: types/pa_vstateless_class.h, main/execute.C: - optimization
6411:
6412: * src/types/pa_vclass.C: - exception if base on sytem class
6413:
6414: 2009-08-12 misha
6415:
6416: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
6417: pa_vstateless_class.h: - little optimisation
6418:
6419: 2009-08-11 misha
6420:
6421: * tests/224.html: - method_params => method_info - checking for
6422: $.inherited
6423:
6424: * src/classes/reflection.C, operators.txt: - method method_params
6425: was renamed to method_info and now it returns class name, if
6426: method was defined in ancestor
6427:
6428: * tests/225.html: - tests for cheching properties in hierarhical
6429: classes were added
6430:
6431: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
6432: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6433: main/compile.y, main/execute.C, classes/classes.C: - problems
6434: with properties in new classes implementation were fixed
6435:
6436: 2009-08-10 misha
6437:
6438: * src/main/execute.C: - now constructor shouldn't be defined in
6439: class. it could be defined in parent.
6440:
6441: 2009-08-09 misha
6442:
6443: * src/classes/reflection.C: - ^reflection:methods doesn't return
6444: base's methods
6445:
6446: 2009-08-08 misha
6447:
6448: * src/: classes/classes.h, classes/date.C, classes/file.C,
6449: classes/form.C, classes/hash.C, classes/hashfile.C,
6450: classes/image.C, classes/mail.C, classes/op.C,
6451: classes/reflection.C, classes/regex.C, classes/string.C,
6452: classes/table.C, classes/xdoc.C, classes/xnode.C,
6453: classes/xnode.h, include/pa_hash.h, main/execute.C,
6454: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
6455: types/pa_method.h, types/pa_property.h, types/pa_value.C,
6456: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6457: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6458: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
6459: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6460: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
6461: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
6462: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
6463: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
6464: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
6465: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
6466: types/pa_vresponse.C, types/pa_vresponse.h,
6467: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6468: types/pa_vstateless_object.h, types/pa_vstatus.C,
6469: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
6470: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6471: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6472: types/pa_wwrapper.h, types/types.vcproj: - new classes
6473: implementation
6474:
6475: * buildall-with-xml, buildall-without-xml: - gc has a bug if
6476: USE_MUNMAP is used. so it is disabled as a workaround.
6477:
6478: 2009-08-05 misha
6479:
6480: * src/: main/pa_common.C, include/pa_common.h: - not needed
6481: parameter was removed
6482:
6483: * src/main/pa_http.C: - bugfix: error was during detecting
6484: content-type of file which was loaded by http
6485:
6486: 2009-08-01 misha
6487:
6488: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
6489: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
6490: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
6491: can't be disabled with defines any longer
6492:
6493: 2009-07-29 misha
6494:
6495: * src/classes/reflection.C, tests/results/224.processed: - for
6496: native methods with any call type now returned empty call_type
6497: value
6498:
6499: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6500: classes/table.C, include/pa_hash.h, include/pa_request.h,
6501: main/pa_request.C: - break in cycles was optimized
6502:
6503: * INSTALL: - more defines were described
6504:
6505: 2009-07-28 misha
6506:
6507: * operators.txt: - some changes in information about reflection
6508: class
6509:
6510: * tests/: 224.html, 224.p: - tests for reflection class
6511:
6512: * src/classes/reflection.C: - some bugs were fixed, method classes
6513: was added, refactoring
6514:
6515: 2009-07-26 misha
6516:
6517: * src/classes/classes.vcproj: - reflection class wass added to
6518: project
6519:
6520: * operators.txt: - information about reflection class was added
6521:
6522: * src/classes/reflection.C: - class was redesigned
6523:
6524: 2009-07-24 misha
6525:
6526: * src/classes/: Makefile.am, reflection.C: - class reflection was
6527: added
6528:
6529: * src/types/pa_vstateless_class.h: - method for reflection method's
6530: in classes was added
6531:
6532: 2009-07-22 misha
6533:
6534: * src/main/compile_tools.h: - bugfix: $object.$var was
6535: over-optimized. it failed if $object1.$object2.field
6536:
6537: 2009-07-16 misha
6538:
6539: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
6540: lib/cord/cordxtra.c, lib/cord/include/cord.h,
6541: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
6542: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
6543: one more arg: length of cord
6544:
6545: 2009-07-15 misha
6546:
6547: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
6548: tainted in ^file::load[http://...;$.cookies[]]
6549:
6550: * src/classes/: op.C, regex.C, string.C: - new string with
6551: exception was used
6552:
6553: * src/include/pa_exception.h: - new string with exception was added
6554:
6555: * tests/223.html: - test for checking cookie-encoding during
6556: ^file::load[http was added
6557:
6558: * tests/: 221.html, 222.html: - tests for checking type of
6559: $table.fields.field were added
6560:
6561: * src/types/pa_vtable.C: - not used var decl was removed
6562:
6563: * src/include/pa_string.h: - use cached string length in Body::mid.
6564: it improves speed of match with brackets in pattern
6565:
6566: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
6567: outside
6568:
6569: 2009-07-14 misha
6570:
6571: * src/types/pa_vtable.C: - $table.fields.a return string even if
6572: column is empty (sometime returned void) - $table.fields was
6573: added for nameless tables
6574:
6575: * src/targets/cgi/getopt.c: - one warning resolved
6576:
6577: * src/main/pa_string.C: - potentian bug fixed
6578:
6579: * src/classes/op.C: - small optimization in taint/untaint
6580:
6581: 2009-07-13 misha
6582:
6583: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
6584: added
6585:
6586: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
6587: souldn't add the attribut to output
6588:
6589: 2009-07-11 misha
6590:
6591: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6592: stack size was increaced to 2MB (default=1MB)
6593:
6594: 2009-07-08 misha
6595:
6596: * src/main/pa_string.C: - link to UTF-8 description was added
6597:
6598: * src/include/pa_hash.h: - hash keeps element's order in more
6599: places (ex: ._keys[])
6600:
6601: * tests/220.html: - test for checking order of elements in hash in
6602: foreach was added
6603:
6604: * tests/172.html: - small changes in printing hash
6605:
6606: * tests/129.html: - small changes in printing hash
6607:
6608: * src/: include/pa_common.h, include/pa_hash.h,
6609: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
6610: types/pa_vmethod_frame.h: - hash now keeps order of elements
6611:
6612: * tests/014.html: - small changes in printing hash
6613:
6614: 2009-07-07 misha
6615:
6616: * src/classes/op.C: - new taint language "parser-code" was added
6617:
6618: * tests/219.html: - test for auto untaint parser code in process
6619: was added
6620:
6621: * src/classes/op.C: - tainted pieces in body of process are
6622: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
6623:
6624: * src/: include/pa_string.h, main/untaint.C: - new language
6625: L_PARSER_CODE for auto-untaint in process was added
6626:
6627: * src/: classes/file.C, classes/hash.C, classes/image.C,
6628: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
6629: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
6630: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
6631: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
6632: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
6633: code cleanup
6634:
6635: 2009-07-06 misha
6636:
6637: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
6638: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
6639: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6640:
6641: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
6642: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
6643: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
6644: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
6645: should be used
6646:
6647: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
6648: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
6649: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
6650: untaint_cstr[m] should be used
6651:
6652: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
6653: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6654:
6655: * tests/218.html: - test for checking automatic file-spec-taint was
6656: added
6657:
6658: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
6659: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
6660: classes/file.C, classes/hash.C, classes/image.C,
6661: classes/string.C, classes/table.C, classes/void.C,
6662: classes/xdoc.C: - optimizations and simplification of
6663: string.cstr(...)
6664:
6665: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
6666: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
6667: - optimizations and simplification of string.cstr(...)
6668:
6669: 2009-07-04 misha
6670:
6671: * tests/217.html: - test for recursion detection was added
6672:
6673: * src/: types/types.vcproj, main/main.vcproj,
6674: classes/classes.vcproj, targets/cgi/parser3.vcproj,
6675: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
6676: from .vcproj
6677:
6678: * src/types/pa_wwrapper.h: - dynamic_cast was removed
6679:
6680: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
6681: uploading files and case-insensitive http-method were added
6682:
6683: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
6684: tainted pattern in ^file:list[] was added
6685:
6686: 2009-07-03 misha
6687:
6688: * src/: classes/classes.vcproj, main/main.vcproj,
6689: types/types.vcproj, targets/cgi/parser3.vcproj,
6690: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
6691: for dynamic_cast) - little options changes
6692:
6693: * src/main/pa_http.C: - file::load[http works now with uploading
6694: files _and_ changing $.charset
6695:
6696: 2009-06-29 misha
6697:
6698: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
6699: while creating pattern
6700:
6701: 2009-06-25 misha
6702:
6703: * src/classes/image.C, operators.txt: - options' names for
6704: ^image.font were changed to $.space, $.width and $spacing -
6705: default space width now == gif's width
6706:
6707: 2009-06-24 misha
6708:
6709: * tests/215.html: - tests for $file.mode were added
6710:
6711: * operators.txt: - added info about $file.mode and changes in
6712: ^image.font[
6713:
6714: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
6715: param now could be omited - third param now could be hash (with
6716: all widths options: $.space-width, $.letter-width) - it's
6717: possible to specify tracking ($.letter-space)
6718:
6719: * src/classes/file.C: - file objects now could have mode field
6720: (text|binary)
6721:
6722: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
6723:
6724: 2009-06-23 misha
6725:
6726: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
6727: trim can work with utf-8 chars now
6728:
6729: 2009-06-20 misha
6730:
6731: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
6732: was implemented
6733:
6734: * src/classes/table.C: - string length cacheing was implemented
6735:
6736: * src/include/pa_string.h: - string length cacheing was implemented
6737:
6738: 2009-06-17 misha
6739:
6740: * src/main/execute.C: - value param was removed from
6741: WContext::WContext
6742:
6743: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
6744: pa_wwrapper.h: - value param was removed from WContext::WContext
6745: - field wcontext was removed from VCodeFrame (using fparent
6746: instead)
6747:
6748: * tests/214.html: - test with hash copying
6749:
6750: 2009-06-16 misha
6751:
6752: * tests/: 062.html, results/062.processed: - evaluation hardcoded
6753: strings doesn't work in expression anymore
6754:
6755: * src/main/execute.C: - less calls for get_constructing() - little
6756: refactoring
6757:
6758: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
6759: include/pa_request.h: - less calls for get_constructing()
6760:
6761: * src/classes/: hash.C, hashfile.C: - fixed bug which was
6762: introduced with OPTIMIZE_SINGLE_STRING optimization
6763:
6764: 2009-06-14 misha
6765:
6766: * src/: classes/date.C, classes/file.C, classes/hash.C,
6767: classes/hashfile.C, classes/image.C, classes/regex.C,
6768: classes/table.C, classes/xdoc.C, classes/xnode.h,
6769: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
6770: types/pa_vstateless_class.h, main/execute.C: - create object for
6771: storing object's fields only for parser objects
6772:
6773: 2009-06-13 misha
6774:
6775: * buildall-with-xml, buildall-without-xml: - new option was added
6776: for building GC (it slightly reduces memory usage)
6777:
6778: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
6779: single string write
6780:
6781: * src/main/execute.C: - bytecode optimization of ^class:constructor
6782: - optimization of single string write
6783:
6784: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
6785: - bytecode optimization of ^class:constructor
6786:
6787: 2009-06-09 misha
6788:
6789: * src/targets/cgi/parser3.C: - type size_t was changed to int in
6790: main (better compatibility)
6791:
6792: 2009-06-08 misha
6793:
6794: * src/main/compile.y: - I've forgot to commit it :(
6795:
6796: 2009-06-07 misha
6797:
6798: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
6799: WITH_READ and WITH_ROOT
6800:
6801: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6802: execute.C: - more optimizations for WITH_SELF, WITH_READ and
6803: WITH_ROOT - little refactoring
6804:
6805: 2009-06-06 misha
6806:
6807: * tests/213.html: - tests for 3rd match string-param were added
6808:
6809: * src/classes/string.C: - 3rd match param could be string now
6810:
6811: * src/main/: compile.y, compile_tools.h: - much more bytecode's
6812: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
6813: GET_OBJECT_ELEMENT
6814:
6815: 2009-06-05 misha
6816:
6817: * src/main/pa_http.C: - bugfix: content-length was not calculated
6818: if $.body was specified
6819:
6820: 2009-06-04 misha
6821:
6822: * src/classes/op.C: - optimizing write_assign_lang in connect
6823:
6824: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
6825:
6826: * src/main/execute.C: - little refactoring - optimizing
6827: write_assign_lang in taint/untaint
6828:
6829: * src/include/pa_opcode.h: - little refactoring
6830:
6831: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6832: main/compile_tools.h, main/execute.C: - optimizations for
6833: $self.field, ^self.method, $self.field[...] and $self.field(...)
6834: were added
6835:
6836: 2009-06-03 misha
6837:
6838: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
6839:
6840: 2009-06-02 misha
6841:
6842: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
6843: include/pa_opcode.h: - refactoring in last optimizations
6844: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
6845: now but code is much easy and it is ready for further
6846: improvements.
6847:
6848: 2009-05-27 misha
6849:
6850: * src/: types/pa_junction.h, types/pa_vjunction.C,
6851: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
6852: changed in destructing junctions
6853:
6854: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
6855: String:Body
6856:
6857: 2009-05-26 misha
6858:
6859: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
6860: one method detect_charset was deleted - bug was fixed in this
6861: method (error while detecting charset in content_type withot last
6862: ';')
6863:
6864: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
6865: once
6866:
6867: 2009-05-25 misha
6868:
6869: * src/classes/file.C: - bugfix: file::exec didn't work after
6870: optimizing of helper_length
6871:
6872: 2009-05-24 misha
6873:
6874: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
6875: were added - little refactoring
6876:
6877: * src/main/execute.C: - core while printing in debug log
6878: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
6879: optimisations were added
6880:
6881: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
6882: were added
6883:
6884: 2009-05-23 misha
6885:
6886: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
6887: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
6888: CORD_cat optimization
6889:
6890: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
6891: - call constr optimisation under separate define now
6892:
6893: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
6894: in $b should be string, not void
6895:
6896: * src/main/compile.y: - little fix for rem-cut optimisation
6897:
6898: * src/: include/pa_opcode.h, main/compile_tools.C,
6899: main/compile_tools.h, main/execute.C: - optimisations for
6900: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
6901:
6902: * INSTALL: - description of some #defined were added
6903:
6904: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
6905: before 1st access (memory usage is reduced if don't access to
6906: .text field)
6907:
6908: * src/include/pa_array.h: - array grows step now not static (it
6909: reduces numbers of reallocs)
6910:
6911: 2009-05-20 misha
6912:
6913: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
6914: $.b(2), $c[d] and $.e[f] was added
6915:
6916: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6917: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
6918: $.e[f] was added
6919:
6920: * src/main/execute.C: - debug printing moved in defines
6921:
6922: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
6923: and little refactoring for OP_GET_OBJECT_ELEMENT +
6924: OP_GET_OBJECT_VAR_ELEMENT optimisation
6925:
6926: 2009-05-19 misha
6927:
6928: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6929: execute.C: - $a.$b & ^a.$b bytecode optimisation
6930:
6931: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
6932: ^a.$b optimisation)
6933:
6934: * src/main/compile.y: - compiler now generate new opcodes:
6935: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
6936: ^a.b - compiler now cut off ^rem{ with all content ; any number
6937: of params }
6938:
6939: * src/main/execute.C: - code for handle new opcodes
6940: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
6941:
6942: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
6943: added for LA2V and LA2S
6944:
6945: * src/include/pa_opcode.h: - new defines which can be used for
6946: disable some bytecode optimisation and new opcodes were added
6947:
6948: 2009-05-17 misha
6949:
6950: * src/lib/cord/cordxtra.c: - bugfix.
6951:
6952: * tests/212.html: - .size[] and .study_size[] were added to tests
6953:
6954: * operators.txt: - info about regex class was added
6955:
6956: * tests/212.html: - tests for regex class were added
6957:
6958: 2009-05-16 misha
6959:
6960: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
6961: gc7.1
6962:
6963: * tests/022.html: - test for ^file:list[path;] (empty second param)
6964: was added
6965:
6966: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
6967: param) should work
6968:
6969: 2009-05-15 misha
6970:
6971: * src/classes/table.C: - automatically disable stringstream usage
6972: on freebsd4
6973:
6974: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
6975: scope
6976:
6977: * tests/211.html: - test with different types of access to hash was
6978: added
6979:
6980: * tests/210.html: - test which checks for loosing tainting in
6981: hash's keys was added
6982:
6983: * tests/208.html: - some parser work added. or stime == 0 %-)
6984:
6985: * src/lib/cord/cordbscs.c: - little hack was added to cord
6986:
6987: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
6988:
6989: * src/include/pa_version.h, configure.in: - moko have made a lot of
6990: optimisations for increacing version number more dramatically :)
6991:
6992: * src/classes/date.C: - little refactoring: use constructor which
6993: accepts formated string
6994:
6995: * src/: include/pa_string.h, main/pa_string.C: - String constructor
6996: which can print formatted string was added
6997:
6998: 2009-05-14 misha
6999:
7000: * src/include/pa_string.h: - type was fixed
7001:
7002: * src/: classes/hashfile.C, classes/op.C,
7003: include/pa_cache_managers.h, include/pa_charset.h,
7004: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
7005: include/pa_request.h, include/pa_sql_driver_manager.h,
7006: include/pa_string.h, include/pa_stylesheet_manager.h,
7007: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
7008: main/pa_charsets.C, main/pa_string.C,
7009: main/pa_stylesheet_connection.C, types/pa_value.h,
7010: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7011: types/pa_vobject.C, types/pa_vstateless_class.C,
7012: types/pa_vstateless_class.h: - hash_code caching was implemented
7013: (seaches should be faster now)
7014:
7015: * src/: classes/file.C, classes/hash.C, classes/image.C,
7016: classes/string.C, classes/table.C, include/pa_string.h,
7017: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
7018: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
7019: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
7020: types/pa_vrequest.C: - String constructors don't have that stupid
7021: true/false param which means 'tainted'. they accept lang instead.
7022:
7023: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
7024: with OPTIMIZE_RESULT
7025:
7026: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
7027: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
7028:
7029: 2009-05-13 misha
7030:
7031: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
7032: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
7033: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7034: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
7035: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
7036: main/pa_common.C, main/pa_request.C, main/pa_string.C,
7037: include/pa_string.h, classes/date.C, classes/file.C,
7038: classes/hash.C, classes/image.C, classes/string.C,
7039: classes/table.C, classes/xdoc.C: - result optimisation -
7040: helper_length parameter removed from string constructors
7041:
7042: 2009-05-11 misha
7043:
7044: * tests/209.html: - tests for ^hash::create[hash] were added
7045:
7046: * tests/208.html: - tests for $status:rusage, $status:memory,
7047: ^memory:compact[] were added
7048:
7049: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
7050: log10 were added
7051:
7052: * tests/206.html: - test for try with finally was added
7053:
7054: 2009-05-10 misha
7055:
7056: * tests/205.html: - test for ^file::create[...] was added
7057:
7058: * tests/204.html: - test for ^response:clear[] was added
7059:
7060: * tests/038.html: - tests for trigonometric functions were added
7061:
7062: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
7063: added - more tests for .add, .sub, .union, .intersects and
7064: .intersections
7065:
7066: * tests/065.html: - test for ^file:dirname was added
7067:
7068: * tests/030.html: - test for $cookie:fields was added
7069:
7070: * tests/203.html: - test for ^h._keys[column name] was added
7071:
7072: * tests/201.html: - tests for .trim were added
7073:
7074: * tests/202.html: - tests for last-day,
7075: date:calendar[type](YYYY;MM;DD) were added
7076:
7077: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
7078: .offset[type](N) were added
7079:
7080: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
7081: and .pos[c](N) were added
7082:
7083: * tests/141.html: - test for math:sha1 was added
7084:
7085: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
7086:
7087: 2009-05-09 misha
7088:
7089: * src/main/compile.y: - rollback
7090:
7091: 2009-05-05 misha
7092:
7093: * src/main/pa_exec.C: - little optimisation: somewhere length() was
7094: replaced by is_empty()
7095:
7096: * src/: include/pa_string.h, main/pa_charset.C: - little
7097: optimisation: somewhere length() was replaced by is_empty()
7098:
7099: * src/classes/table.C: - little optimisation: somewhere length()
7100: was replaced by is_empty()
7101:
7102: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
7103: classes/op.C, classes/table.C, main/pa_exception.C: - little
7104: optimisation: somewhere length() was replaced by is_empty()
7105:
7106: 2009-05-04 misha
7107:
7108: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7109: types/pa_vstateless_class.h, main/execute.C,
7110: include/pa_request.h, classes/hash.C, classes/op.C,
7111: classes/table.C: - more optimisations were added: some operators
7112: don't switch write context anylonger
7113:
7114: 2009-05-01 misha
7115:
7116: * src/main/compile.y: - slightly more opcode optimisations for
7117: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
7118:
7119: * src/main/execute.C: - simplifying process for getters
7120:
7121: 2009-04-30 misha
7122:
7123: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
7124:
7125: * tests/results/199.processed: - test for checking $result into
7126: ^rem was added
7127:
7128: * tests/199.html: - test for checking $result into ^rem was added
7129:
7130: * tests/: 022.html, 096.html: - þsort after :list was asses (on
7131: some OS it returns list in different order)
7132:
7133: * src/: include/pa_array.h, include/pa_request.h,
7134: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
7135: changes in stack impl - get_element() optimisation: 3rd param
7136: removed - bugfix: problems with reading empty input param -
7137: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
7138:
7139: * tests/results/198.processed: - test for reading empty local var
7140: was added
7141:
7142: * tests/198.html: - test for reading empty local var was added
7143:
7144: 2009-04-29 misha
7145:
7146: * src/main/compile.y: - bugfix: couldn't compile because
7147: OP_VALUE__GET_ELEMENT should be unde #ifdef
7148:
7149: * src/: include/pa_array.h, include/pa_opcode.h,
7150: include/pa_request.h, main/compile.y, main/execute.C,
7151: main/pa_request.C, types/pa_vmethod_frame.C,
7152: types/pa_vmethod_frame.h: - we can work without opcode
7153: OP_STORE_PARAM, so it was removed
7154:
7155: 2009-04-28 misha
7156:
7157: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
7158: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
7159: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
7160: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
7161: 4.
7162: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
7163:
7164: * src/main/compile_tools.h: - new stuff for op-codes optimisation
7165:
7166: * src/: main/pa_string.C, classes/string.C: - !length() =>
7167: is_empty()
7168:
7169: 2009-04-27 misha
7170:
7171: * src/types/pa_vregex.h: - back explicit vars initialisation
7172:
7173: 2009-04-24 misha
7174:
7175: * src/classes/string.C: - ups. typo fixed
7176:
7177: * src/main/execute.C: - more replacements '*new VBool' to
7178: 'VBool::get' - checks for ^break[], ^continue[] and
7179: parser.interrupted were optimised
7180:
7181: * src/classes/string.C: - number of params.count() calls was
7182: slightly reduced
7183:
7184: 2009-04-23 misha
7185:
7186: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7187: make it x64 friendly
7188:
7189: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7190: parser is x64 friendly now
7191:
7192: 2009-04-22 misha
7193:
7194: * src/types/pa_vhashfile.C: - coder friendly exception about
7195: exceeding record size was added
7196:
7197: * src/classes/file.C: - use vregex object instead of direct calls
7198: methods from pcre lib
7199:
7200: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
7201: classes/string.C: - use vregex object instead of direct calls
7202: methods from pcre lib
7203:
7204: * src/: include/pa_common.h, main/pa_common.C: - method
7205: print_pcre_exec_error_text was moved to class vregex
7206:
7207: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
7208: was added
7209:
7210: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
7211: - class vregex was added
7212:
7213: 2009-04-21 misha
7214:
7215: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
7216:
7217: * src/: types/pa_junction.h, types/pa_value.C,
7218: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
7219: types/pa_wcontext.h, main/execute.C, classes/op.C: -
7220: junction-optimisation (destructors)
7221:
7222: * src/include/pa_array.h: - free under if now
7223:
7224: 2009-04-19 misha
7225:
7226: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
7227:
7228: 2009-04-18 misha
7229:
7230: * src/include/pa_version.h:
7231: :q :
7232:
7233: CV:
7234: ----------------------------------------------------------------------
7235:
7236: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
7237: refactoring
7238:
7239: * src/: include/pa_array.h, include/pa_hash.h,
7240: types/pa_vmethod_frame.h: - destructors under #ifdef now
7241:
7242: * src/include/pa_memory.h: - define for using destructors was added
7243:
7244: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7245: main/execute.C: - some junctions will be cached now
7246:
7247: * src/include/pa_hash.h: - hash destructor frees pairs now
7248:
7249: * src/include/pa_array.h: - inline was added to destructor
7250:
7251: * src/types/pa_method.h: - comment was changed
7252:
7253: 2009-04-17 misha
7254:
7255: * src/: include/pa_array.h, include/pa_hash.h,
7256: types/pa_vmethod_frame.h: - destructors were added
7257:
7258: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
7259: renamed to always_use_result
7260:
7261: * src/main/: compile.y, compile_tools.h: - rollback changes in
7262: compiler: full backward compatibility is better
7263:
7264: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
7265: result in var's hash
7266:
7267: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7268: optimisation in method_frame
7269:
7270: * src/include/pa_array.h: - optimisation in array (allocate
7271: elements only when needed)
7272:
7273: * src/types/pa_vresponse.C: - check for $response:headers field
7274: before looking at custom fields
7275:
7276: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
7277: not needed to check existance var with name 'result' in var's
7278: hash
7279:
7280: * src/main/compile.y: - compiler was changed: now it detects
7281: writings to $result and set flag writo_to_result in method
7282:
7283: * src/classes/string.C: - little optimisation: no needed to write
7284: number with lang
7285:
7286: * src/main/pa_charset.C: - methods readChar and skipChar which is
7287: used for read utf8-strings were renamed - is_escaped was renamed
7288: to isEscaped (to the same name convention)
7289:
7290: * src/: types/pa_method.h, main/compile_tools.h: - flag
7291: write_to_result added. compiler get this info from code.
7292:
7293: 2009-04-16 misha
7294:
7295: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
7296: String only before 1st write
7297:
7298: * src/include/pa_string.h: - not needed template removed
7299:
7300: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
7301: types/pa_vjunction.C, types/pa_vproperty.C,
7302: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
7303: main/pa_request.C, classes/bool.C, classes/double.C,
7304: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
7305: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
7306: bool objects)
7307:
7308: 2009-04-15 misha
7309:
7310: * src/lib/cord/cordxtra.c: - more optimisation
7311:
7312: * src/: include/pa_string.h, main/untaint.C: - String::append
7313: optimisation
7314:
7315: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
7316: then get and can sometime be used)
7317:
7318: * src/main/pa_string.C: - String::length optimisation
7319:
7320: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
7321: these methods read different strings
7322:
7323: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7324: fresult_initial_void removed + some optimisation - if $result
7325: defined we don't write to context anymore
7326:
7327: * src/main/pa_charset.C: - readChar => skipChar (in this place we
7328: need just skip char)
7329:
7330: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7331: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
7332: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
7333:
7334: * src/types/pa_vvoid.h: - added get() method for retreave one
7335: instance
7336:
7337: 2009-04-11 misha
7338:
7339: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
7340:
7341: * tests/197.html: - test for parser://test in xml was added
7342:
7343: * src/classes/string.C: - small optimisation
7344:
7345: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
7346: optimisation
7347:
7348: 2009-04-10 misha
7349:
7350: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
7351: to pcre-7.8
7352:
7353: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
7354:
7355: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
7356: added
7357:
7358: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
7359: $request:CLASS_NAME were added
7360:
7361: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
7362: were added
7363:
7364: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
7365: $env:CLASS_NAME were added
7366:
7367: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
7368: '@todo' now
7369:
7370: * src/targets/cgi/parser3.C: - size_t -> int for calming down
7371: compirer
7372:
7373: * src/main/pa_string.C: - little code cleanup
7374:
7375: * src/main/pa_common.C: - describe one more UTF-8 related error
7376: during PCRE compile/execute
7377:
7378: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
7379: normalizing todo-comments: '@todo' now
7380:
7381: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
7382:
7383: * src/main/pa_charset.C: - type changed for making compiler happy
7384:
7385: 2009-03-10 misha
7386:
7387: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
7388: in main()
7389:
7390: 2009-02-01 misha
7391:
7392: * src/main/pa_http.C: - bugfix: double CRLF before the end of
7393: boundary
7394:
7395: 2009-01-25 misha
7396:
7397: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
7398:
7399: * src/classes/file.C: - more changes for parsing different number
7400: of params for file::load
7401:
7402: * tests/193.html: - tests for exception while base64-decode binary
7403: to string was added
7404:
7405: * tests/192.html: - tests for file::load with different number of
7406: options
7407:
7408: * src/classes/math.C: - ups. forgot '+1'
7409:
7410: * src/: classes/table.C, classes/file.C, include/pa_common.h,
7411: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
7412: main/pa_http.C: - ^file::load[...;http://...;] now can post files
7413: (new option $.encode[multipart-form/data] should be specified) -
7414: $.method[] option for file::load now is not case-sensitive
7415:
7416: * src/: include/pa_string.h, main/untaint.C: - for file post the
7417: new taint language L_FILE_POST was added
7418:
7419: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
7420: main/main.vcproj, classes/math.C, include/Makefile.am: - some
7421: stuff was moved to separate files
7422:
7423: 2009-01-23 misha
7424:
7425: * src/classes/math.C: - little optimisation in ^math:sha1[] -
7426: spaces to tabs were converted
7427:
7428: 2009-01-12 misha
7429:
7430: * src/main/pa_http.C: - value of $.method[] option force uppercased
7431: now
7432:
7433: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
7434: types/pa_vform.C, types/pa_vmail.C: - some constants changed
7435: their names
7436:
7437: * src/main/pa_common.C: - changes in formating
7438:
7439: * src/: classes/file.C, main/pa_http.C: - some constants changed
7440: their names
7441:
7442: * src/include/pa_http.h: - some spaces were converted to tabs
7443:
7444: * src/include/pa_common.h: - some constants changed their names
7445:
7446: * src/classes/file.C: - fixed 4-th paramether for file::load -
7447: little code rewriting
7448:
7449: * src/types/pa_vfile.C: - little code rewriting
7450:
7451: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
7452: types/pa_value.h: - some formating changes
7453:
7454: * src/include/pa_common.h: - some formating spaces transformed to
7455: tabs
7456:
7457: * src/classes/string.C: - exception while base64-decode binary to a
7458: string
7459:
7460: 2009-01-11 misha
7461:
7462: * configure.in: - version changed to 3.3.1b
7463:
7464: 2008-09-05 misha
7465:
7466: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
7467: release_3_3_0 on 2008-09-05 10:59:35 +0000
7468:
7469: 2008-09-04 misha
7470:
7471: * tests/: 130.html, 131.html: - these exceptions not typeless
7472: anymore
7473:
7474: * src/classes/op.C: - exception with 'invalid taint language' not
7475: typeless anylonger
7476:
7477: * src/classes/image.C: - some exceptions while operations with
7478: image not typeless anymore
7479:
7480: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
7481: main/pa_exec.C, main/pa_http.C: - some exceptions while
7482: operations with files not typeless anymore
7483:
7484: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
7485: types/pa_vdate.h: - exceptions while checking date range not
7486: typeless anymore
7487:
7488: * src/include/pa_exception.h: - exception type string for invalid
7489: date range was added
7490:
7491: 2008-09-03 misha
7492:
7493: * src/: classes/file.C, main/pa_string.C: - exception while pce
7494: operations not typeless anymore
7495:
7496: * src/include/pa_exception.h: - exception type for pce operations
7497: was added
7498:
7499: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
7500: and .CLASS_NAME insite classes
7501:
7502: * src/classes/table.C: - don't save table header whiile
7503: ^table.save[append;filename] if file exists
7504:
7505: 2008-09-02 misha
7506:
7507: * src/main/compile.y, src/main/compile_tools.h,
7508: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
7509: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
7510: renamed to partial and it login changed: we must mark class as
7511: partial for allow their modifications in future.
7512:
7513: 2008-08-29 misha
7514:
7515: * tests/results/022.processed: - testing taint[regex] in mask for
7516: file:list
7517:
7518: * tests/022.html: - testing taint[regex] in mask for file:list
7519:
7520: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
7521: for file:list was added
7522:
7523: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
7524: file:list
7525:
7526: 2008-08-26 misha
7527:
7528: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
7529: last derived object
7530:
7531: * src/classes/image.C: - many strings "image.format" replaced by
7532: IMAGE_FORMAT constant string - handle GPS info while parse exif -
7533: understand some more exif tags
7534:
7535: * src/include/pa_exception.h: - string "image.format" was added
7536:
7537: 2008-08-21 misha
7538:
7539: * src/: main/pa_string.C, classes/file.C: - use method for print
7540: pcre_exec text error
7541:
7542: * src/main/pa_common.C: - method for print pcre_exec text error was
7543: added
7544:
7545: * src/include/pa_common.h: - method declaration for print pcre_exec
7546: text error was added
7547:
7548: 2008-08-19 misha
7549:
7550: * src/main/execute.C: - bugfix: opcodes must be in separate
7551: namespace while debug execution as well
7552:
7553: * tests/: 015.html, results/015.processed: - test for escaping some
7554: parser chars was added
7555:
7556: 2008-08-18 misha
7557:
7558: * tests/: 190.html, 190.p, results/190.processed: - test for
7559: $caller.self.field + default getter in one class was added
7560:
7561: * tests/: 189.html, results/189.processed: - test for
7562: ^date::create[date object]
7563:
7564: * tests/: 188.html, results/188.processed: - tests for match with
7565: UTF-8 strings
7566:
7567: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
7568: ^string.match[]
7569:
7570: * ChangeLog: - parser 3.3.0 beta13
7571:
7572: 2008-08-15 misha
7573:
1.116 moko 7574: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
7575: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
7576: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
7577: dftables.c: - old PCRE files removed
1.95 moko 7578:
7579: * src/lib/pcre/config.h: - configuration for PCRE library
7580:
7581: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7582: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
7583:
7584: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
7585: library and set flag UTF8 if $request:charset is UTF-8
7586:
7587: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
7588: include/pa_config_fixed.h: - moved to new PCRE library
7589:
7590: * src/: main/main.vcproj, types/types.vcproj,
7591: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
7592: win32\pcre instead of parser3\src\lib\pcre
7593:
7594: * src/: include/pa_opcode.h, include/pa_operation.h,
7595: main/compile.C, main/compile.y, main/compile_tools.C,
7596: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
7597: opcodes were moved to separate namespace
7598:
7599: 2008-08-14 misha
7600:
7601: * src/types/pa_vstateless_class.C: - newline at the end missed
7602:
7603: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
7604: tainting
7605:
7606: 2008-08-11 misha
7607:
7608: * tests/: 187.html, 187.p, results/187.processed: - tests for
7609: $caller.self, $caller.self.field and $caller.self.field[value]
7610: were added
7611:
7612: * src/types/pa_vmethod_frame.h: - still need to check 'self'
7613: runtime as well (for $caller.self)
7614:
7615: 2008-07-25 misha
7616:
7617: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
7618: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
7619: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
7620: tests with international characters
7621:
7622: 2008-07-23 misha
7623:
7624: * src/main/pa_http.C: - escape $cookies as %uXXXX while
7625: file::load[...;http://
7626:
7627: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
7628: now everywhere in separate namespace
7629:
7630: * src/types/pa_vmethod_frame.h: - looking for caller before looking
7631: for vars
7632:
7633: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
7634: can be escaped by '^'
7635:
7636: 2008-07-22 misha
7637:
7638: * src/classes/string.C, tests/186.html: - names changes:
7639: escape=>js-escape, unescape=>js-unescape
7640:
7641: 2008-07-21 misha
7642:
7643: * tests/results/186.processed: - test for string escape/unescape
7644:
7645: * tests/186.html: - test for string escape/unescape
7646:
7647: * src/classes/string.C: - string has escape and unescape methods
7648: now
7649:
7650: * src/: include/pa_string.h, main/pa_string.C: - escape method was
7651: added
7652:
7653: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
7654: method-layers added (with different params)
7655:
7656: 2008-07-18 misha
7657:
7658: * tests/results/185.processed: - test for ^str.pos[substr](offset)
7659: was added
7660:
7661: * tests/185.html: - test for ^str.pos[sub](offset) added
7662:
7663: * src/classes/string.C, src/classes/void.C, operators.txt: -
7664: ^string.pos[substr](offset) -- 2nd param accepted now
7665:
7666: * src/main/pa_string.C: - .pos works fine with offset for utf-8
7667: strings
7668:
7669: 2008-07-17 misha
7670:
7671: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7672: helper length added for mid for small optimisation
7673:
7674: 2008-07-16 misha
7675:
7676: * tests/: 185.html, results/185.processed: - tests for
7677: length/left/right/mid/pos with utf-8 strings
7678:
7679: * src/classes/string.C: - left/right/mid/length/pos works fine for
7680: utf-8 strings
7681:
7682: * src/main/untaint.C: - comments removed
7683:
7684: * src/: include/pa_string.h, main/pa_string.C,
7685: include/pa_charset.h, main/pa_charset.C: - methods for working
7686: with pos/mid for strings in utf-8 were added
7687:
7688: 2008-07-15 misha
7689:
7690: * tests/: 184.html, results/184.processed: - test for case body as
7691: expression: $var(^switch(1){^case(1)(true)..})
7692:
7693: * src/classes/op.C: - case body can be expression now:
7694: $var(^switch(1){^case(1)(true)..})
7695:
7696: * tests/: results/183.processed, 183.html: - added test for testing
7697: new cookie encoding (%uXXXX)
7698:
7699: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
7700: decoding for backward compatibility they decoded from %XX in
7701: request:charset too
7702:
7703: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
7704: - cookie class now decode cookies before first access after last
7705: request:charset changing (as form class).
7706:
7707: * src/main/pa_charset.C: - added method escape for escaping cookies
7708: as %uXXXX - before transcode calculate required space for dest
7709: string. it reduce mem usage for transcode
7710:
7711: * src/include/pa_charset.h: - added method escape for escaping
7712: cookies as %uXXXX
7713:
7714: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
7715: was added. will used for escaping cookies as %uXXXX
7716:
7717: * src/include/pa_common.h: - escape method has new option for skip
7718: converting '+' to a space char
7719:
7720: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
7721: transcode - escape method has new option for skip converting '+'
7722: to a space char
7723:
7724: 2008-07-08 misha
7725:
7726: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
7727: (no UE if more then 1 case matches anylonger) - optimization:
7728: doing searching.as_string() || searching.as_double() only once
7729:
7730: 2008-07-04 misha
7731:
7732: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
7733: now ^date::create[date object] works
7734:
7735: * src/classes/string.C: - left and right added as aliases for start
7736: and end in ^string.trim[]
7737:
7738: 2008-07-03 misha
7739:
7740: * src/classes/file.C: - allow $.limit for file::sql as well
7741:
7742: * src/classes/file.C: - allow $.offset option for file::sql - force
7743: send limit=1 to query for use sql specifics authomatically
7744:
7745: * src/classes/: hash.C, string.C, table.C: - don't throw exception
7746: if $.limit value if empty. autoconvert it as everywere
7747:
7748: 2008-07-02 misha
7749:
7750: * configure.in: - time to change version number to 3.3.0 %-)
7751:
7752: * src/include/pa_version.h: - time to change version number to
7753: 3.3.0 %-)
7754:
7755: 2008-06-26 misha
7756:
7757: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7758: $.limit(0) fixes
7759:
7760: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
7761: - $.limit(0) fixes
7762:
7763: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
7764: new API)
7765:
7766: * src/: include/pa_sql_driver_manager.h,
7767: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
7768: classes/op.C: - document_root added
7769:
7770: * src/main/compile.tab.C: - error message was changed
7771:
7772: 2008-06-25 misha
7773:
7774: * src/main/compile.y: - error message was changed
7775:
7776: 2008-06-24 misha
7777:
7778: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
7779:
7780: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
7781: tests for @OPTIONS\nappend
7782:
7783: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
7784:
7785: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
7786:
7787: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
7788:
7789: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
7790: compile.y
7791:
7792: 2008-06-17 misha
7793:
7794: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
7795: compilation: ^if(default){true. it's incorrect. must be
7796: exception}
7797:
7798: 2008-06-16 misha
7799:
7800: * tests/: 181.ent, 181.html, results/181.processed: - test for
7801: checking external reference loading with 'http://localhost'
7802: prefix while creating xdoc
7803:
7804: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
7805: ^math:long2ip[] and ^math:ip2long[]
7806:
7807: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
7808: added which use scalar stateless class method when user object
7809: used in scalar context - use get_scalar_value when user object
7810: requested in scalar context
7811:
7812: * src/main/pa_common.C: - size must be int but not size_t or we
7813: can't compare with 0 sprintf result
7814:
7815: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7816: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
7817: with internal switch between local/global vars
7818:
7819: * src/types/pa_vclass.C: - register scalar if method @GET[] was
7820: specified
7821:
7822: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
7823: pa_vstateless_object.h: - stateless class and object now has
7824: private scalar field and getter/setter for working with it
7825:
7826: * src/classes/math.C: - methods math:long2ip & math:ip2long were
7827: moved to inet static class
7828:
7829: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
7830: class added (^inet:aton[IP], ^inet:ntoa(number))
7831:
7832: * tests/: 180.html, results/180.processed: - tests for
7833: ^math:long2ip(long) and ^math:ip2long[IP]
7834:
7835: * src/classes/math.C: - ^math:ip2long[IP] added
7836:
7837: 2008-06-11 misha
7838:
7839: * src/main/pa_xml_io.C: - use file_read_text again because of we
7840: need cut BOM code and remove DOS newline chars. but don't
7841: transcode it anyway.
7842:
7843: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
7844: main/pa_http.C: - option for disable transcoding while file_read
7845: and file_read_text added
7846:
7847: 2008-06-10 misha
7848:
7849: * tests/: 179.html, 179.p, results/179.processed: - test for many
7850: classes in 1 file
7851:
7852: * src/main/: compile.C, compile_tools.h: - compile return list of
7853: classes now.
7854:
7855: * src/main/: compile.y, compile.tab.C: - compile return list of
7856: classes now. internals.
7857:
7858: * src/main/pa_request.C: - compile return list of classes now. try
7859: call @conf and @auto for each returned class
7860:
7861: * src/include/pa_request.h: - compile return list of classes now
7862:
7863: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
7864: return list of classes when compile buf)
7865:
7866: 2008-06-07 misha
7867:
7868: * src/main/pa_request.C: - constructing VRequest object with 3rd
7869: param -- form
7870:
7871: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
7872: 3rd param: form. needed for get post_charset
7873:
7874: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
7875: added
7876:
7877: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
7878: types/pa_vform.C, types/pa_vform.h: - some polish
7879:
7880: 2008-06-06 misha
7881:
7882: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
7883: charset and decode chars from it but not from response:charset
7884:
7885: * src/main/pa_http.C: - detect_charset moved out of here
7886:
7887: * src/: include/pa_common.h, main/pa_common.C: - more helpers
7888: methods moved here - unescape_chars accepn one charset now
7889:
7890: * src/main/pa_http.C: - new constants used - don't allow
7891: $.content-type in ^file::load[;http://;$.method[POST]] - add
7892: charset info while ^file::load[;http://;$.method[POST]] - option
7893: $.omit-post-charset(true) added to ^file::load[;http://] for
7894: disabling charset during post
7895:
7896: * src/types/pa_vform.C: - new constants used
7897:
7898: * src/include/pa_common.h: - some constants were added
7899:
7900: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
7901: instead of StrEqNc
7902:
7903: * src/main/pa_common.C: - new method for caseless search
7904: c-substring in c-string - use isxdigit instead of is_hex_digit
7905:
7906: * src/include/pa_common.h: - new method for caseless search
7907: c-substring in c-string
7908:
7909: 2008-06-05 misha
7910:
7911: * tests/results/178.processed: - test for testing default getter
7912:
7913: * tests/178.html: - test for testing default getter
7914:
7915: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
7916: for test for testing default getter
7917:
7918: * src/main/execute.C: - default getter soul
7919:
7920: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
7921: requested objects' field not found
7922:
7923: * src/types/pa_vclass.C: - register default getter if defined - get
7924: default getter if requested field not found
7925:
7926: * src/types/pa_vstateless_object.h: - method get_default_getter was
7927: added
7928:
7929: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
7930: pointer to default getter and methods for get/set it were added
7931:
7932: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
7933: auto_name field (for default getter)
7934:
7935: 2008-06-04 misha
7936:
7937: * src/main/pa_xml_io.C: - load external xml in binary mode (no
7938: transcoding, no cutting BOM code, no fixing line breaks) and get
7939: it to libxml "as is"
7940:
7941: 2008-06-03 misha
7942:
7943: * src/main/pa_common.C: - use store_Char instead of
7944: transcodeCharFromUTF8
7945:
7946: * src/: include/pa_charset.h, main/pa_charset.C: - method
7947: store_Char added, transcodeCharFromUTF8 -- removed
7948:
7949: 2008-06-02 misha
7950:
7951: * tests/: results/177.processed, 177.html: - test for checking
7952: .[acm]date after local ^file::load[] was added
7953:
7954: * tests/: results/176.processed, 176.html: - test for checking
7955: @OPTION\locals + @method[vars][locals] added
7956:
7957: * tests/results/auto.p: - CLASS_PATH specified for checking use
7958:
7959: 2008-05-30 misha
7960:
7961: * src/main/: compile.y, compile.tab.C: - changes in compiler:
7962: @OPTION\nlocals + @method[vars][;locals;] were added
7963:
7964: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
7965: moved to separate method op_code - switch from VMethodFrame to
7966: VMethodFrameGlobal + VMethodFrameLocal
7967:
7968: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
7969: was moved to separate method op_code
7970:
7971: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
7972: VMethodFrame now
7973:
7974: * src/types/pa_vstateless_class.h: - stateless class have bool flag
7975: all_vars_local as well
7976:
7977: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
7978: pa_vmethod_frame_local.h, Makefile.am: - who children for
7979: VMethodFrame were added: one (global) works as VMethodFrame
7980: before and second (local) write all vars in self vars scope
7981:
7982: * src/types/pa_method.h: - method has bool flag all_vars_local now
7983:
7984: 2008-05-29 misha
7985:
7986: * tests/: 129.html, results/129.processed: - more tests for
7987: ^table.hash[]
7988:
7989: * src/classes/hash.C: - ^hash::sql has a new option:
7990: $.type[hash|string|table] as ^table.hash[] one.
7991:
7992: * src/classes/op.C: - ^try has 3rd param now: finally code which
7993: executed anyway after try or catch section
7994:
7995: 2008-05-27 misha
7996:
7997: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
7998: must not fail if $.distinct(1) wasn't specified
7999:
8000: 2008-05-26 misha
8001:
8002: * src/classes/op.C: - allow ^throw[my type]
8003:
8004: 2008-05-22 misha
8005:
8006: * configure.in, configure: - version number updated to 3.2.4b
8007:
8008: * src/classes/: op.C, string.C: - trim format string before
8009: eval/format
8010:
8011: * tests/: results/175.processed, 175.html: - more tests for
8012: different format strings in .format[]
8013:
8014: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
8015: as well (not only %XX)
8016:
8017: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
8018: charset specified - checks for format before print number
8019: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
8020: (instead of tabs) removed
8021:
8022: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
8023: charset specified
8024:
8025: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
8026: char in requested charset from utf code was added
8027:
8028: 2008-05-19 misha
8029:
8030: * tests/: 174.html, results/174.processed: - test for
8031: ^hashfile.cleanup[] added
8032:
8033: * src/classes/hashfile.C: - optimization: don't create any key or
8034: value variable if it's name weren't specified
8035: (^hf.foreach[;v]{...})
8036:
8037: 2008-05-16 misha
8038:
8039: * src/classes/hash.C: - optimization: don't create any key variable
8040: if variable name wasn't specified (^h.foreach[;v]{...})
8041:
8042: 2008-05-15 misha
8043:
8044: * src/classes/op.C: - small changes
8045:
8046: * src/classes/hashfile.C: - code reformating (as hash.foreach)
8047:
8048: * src/classes/hash.C: - calculate var_context once before foreach
8049:
8050: 2008-05-14 misha
8051:
8052: * src/classes/hashfile.C: - incorrect vars context calculation for
8053: ^hashfile.foreach[;]{} fixed
8054:
8055: * src/classes/: hash.C, table.C: - little optimisation
8056:
8057: * src/classes/file.C: - bugfix: double absolute path while loading
8058: file
8059:
8060: * tests/: 174.html, results/174.processed: - tests for hashfile
8061: were added
8062:
8063: * buildall-with-xml: - moving to libxslt 1.1.24
8064:
8065: 2008-04-30 misha
8066:
8067: * src/classes/file.C: - stat file while loading (local only) so
8068: .adate, .mdate and .cdate available without additional ::stat
8069:
8070: 2008-04-28 misha
8071:
8072: * src/classes/file.C: - $.name and $.content-type available for
8073: stated file
8074:
8075: 2008-04-14 misha
8076:
8077: * src/targets/cgi/parser3.C: - new year in copyright %-)
8078:
8079: * src/include/pa_version.h: - new version number in head
8080:
8081: 2008-04-10 misha
8082:
8083: * tests/: 080.html, results/080.processed: - cut '0' from
8084: exponential part because of on diff OS it differ (20 or 020 for
8085: ex)
8086:
8087: * tests/: 119.html, results/119.processed: - check for encoding
8088: while creating xdoc
8089:
8090: 2008-04-09 misha
8091:
8092: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
8093:
8094: * src/main/pa_common.C: - comment added
8095:
8096: * src/classes/date.C: - little refactoring
8097:
8098: 2008-04-07 misha
8099:
8100: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
8101: style of ^table.save[]: prepare one big string and sabe it at
8102: once. it's safe on freebsd 4.x but use much more memory.
8103:
8104: * buildall-with-xml, buildall-without-xml: - option
8105: --disable-stringstream added (under comment. use it on freebsd
8106: 4.x)
8107:
8108: 2008-02-22 misha
8109:
8110: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
8111: specified together in file::load[;http] - get back transcoding
8112: $.body[] in file::load[;http]
8113:
8114: 2008-02-21 misha
8115:
8116: * src/classes/date.C: - ^date.gmt-string[] was added
8117:
8118: * src/types/pa_value.C: - method for output date in RFC 822 format
8119: moved to pa_common.h
8120:
8121: * src/include/pa_common.h: - method for output date in RFC 822
8122: format moved here from pa_value.C
8123:
8124: * src/types/pa_vmail.C: - fixed core in sending mail with
8125: attachment in simple mode ($.file[file here]) introduced in 3.2.2
8126:
8127: 2008-02-20 misha
8128:
8129: * src/main/pa_http.C: - transcode $.headers before escaping into
8130: specified charset while ^file::load[...;http://...] (L_URI
8131: instead of L_HTTP_HEADER) - $.cookies param available in
8132: ^file::load[;http://...] now (but we don't parse set-cookies from
8133: response yet) (cookies not transcoded as common $cookies)
8134:
8135: 2008-02-19 misha
8136:
8137: * src/main/pa_request.C: - rollback: we mustn't force taint
8138: $response:field values because in this case
8139: $response:locateion[http://...] don't works.
8140:
8141: 2008-02-15 misha
8142:
8143: * src/classes/op.C: - little refactoring
8144:
8145: * src/main/pa_http.C: - taint names of $.headers for load[;http
8146:
8147: * src/main/pa_request.C: - force taint values of $response:field
8148:
8149: 2008-02-14 misha
8150:
8151: * src/main/pa_request.C: - $response:field transcoded to
8152: $response:charset before escaping now
8153:
8154: * src/main/pa_http.C: - some outdated comments removed
8155:
8156: * src/classes/date.C: - lastdat -> last-day
8157:
8158: * src/classes/date.C: - ^date:lastday(year;month) and
8159: ^date.lastday[] were added - little code refactoring - comments
8160: changes
8161:
8162: * tests/: 159.html, results/159.processed: - test for number of
8163: days in February
8164:
8165: * src/types/pa_value.C: - fixes in code formatting
8166:
8167: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
8168: and comments
8169:
8170: 2008-02-13 misha
8171:
8172: * src/main/pa_common.C: - bugfix for february at leap year
8173:
8174: 2008-01-28 misha
8175:
8176: * tests/: 160.html, results/160.processed: - more test for cache
8177: added
8178:
8179: * src/classes/op.C: - bugfix: cache body executed twice if contains
8180: unhandled exception
8181:
8182: 2008-01-25 misha
8183:
8184: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
8185: bug when hashfile became inavailable after memory:compact)
8186:
8187: * src/lib/sdbm/apr_strings.C: - +arp_malloc
8188:
8189: 2008-01-22 misha
8190:
8191: * src/classes/table.C: - little refactiring and exception texts
8192: changes in method ^table.hash[]
8193:
8194: * src/types/pa_vcookie.C: - link to cookie specification changed
8195:
8196: 2008-01-21 misha
8197:
8198: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
8199: file::exec/cgi
8200:
8201: * src/classes/file.C: - bugfix: core while processing headers if
8202: executed cgi script don't return content
8203:
8204: 2008-01-18 misha
8205:
8206: * buildall-with-xml: - move to libxml2 version 2.6.31
8207:
8208: * src/include/pa_version.h, configure.in: - version number updated
8209: to '3.2.3b'
8210:
8211: 2007-12-28 misha
8212:
8213: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
8214: hash.contains
8215:
8216: 2007-12-27 misha
8217:
8218: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8219: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
8220: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
8221: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
8222: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8223: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
8224: src/targets/cgi/parser3.vcproj,
8225: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
8226: back to VS2003 because of Apache 1.3 module can't work if it was
8227: built in VS 2005. with cgi all file so VS2003 project files can
8228: be easy converted to the new format.
8229:
8230: 2007-12-04 misha
8231:
8232: * src/types/pa_vcode_frame.h: - changes in comment
8233:
8234: 2007-11-29 misha
8235:
8236: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
8237: intercept strings any longer
8238:
8239: * tests/: 173.html, results/173.processed: - tests for
8240: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
8241: but not in main code frame
8242:
8243: * tests/: 172.html, results/172.processed: - more tests for pass
8244: objects from code frames
8245:
8246: 2007-11-27 misha
8247:
8248: * tests/: 152.html, results/152.processed: - tests for converting
8249: strings 'true'/'false' to bool were added
8250:
8251: * tests/152.html: - added checks for converting strings
8252: 'true'/'false' to bool
8253:
8254: * src/classes/string.C: - ^srting.bool[] now can convert to bool
8255: not only strings with numbers but with values 'true'/'false' as
8256: well
8257:
8258: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
8259: for parser3.log increased
8260:
8261: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
8262:
8263: * src/include/pa_common.h: - remove_crlf return cstring size now
8264:
8265: * src/include/pa_types.h: - constant with buffer size for
8266: parser3.log added
8267:
8268: 2007-11-16 misha
8269:
8270: * tests/cat.sh: - script for tests for file::exec/cgi
8271:
8272: * tests/171.html: - tests for file::exec/cgi
8273:
8274: * tests/results/171.processed: - tests results for file::exec/cgi
8275:
8276: 2007-11-15 misha
8277:
8278: * src/main/pa_exec.C: - fixed incorrect exec code for unix
8279:
8280: * src/classes/file.C: - .body must be set before analyzing cgi
8281: headers
8282:
8283: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
8284: only if exec/cgi return anything.
8285:
8286: 2007-11-14 misha
8287:
8288: * operators.txt: - info about new text|binary option for
8289: file::exec/cgi was added
8290:
8291: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
8292: ^file:exec[[text|binary];script;...]
8293:
8294: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
8295: classes/string.C, classes/table.C: - more text strings moved to
8296: the one place
8297:
8298: 2007-11-09 misha
8299:
8300: * src/types/pa_vrequest.C: - $request:argv must be taint
8301:
8302: * ChangeLog: - $request:argv [patch from Sumo]
8303:
8304: * operators.txt: - $request:argv
8305:
8306: * src/: include/pa_request_info.h, types/pa_vrequest.C,
8307: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
8308:
8309: 2007-10-25 misha
8310:
8311: * buildall-with-xml, buildall-without-xml: - options preparations
8312: for ./configure rewrited
8313:
8314: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
8315: error occure in unhandled_exception finally fixed
8316:
8317: 2007-10-23 misha
8318:
8319: * tests/: 170.html, results/170.processed: - test for
8320: @method[][result]
8321:
8322: * operators.txt: - added info about node.prefix and
8323: node.namespaceURI
8324:
8325: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
8326:
8327: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
8328: added for node and attribute
8329:
8330: 2007-10-22 misha
8331:
8332: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
8333:
8334: * src/main/pa_request.C: - added const content-transfer-encoding
8335:
8336: * src/include/pa_request.h: - added const content-transfer-encoding
8337: - ups. constants must be in lowercase (for search)
8338:
8339: * src/types/pa_vmail.C: - more constants used -
8340: content-transfer-encoding: 8bit added
8341:
8342: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
8343:
8344: * src/include/pa_request.h: - more constants
8345:
8346: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
8347: ommit anymore if $.content-disposition was specified - little
8348: refactoring
8349:
8350: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
8351:
8352: 2007-10-17 misha
8353:
8354: * operators.txt: - info about
8355: table::create[nameless]{data}[>options<] was added
8356:
8357: * src/main/: compile.tab.C, compile.y: - if error occure while
8358: compile method don't put this method in methods table anymore.
8359: in other case the parser coredumped if @unhandled_exception
8360: method can't be compiled because of parser.compile error.
8361:
8362: * src/main/execute.C: - little code reformating
8363:
8364: * src/main/pa_request.C: - little code reformating - comment
8365: changed
8366:
8367: 2007-10-16 misha
8368:
8369: * tests/: 035.html, results/035.processed: - tests
8370: table::create[]{}[options] added
8371:
8372: * src/classes/table.C: - table::create[]{} now accept 3rd param:
8373: options (only $.seperator[] yet)
8374:
8375: 2007-10-10 misha
8376:
8377: * src/classes/table.C: - some contstants moved to pa_common.h -
8378: some code changes
8379:
8380: 2007-10-02 misha
8381:
8382: * src/main/pa_uue.C: - memory usage during uuencode reduced more
8383: then three time as much. but base64 encoding method still use
8384: less memory anyway.
8385:
8386: 2007-09-17 misha
8387:
8388: * operators.txt: - added info about $cookie:fields
8389:
8390: * src/types/pa_vcookie.C: - $cookie:fields available now
8391:
8392: * src/classes/hash.C: - some stuff for use with .for_each moved to
8393: common
8394:
8395: * src/include/pa_common.h: - some stuff for use with .for_each
8396: moved here
8397:
8398: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
8399:
8400: 2007-09-14 misha
8401:
8402: * buildall-with-xml: - new xml libs again =)
8403:
8404: 2007-08-28 misha
8405:
8406: * operators.txt: - texts about ^table.columns[[column name]] and
8407: ^string.split[...][v][column name] were added
8408:
8409: * tests/: 168.html, 169.html, results/168.processed,
8410: results/169.processed: - tests for ^table.columns[[column name]]
8411: and ^string.split[...][v][column name] were added
8412:
8413: * src/classes/table.C: - new option ^table.columns[[column name]]
8414: was added
8415:
8416: * src/classes/string.C: - new option ^string.split[...;v;[column
8417: name]]
8418:
8419: * src/include/pa_exception.h: - error text message for
8420: ^hash._keys[], ^table.columns[] and ^string.split[]
8421:
8422: 2007-08-27 misha
8423:
8424: * src/main/untaint.C: - try to fix coredump on unix if print to
8425: body ^taint[sql][something] outside of connect
8426:
8427: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
8428: outside of connect
8429:
8430: * buildall-with-xml, buildall-without-xml: - strip parser3 was
8431: added (commented by default)
8432:
8433: 2007-08-20 misha
8434:
8435: * operators.txt: - comment about new method ^node.hasAttributes[]
8436: was added
8437:
8438: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
8439: duplicated exception text strings were removed
8440:
8441: * src/include/pa_exception.h: - more exception text strings moved
8442: here
8443:
8444: * src/classes/table.C: - some duplicate exceptions' text strings
8445: removed
8446:
8447: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
8448: xdoc.C, xnode.C: - some duplicate exceptions' text strings
8449: removed
8450:
8451: * src/include/pa_exception.h: - some exception text strings movet
8452: to pa_exception
8453:
8454: * tests/: 149.html, results/149.processed: - test for
8455: ^xnode.hasAttributes[] was added - some code changes
8456:
8457: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
8458: added
8459:
8460: 2007-08-17 misha
8461:
8462: * tests/: results/006.processed, results/059.processed, 006.html,
8463: 059.html: - more tests for match
8464:
8465: * tests/: 129.html, results/129.processed: - tests for
8466: ^table.hash[...][$.type[string|hash|table]] added
8467:
8468: * src/targets/cgi/parser3.C: - little syntax changes
8469:
8470: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
8471: syntax changes
8472:
8473: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
8474: messages in parser3.log switched off by default. If someone
8475: really still need it: use $SIGPIPE(1)
8476:
8477: 2007-08-08 misha
8478:
8479: * buildall-with-xml, buildall-without-xml: - remove libs source
8480: files by default since now
8481:
8482: 2007-08-07 misha
8483:
8484: * buildall-without-xml: - some option syntax changes
8485:
8486: * buildall-with-xml: - compile libxml2 without http support - some
8487: option syntax changes
8488:
8489: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
8490:
8491: 2007-08-06 misha
8492:
8493: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
8494:
8495: * tests/: 160.html, results/160.processed: - cache test was
8496: rewrited
8497:
8498: 2007-07-06 misha
8499:
8500: * tests/: 153.html, results/153.processed: - added test for
8501: ^math:sha1[string]
8502:
8503: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
8504: transcoded
8505:
8506: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
8507: were added
8508:
8509: 2007-06-28 misha
8510:
8511: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
8512: some incorrect chars
8513:
8514: 2007-06-19 misha
8515:
8516: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
8517: were moved on top because of gcc 4 had a problems during
8518: building.
8519:
8520: 2007-06-18 misha
8521:
8522: * tests/results/019.processed: - new image commited
8523:
8524: 2007-06-09 misha
8525:
8526: * src/classes/: op.C, table.C: - in while and table.select method
8527: as_expression used now
8528:
8529: * src/types/pa_vmethod_frame.h: - method as_expression was added
8530:
8531: 2007-06-08 misha
8532:
8533: * tests/: 166.html, results/166.processed: - test for
8534: ^match[...][n]
8535:
8536: * tests/: 165.html, results/165.processed: - tests for loops
8537:
8538: * src/lib/cord/include/private/cord_pos.h: - back to origin value
8539: because of no speed/memory optimisation but some proglems with
8540: long cycles occure
8541:
8542: 2007-06-06 misha
8543:
8544: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
8545: ^table.select(true) and ^table.select(1) didn't works because of
8546: awaiting junction-param only. fixed.
8547:
8548: 2007-05-24 misha
8549:
8550: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
8551: with 0.5 secs interval
8552:
8553: * src/classes/op.C: - cache was rewrited. I hope it works with
8554: locking system now on unix
8555:
8556: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
8557: system locks which wait till other threads release it but try get
8558: lock, if fail wait 1 sec and make 10 attempts.
8559:
8560: * src/include/pa_os.h: - consts for blocking locks + some comments
8561: were added
8562:
8563: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
8564: opening files
8565:
8566: * src/classes/table.C: - changes in includes. if unclude <sstream>
8567: after our classes on unix it can't be build
8568:
8569: * src/types/pa_vhashfile.C: - not needed code removed
8570:
8571: 2007-05-23 misha
8572:
8573: * src/: classes/file.C, classes/op.C, main/pa_common.C,
8574: include/pa_common.h: - cosmetic changes
8575:
8576: 2007-05-18 misha
8577:
8578: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
8579: often. it's give some speed increasing
8580:
8581: * tests/results/160.processed: - returned time corrected
8582:
8583: * tests/160.html: - time increased because on unix 1 mean nothing
8584: :(
8585:
8586: * operators.txt: - added info about ^hash.contain[key]
8587:
8588: * src/classes/hash.C: - added ^hash.contain[key]
8589:
8590: * src/include/pa_hash.h: - added method for checking key exists in
8591: hash
8592:
8593: 2007-05-07 misha
8594:
8595: * src/include/pa_string.h: - was compilation error during build on
8596: freebsd4
8597:
8598: 2007-05-03 misha
8599:
8600: * src/classes/table.C: - option $.type[hash|string|table] was added
8601: for ^table.hash[]
8602:
8603: * src/classes/file.C: - comment removed
8604:
8605: 2007-04-26 misha
8606:
8607: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
8608: real files doesn't opened in place anymore
8609:
8610: 2007-04-24 misha
8611:
8612: * src/classes/math.C: - I thought one more time and remove lg(N) :)
8613:
8614: * src/include/pa_exception.h: "static" removed
8615:
8616: 2007-04-23 misha
8617:
8618: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
8619:
8620: * src/classes/math.C: added: - ^math:ln(N) (the same as
8621: ^math:log(N)) - ^math:lg(N)
8622:
8623: * tests/: 097.html, results/097.processed: - charsets converstion
8624: during ^file::load[text;http://...] added
8625:
8626: * tests/: 164.html, results/164.processed: - check for set expires
8627: as a date
8628:
8629: * tests/: 164.html, results/164.processed: - test for hashfile
8630:
8631: * src/classes/hashfile.C: - little comment changes
8632:
8633: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
8634: access
8635:
8636: * src/: classes/date.C, classes/double.C, classes/file.C,
8637: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
8638: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
8639: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8640: classes/xnode.h, include/pa_request.h, main/execute.C,
8641: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8642: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
8643: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
8644: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
8645: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
8646: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
8647: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8648: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
8649: "parser.runtime" strings were removed
8650:
8651: * src/classes/hashfile.C: - with .clear[] called files_delete()
8652: now.
8653:
8654: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
8655:
8656: * src/include/pa_exception.h: - string constant with
8657: "parser.runtime" text was added
8658:
8659: 2007-04-20 misha
8660:
8661: * operators.txt: - some comments changing
8662:
8663: * operators.txt: - added info about .^hashfile.release[],
8664: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
8665:
8666: * configure: =cheching for unsetenv
8667:
8668: * src/classes/hashfile.C: - ^hashfile.cleanup[],
8669: ^hashfile.release[] were added
8670:
8671: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
8672: ^string.match[][] understand new option now: return number of
8673: matches but not table wit results
8674:
8675: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
8676: reopen now
8677:
8678: * src/classes/op.C: - bug. must be false
8679:
8680: * configure.in: - checking for unsetenv was added
8681:
8682: * src/types/pa_vform.C: - some comments
8683:
8684: 2007-04-18 misha
8685:
8686: * buildall-with-xml: moving to libxml2-2.6.28
8687:
8688: * buildall-with-xml, buildall-without-xml: added commented lines
8689: with --disable-safe-mode option
8690:
8691: * operators.txt: - info about $form:files
8692:
8693: 2007-04-17 misha
8694:
8695: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
8696: $form:files was added
8697:
8698: * tests/: 163.html, results/163.processed: removing auto format
8699:
8700: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
8701:
8702: 2007-04-16 misha
8703:
8704: * tests/: 163.html, results/163.processed: - test for .int[],
8705: floor, round, ceiling and .format[]
8706:
8707: * src/classes/file.C: - little optimization for getting args in
8708: exec/cgi
8709:
8710: 2007-04-13 misha
8711:
8712: * src/classes/file.C: - arguments for file::exec/cgi can be
8713: specified now as s table with one column
8714:
8715: 2007-03-27 misha
8716:
8717: * tests/: 162.html, results/162.processed: - test for
8718: ^table.select(^condition[$t])
8719:
8720: * tests/results/auto.p: - load windows-1251 charset for some tests
8721:
8722: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
8723:
8724: * tests/: results/161.processed, 161.html, 161_utf8.txt,
8725: 161_windows1251.txt: - added test for
8726: ^file::load[text;/local/file.txt;$.charset[...]]
8727:
8728: * tests/: results/013.processed, 013.html: - added test for
8729: checking $._default value while hash modifications
8730:
8731: * tests/: 160.html, results/160.processed: - add test for
8732: ^cache[key](secs){code}, ^cache[] and ^cache(0)
8733:
8734: 2007-03-22 misha
8735:
8736: * src/include/pa_common.h: - "charset" string defined for
8737: ^file::load[text;/local.txt] and ^table::load[/table.txt]
8738:
8739: * src/main/: pa_common.C, pa_http.C: - $.charset option for
8740: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
8741: added - not needed transcodes were removed from
8742: ^file::load[...;http://...]
8743:
8744: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
8745: added
8746:
8747: * src/classes/date.C: - date.week was fixed
8748:
8749: * operators.txt: - added info about date.weekyear
8750:
8751: * tests/: 159.html, results/159.processed: - tests for date.week
8752: and date.weekyear added
8753:
8754: 2007-03-15 misha
8755:
8756: * src/classes/table.C: - enclose column numbers for nameless tables
8757: as well
8758:
8759: 2007-03-14 misha
8760:
8761: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
8762:
8763: * src/classes/table.C: - table.save optimization: now required much
8764: less memory
8765:
8766: 2007-03-13 misha
8767:
8768: * tests/results/: 158.processed, 158.processes: - tests for
8769: table.save/table.load
8770:
8771: * tests/: 158.html, results/158.processes: - tests for
8772: table.save/table.load
8773:
8774: * buildall-with-xml: libxml2: --without-ftp --without-docbook
8775:
8776: * buildall-with-xml: - pattern needed now for building
8777:
8778: * tests/results/097.processed: - added test results for xdoc::load
8779: & xdoc::load[http://...]
8780:
8781: * tests/097.html: - added test for xdoc::load
8782:
8783: 2007-03-12 misha
8784:
8785: * tests/: 107.html, results/107.processed: - added test for xpath
8786: '//man'
8787:
8788: 2007-03-01 misha
8789:
8790: * tests/: 097.html, results/097.processed: - added test for
8791: creating xdoc from file
8792:
8793: * tests/: results/157.processed, 157.html: - added test for
8794: file:move
8795:
8796: 2007-02-28 misha
8797:
8798: * src/classes/xdoc.C: - another attempt
8799:
8800: * src/classes/xdoc.C: - roll back last changes for a while
8801:
8802: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
8803:
8804: * src/classes/file.C: - under lock we create non-exist dir anyway
8805:
8806: * tests/results/099.processed: - ever send content-disposition to
8807: client with file
8808:
8809: * tests/157.html: + test for file:copy
8810:
8811: 2007-02-26 misha
8812:
8813: * src/classes/file.C: - some similar strings moved to #define
8814: instead of to be copy/pasted many times
8815:
8816: * src/types/pa_vfile.h: - class name string ("file") moved to
8817: #define
8818:
8819: 2007-02-20 misha
8820:
8821: * bin/auto.p.dist.in: - added lines for sqlite
8822:
8823: * configure.in: - added some strings for sqlite detection
8824:
8825: 2007-02-19 misha
8826:
8827: * operators.txt: - some comments changes
8828:
8829: * buildall-with-xml, buildall-without-xml: - some modifications
8830:
8831: 2007-02-17 misha
8832:
8833: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
8834:
8835: * src/main/pa_request.C: - damn, i forgot to commit it while I
8836: change console behaviour
8837:
8838: 2007-02-12 misha
8839:
8840: * src/targets/cgi/parser3.C: - don't print headers if
8841: $console:line[data] was used during cgi execution.
8842:
8843: * src/types/pa_vconsole.h: - console class have bool flag now which
8844: marked as 'true' if class was used.
8845:
8846: * tests/: 152.html, results/152.processed: - more types was added
8847: to test 152
8848:
8849: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
8850: adding 'bool' (^if($image){} caused exception)
8851:
8852: 2007-02-09 misha
8853:
8854: * tests/: 152.html, results/152.processed: - test alightly updated
8855:
8856: * tests/: 152.html, results/152.processed: - test rewrited
8857:
8858: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
8859: bugfix. I broke xdoc & xnode in expression
8860:
8861: 2007-02-08 misha
8862:
8863: * tests/: 152.html, results/152.processed: - add test for checking
8864: 'def' for void, string, bool, int & double
8865:
8866: 2007-02-07 misha
8867:
8868: * operators.txt: - ^file:base64[filespec] was added
8869:
8870: * tests/results/153.processed: - result test for
8871: ^file:base64[filespec] was updated
8872:
8873: * tests/153.html: - test for ^file:base64[filespec] was added
8874:
8875: * src/types/pa_vconsole.h: - little optimization
8876:
8877: * src/classes/file.C: - ^file:base64[filespec]
8878:
8879: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
8880:
8881: * src/include/pa_common.h: - declarations for
8882: ^file:base64[filespec]
8883:
8884: * src/types/pa_vcookie.C: - little optimization
8885:
8886: 2007-02-06 misha
8887:
8888: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
8889: were temporary commented
8890:
8891: * src/types/pa_vbool.h: - bugfix
8892:
8893: * tests/156.html: - added test for bool cookie
8894:
8895: * src/types/pa_vcookie.h: - not needed string "cookie" removed
8896:
8897: * tests/: 155.html, results/155.processed: - added test for check
8898: $.encloser[] option for table save/load
8899:
8900: * tests/: 153.html, 154.html, todo.txt: - two more tests added
8901:
8902: 2007-02-05 misha
8903:
8904: * tests/results/152.processed: - newline at the end was missed
8905:
8906: * tests/results/141.processed: - math:md5 must be lowercased
8907:
8908: * src/targets/cgi/parser3.C: - 2007 in help ;)
8909:
8910: 2007-02-03 misha
8911:
8912: * tests/results/: 150.processed, 151.processed, 152.processed: -
8913: test for bool added and some content length fixes
8914:
8915: * tests/152.html: - test for bool added
8916:
8917: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
8918:
8919: * operators.txt: - info bool class was added
8920:
1.116 moko 8921: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 8922: classes/classes.vcproj, classes/double.C, classes/int.C,
8923: classes/string.C, classes/void.C, classes/xnode.C,
8924: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
8925: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
8926: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
8927: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8928: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
8929: types/types.vcproj: - bool class was added
8930:
8931: * src/main/pa_request.C: - fix
8932:
8933: 2007-01-18 misha
8934:
8935: * src/: main/pa_string.C, classes/string.C: - return table during
8936: ^string.match[][] even if no matched found.
8937:
8938: 2006-12-20 misha
8939:
8940: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
8941: http://www.parser.ru/forum/?id=55598 ]
8942:
8943: 2006-12-19 misha
8944:
8945: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
8946: details: http://www.parser.ru/forum/?id=52359
8947:
8948: * src/main/pa_request.C: - always set content-disposition for
8949: $response:body[hash here]. more details:
8950: http://www.parser.ru/forum/?id=52130
8951:
8952: 2006-12-07 misha
8953:
8954: * operators.txt: - added info about bool params in cookie set
8955:
8956: * src/types/pa_vcookie.C: - bool param in cookies available now
8957: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
8958: ]
8959:
8960: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
8961: was added
8962:
8963: 2006-12-02 misha
8964:
8965: * src/classes/file.C: - file_block_read used instead of native read
8966:
8967: * src/main/pa_common.C: - added file_block_read with read error
8968: detection - file_block_read used instead of native read
8969:
8970: * src/include/pa_common.h: - added file_block_read declaration
8971:
8972: 2006-12-01 misha
8973:
8974: * operators.txt: - info about $var.CLASS_NAME was added
8975:
8976: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8977: $var.CLASS_NAME added
8978:
8979: * operators.txt: - added info about ^file:copy[]
8980:
8981: * src/classes/file.C: - ^file:copy[from;fo] was added
8982:
8983: 2006-11-20 misha
8984:
8985: * src/classes/date.C: - bug fix :)
8986:
8987: 2006-11-17 misha
8988:
8989: * src/include/pa_common.h: - array in crc32 calculation was changed
8990: to static
8991:
8992: * src/main/pa_common.C: - little optimization in getMonthDays -
8993: small changes in crc32 calculation
8994:
8995: * src/classes/date.C: - not needed code was removed
8996:
8997: 2006-11-16 misha
8998:
8999: * src/types/pa_vmail.C: - fix missed brakes
9000:
9001: * src/types/pa_vmail.C: - mail:send now set content-type:
9002: multipart/related instead of multipart/mixed if file have
9003: $.content-id[]
9004:
9005: 2006-11-15 misha
9006:
9007: * src/types/pa_vdouble.h: abs -> fabs
9008:
9009: 2006-11-14 misha
9010:
9011: * operators.txt: - added info about ^file.md5[] and
9012: ^file:md5[file-name]
9013:
9014: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
9015: added
9016:
9017: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
9018: FILE_BUFFER_SIZE
9019:
9020: * src/classes/math.C: - hex_string was moved to pa_common.h
9021:
9022: * src/include/pa_common.h: - hex_string was moved from math.C -
9023: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
9024:
9025: * src/types/pa_vdouble.h: - incorrect frac detection with negative
9026: values was fixed
9027:
9028: 2006-11-13 misha
9029:
9030: * operators.txt: - added info about ^math:crc32[string],
9031: ^file:crc32[file-name] & ^file.crc32[]
9032:
9033: * src/classes/math.C: - added ^math:crc32[string]
9034:
9035: * src/classes/file.C: - some comments were changed - added
9036: ^file:crc32[file-name] and ^file.crc32[]
9037:
9038: * src/: include/pa_common.h, main/pa_common.C: - some functions for
9039: crc32 calculation added
9040:
9041: 2006-11-03 misha
9042:
9043: * src/include/pa_array.h: - not needed variable removed
9044:
9045: * tests/: 150.html, 151.html, results/150.processed,
9046: results/151.processed: - 2 tests were added
9047:
9048: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
9049: with $.reverse(1) were fixed
9050:
9051: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
9052: query converted to $.charset during ^file::load[http://...]
9053:
9054: 2006-11-02 misha
9055:
9056: * src/include/pa_table.h: ups. forget '=' char
9057:
9058: * src/include/pa_table.h: - one more fix in
9059: .locate[...][$.reverse(1)]
9060:
9061: 2006-11-01 misha
9062:
9063: * src/classes/math.C: - bug fix, details:
9064: http://www.parser.ru/forum/?id=53360
9065:
9066: * src/include/pa_table.h: - bug fix during ^table.locate( condition
9067: false for all records )[$.reverse(1)]
9068:
9069: * src/main/pa_http.C: - second param for this mid method is length
9070: but not end_index so this method has error and can't detect
9071: charsets in next content-types: Content-type: text/html;
9072: charset="windows-1251" Content-type: text/html;
9073: charset="windows-1251"; Content-type: text/html;
9074: charset=windows-1251;
9075:
9076: only Content-type: text/html; charset=windows-1251 was fine
9077:
9078: 2006-10-31 misha
9079:
9080: * src/classes/file.C: - empty args in file::exec removed now
9081:
9082: 2006-09-11 misha
9083:
9084: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
9085: replaced to table::create - some changes in text/code formatting
9086:
9087: 2006-09-03 paf
9088:
9089: * src/classes/file.C: proper tainting of
9090: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
9091:
9092: 2006-06-09 paf
9093:
9094: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
9095:
9096: * src/classes/table.C: formatting
9097:
9098: * src/classes/table.C: incorporated patch from misha: Sent:
9099: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
9100: ignoring string options for ^table.save[]
9101:
9102: * src/classes/hash.C: incorporated patch from misha Sent:
9103: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
9104: $hash._default disappear while
9105:
9106: * operators.txt: ^mail:send[ $.file1[ $.value[file]
9107: $.format[!uue|!base64] << new base64 option. default uue ] ]
9108:
9109: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
9110: PM Subject: patch for base64 in ^mail:send[] %-)
9111:
9112: 2006-04-09 paf
9113:
9114: * src/main/compile.tab.C: ` change compiled
9115:
9116: * gnu.vcproj, operators.txt, parser3.sln,
9117: src/classes/classes.vcproj, src/classes/file.C,
9118: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
9119: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9120: src/classes/xnode.C, src/include/pa_array.h,
9121: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9122: src/include/pa_memory.h, src/include/pa_request.h,
9123: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9124: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9125: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9126: src/lib/pcre/pcre_dftables.vcproj,
9127: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9128: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9129: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9130: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9131: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9132: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9133: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9134: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9135: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9136: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9137: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9138: src/types/pa_value.h, src/types/pa_vcookie.C,
9139: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9140: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9141: src/types/pa_vstatus.C, src/types/types.vcproj,
9142: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
9143: ^menu, ^hash/hashfile.foreach
9144:
9145: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9146: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
9147: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9148: src/classes/xnode.C, src/include/pa_array.h,
9149: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9150: src/include/pa_memory.h, src/include/pa_request.h,
9151: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9152: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9153: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9154: src/lib/pcre/pcre_dftables.vcproj,
9155: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9156: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9157: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9158: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9159: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9160: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9161: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9162: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9163: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9164: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9165: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9166: src/types/pa_value.h, src/types/pa_vcookie.C,
9167: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9168: src/types/pa_vstatus.C, src/types/types.vcproj,
9169: tests/descript.ion: ! switched to VS2005 (projects and
9170: object<info explicitly typed>.for_each(, info)) +
9171: $response:field[] setting void means removing + grammar $name`
9172: name stops now, for mysql `$field` + started ^break[]
9173: ^continue[], in ^for. TODO: to other iterators (while, menu,
9174: foreach) + all log messages += [uri=, method=, cl=]
9175:
9176: * buildall-with-xml: merged . ftp paths update
9177:
9178: * buildall-with-xml: . ftp paths update
9179:
9180: 2006-03-04 paf
9181:
9182: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
9183: checks++ [thanks to Igor Zinkovsky for detailed report]
9184:
9185: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
9186: Igor Zinkovsky for detailed report]
9187:
9188: 2006-03-01 paf
9189:
9190: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9191: \n to ' ' in
9192:
9193: 2006-02-18 paf
9194:
9195: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9196: \n to ' ' in
9197:
9198: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
9199:
9200: 2006-02-03 paf
9201:
9202: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
9203: base64
9204:
9205: * src/main/pa_common.C: ! bugfix: decoding from base64
9206:
9207: 2006-01-20 paf
9208:
9209: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9210: economy fix
9211:
9212: * src/classes/: table.C: merged from HEAD ! bugfix
9213: ^table.save[$.encloser-s now handled properly
9214:
9215: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
9216: handled properly
9217:
9218: 2006-01-19 paf
9219:
9220: * buildall-with-xml, buildall-without-xml: merged from HEAD !
9221: libgc:USE_MUNMAP activates merging of free memory blocks which
9222: helps a lot in our case: after transform we want
9223: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
9224:
9225: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9226: economy fix
9227:
9228: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
9229: activates merging of free memory blocks which helps a lot in our
9230: case: after transform we want CORD(main.result)->cstr[big
9231: malloc]->transcode[big malloc]
9232:
9233: 2006-01-17 paf
9234:
9235: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
9236: before reading them. got rid of reallocs = became quicker and
9237: less fragmentated
9238:
9239: 2005-12-29 paf
9240:
1.116 moko 9241: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
9242: configure, configure.in, src/include/pa_version.h,
9243: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 9244: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
9245: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
9246: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
9247: src/lib/ltdl/missing: . merged from 3.2.1
9248:
1.116 moko 9249: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
9250: packaged when 'make dist', so do configure companion files in
9251: src/lib/ltdl
9252:
9253: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
9254: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
9255: missing: . now config_auto.h is created with configure [were
9256: constant]
1.95 moko 9257:
9258: * INSTALL: . references to documentation and some clarification
9259:
9260: * buildall-with-xml, buildall-without-xml: . farawell doc
9261: indication
9262:
1.116 moko 9263: * Makefile.am: . dist+=buildall*
1.95 moko 9264:
9265: 2005-12-28 paf
9266:
9267: * configure: . 3.2.1
9268:
9269: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
9270: simplify build process, see INSTALL
9271:
9272: 2005-12-26 paf
9273:
9274: * configure: ver
9275:
9276: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
9277: version
9278:
9279: 2005-12-21 paf
9280:
9281: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
9282: compiled with bison 1.875b, it reports unexpected token names
9283:
9284: 2005-12-19 paf
9285:
9286: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
9287: holds a link to xmlNode to prevent premature gc(xmlNode)
9288:
9289: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
9290: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9291: src/main/main.vcproj, src/main/pa_globals.C,
9292: src/targets/cgi/parser3.vcproj,
9293: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
9294: configure, configure.in, src/include/pa_version.h: . killing
9295: gdome [what a relief]
9296:
9297: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
9298: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
9299: run_parser.sh, results/001.processed, results/002.processed,
9300: results/003.processed, results/004.processed,
9301: results/005.processed, results/006.processed,
9302: results/008.processed, results/009.processed,
9303: results/010.processed, results/011.processed,
9304: results/012.processed, results/013.processed,
9305: results/014.processed, results/015.processed,
9306: results/016.processed, results/017.processed,
9307: results/018.processed, results/020.processed,
9308: results/021.processed, results/022.processed,
9309: results/023.processed, results/024.processed,
9310: results/025.processed, results/026.processed,
9311: results/027.processed, results/028.processed,
9312: results/029.processed, results/030.processed,
9313: results/031.processed, results/032.processed,
9314: results/033.processed, results/034.processed,
9315: results/035.processed, results/036.processed,
9316: results/037.processed, results/038.processed,
9317: results/039.processed, results/040.processed,
9318: results/041.processed, results/042.processed,
9319: results/043.processed, results/044.processed,
9320: results/045.processed, results/046.processed,
9321: results/047.processed, results/048.processed,
9322: results/049.processed, results/050.processed,
9323: results/051.processed, results/052.processed,
9324: results/053.processed, results/054.processed,
9325: results/055.processed, results/056.processed,
9326: results/057.processed, results/058.processed,
9327: results/059.processed, results/060.processed,
9328: results/061.processed, results/062.processed,
9329: results/063.processed, results/064.processed,
9330: results/065.processed, results/066.processed,
9331: results/067.processed, results/068.processed,
9332: results/069.processed, results/070.processed,
9333: results/071.processed, results/072.processed,
9334: results/073.processed, results/074.processed,
9335: results/075.processed, results/076.processed,
9336: results/077.processed, results/078.processed,
9337: results/079.processed, results/080.processed,
9338: results/081.processed, results/082.processed,
9339: results/083.processed, results/084.processed,
9340: results/085.processed, results/086.processed,
9341: results/087.processed, results/088.processed,
9342: results/089.processed, results/090.processed,
9343: results/091.processed, results/092.processed,
9344: results/093.processed, results/094.processed,
9345: results/095.processed, results/096.processed,
9346: results/097.processed, results/099.processed,
9347: results/100.processed, results/101.processed,
9348: results/102.processed, results/104.processed,
9349: results/105.processed, results/106.processed,
9350: results/107.processed, results/108.processed,
9351: results/109.processed, results/110.processed,
9352: results/111.processed, results/112.processed,
9353: results/113.processed, results/114.processed,
9354: results/115.processed, results/117.processed,
9355: results/119.processed, results/120.processed,
9356: results/121.processed, results/122.processed,
9357: results/123.processed, results/124.processed,
9358: results/125.processed, results/126.processed,
9359: results/127.processed, results/128.processed,
9360: results/129.processed, results/130.processed,
9361: results/131.processed, results/132.processed,
9362: results/133.processed, results/134.processed,
9363: results/135.processed, results/136.processed,
9364: results/138.processed, results/139.processed,
9365: results/140.processed, results/141.processed,
9366: results/142.processed, results/143.processed,
9367: results/144.processed, results/145.processed,
9368: results/146.processed, results/147.processed,
9369: results/148.processed, results/149.processed, results/auto.p: .
9370: now works if we turn off default auto.p
9371:
1.116 moko 9372: * configure: . makes
1.95 moko 9373:
9374: * src/types/pa_vxnode.C: . less warnings
9375:
9376: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
9377: tests/145.html, tests/149.html, tests/descript.ion,
9378: tests/outputs/d.cmd, tests/results/142.processed,
9379: tests/results/143.processed, tests/results/144.processed,
9380: tests/results/145.processed, tests/results/146.processed,
9381: tests/results/147.processed, tests/results/148.processed,
9382: tests/results/149.processed: . removed .nodeValue from all node
9383: types other than 5 (grabbed piece from gdome)
9384:
9385: * tests/: 137.html, results/137.processed: . not handled this case
9386: yet. code does not hang from inserting parent into child,
9387: considering thing minor issue -- nodes are removed from source
9388: anyway, don't know why shold that be an error after all
9389:
9390: * src/targets/cgi/parser3.C: . style
9391:
9392: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
9393: xdoc too [were barking "not element"]
9394:
9395: 2005-12-16 paf
9396:
9397: * tests/: 146.html, 147.html, 148.html: . more tests
9398:
9399: * src/classes/xnode.C: . also bark on possible errors
9400:
9401: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
9402: props
9403:
9404: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
9405: main/compile.y: merged from HEAD ! fixed overoptimized
9406: ^call(false) case. (confused it with ^call[] case)
9407:
9408: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
9409: ^call(false) case. (confused it with ^call[] case)
9410:
9411: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
9412:
9413: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
9414: results/001.processed, results/002.processed,
9415: results/003.processed, results/004.processed,
9416: results/005.processed, results/006.processed,
9417: results/008.processed, results/009.processed,
9418: results/010.processed, results/011.processed,
9419: results/012.processed, results/013.processed,
9420: results/014.processed, results/015.processed,
9421: results/016.processed, results/017.processed,
9422: results/018.processed, results/019.processed,
9423: results/020.processed, results/021.processed,
9424: results/022.processed, results/023.processed,
9425: results/024.processed, results/025.processed,
9426: results/026.processed, results/027.processed,
9427: results/028.processed, results/029.processed,
9428: results/030.processed, results/031.processed,
9429: results/032.processed, results/033.processed,
9430: results/034.processed, results/035.processed,
9431: results/036.processed, results/037.processed,
9432: results/038.processed, results/039.processed,
9433: results/040.processed, results/041.processed,
9434: results/042.processed, results/043.processed,
9435: results/044.processed, results/045.processed,
9436: results/046.processed, results/047.processed,
9437: results/048.processed, results/049.processed,
9438: results/050.processed, results/051.processed,
9439: results/052.processed, results/053.processed,
9440: results/054.processed, results/055.processed,
9441: results/056.processed, results/057.processed,
9442: results/058.processed, results/059.processed,
9443: results/060.processed, results/061.processed,
9444: results/062.processed, results/063.processed,
9445: results/064.processed, results/065.processed,
9446: results/066.processed, results/067.processed,
9447: results/068.processed, results/069.processed,
9448: results/070.processed, results/071.processed,
9449: results/072.processed, results/073.processed,
9450: results/074.processed, results/075.processed,
9451: results/076.processed, results/077.processed,
9452: results/078.processed, results/079.processed,
9453: results/080.processed, results/081.processed,
9454: results/082.processed, results/083.processed,
9455: results/084.processed, results/085.processed,
9456: results/086.processed, results/087.processed,
9457: results/088.processed, results/089.processed,
9458: results/090.processed, results/091.processed,
9459: results/092.processed, results/093.processed,
9460: results/094.processed, results/095.processed,
9461: results/096.processed, results/097.processed,
9462: results/099.processed, results/101.processed,
9463: results/102.processed, results/104.processed,
9464: results/105.processed, results/106.processed,
9465: results/107.processed, results/108.processed,
9466: results/109.processed, results/110.processed,
9467: results/111.processed, results/112.processed,
9468: results/113.processed, results/114.processed,
9469: results/115.processed, results/116.processed,
9470: results/117.processed, results/118.processed,
9471: results/119.processed, results/120.processed,
9472: results/121.processed, results/122.processed,
9473: results/123.processed, results/124.processed,
9474: results/125.processed, results/126.processed,
9475: results/127.processed, results/128.processed,
9476: results/129.processed, results/130.processed,
9477: results/131.processed, results/132.processed,
9478: results/133.processed, results/134.processed,
9479: results/135.processed, results/136.processed,
9480: results/137.processed, results/138.processed,
9481: results/139.processed, results/140.processed,
9482: results/141.processed: . refreshed old tests, made them work
9483: without auto.p (in utf8) . things noted: . gif got encoded
9484: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
9485: some strange year)
9486:
9487: * INSTALL: . revived linux libgc fix
9488:
9489: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
9490: glib/gdome in INSTALL and patches]
9491:
9492: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9493: include/pa_charset.h, include/pa_config_includes.h,
9494: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
9495: include/pa_xml_exception.h, lib/cord/Makefile.am,
9496: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9497: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
9498: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
9499: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
9500: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
9501: types/pa_vxnode.h: . started killing gdome
9502:
9503: 2005-12-13 paf
9504:
9505: * src/main/: pa_request.C: merged from HEAD ! when code in
9506: @unhandled_exception thrown another exception, print correct
9507: origin (earlier code in catch of exception inside of
9508: @unhandled_exception grabbed parent_frame(original_exception)
9509: origin and printed it, instead of true origin)
9510:
9511: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
9512: another exception, print correct origin (earlier code in catch of
9513: exception inside of @unhandled_exception grabbed
9514: parent_frame(original_exception) origin and printed it, instead
9515: of true origin)
9516:
9517: 2005-12-09 paf
9518:
9519: * INSTALL: . updated INSTALL doc to work around linux stack base
9520: detection problem, due to change in gc6.4 code
9521:
9522: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
9523: ignored in ^string.matched :(
9524:
9525: * src/main/pa_string.C: ! regex tainting were ignored in
9526: ^string.matched :(
9527:
9528: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
9529: src/include/pa_config_fixed.h, src/include/pa_version.h,
9530: src/main/compile.y, src/main/compile_tools.h,
9531: src/main/pa_charset.C, src/main/pa_common.C,
9532: src/main/pa_globals.C, src/main/pa_string.C,
9533: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
9534: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
9535:
9536: 2005-12-08 paf
9537:
9538: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
9539: 500 chars now handled OK [were wrapped on 500th char according to
9540: rfc, but sendmail failed to unwrap it properly]
9541:
9542: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
9543: handled OK [were wrapped on 500th char according to rfc, but
9544: sendmail failed to unwrap it properly]
9545:
9546: * src/targets/isapi/parser3isapi.C: . less warnings
9547:
9548: * src/targets/isapi/parser3isapi.C: . undone some strange change
9549: since 3.1.5
9550:
9551: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
9552: link fixes
9553:
9554: * src/: classes/date.C, include/pa_config_fixed.h,
9555: main/compile.tab.C, main/compile.y, main/compile_tools.h,
9556: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
9557: main/pa_string.C, targets/cgi/getopt.c: . less warnings
9558:
9559: * src/include/pa_config_fixed.h: . removed outdated string origins
9560: [in current storage scheme there's no place for them. someday we
9561: can add third CORD to store origins and special version of parser
9562: which stores origins there [separate binary]]
9563:
9564: 2005-12-07 paf
9565:
9566: * src/targets/isapi/parser3isapi.C: . now links in release mode
9567:
9568: * src/include/pa_version.h: makefiles
9569:
9570: * src/include/pa_version.h: . not beta
9571:
9572: * configure, configure.in, src/include/pa_version.h: not beta
9573:
9574: 2005-12-06 paf
9575:
9576: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
9577: [some details here http://i2/tasks/edit/?id=4869912143891354460]
9578: decided to undo the change ^call[$void] passes void. now it will
9579: pass empty string again.
9580:
9581: * src/main/: compile.tab.C, compile.y: . version readded
9582:
9583: * src/classes/op.C: . in this version there is no ^switch[$nothing]
9584: = ^switch[void] problem
9585:
9586: 2005-12-01 paf
9587:
9588: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
9589: caused ^case[string] to be coerced to double since searching
9590: value were not string (it was vvoid)
9591:
9592: * src/classes/op.C: . bugfix ^switch[$void_value] caused
9593: ^case[string] to be coerced to double since searching value were
9594: not string (it was vvoid)
9595:
9596: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
9597: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
9598:
9599: 2005-11-30 paf
9600:
9601: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
9602: win32 must putenv("TZ="), on unix works only putenv("TZ")
9603:
9604: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
9605: putenv("TZ="), on unix works only putenv("TZ")
9606:
9607: * INSTALL: . xml libs versions updated
9608:
9609: * src/main/pa_globals.C: //20051130 trying to remove this, author
9610: claims that fixed a lot there // 20040920 for now both
9611: workarounds needed. wait for new libxml/xsl versions
9612:
9613: 2005-11-28 paf
9614:
9615: * src/classes/table.C: merged from HEAD: ! nameless table has
9616: columns==0
9617:
9618: * src/classes/table.C: ! nameless table has columns==0
9619:
9620: * src/main/pa_http.C: merged from HEAD: ! status line check made
9621: earlier [was totally wrong]
9622:
9623: * src/main/pa_http.C: ! status line check made earlier [was totally
9624: wrong]
9625:
9626: 2005-11-25 paf
9627:
9628: * src/include/pa_array.h: -this reduces speed(table::load) strange.
9629: undoing for now...
9630:
9631: * src/include/pa_version.h: -this reduces speed(table::load),
9632: strange. undoing
9633:
9634: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
9635:
9636: * src/classes/op.C: + ^while(){}[SEPARATOR]
9637:
9638: * src/include/pa_array.h: + optimistics added: all arrays (table
9639: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
9640: this speeds things up and saves memory a LOT! (not noticed
9641: negative effect on syntetic tests, future will tell...)
9642:
9643: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
9644: changed gc_malloc implementation, which obscured profiling
9645:
9646: * src/classes/table.C: merged from HEAD: + optimized
9647: table::load/sql, now row ArrayString-s allocated with
9648: columns.count() elements and don't always grow from
9649: count=3[realloc,realloc]
9650:
9651: * src/classes/table.C: + optimized table::load/sql, now row
9652: ArrayString-s allocated with columns.count() elements and don't
9653: always grow from count=3[realloc,realloc]
9654:
9655: * src/classes/table.C: merged from HEAD: . ^table.save unused
9656: buffer after save
9657:
9658: * src/classes/table.C: . ^table.save unused buffer after save
9659:
9660: 2005-11-24 paf
9661:
9662: * configure.in: . merged glib2-config patch
9663:
9664: * configure.in: + trying to find glib2-config
9665:
9666: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9667: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
9668: file/dir_readable to simple file/dir_exist, this would help in
9669: situations "class not found because .p file has bad rights" << in
9670: that case error would be explicit "access denied to 'this' file"
9671:
1.116 moko 9672: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 9673:
9674: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9675: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
9676: to simple file/dir_exist, this would help in situations "class
9677: not found because .p file has bad rights" << in that case error
9678: would be explicit "access denied to 'this' file"
9679:
9680: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
9681: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9682: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
9683: ^file::exec/cgi[script;$.charset[changed]
9684: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9685: encoded in $.charset charset
9686:
9687: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
9688: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9689: encoded in $.charset charset
9690:
9691: * src/: include/Makefile.am, include/pa_common.h,
9692: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9693: main/pa_common.C, main/pa_http.C: . extracted http:// into
9694: separate file [preparation for
9695: ^file::cgi[script;$.form[$.field1[]
9696:
9697: 2005-11-22 paf
9698:
9699: * src/: include/pa_version.h, main/compile.tab.C: makefiles
9700:
9701: * acinclude.m4, configure.in: . merged underquting fixes
9702:
1.116 moko 9703: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 9704:
9705: * src/classes/op.C: . overmerged a little
9706:
9707: * src/main/compile.tab.C: Makefile
9708:
9709: * src/main/: pa_common.C: . less gcc warnings
9710:
9711: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
9712: now reports original exception if we have no old cache
9713:
9714: * src/classes/op.C: + $exception.handled[cache] now reports
9715: original exception if we have no old cache
9716:
9717: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
9718: from HEAD: + ^taint/untaint[regex] << escapes these:
9719: \^$.[]|()?*+{}
9720:
9721: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
9722: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
9723:
9724: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9725: getenv-ed variable, which does not work both on win32&unix.
9726: copied old TZ value now
9727:
9728: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
9729: stored pointer to getenv-ed variable, which does not work both on
9730: win32&unix. copied old TZ value now
9731:
9732: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9733: getenv-ed variable, which does not work both on win32&unix.
9734: copied old TZ value now
9735:
9736: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
9737: access to internal hash
9738:
9739: * src/types/pa_vresponse.C: + $response:headers access to internal
9740: hash
9741:
9742: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
9743: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9744: isapi] this reduces number of "GC Warning: Repeated allocation of
9745: very large block" messages to only important onces
9746:
9747: * src/targets/isapi/parser3isapi.C: +
9748: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9749: isapi] this reduces number of "GC Warning: Repeated allocation of
9750: very large block" messages to only important onces
9751:
9752: * src/classes/string.C: merged from HEAD: + removed limitation on
9753: ^string/int/double:sql{}[$.default[({param style})] ]
9754:
9755: * src/classes/string.C: + removed limitation on
9756: ^string/int/double:sql{}[$.default[({param style})] ]
9757:
9758: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
9759: with ?params or $.form option" limitation
9760:
9761: * src/main/pa_common.C: + removed "use either uri with ?params or
9762: $.form option" limitation
9763:
9764: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9765: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
9766: ^file::base64[encoded] decode
9767:
9768: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9769: main/pa_common.C: + ^file.base64[] encode +
9770: ^file::base64[encoded] decode
9771:
9772: * src/classes/: file.C, string.C: + ^string.base64[] encode +
9773: ^string:base64[encoded] decode
9774:
9775: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
9776: ^string:base64[in] encode + ^string.base64[] decode
9777:
9778: 2005-11-21 paf
9779:
9780: * src/classes/file.C: + merged from HEAD:
9781: ^file::create[text;file.xml;^untaint[xml]{data}]
9782:
9783: * src/classes/file.C: +
9784: ^file::create[text;file.xml;^untaint[xml]{data}]
9785:
9786: * src/main/pa_request.C: ! merged: $response:body[file] now
9787: differes from :download, it does not return content-disposition
9788: at all now [previusely it returned valueless content-disposition]
9789:
9790: * src/main/pa_request.C: ! $response:body[file] now differes from
9791: :download, it does not return content-disposition at all now
9792: [previusely it returned valueless content-disposition]
9793:
9794: * src/main/: compile.tab.C, compile.y: ! overoptimized void
9795: literals, reverted to just vvod, recreating empty array with each
9796: void_value token. that's absolutely needed, since that array
9797: grows
9798:
9799: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9800: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9801: types/pa_vmethod_frame.h: + merged: expression literals:
9802: true/false. ^format[$.indent(true)]
9803:
9804: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9805: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9806: types/pa_vmethod_frame.h: + expression literals: true/false.
9807: ^format[$.indent(true)]
9808:
9809: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9810: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9811: i386-pc-win32)"
9812:
9813: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9814: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9815: i386-pc-win32)"
9816:
9817: 2005-11-18 paf
9818:
9819: * src/classes/: double.C, int.C: ! ^int/double:sql{select
9820: null}[$.default(123)] will now return default value
9821:
9822: * src/classes/op.C: + merged ^cache[] << returns current cache
9823: expiration time
9824:
9825: * src/classes/op.C: + ^cache[] << returns current cache expiration
9826: time
9827:
9828: * src/classes/table.C: ! merged ^table::create[not'nameless';
9829: failed << Exception.problem_source pointed to local var!
9830:
9831: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
9832: Exception.problem_source pointed to local var!
9833:
9834: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
9835: now loads VFile.ptr!=0, so such files can be saved now
9836:
9837: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
9838: loads VFile.ptr!=0, so such files can be saved now
9839:
9840: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
9841: only . and .. now removed from list [were removed all .*]
9842:
9843: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
9844: .. now removed from list [were removed all .*]
9845:
9846: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
9847: open error now checked, were not :( [stole that piece from apache
9848: 1.3 sources]
9849:
9850: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
9851: checked, were not :( [stole that piece from apache 1.3 sources]
9852:
9853: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
9854: untainting of @main result if returned by $result or
9855: $response:body
9856:
9857: * src/main/pa_request.C: ! ensured proper untainting of @main
9858: result if returned by $result or $response:body
9859:
9860: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
9861: issue: now tries to guess content-length and allocates one big
9862: piece if possible [regretfully gc_realloc works as malloc+free,
9863: leaving lots of holes behind]
9864:
9865: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
9866: fixed file load memory issue: now tries to guess content-length
9867: and allocates one big piece if possible [regretfully gc_realloc
9868: works as malloc+free, leaving lots of holes behind]
9869:
9870: 2005-11-16 paf
9871:
9872: * src/: include/pa_common.h, classes/file.C, classes/table.C,
9873: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
9874: table::save with enclosers now doubles them: "->"" !
9875: table::save/load do not remove elements from options hash
9876:
9877: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
9878: [were overoptimized ^if(double_literal), compiler confused
9879: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
9880:
9881: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
9882: [were overoptimized ^if(double_literal), compiler confused
9883: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
9884:
9885: * src/: classes/file.C, classes/table.C, include/pa_common.h,
9886: main/pa_common.C: ! table::save with enclosers now doubles them:
9887: "->"" ! table::save/load do not remove elements from options hash
9888:
9889: 2005-11-03 paf
9890:
1.116 moko 9891: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
9892: compilation, not all makefiles liked that
1.95 moko 9893:
9894: 2005-08-30 paf
9895:
9896: * src/classes/op.C: merge . speedup check of [DEFAULT]
9897:
9898: * src/classes/op.C: . speedup check of [DEFAULT]
9899:
9900: 2005-08-26 paf
9901:
9902: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
9903:
9904: * src/: classes/date.C, types/pa_vdate.h: + date.week
9905:
9906: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
9907: complains about bad!=nameless
9908:
9909: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
9910: about bad!=nameless
9911:
9912: * src/classes/: hash.C, string.C, table.C, void.C: merged !
9913: optional options were allowed to be empty. were checked
9914: if(is_string), changed to !defined||is_string to allow void
9915:
9916: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
9917: classes/string.C, classes/table.C, classes/void.C: ! optional
9918: options were allowed to be empty. were checked if(is_string),
9919: changed to !defined||is_string to allow void
9920:
9921: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
9922: as_junction where they needed as_int/double, so failed with
9923: recent "(const) now no junction" optimization
9924:
9925: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
9926: merged ! many classes/* used as_junction where they needed
9927: as_int/double, so failed with recent "(const) now no junction"
9928: optimization
9929:
9930: * src/: classes/double.C, classes/int.C, classes/math.C,
9931: classes/op.C, classes/string.C, classes/table.C,
9932: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
9933: used as_junction where they needed as_int/double, so failed with
9934: recent "(const) now no junction" optimization
9935:
9936: 2005-08-24 paf
9937:
9938: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
9939: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
9940: stripped it
9941:
9942: 2005-08-09 paf
9943:
9944: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
9945: not cleared
9946:
9947: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9948: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9949: classes/hashfile.C, classes/image.C, classes/int.C,
9950: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9951: classes/response.C, classes/string.C, classes/table.C,
9952: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9953: include/pa_array.h, include/pa_cache_managers.h,
9954: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9955: include/pa_config_fixed.h, include/pa_config_includes.h,
9956: include/pa_dictionary.h, include/pa_dir.h,
9957: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
9958: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
9959: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
9960: include/pa_request_charsets.h, include/pa_request_info.h,
9961: include/pa_sapi.h, include/pa_socks.h,
9962: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9963: include/pa_stack.h, include/pa_string.h,
9964: include/pa_stylesheet_connection.h,
9965: include/pa_stylesheet_manager.h, include/pa_table.h,
9966: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9967: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
9968: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
9969: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
9970: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
9971: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
9972: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9973: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
9974: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
9975: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
9976: main/pa_sql_driver_manager.C, main/pa_string.C,
9977: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
9978: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
9979: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
9980: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
9981: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
9982: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
9983: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
9984: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
9985: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
9986: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
9987: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
9988: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
9989: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
9990: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
9991: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
9992: types/pa_vmemory.h, types/pa_vmethod_frame.C,
9993: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9994: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9995: types/pa_vresponse.C, types/pa_vresponse.h,
9996: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9997: types/pa_vstateless_object.h, types/pa_vstatus.C,
9998: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
9999: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10000: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10001: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10002: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
10003:
10004: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10005: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
10006: speedup consequent checks in vmethod_frame
10007:
10008: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10009: not cleared
10010:
10011: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
10012: params: 50 max (were 10)
10013:
10014: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
10015: params: 50 max (were 10)
10016:
10017: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10018: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
10019: pa_wcontext.h: + ^call[$void] param inside now is void (were:
10020: empty string) ! simplified (double) speedup consequent checks in
10021: vmethod_frame
10022:
10023: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
10024: optimized constants in expressions vstring->vdouble + optimized
10025: ^call(vdouble), no junction creation, no calls later
10026:
10027: 2005-08-08 paf
10028:
10029: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
10030: integrated
10031:
10032: * bin/auto.p.dist.in: . apache bad 404 handling workaround
10033: integrated
10034:
10035: * src/main/: compile.tab.C, compile.y, compile_tools.C,
10036: compile_tools.h: merged + optimized constants in expressions
10037: vstring->vdouble + optimized ^call(vdouble), no junction
10038: creation, no calls later
10039:
10040: * src/types/pa_vdouble.h: merged . double values without fractional
10041: part now default printed as %.0f instead of %g
10042:
10043: * src/types/pa_vdouble.h: . double values without fractional part
10044: now default printed as %.0f instead of %g
10045:
10046: * src/classes/hashfile.C: . merged ! second hashfile::open would
10047: cause an exception
10048:
10049: * src/classes/hashfile.C: ! second hashfile::open would cause an
10050: exception
10051:
10052: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
10053: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10054: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10055: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10056: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
10057: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10058: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10059: types/pa_vresponse.h, types/pa_vstateless_class.C,
10060: types/pa_vstateless_object.h, types/pa_vvoid.h,
10061: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10062: merged VJunction(new Junction) optimization from 3.1.4
10063:
10064: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
10065: types/pa_vstateless_class.C: + optimized new VJunction(new
10066: Junction(params)) to new VJunction(params), thousands of mallocs
10067: removed
10068:
10069: 2005-08-05 paf
10070:
10071: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
10072: types/pa_vdouble.h, types/pa_vmethod_frame.C,
10073: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
10074: creation, no calls later
10075:
10076: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10077: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10078: classes/hashfile.C, classes/image.C, classes/int.C,
10079: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10080: classes/response.C, classes/string.C, classes/table.C,
10081: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10082: include/pa_array.h, include/pa_cache_managers.h,
10083: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10084: include/pa_config_fixed.h, include/pa_config_includes.h,
10085: include/pa_dictionary.h, include/pa_dir.h,
10086: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10087: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10088: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10089: include/pa_request_charsets.h, include/pa_request_info.h,
10090: include/pa_sapi.h, include/pa_socks.h,
10091: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10092: include/pa_stack.h, include/pa_string.h,
10093: include/pa_stylesheet_connection.h,
10094: include/pa_stylesheet_manager.h, include/pa_table.h,
10095: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10096: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10097: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10098: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10099: lib/smtp/smtp.h, main/compile.C, main/compile.y,
10100: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10101: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10102: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10103: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10104: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
10105: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
10106: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10107: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10108: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10109: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10110: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10111: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10112: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10113: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10114: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10115: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10116: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10117: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
10118: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
10119: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
10120: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
10121: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10122: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10123: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10124: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10125: types/pa_vstateless_object.h, types/pa_vstatus.C,
10126: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10127: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10128: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10129: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10130: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
10131:
10132: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
10133: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
10134: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10135: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
10136: main/compile.y, main/compile_tools.C, main/compile_tools.h,
10137: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
10138: optimized constants in expressions vstring->vdouble
10139:
10140: 2005-07-29 paf
10141:
10142: * src/types/pa_vclass.C: . shaped up error messages a bit
10143:
10144: * src/types/pa_vclass.C: + property getter can now be overridden
10145:
10146: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
10147: bug fix: static parent fields were not replaced in case
10148: $derived:field[put] + property setter can now be overridden
10149:
10150: 2005-07-28 paf
10151:
10152: * configure, configure.in, src/classes/classes.h,
10153: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
10154: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
10155: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
10156: src/classes/xnode.h, src/include/pa_hash.h,
10157: src/include/pa_version.h, src/main/execute.C,
1.116 moko 10158: src/types/Makefile.am, src/types/pa_method.h,
10159: src/types/pa_value.h, src/types/pa_vclass.C,
10160: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
10161: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
10162: src/types/pa_vcookie.h, src/types/pa_vhash.h,
10163: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
10164: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
10165: src/types/pa_vobject.C, src/types/pa_vobject.h,
10166: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
10167: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
10168: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
10169: src/types/pa_vstateless_class.h,
1.95 moko 10170: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
10171: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10172: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
10173: dynamic_fields_join
10174:
10175: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
10176: classes/xnode.C, include/pa_hash.h, main/execute.C,
10177: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10178: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10179: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10180: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10181: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10182: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10183: types/pa_vresponse.h, types/pa_vstateless_object.h,
10184: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
10185: types/pa_wwrapper.h: ! restored put_element('replace' param), and
10186: restored its checks in vobject.put_element->static fields |
10187: dynamic properties
10188:
10189: 2005-07-27 paf
10190:
10191: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
10192: is some old code containing @set_name $name
10193:
10194: * src/types/pa_vobject.h: . fixed warning
10195:
10196: * configure, configure.in, src/include/pa_version.h,
1.116 moko 10197: src/types/Makefile.am: 3.2.0beta started
1.95 moko 10198:
10199: * src/: classes/xnode.C, include/pa_hash.h,
10200: types/pa_vstateless_class.C: ! new asserts were all false.
10201: regretfully reverted them all to checks
10202:
10203: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10204: classes/op.C, main/execute.C, types/pa_method.h,
10205: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10206: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10207: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10208: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10209: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10210: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10211: types/pa_vstateless_object.h, types/pa_vvoid.h,
10212: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10213: joined_dynamic_fields: removed unused param from put_method
10214: (returned to 3 params)
10215:
10216: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
10217: joined_dynamic_fields: dynamic get/set works with overriding
10218: props [alpha2]
10219:
10220: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
10221: works [alfa]
10222:
10223: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10224: classes/op.C, include/pa_hash.h, main/execute.C,
10225: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10226: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10227: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10228: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10229: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10230: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10231: types/pa_vresponse.h, types/pa_vstateless_class.C,
10232: types/pa_vstateless_object.h, types/pa_vvoid.h,
10233: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10234: joined_dynamic_fields: just compiled
10235:
10236: * src/: classes/date.C, classes/file.C, classes/hash.C,
10237: classes/hashfile.C, classes/image.C, classes/table.C,
10238: classes/xdoc.C, classes/xnode.h, main/execute.C,
10239: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10240: types/pa_vstateless_class.h: joined_dynamic_fields: started
10241:
10242: * src/types/pa_vobject.C: . object setters [only started, does not
10243: work yet]
10244:
10245: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
10246: object setters [only started, does not work yet]
10247:
10248: 2005-07-26 paf
10249:
10250: * src/: include/pa_request.h, main/execute.C: . properties: set
10251: works [alpha2]. for classes. todo: for objects
10252:
10253: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
10254: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10255: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10256: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10257: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10258: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10259: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10260: types/pa_vstateless_object.h, types/pa_vvoid.h,
10261: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10262: properties: set works [alpha1]
10263:
10264: 2005-07-25 paf
10265:
10266: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
10267: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
10268: properties: started, get works [alpha1, other approach]
10269:
10270: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
10271: properties: started, get works [alpha2]
10272:
10273: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
10274: pa_vstateless_class.h: . properties: started, get works [alpha]
10275:
10276: 2005-07-15 paf
10277:
10278: * src/: classes/classes.h, classes/op.C, main/execute.C,
10279: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
10280: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10281: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10282: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10283: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
10284: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
10285: types/pa_vresponse.C, types/pa_vresponse.h,
10286: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10287: types/pa_vstateless_object.h, types/pa_vvoid.h,
10288: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
10289: types/pa_wwrapper.h, types/types.vcproj: + started property
10290: [getters work but think of changing them too to precaching]
10291:
10292: 2005-07-08 paf
10293:
10294: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
10295: gpf
10296:
10297: 2005-06-28 paf
10298:
10299: * src/: classes/file.C, main/untaint.C: ! string invariant violated
10300: in passing empty strings to file::exec/cgi environment
10301:
10302: 2005-06-06 paf
10303:
10304: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
10305: ^table:sql ^hash:sql now DO process $.bind option
10306:
10307: 2005-05-24 paf
10308:
10309: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
10310: $.limit] now work again [support was broken in 3.1.4]
10311:
10312: * src/: main/pa_string.C, classes/op.C: . steps toward removing
10313: ALL_INTERIOR_POINTERS
10314:
10315: 2005-05-12 paf
10316:
10317: * configure: 3.1.5beta
10318:
10319: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
10320:
10321: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
10322: $.limit] now work again [support was broken in 3.1.4]
10323:
10324: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
10325: line-width [was refusing to fill if line-width >1, thanks to
10326: Seras <seras@pinxit.lt> for repro case
10327:
10328: 2005-04-25 paf
10329:
10330: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
10331: correctly
10332:
10333: 2005-04-19 paf
10334:
10335: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
10336: in VString violating invariant!!
10337:
10338: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
10339: getenv("TZ")==null
10340:
10341: 2005-04-08 paf
10342:
10343: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
10344: bugfix: when there is no char in charset one byte produces 6
10345: (ÿ <<max). increased buffer size!
10346:
10347: 2005-03-23 paf
10348:
10349: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
10350: ^date.sql-string now takes TZ into account
10351:
10352: 2005-03-16 paf
10353:
10354: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
10355: gcc 3.4
10356:
10357: * src/types/pa_vhash.C: . warning about eof eol
10358:
10359: 2005-02-17 paf
10360:
10361: * operators.txt, src/classes/op.C: + operator ^sleep(double
10362: seconds)
10363:
10364: 2005-02-02 paf
10365:
10366: * src/classes/xnode.C: beauty: removed needless includes
10367:
10368: 2005-01-31 paf
10369:
10370: * src/types/pa_vmail.C: change: $.partX now always 1... change:
10371: $.partNoNumber now alias to $.part1
10372:
10373: * src/types/pa_vmail.C: change: incoming letter part contains
10374: "content-disposition" header with any value? now considering that
10375: part to be "file#" [for text/plain text/html were $.text#
10376: $.html#]
10377:
10378: * INSTALL: updatet to latest working versions available
10379:
10380: 2005-01-20 paf
10381:
10382: * configure.in, src/include/pa_version.h: version
10383:
10384: 2005-01-19 paf
10385:
1.116 moko 10386: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
10387: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
10388: couple warnings in parser3.C
1.95 moko 10389:
10390: 2004-12-23 paf
10391:
10392: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
10393:
10394: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
10395: dir to directory of script (when shbang used), not to directory
10396: of its interpreter
10397:
10398: * src/include/pa_version.h: compiled on win32...
10399:
10400: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
10401: we need more hspace
10402:
10403: * configure, configure.in, src/include/pa_version.h: configured
10404: host to pa_version. will be displayed everywhere
10405:
10406: * src/main/pa_request.C: new: @unhandled_exception can prevent
10407: exception from being logged by setting $exception.handled(1)
10408:
10409: * operators.txt, src/classes/file.C: change:
10410: ^file::sql{query}[[options]] options: $.name[file name]
10411: $.content-type[application/what]
10412:
10413: * src/: include/pa_common.h, main/pa_common.C,
10414: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
10415: new file
10416:
10417: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
10418: bugfix: table->hash now regards _default
10419:
10420: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
10421: created by accessing $name_of_method it acquired bad self=closest
10422: methodframe; instead of proper self (current class)
10423:
10424: * src/types/pa_vhashfile.C: bugfix: reading empty string from
10425: hashfile produced bad cord
10426:
10427: 2004-12-10 paf
10428:
10429: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
10430: subsequent failures though defined in .h
10431:
10432: * src/main/pa_common.C: comment on volatile
10433:
10434: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
10435: alarm function were not used since the beginning due to stupid
10436: error [setsigjmp were not checked in configure.in]
10437:
10438: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
10439: unix too
10440:
10441: * src/main/pa_common.C: http: exception status of send/recv errors
10442: change to most probable http.timeout
10443:
10444: * src/main/pa_common.C: win32: http connection $.timeout option now
10445: works [setsockopt on send/receive]
10446:
10447: 2004-12-08 paf
10448:
10449: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
10450: cstr-ed knowing mail charset, and untainting uri lang now knows
10451: proper charset
10452:
10453: 2004-11-24 paf
10454:
10455: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
10456:
10457: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
10458: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
10459:
10460: 2004-11-12 paf
10461:
10462: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
10463: [since 3.0.4]
10464:
10465: 2004-11-09 paf
10466:
10467: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
10468: writes basics to c:\parser3.log
10469:
10470: 2004-10-21 paf
10471:
10472: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
10473: tainted strings [were returning clean onces]
10474:
10475: 2004-10-15 paf
10476:
10477: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
10478: cycles(i=1; i=2), which was wrong, now does ONE
10479:
10480: 2004-10-12 paf
10481:
10482: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
10483:
10484: 2004-10-07 paf
10485:
10486: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
10487: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
10488: release asserts
10489:
10490: * src/: main/pa_string.C, include/pa_string.h: debugger help:
10491: String.dump() to stdout in detailed form [were String.v() in
10492: short form]
10493:
10494: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
10495: \t\r\n as @#| and truncates long char sequences less
10496:
10497: 2004-10-06 paf
10498:
10499: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
10500: win32 beauty: socket errors properly decoded
10501:
10502: 2004-10-05 paf
10503:
10504: * src/: include/pa_request.h, main/pa_request.C: bugfix:
10505: request::configure_user/admin done always, even if no
10506: file-to-process useful in @unhandled_exception [say, if they
10507: would want to mail by SMTP something]
10508:
10509: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
10510: now performed prior to file loading [and @auto executing] thus
10511: making $cookie:value available in @auto and in
10512: @unhandled_exception when IIS is configured to run interpreter
10513: even if no file exist
10514:
10515: 2004-09-20 paf
10516:
10517: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
10518: somewhere where it should have called xmlMalloc and it calls
10519: xmlFree when it should have not called it. inserted two
10520: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
10521: xmlFree just ignored. put away a testcase, maybe someday libxml
10522: author would fix all that. until that day: we have SLOW garbage
10523: collecting when many xml objects are alive hint: do
10524: ^memory:compact[] before xdoc::create
10525:
10526: 2004-09-17 paf
10527:
10528: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
10529: error from 3.0.8 version]
10530:
10531: 2004-09-14 paf
10532:
10533: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
10534: part bugfix: hashfile.foreach iterated only part if hashfile were
10535: modified inside
10536:
10537: 2004-09-13 paf
10538:
10539: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
10540: [were as octal]
10541:
10542: * src/types/pa_vhashfile.C: beauty: not reproduced
10543: $hashfile.key[$novalue] bug [reported by motorin], inserted
10544: safety-check
10545:
10546: * src/types/pa_vhashfile.C: change: empty keys now error in parser
10547: [not something obscure from sdbm lib]
10548:
10549: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
10550: = strerror now returnes something and we can properly report that
10551: to client
10552:
10553: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
10554: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
10555:
10556: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10557: [tainted as-is] this helps //[space][newline] to remain as-is and
10558: not be unnecessary optimized away [ruining javascript]
10559:
10560: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10561: [tainted as-is]
10562:
10563: * src/classes/mail.C: bugfix: typo error
10564:
10565: 2004-09-09 paf
10566:
10567: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
10568: separators bugfix: loads header with endings \r\n\r\n and \n\n
10569: (bloody yandex.server)
10570:
10571: 2004-09-06 paf
10572:
10573: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
10574: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
10575: encoded
10576:
10577: 2004-09-01 paf
10578:
10579: * src/types/pa_vmail.C: change: multipart/mixed changed to
10580: multipart/related outlook express have no problems showing
10581: unrelated attachments. todo: someday figure out a way of
10582: multipart/mixed multipart/related text/html
10583: image/xxx application/octet-stream << true attachments
10584:
10585: * src/types/pa_vmail.C: new:
10586: ^mail:send[$.file[$.content-disposition can be overriden new:
10587: empty mail header fields removed from letter
10588:
10589: * src/: classes/mail.C, include/pa_config_fixed.h,
10590: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
10591: ^mail:send[ $.file[ $.any[header]
10592:
10593: 2004-08-30 paf
10594:
10595: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
10596: warnings
10597:
10598: * src/main/pa_common.C: beauty: do not bother with charset
10599: detection when ^file::load[binary
10600:
10601: 2004-08-27 paf
10602:
10603: * src/main/pa_common.C: hack: for yandex.server http server
10604:
10605: 2004-08-18 paf
10606:
10607: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
10608: possibly-chunked response
10609:
10610: 2004-08-17 paf
10611:
10612: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10613: $f.content-type now = that of http response
10614:
10615: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10616: $f.content-type now = that of http response
10617:
10618: 2004-07-30 paf
10619:
10620: * src/: include/pa_request.h, main/pa_request.C,
10621: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
10622: win32: system&parser exceptions in release mode reported properly
10623: parser exception in exception handler WERE mistakenly reported as
10624: system exception, without details [in apache & isapi] +some
10625: beauty in exception text
10626:
10627: * src/: include/pa_exception.h, main/pa_request.C,
10628: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
10629: release mode reported properly parser exception in exception
10630: handler WERE mistakenly reported as system exception, without
10631: details
10632:
10633: * src/main/execute.C: beauty: simplified system exception handling
10634:
10635: 2004-07-29 paf
10636:
10637: * src/classes/table.C: bugfix:
10638: ^table.save[export.csv;$.separator[^;]] now works fine [separator
10639: were ignored, and \t used unconditionally]
10640:
10641: * src/types/Makefile.am: added vhash.c
10642:
10643: 2004-07-28 paf
10644:
10645: * src/: classes/date.C, classes/image.C, classes/math.C,
10646: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
10647: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
10648: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
10649: failed on russian letters
10650:
10651: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
10652: bugfix: isspace((unsigned char)c) everywhere. failed on russian
10653: letters
10654:
10655: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
10656: as 'currentDirectory' parameter to CreateProcess
10657:
10658: 2004-07-27 paf
10659:
10660: * src/targets/cgi/parser3.vcproj: beauty: win32:
10661: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
10662: from release somewhere [to help searching for unhandled system
10663: exceptions]
10664:
10665: * src/types/pa_vdate.h: check: for invalid datetime after temporary
10666: TZ shift
10667:
10668: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
10669: but also in ctor
10670:
10671: 2004-07-26 paf
10672:
10673: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
10674: src/main/pa_request.C, src/types/pa_vfile.h,
10675: src/types/pa_vhash.C, src/types/pa_vhash.h,
10676: src/types/types.vcproj: new: $response:body/download[
10677: $.file[name on disk] $.name[of file for user]
10678: $.mdate[date of last-modified. default from directory] ]
10679:
10680: * src/classes/file.C: moving file:send somewhere else..
10681:
10682: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
10683: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
10684: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
10685: $response:download[ $.filename[filename] $.option[] ,, ]
10686:
10687: * src/classes/file.C: beauty: invalid mode thoroughly reported
10688:
10689: 2004-07-21 paf
10690:
10691: * src/types/pa_vmail.C: bugfix: too long header values now splitted
10692: to several lines
10693:
10694: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
10695:
10696: note: ms outlook[!express] shows only first 255 characters of
10697: subject
10698:
10699: 2004-07-15 paf
10700:
10701: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
10702: off]
10703:
10704: 2004-07-14 paf
10705:
10706: * src/classes/table.C: bugfix: $.bind values now got untainted
10707: according to lang [were: as-is]
10708:
10709: 2004-07-07 paf
10710:
10711: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
10712: checked that
10713:
10714: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
10715: now untainted according to their languages. were: as-is.
10716: EVERYWHERE
10717:
10718: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
10719: environment string now untainted according to their languages.
10720: were: as-is. EVERYWHERE
10721:
10722: * src/main/pa_exec.C: bufix: on unix environment string now
10723: untainted according to their languages. were: as-is. on win32:
10724: ok
10725:
10726: * parser3.vssscc: ...would not go unnoticed
10727:
10728: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
10729: fails. in case on input appears nonutf, those bytes will be
10730: printed in %HH form. that can be easily decoded/recovered.
10731:
10732: this form is quite noticable, and hopefully would not go noticed
10733:
10734: 2004-07-06 paf
10735:
10736: * src/main/pa_exec.C: bufix: on unix environment string now
10737: untainted according to their languages. were: as-is. on win32:
10738: ok
10739:
10740: 2004-07-01 paf
10741:
10742: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
10743: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
10744: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
10745: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
10746: main/main.vcproj, targets/cgi/parser3.vcproj,
10747: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
10748: option: global optimization ON
10749:
10750: * src/main/untaint.C: workaround kinda bug in libxml: life requires
10751: to do xdoc::create{invalid chars} standard disables chars less
10752: then \x20, except tab, cr, lf.
10753:
10754: changed tainting so that those become '!'
10755:
10756: 2004-06-25 paf
10757:
10758: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10759: int on odd address [prev bugfix failed due to superwize
10760: optimizer, which turned memcpy into same 'ld' asm command]
10761:
10762: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10763: int on odd address
10764:
10765: 2004-06-22 paf
10766:
10767: * src/sql/pa_sql_driver.h: note: about possible optimization
10768:
10769: * operators.txt, src/classes/hash.C, src/classes/memory.C,
10770: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10771: src/include/pa_config_includes.h: new: ^void:sql{call
10772: paf(:a)}[ $.bind[ $.a[2]
10773: ] ] output variables work. todo: check in out
10774: variables
10775:
10776: 2004-06-18 paf
10777:
10778: * src/: classes/file.C, classes/hash.C, classes/string.C,
10779: classes/table.C, classes/void.C, include/pa_globals.h,
10780: include/pa_sql_connection.h, main/compile.tab.C,
10781: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
10782: $.bind[ $.a[2] ]
10783: ] input variables work. todo:output
10784:
10785: * src/targets/cgi/parser3.C: bugfix: iis specific
10786: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
10787: /_bug.html?404;http://hpsv/test/
10788: --------------------------------------------------------------------------------
10789: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
10790: --------------------------------------------------------------------------------
10791: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
10792:
10793: 2004-06-16 paf
10794:
10795: * src/targets/cgi/parser3.C: new: iis specific
10796: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
10797: $request:query
10798: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
10799: $form:fields IIS-STATUS="404"
10800: IIS-DOCUMENT="http://server/_bug.html" f="v"
10801:
10802: todo: isapi too
10803:
10804: 2004-05-26 paf
10805:
10806: * src/include/pa_version.h: 3.1.3
10807:
10808: * operators.txt: beauty: removed outdated level 'table'
10809:
10810: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
10811:
10812: * src/main/pa_string.C: beauty: removed 3 warnings
10813:
10814: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
10815: classes/op.C: beauty: removed outdated level 'table'
10816:
10817: 2004-05-25 paf
10818:
10819: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
10820: implementation. mistery: how anything worked
10821:
10822: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
10823: changed, it is now safe to use url if pointers to it are stored
10824: to gc mem
10825:
10826: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
10827: unknown errors reported and not cause SIGSEGV now
10828:
10829: 2004-05-24 paf
10830:
10831: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10832: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
10833: less memory: CORD_chars_block originally intended to ... it was
10834: good that CORD_chars_block were not used: it consumes more memory
10835: [and, might be slow too] undoing that. [and removed that func so
10836: that it would not confuse parser developer in future]
10837:
10838: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
10839: less memory: CORD_chars_block originally intended to
10840: speedup/reduce mem usage were forgotten, and were used stupid
10841: CORD_chars
10842:
10843: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
10844:
10845: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
10846: BIGENDIAN processors space-conserving mech failed, causing
10847: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
10848: (1|2|3));
10849:
10850: 2004-05-14 paf
10851:
10852: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
10853: bugfix: void now has vfile value, and $response:body[] works OK
10854:
10855: 2004-05-12 paf
10856:
10857: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
10858: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
10859: sources to use is_defined() {return as_bool();} along VBool
10860:
10861: 2004-05-11 paf
10862:
10863: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
10864: referencing to local objects
10865:
10866: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
10867: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
10868: left intact
10869:
10870: 2004-04-15 paf
10871:
10872: * src/classes/date.C: merged: beauty: unused var removed
10873:
10874: * src/classes/date.C: beauty: unused var removed
10875:
10876: * src/include/: pa_exec.h: bugfix: interface without pointer
10877: provoked bug
10878:
10879: 2004-04-09 paf
10880:
10881: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
10882:
10883: * src/types/pa_vform.C: bugfix: form:imap were incorrect
10884:
10885: 2004-04-08 paf
10886:
10887: * src/classes/date.C: new: ^date::create[y-m-d
10888: h-M-s>>.milliseconds<<] now allowed, ignored so far
10889:
10890: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
10891:
10892: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
10893: to consult default catalog [usually, that file belongs to other
10894: user/group]
10895:
10896: 2004-04-06 paf
10897:
10898: * src/main/pa_common.C: beauty: gcc warning removed
10899:
10900: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
10901: accept that trick, trying other
10902:
10903: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
10904: explicit result problem
10905:
10906: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
10907: explicit result problem
10908:
10909: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
10910: explicit result problem
10911:
10912: * operators.txt, src/classes/string.C: new: ^string.append[string]
10913:
10914: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
10915: main/execute.C: attempt_check_call_in_explicit_result_mode:
10916: failed
10917:
10918: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
10919: http://i.p.a.ddress gethostbyaddr added [on some platforms
10920: gethostbyname failed with such 'domains'] now checked properly,
10921: were: needless reverse/forward dns lookup
10922:
10923: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
10924: http://i.p.a.ddress gethostbyaddr added [on some platforms
10925: gethostbyname failed with such 'domains'] now checked properly,
10926: were: needless reverse/forward dns lookup
10927:
10928: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
10929: @method[][result] means "no string output here" moved to lexical
10930: level [on grammar level it were too difficult]
10931:
10932: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
10933: src/main/compile.y, src/main/compile_tools.h,
10934: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
10935: @method[][result] means "no string output here", implemented part
10936: of that idea: compiler throws away string literal generation
10937: code. and barks nonwhitespace chars
10938:
10939: * operators.txt: truth: removed comment about $ORIGIN
10940:
10941: 2004-04-05 paf
10942:
10943: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
10944: src/include/pa_version.h, src/main/pa_common.C,
10945: src/targets/isapi/parser3isapi.C: merged with 3.1.3
10946:
10947: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
10948: Konstantin Tomashevitch [mailto:konst@design.ru]
10949:
10950: * src/doc/html2chm.cmd: beauty: no need in bg here
10951:
10952: * src/doc/sources2html.cmd: beauty: same window, in bg it
10953: interfered with FAR console
10954:
10955: * configure, configure.in: 3.1.3
10956:
10957: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
10958:
10959: * src/main/pa_common.C: removed warning
10960:
10961: * src/include/pa_version.h: 3.1.3
10962:
10963: 2004-04-02 paf
10964:
10965: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
10966:
10967: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
10968: allows to specify where to put parser log file
10969:
10970: 2004-04-01 paf
10971:
10972: * src/classes/table.C: bugfix: bugfix: table::load last line
10973: without tab and enter were ignored
10974:
10975: * src/: include/pa_cache_managers.h, include/pa_globals.h,
10976: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
10977: main/pa_socks.C, targets/cgi/parser3.C,
10978: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
10979: bugfix: sql connections now are disconnected
10980:
10981: 2004-03-30 paf
10982:
10983: * src/classes/table.C: bugfix: table::load last line without tab
10984: and enter were ignored
10985:
10986: * src/classes/table.C: bufix: if last table lines were commented,
10987: gpfed
10988:
10989: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
10990: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
10991: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
10992: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
10993: doc/methoded.dox, doc/object.dox, doc/string.dox,
10994: doc/targets.dox, doc/value.dox, include/pa_version.h,
10995: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
10996: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
10997: bugfixes from 3.1.2, changed version to 3.1.3beta
10998:
10999: 2004-03-29 paf
11000:
11001: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
11002: causes gpf
11003:
11004: * src/doc/: ClassExample1.dox, ClassExample2.dox,
11005: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
11006: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
11007: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
11008: value.dox: translated to english
11009:
11010: 2004-03-25 paf
11011:
11012: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
11013: parser3project dependency removed
11014:
11015: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
11016: bugfix: refused to compile without xml
11017:
11018: * src/types/pa_vform.C: beauty: removed warning
11019:
11020: * src/classes/classes.vcproj: merged bugfix: now all compiles in
11021: any folder [removed last ;) folder dependency]
11022:
11023: * src/classes/classes.vcproj: bugfix: now all compiles in any
11024: folder [removed last ;) folder dependency]
11025:
11026: * src/include/pa_version.h: release
11027:
11028: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
11029:
11030: * src/classes/table.C: beauty: comment& more meaningful error
11031: message
11032:
11033: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
11034: $.hash[$.column_value1(true) ... ] [were producing some strang
11035: thing]
11036:
11037: 2004-03-23 paf
11038:
11039: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
11040: and http status line parsing checked number of columns in table
11041: [user reported an assert]
11042:
11043: * operators.txt: example: on hashfile
11044:
11045: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
11046: bugfix: junction reattach now actually reattaches a junction to
11047: new wcontext [were only assigning it to junction, which caused
11048: junction tracking to loose junction, and it's context were not
11049: killed, and it tried to process in invalid context, gpf]
11050:
11051: * src/targets/cgi/parser3.C: debug helper added
11052:
11053: 2004-03-19 paf
11054:
11055: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
11056: "type(type)" in braces
11057:
11058: 2004-03-10 paf
11059:
11060: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
11061: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11062: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
11063: solution to search-in-namespaces problem:
11064: $xdoc.search-namespaces.x[http://pif.design.ru/]
11065: $nodes[^xdoc.select[//x:second]]
11066:
11067: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
11068: expression][[NAMESPACES HASH]] allows to search for info in
11069: namespaces
11070:
11071: $nodes[^xdoc.select[//x:second][
11072: $.x[http://pif.design.ru/] ]]
11073:
11074: 2004-03-09 paf
11075:
11076: * operators.txt, src/main/pa_common.C: new:
11077: ^file::load[...][options] $.form[
11078: !$.field1[string]
11079: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
11080: ] !$.body[string]
11081:
11082: GET ?here notGET(POST, HEAD, others) in content-type:
11083: application/x-www-form-urlencoded
11084:
11085: todo: upload files ability
11086:
11087: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
11088: properly, done
11089:
11090: 2004-03-05 paf
11091:
11092: * operators.txt, src/main/pa_common.C: new: file::load[;http://
11093: GET/POST $.form[$.fields started, not tested yet
11094: todo:$.field[table] for multiple values
11095:
11096: * operators.txt: new: http:// options $.user $.password basic
11097: authorization
11098:
11099: * src/main/pa_common.C: beauty: link to rtf added
11100:
11101: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
11102: new: http:// options $.user $.password basic authorization
11103:
11104: * src/main/pa_common.C: beauty: removed needless vars
11105:
11106: * operators.txt: new: pgsql option [like that recently added to
11107: oracle driver] ClientCharset=parser-charset <<
11108: charset in which parser thinks client works
11109:
11110: * operators.txt: new: odbc option [like that recently added to
11111: oracle driver] ClientCharset=parser-charset <<
11112: charset in which parser thinks client works
11113:
11114: * src/sql/pa_sql_driver.h: beauty: important warning added
11115:
11116: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
11117: char!
11118:
11119: * etc/parser3.charsets/windows-1251.cfg: typo
11120:
11121: 2004-03-04 paf
11122:
11123: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
11124: cached, sql transcoding now goes faster
11125:
11126: * operators.txt: new: mysql option [like that recently added to
11127: oracle driver] ClientCharset=parser-charset <<
11128: charset in which parser thinks client works
11129:
11130: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
11131: typo error
11132:
11133: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
11134: chars commented
11135:
11136: 2004-03-03 paf
11137:
11138: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
11139: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
11140:
11141: 2004-03-02 paf
11142:
11143: * operators.txt: new[update typo]: !^void.left(n)
11144: nothing !^void.right(n) nothing !^void.mid(p[;n])
11145: nothing
11146:
11147: * operators.txt, src/classes/void.C: new: !^void.left(n)
11148: nothing !^void.right(n) nothing !^void.pos(p[;n])
11149: nothing
11150:
11151: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
11152: ^file::sql[[name_to_become_$.name]]{} query result must be one
11153: row with columns: first: data second: file name third:
11154: content-type
11155:
11156: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
11157: ^connect gets properly escaped string, which can be passed to
11158: request now this for mysql only. it's up to parser sql driver to
11159: fix zeros properly
11160:
11161: * INSTALL: note: added on building apache with this option:
11162: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
11163:
11164: 2004-03-01 paf
11165:
11166: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
11167: extension memory:compact befor processingrequest
11168:
11169: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
11170: call sole column of result
11171:
11172: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
11173: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
11174: pixel color
11175:
11176: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
11177: beauty: image -- less checks [were ugly impl]
11178:
11179: * src/classes/string.C: bugfix: ^string.left/right/mid with
11180: negative values now considered bad
11181:
11182: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
11183:
11184: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
11185: options now have unified defaults [after transform
11186: indent/omit-xml-declaration/standalone 'default' erroreously
11187: meant 'true']
11188:
11189: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
11190: added [on some platforms gethostbyname failed with such
11191: 'domains']
11192:
11193: * src/include/pa_config_auto.h.in: no select check, no define
11194:
11195: * src/classes/string.C: feature: ^string.trim both parameters may
11196: be empty-strings, meaning kind=both chars=whitespaces
11197:
11198: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
11199: exist
11200:
11201: * src/classes/string.C: check: trim 'chars' must not be empty,
11202: exception if it is
11203:
11204: * src/classes/string.C: changed: ^string.trim [] << both,
11205: whitespaces [start|both|end] << kind, whitespaces
11206: [start|both|end;chars] full
11207:
11208: 2004-02-27 paf
11209:
11210: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
11211: method: ^string.trim[start|both|end[;chars]] default
11212: 'chars' -- whitespace chars finished
11213:
11214: * operators.txt, src/classes/string.C, src/include/pa_string.h,
11215: src/main/pa_string.C: new method:
11216: ^string.trim[start|both|end[;chars]] default 'chars' --
11217: whitespace chars started, only start works
11218:
11219: * src/main/compile.C: bugfix: line numbers after
11220: ^process{}[$.line(-10]] can be negative, allowed to print they as
11221: signed
11222:
11223: * src/main/untaint.C: speed: there's no \n chars in output
11224: [normally], so no need to optimize them they could be retrived
11225: from databases, though. but 1. should be replaced 2. if not
11226: optimized, no harm done
11227:
11228: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
11229: ^file::exec/cgi could return invalid status & zombie child can
11230: remain for short period until process exists [very bad in
11231: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
11232:
11233: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
11234: malicious SMTP server to attack as by returning too long status
11235: responses http://i2/tasks/edit/?id=4629448401140924947
11236:
11237: 2004-02-26 paf
11238:
11239: * operators.txt: feature: ^process...{CODE}[now has options] which
11240: are $.main[to what to rename @main] $.file[file,
11241: from which (user says) goes that CODE] $.lineno(line
11242: number in that file, where CODE starts. may be negative)
11243:
11244: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11245: src/main/compile.C, src/main/compile_tools.h,
11246: src/main/pa_request.C: feature: ^process...{CODE}[now has
11247: options] which are $.main[to what to rename @main]
11248: $.file[file, from which (user says) goes that CODE]
11249: $.lineno(line number in that file, where CODE starts. may be
11250: negative)
11251:
11252: 2004-02-25 paf
11253:
1.116 moko 11254: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
11255: old @charsetsdir@ recently erased from configure.in]
1.95 moko 11256:
11257: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
11258: produces hash of column=>1
11259:
11260: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
11261: with incomplete errno constants set
11262:
11263: 2004-02-24 paf
11264:
11265: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
11266: "man select"
11267:
11268: * src/main/pa_os.C: beauty: <0 better then ==-1
11269:
11270: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
11271:
11272: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
11273:
1.116 moko 11274: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 11275:
11276: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
11277: unix: steps to work on unix [extracted 'to']
11278:
11279: * src/classes/mail.C: smtp on unix: steps to work on unix
11280:
11281: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
11282:
1.116 moko 11283: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
11284: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
11285: unix [testing on solaris]
1.95 moko 11286:
11287: 2004-02-20 paf
11288:
11289: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
11290: pointing that out
11291:
11292: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
11293: fixed again [same solution, mistanenly removed one line]
11294:
11295: 2004-02-19 paf
11296:
11297: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
11298: date::create from bad datetime in spring daylightsaving hole now
11299: OK for all platforms [on some platforms it failed]
11300:
11301: * src/classes/: date.C, image.C: beauty: date::create[bad date time
11302: in daylightsaving hole] now throws error
11303:
11304: * src/classes/date.C: comment: mistake fixed
11305:
11306: 2004-02-18 paf
11307:
11308: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
11309: now renderes in $request:charset, but in header puts
11310: $response:charset todo: make that default only so that coder
11311: could override that
11312:
11313: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
11314: turns off omit-xml-declaration
11315:
11316: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
11317: /.xsl for sample
11318:
11319: 2004-02-17 paf
11320:
11321: * src/classes/xdoc.C: beauty: needless helper class removed
11322:
11323: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
11324: copied extra time
11325:
11326: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
11327: part of libxml
11328:
11329: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
11330: libxml to do the work] <xsl:output method="html"
11331: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
11332: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11333: />
11334:
11335: * src/classes/xdoc.C: beauty: no <meta ... charset generated
11336:
11337: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
11338: caused assertion
11339:
11340: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
11341: could hang. now such add does nothing, sub clears $hash
11342:
11343: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
11344: not made quoted-printable
11345:
11346: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
11347: string invariant
11348:
11349: 2004-02-16 paf
11350:
11351: * src/main/pa_globals.C: bugfix: xml errors copy from library now
11352: cleared [were not cleared properly]
11353:
11354: 2004-02-13 paf
11355:
1.116 moko 11356: * src/include/pa_version.h: prerelease
1.95 moko 11357:
11358: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
11359: used, introducing dependencies timestamp check
11360:
11361: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11362: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
11363: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
11364: .xsl.stamp now not used, introducing dependencies timestamp check
11365:
11366: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
11367:
11368: 2004-02-12 paf
11369:
11370: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
11371: ruined empty <input type=file> submits. parser thought there were
11372: nameless empty file and $form:field got value of type 'file'
11373:
11374: * INSTALL: --without-threads
11375:
11376: * src/include/pa_sapi.h: 2004
11377:
11378: 2004-02-11 paf
11379:
11380: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11381: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11382: classes/hashfile.C, classes/image.C, classes/int.C,
11383: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11384: classes/response.C, classes/string.C, classes/table.C,
11385: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11386: include/pa_array.h, include/pa_cache_managers.h,
11387: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11388: include/pa_config_fixed.h, include/pa_config_includes.h,
11389: include/pa_dictionary.h, include/pa_dir.h,
11390: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11391: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11392: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11393: include/pa_request_charsets.h, include/pa_request_info.h,
11394: include/pa_socks.h, include/pa_sql_connection.h,
11395: include/pa_sql_driver_manager.h, include/pa_stack.h,
11396: include/pa_string.h, include/pa_stylesheet_connection.h,
11397: include/pa_stylesheet_manager.h, include/pa_table.h,
11398: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11399: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11400: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11401: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11402: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11403: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11404: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11405: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11406: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11407: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11408: main/pa_sql_driver_manager.C, main/pa_string.C,
11409: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
11410: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
11411: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11412: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11413: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11414: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11415: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11416: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11417: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11418: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11419: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11420: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11421: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11422: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11423: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11424: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11425: types/pa_vresponse.h, types/pa_vstateless_class.C,
11426: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11427: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11428: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11429: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11430: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11431: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
11432:
11433: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
11434: debug version of gc.dll
11435:
11436: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11437: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11438: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
11439: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
11440: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
11441: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
11442: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
11443: processes
11444:
11445: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
11446: main/pa_globals.C, targets/cgi/parser3.vcproj,
11447: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
11448: changes to reflect libxml xsl new folders
11449:
11450: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11451: lib/smtp/smtp.vcproj, main/main.vcproj,
11452: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
11453: to reflect libxml xsl new folders
11454:
11455: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11456: lib/smtp/smtp.vcproj, main/main.vcproj,
11457: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
11458: types/types.vcproj: started changes to reflect libxml xsl new
11459: folders
11460:
11461: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
11462: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11463: src/main/compile.tab.C, src/main/main.vcproj,
11464: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
11465: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11466: started changes to reflect libxml xsl new folders
11467:
11468: 2004-02-10 paf
11469:
11470: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
11471: compile. recommened latest libxml up to date
11472:
11473: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
11474: pattern compilation errors", on which spent 4 hours worktime. use
11475: versions higher than that. recommended now latest up to date
11476:
11477: 2004-02-06 paf
11478:
11479: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
11480: beauty: unified destructing style
11481:
11482: * src/main/untaint.C: beauty: removed old def/ifdef
11483:
11484: * src/main/untaint.C: beauty: coredump @unknown untaint language
11485: now
11486:
11487: 2004-02-03 paf
11488:
11489: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
11490: targets/isapi/parser3isapi.C, types/pa_value.C,
11491: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
11492: then %ld/%lu
11493:
11494: * src/main/pa_common.C: typo: %l -> %u
11495:
11496: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
11497: in attributes or documents-results of transform now not xx;
11498:
11499: * src/classes/xnode.C: memleaks found: not fixed yet. todo
11500:
11501: * src/main/pa_charset.C: bugfix: forgot to undo some
11502:
11503: * src/main/pa_charset.C: beauty: uncomment
11504: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
11505: libraries
11506:
11507: 2004-02-02 paf
11508:
11509: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
11510: $cookie:example[ $.value[value] $.path[/there/] ]
11511:
11512: $cookie:example[ $.value[] $.expires[session]
11513: $.path[/there/] $.domain[test.com] ]
11514:
11515: * src/types/pa_vform.C: bugfix: empty values with
11516: enctype=multipart/form-data now produce entries in $form:tables
11517: <form method=post enctype=multipart/form-data> <input type=hidden
11518: name=a> <input type=hidden name=b>
11519:
11520: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
11521: <hr> <pre>$request:body
11522:
11523: 2004-01-30 paf
11524:
11525: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
11526: or documents-results of transform now not xx;
11527:
11528: * src/classes/date.C: bugfix: ^date::create[invalid fields now
11529: produce exception.
11530:
11531: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
11532: bugfix: ^date::create[invalid fields now produce exception.
11533:
11534: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
11535: year] now produces exception. todo: check other fields
11536:
11537: 2004-01-29 paf
11538:
11539: * src/include/pa_memory.h: typo error
11540:
11541: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
11542: more byte then specified, then zeroed it << useless and
11543: potentially harmful(could gpf)
11544:
11545: 2004-01-22 paf
11546:
11547: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
11548:
11549: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
11550: optimization
11551:
11552: * src/main/untaint.C: bugfix: whitespace now optimized properly
11553: [were bug: ^taint[1 & 2]="1 &2"
11554:
11555: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
11556: errors
11557:
11558: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
11559: overflow
11560:
11561: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
11562: error-reporting code * in parser-error reporting code [when no
11563: @unhandled_exception defined]
11564:
11565: fixed in one place: my *snprintf override
11566:
11567: 2004-01-13 paf
11568:
11569: * operators.txt: typo erro
11570:
11571: 2003-12-25 paf
11572:
11573: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
11574: garbled [pieces after zero bytes were removed]
11575:
11576: 2003-12-22 paf
11577:
1.116 moko 11578: * src/include/Makefile.am: bugfix: removed from dist:
11579: src/include/pa_config_auto.h which were configured for
1.95 moko 11580: make-dist-platform and badly updated proper config file in target
11581: [when .tar used for updating existing source tree]
11582:
11583: * ChangeLog, operators.txt, src/classes/op.C,
11584: src/include/pa_sql_connection.h,
11585: src/include/pa_sql_driver_manager.h,
11586: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
11587: feature: sql introducing ability to transcode charsets
11588:
11589: 2003-12-19 paf
11590:
11591: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
11592: error message
11593:
11594: * src/main/pa_charset.C: bugfix: memory for charsethandler
11595: structure for libxml now allocated properly
11596:
11597: 2003-12-17 paf
11598:
11599: * src/types/pa_vfile.C: beauty: removed outdated cast
11600:
11601: * src/main/pa_common.C: bugfix: empty http response caused gpf
11602:
11603: * src/include/pa_string.h: bugfix: removed too strong a assert
11604:
11605: * src/main/pa_globals.C: bugfix: removed false warning [warning:
11606: unreported xmlGenericErrors]
11607:
11608: 2003-12-15 paf
11609:
11610: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
11611: works}
11612:
11613: 2003-12-11 paf
11614:
11615: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
11616: id
11617: !$status:tid thread id
11618:
11619: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
11620: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
11621: bugfix(solaris): removed dependency on object initialization
11622: order [one more place]
11623:
11624: * src/: classes/file.C, classes/mail.C, classes/op.C,
11625: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
11626: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
11627: understand that
11628:
11629: * src/: classes/file.C, classes/mail.C, classes/op.C,
11630: classes/xdoc.C, include/pa_cache_managers.h,
11631: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11632: include/pa_stylesheet_manager.h, main/pa_request.C,
11633: main/pa_stylesheet_manager.C, types/pa_vimage.C,
11634: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
11635: ctor call [relying on implicit String::Body(cstr) call]
11636:
11637: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
11638: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
11639: object initialization order [two places]
11640:
11641: 2003-12-10 paf
11642:
11643: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
11644: << time now ok
11645:
11646: * operators.txt, src/main/pa_sql_driver_manager.C,
11647: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
11648: operational
11649:
11650: * ChangeLog, operators.txt, src/classes/xdoc.C,
11651: src/include/pa_charset.h, src/include/pa_sql_connection.h,
11652: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
11653: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
11654: back operational
11655:
11656: 2003-12-02 paf
11657:
11658: * src/types/pa_vmail.C: bugfix:
11659: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
11660: as-is forced]
11661:
11662: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
11663: exceptions out of libxml callbacks: reimplemented error handling
11664: of http://localhost, parser://method and safemode check callbacks
11665:
11666: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
11667: [merged from HEAD]
11668:
11669: * src/classes/image.C: nothing: comment removed
11670:
11671: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
11672: addresses to int
11673:
11674: 2003-12-01 paf
11675:
11676: * src/main/pa_xml_io.C: bugfix: typo
11677:
11678: * src/main/pa_globals.C: bugfix: win32: compile prob
11679:
11680: * src/classes/xdoc.C: bugfix: typo
11681:
11682: * src/main/pa_xml_io.C: todo: safe mode check not to throw
11683: exception
11684:
11685: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
11686:
11687: 2003-11-28 paf
11688:
11689: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
11690: all xml documents read
11691:
11692: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
11693:
11694: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11695: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
11696: replaced original open mech of xdoc::create & co to use libxml
11697: open, so that this would work for root document todo: safe mode
11698: checks to libxml: ideally to some 1 point
11699:
11700: * src/main/pa_xml_io.C: comment
11701:
11702: * operators.txt, src/main/pa_xml_io.C: leading / in
11703: http://parser[abscent params]
11704:
11705: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
11706: works. todo: maybe replace original open mech of xdoc::create &
11707: co to use libxml open, so that this would work for root document
11708:
11709: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
11710: "parser://method/params/here"> <test> &test^; </test> }]
11711:
11712: ^taint[^xdoc.string[]]
11713:
11714: @method[param] <!ENTITY test
11715: "test-entity-value+$form:user+$param!">
11716:
11717: 2003-11-27 paf
11718:
11719: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
11720:
11721: * src/classes/date.C: bugfix: typo error
11722:
11723: 2003-11-26 paf
11724:
11725: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
11726: src/main/Makefile.am, src/main/main.vcproj,
11727: src/main/pa_globals.C, src/main/pa_request.C,
11728: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
11729: xml errors to hash<thread_id,error> reorganization: xml io moved
11730: to pa_xml_io.C/h
11731:
11732: * src/types/pa_value.h: warnings: --
11733:
11734: 2003-11-25 paf
11735:
11736: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
11737: whatever)
11738:
11739: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
11740: a, (c?x:y, z)
11741:
11742: * src/main/untaint.C: bugfix: consequences of not reading this
11743: comment: CORD_pos_chars_left /* Number of characters in cache.
11744: <= 0 ==> none */
11745:
11746: * src/include/pa_array.h: removed needless checks
11747:
11748: 2003-11-24 paf
11749:
11750: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
11751: removed limit: now $form:xxx can be accessed anytime, even in
11752: @auto/conf [and request/response:charset still can be changed
11753: anytime]
11754:
11755: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
11756: now not transcodes response body
11757:
11758: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
11759: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
11760: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
11761: $xdoc.firstChild.firstChild.nodeValue[different]
11762: ^taint[^xdoc.string[]]
11763:
11764: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
11765: workaround: static Hash::allocates -> static Hash_allocates
11766:
11767: 2003-11-21 paf
11768:
1.116 moko 11769: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
11770: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
11771: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 11772:
11773: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
11774:
11775: * src/classes/mail.C: bugfix: typo
11776:
11777: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 11778: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
11779: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
11780: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
11781: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 11782: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
11783:
11784: * src/main/pa_exec.C: bug in safe mode
11785:
11786: * src/include/Makefile.am: pa_xml_exception.h
11787:
11788: * src/targets/isapi/parser3isapi.C: more warnings --
11789:
11790: 2003-11-20 paf
11791:
11792: * src/: classes/math.C, classes/op.C, classes/string.C,
11793: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
11794: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
11795: --
11796:
11797: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
11798: more warnings --
11799:
11800: * src/classes/xdoc.C: more warnings --
11801:
11802: * src/classes/: date.C, image.C, xdoc.C: more warnings --
11803:
11804: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
11805: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
11806:
11807: * src/: classes/date.C, classes/file.C, classes/hash.C,
11808: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
11809: classes/table.C, include/pa_cache_managers.h,
11810: include/pa_stylesheet_connection.h, main/pa_request.C,
11811: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
11812: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
11813: --
11814:
11815: * src/main/: execute.C, pa_request.C: old forgotten todo: when
11816: can't report problem (undefined @unhandled_exception) problem
11817: source string were not reported
11818:
11819: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11820: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11821: classes/hashfile.C, classes/image.C, classes/int.C,
11822: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11823: classes/response.C, classes/string.C, classes/table.C,
11824: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11825: include/pa_array.h, include/pa_cache_managers.h,
11826: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11827: include/pa_config_fixed.h, include/pa_dictionary.h,
11828: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
11829: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
11830: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
11831: include/pa_request.h, include/pa_request_charsets.h,
11832: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
11833: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11834: include/pa_stack.h, include/pa_string.h,
11835: include/pa_stylesheet_connection.h,
11836: include/pa_stylesheet_manager.h, include/pa_table.h,
11837: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11838: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
11839: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
11840: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11841: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11842: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11843: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11844: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
11845: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
11846: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
11847: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
11848: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11849: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
11850: targets/isapi/parser3isapi.C, types/pa_junction.h,
11851: types/pa_method.h, types/pa_value.C, types/pa_value.h,
11852: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
11853: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11854: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
11855: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
11856: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
11857: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
11858: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11859: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11860: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11861: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11862: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11863: types/pa_vresponse.h, types/pa_vstateless_class.C,
11864: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11865: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11866: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11867: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11868: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11869: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
11870: const IDENT
11871:
11872: * src/: include/pa_array.h, include/pa_pool.h,
11873: include/pa_request.h, include/pa_string.h, include/pa_table.h,
11874: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
11875: types/pa_wcontext.h: more warnings --
11876:
11877: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
11878: classes/file.C, classes/hash.C, classes/hashfile.C,
11879: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
11880: classes/memory.C, classes/op.C, classes/string.C,
11881: classes/table.C, classes/xdoc.C, classes/xnode.C,
11882: include/pa_config_includes.h, include/pa_operation.h,
11883: include/pa_sql_connection.h, include/pa_table.h,
11884: include/pa_types.h, lib/ltdl/config_fixed.h,
11885: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
11886: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11887: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
11888: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
11889: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
11890: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
11891: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
11892: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
11893: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
11894: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
11895: types/pa_vmail.C, types/pa_vobject.C,
11896: types/pa_vstateless_class.h, types/pa_vtable.C,
11897: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
11898: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
11899: on all projects (except libltdl=off & libsdbm=level3) found
11900: several unitialized vars
11901:
11902: 2003-11-19 paf
11903:
11904: * src/classes/op.C: more ansi C++ comp
11905:
11906: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11907: src/main/pa_request.C: ^cache[...]{body}{catch block with
11908: $exception.handled[cache] meaning "get expired cache, if any.
11909: else error"}
11910:
11911: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
11912: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
11913: ^cache[...]{body}{catch code with $exception.cache field}
11914:
11915: 2003-11-12 paf
11916:
11917: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
11918: [copy/paste bug]
11919:
11920: 2003-11-11 paf
11921:
11922: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
11923: failed]
11924:
11925: * bin/auto.p.dist.in: colno
11926:
11927: 2003-11-10 paf
11928:
11929: * src/types/pa_vconsole.h: flush
11930:
11931: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
11932: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
11933: read/write [for nntp]
11934:
11935: * operators.txt: mysql: transaction support: ?autocommit=0
11936:
11937: * operators.txt: comment: updated
11938:
11939: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
11940: serialize version and exipire now removes entries
11941:
11942: * operators.txt: ^hashfile.delete[] removes files altogether [and
11943: dir, if could]
11944:
11945: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
11946: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
11947: removes files altogether [and dir, if could]
11948:
11949: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
11950: nonexistent pair. .c coded that that was error. fixed
11951:
11952: * src/types/pa_vhashfile.C: sdbm: exception type change to
11953: file.access [regretfull can't split it to different exceptions
11954: without modifying sdbm source wich would prefer not to]
11955:
11956: 2003-11-07 paf
11957:
11958: * src/: classes/date.C, classes/file.C, classes/hash.C,
11959: classes/hashfile.C, classes/image.C, classes/table.C,
11960: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
11961: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
11962: main/execute.C, main/main.vcproj, main/pa_pool.C,
11963: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
11964: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
11965: types/pa_vstateless_class.h: resurrected: pool idea. now only for
11966: destructing objects at request processing end
11967:
11968: 2003-11-06 paf
11969:
11970: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
11971: updates
11972:
11973: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
11974: to include sdbm
11975:
1.116 moko 11976: * src/include/: pa_config_includes.h, pa_version.h: our
11977: replacements of max& co only for cpp
1.95 moko 11978:
11979: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
11980: upper dir, .am updated
11981:
11982: * tests/todo.txt: hashfile: done
11983:
11984: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
11985: expiration [time in value. todo: move time to key]
11986:
11987: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
11988:
11989: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
11990: to do that in foreach, no errors, but surely wrong]
11991:
11992: * operators.txt, src/types/pa_vhashfile.C,
11993: src/types/pa_vhashfile.h: hashfile: clear and proper locking
11994:
11995: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
11996: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
11997: foreach
11998:
11999: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
12000: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
12001:
12002: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
12003: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
12004:
12005: * src/: include/pa_memory.h, targets/cgi/parser3.C,
12006: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12007: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
12008: get/put [raw]
12009:
12010: * src/: classes/op.C, main/pa_os.C: just linked
12011:
12012: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
12013: XmlException changes
12014:
12015: * src/: include/pa_charset.h, include/pa_globals.h,
12016: include/pa_stylesheet_connection.h, main/pa_exception.C:
12017: XmlException changes
12018:
12019: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
12020:
12021: * src/: include/pa_common.h, include/pa_exception.h,
12022: main/main.vcproj, main/pa_common.C, include/pa_os.h,
12023: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
12024: main/pa_xml_exception.C: locking move to pa_os [along with
12025: pa_sleep] apr-impl locking done
12026:
12027: * configure, configure.in, operators.txt, parser3.sln,
12028: src/classes/classes.vcproj, src/classes/hashfile.C,
12029: src/classes/xdoc.C, src/include/pa_config_fixed.h,
12030: src/include/pa_exception.h, src/include/pa_globals.h,
12031: src/include/pa_memory.h, src/include/pa_version.h,
12032: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
12033: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
12034: src/main/compile.tab.C, src/main/main.vcproj,
12035: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
12036: src/types/Makefile.am, src/types/pa_vhash.C,
12037: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12038: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
12039: again with sdbm from apache
12040:
12041: 2003-11-05 paf
12042:
12043: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12044: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
12045: \parser3project dir anymore
12046:
12047: * src/main/pa_charset.C: bugfix: had broken binary search [copied
12048: thoughtlessly from xalan]
12049:
12050: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
12051: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
12052: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
12053:
12054: * src/main/helpers/CaseFolding.txt:
12055: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
12056:
12057: 2003-11-04 paf
12058:
12059: * operators.txt: comment: ^mail:send[$.options[
12060:
12061: * src/classes/table.C: compiled on unix
12062:
1.116 moko 12063: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 12064:
12065: * src/classes/mail.C: compiled on unix
12066:
12067: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
12068: src/types/pa_vmail.h: !^mail:send[
12069: $.options[unix: string to append to sendmail command
12070: line]
12071:
12072: * operators.txt, src/classes/table.C, src/main/pa_string.C,
12073: tests/todo.txt: ^table.save[... $.separator[^#09]
12074: $.encloser["] <nothing> by default
12075:
12076: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
12077: !$.separator[^#09] !$.encloser["] <nothing> by
12078: default
12079:
12080: 2003-11-03 paf
12081:
12082: * operators.txt, src/classes/table.C, src/main/pa_common.C:
12083: ^table::load[; options: !$.column-separator[^#09]
12084: !$.column-encloser["]
12085:
12086: * operators.txt, src/include/pa_config_fixed.h,
12087: src/types/pa_vrequest.C: $request:document-root
12088:
12089: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
12090: [already included into uri=xxx]
12091:
12092: * operators.txt, src/classes/image.C, tests/todo.txt:
12093: ^image.gif[filename] for $response:download
12094:
12095: * src/classes/date.C: minor precaution
12096:
12097: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
12098: !^date.unix-timestamp[]
12099:
12100: 2003-10-30 paf
12101:
12102: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
12103: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
12104:
12105: * src/classes/: date.C, image.C: improvement diagnostics:
12106: $now[^date::create[$undefined]] now is error
12107:
12108: * src/main/pa_common.C: read errors would now be reported 'actually
12109: read -1 bytes'
12110:
12111: 2003-10-24 paf
12112:
12113: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
12114: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
12115: src/main/Makefile.am, src/targets/cgi/Makefile.am,
12116: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
12117:
12118: 2003-10-22 paf
12119:
12120: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
12121:
12122: 2003-10-21 paf
12123:
12124: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
12125: fixed: string.match[g] without <'> option produced columns with
12126: NULL's, which gpf'ed at table.save time
12127:
12128: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
12129: recoursion' message with intensive throw-catches fixed: incorrect
12130: name and line (one name upper then needed) in error message about
12131: problems inside try block
12132:
12133: 2003-10-10 paf
12134:
12135: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
12136: check offset argument for validity did that in String::Body::pos
12137: myself http://i2/tasks/edit/?id=4577425257580789777
12138:
12139: 2003-10-07 paf
12140:
12141: * src/main/: compile.tab.C, compile.y: ^if ( better error:
12142: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
12143:
12144: 2003-10-03 paf
12145:
12146: * parser3.sln, src/include/pa_dictionary.h,
12147: src/main/pa_dictionary.C, src/main/pa_string.C,
12148: src/targets/cgi/parser3.vcproj: dictionary optimized by
12149: precalculating cstr&length
12150:
12151: 2003-10-02 paf
12152:
12153: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12154: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12155: main/pa_stylesheet_manager.C: bugfix: ^throw context were
12156: saved/restored incompletely http://www.parser.ru/forum/?id=21484
12157:
12158: 2003-09-30 paf
12159:
12160: * src/main/pa_string.C: string::replace bug fix [were ignoring
12161: occurrances after lang-mismatched
12162:
12163: 2003-09-29 paf
12164:
12165: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
12166: helper
12167:
12168: * src/main/pa_string.C: string::serialize bug fix with
12169: zero-terminator
12170:
12171: * src/classes/table.C: ^nameless_table.save column row now has no
12172: \t at the end
12173:
12174: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12175: @postprocess now takes $response:body/download
12176:
12177: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
12178: error message
12179:
12180: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
12181:
12182: * src/classes/table.C: bugfix: flip: must produce nameless
12183: http://i2/tasks/edit/?id=4573405524674081244
12184:
12185: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
12186: main/helpers/simple_folding.pl: utf-8 upper/lower
12187:
12188: * src/main/pa_common.C: bugfix: utf signature were not ignored due
12189: to typo error http://i2/tasks/edit/?id=4573354650786434584
12190:
12191: 2003-09-26 paf
12192:
12193: * src/main/untaint.C: removed needless field
12194:
12195: * src/main/untaint.C: removed needless const
12196:
12197: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
12198: String.for_each bug fixed [omited one-char cases]
12199:
12200: * src/include/pa_stack.h: bugfix: before collecting garbage,
12201: runtime-executor stack were cleared... BADLY
12202:
12203: * src/main/pa_string.C: ^stirng.replace code used old
12204: param-convention on langs.append, fixed that search fo the like,
12205: found none
12206:
12207: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
12208: string::serialize/deserialize implemented Language enum assigned
12209: meaningful letters [more convinient for debugging. read warning
12210: before adding/changing anything]
12211:
12212: 2003-09-25 paf
12213:
12214: * src/: include/pa_string.h, include/pa_version.h,
12215: main/pa_string.C, main/untaint.C: templates and anonymous unions
12216: differences on unix
12217:
12218: * parser3.sln, src/classes/file.C, src/classes/image.C,
12219: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
12220: src/classes/xdoc.C, src/classes/xnode.C,
12221: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12222: src/include/pa_charsets.h, src/include/pa_common.h,
12223: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
12224: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
12225: src/include/pa_table.h, src/lib/cord/cordbscs.c,
12226: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
12227: src/lib/cord/include/cord.h, src/main/compile.tab.C,
12228: src/main/compile_tools.h, src/main/pa_charset.C,
12229: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
12230: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12231: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
12232: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
12233: src/types/pa_vmail.C, src/types/pa_vmath.C,
12234: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
12235: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
12236:
12237: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
12238: functions aligned to that of eeparser3 look
12239:
12240: * src/lib/cord/cordprnt.c: removed warnings
12241:
12242: 2003-09-24 paf
12243:
12244: * src/: classes/file.C, classes/image.C, classes/mail.C,
12245: classes/op.C, classes/xdoc.C, classes/xnode.C,
12246: include/pa_cache_managers.h, include/pa_charset.h,
12247: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
12248: include/pa_sql_driver_manager.h, include/pa_string.h,
12249: include/pa_stylesheet_manager.h, include/pa_table.h,
12250: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
12251: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
12252: main/pa_sql_driver_manager.C, main/pa_string.C,
12253: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
12254: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
12255: types/pa_vstateless_class.h, types/pa_vstatus.C,
12256: types/pa_vxnode.C: v() functions of String::Body,
12257: String::Languages and String itself StringBody->String::Body
12258:
12259: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12260: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
12261: never optimized anything. todo: somehow speed up harder cases:
12262: concatenationA+concatenationB when last block of A and first of B
12263: contain same letters
12264:
12265: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12266: lib/cord/include/cord.h: langs: speed up by joining adjucent
12267: blocks of same char [CORD_append_block]
12268:
12269: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12270: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
12271: save space by extending blocks when appending block with c ==
12272: lastblock.c
12273:
12274: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
12275: working yet :( but more working &understood :)
12276:
12277: * src/: classes/table.C, include/pa_string.h,
12278: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
12279:
12280: 2003-09-23 paf
12281:
12282: * src/main/untaint.C: $a[ok!] $a works!
12283:
12284: * src/main/untaint.C: something even more works :)
12285:
12286: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12287: something more works :)
12288:
12289: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12290: lib/cord/cordxtra.c: something already works :)
12291:
12292: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
12293: serialize&deserialize
12294:
12295: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
12296: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
12297: main/untaint.C: main idea implemented, details left
12298:
12299: 2003-09-22 paf
12300:
12301: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
12302:
12303: * src/classes/xnode.C: copy/paste comment bugfix
12304:
12305: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
12306: allocator returns 0, just die.
12307: http://i2/tasks/edit/?id=4570798492410259445
12308:
12309: * src/classes/xdoc.C: copy/paste comment bugfix
12310:
12311: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
12312: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
12313: xnode: getAttributeNS setAttributeNS removeAttributeNS
12314: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
12315:
12316: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
12317: chars due to bitwise operation signed-char error]
12318:
12319: 2003-09-19 paf
12320:
12321: * src/types/pa_wcontext.C: output message: more practical
12322: suggestion
12323:
12324: * src/main/pa_common.C, operators.txt: merged
12325: $f[^file::load[binary;http://...]] $f.tables
12326:
12327: 2003-09-02 paf
12328:
12329: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
12330: flush stdout without referencing 'stdout' symbol. to hell with
12331: non-ansi libraries without 'stdout' symbol
12332:
12333: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
12334: unix (users reported problems with some old libc)
12335:
12336: * src/types/pa_vdate.h: forgot initializer
12337:
12338: 2003-09-01 paf
12339:
12340: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
12341: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
12342: zone]
12343:
12344: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
12345:
12346: 2003-08-19 paf
12347:
12348: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
12349: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
12350: simplified a little
12351:
12352: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
12353: [lost fix from 3.0.8]
12354:
12355: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
12356: visible here }
12357:
12358: bug fix
12359:
12360: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
12361:
12362: * src/main/compile.tab.C: initialized couple of variables about
12363: which user reported runtime problems when parser were compiled
12364: with VC7, warning level4. study shows that later in bison
12365: they've fixed that. would migrate to latest bison someday
12366:
12367: * src/types/pa_vmail.C: turned off recoding in gmime (were still
12368: recoding headers)
12369:
12370: * src/types/pa_vmail.C: works as before, same charset problems:
12371: gmime recodes to UTF-8 only headers, not body. so not recoding
12372: anything for now
12373:
12374: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
12375: problems with body
12376:
12377: * src/types/pa_vmail.C: mail_receive just compiled
12378:
12379: 2003-08-18 paf
12380:
12381: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12382: main/main.vcproj, types/types.vcproj: win32: continued process
12383: detaching from \parser3project directory
12384:
12385: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
12386: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
12387: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
12388: src/lib/pcre/pcre_dftables.dsp,
12389: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
12390: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
12391: src/types/types.dsp: moved to MSVC 7
12392:
12393: * gnu.vcproj.vspscc, parser3.vssscc,
12394: src/classes/classes.vcproj.vspscc,
12395: src/lib/cord/cord.vcproj.vspscc,
12396: src/lib/ltdl/libltdl.vcproj.vspscc,
12397: src/lib/md5/md5.vcproj.vspscc,
12398: src/lib/pcre/pcre_dftables.vcproj.vspscc,
12399: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
12400: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
12401: src/targets/isapi/parser3isapi.vcproj.vspscc,
12402: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
12403: moved to MSVC 7
12404:
12405: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
12406: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
12407: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12408: src/lib/pcre/pcre_dftables.vcproj,
12409: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
12410: src/targets/cgi/parser3.vcproj,
12411: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12412: new VS project files
12413:
12414: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
12415: .NET to detect Jalindi Igloo capabilities.
12416:
12417: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 12418: src/classes/classes.awk, src/doc/footer.htm,
12419: src/include/pa_config_fixed.h, src/include/pa_version.h,
12420: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 12421: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
12422: src/types/pa_vmail.C: merged 3.1.0 latest changes
12423:
12424: 2003-08-15 paf
12425:
12426: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12427: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
12428:
12429: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12430: non-ascii <yyy> now encoded correctly
12431:
12432: 2003-07-29 paf
12433:
1.116 moko 12434: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
12435: dist
1.95 moko 12436:
12437: * src/types/pa_vmail.C: just started --with-mail-receive
12438:
12439: 2003-07-28 paf
12440:
1.116 moko 12441: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
12442: dependence in src/classes, src/lib/gc now in dist
1.95 moko 12443:
12444: * src/main/pa_string.C: ^cache bug fix [were not working at all]
12445:
12446: 2003-07-25 paf
12447:
12448: * src/doc/footer.htm: year
12449:
12450: 2003-07-24 paf
12451:
12452: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
12453: fix
12454:
12455: * src/include/pa_version.h: release
12456:
1.116 moko 12457: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 12458:
12459: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
12460: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
12461: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
12462: getting rid of win32xml pseudo project
12463:
12464: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
12465:
1.116 moko 12466: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
12467: configure.in, operators.txt, parser3.dsw,
1.95 moko 12468: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 12469: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 12470: src/classes/classes.C, src/classes/classes.awk,
12471: src/classes/classes.dsp, src/classes/classes.h,
12472: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12473: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12474: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12475: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12476: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12477: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12478: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
12479: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 12480: src/include/pa_array.h, src/include/pa_cache_managers.h,
12481: src/include/pa_charset.h, src/include/pa_charsets.h,
12482: src/include/pa_common.h, src/include/pa_config_auto.h.in,
12483: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
12484: src/include/pa_dictionary.h, src/include/pa_dir.h,
12485: src/include/pa_exception.h, src/include/pa_exec.h,
12486: src/include/pa_globals.h, src/include/pa_hash.h,
12487: src/include/pa_memory.h, src/include/pa_opcode.h,
12488: src/include/pa_operation.h, src/include/pa_pool.h,
12489: src/include/pa_pragma_pack_begin.h,
1.95 moko 12490: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
12491: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
12492: src/include/pa_sapi.h, src/include/pa_socks.h,
12493: src/include/pa_sql_connection.h,
12494: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
12495: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
12496: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12497: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 12498: src/include/pa_uue.h, src/lib/Makefile.am,
12499: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
12500: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
12501: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
12502: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 12503: src/lib/cord/include/ec.h,
12504: src/lib/cord/include/private/Makefile.am,
12505: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 12506: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
12507: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 12508: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 12509: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
12510: src/main/compile_tools.C, src/main/compile_tools.h,
12511: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
12512: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12513: src/main/pa_charsets.C, src/main/pa_common.C,
12514: src/main/pa_dictionary.C, src/main/pa_dir.C,
12515: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 12516: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
12517: src/main/pa_request.C, src/main/pa_socks.C,
12518: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12519: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 12520: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
12521: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
12522: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
12523: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
12524: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
12525: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
12526: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 12527: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12528: src/targets/isapi/parser3isapi.dsp,
12529: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 12530: src/types/pa_junction.h, src/types/pa_method.h,
12531: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 12532: src/types/pa_vclass.C, src/types/pa_vclass.h,
12533: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12534: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12535: src/types/pa_vdouble.h, src/types/pa_venv.h,
12536: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12537: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12538: src/types/pa_vimage.C, src/types/pa_vimage.h,
12539: src/types/pa_vint.h, src/types/pa_vjunction.h,
12540: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
12541: src/types/pa_vmath.h, src/types/pa_vmemory.h,
12542: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12543: src/types/pa_vobject.C, src/types/pa_vobject.h,
12544: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12545: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12546: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12547: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12548: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12549: src/types/pa_vstring.h, src/types/pa_vtable.C,
12550: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12551: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12552: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12553: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12554: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
12555: HEAD
12556:
12557: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
12558: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
12559: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
12560: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
12561: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
12562: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
12563: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
12564: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
12565: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
12566: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
12567: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
12568: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
12569: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
12570: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
12571: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
12572: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
12573: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
12574: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
12575: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
12576: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
12577: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12578: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
12579: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
12580: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
12581: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
12582: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
12583: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
12584: outputs/create-dir, results/001.processed, results/002.processed,
12585: results/003.processed, results/004.processed,
12586: results/005.processed, results/006.processed,
12587: results/007.processed, results/008.processed,
12588: results/009.processed, results/010.processed,
12589: results/011.processed, results/012.processed,
12590: results/013.processed, results/014.processed,
12591: results/015.processed, results/016.processed,
12592: results/017.processed, results/018.processed,
12593: results/019.processed, results/020.processed,
12594: results/021.processed, results/022.processed,
12595: results/023.processed, results/024.processed,
12596: results/025.processed, results/026.processed,
12597: results/027.processed, results/028.processed,
12598: results/029.processed, results/030.processed,
12599: results/031.processed, results/032.processed,
12600: results/033.processed, results/034.processed,
12601: results/035.processed, results/036.processed,
12602: results/037.processed, results/038.processed,
12603: results/039.processed, results/040.processed,
12604: results/041.processed, results/042.processed,
12605: results/043.processed, results/044.processed,
12606: results/045.processed, results/046.processed,
12607: results/047.processed, results/048.processed,
12608: results/049.processed, results/050.processed,
12609: results/051.processed, results/052.processed,
12610: results/053.processed, results/054.processed,
12611: results/055.processed, results/056.processed,
12612: results/057.processed, results/058.processed,
12613: results/059.processed, results/060.processed,
12614: results/061.processed, results/062.processed,
12615: results/063.processed, results/064.processed,
12616: results/065.processed, results/066.processed,
12617: results/067.processed, results/068.processed,
12618: results/069.processed, results/070.processed,
12619: results/071.processed, results/072.processed,
12620: results/073.processed, results/074.processed,
12621: results/075.processed, results/076.processed,
12622: results/077.processed, results/078.processed,
12623: results/079.processed, results/080.processed,
12624: results/081.processed, results/082.processed,
12625: results/083.processed, results/084.processed,
12626: results/085.processed, results/086.processed,
12627: results/087.processed, results/088.processed,
12628: results/089.processed, results/090.processed,
12629: results/091.processed, results/092.processed,
12630: results/093.processed, results/094.processed,
12631: results/095.processed, results/096.processed,
12632: results/097.processed, results/098.processed,
12633: results/099.processed, results/100.processed,
12634: results/101.processed, results/102.processed,
12635: results/103.processed, results/104.processed,
12636: results/105.processed, results/106.processed,
12637: results/107.processed, results/108.processed,
12638: results/109.processed, results/110.processed,
12639: results/111.processed, results/112.processed,
12640: results/113.processed, results/114.processed,
12641: results/115.processed, results/116.processed,
12642: results/117.processed, results/118.processed,
12643: results/119.processed, results/120.processed,
12644: results/121.processed, results/122.processed,
12645: results/123.processed, results/124.processed,
12646: results/125.processed, results/126.processed,
12647: results/127.processed, results/128.processed,
12648: results/129.processed, results/130.processed,
12649: results/131.processed, results/132.processed,
12650: results/133.processed, results/134.processed,
12651: results/135.processed, results/136.processed,
12652: results/137.processed, results/138.processed,
12653: results/139.processed, results/140.processed,
12654: results/141.processed: merged(copied) to HEAD from template_gc
12655:
12656: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
12657: towards \parser3project not having to be in root
12658:
12659: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
12660: module compiled [were minor unnecessary changes in lib/md5
12661: interface]
12662:
12663: * src/include/pa_version.h: release
12664:
12665: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
12666:
12667: * src/classes/math.C: merged uuid bugfix
12668:
12669: * tests/: 141.html, results/141.processed: fixed bug with
12670: too-small-a-buffer
12671:
12672: * src/classes/math.C: uuid bugfix
12673:
12674: * tests/: 141.html, Makefile, results/005.processed,
12675: results/030.processed, results/075.processed,
12676: results/078.processed: to reflect date format change (were -
12677: become ' ')
12678:
12679: * src/classes/math.C: uuid bugfix
12680:
12681: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
12682: debug/release changes
12683:
12684: * src/lib/md5/pa_md5c.c: PA_ -> pa_
12685:
12686: 2003-07-23 paf
12687:
12688: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12689: renamed a little [to move to comman naming conv]
12690:
1.116 moko 12691: * src/targets/Makefile.am: apache13 splitted to simplify apache
12692: build
1.95 moko 12693:
12694: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
12695: main/pa_request.C, main/pa_sql_driver_manager.C,
12696: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
12697: stack top_index() fixed
12698:
12699: * src/main/pa_globals.C: minor style changes
12700:
12701: * src/: classes/op.C, include/pa_sql_connection.h: connection
12702: closing/caching fixed [connections were not closed/put to cache]
12703:
12704: 2003-07-22 paf
12705:
12706: * INSTALL: gc part updated stightly
12707:
12708: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
12709: new sapi interface
12710:
12711: * src/classes/file.C: comment on OS
12712:
12713: * src/main/pa_string.C: removed reduntant invariant check [there is
12714: one deeper in cord lib]
12715:
12716: * src/main/pa_exec.C: on win32 bugfix in handling shbang
12717:
12718: * src/main/pa_memory.C: out of memory is no longer coredump
12719:
12720: * INSTALL: disable-threads adviced
12721:
12722: 2003-07-21 paf
12723:
1.116 moko 12724: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 12725:
12726: * src/classes/file.C: file::exec/cgi environment variables now must
12727: be UPPERCASE and A-Z 0-9 _-
12728:
12729: * src/classes/file.C: env passing fixed
12730:
12731: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
12732:
12733: * src/main/pa_common.C: http:// CRLF now
12734:
12735: 2003-07-02 paf
12736:
12737: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
12738: fields to reflect their real meaning
12739:
12740: 2003-06-27 paf
12741:
12742: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
12743: include/pa_hash.h, main/pa_charset.C: merged from HEAD
12744: file::exec/cgi .charset
12745:
12746: 2003-06-26 paf
12747:
12748: * ChangeLog, src/classes/file.C, src/classes/hash.C,
12749: src/classes/image.C, src/classes/op.C, src/classes/string.C,
12750: src/classes/table.C: fixed several uninitialized local
12751: structures. notably ^hash.foreach now inserts delimiters
12752: properly [were inserting it before first body]
12753:
12754: 2003-06-24 paf
12755:
12756: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
12757:
12758: 2003-06-20 paf
12759:
12760: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
12761: src/main/pa_globals.C: introducing
12762: $f[^file::load[binary;http://...]] $f.tables
12763:
12764: 2003-06-06 paf
12765:
12766: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
12767: table. [were method lookup: inconsistent]
12768:
12769: 2003-06-02 paf
12770:
12771: * src/include/pa_memory.h: empty string clone fixed to return
12772: writable memory
12773:
12774: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
12775: were not appended] which violated string invariant
12776:
12777: 2003-05-30 paf
12778:
12779: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
12780: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
12781:
12782: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
12783: GMT ; RFC 822, updated by RFC 1123
12784:
12785: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
12786: targets/isapi/parser3isapi.C: initialized request_info properly
12787:
12788: * src/classes/xnode.C: found minor bug, commended for future
12789:
12790: 2003-05-28 paf
12791:
12792: * src/classes/form.C: request_info.content_length can't be <0,
12793: size_t for some time
12794:
12795: 2003-05-26 paf
12796:
12797: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
12798: forgotten <0 changed to !=STRING_NOT_FOUND
12799:
12800: * src/classes/math.C: merged ffffu from HEAD
12801:
12802: 2003-05-11 paf
12803:
12804: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
12805:
12806: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
12807: premature doc free. transformed document had xmlDoc reference
12808: stored to non-gc-memory (libgdome) added holding-reference
12809:
12810: 2003-04-29 paf
12811:
12812: * src/main/pa_globals.C: started digging on double free. on win32
12813: found that that's perfectly normal.
12814:
12815: 2003-04-25 paf
12816:
12817: * src/classes/table.C: table.join bug fix [bad limit check]
12818:
12819: * src/classes/math.C: merged from HEAD: simpiler hash_string
12820:
12821: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
12822: print anything. changed to quicker and simplier code
12823:
12824: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
12825: strict a check]
12826:
12827: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
12828:
12829: 2003-04-24 paf
12830:
12831: * src/include/pa_table.h: too strict assert loosened
12832:
12833: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
12834: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
12835: report
12836:
12837: 2003-04-21 paf
12838:
1.116 moko 12839: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 12840:
12841: * src/main/pa_globals.C: pcre memory management changed to use GC
12842: memory
12843:
12844: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
12845: xmlMallocAtomic [author agreed to my suggestion], used that
12846:
12847: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
12848:
12849: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
12850: types/pa_vmail.C: attributed_meaning_to_string added
12851: L_UNSPECIFIED piece which was sortof OK, but violated string
12852: invariant [assertion barked on that] changed to L_PASS_APPEND,
12853: made that param obligatory
12854:
12855: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
12856: fixed [assert helped]
12857:
12858: * src/include/pa_string.h: assert added [looking for bug]
12859:
12860: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
12861: names on Win32 considered disk-global
12862:
12863: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
12864: considered disk-global
12865:
12866: 2003-04-18 paf
12867:
12868: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
12869: filenames
12870:
12871: * src/main/untaint.C: enabled '~' letter in filenames
12872:
12873: 2003-04-16 paf
12874:
12875: * src/classes/file.C: small bug introduced in autoptr times fixed
12876:
12877: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
12878: HEAD
12879:
1.116 moko 12880: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 12881:
12882: 2003-04-15 paf
12883:
12884: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
12885: src/lib/md5/pa_md5c.c, tests/141.html,
12886: tests/results/141.processed: merged from head ^math:uuid[]
12887: ^math:uid64[] ^math:md5[string]
12888:
12889: test added: 141.html
12890:
12891: * operators.txt, src/classes/math.C: ^math:uid64[]
12892:
12893: * src/classes/math.C: ^math:uuid[]
12894:
12895: * operators.txt, src/classes/math.C: ^math:uuid[]
12896:
12897: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
12898: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
12899:
12900: * operators.txt, src/classes/file.C, src/include/pa_common.h,
12901: src/include/pa_config_fixed.h, src/main/pa_common.C:
12902: ^file::load[mode;name; $.offset $.limit
12903:
12904: 2003-04-14 paf
12905:
12906: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12907: started ^math:md5
12908:
12909: * src/classes/table.C, src/include/pa_array.h,
12910: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
12911: tests/results/140.processed: table $.reverse option works in
12912: create&co table $.distinct[tables] bug fix merged
12913:
12914: * src/: classes/table.C, include/pa_table.h: table
12915: $.distinct[tables] bug fixed
12916:
12917: * src/classes/table.C: more warnings
12918:
12919: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
12920: removed checks in table::set_current, moved them back to
12921: table::locate implemented table::create/join ñ $.reverse
12922:
12923: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
12924: removed checks in table::set_current, moved them back to
12925: table::locate
12926:
12927: 2003-04-11 paf
12928:
12929: * operators.txt, src/classes/date.C, src/classes/table.C,
12930: src/include/pa_array.h, src/include/pa_common.h,
12931: src/include/pa_config_includes.h, src/include/pa_string.h,
12932: src/include/pa_table.h, src/main/pa_request.C,
12933: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12934: src/main/pa_table.C: merged from HEAD from
12935: before_append_array_limit_sense_change to
12936: after_append_array_limit_sense_change
12937:
12938: * src/classes/table.C: typo
12939:
12940: * operators.txt, src/classes/date.C, src/classes/table.C,
12941: src/include/pa_array.h, src/include/pa_common.h,
12942: src/include/pa_config_includes.h, src/include/pa_globals.h,
12943: src/include/pa_table.h, src/main/pa_array.C,
12944: src/main/pa_globals.C, src/main/pa_request.C,
12945: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12946: src/main/pa_table.C: append_array_limit_sense_change locate
12947: accepts options same as create new option: $.reverse(1) [do not
12948: work in table::create]
12949:
12950: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
12951: (stat xxx,
12952:
12953: * src/classes/: table.C: typo
12954:
12955: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
12956: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
12957: results/130.processed, results/131.processed,
12958: results/132.processed, results/133.processed,
12959: results/134.processed, results/135.processed,
12960: results/136.processed, results/137.processed,
12961: results/138.processed, results/139.processed: added few mustfail
12962: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
12963: date/time 132.html mustfail: access to junction outside of
12964: context 133.html mustfail: access to junction outside of context,
12965: case version 134.html mustfail: hash: adding a key inside of
12966: foreach 135.html mustfail: modifying system class 136.html
12967: mustfail: $.name outside of $hash[here] 137.html mustfail:
12968: appendChild without import 138.html mustfail: invalid encoding
12969: inside of xml 139.html mustfail: bad XPath
12970:
12971: * operators.txt, src/classes/table.C, tests/084.html,
12972: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
12973: tests/129.html, tests/results/125.processed,
12974: tests/results/126.processed, tests/results/127.processed,
12975: tests/results/128.processed, tests/results/129.processed: merged
12976: from HEAD ^table.hash[key][$.distinct[tables]]
12977:
12978: maked appropriate tests [changed one old nonconforming]
12979:
12980: * operators.txt, src/classes/table.C:
12981: ^table.hash[key][$.distinct[tables]]
12982:
12983: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
12984: merged fix for found very old xml (dom) bug: were passing
12985: domString objects and later ERROREOUSLY freed them
12986:
12987: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
12988: src/main/pa_charset.C: re-added libgdome patch. regretfully
12989: libgdome bug can not be worked around
12990:
12991: 2003-04-10 paf
12992:
12993: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
12994: found very old xml (dom) bug: were passing domString objects and
12995: later ERROREOUSLY freed them
12996:
12997: * src/doc/string.dox, src/include/pa_memory.h,
12998: src/include/pa_string.h, src/lib/cord/cordbscs.c,
12999: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
13000: tests/123.html, tests/124.html, tests/results/001.processed,
13001: tests/results/002.processed, tests/results/003.processed,
13002: tests/results/004.processed, tests/results/005.processed,
13003: tests/results/006.processed, tests/results/008.processed,
13004: tests/results/009.processed, tests/results/010.processed,
13005: tests/results/011.processed, tests/results/012.processed,
13006: tests/results/013.processed, tests/results/014.processed,
13007: tests/results/015.processed, tests/results/016.processed,
13008: tests/results/017.processed, tests/results/018.processed,
13009: tests/results/020.processed, tests/results/021.processed,
13010: tests/results/022.processed, tests/results/023.processed,
13011: tests/results/024.processed, tests/results/025.processed,
13012: tests/results/026.processed, tests/results/027.processed,
13013: tests/results/028.processed, tests/results/029.processed,
13014: tests/results/030.processed, tests/results/031.processed,
13015: tests/results/032.processed, tests/results/033.processed,
13016: tests/results/034.processed, tests/results/035.processed,
13017: tests/results/036.processed, tests/results/037.processed,
13018: tests/results/038.processed, tests/results/039.processed,
13019: tests/results/040.processed, tests/results/041.processed,
13020: tests/results/042.processed, tests/results/043.processed,
13021: tests/results/044.processed, tests/results/045.processed,
13022: tests/results/046.processed, tests/results/047.processed,
13023: tests/results/048.processed, tests/results/049.processed,
13024: tests/results/050.processed, tests/results/051.processed,
13025: tests/results/052.processed, tests/results/053.processed,
13026: tests/results/054.processed, tests/results/055.processed,
13027: tests/results/056.processed, tests/results/057.processed,
13028: tests/results/058.processed, tests/results/059.processed,
13029: tests/results/060.processed, tests/results/061.processed,
13030: tests/results/062.processed, tests/results/063.processed,
13031: tests/results/064.processed, tests/results/065.processed,
13032: tests/results/066.processed, tests/results/067.processed,
13033: tests/results/068.processed, tests/results/069.processed,
13034: tests/results/070.processed, tests/results/071.processed,
13035: tests/results/072.processed, tests/results/073.processed,
13036: tests/results/074.processed, tests/results/075.processed,
13037: tests/results/076.processed, tests/results/077.processed,
13038: tests/results/078.processed, tests/results/079.processed,
13039: tests/results/080.processed, tests/results/081.processed,
13040: tests/results/082.processed, tests/results/083.processed,
13041: tests/results/084.processed, tests/results/085.processed,
13042: tests/results/086.processed, tests/results/087.processed,
13043: tests/results/088.processed, tests/results/089.processed,
13044: tests/results/090.processed, tests/results/091.processed,
13045: tests/results/092.processed, tests/results/093.processed,
13046: tests/results/094.processed, tests/results/095.processed,
13047: tests/results/096.processed, tests/results/097.processed,
13048: tests/results/101.processed, tests/results/102.processed,
13049: tests/results/104.processed, tests/results/105.processed,
13050: tests/results/106.processed, tests/results/107.processed,
13051: tests/results/108.processed, tests/results/109.processed,
13052: tests/results/110.processed, tests/results/111.processed,
13053: tests/results/112.processed, tests/results/113.processed,
13054: tests/results/114.processed, tests/results/115.processed,
13055: tests/results/116.processed, tests/results/117.processed,
13056: tests/results/118.processed, tests/results/119.processed,
13057: tests/results/120.processed, tests/results/121.processed,
13058: tests/results/122.processed, tests/results/123.processed,
13059: tests/results/124.processed: new convention: char* never 0.
13060: assert in cord on that
13061:
13062: * src/main/pa_charset.C: couple more asserts
13063:
13064: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
13065: speedup
13066:
13067: * src/main/pa_charset.C: couple assertions on fantastic situations
13068: added [may be those is the case now?]
13069:
13070: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13071: that's memory from gc_malloc, not from g_malloc :(, but would
13072: hope]
13073:
13074: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13075: that's memory from gc_malloc, not from g_malloc :(, but would
13076: hope]
13077:
13078: * src/main/pa_charset.C: checked custom malloc for returning 0
13079:
13080: 2003-04-09 paf
13081:
13082: * src/classes/date.C: merged ^date.roll changes
13083:
13084: * src/classes/date.C: ^date.roll bug fix
13085:
13086: * src/classes/date.C: ^date.roll now throws less errors: month
13087: shifts handles end of month situation by reducing day number
13088: hour-hole shift reduces hour to recover
13089:
13090: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
13091: Sort by function time
13092:
13093: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
13094: http:// $.charset[] param done
13095:
13096: * tests/: 122.html, results/122.processed: 122 date test <= and ==
13097: added [after volatile fix. passes on win&intel-solaris]
13098:
13099: 2003-04-08 paf
13100:
13101: * src/: classes/file.C, classes/op.C, classes/table.C,
13102: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
13103: include/pa_common.h, include/pa_request_charsets.h,
13104: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13105: main/pa_exec.C, main/pa_request.C, main/untaint.C,
13106: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
13107: types/pa_vresponse.C: started http:// $.charset[] param and
13108: http response charset detection just compiled. todo:test
13109:
13110: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
13111:
13112: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
13113: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
13114: types/pa_vmail.C: changed transcode param converntion along with
13115: string creating convention -- all strings are zero-terminated,
13116: this allowed to fix one remaining String("123", 2) case
13117:
13118: * src/: classes/date.C, classes/file.C, classes/hash.C,
13119: classes/op.C, classes/string.C, classes/table.C,
13120: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
13121: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
13122: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13123: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
13124: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
13125: violated String::invariant. started fixing [not compiled now]
13126:
13127: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
13128: main/compile.tab.C, main/compile.y, main/pa_string.C,
13129: main/untaint.C, targets/cgi/parser3.C: number of string style
13130: improvements & optimizations
13131:
13132: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
13133: :(]
13134:
13135: * src/main/untaint.C: removed redundant & in CORD_pos param passing
13136: [for it's a pointer really]
13137:
13138: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
13139: 'n' param. worked that around
13140:
13141: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
13142: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
13143: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
13144: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
13145: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
13146:
13147: Thanks for the bug report and patch.
13148:
13149: I hadn't looked at this code in a while. Reading it now, it
13150: seems to me that the tests should also be ">= MAX_DEPTH" to
13151: comply with the invariant, though that may not matter a lot. I
13152: changed that, too.
13153:
13154: Hans
13155:
13156: 2003-04-07 paf
13157:
13158: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
13159: merged from head:safe mode error message now includes numbers
13160:
13161: * src/main/execute.C: n-th attempt to make a=a work with double.
13162: problem: as_double returns it's result in fp-register compiler
13163: optimizes access to that register after b->as_double, and just
13164: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13165: from memory. _SAME_ double values do not match here. when
13166: forced to REload fp-register, values do match.
13167:
13168: tried to make them volatile.
13169:
13170: * src/main/execute.C: n-th attempt to make a=a work with double.
13171: problem: as_double returns it's result in fp-register compiler
13172: optimizes access to that register after b->as_double, and just
13173: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13174: from memory. _SAME_ double values do not match here. when
13175: forced to REload fp-register, values do match.
13176:
13177: tried to make them volatile.
13178:
13179: * src/types/pa_vobject.h: small style change
13180:
13181: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
13182:
13183: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
13184: mode error message now includes numbers
13185:
13186: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
13187: now causes death
13188:
13189: 2003-04-04 paf
13190:
13191: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
13192: incorportated pa_exec patch by From: "Victor Fedoseev"
13193: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
13194: Sent: Thursday, January 23, 2003 9:14 AM
13195:
13196: huge speedup on ^file::cgi with big result
13197:
13198: * src/classes/table.C: sort table with 0 rows bug fixed
13199:
13200: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
13201: fix http://i2/tasks/edit/?id=4493701604654042676
13202:
13203: @main[] $with_default[ $.a[1] $._default[default from
13204: with_default] ] ^show[$with_default]
13205:
13206: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13207: =$to_add_to.xxx=<br>
13208:
13209: ^show[$to_add_to]
13210:
13211: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13212: ^show[$cloned]
13213:
13214: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13215:
13216: } <hr>
13217:
13218: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
13219: http://i2/tasks/edit/?id=4493701604654042676
13220:
13221: @main[] $with_default[ $.a[1] $._default[default from
13222: with_default] ] ^show[$with_default]
13223:
13224: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13225: =$to_add_to.xxx=<br>
13226:
13227: ^show[$to_add_to]
13228:
13229: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13230: ^show[$cloned]
13231:
13232: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13233:
13234: } <hr>
13235:
13236: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
13237: http://i2/tasks/edit/?id=4507350336410850921
13238:
13239: * src/classes/xdoc.C: memory allocation func bugfix
13240: http://i2/tasks/edit/?id=4499303470368629745
13241:
13242: * src/classes/math.C: allowed random 1...
13243:
13244: * src/classes/math.C: allowed random 0..
13245:
13246: * src/main/pa_globals.C: exif mem leak
13247: http://i2/tasks/edit/?id=4480590323629807263
13248:
13249: * src/: classes/classes.dsp, main/main.dsp,
13250: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
13251: fix http://i2/tasks/edit/?id=4493946731322521294
13252: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
13253:
13254: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13255: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
13256: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
13257: links to xml libs made relative, no need to unpack parser3project
13258: to /parser3project.
13259:
13260: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
13261: column more precise - tab handling bug fixed
13262:
13263: * src/main/: compile.tab.C, compile.y: more understandable error
13264: message in case @CLASS with more then one line inside
13265:
13266: * src/targets/cgi/parser3.C: more understandable error message in
13267: case of errors in @unhandled_exception
13268:
13269: 2003-04-03 paf
13270:
13271: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
13272: src/main/compile.tab.C, src/main/compile.y,
13273: src/main/compile_tools.C, src/main/compile_tools.h,
13274: src/main/execute.C, src/main/pa_request.C: debug info format
13275: simplified, now it's: OP_VALUE Operation::Origin << here value*
13276:
13277: higher limits: file number (max: 255) line number (max:
13278: 64535) column number (max: 255)
13279:
13280: * src/classes/math.C: top limit
13281:
13282: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
13283: precise parse error position in case of
13284:
13285: ^bug ]
13286:
13287: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
13288: changed to realities, and passed [bug fixed]
13289:
13290: * src/: classes/op.C, include/pa_request.h, main/compile.C,
13291: main/compile.tab.C, main/compile.y, main/compile_tools.C,
13292: main/compile_tools.h, main/pa_request.C: introducing
13293: ^process...[main-method-alias]
13294:
13295: * src/: classes/date.C, classes/image.C, classes/op.C,
13296: classes/string.C, classes/table.C, classes/xdoc.C,
13297: types/pa_vmethod_frame.h: MethodParams& now [methods without
13298: params receive zero reference, but they are expected not to look
13299: there]
13300:
13301: * operators.txt, src/classes/date.C, src/classes/double.C,
13302: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
13303: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13304: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13305: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13306: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13307: src/main/execute.C, src/types/pa_method.h: MethodParams& now
13308: [methods without params receive zero reference, but they are
13309: expected not to look there]
13310:
13311: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13312: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
13313: ^process...[filename] useful for better error reporting
13314: [file/line/col]
13315:
13316: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13317: types/pa_vstring.h: slightly improved error messages text: 1. is
13318: '%s', it 2. method undefined in case of ^void[]
13319:
13320: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13321: include/pa_types.h, main/execute.C, main/pa_request.C: exception
13322: handling done. now we have error columns todo: test it
13323:
13324: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
13325: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
13326:
13327: this makes life easier: were: bad stack order -- were in
13328: exception catch unwind order, which didn't match execution order
13329:
13330: @main[] ^try{ ^first[] }{ ^throw[c;3] }
13331:
13332: @first[] ^throw[a;1]
13333:
13334: showed throw a first throw b try
13335:
13336: which is no good
13337:
13338: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13339: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
13340: trace reset after handled exception [old bug fixed]
13341:
13342: * src/main/: compile.tab.C, compile.y: parse position old bug
13343: fixed. position reporting made precise [both, in parse erros and
13344: runtime errors]
13345:
13346: 2003-04-02 paf
13347:
13348: * src/: include/pa_operation.h, include/pa_request.h,
13349: main/compile.C, main/compile.tab.C, main/compile.y,
13350: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13351: main/pa_exception.C, main/pa_request.C: debug info: started
13352: using. todo:complete
13353:
13354: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
13355: main/compile.C, main/compile.tab.C, main/compile.y,
13356: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13357: main/pa_request.C: prepared debug info todo:use it
13358:
13359: * src/include/pa_operation.h: strange mistake fixed: forgot to
13360: return Operation class->union after switching from autoptrs.
13361:
13362: * tests/: Makefile, results/108.processed, results/117.processed:
13363: meta considered OK [it's up to coder now to remove it not needed]
13364:
13365: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
13366: Dictionary constructor when moved to gc]
13367:
13368: * src/main/pa_common.C: uncommented http:// file loading
13369:
13370: * src/include/pa_array.h, src/main/execute.C,
13371: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
13372: fix [gdGrowingBuf]
13373:
13374: * configure.in, src/lib/Makefile.am: removed patches
13375:
13376: * configure, src/include/pa_config_auto.h.in,
13377: src/main/pa_charset.C: --enable-assertions autoconf-ed
13378:
13379: * src/main/pa_common.C: uncommented http:// file loading
13380:
13381: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
13382: xdoc::create/load
13383:
13384: * src/: classes/form.C, classes/hash.C, classes/image.C,
13385: classes/string.C, classes/table.C, classes/void.C,
13386: include/pa_common.h, main/pa_common.C, main/pa_request.C,
13387: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
13388: String::String(str,helper_length) are checked. found/fixed one
13389: place: $request:body now zero-terminated,
13390:
13391: * src/: classes/op.C, classes/table.C, include/pa_request.h,
13392: main/compile_tools.C, main/execute.C, types/pa_value.h,
13393: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
13394: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13395: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13396: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
13397: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13398: types/pa_vxnode.h: more locally scoped vars in execute (more
13399: easily optimizable)
13400:
13401: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
13402: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
13403:
13404: * src/: include/pa_array.h, include/pa_stack.h,
13405: include/pa_string.h, main/compile_tools.C, main/main.dsp,
13406: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
13407: become assertion iterator in methodframe filler
13408:
13409: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
13410: targets/cgi/parser3.C: array::get/put inlined
13411:
13412: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
13413: gc_substitute_memory_management_functions +installed CORD_oom
13414: function
13415:
13416: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
13417: src/include/pa_config_includes.h, src/include/pa_string.h,
13418: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
13419: src/targets/cgi/parser3.C: converted debug hacks to ANSI
13420: assertions started configure.in --enable-assertions
13421:
13422: 2003-04-01 paf
13423:
13424: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
13425: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
13426: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
13427: gdome uses glib memory, and stores last pointer to xmlDoc there,
13428: gc misses that and collects valid memory fixed by remembering
13429: xmlDoc from dom object in xdoc. todo: do something with
13430: premature free of xdoc with xnodes/node values referring into it
13431:
13432: * src/classes/: mail.C: typo fix
13433:
13434: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
13435: changes
13436:
13437: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
13438: main/pa_memory.C: moved memory debugging to global level: to
13439: pa_gc_malloc
13440:
13441: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
13442: debugging showed no errors. todo: debug parser memory
13443:
13444: * src/targets/cgi/: parser3.C, parser3.dsp: more build
13445: configurations
13446:
13447: * src/: classes/classes.dsp, include/pa_config_fixed.h,
13448: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
13449: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
13450: types/types.dsp: prepared xml-static configuration
13451:
13452: 2003-03-31 paf
13453:
13454: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
13455: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
13456: xml lib memory debugging, simple checks failed: it seems that
13457: library does realloc(bad ptr), and recording those ptrs in heap
13458: [for debugging] was bad: heap situation changes = everything
13459: works fine
13460:
13461: * src/: main/pa_charset.C, include/pa_charset.h: worked around
13462: xmlRegisterCharEncodingHandler limitation [currently imposed
13463: limit of 10 user-defined charsets]
13464:
13465: 2003-03-28 paf
13466:
13467: * src/main/execute.C: execution stack copied to local register
13468: variable, removed lots [~2e7) of memory accesses
13469:
13470: 2003-03-27 paf
13471:
13472: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
13473: works in debug, but fails in release todo: fix that
13474:
13475: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
13476: targets/cgi/parser3.C: forgot to merge XML memory funcs
13477: replacement from gc branch
13478:
13479: * src/main/pa_exec.C: introducing append_help_length [radical
13480: improvement here]
13481:
13482: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
13483: 'not recommened' in gc.h, on win32 noticed no difference]
13484:
13485: * src/include/pa_array.h: returned checked array get [were disabled
13486: for debugging] result:not slower [don't understand that, it were
13487: INLINED] todo: find out a way of inlining it!
13488:
13489: * src/: include/pa_string.h, lib/gc/include/gc.h,
13490: lib/gc/include/gc_fake.h, main/compile.tab.C,
13491: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
13492: convention changed: all resulting strings are zero-terminated
13493:
13494: * src/: classes/date.C, classes/file.C, classes/hash.C,
13495: classes/string.C, classes/table.C, classes/void.C,
13496: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
13497: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
13498: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
13499: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13500: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
13501: types/pa_vfile.C, types/pa_vmail.C: introducing
13502: append_help_length [radical improvement here]
13503:
13504: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
13505: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
13506: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
13507: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
13508: even slower
13509:
13510: * src/: classes/string.C, classes/table.C, include/pa_array.h,
13511: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
13512: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
13513: clients of &get(): most to use non-ref version, some[in tight
13514: places] to get_unchecked_ref
13515:
13516: * src/doc/memory.dox: forgot to add
13517:
13518: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
13519: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
13520: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
13521: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
13522: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13523: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
13524: targets/cgi/parser3.dsp, types/pa_vmail.C,
13525: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
13526: T>>&<< removed after Stack::pop wiping removed [moved to separate
13527: func] other Array & removed
13528:
13529: 2003-03-26 paf
13530:
13531: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
13532: classes/table.C, include/pa_array.h, include/pa_charset.h,
13533: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
13534: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13535: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
13536: main/main.dsp, main/pa_charset.C, main/pa_common.C,
13537: main/pa_exec.C, main/pa_sql_driver_manager.C,
13538: main/pa_stylesheet_manager.C, main/pa_table.C,
13539: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13540: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13541: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
13542: pre-evaluated .count() in some places
13543:
13544: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13545: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
13546: types/types.dsp: .dsp profiling updated
13547:
13548: * src/: classes/classes.dsp, lib/cord/cord.dsp,
13549: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
13550: targets/cgi/parser3.dsp, types/types.dsp: started profiling
13551:
13552: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
13553: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
13554: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
13555: use lib/gc,lib/cord
13556:
1.116 moko 13557: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
13558: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 13559: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
13560: src/include/pa_config_includes.h, src/include/pa_request.h,
13561: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13562: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 13563: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 13564: src/lib/cord/include/Makefile.am,
1.116 moko 13565: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
13566: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
13567: src/targets/cgi/Makefile.am, src/types/Makefile.am,
13568: src/types/pa_vclass.h, src/types/pa_vcookie.h,
13569: src/types/pa_vform.h, src/types/pa_vhash.h,
13570: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
13571: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
13572: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
13573: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
13574: funcs ported pa_exec
1.95 moko 13575:
13576: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
13577:
13578: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
13579: bundled gc includes
13580:
13581: * src/: classes/op.C, include/pa_array.h,
13582: include/pa_sql_connection.h, include/pa_string.h,
13583: include/pa_version.h, main/compile.tab.C, main/compile.y,
13584: main/execute.C, main/pa_common.C, main/pa_exception.C,
13585: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
13586: targets/cgi/parser3.dsp: a number of bugfixes [while testing
13587: first real site (aval)]
13588:
13589: 2003-03-25 paf
13590:
13591: * operators.txt, src/main/pa_sql_driver_manager.C,
13592: src/types/pa_vstatus.C: $status.memory used free since_compact
13593: process
13594:
13595: * src/: include/pa_sql_connection.h, main/pa_globals.C,
13596: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
13597:
13598: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
13599:
13600: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
13601: src/types/pa_value.h, src/types/pa_vfile.h,
13602: src/types/pa_vobject.C, src/types/pa_vobject.h,
13603: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
13604: tests/results/121.processed: untaint.C L_URI
13605:
13606: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
13607: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
13608: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
13609: src/types/pa_vmemory.h: ^memory:compact[]
13610:
13611: * tests/results/109.processed: it was a bug in parser. updated 109
13612: test result
13613:
13614: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
13615:
13616: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
13617: tests/results/107.processed: fixed dom language [values are now
13618: considered tainted. it was a bug in parser. updated 107 test
13619: result
13620:
13621: * src/classes/xdoc.C: fixed transform params
13622:
13623: * src/: include/pa_stylesheet_manager.h,
13624: main/pa_stylesheet_manager.C: fixed stylesheet caching
13625:
13626: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
13627: overloads for structure handling
13628:
13629: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
13630: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
13631: StringBody(0) ambiguilty, introducting static
13632: StringBody::Format(int)
13633:
13634: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
13635: linked
13636:
13637: * src/types/pa_vxdoc.C: vxdoc compiled
13638:
13639: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
13640: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
13641: finalizers isntalled
13642:
13643: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
13644: doc/exception.dox, doc/index.dox, include/pa_charset.h,
13645: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
13646: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
13647: compiled todo: xnode.C / finalizers
13648:
13649: * src/doc/string.dox: updated: new string internals
13650:
13651: 2003-03-24 paf
13652:
13653: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13654: include/pa_charset.h, include/pa_config_fixed.h,
13655: include/pa_request.h, include/pa_stylesheet_connection.h,
13656: include/pa_stylesheet_manager.h, main/pa_charset.C,
13657: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
13658: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
13659: types/pa_vxnode.h: started XML
13660:
13661: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
13662:
13663: * src/: classes/file.C, classes/image.C, classes/mail.C,
13664: include/pa_string.h, main/pa_common.C,
13665: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
13666:
13667: * src/: classes/file.C, classes/image.C, classes/mail.C,
13668: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
13669: main/pa_request.C, main/pa_sql_driver_manager.C,
13670: types/pa_vimage.h: size_t pos everywhere checks changed to check
13671: for eq STRING_NOT_FOUND
13672:
13673: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
13674: optimize bit implemented
13675:
13676: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13677: String::ArrayFragment::append_positions fixed
13678:
13679: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
13680: String::this_starts fixed
13681:
13682: * src/main/pa_string.C, tests/Makefile: string::pos fixed
13683:
13684: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
13685: hashcode implemented fully, including per-char callback [it can
13686: be - substr CORD node]
13687:
13688: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
13689: rewritten to rewalloc with 100byte buf ahead
13690:
13691: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
13692: src/include/pa_string.h, src/main/compile.tab.C,
13693: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
13694: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
13695: CORD_ec [bad] would rewrite as realloc now
13696:
13697: * src/: classes/date.C, classes/file.C, classes/form.C,
13698: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
13699: include/pa_cache_managers.h, include/pa_charsets.h,
13700: include/pa_common.h, include/pa_request.h,
13701: include/pa_sql_driver_manager.h, include/pa_table.h,
13702: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
13703: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
13704: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
13705: types/pa_vmail.C, types/pa_vmethod_frame.C,
13706: types/pa_vstateless_class.h: 2*2 worked :)
13707:
13708: * parser3.dsw, src/classes/date.C, src/classes/file.C,
13709: src/include/pa_exec.h, src/include/pa_string.h,
13710: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
13711: passed OK
13712:
13713: * src/: classes/hash.C, classes/string.C, classes/table.C,
13714: types/pa_value.C: all linked todo: debug
13715:
13716: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
13717: types/pa_vstateless_class.C: all compiled. todo:link
13718:
13719: * src/types/pa_wcontext.C: pa_wcontext.C compiled
13720:
13721: * src/types/pa_vtable.C: pa_vtable.C compiled
13722:
13723: * src/types/pa_vstring.C: pa_vstring.C compiled
13724:
13725: * src/types/pa_vstatus.C: pa_vstatus.C compiled
13726:
13727: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
13728: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
13729: pa_vstateless_class.C, pa_vstateless_class.h:
13730: pa_vstateless_class.C compiled
13731:
13732: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
13733: types/pa_vmath.C: pa_vmail.C compiled
13734:
13735: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
13736:
13737: * src/types/pa_vform.C: pa_vform.C compiled
13738:
13739: * src/types/pa_vfile.C: pa_vfile.C compiled
13740:
13741: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
13742: pa_vstateless_class.C: pa_vcookie.C compiled
13743:
13744: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
13745: types/pa_vhash.h: pa_value.C compiled
13746:
13747: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
13748: classes.lib main.lib compiled
13749:
13750: * src/classes/void.C: void.C compiled
13751:
13752: * src/: classes/string.C, classes/table.C, include/pa_string.h,
13753: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
13754: compiled
13755:
13756: * src/: classes/string.C, include/pa_request.h,
13757: include/pa_string.h, main/pa_string.C: string.C compiled
13758:
13759: * src/: classes/op.C, classes/string.C, classes/table.C,
13760: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
13761: main/pa_request.C, main/pa_string.C: op.C compiled
13762:
13763: * src/classes/: math.C, op.C: math.C compiled
13764:
13765: * src/: classes/mail.C, classes/string.C, classes/table.C,
13766: types/pa_vmail.h: mail.C compiled
13767:
13768: * src/classes/: int.C, table.C: int.C compiled
13769:
13770: * src/: classes/hash.C, classes/image.C, classes/string.C,
13771: classes/table.C, include/pa_memory.h, include/pa_string.h,
13772: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
13773: compiled
13774:
13775: * src/: classes/hash.C, classes/string.C, classes/table.C,
13776: classes/void.C, classes/xdoc.C, include/pa_request.h,
13777: include/pa_sql_connection.h: hash.C compiled
13778:
13779: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
13780: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
13781: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13782: classes/math.C, classes/op.C, classes/response.C,
13783: classes/string.C, classes/table.C, classes/void.C,
13784: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
13785: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
13786: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
13787: file.C table.C compiled
13788:
13789: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
13790: main/untaint.C: main.lib compiled
13791:
13792: 2003-03-21 paf
13793:
13794: * src/: classes/op.C, include/pa_cache_managers.h,
13795: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13796: include/pa_stylesheet_manager.h, main/pa_exception.C,
13797: main/pa_globals.C, main/pa_sql_driver_manager.C,
13798: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
13799: compiled
13800:
13801: * src/: classes/hash.C, classes/image.C, classes/op.C,
13802: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
13803: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
13804: main/compile.C, main/pa_common.C, main/pa_request.C,
13805: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
13806: pa_request.C compiled
13807:
13808: * src/: classes/hash.C, classes/mail.C, classes/op.C,
13809: include/pa_request.h, main/execute.C, main/pa_request.C,
13810: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13811: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
13812: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13813: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
13814: compiled
13815:
13816: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
13817: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
13818: on unix
13819:
13820: * src/: include/pa_charset.h, include/pa_charsets.h,
13821: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
13822: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
13823: pa_charsets.C compiled
13824:
13825: * src/: classes/image.C, classes/mail.C, classes/op.C,
13826: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
13827: main/compile.y, main/execute.C, main/pa_common.C,
13828: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
13829: types/pa_vcode_frame.h, types/pa_vimage.h,
13830: types/pa_vmethod_frame.h: execute.C compiled
13831:
13832: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13833: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13834: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13835: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
13836: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13837: include/pa_cache_managers.h, include/pa_charsets.h,
13838: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
13839: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
13840: include/pa_sql_driver_manager.h, include/pa_string.h,
13841: include/pa_stylesheet_connection.h,
13842: include/pa_stylesheet_manager.h, include/pa_table.h,
13843: main/compile.C, main/compile.tab.C, main/compile.y,
13844: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13845: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13846: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13847: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
13848: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
13849: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13850: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13851: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13852: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13853: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13854: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13855: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13856: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13857: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
13858: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13859: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13860: types/pa_vresponse.h, types/pa_vstateless_class.C,
13861: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13862: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13863: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13864: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13865: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13866: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
13867: [C++ CORD wrapper]
13868:
13869: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
13870:
13871: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
13872: $file::exec/cgi[script; $.charset[this is script's charset]
13873:
13874: command line, env values, input got transcoded before call
13875: stdout, stderr got transcoded after call
13876:
13877: * src/classes/file.C: ^file::exec/cgi now does not pass post data
13878: by default. use: ^file::exec[...;$.stdin[$request.body]
13879:
13880: * src/main/pa_common.C: } typo bug fix
13881:
13882: * src/main/pa_common.C: } typo bug fix
13883:
13884: 2003-03-20 paf
13885:
13886: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
13887: main/untaint.C: cord bug fix, but still errors todo: clear out
13888:
13889: * src/include/pa_string.h: more tests
13890:
13891: * src/main/pa_string.C: string.pos fixed
13892:
1.116 moko 13893: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
13894: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
13895: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
13896: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
13897: replaces
1.95 moko 13898:
13899: * src/: classes/image.C, include/pa_dictionary.h,
13900: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
13901: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
13902: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
13903: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
13904:
13905: * src/include/pa_string.h: warning
13906:
13907: * src/include/pa_string.h: this_starts fixed
13908:
13909: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
13910: new String ctor & append params convention
13911:
13912: * src/: classes/file.C, classes/hash.C, classes/image.C,
13913: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
13914: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
13915: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
13916: main/pa_exception.C, main/pa_exec.C,
13917: main/pa_sql_driver_manager.C, main/pa_string.C,
13918: main/pa_stylesheet_manager.C, main/untaint.C,
13919: targets/isapi/parser3isapi.C, types/pa_vimage.C,
13920: types/pa_vmail.C: more tests OK
13921:
13922: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
13923: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
13924: gc/exit runned OK
13925:
13926: * src/types/pa_vmail.C: another naming problem: should not name
13927: vars like that: unpredictable close caused problems with later
13928: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
13929: descriptors missing on startup: stdin; Bad file number
13930:
13931: todo: find out why so many filters(stream) here. probably wrong?
13932:
13933: * src/: include/pa_dictionary.h, include/pa_string.h,
13934: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
13935: main/untaint.C: test compiled
13936:
13937: * src/: classes/image.C, classes/mail.C, classes/math.C,
13938: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
13939: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
13940: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
13941: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
13942: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
13943: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
13944: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
13945: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
13946: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
13947:
13948: * parser3.dsw, src/classes/file.C, src/classes/image.C,
13949: src/classes/op.C, src/classes/string.C, src/classes/table.C,
13950: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
13951: src/include/pa_memory.h, src/include/pa_request.h,
13952: src/include/pa_request_charsets.h,
13953: src/include/pa_sql_connection.h, src/include/pa_string.h,
13954: src/main/compile.tab.C, src/main/execute.C,
13955: src/main/pa_charset.C, src/main/pa_common.C,
13956: src/main/pa_exception.C, src/main/pa_exec.C,
13957: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13958: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
13959: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
13960: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
13961: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13962: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
13963: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13964: src/types/pa_vobject.C, src/types/pa_vresponse.C,
13965: src/types/pa_vstatus.C, src/types/pa_vstring.C,
13966: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13967: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
13968: pa_common.C [done, without http for now]
13969:
13970: 2003-03-19 paf
13971:
13972: * src/: classes/date.C, classes/form.C, classes/hash.C,
13973: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
13974: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
13975: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
13976: include/pa_string.h, include/pa_table.h, main/compile.C,
13977: main/compile_tools.C, main/execute.C, main/pa_charset.C,
13978: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
13979: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
13980: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13981: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
13982: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
13983: types/pa_vstateless_class.h, types/pa_vtable.C,
13984: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
13985: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
13986: types/pa_wwrapper.h: started test
13987:
1.116 moko 13988: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
13989: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 13990:
13991: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
13992: include/pa_string.h, main/pa_string.C: string compiled todo: test
13993: it
13994:
13995: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
13996: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
13997: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
13998: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
13999: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
14000: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
14001: types/pa_vmethod_frame.h, types/types.dsp: string
14002: reimplementation with cord+array<fragment>: 70%
14003:
14004: 2003-03-18 paf
14005:
14006: * src/: classes/date.C, classes/file.C, classes/form.C,
14007: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
14008: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
14009: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
14010: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
14011: can ignore lang in cmp and pos really, but would
14012: split properly!
14013:
14014: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
14015: cord part made parser/src/lib: it's not compiled into libgc by
14016: default
14017:
14018: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
14019: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14020: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14021: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14022: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14023: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14024: src/classes/xnode.C, src/classes/xnode.h,
14025: src/include/Makefile.am, src/include/pa_cache_managers.h,
14026: src/include/pa_charset.h, src/include/pa_charsets.h,
14027: src/include/pa_common.h, src/include/pa_dictionary.h,
14028: src/include/pa_exception.h, src/include/pa_exec.h,
14029: src/include/pa_globals.h, src/include/pa_hash.h,
14030: src/include/pa_memory.h, src/include/pa_pool.h,
14031: src/include/pa_request.h, src/include/pa_request_charsets.h,
14032: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
14033: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14034: src/include/pa_stylesheet_connection.h,
14035: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14036: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
14037: src/main/compile.C, src/main/compile.tab.C,
14038: src/main/compile_tools.C, src/main/compile_tools.h,
14039: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
14040: src/main/pa_charsets.C, src/main/pa_common.C,
14041: src/main/pa_dictionary.C, src/main/pa_exception.C,
14042: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
14043: src/main/pa_pool.C, src/main/pa_request.C,
14044: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14045: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
14046: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
14047: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14048: src/types/pa_junction.h, src/types/pa_method.h,
14049: src/types/pa_value.C, src/types/pa_value.h,
14050: src/types/pa_vclass.C, src/types/pa_vclass.h,
14051: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14052: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14053: src/types/pa_vdouble.h, src/types/pa_venv.h,
14054: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14055: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14056: src/types/pa_vimage.C, src/types/pa_vimage.h,
14057: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
14058: src/types/pa_vmath.C, src/types/pa_vmath.h,
14059: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14060: src/types/pa_vobject.C, src/types/pa_vobject.h,
14061: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14062: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14063: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14064: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14065: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14066: src/types/pa_vstring.h, src/types/pa_vtable.C,
14067: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14068: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14069: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14070: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14071: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
14072: gc: PA_Object done lots of replacements also
14073:
14074: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
14075: gc logging
14076:
14077: 2003-03-17 paf
14078:
14079: * src/: classes/date.C, classes/file.C, classes/form.C,
14080: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
14081: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
14082: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14083: include/pa_string.h, include/pa_types.h, main/compile.C,
14084: main/compile.tab.C, main/execute.C, main/pa_charset.C,
14085: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
14086: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14087: main/pa_sql_driver_manager.C, main/pa_string.C,
14088: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
14089: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
14090: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14091: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
14092: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
14093: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14094: types/pa_vxnode.h: libgc attempt
14095:
14096: 2003-03-13 paf
14097:
14098: * src/: include/pa_sql_driver_manager.h,
14099: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
14100: called
14101:
14102: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
14103: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
14104: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
14105: types/pa_value.h, types/pa_vobject.h,
14106: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
14107: set_base, set_derived simplified [counter leaks fixed]
14108:
14109: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
14110: src/types/types.dsp: incorporated status class patch From:
14111: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
14112: 2003 8:14 AM
14113:
14114: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
14115: Win32 specific: QuotaPeakNonPagedPoolUsage
14116: QuotaPeakPagedPoolUsage PeakPagefileUsage]
14117:
14118: 2003-03-12 paf
14119:
1.116 moko 14120: * configure, configure.in, src/lib/ltdl/configure,
14121: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 14122: lib/ltdl/Makefile now created by /configure.in only [were by
14123: lib/ltdl/configure.in OVERWRITE]
14124:
1.116 moko 14125: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
14126: linkage fixed for g++ 3.2.2
1.95 moko 14127:
14128: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
14129: on using privately declared class [fixed]
14130:
14131: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
14132: 3.2 rightliy complained on using privately declared class [fixed]
14133:
14134: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
14135: sigpipe before request constructor now causes death
14136:
14137: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
14138: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
14139: not cause exception in exception handler
14140:
1.116 moko 14141: * configure, configure.in, src/targets/cgi/Makefile.am: configure
14142: now default links libstdc++ statically. that can be overriden by
14143: --with-dynamic-stdcpp
1.95 moko 14144:
14145: 2003-03-11 paf
14146:
14147: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
14148: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
14149: necessity of libstdc++
14150:
14151: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14152:
14153: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14154:
14155: 2003-03-08 paf
14156:
14157: * tests/Makefile: make install & co
14158:
14159: * src/: include/pa_request.h, classes/op.C: removing
14160: vclass,object.h -> pa_request.h dependency
14161:
14162: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
14163: main/pa_request.C: removing vform,response,cookie.h ->
14164: pa_request.h dependency
14165:
14166: * src/include/pa_request.h: removing vmail.h -> pa_request.h
14167: dependency [testing...]
14168:
14169: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
14170: return 0; fixed
14171:
14172: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
14173: types/pa_vmail.h: vmail.C received just compiled [not tested]
14174:
14175: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
14176:
14177: * src/main/pa_request.C: forgotten: ifdef XML
14178:
14179: * src/main/pa_request.C: forgotten: ifdef XML
14180:
14181: * src/targets/cgi/parser3.C: todo: move to latest xml version on
14182: win32 and run memleak tests again
14183:
14184: * src/targets/cgi/parser3.C: charsets: see some strange things with
14185: old xml lib-- it's internal memory handling has faults
14186:
14187: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
14188: problems when transcode from charset A to A.
14189:
14190: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
14191: todo: still problems when transcode from charset A to A.
14192:
14193: * src/: classes/hash.C, classes/mail.C, classes/string.C,
14194: classes/table.C, include/pa_array.h,
14195: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
14196: started full-scale-site-test [~ http://parser.ru sources]
14197:
14198: some fixes
14199:
14200: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
14201: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14202: 117.html, 118.html, 119.html, 120.html, results/109.processed,
14203: results/110.processed, results/111.processed,
14204: results/112.processed, results/113.processed,
14205: results/114.processed, results/115.processed,
14206: results/116.processed, results/117.processed,
14207: results/118.processed, results/119.processed,
14208: results/120.processed: xml: tests 109 dom create/show 110 xpath
14209: selectSingle 111 xdoc.create from tainted & 112
14210: xdoc.create/output with russian attr value 113 xpath
14211: selectString/Number 114 dom attributes.count 115 xpath selectBool
14212: 116 output media-type change 117 transform by dom stylesheet 118
14213: empty transform result 119 dom setAttribute 120 nbsp letter
14214: output
14215:
14216: =END OF PREPARED XML TESTS=
14217:
14218: 2003-03-07 paf
14219:
14220: * src/classes/xdoc.C, src/include/pa_charset.h,
14221: src/include/pa_stylesheet_connection.h, tests/108.html,
14222: tests/108.xsl, tests/results/108.processed: xml: test 108
14223: transform with params [bugs fixed]
14224:
14225: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
14226: from copy/paste bug
14227:
14228: * src/classes/xdoc.C, src/include/pa_charset.h,
14229: src/include/pa_request.h, src/main/execute.C,
14230: src/main/pa_charset.C, src/main/pa_exception.C,
14231: src/main/pa_globals.C, src/main/pa_request.C,
14232: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14233: src/types/pa_vxnode.C, tests/107.html,
14234: tests/results/107.processed: xml: test: 107 bug fixes
14235:
14236: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14237: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14238: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
14239:
14240: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
14241: string
14242:
14243: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
14244: mem alloc functions used for different cases [libxml, libxsl]
14245:
14246: * src/classes/classes.C: fixed: prevent system classes from
14247: modification to lock ALL the classes, not only directly used
14248:
14249: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
14250: linked
14251:
14252: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
14253:
14254: 2003-03-06 paf
14255:
14256: * src/classes/xdoc.C: xdoc.C 50%
14257:
14258: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
14259: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14260: main/pa_globals.C, main/pa_request.C,
14261: main/pa_stylesheet_manager.C: xnode.C compiled
14262:
14263: * src/: include/pa_stylesheet_connection.h,
14264: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
14265: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
14266:
14267: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
14268: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14269: xml: stylesheet&manager STARTED
14270:
14271: * src/: include/pa_globals.h, main/pa_charset.C,
14272: main/pa_exception.C, main/pa_globals.C: xml: exceptions
14273:
14274: * src/: include/pa_charset.h, include/pa_config_fixed.h,
14275: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
14276: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
14277: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
14278: charsets
14279:
14280: * tests/023.html: in some cases it rounded up badly. postponing
14281: solution of that problem, making more simple test
14282:
14283: * tests/: 058_paf2000.png, results/058.processed: .png added with
14284: -kb now
14285:
14286: * src/: include/pa_charset.h, include/pa_charsets.h,
14287: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
14288: moved to charsets.C
14289:
14290: 2003-03-05 paf
14291:
14292: * src/classes/string.C, src/include/pa_string.h,
14293: src/main/pa_string.C, tests/105.html,
14294: tests/results/105.processed: String::match bug fixed
14295:
14296: * src/classes/op.C, src/main/main.dsp, tests/104.html,
14297: tests/results/104.processed: ^bpt operator added [does int3 in
14298: debug build on win32]
14299:
14300: * tests/: 057.html, results/057.processed: test bug fixed
14301:
1.116 moko 14302: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 14303:
14304: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
14305: missing
14306:
1.116 moko 14307: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
14308: forgotten files added to Makes
1.95 moko 14309:
14310: * ltmain.sh: ltmain.sh added
14311:
14312: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14313: change undone ;(
14314:
14315: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14316: made static
14317:
14318: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 14319: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
14320: todo:make linker happy
1.95 moko 14321:
14322: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
14323: env param made optional
14324:
14325: 2003-03-04 paf
14326:
14327: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
14328: types/pa_vimage.h: number of gcc compiler bugs fixed
14329:
14330: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
14331: results/103.processed: tests: 103 image.copy transparence test
14332:
14333: * src/main/execute.C, tests/101.html, tests/102.html,
14334: tests/results/101.processed, tests/results/102.processed: tests:
14335: 101 method/variable name conflict test 102 form fields change
14336: should not not change anything [bug fix]
14337:
14338: * tests/: 057.html, 099.html, 100.html, results/057.processed,
14339: results/099.processed, results/100.processed: tests: 57 date
14340: create 2002: added 99,100 response:body/download
14341:
14342: * src/classes/image.C, tests/098.html, tests/098font.gif,
14343: tests/results/098.processed: test: 98 image font text [bug fixed]
14344:
14345: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
14346: tests/results/097.processed: test: 97 file::load http:// [bugs
14347: fixed]
14348:
14349: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
14350: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
14351: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
14352: image EXIF [bug fixed]
14353:
14354: * src/classes/table.C, src/main/execute.C, tests/061.dat,
14355: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
14356: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
14357: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
14358: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
14359: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
14360: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
14361: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
14362: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
14363: tests/094.html, tests/095.html, tests/results/061.processed,
14364: tests/results/062.processed, tests/results/063.processed,
14365: tests/results/064.processed, tests/results/065.processed,
14366: tests/results/066.processed, tests/results/067.processed,
14367: tests/results/068.processed, tests/results/069.processed,
14368: tests/results/070.processed, tests/results/071.processed,
14369: tests/results/072.processed, tests/results/073.processed,
14370: tests/results/074.processed, tests/results/075.processed,
14371: tests/results/076.processed, tests/results/077.processed,
14372: tests/results/078.processed, tests/results/080.processed,
14373: tests/results/081.processed, tests/results/082.processed,
14374: tests/results/083.processed, tests/results/084.processed,
14375: tests/results/085.processed, tests/results/086.processed,
14376: tests/results/087.processed, tests/results/088.processed,
14377: tests/results/089.processed, tests/results/090.processed,
14378: tests/results/091.processed, tests/results/092.processed,
14379: tests/results/093.processed, tests/results/094.processed,
14380: tests/results/095.processed, tests/079.html,
14381: tests/results/079.processed: tests: 61 file::stat size 62
14382: string->int autoconvert 63 double .int,dec,div,mul 64 date
14383: compare 65 file: basename,justname,justext 66 math:crypt 67
14384: string.match simple on long 68 string.match normalized simple on
14385: long 69 string.int 70 file::stat content-type 71 table.join 72
14386: hash parameter conditional pass 73 date daylightsaving,yearday 74
14387: date arithmetics 75 response date values/attributes 76 string.pos
14388: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
14389: with local 80 scientific numeric literal in string autoconvert 81
14390: xor: logical and numerical 82 for delims 83 menu delims 84
14391: table.hash distinct 85 long string replace 86 throw+catch
14392: current language preserve 87 bit shifts 88 junction tests +
14393: $caller test 89 hash.foreach selfmodification 90 int/void to int
14394: 91 $caller test 92 junction is + def junction tests 93 $caller
14395: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
14396:
14397: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
14398: fixed] 60 string eq string [bug fixed]
14399:
14400: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
14401: 058.html, 058_paf2000.png, 059.html, 060.html,
14402: results/053.processed, results/054.processed,
14403: results/055.processed, results/056.processed,
14404: results/057.processed, results/058.processed,
14405: results/059.processed, results/060.processed: test: 53
14406: string.replace 54 junctions 55 table.hash 56 call indirect 57
14407: date.create[string] 58 image.measure[png]
14408:
14409: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
14410: outputs/051.processed, results/052.processed: test: 52
14411: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
14412: task: fix that
14413:
14414: 2003-03-03 paf
14415:
14416: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
14417: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
14418: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
14419: outputs/049.processed, outputs/050.processed,
14420: outputs/051.processed, results/001.processed,
14421: results/002.processed, results/003.processed,
14422: results/005.processed, results/006.processed,
14423: results/008.processed, results/009.processed,
14424: results/011.processed, results/012.processed,
14425: results/013.processed, results/014.processed,
14426: results/015.processed, results/016.processed,
14427: results/017.processed, results/020.processed,
14428: results/021.processed, results/022.processed,
14429: results/024.processed, results/025.processed,
14430: results/026.processed, results/027.processed,
14431: results/028.processed, results/029.processed,
14432: results/030.processed, results/031.processed,
14433: results/049.processed, results/050.processed,
14434: results/051.processed, results/043.processed,
14435: results/044.processed, results/045.processed,
14436: results/046.processed, results/047.processed,
14437: results/048.processed: tests: 43,44,45 date rolls 46
14438: autoevaluating junction 47 table.select 48 name with subvar 49
14439: hash-creating switch 50 process 51 started parent/child, works as
14440: it were but it were NOT GOOD, created separate task to fix that
14441:
14442: * tests/: 042.html, results/042.processed: test: 42
14443: exception.handled
14444:
14445: * tests/: 041.html, results/041.processed: test: 41 table.locate by
14446: expression
14447:
14448: * tests/: 040.html, results/040.processed: test: 39 method result
14449: of type table 40 method param junction auto evaluate
14450:
14451: * tests/: 039.html, results/039.processed: test: 37 method result
14452: of type table
14453:
14454: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
14455: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
14456: tests/038.html, tests/results/033.processed,
14457: tests/results/034.processed, tests/results/035.processed,
14458: tests/results/036.processed, tests/results/037.processed,
14459: tests/results/038.processed: tests: 33 string.replace 34
14460: string.upper 35 table created 36 local/global vars with juntions
14461: 37 table clone 38 math PI & number formatting
14462:
14463: math class registring typo fixed
14464:
14465: * src/classes/op.C, src/include/pa_request.h,
14466: src/include/pa_string.h, src/main/execute.C,
14467: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
14468: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
14469: tests/032.html, tests/results/032.processed: uchar changed to
14470: String_UL in all places [was not everywhere] untaint test: 032
14471:
14472: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
14473: tests/results/004.processed, tests/parser-cygwin.sh,
14474: tests/parser-unix.sh: removed -H command line key, now testing
14475: using .sh file with SERVER_SOFTWARE=xxx
14476:
14477: 2003-02-26 paf
14478:
14479: * src/main/execute.C, src/types/pa_vstateless_class.h,
14480: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
14481: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
14482: tests/results/024.processed, tests/results/025.processed,
14483: tests/results/026.processed, tests/results/027.processed,
14484: tests/results/028.processed, tests/results/029.processed,
14485: tests/results/030.processed, tests/results/031.processed: fixed
14486: bug with name_cstr mutable CharPtr more tests
14487:
14488: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
14489: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
14490: << abort. die now just exits
14491:
14492: * src/classes/classes.awk, src/classes/classes.h,
14493: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14494: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14495: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14496: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14497: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14498: src/classes/xnode.C, src/include/pa_memory.h,
14499: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
14500: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
14501: src/types/pa_vform.C, tests/015.html, tests/016.html,
14502: tests/017.html, tests/018.html, tests/019.html,
14503: tests/019paf2001.gif, tests/020.html, tests/021.html,
14504: tests/022.html, tests/023.html, tests/022_dir/a.html,
14505: tests/022_dir/b.txt, tests/022_dir/c.htm,
14506: tests/results/015.processed, tests/results/016.processed,
14507: tests/results/017.processed, tests/results/018.processed,
14508: tests/results/019.processed, tests/results/020.processed,
14509: tests/results/021.processed, tests/results/022.processed,
14510: tests/results/023.processed: methoded_array now contains all Mxxx
14511: classes SAPI::get_env now returns info on pool more tests
14512:
14513: * src/include/pa_array.h, src/include/pa_hash.h,
14514: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
14515: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
14516: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
14517: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
14518: tests/014.html, tests/Makefile, tests/outputs/create-dir,
14519: tests/results/001.processed, tests/results/002.processed,
14520: tests/results/003.processed, tests/results/004.processed,
14521: tests/results/005.processed, tests/results/006.processed,
14522: tests/results/007.processed, tests/results/008.processed,
14523: tests/results/009.processed, tests/results/010.processed,
14524: tests/results/011.processed, tests/results/012.processed,
14525: tests/results/013.processed, tests/results/014.processed: hash
14526: cloning fixed
14527:
14528: 2003-02-25 paf
14529:
14530: * src/main/pa_common.C: typo fixed
14531:
14532: 2003-02-24 paf
14533:
14534: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
14535: [one remained]
14536:
14537: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
14538: [should have been get_string(&pool)] todo: check other such calls
14539:
14540: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
14541: test10, bad lookups
14542:
14543: xxx* xxx=smartptr.get(); << is bad style, after ";" original
14544: object got destructed, and xxx points to sky
14545:
14546: * ChangeLog, src/classes/string.C: match bug fixed
14547:
14548: * src/types/pa_vmail.C: body [text/html] transcoded to
14549: $.charset[specified] now
14550:
14551: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14552: which failed to handle sigsetjmp+throw: crashed inside of
14553: pre-throw code. rewritten simplier [though duplicating
14554: closesocket code]
14555:
14556: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14557: which failed to handle sigsetjmp+throw: crashed inside of
14558: pre-throw code. rewritten simplier [though duplicating
14559: closesocket code]
14560:
14561: 2003-02-21 paf
14562:
14563: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
14564: $cookie:name[$.expires[date << can be now]]
14565:
14566: written makefile with regression tests [raw]
14567:
14568: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
14569: tests' only [it's not forcing CGI mode now] now use -H to output
14570: CGI header when parser used in command line [useful for tests
14571: also]
14572:
14573: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
14574: switches on CGI mode, and is used in regression tests
14575:
14576: * src/: include/pa_request.h, main/pa_request.C,
14577: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
14578: fixed
14579:
14580: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
14581: handling pa_*
14582:
14583: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
14584: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
14585: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
14586: memory handling files
14587:
14588: * src/main/pa_array.C: pool::format_integer terminator fixed
14589:
14590: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
14591: compiles OK test to show benefits of free
14592:
14593: * src/: classes/file.C, classes/image.C, classes/mail.C,
14594: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
14595: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14596: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
14597: use pool [as the one in ^process]
14598:
14599: * src/classes/op.C: fixed process. sould now check for all cstr's
14600: -- some must use pool [as the one in ^process]
14601:
14602: 2003-02-20 paf
14603:
14604: * src/: classes/date.C, classes/double.C, classes/file.C,
14605: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14606: classes/math.C, classes/op.C, classes/response.C,
14607: classes/string.C, classes/table.C, classes/void.C,
14608: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
14609: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
14610: string cmp fixed
14611:
14612: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
14613: values passed OK now
14614:
14615: 2003-02-19 paf
14616:
14617: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
14618: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
14619: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
14620: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
14621: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
14622: all remaning leaks resulted from pooled::malloc calls [excluding
14623: in gd -- planning complete rewrite extremely ugly code]
14624:
14625: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
14626: files
14627:
14628: 2003-02-17 paf
14629:
14630: * src/: classes/date.C, classes/double.C, classes/file.C,
14631: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14632: classes/response.C, classes/string.C, classes/table.C,
14633: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
14634: include/pa_stylesheet_connection.h,
14635: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
14636: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14637: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
14638: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
14639: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
14640: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
14641: of unitialized simple-typed field
14642:
14643: * src/: classes/classes.C, classes/classes.h, main/execute.C,
14644: main/pa_charset.C, main/pa_request.C: another bug of unitialized
14645: simple-typed field fixed. todo: find&kill all like that one
14646:
14647: * src/: main/execute.C, targets/cgi/pa_pool.C,
14648: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
14649: debug output fixed
14650:
14651: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
14652: main/pa_request.C: stack-stored items need extra .ref to prevent
14653: object_ptr from delete[them]
14654:
14655: * src/: classes/date.C, classes/op.C, classes/table.C,
14656: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
14657: include/pa_charset.h, main/Makefile.am, main/main.dsp,
14658: main/pa_charset.C, main/pa_common.C,
14659: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14660: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14661: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
14662: calls
14663:
14664: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
14665: couple mem leaks rusulted from old pooled::malloc usage.
14666: todo:find more like those
14667:
14668: * src/main/: compile.C, compile_tools.C: 2*2!
14669:
14670: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
14671: stackItem fixed [there were no string on stack before]
14672:
14673: * src/: main/execute.C, main/pa_request.C,
14674: types/pa_vmethod_frame.C: first letters out OK
14675:
14676: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
14677: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
14678: main/pa_string.C, main/untaint.C, types/pa_value.h,
14679: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
14680: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
14681: type not initialized with zeros :( while class fields of class
14682: types initialized with default constructors. learn C++
14683:
14684: * src/: classes/classes.awk, classes/double.C, classes/file.C,
14685: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
14686: classes/math.C, classes/xdoc.C, classes/xnode.C,
14687: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
14688: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
14689:
14690: 2003-02-14 paf
14691:
14692: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
14693: 13 link errors
14694:
14695: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
14696: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
14697: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14698: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
14699: errors :)
14700:
14701: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
14702: classes/hash.C, classes/mail.C, classes/op.C,
14703: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
14704: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
14705: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
14706: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
14707:
14708: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
14709: classes/table.C, include/pa_common.h, include/pa_globals.h,
14710: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
14711: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
14712: types/pa_vint.h, types/types.dsp: op compiled
14713:
14714: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
14715: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
14716: main/untaint.C, types/pa_vtable.h: string, response compiled
14717:
14718: 2003-02-07 paf
14719:
14720: * src/: classes/table.C, types/pa_vtable.h: table compiled
14721:
14722: 2003-02-06 paf
14723:
14724: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
14725: mail compiled
14726:
14727: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
14728: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
14729: types/pa_vfile.h, types/pa_vimage.h: image compiled
14730:
14731: * src/classes/: file.C, form.C: form compiled
14732:
14733: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
14734: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
14735: types/pa_vfile.C, types/pa_vfile.h: file compiled
14736:
14737: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
14738: types/pa_vmath.h: math compiled [win32]
14739:
14740: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
14741: types/pa_vstring.h: hash compiled
14742:
14743: 2003-02-04 paf
14744:
14745: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
14746: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14747: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
14748: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
14749: types/pa_vhash.h: hash 50% compiled
14750:
14751: * src/: classes/date.C, classes/file.C, classes/hash.C,
14752: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
14753: classes/string.C, classes/table.C, classes/xdoc.C,
14754: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
14755: main/pa_string.C: date compiled
14756:
14757: * src/classes/: classes.dsp, double.C: double compiled
14758:
14759: * src/: classes/date.C, classes/double.C, classes/file.C,
14760: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
14761: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
14762: classes/string.C, classes/table.C, classes/void.C,
14763: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
14764: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
14765: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
14766: compiled
14767:
14768: * src/: classes/date.C, classes/double.C, classes/file.C,
14769: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14770: classes/math.C, classes/op.C, classes/response.C,
14771: classes/string.C, classes/table.C, classes/void.C,
14772: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14773: types/pa_vvoid.h: void compiled :)
14774:
14775: * src/: include/pa_globals.h, main/pa_cache_managers.C,
14776: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14777: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14778: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
14779: main/pa_string.C, main/pa_uue.C, main/untaint.C,
14780: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
14781: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
14782: types/pa_vresponse.C, types/pa_vstateless_class.C,
14783: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
14784: types/pa_wcontext.C, types/types.dsp: removed stupid
14785: value_includes.h
14786:
14787: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
14788: trying to remove stupid value_includes.h
14789:
14790: * src/main/pa_exec.C: pa_exec compiled on win32
14791:
14792: * src/main/pa_exec.C: libmain.a compiled on six [unix]
14793:
14794: * src/: include/pa_globals.h, include/pa_request.h,
14795: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
14796: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
14797: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
14798: types/pa_vrequest.C, types/pa_vstateless_class.C,
14799: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
14800:
14801: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
14802: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
14803: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
14804:
14805: * src/: include/pa_array.h, include/pa_config_includes.h,
14806: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
14807: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
14808: compiled
14809:
14810: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
14811: name conflicts)
14812:
14813: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
14814: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
14815: yelds "virtual memory exhausted" while trying to compile
14816: execute.C [eating up to 127MB]
14817:
14818: 2003-02-03 paf
14819:
14820: * src/: include/pa_config_includes.h, include/pa_hash.h,
14821: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
14822: main/pa_common.C, types/pa_value.C, types/pa_value.h,
14823: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14824: types/pa_vint.h, types/pa_vjunction.h,
14825: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
14826: started gcc compiling pa_common compiled
14827:
14828: * src/: include/pa_exception.h, include/pa_pool.h,
14829: main/pa_exception.C: exception gcc change #1
14830:
1.116 moko 14831: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
14832: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 14833:
14834: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
14835:
14836: * src/types/pa_vtable.C: vtable compiled
14837:
14838: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
14839:
14840: * src/: include/pa_cache_managers.h, main/pa_request.C,
14841: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
14842:
14843: * src/types/pa_vstateless_class.C: vstateless_class compiled
14844:
14845: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
14846:
14847: * src/types/pa_vrequest.C: vrequest compiled
14848:
14849: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
14850: pa_vobject.C, pa_vobject.h: vobject compiled
14851:
14852: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
14853: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14854: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
14855: compiled
14856:
14857: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
14858:
14859: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
14860: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
14861: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
14862: compiled
14863:
14864: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
14865: main.lib - 0 error(s), 0 warning(s)
14866:
14867: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
14868: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
14869:
14870: 2003-01-31 paf
14871:
14872: * src/: include/pa_array.h, include/pa_operation.h,
14873: include/pa_request.h, main/execute.C, main/main.dsp,
14874: types/pa_vjunction.h: started last file from main library:
14875: execute
14876:
14877: * src/: include/pa_request.h, include/pa_sapi.h,
14878: main/compile.tab.C, main/compile.y, main/compile_tools.h,
14879: main/pa_request.C, targets/cgi/parser3.C,
14880: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
14881: types/pa_vhash.h: pa_request compiled
14882:
14883: * src/: classes/op.C, classes/string.C, include/pa_common.h,
14884: include/pa_globals.h, include/pa_request.h,
14885: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
14886: main/execute.C, main/main.dsp, main/pa_common.C,
14887: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14888: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
14889: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
14890: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
14891: types/types.dsp: most pa_request compiled
14892:
14893: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14894: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14895: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14896: classes/op.C, classes/response.C, classes/string.C,
14897: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14898: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
14899: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14900: include/pa_config_fixed.h, include/pa_config_includes.h,
14901: include/pa_dictionary.h, include/pa_dir.h,
14902: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14903: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
14904: include/pa_pool.h, include/pa_request.h,
14905: include/pa_request_charsets.h, include/pa_request_info.h,
14906: include/pa_sapi.h, include/pa_socks.h,
14907: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14908: include/pa_stack.h, include/pa_string.h,
14909: include/pa_stylesheet_connection.h,
14910: include/pa_stylesheet_manager.h, include/pa_table.h,
14911: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14912: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14913: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
14914: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
14915: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14916: main/compile.C, main/compile.tab.C, main/compile.y,
14917: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14918: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
14919: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
14920: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14921: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14922: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
14923: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14924: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
14925: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
14926: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
14927: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
14928: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14929: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
14930: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
14931: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14932: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14933: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14934: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14935: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14936: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14937: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14938: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14939: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14940: types/pa_vresponse.h, types/pa_vstateless_class.C,
14941: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14942: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14943: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14944: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14945: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14946: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
14947:
14948: * ChangeLog, src/classes/classes.h, src/classes/op.C,
14949: src/include/pa_cache_managers.h, src/include/pa_charset.h,
14950: src/include/pa_charsets.h, src/include/pa_common.h,
14951: src/include/pa_dictionary.h, src/include/pa_exception.h,
14952: src/include/pa_exec.h, src/include/pa_pool.h,
14953: src/include/pa_request.h, src/include/pa_sapi.h,
14954: src/include/pa_sql_connection.h,
14955: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14956: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
14957: src/main/compile.tab.C, src/main/compile_tools.C,
14958: src/main/compile_tools.h, src/main/main.dsp,
14959: src/main/pa_charset.C, src/main/pa_charsets.C,
14960: src/main/pa_common.C, src/main/pa_dictionary.C,
14961: src/main/pa_exception.C, src/main/pa_exec.C,
14962: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14963: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
14964: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
14965: src/types/pa_vclass.h, src/types/pa_vcookie.C,
14966: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14967: src/types/pa_vdouble.h, src/types/pa_venv.h,
14968: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
14969: src/types/pa_vhash.h, src/types/pa_vimage.C,
14970: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
14971: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
14972: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14973: src/types/pa_vobject.C, src/types/pa_vobject.h,
14974: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14975: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14976: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14977: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
14978: src/types/pa_vstring.h, src/types/pa_vtable.h,
14979: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
14980: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
14981: died, long live StringPtr
14982:
14983: 2003-01-30 paf
14984:
14985: * src/: include/pa_charset.h, include/pa_request.h,
14986: include/pa_sql_driver_manager.h, main/compile.tab.C,
14987: main/compile.y, main/compile_tools.h, main/pa_request.C,
14988: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
14989:
14990: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
14991: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
14992: types/pa_vhash.h, types/pa_vmethod_frame.h,
14993: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14994: types/types.dsp: vstateless_class compiled
14995:
14996: * src/main/compile.C: compile compiled
14997:
14998: * src/: include/pa_array.h, include/pa_operation.h,
14999: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
15000: main/pa_table.C: compile_tools compiled
15001:
15002: * src/: include/pa_operation.h, main/compile.y,
15003: main/compile_tools.C, main/compile_tools.h: started
15004: compile_tools. vagues ideas of how to free compiled code
15005:
15006: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
15007: main/main.dsp, types/pa_value.C, types/pa_value.h,
15008: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
15009: compiled
15010:
15011: 2003-01-29 paf
15012:
15013: * src/: include/pa_globals.h, include/pa_request.h,
15014: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15015: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
15016: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
15017: compiled
15018:
15019: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
15020: now
15021:
15022: * src/: include/pa_array.h, include/pa_exception.h,
15023: include/pa_pool.h, main/pa_exception.C: gd compiled
15024:
15025: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
15026: compiled
15027:
15028: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15029: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
15030: types/pa_vfile.h: vfile compiled
15031:
15032: * src/: include/pa_common.h, include/pa_globals.h,
15033: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
15034: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
15035: types/pa_vform.C, types/pa_vform.h: vcookie compiled
15036:
15037: * src/: include/pa_exception.h, main/pa_cache_managers.C,
15038: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
15039: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
15040: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15041: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
15042:
15043: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
15044: main/main.dsp, main/untaint.C: more compiled
15045:
15046: * src/: include/pa_charsets.h, include/pa_request.h,
15047: include/pa_request_info.h, include/pa_string.h,
15048: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
15049: types/pa_vresponse.h: vrequest compiled
15050:
15051: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
15052: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
15053: pa_vresponse.h, pa_wcontext.h: vrequest compiled
15054:
15055: * src/: classes/classes.h, include/pa_charset.h,
15056: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
15057: include/pa_request.h, include/pa_string.h, main/main.dsp,
15058: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
15059: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
15060: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
15061: types/pa_vrequest.C, types/pa_vrequest.h,
15062: types/pa_vstateless_class.h, types/pa_vstring.h,
15063: types/pa_vvoid.h: vrequest,vdouble,vint compiled
15064:
15065: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
15066: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15067: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
15068: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
15069: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15070: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
15071: types/pa_vobject.h, types/pa_vstateless_class.h,
15072: types/pa_vstateless_object.h, types/pa_vstatus.h,
15073: types/pa_vstring.h, types/types.dsp: vmath compiled
15074:
15075: 2003-01-28 paf
15076:
15077: * src/: classes/classes.h, classes/date.C, classes/file.C,
15078: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
15079: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
15080: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
15081: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
15082: compile_tools
15083:
15084: * src/: include/pa_charset.h, include/pa_exception.h,
15085: include/pa_request.h, include/pa_string.h, main/untaint.C:
15086: untaint compiled
15087:
15088: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
15089: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
15090: more compiled. struck with string::store_to needing to know
15091: source/client charsets
15092:
15093: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
15094: types/pa_vfile.h: uue compiled
15095:
15096: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
15097: table compiled
15098:
15099: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15100: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
15101:
15102: * src/: include/pa_charset.h, main/pa_charset.C,
15103: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
15104: introduced]
15105:
15106: * src/: classes/date.C, include/pa_charset.h,
15107: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
15108: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
15109: pa_charsets compiled
15110:
15111: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
15112: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
15113:
15114: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
15115: common compiled
15116:
15117: * src/: include/pa_charsets.h, main/pa_charsets.C,
15118: main/pa_sql_driver_manager.C: pa_charsets compiled
15119:
15120: * src/: include/pa_array.h, include/pa_charset.h,
15121: include/pa_charsets.h, include/pa_pool.h,
15122: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15123: include/pa_stack.h, include/pa_string.h,
15124: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
15125: sql_driver_manager compiled
15126:
15127: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
15128: letter i with two dots added to koi, all ukranian letters added
15129: to win1251.
15130:
15131: typographic simbol 0xb9 deleted from win1251 [strange one & were
15132: abscent from koi]
15133:
15134: 2003-01-27 paf
15135:
15136: * src/: include/pa_exception.h, include/pa_sql_connection.h,
15137: include/pa_sql_driver_manager.h, include/pa_string.h,
15138: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
15139: sql/pa_sql_driver.h: paused on sql_manager
15140:
15141: * src/: include/pa_cache_managers.h, include/pa_pool.h,
15142: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15143: include/pa_stack.h, main/pa_sql_driver_manager.C,
15144: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
15145:
15146: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
15147: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15148: include/pa_table.h, main/pa_sql_driver_manager.C,
15149: main/pa_table.C: table compiled
15150:
15151: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
15152: cache_managers compiled
15153:
15154: * src/: include/pa_array.h, include/pa_charset.h,
15155: include/pa_pool.h, main/pa_charset.C: charset compiled
15156:
15157: * src/: include/pa_pool.h, main/pa_common.C: common compiled
15158:
15159: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
15160: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15161: main/pa_string.C, types/pa_value.C, types/pa_value.h,
15162: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
15163: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
15164:
15165: 2003-01-24 paf
15166:
15167: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
15168: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
15169: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15170: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
15171: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
15172: types/pa_vint.h, types/pa_vjunction.h,
15173: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15174: types/pa_vstatus.h, types/pa_vstring.h: more patched
15175:
15176: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
15177: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
15178: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
15179: main/pa_string.C, main/pa_table.C: string compiled
15180:
15181: * src/: include/pa_array.h, include/pa_common.h,
15182: include/pa_dictionary.h, include/pa_exception.h,
15183: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
15184: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
15185: main/pa_string.C: dictionary compiled
15186:
15187: 2003-01-23 paf
15188:
15189: * src/: include/pa_array.h, include/pa_common.h,
15190: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
15191: include/pa_request.h, include/pa_string.h, main/pa_common.C,
15192: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
15193: types/pa_value.h: resurrected pool in new sense: now it's
15194: factory, producing&accounting memory chunks for read[autofree]
15195: buffers
15196:
15197: * src/: include/pa_array.h, include/pa_exception.h,
15198: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
15199: main/pa_exception.C, main/pa_table.C: table compiled
15200:
15201: * src/: classes/image.C, classes/op.C, include/pa_array.h,
15202: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
15203: include/pa_pool.h, include/pa_pragma_pack_begin.h,
15204: include/pa_pragma_pack_end.h, include/pa_sapi.h,
15205: include/pa_string.h, include/pa_table.h, include/pa_types.h,
15206: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
15207: main/pa_table.C: aint that easy
15208:
15209: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
15210: main/main.dsp: continued with Hash
15211:
15212: * src/main/pa_common.C: connect_string allocated on heap[wes on
15213: stack] now. and exception can be reported OK now [can be reported
15214: outside of pro c with that stack]
15215:
15216: 2003-01-22 paf
15217:
15218: * src/: include/pa_array.h, include/pa_charset.h,
15219: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
15220: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
15221: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
15222: base: contains references_count. auto_ptr template calls
15223: add_ref/release
15224:
15225: 2003-01-21 paf
15226:
15227: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15228: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15229: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15230: classes/op.C, classes/response.C, classes/string.C,
15231: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15232: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15233: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15234: include/pa_config_fixed.h, include/pa_config_includes.h,
15235: include/pa_dictionary.h, include/pa_dir.h,
15236: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15237: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15238: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15239: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15240: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15241: include/pa_stack.h, include/pa_string.h,
15242: include/pa_stylesheet_connection.h,
15243: include/pa_stylesheet_manager.h, include/pa_table.h,
15244: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15245: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15246: lib/pcre/pcre_parser_ctype.c, main/compile.C,
15247: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15248: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15249: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15250: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15251: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15252: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15253: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15254: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15255: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15256: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15257: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15258: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15259: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
15260: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
15261: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15262: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15263: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15264: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15265: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15266: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15267: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15268: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15269: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15270: types/pa_vstateless_object.h, types/pa_vstatus.C,
15271: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15272: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15273: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15274: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15275: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
15276: 2002->2003
15277:
15278: 2003-01-16 paf
15279:
15280: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15281: src/main/pa_globals.C: http:// introducing $.any-status(1)
15282:
15283: * operators.txt, src/include/pa_config_fixed.h,
15284: src/main/pa_common.C: http request now return status. and not
15285: fail on status!=200
15286:
15287: 2003-01-15 paf
15288:
15289: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
15290:
15291: 2003-01-14 paf
15292:
15293: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
15294: mkinstalldirs: removed some ancient files [they in / really]
15295:
15296: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
15297: regretfully needed patch in two places. in config_fixed.h made
15298: stubs for lib to compile in MSVC
15299:
15300: 2003-01-13 paf
15301:
15302: * config.guess, config.sub, ltmain.sh: removed last piece of
15303: configure.in(libtool) hacks
15304:
1.116 moko 15305: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 15306: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
15307: ltdl.h: moved to latest libtool (1.4.3)
15308:
15309: 2003-01-10 paf
15310:
15311: * src/lib/ltdl/: configure, configure.in: PROG_NM
15312:
15313: * src/main/pa_globals.C: moved to latest xml lib versions, changed
15314: patches. libxml2 >= 2.5.1
15315: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
15316: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
15317: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15318:
15319: * INSTALL: moved to latest versions of xml libs libxml2 >=
15320: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
15321: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
15322: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15323:
15324: 2003-01-09 paf
15325:
15326: * INSTALL: xml,xslt,gdome lib urls updated
15327:
15328: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 15329: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 15330: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 15331: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
15332: 1.7.2
1.95 moko 15333:
15334: * depcomp: moving to automake 1.7.2
15335:
15336: 2002-12-27 paf
15337:
15338: * src/include/pa_version.h: 0007
15339:
15340: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
15341: outdated parts, made links to language docs
15342:
15343: * src/include/pa_config_auto.h.in: comment
15344:
15345: 2002-12-26 paf
15346:
15347: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
15348: not contain trailing / fixed.
15349:
15350: * INSTALL: changing SAFE_MODE politics
15351:
15352: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
15353:
15354: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
15355:
15356: 2002-12-25 paf
15357:
15358: * src/main/pa_globals.C: optimized-xml
15359:
15360: * src/main/pa_globals.C: optimized-as-is
15361:
15362: 2002-12-24 paf
15363:
15364: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
15365: fixed [were really called with zero size when .html?a=&b=]
15366:
15367: * src/classes/mail.C: $MAIL in @conf now invalid when configured
15368: with --with-sendmail
15369:
15370: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
15371: fixed]
15372:
15373: 2002-12-23 paf
15374:
15375: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
15376: ignoring parameters & were storing only string with default
15377: expires
15378:
15379: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
15380: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
15381: December 23, 2002 4:22 AM Subject: bug â
15382: Charset::transcode_buf2xchar
15383:
15384: 2002-12-20 paf
15385:
15386: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
15387: non-cgi [script] runs
15388:
15389: 2002-12-19 paf
15390:
15391: * INSTALL: --without-iconv recommended [it crashes on some systems
15392: [tested on elik]] moreover, it's not needed there [parser
15393: registers charsets itself]
15394:
15395: * INSTALL: --without-iconv recommended [it crashes on some systems
15396: [tested on elik]]
15397:
15398: * operators.txt, src/include/pa_globals.h,
15399: src/include/pa_request.h, src/main/pa_globals.C,
15400: src/main/pa_request.C: $response:download
15401:
15402: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
15403: compiler [win32]].
15404:
15405: 2002-12-18 paf
15406:
15407: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
15408:
15409: 2002-12-17 paf
15410:
15411: * src/targets/cgi/parser3.C: merged die&iis changes
15412:
15413: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
15414: to exit(1) 2. more flexible iilegal call check
15415:
15416: 2002-12-16 paf
15417:
15418: * ltmain.sh: some automakes silly insist on having this handy
15419:
15420: * src/main/untaint.C: filespec russian small 'r' changed to latin
15421: 'p' bug fix
15422:
15423: 2002-12-15 paf
15424:
15425: * src/main/untaint.C: filespec russian small 'r' changed to latin
15426: 'p'
15427:
15428: * configure.in, src/include/pa_config_auto.h.in,
15429: src/main/compile.C, src/main/pa_common.C: merged small changes
15430: from branch 6 to HEAD
15431:
15432: * src/main/compile.C: removed warning
15433:
15434: * src/main/pa_common.C: ftruncate having checked
15435:
15436: * configure.in, src/include/pa_version.h: new version
15437:
15438: 2002-12-14 paf
15439:
15440: * src/classes/table.C: removed unnecessary code
15441:
15442: * src/sql/pa_sql_driver.h: exception type fixed
15443:
15444: 2002-12-09 paf
15445:
15446: * src/types/pa_vvoid.h: $void.store[now] error
15447:
15448: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15449:
15450: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
15451: tries to write core dump
15452:
15453: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15454:
15455: * src/: classes/hash.C, classes/string.C, classes/table.C,
15456: classes/void.C, main/pa_sql_driver_manager.C,
15457: sql/pa_sql_driver.h: changed exception handling mech in sql
15458: handlers #2
15459:
15460: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
15461: exception handling mech in sql handlers
15462:
15463: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
15464: handlers
15465:
15466: * src/: classes/hash.C, classes/string.C, classes/table.C,
15467: classes/void.C, main/pa_sql_driver_manager.C,
15468: sql/pa_sql_driver.h: changed exception handling mech in sql
15469: handlers
15470:
1.116 moko 15471: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
15472: to write makefile which used libtool to install things, which is
15473: not needed
1.95 moko 15474:
15475: 2002-12-06 paf
15476:
15477: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
15478: $hash.fields -- pseudo field to make 'hash' more like 'table'
15479:
15480: 2002-12-05 paf
15481:
15482: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
15483: cc/bcc OK now
15484:
15485: * src/main/untaint.C: mail header closed properly
15486:
15487: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
15488: header ',' allowed. still bugs in smtp [only one receiptient
15489: works, cc, bcc ignored now, and MAILED ;)]
15490:
15491: [strncpy killed, memnchr used]
15492:
15493: * src/main/pa_table.C: table-copy now current=0
15494:
15495: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
15496: lowlevel proc
15497:
15498: * src/targets/cgi/parser3.C: more checks on
15499: http://domain/parser.cgi start [maybe some getenv returns "",
15500: checked that now
15501:
15502: * src/targets/cgi/parser3.C: more checks on
15503: http://domain/parser.cgi start [maybe some getenv returns "",
15504: checked that now
15505:
15506: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
15507: out-of-mem errors reached log]
15508:
15509: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
15510: mail:send MIME-Version default
15511:
15512: * src/main/main.dsp: pa_version included into main.dsp
15513:
15514: 2002-12-04 paf
15515:
15516: * src/types/pa_vform.C: $form:field string value cut by premature 0
15517:
15518: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
15519: lib/libltdl -> lib/ltdl Win32 changes. s
15520:
15521: * src/classes/classes.awk: more strict *.C$
15522:
15523: * gnu.dsp: restored
15524:
1.116 moko 15525: * configure.in, gnu.dsp, src/lib/Makefile.am,
15526: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
15527: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
15528: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
15529: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
15530: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
15531: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
15532: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
15533: now created with /configure, not ltdl/configure, so it does have
15534: no problems with automake. ltdl/configure
15535: AC_OUTPUT(Makefile<<removed)
1.95 moko 15536:
15537: 2002-12-02 paf
15538:
15539: * operators.txt: removed outdated status:db
15540:
15541: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
15542: src/main/pa_common.C, src/main/pa_request.C,
15543: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
15544: tainted parts becomes http-header
15545:
15546: 2002-11-29 paf
15547:
15548: * src/classes/date.C, src/classes/image.C, operators.txt: exif
15549: dates now objects of type date
15550:
15551: * src/classes/image.C: file.seek removed [it were used in image.C
15552: only, and for parser user this means that jpeg image has bad
15553: size in fragment's header] now used image.format
15554:
15555: * src/: include/pa_common.h, main/pa_common.C,
15556: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
15557: now handled exactly like $response:header values. e.g. can be
15558: hash [can have subattributes] & contain date values.
15559:
15560: * src/main/pa_common.C: http:// param values lang forced URI
15561:
15562: * src/main/pa_common.C: http:// tainted partes now %xx
15563:
15564: 2002-11-28 paf
15565:
15566: * operators.txt: http.timeout
15567:
15568: * src/classes/image.C: ^image.length now counts interchar space.
15569: plus space after last char
15570:
15571: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
15572:
15573: * src/classes/image.C: ^image.font width measurer now scans full
15574: height [were -1]
15575:
15576: * configure.in: stopped double libltdl/Makefile generation
15577:
15578: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
15579: chars [one top horizontal line of 1pixel height were missing]
15580:
15581: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
15582: 'false' to go into (Hash *) parameter
15583:
15584: 2002-11-27 paf
15585:
15586: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
15587: types/pa_vmail.C: response:body[file] if file nows it's name now
15588: returns content-disposition: >>attachment<<
15589:
15590: * src/classes/image.C: ^image.font << bad font file-size now
15591: properly reported
15592:
15593: 2002-11-26 paf
15594:
15595: * src/main/pa_request.C: fixed lang in reponse header
15596:
15597: * src/main/pa_common.C: utf8 prefix ignored @read text
15598:
15599: * operators.txt, src/main/pa_common.C: http:// response status!=200
15600: made exception: http.status with source=bad status#
15601:
15602: 2002-11-25 paf
15603:
15604: * configure.in, src/classes/image.C,
15605: src/include/pa_config_auto.h.in,
15606: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 15607: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
15608: const void related probs fixed
1.95 moko 15609:
15610: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
15611:
15612: $file[^file::load[http://there]] $file.SERVER
15613:
15614: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
15615: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
15616: http options [invalid onces now reported] made default
15617: user-agent: paf
15618:
15619: * operators.txt, src/classes/file.C, src/classes/table.C,
15620: src/classes/xdoc.C, src/include/pa_common.h,
15621: src/include/pa_globals.h, src/main/pa_common.C,
15622: src/main/pa_globals.C, src/main/pa_request.C,
15623: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
15624: now understand http:// prefix and additional params, sample:
15625: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
15626: $.USER-AGENT[parser3] ]]
15627:
15628: 2002-11-22 paf
15629:
15630: * src/classes/image.C, src/include/pa_globals.h,
15631: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
15632: src/types/pa_vimage.h, operators.txt: $image.exif support
15633: $image.exif.DateTime & co
15634:
15635: 2002-11-21 paf
15636:
15637: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
15638: _PASS_APPENDED)
15639:
15640: * src/classes/image.C: jpeg size measure fixed: were badly skipping
15641: EXIF information [were big block and it's size were considered
15642: negative :(]
15643:
15644: * operators.txt, src/classes/image.C, src/include/pa_common.h,
15645: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
15646: internals rewritten. no there's reader.seek, and all's ready for
15647: EXIF extraction [now we fail to measure files with EXIF info]
15648:
15649: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
15650: O_TRUNC truncates even exclusevely write-locked file [thanks to
15651: Igor Milyakov <virtan@rotabanner.com> for discovering]
15652:
15653: 2002-11-20 paf
15654:
15655: * src/targets/cgi/parser3.C: logging @signal += query_string
15656:
15657: * configure.in, src/include/pa_config_auto.h.in,
15658: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
15659: comment
15660:
15661: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
15662:
15663: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15664: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
15665: currently processed document SIGPIPE >> interrupts request
15666: processing [exception = DB rollback]
15667:
15668: * src/main/pa_exec.C: comment
15669:
15670: * src/main/pa_exec.C: pa_exec: data written only if size>0
15671:
15672: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
15673: << disable HTTP-POST repassing
15674:
15675: * src/: include/pa_config_fixed.h, main/pa_common.C,
15676: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
15677: pipe read errors now checked
15678:
15679: 2002-11-19 paf
15680:
15681: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
15682: CGI: Illegal call
15683:
15684: 2002-11-01 paf
15685:
15686: * src/main/execute.C: comment
15687:
15688: 2002-10-31 paf
15689:
15690: * src/main/execute.C: found out why, checked that for now. todo:
15691: find out a way for that user could do that
15692:
15693: * src/types/pa_vstateless_object.h: object put replaces static
15694: parent if any
15695:
15696: * src/types/pa_vobject.C: object put replaces static parent if any
15697:
15698: * src/: classes/form.C, classes/mail.C, classes/op.C,
15699: classes/xnode.h, main/compile.tab.C, main/execute.C,
15700: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
15701: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15702: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
15703: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15704: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
15705: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15706: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15707: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15708: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15709: types/pa_vstateless_object.h, types/pa_vstatus.C,
15710: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15711: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15712: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15713: types/pa_wwrapper.h: static fix merged
15714:
15715: * src/: main/compile.tab.C, types/pa_vobject.C: killed
15716: $virtual_fields in dynamic, but one can reach derived
15717: static[class] variable from base
15718:
15719: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
15720: types/pa_vobject.C, types/pa_vobject.h,
15721: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
15722: statics, left $virtual_fields in dynamic
15723:
15724: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
15725: one can't remember derivates in base class: there's so many of
15726: them. also there can be no virtual method calls in static
15727: classes
15728:
15729: * src/: classes/form.C, classes/mail.C, classes/op.C,
15730: classes/xnode.h, main/execute.C, main/pa_request.C,
15731: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
15732: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15733: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15734: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15735: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
15736: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
15737: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15738: types/pa_vresponse.C, types/pa_vresponse.h,
15739: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15740: types/pa_vstateless_object.h, types/pa_vstatus.C,
15741: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15742: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15743: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15744: types/pa_wwrapper.h: static call $self fixed
15745:
15746: * src/main/execute.C: comment
15747:
15748: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
15749: ^process[$caller.self]{...} now compiles to last derived object
15750: part of that 'self'
15751:
15752: 2002-10-29 paf
15753:
15754: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
15755: re-passing [iis to blame]
15756:
15757: * src/classes/string.C: changed string.save to pass current sql
15758: connection to cstr thus one can ^connect[some server]{
15759: $s[insert into table x (x) values (^taint[sql]{value})]
15760: ^s.save[some.sql] } and he'd get in some.sql file code with
15761: properly escaped. [tried in mssql->mysql export->import of
15762: binary data]
15763:
15764: 2002-10-25 paf
15765:
15766: * src/types/pa_vresponse.C: case insensitive response user fields
15767: get/put
15768:
15769: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
15770: types/pa_vresponse.C: saving for maybe-future
15771:
15772: 2002-10-23 paf
15773:
15774: * operators.txt, src/classes/table.C: ^table.hash{code}...
15775: ^table.hash(expr)...
15776:
15777: * src/types/pa_vmail.C: email whitespace trimBoth-ed
15778:
15779: 2002-10-22 paf
15780:
15781: * src/types/: pa_vform.C, pa_vform.h: removed needless
15782: VForm::Append...(...Value)
15783:
15784: * src/main/execute.C: $.name outside of $name[...] checked
15785:
15786: * src/main/: compile.tab.C, compile.y: lexer changed to fix
15787: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
15788:
15789: 2002-10-21 paf
15790:
15791: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
15792: $form:qtail $form:imap.x/y
15793:
15794: * operators.txt, src/types/pa_vform.C: $form:nameless =
15795: "?value&...", "...&value&...", "...&value"
15796:
15797: * operators.txt, src/types/pa_vform.C: $form:image-map
15798:
15799: * operators.txt, src/classes/file.C: /some/page.html:
15800: ^file:fullpath[a.gif] => /some/a.gif
15801:
15802: 2002-10-17 paf
15803:
15804: * src/main/: compile.tab.C, compile.y: operators precedence changed
15805: a little: logical not and bitwise negation precedence made
15806: highest, << and >> bitshits precedence made equal [were << higher
15807: than >>]
15808:
15809: * src/classes/op.C: exception handling fixed [were bad with
15810: contexts]
15811:
15812: 2002-10-16 paf
15813:
15814: * src/: classes/op.C, include/pa_request.h, main/execute.C,
15815: main/pa_request.C: Request::self considered equal to
15816: VMethodFrame::self, and removed, Request::get_self() mapped to
15817: VMethodFrame.self()
15818:
15819: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
15820: $hash in open field now gives old good error meesage
15821:
15822: 2002-10-15 paf
15823:
15824: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
15825: use ^if($junction is junction){was and now true}
15826:
15827: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
15828: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
15829: types/pa_vxnode.C: xml->parser strings now have origin, which
15830: points to place where value left xml library and came to parser:
15831: place of dom field extraction/call
15832:
15833: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
15834: main/compile.tab.C, main/compile.y, main/execute.C,
15835: types/pa_vmethod_frame.h: removed last pieces of old code
15836: allowing $junction.xxx at compile time
15837:
15838: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
15839: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
15840: objects also considered [were only classes]
15841:
15842: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
15843: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
15844: with CLASS self. [ (request&method_frame).self temporarily
15845: changed ]
15846:
15847: * src/classes/: hash.C, op.C: method_frame now always changed, with
15848: no exception to native calls. for&foreach changed to use
15849: method_frame.caller for their var's name context
15850:
15851: * src/: main/execute.C, targets/cgi/parser3.C,
15852: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
15853: compiling to system classes disabled
15854:
15855: * operators.txt, src/classes/op.C:
15856: ^process[$caller.CLASS]{code-string} added
15857:
15858: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
15859: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
15860: src/types/Makefile.am, src/types/pa_vjunction.C,
15861: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
15862: src/types/types.dsp: removed $junction.get $junction.set[]
15863: introducing $caller
15864:
15865: * src/types/pa_value.h: removed outdated comments. doxygen would
15866: find them lower by inheritance tree
15867:
15868: * src/types/pa_vjunction.C: ident
15869:
15870: 2002-10-14 paf
15871:
15872: * src/classes/op.C: process compiles to code's class class
15873:
15874: * src/: classes/form.C, classes/mail.C, classes/op.C,
15875: include/pa_request.h, main/compile.C, main/compile.tab.C,
15876: main/compile.y, main/execute.C, main/pa_request.C,
15877: types/pa_vstateless_class.h: operators now main-class-methods
15878:
15879: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
15880: better stack trace [has "call" & co there]
15881:
15882: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15883: operators @auto now executed in MAIN context
15884:
15885: * src/main/execute.C: operator execution context now = MAIN, not
15886: closest stack frame
15887:
15888: @touchit[] $i[after]
15889:
15890: ----t.html $i[before] << local ^touchit[] $i << now 'before',
15891: were 'after'
15892:
15893: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
15894: 'after'
15895:
15896: * src/main/execute.C: comment
15897:
15898: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
15899: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
15900: action]
15901:
15902: * src/types/pa_vxnode.C: misreplace fixed
15903:
15904: * configure, configure.in, src/include/pa_config_auto.h.in,
15905: src/types/pa_vstatus.C, operators.txt:
15906: $status:rusage.tv_secs/usecs introduced
15907:
15908: 2002-10-09 paf
15909:
15910: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
15911: on empty string [or uses (default)]
15912:
15913: 2002-10-08 paf
15914:
15915: * src/main/untaint.C: mail header quoted printable changed after
15916: RFC reread
15917:
15918: * operators.txt: plan on ^if(method
15919:
15920: * src/types/pa_vxnode.C: misreplace
15921:
15922: 2002-09-24 paf
15923:
1.116 moko 15924: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 15925:
15926: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
15927: mailreceive would compile on freebsd now
15928:
15929: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
15930: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 15931: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
15932: mailreceive would compile on freebsd now
1.95 moko 15933:
15934: * src/: classes/file.C, main/untaint.C: 1. file spec language
15935: changed: now there are only few chars are untainted: * ? ' " < >
15936: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
15937: one should use ^untaint[uri]{...} now]
15938:
15939: 2. $list[^file:list[dir]] now returns simply tainted names in
15940: $list.name, not tainted as filespec
15941:
15942: @russianindex[] #dir with files with russian-lang names
15943: $where[dir]
15944:
15945: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
15946: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
15947:
15948: 2002-09-23 paf
15949:
15950: * src/types/pa_vdouble.h: double->int round added
15951:
15952: * src/classes/date.C: date bug fix, now
15953: round(floatDays*secondsPerDay)
15954:
15955: * src/classes/date.C: date bug fix, now
15956: round(floatDays*secondsPerDay)
15957:
15958: 2002-09-20 paf
15959:
15960: * src/main/execute.C: code junction calls disabled [before: code
15961: was compiled in such a way, that there were no code-junctions in
15962: OP_CALL]
15963:
15964: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
15965:
15966: @badjunctioncallinside[code] ^code[]
15967:
15968: * src/main/: compile.tab.C, compile.y: changed grammer on junction
15969: expanding to include ^junction.method
15970:
15971: * src/main/pa_common.C: -d "DIR/" now true
15972:
15973: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
15974: as internal xdoc encoding, and after decoding attributes set by
15975: dom functions now encoded OK, not as digital entities
15976:
15977: * src/classes/xdoc.C: empty transform result, being taken as file
15978: now returns empty file, not raises stupid error about "stat-ed
15979: file"
15980:
15981: * src/types/pa_vhash.h: hash.foreach modification of existing keys
15982: allowed
15983:
15984: * src/types/types.dsp: introducing $junction.get/put(1) one can
15985: write iterators now:
15986:
15987: ^user-foreach[key;value]{$key=$value<br>}
15988:
15989: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15990: $code.value($i*2) $code }
15991:
15992: * src/main/compile_tools.h: mistype
15993:
1.116 moko 15994: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
15995: thus taking linking options configure changes into account [were:
15996: ignoring]
1.95 moko 15997:
15998: * src/types/: pa_vjunction.C, Makefile.am: introducing
15999: $junction.get/put(1) one can write iterators now:
16000:
16001: ^user-foreach[key;value]{$key=$value<br>}
16002:
16003: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16004: $code.value($i*2) $code }
16005:
16006: * src/: include/pa_opcode.h, include/pa_request.h,
16007: main/compile.tab.C, main/compile.y, main/execute.C,
16008: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
16009: introducing $junction.get/put(1) one can write iterators now:
16010:
16011: ^user-foreach[key;value]{$key=$value<br>}
16012:
16013: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16014: $code.value($i*2) $code }
16015:
16016: 2002-09-19 paf
16017:
1.116 moko 16018: * Makefile.am: new: make commit
1.95 moko 16019:
16020: * aclocal.m4: forced to be older
16021:
16022: 2002-09-18 paf
16023:
16024: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
16025: src/main/compile.y, src/main/execute.C: << >> int shifts
16026:
16027: * src/: include/pa_common.h, include/pa_request.h,
16028: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
16029: - now this - fatal error
16030:
16031: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
16032: that one can pass binary data there
16033:
16034: * src/: classes/date.C, classes/double.C, classes/file.C,
16035: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16036: classes/op.C, classes/response.C, classes/string.C,
16037: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16038: include/pa_request.h: pa_request contexts made privated, plus
16039: get_{self/method_frame} to read. Request_context_saver used in
16040: ^try to save flang too. [were not saved]
16041:
16042: * src/types/pa_vresponse.C: header value chains joined before
16043: output, this should help $.subject[$var $var] from being
16044: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
16045:
16046: 2002-09-17 paf
16047:
16048: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
16049: removed changes, operators executed with calling self. lots of
16050: code with ^include code relies on defined/defining self variables
16051:
16052: $a[1] ^include[print_a.p] print_a.p: $a
16053:
16054: ^include[set_a.p] a=$a set_a.p: $a[1]
16055:
16056: * src/: classes/op.C, main/execute.C, main/pa_request.C,
16057: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
16058: types/pa_vstateless_class.h: operators now executed with MAIN
16059: self. it's for ^include sake, too strong a change
16060:
16061: * src/classes/op.C: made place for ^process to compile it's code to
16062: in case of no self
16063:
16064: * src/main/execute.C: found ancient param to Junction, removed.
16065: allowed passing self to native_code_operators [for ^process to
16066: work, she needs self]
16067:
16068: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16069: types/pa_vstateless_class.h: found ancient param to Junction,
16070: removed. allowed passing self to native_code_operators [for
16071: ^process to work, she needs self]
16072:
16073: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
16074: types/pa_value.h, types/pa_vmethod_frame.h,
16075: types/pa_vstateless_class.h: allowed Request.self to be 0,
16076: checked that in VMethodFrame get/put and $self.
16077:
16078: * src/classes/: table.C, xdoc.C: table::sql options table::create
16079: copy options options checked, wrong option now fatal error
16080:
16081: * src/main/pa_string.C: string.replace fixed [were missing words on
16082: pieces boundaries]
16083:
16084: * bin/auto.p.dist.in: strange \n
16085:
16086: * configure, configure.in: .so now detected [can be .sl on hpux,
16087: .dll on cygwin, .so in other cases)
16088:
1.116 moko 16089: * configure, configure.in, bin/auto.p.dist.in: .so now detected
16090: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 16091:
16092: * operators.txt, src/classes/hash.C, src/classes/table.C,
16093: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
16094: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
16095: record taken [were last]
16096:
16097: * src/: classes/hash.C, classes/table.C,
16098: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
16099: now errors
16100:
16101: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
16102:
16103: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
16104: ,2,3]
16105:
16106: 2002-09-16 paf
16107:
16108: * src/classes/file.C: file::cgi line ends can be both unix & dos.
16109: and they can be unix [\n\n] on win when 'use CGI' used, it causes
16110: stdout to be binary. now detected closest header break.
16111:
16112: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
16113: closed right
16114:
16115: 2002-09-13 paf
16116:
16117: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
16118: src/main/compile_tools.h: (expression #comment)
16119:
16120: (multiline expression #comment line2 #comment )
16121:
16122: (expression #comment with (brackets) comment) << OK
16123:
16124: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
16125: bitwise !|| numerical xor now [preparing for expression
16126: #comments]
16127:
16128: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
16129: error
16130:
16131: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
16132: cheched in pa_socks.C
16133:
1.116 moko 16134: * configure, configure.in, src/include/pa_config_auto.h.in:
16135: HAVE_WINSOCK_H created in configure.in
1.95 moko 16136:
16137: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
16138: cookie date now clean [were mistakenly tainted & that worked bad
16139: with opera -- 'happily' that worked OK with msie]
16140:
16141: 2002-09-12 paf
16142:
16143: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
16144: VClass get_element now first looks to fields, next to methods &
16145: co todo: the rest reason: more speed
16146:
16147: * src/main/untaint.C: quoted printable encoding stops before
16148: \s*<...>$
16149:
16150: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
16151: stops before <...>$
16152:
16153: 2002-09-11 paf
16154:
16155: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
16156: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
16157: forgot to check users of those funcs. not all were using that
16158: return value convention
16159:
16160: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
16161: windows-1254 added
16162:
16163: 2002-09-10 paf
16164:
16165: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
16166: VCodeFrame parent param were specified badly
16167:
16168: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
16169: WWrapper which used in constructing objects(second param to sql
16170: method) ^...sql{}[$.default{code}] now has parent, wich helps
16171: code in hash to survivi
16172:
16173: * src/: include/pa_request.h, main/execute.C: removed redundant
16174: param to execute [stack said 'thanks']
16175:
16176: * src/: classes/op.C, main/execute.C, types/pa_value.C,
16177: types/pa_value.h, types/pa_vcode_frame.h,
16178: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16179: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
16180: responsibility to wcontext
16181:
16182: * src/classes/file.C: decided not to log exec's with stderr, that
16183: could be warnings, and it's up to scritper to log/show them
16184:
16185: * src/: classes/double.C, main/execute.C: double:sql badly called
16186: write_assign_lang, not write_no_lang, thus doing unnecessary
16187: double/string converstion, which were loosing time&precesion
16188:
16189: * src/: main/pa_charset.C, types/pa_vmail.C:
16190: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
16191: case of unfinished in buffer processing, causing accidental
16192: transcode stop [in case that source enc != utf-8 & there is
16193: incomplete utf-8 sequence at the end of 16000block iside of
16194: libxml lib] tfm readed & code updated
16195:
16196: 2002-09-04 paf
16197:
16198: * configure: makes with sjlj
16199:
16200: * INSTALL, src/include/pa_config_fixed.h,
16201: src/include/pa_sql_connection.h,
16202: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
16203: checked. on win32 it made default
16204:
16205: * src/include/pa_config_auto.h.in: sjlj define
16206:
16207: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
16208: can not work with longjump/throw pair, and one must switch that
16209: on there. todo: detect that automatically]
16210:
16211: * src/types/pa_vxnode.C: removed too strong checks of
16212: xnode.elements. now, for instance, if element does not have any
16213: attributes, $xnode.attributes is void, not error
16214:
16215: 2002-09-02 paf
16216:
16217: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
16218: removed double_result, didn't help
16219:
16220: * src/main/execute.C: double_result made to move that var away from
16221: hungry g++ optimizer (-O2), before: it were optimized and
16222: comparison operators worked badly
16223:
16224: * src/types/pa_vdate.h: removed debug
16225:
1.116 moko 16226: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 16227:
16228: * src/main/execute.C: fixed numeric < & co so that thay now use
16229: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
16230: unknown reason.
16231:
16232: 2002-08-29 paf
16233:
16234: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
16235: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
16236: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
16237: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
16238: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
16239: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
16240: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
16241: [called less frequent, allowed to remove ugly
16242: Junction.change_context-s from many places, switch,
16243: mail:send..html{}, ..] request.root renamed to method_frame [more
16244: easyreading] ancient {...PUSH/POPs...} changed to stack vars
16245: [speed up]
16246:
16247: 2002-08-28 paf
16248:
16249: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
16250: tainted
16251:
16252: * src/types/pa_vcookie.C: fixed cookie delete when
16253: $cookie:name[$.value[]]
16254:
16255: * operators.txt, src/classes/string.C:
16256: ^string.split[delim[;options]]
16257:
16258: 2002-08-27 paf
16259:
1.116 moko 16260: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 16261:
16262: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
16263: delimiter
16264:
16265: * INSTALL: recommended latest gmime 1.0.5
16266:
16267: 2002-08-26 paf
16268:
16269: * configure, configure.in: apache13/hook added to make dist.
16270:
16271: 2002-08-23 paf
16272:
16273: * src/: include/pa_common.h, main/pa_common.C,
16274: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
16275: beside binary [cgi, isapi] not accessible [due to bad rights or
16276: whatever] it's error now
16277:
16278: 2002-08-21 paf
16279:
1.116 moko 16280: * Makefile.am: can use: make happy equals to make update install
1.95 moko 16281:
16282: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16283: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
16284: class". compiled as if here they named base class
16285:
16286: * src/main/pa_string.C: fixed bad language bug, [were wrong string
16287: cloning constructor]
16288:
16289: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
16290:
16291: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
16292: src/types/pa_vfile.C, src/types/pa_vmail.C:
16293: $mail.received.file.value.content-type fixed
16294:
16295: 2002-08-20 paf
16296:
16297: * src/classes/file.C: fixed language of file:file result
16298:
16299: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
16300: from 3.0.0005
16301:
16302: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
16303:
16304: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
16305: 3.0.0005
16306:
16307: * src/classes/void.C, operators.txt: ^void.length[] = 0
16308:
16309: 2002-08-19 paf
16310:
16311: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
16312: work now
16313:
16314: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
16315: error in xnode, which were not catched in xdoc]
16316:
16317: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
16318: prepared: // validate each document after load/create (?)
16319: //xmlDoValidityCheckingDefaultValue = 1;
16320:
16321: 2002-08-15 paf
16322:
16323: * src/classes/classes.h: write to static var caused useless
16324: Exception, introduced Methoded::put_element wich consumes those
16325:
16326: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
16327: src/types/pa_vcookie.C, src/types/pa_vdate.h,
16328: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
16329: $response:field[date] $response:field[$.xxx[date]]
16330:
16331: * src/: classes/hash.C, classes/string.C, classes/table.C,
16332: classes/void.C, include/pa_sql_connection.h: fixed source of
16333: ^hash::sql{bad}
16334:
16335: * operators.txt: $request:body unprecessed POST request body
16336:
16337: * src/types/pa_vrequest.C: $request:body unprecessed POST request
16338:
16339: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
16340: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
16341:
16342: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
16343: src/include/pa_request.h, src/main/pa_pool.C,
16344: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
16345: $request:body r.post_data now const
16346:
16347: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
16348: classes/xnode.C, main/execute.C, types/pa_value.h,
16349: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
16350: types/pa_vtable.h: instead of type() checking everywhere used
16351: Value.as now user descendants can be used in params.
16352:
16353: VObject::as_*, is_defined now taken from bases. xtable(table)
16354: ^if($xtable) now OK
16355:
16356: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
16357: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
16358: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
16359:
16360: 2002-08-14 paf
16361:
16362: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
16363: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16364: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16365: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16366: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16367: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16368: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16369: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16370: types/pa_vresponse.C, types/pa_vresponse.h,
16371: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16372: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16373: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16374: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16375: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
16376: & VClass
16377:
16378: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
16379:
16380: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
16381: removed fixopt stupidity. on stupid linux use cd /document/root
16382: ../cgi/parser3 script
16383:
16384: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
16385: params, splitting them by space, excluding argv[0], argv[argc-1]
16386:
16387: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
16388: fixopt.h: fixopt now preprocesses command line params, splitting
16389: them by space, excluding argv[0], argv[argc-1]
16390:
16391: * src/targets/cgi/parser3.C: -f config file
16392:
16393: * src/targets/cgi/parser3.C: fixed .log file dir
16394:
16395: 2002-08-13 paf
16396:
16397: * src/types/pa_vobject.C: allow override parent variables, useful
16398: for form descendants [in vobject too, were in vclass]
16399:
16400: * src/types/pa_vclass.C: allow override parent variables, useful
16401: for form descendants
16402:
16403: * src/types/pa_vclass.C: checked: form[vclass]fields can be
16404: overwritten in derived(table)
16405:
16406: * src/: classes/form.C, classes/mail.C, classes/op.C,
16407: classes/xnode.h, include/pa_request.h, main/execute.C,
16408: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16409: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16410: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16411: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16412: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16413: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16414: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16415: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16416: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16417: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16418: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16419: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16420: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
16421: Value::get_element(..., bool looking_down) [needed to exclude
16422: endless recoursion]
16423:
16424: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
16425: fix bug with put endless recoursion todo: check 'as'
16426:
16427: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
16428: reorganized modules todo: fix bug with put endless recoursion
16429: todo: check 'as'
16430:
16431: * src/types/pa_vobject.h: checked: table fields can be overwritten
16432: in derived(table)
16433:
16434: * src/types/pa_vobject.h: derived classes can have fields of their
16435: own now
16436:
16437: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
16438: fixed error message on using non-created table
16439:
16440: * src/: classes/form.C, classes/hash.C, classes/mail.C,
16441: classes/op.C, classes/xnode.h, include/pa_request.h,
16442: main/compile.C, main/compile.tab.C, main/execute.C,
16443: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16444: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16445: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16446: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16447: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
16448: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16449: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16450: types/pa_vresponse.C, types/pa_vresponse.h,
16451: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16452: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16453: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16454: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16455: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
16456: looking down/up tree todo: fix error message on non-constructed
16457: parents
16458:
16459: 2002-08-12 paf
16460:
16461: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
16462: derived OK
16463:
16464: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
16465: thorough testing
16466:
16467: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
16468: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16469: types/pa_vobject.h, types/pa_vstateless_class.h,
16470: types/pa_vstateless_object.h, types/pa_wcontext.h,
16471: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
16472: ^base:create[] dynamic call rewritten todo: thorough testing
16473:
16474: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
16475: now instantates base class, remembers it and saves child in
16476: parent VObject.get_class now returns last child = downward
16477: virtual calls OK
16478:
16479: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16480: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16481: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
16482: types/pa_vobject.h, types/pa_vresponse.h,
16483: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16484: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
16485: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
16486: VAliased [redundant], moved $CLASS to VObject only [parser class
16487: instance]
16488:
16489: * bin/auto.p.dist.in: more like in dist on parser.ru
16490:
16491: * bin/auto.p.dist.in: fixed sendmail default comment
16492:
16493: * src/main/pa_request.C: $response:body[file] content-type check
16494: fixed [were bad when content-type is hash]
16495:
16496: 2002-08-09 paf
16497:
16498: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16499: types/pa_vobject.h, types/pa_vxdoc.h: started as()
16500:
16501: 2002-08-08 paf
16502:
16503: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
16504: src/main/pa_globals.C: year column in month calendar [week year]
16505:
16506: * src/main/execute.C: error reporting on object writes to MAIN
16507: improved [were ruind with fixing $obj[^if(1){$obj}] ]
16508:
16509: * operators.txt, src/types/pa_vdate.h: $date.yearday
16510: $date.daylightsaving
16511:
16512: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
16513: use tainted data now. only she must specify the language.
16514:
16515: ^mail:send[ $.from[paf@mail.design.ru]
16516: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
16517: $.text[^taint[uri][ìîñêâà]=] ]
16518:
16519: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
16520: now prints more precise origin
16521:
16522: * src/include/pa_string.h: String::first_char now not fails on
16523: empty strings ^if(-f '') now ok and in 3 other places.
16524:
16525: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
16526: String::first_char now not fails on empty strings ^if(-f '') now
16527: ok and in 3 other places.
16528:
16529: 2002-08-07 paf
16530:
16531: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
16532: fixed
16533:
16534: * src/main/pa_string.C: ^string.mid(0;bad) fixed
16535:
16536: * src/: main/execute.C, types/pa_vcode_frame.h,
16537: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16538: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
16539: mistakenly not completely transparent to object writes.
16540: $hash[^if(1){$hash}] now works
16541:
16542: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
16543: now erasing cache file [there were bad check on that]
16544:
16545: * src/: classes/classes.dsp, classes/table.C,
16546: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
16547: all Debug dirs in .dsp now named 'Debug'
16548:
1.116 moko 16549: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 16550:
16551: * operators.txt, src/classes/mail.C: exception_type email.send
16552:
16553: * operators.txt, src/types/pa_vmail.C: exception_type email.format
16554:
16555: * src/types/pa_vmail.C: mail:send empty email checked
16556:
16557: 2002-08-06 paf
16558:
16559: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16560: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16561: ^table::create[$source;$.options] ^table::join[$source;$.options]
16562:
16563: * operators.txt, src/classes/hash.C, src/classes/string.C,
16564: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
16565: # $.default() }
16566:
16567: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
16568:
16569: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16570: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
16571: $file.content-type [instead of .mime-type] now works for
16572: file::stat also
16573:
16574: * src/main/pa_request.C: case insensitive mime_type_of
16575:
16576: * bin/auto.p.dist.in: jpeg
16577:
16578: 2002-08-05 paf
16579:
16580: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
16581:
16582: * src/types/pa_vmail.C: file buffer relocated to parser heap
16583:
16584: * operators.txt: comment on date:calendar week column
16585:
16586: * src/main/pa_common.C: write checked
16587:
16588: * src/main/: pa_common.C: write checked
16589:
16590: * src/classes/date.C: +1 buf size for stupid snprintfs
16591:
16592: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
16593: month calendar week column [ISO 8601 Week Numbers]
16594:
16595: 2002-08-02 paf
16596:
16597: * src/: include/pa_config_fixed.h, main/pa_string.C,
16598: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
16599: DEBUG*
16600:
16601: * configure, configure.in, src/include/pa_version.h: release
16602: 3_0_0005
16603:
16604: * bin/auto.p.dist.in: unhandled_exception comments
16605:
16606: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
16607: multipart post fixed
16608:
16609: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
16610: response transcoded source->client only when text/* or simple
16611: onoverridden $response:body
16612:
16613: 2002-08-01 paf
16614:
16615: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16616: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16617: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16618: classes/op.C, classes/response.C, classes/string.C,
16619: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16620: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16621: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16622: include/pa_config_fixed.h, include/pa_dictionary.h,
16623: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
16624: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
16625: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
16626: include/pa_socks.h, include/pa_sql_connection.h,
16627: include/pa_sql_driver_manager.h, include/pa_stack.h,
16628: include/pa_string.h, include/pa_stylesheet_connection.h,
16629: include/pa_stylesheet_manager.h, include/pa_table.h,
16630: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16631: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16632: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
16633: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16634: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16635: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16636: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16637: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16638: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16639: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16640: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16641: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16642: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16643: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16644: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16645: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
16646: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
16647: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16648: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
16649: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16650: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
16651: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16652: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
16653: types/pa_vmethod_frame.h, types/pa_vobject.h,
16654: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16655: types/pa_vresponse.h, types/pa_vstateless_class.C,
16656: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16657: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16658: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16659: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16660: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 16661: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 16662:
16663: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
16664: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16665: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16666: classes/math.C, classes/op.C, classes/response.C,
16667: classes/string.C, classes/table.C, classes/void.C,
16668: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16669: include/pa_array.h, include/pa_cache_managers.h,
16670: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16671: include/pa_config_fixed.h, include/pa_config_includes.h,
16672: include/pa_dictionary.h, include/pa_dir.h,
16673: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16674: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16675: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16676: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16677: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16678: include/pa_stack.h, include/pa_string.h,
16679: include/pa_stylesheet_connection.h,
16680: include/pa_stylesheet_manager.h, include/pa_table.h,
16681: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16682: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
16683: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16684: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
16685: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16686: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
16687: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
16688: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
16689: main/pa_sql_driver_manager.C, main/pa_string.C,
16690: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16691: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16692: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16693: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16694: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16695: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16696: targets/isapi/pool_storage.h, types/pa_valiased.C,
16697: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
16698: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
16699: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16700: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16701: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16702: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16703: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16704: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16705: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16706: types/pa_vresponse.C, types/pa_vresponse.h,
16707: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16708: types/pa_vstateless_object.h, types/pa_vstatus.C,
16709: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16710: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16711: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16712: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16713: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
16714: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
16715: types/Makefile.am: ident.C* removed
16716:
16717: * operators.txt, src/classes/file.C, src/main/pa_request.C:
16718: file:find[/can/do/this/now.txt]
16719:
16720: * src/targets/cgi/parser3.C: usage to stdout now
16721:
16722: 2002-07-31 paf
16723:
16724: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
16725:
16726: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
16727: default "postmaster"
16728:
16729: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
16730: -f postmaster now default sendmail key word "postmaster"
16731: replaced to $.from
16732:
16733: 2002-07-30 paf
16734:
1.116 moko 16735: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
16736: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 16737:
16738: * src/main/pa_charset.C: comment
16739:
16740: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
16741: table, &#decimal;
16742:
16743: * src/main/pa_request.C: comment
16744:
16745: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
16746: paragraf]
16747:
16748: 2002-07-11 paf
16749:
16750: * src/main/pa_exec.C: build command line badly added params twice
16751: [and first time without ' ']. double wrong. fixed.
16752:
16753: * src/main/pa_exec.C: invalid .exe caused error message with params
16754: wich parser did not provide = reported badly. fixed that.
16755:
16756: * src/classes/mail.C: $MAIL[ # xxx ]
16757:
16758: now ok
16759:
16760: * operators.txt: plan: sql detailed exception
16761:
16762: 2002-07-01 paf
16763:
16764: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
16765: [MForm.configure_admin were called when request.main_class ==0
16766:
16767: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
16768:
16769: * src/classes/form.C: content_length type fix
16770:
16771: 2002-06-30 paf
16772:
16773: * src/classes/mail.C: merged from 4
16774:
16775: * src/classes/mail.C: restored $MAIL
16776:
16777: 2002-06-28 paf
16778:
16779: * configure, configure.in: removed paths.h
16780:
1.116 moko 16781: * configure, src/include/pa_version.h,
1.95 moko 16782: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
16783: merged, makes updated
16784:
16785: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
16786: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16787: src/include/pa_pool.h, src/include/pa_version.h,
16788: src/main/pa_charset.C, src/main/pa_pool.C,
16789: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
16790: src/types/pa_vmail.C: merged latest updates to head
16791:
16792: 2002-06-27 paf
16793:
16794: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
16795: not error now
16796:
16797: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
16798: src/include/pa_config_fixed.h, src/include/pa_pool.h,
16799: src/main/pa_charset.C, src/main/pa_pool.C:
16800: ^xdoc::create[[uri]]... base uri for document being created,
16801: imports and other relative file names would be relative to this
16802: uri default uri=path_translated
16803:
16804: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
16805:
16806: 2002-06-26 paf
16807:
16808: * configure, configure.in, src/include/pa_version.h:
16809: release_3_0_0004
16810:
16811: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
16812: 0 now
16813:
16814: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
16815:
16816: 2002-06-25 paf
16817:
16818: * src/main/pa_string.C: emtpy string, or string of whitespaces
16819: considered bad number now
16820:
16821: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
16822: now
16823:
16824: * operators.txt, src/classes/string.C: ^string.normalize [old
16825: name: optimize
16826:
16827: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
16828: library configured
16829:
16830: * src/main/pa_request.C: configure_admin forced if no @conf
16831:
16832: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
16833: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
16834: when needed and to call system crypt() if not $apr1$ prefix
16835:
16836: 2002-06-24 paf
16837:
16838: * INSTALL: --with-static/shared-mailreceive described
16839:
16840: * src/include/pa_config_fixed.h: ssize_t fixed
16841:
1.116 moko 16842: * configure, configure.in, src/include/pa_config_auto.h.in,
16843: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 16844: src/types/pa_vmail.C: $mail:received makes update
16845:
16846: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
16847: WITH_MAILRECEIVE
16848:
16849: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
16850:
16851: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
16852: option, for $mail:receive
16853:
16854: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
16855: introducting $message:received ^mail:send rewritten with backward
16856: comp
16857:
16858: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
16859: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16860: types/types.dsp: win32xml win32mailreceive pseudomodules paths
16861: now
16862:
16863: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
16864: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16865: src/include/pa_request.h, src/include/pa_string.h,
16866: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
16867: src/main/pa_globals.C, src/main/pa_request.C,
16868: src/main/pa_string.C, src/main/pa_uue.C,
16869: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
16870: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
16871: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
16872: uue to separate file introducting $message:received ^mail:send
16873: rewritten with backward comp
16874:
16875: 2002-06-21 paf
16876:
1.116 moko 16877: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
16878: co changes
1.95 moko 16879:
1.116 moko 16880: * configure, configure.in, src/lib/md5/Makefile.am,
16881: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
16882: restructure .in and .am files appropriate changes
1.95 moko 16883:
16884: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
16885: pcre to libs/ added libs/md5 which is linked to non-apache
16886: targets ^math:crypt[password;$apr1$salt]
16887:
16888: * INSTALL, configure.in, operators.txt, parser3.dsw,
16889: src/Makefile.am, src/classes/Makefile.am,
16890: src/classes/classes.dsp, src/classes/math.C,
16891: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 16892: src/lib/pcre/Makefile.am, src/lib/pcre/README,
16893: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
16894: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
16895: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
16896: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
16897: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
16898: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
16899: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 16900: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
16901: src/lib/pcre/pcre_parser_ctype.dsp,
16902: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
16903: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
16904: src/main/compile.tab.C, src/main/main.dsp,
16905: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
16906: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
16907: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
16908: to libs/ added libs/md5 which is linked to non-apache targets
16909: ^math:crypt[password;$apr1$salt]
16910:
16911: 2002-06-20 paf
16912:
16913: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116 moko 16914: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
16915: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 16916: src/include/pa_request.h, src/main/execute.C,
16917: src/main/pa_request.C, src/targets/cgi/parser3.C,
16918: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
16919: marged latest HEAD updates, mainly file:justname&co &
16920: @auto/conf[filespec
16921:
16922: * operators.txt, src/classes/file.C:
16923: !^file:dirname[/a/some.tar.gz]=/a
16924: !^file:dirname[/a/b/]=/a
16925: !^file:basename[/a/some.tar.gz]=some.tar.gz
16926: !^file:justname[/a/some.tar.gz]=some.tar
16927: !^file:justext[/a/some.tar.gz]=gz
16928:
16929: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16930: main/pa_request.C, types/pa_vmethod_frame.h: introducing
16931: @conf/auto[filespec]
16932:
16933: * bin/auto.p.dist.in: <noindex>
16934:
1.116 moko 16935: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 16936:
16937: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
16938: bin/auto.p.dist.in, src/doc/doxygen.cfg,
16939: src/include/pa_globals.h, src/targets/cgi/parser3.C,
16940: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
16941:
16942: 2002-06-18 paf
16943:
16944: * configure, configure.in, src/include/pa_version.h: version to
16945: configure.in
16946:
16947: * INSTALL: reflected .conf.dist dir change
16948:
1.116 moko 16949: * Makefile.am, configure, configure.in, bin/Makefile.am,
16950: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 16951: .in & *.am updated
16952:
16953: * src/classes/file.C: strncasecmp
16954:
16955: * src/classes/file.C: strcasecmp
16956:
1.116 moko 16957: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
16958: from etc
1.95 moko 16959:
16960: * src/classes/file.C: ^file::exec[script;$.bad error case
16961: insensitive check now
16962:
16963: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
16964:
16965: * configure, configure.in, src/include/pa_pool.h,
16966: src/include/pa_types.h: pack configure.in detection simplified.
16967: figured out that gcc on sparc not that stupid as thought
16968: previously: on sparc: when it sees packed class it modifies it's
16969: field-access-code to byte operations [stb, ldub] instead of 4byte
16970: operations [st, lduh] so packed must be all parts of packed
16971: class, i.e. it's parents&fields(classes). for now it's only
16972: String that packed and what was wrong is that it's parent -
16973: Pooled, were not packed. fixed that.
16974:
16975: 2002-06-14 paf
16976:
16977: * operators.txt: more precise xml-to-text options
16978:
16979: * operators.txt, src/types/pa_vxnode.C: xnode
16980: attribute_node.name/value xnode pi.node.data
16981:
16982: 2002-06-12 paf
16983:
1.116 moko 16984: * configure, configure.in, src/targets/cgi/Makefile.am,
16985: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 16986:
16987: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
16988: src/include/pa_globals.h, src/include/pa_request.h,
16989: src/main/compile.tab.C, src/main/pa_globals.C,
16990: src/main/pa_request.C, src/targets/cgi/parser3.C,
16991: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
16992:
16993: * src/classes/mail.C: sendmail -ti [default now]
16994:
16995: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
16996: to be strings. for convinient #ing
16997:
16998: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
16999: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
17000:
17001: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
17002: main/pa_globals.C, main/pa_request.C: @conf
17003:
17004: 2002-06-11 paf
17005:
17006: * src/classes/file.C: check simplified
17007:
17008: * src/: classes/file.C, targets/cgi/parser3.dsp,
17009: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
17010: valid prefix
17011:
17012: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
17013: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
17014: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
17015:
17016: 2002-06-10 paf
17017:
17018: * operators.txt, src/classes/op.C, src/include/pa_common.h,
17019: src/main/pa_common.C: lock failures reported now
17020:
17021: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
17022: string->double @ compile time were not-enough-checking...
17023:
17024: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
17025: autoconvert now ignored
17026:
17027: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
17028: check
17029:
17030: * src/classes/mail.C: mail netscape attachment name fixed. todo:
17031: $response:body content-type:name
17032:
17033: * configure, configure.in: hpux check, nsl link, no socket
17034:
17035: * operators.txt: old merge conflict removed
17036:
17037: * configure, configure.in: pack even address access on sparc&co
17038: arch checked in configure
17039:
17040: * configure, src/include/pa_version.h: makes
17041:
17042: * configure, configure.in, src/include/pa_version.h: makes
17043:
17044: * src/main/untaint.C: (bug#2) mail subject got always prepended
17045: with charset even when all letters were 7bit one
17046:
17047: * src/main/pa_common.C: merged fixed -d (bug)
17048:
17049: * src/main/pa_common.C: fixed -d (bug)
17050:
17051: 2002-06-03 paf
17052:
17053: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
17054: src/classes/classes.dsp, src/main/compile.tab.C,
17055: src/main/main.dsp, src/main/pa_globals.C,
17056: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
17057: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
17058: .dsp-s along with reorganized cvs modules dirs structure
17059:
17060: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17061: main/pa_globals.C, targets/cgi/parser3.dsp,
17062: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
17063: modules
17064:
17065: 2002-05-28 paf
17066:
17067: * src/targets/cgi/parser3.C: info.uri now ""
17068:
17069: 2002-05-17 paf
17070:
17071: * src/classes/: table.C: ^table.save << checked empty
17072: pre/match/post columns
17073:
17074: 2002-05-16 paf
17075:
17076: * src/classes/image.C: image::measure can png now
17077:
17078: 2002-05-15 paf
17079:
17080: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
17081: added
17082:
17083: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
17084:
17085: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
17086: %H[:%M[:%S]]]]]] [-%m now
17087:
17088: 2002-05-14 paf
17089:
17090: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
17091:
17092: 2002-05-07 paf
17093:
17094: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
17095: src/include/pa_globals.h, src/include/pa_request.h,
17096: src/include/pa_table.h, src/main/compile.tab.C,
17097: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
17098: src/main/pa_request.C, src/main/pa_table.C,
17099: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
17100: src/targets/isapi/parser3isapi.dsp,
17101: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
17102: name2number field now &. main_method_name now on Request pool
17103: rather on global_pool [Junction+VJunction created on same pool as
17104: name = were created on global pool, causing mem leaks]
17105:
17106: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
17107: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
17108: main/compile.y, main/main.dsp, main/pa_globals.C,
17109: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
17110: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17111: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
17112: field now &. main_method_name now on Request pool rather on
17113: global_pool [Junction+VJunction created on same pool as name =
17114: were created on global pool, causing mem leaks]
17115:
17116: 2002-05-06 paf
17117:
17118: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17119: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17120: 100*40 bytes per request memory leak [nonpool malloc in globals]
17121:
17122: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17123: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17124: 100*40 bytes per request memory leak [nonpool malloc in globals]
17125:
17126: 2002-04-30 paf
17127:
17128: * configure, src/include/pa_version.h: version now not b
17129:
17130: * src/targets/cgi/parser3.C: request.uri now never 0
17131:
17132: 2002-04-29 paf
17133:
17134: * configure.in: removed b
17135:
17136: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
17137: Exception::comment/type checked in (), no there's no empty
17138: type/comment by default
17139:
17140: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
17141: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
17142: src/doc/value.dox, src/include/pa_exception.h,
17143: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
17144: 0001
17145:
17146: 2002-04-26 paf
17147:
17148: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
17149: size reduced
17150:
17151: 2002-04-25 paf
17152:
17153: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
17154: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
17155: now that took into account
17156:
17157: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
17158: 01:03:04]
17159:
17160: * ChangeLog, operators.txt, src/classes/date.C:
17161: ^date::create[2002-12-33 01:03:04]
17162:
17163: * ChangeLog: updated changelog
17164:
17165: * src/classes/table.C: removed restriction on column count to
17166: ^table.hash to work, now must be >0 [were >1]
17167:
17168: 2002-04-24 paf
17169:
17170: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17171: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17172: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
17173: targets
17174:
17175: 2002-04-23 paf
17176:
17177: * operators.txt, src/classes/string.C:
17178: int/double/string:sql{}[$.default{code}] fixed [were barking:
17179: "junction used outside of context"]
17180:
17181: 2002-04-22 paf
17182:
17183: * types.txt, src/classes/string.C, src/include/pa_string.h,
17184: src/main/pa_string.C, src/types/pa_vstring.C,
17185: src/types/pa_vstring.h: ^string.optimize[]
17186:
17187: * src/: include/pa_globals.h, include/pa_table.h,
17188: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
17189: table template
17190:
17191: * src/classes/: string.C: optimize removed from string
17192: .left/right/pos
17193:
17194: * src/main/execute.C: rolled back to
17195: before_killing_userjunction_contexts
17196:
17197: * src/main/execute.C: user junctions context killed
17198:
17199: * src/main/execute.C: junctions to local contexts got
17200: cleanized&checked later
17201:
17202: 2002-04-19 paf
17203:
17204: * src/: classes/string.C, include/pa_request.h,
17205: include/pa_string.h, main/pa_request.C, main/pa_string.C,
17206: types/pa_vstring.C, types/pa_vstring.h: string now optimized
17207: prior to .left .right .mid .pos .match when that is profitable,
17208: and always before .replace when $ORIGINS(1) optimization disabled
17209: economy from not wasting mem on lots of strings which occur by
17210: lots of String:mid calls to get parts of source string between
17211: found_occurances
17212:
17213: * src/classes/file.C: ovector now local economy: 16 bytes per
17214: ^file:list
17215:
17216: * src/: include/pa_globals.h, include/pa_table.h,
17217: main/pa_globals.C, main/pa_string.C: String::match table columns
17218: globalized, not created @ each ^match anymore economy:
17219: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
17220:
17221: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
17222: removed from each String::match replace iteration, and made
17223: stacked sizeof(VTable)=12bytes economy on each replace code
17224:
17225: * src/doc/footer.htm: 2001,
17226:
17227: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
17228: string.match[]['] option enables generation of $match.prematch
17229: .match .postmatch columns
17230:
17231: * src/main/pa_string.C: String::match options analized without
17232: cstr-ing them now
17233:
17234: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
17235: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
17236: config updated to doxygen 1.2.15, created helper which fixes
17237: minor bugs in chm project files & htm tree. changed extension to
17238: .htm
17239:
17240: 2002-04-18 paf
17241:
17242: * src/doc/doxygen.cfg: .chi generation disabled
17243:
17244: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
17245: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
17246: fields&methods
17247:
17248: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
17249: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
17250: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
17251: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17252: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
17253: types/pa_vresponse.h, types/pa_vstateless_class.h,
17254: types/pa_vstateless_object.h, types/pa_vstatus.h,
17255: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
17256: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
17257: VStateless_class to VObject
17258:
17259: * src/: main/pa_request.C, types/pa_valiased.h,
17260: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17261: types/pa_vstring.h: VStateless_string_object speicalized light
17262: version of VStateless_object
17263:
17264: * src/classes/op.C: ^throw comment param made optional
17265:
17266: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
17267: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
17268: and implemented down in VClass, fclass_alias removed,
17269:
17270: * src/types/pa_value.C: forced to cut that from .h because of
17271: VStateless_class usage [undefined in .h]
17272:
17273: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17274: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17275: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
17276: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
17277: on each CALL]
17278:
17279: * src/: classes/classes.h, classes/date.C, classes/double.C,
17280: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17281: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17282: classes/response.C, classes/string.C, classes/table.C,
17283: classes/void.C, classes/xnode.C, include/pa_globals.h,
17284: include/pa_request.h, main/execute.C, main/pa_globals.C,
17285: main/pa_request.C, types/Makefile.am, types/pa_value.h,
17286: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
17287: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17288: types/pa_vstateless_class.h, types/pa_wcontext.C,
17289: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
17290: removed Value::fname
17291:
17292: 2002-04-17 paf
17293:
17294: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
17295: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
17296: doc/pooled.dox, doc/string.dox, doc/targets.dox,
17297: include/pa_pool.h, include/pa_types.h: dox updated to current
17298: state, PTHROW freshen to throw & co
17299:
17300: * src/types/pa_vhash.h: vstring wrong parent fixed
17301:
17302: * src/classes/op.C: taint local result var bug fixed
17303:
17304: 2002-04-16 paf
17305:
17306: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
17307: Attic asm.txt as most interesting
17308:
17309: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
17310: check, preventing content-length: 0 from appearing
17311:
17312: * src/main/execute.C: $result in @main now taken into account as in
17313: usual functions
17314:
17315: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
17316: & @unhandled_exception now taken into account as in usual
17317: functions
17318:
17319: * src/doc/postbuild.txt: instructions on post .html build
17320:
17321: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
17322:
17323: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
17324: tainted
17325:
17326: * src/main/pa_request.C: uri in error log
17327:
17328: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
17329: cheched date:create(days) param for validity [later were assumed
17330: valid and crashed on invalid onces]
17331:
17332: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17333: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
17334: and used that for removing VString wrapper
17335:
17336: * src/classes/op.C: exception2vhash file now tainted
17337:
17338: * src/classes/op.C: _process pseudo origin copied from local var to
17339: heap
17340:
17341: * src/classes/op.C: extra check on empty file in origin in _execute
17342:
17343: 2002-04-15 paf
17344:
17345: * src/: main/execute.C, types/pa_value.h: fixed name update
17346:
17347: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
17348: functions
17349:
17350: * src/: classes/file.C, classes/hash.C, classes/op.C,
17351: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
17352: started dual write_xxx_lang functions, if checked & works
17353:
17354: * src/: classes/date.C, classes/file.C, classes/mail.C,
17355: classes/string.C, classes/xnode.C, include/pa_request.h,
17356: types/pa_value.h, types/pa_wcontext.h: removed absolutely
17357: unnecessary VString shells
17358:
17359: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
17360: prev changes]
17361:
17362: * src/: classes/image.C, classes/op.C, classes/string.C,
17363: classes/table.C, include/pa_request.h, main/execute.C,
17364: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
17365: StringOrValue wcontext result, now ready for dual writes
17366:
17367: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
17368: checked that
17369:
17370: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17371: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
17372: changed to OP_WRITE_VALUE in var get cases
17373:
17374: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
17375: include/pa_request.h, main/compile.tab.C, main/compile.y,
17376: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17377: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
17378: switch in hash constructor fixed [were problems with using of
17379: stacked wwrapper after it's death]
17380:
17381: 2002-04-12 paf
17382:
17383: * operators.txt, src/classes/table.C: table.select(expression) 0
17384:
17385: 2002-04-11 paf
17386:
17387: * src/: classes/string.C, include/pa_request.h, main/execute.C:
17388: Request::process_internal codeFrame & wwrapper stacked [not
17389: wasting heap anymore]
17390:
17391: 2002-04-10 paf
17392:
17393: * src/: classes/double.C, classes/file.C, classes/hash.C,
17394: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
17395: classes/string.C, classes/table.C, classes/void.C,
17396: classes/xdoc.C, include/pa_request.h, main/execute.C,
17397: main/pa_string.C: killed Request::process() wrapping
17398: VString(String) in case we need only String
17399:
17400: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17401: killed 8 bytes from String.head
17402:
17403: 2002-04-09 paf
17404:
17405: * src/: main/compile.tab.C, targets/cgi/parser3.C,
17406: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
17407: local*/char b[...]; a=b; situations
17408:
17409: * operators.txt, src/classes/xdoc.C: xslt params made literal
17410:
17411: * src/classes/xdoc.C: xslt params fixed
17412:
17413: * src/: main/pa_common.C, targets/cgi/parser3.C,
17414: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
17415: not pool.malloc(MAX_NUMBER) but really neaded
17416:
17417: * operators.txt, src/classes/double.C, src/classes/int.C:
17418: int/double.int/double(default)
17419:
17420: 2002-04-04 paf
17421:
17422: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
17423: [when reconstructing pieces were split by
17424: max_integral(piece.size), thus some strings to replace happen to
17425: be split into two = not replaced)
17426:
17427: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
17428: standalone version = current dir
17429:
17430: * src/targets/cgi/parser3.C: document root in standalone version =
17431: current dir
17432:
17433: 2002-04-03 paf
17434:
17435: * configure, configure.in: more checks on nonexistent charset
17436:
1.116 moko 17437: * INSTALL, configure, configure.in: root config configure options
1.95 moko 17438:
17439: 2002-04-02 paf
17440:
17441: * src/main/compile.C: parser.compile [exception name more like in
17442: doc]
17443:
17444: 2002-04-01 paf
17445:
17446: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
17447: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
17448: .content-type.charset, not .charset
17449:
17450: 2002-03-29 paf
17451:
17452: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
17453:
17454: * operators.txt, src/classes/date.C: ^date::create now may not
17455: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
17456: days' year. | 31.05->31.04 roll
17457:
17458: 2002-03-28 paf
17459:
17460: * operators.txt, src/classes/date.C, src/classes/op.C,
17461: src/include/pa_globals.h, src/include/pa_hash.h,
17462: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
17463: ^cache(seconds) ^cache[date] }
17464:
17465: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
17466: param
17467:
17468: 2002-03-27 paf
17469:
17470: * operators.txt, src/classes/date.C, src/classes/double.C,
17471: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
17472: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
17473: src/classes/math.C, src/classes/op.C, src/classes/string.C,
17474: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17475: src/classes/xnode.C, src/include/pa_exception.h,
17476: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
17477: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
17478: src/main/pa_array.C, src/main/pa_charset.C,
17479: src/main/pa_charsets.C, src/main/pa_common.C,
17480: src/main/pa_dictionary.C, src/main/pa_exception.C,
17481: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
17482: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
17483: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
17484: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17485: src/types/pa_value.h, src/types/pa_vcookie.C,
17486: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
17487: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
17488: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
17489: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
17490: src/types/pa_wwrapper.h: assigned exception types
17491:
17492: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
17493: src/include/pa_request.h, src/main/execute.C,
17494: src/main/pa_request.C: decided agains resetting exception_trace,
17495: just changed name
17496:
17497: 2002-03-26 paf
17498:
17499: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
17500: fixed
17501:
17502: * src/classes/op.C: forced language of $source field of exception
17503: to 'tainted', so that sql-langed-frags could be outputed outside
17504: of connect
17505:
17506: * operators.txt: removed date.roll limit of +-1 offset
17507:
17508: * src/classes/date.C: removed date.roll limit of +-1 offset
17509:
17510: * operators.txt, src/classes/date.C: fixed date roll on
17511: daylightsaving days mktime took into account tm_isdst flag, which
17512: remained from BEFORE roll, but should have been reset
17513:
17514: 2002-03-25 paf
17515:
17516: * operators.txt, src/targets/cgi/parser3.C:
17517: http_site_config_filespec
17518:
17519: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
17520: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
17521: with any/both --disable-foreign-group-files --disable-execs
17522:
17523: * INSTALL: "--with=sendmail=COMMAND" comment
17524:
17525: * INSTALL, configure, configure.in, src/classes/mail.C,
17526: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 17527: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
17528: disables execs also. introducing --sendmail
1.95 moko 17529:
17530: * operators.txt: pgsql options comment
17531:
17532: * INSTALL: comment on --disable-link-stdcpp
17533:
1.116 moko 17534: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17535: libstdc++ link skipping configure option
1.95 moko 17536:
17537: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
17538: with error were put to cache with 'marked_to_rollback' flag, all
17539: consequent even OK requests rolled back
17540:
17541: 2002-03-22 paf
17542:
17543: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
17544: false return
17545:
17546: * operators.txt: few comments on sets
17547:
17548: 2002-03-18 paf
17549:
17550: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
17551: src/include/pa_globals.h, src/include/pa_request.h,
17552: src/include/pa_stack.h, src/main/pa_globals.C,
17553: src/main/pa_request.C: introducing ^try
17554:
17555: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
17556: types/pa_vdouble.h: removed some tested @tests
17557:
17558: 2002-03-15 paf
17559:
17560: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
17561:
17562: 2002-03-13 paf
17563:
17564: * src/main/pa_exception.C: checked not-pooled malloc
17565:
17566: 2002-03-11 paf
17567:
17568: * INSTALL, configure, configure.in,
17569: src/include/pa_config_auto.h.in: --disable-foreign-group-files
17570:
17571: * src/main/pa_common.C: --disable-foreign-group-files
17572:
17573: * INSTALL: --disable-execs
17574:
17575: * src/main/pa_exec.C: --disable-execs
17576:
17577: * configure, configure.in, src/include/pa_config_auto.h.in:
17578: --disable-execs
17579:
17580: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
17581:
17582: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
17583: file::exec/cgi linebreaks "0D0A" changed to 0A onces
17584:
17585: 2002-03-05 paf
17586:
17587: * operators.txt, src/classes/date.C: date week calendar columns
17588: named
17589:
17590: * operators.txt, src/classes/date.C: date week calendar columns
17591: named
17592:
17593: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
17594: requires headers to be terminated with \r\n manually [refuses to
17595: separate header/body itself]
17596:
17597: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17598: targets/isapi/parser3isapi.C: isapi site config beside .dll
17599:
17600: 2002-03-04 paf
17601:
17602: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
17603: in PASS language
17604:
17605: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
17606: deserialize checks on broken file
17607:
17608: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
17609: parser3isapi.dsp: isapi updated
17610:
17611: 2002-03-01 paf
17612:
17613: * src/main/pa_exec.C: execle -> execve, now argc OK
17614:
17615: 2002-02-28 paf
17616:
17617: * src/main/untaint.C: removed some debug comments
17618:
17619: * src/main/pa_charsets.C: when placing charset to cache using
17620: global name now [were request]
17621:
17622: * configure, configure.in: apache module updated
17623:
17624: * src/main/pa_string.C: origin by first piece preferred before last
17625: piece
17626:
17627: 2002-02-27 paf
17628:
17629: * src/main/pa_charset.C: size_t
17630:
17631: * INSTALL: shared/static-xml with-pathlink
17632:
17633: * operators.txt: SMTP comment
17634:
17635: 2002-02-26 paf
17636:
17637: * src/main/pa_exec.C: more precise names for vars, cosmetic
17638:
17639: * src/classes/xnode.C: in some situation, xpath query returned
17640: result with type NODESET, but empty nodeset member field, checked
17641: that
17642:
17643: 2002-02-22 paf
17644:
17645: * INSTALL: without-zlib comment
17646:
17647: * etc/parser3.charsets/windows-1251.cfg: °
17648:
17649: * configure, configure.in: glib###.a detection fixed
17650:
17651: * INSTALL: hashfile removed from INSTALL
17652:
1.116 moko 17653: * Makefile.am: make update
1.95 moko 17654:
17655: * src/main/pa_string.C: string iterators fixed again, so were
17656: String::join_chain
17657:
17658: * src/main/pa_string.C: string iterators fixed again, so were
17659: String::join_chain
17660:
17661: * src/: include/pa_string.h, main/pa_string.C: string iterators
17662: fixed again, so were String::join_chain
17663:
17664: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
17665:
17666: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
17667: "session"
17668:
1.116 moko 17669: * configure, configure.in, src/include/pa_config_auto.h.in:
17670: --with-shared-xml --with-static-xml
1.95 moko 17671:
17672: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17673: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17674: types/types.dsp: *.dsp: removed refereces to win32db & ancient
17675: xalan&xml
17676:
17677: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
17678:
17679: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
17680: src/types/types.dsp: removed hashfile support from sources for
17681: now
17682:
1.116 moko 17683: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 17684: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 17685: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
17686: src/include/pa_db_manager.h, src/include/pa_db_table.h,
17687: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 17688: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 17689: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
17690: src/types/Makefile.am, src/types/pa_vhashfile.C,
17691: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 17692:
17693: 2002-02-21 paf
17694:
17695: * src/main/untaint.C: removed debug code, activated commented-for
17696: debug parts
17697:
1.116 moko 17698: * Makefile.am: make cvsupdate
1.95 moko 17699:
17700: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17701: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
17702: append_row, not at link zero now string to string appending works
17703:
17704: 2002-02-20 paf
17705:
17706: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
17707: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
17708: DEBUG_STRING_APPENDS_VS_EXPANDS
17709:
17710: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17711: economy: 22%
17712:
17713: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17714: space uptimized: string::link_row removed
17715:
17716: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
17717: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
17718: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17719: types/pa_vstring.h: speed uptimized: string::is_empty
17720:
17721: * operators.txt, src/include/pa_common.h,
17722: src/include/pa_config_fixed.h, src/include/pa_string.h,
17723: src/include/pa_types.h, src/main/compile.tab.C,
17724: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
17725: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
17726: string append optimiziation idea and estimates
17727:
17728: 2002-02-19 paf
17729:
17730: * src/classes/math.C: not used directly [but erroreously reported
17731: that 'is', thus registering twice&other probs]
17732:
17733: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
17734: to node [element]
17735:
17736: * src/main/compile.C: without string_origins parse error
17737: file+line+col possible
17738:
17739: * src/main/: compile.C: without string_origins not worked
17740:
17741: 2002-02-18 paf
17742:
17743: * src/types/pa_vdouble.h: since we have in_expression removed that
17744: trick i've installed into double::as_string
17745:
17746: * src/main/pa_globals.C: extern "C" was removed too fast
17747:
17748: * src/: include/pa_opcode.h, include/pa_request.h,
17749: main/compile.tab.C, main/compile.y, main/execute.C,
17750: types/pa_wcontext.h: in_expression aimed to solve old problem
17751: with string/nonstring values, now in expressions double/int
17752: values are passed as-is, without stupid tostring/fromstring
17753: conversions
17754:
17755: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
17756: __cplusplus } #endif
17757:
17758: * src/main/compile.tab.C: bison env set so one could compile
17759: without cygwin installed
17760:
17761: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17762: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
17763: gnome xml libs parser .dsp-s changed accordingly
17764:
17765: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
17766:
17767: * operators.txt, src/classes/date.C: date::create [were date::set,
17768: with backward comp
17769:
17770: * src/classes/math.C: math:random range check fixed
17771:
17772: * src/main/: compile.tab.C, compile.y: integer division stops name
17773:
17774: * INSTALL: local install comment
17775:
1.116 moko 17776: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 17777:
1.116 moko 17778: * acinclude.m4, aclocal.m4, configure, configure.in,
17779: src/include/pa_config_auto.h.in,
17780: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
17781: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 17782:
17783: * operators.txt: \ comment
17784:
17785: 2002-02-13 paf
17786:
17787: * src/include/pa_config_includes.h: sys/time time both included
17788: now. vaguely remember confilicts on this on some system [not on
17789: six|ablv] so when would see them again would think up proper
17790: check
17791:
1.116 moko 17792: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17793: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 17794:
17795: * src/main/pa_common.C: truncation never occured when writing files
17796: on unix [since i've changed cache mech] fix
17797:
17798: * src/main/pa_common.C: strnchr: sanity check added
17799:
17800: * etc/parser3.charsets/windows-1257.cfg: id added
17801:
17802: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
17803: baltic charset file generated, in generation script ispunct check
17804: added
17805:
17806: 2002-02-08 paf
17807:
1.116 moko 17808: * src/: include/Makefile.am, sql/Makefile.am,
17809: targets/isapi/Makefile.am: forgotten makes
1.95 moko 17810:
17811: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
17812: forgotten
17813:
17814: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
17815:
17816: * INSTALL, README: install&others updated
17817:
17818: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
17819:
1.116 moko 17820: * Makefile.am, configure, configure.in,
17821: etc/parser3.charsets/Makefile.am, src/Makefile.am,
17822: src/classes/Makefile.am, src/main/Makefile.am,
17823: src/main/pa_status_provider.C, src/targets/Makefile.am,
17824: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
17825: works
1.95 moko 17826:
17827: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17828: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17829: classes/hashfile.C, classes/int.C, classes/mail.C,
17830: classes/math.C, classes/op.C, classes/response.C,
17831: classes/string.C, classes/table.C, classes/void.C,
17832: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17833: include/pa_array.h, include/pa_cache_managers.h,
17834: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17835: include/pa_config_fixed.h, include/pa_config_includes.h,
17836: include/pa_db_connection.h, include/pa_db_manager.h,
17837: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17838: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17839: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17840: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17841: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17842: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17843: include/pa_stack.h, include/pa_string.h,
17844: include/pa_stylesheet_connection.h,
17845: include/pa_stylesheet_manager.h, include/pa_table.h,
17846: include/pa_threads.h, include/pa_types.h, main/compile.C,
17847: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17848: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
17849: main/pa_db_connection.C, main/pa_db_manager.C,
17850: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17851: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
17852: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17853: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
17854: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17855: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17856: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
17857: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17858: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17859: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
17860: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17861: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17862: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
17863: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
17864: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
17865: types/pa_vmethod_frame.h, types/pa_vobject.h,
17866: types/pa_vrequest.h, types/pa_vresponse.h,
17867: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17868: types/pa_vstateless_object.h, types/pa_vstatus.C,
17869: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17870: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17871: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
17872: classes/image.C, main/pa_common.C, main/pa_exec.C,
17873: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17874: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
17875: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
17876: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
17877: types/pa_vxnode.C, main/pa_charset.C: name spelling
17878:
17879: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17880: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17881: classes/hashfile.C, classes/image.C, classes/int.C,
17882: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17883: classes/string.C, classes/table.C, classes/void.C,
17884: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17885: include/pa_array.h, include/pa_cache_managers.h,
17886: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17887: include/pa_config_fixed.h, include/pa_config_includes.h,
17888: include/pa_db_connection.h, include/pa_db_manager.h,
17889: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17890: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17891: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17892: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17893: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17894: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17895: include/pa_stack.h, include/pa_string.h,
17896: include/pa_stylesheet_connection.h,
17897: include/pa_stylesheet_manager.h, include/pa_table.h,
17898: include/pa_threads.h, include/pa_types.h, main/compile.C,
17899: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
17900: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
17901: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17902: main/pa_db_connection.C, main/pa_db_manager.C,
17903: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17904: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
17905: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
17906: main/pa_socks.C, main/pa_sql_driver_manager.C,
17907: main/pa_status_provider.C, main/pa_string.C,
17908: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
17909: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17910: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17911: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17912: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17913: targets/isapi/pool_storage.h, types/pa_valiased.C,
17914: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
17915: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17916: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17917: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17918: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17919: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
17920: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17921: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
17922: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17923: types/pa_vresponse.h, types/pa_vstateless_class.C,
17924: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17925: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17926: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17927: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17928: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17929: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
17930:
17931: 2002-02-07 paf
17932:
17933: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
17934:
1.116 moko 17935: * configure, configure.in, src/include/pa_config_auto.h.in,
17936: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
17937: added yet another locking function: fcntl
1.95 moko 17938:
17939: * config.sub: on cygwin configure passes it with strange i1586
17940: const, hacked it to mean i586
17941:
17942: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
17943: disabled $if reference due to conflicts with local variables
17944:
17945: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
17946: xdoc::set obsolete now, now xdoc::create, with both sences
17947:
17948: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17949: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17950: table::create now // 'set' name obsolete now table clone.
17951:
17952: * operators.txt, src/classes/string.C,
17953: src/include/pa_config_fixed.h, src/main/compile.tab.C:
17954: ^int/double/string.format now can be called with normal []
17955: brackets, not stupid {} as it were implemented for some strange
17956: reason. retaining backward compatibility due to some
17957: already-implemented servers
17958:
17959: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
17960: main/compile.y, main/compile_tools.C, main/compile_tools.h:
17961: operators now detected by check at name_without_curly_rdive_read
17962: rule whether diving code constists only of
17963: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
17964: with OP_GET_ELEMENT_OR_OPERATOR to form
17965: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
17966:
17967: 2002-02-06 paf
17968:
17969: * configure, configure.in: prefix expanded, grr
17970:
17971: * operators.txt, src/classes/mail.C: mail:send config changed
17972:
17973: 2002-02-05 paf
17974:
17975: * operators.txt: regex options commented
17976:
17977: * src/main/: pa_exec.C: argv0 now correct
17978:
17979: * src/types/pa_vstatus.C: status:rusage 3
17980:
17981: * src/types/pa_vstatus.C: status:rusage 2
17982:
17983: * operators.txt: status:rusage described int operators
17984:
17985: * src/types/pa_vstatus.C: status:rusage 1
17986:
17987: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
17988: src/types/types.dsp: status:rusage
17989:
17990: * configure.in, operators.txt, src/classes/file.C,
17991: src/classes/op.C, src/include/pa_common.h,
17992: src/include/pa_config_includes.h, src/main/compile.tab.C,
17993: src/main/pa_common.C: rewritten ^cache to use
17994: non-blocking-exclusive-caches
17995:
17996: * src/main/pa_common.C: text file read mode on win32 adjusted
17997: [speed impact. was off for debugging purpose, but forgotten
17998: afterwards]
17999:
18000: 2002-02-01 paf
18001:
18002: * src/classes/op.C: file_write does EX lock after create, while
18003: file_read does SH after open, so there's a moment after create
18004: but before EX lock when read can sneak into, and read
18005: just-created-for-writing-and-not-yet-locked file, added a check
18006: for that in ^cache...read
18007:
18008: 2002-01-31 paf
18009:
18010: * src/main/: compile.y, compile.tab.C: disabled operator call after
18011: ^xxx:
18012:
18013: * src/main/: compile.tab.C, execute.C: made operators lookup first
18014: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
18015:
18016: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
18017: main/compile.tab.C, main/compile.y, main/compile_tools.C,
18018: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
18019: operators check 6.1 rewritten. now check is done at compile time
18020:
18021: * src/main/execute.C: operators check 5 floated up old error of
18022: staying in 'entered class/object' state after $a($a..) it
18023: prevented operators from being called thereafter
18024:
18025: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18026: main/execute.C: operators check 4 floated up old error of staying
18027: in 'entered object' state after ^a.a(a) it prevented operators
18028: from being called thereafter
18029:
18030: * src/main/execute.C: operators check 3 floated up old error of
18031: staying in 'entered class' state after $a:a(a) it prevented
18032: operators from being called thereafter
18033:
18034: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
18035: floated up old error of staying in 'entered class' state after
18036: $a:a[a] it prevented operators from being called thereafter
18037:
18038: * src/main/execute.C: operators check, thay mistakenly seen in
18039: $class:operator $object.operators contexts
18040:
18041: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
18042: win32
18043:
1.116 moko 18044: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
18045: src/classes/Makefile.am, src/main/Makefile.am,
18046: src/targets/cgi/Makefile.am,
1.95 moko 18047: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 18048: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 18049:
1.116 moko 18050: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
18051: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
18052: configure, configure.in, form.txt, ident.awk, install-sh,
18053: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
18054: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 18055: etc/parser3.charsets/Makefile.am,
18056: etc/parser3.charsets/koi8-r.cfg,
18057: etc/parser3.charsets/windows-1250.cfg,
18058: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 18059: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
18060: src/main/Makefile.am, src/targets/cgi/Makefile.am,
18061: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
18062: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 18063: straightened installation scripts procedure made
18064: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
18065: change
18066:
18067: 2002-01-30 paf
18068:
18069: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
18070: removed] those comments were a mistake, and prevented libltdl
18071: from function properly
18072:
18073: 2002-01-29 paf
18074:
1.116 moko 18075: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
18076: creation [modified acinclude.m4 which were creating int into just
18077: assignment LIBTOOL=../libtool] added default system
18078: config&charsetts prepared 'make install', now it installs
18079: targets/cgi/parser3 into bin directory etc/parser3.conf &
18080: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 18081: $sysconfdir/parser3.charsets respectively
18082:
18083: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
18084: main/pa_globals.C: few forgotten ifdef XML added
18085:
18086: 2002-01-28 paf
18087:
1.116 moko 18088: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 18089: removed
18090:
18091: * src/main/pa_exception.C: dom|generic error output fix
18092:
18093: * src/classes/xnode.C: xdoc.importNode 3 [check err]
18094:
18095: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
18096:
18097: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
18098: [fixed as_node helper func to accept docs]
18099:
18100: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
18101: xdoc.importNode 0
18102:
18103: * src/classes/xdoc.C: xdoc::set now untaints OK
18104:
18105: 2002-01-25 paf
18106:
18107: * src/main/: compile.tab.C, compile.y: #comment before @ after
18108: @SPECIAL now works OK
18109:
18110: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
18111:
18112: * src/main/pa_exec.C: max arg count now 10, and proper message on
18113: violation that added
18114:
18115: * src/classes/hash.C: unified hash::sql, now
18116: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
18117:
18118: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18119: ^file:lock[filename]{code}
18120:
18121: * src/: classes/file.C, classes/op.C, classes/string.C,
18122: classes/table.C, classes/xdoc.C, include/pa_common.h,
18123: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
18124: to some pa_common funcs
18125:
18126: * src/: include/pa_charset.h, main/pa_globals.C:
18127: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
18128:
18129: * src/: include/pa_charset.h, main/pa_charset.C,
18130: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
18131: not stupid illegal define
18132:
18133: 2002-01-24 paf
18134:
18135: * src/include/pa_version.h: changed version number
18136:
18137: * src/: classes/hashfile.C, include/pa_db_table.h,
18138: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18139: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18140: main/pa_db_connection.C, main/pa_db_table.C,
18141: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
18142: hashfile without logfiles
18143:
18144: * src/: classes/hashfile.C, include/pa_db_table.h,
18145: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
18146: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
18147: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
18148: DB_INIT_TXN init bits, thus got rid of huge log files, which
18149: cluttered disk without huge need]
18150:
18151: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
18152: handy macro, which is strangly abscent in dome lib
18153:
18154: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
18155:
18156: * src/classes/xdoc.C: checked empty response
18157:
18158: * src/classes/xnode.C: xdoc.select fixed context node [were always
18159: /, not self node]
18160:
18161: * src/classes/xnode.C: xnode.select returns array always now, in
18162: case 'nothing found' returns empty array
18163:
18164: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
18165: be more tender with ctrl/c/v
18166:
18167: 2002-01-23 paf
18168:
18169: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
18170: substituted. // 2. when dom tree with entites goes under
18171: transform text nodes // got [erroreosly] cut on first
18172: entity occurance
18173:
18174: * src/types/pa_vdouble.h: double prec. todo: get rid of
18175: twice-converting
18176:
18177: * src/types/pa_vdouble.h: %.20E now float format when %g produced
18178: 'e' in output this is for regretful twice-converting here:
18179: $a(double value) when they write double falue they convert it to
18180: string first, thus %g were losing precesion.
18181:
18182: todo: think up some way to remove double->string string->double
18183: twice-converting
18184:
18185: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
18186: %.20E now default float format this is for regretful
18187: twice-converting here: $a(double value) when they write double
18188: falue they convert it to string first, thus %g were losing
18189: precesion.
18190:
18191: todo: think up some way to remove double->string string->double
18192: twice-converting
18193:
18194: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18195: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
18196: reasons in comment inside
18197:
18198: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
18199: statically linked]
18200:
18201: * src/: include/pa_exception.h, main/compile.tab.C,
18202: main/pa_exception.C: removed exception va_list constructor. 1.
18203: not needed anymore 2. there were a conflict[causing errors]
18204: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
18205: never detected an ambiguilty here, compiling ctor(, "hello") into
18206: ctor(, va_list) which, of course, caused gpf
18207:
18208: * src/main/pa_globals.C: removed debug xslt messages
18209:
18210: 2002-01-22 paf
18211:
18212: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18213: main/pa_globals.C: xsl stylesheet load: parsed entities, this
18214: helps compiling stylesheet properly. example: this refused to
18215: work, <b>«<xsl:value-of select="@title"
18216: />»</b> stranly worked only this way:
18217: <b>«<xsl:value-of select="@title" />»</b>
18218:
18219: docs says "set it to 1", never going into details, so I decided
18220: to try NOT to do that
18221:
18222: * src/classes/table.C: join behaived badly in case named tables
18223: structure mismatched: 0 strings sneaked into dest failing
18224: afterwards. replaced them with empty strings
18225:
18226: 2002-01-21 paf
18227:
18228: * src/main/pa_charset.C: checked empty transcoders in
18229: transcode_cstr|buf
18230:
18231: * src/classes/xdoc.C: xdoc::load error source = filespec
18232:
18233: * src/classes/xdoc.C: transform error source now
18234: stylesheet_filespec
18235:
1.116 moko 18236: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 18237: include/pa_stylesheet_connection.h, main/pa_charset.C,
18238: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 18239: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
18240: gnome
1.95 moko 18241:
18242: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18243: include/pa_globals.h, include/pa_stylesheet_connection.h,
18244: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
18245: xslt generic error 1
18246:
18247: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
18248: xml generic message 1
18249:
18250: * src/classes/table.C: ^table::load empty lines or #comments before
18251: headline
18252:
18253: * src/: include/pa_array.h, include/pa_globals.h,
18254: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
18255: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
18256: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
18257: errors 0
18258:
18259: 2002-01-16 paf
18260:
18261: * src/: classes/hash.C, classes/op.C, classes/string.C,
18262: classes/table.C, classes/void.C, classes/xdoc.C,
18263: include/pa_db_connection.h, include/pa_request.h,
18264: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18265: include/pa_stylesheet_connection.h,
18266: include/pa_stylesheet_manager.h, main/pa_request.C,
18267: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18268: targets/cgi/pool_storage.h: auto closers to sql_connection,
18269: stylesheet_connection auto destroyers to remaining gnome objects
18270:
18271: * src/classes/xdoc.C: few comments
18272:
18273: 2002-01-15 paf
18274:
18275: * src/classes/xdoc.C: xdoc file save string
18276:
18277: ready. todo: error handling
18278:
18279: * src/classes/xdoc.C: xdoc save rewritten using
18280: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
18281: result
18282:
18283: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
18284: started output options parsing
18285:
18286: 2002-01-14 paf
18287:
18288: * src/classes/xdoc.C: method
18289:
18290: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18291: include/pa_pool.h, include/pa_stylesheet_connection.h,
18292: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
18293: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
18294: xslt transform0. TODO: use output options handle errors
18295:
18296: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
18297:
18298: 2002-01-11 paf
18299:
18300: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18301: main/compile_tools.C, main/compile_tools.h, main/execute.C:
18302: partial logical && || evaluation
18303:
18304: * src/classes/xnode.C: xpath selectNodes
18305:
18306: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
18307: string/number/bool
18308:
18309: * src/classes/xnode.C: xpath selectNode 2
18310:
18311: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
18312: xpath selectNode 1
18313:
18314: 2002-01-10 paf
18315:
18316: * src/classes/xnode.C: xpath selectNode -100 [just written]
18317:
18318: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18319: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
18320: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
18321: refcounter]
18322:
18323: 2001-12-29 paf
18324:
18325: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
18326: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
18327: glib works 0
18328:
18329: 2001-12-28 paf
18330:
18331: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
18332: main/pa_exception.C: started glib transcoders
18333:
18334: * src/main/pa_globals.C: renamed gdome to libgdome.dll
18335:
18336: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
18337: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
18338: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
18339: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
18340: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
18341: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
18342: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
18343: libs just compiled in. no refcounting no xpath no xslt yet
18344:
18345: 2001-12-27 paf
18346:
18347: * src/: include/pa_charset.h, include/pa_common.h,
18348: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18349: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
18350: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
18351: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
18352: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
18353: from xalan&xerces, started the process. globals [initialization
18354: pool [charset update charset [transcodings vxnode vxdoc [DOM
18355: calls
18356:
18357: * src/classes/Makefile.am: going away from xalan&xerces, not needed
18358: anymore
18359:
18360: 2001-12-26 paf
18361:
18362: * src/: include/pa_charset.h, include/pa_charsets.h,
18363: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
18364: key globalized [bug]
18365:
18366: 2001-12-25 paf
18367:
18368: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
18369: main/pa_string.C: table set & append changed splitting languages,
18370: separators now can be clean AND as-is same to mail command line
18371: $MAIN:MAIL.progX arguments
18372:
18373: 2001-12-24 paf
18374:
18375: * src/classes/mail.C: one parted text messages - no multipart
18376: mime-type anymore. for convinient if $.attach-ments
18377:
18378: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
18379: main/pa_string.C: read from cache size check updated
18380:
18381: * src/main/: pa_string.C: String::join_chain another ugly bug :(
18382:
18383: 2001-12-21 paf
18384:
18385: * src/classes/date.C: date:sql-string now returns localtime
18386:
18387: * src/main/pa_request.C: $result in @main actually not working, to
18388: hell with it for now
18389:
18390: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18391: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
18392: @postprocess @exception
18393:
18394: * src/main/execute.C: junction evaluation canceled - endless
18395: recursion detected
18396:
18397: 2001-12-19 paf
18398:
18399: * src/main/pa_charset.C: charset->charset transcoding via unicode
18400: intermediate
18401:
18402: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
18403:
18404: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
18405:
18406: * src/classes/op.C: ^cache keypath now relative
18407:
18408: * src/classes/mail.C: changed weighting prior to sort
18409:
18410: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
18411: were missing
18412:
18413: 2001-12-17 paf
18414:
18415: * src/main/pa_charset.C: ifndef XML were bad type
18416:
18417: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
18418: outdated unset services_pool
18419:
18420: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
18421: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
18422: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
18423:
18424: * src/main/untaint.C: allowed space in filespec
18425:
18426: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
18427:
18428: * src/classes/image.C: no govno
18429:
18430: * src/classes/image.C: govno
18431:
18432: 2001-12-16 paf
18433:
18434: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
18435:
18436: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
18437: charset_connection&manager replaced by charset&charsets
18438:
18439: * src/main/pa_charset.C: name_cstr 0
18440:
18441: * src/main/untaint.C: uri lang now knows about client/source
18442: charsets
18443:
18444: * src/: classes/file.C, classes/math.C, classes/op.C,
18445: classes/string.C, classes/table.C, classes/xdoc.C,
18446: include/pa_array.h, include/pa_cache_managers.h,
18447: include/pa_charset_connection.h, include/pa_charset_manager.h,
18448: include/pa_common.h, include/pa_db_connection.h,
18449: include/pa_db_manager.h, include/pa_db_table.h,
18450: include/pa_dictionary.h, include/pa_exception.h,
18451: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
18452: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
18453: include/pa_sapi.h, include/pa_socks.h,
18454: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18455: include/pa_string.h, include/pa_stylesheet_connection.h,
18456: include/pa_stylesheet_manager.h, include/pa_table.h,
18457: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
18458: main/pa_charset.C, main/pa_charset_connection.C,
18459: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
18460: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
18461: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
18462: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
18463: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18464: types/types.dsp: introducing Charset
18465:
18466: 2001-12-14 paf
18467:
18468: * src/: include/pa_request.h, include/pa_transcoder.h,
18469: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
18470: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
18471: uri lang
18472:
18473: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
18474:
18475: * src/targets/cgi/Makefile.am: -I../../pcre to .am
18476:
18477: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
18478: defalts_name global
18479:
18480: * src/: include/pa_charset_connection.h, include/pa_pool.h,
18481: include/pa_request.h, main/main.dsp,
18482: main/pa_charset_connection.C, main/pa_charset_manager.C,
18483: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
18484: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
18485: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
18486: changed charset model. now important: $request:charset
18487: $response:charset while $response:content-type.charset become
18488: unimportant [informational]
18489:
18490: 2001-12-13 paf
18491:
18492: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
18493:
18494: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
18495: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
18496: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
18497: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
18498: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
18499: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
18500:
18501: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
18502: auto_ptr part other way, because of stupid gcc 2.96
18503: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
18504: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
18505: FormatterListener] /usr/include/g++-3/memory:48:
18506: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
18507: _Tp1 = FormatterListener, _Tp = FormatterListener]
18508:
18509: * src/classes/xdoc.C: removed extra inc
18510:
18511: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
18512:
18513: * src/include/pa_types.h: msvc head debugging flag
18514:
18515: * src/classes/xdoc.C: freed up listener
18516:
18517: * src/classes/string.C: change msg '... code is not code'
18518:
18519: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
18520: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18521: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
18522: [past/future prob]
18523:
18524: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18525: include/pa_config_fixed.h, include/pa_db_manager.h,
18526: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18527: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
18528:
18529: * src/: include/pa_config_fixed.h, main/pa_common.C,
18530: main/pa_string.C: removed signed mismatch warnings
18531:
18532: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
18533: 'expires' from header outputs
18534:
18535: * src/main/pa_string.C: string::recustruct erroreusly used outdated
18536: row ptr
18537:
18538: * src/classes/file.C: file::cgi bug, request_method were passed to
18539: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
18540:
18541: * src/classes/xdoc.C: lang list updated
18542:
18543: 2001-12-10 paf
18544:
18545: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
18546:
18547: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
18548: erase files like that, knowing their full name introducing //
18549: theoretical problem with, for instance, "_2B" and "." fragments,
18550: // they would yield the same // because
18551: need_file_encode('_')=false // but we need to delete such files
18552: somehow, getting names from ^index
18553:
18554: * src/main/pa_string.C: ^string.replace bug fixed [bad
18555: string::join_chank break]
18556:
18557: 2001-12-07 paf
18558:
18559: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
18560: include/pa_common.h, include/pa_config_auto.h.in,
18561: include/pa_config_fixed.h, include/pa_config_includes.h,
18562: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
18563: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
18564: types/pa_vhashfile.C: merged from r14_simple_cache
18565:
18566: * src/main/pa_string.C: stupid sparc architecture failed to access
18567: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
18568: lduh [ %i2 + 1 ], %l0
18569:
18570: bus error, fixed that
18571:
18572: * src/main/pa_string.C: strange string deserialize bug on
18573: client[pmts], a bit shortened,
18574:
18575: * src/include/pa_config_auto.h.in: makes
18576:
18577: * src/: include/pa_common.h, include/pa_config_fixed.h,
18578: include/pa_config_includes.h, main/pa_common.C: exclusive lock
18579: file write shared lock file read
18580:
18581: * src/: classes/op.C, include/pa_common.h,
18582: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
18583:
18584: 2001-12-06 paf
18585:
18586: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18587: main/pa_request.C: #ifdef RESOURCES_DEBUG
18588:
18589: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
18590: info
18591:
18592: * src/classes/hashfile.C: removed transaction from ^cache
18593:
18594: 2001-12-05 paf
18595:
18596: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
18597: IIS5 there were a prob with illegal call check
18598:
18599: 2001-12-04 paf
18600:
18601: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18602: main/pa_request.C: measures to log
18603:
18604: 2001-11-23 paf
18605:
18606: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18607: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
18608: types/pa_vhashfile.C: merged from _0014, 1
18609:
18610: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18611: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
18612: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
18613: ^cache(33) would change
18614:
18615: 0660 bits in file_write & hashfile create
18616:
18617: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
18618: after pa_string optimization]
18619:
18620: 2001-11-22 paf
18621:
18622: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18623: table.offset[whence]
18624:
18625: * src/classes/op.C: process cstr(,connection)
18626:
18627: * src/classes/op.C: process now gets its body on current language,
18628: not as-is
18629:
18630: * src/main/untaint.C: ORIGINS mode removed UHTML
18631:
18632: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
18633: bit
18634:
1.116 moko 18635: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 18636:
18637: 2001-11-21 paf
18638:
18639: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
18640: <xsl:output output options made identical to xsl:output
18641: attributes exclusion: cdata-section-elements what xalan can do
18642: but that not used now: it can escape and remove CDATA sections
18643:
18644: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
18645: produced by xslt
18646:
18647: * src/targets/cgi/parser3.C: removed debug cgi||1
18648:
18649: * src/main/: pa_string.C, untaint.C: cached some string::size() es
18650:
18651: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
18652: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
18653: default language for {code}, it happen to change it's language
18654: from CLEAN, so later refused to split by CLEAN \t
18655:
18656: 2001-11-20 paf
18657:
1.116 moko 18658: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
18659: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 18660: bottom of dependeces, so that errors would popup quicklier, fixed
18661: line numbering in table::sql
18662:
18663: 2001-11-19 paf
18664:
18665: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
18666: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
18667: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
18668: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
18669: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
18670: at wcontext.write
18671:
1.116 moko 18672: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 18673: _set_new_handler
18674:
1.116 moko 18675: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
18676: set_new_handler in apache&isapi
1.95 moko 18677:
18678: 2001-11-16 paf
18679:
18680: * src/targets/cgi/parser3.C: pool debug @ die
18681:
18682: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
18683: removed 8 bytes from String, 2 bytes from
18684: string::chunk::row::item
18685:
18686: * src/main/pa_string.C: removed 1+4 bytes from String
18687:
18688: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18689: types/pa_vstring.C: removed 1+4 bytes from String
18690:
18691: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
18692: 0
18693:
18694: * src/: include/pa_globals.h, include/pa_string.h,
18695: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
18696: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
18697: targets/cgi/parser3.C: introducing estimating
18698: String::cstr_bufsize, 0
18699:
18700: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
18701:
18702: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
18703:
18704: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
18705: include/pa_pool.h: die in pool::fail
18706:
18707: 2001-11-15 paf
18708:
18709: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
18710: main/pa_exception.C, targets/cgi/parser3.C: exception with
18711: dynamic buffer re-back now with counter
18712:
18713: * src/: include/pa_exception.h, main/pa_exception.C: exception with
18714: static buffer back
18715:
18716: * src/targets/cgi/parser3.C: std::
18717:
18718: * src/: classes/classes.awk, include/pa_config_auto.h.in,
18719: include/pa_config_includes.h: setnewhandler check
18720:
1.116 moko 18721: * src/include/pa_config_auto.h.in: makes
1.95 moko 18722:
18723: * src/targets/cgi/parser3.C: set_new_handler started
18724:
18725: 2001-11-14 paf
18726:
18727: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18728: was wrong
18729:
18730: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18731: was wrong
18732:
18733: * src/main/pa_request.C: z
18734:
18735: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
18736: full returns win32 -1 solaris >buffer_size
18737:
18738: checked all that
18739:
18740: * src/classes/op.C: ^untaint{body} as-is default now
18741:
18742: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18743: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
18744: with no_bad_constructors_try
18745:
18746: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18747: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
18748: this: $bred[^string::length[]] $bred[^response::clear[]]
18749: $bred[^int::int[]]
18750:
18751: now VObject creation moved into overriden
18752: VClass::create_new_value, thus 0 from create_new_value means that
18753: class has no ctors
18754:
18755: 2001-11-13 paf
18756:
18757: * src/classes/classes.C: returned accedently removed if in foreach
18758: callbacks [when hash no-0-restructure]
18759:
18760: 2001-11-12 paf
18761:
18762: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
18763: passed as-is to method, xalan makes & into & itself
18764:
18765: * src/classes/date.C: date.roll parser2 alg used
18766:
18767: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
18768: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
18769: main/pa_dictionary.C, main/pa_hash.C,
18770: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
18771: now does not containt 0 values. put 0 actullay removes. no check
18772: on 0 value in foreach now required
18773:
18774: 2001-11-11 paf
18775:
18776: * src/sql/pa_sql_driver.h: removed extra constructor, doc
18777:
18778: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
18779:
18780: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
18781: driver initialize not const
18782:
18783: 2001-11-10 paf
18784:
18785: * src/main/pa_exec.C: doc
18786:
18787: 2001-11-09 paf
18788:
18789: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
18790: param properly
18791:
18792: * src/classes/string.C: string.save now does untainting before
18793: saving
18794:
18795: * src/main/pa_common.C: line endings fixing fixed last piece[was
18796: still cstr oriented]
18797:
18798: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
18799: line endings fixing got rid of cstr, now must work ok with post
18800: multipart
18801:
18802: * src/types/pa_vform.C: line endings fixed at post / multipart /
18803: not file also now
18804:
18805: 2001-11-08 paf
18806:
18807: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18808: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18809: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
18810: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
18811: main/pa_stylesheet_manager.C: restructured Cache manager to be
18812: simple parent, not second parent [gcc 2.96 strangly refused to
18813: call virtual from second parent]
18814:
1.116 moko 18815: * src/: include/pa_common.h, main/Makefile.am,
18816: targets/cgi/pa_pool.C: makes
1.95 moko 18817:
18818: * src/: include/pa_request.h, main/pa_request.C,
18819: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
18820: 'status' class enabler
18821:
18822: <Location /parser-status.html> ParserStatusAllowed </Location>
18823:
18824: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18825: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18826: include/pa_stylesheet_manager.h, main/main.dsp,
18827: main/pa_cache_managers.C, main/pa_charset_manager.C,
18828: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
18829: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18830: types/pa_vstatus.h: cache_managers, maybe-expiring every request
18831: todo: apache 'status' class enabler
18832:
18833: 2001-11-05 paf
18834:
18835: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
18836: debug to normal
18837:
18838: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
18839: hence i removed skipping 0 values in hash::for_each-es we need to
18840: check cleaned cache items manually. few more checks.
18841:
18842: expiring to 0 time was wrong, changed to 'now' time
18843:
18844: * src/targets/cgi/parser3.C: read can return 0, that means sort of
18845: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
18846: on apache already done :)
18847:
18848: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
18849: skipping 0 values in hash::for_each-es we need to check cleaned
18850: cache items manually
18851:
18852: * src/main/: pa_db_connection.C, pa_db_table.C:
18853: parser_multithreaded check was wrong
18854:
18855: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18856: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18857: classes/hashfile.C, classes/image.C, classes/int.C,
18858: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18859: classes/string.C, classes/table.C, classes/void.C,
18860: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18861: include/pa_array.h, include/pa_charset_connection.h,
18862: include/pa_charset_manager.h, include/pa_common.h,
18863: include/pa_config_fixed.h, include/pa_config_includes.h,
18864: include/pa_db_connection.h, include/pa_db_manager.h,
18865: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18866: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18867: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18868: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18869: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18870: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18871: include/pa_stack.h, include/pa_string.h,
18872: include/pa_stylesheet_connection.h,
18873: include/pa_stylesheet_manager.h, include/pa_table.h,
18874: include/pa_threads.h, include/pa_types.h, main/compile.C,
18875: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18876: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
18877: main/pa_charset_manager.C, main/pa_common.C,
18878: main/pa_db_connection.C, main/pa_db_manager.C,
18879: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18880: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18881: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18882: main/pa_socks.C, main/pa_sql_driver_manager.C,
18883: main/pa_status_provider.C, main/pa_string.C,
18884: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18885: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18886: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18887: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18888: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18889: targets/isapi/pool_storage.h, types/pa_valiased.C,
18890: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18891: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18892: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18893: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18894: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18895: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18896: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18897: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18898: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
18899: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18900: types/pa_vstateless_object.h, types/pa_vstatus.h,
18901: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
18902: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18903: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18904: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
18905: $status:db fixed used not initialized in db_connection & db_table
18906:
18907: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
18908: $status:charset
18909:
18910: * src/: classes/xdoc.C, include/pa_db_connection.h,
18911: include/pa_stylesheet_connection.h,
18912: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
18913: types/pa_vstatus.h: $status:stylesheet
18914:
18915: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
18916: include/pa_request.h, include/pa_sql_connection.h,
18917: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18918: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
18919: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
18920: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18921: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
18922: types/pa_vxnode.C, types/types.dsp: started status parser class
18923:
18924: 2001-11-01 paf
18925:
18926: * src/include/pa_config_auto.h.in: makes
18927:
18928: * src/main/pa_hash.C: removed old extra include
18929:
18930: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
18931: checks [for hp, there are such in math.h]
18932:
18933: * src/classes/op.C: ^for endless loop check strightened
18934:
18935: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
18936: behavior in native calls. it left unchanged, so ^for ^foreach &
18937: co can use r.root to write their i & key,value there
18938:
18939: * src/classes/op.C: detected for var storage bug, fixed.
18940: todo:foreach
18941:
18942: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
18943: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18944: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
18945: changing of hash inside of foreach
18946:
18947: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
18948: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
18949: were hash.foreach
18950:
18951: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
18952: types/pa_vstring.C, types/pa_vstring.h:
18953: ^foreach[key|value]{body}[[separator]|{separator}]
18954:
18955: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
18956: types/pa_vcookie.C: ^hash.delete[key]
18957:
18958: 2001-10-31 paf
18959:
18960: * src/main/: compile.C, pa_common.C: completely empty file now
18961: considered "read", not ignored [not perfect trick used]
18962:
18963: * src/main/pa_common.C: simplier common ifdefs
18964:
18965: * src/main/pa_common.C: typing bug in common - bad ifdeff
18966:
18967: * src/main/pa_db_connection.C: z
18968:
18969: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
18970: lockdetector flags
18971: dbenv.lk_detect=DB_LOCK_RANDOM;
18972:
18973: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
18974: from accidental show [imagine user forgot @exception]
18975:
18976: * src/classes/table.C: ^table.save[[nameless|+append;]path]
18977:
18978: * src/: classes/file.C, classes/image.C, classes/mail.C,
18979: classes/string.C, classes/xnode.C, include/pa_common.h,
18980: main/pa_common.C: ^string.save[[append;]path]
18981:
18982: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18983: main/execute.C: \ in expression: int divide 10/3=3
18984:
18985: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
18986: inside of ^cache
18987:
18988: * src/: include/pa_threads.h, main/pa_db_connection.C,
18989: main/pa_db_table.C, targets/cgi/pa_threads.C,
18990: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
18991: needed
18992:
18993: 2001-10-30 paf
18994:
18995: * src/: classes/classes.dsp, main/main.dsp,
18996: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18997: types/types.dsp: enabled debug incremental compile
18998:
18999: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19000: form post data line endings not reformatted now.
19001:
19002: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
19003: now required [had bug when file= has no value]
19004:
19005: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
19006: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
19007: cstr(asis) default param removed
19008:
19009: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
19010:
19011: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
19012:
19013: * src/include/pa_dir.h: LOAD_DIR fixed
19014:
19015: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
19016: was broken} fix_line_breaks
19017:
19018: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
19019: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
19020: packed with #pragma pack
19021:
1.116 moko 19022: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 19023:
19024: 2001-10-29 paf
19025:
19026: * src/types/pa_wcontext.h: bitfield syntax stricter
19027:
19028: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
19029: string hash.puts
19030:
19031: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
19032:
19033: * src/include/pa_sql_connection.h: there were one wrong
19034: SQL_CONNECTION_FUNC_GUARDED [failed]
19035:
19036: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
19037: param.someday either ifdef or remove it
19038:
19039: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
19040:
19041: * src/main/untaint.C: optimizing returned after debugging
19042:
19043: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19044: main/untaint.C: memory hunging #pragma pack(1)
19045:
19046: 16 419 844 13 169 394
19047:
19048: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19049: targets/cgi/pa_pool.C: String size_t replace to uint in proper
19050: places [todo:Array]
19051:
19052: * src/: main/execute.C, targets/cgi/pa_pool.C,
19053: targets/cgi/parser3.dsp, types/pa_wcontext.h,
19054: types/pa_wwrapper.h: debugging memory WContext flags to bits
19055:
19056: total 5 652 652/158731 total 5 469 332/158731
19057:
19058: * src/: include/pa_array.h, main/pa_array.C: debugging memory
19059: Array:: without cache in get/put now
19060:
19061: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
19062: 18:25:27 2001] total 5 652 652/158731
19063:
19064: * src/: include/pa_string.h, main/pa_string.C,
19065: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
19066: now
19067:
19068: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
19069: 18:11:53 2001] total 5796092/158731
19070:
19071: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
19072: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
19073: key ref now
19074:
19075: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
19076: 17:11:17 2001] total 16867948/202658
19077:
19078: * src/: classes/file.C, classes/image.C, classes/string.C,
19079: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
19080: main/execute.C, main/pa_array.C, main/pa_common.C,
19081: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19082: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
19083: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
19084: string::as_int/double now usually uses stack, not heap [200K out
19085: of 17M :)] VString(String&) not copies reference [29M -> 17M]
19086:
19087: * src/main/pa_sql_driver_manager.C: ping to have services [old
19088: hiding bug]
19089:
19090: * src/Makefile.am: .am order
19091:
19092: * src/: include/pa_array.h, include/pa_charset_manager.h,
19093: include/pa_db_connection.h, include/pa_db_manager.h,
19094: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
19095: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19096: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
19097: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
19098: required "friend class"
19099:
19100: ../include/pa_request.h:51: friend declaration requires
19101: class-key, i.e. `friend class Temp_lang'
19102:
19103: * src/: include/pa_exception.h, include/pa_sql_connection.h,
19104: main/pa_exception.C, main/pa_sql_driver_manager.C,
19105: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
19106:
19107: the idea is to #1 jump to C++ some function to main body, where
19108: every function stack frame has exception unwind information and
19109: from there... #2 propagate_exception()
19110:
19111: 2001-10-28 paf
19112:
19113: * src/main/pa_db_connection.C: removed old consts
19114:
19115: * src/main/pa_db_connection.C: expire table [was accidently pasted
19116: with wrong type/cast]
19117:
19118: * src/main/: pa_db_connection.C, pa_db_table.C: exception
19119: translation
19120:
1.116 moko 19121: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 19122: remember to build DB2 with -fexceptions!!!
19123:
19124: * src/main/pa_db_table.C: DB_RMW defed
19125:
19126: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
19127: include/pa_db_connection.h, include/pa_db_manager.h,
19128: include/pa_db_table.h, main/pa_db_connection.C,
19129: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
19130:
19131: 2001-10-27 paf
19132:
19133: * src/: classes/hashfile.C, include/pa_db_connection.h,
19134: include/pa_db_table.h, main/pa_db_connection.C,
19135: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
19136: types/pa_vhashfile.C: DB2 ifdefs
19137:
1.116 moko 19138: * src/: classes/Makefile.am, include/pa_config_fixed.h,
19139: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 19140: makes with DB2
19141:
1.116 moko 19142: * src/: include/pa_config_auto.h.in, main/Makefile.am,
19143: types/Makefile.am: makes db
1.95 moko 19144:
19145: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
19146: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
19147: globals.C
19148:
19149: * src/: classes/hashfile.C, include/pa_db_connection.h,
19150: include/pa_db_table.h, main/pa_db_connection.C,
19151: main/pa_db_table.C: ^hashfile.clear[]
19152:
19153: * src/classes/classes.awk: no $ in var names
19154:
19155: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
19156: connection&table [forgotten calls]
19157:
19158: 2001-10-26 paf
19159:
19160: * src/main/pa_db_connection.C: db checkpoints
19161:
19162: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
19163: checkpoints
19164:
19165: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
19166: default. but entities still reparsed. todo: tothink
19167:
19168: * src/main/pa_db_connection.C: db recover mech 2
19169:
19170: * src/: classes/hashfile.C, include/pa_db_connection.h,
19171: include/pa_db_manager.h, include/pa_db_table.h,
19172: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19173: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
19174: types/pa_vhashfile.h: db connections & tables now cached at
19175: create time & multithreaded
19176:
19177: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
19178: parsed_source
19179:
19180: * src/main/pa_db_connection.C: about to remove connection from
19181: vhashfile
19182:
19183: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
19184: transaction commit/rollback responsibility left to parent [as it
19185: sould - else there were a bug with double free]
19186:
19187: * src/include/pa_db_table.h: db: child transaction commit/rollback
19188: responsibility left to parent [as it sould - else there were a
19189: bug with double free]
19190:
19191: 2001-10-25 paf
19192:
19193: * src/: classes/hashfile.C, include/pa_common.h,
19194: include/pa_db_connection.h, include/pa_db_manager.h,
19195: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
19196: types/pa_vhashfile.C, types/pa_vhashfile.h,
19197: include/pa_db_table.h, main/pa_db_table.C: started db_home
19198: [multiple, cached] todo: autorecover [tried, but not succeded,
19199: yet]
19200:
19201: * src/include/pa_dir.h: ancient gpf on dir not found fixed
19202:
19203: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
19204: transaction parent passed
19205:
19206: 2001-10-24 parser
19207:
1.116 moko 19208: * src/classes/Makefile.am: makes
1.95 moko 19209:
19210: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
19211: isapi/pool_storage.h: pool_storage fixed
19212:
19213: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
19214: types/pa_vform.h: form fix_line_breaks
19215:
1.116 moko 19216: * src/targets/cgi/pool_storage.h: makes
1.95 moko 19217:
19218: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
19219: targets/cgi/pool_storage.h: makes
19220:
19221: * src/sql/pa_sql_driver.h: version
19222:
19223: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
19224: types/pa_vform.C, types/pa_vform.h: .am
19225:
19226: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
19227: this: DB_RMW Acquire write locks instead of read locks when doing
19228: the retrieval. Setting this flag may decrease the likelihood of
19229: deadlock during a read-modify-write cycle by immediately
19230: acquiring the write lock during the read part of the cycle so
19231: that another thread of control acquiring a read lock for the same
19232: item, in its own read-modify-write cycle, will not result in
19233: deadlock
19234:
19235: * src/targets/isapi/parser3isapi.dsp: doc
19236:
19237: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
19238:
19239: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
19240:
19241: * src/: classes/hashfile.C, include/pa_db_connection.h,
19242: main/pa_db_connection.C: hashfile expired deleted from db when
19243: get & iterate
19244:
19245: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
19246: expiring 1
19247:
19248: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
19249:
19250: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
19251: db_connection not bothers with key when not returning expired
19252: data
19253:
19254: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19255: types/pa_vhashfile.C: db_cursor constructor public now
19256:
19257: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19258: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
19259: stamped, todo: put_element analize
19260:
19261: * src/: include/pa_db_connection.h, include/pa_string.h,
19262: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
19263: serialize. todo stamp
19264:
19265: 2001-10-23 parser
19266:
19267: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
19268: classes/image.C, classes/mail.C, classes/response.C,
19269: classes/string.C, classes/table.C, classes/xdoc.C,
19270: include/pa_config_fixed.h, include/pa_db_connection.h,
19271: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
19272: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
19273: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
19274: types/pa_vtable.C: ^hashfile.hash[]
19275:
19276: * src/: classes/hashfile.C, classes/xdoc.C,
19277: include/pa_config_fixed.h, main/pa_db_manager.C,
19278: main/pa_globals.C: ifdefs so it compiled without db
19279:
19280: * src/: classes/hashfile.C, include/pa_db_connection.h,
19281: include/pa_db_manager.h, main/pa_db_connection.C,
19282: main/pa_db_manager.C, types/pa_vhashfile.h:
19283: ^hashfile.transaction{code} ^hashfile:clear[filename]
19284: ^hashfile.delete[key]
19285:
19286: 2001-10-22 parser
19287:
19288: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
19289: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
19290:
19291: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
19292: classes/xnode.C, include/pa_charset_connection.h,
19293: include/pa_db_connection.h, include/pa_db_manager.h,
19294: include/pa_exception.h, include/pa_sapi.h,
19295: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19296: include/pa_stylesheet_connection.h,
19297: include/pa_stylesheet_manager.h,
19298: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19299: main/pa_db_connection.C, main/pa_db_manager.C,
19300: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
19301: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19302: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
19303: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
19304: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
19305: types/types.dsp: hashfile 0
19306:
19307: * src/types/pa_vhashfile.C: z
19308:
19309: * src/: classes/classes.dsp, classes/hashfile.C,
19310: include/pa_config_fixed.h, main/execute.C,
19311: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
19312: types/pa_vhashfile.h, types/types.dsp: hashfile -100
19313:
19314: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
19315:
19316: * src/: include/pa_exception.h, include/pa_request.h,
19317: main/execute.C, main/pa_exception.C, main/pa_request.C,
19318: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19319: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
19320:
19321: 2001-10-19 parser
19322:
19323: * src/include/pa_pool.h: header
19324:
19325: * src/main/pa_pool.C: auto compiled on gcc
19326:
19327: * src/classes/image.C: comment
19328:
1.116 moko 19329: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 19330:
19331: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19332: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19333: types/pa_vxnode.h: xnode clone got freed
19334:
19335: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19336: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
19337: can free up xalandomstring resulting from pool::transcode
19338:
19339: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
19340: include/pa_config_fixed.h, include/pa_exception.h,
19341: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
19342: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
19343: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
19344: to c++ exceptions 1xml configure fixed to exclude xalan-patch
19345: from non-xml compile
19346:
19347: * src/main/pa_request.C: pool:: context - get_context
19348:
19349: * src/: classes/classes.h, classes/date.C, classes/double.C,
19350: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19351: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19352: classes/string.C, classes/table.C, classes/void.C,
19353: include/pa_config_fixed.h, include/pa_exception.h,
19354: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
19355: main/compile.C, main/compile_tools.C, main/execute.C,
19356: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
19357: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
19358: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19359: main/pa_string.C, main/pa_table.C, main/untaint.C,
19360: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19361: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
19362: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
19363: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19364: types/pa_vstateless_class.h, types/pa_vtable.C,
19365: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
19366: exceptions 0
19367:
19368: * src/classes/classes.awk: $ removed
19369:
19370: 2001-10-18 parser
19371:
19372: * src/types/pa_vcookie.C: cookie:CLASS
19373:
19374: * src/main/main.dsp: project
19375:
19376: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
19377: set_document & ctor question "who owns document" solved
19378:
19379: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
19380:
19381: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19382: main/pa_pool.C: encoding in dom creating funcs
19383:
19384: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
19385: be transformed now
19386:
19387: * src/classes/xdoc.C: dom created by create can be transformed now
19388:
19389: * src/classes/xdoc.C: z
19390:
19391: * src/classes/xdoc.C: comment
19392:
19393: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
19394: create now uses XercesDocumentBridge, appendChild&co now works
19395:
19396: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
19397: @ recompile
19398:
19399: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
19400: $origin @exception[
19401:
19402: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
19403: tag names forced to XML lang
19404:
19405: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
19406: leechy-found bugs in code&doc fixed
19407:
19408: 2001-10-17 parser
19409:
19410: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
19411: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
19412: n functionality preserved
19413:
19414: * src/types/pa_vimage.h: removed unused vimage::save
19415:
19416: 2001-10-16 parser
19417:
19418: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
19419:
19420: * src/classes/: xnode.C: removed few dom returns & changed op.txt
19421:
19422: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
19423:
19424: * src/classes/image.C: image.copy tolerance
19425:
19426: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
19427: ineffective, but works for small paleted image
19428:
19429: * src/types/pa_vimage.C: comment
19430:
19431: * src/classes/image.C: gd size/resize bugfix
19432:
19433: * src/: classes/classes.dsp, main/main.dsp,
19434: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19435: types/types.dsp: ident >nul 2>&1
19436:
19437: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
19438: systems
19439:
19440: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
19441: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
19442:
19443: 2001-10-15 parser
19444:
19445: * src/main/execute.C: z
19446:
19447: * src/classes/: xdoc.C: !::create{qualifiedName}
19448:
19449: * src/types/pa_vxnode.C: document_type_node.
19450: !readonly attribute DOMString name
19451: !notation_node.
19452: !readonly attribute DOMString publicId
19453: !readonly attribute DOMString systemId
19454:
1.116 moko 19455: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
19456: ::write badly passed string too transparently [failed to
19457: intercept it]
1.95 moko 19458:
19459: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
19460: include/pa_request.h, main/pa_sql_driver_manager.C,
19461: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19462: types/pa_vxnode.h: DOM1 major addtion, only few
19463: attributes/methods left
19464:
19465: 2001-10-13 parser
19466:
19467: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19468: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
19469: in main handler
19470:
19471: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
19472: cleanups & frees order
19473:
19474: * src/types/pa_vcode_frame.h: couple comments
19475:
19476: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
19477: transparent enough to handle hash if creation&passing
19478:
19479: * src/: include/pa_config_fixed.h, main/execute.C,
19480: main/pa_exception.C: noticed that vcodeframe not transparent
19481: enough, would change now
19482:
19483: 2001-10-12 parser
19484:
19485: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
19486: fixed. initialization&free on each thread!
19487:
19488: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
19489: handling changed: now type of default param analized always, not
19490: only at problem time, thus helping early problem spotting
19491:
19492: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
19493: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
19494: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19495: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
19496: multithread bug fixed. initialization&free on each thread!
19497:
19498: 2001-10-11 parser
19499:
19500: * src/classes/xnode.C: xnode.selectSingle now
19501:
19502: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19503: include/pa_pool.h, include/pa_stylesheet_connection.h,
19504: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
19505: convertors out of Pool into Exception
19506:
19507: * src/main/pa_string.C: const
19508:
19509: * src/: include/pa_string.h, main/pa_string.C: restructured string:
19510: linked pieces of same language together prior to String::replace
19511:
19512: * src/classes/hash.C: !^hash.add[addme]
19513: !^hash.sub[subme]
19514: !^a.union[b] = new
19515: !^a.intersection[b] = new
19516: !^a.intersects[b] = bool
19517:
19518: * src/classes/hash.C: !^hash::append[append_from]
19519:
19520: * src/: classes/hash.C, types/pa_vhash.h:
19521: !^hash::create[[copy_from]]
19522:
19523: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19524: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
19525: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
19526: fixed. got rid of empty_string, which caused errors - it hasnt
19527: exception but somebody[value.bark] tried to throw it on it's pool
19528:
1.116 moko 19529: * src/include/pa_config_auto.h.in: makes
1.95 moko 19530:
19531: 2001-10-10 parser
19532:
19533: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
19534:
19535: * src/main/: compile.tab.C, compile.y: ^a[
19536:
19537: @next_method << now unclosed ] would be reported here
19538:
19539: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
19540: compile error
19541:
19542: 2001-10-09 parser
19543:
1.116 moko 19544: * src/: classes/Makefile.am, main/Makefile.am,
19545: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 19546:
19547: * src/classes/Makefile.am: makes
19548:
19549: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
19550: win32 errors intercepted [xalan transformer patched and
19551: incorporated]
19552:
19553: * src/: classes/classes.dsp, classes/xdoc.C,
19554: include/pa_stylesheet_connection.h, main/main.dsp,
19555: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19556: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
19557: patches starting
19558:
19559: * src/classes/: string.C, table.C: ^string.save[file]
19560:
19561: * src/classes/: date.C, table.C: calendar moved to date
19562:
19563: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
19564: string/table] now
19565:
19566: * src/classes/: op.C, table.C: z
19567:
19568: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
19569: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
19570: types/pa_vxnode.h: table:menu & op for delims made allowed not to
19571: be code [be string..]
19572:
19573: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
19574: table.C: lots of
19575: params->as_int/double/as_string/as_junction/as_no_junction
19576: messages added
19577:
19578: 2001-10-08 parser
19579:
19580: * src/: classes/date.C, classes/image.C, classes/string.C,
19581: classes/table.C, classes/void.C, include/pa_request.h:
19582: params->as_int/double message added
19583:
19584: * src/classes/image.C: image:circle [and round arc] uses Bresenham
19585:
19586: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
19587: image:sector removed image:html internal "line-*" attribs
19588:
19589: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
19590: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
19591:
19592: * src/types/pa_vcookie.C: removing cookie made more netscape-like
19593: way
19594:
19595: * src/: classes/file.C, classes/form.C, main/pa_common.C,
19596: main/untaint.C: header untainting to UL_HTTP_HEADER,
19597: UL_MAIL_HEADER made nonforced [only tainted pieces]
19598:
19599: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
19600: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
19601: @ SAPI::log
19602:
19603: * src/main/untaint.C: \r to ' ' in origins mode
19604:
19605: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
19606: set]
19607:
19608: * src/: classes/xdoc.C, include/pa_config_fixed.h,
19609: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
19610: nonstandard liaison freed up
19611:
19612: 2001-10-07 parser
19613:
19614: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
19615: project
19616:
19617: 2001-10-05 parser
19618:
19619: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
19620: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
19621: from outputing to cerr. lots of "todos"
19622:
19623: * src/main/untaint.C: http_header tainting more gentle with
19624: enquoting now
19625:
19626: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
19627: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
19628: xml errorhandler. fixed string.replace a little, read @test
19629:
19630: * src/main/pa_string.C: found replace bug - first_that_starts(char
19631: *) does not have limit, and looks further eos, fixing....
19632:
19633: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
19634:
19635: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
19636:
19637: * src/main/: pa_charset_connection.C: ctype another mem clear
19638: bugfix
19639:
1.116 moko 19640: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
19641: $result[^[$p^]z] now works fine
1.95 moko 19642:
19643: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
19644: wrong. fixed it
19645:
19646: * src/main/pa_charset_connection.C: unicode zero pair at the beging
19647: of totable appered to be vital
19648:
19649: 2001-10-04 parser
19650:
19651: * src/classes/image.C: ^image.length[text]
19652:
19653: 2001-10-03 parser
19654:
19655: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
19656:
19657: * src/main/pa_request.C: restored pcre defaulting in request
19658: [mindlessly "optimized" yesterday] comment left
19659:
19660: 2001-10-02 parser
19661:
19662: * src/: main/pa_charset_manager.C,
19663: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
19664: needed
19665:
19666: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
19667: forgot non-xml pool.*charset needed
19668:
19669: * src/classes/table.C: # config comments fixed
19670:
19671: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
19672: charset_connection #comment now
19673:
19674: * src/: classes/classes.dsp, types/types.dsp: release projects
19675: options fixed to use release msvcrt lib
19676:
19677: * src/main/pa_charset_connection.C: pcre tables now const inside
19678: removed default - pcre handles that internally fixed bug on
19679: not-cleaning tables [previously was calloced, now member]
19680:
19681: * src/: include/pa_request.h, main/pa_charset_connection.C,
19682: main/pa_request.C, types/pa_vstring.h: pcre tables now const
19683: inside removed default - pcre handles that internally fixed bug
19684: on not-cleaning tables [previously was calloced, now member]
19685:
19686: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
19687: tested charset reload on file change @ apache version = OK tested
19688: freeing up prev encoding on adding new = OK
19689:
19690: 2001-10-01 parser
19691:
19692: * src/main/pa_charset_connection.C: removed entitify external hack
19693: [internal installed]
19694:
1.116 moko 19695: * src/main/Makefile.am: makes+removed dtd
1.95 moko 19696:
19697: * src/: include/pa_charset_connection.h,
19698: include/pa_charset_manager.h,
19699: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19700: main/pa_charset_connection.C, main/pa_charset_manager.C,
19701: main/pa_request.C: charset loading & caching mech 0
19702:
19703: * src/: include/pa_stylesheet_connection.h,
19704: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19705: main/pa_globals.C, main/pa_request.C: would make charset loading
19706: & caching mech now
19707:
19708: 2001-09-30 parser
19709:
19710: * src/main/pa_request.C: forgot to fill toTable
19711:
19712: * src/: include/pa_config_fixed.h, main/pa_request.C: started
19713: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
19714: failed on win32 for now..
19715:
19716: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
19717: now charsets table configuration variable is: CHARSETS
19718:
19719: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
19720: ctype with unicode 1. todo: no П entities on output somehow
19721:
19722: * src/: classes/file.C, classes/op.C, classes/string.C,
19723: include/pa_request.h, main/pa_request.C: started ctype with
19724: unicode values
19725:
19726: 2001-09-28 parser
19727:
19728: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
19729: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
19730: string passed AS-IS now
19731:
19732: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
19733: way of user-configuring... todo: implement
19734:
19735: 2001-09-27 parser
19736:
19737: * src/classes/table.C: table.sort changed to sort table itself
19738:
19739: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
19740: X^.getElementsByTagName[tagname] = array of xnode
19741: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
19742: nodes removed - regretfully not supported @ xalan. maybe someday
19743: would reimplement, if needed.
19744:
19745: win32build system: solved long waiting anti-non-started-apache
19746: problem
19747:
19748: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
19749: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19750: types/types.dsp: win32 ident make system so not to rebuild
19751: library [ident.C.new]
19752:
19753: 2001-09-26 parser
19754:
19755: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
19756: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
19757: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19758: types/pa_vxnode.C, types/types.dsp: z
19759:
19760: * src/classes/classes.C: forgot one non-xml check
19761:
1.116 moko 19762: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
19763: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 19764:
19765: * src/targets/cgi/parser3.C: z
19766:
19767: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
19768: targets/isapi/parser3isapi.C: #ifdef SMTP
19769:
19770: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
19771: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19772: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
19773: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
19774: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19775: types/types.dsp: xdoc&xnode now
19776:
19777: * src/: classes/classes.C, classes/classes.awk,
19778: classes/classes.dsp, classes/classes.h, classes/date.C,
19779: classes/dnode.C, classes/dnode.h, classes/dom.C,
19780: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19781: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19782: classes/op.C, classes/response.C, classes/string.C,
19783: classes/table.C, classes/void.C, include/pa_array.h,
19784: include/pa_common.h, include/pa_config_fixed.h,
19785: include/pa_config_includes.h, include/pa_dictionary.h,
19786: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19787: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19788: include/pa_socks.h, include/pa_sql_connection.h,
19789: include/pa_sql_driver_manager.h, include/pa_stack.h,
19790: include/pa_string.h, include/pa_stylesheet_connection.h,
19791: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
19792: include/pa_xslt_stylesheet_manager.h, main/compile.C,
19793: main/compile.y, main/compile_tools.C, main/compile_tools.h,
19794: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
19795: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19796: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19797: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19798: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19799: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
19800: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19801: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19802: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
19803: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19804: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
19805: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19806: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19807: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19808: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
19809: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
19810: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19811: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
19812: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19813: types/pa_vmethod_frame.h, types/pa_vobject.h,
19814: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19815: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19816: types/pa_vstateless_object.h, types/pa_vstring.C,
19817: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19818: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
19819: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
19820: main.dsp splitted to main+classes+types along to .am
19821:
19822: * src/classes/Makefile.am: removed useless var
19823:
19824: * src/: classes/classes.cmd, main/main.dsp,
19825: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
19826: main.dsp
19827:
19828: 2001-09-25 parser
19829:
19830: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
19831: 1251 though, todo ICU
19832:
1.116 moko 19833: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 19834: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 19835: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
19836: types/pa_vdom.h: xml configure makes
1.95 moko 19837:
19838: 2001-09-24 parser
19839:
1.116 moko 19840: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
19841: types/Makefile.am: makes
1.95 moko 19842:
1.116 moko 19843: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 19844:
19845: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
19846: started unix makes update
19847:
19848: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
19849: started unix makes update
19850:
19851: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
19852:
19853: * src/types/pa_value.h: z
19854:
19855: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
19856: bugs with usinge hash/table in expressions
19857:
19858: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
19859: resolved conflicts fixed [const]
19860:
19861: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
19862: classes/table.C, include/pa_request.h, include/pa_sapi.h,
19863: main/compile.C, main/compile.tab.C, main/compile.y,
19864: main/compile_tools.h, main/main.dsp, main/pa_common.C,
19865: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19866: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
19867: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
19868: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
19869: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
19870: with before_xml [merge2 actually didn't happen - i've created
19871: tags on wrong branch. so this merge is in fact re-merge]
19872:
19873: 2001-09-21 parser
19874:
19875: * src/: main/main.dsp, targets/cgi/parser3.dsp,
19876: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
19877: produced "" in make file and sadly wrong interpreted on load]
19878:
1.116 moko 19879: * src/: classes/classes.h, classes/hash.C, classes/op.C,
19880: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
19881: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19882: include/pa_sql_driver_manager.h, include/pa_string.h,
19883: main/compile.tab.C, main/main.dsp, main/pa_common.C,
19884: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
19885: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 19886:
19887: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
19888: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
19889: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
19890: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
19891: main/pa_pool.C, main/pa_request.C,
19892: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
19893: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
19894: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19895: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
19896: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
19897: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
19898: types/pa_vrequest.C, types/pa_vresponse.h,
19899: types/pa_vstateless_class.C, types/pa_vstring.C,
19900: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
19901: created new projects for sql drivers [planning to remove sql
19902: drivers from main cvs project] first, will join latest changes
19903:
19904: * src/classes/: dom.C: defaulted dom writing methods encoding to
19905: pool.get_charset
19906:
19907: * src/classes/dom.C: defaulted dom writing methods encoding to
19908: pool.get_charset
19909:
19910: * src/include/pa_pool.h: defaulted dom writing methods encoding to
19911: pool.get_charset
19912:
19913: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
19914: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
19915: methods encoding to pool.get_charset
19916:
19917: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
19918: transcoder were created right "unsupported encoding" message.
19919: not @ set time, but @ use time, so until xml output functions
19920: .string, .file, .save used - no encoding name check occur
19921:
19922: reduced transcode buffer size to 60 fixed pool cleanup - no
19923: registration needed, pools are officially destructured
19924:
19925: 2001-09-20 parser
19926:
19927: * src/classes/image.C: 20K preload on jpg measure [image::measure]
19928:
19929: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
19930: $MAIN:DEFAULTS.content-type[$.charset[here]]
19931:
19932: * src/: classes/dnode.C, classes/dom.C,
19933: include/pa_config_includes.h, include/pa_globals.h,
19934: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
19935: main/pa_pool.C, targets/cgi/parser3.dsp,
19936: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19937: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
19938: Pool::transcode 0
19939:
19940: * src/classes/dom.C: dom. string save file moved output xml options
19941: to last param and made it optional
19942:
19943: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
19944: dnodes
19945: !$attributenode.specified = boolean
19946: true if the attribute received its value explicitly
19947: in the XML document,
19948: or if a value was assigned programatically with the
19949: setValue function.
19950: false if the attribute value came from the default value
19951: declared in the document's DTD.
19952: !$pinode.target = target of this processing instruction
19953: XML defines this as being the first token following the
19954: markup
19955: that begins the processing instruction.
19956: XPath:
19957: !^node.select[xpath/query/expression] = hash of 0->node0
19958: 1->node1
19959: !^node.select-single[xpath/query/expression] = first node if
19960: any
19961:
19962: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
19963: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
19964: some 'const's added
19965:
19966: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
19967: expression context now, there value = size and boolean value
19968: size!=0
19969:
19970: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
19971: can be used in expression context now, there value = size and
19972: boolean value size!=0
19973:
19974: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
19975: types/pa_vstring.h: dnode .file .string .save moved back to dom
19976: due to strange xalan bug
19977:
19978: 2001-09-18 parser
19979:
19980: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
19981: classes/image.C, classes/op.C, classes/table.C,
19982: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
19983: include/pa_sql_driver_manager.h, main/compile.C,
19984: main/compile.tab.C, main/compile.y, main/compile_tools.h,
19985: main/execute.C, main/pa_common.C, main/pa_request.C,
19986: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19987: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19988: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
19989: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19990: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
19991: before_xml branch ^if(def $hash) now true only when
19992: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
19993:
19994: * src/: classes/op.C, main/execute.C: operators self changed to
19995: root ^for variable context changed to self
19996:
19997: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
19998: dnode 1
19999:
20000: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
20001: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
20002:
20003: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
20004: poly* fixed
20005:
20006: 2001-09-17 parser
20007:
20008: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
20009: types/pa_vdom.h: started dnode+dom
20010:
20011: dnode DOM methods: $node.name $node.value
20012: ...others...
20013:
20014: ^node.xpath[/rates/USD] = hash
20015: $hash[
20016: $.0[node0]
20017: $.1[node1]
20018: ]
20019:
20020: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
20021: applies to all linear primitives
20022:
20023: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
20024: include/pa_stylesheet_connection.h, main/main.dsp,
20025: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
20026: types/pa_vimage.h: started dnode DOM: $node.name
20027: $node.value ...others... ^node.xpath[/rates/USD] = hash
20028: dom(dnode)
20029:
20030: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
20031: main/compile.y, main/compile_tools.h, main/execute.C,
20032: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
20033: in expression compound($aa.zz.xx) names now can have minus '-' in
20034: name after '.'
20035:
20036: 2001-09-15 parser
20037:
20038: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
20039: image: $line-width ^line(...)[**** style]
20040:
20041: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
20042: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
20043: pool_storage - cleanups first, allocations second. apache wisely
20044: does just like that
20045:
20046: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
20047: rewritten using template, no bugs now
20048:
20049: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
20050: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20051: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
20052: poorly started isapi pool_storage, would rewrite using template
20053: now
20054:
20055: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
20056: include/pa_stylesheet_connection.h, main/main.dsp,
20057: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20058: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
20059: xalan objects freed up [introducing Pool::register_cleanup]
20060:
20061: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
20062: comments
20063:
20064: 2001-09-14 parser
20065:
20066: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
20067: z
20068:
20069: * src/: classes/dom.C, classes/file.C, classes/image.C,
20070: classes/mail.C, include/pa_common.h,
20071: include/pa_sql_driver_manager.h, include/pa_string.h,
20072: include/pa_stylesheet_connection.h,
20073: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20074: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
20075: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
20076: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
20077: compiled&cached
20078:
20079: 2001-09-13 parser
20080:
20081: * src/: classes/dom.C, classes/file.C, classes/image.C,
20082: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
20083:
20084: * src/classes/dom.C: dom:file content-type(.method)
20085:
20086: * src/: include/pa_common.h, include/pa_globals.h,
20087: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
20088: string now more informative error messages
20089:
20090: * src/: include/pa_globals.h, include/pa_request.h,
20091: main/pa_request.C, targets/cgi/parser3.C,
20092: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
20093: ParserSiteConfig .../parser3.conf
20094:
20095: cgi&isapi looks for {configure|c:\windows}/parser3.conf
20096:
20097: 2001-09-12 parser
20098:
20099: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20100: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
20101: precise error reporting: "connection string must start with
20102: protocol://" now
20103:
20104: * src/main/compile.tab.C: fixed - subname code parts actually []
20105: braced
20106:
20107: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
20108: lexer on LS_USER level did [] matching without setting nestage,
20109: introduced special LS_NAME_SQUARE_PART state
20110:
20111: 2001-09-11 parser
20112:
20113: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
20114: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
20115: languages+=xml
20116:
20117: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
20118:
20119: * src/classes/dom.C: ^dom:save/string/file[output options] output
20120: options: $.method[xml|html|text] detection fixed
20121:
20122: * src/types/pa_vdom.h: messages
20123:
20124: * src/classes/dom.C: ^dom:save/string/file[output options] output
20125: options: $.method[xml|html|text] detection fixed
20126:
20127: 2001-09-10 parser
20128:
20129: * src/classes/dom.C: ^dom:save/string/file[output options] output
20130: options: $.method[xml|html|text] $.encoding[windows-1251|...]
20131:
20132: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
20133: added]
20134:
20135: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20136: ^dom.xslt[stylesheet filename] 0
20137:
20138: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20139: ^dom.xslt[stylesheet filename] -1 doc is lying
20140:
20141: * src/classes/dom.C: ^dom.file[encoding] = file
20142:
20143: * src/classes/: dom.C: ^dom.string[encoding] 1
20144: ^dom.save[encoding;filename]
20145:
20146: * src/classes/dom.C: ^dom.string[] 0
20147:
20148: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
20149:
20150: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
20151: types/pa_vform.h: ^dom.save[b.xml] 0
20152:
20153: 2001-09-08 parser
20154:
20155: * src/types/pa_vform.C: $form:tables.name.field
20156:
20157: 2001-09-07 parser
20158:
20159: * src/classes/table.C: table:empty removed, superceded by ^if(def
20160: $table)...
20161:
20162: * src/targets/cgi/parser3.C: z
20163:
20164: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
20165: from '' to int/double is 0]
20166:
20167: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
20168: $table) is false when table is empty
20169:
20170: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
20171: !$form:tables $atable[$form:tables.a]
20172: ^atable.menu{a=$atable.element}[,]
20173:
20174: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
20175: types/pa_vform.h, types/pa_vhash.h: !$form:fields
20176:
1.116 moko 20177: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20178: types/pa_vdom.h, types/pa_vform.C: merged with successful start
20179: of dom
20180:
20181: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
20182: types/pa_vform.C, types/pa_vform.h: z
20183:
20184: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
20185: element [not last]
20186:
1.116 moko 20187: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20188: types/pa_vdom.h: introducing dom. dom:load[a.xml]
20189:
20190: 2001-09-06 parser
20191:
20192: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20193: table with one column 'element' and two rows: 1 and 2
20194:
20195: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20196: table with one column 'element' and two rows: 1 and 2
20197:
20198: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
20199: bad int/double conversions, and now $form:nonexistent.int(88)
20200: would return 88
20201:
20202: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
20203: types/pa_vhash.h: now there's special hash key '_default'
20204: [instead of ^_default method] $hash[ $.a[1] $.b[2]
20205: $._default[xx] ] $hash.c
20206:
20207: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
20208: fixed [thanks, fif], ^; were treated there non-literally
20209:
20210: * src/doc/doxygen.cfg: merged new default options from 1.2.10
20211: doxygen
20212:
20213: * src/: classes/image.C, classes/op.C, classes/string.C,
20214: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
20215: types/pa_vtable.C: few #ifndef DOXYGEN
20216:
20217: 2001-09-05 parser
20218:
20219: * src/classes/: string.C, table.C: sql options can be void [same as
20220: image:html the other day]
20221:
20222: * src/targets/cgi/Makefile.am: .am undo
20223:
20224: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20225: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
20226: macro expantion on param, simply qoutes whatever passed, undone
20227:
20228: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20229: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
20230: STRINGIZE(name) #name invented
20231:
20232: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20233: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
20234: MAIN_SQL_DRIVERS_NAME "drivers"
20235:
20236: moved to be availible to all users
20237:
20238: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
20239: SQL_DRIVER_CREATE_FUNC_NAME
20240:
20241: * src/classes/mail.C: MAIN:MAIL check fixed
20242:
20243: 2001-09-04 parser
20244:
20245: * src/classes/image.C: image.html now can accept void params
20246:
20247: * src/targets/isapi/parser3isapi.C: z
20248:
20249: * src/targets/cgi/parser3.C: full_file_spec bug
20250:
20251: * src/targets/cgi/parser3.C: getenvcheck
20252:
20253: * src/targets/cgi/parser3.C: zz
20254:
20255: * src/targets/cgi/parser3.C: zzz
20256:
20257: * src/classes/date.C: date
20258:
20259: * src/classes/date.C: date:sql-string is now without ''
20260:
1.116 moko 20261: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 20262: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
20263: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
20264:
1.116 moko 20265: * src/include/pa_config_auto.h.in: makes
1.95 moko 20266:
20267: 2001-09-03 parser
20268:
20269: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
20270:
20271: 2001-09-01 parser
20272:
20273: * src/classes/image.C: letter_spacing
20274:
20275: * src/classes/image.C: image: font params changed
20276:
20277: * src/classes/image.C: image: as_int as_string used
20278:
20279: * src/types/pa_vmethod_frame.h: $result[] now gets properly
20280: analized
20281:
20282: 2001-08-31 parser
20283:
20284: * src/targets/cgi/parser3.C: z
20285:
1.116 moko 20286: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
20287: cygwin
1.95 moko 20288:
20289: * src/classes/void.C: void:int/double += (default)
20290:
20291: * src/classes/image.C: image:font added space param image:font
20292: changed charwidth alg, added kerning const[for now]
20293:
20294: * src/classes/: string.C, table.C: string:int/double (defaults)
20295:
20296: 2001-08-29 parser
20297:
20298: * src/main/pa_exception.C: exception redundant debug info
20299:
20300: 2001-08-28 parser
20301:
20302: * src/classes/image.C: image error msgs
20303:
20304: * src/classes/image.C: image: gifsize little endian
20305:
20306: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
20307: doxygeneration
20308:
20309: * src/: classes/Makefile.am, main/Makefile.am,
20310: targets/cgi/Makefile.am, types/Makefile.am: .am-s
20311:
20312: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
20313: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
20314:
20315: * src/main/compile.C: NO_STRING_ORIGIN check2
20316:
20317: * src/classes/table.C: NO_STRING_ORIGIN check
20318:
20319: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
20320: storage class specifiers invalid in friend function declarations
20321:
20322: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
20323: main/untaint.C, targets/cgi/parser3.C,
20324: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
20325: case of limit
20326:
20327: * src/: classes/file.C, main/pa_common.C: file:move
20328: autocreate/remove dest/src dir
20329:
20330: * src/: classes/string.C, include/pa_dictionary.h,
20331: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
20332: main/untaint.C: pa_directory speeded up. moved zero 'from' check
20333: to directory constructor. string:replace
20334:
20335: 2001-08-27 parser
20336:
20337: * src/classes/image.C: fixed jpgsize alg
20338:
20339: * src/classes/image.C: fixed jpgsize alg
20340:
20341: * src/main/pa_exception.C: z
20342:
20343: * src/main/pa_common.C: removed debug info from pa_common
20344:
20345: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
20346: [auto.p from current dir loading]
20347:
1.116 moko 20348: * src/: main/pa_common.C, main/pa_exception.C,
20349: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
20350: for solaris -lsocket
1.95 moko 20351:
20352: 2001-08-24 parser
20353:
20354: * src/targets/cgi/parser3.C: not cgi extra \n 3
20355:
20356: * src/targets/cgi/parser3.C: not cgi extra \n 2
20357:
20358: * src/targets/cgi/parser3.C: not cgi extra \n
20359:
20360: * src/main/pa_sql_driver_manager.C: z
20361:
20362: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
20363: sql* removed services from disconnect - cross-request ideological
20364: probs.
20365:
20366: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
20367: cross-request ideological probs. oracle - fixed bug: cs
20368: allocated on request.pool and got freed before disconnect
20369:
20370: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
20371: mallocs fixed
20372:
20373: 2001-08-23 parser
20374:
20375: * src/classes/file.C: minor bug in file:save fixed
20376:
20377: * src/main/pa_sql_driver_manager.C: oracle: dlink
20378:
20379: 2001-08-22 parser
20380:
20381: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
20382: types/pa_vfile.h: file:load|save[text|binary;
20383:
20384: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
20385:
20386: 2001-08-21 parser
20387:
20388: * src/classes/: file.C, table.C: ^file:list
20389:
20390: 2001-08-20 parser
20391:
20392: * src/: main/compile.tab.C, main/compile.y,
20393: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
20394: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
20395: recousively caused problems: inc incremeted 123 literal!! fixed
20396:
20397: 2001-08-10 parser
20398:
20399: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
20400:
20401: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20402: added
20403:
20404: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20405: added
20406:
20407: * src/classes/table.C: table:sort restored [it was bad test :(]
20408:
20409: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
20410: ''
20411:
20412: * src/main/: pa_request.C: wanted to make const int
20413: MAX_EXECUTE_SECONDS=1;
20414:
20415: but couldnt, set_callback_and_alarm appeared to be not exported
20416: :(
20417:
20418: * src/main/pa_string.C: string.match hanged on. there were a hang
20419: check but it weren't wise enough
20420:
20421: @parse[dateString][tmp]
20422: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
20423: #end
20424:
20425: @main[] ^parse[2001-02-03]
20426:
20427: * src/classes/: table.C: table:sort now default desc
20428:
20429: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20430: table.sort now creates new sorted table
20431:
20432: 2001-08-09 parser
20433:
20434: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
20435:
20436: * src/classes/hash.C: hash:_default now [was hash:default]
20437:
20438: * src/classes/op.C: case without switch check added
20439:
20440: * src/types/pa_vcookie.C: cookie name&value origins added, more
20441: precise $ORIGINS(1)
20442:
20443: * src/main/Makefile.am: .am
20444:
20445: * src/classes/void.C: void: int double copy/paste from int: bug
20446: fixed
20447:
20448: * src/classes/void.C: void: int double copy/paste from int: bug
20449: fixed
20450:
20451: 2001-08-07 parser
20452:
20453: * src/: classes/double.C, classes/int.C, classes/string.C,
20454: classes/table.C, include/pa_globals.h, main/pa_globals.C:
20455: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
20456: string, table
20457:
20458: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
20459: srand made working
20460:
20461: 2001-08-06 parser
20462:
20463: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
20464: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20465: main/compile.tab.C, main/compile.y, main/pa_array.C,
20466: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
20467: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
20468:
20469: * src/main/pa_exec.C: exec win32 real filename
20470:
20471: * src/classes/file.C: exec stderr out
20472:
20473: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
20474:
20475: 2001-08-03 parser
20476:
20477: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
20478:
20479: 2001-08-02 parser
20480:
20481: * src/: classes/string.C, classes/table.C, include/pa_array.h,
20482: main/execute.C, main/pa_exec.C: introducing Array_iter
20483:
20484: * src/main/execute.C: detected quick_get recursion bug. changed to
20485: get@execute, but needs array iterator, separate from array to
20486: avoid it & use caching
20487:
20488: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
20489: bug fixed
20490:
20491: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
20492: main/execute.C, main/pa_globals.C: found another multithread bug
20493: in op.C (last, last global var killed) :)
20494:
20495: 2001-08-01 parser
20496:
20497: * src/: include/pa_dictionary.h, include/pa_globals.h,
20498: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
20499: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20500: main/untaint.C: speeded up typo-html replacements. introducing
20501: Dictionary with first-char caching
20502:
20503: 2001-07-31 parser
20504:
20505: * src/types/Makefile.am: pa_vtable.C added to .am
20506:
20507: * src/main/compile.tab.C: added, so that could be compiled even on
20508: non-bison-enabled platforms
20509:
20510: 2001-07-28 parser
20511:
20512: * src/classes/table.C: table:hash always produces hash, when can't
20513: - empty
20514:
20515: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
20516: skipped \n
20517:
20518: 2001-07-27 parser
20519:
20520: * src/classes/: double.C, int.C, string.C: provided meaningful msg
20521: on int/double/string :sql without result and default
20522:
20523: 2001-07-26 parser
20524:
20525: * src/classes/op.C: fixed bad multithread bug with strangly global
20526: OP
20527:
20528: * src/main/compile.y: $man[$.age[zzz]] 0
20529:
20530: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
20531: creation syntax problem persists. restored $: for a while.
20532: thinking of $man[$.age[zzz]] syntax now
20533:
20534: * src/: classes/double.C, classes/int.C, classes/string.C,
20535: include/pa_opcode.h, main/compile.C, main/compile.y,
20536: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
20537: types/pa_vmethod_frame.h, types/pa_wcontext.h,
20538: types/pa_wwrapper.h: fixing :: realization #1
20539:
20540: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
20541: main/compile_tools.h, main/execute.C, main/pa_request.C,
20542: types/pa_vmethod_frame.h: introducing :: this is constructor call
20543: prefix. ordinary : remains for static accesses
20544:
20545: 2001-07-25 parser
20546:
20547: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
20548: fields 2. methods 3. columns
20549:
20550: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
20551: quote. optimized double&int tostring-s
20552:
20553: * src/main/: compile.C, compile.y, compile_tools.h: allowed
20554: whitespace before first method decl
20555:
20556: * src/classes/table.C: allowed nontable result in table:sql,
20557: results in empty table
20558:
20559: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
20560: lines before first method decl
20561:
20562: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
20563: types/pa_vtable.h: ^table.record[] now $table.fields
20564:
20565: * src/main/compile.y: $var[] is now empty string, not void
20566:
20567: * src/main/: compile.y, execute.C: $var[] is now empty string, not
20568: void
20569:
20570: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
20571: main/pa_globals.C: match replace code context moved to implicit
20572: $match context
20573:
20574: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
20575: main/compile_tools.h, main/execute.C: with killed, code storage
20576: introduced with former 'with' syntax
20577:
20578: 2001-07-24 parser
20579:
20580: * src/: main/compile.C, main/execute.C, main/pa_string.C,
20581: types/pa_value.h: first get_element, next get operator
20582:
20583: * src/main/compile.y: removed @end handling
20584:
20585: * src/main/: compile.C, compile.y: @end handling method2
20586:
20587: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20588: file:move
20589:
20590: * src/main/pa_common.C: file_read close @ eof when imgsize bug
20591: fixed
20592:
20593: 2001-07-23 parser
20594:
20595: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
20596: driver
20597:
20598: * src/classes/hash.C: changed sql driver query interface
20599:
20600: * src/: classes/hash.C, classes/string.C, classes/table.C,
20601: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
20602: changed sql driver query interface
20603:
20604: 2001-07-20 parser
20605:
20606: * src/types/pa_vrequest.C: X!$browser:type
20607:
20608: * src/: classes/file.C, classes/string.C, include/pa_string.h,
20609: main/execute.C, main/pa_string.C, types/pa_valiased.C,
20610: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
20611: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
20612: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
20613: types/pa_vobject.h, types/pa_vrequest.C,
20614: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
20615: ^class:method dynamic calls allowed. ^BASE.method call disabled.
20616: BASE element globally removed
20617:
20618: 2001-07-18 parser
20619:
20620: * src/classes/file.C: file:exec/cgi msg
20621:
20622: * src/classes/file.C: $file:exit-code renamed to 'status'
20623:
20624: * src/: classes/file.C, main/pa_exec.C: file:exec
20625:
1.116 moko 20626: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20627: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
20628: removed $id from *.in *.am
1.95 moko 20629:
20630: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
20631: abbrevations
20632:
20633: * src/: classes/date.C, classes/mail.C, classes/math.C,
20634: classes/string.C, classes/table.C, include/pa_globals.h,
20635: include/pa_string.h, main/execute.C, main/pa_globals.C,
20636: main/pa_request.C, main/pa_string.C, main/untaint.C,
20637: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
20638: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
20639: $ORIGINS(1) output tracing mode
20640:
20641: 2001-07-13 parser
20642:
20643: * src/: classes/double.C, classes/int.C, classes/string.C,
20644: include/pa_request.h, main/execute.C, main/pa_request.C:
20645: auto.p[@auto], /news/auto.p[no @auto], so that initializing
20646: second would not call first @auto
20647:
20648: * src/main/: execute.C, pa_request.C: order of MAIN parents was
20649: wrong, fixed
20650:
20651: 2001-07-12 parser
20652:
20653: * src/types/pa_value.h: pa_value.putelement modification of system
20654: classes prevented
20655:
20656: 2001-07-11 parser
20657:
20658: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
20659: table $piece
20660:
20661: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20662: types/pa_vstateless_class.h: $file created by file:state +=
20663: .atime .mtime .ctime +found&fixed bug with exceptions on
20664: get_junction-created objects [they were on wrong pool]
20665:
20666: 2001-07-09 parser
20667:
20668: * src/main/untaint.C: qp wrong name
20669:
20670: * src/: classes/date.C, classes/string.C, classes/table.C,
20671: main/compile.y: date format 0
20672:
20673: 2001-07-07 parser
20674:
20675: * src/: classes/date.C, classes/table.C, include/pa_common.h,
20676: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
20677: roll table calendar
20678:
20679: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
20680: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
20681: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
20682: include/pa_request.h, main/main.dsp, types/pa_value.h,
20683: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
20684: string. todo: sql, calendar
20685:
20686: 2001-07-06 parser
20687:
20688: * src/: classes/math.C, include/pa_request.h, main/execute.C,
20689: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
20690:
20691: 2001-07-03 parser
20692:
20693: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
20694: classes/random.C, main/main.dsp: class random renamed to math,
20695: operators became methods
20696:
20697: * src/classes/op.C: pow sqrt
20698:
20699: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
20700:
20701: 2001-07-02 parser
20702:
20703: * src/classes/table.C: ^table.columns column renamed from 'name' to
20704: 'column'
20705:
20706: * src/classes/hash.C: ^hash.keys[]
20707:
20708: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
20709:
20710: * src/main/: compile.y, compile_tools.h: in expressions now allowed
20711: 'strings'
20712:
20713: 2001-06-29 parser
20714:
20715: * src/main/: execute.C: /0 %0 checkes ver 2
20716:
20717: * src/main/execute.C: /0 %0 checke
20718:
20719: * src/classes/Makefile.am: nothing - void
20720:
20721: * src/classes/table.C: empty strings @ sql
20722:
20723: 2001-06-28 parser
20724:
20725: * src/: classes/double.C, classes/file.C, classes/form.C,
20726: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20727: classes/op.C, classes/random.C, classes/response.C,
20728: classes/string.C, classes/table.C, classes/void.C,
20729: main/compile.C, main/compile_tools.C, main/execute.C,
20730: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20731: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20732: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20733: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20734: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
20735: targets/isapi/parser3isapi.C, main/compile.y: */ static const
20736: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
20737: $";
20738:
20739: * src/: classes/double.C, classes/file.C, classes/form.C,
20740: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20741: classes/op.C, classes/random.C, classes/response.C,
20742: classes/string.C, classes/table.C, classes/void.C,
20743: main/compile.C, main/compile.y, main/compile_tools.C,
20744: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20745: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20746: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20747: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20748: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 20749: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 20750:
20751: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
20752: $class:name: == ${class:name}:
20753:
20754: * src/classes/string.C: exactly one
20755:
20756: 2001-06-27 parser
20757:
20758: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
20759: types/pa_vvoid.h: nothing renamed to void
20760:
20761: * src/classes/op.C: ^switch ^case
20762:
20763: * src/main/compile.y: nothing renamed to void
20764:
20765: * src/: classes/hash.C, classes/table.C, main/compile.y,
20766: main/execute.C, main/main.dsp, main/pa_request.C,
20767: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
20768: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
20769: void
20770:
20771: * src/main/compile.y: lexer: $zzzz^zzzz were name part
20772:
20773: 2001-05-28 parser
20774:
20775: * src/doc/html2chm.cmd: removed >a
20776:
20777: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
20778: project options [some bugs]
20779:
20780: * src/doc/sources2html.cmd: z
20781:
20782: * src/: classes/classes.C, main/compile.C, main/compile.y,
20783: main/execute.C: operators are not in root class again
20784:
20785: 2001-05-24 parser
20786:
20787: * src/targets/cgi/parser3.dsp: project file
20788:
20789: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
20790: ^log ^exp
20791:
20792: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
20793: conversions in @exception[params]
20794:
20795: * src/main/pa_request.C: // no _ conversions in @exception[params]
20796:
20797: 2001-05-23 parser
20798:
20799: * src/main/pa_string.C: string cmp bug
20800:
20801: * src/classes/: mail.C, op.C: rem max 1000
20802:
20803: * src/: classes/op.C, main/compile.y: allow one empty line before
20804: LS_DEF_NAME
20805:
20806: 2001-05-22 parser
20807:
20808: * src/classes/op.C: if params code-required
20809:
20810: 2001-05-21 parser
20811:
20812: * src/types/pa_vstring.C: eoleof
20813:
20814: * src/classes/Makefile.am: .AM
20815:
20816: * src/classes/nothing.C: resultless ^sql moved to nothing:
20817:
20818: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
20819:
20820: * src/: classes/double.C, classes/nothing.C, classes/string.C,
20821: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
20822: types/pa_vunknown.h, classes/hash.C, main/compile.y,
20823: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
20824: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
20825: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
20826: 'nothing'
20827:
20828: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
20829: vstring::set_string
20830:
20831: * src/classes/: double.C, int.C, string.C: int,double;sql
20832:
20833: * src/: classes/hash.C, classes/int.C, classes/string.C,
20834: classes/table.C, include/pa_string.h, main/pa_string.C,
20835: types/pa_vstring.C, types/pa_vstring.h: started int:sql
20836:
20837: * src/: classes/classes.C, classes/hash.C, classes/op.C,
20838: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
20839: hash:sql moved to main trunc. operators.txt updated
20840:
20841: * src/classes/: hash.C, op.C, table.C: hash:sql
20842:
20843: * src/classes/op.C: z
20844:
20845: * src/: main/compile.C, classes/classes.C: 1
20846:
20847: * src/: classes/classes.C, main/compile.C, main/compile.y,
20848: main/execute.C: 0
20849:
20850: * src/main/execute.C: z
20851:
20852: * src/targets/cgi/parser3.C: z
20853:
20854: * src/targets/cgi/parser3.C: argv can be just "parser3". made
20855: site_auto_path "." in that case
20856:
20857: * src/targets/cgi/: parser3.C: z
20858:
20859: * src/main/pa_request.C: .am
20860:
20861: * src/: main/pa_request.C, targets/cgi/parser3.C:
20862: pcre_tables=pcre_default_tables;
20863:
20864: 2001-05-19 parser
20865:
20866: * src/main/pa_string.C: z
20867:
20868: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
20869: introducing String::cstr_bufsize, returns just size+1 for as_is
20870: target.
20871:
20872: * src/: main/untaint.C, targets/cgi/pa_pool.C,
20873: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
20874: used, 4* mem wasted
20875:
20876: * src/classes/string.C: root context in match replace body now
20877: unchanged
20878:
20879: * src/types/pa_value.h: parameter # 1 based
20880:
20881: * src/main/pa_common.C: common: actual filename '%s'
20882:
20883: * src/classes/string.C: z
20884:
20885: * src/classes/Makefile.am: classes/.am
20886:
20887: * src/classes/: Makefile.am: classes/.am
20888:
20889: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
20890: targets/cgi/pa_pool.C: classes/.am
20891:
20892: 2001-05-18 parser
20893:
1.116 moko 20894: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
20895: pa_threads.C ins
1.95 moko 20896:
20897: * src/targets/cgi/Makefile.am: .am pa_threads.C added
20898:
20899: 2001-05-17 parser
20900:
20901: * src/: classes/string.C, include/pa_config_fixed.h,
20902: include/pa_config_includes.h, main/compile.y,
20903: main/compile_tools.h, main/execute.C, main/pa_array.C,
20904: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
20905: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
20906: types/pa_vform.C: #include "pa_config_includes.h" removed from
20907: most .C
20908:
20909: * src/doc/html2chm.cmd: z
20910:
20911: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
20912: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
20913:
20914: * src/main/pa_sql_driver_manager.C: moved expiration to
20915: get_connection_from_cache
20916:
20917: * src/main/pa_sql_driver_manager.C: cache expiration bf
20918:
20919: * src/: classes/classes.h, include/pa_sql_connection.h,
20920: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
20921: cache expiration[use SQL_Driver::disconnect]
20922:
20923: * src/main/pa_table.C: table.locate current restored on "not found"
20924:
20925: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
20926: line no
20927:
20928: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
20929: ANTI_ENDLESS_EXECUTE_RECOURSION
20930:
20931: * src/: classes/op.C, include/pa_sql_connection.h,
20932: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
20933: sql/pa_sql_driver.h: fixed problem at last: 2connections own
20934: 1driver and set_services fight for driver::fservices. before fix
20935:
20936: * src/: classes/op.C, include/pa_config_fixed.h,
20937: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20938: main/pa_sql_driver_manager.C: found problem at last: 2connections
20939: own 1driver and set_services fight for driver::fservices. before
20940: fix
20941:
20942: * src/: include/pa_config_fixed.h, include/pa_threads.h,
20943: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20944: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
20945: pa_threads.C
20946:
20947: * src/include/pa_threads.h: removed targets/parser
20948:
20949: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
20950: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
20951: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
20952: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
20953: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
20954: headers
20955:
20956: * src/: classes/image.C, include/pa_sql_driver_manager.h,
20957: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
20958: order prevented sqlmanager to see MULTYTHREAD define
20959:
20960: * src/: include/pa_config_fixed.h, include/pa_threads.h,
20961: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
20962: put/gets
20963:
20964: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
20965: from hash.h
20966:
20967: * src/: classes/op.C, include/pa_sql_connection.h,
20968: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
20969: from cache ->set_services(&services);
20970:
20971: 2001-05-16 parser
20972:
20973: * src/targets/cgi/parser3.C: z
20974:
20975: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
20976: debug, #ifdefed some. would debug later, on more precise sample
20977: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
20978: $name.$tail[$tail!] $name.$tail } ok3
20979:
20980: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
20981: removed array debug. before vstring rebasing
20982:
20983: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
20984: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
20985: array debugged; adjusted
20986:
20987: * src/main/: pa_sql_driver_manager.C, pa_string.C:
20988: SQL_Driver_manager line no for connect/charset errors
20989:
20990: 2001-05-15 parser
20991:
20992: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
20993: main/pa_string.C: string+array made linear grows
20994:
20995: * src/: include/pa_string.h, main/pa_string.C,
20996: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
20997: grow lineary, not exponentialy
20998:
20999: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
21000: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
21001: with fullchunk cmps
21002:
21003: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
21004: 70041= 81
21005:
21006: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
21007: targets/cgi/parser3.C: detected huge mem allocation: size/times
21008: malloc 27809390/368771, calloc 3232/83. would test now
21009:
21010: * src/: classes/random.C, main/compile.y, main/execute.C,
21011: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
21012: numbered params had wrong name - for instance: bad error message
21013: in ^for[] bad body type. fixed
21014:
21015: 2001-05-14 parser
21016:
21017: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
21018: main/untaint.C: ^string.upper|lower[]
21019:
21020: 2001-05-11 parser
21021:
21022: * src/: classes/double.C, classes/image.C, classes/op.C,
21023: classes/string.C, classes/table.C, classes/unknown.C,
21024: main/execute.C, types/pa_value.h, types/pa_vbool.h,
21025: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
21026: types/pa_vunknown.h: op: MAX_LOOPS as_int
21027:
21028: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
21029: .dsp for win32tools
21030:
21031: 2001-05-11 paf
21032:
21033: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
21034: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
21035: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
21036: targets/isapi/kill.pl: moved win32 helpers to /win32tools
21037:
21038: 2001-05-10 paf
21039:
21040: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
21041: for C++, that's all
21042:
1.116 moko 21043: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
21044: pa_config_includes.h: inline wonders
1.95 moko 21045:
21046: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
21047: doc/doxygen.cmd: hash.C added
21048:
21049: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
21050:
21051: * src/main/compile.y: @end grammar: allowed zero strings in control
21052: menthod
21053:
21054: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
21055: pa_vstateless_object.h: changed priority: field before method
21056: lookup in vclass & vobject
21057:
21058: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
21059: grammar: priorities changes [lowerd && prior] vobject: now first
21060: fields, next methods
21061:
21062: 2001-05-08 paf
21063:
21064: * src/main/pa_table.C: table columnname2item on nameless ignored
21065: bark=false. fixed
21066:
21067: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
21068: types/pa_vmethod_frame.h: hash:default works at last!
21069:
21070: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
21071: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
21072: hash:default
21073:
21074: * src/classes/table.C: z
21075:
21076: * src/classes/table.C: table:hash always hash of hash now
21077:
21078: * src/classes/table.C: table:empty return bool now
21079:
21080: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
21081: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21082: types/pa_vtable.h: table:hash
21083:
21084: * src/classes/table.C: table:record have name
21085:
21086: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
21087: returns vunknown
21088:
21089: * src/classes/: double.C, int.C, op.C, string.C:
21090: int,double,string:int[] double[] string:length[] results now have
21091: hames
21092:
21093: * src/: classes/op.C, classes/table.C, main/main.dsp,
21094: types/pa_vtable.h: removed table:find. table:locate and op:eval
21095: now return bool
21096:
21097: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
21098: in method checkparams again. fixed
21099:
21100: 2001-05-07 paf
21101:
21102: * src/doc/chm.cmd: cmd
21103:
21104: * src/: classes/image.C, classes/mail.C, classes/string.C,
21105: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
21106: types/pa_value.h: method reported errors on wrong pool
21107:
21108: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
21109: now
21110:
21111: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
21112: include/code.h, include/pa_opcode.h, main/compile.C,
21113: main/compile_tools.h, main/execute.C, types/pa_value.h,
21114: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21115: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21116: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
21117: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21118: types/pa_vmethod_frame.h, types/pa_vobject.h,
21119: types/pa_vrequest.h, types/pa_vresponse.h,
21120: types/pa_vstateless_class.h, types/pa_vstring.h,
21121: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21122: types/pa_wwrapper.h: pa_code.h
21123:
21124: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
21125:
21126: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
21127: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
21128: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21129: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
21130: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21131: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
21132: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
21133: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
21134: types/pa_vtable.h: dox, split by not clean parts also
21135:
21136: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21137: types/pa_vtable.h: table: fields, then methods. so to enable
21138: 'dir' fields & co. more
21139:
21140: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
21141: so to enable 'dir' fields & co.
21142:
21143: * src/main/compile.y: grammar: @end
21144:
21145: 2001-05-04 paf
21146:
21147: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
21148: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
21149:
21150: * src/: classes/classes.h, classes/double.C, classes/file.C,
21151: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21152: classes/op.C, classes/random.C, classes/response.C,
21153: classes/string.C, classes/table.C, classes/unknown.C,
21154: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
21155: method dox
21156:
21157: 2001-05-03 paf
21158:
21159: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
21160: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21161: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
21162: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21163: doc/string.dox, doc/targets.dox, doc/value.dox,
21164: main/pa_request.C: dox splitted .dox files and added some
21165:
21166: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
21167:
21168: 2001-05-02 paf
21169:
21170: * src/classes/: image.C, table.C: table:dir result are not tainted
21171: by file_name language now
21172:
21173: 2001-04-28 paf
21174:
21175: * src/classes/classes.inc: removed classes.inc
21176:
21177: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
21178: from .am
21179:
21180: * src/classes/classes.awk: skipped classes in .awk
21181:
21182: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
21183: classes/classes.inc, classes/double.C, classes/file.C,
21184: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
21185: classes/string.C, classes/table.C, classes/unknown.C,
21186: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
21187: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
21188: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
21189: pa_methoded back to classes/classes.h
21190:
21191: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
21192:
21193: * src/: classes/Makefile.am, classes/classes.awk,
21194: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
21195: classes/ls.exe, main/bison.exe: classes.inc autogenerator
21196:
21197: * src/: classes/classes.C, classes/classes.h, classes/double.C,
21198: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
21199: classes/response.C, classes/string.C, classes/table.C,
21200: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
21201: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
21202: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
21203: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
21204: include|main/pa_methoded
21205:
21206: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
21207: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
21208:
21209: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
21210: moved some configured data to request::classes_conf moved some
21211: string crations from globals to M... [works]
21212:
21213: * src/: classes/form.C, classes/mail.C, classes/op.C,
21214: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
21215: main/pa_request.C: moved some configured data to
21216: request::classes_conf moved some string crations from globals to
21217: M...
21218:
21219: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
21220: about to move configured data to special request hash
21221:
21222: * src/: classes/classes.C, classes/classes.h, classes/file.C,
21223: classes/form.C, classes/mail.C, include/pa_request.h,
21224: main/pa_request.C: configure started
21225:
21226: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
21227: 2. todo: methoded-configure
21228:
21229: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21230: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21231: classes/_random.h, classes/_response.h, classes/_string.h,
21232: classes/_table.h, classes/_unknown.h, classes/classes.inc,
21233: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21234: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21235: classes/random.C, classes/response.C, classes/string.C,
21236: classes/table.C, classes/unknown.C, include/pa_globals.h,
21237: include/pa_request.h, main/compile.y, main/execute.C,
21238: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21239: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21240: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
21241: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
21242: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21243: types/pa_vrequest.h, types/pa_vresponse.h,
21244: types/pa_vstateless_class.h, types/pa_vstring.h,
21245: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21246: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
21247: methoded-configure
21248:
21249: * src/: classes/file.C, classes/table.C, main/compile.y,
21250: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
21251: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
21252: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
21253:
21254: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
21255: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21256: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21257: classes/random.C, classes/response.C, classes/string.C,
21258: classes/table.C, classes/unknown.C, include/pa_request.h,
21259: main/compile.y, main/execute.C, main/pa_globals.C,
21260: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
21261: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
21262: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
21263: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
21264: beautifying just compiled. todo: debug, configure
21265:
21266: 2001-04-27 paf
21267:
21268: * src/: classes/file.C, classes/image.C, classes/table.C,
21269: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
21270: beautifying -99
21271:
21272: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
21273: classes/_response.h, classes/_unknown.h, classes/classes.C,
21274: classes/classes.h, classes/double.C, classes/file.C,
21275: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21276: classes/op.C, classes/random.C, classes/response.C,
21277: classes/string.C, include/pa_globals.h, main/main.dsp,
21278: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
21279: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21280: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
21281: types/pa_vunknown.h: beautifying -100
21282:
21283: * src/main/compile.y: serge@ found @CLASS bug. fixed
21284:
21285: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
21286: classes/_op.h, classes/_random.h, classes/_table.h,
21287: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
21288: classes/op.C, classes/random.C, classes/response.C,
21289: classes/string.C, classes/table.C, classes/unknown.C,
21290: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21291: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21292: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
21293: beautifying
21294:
21295: 2001-04-26 paf
21296:
21297: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
21298:
21299: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
21300: documentation ++
21301:
21302: * src/: classes/_exec.h, doc/doxygen.cfg,
21303: include/pa_config_fixed.h, include/pa_config_includes.h,
21304: targets/cgi/pa_pool.C: code documentation ++
21305:
21306: * src/: classes/_image.h, classes/op.C, classes/random.C,
21307: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21308: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21309: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
21310: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21311: types/pa_vmethod_frame.h, types/pa_vobject.h,
21312: types/pa_vrequest.C, types/pa_vrequest.h,
21313: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
21314: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
21315: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
21316: code documentation ++
21317:
21318: * src/: classes/image.C, classes/mail.C, classes/string.C,
21319: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
21320: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
21321: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
21322: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21323: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21324: types/pa_vobject.h, types/pa_vstateless_class.h,
21325: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
21326:
21327: * src/main/: pa_request.C, pa_string.C: z
21328:
21329: * src/: include/pa_common.h, include/pa_types.h,
21330: main/pa_sql_driver_manager.C: module [and, guess, isapi]
21331: connection caching fixed. request-pooled-url were stored into
21332: global connectioncache
21333:
21334: 2001-04-25 paf
21335:
21336: * src/: doc/doxygen.cfg, doc/doxygen.txt,
21337: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
21338:
21339: * src/: include/code.h, include/pa_common.h, main/compile.y,
21340: main/execute.C, main/pa_common.C: -d
21341:
21342: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
21343: illegal call check a bit improved, but still under iis no mapping
21344: of dir with parser allowed!
21345:
21346: 2001-04-24 paf
21347:
21348: * src/targets/Makefile.am: apache module lib .am
21349:
21350: * src/main/pa_exec.C: windows32 buildCommand
21351:
21352: 2001-04-23 paf
21353:
21354: * src/targets/cgi/Makefile.am: win32 conditional
21355:
21356: * src/targets/cgi/Makefile.am: win32 conditional
21357:
21358: * src/targets/cgi/Makefile.am: liblink
21359:
21360: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
21361: vfile fields return type
21362:
21363: * src/types/pa_vfile.h: vfile fields return type
21364:
21365: * src/include/pa_config_auto.h.in: .h.in
21366:
21367: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
21368: types/Makefile: makefiles removed
21369:
21370: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
21371: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
21372:
21373: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
21374: [tested: i & g ]
21375:
21376: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
21377: @test noticed series in isapi, check how initialize_random_class
21378: is called! [must be called only once]
21379:
21380: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
21381: would not be 'unknown column'
21382:
21383: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
21384: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
21385:
21386: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
21387: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
21388: [now doesnt]
21389:
21390: * src/targets/cgi/parser3.C: cgi cmdline ver
21391:
21392: * src/targets/cgi/parser3.C: cgi /// @test disable
21393: /cgi-bin/parser3/auto.p
21394:
21395: * src/main/untaint.C: untaint without charset
21396:
21397: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21398: main/pa_common.C: common: file_write /// @test mkdirs
21399: file_delete rmdirs
21400:
21401: * src/main/untaint.C: mail header only once to =?
21402:
21403: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
21404: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
21405: main/untaint.C: untaint - @test optimize whitespaces for
21406: all but 'html'
21407:
21408: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
21409: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21410: main/untaint.C: untaint - @test mail-header
21411:
21412: 2001-04-20 paf
21413:
21414: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21415: include/pa_request.h, include/pa_string.h, main/compile.y,
21416: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21417: targets/cgi/parser3.C: $MAIN:LOCALE
21418:
21419: * src/main/untaint.C: z
21420:
21421: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
21422:
21423: 2001-04-19 paf
21424:
21425: * src/main/compile_tools.h: $a$b bugfix
21426:
21427: * src/targets/cgi/parser3.C: z
21428:
21429: * src/classes/file.C: z
21430:
21431: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
21432: done: header to $fields. waits for header '\' tricks
21433:
21434: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21435: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
21436: changed urlencode here and in untaint.C to HTTP standard's " and
21437: \" mech
21438:
21439: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
21440: http://alx/~paf/ doesnt load /auto.p
21441:
21442: 2001-04-18 paf
21443:
21444: * src/main/pa_request.C: 1
21445:
21446: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
21447: linux @alx
21448:
21449: 2001-04-17 paf
21450:
21451: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
21452: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
21453: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
21454: enabled
21455:
21456: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21457: classes/_exec.h, classes/_file.h, classes/_form.h,
21458: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21459: classes/_random.h, classes/_response.h, classes/_string.h,
21460: classes/_table.h, classes/_unknown.h, classes/file.C,
21461: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
21462: include/pa_config_fixed.h, include/pa_config_includes.h,
21463: include/pa_hash.h, include/pa_sql_driver_manager.h,
21464: include/pa_version.h, main/Makefile.am, main/compile.y,
21465: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
21466: main/pa_sql_driver_manager.C, sql/Makefile.am,
21467: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
21468: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
21469: types/pa_vform.C, types/pa_vimage.h: exec @jav
21470:
21471: * src/: include/pa_sql_driver_manager.h,
21472: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21473: types/pa_vimage.h: sql driver interface now has initialize(client
21474: .so)
21475:
21476: 2001-04-16 paf
21477:
21478: * src/Makefile.am: compile2 cygwin
21479:
21480: * src/: include/pa_config_includes.h, main/pa_exec.C,
21481: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
21482:
21483: * src/targets/cgi/Makefile.am: compile0 jav
21484:
21485: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21486: classes/_exec.h, classes/_file.h, classes/_form.h,
21487: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21488: classes/_random.h, classes/_response.h, classes/_string.h,
21489: classes/_table.h, classes/_unknown.h, classes/image.C,
21490: classes/mail.C, classes/op.C, classes/random.C,
21491: include/pa_config_fixed.h, include/pa_config_includes.h,
21492: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
21493: main/compile.y, main/pa_common.C, main/pa_exec.C,
21494: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
21495: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
21496: compile-1
21497:
21498: 2001-04-15 paf
21499:
21500: * src/classes/op.C: z
21501:
21502: * src/classes/table.C: table:empty +=process
21503:
21504: * src/types/pa_value.h: MethodParams !junction
21505:
21506: * src/: classes/_string.h, classes/double.C, classes/file.C,
21507: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21508: classes/random.C, classes/response.C, classes/string.C,
21509: classes/table.C, classes/unknown.C, main/pa_request.C:
21510: MethodParams everywhere
21511:
21512: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
21513: types/pa_vmethod_frame.h: MethodParams in op.C
21514:
21515: 2001-04-12 paf
21516:
21517: * src/: classes/image.C, types/pa_vimage.h: image:font :text
21518:
21519: * src/: classes/_unknown.h, classes/unknown.C,
21520: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21521: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
21522:
21523: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
21524:
21525: * src/classes/image.C: image:gif now does not have params
21526:
21527: * src/classes/image.C:
21528: image:line/fill/rectangle/bar/replace/polygon/polybar
21529:
21530: * src/: classes/image.C, classes/op.C, main/execute.C,
21531: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
21532: for var now written not to r.wcontext, but to r.root cleared
21533: "entered_object" state
21534:
21535: 2001-04-11 paf
21536:
21537: * src/classes/image.C: image:create image:load
21538:
21539: * src/: classes/image.C, main/main.dsp: gd with mem write + image
21540: just compiled
21541:
21542: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21543: todo: gif without file
21544:
21545: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21546: started porting to Pooled descendant
21547:
21548: * src/: classes/image.C, main/execute.C, main/main.dsp,
21549: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
21550: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
21551: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
21552:
21553: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
21554: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
21555: end. switching to python imaging lib
21556:
21557: * src/main/main.dsp: gd+smtp made separate libs
21558:
21559: * src/: include/pa_globals.h, include/pa_string.h,
21560: main/pa_common.C, main/pa_request.C, main/untaint.C,
21561: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
21562: length
21563:
21564: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
21565: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
21566: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
21567: UL_FILE_NAME of posted file name
21568:
21569: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
21570: post [broke when moved post read to core]
21571:
21572: 2001-04-10 paf
21573:
21574: * src/classes/image.C: image:html done
21575:
21576: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
21577:
21578: * src/classes/image.C: z
21579:
21580: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
21581: forgotten!
21582:
21583: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
21584: main/pa_request.C, main/pa_string.C, main/untaint.C,
21585: types/pa_vimage.h: image:measure -90
21586:
21587: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21588: classes/_int.h, classes/_mail.h, classes/_op.h,
21589: classes/_random.h, classes/_response.h, classes/_string.h,
21590: classes/_table.h, classes/file.C, classes/mail.C,
21591: include/pa_common.h, include/pa_globals.h, main/execute.C,
21592: main/main.dsp, main/pa_common.C, main/pa_globals.C,
21593: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
21594: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
21595: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
21596: compiled
21597:
21598: * src/classes/mail.C: minor bug with unclear from/to
21599:
21600: * src/classes/mail.C: sendmail unix skipping defaults
21601:
21602: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
21603: sendmail unix added defaults
21604:
21605: * src/classes/mail.C: unix sendmail compiled. todo:testing
21606:
21607: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
21608:
21609: 2001-04-09 paf
21610:
21611: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
21612: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
21613: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21614: targets/isapi/parser3isapi.dsp: all targets exec
21615:
21616: * src/: include/pa_sapi.h, include/pa_string.h,
21617: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21618: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
21619: args in apache:util.script
21620:
21621: * src/include/pa_string.h: written but not tested exec with env for
21622: unix
21623:
21624: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
21625: targets/cgi/parser3.C: exec win32 env
21626:
21627: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
21628: 0
21629:
21630: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
21631: main/execute.C, main/main.dsp, main/pa_globals.C,
21632: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
21633: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
21634:
21635: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
21636: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
21637:
21638: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
21639: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
21640:
21641: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
21642: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
21643: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21644: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21645: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
21646: exec class just compiled. moved post read to request core
21647:
21648: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
21649: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
21650: main/pa_globals.C, targets/cgi/parser3.C,
21651: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
21652: are already read by vform
21653:
21654: 2001-04-08 paf
21655:
21656: * src/: classes/file.C, classes/mail.C, classes/string.C,
21657: include/pa_request.h, include/pa_string.h, main/pa_request.C:
21658: uuencode. string<<
21659:
21660: 2001-04-07 paf
21661:
21662: * src/classes/mail.C: z
21663:
21664: * src/classes/mail.C: z
21665:
21666: * src/classes/mail.C: ^mail[$attach
21667:
21668: * src/classes/mail.C: ^attach dead end
21669:
21670: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
21671: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21672: targets/isapi/parser3isapi.C: mail:send 1
21673:
21674: * src/: classes/mail.C, main/pa_request.C: z
21675:
21676: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
21677: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
21678: compiled
21679:
21680: * src/classes/mail.C: +=
21681:
21682: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
21683: prepared
21684:
21685: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
21686: include/pa_globals.h, include/pa_string.h, main/main.dsp,
21687: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21688: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
21689:
21690: 2001-04-06 paf
21691:
21692: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
21693: main/pa_string.C: table:dir 1
21694:
21695: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
21696: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
21697:
21698: * src/: classes/_op.h, classes/_root.h, classes/op.C,
21699: classes/root.C, include/pa_globals.h, include/pa_request.h,
21700: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
21701: main/pa_request.C: renamed 'root' to 'op'
21702:
21703: * src/classes/: _op.h, op.C: renamed from 'root'
21704:
21705: * src/types/pa_valiased.C: another root inherititance skipped
21706:
21707: * src/main/: compile.C, compile.y, execute.C: operators are now not
21708: root methods of parent class. just 'ROOT' class
21709:
21710: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
21711: @office
21712:
21713: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
21714:
21715: 2001-04-05 paf
21716:
21717: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
21718: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
21719: constructor flag dropped at get_method_frame and remembered into
21720: method_frame
21721:
21722: * src/: classes/file.C, classes/root.C, classes/string.C,
21723: classes/table.C, main/pa_request.C: junction to code&expression
21724: in errors
21725:
21726: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21727: main/pa_string.C, targets/isapi/parser3isapi.dsp:
21728: $LOCALE:ctype[Russian_Russia.1251]
21729:
21730: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21731: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
21732: main/pa_table.C: hash now not thread-safe.
21733:
21734: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21735: main/untaint.C: z
21736:
21737: * src/: classes/random.C, classes/root.C, classes/table.C,
21738: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
21739: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
21740: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
21741: types/pa_wcontext.h: sql quote. string untaint UL_SQL
21742:
21743: * src/: classes/table.C, include/pa_sql_connection.h,
21744: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
21745:
21746: * src/classes/table.C: select * from hren error contains statement
21747:
21748: * src/: classes/table.C, include/pa_sql_connection.h,
21749: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
21750: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
21751:
21752: * src/: classes/root.C, include/pa_sql_connection.h,
21753: include/pa_sql_driver.h, main/main.dsp,
21754: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
21755: services for conv memory & error reporting
21756:
21757: 2001-04-04 paf
21758:
21759: * src/doc/doxygen.cfg: z
21760:
21761: * src/include/pa_sql_driver.h: mysql connect
21762:
21763: * src/include/pa_sql_driver.h: mysql info
21764:
21765: * src/: classes/root.C, include/pa_sql_driver.h,
21766: include/pa_sql_driver_manager.h, main/main.dsp,
21767: main/pa_sql_driver_manager.C: more manager&connection&driver
21768:
21769: * src/sql/Makefile.am: forgot to add mysql client
21770:
21771: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
21772: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
21773: [forgot to add libltdl, added]
21774:
21775: * src/: Makefile.am, classes/root.C, classes/string.C,
21776: classes/table.C, include/pa_globals.h, include/pa_hash.h,
21777: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
21778: include/pa_string.h, include/pa_table.h, main/main.dsp,
21779: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21780: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
21781: -1000 just compiled
21782:
21783: * src/: classes/random.C, classes/root.C, classes/table.C,
21784: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
21785: main/pa_request.C, types/pa_vclass.h: sql frame -10
21786:
21787: 2001-04-03 paf
21788:
21789: * src/types/pa_vform.C: z
21790:
21791: * src/: classes/string.C, types/pa_vform.C: string:match replace
21792: assigned lang
21793:
21794: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
21795: {}[]< empty []
21796:
21797: * src/: classes/file.C, classes/string.C, classes/table.C,
21798: include/pa_string.h, main/pa_common.C, main/pa_string.C,
21799: main/untaint.C: string:match replace 2. string.cstr(forced lang)
21800:
21801: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21802: string:match replace strange matches
21803:
21804: * src/classes/string.C: string:match replace 0
21805:
21806: * src/: classes/string.C, main/pa_string.C: string:match replace
21807: prepared 2
21808:
21809: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21810: string:match replace prepared
21811:
21812: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21813: string:match replace -11
21814:
21815: * src/: classes/string.C, include/pa_globals.h,
21816: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
21817: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
21818:
21819: * src/: classes/string.C, include/pa_globals.h,
21820: include/pa_string.h, main/main.dsp, main/pa_globals.C,
21821: main/pa_string.C: string:match [search] -1 just compiled
21822:
21823: * src/types/pa_vstring.C: z
21824:
21825: * src/: classes/double.C, classes/file.C, classes/form.C,
21826: classes/int.C, classes/response.C, classes/root.C,
21827: classes/string.C, classes/table.C, include/pa_string.h,
21828: main/pa_string.C: string:match -10 [frame]
21829:
21830: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
21831: main/pa_request.C: z
21832:
21833: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
21834: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
21835: todo/tests
21836:
21837: * src/include/pa_common.h: z
21838:
21839: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
21840: main/pa_request.C, targets/cgi/parser3.C,
21841: targets/isapi/parser3isapi.C, types/pa_vfile.C:
21842: content-disposition
21843:
21844: * src/: include/pa_common.h, include/pa_globals.h,
21845: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
21846: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
21847:
21848: * src/: include/pa_common.h, include/pa_request.h,
21849: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
21850: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21851: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
21852: response:body
21853:
21854: * src/classes/table.C: table:append now uses string::split
21855:
21856: * src/classes/table.C: z
21857:
21858: * src/: classes/file.C, classes/root.C, classes/string.C,
21859: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
21860: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
21861: include/pa_string.h, main/execute.C, main/pa_string.C,
21862: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
21863: string::pos & cmp & piece bugs fixed. string::split new
21864: table:load separated from set table:set implemented with clean \n
21865: \t searches
21866:
21867: 2001-04-02 paf
21868:
21869: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21870: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
21871: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
21872: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
21873: it in table:set/load
21874:
21875: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
21876: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
21877:
21878: * src/classes/random.C: random:generate 1
21879:
21880: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
21881: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21882: types/pa_value.h: random:generate
21883:
21884: 2001-03-30 paf
21885:
21886: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
21887: todo: table flip and append. string::pos
21888:
21889: * src/: classes/double.C, classes/file.C, classes/int.C,
21890: classes/response.C, classes/root.C, classes/string.C,
21891: classes/table.C, main/compile.y, main/execute.C,
21892: types/pa_value.h, types/pa_vstateless_class.C,
21893: types/pa_vstateless_class.h: static|dynamic|any method
21894: registration
21895:
21896: * src/: classes/file.C, classes/table.C, include/pa_table.h,
21897: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
21898: table:flip
21899:
21900: 2001-03-29 paf
21901:
21902: * src/classes/string.C: string:xsplit forgot that they must result
21903: in 1 row N column [not vice versa]
21904:
21905: * src/classes/string.C: z
21906:
21907: * src/classes/string.C: string: rsplit
21908:
21909: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21910: string: lsplit
21911:
21912: * src/: classes/string.C, include/pa_string.h, main/execute.C,
21913: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
21914: lsplit -1
21915:
21916: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21917: string: pos
21918:
21919: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21920: string: pos -1
21921:
21922: * src/: classes/string.C, classes/table.C, include/pa_string.h,
21923: main/compile.y, main/pa_request.C, main/pa_string.C,
21924: main/untaint.C: string: left right mid
21925:
21926: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
21927: main/compile_tools.h, main/main.dsp, types/pa_value.h,
21928: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
21929: and [;] are different now.
21930:
21931: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
21932: main/untaint.C: pool.request undone
21933:
21934: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
21935: main/untaint.C: pool.request
21936:
21937: 2001-03-28 paf
21938:
21939: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
21940: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21941: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
21942: $request:browser [.type .version]; unknown.get_double now = 0.
21943:
21944: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
21945: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
21946: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
21947: types/pa_vform.C: file:load autodetection of mime-type by
21948: user-file-name
21949:
21950: * src/: classes/file.C, main/execute.C, main/pa_common.C,
21951: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
21952: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
21953:
21954: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21955: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
21956: write. must be self.set
21957:
21958: * src/: classes/file.C, classes/root.C, classes/table.C,
21959: include/pa_table.h, main/pa_table.C: table:locate1, file:test
21960:
21961: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
21962: include/pa_table.h, main/pa_array.C, main/pa_table.C,
21963: types/pa_vtable.h: table:locate just compiled
21964:
21965: 2001-03-27 paf
21966:
21967: * src/main/: execute.C, pa_common.C: fixed r/w context of
21968: code-params2, fixed ntfs hardlink slow dir update
21969:
21970: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
21971: types/pa_wcontext.h: fixed r/w context of code-params
21972:
21973: * src/: classes/table.C, main/execute.C: about to change junction
21974: rcontext!!
21975:
21976: * src/: classes/double.C, classes/int.C, classes/root.C,
21977: classes/string.C, classes/table.C, main/compile_tools.C,
21978: main/execute.C, main/pa_request.C, main/untaint.C,
21979: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
21980: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
21981: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
21982: types/pa_vunknown.h: sort 0
21983:
21984: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
21985: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
21986: renamed to are_static_calls_disabled
21987:
21988: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
21989: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
21990: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
21991: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
21992:
21993: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
21994:
21995: * src/: classes/table.C, include/pa_common.h, main/compile.y:
21996: started table:sort fixed minor bug in #...^{
21997:
21998: * src/: classes/table.C, include/pa_common.h, main/compile.y,
21999: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
22000: decided to have as it were. stepped back. grammar: added 'in'
22001: 'is' 'lt'&co follow-space check
22002:
22003: 2001-03-26 paf
22004:
22005: * src/: classes/file.C, classes/root.C, classes/table.C,
22006: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
22007: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22008: main/pa_table.C: moved ::save to pa_table. disabled @auto
22009: invocation in ^process
22010:
22011: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
22012:
22013: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
22014: main/pa_array.C: table:record
22015:
22016: * src/: main/untaint.C, targets/cgi/parser3.C,
22017: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22018: targets/isapi/pool_storage.h, types/pa_valiased.h,
22019: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
22020: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
22021: types/pa_vtable.h: z
22022:
22023: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
22024: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
22025: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22026: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
22027: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
22028: method realisations on 'self' validity - they now can simply
22029: assume that 'self' is V{Proper} .
22030:
22031: 2001-03-25 paf
22032:
22033: * src/main/untaint.C: z
22034:
22035: * src/main/: pa_request.C, untaint.C: moved default typo-table to
22036: lowlevel - it initialization could be skipped if failed in @auto.
22037: so that exception report would use some table
22038:
22039: * src/main/pa_request.C: table empty lines ignored. system-default
22040: content type assigned in output:result [can fail in main:auto and
22041: skipped normal defaults extraction]
22042:
22043: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
22044: bug
22045:
22046: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
22047: processing to table [except preliminary \r\n \r \n replacements
22048: to "\n"]
22049:
22050: * src/: classes/table.C, main/untaint.C: html-typo - decided to
22051: move all the processing to table
22052:
22053: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
22054: main/pa_table.C, main/untaint.C: returned table originating.
22055: useful for reporting typo table problems origin. think would be
22056: useful somewhere else
22057:
22058: * src/main/untaint.C: typo \r \r\n \n properly handled
22059:
22060: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
22061: include/pa_table.h, main/compile.y, main/compile_tools.C,
22062: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
22063: main/pa_string.C, main/pa_table.C, main/untaint.C,
22064: types/pa_vcookie.h: typo & typo-default
22065:
22066: 2001-03-24 paf
22067:
22068: * src/main/pa_common.C: z
22069:
22070: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22071: targets/cgi/parser3.C: html-typo 2
22072:
22073: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
22074: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
22075: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
22076: main/execute.C, main/pa_array.C, main/pa_globals.C,
22077: main/pa_request.C, main/pa_string.C, main/untaint.C,
22078: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22079: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
22080: noticed double default content-type prob. run cgi.cmd tomorrow
22081: first html-typo sample. detected << problem: they become ltlt too
22082: fast
22083:
22084: * src/main/compile.y: z
22085:
22086: * src/main/: compile.y, compile_tools.h: #comment
22087:
22088: * src/: classes/file.C, classes/root.C, classes/table.C,
22089: include/pa_common.h, include/pa_request.h, main/compile.y,
22090: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22091: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
22092: stringified
22093:
22094: * src/types/pa_valiased.C: decided to String-ify file_read
22095:
22096: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
22097: isapi/parser3isapi.dsp: cgi: sapi::log
22098:
22099: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
22100: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
22101: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
22102: error log experiments failed - cgi under iis got no access to
22103: log. registereventsource simply failed with 5(illegal call) code,
22104: while worked OK as standalone executable. isapi: used
22105: HSE_APPEND_LOG_PARAMETER feature
22106:
22107: * src/: include/pa_common.h, include/pa_globals.h,
22108: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22109: targets/isapi/parser3isapi.C: fixed default content-type
22110: allocation storage
22111:
22112: * src/: include/pa_globals.h, include/pa_request.h,
22113: main/pa_globals.C, main/pa_request.C: z
22114:
22115: * src/: include/pa_array.h, include/pa_hash.h,
22116: include/pa_request.h, main/compile.y, main/pa_array.C,
22117: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22118: types/pa_vcookie.C: cyclic uses ignored. defaulted default
22119: content-type
22120:
22121: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
22122: sanity
22123:
22124: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
22125: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
22126: away freeze mech. no danger now for you can't do
22127: ^request:process[@new-method[] body] trick anymore. still
22128: remains $some_instance.process[@new-method[] possibility] but
22129: would leave it as a feature. see index for sample
22130:
22131: * src/: include/pa_common.h, main/pa_common.C,
22132: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
22133: monkey every target
22134:
22135: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22136: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
22137: types/pa_vform.C, types/pa_vform.h: auto.p monkey
22138:
22139: 2001-03-23 paf
22140:
22141: * src/: include/pa_pool.h, main/pa_request.C,
22142: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22143: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22144: targets/isapi/pool_storage.h: isapi: dumb pool storage
22145:
22146: * src/targets/isapi/pa_pool.C: decided to continue with extension
22147:
22148: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
22149: it would be better to rewrite as filter then to deal with pool
22150:
22151: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
22152: now like in cgi, not from APPL_PHYSICAL_PATH
22153:
22154: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22155: include/pa_config_fixed.h, include/pa_config_includes.h,
22156: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
22157: include/pa_version.h, main/compile.y, main/execute.C,
22158: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22159: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22160: main/untaint.C, targets/cgi/parser3.C,
22161: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
22162: cgi: reinvent document_root and request_uri under iis. autoconf
22163: updated. introducing ap_config_includes
22164:
22165: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
22166:
22167: * src/targets/cgi/parser3.C: cgi: only one pool now
22168:
22169: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
22170: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22171: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22172: types/pa_venv.h, types/pa_vform.C: sapi made object
22173:
22174: * src/: include/pa_globals.h, main/pa_request.C,
22175: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22176: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22177: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
22178:
22179: * src/: main/pa_request.C, targets/cgi/parser3.C,
22180: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22181: isapi minor env beauty
22182:
22183: * src/: main/pa_request.C, targets/cgi/parser3.C,
22184: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22185: isapi document_root 0
22186:
22187: 2001-03-22 paf
22188:
22189: * src/targets/isapi/parser3isapi.C: isapi keep-alive
22190:
22191: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
22192: isapi/parser3isapi.C: z
22193:
22194: * src/: include/pa_pool.h, main/pa_request.C,
22195: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
22196:
22197: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
22198: kill.pl: isapi added utils
22199:
22200: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
22201: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22202: types/pa_vform.C: isapi 0
22203:
22204: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
22205: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22206: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22207: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
22208: started isapi
22209:
22210: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
22211: some comments
22212:
22213: * src/: include/pa_globals.h, include/pa_request.h,
22214: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22215: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
22216: parser_root_auto_path parser_site_auto_path
22217:
22218: * src/types/pa_vcookie.C: cookie attr decoded
22219:
22220: 2001-03-21 paf
22221:
22222: * src/targets/cgi/parser3.C: z
22223:
22224: * src/include/pa_globals.h: post. todo: config of auto.p path
22225:
22226: * src/: include/pa_globals.h, targets/cgi/parser3.C,
22227: types/pa_venv.h: in cookie & env. todo:post
22228:
22229: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
22230: classes/root.C, classes/table.C, include/pa_array.h,
22231: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
22232: include/pa_request.h, include/pa_string.h, main/Makefile.am,
22233: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
22234: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22235: main/pa_table.C, main/untaint.C, targets/Makefile.am,
22236: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22237: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
22238: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
22239: shifted apache branch on main trunc
22240:
22241: * src/: include/pa_common.h, include/pa_globals.h,
22242: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22243: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
22244: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
22245: starting mod_parser3
22246:
22247: * src/targets/cgi/parser3.C: starting mod_parser3
22248:
22249: 2001-03-20 paf
22250:
22251: * src/: main/pa_common.C, targets/cgi/Makefile.am,
22252: targets/cgi/parser3.C: automake compiled and works. todo:make
22253: win32 ifdefs work and add ifdef unistd
22254:
22255: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
22256: main/Makefile.am, main/pa_common.C, main/pa_request.C,
22257: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
22258: z
22259:
22260: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
22261: main/execute.C, main/pa_common.C, types/Makefile.am: removing
22262: locking
22263:
22264: * src/: classes/Makefile.am, types/Makefile.am: z
22265:
22266: * src/: Makefile.am, classes/file.C, classes/root.C,
22267: classes/table.C, include/pa_array.h, include/pa_request.h,
22268: include/pa_string.h, main/Makefile.am, main/execute.C,
22269: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22270: main/pa_string.C, main/untaint.C, targets/Makefile.am,
22271: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22272: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
22273:
22274: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22275: main/pa_request.C, types/pa_vfile.h: ^table:save
22276:
22277: * src/: classes/file.C, classes/table.C, include/pa_array.h,
22278: include/pa_common.h, include/pa_request.h, include/pa_string.h,
22279: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
22280: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
22281: types/pa_vform.h: z
22282:
22283: * src/include/pa_string.h: z
22284:
22285: * src/: classes/_request.h, classes/request.C, main/main.dsp,
22286: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
22287: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22288: :Value
22289:
22290: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
22291: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22292: :VStateless_object
22293:
22294: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
22295: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
22296: :VStateless_object
22297:
22298: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22299: types/pa_valiased.C, types/pa_vform.h: commented VForm
22300:
22301: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
22302: types/pa_valiased.h, types/pa_value.h,
22303: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22304: types/pa_vstateless_object.h: moved common get_element part from
22305: stateless object&class into VAliased
22306:
22307: * src/: classes/_env.h, classes/_table.h, classes/env.C,
22308: classes/table.C, main/execute.C, main/main.dsp,
22309: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
22310: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
22311: now :Value
22312:
22313: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
22314: main/execute.C, main/main.dsp, main/pa_globals.C,
22315: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
22316:
22317: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
22318: doxx
22319:
22320: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
22321: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22322: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
22323: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
22324: and ^file:save
22325:
22326: 2001-03-19 paf
22327:
22328: * src/types/pa_vfile.C: z
22329:
22330: * src/: classes/file.C, classes/request.C, classes/table.C,
22331: include/pa_string.h, main/main.dsp, main/pa_pool.C,
22332: main/pa_request.C, main/untaint.C, types/pa_value.h,
22333: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
22334:
22335: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
22336: include/pa_string.h, include/pa_table.h, main/main.dsp,
22337: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
22338: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
22339: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
22340: classes/_file.h, classes/file.C, types/pa_vfile.C,
22341: types/pa_vfile.h: file class just compiled
22342:
22343: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
22344: include/pa_table.h, include/pa_types.h, main/execute.C,
22345: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22346: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
22347: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
22348:
22349: * src/include/pa_pool.h: z
22350:
22351: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
22352: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
22353: Hash::Value to Val so to doxygen would finlly stop confusing
22354: those Value-s
22355:
22356: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
22357: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
22358: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22359: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22360: include/pa_types.h, main/compile.C, main/compile.y,
22361: main/compile_tools.C, main/compile_tools.h, main/execute.C,
22362: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
22363: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
22364: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22365: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
22366:
22367: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
22368: derivates somehow unlinked. don't know why yet
22369:
22370: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
22371: include/pa_string.h, include/pa_threads.h, main/compile.C,
22372: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22373: main/execute.C, main/pa_array.C, main/pa_common.C,
22374: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
22375: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22376: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
22377:
22378: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
22379: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
22380: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
22381: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
22382: types/pa_vrequest.h: doc: detected Value derivates prob
22383:
22384: * src/include/pa_globals.h: z
22385:
22386: * src/: classes/_request.h, classes/request.C, include/code.h,
22387: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
22388: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
22389: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
22390: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22391: main/execute.C, main/pa_pool.C, main/pa_request.C,
22392: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22393: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
22394:
22395: 2001-03-18 paf
22396:
22397: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
22398: cookie: allowed access to hash-assigned
22399:
22400: * src/targets/cgi/parser3.C: z
22401:
22402: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
22403: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
22404: include/pa_types.h, main/main.dsp, main/pa_common.C,
22405: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22406: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22407: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
22408: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22409: types/pa_vunknown.h: cookie class
22410:
22411: * src/main/pa_request.C: zero length output allowed
22412:
22413: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
22414: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
22415:
22416: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
22417: lang switch
22418:
22419: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
22420: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22421: types/pa_value.h, types/pa_vhash.h:
22422: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22423:
22424: * src/main/execute.C: z
22425:
22426: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
22427: targets/cgi/parser3.C: taint[uri
22428:
22429: * src/: classes/request.C, classes/response.C, classes/root.C,
22430: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22431: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
22432: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
22433:
22434: * src/: classes/root.C, classes/string.C, include/pa_string.h,
22435: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22436: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
22437: types/pa_vstateless_class.C: convinient string(pool, char *src,
22438: bool tainted) ctor
22439:
22440: * src/: include/pa_hash.h, include/pa_request.h,
22441: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
22442: main/pa_request.C, main/pa_string.C, main/untaint.C,
22443: targets/cgi/parser3.C: proper @exceptions params tainting
22444:
22445: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
22446: response fields to header
22447:
22448: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22449: z
22450:
22451: * src/: classes/_response.h, classes/response.C,
22452: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22453: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
22454: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22455: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
22456: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
22457: $response: 0 request::core exception rethrow
22458:
22459: 2001-03-16 paf
22460:
22461: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
22462: types/pa_vrequest.h: native method' class call with less params
22463: then needed error reporting
22464:
22465: * src/: classes/_request.h, classes/request.C,
22466: include/pa_globals.h, include/pa_request.h, main/execute.C,
22467: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22468: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
22469: types/pa_vrequest.h: $request : query :uri
22470:
22471: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
22472: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
22473: types/pa_wcontext.h: $result
22474:
22475: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
22476:
22477: * src/: classes/double.C, include/code.h, main/compile.y,
22478: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
22479: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22480:
22481: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
22482: main/compile.y, main/execute.C, types/pa_value.h,
22483: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
22484: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
22485: wcontext conflict
22486:
22487: * src/: main/execute.C, types/pa_value.h,
22488: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
22489: $string.field
22490:
22491: 2001-03-15 paf
22492:
22493: * src/main/pa_request.C: news sample
22494:
22495: * src/: main/compile.y, main/execute.C, main/pa_request.C,
22496: targets/cgi/parser3.C, types/pa_vstring.h: @exception
22497:
22498: * src/main/: compile.y, execute.C: z
22499:
22500: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
22501: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
22502: pre pre works
22503:
22504: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22505: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
22506: fillfields just compiled
22507:
22508: 2001-03-14 paf
22509:
22510: * src/: include/pa_request.h, main/pa_request.C,
22511: targets/cgi/parser3.C: z
22512:
22513: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22514: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
22515: types/pa_vstring.h: limits -1
22516:
22517: * src/: include/pa_globals.h, include/pa_request.h,
22518: include/pa_types.h, main/main.dsp, main/pa_globals.C,
22519: main/pa_request.C, targets/cgi/parser3.C,
22520: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
22521: request_info -1
22522:
22523: * src/: include/pa_globals.h, main/pa_globals.C,
22524: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22525: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
22526: vform_fields_fill
22527:
22528: * src/targets/cgi/parser3.C: # if MSVC
22529:
22530: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
22531: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
22532:
22533: * src/targets/cgi/parser3.C: z
22534:
22535: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
22536: include/pa_string.h, include/pa_types.h, main/compile.y,
22537: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
22538: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
22539: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
22540: types/pa_vunknown.h: global handler, exceptions in parser3
22541:
22542: 2001-03-13 paf
22543:
22544: * src/: classes/form.C, main/compile.y, main/core.C,
22545: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
22546: types/pa_vform.h, types/pa_vstateless_class.C,
22547: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
22548: instead
22549:
22550: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22551: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
22552: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
22553: started cgi target
22554:
22555: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22556: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
22557: before error show with parser
22558:
22559: * src/: classes/_form.h, classes/form.C, include/core.h,
22560: include/pa_request.h, main/core.C, main/pa_request.C,
22561: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
22562:
22563: * src/targets/cgi/: parser.dsp, parser3.dsp: z
22564:
22565: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
22566: parser3.C: renamed targets/ parser to cgi
22567:
22568: * src/: classes/double.C, classes/env.C, classes/int.C,
22569: classes/root.C, classes/string.C, classes/table.C,
22570: include/pa_request.h, types/pa_vhash.h: z
22571:
22572: * src/: classes/_env.h, classes/env.C, classes/root.C,
22573: include/core.h, include/pa_pool.h, include/pa_request.h,
22574: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
22575: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22576: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
22577: [historical moment :)]
22578:
22579: * src/: include/code.h, include/pa_string.h, main/compile.y,
22580: main/execute.C, main/pa_string.C: 'value is type' expr operator
22581:
22582: * src/types/pa_venv.h: $ENV 1
22583:
22584: * src/main/execute.C: z
22585:
22586: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
22587: future methods of ENV constructor if
22588:
22589: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
22590: class
22591:
22592: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22593: classes/_root.h, classes/_string.h, classes/_table.h,
22594: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22595: classes/string.C, classes/table.C, include/pa_request.h,
22596: main/compile.C, main/compile_tools.h, main/core.C,
22597: main/execute.C, main/main.dsp, main/pa_request.C,
22598: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22599: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22600: types/pa_vobject.h, types/pa_vstateless_class.C,
22601: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22602: types/pa_wcontext.h: $ENV: re 0, stateless classes
22603:
22604: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22605: classes/_root.h, classes/_string.h, classes/_table.h,
22606: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22607: classes/string.C, classes/table.C, include/pa_request.h,
22608: main/compile.C, main/compile_tools.h, main/core.C,
22609: main/execute.C, main/main.dsp, main/pa_request.C,
22610: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22611: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22612: types/pa_vobject.h, types/pa_vstateless_class.C,
22613: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22614: types/pa_wcontext.h: $ENV: re 0, stateless classes
22615:
22616: * src/: include/pa_request.h, main/compile.C, main/execute.C,
22617: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
22618: yesterdays bad decision on execute_static_method
22619:
22620: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
22621:
22622: * src/: classes/double.C, classes/int.C, classes/root.C,
22623: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
22624:
22625: * src/main/pa_request.C: z
22626:
22627: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22628: include/pa_pool.h: skipped_restructure_exceptions_dead_end
22629:
22630: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22631: include/pa_pool.h, main/pa_request.C:
22632: restructure_exceptions_dead_end
22633:
22634: * src/: classes/root.C, main/compile.y: ^if required junctions.
22635: allowed ; inside {} to break params
22636:
22637: * src/classes/root.C: ^eval
22638:
22639: * src/: classes/_string.h, classes/double.C, classes/int.C,
22640: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
22641: string ^format
22642:
22643: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
22644: 'bad' but not 'enough'
22645:
22646: * src/: classes/double.C, classes/root.C, classes/table.C,
22647: include/pa_common.h, include/pa_types.h, main/compile.y,
22648: main/pa_common.C, main/pa_request.C, main/untaint.C,
22649: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
22650: types/pa_wwrapper.h: think constructing flag as is is bad
22651:
22652: * src/: classes/double.C, classes/int.C, classes/root.C,
22653: classes/string.C, classes/table.C, main/core.C, main/execute.C,
22654: types/pa_vint.h: ^for
22655:
22656: 2001-03-12 paf
22657:
22658: * src/classes/table.C: table ^empty
22659:
22660: * src/: classes/table.C, include/pa_table.h: table ^menu
22661:
22662: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
22663: ^offset ^line ^count
22664:
22665: * src/classes/root.C: ^round() ^floor() ^ceiling()
22666: ^abs() ^sign()
22667:
22668: * src/classes/: root.C, table.C: ^use
22669:
22670: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22671: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
22672: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22673: ^while. switched off wcontext.constructing after write(value) or
22674: auto-vhash-constructing
22675:
22676: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22677: main/pa_request.C: fail_if_junction_ helper func
22678:
22679: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22680: include/pa_request.h, main/execute.C, main/main.dsp,
22681: main/pa_common.C, main/pa_request.C: ^process error point by
22682: actual method_name, not source. ^load
22683:
22684: * src/types/pa_vtable.h: table: no, better with string in cells...
22685:
22686: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
22687: classes/_table.h, classes/table.C, main/untaint.C: z
22688:
22689: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
22690: include/pa_table.h, main/core.C, main/execute.C,
22691: main/pa_common.C, main/pa_request.C, main/pa_table.C,
22692: types/pa_value.h: table:set 0
22693:
22694: * src/: classes/root.C, include/core.h, include/pa_array.h,
22695: include/pa_request.h, include/pa_table.h, main/core.C,
22696: main/main.dsp, main/pa_request.C, main/pa_table.C,
22697: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
22698: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
22699: types/pa_vstring.h: freeze, ^table:create[] -1
22700:
22701: * src/: classes/root.C, types/pa_value.h: z
22702:
22703: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
22704: get_method in couple places optimizing them
22705:
22706: * src/classes/root.C: z
22707:
22708: * src/: classes/root.C, types/pa_vclass.h: process temp main
22709: zeroing
22710:
22711: * src/: classes/double.C, classes/int.C, classes/root.C,
22712: classes/string.C, include/pa_common.h, include/pa_request.h,
22713: include/pa_string.h, include/pa_types.h, main/compile.C,
22714: main/compile.y, main/compile_tools.h, main/execute.C,
22715: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22716: types/pa_vmframe.h: ^process. actual names to store param and
22717: check_actual_numbered_params for better place diagnostics
22718:
22719: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
22720: method-junctions bug fixed
22721:
22722: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
22723: pa_vstateless_object.h, pa_vstring.h: stateless_object
22724:
22725: 2001-03-11 paf
22726:
22727: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
22728: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
22729: VDouble VInt base now VObject_base - without fields
22730:
22731: * src/: classes/root.C, include/core.h, main/core.C: z
22732:
22733: * src/: classes/double.C, classes/int.C, classes/root.C,
22734: classes/string.C, include/core.h, include/pa_hash.h,
22735: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
22736: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
22737:
22738: * src/: classes/double.C, classes/int.C, classes/root.C,
22739: include/pa_request.h, main/execute.C: intercept_string
22740:
22741: * src/: classes/double.C, classes/int.C, classes/root.C,
22742: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
22743:
22744: * src/: classes/double.C, classes/int.C, include/pa_request.h:
22745: ^inc-s(expr)
22746:
22747: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22748: classes/_root.h, classes/_string.h, classes/double.C,
22749: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22750: include/code.h, include/core.h, include/pa_array.h,
22751: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22752: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22753: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22754: include/pa_types.h, main/compile.C, main/compile.y,
22755: main/compile_tools.C, main/compile_tools.h, main/core.C,
22756: main/execute.C, main/pa_array.C, main/pa_common.C,
22757: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
22758: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22759: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22760: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22761: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22762: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22763: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22764: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
22765:
22766: * src/: main/pa_request.C, types/pa_vhash.h: z
22767:
22768: * src/: include/core.h, include/pa_request.h, main/core.C,
22769: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
22770:
22771: * src/: include/pa_valiased.h, include/pa_value.h,
22772: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22773: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22774: include/pa_vjunction.h, include/pa_vmframe.h,
22775: include/pa_vobject.h, include/pa_vstring.h,
22776: include/pa_vunknown.h, include/pa_wcontext.h,
22777: include/pa_wwrapper.h, main/compile.y, main/core.C,
22778: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
22779: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
22780: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22781: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22782: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22783: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22784: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22785: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
22786: include/
22787:
22788: 2001-03-10 paf
22789:
22790: * src/: include/core.h, include/pa_request.h, main/core.C,
22791: main/pa_request.C: run+auto=run
22792:
22793: * src/: classes/root.C, include/pa_request.h: minor if junction bug
22794:
22795: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22796: classes/_root.h, classes/_string.h, classes/double.C,
22797: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22798: include/code.h, include/core.h, include/pa_array.h,
22799: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22800: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22801: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22802: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
22803: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22804: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22805: include/pa_vjunction.h, include/pa_vmframe.h,
22806: include/pa_vobject.h, include/pa_vstring.h,
22807: include/pa_vunknown.h, include/pa_wcontext.h,
22808: include/pa_wwrapper.h, main/compile.C, main/compile.y,
22809: main/compile_tools.C, main/compile_tools.h, main/core.C,
22810: main/execute.C, main/pa_array.C, main/pa_cframe.C,
22811: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
22812: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22813: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
22814: main/pa_wcontext.C: sources header
22815:
22816: * src/main/pa_request.C: auto..
22817:
22818: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22819: main/pa_request.C: auto tree0
22820:
22821: * src/: include/core.h, include/pa_request.h, main/compile.y,
22822: main/core.C, main/pa_request.C: names to core.C
22823:
22824: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
22825: include/pa_request.h, main/core.C, main/execute.C,
22826: main/pa_common.C, main/pa_request.C: root auto.p loaded
22827:
22828: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
22829: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
22830: main/compile_tools.C, main/compile_tools.h, main/execute.C:
22831: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
22832:
22833: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22834: @auto[] realised. auto.p scan togo
22835:
22836: * src/: include/pa_request.h, main/execute.C: autocalc
22837: code-junctions result now have names
22838:
22839: * src/: classes/double.C, classes/int.C, classes/root.C,
22840: classes/string.C, include/pa_request.h, include/pa_string.h,
22841: include/pa_wcontext.h, main/compile.y, main/execute.C,
22842: main/pa_string.C, main/pa_wcontext.C: tainting 0
22843:
22844: * src/classes/env.C: env:file/line
22845:
22846: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
22847: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
22848: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
22849: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
22850: main/compile_tools.C, main/compile_tools.h, main/core.C,
22851: main/execute.C, main/main.dsp, main/pa_cframe.C,
22852: main/pa_request.C, main/pa_wcontext.C: const fight finished
22853:
22854: * src/include/pa_vclass.h: const fight to go
22855:
22856: * src/: classes/_env.h, classes/env.C, classes/root.C,
22857: include/pa_request.h, include/pa_vclass.h, main/core.C,
22858: main/main.dsp: env0
22859:
22860: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
22861: classes/_string.h, classes/double.C, classes/int.C,
22862: classes/root.C, classes/string.C, include/pa_request.h,
22863: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
22864: include/pa_wcontext.h, main/core.C, main/main.dsp,
22865: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
22866: main/pa_wcontext.C: ^lang prepare0
22867:
22868: 2001-03-09 paf
22869:
22870: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
22871: construct proper naming
22872:
22873: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
22874: classes/double.C, classes/int.C, classes/root.C,
22875: classes/string.C, include/code.h, include/pa_value.h,
22876: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
22877: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22878: main/compile.y, main/compile_tools.C, main/core.C,
22879: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
22880: and ^double[]. fixed expr type
22881:
22882: * src/: classes/root.C, include/pa_request.h, main/execute.C:
22883: ^string.length[]
22884:
22885: 2001-03-08 paf
22886:
22887: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
22888:
22889: * src/: include/pa_vclass.h, include/pa_vstring.h,
22890: include/pa_wcontext.h, main/compile.y, main/core.C,
22891: main/execute.C, main/main.dsp: dead end: vstring can't be
22892: derivated from vobject
22893:
22894: * src/: include/pa_vclass.h, include/pa_vhash.h,
22895: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
22896:
22897: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
22898: remained clone conseqs
22899:
22900: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
22901:
22902: * src/main/pa_vclass.C: wow! vclass were out of vcs
22903:
22904: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
22905: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
22906: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
22907: include/pa_vobject.h, include/pa_vstring.h,
22908: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
22909: main/execute.C: withoud cloning. didn't need it actually, params
22910: got passed from out unnamed ewpool
22911:
22912: * src/: include/pa_vdouble.h, include/pa_vhash.h,
22913: include/pa_vjunction.h, include/pa_vobject.h,
22914: include/pa_vunknown.h, main/compile.y: cloning dead end
22915:
22916: * src/: include/pa_bool.h, include/pa_double.h,
22917: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
22918: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
22919: include/pa_vjunction.h, include/pa_vmframe.h,
22920: include/pa_vobject.h, include/pa_vstring.h,
22921: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
22922: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
22923: to give params proper names
22924:
22925: * src/main/pa_wcontext.C: z
22926:
22927: * src/: include/pa_vmframe.h, main/execute.C: added names to
22928: unknown values in get_element and unfilled params. removed wrong
22929: name change in get_element
22930:
22931: * src/main/execute.C: z
22932:
22933: * src/main/execute.C: fixed problems calling operators in
22934: constructors
22935:
22936: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
22937: detected problems calling operators in constructors
22938:
22939: * src/: classes/root.C, include/pa_request.h, main/execute.C:
22940: autocalc def to string
22941:
22942: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
22943: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
22944:
22945: * src/classes/root.C: added root.c
22946:
22947: * src/: include/pa_request.h, include/pa_value.h,
22948: include/pa_vcframe.h, include/pa_vmframe.h,
22949: include/pa_wcontext.h, main/compile.C, main/compile.y,
22950: main/core.C, main/execute.C, main/pa_cframe.C,
22951: main/pa_wcontext.C: 'if' just compiled
22952:
22953: * src/: include/pa_vbool.h, include/pa_vdouble.h,
22954: include/pa_vjunction.h, include/pa_vmframe.h,
22955: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
22956: main/pa_wcontext.C: z
22957:
22958: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
22959: main/core.C, main/execute.C, main/main.dsp: z. detected probs
22960: with parameter names in operator methods
22961:
22962: * src/main/compile.y: minor renamings in .y
22963:
22964: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22965: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
22966: @BASE. changed 'RUN' assignment mech
22967:
22968: * src/main/execute.C: z
22969:
22970: * src/: include/code.h, main/compile.y, main/compile_tools.C,
22971: main/compile_tools.h, main/execute.C: made class: dynamic, not
22972: static. so to enable runtime ^use
22973:
22974: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
22975:
22976: * src/: include/code.h, main/compile.y, main/compile_tools.C,
22977: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
22978:
22979: * src/main/execute.C: root root in code-junction
22980:
22981: 2001-03-07 paf
22982:
22983: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
22984: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
22985:
22986: * src/: include/pa_stack.h, include/pa_value.h,
22987: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
22988: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
22989: fixed rwcontext of {} params up
22990:
22991: * src/main/: compile.y, compile_tools.h: ^func(params)
22992:
22993: * src/main/compile.y: .y priorities syntax shaped up a bit
22994:
22995: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
22996: include/pa_vunknown.h, main/compile.y, main/execute.C,
22997: main/pa_hash.C: expr def in -f
22998:
22999: * src/main/: compile.y, execute.C: expr calls
23000:
23001: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
23002: fixed
23003:
23004: * src/main/compile.y: expr quoted code
23005:
23006: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
23007: support0
23008:
23009: * src/main/compile.y: expr string comparisons 0
23010:
23011: * src/: include/pa_string.h, main/compile.y, main/execute.C,
23012: main/pa_string.C: just compiled lt&co
23013:
23014: * src/main/execute.C: ^var.menu{$field} problem detected. that
23015: $field not a $var.field
23016:
23017: 2001-03-06 paf
23018:
23019: * src/main/compile.y: .y expr visible-shorter
23020:
23021: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
23022: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
23023: logical
23024:
23025: * src/: include/pa_vstring.h, main/compile.y: problems with
23026: skipping whitespace in yylex
23027:
23028: * src/include/pa_vbool.h: forgot this
23029:
23030: * src/: include/code.h, main/compile.y, main/execute.C: without
23031: string ops in expressions 0
23032:
23033: * src/: include/pa_value.h, include/pa_vdouble.h,
23034: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
23035: main/execute.C, main/main.dsp: !~
23036:
23037: * src/: include/pa_vcframe.h, include/pa_vclass.h,
23038: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
23039: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23040: include/pa_vunknown.h, include/pa_wcontext.h,
23041: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23042: main/compile_tools.h, main/execute.C: +-*/
23043:
23044: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
23045: main/compile_tools.h: grammar-1.1 $a(z) $a=0
23046:
23047: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
23048: main/execute.C: expr grammar-1 2*2=4.000000 :)
23049:
23050: * src/main/compile.y: expr grammar-1
23051:
23052: * src/main/compile.y: expr lexx1
23053:
23054: * src/main/: compile.y, execute.C, main.dsp: z
23055:
23056: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
23057: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
23058: main/execute.C: expr lex0 exec-1
23059:
23060: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
23061:
23062: 2001-02-26 paf
23063:
23064: * src/main/compile.y: max_string in yyerror bug fix
23065:
23066: 2001-02-25 paf
23067:
23068: * src/: include/pa_value.h, include/pa_vmframe.h,
23069: include/pa_wcontext.h, main/execute.C: VAliased3
23070:
23071: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
23072:
23073: * src/main/execute.C: VAliased1
23074:
23075: * src/: include/pa_request.h, include/pa_value.h,
23076: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
23077: VAliased0
23078:
23079: * src/: include/pa_pool.h, include/pa_request.h,
23080: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
23081: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
23082: VAliased just compiled
23083:
23084: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
23085: include/pa_vobject.h, main/execute.C: alias dead end
23086:
23087: * src/: include/pa_value.h, include/pa_vclass.h,
23088: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23089: main/main.dsp: no not get fields into interm VFielded class.
23090: fields & staticfields 1
23091:
23092: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
23093: include/pa_vobject.h, include/pa_wcontext.h,
23094: include/pa_wwrapper.h, main/core.C, main/execute.C,
23095: main/main.dsp: would now get fields into interm VFielded class
23096:
23097: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23098: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23099: include/pa_wcontext.h, main/compile.y, main/core.C,
23100: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
23101: main/pa_wcontext.C: virtuals2
23102:
23103: * src/main/compile.y: : 1
23104:
23105: * src/main/compile.y: rethought to $class:static.field.subfield
23106:
23107: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
23108: $class:element
23109:
23110: * src/: include/pa_value.h, include/pa_vmframe.h,
23111: include/pa_wwrapper.h, main/compile.y, main/execute.C,
23112: main/pa_wcontext.C: before execute class calls rewrite
23113:
23114: * src/: include/pa_request.h, main/compile.C, main/core.C: default
23115: name RUN, also alias
23116:
23117: * src/main/compile.y: escaping bug
23118:
23119: * src/: include/pa_request.h, include/pa_value.h,
23120: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
23121: main/core.C, main/execute.C, main/pa_common.C: vobject1
23122:
23123: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23124: include/pa_vmframe.h, include/pa_vobject.h,
23125: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23126: main/compile_tools.h, main/execute.C: ^class:method() just
23127: compiled
23128:
23129: 2001-02-24 paf
23130:
23131: * src/main/main.dsp: no bison -d
23132:
23133: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
23134: class' err msg wrong
23135:
23136: * src/main/compile.y: z
23137:
23138: * src/main/: compile.y, core.C: yylex need some @special lines adj
23139:
23140: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
23141: main/compile.y, main/compile_tools.h, main/core.C: modules0
23142:
23143: * src/: include/pa_vclass.h, main/core.C: z
23144:
23145: * src/: include/pa_value.h, include/pa_vclass.h,
23146: include/pa_vobject.h, main/main.dsp: vobject00
23147:
23148: * src/main/pa_array.C: minor bug in expanding very small arrays.
23149: 60% from 1 were 0
23150:
23151: * src/: include/pa_value.h, include/pa_wcontext.h,
23152: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
23153: as bad as you've named it: wcontext.value() was not a perfect
23154: idea
23155:
23156: * src/main/execute.C: codeframe1
23157:
23158: * src/: include/pa_value.h, include/pa_vcframe.h,
23159: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
23160: include/pa_vjunction.h, include/pa_vmframe.h,
23161: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23162: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
23163: just compiled
23164:
23165: * src/: include/pa_vframe.h, main/compile.y: found junction
23166: ideology @: ^x{$a()) must construct current wcontext element, so
23167: smart wcontext handling needed
23168:
23169: * src/main/compile.y: fixed grammar bugs in constructor/params
23170: klinch
23171:
23172: * src/main/: compile.y, execute.C: fixed empty constructor
23173: optimized empty case. failed on calls - produced empty string
23174: param
23175:
23176: * src/main/compile.y: fixed last \n macrotemplate strip bug
23177:
23178: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
23179: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
23180: main/compile_tools.C, main/compile_tools.h, main/core.C,
23181: main/execute.C: code junctions0. something wrong with last \n
23182: macrotemplate strip
23183:
23184: * src/: include/pa_value.h, main/compile.C, main/core.C,
23185: main/pa_value.C: minor error reporting format beautifyings
23186:
23187: * src/: include/pa_value.h, include/pa_vclass.h,
23188: include/pa_vframe.h, main/core.C, main/execute.C,
23189: main/pa_value.C: get_method RIP. junctions everywhere. call with
23190: junctions0
23191:
23192: 2001-02-23 paf
23193:
23194: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
23195: pa_wwrapper.h: lara came, can't work, sorry :(
23196:
23197: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
23198: junction
23199:
23200: * src/: include/pa_vframe.h, include/pa_vunknown.h,
23201: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
23202: main/execute.C, main/main.dsp, main/pa_value.C: call0
23203:
23204: * src/: include/pa_hash.h, include/pa_value.h,
23205: include/pa_wcontext.h, main/core.C, main/execute.C,
23206: main/main.dsp, main/pa_hash.C: started call. store param, vframe
23207: done
23208:
23209: * src/include/pa_wcontext.h: z
23210:
23211: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
23212: wrong grammar in complex constructor case
23213:
23214: * src/main/: compile.y, execute.C: empty constructor bug fixed
23215:
23216: * src/main/execute.C: with result rwpool
23217:
23218: * src/: include/pa_value.h, main/core.C, main/execute.C,
23219: main/main.dsp: value named
23220:
23221: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
23222: strign 2 value in 2 places in execute
23223:
23224: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
23225: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
23226: wcontext.put_element when wcontext fvalue==0
23227:
23228: 2001-02-22 paf
23229:
23230: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23231: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
23232: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
23233:
23234: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
23235: erroreos checkout
23236:
23237: * src/: include/pa_request.h, main/compile.y: $self.put(val)
23238:
23239: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
23240: main/compile_tools.h, main/pa_array.C: $self.get
23241:
23242: * src/main/: compile.C, compile.y, compile_tools.C: z
23243:
23244: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
23245: bit. finished now.
23246:
23247: * src/main/compile.y: $: finished
23248:
23249: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
23250:
23251: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
23252: main/execute.C: OP_STRING better then some xxx _VALUE
23253:
23254: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
23255: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23256: string to vstring it .y all
23257:
23258: * src/: include/pa_request.h, include/pa_stack.h,
23259: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
23260: all
23261:
23262: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
23263: precise parse error line:col
23264:
23265: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
23266: main/pa_hash.C, main/pa_pool.C: TRY...
23267:
23268: * src/: include/pa_exception.h, include/pa_pool.h,
23269: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
23270: main/compile.C, main/compile.y, main/compile_tools.C,
23271: main/core.C, main/pa_array.C, main/pa_exception.C,
23272: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
23273: main/pa_table.C: removed exception from request
23274:
23275: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
23276: some forgotten
23277:
23278: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23279: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
23280: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
23281: get/put simple vars to VClass works0
23282:
23283: * src/: include/pa_array.h, include/pa_wcontext.h,
23284: main/pa_string.C: in process, but found that exceptions are too
23285: global
23286:
23287: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
23288: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
23289: main/execute.C, main/pa_string.C: write_value write_string 0 it
23290: seems wcontext must write strings regardles of fvalue!=0
23291:
23292: 2001-02-21 paf
23293:
23294: * src/main/execute.C: tired :)
23295:
23296: * src/main/: compile.C, compile.y, execute.C: store0
23297:
23298: * src/: include/compile.h, include/execute.h, include/pa_array.h,
23299: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
23300: include/pa_wcontext.h, main/compile.C, main/compile.y,
23301: main/execute.C, main/main.dsp, main/pa_array.C,
23302: main/pa_request.C: get put -1 [just compiled]
23303:
23304: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
23305: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
23306: main/main.dsp, main/pa_request.C: request core methods0
23307:
23308: * src/: include/compile.h, include/pa_array.h, main/compile.C,
23309: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
23310: execute
23311:
23312: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
23313: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
23314: methods and one_big_piece. now compile returns array<method*>
23315:
23316: * src/main/compile.y: more straightforward yylex[end]
23317:
23318: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
23319: string.operator==(char*)
23320:
23321: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
23322: main/execute.C, main/pa_array.C: after array.const get wonders
23323:
23324: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
23325: pa_string.h, pa_value.h: struck with const array.gets
23326:
23327: * src/main/: execute.C: z
23328:
23329: * src/main/: compile.y, execute.C: z
23330:
23331: * src/main/: compile.C, compile.y, compile_tools.h: error
23332: processing in eval & yyerror so it wouldn't cause memleaks.
23333:
23334: * src/main/: compile.C, compile.y: failed to add absolute precies
23335: parse error positions. leaving RIGHTMOST position as
23336: @file[line:col]
23337:
23338: * src/: include/compile.h, main/compile.C, main/compile.y,
23339: main/compile_tools.h: line numbers needed. would add them to .y
23340: now internally. externally it's not as precise as needed
23341:
23342: * src/: include/code.h, include/pa_types.h, main/compile.C,
23343: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23344: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
23345: compiler works ok
23346:
23347: 2001-02-20 paf
23348:
23349: * src/main/: compile.C, compile.y, compile_tools.C,
23350: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
23351: not perfect
23352:
23353: * src/: include/code.h, include/compile.h, include/execute.h,
23354: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
23355: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23356: main/compile.C, main/compile.y, main/compile_tools.C,
23357: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
23358: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23359: main/pa_string.C, main/pa_table.C: bison[yacc] first time
23360: compiled. execute=dump for now
23361:
23362: * src/main/core.C: core rewrite using yacc investigations now will
23363: be compile[yacc]/execute[opcodes]
23364:
23365: 2001-02-15 paf
23366:
23367: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
23368: rewrite as turing machine? for it seems it would be it's too many
23369: ifs with this syntax now
23370:
23371: 2001-02-14 paf
23372:
23373: * src/main/core.C: get_params 1
23374:
23375: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
23376: :( ]
23377:
23378: * src/main/core.C: varios breaks
23379:
23380: * src/main/core.C: get names 3
23381:
23382: * src/main/core.C: get names 2
23383:
23384: * src/main/core.C: get names 1
23385:
23386: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
23387: names 0
23388:
23389: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
23390: text repassing2 operator static vars
23391:
23392: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
23393: main/pa_string.C: process text repassing
23394:
23395: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23396: module:calls changes
23397:
23398: 2001-02-13 paf
23399:
23400: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23401: ^class:calls[] started
23402:
23403: * src/: include/pa_value.h, main/core.C: z
23404:
23405: * src/main/core.C: operators : and self. prefixes
23406:
23407: * src/main/core.C: z
23408:
23409: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23410: tested
23411:
23412: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23413: optimized
23414:
23415: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
23416: would change privates to better support optimization
23417:
23418: * src/: include/pa_string.h, main/pa_string.C:
23419: String_iterator::skip_to todo:optimize
23420:
23421: 2001-02-12 paf
23422:
23423: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
23424: String_iterator
23425:
23426: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
23427: comments
23428:
23429: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
23430: self/methodref joined
23431:
23432: 2001-02-11 paf
23433:
23434: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
23435: main/main.dsp: core started. core.C, context&value .h
23436:
23437: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23438: include/pa_string.h, main/main.dsp, main/pa_array.C,
23439: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
23440:
23441: 2001-01-30 paf
23442:
23443: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
23444: comments
23445:
23446: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
23447: main/pa_pool.C: moved pa_pool.C to be target specific
23448:
23449: * src/: include/pa_exception.h, include/pa_pool.h,
23450: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
23451: to & changes
23452:
23453: * src/: include/pa_exception.h, include/pa_pool.h,
23454: include/pa_request.h, include/pa_table.h, main/pa_array.C,
23455: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
23456: re-associated. that's much better even removed 'die' necessety
23457:
23458: * src/: include/pa_error.h, include/pa_exception.h,
23459: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23460: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
23461: targets/Makefile.am: lowered targets/parser into subdir, added
23462: parser_Pool(Pool) failed to add. would think..
23463:
23464: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
23465: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
23466: main/pa_string.C, main/pa_table.C: Table more like C++ style
23467: hence lots of 'const'
23468:
23469: * src/: include/pa_error.h, include/pa_request.h,
23470: include/pa_string.h, include/pa_table.h, main/pa_error.C,
23471: main/pa_table.C: Error fixed
23472:
23473: 2001-01-29 paf
23474:
23475: * src/: include/pa_array.h, include/pa_common.h,
23476: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
23477: include/pa_request.h, include/pa_string.h, include/pa_table.h,
23478: main/Makefile.am, main/pa_array.C, main/pa_common.C,
23479: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
23480:
23481: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23482: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23483: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
23484: main/pa_string.C, main/pa_table.C: Request Error Table
23485:
23486: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
23487: templates"
23488:
23489: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
23490: main/main.dsp, main/pa_array.C: templates failed no template
23491: specializations [VC6], no library auto instantation [VC6, GNU c++
23492: 2.95.2-6 from latest cygwin]
23493:
23494: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23495: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23496: main/main.dsp, main/pa_array.C, main/pa_string.C,
23497: main/pa_table.C: Table started would test template Array now
23498:
23499: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23500: String originating
23501:
23502: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
23503: main/pa_hash.C: made local Hash-es not thread safe=quicker by
23504: SYNCHRONIZED(thread_safe)
23505:
23506: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
23507: parts to top
23508:
23509: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
23510: main/pa_threads.C: decided on one global_mutex, like PHP as I can
23511: see: needed only in global Hash now, made Hash:: put/get
23512: SYNCHRONIZED
23513:
23514: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
23515: main/pa_threads.C: added pa_threads
23516:
23517: Mutex
23518:
23519: * src/include/pa_hash.h: some comments
23520:
23521: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
23522: Array& operator += (Array& src)
23523:
23524: * src/main/pa_array.C: expand not convinient, would rewrite
23525:
23526: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
23527: (Array& src)
23528:
23529: rethought, would change now
23530:
23531: 2001-01-27 paf
23532:
23533: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
23534: caching
23535:
23536: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23537: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
23538: cache rethought to chunk caching
23539:
23540: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23541: include/pa_string.h, main/main.dsp, main/pa_array.C,
23542: main/pa_hash.C, main/pa_string.C: Array 0
23543:
23544: * src/main/pa_string.C: String::operator ==
23545:
23546: * src/main/pa_hash.C: String(&String)
23547:
23548: * src/main/pa_hash.C: added pa_hash.C [forgotten]
23549:
23550: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
23551: main/main.dsp, main/pa_string.C: uint, and added pa_types &
23552: pa_hash[forgotten]
23553:
23554: 2001-01-26 paf
23555:
23556: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23557: removed templates [vc++ suxx]
23558:
23559: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
23560: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
23561:
23562: * src/include/: pa_pool.h, pa_string.h: pa_pool split
23563:
1.119 moko 23564: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 23565:
1.119 moko 23566: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 23567: check
23568:
23569: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
23570: dynamic row_count
23571:
23572: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23573: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23574: targets/Makefile.am: Initial revision
23575:
23576: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23577: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23578: targets/Makefile.am: creating parser3 module
23579:
E-mail: