Annotation of parser3/ChangeLog, revision 1.133
1.133 ! moko 1: 2020-02-18 moko
! 2:
! 3: * src/classes/op.C: windows x64 debug mode compile fix
! 4:
! 5: * src/main/pa_globals.C: no longer required due to -MD -> -MT
! 6: change (releated to feature #1200)
! 7:
! 8: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
! 9: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
! 10: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
! 11: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
! 12: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
! 13: targets/apache/ApacheModuleParser3.vcproj,
! 14: targets/apache/ApacheModuleParser3Core.vcproj,
! 15: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
! 16: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
! 17: dependency (related to feature #1200)
! 18:
1.132 moko 19: 2020-02-12 moko
20:
21: * src/types/pa_vmail.C: minimize diff
22:
23: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
24: #1199)
25:
1.131 moko 26: 2020-01-18 moko
27:
28: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
29:
1.130 moko 30: 2019-12-28 moko
31:
32: * src/targets/cgi/parser3.C: avoid empty ?
33:
34: 2019-12-27 moko
35:
36: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
37: DOCUMENT_ROOT (related to feature #1164)
38:
39: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
40: fcgiwrap setup (implements feature #1164)
41:
42: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
43: but no issues found (related to feature #1164)
44:
45: * src/targets/cgi/parser3.C: actualized
46:
47: 2019-12-26 moko
48:
49: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
50: removed
51:
52: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
53: removed
54:
55: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
56: allocation errors, we don't want default gc warnings (without
57: timestamp and URI).
58:
59: * src/: classes/memory.C, main/pa_globals.C,
60: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
61: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
62: pa_globals_init
63:
64: * src/main/pa_globals.C: setup_hex_value() removed, static array
65: initialization used (optimization)
66:
67: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
68: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
69: pa_socks_init/pa_socks_done moved inside pa_globals_init
70: (optimization)
71:
1.129 moko 72: 2019-12-09 moko
73:
74: * src/include/pa_config_fixed.h: warning war
75:
1.128 moko 76: 2019-12-08 moko
77:
78: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
79: process grammar under Unix.
80:
81: 2019-12-07 moko
82:
83: * tests/389.html: For Windows XP. :)
84:
85: * tests/388-sql.html: Windows compatibility added
86:
87: 2019-12-06 moko
88:
89: * src/targets/cgi/parser3.C: warning war
90:
91: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
92: == sizeof(CORD)) to avoid aligning bugs in future
93:
94: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
95: XML_STATIC
96:
97: * src/include/pa_request.h: StackItem() not required
98:
99: * src/include/pa_stack.h: warning war
100:
101: * src/include/pa_config_includes.h: GCC warning silenced
102:
103: * src/include/pa_memory.h: warning war: the program should also
104: define 'void operator delete [](void*, std::size_t)'
105: [-Wsized-deallocation]
106:
107: * src/types/: pa_vregex.h, pa_vtable.h: warning war
108:
109: * src/classes/string.C: not reqired cast removed
110:
111: * src/classes/string.C: not reqired cast removed
112:
113: 2019-12-05 moko
114:
115: * src/lib/sdbm/pa_file_io.C: warning war
116:
117: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
118: enum Language : size_t - required for VS2015+ to make
119: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
120: without it (related to feature #1198)
121:
122: 2019-12-04 moko
123:
124: * src/main/pa_base64.C: unsigned char -> uchar
125:
126: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
127: as other libs
128:
129: * src/include/pa_version.h: +amd64
130:
131: 2019-12-03 moko
132:
133: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
134: release
135:
136: * src/include/pa_config_includes.h: warning war
137:
138: * src/classes/image.C: warning war
139:
140: * src/main/pa_globals.C: x64 libs support
141:
142: * src/include/pa_config_includes.h: warning war
143:
144: * src/types/pa_method.h: warning war
145:
1.127 moko 146: 2019-11-28 moko
147:
148: * src/classes/math.C: vs2003 compatibility + warning war
149:
150: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
151: libxml2-2.9.9 (related to feature #1136)
152:
153: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
154: typecast for more compatibility (related to feature #1136)
155:
156: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
157: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
158: feature #1136)
159:
160: 2019-11-26 moko
161:
162: * src/main/: compile_tools.C, compile_tools.h: invalid assert
163: removed (it was failing in $$var case), condition added
164:
1.126 moko 165: 2019-11-25 moko
166:
167: * tests/: 397.html, 399.html, results/141.processed,
168: results/399.processed: base64 options tested
169:
170: * src/: classes/math.C, main/pa_http.C: base64 options used
171:
172: * src/main/pa_base64.C: base64 encode rewritten, base64 options
173: implemented (feature #986)
174:
175: * src/main/pa_cache_managers.C: whitespace
176:
177: * tests/: 397.html, 399.html, results/399.processed: tests for
178: ^base64 encode options added (related to feature #986)
179:
180: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
181: pa_base64_encode(file) removed - more memory, but faster and less
182: code (related fo feature #986)
183:
184: 2019-11-24 moko
185:
186: * tests/: 155.html, results/155.processed: limit and offset in
187: ^table::load[] now supported, thus test added
188:
189: * src/: classes/file.C, classes/table.C, include/pa_common.h,
190: main/pa_common.C: optimization: offset and limit options parsing
191: moved inside file_load.
192:
193: 2019-11-23 moko
194:
195: * src/: classes/file.C, classes/op.C, include/pa_common.h,
196: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
197: optimization: file_read replaced with simplified file_read_binary
198:
199: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
200: types/pa_vform.C: whitespace
201:
202: * src/: include/pa_common.h, main/pa_common.C: never used params
203: removed
204:
205: 2019-11-21 moko
206:
207: * tests/: 193.html, results/193.processed, results/389.processed:
208: test results updated as now base64 does not discard tail without
209: padding (related to feature #986)
210:
211: 2019-11-20 moko
212:
213: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
214: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
215: pa_base64_decode (related to feature #986)
216:
217: * tests/398.html: tests for base64 decode added (related to feature
218: #986)
219:
220: * src/main/pa_base64.C: base64_decode rewritten - padding option
221: support, padding inside base 64 supported (related to feature
222: #096)
223:
224: 2019-11-19 moko
225:
226: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
227: FreeBSD 12
228:
1.125 moko 229: 2019-11-16 moko
230:
231: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
232: support added, step support removed (related to #986)
233:
234: 2019-11-15 moko
235:
236: * src/classes/math.C: using log since log2 is not present on
237: FreeBSD < 8.4 (related to feature #1177)
238:
239: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
240: pa_base64_size extracted and used for files as well (related to
241: feature 986)
242:
243: 2019-11-14 moko
244:
245: * tests/: 397.html, results/397.processed: + content check
246:
247: * tests/: 141.html, results/141.processed: make test resuls more
248: readable
249:
250: * tests/: 397.html, results/193.processed, results/397.processed:
251: test results updated after \x00 character was disabled in
252: math:convert string mode (related to feature #1177)
253:
254: * src/classes/: math.C, string.C: \\x00 character disabled while
255: converting to string (as in base64, related to feature #1177)
256:
257: * src/classes/file.C: more correct arguments separation
258:
259: * src/: classes/file.C, classes/math.C, classes/string.C,
260: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
261: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
262: options added, but not yet implemented (related to feature #986)
263:
264: * src/classes/math.C: whitespace
265:
266: 2019-11-13 moko
267:
268: * tests/: 397.html, results/397.processed: +tainting test (related
269: to feature #1177)
270:
271: * src/classes/math.C: as we now produce not only digits, result
272: should be tainted (related to feature #1177)
273:
274: * src/main/pa_base64.C: whitespace
275:
276: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
277: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
278: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
279: implementation moved from pa_common.h and pa_common.C
280:
281: 2019-11-12 moko
282:
283: * tests/: 275.html, results/275.processed: out of range test fixed,
284: as ^math:convert now supports arbitrary precision
285:
286: 2019-11-11 moko
287:
288: * tests/results/389.processed: uctualized error message
289:
290: * tests/: 389.html, 397.html, results/397.processed: tests for
291: ^math:convert added (related to feature #1177)
292:
293: * src/classes/math.C: ^math:convert now supports arbitrary
294: precision, alphabet support added (implements feature #1177)
295:
1.124 moko 296: 2019-11-06 moko
297:
298: * tests/: 181.html, results/181.processed: entities usage added,
299: more entites load tests (related to bug #842 discussion)
300:
301: 2019-11-05 moko
302:
303: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
304: call from xmlFileOpen if http://localhost/<file> was not found
305: (related to bug #842)
306:
307: * src/main/pa_xml_io.C: rename
308:
309: * src/main/pa_xml_io.C: +MemoryStream constructor
310:
311: * src/main/pa_xml_io.C: whitespace
312:
1.123 moko 313: 2019-10-31 moko
314:
315: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
316: XML_PARSE_NOENT) added to fix entities load, (related to feature
317: #1181)
318:
1.122 moko 319: 2019-10-25 moko
320:
321: * tests/: 388-sql.html, results/388-sql.processed: more multiple
322: queries tests
323:
324: 2019-10-24 moko
325:
326: * tests/: 388-sql.html, results/388-sql.processed: support for
327: pgsql driver test
328:
329: * tests/: 388-sql.html, results/388-sql.processed:
330: multi_statements=1 now tested, mysql test now supported
331: (connection must be specified in [parser3] section in .my.cnf)
332: related to issues #1195 and #1194
333:
1.121 moko 334: 2019-09-11 moko
335:
336: * src/classes/int.C: whitespace
337:
338: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
339: exception test
340:
341: * tests/results/388-sql.processed: sql queries now shown (related
342: to feature #1196)
343:
344: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
345: with old parser versions.
346:
347: * src/: classes/file.C, classes/hash.C, classes/string.C,
348: classes/table.C, classes/void.C, include/pa_sql_connection.h,
349: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
350: instead of connect string in query_event_handlers exceptions
351: (implements feature #1196)
352:
1.120 moko 353: 2019-09-06 moko
354:
355: * tests/388-sql.html: mysql compat
356:
357: * src/: classes/hash.C, classes/string.C, classes/table.C,
358: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
359: sql_ variables declaration moved to pa_common.h
360:
1.116 moko 361: 2019-01-15 moko
362:
363: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
364: logically sorted
365:
366: 2018-12-27 moko
367:
368: * src/include/pa_config_includes.h: warning war:
369: -Wdeprecated-register added for C++ 17
370:
371: 2018-10-15 moko
372:
373: * configure.ac: FreeBSD 11.2 can be build with ./configure
374: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
375: --with-xml=/usr/local/
376:
377: 2018-09-24 moko
378:
379: * tests/: 396.html, 396.tiff, results/396.processed: test for
380: ^image::measure[] now supports tiff added (related to feature
381: #1188)
382:
383: * src/classes/image.C: ^image::measure[] now supports tiff
384: (implements feature #1188)
385:
386: 2018-09-20 moko
387:
388: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
389: files measure added (related to ticket #1188)
390:
391: * src/classes/image.C: measure of bmp files implemented (related to
392: ticket #1188)
393:
394: 2018-09-18 moko
395:
396: * tests/: 394-curl.html, results/394-curl.processed,
397: results/auto.p: test for bug #1187 (max_file_size check for head
398: requests) added
399:
400: 2018-08-24 moko
401:
402: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
403: response content-length check is required (fixes bug #1187)
404:
405: 2018-05-11 moko
406:
407: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
408: $.append(bool) ] option added (related to feature #919)
409:
410: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
411: from misha@ patch (implements feature #919)
412:
413: 2018-03-22 moko
414:
415: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
416: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
417: with 128kb buffer. Now works at least 12 times faster. :) May be
418: Windows-only problem.
419:
420: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
421: build fix)
422:
423: 2018-02-03 moko
424:
425: * src/main/execute.C: removes irrelevant lines from exception stack
426: trace when exceptions occurs in assigment (fixes bug #1165)
427:
428: * tests/: 393.html, results/393.processed: test for behavour after
429: "Property can not be created, already exists field with that
430: name" exception removed (related to feature #1183)
431:
432: * src/types/pa_vclass.C: "Property can not be created, already
433: exists field with that name" exception removed (implements
434: feature #1183)
435:
436: 2018-01-19 moko
437:
438: * src/classes/string.C: whitespace
439:
440: * src/classes/string.C: whitespace
441:
442: * tests/: 392.html, results/392.processed: test for
443: ^regex::create[$regex] added (related to feature #1135)
444:
445: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
446: ^regex::create[$regex] added (implements feature #1135)
447:
448: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
449: commented define added (related to feature #1157)
450:
451: 2018-01-17 moko
452:
453: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
454:
455: 2018-01-15 moko
456:
457: * tests/: 390.html, results/390.processed: real path replaced by
458: stub
459:
460: * tests/: 391.html, results/391.processed: test for feature #1181
461: (XML_PARSE_HUGE exception) added
462:
463: 2018-01-11 moko
464:
465: * bin/auto.p.dist.in: sqlite3 -> libsqlite3
466:
467: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
468: XML_PARSE_HUGE option passed by default (implements feature
469: #1181)
470:
471: * src/classes/string.C: whitespace
472:
473: 2017-12-10 moko
474:
475: * tests/: 389.html, 390.html, results/389.processed,
476: results/390.processed: image code coverage tests added (related
477: to feature #1125)
478:
479: 2017-12-08 moko
480:
481: * tests/: 346-curl.html, 388-sql.html, 389.html,
482: results/346-curl.processed, results/388-sql.processed,
483: results/389.processed: more code coverage tests
484:
485: * tests/: 264.html, results/264.processed: code coverage for
486: ^file::exec[]
487:
488: 2017-12-07 moko
489:
490: * tests/: 174.html, 388-sql.html, 389.html,
491: results/388-sql.processed, results/389.processed,
492: results/174.processed: more coverage tests
493:
494: * src/classes/math.C: exception text actualized
495:
496: 2017-12-06 moko
497:
498: * tests/388-sql.html: $SQL can be here
499:
500: * tests/results/auto.p: $SQL not required here
501:
502: * tests/: 388-sql.html, 389.html, Makefile,
503: results/388-sql.processed, results/389.processed, results/auto.p:
504: code coverage tests for sql (using sqlite) and int/double/bool
505: added (related to feature #1125)
506:
507: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
508: lib/json/json.vcproj, lib/md5/md5.vcproj,
509: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
510: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
511: targets/apache/ApacheModuleParser3Core.vcproj,
512: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
513: types/types.vcproj: gc\include no longer required
514:
515: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
516: required
517:
518: * src/: classes/Makefile.am, classes/table.C,
519: include/pa_config_includes.h, include/pa_string.h,
520: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
521: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
522: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
523: targets/apache/Makefile.am, targets/cgi/Makefile.am,
524: types/Makefile.am: to be sure that our version of gc.h/cord.h is
525: used, we now include it directly
526:
527: 2017-12-04 moko
528:
529: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
530: memcached/memcached.vcproj, punycode/punycode.vcproj,
531: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
532: where required
533:
534: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
535: now can be used to trace memory allocations
536:
537: * src/: classes/table.C, include/pa_config_includes.h,
538: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
539: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
540: method removes, libcord also can work without libgc
541:
542: * src/classes/json.C: pa_gc_malloc_atomic should not be used
543:
544: 2017-11-29 moko
545:
546: * src/classes/curl.C: no exception if some of ^curl:info[] elements
547: are not present (related to feature #1173)
548:
549: * tests/346-curl.html: test updated to test curl content-length bug
550: (related to feature #1173)
551:
552: * tests/results/346-curl.processed: more test for content-length
553: curl bug (related to feature #1173)
554:
555: * tests/results/346-curl.processed: test results updated after
556: #1173 implemented
557:
558: 2017-11-28 moko
559:
560: * src/classes/curl.C: another libcurl Content-length bug walkaround
561: (related to feature #1173)
562:
563: 2017-11-27 moko
564:
565: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
566: $.http_version[version string] added (implements feature #1173),
567: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
568: where $post(true) bug existed.
569:
570: 2017-11-18 moko
571:
572: * src/include/pa_memory.h: warning war (related to feature #1170)
573:
574: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
575: feature #1170)
576:
577: 2017-11-17 moko
578:
579: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
580: std::basic_stringstream used in ^table.csv-string[] is compatible
581: with delete usage check only under Debian 9 (related to feature
582: #1170)
583:
584: 2017-11-16 moko
585:
586: * src/: classes/curl.C, classes/hash.C, classes/json.C,
587: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
588: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
589: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
590: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
591: types/pa_vxdoc.h: regular new/delete no longer used in our code,
592: stubs defend from accidental use (implements feature #1170)
593:
594: 2017-06-24 moko
595:
596: * configure.ac: minor fix: thanks to alx@
597:
1.115 moko 598: 2017-05-29 moko
599:
600: * src/types/pa_vmail.C: mail headers are now correctly truncated -
601: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
602: added to avoid cutting of UTF-8 chars (fixed bug #123)
603:
604: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
605: ignored, =?UTF-8?Q?= should start in case of leading space
606: (related to bug #123)
607:
608: * buildall: echo -n -> printf for OS X. :)
609:
610: 2017-05-25 moko
611:
612: * tests/: 288.html, results/288.processed: test updated afted
613: setting $o.prop without setter exception removed (related to
614: feature #1157)
615:
616: * src/types/pa_vclass.C: no more "this property has no setter
617: method" when setting $o.prop without setter (implements feature
618: #1157)
619:
620: * buildall: echo \c -> echo -n for FreeBSD
621:
622: * configure, configure.ac, src/include/pa_config_auto.h.in,
623: src/types/pa_vdouble.h: isfinite now checked in configure
624:
625: * compile, config.guess, config.sub, depcomp, install-sh, missing:
626: upgraded to automake 1.15
627:
628: 2017-05-23 moko
629:
630: * src/types/pa_vdouble.h: finite returned where isfinite not
631: defined
632:
633: 2017-05-22 moko
634:
635: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
636:
637: * buildall: extern CFLAGS setting support
638:
639: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
640:
641: * buildall: http -> https
642:
643: * buildall: gc-7.2f -> gc-7.6.0
644:
645: 2017-05-20 moko
646:
647: * buildall: https, pcre, xml, xslt updated to current versions
648: (related to feature #1136)
649:
650: 2017-05-19 moko
651:
652: * tests/097.html: after parser.ru moved to https
653:
654: 2017-05-17 moko
655:
656: * tests/results/: 175.processed, 372.processed: tests resuls
657: updated after lintian spelling typos fixed (related to bug #1156)
658:
659: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
660: classes/string.C, classes/table.C, main/pa_charset.C,
661: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
662: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
663: lintian reported by Sergey B Kirpichev (fixes bug #1156)
664:
665: * tests/results/096.processed: +XMP
666:
667: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
668: $.xmp(true) options tested (test for feature #1154)
669:
670: * src/classes/image.C: ^image:measure[] options $.exif(false)
671: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
672: fetched by default! (implements feature #1154)
673:
674: 2017-05-16 moko
675:
676: * tests/: 256.html, results/256.processed: ^json:string[$image] now
677: allowed (related to feature #1154)
678:
679: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
680: initial XMP implementation - without options and transcode
681: (related to feature #1154)
682:
683: 2017-05-12 moko
684:
685: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
686: image: exif moved to ffields, skipped in ^image.html[] where
687: iterators now used (preparation for feature #1154)
688:
689: 2017-05-05 moko
690:
691: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
692: results/387.processed: test for circular class inheritance check
693: added (related to bug #1150)
694:
695: * src/types/pa_vstateless_class.C: circular class inheritance check
696: added (fixes endless add_derived bug #1150)
697:
698: 2017-05-04 moko
699:
700: * tests/: 386.html, results/386.processed: test for
701: $table.value(number) added (related to feature #1152)
702:
703: * src/types/pa_vtable.C: table put_element: column value must be
704: string - > column value must be string compatible to allow
705: $t.value(1) (implements feature #1152)
706:
707: 2017-05-03 moko
708:
709: * src/main/pa_request.C: $use[$method] is not possible, reverting
710: (related to feature #1151)
711:
712: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
713: not possible, removing test (related to feature #1151)
714:
715: * src/: main/pa_request.C, types/pa_vstateless_class.h:
716: get_element_method added and used to allow $use[$method] and
717: $autouse[$method] (implements feature 1151)
718:
719: * tests/: 386.html, 386.p, results/386.processed: test for @use in
720: variable added (related to feature #1151)
721:
722: * tests/results/226.processed: actualized after ^try-catch used
723:
724: * tests/: 226.html, 385.html, results/385.processed: test for
725: @autouse in variable added
726:
727: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
728:
1.114 moko 729: 2017-02-27 moko
730:
731: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
732:
1.113 moko 733: 2017-02-20 moko
734:
735: * operators.txt: actualization + beauty
736:
737: 2017-02-16 moko
738:
739: * tests/: 384.html, results/384.processed: test for
740: ^reflection:mixin[; $.name[] ] option added (related to feature
741: #1089)
742:
743: * tests/: 384.html, results/384.processed: test for
744: ^reflection:mixin[] added (related to feature #1089)
745:
746: * src/types/pa_value.h: warning war: virtual ~Value() added
747:
1.112 moko 748: 2017-02-15 moko
749:
750: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
751: fixed
752:
753: * tests/: 320.html, results/320.processed: $.reverse(true/false)
754: test added (related to feature #1069)
755:
756: * src/: classes/reflection.C, types/pa_vstateless_class.h:
757: compilation without HASH_ORDER fixed
758:
759: * src/: classes/reflection.C, include/pa_hash.h:
760: $.reverse(true/false) added to ^reflection:methods[] (related to
761: feature #1069)
762:
763: 2017-02-14 moko
764:
765: * tests/: 152.html, results/152.processed: test for $._default hash
766: added (related to bug #1131)
767:
768: * tests/: 277.html, results/277.processed: test for hash with only
769: $._default is now defined (related to bug #1131)
770:
771: * src/types/pa_vhash.h: hash with only $._default is now defined
772: (fixed bug #1131)
773:
774: 2017-02-13 moko
775:
776: * tests/cat-windows.sh: cat-windows added (cygwin required)
777:
778: * tests/: 171.html, 264.html, 286.html, 370.html,
779: results/320.processed, results/375.processed, results/auto.p:
780: cat-windows.sh support added
781:
782: * tests/375.html: Windows support
783:
784: * tests/270.html: documented
785:
786: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
787: (not backslashes) even under Windows (broke test 270)
788:
789: 2017-02-12 moko
790:
791: * tests/: descript.ion, todo.txt: cleanup
792:
793: 2017-02-09 moko
794:
795: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
796: run_tests.cmd: Windows compatibility
797:
798: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
799: incorrectly (GMT) if parser is called from cygwin
800:
1.111 moko 801: 2017-02-08 moko
802:
1.112 moko 803: * operators.txt: actualization 15% completed
804:
805: * operators.txt: cp1251 -> utf-8
806:
807: * NEWS, README: minor update
808:
809: * src/include/pa_config_includes.h: warning war continues
810:
811: * src/: include/pa_config_includes.h, include/pa_memory.h,
812: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
813: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
814: gcc 6.x issues fixed
815:
1.111 moko 816: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
817: classes/classes.h, classes/curl.C, classes/date.C,
818: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
819: classes/hashfile.C, classes/image.C, classes/inet.C,
820: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
821: classes/memcached.C, classes/memory.C, classes/op.C,
822: classes/reflection.C, classes/regex.C, classes/response.C,
823: classes/string.C, classes/table.C, classes/void.C,
824: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
825: include/pa_array.h, include/pa_cache_managers.h,
826: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
827: include/pa_config_fixed.h, include/pa_config_includes.h,
828: include/pa_dictionary.h, include/pa_dir.h,
829: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
830: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
831: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
832: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
833: include/pa_request_charsets.h, include/pa_request_info.h,
834: include/pa_sapi.h, include/pa_socks.h,
835: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
836: include/pa_stack.h, include/pa_string.h,
837: include/pa_stylesheet_connection.h,
838: include/pa_stylesheet_manager.h, include/pa_symbols.h,
839: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
840: include/pa_uue.h, include/pa_xml_exception.h,
841: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
842: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
843: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
844: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
845: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
846: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
847: main/compile.tab.C, main/compile.y, main/compile_tools.C,
848: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
849: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
850: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
851: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
852: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
853: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
854: main/pa_string.C, main/pa_stylesheet_connection.C,
855: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
856: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
857: main/untaint.C, sql/pa_sql_driver.h,
858: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
859: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
860: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
861: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
862: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
863: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
864: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
865: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
866: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
867: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
868: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
869: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
870: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
871: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
872: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
873: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
874: types/pa_vmemcached.h, types/pa_vmemory.h,
875: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
876: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
877: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
878: types/pa_vresponse.C, types/pa_vresponse.h,
879: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
880: types/pa_vstateless_object.h, types/pa_vstatus.C,
881: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
882: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
883: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
884: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
885: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
886: 2015->2017
887:
1.110 moko 888: 2017-02-07 moko
889:
890: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
891:
892: 2017-02-06 moko
893:
894: * src/main/pa_common.C: minor fixes, whitespace
895:
896: * src/: classes/curl.C, classes/file.C, classes/image.C,
897: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
898: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
899: now used (implements feature #1081)
900:
901: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
902:
903: 2017-02-01 moko
904:
905: * src/include/pa_request.h: cleanup
906:
907: 2017-01-30 moko
908:
909: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
910:
911: 2017-01-29 moko
912:
913: * tests/: 383.html, results/383.processed: test for
914: ^reflection:stack[] added (related to feature #1052)
915:
916: * src/classes/reflection.C: else added
917:
918: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
919: $.max_file_lock_wait added (implements feature #1128)
920:
921: 2017-01-28 moko
922:
923: * tests/: 379-curl.html, results/379-curl.processed: curl empty
924: body and other cases tests added (related to featue #1014)
925:
926: * src/classes/curl.C: bug if response is empty fixed (related to
927: feature #1014)
928:
929: 2017-01-27 moko
930:
931: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
932: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
933: added (implements feature #1052)
934:
935: 2017-01-25 moko
936:
937: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
938: method test added
939:
940: 2017-01-23 moko
941:
942: * src/classes/reflection.C: optimization: options->get replaced by
943: hash iterator
944:
945: * tests/: 381.html, results/381.processed: now -> fixed date
946:
947: * src/main/pa_request.C: warning war
948:
949: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
950: 5Mb (fixes bug #1058)
951:
952: * src/classes/curl.C: warning war
953:
954: * tests/: 381.html, results/381.processed: tests for ^json:string
955: $.one-line(true) option added (related to feature #1124)
956:
957: * src/: classes/json.C, types/pa_value.h: $json-string
958: $.one-line(true|false) options is now supported (implements
959: feature #1124)
960:
961: * tests/: 380.html, results/380.processed: test for modified
962: $.max_file_size added (related to bug #1014)
963:
964: * tests/: 379.html, results/auto.p: tests for rewritten http file
965: load added (related to bug #1014)
966:
967: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
968: main/pa_common.C, main/pa_http.C: check_file_size added and used
969: in curl / file load from disk and http, http file load rewritten
970: (related to bug #1014)
971:
972: 2017-01-18 moko
973:
974: * tests/: 378.html, results/378.processed: tests for ^result[]
975: added (related to feature #66)
976:
977: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
978: Method::CO_WITHOUT_FRAME as frame still added in expression
979: (related to feature #66)
980:
981: 2017-01-17 moko
982:
983: * tests/: 377.html, results/377.processed: test for different
984: combinations of breaks in body and delimiter (related to bug
985: #1077)
986:
987: * tests/: 376.html, results/376.processed: many ^break[] tests
988: added (related to bug #1077)
989:
990: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
991: passed to native method" exception added to avoid bugs due to
992: WRITE_EXPR_RESULT skipped and native methods execution continues
993: after ^break[] (related to bug #1077)
994:
995: 2017-01-14 moko
996:
997: * tests/: 330.html, results/330.processed: test results updated
998: after ^break[] bugs where fixed (related to bug #1077)
999:
1000: * tests/: 329.html, results/329.processed: test results updated
1001: after ^break[] bugs where fixed (related to bug #1077)
1002:
1003: * tests/results/320.processed: ^return[] added
1004:
1005: 2017-01-13 moko
1006:
1007: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1008: classes/table.C, include/pa_request.h, main/execute.C,
1009: main/pa_request.C, targets/cgi/parser3.C,
1010: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1011: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1012: checked after each possible process/execute call (fixes bug
1013: #1077)
1014:
1015: 2016-12-29 moko
1016:
1017: * src/main/pa_common.C: warning war
1018:
1019: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1020: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1021: pa_file_size_limit added, ^math:random fixed for upper limit and
1022: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1023: (related to feature #1014)
1024:
1025: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1026: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1027: (related to feature #1014)
1028:
1029: 2016-12-28 moko
1030:
1031: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1032: warning war
1033:
1034: 2016-12-26 moko
1035:
1036: * tests/: 341.html, results/341.processed: test for
1037: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1038:
1039: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1040: (related to feature #1057)
1041:
1042: * src/types/pa_vdate.C: warning war continues...
1043:
1044: * src/: classes/date.C, classes/image.C, classes/table.C,
1045: include/pa_config_includes.h, types/pa_vfile.C: warning war
1046:
1047: * src/lib/gd/gifio.C: warning war / cleanup
1048:
1049: * src/lib/json/pa_json.C: warning war
1050:
1051: * src/classes/hash.C: warning war
1052:
1053: * src/types/pa_vfile.C: warning war
1054:
1055: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
1056: -Wall warning war continues
1057:
1058: * configure.ac: --with-build-warnings actualized
1059:
1060: 2016-12-25 moko
1061:
1062: * src/main/pa_exec.C: -wAll warning war
1063:
1064: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
1065: -wAll warning war
1066:
1067: * src/: include/pa_common.h, include/pa_sapi.h,
1068: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
1069: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
1070: -wAll warning war
1071:
1072: 2016-12-23 moko
1073:
1074: * src/lib/ltdl/Makefile.am: extra dist added
1075:
1076: * tests/results/344.processed: test result updated after $file.text
1077: prefetched in ^hash::create[$file] (related to feature #1075)
1078:
1079: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
1080: ^hash::create[$file] (related to feature #1075)
1081:
1082: 2016-12-22 moko
1083:
1084: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1085: main/pa_request.C, main/pa_stylesheet_connection.C,
1086: types/pa_vfile.C: file_stat now return 64-bit size (implements
1087: #1014 under 32-bit unix versions)
1088:
1089: 2016-12-21 moko
1090:
1091: * tests/: 375.html, results/375.processed: test for exec returning
1092: stated file added (related to feature #1119)
1093:
1094: * src/classes/file.C: load should not return file with null body
1095: (fixes bug #1119)
1096:
1097: 2016-12-14 moko
1098:
1099: * tests/: 374.html, results/374.processed: test for $method.name
1100: added (related to feature #1117) plus method returning junction
1101: test
1102:
1103: 2016-12-13 moko
1104:
1105: * src/: include/pa_symbols.h, main/pa_symbols.C,
1106: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
1107: (implements feature #1117)
1108:
1109: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
1110: HEAD and TRACE can't have body (implements feature #1116)
1111:
1112: 2016-12-09 moko
1113:
1114: * tests/: 373.html, results/373.processed: tests for
1115: ^reflection:tainting added (related to feature #1098)
1116:
1117: * src/classes/reflection.C: ^reflection:tainting arguments order
1118: change (related to feature #1098)
1119:
1120: 2016-12-06 moko
1121:
1122: * src/: classes/reflection.C, include/pa_string.h,
1123: main/pa_string.C: ^reflection:tainting[$string] added (implements
1124: feature #1098)
1125:
1126: 2016-12-05 moko
1127:
1128: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
1129: (fixes bug #1114)
1130:
1131: 2016-12-04 moko
1132:
1133: * tests/: 206.html, results/206.processed: negative zero (0/-1)
1134: check added
1135:
1136: 2016-12-03 moko
1137:
1138: * tests/: 346-curl.html, results/346-curl.processed: test modified
1139: to test value.as_hash() usage
1140:
1141: * src/classes/curl.C: value.as_hash() used for correct hash
1142: processing
1143:
1144: * src/classes/reflection.C: exceptions texts fixes
1145:
1146: 2016-12-02 moko
1147:
1148: * tests/: 372.html, results/372.processed: tests for
1149: ^reflection:create[ $.class[name] $.constructor[name]
1150: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
1151: feature #1094)
1152:
1153: * src/types/pa_vmethod_frame.h: comment added: params should be
1154: declared outside of *_FRAME_ACTION as MethodParams destructor
1155: will be called in ~VNativeMethodFrame
1156:
1157: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
1158: ] minor fix
1159:
1160: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
1161: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
1162: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
1163: now supported (implements feature #1094) value::as_hash added
1164: (and should be used everywhere)
1165:
1166: * src/classes/reflection.C: cleanup
1167:
1168: 2016-12-01 moko
1169:
1170: * tests/: 356.html, results/356.processed: test for method
1171: junctions class name added to the resulting hash added (related
1172: to feature #1068)
1173:
1174: * src/classes/reflection.C: for method junctions class name added
1175: to the resulting hash (related to feature #1068)
1176:
1177: 2016-11-30 moko
1178:
1179: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
1180: exception (related to bug #1113)
1181:
1182: * src/types/pa_vhashfile.C: whitespace
1183:
1184: * src/main/pa_os.C: errno now returned as it should (fixes bug
1185: #1113)
1186:
1187: * tests/results/: 175.processed, 192.processed, 224.processed,
1188: 229.processed, 239.processed, 244.processed, 246.processed,
1189: 314.processed, 352.processed: tests results updated after method
1190: call exceptions improved as method now keeps its name
1191:
1192: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
1193: types/pa_vmethod_frame.h: method call exceptions improved as
1194: method now keeps its name
1195:
1196: * tests/: 224.html, 239.html, results/224.processed,
1197: results/239.processed: tests and tests results updated after
1198: Request::construct exception changed
1199:
1200: * src/: classes/reflection.C, main/execute.C: Request::construct
1201: exception optimized
1202:
1203: * tests/: 371.html, results/371.processed: test for
1204: WWrapper.get_element call in $.name.key[value] code added
1205: (related to feature #1091)
1206:
1207: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
1208: in $.name.key[value] code (related to feature #1091)
1209:
1210: 2016-11-29 moko
1211:
1212: * src/classes/op.C: VS warning war
1213:
1214: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
1215: C4239: nonstandard extension used : 'return' : conversion from
1216: 'Value' to 'Value &' (related to feature #1020)
1217:
1218: * src/: main/execute.C, types/pa_vmethod_frame.h,
1219: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
1220: used : 'return' : conversion from 'Value' to 'Value &' (related
1221: to feature #1020)
1222:
1223: * src/main/execute.C: VS warning war
1224:
1225: * src/targets/cgi/parser3.C: VS compatibility fix
1226:
1227: * src/include/pa_request.h: VS warning war
1228:
1229: * tests/: 370.html, results/370.processed: test for ^file::exec[
1230: ... $.stdin[$binary_file] ] added (related to bug #1044)
1231:
1232: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
1233: include/pa_string.h, main/pa_exec.C: pa_exec now supports
1234: $.stdin[$binary_file] (fixes bug #1044)
1235:
1236: 2016-11-28 moko
1237:
1238: * src/main/pa_exec.C: whitespace
1239:
1240: * src/main/pa_request.C: whitespace
1241:
1242: * tests/: 369.html, results/369.processed: test for
1243: $response:status usage added (related to feature #1099)
1244:
1245: * src/targets/cgi/parser3.C: HTTP response code used as exit status
1246: if < 100 (implements feature #1099)
1247:
1248: * src/targets/cgi/parser3.C: whitespace
1249:
1250: * src/targets/cgi/parser3.C: whitespace
1251:
1252: * tests/: 368.html, results/368.processed: test updated after
1253: ^reflection:filename[$method] added (related to feature #1053)
1254:
1255: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
1256: main/compile.y, main/execute.C, main/pa_request.C,
1257: types/pa_vclass.h: filename -> filespec,
1258: ^reflection:filename[$method] added (related to feature #1053)
1259:
1260: 2016-11-27 moko
1261:
1262: * tests/: 368.html, results/368.processed: test for
1263: reflection:filename[$class or object] added (related to feature
1264: #1053)
1265:
1266: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
1267: types/pa_vstateless_class.h: ^reflection:filename[$class or
1268: object] added (implements feature #1053)
1269:
1270: 2016-11-26 moko
1271:
1272: * src/: include/pa_request_info.h,
1273: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1274: remove_absolute_uri -> strip_absolute_uri
1275:
1276: 2016-11-25 moko
1277:
1278: * src/: include/pa_request_info.h,
1279: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1280: request_info.remove_absolute_uri added to remove possible
1281: http://site.name/ from $request:uri (implements feature #1112)
1282:
1283: 2016-11-24 moko
1284:
1285: * tests/: 367-curl.html, results/367-curl.processed: test for
1286: previous request headers clearing after redirect added (related
1287: to bug #1109)
1288:
1289: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
1290: response headers from previous requests are now cleared, only
1291: last request headers are collected (fixes bug #1109)
1292:
1293: * tests/results/: 266.processed, 321.processed, 356.processed:
1294: tests results updated as method name now added to the resulting
1295: hash for new syntax only (Imp1 compatimility fixed, related to
1296: feature #1068)
1297:
1298: * src/classes/reflection.C: method name now added to the resulting
1299: hash for new syntax only (Imp1 compatimility fixed, related to
1300: feature #1068)
1301:
1302: * tests/results/366.processed: test for native and parser
1303: implementation of ^use[] logic (related to feature #1074)
1304:
1305: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
1306: for native and parser implementation of ^use[] logic (related to
1307: feature #1074)
1308:
1309: 2016-11-23 moko
1310:
1311: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1312: main/pa_request.C: @USE file now implemented as ^use[file;
1313: $.origin[origin_file] ] (implements feature #1074)
1314:
1.109 moko 1315: 2016-11-21 moko
1316:
1.110 moko 1317: * tests/: 365.html, results/365.processed: test for $caller bugs in
1318: 3.4.4 and $caller.method now tested (related to feature #1110)
1319:
1320: * tests/: 364.html, results/364.processed: $caller usage in
1321: different contexts now tested (related to feature #1110)
1322:
1323: * src/types/types.vcproj: +pa_vcaller_wrapper.h
1324:
1325: * src/types/Makefile.am: pa_vcaller_wrapper.h added
1326:
1.109 moko 1327: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
1328: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
1329: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
1330: used (implements feature #1110)
1331:
1332: 2016-11-20 moko
1333:
1334: * src/types/pa_vdouble.h: whitespace
1335:
1336: 2016-11-11 moko
1337:
1338: * tests/: 363.html, results/363.processed: more tests for feature
1339: #1091 (how parser methods work in expression context)
1340:
1341: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
1342: expressions strings are now written as strings, not values by
1343: write_as_string (related to feature #1091)
1344:
1345: * src/classes/op.C: to make more correct behavour in expression
1346: context
1347:
1348: 2016-11-07 moko
1349:
1350: * tests/: 362.html, results/362.processed: test for
1351: xsltParseStylesheetDoc caching as xsl modification after it added
1352: (related to bug #1108)
1353:
1354: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
1355: result now cached as xdoc is modified after it (fixes bug #1108)
1356:
1357: 2016-11-06 moko
1358:
1359: * src/types/pa_vxdoc.h: whitespace
1360:
1361: 2016-11-05 moko
1362:
1363: * src/types/pa_vmethod_frame.h: cleanup
1364:
1365: 2016-11-03 moko
1366:
1367: * tests/results/244.processed: more correct exception after method
1368: frames separation
1369:
1370: * src/types/pa_vmethod_frame.h: minor optimizaion
1371:
1372: * src/types/pa_method.h: optimization: params_count added
1373:
1374: * src/: classes/json.C, classes/op.C, classes/reflection.C,
1375: include/pa_request.h, main/execute.C, main/pa_request.C,
1376: types/pa_value.C, types/pa_vmethod_frame.C,
1377: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
1378: VMethodFrame now divided into VNativeMethodFrame,
1379: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
1380: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
1381: and used (related to feature #1104)
1382:
1383: 2016-11-02 moko
1384:
1385: * src/: classes/bool.C, classes/curl.C, classes/date.C,
1386: classes/double.C, classes/file.C, classes/hash.C,
1387: classes/hashfile.C, classes/image.C, classes/inet.C,
1388: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1389: classes/memcached.C, classes/op.C, classes/reflection.C,
1390: classes/regex.C, classes/string.C, classes/table.C,
1391: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
1392: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
1393: r.write (implements feature #1091)
1394:
1395: * src/main/execute.C: cleanup (related to feature #1104)
1396:
1397: * src/: include/pa_request.h, main/execute.C,
1398: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
1399: added, in_expression removed (implements feature #1104)
1400:
1401: 2016-10-31 moko
1402:
1403: * src/types/pa_value.C: whitespace
1404:
1405: 2016-10-28 moko
1406:
1407: * tests/results/244.processed: updated after error reporting fixed
1408: in pa_wcontext.C
1409:
1410: * src/types/pa_wcontext.C: error reporting fixed
1411:
1412: * src/types/pa_wcontext.h: whitespace
1413:
1414: * src/classes/image.C: not fully readed entries are no longer
1415: processed (fixes bug #1106)
1416:
1417: 2016-10-26 moko
1418:
1419: * src/classes/image.C: whitespace
1420:
1421: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
1422: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
1423: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
1424: longer required (related to feature #1091)
1425:
1426: * tests/results/: 264.processed, 350.processed: test results update
1427: reverted (whitespace optimization) after write_no_lang removed :)
1428: (related to feature #1091)
1429:
1430: * src/: classes/file.C, classes/hash.C, classes/op.C,
1431: classes/string.C, classes/table.C, classes/void.C,
1432: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
1433: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
1434: equal write_pass_lang (related to feature #1091)
1435:
1436: * tests/results/: 264.processed, 350.processed: test results
1437: updated (whitespace optimization) after write_assign_lang removed
1438: (related to feature #1091)
1439:
1440: * tests/: 361.html, results/361.processed: test for non-string
1441: ^untaint added (related to feature #1091)
1442:
1443: * src/: classes/curl.C, classes/date.C, classes/file.C,
1444: classes/hash.C, classes/op.C, classes/string.C,
1445: include/pa_request.h, main/execute.C: optimization:
1446: write_assign_lang removed as not required (first part of feature
1447: #1091 implementation)
1448:
1.108 moko 1449: 2016-10-12 moko
1450:
1451: * tests/: 360.html, results/360.processed: more test code (related
1452: to feature #1104)
1453:
1454: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
1455: include/pa_request.h, main/compile.y, main/execute.C: opcode
1456: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
1457: WContext is next task (implements feature #1104)
1458:
1459: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
1460: / CO_WITHOUT_WCONTEXT
1461:
1462: * tests/: 360.html, results/360.processed: test for in expression
1463: state (related to feature #1104)
1464:
1465: 2016-10-11 moko
1466:
1467: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
1468:
1469: * src/classes/op.C: default value removed from initializer
1470:
1471: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
1472:
1473: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
1474:
1475: 2016-10-10 moko
1476:
1477: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
1478: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
1479: to feature #42)
1480:
1481: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
1482: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
1483:
1484: 2016-10-08 moko
1485:
1486: * src/classes/double.C: whitespace
1487:
1488: 2016-10-07 moko
1489:
1490: * src/types/pa_vmethod_frame.h: reorder
1491:
1492: 2016-10-06 moko
1493:
1494: * src/classes/date.C: typo
1495:
1496: * src/types/pa_vmethod_frame.h: whitespace + cleanup
1497:
1498: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1499: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
1500: types/pa_vmethod_frame.h: params.get now returns Value&, not
1501: Value*
1502:
1503: * src/types/pa_vmethod_frame.C: params.get should return Value&.
1504:
1505: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
1506: removed; first as_* code rewrite
1507:
1508: 2016-10-05 moko
1509:
1510: * src/include/pa_request.h: whitespace
1511:
1512: * tests/: 359.html, results/359.processed: test for VCodeFrame and
1513: intercept_string added (related to feature #1097)
1514:
1515: * src/: classes/image.C, classes/op.C, classes/table.C,
1516: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1517: optimization: intercept_string removed (implements feature #1097)
1518:
1519: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
1520:
1521: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
1522: from VCodeFrame and WWrapper as not required
1523:
1524: 2016-10-04 moko
1525:
1526: * src/: classes/curl.C, classes/date.C, classes/double.C,
1527: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
1528: classes/int.C, classes/json.C, classes/op.C,
1529: classes/reflection.C, classes/string.C, classes/table.C,
1530: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1531: proces_to_value -> process after StringOrValue removed (related
1532: to feature #1020)
1533:
1534: * src/classes/form.C: whitespace
1535:
1536: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
1537:
1538: * tests/: 357.html, 358.html, results/357.processed,
1539: results/358.processed, results/auto.p: test for @conf
1540: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
1541:
1542: 2016-10-03 moko
1543:
1544: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
1545: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
1546: supported (implements feature #42)
1547:
1548: * src/types/pa_vregex.h: no reason for VRegex to be
1549: is_evaluated_expr
1550:
1551: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
1552: (implements feature #1095)
1553:
1554: 2016-10-01 moko
1555:
1556: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
1557: false by default (related to feature #1089)
1558:
1559: 2016-09-30 moko
1560:
1561: * src/types/pa_wcontext.h: cleanup
1562:
1563: 2016-09-29 moko
1564:
1565: * src/main/execute.C: whitespace
1566:
1567: * src/include/pa_request.h: whitespace
1568:
1569: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1570: classes/op.C, classes/table.C, include/pa_request.h,
1571: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
1572: types/pa_vobject.C, types/pa_wcontext.h: optimization:
1573: StringOrValue removed as it just slows down and adds complexity
1574: (implements feature #1020)
1575:
1576: 2016-09-28 moko
1577:
1578: * tests/: 356.html, results/266.processed, results/321.processed,
1579: results/356.processed: tests updated after name was added to
1580: method_info hash, test for ^reflection:method_info[junction]
1581: added (related to feature #1068)
1582:
1583: * src/classes/reflection.C: ^reflection:method_info[junction] now
1584: supported, method name added to the resulting hash (implements
1585: feature #1068)
1586:
1587: * tests/: 276.html, results/276.processed: more tests for
1588: ^reflection:delete[]
1589:
1590: * src/classes/reflection.C: fixed bug then ^reflection:delete
1591: didn't work on class and could damage native objects (like file)
1592:
1593: 2016-09-26 moko
1594:
1595: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
1596: results/345.processed, results/346-curl.processed,
1597: results/347-curl.processed, results/348.processed: numbers added
1598: to simplify diff analysis
1599:
1600: * tests/: 352.html, results/352.processed: test result updated as
1601: method name used
1602:
1603: * src/classes/reflection.C: method name used
1604:
1605: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
1606: its name
1607:
1608: * src/types/pa_method.h: whitespace
1609:
1610: * src/classes/reflection.C: both method and field with one name can
1611: exist.
1612:
1613: * src/classes/reflection.C: ^reflection:mixin added (implements
1614: feature #1089)
1615:
1616: * tests/: 355.html, results/355.processed: property appears in
1617: derived class if added in base test added
1618:
1619: * src/types/pa_vstateless_class.h: get_method declaration +
1620: whitespace
1621:
1622: * tests/: 354.html, results/354.processed: nice test from method
1623: and property with one name in class added
1624:
1625: 2016-09-23 moko
1626:
1627: * src/classes/reflection.C: ^reflection:method usage documented
1628:
1629: 2016-09-22 moko
1630:
1631: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
1632: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
1633: compile warning and GPF occures on VS2003 (related to feature
1634: #1087)
1635:
1636: * tests/: 350.html, results/350.processed: test added for
1637: $.encloser[] support in ^table::create (related to feature #11)
1638:
1639: * src/classes/table.C: another minor fix (related to feature #11)
1640:
1.107 moko 1641: 2016-09-21 moko
1642:
1643: * src/include/pa_config_fixed.h: vs2015 compilation fixes
1644:
1645: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1646: classes/json.C, classes/string.C, classes/table.C,
1647: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1648: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1649: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
1650: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
1651: pa_charsets, vs2015 warning war
1652:
1653: * src/classes/table.C: vs2015 warning war
1654:
1655: * src/types/pa_vdate.C: vs2015 warning war
1656:
1657: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
1658:
1659: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
1660: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
1661:
1662: * src/main/pa_common.C: vs2015 compilation fixes
1663:
1664: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
1665: vs2015 compilation fixes
1666:
1667: * src/main/pa_charset.C: vs2015 warning war
1668:
1669: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
1670:
1671: * src/main/pa_charset.C: vs2015 warning war
1672:
1673: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
1674:
1675: * src/types/pa_vdate.C: vs2015 compilation fix
1676:
1677: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
1678:
1679: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
1680: VS2015 compilation fixes
1681:
1682: * src/classes/table.C: minor fix (related to feature #11)
1683:
1684: * tests/results/282.processed: no longer skipping extra enclosers
1685: (related to feature #11)
1686:
1687: * src/classes/table.C: minor fix + no longer skipping extra
1688: enclosers (related to feature #11)
1689:
1690: * src/classes/table.C: minor optimization (related to feature #11)
1691:
1692: * src/classes/table.C: minor fix and optimization (related to
1693: feature #11)
1694:
1695: 2016-09-20 moko
1696:
1697: * tests/: 353.html, results/353.processed: test for
1698: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
1699: added (related to bug #1090)
1700:
1701: * src/main/compile.y: PC.cclass->is_vars_local() check added for
1702: one_big_piece (fixes bug #1090)
1703:
1704: * tests/: 229.html, results/229.processed: code coverage tests
1705:
1706: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
1707: body) was called
1708:
1709: * src/classes/op.C: whitespace
1710:
1711: * tests/: 323.html, results/323.processed: test for code junction
1712: should not be returned by ^reflection:class, ^reflection:base
1713:
1714: * src/classes/reflection.C: bugfix: code junction should not be
1715: returned by ^reflection:class, ^reflection:base
1716:
1717: * tests/: 323.html, 352.html, results/352.processed: no more
1718: exception for ^reflection:method[class;no-such-method] (related
1719: to feature #1087)
1720:
1721: * src/classes/reflection.C:
1722: ^reflection:method[class;no-such-method] : exception -> void
1723: (related to feature #1087)
1724:
1725: * src/include/pa_request.h: request::write_value added to allow
1726: write value without convertion (related to issue #1091)
1727:
1728: 2016-09-19 moko
1729:
1730: * src/main/pa_random.C: windows build fix
1731:
1732: * src/types/pa_vhash.h: warning war
1733:
1734: 2016-09-14 moko
1735:
1736: * tests/: 352.html, 552.html, results/352.processed,
1737: results/552.processed: test for ^reflection:method[] extension
1738: added (related to feature #1087)
1739:
1740: * tests/: 552.html, results/552.processed: test for
1741: ^reflection:method[] extension added (related to feature #1087)
1742:
1743: * src/classes/reflection.C: compatibility issue fixed, VClass
1744: dynamic_cast check added (related to feature #1087)
1745:
1746: * tests/: 351.html, results/351.processed: test for @auto[]
1747: inheritance bug diring ^process[] added (related to bug #1088)
1748:
1749: * src/: classes/op.C, main/pa_request.C,
1750: types/pa_vstateless_class.C: set_method now checks for @auto[] to
1751: disable it inheritance during ^process (fixes bug #1088)
1752:
1753: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
1754: added (implements feature #1087)
1755:
1756: 2016-09-13 moko
1757:
1758: * tests/: 349.html, results/auto.p: test for objects prototyping
1759: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
1760: to feature #1086)
1761:
1762: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
1763: types/pa_vobject.C: objects now are not class instances, but have
1764: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
1765: in @conf (implements feature #1086)
1766:
1767: 2016-09-08 moko
1768:
1769: * src/: classes/file.C, classes/mail.C, classes/string.C,
1770: classes/table.C, main/pa_http.C, main/pa_string.C,
1771: include/pa_string.h: cleanup: string::split limit argument
1772: removed as no longer required, pos_after no longer reference
1773: (related to feature #11)
1774:
1775: * src/classes/table.C, tests/results/348.processed: now exception
1776: is rised when invalid option is passed to ^table::create[]
1777:
1778: * tests/: 282.cfg, 282.html, results/282.processed: more code
1779: coverage tests
1780:
1781: * tests/: 348.html, results/348.processed: code coverage tests
1782: added
1783:
1784: * tests/: 348.html, results/348.processed: generic ^table::create[]
1785: tests
1786:
1787: * tests/: 035.html, results/035.processed, results/272.processed:
1788: tests updated after $.encloser[] support for ^table::create
1789: implementation (related to feature #11)
1790:
1791: * src/classes/table.C: $.encloser[] support for ^table::create
1792: finally added (implements feature #11)
1793:
1794: 2016-09-07 moko
1795:
1796: * src/include/pa_string.h: added StringSplitHelper as friend
1797: (related to feature #11)
1798:
1799: * src/include/pa_string.h: body and langs now protected, not
1800: private to allow inheritance (related to feature #11)
1801:
1802: * src/classes/table.C: lsplit optimized before cloning for
1803: ^table::create with $.encloser[] (related to feature #11)
1804:
1805: * src/classes/table.C: optimizaion: TableControlChars.separators
1806: added and used (related to feature #11)
1807:
1808: * src/classes/table.C: spelling:
1809:
1810: TableSeparators -> TableControlChars column -> separator
1811: separators -> control_chars
1812:
1813: 2016-09-06 moko
1814:
1815: * src/main/pa_string.C: whitespace
1816:
1817: * src/main/pa_string.C: whitespace
1818:
1819: 2016-09-01 moko
1820:
1821: * tests/: 347-curl.html, results/347-curl.processed: to make tests
1822: results OS-independent
1823:
1824: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
1825: compiler (related to feature #1042)
1826:
1827: 2016-08-15 moko
1828:
1829: * src/include/pa_string.h: whitespace
1830:
1831: * src/classes/table.C: whitespace
1832:
1.106 moko 1833: 2016-08-05 moko
1834:
1835: * tests/: 344.html, results/344.processed: test for
1836: ^hash::create[$file] added (related to feature #1075)
1837:
1838: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
1839: supported (implements feature #1075)
1840:
1841: 2016-08-04 moko
1842:
1843: * tests/: 341.html, results/341.processed: more code coverage tests
1844:
1845: * tests/: 346-curl.html, results/346-curl.processed: more code
1846: coverage tests for curl
1847:
1848: * tests/: 346-curl.html, results/346-curl.processed: more code
1849: coverage tests for curl
1850:
1851: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
1852: results/223.processed: code coverage tests: $.form[ $.table[] ]
1853: test added
1854:
1855: * tests/: 223-curl.html, results/223-curl.processed: more code
1856: coverage tests for curl
1857:
1858: 2016-08-03 moko
1859:
1860: * src/classes/curl.C: dlink(curl_library) now called not once, but
1861: until it will be loaded, allowing to find existing library.
1862:
1863: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
1864: results/347-curl.processed: more code coverage tests for curl
1865:
1866: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
1867: results/339-curl.processed, results/346-curl.processed: curl
1868: functionality tests
1869:
1870: 2016-08-02 moko
1871:
1872: * tests/: 339.html, results/339.processed: test for tables in
1873: ^file:load[] and ^curl:load[] (commented) added (related to
1874: feature #1042)
1875:
1876: * tests/: 345.html, results/345.processed: code coverage tests for
1877: file class
1878:
1879: * tests/: 344.html, results/344.processed: code coverage tests
1880:
1881: * tests/: 344.html, results/344.processed: mdate removed from
1882: output
1883:
1884: * src/classes/file.C: minor bugfix: is_text should be taked from
1885: fcontent.is_text_mode() if not set (related to feature #1061)
1886:
1887: * tests/: 344.html, results/344.processed: more tests
1888:
1889: * tests/: 343.html, 344.html, results/343.processed,
1890: results/344.processed: tests for ^file::create[ $.from-charset
1891: and $.to-charset ] (related to feature #1061)
1892:
1893: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1894: aset_text_mode argument optimized
1895:
1896: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1897: checkBOM now used in detect_binary_content (related to feature
1898: #1061)
1899:
1900: * src/main/pa_request.C: load_charset no longer required to_upper
1901:
1902: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
1903: preserves original file mode (if no $.mode specified)
1904:
1905: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1906: ^file::create now supports $.from-charset[] and $.to-charset
1907: options (implements feature #1061), automatic transcode is done
1908: if text file is created from binary file and charset is detected.
1909:
1910: 2016-07-30 moko
1911:
1912: * src/classes/table.C: ^t.hash[..;] now supported (related to
1913: feature #1057)
1914:
1915: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
1916: added (related to feature #1057)
1917:
1918: * tests/: 286.html, results/286.processed: code tests coverage
1919:
1920: 2016-07-29 moko
1921:
1922: * src/classes/table.C: table size should be checked inside menu and
1923: foreach (related to feature #858)
1924:
1925: * src/: classes/curl.C, classes/file.C, classes/string.C,
1926: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1927: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
1928: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
1929: charsets.get now does str_upper inside (related to feature #1061)
1930:
1931: * tests/: 342.html, results/342.processed: more code coverage tests
1932:
1933: * tests/: 342.html, outputs/342.processed: table menu code coverage
1934: + foreach test added (related to feature #858)
1935:
1936: * tests/: 341.html, results/341.processed: tests for
1937: ^table.hash[]{code} added + code coverage tests (related to
1938: feature #1057)
1939:
1940: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
1941: value} support (implements feature #1057)
1942:
1943: * src/classes/table.C: whitespace
1944:
1945: 2016-07-28 moko
1946:
1947: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
1948: from URL, if not specified query string removed from url-based
1949: filenames in ^curl:load[] and ^file::load[] (related to feature
1950: #1042)
1951:
1952: 2016-07-27 moko
1953:
1954: * tests/: 340.html, results/340.processed: test for
1955: transcode_text_result=false added (related to issue #1042)
1956:
1957: 2016-07-26 moko
1958:
1959: * src/types/pa_vfile.C: file name should not be empty (if file path
1960: is folder and ends with /) (related to feature #1042)
1961:
1962: * src/main/pa_http.C: whitespace optimizaion
1963:
1964: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1965: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
1966: multiple headers, ^file::load supports headers transcoding
1967: (implements feature #1042)
1968:
1969: 2016-07-25 moko
1970:
1971: * src/include/pa_common.h: PA_DEFAULT added
1972:
1973: 2016-07-22 moko
1974:
1975: * tests/: 338.html, results/338.processed: test for
1976: $date.field(value) added (related to feature #1066)
1977:
1978: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
1979: $date.field(value) now supported for y/m/d/h/m/s (implements
1980: feature #1066)
1981:
1.105 moko 1982: 2016-07-21 moko
1983:
1984: * src/: classes/file.C, classes/image.C, include/pa_common.h,
1985: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
1986: arguments removed; image.C - absolute path shown in exception
1987: (implements feature #1071)
1988:
1989: * tests/: 235.html, results/235.processed: test and test result
1990: updated after static boundary in mail and Errors-To: mail header
1991: removed (related to feature #1047)
1992:
1993: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
1994: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
1995: used, static boundary in mail removed, Errors-To: mail header
1996: removed (implements feature #1047)
1997:
1998: 2016-07-20 moko
1999:
2000: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2001: equest.classes(): Value -> VStateless_class, part 3 (related to
2002: issue #1051)
2003:
2004: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2005: request.classes(): Value -> VStateless_class, part 2 (related to
2006: issue #1051)
2007:
2008: * tests/results/: 224.processed, 323.processed: classes without
2009: methods should not be methoded (related to issue #1051)
2010:
2011: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2012: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2013: -> VStateless_class, part 1 (related to issue #1051)
2014:
2015: * tests/: 337.html, results/337.processed: test for
2016: ^reflection:fields_reference[] and VHashReference class added
2017: (related to feature #1072)
2018:
2019: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2020: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2021: and VHashReference added, allowing ^reflection:fields_reference[]
2022: implementation (closes feature #1072)
2023:
2024: 2016-07-19 moko
2025:
2026: * tests/: 323.html, results/323.processed: we want to see
2027: "methoded"
2028:
2029: * tests/: 336.html, results/336.processed: test for $BASE:property
2030: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2031: #1059)
2032:
2033: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2034: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2035: somebody_entered_some_class, $BASE:property works again,
2036: ^BASE:method[] bugs fixed (fixes bug #1059)
2037:
2038: 2016-07-14 moko
2039:
2040: * tests/: 335.html, results/335.processed: test for feature #1055
2041: added
2042:
2043: * src/classes/hash.C: bugfix: $._default was not copied if empty
2044: feature: ^hash.contains[_default] added (implements feature
2045: #1055)
2046:
2047: 2016-07-13 moko
2048:
2049: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
2050: should not call @autouse (http://www.parser.ru/forum/?id=83480)
2051:
2052: 2016-07-05 moko
2053:
2054: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
2055: in ^hash.foreach (related to feature #1073)
2056:
2057: 2016-07-04 moko
2058:
2059: * tests/: 134.html, 281.html, results/134.processed,
2060: results/281.processed: tests updated after hash blocking removed
2061: (related to feature #1073)
2062:
2063: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
2064: no longer blocks on change during foreach (implements feature
2065: #1073)
2066:
2067: 2016-06-17 moko
2068:
2069: * tests/: 330.html, results/330.processed: try exception source
2070: test added (related to bug in #1062)
2071:
2072: * tests/: 334.html, results/334.processed: Exception stack trace
2073: test added (related to bug in $1062)
2074:
2075: * src/classes/op.C: Exception trace now correctly restored and
2076: errors reported (related to bug #1062)
2077:
1.104 moko 2078: 2016-05-25 moko
2079:
2080: * src/main/compile.y: minor cleanup + beauty
2081:
2082: 2016-05-24 moko
2083:
2084: * tests/: 333.html, results/333.processed: more exceptions testing
2085:
2086: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
2087: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
2088: features #1056, #1026)
2089:
2090: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
2091: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
2092: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
2093: (implements feature #1056)
2094:
2095: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2096: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
2097: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
2098: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
2099: feature #1026)
2100:
2101: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
2102: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
2103: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
2104: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
2105: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
2106: feature #1026)
2107:
2108: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2109: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
2110: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
2111: SYMBOLS_CACHING define implemented (related to feature #1026)
2112:
2113: * src/main/main.vcproj: + ps_symbols
2114:
2115: * src/: include/Makefile.am, include/pa_string.h,
2116: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
2117: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
2118: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2119: types/pa_vstateless_class.C: initial implementation for symbols
2120: cache (related to feature #1026)
2121:
2122: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
2123:
2124: * src/main/pa_globals.C: minor cleanup
2125:
2126: 2016-05-19 moko
2127:
2128: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
2129: (related to feature #1046)
2130:
2131: * tests/: 331.html, results/331.processed: test for
2132: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
2133: (related to feature #1051)
2134:
2135: * src/main/compile.y:
2136: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
2137: (implements feature #1054)
2138:
2139: 2016-05-18 moko
2140:
2141: * src/types/pa_vtable.C, tests/results/324.processed: no more
2142: "column not found" exception for ^table.no-such-method[] (related
2143: to feature #1046)
2144:
2145: * tests/: 261.html, results/261.processed: test added and updated
2146: after feature #1046 implementation
2147:
2148: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
2149: types/pa_vvoid.h: $string.anything works for whitespace strings,
2150: ^string.contains added for hash compatibility, $string.method no
2151: longer returns stting method (implements feature #1046)
2152:
2153: 2016-05-12 moko
2154:
2155: * src/classes/curl.C: content-type response header no longer
2156: ignored (fixes issue #1045)
2157:
2158: * tests/: 330.html, results/330.processed: test for incomplete
2159: finally execution when break occures added (related to issue
2160: #1077)
2161:
2162: * src/classes/op.C: bugfix: Request::skip reset is called before
2163: executing catch and finally code (fixes issue #1062)
2164:
2165: 2016-05-11 moko
2166:
2167: * tests/: 329.html, results/329.processed: test for invalid
2168: ^break[] behavour added (bug #1077)
2169:
2170: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
2171:
2172: 2016-04-24 moko
2173:
2174: * src/types/pa_vstateless_class.h: warning war
2175:
2176: 2016-04-17 moko
2177:
2178: * tests/: 328.html, results/328.processed: test for
2179: ^break(condition) and ^continue(condition) (related to feature
2180: #1063)
2181:
2182: * src/classes/op.C: ^break(condition) and ^continue(condition)
2183: implemented (feature #1063)
2184:
2185: 2016-04-12 moko
2186:
2187: * tests/results/280.processed: ordered hash now used for class
2188: methods and properties (test results updated for feature #1069)
2189:
2190: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
2191: to xdoc.C as under FreeBSD it was inited after and inheritance
2192: failed (related to issue #1051)
2193:
2194: * tests/: 320.html, results/320.processed: xdoc and xnode methods
2195: are printed to check inheritance (related to feature #1051)
2196:
1.103 moko 2197: 2016-04-09 moko
2198:
2199: * tests/results/320.processed: ordered hash now used for class
2200: methods and properties (test results updated for feature #1069)
2201:
2202: * src/types/pa_vstateless_class.h: ordered hash now used for class
2203: methods and properties (implements feature #1069)
2204:
2205: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
2206: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
2207: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
2208: feature #1051)
2209:
2210: 2016-04-07 moko
2211:
2212: * src/main/execute.C: returned Value in .CLASS case for VJunction
2213: (related to feature #1051)
2214:
2215: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
2216: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
2217: string constants deduplication (related to feature #1051)
2218:
2219: * tests/results/224.processed: test result updated (related to
2220: feature #1051)
2221:
2222: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
2223: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
2224: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
2225: types/pa_vstatus.h: classes hash now contains only
2226: VStateless_class derived objects, .CLASS is also allways
2227: VStateless_class derived object (related to feature #1051).
2228:
2229: 2016-04-06 moko
2230:
2231: * tests/results/323.processed: test result updated after feature
2232: #1051 implementation
2233:
2234: * src/: classes/classes.h, classes/op.C, classes/response.C,
2235: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2236: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
2237: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
2238: types/pa_vresponse.C, types/pa_vresponse.h,
2239: types/pa_vstateless_class.h: base -> methoded_donor for static
2240: classes, type() moved from VStateless_class to VClass and
2241: Methoded (implements feature #1051)
2242:
2243: 2016-04-04 moko
2244:
2245: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
2246: beauty: put_class added (related to feature #1051)
2247:
2248: 2016-04-01 moko
2249:
2250: * tests/results/: 175.processed, 192.processed, 224.processed,
2251: 229.processed, 244.processed, 246.processed, 316.processed: test
2252: results updated as class.type() removed from error messages, only
2253: type() left (related to feature #1051)
2254:
2255: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
2256: classes/op.C, classes/reflection.C, main/compile.y,
2257: main/compile_tools.h, main/execute.C, main/pa_request.C,
2258: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
2259: types/pa_vmethod_frame.h, types/pa_vobject.h,
2260: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
2261: from VStateless_class, type() is used instead (related to feature
2262: #1051)
2263:
2264: * src/classes/mail.C: old logic restored.
2265:
2266: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2267: classes/classes.h, classes/curl.C, classes/date.C,
2268: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2269: classes/hashfile.C, classes/image.C, classes/inet.C,
2270: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2271: classes/memcached.C, classes/memory.C, classes/reflection.C,
2272: classes/regex.C, classes/response.C, classes/string.C,
2273: classes/table.C, classes/xdoc.C, classes/xnode.C,
2274: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
2275: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
2276: feature #1051)
2277:
2278: 2016-03-30 moko
2279:
2280: * tests/: 327.html, results/224.processed, results/327.processed:
2281: test for TZ specification in ^date::create[], TZ is kept during
2282: ^date::create[$dt] (related to feature #1048)
2283:
2284: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
2285: ^date::create[], TZ is kept during ^date::create[$dt] (implements
2286: feature #1048)
2287:
2288: 2016-03-29 moko
2289:
2290: * tests/: 315.html, results/315.processed: test for timezone format
2291: +HHmm added (related to feature #1065)
2292:
2293: * src/classes/date.C: timezone format +HHmm now supported
2294: (implements feature #1065)
2295:
2296: 2016-03-28 moko
2297:
2298: * tests/: 202.html, results/131.processed, results/202.processed,
2299: results/224.processed, results/256.processed,
2300: results/315.processed: test results updated after %.2d now
2301: default for hours offset in iso-string (was %2d), test for
2302: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2303: added (related to feature #1065)
2304:
2305: 2016-03-27 moko
2306:
2307: * src/types/pa_vdate.C: '+' sign for zero offset (related to
2308: feature #1065)
2309:
2310: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2311: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2312: added (implements feature #1065)
2313:
2314: 2016-03-24 moko
2315:
2316: * tests/: 202.html, results/202.processed: test $date.week added
2317: (related to bug #1067)
2318:
2319: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
2320: date (fix for bug #1067)
2321:
2322: 2016-03-10 moko
2323:
2324: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
2325:
1.102 moko 2326: 2015-12-07 moko
2327:
2328: * tests/: 326.html, results/326.processed: test for .CLASS &
2329: .CLASS_NAME optimization added (related to feature #844)
2330:
2331: 2015-11-17 moko
2332:
2333: * tests/: 323.html, results/323.processed: order added
2334:
2335: * tests/: 325.html, results/325.processed: double range test added
2336: (related to bug #1049)
2337:
2338: 2015-11-16 moko
2339:
2340: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
2341: added to disallow NaN and Infinity (fixes bug #1049)
2342:
2343: 2015-11-11 moko
2344:
2345: * tests/324.html: parser 3.4.3 execution support added (related to
2346: feature #1017)
2347:
2348: * tests/: 324.html, results/324.processed: test for
2349: GET_ELEMENT4CALL feature added (feature #1017)
2350:
1.101 moko 2351: 2015-10-29 moko
2352:
2353: * operators.txt: updated for 3.4.4
2354:
2355: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
2356:
2357: * src/main/pa_exec.C: get_exit_status implemented for Windows
2358: (related to bug #1043)
2359:
2360: 2015-10-28 moko
2361:
2362: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
2363: hangup during ^file::exec (fixes bug #1043)
2364:
1.100 moko 2365: 2015-10-27 moko
2366:
2367: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
2368:
1.99 moko 2369: 2015-10-26 moko
2370:
1.100 moko 2371: * tests/322.html, src/classes/reflection.C: arguments reorder
2372: (related to issue #1041)
2373:
2374: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
2375: Copyright year updated
2376:
1.99 moko 2377: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
2378: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
2379: classes/form.C, classes/hash.C, classes/hashfile.C,
2380: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
2381: classes/mail.C, classes/math.C, classes/memcached.C,
2382: classes/memory.C, classes/op.C, classes/reflection.C,
2383: classes/regex.C, classes/response.C, classes/string.C,
2384: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2385: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2386: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2387: include/pa_config_fixed.h, include/pa_config_includes.h,
2388: include/pa_dictionary.h, include/pa_dir.h,
2389: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2390: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2391: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2392: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2393: include/pa_request_charsets.h, include/pa_request_info.h,
2394: include/pa_sapi.h, include/pa_socks.h,
2395: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2396: include/pa_stack.h, include/pa_string.h,
2397: include/pa_stylesheet_connection.h,
2398: include/pa_stylesheet_manager.h, include/pa_table.h,
2399: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2400: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2401: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2402: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
2403: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
2404: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
2405: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
2406: main/compile.y, main/compile_tools.C, main/compile_tools.h,
2407: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
2408: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
2409: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
2410: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
2411: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2412: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2413: main/pa_string.C, main/pa_stylesheet_connection.C,
2414: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2415: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2416: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
2417: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
2418: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
2419: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
2420: targets/isapi/parser3isapi.C, types/pa_junction.h,
2421: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2422: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
2423: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
2424: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
2425: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2426: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2427: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2428: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2429: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2430: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2431: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2432: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
2433: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2434: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2435: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2436: types/pa_vresponse.C, types/pa_vresponse.h,
2437: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2438: types/pa_vstateless_object.h, types/pa_vstatus.C,
2439: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2440: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2441: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2442: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2443: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2444:
2445: * src/targets/cgi/parser3.C: year updated
2446:
2447: * src/classes/reflection.C: VS2003 compatibility fixed (related to
2448: issue #1041)
2449:
2450: * tests/: 323.html, results/323.processed: test for base classes
2451: added
2452:
2453: * tests/: 261.html, results/261.processed: updated after better
2454: error reporting done for $string.key exception
2455:
2456: * src/types/pa_vstring.h: better error report for $string.key
2457: exception
2458:
2459: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
2460: copied as VObject::get_element4call to remove extra virtual call
2461:
2462: * tests/: 322.html, results/322.processed: test for
2463: ^reflection:is[] added (related to feature #1041)
2464:
2465: * src/classes/reflection.C: ^reflection:is empty value is void
2466: (related to feature #1041)
2467:
2468: * src/classes/reflection.C:
2469: ^reflection:is[class_name|code|method;[context;]element_name]
2470: added (implements feature #1041)
2471:
2472: 2015-10-24 moko
2473:
2474: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
2475:
1.98 moko 2476: 2015-10-22 moko
2477:
2478: * tests/: 321.html, results/321.processed: test for
2479: ^reflection:method_info[] file detection added
2480:
2481: * tests/: 320.html, results/320.processed: test for
2482: ^reflection:class_by_name[class_name] added (related to feature
2483: #993)
2484:
2485: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
2486: added (implements feature #993)
2487:
2488: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
2489: (related to feature #1017)
2490:
2491: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
2492: added (related to issue #1039)
2493:
2494: * src/main/pa_request.C: ^throw origin fixed (related to feature
2495: #1039)
2496:
2497: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
2498: for VDate
2499:
2500: * tests/results/182.processed: updated after feature #1038
2501: implemented
2502:
2503: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
2504: compile-time exception origin added (test for feature #1039)
2505:
2506: * src/: include/pa_request.h, main/compile.C, main/compile.y,
2507: main/pa_request.C: exception unification: compile-time exceptions
2508: now have origin, @USE origins also tracked (implements feature
2509: #1039)
2510:
2511: 2015-10-20 moko
2512:
2513: * src/main/pa_request.C: cleanup
2514:
2515: 2015-10-15 moko
2516:
2517: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
2518:
2519: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
2520: types/pa_vtable.C: new feature: no more $table.method and
2521: $hash.method, aliases for _at, _count, _key (related to feature
2522: #1017)
2523:
1.97 moko 2524: 2015-10-14 moko
2525:
1.98 moko 2526: * tests/: 317.html, results/317.processed: test for
2527: ^string.unescape[] added (related to feature #120)
2528:
1.97 moko 2529: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
2530: defined" bug (described in issue #1036)
2531:
2532: * tests/: 247.html, results/247.processed: test for checkBOM added
2533: (test for bug #1037)
2534:
2535: * src/: include/pa_charsets.h, main/pa_charsets.C,
2536: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
2537: it's not enforced, skips BOM signature if it complies charset
2538: (fixes bug #1037)
2539:
2540: 2015-10-13 moko
2541:
2542: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
2543: linking
2544:
2545: * src/classes/inet.C: vs2003 compilation fix
2546:
2547: * src/classes/math.C: warning war
2548:
2549: * src/lib/punycode/pa_punycode.c: warning war
2550:
2551: 2015-10-12 moko
2552:
2553: * src/lib/punycode/pa_punycode.c: warning war
2554:
2555: * parser3.sln: moved parser3 first, to make it default startup
2556: project
2557:
2558: * buildall: parser "mirror" now used for external libs sources
2559: (implements feature #1036)
2560:
2561: * buildall: most external libs are updated to their current
2562: versions (related to feature #1036)
2563:
2564: * src/classes/image.C: more tags added
2565:
2566: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
2567:
2568: 2015-10-11 moko
2569:
2570: * src/classes/curl.C: minor optimization (related to feature #1035)
2571:
2572: 2015-10-09 moko
2573:
2574: * src/classes/curl.C: pa_strdup added for strings from curl
2575: (related to feature #1035)
2576:
2577: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
2578: ULLONG_MAX definition
2579:
2580: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
2581: (implements feature #1035)
2582:
2583: * src/main/pa_charset.C: String::Body(String::C) used
2584:
2585: * src/main/pa_charset.C: exceptions unified
2586:
2587: * src/: include/pa_charset.h, main/pa_charset.C: declarations
2588: unified
2589:
2590: * src/: classes/file.C, classes/image.C, classes/mail.C,
2591: classes/op.C, classes/xdoc.C, classes/xnode.C,
2592: include/pa_string.h, main/pa_request.C, main/pa_string.C,
2593: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
2594: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
2595: String::Body(String::C) constructor added (related to bug #957)
2596:
2597: * src/classes/file.C: minor optimization
2598:
2599: * src/include/pa_hash.h: hash.get(char*) added, to minimize
2600: Cord(char*) autocreation (related to bug #957)
2601:
2602: * src/: classes/string.C, main/untaint.C: minor optimizations
2603:
2604: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
2605: String(char*, Lang, length) removed, String(C(), Lang) used
2606: instead (related to bug #957)
2607:
2608: 2015-10-08 moko
2609:
2610: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
2611: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
2612: main/untaint.C: Now char * is converted to CORD only using
2613: AS_CORD() to check for empty cord bug (fixes bug #957)
2614:
2615: * src/include/pa_hash.h: fixed compilation without
2616: HASH_CODE_CACHING
2617:
2618: * src/classes/string.C:
2619: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
2620: feature #120)
2621:
2622: * src/main/pa_common.C: reduce js flags checks count (related to
2623: feature #120)
2624:
1.96 moko 2625: 2015-10-07 moko
2626:
2627: * tests/: 275.html, results/275.processed: test modified after
2628: unsigned long long int support implemented (feature #1034)
2629:
2630: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
2631: pa_atoul added for unsigned long long int support
2632:
2633: 2015-10-06 moko
2634:
2635: * src/types/pa_vdate.C: INT_MAX used
2636:
2637: 2015-10-03 moko
2638:
2639: * tests/: 302.html, results/302.processed: test for bug #1023
2640: (\u2028, \u2029 escaping) added
2641:
2642: * src/main/untaint.C: \u2028, \u2029 are now escaped in
2643: json:string[] (fixes bug #1023)
2644:
2645: 2015-09-29 moko
2646:
2647: * tests/305.html: try-catch added for OS without ipv6 support
2648:
2649: * src/lib/json/pa_json.C: more unique prefixes for Solaris
2650: compilation
2651:
2652: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
2653: main/execute.C, types/pa_value.h, types/pa_vhash.h,
2654: types/pa_vtable.C, types/pa_vtable.h: get_element4call
2655: implemented to distinguish ^hash.method from $hash.field
2656: (implements feature #1017)
2657:
2658: * src/lib/punycode/pa_punycode.c: warning war
2659:
2660: * src/include/pa_config_includes.h: warning war
2661:
2662: * src/include/pa_config_includes.h: pragma warning actualized a bit
2663:
2664: * src/include/pa_config_includes.h: warning war
2665:
2666: * src/include/pa_hash.h: clang compilation fix
2667:
2668: 2015-09-27 moko
2669:
2670: * src/main/compile.tab.C: Bison 3 is now default
2671:
2672: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
2673:
2674: 2015-09-25 moko
2675:
2676: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
2677: works with undefined HASH_ORDER (related to feature #196)
2678:
2679: 2015-09-24 moko
2680:
2681: * tests/: 027.html, results/027.processed: test modified to test
2682: ^hash.sort (feature #196)
2683:
2684: * src/: classes/hash.C, include/pa_hash.h:
2685: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
2686: added (implements feature #196)
2687:
2688: * tests/: 316.html, results/316.processed: Added test for bug #1025
2689: (exception handling in non-cached ^cache), plus for "it does not
2690: have logical value" and "$exception.handled value must be either
2691: boolean or string 'cache'" exceptions.
2692:
2693: * src/classes/op.C: ^cache: exceptions now handled in non-cached
2694: code (fixes bug #1025)
2695:
1.95 moko 2696: 2015-09-23 moko
2697:
2698: * src/classes/table.C: warning war
2699:
2700: * src/: classes/math.C, types/pa_vcookie.C: warning war
2701:
2702: * src/classes/file.C: warning war
2703:
2704: * src/: include/pa_table.h, main/pa_table.C: warning war
2705:
2706: * src/: main/pa_request.C, classes/date.C: warning war
2707:
2708: * src/: types/pa_vdate.C, classes/op.C: warning war
2709:
2710: * tests/: 122.html, results/122.processed: win sync: to remove
2711: differences with OS that doesn't keep timezone change history
2712:
2713: * src/types/pa_vdate.C: tzset() should be called in Windows after
2714: TZ change (related to feature #36)
2715:
2716: * tests/: 075.html, results/075.processed: win sync: to remove
2717: differences with OS that doesn't keep timezone change history
2718:
2719: * tests/: 315.html, results/315.processed: win sync: to remove
2720: differences with OS that doesn't keep timezone change history
2721:
2722: * tests/: 256.html, results/256.processed: win sync: to remove
2723: differences with OS that doesn't keep timezone change history
2724:
2725: * tests/: 124.html, results/124.processed: win results sync: to
2726: avoid hitting time change hole.
2727:
2728: * src/types/pa_vdate.C: static returned. :)
2729:
2730: 2015-09-22 moko
2731:
2732: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
2733:
2734: * tests/results/131.processed: more tests for feature #1032
2735:
2736: * src/classes/date.C: minor fix related to feature #1032
2737:
2738: * operators.txt: ISO date creation documented (related to feature
2739: #1032)
2740:
2741: * operators.txt: iso-string documented (related to feature #1032)
2742:
2743: * tests/: 315.html, results/315.processed: more tests added
2744: (related to feature #1032)
2745:
2746: * tests/: 131.html, results/131.processed: date range checks
2747: updated (related to feature #36)
2748:
2749: * tests/: 315.html, results/057.processed, results/315.processed:
2750: test added for ISO date support (related to issue #315)
2751:
2752: * src/classes/date.C: more readable exceptions in date creation
2753: (related to ticket #1032)
2754:
2755: 2015-09-18 moko
2756:
2757: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
2758: added (related to issue #1032)
2759:
2760: * tests/results/256.processed, src/classes/json.C: iso-string
2761: documented (related to issue #1032)
2762:
2763: * tests/: 256.html, results/256.processed: ISO date check added
2764: (related to issue #1032)
2765:
2766: * tests/: 057.html, results/057.processed, results/224.processed:
2767: tests results updated after ISO date support implemented (related
2768: to feature #1032)
2769:
2770: * src/: classes/date.C, classes/image.C, types/pa_value.h,
2771: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
2772: ^date::create[string] constructor formalized, ^date.iso-string[]
2773: added (implements feature #1032)
2774:
2775: 2015-09-05 moko
2776:
2777: * operators.txt: actualized
2778:
2779: * operators.txt: date changes documented (related to ticket #36)
2780:
2781: 2015-09-04 moko
2782:
2783: * src/types/pa_vdate.C: warning war
2784:
2785: * src/: classes/op.C, types/pa_vhashfile.C: warning war
2786:
2787: 2015-09-03 moko
2788:
2789: * tests/results/096.processed: test result updated for 0..9999 year
2790: date range support (related to feature #36)
2791:
2792: * tests/: 314.html, results/314.processed: test for
2793: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
2794: bug #1031)
2795:
2796: * src/classes/string.C: Static calls fixed for ^string:base64[],
2797: ^string:idna[], ^string:js-escape[] (closes bug #1031)
2798:
1.116 moko 2799: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
2800: configure.in -> configure.ac
1.95 moko 2801:
1.116 moko 2802: * configure, configure.in, src/include/pa_config_auto.h.in: more
2803: correct timezone check for FreeBSD Warning war: configure.in ->
2804: configure.ac
1.95 moko 2805:
2806: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 2807: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
2808: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
2809: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
2810: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
2811: src/main/Makefile.am, src/targets/apache/Makefile.am,
2812: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 2813: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
2814: check added
2815:
2816: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
2817:
2818: * tests/results/: 124.processed, 224.processed: test resuls updated
2819: for new date implementation (related to feature #36)
2820:
2821: * src/: classes/date.C, classes/image.C, include/pa_common.h,
2822: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
2823: types/pa_vdate.h: new double date implementation with internal
2824: support for extended 0..9999 year range, default timezone support
2825: (related to feature #36)
2826:
2827: 2015-08-28 moko
2828:
2829: * src/types/pa_vmail.C: fixed $mail:received.date calculations
2830: (fixes bug #1030)
2831:
2832: 2015-08-21 moko
2833:
2834: * src/classes/inet.C: snprintf size "bug" commented
2835:
2836: * src/main/pa_common.C: snprintf comments updated
2837:
2838: 2015-08-16 moko
2839:
2840: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
2841:
2842: 2015-08-11 moko
2843:
2844: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2845: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
2846: can be null (fixes bug #1029)
2847:
2848: 2015-08-06 moko
2849:
1.116 moko 2850: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
2851: pa_vdate.C added
1.95 moko 2852:
2853: 2015-08-05 moko
2854:
2855: * tests/: 313.html, results/313.processed: test for
2856: ^table.count[columns] and ^table.flip[] with nameless tables
2857: (feature #1003)
2858:
2859: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2860: max_cell added, now ^table.count[columns] and ^table.flip[] works
2861: correctly for nameless tables (implements feature #1003)
2862:
2863: 2015-08-03 moko
2864:
2865: * tests/312.html: test for ^table.append[$hash] and
2866: ^table.insert[$hash] added (related to feature #1028)
2867:
2868: * src/classes/table.C: ^table.append[$hash] and
2869: ^table.insert[$hash] now supported (implements feature #1028)
2870:
2871: * tests/: 312.html, results/312.processed: test row copy in
2872: ^table.hash[; $.type[table] ] added (related to feature #1016)
2873:
2874: * src/classes/table.C: row copy now created in ^table.hash[;
2875: $.type[table] ] (related to feature #1016)
2876:
2877: 2015-07-29 moko
2878:
2879: * tests/: 312.html, results/312.processed: test for ^table.delete[]
2880: added (related to feature #1016)
2881:
2882: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2883: ^table.delete[] added to delete current row (related to feature
2884: 1016)
2885:
2886: 2015-07-28 moko
2887:
2888: * tests/: 312.html, results/312.processed: test for
2889: $table.column[value] and ^table.insert{row} (related to feature
2890: #1016)
2891:
2892: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
2893: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
2894: ^table.insert{row} are now implemented (feature #1016)
2895:
2896: * src/include/pa_array.h: Optimization: bool reverse removed from
2897: append(), insert() added, memmove arguments order in remove()
2898: fixed (related to feature #1016)
2899:
2900: 2015-07-23 moko
2901:
2902: * src/classes/json.C: tainted json and empty json exception added
2903: (implements feature #1015)
2904:
2905: * tests/: 311.html, results/311.processed: empty json and tainted
2906: json exception test added (related to issue #1015)
2907:
2908: 2015-07-22 moko
2909:
2910: * tests/: 311.html, results/311.processed: test for UTF-8
2911: processing added
2912:
2913: * tests/: 311.html, results/311.processed: test for
2914: json_exception_with_source added (related to issue #394)
2915:
2916: * src/classes/json.C: json_exception_with_source added (implements
2917: feature #394)
2918:
2919: 2015-06-29 moko
2920:
2921: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
2922: directories are now correctly determined if _d_type == DT_UNKNOWN
2923: (closes bug #1027)
2924:
2925: 2015-06-10 moko
2926:
2927: * src/types/pa_vxnode.h: extern "C" not requred and causes build
2928: error if libxml has LIBXML_ICU_ENABLED.
2929:
2930: 2015-06-04 moko
2931:
2932: * tests/099.html: ups, reverting
2933:
2934: * tests/: 099.html, 309.html, 310.html, results/309.processed,
2935: results/310.processed: tests for $response:body[ $.file[] ] and
2936: $response:last-modified added
2937:
2938: * src/main/pa_request.C: last-modified check fixed
2939:
2940: 2015-06-03 moko
2941:
2942: * tests/: 204.html, 205.html, 293.html, results/204.processed,
2943: results/205.processed, results/293.processed: $response:headers
2944: logging added (tests for feature #1007)
2945:
2946: * src/: include/pa_common.h, include/pa_request.h,
2947: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
2948: $response:headers are now in uppercase (closes feature #1007)
2949:
2950: 2015-06-02 moko
2951:
2952: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
2953: build errors reverted for clang compatibility
2954:
2955: 2015-06-01 moko
2956:
2957: * src/include/pa_memory.h: -pedantic build errors fixed
2958:
2959: * src/classes/math.C: -pedantic build error fixed
2960:
2961: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
2962:
2963: 2015-05-31 moko
2964:
2965: * src/classes/table.C: USE_STRINGSTREAM optimized
2966:
2967: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
2968: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
2969: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
2970: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
2971: types/pa_vxnode.h: warning war (-pedantic flag)
2972:
2973: 2015-05-28 moko
2974:
2975: * tests/: 308.html, results/308.processed: test for
2976: ^table::create[$t;], etc work added (related to bug #975)
2977:
2978: * src/classes/table.C: check_option_param removed,
2979: ^table::create[$t;], etc now works (fixes bug #975)
2980:
2981: 2015-05-27 moko
2982:
2983: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
2984: (Debian jessie) fixed (closes issue #1024)
2985:
2986: * tests/Makefile: sort added as in Debian jessie list become
2987: unsorted
2988:
2989: 2015-05-18 moko
2990:
2991: * tests/: 201.html, results/201.processed: test for
2992: ^string.trim[what] feature #1022
2993:
2994: * src/classes/string.C: ^string.trim[what] now supported,
2995: implements feature #1022
2996:
2997: 2015-05-17 moko
2998:
2999: * tests/results/185.processed: test result updated as feature #1021
3000: implemented (left/right accept negative parameter)
3001:
3002: * src/classes/string.C: left/right now accept negative parameter
3003: (implements feature #1021)
3004:
3005: 2015-05-08 moko
3006:
3007: * src/classes/math.C: isalnum -> pa_isalnum
3008:
3009: * src/main/execute.C: optimization in getter-junction processing
3010: (related to issue #997)
3011:
3012: 2015-05-07 moko
3013:
3014: * tests/: 307.html, results/307.processed: test for issue #997
3015: added
3016:
3017: * src/main/execute.C: process_getter result now checked if junction
3018: returned (closes issue #997)
3019:
3020: * tests/: 305.html, results/305.processed: sort added to ignore
3021: different order
3022:
3023: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3024: assignment (closes issue #994)
3025:
3026: * tests/: 306.html, results/306.processed: test for issue #994
3027: added
3028:
3029: * tests/: 303.html, results/303.processed: two more errors tested
3030:
3031: 2015-05-06 moko
3032:
3033: * tests/: 305.html, results/305.processed: test for name2ip &
3034: ip2name added (related to feature #992)
3035:
3036: * tests/: 303.html, 304.html, results/303.processed,
3037: results/304.processed: tests for idna conversion added (related
3038: to issue #849)
3039:
3040: 2015-05-02 moko
3041:
3042: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3043: implemented
3044:
3045: 2015-04-30 moko
3046:
3047: * src/main/pa_http.C: idna_host added, related to issue #849
3048:
3049: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
3050: (related to issue #849)
3051:
3052: 2015-04-24 moko
3053:
3054: * src/types/pa_vjunction.C: warning war
3055:
3056: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
3057: unification
3058:
3059: * src/lib/punycode/pa_idna.c: warning war
3060:
3061: 2015-04-22 moko
3062:
3063: * src/main/main.vcproj: punycode include path added
3064:
3065: * src/lib/punycode/pa_idna.c: windows compile error fixed
3066:
3067: * src/lib/punycode/pa_idna.c: warning war
3068:
3069: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
3070: project file added
3071:
3072: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
3073:
3074: * src/include/pa_memory.h: warning war
3075:
3076: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
3077: ^string:idna[xn--...], ^string.idna[] - idna conversion support
3078: implemented (related to feature #849)
3079:
3080: * configure.in, src/main/Makefile.am,
3081: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
3082: libpunycode added in Unix
3083:
3084: 2015-04-21 moko
3085:
3086: * configure.in: large files support
3087:
3088: 2015-04-15 moko
3089:
3090: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
3091: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
3092: pa_punycode.h: initial version for punycode/idna support library
3093: (ticket #849)
3094:
3095: 2015-04-08 moko
3096:
3097: * src/: classes/curl.C, classes/date.C, classes/file.C,
3098: classes/image.C, classes/mail.C, classes/reflection.C,
3099: classes/string.C, classes/xnode.C, include/pa_request.h,
3100: include/pa_string.h, include/pa_stylesheet_connection.h,
3101: main/compile.y, main/compile_tools.h, main/execute.C,
3102: main/pa_common.C, main/pa_request.C, main/pa_string.C,
3103: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
3104: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
3105: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
3106: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
3107: clang compiler warnings (closes issue #1018)
3108:
3109: * src/include/pa_string.h: String::Body comparation operators with
3110: char * added (related to issue #958)
3111:
3112: 2015-04-07 moko
3113:
3114: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
3115: pa_malloc/pa_free to remove system malloc/free usage (related to
3116: issue #1018)
3117:
3118: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
3119: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
3120: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
3121: main/pa_http.C, main/pa_request.C, main/pa_string.C,
3122: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
3123: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
3124: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
3125: malloc/strdup/free replaced with pa_ version and checks for
3126: accidental use of non-pa_ version added (related to issue #1018)
3127:
3128: 2015-04-03 moko
3129:
3130: * buildall: pcre-8.33 -> pcre-8.36
3131:
3132: * src/: main/compile.y, classes/form.C, classes/mail.C,
3133: classes/op.C, classes/string.C, main/compile.tab.C,
3134: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
3135: main/pa_sql_driver_manager.C, types/pa_vfile.C,
3136: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
3137: ticket #958)
3138:
3139: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
3140: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3141: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3142: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
3143: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
3144: $request:headers, $request:method added (implements feature
3145: #1007)
3146:
3147: 2015-03-17 misha
3148:
3149: * tests/302.html: - test for
3150: ^json:string[...;$._default[method-name]]
3151:
3152: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3153: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
3154: option $._default[method-name] is specified in ^json:string[], a
3155: method with specified name will be called for classes/objects
3156: serialization ( new feature: #982 )
3157:
3158: 2015-03-16 misha
3159:
3160: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
3161: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
3162: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
3163: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
3164: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
3165: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
3166: types/pa_vmemory.h, types/pa_vmethod_frame.C,
3167: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
3168: types/pa_vrequest.h, types/pa_vstateless_class.C,
3169: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3170: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
3171: $var.CLASS_NAME now have special opcodes. This can be switched
3172: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
3173: on pa_opcode.h ( new feature: #844 )
3174:
3175: 2015-03-15 misha
3176:
3177: * tests/075.html: - test for $response:header[]
3178:
3179: * src/types/pa_vresponse.C: - $response:header[] deletes header
3180: that was set earlie ( new feature: #1001 )
3181:
3182: 2015-03-12 misha
3183:
3184: * tests/246.html: - more tests for ^hash._at[]
3185:
3186: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
3187: accepts second param [key|value|hash] ( new feature: #1012 )
3188:
3189: 2015-03-09 moko
3190:
3191: * src/types/pa_vmail.C: exception for everything but
3192: $mail:received, closes issue #1011
3193:
3194: 2015-02-20 moko
3195:
3196: * tests/: 275.html, results/275.processed: hex detection in
3197: pa_atoui fix test (closes issue #1010)
3198:
3199: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
3200: issue #1010)
3201:
3202: 2015-02-17 moko
3203:
3204: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
3205: tainted.
3206:
3207: 2015-02-03 misha
3208:
3209: * tests/301.html: - test for ^json:string($double) causes
3210: exception. bugfix: #1008
3211:
3212: * src/classes/json.C: - ^json:string($double) causes exception.
3213: bugfix: #1008
3214:
3215: * tests/014.html: - updated for work with ^hash.delete[]
3216:
3217: 2015-01-12 misha
3218:
3219: * src/: classes/form.C, include/pa_common.h,
3220: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
3221: types/pa_vform.h: - supports body with PUT method as well ( new
3222: feature: #1006 )
3223:
3224: * src/classes/file.C: - warnings war
3225:
3226: 2015-01-11 misha
3227:
3228: * tests/300.html: - test for ^hash.delete[] is added
3229:
3230: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
3231: feature: #989 ) - tiny optimization in intersects
3232:
3233: 2015-01-06 moko
3234:
3235: * src/types/pa_vmail.C: file names transcode added, to and cc added
3236: with transcode, attachments detection fixed
3237:
3238: * src/main/pa_request.C: filling mail received after cgi/auto.p
3239: load to allow charset switch (related to issue #996)
3240:
3241: 2014-12-31 moko
3242:
3243: * src/types/pa_vmail.C: from and subject now transcoded if not
3244: UTF-8 source charset (fixes issue 996)
3245:
3246: * src/main/pa_exception.C: fixed string from stack bug (closes
3247: issue #1000)
3248:
3249: 2014-12-11 misha
3250:
3251: * src/types/pa_vhashfile.C: - check if key is not empty before
3252: access ( bug fix: #1005 )
3253:
3254: 2014-11-13 misha
3255:
3256: * src/main/compile.y: - PC.append does not reset to false while
3257: creating a new class. bugfix: #990
3258:
3259: * tests/299.html: - test for creation class after working with
3260: partial class (create+append)
3261:
3262: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
3263: #995
3264:
3265: * tests/232.html: - test for @get[def] added
3266:
3267: 2014-10-12 moko
3268:
3269: * src/lib/pcre/pcre_internal.vcproj: correct path
3270:
3271: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3272: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
3273: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
3274: targets/apache/ApacheModuleParser3.vcproj,
3275: targets/apache/ApacheModuleParser3Core.vcproj,
3276: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3277: types/types.vcproj: project GUID inserted in *.vcproj for correct
3278: conversion in newer VS versions
3279:
3280: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
3281: pcre_internal.vcproj added
3282:
3283: 2014-08-28 moko
3284:
3285: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
3286: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
3287: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
3288:
3289: 2014-06-30 misha
3290:
3291: * tests/298.html: - tests for ^reflection:def[class;className]
3292: added
3293:
3294: * src/classes/reflection.C: - ^reflection:def[class;className]
3295: added ( new feature: #918 )
3296:
3297: 2014-06-29 misha
3298:
3299: * src/classes/table.C: - ^table::create[unsupported data] -
3300: exception comment changed to "body must be table or code" ( bug
3301: fix: #951 )
3302:
3303: * tests/: 261.html, results/261.processed: - tests for
3304: ^json:string[...;$.void[null|string]] added
3305:
3306: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
3307: option $.void[string|null] added to ^json:string[...] ( new
3308: feature: #952 )
3309:
3310: 2014-06-28 moko
3311:
3312: * src/classes/curl.C: $.charset now processed before other curl
3313: options (closes issue #980)
3314:
3315: 2014-05-23 misha
3316:
3317: * src/classes/json.C: - bug fix: #987
3318:
3319: 2014-05-04 misha
3320:
3321: * tests/: 253.html, 253_json.txt: - test for
3322: ^json:parse[$.int(false)] is added
3323:
3324: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
3325: default true). The option is similar to $.double(bool) but for
3326: integers.
3327:
3328: 2014-05-01 moko
3329:
3330: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
3331: #12 )
3332:
3333: 2014-04-16 moko
3334:
3335: * src/main/pa_http.C: response-charset option should finally work
3336: now (fix for issue #867)
3337:
3338: * src/main/pa_http.C: response-charset option should work now (fix
3339: for issue #867)
3340:
3341: 2014-03-07 moko
3342:
3343: * buildall: libgc moved
3344:
3345: * buildall: libgc moved
3346:
3347: 2013-12-29 moko
3348:
3349: * src/classes/string.C: ^string:js-unescape result now tainted,
3350: closes issue #966
3351:
3352: * tests/: 186.html, results/186.processed: ^string:js-unescape
3353: result now tainted, issue #966
3354:
3355: 2013-12-03 moko
3356:
3357: * src/: classes/memcached.C, types/pa_vmemcached.C,
3358: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
3359: option was added for http://www.parser.ru/forum/?id=79343
3360:
3361: * src/classes/file.C: bugfix for
3362: http://www.parser.ru/forum/?id=79337
3363:
3364: 2013-11-05 moko
3365:
3366: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
3367:
3368: * src/main/pa_globals.C: spelling fixed
3369:
3370: 2013-10-29 moko
3371:
3372: * src/lib/json/json.vcproj: json.c -> pa_json.C
3373:
3374: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
3375: #892
3376:
3377: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
3378: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
3379: exceptions to be thrown thougth json library), related to issue
3380: #892
3381:
3382: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
3383: related to issue #896
3384:
3385: 2013-10-24 moko
3386:
3387: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
3388:
3389: 2013-10-23 moko
3390:
3391: * README: actualization
3392:
3393: 2013-10-22 moko
3394:
3395: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
3396: compatibility patch from Sergey Kirpichev
3397:
3398: * tests/: 297.html, results/297.processed: non-working getter fix
3399: test for issue #948
3400:
3401: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
3402: called when saving value of $match variable in ^string.match[] to
3403: increase compatibility (related to issue #948).
3404:
3405: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
3406: usage optimization
3407:
3408: 2013-10-21 moko
3409:
3410: * tests/: 182.html, results/182.processed: local path removed for
3411: compatibility
3412:
3413: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
3414: results/244.processed, results/253.processed,
3415: results/254.processed, results/275.processed,
3416: results/281.processed: try_catch -> try-catch
3417:
3418: * tests/: 288.html, 294.html, 296.html, results/288.processed,
3419: results/294.processed, results/296.processed: try_catch ->
3420: try-catch
3421:
3422: 2013-10-20 moko
3423:
3424: * tests/: 296.html, results/296.processed: test for xsl exception
3425: for issue #938 added.
3426:
3427: * src/: include/pa_xml_exception.h,
3428: main/pa_stylesheet_connection.C: forgotten to be replaced
3429: XmlException is now replaced (once again closes issue #938)
3430:
3431: 2013-10-19 misha
3432:
3433: * bin/auto.p.dist.in: - more mime-types are added
3434:
3435: 2013-10-18 moko
3436:
3437: * buildall: disable clock_gettime detection to avoid librt linking
3438: (which in turn depends on libpthread), related to issue #943
3439:
3440: 2013-10-18 misha
3441:
3442: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
3443: lib/smtp/smtp.vcproj, main/main.vcproj,
3444: targets/apache/ApacheModuleParser3Core.vcproj,
3445: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3446: types/types.vcproj: - new locations for libxml2 includes where
3447: added to vcproj files
3448:
3449: 2013-10-18 moko
3450:
3451: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
3452: fix
3453:
3454: * tests/: 295.html, results/295.processed: test for issue #948
3455: updated
3456:
3457: * src/classes/table.C: hopefully last lost part for issue #948 fix.
3458: :)
3459:
3460: * tests/: 295.html, results/295.processed: test for issue #948
3461: added
3462:
3463: * src/: classes/hash.C, classes/string.C, classes/table.C,
3464: include/pa_request.h, types/pa_method.h: for getters and setters
3465: to be executed request.put_element should be called, not
3466: context.put_element (fixes issue #948)
3467:
3468: 2013-10-17 moko
3469:
3470: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
3471: LIBXML2_NEW_BUFFER check (closes issue #943)
3472:
3473: * buildall: libxml 2.9.1 build is broken --without-reader.
3474:
3475: 2013-10-16 moko
3476:
3477: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
3478:
3479: * tests/: 294.html, results/294.processed: test for issue #938
3480:
3481: * src/: classes/xdoc.C, classes/xnode.C,
3482: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
3483: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
3484:
3485: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
3486: libxslt-1.1.26 -> libxslt-1.1.28
3487:
3488: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
3489: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
3490: to '?', related to issue #938
3491:
3492: 2013-10-15 moko
3493:
3494: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
3495: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
3496: minor optimizations (closes issue #896)
3497:
3498: * tests/results/: 292.processed, 293.processed: results updated to
3499: comply with issue #896
3500:
3501: * tests/: 292.html, 293.html, results/292.processed,
3502: results/293.processed: tests for json escaping
3503:
3504: 2013-10-14 moko
3505:
3506: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
3507: and cleanup, code moved from .h to .C, no changes in code
3508:
3509: 2013-10-12 moko
3510:
3511: * tests/results/119.processed: updated test result commited
3512:
3513: * tests/: 291.html, results/291.processed: test for issue #894
3514: added
3515:
3516: * src/types/pa_wcontext.h: base methods call support function
3517: get_somebody_entered_some_class should not be true forever, as
3518: wcontext can have many get_elements calls (fixes issue #894)
3519:
3520: 2013-10-11 moko
3521:
3522: * tests/: 290.html, results/290.processed: test for junction GPF
3523: issue #942 added
3524:
3525: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
3526: to native method fixed (closes issue #942)
3527:
3528: * tests/: 158.html, results/158.processed: test for csv-string[]
3529: added
3530:
3531: * src/classes/table.C: minor fixes for table.csv-string[] (closes
3532: feature #907)
3533:
3534: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
3535: feature #907)
3536:
3537: 2013-10-09 moko
3538:
3539: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
3540: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
3541: types/pa_vstateless_class.C: GET_default, SET_default now works
3542: properly not only in objects, but in classes as well (closes
3543: issue #903)
3544:
3545: * tests/: 289.html, results/289.processed: GET/SET_default now
3546: works in classes, not only objects, test case added, related to
3547: issue #903
3548:
3549: * tests/: 288.html, results/288.processed: test for endless
3550: recursion bug added (related to issue #903)
3551:
3552: 2013-10-05 moko
3553:
3554: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3555: classes/table.C, main/execute.C, types/pa_method.h,
3556: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
3557: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3558: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
3559: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
3560: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
3561: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
3562: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
3563: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
3564: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
3565: optimization: put_element no longer has "bool areplace" argument,
3566: related to issue #903
3567:
3568: 2013-10-03 moko
3569:
3570: * tests/results/182.processed: result for $.replace(false) test
3571: commited
3572:
3573: * src/classes/date.C: ^date::create(number) processed correctly
3574: (fixes issue #901)
3575:
3576: * src/classes/image.C: as_no_junction removed, as param can be
3577: expression (closes issue #931)
3578:
3579: * tests/233.html: test for issue #931 added
3580:
3581: 2013-10-02 moko
3582:
3583: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
3584: modified, test for $.replace(false) added
3585:
3586: * src/main/compile_tools.h: forgotten class replace returned. :)
3587:
3588: 2013-09-30 moko
3589:
3590: * tests/: 141.html, results/141.processed: md5 tainting test added
3591:
3592: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3593: main/compile_tools.h, main/pa_request.C: allow_class_replace
3594: implemented; $.replace option added to ^process and ^use
3595:
3596: 2013-08-27 moko
3597:
3598: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
3599: cstr_to_string_body_untaint should be called with charsets for
3600: possible uri language and connection for possible sql language.
3601: related to issue #857
3602:
3603: * buildall: and -> or fixed
3604:
3605: 2013-08-26 moko
3606:
3607: * buildall: prepare_ functions logic changed to support
3608: gc-7.2d.tar.gz extracting to gc-7.2 directory
3609:
3610: 2013-08-23 moko
3611:
3612: * src/include/pa_config_fixed.h: gc and xml libs are now linked
3613: statically
3614:
3615: 2013-08-22 moko
3616:
3617: * src/classes/string.C: String::Empty used (related to issue #912)
3618: append_know_length removed (related to old GPF bug)
3619:
3620: 2013-08-21 moko
3621:
3622: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
3623:
3624: * src/classes/math.C: ^math:digest[...;$file] support added
3625: (related to ticket #857
3626:
3627: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
3628: implemented
3629:
3630: * src/types/pa_vhashfile.h: warning war
3631:
3632: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
3633: include/pa_request.h, main/pa_request.C, types/pa_value.h:
3634: anti_endless_json_string_recoursion removed from request;
3635: json_string_recoursion added to json_options; $.indent[indent
3636: value] now supported and passed within recoursion closes feature
3637: #937
3638:
3639: * tests/: 287.html, results/287.processed: test for feature #937
3640:
3641: 2013-07-31 moko
3642:
3643: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
3644: compilation having #define _S
3645:
3646: * src/main/pa_globals.C: cleanup
3647:
3648: 2013-07-30 moko
3649:
3650: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
3651: main/pa_common.C: vs2003 warning war
3652:
3653: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
3654:
3655: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
3656:
3657: * src/lib/md5/pa_sha2.c: warning war
3658:
3659: 2013-07-29 moko
3660:
3661: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
3662: patches from github
3663:
3664: * src/: classes/bool.C, classes/double.C, classes/int.C,
3665: classes/memcached.C, include/pa_config_includes.h,
3666: types/pa_vfile.C, types/pa_vfile.h: warning war
3667:
3668: * src/lib/json/json.vcproj: C++ -> C
3669:
3670: * src/lib/json/: json.c, pa_json.C: C++ warning revert
3671:
3672: * src/lib/json/: json.c, pa_json.C: windows compatibility
3673:
3674: * src/lib/json/: json.c, pa_json.C: windows compatibility
3675:
3676: * src/lib/json/: json.c, pa_json.C: warning war
3677:
3678: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
3679:
3680: * src/include/pa_config_fixed.h: uint16_t added
3681:
3682: * configure.in: uint16_t check added
3683:
3684: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 3685: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
3686: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
3687: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
3688: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 3689:
3690: 2013-07-25 moko
3691:
3692: * parser3.sln: dependencies added
3693:
3694: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
3695: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
3696: module support
3697:
3698: * src/targets/apache/mod_parser3_core.C: win32 cleanup
3699:
3700: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
3701:
3702: 2013-07-23 moko
3703:
3704: * src/: include/pa_memory.h, main/pa_memory.C: non-working
3705: PA_DEBUG_GC_MEMORY removed
3706:
3707: * src/: main/pa_globals.C, targets/cgi/parser3.C:
3708: PA_DEBUG_DISABLE_GC compilation fix
3709:
3710: * src/: classes/op.C, classes/table.C, include/pa_request.h,
3711: main/pa_request.C: outdated RESOURCES_DEBUG removed
3712:
3713: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
3714: garbage cleanup
3715:
3716: * src/main/pa_common.C: warning war
3717:
3718: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
3719:
3720: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
3721: minor cleanup
3722:
3723: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
3724: uses cygwin, not WIN32 implementation
3725:
3726: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
3727: able to exec shell scripts
3728:
3729: * src/classes/math.C: ifdef WIN32 cleanup
3730:
3731: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
3732:
3733: * bin/auto.p.dist.in: libpq.so -> libpq.
3734:
3735: * src/classes/curl.C: LT_MODULE_EXT used
3736:
3737: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
3738:
3739: 2013-07-22 moko
3740:
3741: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
3742: includes fix
3743:
3744: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
3745:
3746: * configure.in, src/include/pa_config_includes.h,
3747: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
3748: src/main/pa_exec.C: includes cleanup
3749:
3750: * src/targets/cgi/parser3.C: 2012->2013
3751:
3752: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
3753:
3754: * configure.in, src/include/pa_config_includes.h,
3755: src/include/pa_http.h, src/lib/json/JSON_parser.h,
3756: src/main/pa_random.C, src/main/pa_socks.C,
3757: src/types/pa_vstatus.C: cygwin support cleanup
3758:
3759: * configure.in: dirent.h check added
3760:
3761: * src/: include/pa_config_includes.h, include/pa_dir.h,
3762: main/pa_dir.C: includes cleanup, dirent.h check added filePath
3763: not copied
3764:
3765: 2013-07-21 moko
3766:
3767: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
3768:
3769: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
3770: parser3.vcproj: unused getopt.h / getopt.c removed
3771:
3772: * operators.txt, src/classes/file.C, tests/022.html,
3773: tests/results/022.processed: ^file:list[path][$.filter[regexp]
3774: $.stat(true)] usage commented
3775:
3776: * configure.in, src/classes/file.C, src/include/pa_dir.h,
3777: src/main/pa_dir.C: ^file:list[] now has dir column and when
3778: $.stat(true) it has size/*date columns modified patch from misha@
3779: that closes issue #914.
3780:
3781: * src/: include/pa_config_includes.h, main/pa_globals.C:
3782: PA_RELEASE_ASSERTS removed
3783:
3784: * src/lib/md5/pa_md5c.c: minor cleanup
3785:
3786: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
3787: localeconv()->decimal_point usage remoed (related to issue #934)
3788:
3789: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
3790: cordprnt.c removed
3791:
3792: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
3793: pa-include/pa_errno.h, pa-include/pa_file_io.h,
3794: pa-include/pa_strings.h: includes cleanup
3795:
3796: * src/lib/md5/pa_md5c.c: headers cleanup
3797:
3798: 2013-07-20 moko
3799:
3800: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
3801: cleanup
3802:
3803: 2013-07-19 moko
3804:
3805: * src/classes/math.C: extern "C" added for crypt
3806:
3807: 2013-07-18 moko
3808:
3809: * src/classes/math.C: fix redhat7.2 build
3810:
3811: 2013-07-17 moko
3812:
3813: * configure.in, src/include/pa_config_includes.h,
3814: src/include/pa_config_fixed.h: headers actualized (inttypes.h
3815: added for uint8/32/64_t)
3816:
3817: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
3818: pa_config_includes.h used for uint32/64_t
3819:
3820: 2013-07-16 moko
3821:
3822: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
3823: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
3824: war
3825:
3826: * src/main/compile.tab.C: compile.y was updated
3827:
3828: * src/main/compile.y: warning war
3829:
3830: * src/: include/pa_exception.h, main/pa_exception.C,
3831: main/pa_xml_exception.C: warning war
3832:
3833: * src/: include/pa_common.h, main/pa_common.C: warning war
3834:
3835: * configure.in: beauty :)
3836:
3837: * tests/: 141.html, results/141.processed: sha256/512 added
3838:
3839: 2013-07-13 moko
3840:
3841: * src/lib/md5/md5.vcproj: sha2 added
3842:
3843: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
3844: classes/math.C: sha2 support (sha256/sha512 digest)
3845:
3846: 2013-07-08 moko
3847:
3848: * src/classes/image.C: directory read or other read problem message
3849: fixed (related to issue #933)
3850:
3851: 2013-07-07 moko
3852:
3853: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
3854: dependense from $charsetsdir directory existance and content (and
3855: UTF-8 is default allready)
3856:
3857: * AUTHORS: + misha + moko. :)
3858:
3859: 2013-07-06 moko
3860:
3861: * src/: classes/curl.C, include/pa_globals.h,
3862: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
3863: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
3864: for lt_dlinit to be called once and lt_dlexit called at right
3865: place (related to issue #925)
3866:
3867: 2013-07-04 moko
3868:
3869: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
3870: VString::as_vfile now uses vfile.set_binary_string to avoid
3871: content-type to be set, as it brokes badly designed logic in
3872: response output. This hopefully finishes issue #928.
3873:
3874: * tests/results/: 256.processed, 286.processed: file now displayed
3875: as name, size, mode, content-type
3876:
3877: * src/main/pa_common.C: read error now reported cottectly (fixes
3878: issue #933
3879:
3880: 2013-06-28 moko
3881:
3882: * tests/: 286.html, results/286.processed: test extended
3883:
3884: * tests/: 286.html, results/286.processed: Test for issue #928
3885: added. it tests default content-type change.
3886:
3887: * src/types/pa_vfile.C: closes issue #928 - default content-type
3888: now updated
3889:
3890: 2013-06-25 moko
3891:
3892: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
3893: content-type for text/binary files without name added;
3894: ^file::create[$f;...] options now works properly and $f
3895: properties are default (fixes issue #928)
3896:
3897: 2013-05-16 misha
3898:
3899: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
3900: added
3901:
3902: * src/main/pa_table.C: - a tiny memory optimisation while creating
3903: table if specified limit is bigger than source rows count
3904:
3905: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
3906: added ( new feature: #858 )
3907:
3908: 2013-04-29 moko
3909:
3910: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
3911: $.ipresolve(0|1|2) added (closes issue #891)
3912:
3913: * src/lib/curl/curl.h: CURL_IPRESOLVE added
3914:
3915: 2013-04-24 moko
3916:
3917: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3918: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
3919: types/pa_vmemcached.h: ^memcache.release[] added, calls
3920: memcached_quit (refs #893)
3921:
3922: 2013-04-22 moko
3923:
3924: * src/: include/pa_string.h, main/pa_common.C: no more double
3925: slashes in file path (fixes bug #872)
3926:
3927: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
3928: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
3929: #739)
3930:
3931: * tests/results/266.processed: $.max_params added (feature #915)
3932:
3933: * src/: include/pa_common.h, main/pa_http.C: response-charset
3934: option added to file::load (closes issue #867)
3935:
3936: 2013-04-20 misha
3937:
3938: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
3939: commited
3940:
3941: 2013-03-15 misha
3942:
3943: * src/classes/: hash.C, table.C: - Optimisation: do not create
3944: multiple empty strings while ::sql. uae String::Empty instead
3945:
3946: 2013-03-14 misha
3947:
3948: * src/classes/reflection.C: - for user classes
3949: ^reflection:method_info[] returns $.max_params and $.extra_param
3950: with $.call_type if they available ( new feature: #915 )
3951:
3952: * src/classes/file.C: - ^file:delete[] now supports an option
3953: $.exception(false) that suppress any exception while deleting
3954: file ( new feature: #916 )
3955:
3956: * src/classes/curl.C: - parsing cookies after curl:load now should
3957: work :)
3958:
3959: 2013-03-12 misha
3960:
3961: * src/types/pa_vfile.C: - if specified file_name is empty string
3962: set default name for the file
3963:
3964: 2013-03-11 misha
3965:
3966: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
3967: also available in $f.cookies
3968:
3969: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
3970: moved to a separate method
3971:
3972: 2013-03-10 moko
3973:
3974: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
3975: added
3976:
3977: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
3978: removed (declared by autoconf)
3979:
3980: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
3981: uint32_t define
3982:
3983: 2013-03-10 misha
3984:
3985: * src/classes/file.C: ^file:delete and ^file:move now support
3986: option $.keep-empty-dirs(true) ( new feature: #884 )
3987:
3988: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
3989: empty dirs is added
3990:
3991: 2013-03-10 moko
3992:
3993: * src/classes/: bool.C, double.C, int.C: default can be present,
3994: but default check removed from ^int/double/bool.int/double/bool
3995: for string.int/double/bool compatibility (related to issue #913)
3996:
3997: * src/classes/string.C: ^string.int/dobule/bool no longer
3998: internally throws exception if default is present (closes issue
3999: #913)
4000:
4001: 2013-03-09 misha
4002:
4003: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4004: optimisations ( #845 )
4005:
4006: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4007:
4008: 2013-03-08 moko
4009:
4010: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4011: creates correct table (fixes issue #910)
4012:
4013: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4014: use outside of 'connect' operator (fixes issue #911)
4015:
4016: * tests/results/: 096.processed, 122.processed: test results
4017: updated as doubles now printed with 15 significant digits, not 5
4018: (fixes issue #882)
4019:
4020: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4021: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4022:
4023: 2013-02-21 moko
4024:
4025: * src/classes/table.C: _locate_name_value does not check arguments
4026: count, so we check it in advance (fixes issue #905)
4027:
4028: 2012-10-23 moko
4029:
4030: * buildall: old shell for and echo compatibility (for six)
4031:
4032: 2012-10-19 moko
4033:
4034: * buildall: --strip added --disable-safe-mode listed in usage
4035:
4036: 2012-10-17 misha
4037:
4038: * src/classes/op.C: - apply-taint should not throw "outside
4039: connect" exception with sql lang now
4040:
4041: 2012-10-17 moko
4042:
4043: * src/main/pa_request.C: bugfix: safe mode should be inited for
4044: each request (for apache module)
4045:
4046: 2012-09-26 moko
4047:
4048: * src/doc/doxygen.cfg: png -> svg
4049:
4050: 2012-09-25 moko
4051:
4052: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4053: test added
4054:
4055: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4056: double use when key is long
4057:
4058: 2012-09-16 moko
4059:
4060: * src/classes/math.C: Format -> Method Encode -> Format
4061:
4062: * tests/: 141.html, results/141.processed: math:digest hmac test
4063: added
4064:
4065: 2012-09-14 moko
4066:
4067: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
4068: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
4069: implementation added
4070:
4071: 2012-09-12 moko
4072:
4073: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
4074: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
4075: targets.dox and string.dox slightly actualized
4076:
4077: 2012-08-31 moko
4078:
4079: * ChangeLog: now generated with patched cvs2cl.pl
4080:
4081: 2012-07-29 moko
4082:
4083: * tests/285.html, src/main/execute.C, tests/results/285.processed:
4084: result should be pushed after VMethodFrame destructor is called,
4085: as it deletes junctions from stack params (fixes issue #868)
4086:
4087: 2012-07-23 moko
4088:
4089: * INSTALL, README: buildall script usage documented, other outdated
4090: info updated.
4091:
4092: * buildall-with-xml, buildall-without-xml: replaced by buildall
4093:
4094: 2012-07-21 moko
4095:
4096: * buildall: glib does not compile when threads are disabled...
4097:
4098: * src/types/pa_vmail.C: g_assertion fixes for empty input
4099:
4100: * src/types/pa_vmail.C: yet another fix (strange GPF on object
4101: unref, can't unref nested objects)
4102:
4103: * src/types/pa_vmail.C: another check added
4104:
4105: 2012-07-19 moko
4106:
4107: * buildall: usage added
4108:
4109: * buildall: new buildall script that unites buildall-with-xml,
4110: buildall-without-xml, --with-apache and --with-mailreceive
4111:
4112: * configure.in: support for static gmime and dynamic glib linking.
4113: fixes for FreeBSD
4114:
4115: 2012-07-17 moko
4116:
4117: * configure.in: --with-mailreceive replaced
4118: --with-static-mailreceive and --with-shared-mailreceive pathlink
4119: removed
4120:
4121: 2012-07-16 moko
4122:
4123: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
4124: capitalized, content now decoded and text content converted to
4125: $request:charset. all properties are accessed by functions, this
4126: ready for dynamic load.
4127:
4128: 2012-06-28 moko
4129:
1.116 moko 4130: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
4131: 32 bit
1.95 moko 4132:
4133: 2012-06-27 moko
4134:
4135: * buildall-with-xml, buildall-without-xml: fetch requires -p for
4136: passive ftp
4137:
4138: * src/lib/ltdl/ltdl.vcproj: release build fixed
4139:
4140: * configure.in: 3.4.2 RC -> 3.4.2
4141:
4142: 2012-06-22 moko
4143:
4144: * src/types/pa_vfile.C: returned empty mode to stated files (issue
4145: #815)
4146:
4147: * tests/: 284.html, results/284.processed: output options test
4148: (feature #265)
4149:
4150: 2012-06-22 misha
4151:
4152: * tests/215.html: - little changes
4153:
4154: 2012-06-21 moko
4155:
4156: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
4157: types/pa_vxdoc.h: output_options returned and used (bugfix for
4158: feature #265)
4159:
4160: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
4161: breaks long .*, default 10M restored. (issue #216)
4162:
4163: * tests/: 283.html, results/283.processed: test for issue #815
4164: added
4165:
4166: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
4167: again, cstrm not required.
4168:
4169: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
4170: Win32 and broken FreeBSD (issue #45)
4171:
4172: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
4173:
4174: * src/main/pa_string.C: warnings war
4175:
4176: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
4177: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
4178: main/pa_socks.C, targets/apache/pa_threads.C,
4179: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4180: types/pa_vstatus.C: compilation under cygwin fixed
4181:
4182: 2012-06-19 moko
4183:
4184: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
4185: Windows fixed
4186:
4187: * parser3.sln: removed antique pcre_ctype
4188:
4189: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
4190:
4191: * src/include/pa_config_fixed.h: undefined reference to
4192: __imp__pcre_* fix for Windows
4193:
4194: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 4195: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
4196: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
4197: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
4198: define fixed
1.95 moko 4199:
4200: 2012-06-18 moko
4201:
4202: * src/classes/memcached.C: flush -> clear
4203:
4204: * src/classes/memcached.C: memcached does not support quotes even
4205: in server name
4206:
4207: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4208: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
4209: called on open to check servers existance. $.key(true) syntax
4210: now supported
4211:
4212: 2012-06-17 moko
4213:
4214: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
4215: cleanup
4216:
4217: * src/classes/table.C, tests/282.cfg, tests/282.html,
4218: tests/results/282.processed: encloser at the EOF bug fixed,
4219: incorrectly enclosed data now processed more logicaly (fixes
4220: #339)
4221:
4222: 2012-06-15 moko
4223:
4224: * buildall-without-xml: sync with buildall-with-xml
4225:
4226: * buildall-with-xml: download auto-detected between fetch and curl
4227:
4228: * configure.in: --with-gc and --with-pcre now also processed
4229: correctly
4230:
1.116 moko 4231: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
4232: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
4233: should be run on rol1 using automake / aclocal (GNU automake)
4234: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 4235:
4236: * configure.in: new PARSER_VERSION logic
4237:
4238: * src/include/pa_version.h: new pa_version.h logic
4239:
4240: * src/: classes/curl.C, classes/file.C, classes/image.C,
4241: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4242: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
4243: feols_normalized -> fis_text_content set_binary added
4244:
4245: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
4246:
4247: 2012-06-15 misha
4248:
4249: * src/: classes/curl.C, classes/file.C, classes/image.C,
4250: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4251: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
4252: ^file::create[text;content] EOLs in content now is normalized. (
4253: new feature: #815 )
4254:
4255: 2012-06-15 moko
4256:
4257: * configure.in: --disable-version-update added to disable version
4258: update with host information (for debian package) whitespace
4259: optimized
4260:
4261: * configure.in: version changed to 3.4.2 RC no-pic added for
4262: libtool
4263:
4264: * src/include/pa_version.h: Nice pa_version.h default. Please keep
4265: it.
4266:
4267: 2012-06-14 moko
4268:
4269: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
4270: tests/results/281.processed: "hash flocked" error removed for
4271: safe operations like ^h._count[] ( new feature: #335 )
4272:
1.116 moko 4273: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 4274:
4275: * buildall-with-xml, buildall-without-xml: --with-static -> --with
4276:
4277: * configure.in: --with-static/shared xml replaced with --with-xml,
4278: xml compilation check added
4279:
4280: * configure.in: --with-static/shared-gc, --with-static-pcre are
4281: replaced with --with-gc and --with-pcre test for pcre linking
4282: added
4283:
4284: 2012-06-13 moko
4285:
4286: * configure.in: apxs2 check optimized
4287:
4288: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
4289: .la, includes optimized
4290:
4291: * buildall-with-xml: --with-pic looks better for -fPIC
4292:
4293: * configure.in: switched to convenience library in static linking
4294:
4295: * src/targets/apache/Makefile.am: switched to convenience library
4296: usage to avoid libtool warnings
4297:
4298: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
4299: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
4300: smtp/Makefile.am: switched to convenience library usage
4301:
4302: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
4303:
4304: * src/targets/apache/Makefile.am: updated for libtool usage
4305:
4306: * bin/auto.p.dist.in: .cfg removed from charset names.
4307:
4308: * buildall-without-xml: --with-included-ltdl added
4309:
4310: * buildall-without-xml: sync with buildall-with-xml
4311:
4312: * buildall-with-xml: --with-included-ltdl added $cflags added for
4313: -fPIC for x64 $download added for wget success check added
4314:
4315: * buildall-without-xml: --with-dynamic-stdcpp removed
4316:
4317: * configure.in: disable-static returned
4318:
4319: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
4320: LIBTOOLFLAGS
4321:
4322: 2012-06-12 moko
4323:
4324: * configure.in, src/targets/cgi/Makefile.am: disable-static not
4325: compatible with LIBTOOLFLAGS for unknown reasons
4326:
4327: * buildall-with-xml: --with-dynamic-stdcpp removed
4328:
4329: * configure.in: static/dynamic -lstdc++ linking option removed
4330: apxs2 check added
4331:
4332: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
4333: option removed
4334:
4335: 2012-06-10 moko
4336:
4337: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
4338: added
4339:
4340: * src/targets/cgi/pp3.cmd: old PAF stuff
4341:
1.116 moko 4342: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
4343: beauty
1.95 moko 4344:
4345: * depcomp: from libtool 2.4.2
4346:
4347: * configure.in: ltdl directory removed, it has correct Makefile.in
4348:
4349: 2012-06-09 moko
4350:
1.116 moko 4351: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
4352: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 4353: autogenerated files updated after libtool update
4354:
1.116 moko 4355: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
4356: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 4357: config_auto.h.in, config_fixed.h, configure, configure.ac,
4358: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
4359: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
4360: config/compile, config/config.guess, config/config.sub,
4361: config/depcomp, config/install-sh, config/ltmain.sh,
4362: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
4363: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
4364: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
4365: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
4366: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
4367: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
4368: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
4369: m4/lt~obsolete.m4: libtool updated to version 2.4.2
4370:
4371: * configure.in: preparation for new libtool
4372:
4373: * configure.in: Some beauty added :)
4374:
4375: * src/targets/apache/Makefile.am: := -> =
4376:
4377: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
4378: again. :)
4379:
4380: * src/include/pa_config_includes.h, configure.in: limits.h added,
4381: previously was taken from pcre_internal.h. :)
4382:
4383: * src/lib/pcre/Makefile.am: config.h returned
4384:
4385: * src/lib/pcre/config.h: still need this. :)
4386:
4387: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
4388:
4389: * configure.in: --with-charsets removed; --with-mysql-client & co
4390: removed
4391:
4392: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
4393: now in parser tree, no need to copy
4394:
4395: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
4396: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
4397: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
4398: debian/patches/101_pcre.patch - local copy of pcre_internal.h
4399: extracts now used old trash removed
4400:
4401: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
4402: rare charsets/drivers are commented, sql driver quessing removed
4403: (debian/patches/103_auto_p.patch)
4404:
4405: * etc/parser3.charsets/Makefile.am: charsets now in share
4406: (debian/patches/104_automake.patch) + all charsets are copied
4407:
4408: * buildall-with-xml, buildall-without-xml: curl option removed +
4409: extra arguments now supported
4410:
4411: 2012-06-08 misha
4412:
4413: * src/classes/table.C: - one params.as_hash usage was rolled back:
4414: the 2nd option in ^table.hash[] could be hash or table so
4415: .as_hash will throw an exception when table option is specified
4416:
4417: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4418: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
4419: classes/table.C, classes/void.C, classes/xdoc.C,
4420: include/pa_exception.h, types/pa_vmethod_frame.C,
4421: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
4422: and improved (whitespaces are allowed as empty options) -
4423: MethodParams::as_table is added - above methods are used for
4424: parsing methods' options ( new feature: #9 )
4425:
4426: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
4427: to vclass. now class fields can be accessible as a hash:
4428: $h[^hash::create[$asd:CLASS]]
4429:
4430: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
4431: have get_fields method so their fields can be accessed with
4432: ^reflection:fields[...] & ^reflection:field[...]
4433:
4434: 2012-06-06 misha
4435:
4436: * tests/280.html: - tests for
4437: ^reflection:method[obj-or-class;method],
4438: ^reflection:field[obj-or-class;field] and
4439: ^reflection:fields[obj-or-class] are added
4440:
4441: 2012-06-05 misha
4442:
4443: * src/classes/reflection.C: - ^reflection:method[class or
4444: object;method name] and ^reflection:field[class or object;field
4445: name] are added
4446:
4447: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
4448: is used
4449:
4450: * src/types/pa_method.h: - Method::as_vjunction method is added
4451:
4452: 2012-06-05 moko
4453:
1.116 moko 4454: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 4455:
4456: * src/classes/memcached.C: flish ttl fixed
4457:
4458: 2012-06-04 moko
4459:
4460: * src/classes/json.C, src/classes/op.C, tests/279.html,
4461: tests/results/279.processed: ^json:parse[] now supports $.taint
4462: option (new feature #833)
4463:
4464: 2012-06-04 misha
4465:
4466: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
4467: - search_stop method was moved from pa_vcookie.C to pa_common.C
4468:
4469: 2012-06-03 misha
4470:
4471: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
4472: cookies are parced and stored into $.cookies ( new feature: #31 )
4473:
4474: 2012-05-30 misha
4475:
4476: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
4477: incomplete class into a scope while @USE is found
4478:
4479: * src/main/compile.y: - add incomplete class into a scope while
4480: @USE and @CLASS instructions are found ( bugfix: #838 )
4481:
4482: 2012-05-30 moko
4483:
4484: * src/types/pa_vclass.C, tests/278.html,
4485: tests/results/278.processed: removed "property has no getter
4486: method" exception when GET_DEFAULT present (fixes #269)
4487:
4488: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
4489: $._default
4490:
4491: 2012-05-29 moko
4492:
4493: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
4494: uninitialized values usage (new feature: #154)
4495:
4496: 2012-05-28 moko
4497:
4498: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
4499: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
4500: src/types/pa_vdate.h, src/types/pa_vdouble.h,
4501: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
4502: src/types/pa_vobject.C, src/types/pa_vobject.h,
4503: src/types/pa_vstring.h, src/types/pa_vtable.C,
4504: tests/results/277.processed, src/types/pa_vtable.h,
4505: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
4506: ^json:string[$o; $.default[$method]] implemented for VObject (new
4507: feature #803)
4508:
4509: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
4510: tests/results/277.processed: json numbers are now treated as
4511: double ( new feature: #834 )
4512:
4513: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
4514: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
4515: added for out of range checks, zero division in vint/vdouble
4516: check added ( fixes #832 )
4517:
4518: * tests/: 275.html, results/275.processed: tests for pa_atoui added
4519: ( fixes #832 )
4520:
4521: 2012-05-28 misha
4522:
4523: * buildall-with-xml: - --without-lzma option is added to libxml2
4524: configure
4525:
4526: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
4527: added - tests for unsupported values for options $.file, $.table
4528: and $.date are added
4529:
4530: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
4531: accepts "stat" $.file[] option's value in addition to existed
4532: "text" and "base64" ( new feature: #835 )
4533:
4534: * tests/276.html: - test for
4535: ^reflection:delete[$object-or-class;field-name]
4536:
4537: * src/classes/reflection.C: -
4538: ^reflection:delete[$object-or-class;field-name] is added ( new
4539: feature: #268 )
4540:
4541: 2012-05-27 misha
4542:
4543: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
4544:
4545: 2012-05-24 misha
4546:
4547: * src/include/pa_common.h: - method lastposafter was removed
4548:
4549: * src/classes/file.C: - use strrpbrk & rskipchars instead of
4550: lastposafter - ^file:dirname[] & Co proper handle windows file
4551: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
4552: work as *nix commands
4553:
4554: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
4555:
4556: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
4557: rskipchars were added
4558:
4559: * tests/270.html: - more tests for ^file:find[]
4560:
4561: * tests/065.html: - more tests for ^file:dirname[] & Co
4562:
4563: * src/include/pa_version.h: - must be "win32" here. it is
4564: auto-generated on *nix
4565:
4566: 2012-05-24 moko
4567:
4568: * src/classes/math.C: ^math:convert[] now supports uint32 and
4569: throws overflow exception ( new feature: #830 )
4570:
4571: * tests/: 275.html, results/275.processed: test for ^math:convert[]
4572: uint32 support and overflow added ( new feature: #830 )
4573:
4574: 2012-05-23 moko
4575:
4576: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
4577: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
4578: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
4579: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
4580: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4581: types/pa_vregex.h, types/pa_vstateless_class.C,
4582: types/pa_vstateless_class.h, types/pa_vstring.h,
4583: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4584: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
4585: "return string as-is" removed from as_expr_result. ( new feature:
4586: #831 )
4587:
4588: * tests/results/244.processed: test changed after bug #782 fix
4589: commited
4590:
4591: * tests/results/229.processed: test results for bug #782 commited
4592:
4593: * tests/: 254.html, results/254.processed: uid now just compared,
4594: not printed. :)
4595:
4596: 2012-05-20 moko
4597:
4598: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
4599: feature: #341 )
4600:
4601: * tests/: 254.html, results/254.processed: test for
4602: ^reflection:uid[] added
4603:
4604: * tests/: 254.html, results/254.processed: test for
4605: ^reflection:uid[$obj] added
4606:
4607: 2012-05-17 misha
4608:
4609: * src/main/untaint.C: - do not replace ' char by _26 while
4610: exploding filespec-tainting ( new feature: #829 )
4611:
4612: 2012-05-12 moko
4613:
4614: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
4615: not.
4616:
4617: 2012-05-08 moko
4618:
4619: * src/types/pa_vmethod_frame.h: bug #782 fixed
4620:
4621: * tests/229.html: test for bug #782
4622:
4623: * tests/results/259.processed, src/main/pa_request.C,
4624: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
4625: src/types/pa_vstring.h, src/types/pa_vvoid.C,
4626: src/types/pa_vvoid.h: feature #154 - first empty param now
4627: string; defined locals are empty strings; $STRICT-VARS(true)
4628: added
4629:
4630: 2012-04-27 moko
4631:
1.116 moko 4632: * src/targets/apache/Makefile.am:
1.95 moko 4633: ../../lib/memcached/libmemcached.a added
4634:
4635: 2012-04-27 misha
4636:
4637: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
4638: ( #827 )
4639:
4640: 2012-04-25 moko
4641:
4642: * src/: classes/json.C, classes/memcached.C,
4643: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4644: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
4645: implemented.
4646:
4647: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
4648:
4649: 2012-04-23 moko
4650:
4651: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4652: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4653: types/pa_vmemcached.h: open allows options hash for new
4654: memcached(options) function
4655:
4656: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
4657: not appended
4658:
4659: 2012-04-21 moko
4660:
4661: * src/classes/curl.C: '' added. :)
4662:
4663: * src/classes/classes.vcproj: new curl.h location
4664:
4665: * src/classes/curl.C: verbose output redirection from stderr to
4666: file curl option added
4667:
4668: 2012-04-20 moko
4669:
4670: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
4671: contains what we need from curl, #ifdef HAVE_CURL removed
4672:
1.116 moko 4673: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 4674: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 4675: src/lib/Makefile.am, src/lib/curl/Makefile.am,
4676: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 4677: configure option
4678:
4679: 2012-04-19 moko
4680:
4681: * src/: classes/double.C, classes/inet.C, classes/int.C,
4682: classes/string.C, lib/gc/include/gc_allocator.h,
4683: types/pa_vform.C: PVS-Studio detected errors fixes, unused
4684: options from sql_result_string removed. (closes issue #468)
4685:
4686: * src/types/pa_vmemcached.C: empty string fix
4687:
4688: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
4689: pa_vstring.C, pa_vstring.h: serialization helpers moved to
4690: pa_vmemcached.C
4691:
4692: 2012-04-18 moko
4693:
4694: * src/targets/apache/mod_parser3.c: "Parser3 module requires
4695: apache2-mpm-prefork" error displayed in threaded mpm.
4696:
4697: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4698: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
4699: installed (issue #354)
4700:
4701: 2012-04-16 moko
4702:
4703: * src/types/pa_vmemcached.C: call to memcached_result_create and
4704: memcached_result_free removed
4705:
4706: 2012-04-14 moko
4707:
4708: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
4709:
4710: * src/types/pa_vmemcached.C: check_key added and used
4711:
4712: 2012-04-13 moko
4713:
4714: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
4715: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
4716: Serialization_data now added and used, VString now serialized
4717: with languages into memcached.
4718:
4719: 2012-03-28 moko
4720:
4721: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
4722: lib/memcached/pa_memcached.h: result lengths added
4723:
4724: 2012-03-27 moko
4725:
4726: * src/types/pa_vmemcached.C: strdup added
4727:
4728: 2012-03-24 moko
4729:
4730: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4731: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4732: types/pa_vmemcached.h: memcached: mget, flush, fttl added
4733:
4734: 2012-03-20 moko
4735:
1.116 moko 4736: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 4737:
4738: * src/targets/cgi/Makefile.am: cleanup
4739:
4740: * src/: types/Makefile.am, types/pa_vmemcached.C,
4741: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
4742:
4743: * src/: classes/Makefile.am, classes/memcached.C,
4744: lib/memcached/Makefile.am, lib/memcached/constants.h,
4745: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4746: lib/memcached/types.h, lib/Makefile.am: memcached initial
4747:
4748: 2012-03-16 moko
4749:
4750: * src/main/execute.C: ident now works under Linux + ident displays
4751: filenames (closes issue #818)
4752:
1.116 moko 4753: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 4754: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
4755: pa_vmethod_frame_local.h removed
4756:
4757: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4758: classes/classes.h, classes/curl.C, classes/date.C,
4759: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4760: classes/hashfile.C, classes/image.C, classes/inet.C,
4761: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4762: classes/memory.C, classes/op.C, classes/reflection.C,
4763: classes/regex.C, classes/response.C, classes/string.C,
4764: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4765: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4766: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4767: include/pa_config_fixed.h, include/pa_config_includes.h,
4768: include/pa_dictionary.h, include/pa_dir.h,
4769: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4770: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4771: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4772: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4773: include/pa_request_charsets.h, include/pa_request_info.h,
4774: include/pa_sapi.h, include/pa_socks.h,
4775: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4776: include/pa_stack.h, include/pa_string.h,
4777: include/pa_stylesheet_connection.h,
4778: include/pa_stylesheet_manager.h, include/pa_table.h,
4779: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4780: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4781: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4782: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
4783: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4784: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4785: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4786: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4787: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4788: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4789: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4790: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4791: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4792: main/pa_string.C, main/pa_stylesheet_connection.C,
4793: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4794: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4795: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
4796: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4797: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4798: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4799: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4800: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4801: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4802: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
4803: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
4804: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4805: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4806: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4807: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4808: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4809: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4810: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4811: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4812: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
4813: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
4814: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
4815: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
4816: types/pa_vresponse.h, types/pa_vstateless_class.C,
4817: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4818: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
4819: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
4820: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
4821: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4822: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
4823: ident now works under Linux + ident displays filenames (closes
4824: issue #818) Copyright updated
4825:
4826: 2012-03-13 moko
4827:
4828: * src/main/pa_string.C: compilation fix for feature #741
4829:
4830: 2012-03-09 misha
4831:
4832: * tests/193.html: - tests for ^string:base64[encoded] are updated
4833:
4834: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
4835: now detects invalid base64 chars in the middle of encoded stricg
4836: ( new feature: #55 )
4837:
4838: * src/include/pa_exception.h: - new exception type for base64
4839: decoding is added
4840:
4841: 2012-03-06 misha
4842:
4843: * tests/274.html: - tests for ^date::today[] and
4844: ^date.sql-string[datetime|date|time] are added
4845:
4846: * src/classes/date.C: - constructor ^date::today[] is added ( new
4847: feature: #811 ) - ^date.sql-string[] now can accept one param --
4848: strings "datetime", "date" or "time" - comments tidying up
4849:
4850: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
4851: date and time
4852:
4853: 2012-03-03 misha
4854:
4855: * tests/193.html: - tests for
4856: ^string:base64[encoded;$.strict(true)] are added
4857:
4858: * tests/results/auto.p: - try-catch operator is added
4859:
4860: * src/: classes/file.C, classes/string.C, include/pa_common.h,
4861: main/pa_common.C: - $.strict(true|false) option is added to
4862: base64 decode methods ( new feature: #55 )
4863:
4864: * src/main/pa_common.C: - base64 decode memory usage was decreased
4865: ( new feature: #819 )
4866:
4867: 2012-02-28 moko
4868:
4869: * src/classes/hash.C: ident test
4870:
4871: 2012-02-27 misha
4872:
4873: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
4874:
4875: 2012-01-08 misha
4876:
4877: * tests/273.html: - tests for ^string.replace[from;to] are added
4878:
4879: * src/: classes/string.C, include/pa_dictionary.h,
4880: main/pa_dictionary.C, main/pa_string.C: -
4881: ^string.replace[from;to] is added ( new feature: #741 ) -
4882: ^string.replace[one subst here] is slightly optimized
4883:
4884: 2011-12-07 misha
4885:
4886: * src/classes/table.C: - $t[^table::create{$empty}] now creates
4887: named table with one empty column ( bugfix: #63 )
4888:
4889: 2011-11-30 misha
4890:
4891: * src/classes/json.C: - it's possible to set user's method for
4892: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
4893: #763 )
4894:
4895: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
4896:
4897: 2011-11-23 misha
4898:
4899: * src/: classes/curl.C, classes/file.C, classes/image.C,
4900: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
4901: types/pa_vfile.h, types/pa_vform.C: - constructor
4902: ^file::create[mode;filename;content[;options]] now accepts binary
4903: mode and file-content - new constructor's format:
4904: ^file::create[string-or-file-content[;$.name[filename]
4905: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
4906: feature: #65 )
4907:
4908: * src/: include/pa_request.h, main/pa_request.C: - new method
4909: mime_type_of(const String*) is added
4910:
4911: * src/include/pa_exception.h: - new exception constant
4912: FILE_NAME_MUST_BE_SPECIFIED is added
4913:
4914: * src/classes/table.C: - bug with negative offset transformed into
4915: a feature. it means pointing to a row from the end of the table (
4916: new feature: #810 )
4917:
4918: 2011-11-19 misha
4919:
4920: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
4921: â ìåòîäå _select ( new feature: #810 )
4922:
4923: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
4924: options were specified together is simplified
4925:
4926: 2011-11-12 misha
4927:
4928: * src/main/pa_request.C: - forgotten fix for escaping filename in
4929: HTTP content-disposition header (a part of bug #361 )
4930:
4931: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
4932: checks for ancestors' classes as well ( new feature: #456 )
4933:
4934: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
4935: "without cycle" now have types "parser.break" and
4936: "parser.continue" instead of "parser.runtime" ( new feature: #799
4937: )
4938:
4939: 2011-11-11 misha
4940:
4941: * tests/results/: 099.processed, 100.processed, 205.processed,
4942: 237.processed: - since bug #361 was fixed the content of filename
4943: in HTTP headers is quoted
4944:
4945: * tests/results/270.processed: - result for test 270
4946:
4947: * tests/: 065.html, results/065.processed: - more tests for
4948: ^file:basename[] & Co were added
4949:
4950: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
4951:
4952: * tests/270.html: - tests for ^file:find[] are added
4953:
4954: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
4955: using option $.charset. option $.engoding is still supported but
4956: these options can not be specified together
4957:
4958: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
4959: comparation charset name with string "UTF-8" ( bugfix: #759 )
4960:
4961: 2011-10-11 misha
4962:
4963: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
4964: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
4965: #622)
4966:
4967: 2011-09-30 misha
4968:
4969: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
4970: exception "saving stat-ed file" ( bugfix: #395 )
4971:
4972: 2011-05-30 misha
4973:
4974: * src/classes/string.C: - fixed bug which was added with
4975: params.as_hash into string:sql
4976:
4977: 2011-05-29 misha
4978:
4979: * src/types/pa_value.C: - filename in content-disposition header
4980: must be quoted ( bugfix: #361 )
4981:
4982: 2011-05-27 misha
4983:
4984: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
4985: created file
4986:
4987: * src/classes/: hash.C, mail.C: - little tunning with get_hash
4988: usage
4989:
4990: * src/include/pa_exception.h: - one more string for exception was
4991: added
4992:
4993: 2011-05-25 misha
4994:
4995: * tests/269.html: - tests for checking input params in some dom
4996: methods
4997:
4998: * src/classes/: xdoc.C, xnode.C: - validation of some input params
4999: was added. it isn't possible not wo create xdoc with invalid
5000: tagName. ( bugfix: #160 )
5001:
5002: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5003: string "data must be string" was mover from pa_exception.h to
5004: pa_xml_exception.h
5005:
5006: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5007: as_xmlncname, as_xmlname and as_xmlnsuri were added
5008:
5009: * src/main/pa_xml_exception.C: - XmlException accepts more options
5010:
5011: * src/include/pa_xml_exception.h: - XmlException accepts more
5012: options - XML-related exception's strings were added
5013:
5014: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5015: output_options were removed)
5016:
5017: 2011-05-19 misha
5018:
5019: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5020: params.as_hash is used more while parsing methods hash-options
5021:
5022: 2011-05-18 misha
5023:
5024: * operators.txt: - info about json-serialization of xdoc was added
5025:
5026: * tests/256.html: - tests for json-serialization xdoc were added
5027:
5028: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5029:
5030: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5031: classes/json.C, classes/xdoc.C: - now json:string can serialize
5032: xdoc-objects. options (the same as ^xdoc.string[]) could be
5033: specified in $.xdoc[] ( new feature: #265 )
5034:
5035: 2011-05-15 misha
5036:
5037: * tests/268.html: - tests for ^table.count[with options] were added
5038:
5039: * src/classes/table.C: - method ^table.count[] now can accept
5040: options ( new feature: #93 ): ^table.count[column] returns number
5041: of columns for named table; ^table.count[cells] returns number of
5042: cells in the current row; ^table.count[] & ^table.count[rows]
5043: return number of rows in a table.
5044:
5045: * tests/267.html: - test for checking switch/case in boolean mode
5046: was added
5047:
5048: * src/classes/op.C: - if switch's or case's value is bool, they are
5049: compared as bool values, not as double values: new feature: #351
5050:
5051: 2011-05-06 misha
5052:
5053: * tests/242.html: - EOL before EOF was added
5054:
5055: * tests/169.html: - tests for splitting empty string and void were
5056: added
5057:
5058: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5059: returned table with one empty cell)
5060:
5061: 2011-04-03 misha
5062:
5063: * src/include/pa_version.h, configure.in: - version in head was
5064: changed to 3.4.2b
5065:
5066: 2011-03-30 misha
5067:
5068: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
5069: as well ( new feature #294 )
5070:
5071: 2011-03-29 misha
5072:
5073: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
5074: limited to approx. 6 MB. previous limits were too big for real
5075: life. bugfix: #216
5076:
5077: 2011-03-04 moko
5078:
5079: * etc/parser3.charsets/cp866.cfg: Conforms to
5080: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
5081:
5082: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
5083: vlalek@
5084:
5085: 2011-02-22 misha
5086:
5087: * src/include/pa_charset.h, operators.txt: - some methods mustn't
5088: be under #ifdef XML or parser can't be compiled without xml
5089: support
5090:
5091: 2011-02-21 misha
5092:
1.116 moko 5093: * src/targets/apache/: Makefile.am: - mention
1.95 moko 5094: ApacheModuleParser3.vcproj was removed
5095:
5096: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
5097: removed)
5098:
5099: 2011-02-20 misha
5100:
5101: * tests/: 266.html, 266.p: - tests for checking $.inherited and
5102: $.overridden in ^reflection:method_info[...] were added
5103:
5104: * src/classes/reflection.C: - beautifying result of
5105: ^reflection:method_info[] ($.overridden/inherited)
5106:
5107: 2011-02-18 misha
5108:
5109: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
5110: and pa_isalnum instead of isalpha and isalnum - bug with
5111: redundand quoting lowercased latin chars while building email
5112: body was fixed
5113:
5114: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
5115: added (they check for latin chars only)
5116:
5117: 2011-02-16 misha
5118:
5119: * src/main/pa_charset.C: - bugfix: in some cases the calculating
5120: string size for transcoding gave too small value (should ever
5121: look for availability char in dest charset inspite of the char
5122: size)
5123:
5124: 2011-02-04 moko
5125:
5126: * tests/223.html: header values now not url-encoded (issue #195)
5127:
5128: 2011-02-01 misha
5129:
5130: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
5131:
5132: 2011-01-31 misha
5133:
5134: * src/main/pa_request.C: - throw exception if param file_name in
5135: use_file is empty
5136:
5137: 2011-01-08 moko
5138:
5139: * src/classes/curl.C: compilations errors fixed
5140:
5141: 2010-12-29 moko
5142:
5143: * tests/: 265.html, results/265.processed: test for issue #200
5144: added
5145:
5146: * src/main/pa_string.C: empty regex result check added (fixes issue
5147: #200)
5148:
5149: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
5150:
5151: * tests/results/223.processed: header values now not url-encoded
5152: (issue #195)
5153:
5154: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
5155: main/untaint.C: L_HTTP_HEADER now used in http headers values,
5156: pa_http_safe_header_name added for headers names (fixes bug #195)
5157:
5158: 2010-12-18 misha
5159:
5160: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
5161: => pa-include
5162:
5163: 2010-11-28 moko
5164:
5165: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
5166:
5167: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
5168: -> pa
5169:
5170: * configure.in: apr -> pa
5171:
5172: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
5173:
5174: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
5175: classes/Makefile.am, types/Makefile.am: apr -> pa
5176:
5177: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
5178: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
5179: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
5180: pa-include/pa_apr.h, pa-include/pa_errno.h,
5181: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
5182: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
5183: module apr name conflict resolved)
5184:
5185: 2010-11-27 misha
5186:
5187: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
5188: libbz2
5189:
5190: 2010-11-26 misha
5191:
5192: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
5193: warnings removed
5194:
5195: 2010-11-25 moko
5196:
5197: * operators.txt: $.indent(true)
5198:
5199: * operators.txt: another bugfix. :)
5200:
5201: * operators.txt: bugfix. :)
5202:
5203: * buildall-with-xml: libxml2-2.7.8 + with-apache
5204:
5205: 2010-11-24 moko
5206:
1.116 moko 5207: * configure: apxs support
1.95 moko 5208:
5209: * configure.in: apxs support -Bstatic gc removed for OS X
5210:
5211: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
5212:
5213: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
5214: THREAD_LOCAL usage
5215:
5216: * src/: classes/curl.C, include/pa_config_includes.h,
5217: main/pa_globals.C: THREAD_LOCAL defined and used
5218:
5219: 2010-11-23 moko
5220:
5221: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
5222: should be passed to pa_sleep, and only fractional part (bugfix:
5223: #188)
5224:
5225: * src/targets/apache/mod_parser3.c: 1.3 compatibility
5226:
5227: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5228: GC_dont_gc=1, as in cgi version
5229:
5230: * src/targets/apache/mod_parser3.c: warning war
5231:
5232: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5233: pa_httpd.h: version removed, some trash removed
5234:
5235: * src/targets/apache/mod_parser3.c: version removed (we don't want
5236: to show it), warning war
5237:
5238: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5239: pa_httpd.h: parser_status_allowed removed + merge config
5240: functions removed (override is the default) + beauty
5241:
5242: * src/: include/pa_request.h, main/pa_request.C,
5243: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
5244: hide $status used in apache module removed
5245:
5246: 2010-11-18 moko
5247:
5248: * operators.txt: $.table[compact] added for ^json:string[]
5249:
5250: 2010-11-16 moko
5251:
5252: * src/targets/apache/mod_parser3.c: some cleanup done
5253:
5254: * src/main/untaint.C: bugfix: first, second String::Body argument
5255: is hashcode; second, info.fragment_begin is original, not
5256: resulting length
5257:
5258: * src/classes/file.C: new feature: $.stdin now untainted
5259:
5260: * tests/results/264.processed: new feature: $.stdin[] now untainted
5261:
5262: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
5263:
5264: * src/classes/op.C: ^apply-taint[] method added
5265:
5266: * tests/: 264.html, results/264.processed: ^apply-taint[] test
5267: added; $.stdin untaint test added
5268:
5269: 2010-11-15 moko
5270:
5271: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
5272: removed
5273:
5274: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5275: pa_httpd.h: 2x2 calculated under apache2. :)
5276:
5277: 2010-11-13 moko
5278:
5279: * src/targets/apache/mod_parser3.c: initial changes to build module
5280: with apache 2.x includes
5281:
5282: * src/targets/apache/: Makefile.am, mod_parser3.c,
5283: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
5284: united apache 1.3 / apache 2.x DSO module
5285:
5286: 2010-11-09 moko
5287:
5288: * src/types/pa_method.h: check added to dissallow @method[name;*]
5289: syntax
5290:
5291: * tests/: 263.html, results/263.processed: test from method[*args]
5292: added
5293:
5294: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
5295: number of params can now be passed to a method declared with *arg
5296:
5297: 2010-11-06 moko
5298:
5299: * src/classes/table.C: formating fixed. :)
5300:
5301: * src/classes/table.C: closes #4: ^table.select now supports
5302: $.limit(), $.offset, $.reverse() options
5303:
5304: * tests/: 262.html, results/262.processed: test for ^table:select
5305: with options added (feature #4)
5306:
5307: * src/include/pa_array.h: remove function added
5308:
5309: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
5310: object in get_element/put_element, using static one.
5311:
5312: 2010-11-04 moko
5313:
5314: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
5315: options is passed
5316:
5317: * tests/: 256.html, results/256.processed: $.table[compact] feature
5318: now tested; k and p in handler now tested.
5319:
5320: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
5321: $.table[compact] feature added
5322:
5323: * src/classes/json.C: key is now passed to handler in
5324: value_json_string; ^json:string result now process tainting
5325: inside and returns clean string, related to issue #153
5326:
5327: * src/main/untaint.C: bugfix: charset can be null (in
5328: ^string:save[] as example), thus check is added
5329:
5330: 2010-10-31 moko
5331:
5332: * src/classes/string.C: error message changed (fixes issue #149)
5333:
5334: 2010-10-29 moko
5335:
5336: * src/main/pa_http.C: ":port" is now added to "Host:" header if
5337: port is not default (fixes issue #155); exception on invalid port
5338: added.
5339:
5340: * src/main/untaint.C: '*' is now not urlencoded to allow header
5341: "Accept: */*" to be passed
5342:
5343: 2010-10-28 moko
5344:
5345: * src/classes/curl.C: bugfix: detect_charset() was throwing
5346: exception on unknown charset even if response_charset was
5347: specified
5348:
5349: 2010-10-27 moko
5350:
5351: * src/classes/string.C: ^string.append removed for void
5352: compatibility
5353:
5354: 2010-10-26 moko
5355:
5356: * src/classes/json.C: libjson supports array at top level, we too
5357: (GPF fixed)
5358:
5359: 2010-10-25 moko
5360:
5361: * tests/: 253.html, results/253.processed: libjson supports array
5362: at top level, parser now supports it as well.
5363:
5364: * tests/261.html, tests/results/261.processed,
5365: src/types/pa_vstring.h: empty string is now void compatible
5366: (allows $empty.key)
5367:
5368: 2010-10-22 misha
5369:
5370: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
5371: while adding additional expires checkout)
5372:
5373: * tests/030.html: - test for session cookie was added
5374:
5375: 2010-10-21 moko
5376:
5377: * src/: classes/string.C, classes/void.C, main/execute.C,
5378: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
5379: string (feature #111)
5380:
5381: * tests/: 261.html, results/261.processed: checks void from string
5382: inheritance (feature #111)
5383:
5384: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
5385: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
5386: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
5387: now true by default
5388:
5389: 2010-10-17 moko
5390:
5391: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
5392: upload now uses binary blocks instead of L_FILE_POST tainting.
5393: (bugfix: #128)
5394:
5395: * tests/: 223.html, results/223.processed: binary file upload test
5396: added, GPF (issue #128) also checked in this test
5397:
5398: 2010-10-13 misha
5399:
5400: * tests/260.html: - test for math:convert
5401:
5402: * src/classes/math.C: - error in math:convert was fixed
5403:
5404: * operators.txt: - info about
5405: ^math:convert[number](from-base;to-base) was added
5406:
5407: * src/classes/math.C: - method
5408: ^math:convert[number](from-base;to-base) for converting number
5409: represention from one base to another was added ( new feature:
5410: #23 )
5411:
5412: 2010-10-13 moko
5413:
5414: * src/main/compile.tab.C: [] now is empty string, not void
5415:
5416: * src/main/compile.y: [] now is empty string, not void
5417:
5418: * src/types/pa_vvoid.h: void now passed as parameter
5419:
5420: * tests/: 259.html, results/259.processed: to test difference
5421: between void and empty string (see ticket #111)
5422:
5423: * tests/results/152.processed: $sEmpty[] is now empty string, not
5424: void
5425:
5426: * tests/256.html: $s[$void] is no longer empty string
5427:
5428: * tests/254.html: empty string is no longer void
5429:
5430: 2010-10-12 misha
5431:
5432: * src/types/pa_vcookie.C: - check if $.expires value can be
5433: converted to date during cookies set up ( bugfix: #104 )
5434:
5435: * tests/041.html: - more tests for ^table.locate were added
5436:
5437: * src/classes/table.C: - ^table.locate[field;value;options] didn't
5438: work ( bugfix: #129 ) - exception comment for incorrect options
5439: ^table.locate[field;value;options] was fixed
5440:
5441: 2010-10-10 moko
5442:
5443: * src/: classes/reflection.C, main/execute.C: constructor returning
5444: another object feature returned
5445:
5446: * tests/results/258.processed: test result updated as constructor
5447: returning another object feature returned
5448:
5449: * tests/: 258.html, results/258.processed: test for constructor
5450: returning another object
5451:
5452: 2010-10-08 misha
5453:
5454: * tests/257.html: - whitespaces after @METACOMMANDS and their
5455: options shouldn't cause exceptions any longer
5456:
5457: 2010-10-06 moko
5458:
5459: * src/classes/: hash.C, table.C: length from sql server is now
5460: ignored, as sql string can contain 0x00 inside (bugfix: #119)
5461:
5462: 2010-10-02 misha
5463:
5464: * operators.txt: - the X mark was removed from ^cache[file]. it is
5465: usable to delete cache file.
5466:
5467: 2010-10-02 moko
5468:
5469: * tests/: 253.html, results/253.processed: hook_key added for key
5470: checking
5471:
5472: * src/classes/json.C: null key bug fixed
5473:
5474: 2010-09-29 misha
5475:
5476: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
5477:
5478: 2010-09-25 moko
5479:
5480: * src/classes/json.C: small fixed
5481:
5482: * tests/results/: 253.processed, 255.processed: just updated
5483:
5484: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
5485: results/255.processed: charset transcode test added for
5486: json:parse
5487:
5488: 2010-09-24 moko
5489:
5490: * src/types/pa_value.h: warning war :)
5491:
5492: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
5493: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
5494: ^json:string
5495:
5496: 2010-09-22 moko
5497:
5498: * src/main/pa_charset.C: parser charset tables declare only
5499: white-space before 0x20, thus adding the missing chars
5500:
5501: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
5502: to http://unicode.org/Public/MAPPINGS/VENDORS/
5503:
5504: 2010-09-21 misha
5505:
5506: * src/main/compile.y: - some semicolons were added (VS2010 don't
5507: want to compile grammar if they are absent)
5508:
5509: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
5510:
5511: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
5512:
5513: * src/main/main.vcproj: - path to bison is changed
5514:
5515: 2010-09-21 moko
5516:
1.116 moko 5517: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
5518: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
5519: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 5520:
5521: 2010-09-20 misha
5522:
5523: * src/types/pa_vtable.C: - add EOLs while json-serializing table
5524:
5525: * src/classes/json.C: - add EOL while json-serializing hash
5526:
5527: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
5528: compilers don't like 'ES'.
5529:
5530: 2010-09-17 misha
5531:
5532: * operators.txt: - info about json class was added
5533:
5534: * src/classes/json.C: - ^json:string[object]
5535:
5536: * src/: include/pa_request.h, main/pa_request.C: - stuff for
5537: preventing infinite recursion while executing json:string was
5538: added
5539:
5540: * src/include/pa_string.h: - method append_quoted was added
5541:
5542: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
5543: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
5544: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
5545: was added to Value & Co
5546:
5547: * src/classes/date.C: - methods get_gmt_string and get_sql_string
5548: were used
5549:
5550: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
5551: were added
5552:
5553: 2010-09-10 moko
5554:
5555: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5556: die_or_abort (backport from 3.4.1)
5557:
5558: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5559: die_or_abort (bugfix: #106)
5560:
5561: 2010-09-09 moko
5562:
5563: * src/classes/json.C: warning war. :)
5564:
5565: 2010-09-08 misha
5566:
5567: * src/lib/json/Makefile.am: - additional include directories were
5568: added (for pa_memory.h and gc.h)
5569:
5570: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
5571: compile as C++ instead default - additional include directory was
5572: added (for gc.h)
5573:
5574: * src/types/pa_vform.C: - little code reformating
5575:
5576: * src/classes/file.C: - $.content-type option now can be specified
5577: in ^file::create ( new feature: #102 )
5578:
5579: 2010-09-08 moko
5580:
5581: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
5582: pa_malloc/pa_free
5583:
5584: 2010-09-07 moko
5585:
5586: * tests/results/254.processed: VStateless_class:put_element
5587: exception was fixed
5588:
5589: * src/types/: pa_value.h, pa_vstateless_class.h: now
5590: VStateless_class:put_element barks self.type, not this.type
5591: (bugfix: #105)
5592:
5593: 2010-09-06 moko
5594:
5595: * src/classes/reflection.C: bugfix: new String() is required for
5596: exception handling
5597:
5598: * tests/: 254.html, results/254.processed: test modified
5599:
5600: 2010-09-05 moko
5601:
5602: * tests/: 254.html, results/254.processed: ^reflection:copy test
5603: added
5604:
5605: * src/: classes/reflection.C, include/pa_request.h:
5606: ^reflection:copy implemented (new feature: #100)
5607:
5608: 2010-09-03 moko
5609:
5610: * src/lib/json/JSON_parser.C: c++ compatiblity
5611:
5612: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
5613: option testing added
5614:
5615: 2010-09-02 moko
5616:
5617: * src/classes/json.C: $.distinct[first|last|all] added
5618:
5619: 2010-09-01 moko
5620:
5621: * tests/results/253.processed: json test result
5622:
5623: * tests/: 253.html, 253_json.txt: json test added
5624:
5625: * src/classes/json.C: json.C update to actual version + hash key
5626: creation bugfix
5627:
5628: 2010-08-31 misha
5629:
5630: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
5631: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
5632: src/lib/Makefile.am, src/classes/Makefile.am,
5633: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
5634: json library was added
5635:
5636: 2010-08-30 moko
5637:
5638: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
5639: types/pa_vobject.C: cosmetic optimization in
5640: request:execute_method usage
5641:
5642: * src/: include/pa_charset.h, main/pa_charset.C: small
5643: optimization, just to decrease number of lines. :)
5644:
5645: 2010-08-27 misha
5646:
5647: * src/classes/op.C: - taint[json] was added
5648:
5649: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
5650: were added
5651:
5652: * src/main/pa_exec.C: - warning fix was rolled back.
5653:
5654: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
5655: include/pa_string.h: - taint[json] was added - escaping was
5656: slightly modified
5657:
5658: 2010-08-25 misha
5659:
5660: * src/classes/file.C: - typo in file:sql exception was fixed
5661:
5662: * src/main/pa_exec.C: - warning about declared and not used
5663: variable forced_allow was removed
5664:
5665: 2010-08-14 misha
5666:
5667: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
5668: were removed
5669:
5670: 2010-08-11 moko
5671:
5672: * tests/: 249.html, results/249.processed: default setter and
5673: anti-recursive default getter test added
5674:
5675: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
5676: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
5677: types/pa_vobject.h, types/pa_vstateless_class.C,
5678: types/pa_vstateless_class.h: default setter support +
5679: anti-recursive default getter support ( new feature: #13 )
5680:
5681: * src/include/pa_hash.h: optimization: threshold member removed
5682: from hash, reducing sizeof(hash)
5683:
5684: 2010-08-10 misha
5685:
5686: * tests/196.html: - junction-method was added to the test
5687:
5688: * tests/248.html: - ups. typo :)
5689:
5690: * tests/248.html: - test for checking .match with 4 params
5691:
5692: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
5693: 247_windows1251.txt: - test for "transcode file from utf-8 to
5694: $request:charset during loading if the BOM code is detected"
5695:
5696: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
5697: $request:charset during loading if the BOM code is detected ( new
5698: feature: #98 )
5699:
5700: 2010-08-05 misha
5701:
5702: * src/classes/image.C: - ^image.replace now can accept only 2
5703: params. in this case the whole image is affected ( new feature:
5704: #95 )
5705:
5706: 2010-08-04 misha
5707:
5708: * tests/246.html: - test tor ^hash._at[] was added
5709:
5710: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
5711: #53 )
5712:
5713: * src/include/pa_hash.h: - methods for accessing the first and the
5714: last values of ordered hash were added (first_value and
5715: last_value)
5716:
5717: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
5718: (similar to others file's methods):
5719: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
5720: #68 )
5721:
5722: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
5723:
5724: 2010-08-01 moko
5725:
5726: * src/classes/op.C: to correctly process $result[] in code, called
5727: from ^process
5728:
5729: * tests/245.html: $result in ^process[] test added
5730:
5731: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
5732: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
5733: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
5734: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
5735: caller, self) op_call(VMethodFrame &frame, bool constructing)
5736: removed, construct(class,method) added
5737:
5738: * tests/results/: 192.processed, 244.processed: request::construct
5739: added
5740:
5741: * tests/: 244.html, 245.html, results/244.processed,
5742: results/245.processed: object creation exceptions and ^process
5743: tests added
5744:
5745: 2010-07-28 misha
5746:
5747: * tests/make_tests.cmd: - win32 EOLs
5748:
5749: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
5750: tests on Win32 were added (The system timezone should be GMT+3)
5751:
5752: 2010-07-26 misha
5753:
5754: * tests/: 212.html, results/212.processed: - sizes were removed
5755: mecause they could be different on different OSs
5756:
5757: * tests/065.html: - make it "win32 friendly"
5758:
5759: 2010-07-25 misha
5760:
5761: * src/main/compile.y: - all EOLs between methods are removed during
5762: compilation ( new feature: #47 )
5763:
5764: * tests/results/149.processed: - prepare tests to trim trailing
5765: methods' EOLs
5766:
5767: * tests/149.html: - prepare tests to trim trailing methods' EOLs
5768:
5769: * tests/: results/006.processed, results/014.processed, 006.html,
5770: 014.html, 022.html: - prepare tests to trim trailing methods'
5771: EOLs
5772:
5773: * tests/: 059.html, 071.html, 149.html, results/059.processed,
5774: results/071.processed, results/022.processed: - prepare tests to
5775: trim trailing methods' EOLs
5776:
5777: * tests/: results/073.processed, results/109.processed,
5778: results/142.processed, results/144.processed,
5779: results/149.processed, 073.html, 096.html, 109.html, 142.html,
5780: 144.html: - prepare tests to trim trailing methods' EOLs
5781:
5782: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
5783: 149.html, 152.html, results/096.processed, results/107.processed,
5784: results/109.processed, results/142.processed,
5785: results/144.processed: - prepare tests to trim trailing methods'
5786: EOLs
5787:
5788: 2010-07-24 moko
5789:
5790: * tests/results/: 156.processed, 224.processed: fix for #54 changed
5791: the hash order in this test
5792:
5793: * tests/014.html: to check hash order, hash no is longer sorted
5794: before print
5795:
5796: * src/include/pa_hash.h: hash copy constructor now keeps order
5797: (bugfix: #54)
5798:
5799: 2010-07-23 moko
5800:
5801: * tests/results/224.processed: @auto[] is no longer inherited
5802:
5803: * src/types/pa_vstateless_class.C, tests/227.html,
5804: tests/results/227.processed: @auto[] is no longer inherited
5805: (bugfix: #57)
5806:
5807: 2010-07-22 misha
5808:
5809: * src/classes/table.C: - don't skip comment lines during
5810: table::load if encloser or separator is set as '#' ( new feature:
5811: #30 )
5812:
5813: * src/targets/cgi/parser3.C: - don't run as cgi if
5814: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
5815: #12 )
5816:
5817: * src/classes/file.C: - set PARSER_VARSION env before external
5818: script executing
5819:
5820: 2010-07-13 misha
5821:
5822: * tests/058.html: - test for suppressing @border was added - test
5823: for user attribute was added
5824:
5825: * tests/results/186.processed: unescaping from \uXXXX
5826:
5827: * tests/186.html: unescaping from \uXXXX
5828:
5829: * tests/: 239.html, results/239.processed: method call type
5830:
5831: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
5832: $junction_method.CLASS_NAME (+CLASS)
5833:
5834: 2010-07-07 misha
5835:
5836: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
5837: *nix
5838:
5839: 2010-07-05 misha
5840:
5841: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5842: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
5843: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
5844: comment strings "options must be hash", "options must be hash,
5845: not code" and "called with invalid option" were replaced by
5846: constatns - exception comment string "invalid option passed" was
5847: replaced by "called with invalid option" (now in different
5848: methods are the same exception comment string)
5849:
5850: * src/include/pa_exception.h: - more exception strings were defined
5851:
5852: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5853: types/pa_vstateless_class.h: - now we can define possible
5854: method's call type ( new feature: #5 ) 1.
5855: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
5856: methods 2. @static:method[params] (only static keyword could be
5857: used here) -- for specified methods
5858:
5859: * src/main/pa_common.C: - junction points should not be deleted on
5860: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
5861: cleanup
5862:
5863: 2010-07-03 misha
5864:
5865: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
5866: results/158.processed, results/160.processed,
5867: results/161.processed, results/162.processed,
5868: results/163.processed: - prepare tests to trim trailing methods'
5869: EOLs
5870:
5871: * tests/results/169.processed: - prepare tests to trim trailing
5872: methods' EOLs
5873:
5874: * tests/results/: 168.processed, 169.processed: - prepare tests to
5875: trim trailing methods' EOLs
5876:
5877: * tests/: results/170.processed, results/167.processed,
5878: results/168.processed, results/169.processed, 167.html, 168.html,
5879: 169.html: - prepare tests to trim trailing methods' EOLs
5880:
5881: * tests/: results/170.processed, results/171.processed,
5882: results/172.processed, results/173.processed,
5883: results/174.processed, results/175.processed, 170.html, 171.html,
5884: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
5885: trailing methods' EOLs
5886:
5887: * tests/: results/176.processed, results/180.processed,
5888: results/184.processed, results/185.processed,
5889: results/191.processed, results/192.processed,
5890: results/196.processed, results/197.processed,
5891: results/198.processed, 176.html, 180.html, 184.html, 185.html,
5892: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
5893: to trim trailing methods' EOLs
5894:
5895: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
5896: results/199.processed, results/208.processed,
5897: results/209.processed, results/213.processed,
5898: results/214.processed: - prepare tests to trim trailing methods'
5899: EOLs
5900:
5901: 2010-06-29 misha
5902:
5903: * tests/: 220.html, 218.html, results/218.processed,
5904: results/215.processed, results/217.processed, 215.html, 217.html:
5905: - prepare tests to trim trailing methods' EOLs
5906:
5907: * tests/: results/224.processed, 224.html, 223.html,
5908: results/223.processed, results/220.processed: - prepare tests to
5909: trim trailing methods' EOLs
5910:
5911: * tests/results/: 226.processed, 230.processed: - prepare tests to
5912: trim trailing methods' EOLs
5913:
5914: * tests/: 229.html, results/229.processed: - prepare tests to trim
5915: trailing methods' EOLs
5916:
5917: * tests/: 232.html, 235.html, results/232.processed,
5918: results/235.processed, 226.html, 227.html, 228.html, 230.html,
5919: results/226.processed, results/227.processed,
5920: results/228.processed, results/230.processed: - prepare tests to
5921: trim trailing methods' EOLs
5922:
5923: 2010-06-16 moko
5924:
5925: * tests/: 229.html, results/229.processed: elseif now supported in
5926: ^if
5927:
5928: * src/classes/op.C: new feature: #56 elseif now supported in ^if
5929:
5930: 2010-06-03 misha
5931:
5932: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
5933: instead of memcopy for overlaped regions
5934:
5935: 2010-05-25 misha
5936:
5937: * src/main/pa_common.C: - wanring about unused vars was removed
5938:
5939: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
5940: get_method_filename was moved to execute.C
5941:
5942: 2010-05-23 misha
5943:
5944: * src/main/pa_request.C: - more accurate detection of method's file
5945:
5946: 2010-05-22 misha
5947:
5948: * src/classes/reflection.C: - bugfix: core during detection of
5949: .file if filespec isn't detected successfully
5950:
5951: 2010-05-20 misha
5952:
5953: * src/main/pa_request.C: - fix in get_method_filename
5954:
5955: * src/include/pa_request.h: - new feature: #24 -- searching
5956: included file in @USE/^use is changed. if its filespec doesn't
5957: start from '/' it will be searched in caller file directory
5958:
5959: * src/classes/reflection.C: - ^reflection:method_info returns file
5960: where the method is defined
5961:
5962: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
5963: classes/op.C: - new feature: #24 -- searching included file in
5964: @USE/^use is changed. if its filespec doesn't start from '/' it
5965: will be searched in caller file directory
5966:
5967: * src/: classes/file.C, include/pa_common.h: - method lastposafter
5968: is moved to pa_common.h
5969:
5970: 2010-05-18 misha
5971:
5972: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
5973: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
5974: cookie parser decode \uXXXX as well as %uXXXX
5975:
5976: 2010-05-17 misha
5977:
5978: * src/classes/curl.C: beauty: - unused param is removed in method
5979: _curl_version_action - some spaces were removed or replaced by
5980: tabs
5981:
5982: * src/classes/table.C: - bugfix: #72 core with empty value during
5983: ^table.hash[...;name_of_the_last_column][$.type[string]]
5984:
5985: 2010-05-16 misha
5986:
5987: * src/classes/curl.C: new: #61 more curl options were added
5988: (contributed by Sumo)
5989:
5990: 2010-04-29 pretender
5991:
5992: * src/main/pa_string.C: fixes #63 Split result from empty string
5993: now empty string.
5994:
5995: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
5996: string type.
5997:
5998: 2010-04-28 pretender
5999:
6000: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6001: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6002: macrodefinition removed
6003:
6004: 2010-04-19 pretender
6005:
6006: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6007: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6008:
6009: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6010: fixes #64 Now file.missing exception generates in unsafe mode to.
6011:
6012: * src/classes/file.C: fixes #48 Now not throw "not save environment
6013: variable" exception in grpunlim version.
6014:
6015: 2010-04-05 misha
6016:
6017: * src/classes/string.C: - new feature: 4th param was added to
6018: match. if specified its value is returned in case of nothing was
6019: found
6020:
6021: 2010-04-01 misha
6022:
6023: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6024: multiple execution of /a/b/auto.p
6025:
6026: 2010-03-19 misha
6027:
6028: * src/main/execute.C: - core in $table1.$table2 was fixed
6029:
6030: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6031:
6032: 2010-01-27 misha
6033:
6034: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6035: trying to open file by path /existing-file/non-exixting-file
6036:
6037: 2010-01-26 misha
6038:
6039: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6040: was added (returns file)
6041:
6042: 2009-12-22 misha
6043:
6044: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6045: now parser doesn't have class curl if it was built without it
6046:
6047: 2009-12-15 misha
6048:
6049: * configure.in: - little cheat with curl include dir was added
6050:
6051: 2009-12-05 misha
6052:
6053: * src/classes/curl.C: - some fixes
6054:
6055: 2009-12-04 misha
6056:
6057: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6058: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6059: buildall-with-xml, buildall-without-xml, configure.in: - curl
6060: class was added
6061:
6062: * src/include/pa_hash.h: - hash-iterator was added
6063:
6064: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6065: was added to pcre
6066:
6067: 2009-11-27 misha
6068:
6069: * src/classes/image.C: - don't add @border attribute to output of
6070: ^image.html[] if it was specified by user with empty value
6071:
6072: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
6073: root element and we are trying to access .documentElement
6074:
6075: 2009-11-11 misha
6076:
6077: * src/classes/table.C: - in ^table.flip[] look at number of columns
6078: instead of number of items in first row for named tables
6079:
6080: 2009-11-10 misha
6081:
6082: * operators.txt: - info about hash-options in ^file::create was
6083: added
6084:
6085: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
6086: added
6087:
6088: 2009-11-09 misha
6089:
6090: * buildall-with-xml: - moving to libxml 2.7.6
6091:
6092: * tests/236.html: - tests for comparations cords with functions
6093: were added
6094:
6095: * src/include/pa_string.h: - optimisation: cacheing of cstr was
6096: added
6097:
6098: * src/main/pa_http.C: - little optimisation
6099:
6100: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
6101: GPF mallocs + stringstream (table.save)
6102:
6103: * src/classes/file.C: - file::create now accepts 4th param: options
6104: with $.charset
6105:
6106: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
6107: bug in cord (comparation cords with functions was buggy)
6108:
6109: 2009-11-06 misha
6110:
6111: * src/main/pa_string.C: - bugfix: calculation string.length
6112: sometimes was buggy
6113:
6114: * src/classes/string.C: - bugfix: Temp_value_element wasn't
6115: destroyed if exception occured during match/replace
6116:
6117: * src/: main/pa_charset.C, include/pa_charset.h: - method
6118: lengthUTF8Char was added
6119:
6120: * src/classes/op.C: - clean tainting lang was added for user's
6121: usage
6122:
6123: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
6124: fixed: checkouts are required after GC_MALLOC
6125:
6126: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
6127:
6128: * operators.txt: - actually, there is no ^untaint[xml] in
6129: file::create
6130:
6131: 2009-10-15 misha
6132:
6133: * tests/: 235.html, 235_attach.txt: - tests for preparing email
6134: were added
6135:
6136: * tests/234.html: - more tests for checking ^taint[uri] escaping
6137: were added
6138:
6139: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
6140: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
6141: hacking: for dealing with transcoding+^taint[uri]
6142: transcode_and_untaint was replaced by untaint_and_transcode
6143:
6144: 2009-10-13 misha
6145:
6146: * tests/: 121.html, results/121.processed: - test transcoding +
6147: url-escaping now
6148:
6149: * tests/results/auto.p: - more helpers' methods were added
6150:
6151: * src/main/pa_globals.C: - die instead of abort
6152:
6153: 2009-10-06 misha
6154:
6155: * src/main/pa_common.C: - don't allocate memory during
6156: capitalization if input string is already capitalized
6157:
6158: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
6159:
6160: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
6161: use format function because it calls malloc
6162:
6163: * src/include/pa_common.h: - more capitalized headers were added
6164:
6165: * src/main/pa_common.C: - in safe mode clear executable bits during
6166: file writing
6167:
6168: 2009-10-05 misha
6169:
6170: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
6171:
6172: 2009-10-03 misha
6173:
6174: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
6175: ^img.text[] & ^img.length[] can work in utf-8 now
6176:
6177: * src/: include/pa_charset.h, main/pa_charset.C: - class
6178: UTF8_string_iterator was added
6179:
6180: * src/classes/image.C: - respect utf-8 when calculate alphabet
6181: length
6182:
6183: * src/classes/mail.C: - check from before get message.cstr
6184:
6185: 2009-10-02 misha
6186:
6187: * tests/233.html: - test for image.font, image.length, image.text
6188: with text in utf-8 were added
6189:
6190: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
6191:
6192: * buildall-with-xml, buildall-without-xml: - comment about gc
6193: version for freebsd 4 was added
6194:
6195: 2009-10-01 misha
6196:
6197: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
6198: terminator) - read_pipe were slightly optimized
6199:
6200: 2009-09-28 misha
6201:
6202: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
6203: removed
6204:
6205: * src/types/pa_vmail.C: - forgot about space after ':'
6206:
6207: * src/types/pa_vmail.C: - escape filenames while preparing mail
6208: body - small simplifications
6209:
6210: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
6211: inout params like pa_base64
6212:
6213: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
6214: option $.debug-print(1) was added to mail:send - changes for
6215: using uue_encode which uses less memory
6216:
6217: * src/main/pa_common.C: - pa_base64_encode uses less memory now
6218:
6219: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
6220: memory now
6221:
6222: 2009-09-26 misha
6223:
6224: * src/types/pa_vmail.C: - default encoding now is base64
6225:
6226: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
6227:
6228: 2009-09-25 misha
6229:
6230: * src/types/pa_vmail.C: - capitalization of headers was added to
6231: sending mail as well
6232:
6233: * buildall-with-xml: - catalog package was removed from libxml
6234:
6235: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
6236: win32 absolute path
6237:
6238: * src/include/pa_common.h: - one more capitalized header was added
6239:
6240: 2009-09-22 misha
6241:
6242: * INSTALL: - comment about building just httpd binary while
6243: building apache module was added
6244:
6245: 2009-09-21 misha
6246:
6247: * buildall-with-xml: - moving to the latest versions of xml libs:
6248: libxml 2.7.4 and libxslt 1.1.25
6249:
6250: 2009-09-19 misha
6251:
6252: * tests/231.html: - test for encoding cookie in win-1251
6253:
6254: 2009-09-18 misha
6255:
6256: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
6257: object] were added
6258:
6259: * operators.txt: - info about method ^reflection:fields[class or
6260: object] was added
6261:
6262: * src/classes/reflection.C: - method ^reflection:fields[class or
6263: object] was added
6264:
6265: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
6266: methods get_fields were added
6267:
6268: * tests/232.html: - tests for @GET[name]
6269:
6270: * src/classes/table.C: - some changes in handling hash-options for
6271: creare, join and locate
6272:
6273: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
6274: defined with option: the type of requested value
6275:
6276: 2009-09-17 misha
6277:
6278: * tests/212.html: - tests for .pattern and .options were added
6279:
6280: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
6281: $regex.options were added
6282:
6283: 2009-09-11 misha
6284:
6285: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
6286: rewrited. it checks not just one case of sending cookies during
6287: file::load[http], but also sending headers and fields (including
6288: files)
6289:
6290: 2009-09-10 misha
6291:
6292: * src/main/untaint.C: - workaround in file-spec lang for old Macs
6293: was removed => now parser can open files with Russian 'r' in
6294: filename
6295:
6296: * src/main/untaint.C: - bugfix: client charset whould be analized
6297: while escaping cookies but now source charset
6298:
6299: * src/main/pa_http.C: - bugfix: the values of http headers didn't
6300: ^tainted[uri] so it was possible to make request with incorrect
6301: http header
6302:
6303: * src/main/pa_http.C: - capitalization of http headers during
6304: file::load[http was slightly changes - bugfix: all headers which
6305: parser sends during file::load[http should be transcoded and only
6306: then escaped
6307:
6308: * src/main/untaint.C: - a bit more comments were added
6309:
6310: * src/classes/: file.C, string.C: - types where changes (minus 2
6311: warnings)
6312:
6313: * src/include/pa_common.h: - 2 capitalized strings for making http
6314: headers during file::load[http were added
6315:
6316: 2009-09-08 misha
6317:
6318: * operators.txt: - changes in file.save and string.save were added
6319:
6320: * tests/: 230.html, 230.txt: - tests for checking options in
6321: file.save and string.save were added
6322:
6323: * src/main/pa_request.C: - http headers names, which are passed to
6324: SAPI::add_header_attribute are lowercased now (it'll be
6325: capitalized in that method)
6326:
6327: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
6328: classes/string.C: - file_write accepts Request_charsets and asked
6329: charset and cound transcode content before writing - string.save
6330: and file.save have option $.charset now
6331:
6332: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
6333: classes/xdoc.C: - file_write accepts Request_charsets and asked
6334: charset and cound transcode content before writing
6335:
6336: * src/include/pa_exception.h: - new exception comment string was
6337: defined
6338:
6339: 2009-09-07 misha
6340:
6341: * src/main/compile.y: - grammar $name\ name stops now for regex
6342: sub-pattern\s
6343:
6344: 2009-09-04 misha
6345:
6346: * src/main/pa_http.C: - capitalization of http headers during
6347: file::load[http was implemented
6348:
6349: 2009-09-03 misha
6350:
6351: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6352: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
6353: types/pa_vmail.C, targets/cgi/parser3.C,
6354: targets/isapi/parser3isapi.C: - back to storing response http
6355: headers in lowercase - capitalize them during output
6356:
6357: 2009-08-31 misha
6358:
6359: * src/classes/table.C: - allow call with any brackets (it could be
6360: useful in methods with explict result declaration)
6361:
6362: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
6363: correctly if $request:charset==koi8-r
6364:
6365: 2009-08-30 misha
6366:
6367: * src/: include/pa_common.h, main/pa_request.C: - http headers were
6368: changed: content-type => Content-type and so on
6369:
6370: * src/classes/file.C, src/include/pa_common.h,
6371: src/include/pa_request.h, src/main/pa_http.C,
6372: src/main/pa_request.C, src/types/pa_vcookie.C,
6373: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
6374: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
6375: tests/results/002.processed, tests/results/003.processed,
6376: tests/results/004.processed, tests/results/005.processed,
6377: tests/results/006.processed, tests/results/007.processed,
6378: tests/results/008.processed, tests/results/009.processed,
6379: tests/results/010.processed, tests/results/011.processed,
6380: tests/results/012.processed, tests/results/013.processed,
6381: tests/results/014.processed, tests/results/015.processed,
6382: tests/results/016.processed, tests/results/017.processed,
6383: tests/results/018.processed, tests/results/019.processed,
6384: tests/results/020.processed, tests/results/021.processed,
6385: tests/results/022.processed, tests/results/023.processed,
6386: tests/results/024.processed, tests/results/025.processed,
6387: tests/results/026.processed, tests/results/027.processed,
6388: tests/results/028.processed, tests/results/029.processed,
6389: tests/results/030.processed, tests/results/031.processed,
6390: tests/results/032.processed, tests/results/033.processed,
6391: tests/results/034.processed, tests/results/035.processed,
6392: tests/results/036.processed, tests/results/037.processed,
6393: tests/results/038.processed, tests/results/039.processed,
6394: tests/results/040.processed, tests/results/041.processed,
6395: tests/results/042.processed, tests/results/043.processed,
6396: tests/results/044.processed, tests/results/045.processed,
6397: tests/results/046.processed, tests/results/047.processed,
6398: tests/results/048.processed, tests/results/049.processed,
6399: tests/results/050.processed, tests/results/051.processed,
6400: tests/results/052.processed, tests/results/053.processed,
6401: tests/results/054.processed, tests/results/055.processed,
6402: tests/results/056.processed, tests/results/057.processed,
6403: tests/results/058.processed, tests/results/059.processed,
6404: tests/results/060.processed, tests/results/061.processed,
6405: tests/results/062.processed, tests/results/063.processed,
6406: tests/results/064.processed, tests/results/065.processed,
6407: tests/results/066.processed, tests/results/067.processed,
6408: tests/results/068.processed, tests/results/069.processed,
6409: tests/results/070.processed, tests/results/071.processed,
6410: tests/results/072.processed, tests/results/073.processed,
6411: tests/results/074.processed, tests/results/075.processed,
6412: tests/results/076.processed, tests/results/077.processed,
6413: tests/results/078.processed, tests/results/079.processed,
6414: tests/results/080.processed, tests/results/081.processed,
6415: tests/results/082.processed, tests/results/083.processed,
6416: tests/results/084.processed, tests/results/085.processed,
6417: tests/results/086.processed, tests/results/087.processed,
6418: tests/results/088.processed, tests/results/089.processed,
6419: tests/results/090.processed, tests/results/091.processed,
6420: tests/results/092.processed, tests/results/093.processed,
6421: tests/results/094.processed, tests/results/095.processed,
6422: tests/results/096.processed, tests/results/097.processed,
6423: tests/results/098.processed, tests/results/099.processed,
6424: tests/results/100.processed, tests/results/101.processed,
6425: tests/results/102.processed, tests/results/103.processed,
6426: tests/results/104.processed, tests/results/105.processed,
6427: tests/results/106.processed, tests/results/107.processed,
6428: tests/results/108.processed, tests/results/109.processed,
6429: tests/results/110.processed, tests/results/111.processed,
6430: tests/results/112.processed, tests/results/113.processed,
6431: tests/results/114.processed, tests/results/115.processed,
6432: tests/results/116.processed, tests/results/117.processed,
6433: tests/results/118.processed, tests/results/119.processed,
6434: tests/results/120.processed, tests/results/121.processed,
6435: tests/results/122.processed, tests/results/123.processed,
6436: tests/results/124.processed, tests/results/125.processed,
6437: tests/results/126.processed, tests/results/127.processed,
6438: tests/results/128.processed, tests/results/129.processed,
6439: tests/results/130.processed, tests/results/131.processed,
6440: tests/results/132.processed, tests/results/133.processed,
6441: tests/results/134.processed, tests/results/135.processed,
6442: tests/results/136.processed, tests/results/138.processed,
6443: tests/results/139.processed, tests/results/140.processed,
6444: tests/results/141.processed, tests/results/142.processed,
6445: tests/results/143.processed, tests/results/144.processed,
6446: tests/results/145.processed, tests/results/146.processed,
6447: tests/results/147.processed, tests/results/148.processed,
6448: tests/results/149.processed, tests/results/150.processed,
6449: tests/results/151.processed, tests/results/152.processed,
6450: tests/results/153.processed, tests/results/154.processed,
6451: tests/results/155.processed, tests/results/156.processed,
6452: tests/results/157.processed, tests/results/158.processed,
6453: tests/results/159.processed, tests/results/160.processed,
6454: tests/results/161.processed, tests/results/162.processed,
6455: tests/results/163.processed, tests/results/164.processed,
6456: tests/results/165.processed, tests/results/166.processed,
6457: tests/results/167.processed, tests/results/168.processed,
6458: tests/results/169.processed, tests/results/170.processed,
6459: tests/results/171.processed, tests/results/172.processed,
6460: tests/results/173.processed, tests/results/174.processed,
6461: tests/results/175.processed, tests/results/176.processed,
6462: tests/results/177.processed, tests/results/178.processed,
6463: tests/results/179.processed, tests/results/180.processed,
6464: tests/results/181.processed, tests/results/182.processed,
6465: tests/results/183.processed, tests/results/184.processed,
6466: tests/results/185.processed, tests/results/186.processed,
6467: tests/results/187.processed, tests/results/188.processed,
6468: tests/results/189.processed, tests/results/190.processed,
6469: tests/results/191.processed, tests/results/192.processed,
6470: tests/results/193.processed, tests/results/194.processed,
6471: tests/results/195.processed, tests/results/196.processed,
6472: tests/results/197.processed, tests/results/198.processed,
6473: tests/results/199.processed, tests/results/200.processed,
6474: tests/results/201.processed, tests/results/202.processed,
6475: tests/results/203.processed, tests/results/204.processed,
6476: tests/results/205.processed, tests/results/206.processed,
6477: tests/results/207.processed, tests/results/208.processed,
6478: tests/results/209.processed, tests/results/210.processed,
6479: tests/results/211.processed, tests/results/212.processed,
6480: tests/results/213.processed, tests/results/214.processed,
6481: tests/results/215.processed, tests/results/216.processed,
6482: tests/results/217.processed, tests/results/218.processed,
6483: tests/results/219.processed, tests/results/220.processed,
6484: tests/results/221.processed, tests/results/222.processed,
6485: tests/results/223.processed, tests/results/224.processed,
6486: tests/results/225.processed, tests/results/226.processed,
6487: tests/results/227.processed, tests/results/228.processed,
6488: tests/results/229.processed: - http headers were changed:
6489: content-type => Content-type and so on
6490:
6491: 2009-08-27 misha
6492:
6493: * src/: main/pa_random.C, include/pa_random.h,
6494: targets/cgi/parser3.C: - year was updated :)
6495:
6496: 2009-08-26 misha
6497:
6498: * tests/: 224.html, 224.p: - test for creating of parser object
6499: using constructor without params - little bugfix in test
6500:
6501: * src/main/compile_tools.h: - bugfix: should't call autouse while
6502: checking existed class while processing partial option
6503:
6504: * src/classes/reflection.C: - bugfix: core when creating object
6505: with reflection and constructor doesn't have params
6506:
6507: 2009-08-24 misha
6508:
6509: * tests/229.html: - tests for checking the number of parameters
6510: were added
6511:
6512: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
6513: number of method's parameters wasn't checked correctly (the bug
6514: was introduced in 3.4.0)
6515:
6516: 2009-08-22 misha
6517:
6518: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
6519: transcoded, but tainted pieces are escaped only when
6520: content-type==url-encoding
6521:
6522: * tests/228.html: - test for checking
6523: ^file::load[http://...;$.body[]]
6524:
6525: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
6526: post charset was too early (charsets is empty at this moment)
6527:
6528: 2009-08-21 misha
6529:
6530: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
6531: main/untaint.C: - some fixes with transcode+untaint
6532:
6533: 2009-08-15 misha
6534:
6535: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
6536: was increaced to 100 (was 50)
6537:
6538: * tests/227.html: - test for checking overriding properties in
6539: static classes was added
6540:
6541: * tests/: 226.html, 226.p: - test for @autoload[] was added
6542:
6543: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
6544: main/execute.C, main/pa_request.C, classes/reflection.C: -
6545: autouse was implemented
6546:
6547: 2009-08-14 misha
6548:
6549: * src/classes/reflection.C: - outdated checkout was removed
6550:
6551: * src/classes/reflection.C: - optimization - method ^dynamical was
6552: added.
6553:
6554: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
6555: types/pa_vstateless_class.h, main/execute.C: - optimization
6556:
6557: * src/types/pa_vclass.C: - exception if base on sytem class
6558:
6559: 2009-08-12 misha
6560:
6561: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
6562: pa_vstateless_class.h: - little optimisation
6563:
6564: 2009-08-11 misha
6565:
6566: * tests/224.html: - method_params => method_info - checking for
6567: $.inherited
6568:
6569: * src/classes/reflection.C, operators.txt: - method method_params
6570: was renamed to method_info and now it returns class name, if
6571: method was defined in ancestor
6572:
6573: * tests/225.html: - tests for cheching properties in hierarhical
6574: classes were added
6575:
6576: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
6577: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6578: main/compile.y, main/execute.C, classes/classes.C: - problems
6579: with properties in new classes implementation were fixed
6580:
6581: 2009-08-10 misha
6582:
6583: * src/main/execute.C: - now constructor shouldn't be defined in
6584: class. it could be defined in parent.
6585:
6586: 2009-08-09 misha
6587:
6588: * src/classes/reflection.C: - ^reflection:methods doesn't return
6589: base's methods
6590:
6591: 2009-08-08 misha
6592:
6593: * src/: classes/classes.h, classes/date.C, classes/file.C,
6594: classes/form.C, classes/hash.C, classes/hashfile.C,
6595: classes/image.C, classes/mail.C, classes/op.C,
6596: classes/reflection.C, classes/regex.C, classes/string.C,
6597: classes/table.C, classes/xdoc.C, classes/xnode.C,
6598: classes/xnode.h, include/pa_hash.h, main/execute.C,
6599: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
6600: types/pa_method.h, types/pa_property.h, types/pa_value.C,
6601: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6602: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6603: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
6604: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6605: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
6606: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
6607: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
6608: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
6609: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
6610: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
6611: types/pa_vresponse.C, types/pa_vresponse.h,
6612: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6613: types/pa_vstateless_object.h, types/pa_vstatus.C,
6614: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
6615: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6616: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6617: types/pa_wwrapper.h, types/types.vcproj: - new classes
6618: implementation
6619:
6620: * buildall-with-xml, buildall-without-xml: - gc has a bug if
6621: USE_MUNMAP is used. so it is disabled as a workaround.
6622:
6623: 2009-08-05 misha
6624:
6625: * src/: main/pa_common.C, include/pa_common.h: - not needed
6626: parameter was removed
6627:
6628: * src/main/pa_http.C: - bugfix: error was during detecting
6629: content-type of file which was loaded by http
6630:
6631: 2009-08-01 misha
6632:
6633: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
6634: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
6635: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
6636: can't be disabled with defines any longer
6637:
6638: 2009-07-29 misha
6639:
6640: * src/classes/reflection.C, tests/results/224.processed: - for
6641: native methods with any call type now returned empty call_type
6642: value
6643:
6644: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6645: classes/table.C, include/pa_hash.h, include/pa_request.h,
6646: main/pa_request.C: - break in cycles was optimized
6647:
6648: * INSTALL: - more defines were described
6649:
6650: 2009-07-28 misha
6651:
6652: * operators.txt: - some changes in information about reflection
6653: class
6654:
6655: * tests/: 224.html, 224.p: - tests for reflection class
6656:
6657: * src/classes/reflection.C: - some bugs were fixed, method classes
6658: was added, refactoring
6659:
6660: 2009-07-26 misha
6661:
6662: * src/classes/classes.vcproj: - reflection class wass added to
6663: project
6664:
6665: * operators.txt: - information about reflection class was added
6666:
6667: * src/classes/reflection.C: - class was redesigned
6668:
6669: 2009-07-24 misha
6670:
6671: * src/classes/: Makefile.am, reflection.C: - class reflection was
6672: added
6673:
6674: * src/types/pa_vstateless_class.h: - method for reflection method's
6675: in classes was added
6676:
6677: 2009-07-22 misha
6678:
6679: * src/main/compile_tools.h: - bugfix: $object.$var was
6680: over-optimized. it failed if $object1.$object2.field
6681:
6682: 2009-07-16 misha
6683:
6684: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
6685: lib/cord/cordxtra.c, lib/cord/include/cord.h,
6686: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
6687: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
6688: one more arg: length of cord
6689:
6690: 2009-07-15 misha
6691:
6692: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
6693: tainted in ^file::load[http://...;$.cookies[]]
6694:
6695: * src/classes/: op.C, regex.C, string.C: - new string with
6696: exception was used
6697:
6698: * src/include/pa_exception.h: - new string with exception was added
6699:
6700: * tests/223.html: - test for checking cookie-encoding during
6701: ^file::load[http was added
6702:
6703: * tests/: 221.html, 222.html: - tests for checking type of
6704: $table.fields.field were added
6705:
6706: * src/types/pa_vtable.C: - not used var decl was removed
6707:
6708: * src/include/pa_string.h: - use cached string length in Body::mid.
6709: it improves speed of match with brackets in pattern
6710:
6711: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
6712: outside
6713:
6714: 2009-07-14 misha
6715:
6716: * src/types/pa_vtable.C: - $table.fields.a return string even if
6717: column is empty (sometime returned void) - $table.fields was
6718: added for nameless tables
6719:
6720: * src/targets/cgi/getopt.c: - one warning resolved
6721:
6722: * src/main/pa_string.C: - potentian bug fixed
6723:
6724: * src/classes/op.C: - small optimization in taint/untaint
6725:
6726: 2009-07-13 misha
6727:
6728: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
6729: added
6730:
6731: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
6732: souldn't add the attribut to output
6733:
6734: 2009-07-11 misha
6735:
6736: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6737: stack size was increaced to 2MB (default=1MB)
6738:
6739: 2009-07-08 misha
6740:
6741: * src/main/pa_string.C: - link to UTF-8 description was added
6742:
6743: * src/include/pa_hash.h: - hash keeps element's order in more
6744: places (ex: ._keys[])
6745:
6746: * tests/220.html: - test for checking order of elements in hash in
6747: foreach was added
6748:
6749: * tests/172.html: - small changes in printing hash
6750:
6751: * tests/129.html: - small changes in printing hash
6752:
6753: * src/: include/pa_common.h, include/pa_hash.h,
6754: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
6755: types/pa_vmethod_frame.h: - hash now keeps order of elements
6756:
6757: * tests/014.html: - small changes in printing hash
6758:
6759: 2009-07-07 misha
6760:
6761: * src/classes/op.C: - new taint language "parser-code" was added
6762:
6763: * tests/219.html: - test for auto untaint parser code in process
6764: was added
6765:
6766: * src/classes/op.C: - tainted pieces in body of process are
6767: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
6768:
6769: * src/: include/pa_string.h, main/untaint.C: - new language
6770: L_PARSER_CODE for auto-untaint in process was added
6771:
6772: * src/: classes/file.C, classes/hash.C, classes/image.C,
6773: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
6774: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
6775: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
6776: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
6777: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
6778: code cleanup
6779:
6780: 2009-07-06 misha
6781:
6782: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
6783: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
6784: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6785:
6786: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
6787: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
6788: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
6789: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
6790: should be used
6791:
6792: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
6793: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
6794: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
6795: untaint_cstr[m] should be used
6796:
6797: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
6798: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6799:
6800: * tests/218.html: - test for checking automatic file-spec-taint was
6801: added
6802:
6803: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
6804: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
6805: classes/file.C, classes/hash.C, classes/image.C,
6806: classes/string.C, classes/table.C, classes/void.C,
6807: classes/xdoc.C: - optimizations and simplification of
6808: string.cstr(...)
6809:
6810: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
6811: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
6812: - optimizations and simplification of string.cstr(...)
6813:
6814: 2009-07-04 misha
6815:
6816: * tests/217.html: - test for recursion detection was added
6817:
6818: * src/: types/types.vcproj, main/main.vcproj,
6819: classes/classes.vcproj, targets/cgi/parser3.vcproj,
6820: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
6821: from .vcproj
6822:
6823: * src/types/pa_wwrapper.h: - dynamic_cast was removed
6824:
6825: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
6826: uploading files and case-insensitive http-method were added
6827:
6828: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
6829: tainted pattern in ^file:list[] was added
6830:
6831: 2009-07-03 misha
6832:
6833: * src/: classes/classes.vcproj, main/main.vcproj,
6834: types/types.vcproj, targets/cgi/parser3.vcproj,
6835: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
6836: for dynamic_cast) - little options changes
6837:
6838: * src/main/pa_http.C: - file::load[http works now with uploading
6839: files _and_ changing $.charset
6840:
6841: 2009-06-29 misha
6842:
6843: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
6844: while creating pattern
6845:
6846: 2009-06-25 misha
6847:
6848: * src/classes/image.C, operators.txt: - options' names for
6849: ^image.font were changed to $.space, $.width and $spacing -
6850: default space width now == gif's width
6851:
6852: 2009-06-24 misha
6853:
6854: * tests/215.html: - tests for $file.mode were added
6855:
6856: * operators.txt: - added info about $file.mode and changes in
6857: ^image.font[
6858:
6859: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
6860: param now could be omited - third param now could be hash (with
6861: all widths options: $.space-width, $.letter-width) - it's
6862: possible to specify tracking ($.letter-space)
6863:
6864: * src/classes/file.C: - file objects now could have mode field
6865: (text|binary)
6866:
6867: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
6868:
6869: 2009-06-23 misha
6870:
6871: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
6872: trim can work with utf-8 chars now
6873:
6874: 2009-06-20 misha
6875:
6876: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
6877: was implemented
6878:
6879: * src/classes/table.C: - string length cacheing was implemented
6880:
6881: * src/include/pa_string.h: - string length cacheing was implemented
6882:
6883: 2009-06-17 misha
6884:
6885: * src/main/execute.C: - value param was removed from
6886: WContext::WContext
6887:
6888: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
6889: pa_wwrapper.h: - value param was removed from WContext::WContext
6890: - field wcontext was removed from VCodeFrame (using fparent
6891: instead)
6892:
6893: * tests/214.html: - test with hash copying
6894:
6895: 2009-06-16 misha
6896:
6897: * tests/: 062.html, results/062.processed: - evaluation hardcoded
6898: strings doesn't work in expression anymore
6899:
6900: * src/main/execute.C: - less calls for get_constructing() - little
6901: refactoring
6902:
6903: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
6904: include/pa_request.h: - less calls for get_constructing()
6905:
6906: * src/classes/: hash.C, hashfile.C: - fixed bug which was
6907: introduced with OPTIMIZE_SINGLE_STRING optimization
6908:
6909: 2009-06-14 misha
6910:
6911: * src/: classes/date.C, classes/file.C, classes/hash.C,
6912: classes/hashfile.C, classes/image.C, classes/regex.C,
6913: classes/table.C, classes/xdoc.C, classes/xnode.h,
6914: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
6915: types/pa_vstateless_class.h, main/execute.C: - create object for
6916: storing object's fields only for parser objects
6917:
6918: 2009-06-13 misha
6919:
6920: * buildall-with-xml, buildall-without-xml: - new option was added
6921: for building GC (it slightly reduces memory usage)
6922:
6923: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
6924: single string write
6925:
6926: * src/main/execute.C: - bytecode optimization of ^class:constructor
6927: - optimization of single string write
6928:
6929: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
6930: - bytecode optimization of ^class:constructor
6931:
6932: 2009-06-09 misha
6933:
6934: * src/targets/cgi/parser3.C: - type size_t was changed to int in
6935: main (better compatibility)
6936:
6937: 2009-06-08 misha
6938:
6939: * src/main/compile.y: - I've forgot to commit it :(
6940:
6941: 2009-06-07 misha
6942:
6943: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
6944: WITH_READ and WITH_ROOT
6945:
6946: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6947: execute.C: - more optimizations for WITH_SELF, WITH_READ and
6948: WITH_ROOT - little refactoring
6949:
6950: 2009-06-06 misha
6951:
6952: * tests/213.html: - tests for 3rd match string-param were added
6953:
6954: * src/classes/string.C: - 3rd match param could be string now
6955:
6956: * src/main/: compile.y, compile_tools.h: - much more bytecode's
6957: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
6958: GET_OBJECT_ELEMENT
6959:
6960: 2009-06-05 misha
6961:
6962: * src/main/pa_http.C: - bugfix: content-length was not calculated
6963: if $.body was specified
6964:
6965: 2009-06-04 misha
6966:
6967: * src/classes/op.C: - optimizing write_assign_lang in connect
6968:
6969: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
6970:
6971: * src/main/execute.C: - little refactoring - optimizing
6972: write_assign_lang in taint/untaint
6973:
6974: * src/include/pa_opcode.h: - little refactoring
6975:
6976: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6977: main/compile_tools.h, main/execute.C: - optimizations for
6978: $self.field, ^self.method, $self.field[...] and $self.field(...)
6979: were added
6980:
6981: 2009-06-03 misha
6982:
6983: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
6984:
6985: 2009-06-02 misha
6986:
6987: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
6988: include/pa_opcode.h: - refactoring in last optimizations
6989: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
6990: now but code is much easy and it is ready for further
6991: improvements.
6992:
6993: 2009-05-27 misha
6994:
6995: * src/: types/pa_junction.h, types/pa_vjunction.C,
6996: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
6997: changed in destructing junctions
6998:
6999: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7000: String:Body
7001:
7002: 2009-05-26 misha
7003:
7004: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7005: one method detect_charset was deleted - bug was fixed in this
7006: method (error while detecting charset in content_type withot last
7007: ';')
7008:
7009: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7010: once
7011:
7012: 2009-05-25 misha
7013:
7014: * src/classes/file.C: - bugfix: file::exec didn't work after
7015: optimizing of helper_length
7016:
7017: 2009-05-24 misha
7018:
7019: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7020: were added - little refactoring
7021:
7022: * src/main/execute.C: - core while printing in debug log
7023: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7024: optimisations were added
7025:
7026: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7027: were added
7028:
7029: 2009-05-23 misha
7030:
7031: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7032: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7033: CORD_cat optimization
7034:
7035: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7036: - call constr optimisation under separate define now
7037:
7038: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7039: in $b should be string, not void
7040:
7041: * src/main/compile.y: - little fix for rem-cut optimisation
7042:
7043: * src/: include/pa_opcode.h, main/compile_tools.C,
7044: main/compile_tools.h, main/execute.C: - optimisations for
7045: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7046:
7047: * INSTALL: - description of some #defined were added
7048:
7049: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7050: before 1st access (memory usage is reduced if don't access to
7051: .text field)
7052:
7053: * src/include/pa_array.h: - array grows step now not static (it
7054: reduces numbers of reallocs)
7055:
7056: 2009-05-20 misha
7057:
7058: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7059: $.b(2), $c[d] and $.e[f] was added
7060:
7061: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7062: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7063: $.e[f] was added
7064:
7065: * src/main/execute.C: - debug printing moved in defines
7066:
7067: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
7068: and little refactoring for OP_GET_OBJECT_ELEMENT +
7069: OP_GET_OBJECT_VAR_ELEMENT optimisation
7070:
7071: 2009-05-19 misha
7072:
7073: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7074: execute.C: - $a.$b & ^a.$b bytecode optimisation
7075:
7076: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
7077: ^a.$b optimisation)
7078:
7079: * src/main/compile.y: - compiler now generate new opcodes:
7080: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
7081: ^a.b - compiler now cut off ^rem{ with all content ; any number
7082: of params }
7083:
7084: * src/main/execute.C: - code for handle new opcodes
7085: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
7086:
7087: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
7088: added for LA2V and LA2S
7089:
7090: * src/include/pa_opcode.h: - new defines which can be used for
7091: disable some bytecode optimisation and new opcodes were added
7092:
7093: 2009-05-17 misha
7094:
7095: * src/lib/cord/cordxtra.c: - bugfix.
7096:
7097: * tests/212.html: - .size[] and .study_size[] were added to tests
7098:
7099: * operators.txt: - info about regex class was added
7100:
7101: * tests/212.html: - tests for regex class were added
7102:
7103: 2009-05-16 misha
7104:
7105: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
7106: gc7.1
7107:
7108: * tests/022.html: - test for ^file:list[path;] (empty second param)
7109: was added
7110:
7111: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
7112: param) should work
7113:
7114: 2009-05-15 misha
7115:
7116: * src/classes/table.C: - automatically disable stringstream usage
7117: on freebsd4
7118:
7119: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
7120: scope
7121:
7122: * tests/211.html: - test with different types of access to hash was
7123: added
7124:
7125: * tests/210.html: - test which checks for loosing tainting in
7126: hash's keys was added
7127:
7128: * tests/208.html: - some parser work added. or stime == 0 %-)
7129:
7130: * src/lib/cord/cordbscs.c: - little hack was added to cord
7131:
7132: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
7133:
7134: * src/include/pa_version.h, configure.in: - moko have made a lot of
7135: optimisations for increacing version number more dramatically :)
7136:
7137: * src/classes/date.C: - little refactoring: use constructor which
7138: accepts formated string
7139:
7140: * src/: include/pa_string.h, main/pa_string.C: - String constructor
7141: which can print formatted string was added
7142:
7143: 2009-05-14 misha
7144:
7145: * src/include/pa_string.h: - type was fixed
7146:
7147: * src/: classes/hashfile.C, classes/op.C,
7148: include/pa_cache_managers.h, include/pa_charset.h,
7149: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
7150: include/pa_request.h, include/pa_sql_driver_manager.h,
7151: include/pa_string.h, include/pa_stylesheet_manager.h,
7152: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
7153: main/pa_charsets.C, main/pa_string.C,
7154: main/pa_stylesheet_connection.C, types/pa_value.h,
7155: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7156: types/pa_vobject.C, types/pa_vstateless_class.C,
7157: types/pa_vstateless_class.h: - hash_code caching was implemented
7158: (seaches should be faster now)
7159:
7160: * src/: classes/file.C, classes/hash.C, classes/image.C,
7161: classes/string.C, classes/table.C, include/pa_string.h,
7162: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
7163: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
7164: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
7165: types/pa_vrequest.C: - String constructors don't have that stupid
7166: true/false param which means 'tainted'. they accept lang instead.
7167:
7168: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
7169: with OPTIMIZE_RESULT
7170:
7171: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
7172: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
7173:
7174: 2009-05-13 misha
7175:
7176: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
7177: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
7178: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7179: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
7180: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
7181: main/pa_common.C, main/pa_request.C, main/pa_string.C,
7182: include/pa_string.h, classes/date.C, classes/file.C,
7183: classes/hash.C, classes/image.C, classes/string.C,
7184: classes/table.C, classes/xdoc.C: - result optimisation -
7185: helper_length parameter removed from string constructors
7186:
7187: 2009-05-11 misha
7188:
7189: * tests/209.html: - tests for ^hash::create[hash] were added
7190:
7191: * tests/208.html: - tests for $status:rusage, $status:memory,
7192: ^memory:compact[] were added
7193:
7194: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
7195: log10 were added
7196:
7197: * tests/206.html: - test for try with finally was added
7198:
7199: 2009-05-10 misha
7200:
7201: * tests/205.html: - test for ^file::create[...] was added
7202:
7203: * tests/204.html: - test for ^response:clear[] was added
7204:
7205: * tests/038.html: - tests for trigonometric functions were added
7206:
7207: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
7208: added - more tests for .add, .sub, .union, .intersects and
7209: .intersections
7210:
7211: * tests/065.html: - test for ^file:dirname was added
7212:
7213: * tests/030.html: - test for $cookie:fields was added
7214:
7215: * tests/203.html: - test for ^h._keys[column name] was added
7216:
7217: * tests/201.html: - tests for .trim were added
7218:
7219: * tests/202.html: - tests for last-day,
7220: date:calendar[type](YYYY;MM;DD) were added
7221:
7222: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
7223: .offset[type](N) were added
7224:
7225: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
7226: and .pos[c](N) were added
7227:
7228: * tests/141.html: - test for math:sha1 was added
7229:
7230: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
7231:
7232: 2009-05-09 misha
7233:
7234: * src/main/compile.y: - rollback
7235:
7236: 2009-05-05 misha
7237:
7238: * src/main/pa_exec.C: - little optimisation: somewhere length() was
7239: replaced by is_empty()
7240:
7241: * src/: include/pa_string.h, main/pa_charset.C: - little
7242: optimisation: somewhere length() was replaced by is_empty()
7243:
7244: * src/classes/table.C: - little optimisation: somewhere length()
7245: was replaced by is_empty()
7246:
7247: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
7248: classes/op.C, classes/table.C, main/pa_exception.C: - little
7249: optimisation: somewhere length() was replaced by is_empty()
7250:
7251: 2009-05-04 misha
7252:
7253: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7254: types/pa_vstateless_class.h, main/execute.C,
7255: include/pa_request.h, classes/hash.C, classes/op.C,
7256: classes/table.C: - more optimisations were added: some operators
7257: don't switch write context anylonger
7258:
7259: 2009-05-01 misha
7260:
7261: * src/main/compile.y: - slightly more opcode optimisations for
7262: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
7263:
7264: * src/main/execute.C: - simplifying process for getters
7265:
7266: 2009-04-30 misha
7267:
7268: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
7269:
7270: * tests/results/199.processed: - test for checking $result into
7271: ^rem was added
7272:
7273: * tests/199.html: - test for checking $result into ^rem was added
7274:
7275: * tests/: 022.html, 096.html: - þsort after :list was asses (on
7276: some OS it returns list in different order)
7277:
7278: * src/: include/pa_array.h, include/pa_request.h,
7279: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
7280: changes in stack impl - get_element() optimisation: 3rd param
7281: removed - bugfix: problems with reading empty input param -
7282: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
7283:
7284: * tests/results/198.processed: - test for reading empty local var
7285: was added
7286:
7287: * tests/198.html: - test for reading empty local var was added
7288:
7289: 2009-04-29 misha
7290:
7291: * src/main/compile.y: - bugfix: couldn't compile because
7292: OP_VALUE__GET_ELEMENT should be unde #ifdef
7293:
7294: * src/: include/pa_array.h, include/pa_opcode.h,
7295: include/pa_request.h, main/compile.y, main/execute.C,
7296: main/pa_request.C, types/pa_vmethod_frame.C,
7297: types/pa_vmethod_frame.h: - we can work without opcode
7298: OP_STORE_PARAM, so it was removed
7299:
7300: 2009-04-28 misha
7301:
7302: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
7303: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
7304: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
7305: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
7306: 4.
7307: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
7308:
7309: * src/main/compile_tools.h: - new stuff for op-codes optimisation
7310:
7311: * src/: main/pa_string.C, classes/string.C: - !length() =>
7312: is_empty()
7313:
7314: 2009-04-27 misha
7315:
7316: * src/types/pa_vregex.h: - back explicit vars initialisation
7317:
7318: 2009-04-24 misha
7319:
7320: * src/classes/string.C: - ups. typo fixed
7321:
7322: * src/main/execute.C: - more replacements '*new VBool' to
7323: 'VBool::get' - checks for ^break[], ^continue[] and
7324: parser.interrupted were optimised
7325:
7326: * src/classes/string.C: - number of params.count() calls was
7327: slightly reduced
7328:
7329: 2009-04-23 misha
7330:
7331: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7332: make it x64 friendly
7333:
7334: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7335: parser is x64 friendly now
7336:
7337: 2009-04-22 misha
7338:
7339: * src/types/pa_vhashfile.C: - coder friendly exception about
7340: exceeding record size was added
7341:
7342: * src/classes/file.C: - use vregex object instead of direct calls
7343: methods from pcre lib
7344:
7345: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
7346: classes/string.C: - use vregex object instead of direct calls
7347: methods from pcre lib
7348:
7349: * src/: include/pa_common.h, main/pa_common.C: - method
7350: print_pcre_exec_error_text was moved to class vregex
7351:
7352: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
7353: was added
7354:
7355: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
7356: - class vregex was added
7357:
7358: 2009-04-21 misha
7359:
7360: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
7361:
7362: * src/: types/pa_junction.h, types/pa_value.C,
7363: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
7364: types/pa_wcontext.h, main/execute.C, classes/op.C: -
7365: junction-optimisation (destructors)
7366:
7367: * src/include/pa_array.h: - free under if now
7368:
7369: 2009-04-19 misha
7370:
7371: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
7372:
7373: 2009-04-18 misha
7374:
7375: * src/include/pa_version.h:
7376: :q :
7377:
7378: CV:
7379: ----------------------------------------------------------------------
7380:
7381: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
7382: refactoring
7383:
7384: * src/: include/pa_array.h, include/pa_hash.h,
7385: types/pa_vmethod_frame.h: - destructors under #ifdef now
7386:
7387: * src/include/pa_memory.h: - define for using destructors was added
7388:
7389: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7390: main/execute.C: - some junctions will be cached now
7391:
7392: * src/include/pa_hash.h: - hash destructor frees pairs now
7393:
7394: * src/include/pa_array.h: - inline was added to destructor
7395:
7396: * src/types/pa_method.h: - comment was changed
7397:
7398: 2009-04-17 misha
7399:
7400: * src/: include/pa_array.h, include/pa_hash.h,
7401: types/pa_vmethod_frame.h: - destructors were added
7402:
7403: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
7404: renamed to always_use_result
7405:
7406: * src/main/: compile.y, compile_tools.h: - rollback changes in
7407: compiler: full backward compatibility is better
7408:
7409: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
7410: result in var's hash
7411:
7412: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7413: optimisation in method_frame
7414:
7415: * src/include/pa_array.h: - optimisation in array (allocate
7416: elements only when needed)
7417:
7418: * src/types/pa_vresponse.C: - check for $response:headers field
7419: before looking at custom fields
7420:
7421: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
7422: not needed to check existance var with name 'result' in var's
7423: hash
7424:
7425: * src/main/compile.y: - compiler was changed: now it detects
7426: writings to $result and set flag writo_to_result in method
7427:
7428: * src/classes/string.C: - little optimisation: no needed to write
7429: number with lang
7430:
7431: * src/main/pa_charset.C: - methods readChar and skipChar which is
7432: used for read utf8-strings were renamed - is_escaped was renamed
7433: to isEscaped (to the same name convention)
7434:
7435: * src/: types/pa_method.h, main/compile_tools.h: - flag
7436: write_to_result added. compiler get this info from code.
7437:
7438: 2009-04-16 misha
7439:
7440: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
7441: String only before 1st write
7442:
7443: * src/include/pa_string.h: - not needed template removed
7444:
7445: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
7446: types/pa_vjunction.C, types/pa_vproperty.C,
7447: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
7448: main/pa_request.C, classes/bool.C, classes/double.C,
7449: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
7450: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
7451: bool objects)
7452:
7453: 2009-04-15 misha
7454:
7455: * src/lib/cord/cordxtra.c: - more optimisation
7456:
7457: * src/: include/pa_string.h, main/untaint.C: - String::append
7458: optimisation
7459:
7460: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
7461: then get and can sometime be used)
7462:
7463: * src/main/pa_string.C: - String::length optimisation
7464:
7465: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
7466: these methods read different strings
7467:
7468: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7469: fresult_initial_void removed + some optimisation - if $result
7470: defined we don't write to context anymore
7471:
7472: * src/main/pa_charset.C: - readChar => skipChar (in this place we
7473: need just skip char)
7474:
7475: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7476: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
7477: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
7478:
7479: * src/types/pa_vvoid.h: - added get() method for retreave one
7480: instance
7481:
7482: 2009-04-11 misha
7483:
7484: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
7485:
7486: * tests/197.html: - test for parser://test in xml was added
7487:
7488: * src/classes/string.C: - small optimisation
7489:
7490: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
7491: optimisation
7492:
7493: 2009-04-10 misha
7494:
7495: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
7496: to pcre-7.8
7497:
7498: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
7499:
7500: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
7501: added
7502:
7503: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
7504: $request:CLASS_NAME were added
7505:
7506: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
7507: were added
7508:
7509: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
7510: $env:CLASS_NAME were added
7511:
7512: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
7513: '@todo' now
7514:
7515: * src/targets/cgi/parser3.C: - size_t -> int for calming down
7516: compirer
7517:
7518: * src/main/pa_string.C: - little code cleanup
7519:
7520: * src/main/pa_common.C: - describe one more UTF-8 related error
7521: during PCRE compile/execute
7522:
7523: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
7524: normalizing todo-comments: '@todo' now
7525:
7526: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
7527:
7528: * src/main/pa_charset.C: - type changed for making compiler happy
7529:
7530: 2009-03-10 misha
7531:
7532: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
7533: in main()
7534:
7535: 2009-02-01 misha
7536:
7537: * src/main/pa_http.C: - bugfix: double CRLF before the end of
7538: boundary
7539:
7540: 2009-01-25 misha
7541:
7542: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
7543:
7544: * src/classes/file.C: - more changes for parsing different number
7545: of params for file::load
7546:
7547: * tests/193.html: - tests for exception while base64-decode binary
7548: to string was added
7549:
7550: * tests/192.html: - tests for file::load with different number of
7551: options
7552:
7553: * src/classes/math.C: - ups. forgot '+1'
7554:
7555: * src/: classes/table.C, classes/file.C, include/pa_common.h,
7556: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
7557: main/pa_http.C: - ^file::load[...;http://...;] now can post files
7558: (new option $.encode[multipart-form/data] should be specified) -
7559: $.method[] option for file::load now is not case-sensitive
7560:
7561: * src/: include/pa_string.h, main/untaint.C: - for file post the
7562: new taint language L_FILE_POST was added
7563:
7564: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
7565: main/main.vcproj, classes/math.C, include/Makefile.am: - some
7566: stuff was moved to separate files
7567:
7568: 2009-01-23 misha
7569:
7570: * src/classes/math.C: - little optimisation in ^math:sha1[] -
7571: spaces to tabs were converted
7572:
7573: 2009-01-12 misha
7574:
7575: * src/main/pa_http.C: - value of $.method[] option force uppercased
7576: now
7577:
7578: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
7579: types/pa_vform.C, types/pa_vmail.C: - some constants changed
7580: their names
7581:
7582: * src/main/pa_common.C: - changes in formating
7583:
7584: * src/: classes/file.C, main/pa_http.C: - some constants changed
7585: their names
7586:
7587: * src/include/pa_http.h: - some spaces were converted to tabs
7588:
7589: * src/include/pa_common.h: - some constants changed their names
7590:
7591: * src/classes/file.C: - fixed 4-th paramether for file::load -
7592: little code rewriting
7593:
7594: * src/types/pa_vfile.C: - little code rewriting
7595:
7596: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
7597: types/pa_value.h: - some formating changes
7598:
7599: * src/include/pa_common.h: - some formating spaces transformed to
7600: tabs
7601:
7602: * src/classes/string.C: - exception while base64-decode binary to a
7603: string
7604:
7605: 2009-01-11 misha
7606:
7607: * configure.in: - version changed to 3.3.1b
7608:
7609: 2008-09-05 misha
7610:
7611: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
7612: release_3_3_0 on 2008-09-05 10:59:35 +0000
7613:
7614: 2008-09-04 misha
7615:
7616: * tests/: 130.html, 131.html: - these exceptions not typeless
7617: anymore
7618:
7619: * src/classes/op.C: - exception with 'invalid taint language' not
7620: typeless anylonger
7621:
7622: * src/classes/image.C: - some exceptions while operations with
7623: image not typeless anymore
7624:
7625: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
7626: main/pa_exec.C, main/pa_http.C: - some exceptions while
7627: operations with files not typeless anymore
7628:
7629: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
7630: types/pa_vdate.h: - exceptions while checking date range not
7631: typeless anymore
7632:
7633: * src/include/pa_exception.h: - exception type string for invalid
7634: date range was added
7635:
7636: 2008-09-03 misha
7637:
7638: * src/: classes/file.C, main/pa_string.C: - exception while pce
7639: operations not typeless anymore
7640:
7641: * src/include/pa_exception.h: - exception type for pce operations
7642: was added
7643:
7644: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
7645: and .CLASS_NAME insite classes
7646:
7647: * src/classes/table.C: - don't save table header whiile
7648: ^table.save[append;filename] if file exists
7649:
7650: 2008-09-02 misha
7651:
7652: * src/main/compile.y, src/main/compile_tools.h,
7653: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
7654: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
7655: renamed to partial and it login changed: we must mark class as
7656: partial for allow their modifications in future.
7657:
7658: 2008-08-29 misha
7659:
7660: * tests/results/022.processed: - testing taint[regex] in mask for
7661: file:list
7662:
7663: * tests/022.html: - testing taint[regex] in mask for file:list
7664:
7665: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
7666: for file:list was added
7667:
7668: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
7669: file:list
7670:
7671: 2008-08-26 misha
7672:
7673: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
7674: last derived object
7675:
7676: * src/classes/image.C: - many strings "image.format" replaced by
7677: IMAGE_FORMAT constant string - handle GPS info while parse exif -
7678: understand some more exif tags
7679:
7680: * src/include/pa_exception.h: - string "image.format" was added
7681:
7682: 2008-08-21 misha
7683:
7684: * src/: main/pa_string.C, classes/file.C: - use method for print
7685: pcre_exec text error
7686:
7687: * src/main/pa_common.C: - method for print pcre_exec text error was
7688: added
7689:
7690: * src/include/pa_common.h: - method declaration for print pcre_exec
7691: text error was added
7692:
7693: 2008-08-19 misha
7694:
7695: * src/main/execute.C: - bugfix: opcodes must be in separate
7696: namespace while debug execution as well
7697:
7698: * tests/: 015.html, results/015.processed: - test for escaping some
7699: parser chars was added
7700:
7701: 2008-08-18 misha
7702:
7703: * tests/: 190.html, 190.p, results/190.processed: - test for
7704: $caller.self.field + default getter in one class was added
7705:
7706: * tests/: 189.html, results/189.processed: - test for
7707: ^date::create[date object]
7708:
7709: * tests/: 188.html, results/188.processed: - tests for match with
7710: UTF-8 strings
7711:
7712: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
7713: ^string.match[]
7714:
7715: * ChangeLog: - parser 3.3.0 beta13
7716:
7717: 2008-08-15 misha
7718:
1.116 moko 7719: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
7720: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
7721: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
7722: dftables.c: - old PCRE files removed
1.95 moko 7723:
7724: * src/lib/pcre/config.h: - configuration for PCRE library
7725:
7726: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7727: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
7728:
7729: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
7730: library and set flag UTF8 if $request:charset is UTF-8
7731:
7732: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
7733: include/pa_config_fixed.h: - moved to new PCRE library
7734:
7735: * src/: main/main.vcproj, types/types.vcproj,
7736: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
7737: win32\pcre instead of parser3\src\lib\pcre
7738:
7739: * src/: include/pa_opcode.h, include/pa_operation.h,
7740: main/compile.C, main/compile.y, main/compile_tools.C,
7741: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
7742: opcodes were moved to separate namespace
7743:
7744: 2008-08-14 misha
7745:
7746: * src/types/pa_vstateless_class.C: - newline at the end missed
7747:
7748: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
7749: tainting
7750:
7751: 2008-08-11 misha
7752:
7753: * tests/: 187.html, 187.p, results/187.processed: - tests for
7754: $caller.self, $caller.self.field and $caller.self.field[value]
7755: were added
7756:
7757: * src/types/pa_vmethod_frame.h: - still need to check 'self'
7758: runtime as well (for $caller.self)
7759:
7760: 2008-07-25 misha
7761:
7762: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
7763: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
7764: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
7765: tests with international characters
7766:
7767: 2008-07-23 misha
7768:
7769: * src/main/pa_http.C: - escape $cookies as %uXXXX while
7770: file::load[...;http://
7771:
7772: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
7773: now everywhere in separate namespace
7774:
7775: * src/types/pa_vmethod_frame.h: - looking for caller before looking
7776: for vars
7777:
7778: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
7779: can be escaped by '^'
7780:
7781: 2008-07-22 misha
7782:
7783: * src/classes/string.C, tests/186.html: - names changes:
7784: escape=>js-escape, unescape=>js-unescape
7785:
7786: 2008-07-21 misha
7787:
7788: * tests/results/186.processed: - test for string escape/unescape
7789:
7790: * tests/186.html: - test for string escape/unescape
7791:
7792: * src/classes/string.C: - string has escape and unescape methods
7793: now
7794:
7795: * src/: include/pa_string.h, main/pa_string.C: - escape method was
7796: added
7797:
7798: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
7799: method-layers added (with different params)
7800:
7801: 2008-07-18 misha
7802:
7803: * tests/results/185.processed: - test for ^str.pos[substr](offset)
7804: was added
7805:
7806: * tests/185.html: - test for ^str.pos[sub](offset) added
7807:
7808: * src/classes/string.C, src/classes/void.C, operators.txt: -
7809: ^string.pos[substr](offset) -- 2nd param accepted now
7810:
7811: * src/main/pa_string.C: - .pos works fine with offset for utf-8
7812: strings
7813:
7814: 2008-07-17 misha
7815:
7816: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7817: helper length added for mid for small optimisation
7818:
7819: 2008-07-16 misha
7820:
7821: * tests/: 185.html, results/185.processed: - tests for
7822: length/left/right/mid/pos with utf-8 strings
7823:
7824: * src/classes/string.C: - left/right/mid/length/pos works fine for
7825: utf-8 strings
7826:
7827: * src/main/untaint.C: - comments removed
7828:
7829: * src/: include/pa_string.h, main/pa_string.C,
7830: include/pa_charset.h, main/pa_charset.C: - methods for working
7831: with pos/mid for strings in utf-8 were added
7832:
7833: 2008-07-15 misha
7834:
7835: * tests/: 184.html, results/184.processed: - test for case body as
7836: expression: $var(^switch(1){^case(1)(true)..})
7837:
7838: * src/classes/op.C: - case body can be expression now:
7839: $var(^switch(1){^case(1)(true)..})
7840:
7841: * tests/: results/183.processed, 183.html: - added test for testing
7842: new cookie encoding (%uXXXX)
7843:
7844: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
7845: decoding for backward compatibility they decoded from %XX in
7846: request:charset too
7847:
7848: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
7849: - cookie class now decode cookies before first access after last
7850: request:charset changing (as form class).
7851:
7852: * src/main/pa_charset.C: - added method escape for escaping cookies
7853: as %uXXXX - before transcode calculate required space for dest
7854: string. it reduce mem usage for transcode
7855:
7856: * src/include/pa_charset.h: - added method escape for escaping
7857: cookies as %uXXXX
7858:
7859: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
7860: was added. will used for escaping cookies as %uXXXX
7861:
7862: * src/include/pa_common.h: - escape method has new option for skip
7863: converting '+' to a space char
7864:
7865: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
7866: transcode - escape method has new option for skip converting '+'
7867: to a space char
7868:
7869: 2008-07-08 misha
7870:
7871: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
7872: (no UE if more then 1 case matches anylonger) - optimization:
7873: doing searching.as_string() || searching.as_double() only once
7874:
7875: 2008-07-04 misha
7876:
7877: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
7878: now ^date::create[date object] works
7879:
7880: * src/classes/string.C: - left and right added as aliases for start
7881: and end in ^string.trim[]
7882:
7883: 2008-07-03 misha
7884:
7885: * src/classes/file.C: - allow $.limit for file::sql as well
7886:
7887: * src/classes/file.C: - allow $.offset option for file::sql - force
7888: send limit=1 to query for use sql specifics authomatically
7889:
7890: * src/classes/: hash.C, string.C, table.C: - don't throw exception
7891: if $.limit value if empty. autoconvert it as everywere
7892:
7893: 2008-07-02 misha
7894:
7895: * configure.in: - time to change version number to 3.3.0 %-)
7896:
7897: * src/include/pa_version.h: - time to change version number to
7898: 3.3.0 %-)
7899:
7900: 2008-06-26 misha
7901:
7902: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7903: $.limit(0) fixes
7904:
7905: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
7906: - $.limit(0) fixes
7907:
7908: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
7909: new API)
7910:
7911: * src/: include/pa_sql_driver_manager.h,
7912: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
7913: classes/op.C: - document_root added
7914:
7915: * src/main/compile.tab.C: - error message was changed
7916:
7917: 2008-06-25 misha
7918:
7919: * src/main/compile.y: - error message was changed
7920:
7921: 2008-06-24 misha
7922:
7923: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
7924:
7925: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
7926: tests for @OPTIONS\nappend
7927:
7928: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
7929:
7930: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
7931:
7932: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
7933:
7934: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
7935: compile.y
7936:
7937: 2008-06-17 misha
7938:
7939: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
7940: compilation: ^if(default){true. it's incorrect. must be
7941: exception}
7942:
7943: 2008-06-16 misha
7944:
7945: * tests/: 181.ent, 181.html, results/181.processed: - test for
7946: checking external reference loading with 'http://localhost'
7947: prefix while creating xdoc
7948:
7949: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
7950: ^math:long2ip[] and ^math:ip2long[]
7951:
7952: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
7953: added which use scalar stateless class method when user object
7954: used in scalar context - use get_scalar_value when user object
7955: requested in scalar context
7956:
7957: * src/main/pa_common.C: - size must be int but not size_t or we
7958: can't compare with 0 sprintf result
7959:
7960: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7961: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
7962: with internal switch between local/global vars
7963:
7964: * src/types/pa_vclass.C: - register scalar if method @GET[] was
7965: specified
7966:
7967: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
7968: pa_vstateless_object.h: - stateless class and object now has
7969: private scalar field and getter/setter for working with it
7970:
7971: * src/classes/math.C: - methods math:long2ip & math:ip2long were
7972: moved to inet static class
7973:
7974: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
7975: class added (^inet:aton[IP], ^inet:ntoa(number))
7976:
7977: * tests/: 180.html, results/180.processed: - tests for
7978: ^math:long2ip(long) and ^math:ip2long[IP]
7979:
7980: * src/classes/math.C: - ^math:ip2long[IP] added
7981:
7982: 2008-06-11 misha
7983:
7984: * src/main/pa_xml_io.C: - use file_read_text again because of we
7985: need cut BOM code and remove DOS newline chars. but don't
7986: transcode it anyway.
7987:
7988: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
7989: main/pa_http.C: - option for disable transcoding while file_read
7990: and file_read_text added
7991:
7992: 2008-06-10 misha
7993:
7994: * tests/: 179.html, 179.p, results/179.processed: - test for many
7995: classes in 1 file
7996:
7997: * src/main/: compile.C, compile_tools.h: - compile return list of
7998: classes now.
7999:
8000: * src/main/: compile.y, compile.tab.C: - compile return list of
8001: classes now. internals.
8002:
8003: * src/main/pa_request.C: - compile return list of classes now. try
8004: call @conf and @auto for each returned class
8005:
8006: * src/include/pa_request.h: - compile return list of classes now
8007:
8008: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8009: return list of classes when compile buf)
8010:
8011: 2008-06-07 misha
8012:
8013: * src/main/pa_request.C: - constructing VRequest object with 3rd
8014: param -- form
8015:
8016: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8017: 3rd param: form. needed for get post_charset
8018:
8019: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8020: added
8021:
8022: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8023: types/pa_vform.C, types/pa_vform.h: - some polish
8024:
8025: 2008-06-06 misha
8026:
8027: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8028: charset and decode chars from it but not from response:charset
8029:
8030: * src/main/pa_http.C: - detect_charset moved out of here
8031:
8032: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8033: methods moved here - unescape_chars accepn one charset now
8034:
8035: * src/main/pa_http.C: - new constants used - don't allow
8036: $.content-type in ^file::load[;http://;$.method[POST]] - add
8037: charset info while ^file::load[;http://;$.method[POST]] - option
8038: $.omit-post-charset(true) added to ^file::load[;http://] for
8039: disabling charset during post
8040:
8041: * src/types/pa_vform.C: - new constants used
8042:
8043: * src/include/pa_common.h: - some constants were added
8044:
8045: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8046: instead of StrEqNc
8047:
8048: * src/main/pa_common.C: - new method for caseless search
8049: c-substring in c-string - use isxdigit instead of is_hex_digit
8050:
8051: * src/include/pa_common.h: - new method for caseless search
8052: c-substring in c-string
8053:
8054: 2008-06-05 misha
8055:
8056: * tests/results/178.processed: - test for testing default getter
8057:
8058: * tests/178.html: - test for testing default getter
8059:
8060: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8061: for test for testing default getter
8062:
8063: * src/main/execute.C: - default getter soul
8064:
8065: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
8066: requested objects' field not found
8067:
8068: * src/types/pa_vclass.C: - register default getter if defined - get
8069: default getter if requested field not found
8070:
8071: * src/types/pa_vstateless_object.h: - method get_default_getter was
8072: added
8073:
8074: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8075: pointer to default getter and methods for get/set it were added
8076:
8077: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
8078: auto_name field (for default getter)
8079:
8080: 2008-06-04 misha
8081:
8082: * src/main/pa_xml_io.C: - load external xml in binary mode (no
8083: transcoding, no cutting BOM code, no fixing line breaks) and get
8084: it to libxml "as is"
8085:
8086: 2008-06-03 misha
8087:
8088: * src/main/pa_common.C: - use store_Char instead of
8089: transcodeCharFromUTF8
8090:
8091: * src/: include/pa_charset.h, main/pa_charset.C: - method
8092: store_Char added, transcodeCharFromUTF8 -- removed
8093:
8094: 2008-06-02 misha
8095:
8096: * tests/: results/177.processed, 177.html: - test for checking
8097: .[acm]date after local ^file::load[] was added
8098:
8099: * tests/: results/176.processed, 176.html: - test for checking
8100: @OPTION\locals + @method[vars][locals] added
8101:
8102: * tests/results/auto.p: - CLASS_PATH specified for checking use
8103:
8104: 2008-05-30 misha
8105:
8106: * src/main/: compile.y, compile.tab.C: - changes in compiler:
8107: @OPTION\nlocals + @method[vars][;locals;] were added
8108:
8109: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
8110: moved to separate method op_code - switch from VMethodFrame to
8111: VMethodFrameGlobal + VMethodFrameLocal
8112:
8113: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
8114: was moved to separate method op_code
8115:
8116: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
8117: VMethodFrame now
8118:
8119: * src/types/pa_vstateless_class.h: - stateless class have bool flag
8120: all_vars_local as well
8121:
8122: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
8123: pa_vmethod_frame_local.h, Makefile.am: - who children for
8124: VMethodFrame were added: one (global) works as VMethodFrame
8125: before and second (local) write all vars in self vars scope
8126:
8127: * src/types/pa_method.h: - method has bool flag all_vars_local now
8128:
8129: 2008-05-29 misha
8130:
8131: * tests/: 129.html, results/129.processed: - more tests for
8132: ^table.hash[]
8133:
8134: * src/classes/hash.C: - ^hash::sql has a new option:
8135: $.type[hash|string|table] as ^table.hash[] one.
8136:
8137: * src/classes/op.C: - ^try has 3rd param now: finally code which
8138: executed anyway after try or catch section
8139:
8140: 2008-05-27 misha
8141:
8142: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
8143: must not fail if $.distinct(1) wasn't specified
8144:
8145: 2008-05-26 misha
8146:
8147: * src/classes/op.C: - allow ^throw[my type]
8148:
8149: 2008-05-22 misha
8150:
8151: * configure.in, configure: - version number updated to 3.2.4b
8152:
8153: * src/classes/: op.C, string.C: - trim format string before
8154: eval/format
8155:
8156: * tests/: results/175.processed, 175.html: - more tests for
8157: different format strings in .format[]
8158:
8159: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
8160: as well (not only %XX)
8161:
8162: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
8163: charset specified - checks for format before print number
8164: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
8165: (instead of tabs) removed
8166:
8167: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
8168: charset specified
8169:
8170: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
8171: char in requested charset from utf code was added
8172:
8173: 2008-05-19 misha
8174:
8175: * tests/: 174.html, results/174.processed: - test for
8176: ^hashfile.cleanup[] added
8177:
8178: * src/classes/hashfile.C: - optimization: don't create any key or
8179: value variable if it's name weren't specified
8180: (^hf.foreach[;v]{...})
8181:
8182: 2008-05-16 misha
8183:
8184: * src/classes/hash.C: - optimization: don't create any key variable
8185: if variable name wasn't specified (^h.foreach[;v]{...})
8186:
8187: 2008-05-15 misha
8188:
8189: * src/classes/op.C: - small changes
8190:
8191: * src/classes/hashfile.C: - code reformating (as hash.foreach)
8192:
8193: * src/classes/hash.C: - calculate var_context once before foreach
8194:
8195: 2008-05-14 misha
8196:
8197: * src/classes/hashfile.C: - incorrect vars context calculation for
8198: ^hashfile.foreach[;]{} fixed
8199:
8200: * src/classes/: hash.C, table.C: - little optimisation
8201:
8202: * src/classes/file.C: - bugfix: double absolute path while loading
8203: file
8204:
8205: * tests/: 174.html, results/174.processed: - tests for hashfile
8206: were added
8207:
8208: * buildall-with-xml: - moving to libxslt 1.1.24
8209:
8210: 2008-04-30 misha
8211:
8212: * src/classes/file.C: - stat file while loading (local only) so
8213: .adate, .mdate and .cdate available without additional ::stat
8214:
8215: 2008-04-28 misha
8216:
8217: * src/classes/file.C: - $.name and $.content-type available for
8218: stated file
8219:
8220: 2008-04-14 misha
8221:
8222: * src/targets/cgi/parser3.C: - new year in copyright %-)
8223:
8224: * src/include/pa_version.h: - new version number in head
8225:
8226: 2008-04-10 misha
8227:
8228: * tests/: 080.html, results/080.processed: - cut '0' from
8229: exponential part because of on diff OS it differ (20 or 020 for
8230: ex)
8231:
8232: * tests/: 119.html, results/119.processed: - check for encoding
8233: while creating xdoc
8234:
8235: 2008-04-09 misha
8236:
8237: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
8238:
8239: * src/main/pa_common.C: - comment added
8240:
8241: * src/classes/date.C: - little refactoring
8242:
8243: 2008-04-07 misha
8244:
8245: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
8246: style of ^table.save[]: prepare one big string and sabe it at
8247: once. it's safe on freebsd 4.x but use much more memory.
8248:
8249: * buildall-with-xml, buildall-without-xml: - option
8250: --disable-stringstream added (under comment. use it on freebsd
8251: 4.x)
8252:
8253: 2008-02-22 misha
8254:
8255: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
8256: specified together in file::load[;http] - get back transcoding
8257: $.body[] in file::load[;http]
8258:
8259: 2008-02-21 misha
8260:
8261: * src/classes/date.C: - ^date.gmt-string[] was added
8262:
8263: * src/types/pa_value.C: - method for output date in RFC 822 format
8264: moved to pa_common.h
8265:
8266: * src/include/pa_common.h: - method for output date in RFC 822
8267: format moved here from pa_value.C
8268:
8269: * src/types/pa_vmail.C: - fixed core in sending mail with
8270: attachment in simple mode ($.file[file here]) introduced in 3.2.2
8271:
8272: 2008-02-20 misha
8273:
8274: * src/main/pa_http.C: - transcode $.headers before escaping into
8275: specified charset while ^file::load[...;http://...] (L_URI
8276: instead of L_HTTP_HEADER) - $.cookies param available in
8277: ^file::load[;http://...] now (but we don't parse set-cookies from
8278: response yet) (cookies not transcoded as common $cookies)
8279:
8280: 2008-02-19 misha
8281:
8282: * src/main/pa_request.C: - rollback: we mustn't force taint
8283: $response:field values because in this case
8284: $response:locateion[http://...] don't works.
8285:
8286: 2008-02-15 misha
8287:
8288: * src/classes/op.C: - little refactoring
8289:
8290: * src/main/pa_http.C: - taint names of $.headers for load[;http
8291:
8292: * src/main/pa_request.C: - force taint values of $response:field
8293:
8294: 2008-02-14 misha
8295:
8296: * src/main/pa_request.C: - $response:field transcoded to
8297: $response:charset before escaping now
8298:
8299: * src/main/pa_http.C: - some outdated comments removed
8300:
8301: * src/classes/date.C: - lastdat -> last-day
8302:
8303: * src/classes/date.C: - ^date:lastday(year;month) and
8304: ^date.lastday[] were added - little code refactoring - comments
8305: changes
8306:
8307: * tests/: 159.html, results/159.processed: - test for number of
8308: days in February
8309:
8310: * src/types/pa_value.C: - fixes in code formatting
8311:
8312: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
8313: and comments
8314:
8315: 2008-02-13 misha
8316:
8317: * src/main/pa_common.C: - bugfix for february at leap year
8318:
8319: 2008-01-28 misha
8320:
8321: * tests/: 160.html, results/160.processed: - more test for cache
8322: added
8323:
8324: * src/classes/op.C: - bugfix: cache body executed twice if contains
8325: unhandled exception
8326:
8327: 2008-01-25 misha
8328:
8329: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
8330: bug when hashfile became inavailable after memory:compact)
8331:
8332: * src/lib/sdbm/apr_strings.C: - +arp_malloc
8333:
8334: 2008-01-22 misha
8335:
8336: * src/classes/table.C: - little refactiring and exception texts
8337: changes in method ^table.hash[]
8338:
8339: * src/types/pa_vcookie.C: - link to cookie specification changed
8340:
8341: 2008-01-21 misha
8342:
8343: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
8344: file::exec/cgi
8345:
8346: * src/classes/file.C: - bugfix: core while processing headers if
8347: executed cgi script don't return content
8348:
8349: 2008-01-18 misha
8350:
8351: * buildall-with-xml: - move to libxml2 version 2.6.31
8352:
8353: * src/include/pa_version.h, configure.in: - version number updated
8354: to '3.2.3b'
8355:
8356: 2007-12-28 misha
8357:
8358: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
8359: hash.contains
8360:
8361: 2007-12-27 misha
8362:
8363: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8364: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
8365: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
8366: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
8367: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8368: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
8369: src/targets/cgi/parser3.vcproj,
8370: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
8371: back to VS2003 because of Apache 1.3 module can't work if it was
8372: built in VS 2005. with cgi all file so VS2003 project files can
8373: be easy converted to the new format.
8374:
8375: 2007-12-04 misha
8376:
8377: * src/types/pa_vcode_frame.h: - changes in comment
8378:
8379: 2007-11-29 misha
8380:
8381: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
8382: intercept strings any longer
8383:
8384: * tests/: 173.html, results/173.processed: - tests for
8385: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
8386: but not in main code frame
8387:
8388: * tests/: 172.html, results/172.processed: - more tests for pass
8389: objects from code frames
8390:
8391: 2007-11-27 misha
8392:
8393: * tests/: 152.html, results/152.processed: - tests for converting
8394: strings 'true'/'false' to bool were added
8395:
8396: * tests/152.html: - added checks for converting strings
8397: 'true'/'false' to bool
8398:
8399: * src/classes/string.C: - ^srting.bool[] now can convert to bool
8400: not only strings with numbers but with values 'true'/'false' as
8401: well
8402:
8403: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
8404: for parser3.log increased
8405:
8406: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
8407:
8408: * src/include/pa_common.h: - remove_crlf return cstring size now
8409:
8410: * src/include/pa_types.h: - constant with buffer size for
8411: parser3.log added
8412:
8413: 2007-11-16 misha
8414:
8415: * tests/cat.sh: - script for tests for file::exec/cgi
8416:
8417: * tests/171.html: - tests for file::exec/cgi
8418:
8419: * tests/results/171.processed: - tests results for file::exec/cgi
8420:
8421: 2007-11-15 misha
8422:
8423: * src/main/pa_exec.C: - fixed incorrect exec code for unix
8424:
8425: * src/classes/file.C: - .body must be set before analyzing cgi
8426: headers
8427:
8428: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
8429: only if exec/cgi return anything.
8430:
8431: 2007-11-14 misha
8432:
8433: * operators.txt: - info about new text|binary option for
8434: file::exec/cgi was added
8435:
8436: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
8437: ^file:exec[[text|binary];script;...]
8438:
8439: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
8440: classes/string.C, classes/table.C: - more text strings moved to
8441: the one place
8442:
8443: 2007-11-09 misha
8444:
8445: * src/types/pa_vrequest.C: - $request:argv must be taint
8446:
8447: * ChangeLog: - $request:argv [patch from Sumo]
8448:
8449: * operators.txt: - $request:argv
8450:
8451: * src/: include/pa_request_info.h, types/pa_vrequest.C,
8452: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
8453:
8454: 2007-10-25 misha
8455:
8456: * buildall-with-xml, buildall-without-xml: - options preparations
8457: for ./configure rewrited
8458:
8459: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
8460: error occure in unhandled_exception finally fixed
8461:
8462: 2007-10-23 misha
8463:
8464: * tests/: 170.html, results/170.processed: - test for
8465: @method[][result]
8466:
8467: * operators.txt: - added info about node.prefix and
8468: node.namespaceURI
8469:
8470: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
8471:
8472: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
8473: added for node and attribute
8474:
8475: 2007-10-22 misha
8476:
8477: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
8478:
8479: * src/main/pa_request.C: - added const content-transfer-encoding
8480:
8481: * src/include/pa_request.h: - added const content-transfer-encoding
8482: - ups. constants must be in lowercase (for search)
8483:
8484: * src/types/pa_vmail.C: - more constants used -
8485: content-transfer-encoding: 8bit added
8486:
8487: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
8488:
8489: * src/include/pa_request.h: - more constants
8490:
8491: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
8492: ommit anymore if $.content-disposition was specified - little
8493: refactoring
8494:
8495: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
8496:
8497: 2007-10-17 misha
8498:
8499: * operators.txt: - info about
8500: table::create[nameless]{data}[>options<] was added
8501:
8502: * src/main/: compile.tab.C, compile.y: - if error occure while
8503: compile method don't put this method in methods table anymore.
8504: in other case the parser coredumped if @unhandled_exception
8505: method can't be compiled because of parser.compile error.
8506:
8507: * src/main/execute.C: - little code reformating
8508:
8509: * src/main/pa_request.C: - little code reformating - comment
8510: changed
8511:
8512: 2007-10-16 misha
8513:
8514: * tests/: 035.html, results/035.processed: - tests
8515: table::create[]{}[options] added
8516:
8517: * src/classes/table.C: - table::create[]{} now accept 3rd param:
8518: options (only $.seperator[] yet)
8519:
8520: 2007-10-10 misha
8521:
8522: * src/classes/table.C: - some contstants moved to pa_common.h -
8523: some code changes
8524:
8525: 2007-10-02 misha
8526:
8527: * src/main/pa_uue.C: - memory usage during uuencode reduced more
8528: then three time as much. but base64 encoding method still use
8529: less memory anyway.
8530:
8531: 2007-09-17 misha
8532:
8533: * operators.txt: - added info about $cookie:fields
8534:
8535: * src/types/pa_vcookie.C: - $cookie:fields available now
8536:
8537: * src/classes/hash.C: - some stuff for use with .for_each moved to
8538: common
8539:
8540: * src/include/pa_common.h: - some stuff for use with .for_each
8541: moved here
8542:
8543: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
8544:
8545: 2007-09-14 misha
8546:
8547: * buildall-with-xml: - new xml libs again =)
8548:
8549: 2007-08-28 misha
8550:
8551: * operators.txt: - texts about ^table.columns[[column name]] and
8552: ^string.split[...][v][column name] were added
8553:
8554: * tests/: 168.html, 169.html, results/168.processed,
8555: results/169.processed: - tests for ^table.columns[[column name]]
8556: and ^string.split[...][v][column name] were added
8557:
8558: * src/classes/table.C: - new option ^table.columns[[column name]]
8559: was added
8560:
8561: * src/classes/string.C: - new option ^string.split[...;v;[column
8562: name]]
8563:
8564: * src/include/pa_exception.h: - error text message for
8565: ^hash._keys[], ^table.columns[] and ^string.split[]
8566:
8567: 2007-08-27 misha
8568:
8569: * src/main/untaint.C: - try to fix coredump on unix if print to
8570: body ^taint[sql][something] outside of connect
8571:
8572: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
8573: outside of connect
8574:
8575: * buildall-with-xml, buildall-without-xml: - strip parser3 was
8576: added (commented by default)
8577:
8578: 2007-08-20 misha
8579:
8580: * operators.txt: - comment about new method ^node.hasAttributes[]
8581: was added
8582:
8583: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
8584: duplicated exception text strings were removed
8585:
8586: * src/include/pa_exception.h: - more exception text strings moved
8587: here
8588:
8589: * src/classes/table.C: - some duplicate exceptions' text strings
8590: removed
8591:
8592: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
8593: xdoc.C, xnode.C: - some duplicate exceptions' text strings
8594: removed
8595:
8596: * src/include/pa_exception.h: - some exception text strings movet
8597: to pa_exception
8598:
8599: * tests/: 149.html, results/149.processed: - test for
8600: ^xnode.hasAttributes[] was added - some code changes
8601:
8602: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
8603: added
8604:
8605: 2007-08-17 misha
8606:
8607: * tests/: results/006.processed, results/059.processed, 006.html,
8608: 059.html: - more tests for match
8609:
8610: * tests/: 129.html, results/129.processed: - tests for
8611: ^table.hash[...][$.type[string|hash|table]] added
8612:
8613: * src/targets/cgi/parser3.C: - little syntax changes
8614:
8615: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
8616: syntax changes
8617:
8618: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
8619: messages in parser3.log switched off by default. If someone
8620: really still need it: use $SIGPIPE(1)
8621:
8622: 2007-08-08 misha
8623:
8624: * buildall-with-xml, buildall-without-xml: - remove libs source
8625: files by default since now
8626:
8627: 2007-08-07 misha
8628:
8629: * buildall-without-xml: - some option syntax changes
8630:
8631: * buildall-with-xml: - compile libxml2 without http support - some
8632: option syntax changes
8633:
8634: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
8635:
8636: 2007-08-06 misha
8637:
8638: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
8639:
8640: * tests/: 160.html, results/160.processed: - cache test was
8641: rewrited
8642:
8643: 2007-07-06 misha
8644:
8645: * tests/: 153.html, results/153.processed: - added test for
8646: ^math:sha1[string]
8647:
8648: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
8649: transcoded
8650:
8651: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
8652: were added
8653:
8654: 2007-06-28 misha
8655:
8656: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
8657: some incorrect chars
8658:
8659: 2007-06-19 misha
8660:
8661: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
8662: were moved on top because of gcc 4 had a problems during
8663: building.
8664:
8665: 2007-06-18 misha
8666:
8667: * tests/results/019.processed: - new image commited
8668:
8669: 2007-06-09 misha
8670:
8671: * src/classes/: op.C, table.C: - in while and table.select method
8672: as_expression used now
8673:
8674: * src/types/pa_vmethod_frame.h: - method as_expression was added
8675:
8676: 2007-06-08 misha
8677:
8678: * tests/: 166.html, results/166.processed: - test for
8679: ^match[...][n]
8680:
8681: * tests/: 165.html, results/165.processed: - tests for loops
8682:
8683: * src/lib/cord/include/private/cord_pos.h: - back to origin value
8684: because of no speed/memory optimisation but some proglems with
8685: long cycles occure
8686:
8687: 2007-06-06 misha
8688:
8689: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
8690: ^table.select(true) and ^table.select(1) didn't works because of
8691: awaiting junction-param only. fixed.
8692:
8693: 2007-05-24 misha
8694:
8695: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
8696: with 0.5 secs interval
8697:
8698: * src/classes/op.C: - cache was rewrited. I hope it works with
8699: locking system now on unix
8700:
8701: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
8702: system locks which wait till other threads release it but try get
8703: lock, if fail wait 1 sec and make 10 attempts.
8704:
8705: * src/include/pa_os.h: - consts for blocking locks + some comments
8706: were added
8707:
8708: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
8709: opening files
8710:
8711: * src/classes/table.C: - changes in includes. if unclude <sstream>
8712: after our classes on unix it can't be build
8713:
8714: * src/types/pa_vhashfile.C: - not needed code removed
8715:
8716: 2007-05-23 misha
8717:
8718: * src/: classes/file.C, classes/op.C, main/pa_common.C,
8719: include/pa_common.h: - cosmetic changes
8720:
8721: 2007-05-18 misha
8722:
8723: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
8724: often. it's give some speed increasing
8725:
8726: * tests/results/160.processed: - returned time corrected
8727:
8728: * tests/160.html: - time increased because on unix 1 mean nothing
8729: :(
8730:
8731: * operators.txt: - added info about ^hash.contain[key]
8732:
8733: * src/classes/hash.C: - added ^hash.contain[key]
8734:
8735: * src/include/pa_hash.h: - added method for checking key exists in
8736: hash
8737:
8738: 2007-05-07 misha
8739:
8740: * src/include/pa_string.h: - was compilation error during build on
8741: freebsd4
8742:
8743: 2007-05-03 misha
8744:
8745: * src/classes/table.C: - option $.type[hash|string|table] was added
8746: for ^table.hash[]
8747:
8748: * src/classes/file.C: - comment removed
8749:
8750: 2007-04-26 misha
8751:
8752: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
8753: real files doesn't opened in place anymore
8754:
8755: 2007-04-24 misha
8756:
8757: * src/classes/math.C: - I thought one more time and remove lg(N) :)
8758:
8759: * src/include/pa_exception.h: "static" removed
8760:
8761: 2007-04-23 misha
8762:
8763: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
8764:
8765: * src/classes/math.C: added: - ^math:ln(N) (the same as
8766: ^math:log(N)) - ^math:lg(N)
8767:
8768: * tests/: 097.html, results/097.processed: - charsets converstion
8769: during ^file::load[text;http://...] added
8770:
8771: * tests/: 164.html, results/164.processed: - check for set expires
8772: as a date
8773:
8774: * tests/: 164.html, results/164.processed: - test for hashfile
8775:
8776: * src/classes/hashfile.C: - little comment changes
8777:
8778: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
8779: access
8780:
8781: * src/: classes/date.C, classes/double.C, classes/file.C,
8782: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
8783: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
8784: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8785: classes/xnode.h, include/pa_request.h, main/execute.C,
8786: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8787: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
8788: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
8789: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
8790: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
8791: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
8792: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8793: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
8794: "parser.runtime" strings were removed
8795:
8796: * src/classes/hashfile.C: - with .clear[] called files_delete()
8797: now.
8798:
8799: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
8800:
8801: * src/include/pa_exception.h: - string constant with
8802: "parser.runtime" text was added
8803:
8804: 2007-04-20 misha
8805:
8806: * operators.txt: - some comments changing
8807:
8808: * operators.txt: - added info about .^hashfile.release[],
8809: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
8810:
8811: * configure: =cheching for unsetenv
8812:
8813: * src/classes/hashfile.C: - ^hashfile.cleanup[],
8814: ^hashfile.release[] were added
8815:
8816: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
8817: ^string.match[][] understand new option now: return number of
8818: matches but not table wit results
8819:
8820: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
8821: reopen now
8822:
8823: * src/classes/op.C: - bug. must be false
8824:
8825: * configure.in: - checking for unsetenv was added
8826:
8827: * src/types/pa_vform.C: - some comments
8828:
8829: 2007-04-18 misha
8830:
8831: * buildall-with-xml: moving to libxml2-2.6.28
8832:
8833: * buildall-with-xml, buildall-without-xml: added commented lines
8834: with --disable-safe-mode option
8835:
8836: * operators.txt: - info about $form:files
8837:
8838: 2007-04-17 misha
8839:
8840: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
8841: $form:files was added
8842:
8843: * tests/: 163.html, results/163.processed: removing auto format
8844:
8845: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
8846:
8847: 2007-04-16 misha
8848:
8849: * tests/: 163.html, results/163.processed: - test for .int[],
8850: floor, round, ceiling and .format[]
8851:
8852: * src/classes/file.C: - little optimization for getting args in
8853: exec/cgi
8854:
8855: 2007-04-13 misha
8856:
8857: * src/classes/file.C: - arguments for file::exec/cgi can be
8858: specified now as s table with one column
8859:
8860: 2007-03-27 misha
8861:
8862: * tests/: 162.html, results/162.processed: - test for
8863: ^table.select(^condition[$t])
8864:
8865: * tests/results/auto.p: - load windows-1251 charset for some tests
8866:
8867: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
8868:
8869: * tests/: results/161.processed, 161.html, 161_utf8.txt,
8870: 161_windows1251.txt: - added test for
8871: ^file::load[text;/local/file.txt;$.charset[...]]
8872:
8873: * tests/: results/013.processed, 013.html: - added test for
8874: checking $._default value while hash modifications
8875:
8876: * tests/: 160.html, results/160.processed: - add test for
8877: ^cache[key](secs){code}, ^cache[] and ^cache(0)
8878:
8879: 2007-03-22 misha
8880:
8881: * src/include/pa_common.h: - "charset" string defined for
8882: ^file::load[text;/local.txt] and ^table::load[/table.txt]
8883:
8884: * src/main/: pa_common.C, pa_http.C: - $.charset option for
8885: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
8886: added - not needed transcodes were removed from
8887: ^file::load[...;http://...]
8888:
8889: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
8890: added
8891:
8892: * src/classes/date.C: - date.week was fixed
8893:
8894: * operators.txt: - added info about date.weekyear
8895:
8896: * tests/: 159.html, results/159.processed: - tests for date.week
8897: and date.weekyear added
8898:
8899: 2007-03-15 misha
8900:
8901: * src/classes/table.C: - enclose column numbers for nameless tables
8902: as well
8903:
8904: 2007-03-14 misha
8905:
8906: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
8907:
8908: * src/classes/table.C: - table.save optimization: now required much
8909: less memory
8910:
8911: 2007-03-13 misha
8912:
8913: * tests/results/: 158.processed, 158.processes: - tests for
8914: table.save/table.load
8915:
8916: * tests/: 158.html, results/158.processes: - tests for
8917: table.save/table.load
8918:
8919: * buildall-with-xml: libxml2: --without-ftp --without-docbook
8920:
8921: * buildall-with-xml: - pattern needed now for building
8922:
8923: * tests/results/097.processed: - added test results for xdoc::load
8924: & xdoc::load[http://...]
8925:
8926: * tests/097.html: - added test for xdoc::load
8927:
8928: 2007-03-12 misha
8929:
8930: * tests/: 107.html, results/107.processed: - added test for xpath
8931: '//man'
8932:
8933: 2007-03-01 misha
8934:
8935: * tests/: 097.html, results/097.processed: - added test for
8936: creating xdoc from file
8937:
8938: * tests/: results/157.processed, 157.html: - added test for
8939: file:move
8940:
8941: 2007-02-28 misha
8942:
8943: * src/classes/xdoc.C: - another attempt
8944:
8945: * src/classes/xdoc.C: - roll back last changes for a while
8946:
8947: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
8948:
8949: * src/classes/file.C: - under lock we create non-exist dir anyway
8950:
8951: * tests/results/099.processed: - ever send content-disposition to
8952: client with file
8953:
8954: * tests/157.html: + test for file:copy
8955:
8956: 2007-02-26 misha
8957:
8958: * src/classes/file.C: - some similar strings moved to #define
8959: instead of to be copy/pasted many times
8960:
8961: * src/types/pa_vfile.h: - class name string ("file") moved to
8962: #define
8963:
8964: 2007-02-20 misha
8965:
8966: * bin/auto.p.dist.in: - added lines for sqlite
8967:
8968: * configure.in: - added some strings for sqlite detection
8969:
8970: 2007-02-19 misha
8971:
8972: * operators.txt: - some comments changes
8973:
8974: * buildall-with-xml, buildall-without-xml: - some modifications
8975:
8976: 2007-02-17 misha
8977:
8978: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
8979:
8980: * src/main/pa_request.C: - damn, i forgot to commit it while I
8981: change console behaviour
8982:
8983: 2007-02-12 misha
8984:
8985: * src/targets/cgi/parser3.C: - don't print headers if
8986: $console:line[data] was used during cgi execution.
8987:
8988: * src/types/pa_vconsole.h: - console class have bool flag now which
8989: marked as 'true' if class was used.
8990:
8991: * tests/: 152.html, results/152.processed: - more types was added
8992: to test 152
8993:
8994: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
8995: adding 'bool' (^if($image){} caused exception)
8996:
8997: 2007-02-09 misha
8998:
8999: * tests/: 152.html, results/152.processed: - test alightly updated
9000:
9001: * tests/: 152.html, results/152.processed: - test rewrited
9002:
9003: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9004: bugfix. I broke xdoc & xnode in expression
9005:
9006: 2007-02-08 misha
9007:
9008: * tests/: 152.html, results/152.processed: - add test for checking
9009: 'def' for void, string, bool, int & double
9010:
9011: 2007-02-07 misha
9012:
9013: * operators.txt: - ^file:base64[filespec] was added
9014:
9015: * tests/results/153.processed: - result test for
9016: ^file:base64[filespec] was updated
9017:
9018: * tests/153.html: - test for ^file:base64[filespec] was added
9019:
9020: * src/types/pa_vconsole.h: - little optimization
9021:
9022: * src/classes/file.C: - ^file:base64[filespec]
9023:
9024: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9025:
9026: * src/include/pa_common.h: - declarations for
9027: ^file:base64[filespec]
9028:
9029: * src/types/pa_vcookie.C: - little optimization
9030:
9031: 2007-02-06 misha
9032:
9033: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9034: were temporary commented
9035:
9036: * src/types/pa_vbool.h: - bugfix
9037:
9038: * tests/156.html: - added test for bool cookie
9039:
9040: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9041:
9042: * tests/: 155.html, results/155.processed: - added test for check
9043: $.encloser[] option for table save/load
9044:
9045: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9046:
9047: 2007-02-05 misha
9048:
9049: * tests/results/152.processed: - newline at the end was missed
9050:
9051: * tests/results/141.processed: - math:md5 must be lowercased
9052:
9053: * src/targets/cgi/parser3.C: - 2007 in help ;)
9054:
9055: 2007-02-03 misha
9056:
9057: * tests/results/: 150.processed, 151.processed, 152.processed: -
9058: test for bool added and some content length fixes
9059:
9060: * tests/152.html: - test for bool added
9061:
9062: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9063:
9064: * operators.txt: - info bool class was added
9065:
1.116 moko 9066: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9067: classes/classes.vcproj, classes/double.C, classes/int.C,
9068: classes/string.C, classes/void.C, classes/xnode.C,
9069: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
9070: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
9071: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
9072: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9073: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
9074: types/types.vcproj: - bool class was added
9075:
9076: * src/main/pa_request.C: - fix
9077:
9078: 2007-01-18 misha
9079:
9080: * src/: main/pa_string.C, classes/string.C: - return table during
9081: ^string.match[][] even if no matched found.
9082:
9083: 2006-12-20 misha
9084:
9085: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
9086: http://www.parser.ru/forum/?id=55598 ]
9087:
9088: 2006-12-19 misha
9089:
9090: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
9091: details: http://www.parser.ru/forum/?id=52359
9092:
9093: * src/main/pa_request.C: - always set content-disposition for
9094: $response:body[hash here]. more details:
9095: http://www.parser.ru/forum/?id=52130
9096:
9097: 2006-12-07 misha
9098:
9099: * operators.txt: - added info about bool params in cookie set
9100:
9101: * src/types/pa_vcookie.C: - bool param in cookies available now
9102: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
9103: ]
9104:
9105: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
9106: was added
9107:
9108: 2006-12-02 misha
9109:
9110: * src/classes/file.C: - file_block_read used instead of native read
9111:
9112: * src/main/pa_common.C: - added file_block_read with read error
9113: detection - file_block_read used instead of native read
9114:
9115: * src/include/pa_common.h: - added file_block_read declaration
9116:
9117: 2006-12-01 misha
9118:
9119: * operators.txt: - info about $var.CLASS_NAME was added
9120:
9121: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9122: $var.CLASS_NAME added
9123:
9124: * operators.txt: - added info about ^file:copy[]
9125:
9126: * src/classes/file.C: - ^file:copy[from;fo] was added
9127:
9128: 2006-11-20 misha
9129:
9130: * src/classes/date.C: - bug fix :)
9131:
9132: 2006-11-17 misha
9133:
9134: * src/include/pa_common.h: - array in crc32 calculation was changed
9135: to static
9136:
9137: * src/main/pa_common.C: - little optimization in getMonthDays -
9138: small changes in crc32 calculation
9139:
9140: * src/classes/date.C: - not needed code was removed
9141:
9142: 2006-11-16 misha
9143:
9144: * src/types/pa_vmail.C: - fix missed brakes
9145:
9146: * src/types/pa_vmail.C: - mail:send now set content-type:
9147: multipart/related instead of multipart/mixed if file have
9148: $.content-id[]
9149:
9150: 2006-11-15 misha
9151:
9152: * src/types/pa_vdouble.h: abs -> fabs
9153:
9154: 2006-11-14 misha
9155:
9156: * operators.txt: - added info about ^file.md5[] and
9157: ^file:md5[file-name]
9158:
9159: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
9160: added
9161:
9162: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
9163: FILE_BUFFER_SIZE
9164:
9165: * src/classes/math.C: - hex_string was moved to pa_common.h
9166:
9167: * src/include/pa_common.h: - hex_string was moved from math.C -
9168: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
9169:
9170: * src/types/pa_vdouble.h: - incorrect frac detection with negative
9171: values was fixed
9172:
9173: 2006-11-13 misha
9174:
9175: * operators.txt: - added info about ^math:crc32[string],
9176: ^file:crc32[file-name] & ^file.crc32[]
9177:
9178: * src/classes/math.C: - added ^math:crc32[string]
9179:
9180: * src/classes/file.C: - some comments were changed - added
9181: ^file:crc32[file-name] and ^file.crc32[]
9182:
9183: * src/: include/pa_common.h, main/pa_common.C: - some functions for
9184: crc32 calculation added
9185:
9186: 2006-11-03 misha
9187:
9188: * src/include/pa_array.h: - not needed variable removed
9189:
9190: * tests/: 150.html, 151.html, results/150.processed,
9191: results/151.processed: - 2 tests were added
9192:
9193: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
9194: with $.reverse(1) were fixed
9195:
9196: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
9197: query converted to $.charset during ^file::load[http://...]
9198:
9199: 2006-11-02 misha
9200:
9201: * src/include/pa_table.h: ups. forget '=' char
9202:
9203: * src/include/pa_table.h: - one more fix in
9204: .locate[...][$.reverse(1)]
9205:
9206: 2006-11-01 misha
9207:
9208: * src/classes/math.C: - bug fix, details:
9209: http://www.parser.ru/forum/?id=53360
9210:
9211: * src/include/pa_table.h: - bug fix during ^table.locate( condition
9212: false for all records )[$.reverse(1)]
9213:
9214: * src/main/pa_http.C: - second param for this mid method is length
9215: but not end_index so this method has error and can't detect
9216: charsets in next content-types: Content-type: text/html;
9217: charset="windows-1251" Content-type: text/html;
9218: charset="windows-1251"; Content-type: text/html;
9219: charset=windows-1251;
9220:
9221: only Content-type: text/html; charset=windows-1251 was fine
9222:
9223: 2006-10-31 misha
9224:
9225: * src/classes/file.C: - empty args in file::exec removed now
9226:
9227: 2006-09-11 misha
9228:
9229: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
9230: replaced to table::create - some changes in text/code formatting
9231:
9232: 2006-09-03 paf
9233:
9234: * src/classes/file.C: proper tainting of
9235: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
9236:
9237: 2006-06-09 paf
9238:
9239: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
9240:
9241: * src/classes/table.C: formatting
9242:
9243: * src/classes/table.C: incorporated patch from misha: Sent:
9244: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
9245: ignoring string options for ^table.save[]
9246:
9247: * src/classes/hash.C: incorporated patch from misha Sent:
9248: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
9249: $hash._default disappear while
9250:
9251: * operators.txt: ^mail:send[ $.file1[ $.value[file]
9252: $.format[!uue|!base64] << new base64 option. default uue ] ]
9253:
9254: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
9255: PM Subject: patch for base64 in ^mail:send[] %-)
9256:
9257: 2006-04-09 paf
9258:
9259: * src/main/compile.tab.C: ` change compiled
9260:
9261: * gnu.vcproj, operators.txt, parser3.sln,
9262: src/classes/classes.vcproj, src/classes/file.C,
9263: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
9264: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9265: src/classes/xnode.C, src/include/pa_array.h,
9266: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9267: src/include/pa_memory.h, src/include/pa_request.h,
9268: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9269: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9270: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9271: src/lib/pcre/pcre_dftables.vcproj,
9272: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9273: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9274: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9275: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9276: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9277: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9278: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9279: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9280: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9281: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9282: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9283: src/types/pa_value.h, src/types/pa_vcookie.C,
9284: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9285: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9286: src/types/pa_vstatus.C, src/types/types.vcproj,
9287: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
9288: ^menu, ^hash/hashfile.foreach
9289:
9290: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9291: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
9292: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9293: src/classes/xnode.C, src/include/pa_array.h,
9294: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9295: src/include/pa_memory.h, src/include/pa_request.h,
9296: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9297: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9298: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9299: src/lib/pcre/pcre_dftables.vcproj,
9300: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9301: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9302: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9303: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9304: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9305: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9306: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9307: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9308: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9309: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9310: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9311: src/types/pa_value.h, src/types/pa_vcookie.C,
9312: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9313: src/types/pa_vstatus.C, src/types/types.vcproj,
9314: tests/descript.ion: ! switched to VS2005 (projects and
9315: object<info explicitly typed>.for_each(, info)) +
9316: $response:field[] setting void means removing + grammar $name`
9317: name stops now, for mysql `$field` + started ^break[]
9318: ^continue[], in ^for. TODO: to other iterators (while, menu,
9319: foreach) + all log messages += [uri=, method=, cl=]
9320:
9321: * buildall-with-xml: merged . ftp paths update
9322:
9323: * buildall-with-xml: . ftp paths update
9324:
9325: 2006-03-04 paf
9326:
9327: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
9328: checks++ [thanks to Igor Zinkovsky for detailed report]
9329:
9330: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
9331: Igor Zinkovsky for detailed report]
9332:
9333: 2006-03-01 paf
9334:
9335: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9336: \n to ' ' in
9337:
9338: 2006-02-18 paf
9339:
9340: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9341: \n to ' ' in
9342:
9343: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
9344:
9345: 2006-02-03 paf
9346:
9347: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
9348: base64
9349:
9350: * src/main/pa_common.C: ! bugfix: decoding from base64
9351:
9352: 2006-01-20 paf
9353:
9354: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9355: economy fix
9356:
9357: * src/classes/: table.C: merged from HEAD ! bugfix
9358: ^table.save[$.encloser-s now handled properly
9359:
9360: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
9361: handled properly
9362:
9363: 2006-01-19 paf
9364:
9365: * buildall-with-xml, buildall-without-xml: merged from HEAD !
9366: libgc:USE_MUNMAP activates merging of free memory blocks which
9367: helps a lot in our case: after transform we want
9368: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
9369:
9370: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9371: economy fix
9372:
9373: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
9374: activates merging of free memory blocks which helps a lot in our
9375: case: after transform we want CORD(main.result)->cstr[big
9376: malloc]->transcode[big malloc]
9377:
9378: 2006-01-17 paf
9379:
9380: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
9381: before reading them. got rid of reallocs = became quicker and
9382: less fragmentated
9383:
9384: 2005-12-29 paf
9385:
1.116 moko 9386: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
9387: configure, configure.in, src/include/pa_version.h,
9388: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 9389: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
9390: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
9391: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
9392: src/lib/ltdl/missing: . merged from 3.2.1
9393:
1.116 moko 9394: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
9395: packaged when 'make dist', so do configure companion files in
9396: src/lib/ltdl
9397:
9398: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
9399: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
9400: missing: . now config_auto.h is created with configure [were
9401: constant]
1.95 moko 9402:
9403: * INSTALL: . references to documentation and some clarification
9404:
9405: * buildall-with-xml, buildall-without-xml: . farawell doc
9406: indication
9407:
1.116 moko 9408: * Makefile.am: . dist+=buildall*
1.95 moko 9409:
9410: 2005-12-28 paf
9411:
9412: * configure: . 3.2.1
9413:
9414: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
9415: simplify build process, see INSTALL
9416:
9417: 2005-12-26 paf
9418:
9419: * configure: ver
9420:
9421: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
9422: version
9423:
9424: 2005-12-21 paf
9425:
9426: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
9427: compiled with bison 1.875b, it reports unexpected token names
9428:
9429: 2005-12-19 paf
9430:
9431: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
9432: holds a link to xmlNode to prevent premature gc(xmlNode)
9433:
9434: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
9435: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9436: src/main/main.vcproj, src/main/pa_globals.C,
9437: src/targets/cgi/parser3.vcproj,
9438: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
9439: configure, configure.in, src/include/pa_version.h: . killing
9440: gdome [what a relief]
9441:
9442: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
9443: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
9444: run_parser.sh, results/001.processed, results/002.processed,
9445: results/003.processed, results/004.processed,
9446: results/005.processed, results/006.processed,
9447: results/008.processed, results/009.processed,
9448: results/010.processed, results/011.processed,
9449: results/012.processed, results/013.processed,
9450: results/014.processed, results/015.processed,
9451: results/016.processed, results/017.processed,
9452: results/018.processed, results/020.processed,
9453: results/021.processed, results/022.processed,
9454: results/023.processed, results/024.processed,
9455: results/025.processed, results/026.processed,
9456: results/027.processed, results/028.processed,
9457: results/029.processed, results/030.processed,
9458: results/031.processed, results/032.processed,
9459: results/033.processed, results/034.processed,
9460: results/035.processed, results/036.processed,
9461: results/037.processed, results/038.processed,
9462: results/039.processed, results/040.processed,
9463: results/041.processed, results/042.processed,
9464: results/043.processed, results/044.processed,
9465: results/045.processed, results/046.processed,
9466: results/047.processed, results/048.processed,
9467: results/049.processed, results/050.processed,
9468: results/051.processed, results/052.processed,
9469: results/053.processed, results/054.processed,
9470: results/055.processed, results/056.processed,
9471: results/057.processed, results/058.processed,
9472: results/059.processed, results/060.processed,
9473: results/061.processed, results/062.processed,
9474: results/063.processed, results/064.processed,
9475: results/065.processed, results/066.processed,
9476: results/067.processed, results/068.processed,
9477: results/069.processed, results/070.processed,
9478: results/071.processed, results/072.processed,
9479: results/073.processed, results/074.processed,
9480: results/075.processed, results/076.processed,
9481: results/077.processed, results/078.processed,
9482: results/079.processed, results/080.processed,
9483: results/081.processed, results/082.processed,
9484: results/083.processed, results/084.processed,
9485: results/085.processed, results/086.processed,
9486: results/087.processed, results/088.processed,
9487: results/089.processed, results/090.processed,
9488: results/091.processed, results/092.processed,
9489: results/093.processed, results/094.processed,
9490: results/095.processed, results/096.processed,
9491: results/097.processed, results/099.processed,
9492: results/100.processed, results/101.processed,
9493: results/102.processed, results/104.processed,
9494: results/105.processed, results/106.processed,
9495: results/107.processed, results/108.processed,
9496: results/109.processed, results/110.processed,
9497: results/111.processed, results/112.processed,
9498: results/113.processed, results/114.processed,
9499: results/115.processed, results/117.processed,
9500: results/119.processed, results/120.processed,
9501: results/121.processed, results/122.processed,
9502: results/123.processed, results/124.processed,
9503: results/125.processed, results/126.processed,
9504: results/127.processed, results/128.processed,
9505: results/129.processed, results/130.processed,
9506: results/131.processed, results/132.processed,
9507: results/133.processed, results/134.processed,
9508: results/135.processed, results/136.processed,
9509: results/138.processed, results/139.processed,
9510: results/140.processed, results/141.processed,
9511: results/142.processed, results/143.processed,
9512: results/144.processed, results/145.processed,
9513: results/146.processed, results/147.processed,
9514: results/148.processed, results/149.processed, results/auto.p: .
9515: now works if we turn off default auto.p
9516:
1.116 moko 9517: * configure: . makes
1.95 moko 9518:
9519: * src/types/pa_vxnode.C: . less warnings
9520:
9521: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
9522: tests/145.html, tests/149.html, tests/descript.ion,
9523: tests/outputs/d.cmd, tests/results/142.processed,
9524: tests/results/143.processed, tests/results/144.processed,
9525: tests/results/145.processed, tests/results/146.processed,
9526: tests/results/147.processed, tests/results/148.processed,
9527: tests/results/149.processed: . removed .nodeValue from all node
9528: types other than 5 (grabbed piece from gdome)
9529:
9530: * tests/: 137.html, results/137.processed: . not handled this case
9531: yet. code does not hang from inserting parent into child,
9532: considering thing minor issue -- nodes are removed from source
9533: anyway, don't know why shold that be an error after all
9534:
9535: * src/targets/cgi/parser3.C: . style
9536:
9537: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
9538: xdoc too [were barking "not element"]
9539:
9540: 2005-12-16 paf
9541:
9542: * tests/: 146.html, 147.html, 148.html: . more tests
9543:
9544: * src/classes/xnode.C: . also bark on possible errors
9545:
9546: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
9547: props
9548:
9549: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
9550: main/compile.y: merged from HEAD ! fixed overoptimized
9551: ^call(false) case. (confused it with ^call[] case)
9552:
9553: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
9554: ^call(false) case. (confused it with ^call[] case)
9555:
9556: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
9557:
9558: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
9559: results/001.processed, results/002.processed,
9560: results/003.processed, results/004.processed,
9561: results/005.processed, results/006.processed,
9562: results/008.processed, results/009.processed,
9563: results/010.processed, results/011.processed,
9564: results/012.processed, results/013.processed,
9565: results/014.processed, results/015.processed,
9566: results/016.processed, results/017.processed,
9567: results/018.processed, results/019.processed,
9568: results/020.processed, results/021.processed,
9569: results/022.processed, results/023.processed,
9570: results/024.processed, results/025.processed,
9571: results/026.processed, results/027.processed,
9572: results/028.processed, results/029.processed,
9573: results/030.processed, results/031.processed,
9574: results/032.processed, results/033.processed,
9575: results/034.processed, results/035.processed,
9576: results/036.processed, results/037.processed,
9577: results/038.processed, results/039.processed,
9578: results/040.processed, results/041.processed,
9579: results/042.processed, results/043.processed,
9580: results/044.processed, results/045.processed,
9581: results/046.processed, results/047.processed,
9582: results/048.processed, results/049.processed,
9583: results/050.processed, results/051.processed,
9584: results/052.processed, results/053.processed,
9585: results/054.processed, results/055.processed,
9586: results/056.processed, results/057.processed,
9587: results/058.processed, results/059.processed,
9588: results/060.processed, results/061.processed,
9589: results/062.processed, results/063.processed,
9590: results/064.processed, results/065.processed,
9591: results/066.processed, results/067.processed,
9592: results/068.processed, results/069.processed,
9593: results/070.processed, results/071.processed,
9594: results/072.processed, results/073.processed,
9595: results/074.processed, results/075.processed,
9596: results/076.processed, results/077.processed,
9597: results/078.processed, results/079.processed,
9598: results/080.processed, results/081.processed,
9599: results/082.processed, results/083.processed,
9600: results/084.processed, results/085.processed,
9601: results/086.processed, results/087.processed,
9602: results/088.processed, results/089.processed,
9603: results/090.processed, results/091.processed,
9604: results/092.processed, results/093.processed,
9605: results/094.processed, results/095.processed,
9606: results/096.processed, results/097.processed,
9607: results/099.processed, results/101.processed,
9608: results/102.processed, results/104.processed,
9609: results/105.processed, results/106.processed,
9610: results/107.processed, results/108.processed,
9611: results/109.processed, results/110.processed,
9612: results/111.processed, results/112.processed,
9613: results/113.processed, results/114.processed,
9614: results/115.processed, results/116.processed,
9615: results/117.processed, results/118.processed,
9616: results/119.processed, results/120.processed,
9617: results/121.processed, results/122.processed,
9618: results/123.processed, results/124.processed,
9619: results/125.processed, results/126.processed,
9620: results/127.processed, results/128.processed,
9621: results/129.processed, results/130.processed,
9622: results/131.processed, results/132.processed,
9623: results/133.processed, results/134.processed,
9624: results/135.processed, results/136.processed,
9625: results/137.processed, results/138.processed,
9626: results/139.processed, results/140.processed,
9627: results/141.processed: . refreshed old tests, made them work
9628: without auto.p (in utf8) . things noted: . gif got encoded
9629: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
9630: some strange year)
9631:
9632: * INSTALL: . revived linux libgc fix
9633:
9634: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
9635: glib/gdome in INSTALL and patches]
9636:
9637: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9638: include/pa_charset.h, include/pa_config_includes.h,
9639: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
9640: include/pa_xml_exception.h, lib/cord/Makefile.am,
9641: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9642: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
9643: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
9644: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
9645: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
9646: types/pa_vxnode.h: . started killing gdome
9647:
9648: 2005-12-13 paf
9649:
9650: * src/main/: pa_request.C: merged from HEAD ! when code in
9651: @unhandled_exception thrown another exception, print correct
9652: origin (earlier code in catch of exception inside of
9653: @unhandled_exception grabbed parent_frame(original_exception)
9654: origin and printed it, instead of true origin)
9655:
9656: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
9657: another exception, print correct origin (earlier code in catch of
9658: exception inside of @unhandled_exception grabbed
9659: parent_frame(original_exception) origin and printed it, instead
9660: of true origin)
9661:
9662: 2005-12-09 paf
9663:
9664: * INSTALL: . updated INSTALL doc to work around linux stack base
9665: detection problem, due to change in gc6.4 code
9666:
9667: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
9668: ignored in ^string.matched :(
9669:
9670: * src/main/pa_string.C: ! regex tainting were ignored in
9671: ^string.matched :(
9672:
9673: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
9674: src/include/pa_config_fixed.h, src/include/pa_version.h,
9675: src/main/compile.y, src/main/compile_tools.h,
9676: src/main/pa_charset.C, src/main/pa_common.C,
9677: src/main/pa_globals.C, src/main/pa_string.C,
9678: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
9679: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
9680:
9681: 2005-12-08 paf
9682:
9683: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
9684: 500 chars now handled OK [were wrapped on 500th char according to
9685: rfc, but sendmail failed to unwrap it properly]
9686:
9687: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
9688: handled OK [were wrapped on 500th char according to rfc, but
9689: sendmail failed to unwrap it properly]
9690:
9691: * src/targets/isapi/parser3isapi.C: . less warnings
9692:
9693: * src/targets/isapi/parser3isapi.C: . undone some strange change
9694: since 3.1.5
9695:
9696: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
9697: link fixes
9698:
9699: * src/: classes/date.C, include/pa_config_fixed.h,
9700: main/compile.tab.C, main/compile.y, main/compile_tools.h,
9701: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
9702: main/pa_string.C, targets/cgi/getopt.c: . less warnings
9703:
9704: * src/include/pa_config_fixed.h: . removed outdated string origins
9705: [in current storage scheme there's no place for them. someday we
9706: can add third CORD to store origins and special version of parser
9707: which stores origins there [separate binary]]
9708:
9709: 2005-12-07 paf
9710:
9711: * src/targets/isapi/parser3isapi.C: . now links in release mode
9712:
9713: * src/include/pa_version.h: makefiles
9714:
9715: * src/include/pa_version.h: . not beta
9716:
9717: * configure, configure.in, src/include/pa_version.h: not beta
9718:
9719: 2005-12-06 paf
9720:
9721: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
9722: [some details here http://i2/tasks/edit/?id=4869912143891354460]
9723: decided to undo the change ^call[$void] passes void. now it will
9724: pass empty string again.
9725:
9726: * src/main/: compile.tab.C, compile.y: . version readded
9727:
9728: * src/classes/op.C: . in this version there is no ^switch[$nothing]
9729: = ^switch[void] problem
9730:
9731: 2005-12-01 paf
9732:
9733: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
9734: caused ^case[string] to be coerced to double since searching
9735: value were not string (it was vvoid)
9736:
9737: * src/classes/op.C: . bugfix ^switch[$void_value] caused
9738: ^case[string] to be coerced to double since searching value were
9739: not string (it was vvoid)
9740:
9741: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
9742: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
9743:
9744: 2005-11-30 paf
9745:
9746: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
9747: win32 must putenv("TZ="), on unix works only putenv("TZ")
9748:
9749: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
9750: putenv("TZ="), on unix works only putenv("TZ")
9751:
9752: * INSTALL: . xml libs versions updated
9753:
9754: * src/main/pa_globals.C: //20051130 trying to remove this, author
9755: claims that fixed a lot there // 20040920 for now both
9756: workarounds needed. wait for new libxml/xsl versions
9757:
9758: 2005-11-28 paf
9759:
9760: * src/classes/table.C: merged from HEAD: ! nameless table has
9761: columns==0
9762:
9763: * src/classes/table.C: ! nameless table has columns==0
9764:
9765: * src/main/pa_http.C: merged from HEAD: ! status line check made
9766: earlier [was totally wrong]
9767:
9768: * src/main/pa_http.C: ! status line check made earlier [was totally
9769: wrong]
9770:
9771: 2005-11-25 paf
9772:
9773: * src/include/pa_array.h: -this reduces speed(table::load) strange.
9774: undoing for now...
9775:
9776: * src/include/pa_version.h: -this reduces speed(table::load),
9777: strange. undoing
9778:
9779: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
9780:
9781: * src/classes/op.C: + ^while(){}[SEPARATOR]
9782:
9783: * src/include/pa_array.h: + optimistics added: all arrays (table
9784: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
9785: this speeds things up and saves memory a LOT! (not noticed
9786: negative effect on syntetic tests, future will tell...)
9787:
9788: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
9789: changed gc_malloc implementation, which obscured profiling
9790:
9791: * src/classes/table.C: merged from HEAD: + optimized
9792: table::load/sql, now row ArrayString-s allocated with
9793: columns.count() elements and don't always grow from
9794: count=3[realloc,realloc]
9795:
9796: * src/classes/table.C: + optimized table::load/sql, now row
9797: ArrayString-s allocated with columns.count() elements and don't
9798: always grow from count=3[realloc,realloc]
9799:
9800: * src/classes/table.C: merged from HEAD: . ^table.save unused
9801: buffer after save
9802:
9803: * src/classes/table.C: . ^table.save unused buffer after save
9804:
9805: 2005-11-24 paf
9806:
9807: * configure.in: . merged glib2-config patch
9808:
9809: * configure.in: + trying to find glib2-config
9810:
9811: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9812: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
9813: file/dir_readable to simple file/dir_exist, this would help in
9814: situations "class not found because .p file has bad rights" << in
9815: that case error would be explicit "access denied to 'this' file"
9816:
1.116 moko 9817: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 9818:
9819: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9820: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
9821: to simple file/dir_exist, this would help in situations "class
9822: not found because .p file has bad rights" << in that case error
9823: would be explicit "access denied to 'this' file"
9824:
9825: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
9826: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9827: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
9828: ^file::exec/cgi[script;$.charset[changed]
9829: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9830: encoded in $.charset charset
9831:
9832: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
9833: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9834: encoded in $.charset charset
9835:
9836: * src/: include/Makefile.am, include/pa_common.h,
9837: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9838: main/pa_common.C, main/pa_http.C: . extracted http:// into
9839: separate file [preparation for
9840: ^file::cgi[script;$.form[$.field1[]
9841:
9842: 2005-11-22 paf
9843:
9844: * src/: include/pa_version.h, main/compile.tab.C: makefiles
9845:
9846: * acinclude.m4, configure.in: . merged underquting fixes
9847:
1.116 moko 9848: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 9849:
9850: * src/classes/op.C: . overmerged a little
9851:
9852: * src/main/compile.tab.C: Makefile
9853:
9854: * src/main/: pa_common.C: . less gcc warnings
9855:
9856: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
9857: now reports original exception if we have no old cache
9858:
9859: * src/classes/op.C: + $exception.handled[cache] now reports
9860: original exception if we have no old cache
9861:
9862: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
9863: from HEAD: + ^taint/untaint[regex] << escapes these:
9864: \^$.[]|()?*+{}
9865:
9866: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
9867: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
9868:
9869: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9870: getenv-ed variable, which does not work both on win32&unix.
9871: copied old TZ value now
9872:
9873: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
9874: stored pointer to getenv-ed variable, which does not work both on
9875: win32&unix. copied old TZ value now
9876:
9877: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9878: getenv-ed variable, which does not work both on win32&unix.
9879: copied old TZ value now
9880:
9881: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
9882: access to internal hash
9883:
9884: * src/types/pa_vresponse.C: + $response:headers access to internal
9885: hash
9886:
9887: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
9888: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9889: isapi] this reduces number of "GC Warning: Repeated allocation of
9890: very large block" messages to only important onces
9891:
9892: * src/targets/isapi/parser3isapi.C: +
9893: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9894: isapi] this reduces number of "GC Warning: Repeated allocation of
9895: very large block" messages to only important onces
9896:
9897: * src/classes/string.C: merged from HEAD: + removed limitation on
9898: ^string/int/double:sql{}[$.default[({param style})] ]
9899:
9900: * src/classes/string.C: + removed limitation on
9901: ^string/int/double:sql{}[$.default[({param style})] ]
9902:
9903: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
9904: with ?params or $.form option" limitation
9905:
9906: * src/main/pa_common.C: + removed "use either uri with ?params or
9907: $.form option" limitation
9908:
9909: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9910: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
9911: ^file::base64[encoded] decode
9912:
9913: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9914: main/pa_common.C: + ^file.base64[] encode +
9915: ^file::base64[encoded] decode
9916:
9917: * src/classes/: file.C, string.C: + ^string.base64[] encode +
9918: ^string:base64[encoded] decode
9919:
9920: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
9921: ^string:base64[in] encode + ^string.base64[] decode
9922:
9923: 2005-11-21 paf
9924:
9925: * src/classes/file.C: + merged from HEAD:
9926: ^file::create[text;file.xml;^untaint[xml]{data}]
9927:
9928: * src/classes/file.C: +
9929: ^file::create[text;file.xml;^untaint[xml]{data}]
9930:
9931: * src/main/pa_request.C: ! merged: $response:body[file] now
9932: differes from :download, it does not return content-disposition
9933: at all now [previusely it returned valueless content-disposition]
9934:
9935: * src/main/pa_request.C: ! $response:body[file] now differes from
9936: :download, it does not return content-disposition at all now
9937: [previusely it returned valueless content-disposition]
9938:
9939: * src/main/: compile.tab.C, compile.y: ! overoptimized void
9940: literals, reverted to just vvod, recreating empty array with each
9941: void_value token. that's absolutely needed, since that array
9942: grows
9943:
9944: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9945: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9946: types/pa_vmethod_frame.h: + merged: expression literals:
9947: true/false. ^format[$.indent(true)]
9948:
9949: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9950: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9951: types/pa_vmethod_frame.h: + expression literals: true/false.
9952: ^format[$.indent(true)]
9953:
9954: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9955: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9956: i386-pc-win32)"
9957:
9958: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9959: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9960: i386-pc-win32)"
9961:
9962: 2005-11-18 paf
9963:
9964: * src/classes/: double.C, int.C: ! ^int/double:sql{select
9965: null}[$.default(123)] will now return default value
9966:
9967: * src/classes/op.C: + merged ^cache[] << returns current cache
9968: expiration time
9969:
9970: * src/classes/op.C: + ^cache[] << returns current cache expiration
9971: time
9972:
9973: * src/classes/table.C: ! merged ^table::create[not'nameless';
9974: failed << Exception.problem_source pointed to local var!
9975:
9976: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
9977: Exception.problem_source pointed to local var!
9978:
9979: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
9980: now loads VFile.ptr!=0, so such files can be saved now
9981:
9982: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
9983: loads VFile.ptr!=0, so such files can be saved now
9984:
9985: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
9986: only . and .. now removed from list [were removed all .*]
9987:
9988: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
9989: .. now removed from list [were removed all .*]
9990:
9991: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
9992: open error now checked, were not :( [stole that piece from apache
9993: 1.3 sources]
9994:
9995: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
9996: checked, were not :( [stole that piece from apache 1.3 sources]
9997:
9998: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
9999: untainting of @main result if returned by $result or
10000: $response:body
10001:
10002: * src/main/pa_request.C: ! ensured proper untainting of @main
10003: result if returned by $result or $response:body
10004:
10005: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10006: issue: now tries to guess content-length and allocates one big
10007: piece if possible [regretfully gc_realloc works as malloc+free,
10008: leaving lots of holes behind]
10009:
10010: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10011: fixed file load memory issue: now tries to guess content-length
10012: and allocates one big piece if possible [regretfully gc_realloc
10013: works as malloc+free, leaving lots of holes behind]
10014:
10015: 2005-11-16 paf
10016:
10017: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10018: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10019: table::save with enclosers now doubles them: "->"" !
10020: table::save/load do not remove elements from options hash
10021:
10022: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10023: [were overoptimized ^if(double_literal), compiler confused
10024: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10025:
10026: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10027: [were overoptimized ^if(double_literal), compiler confused
10028: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10029:
10030: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10031: main/pa_common.C: ! table::save with enclosers now doubles them:
10032: "->"" ! table::save/load do not remove elements from options hash
10033:
10034: 2005-11-03 paf
10035:
1.116 moko 10036: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10037: compilation, not all makefiles liked that
1.95 moko 10038:
10039: 2005-08-30 paf
10040:
10041: * src/classes/op.C: merge . speedup check of [DEFAULT]
10042:
10043: * src/classes/op.C: . speedup check of [DEFAULT]
10044:
10045: 2005-08-26 paf
10046:
10047: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10048:
10049: * src/: classes/date.C, types/pa_vdate.h: + date.week
10050:
10051: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10052: complains about bad!=nameless
10053:
10054: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10055: about bad!=nameless
10056:
10057: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10058: optional options were allowed to be empty. were checked
10059: if(is_string), changed to !defined||is_string to allow void
10060:
10061: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10062: classes/string.C, classes/table.C, classes/void.C: ! optional
10063: options were allowed to be empty. were checked if(is_string),
10064: changed to !defined||is_string to allow void
10065:
10066: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10067: as_junction where they needed as_int/double, so failed with
10068: recent "(const) now no junction" optimization
10069:
10070: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10071: merged ! many classes/* used as_junction where they needed
10072: as_int/double, so failed with recent "(const) now no junction"
10073: optimization
10074:
10075: * src/: classes/double.C, classes/int.C, classes/math.C,
10076: classes/op.C, classes/string.C, classes/table.C,
10077: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
10078: used as_junction where they needed as_int/double, so failed with
10079: recent "(const) now no junction" optimization
10080:
10081: 2005-08-24 paf
10082:
10083: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
10084: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
10085: stripped it
10086:
10087: 2005-08-09 paf
10088:
10089: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10090: not cleared
10091:
10092: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10093: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10094: classes/hashfile.C, classes/image.C, classes/int.C,
10095: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10096: classes/response.C, classes/string.C, classes/table.C,
10097: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10098: include/pa_array.h, include/pa_cache_managers.h,
10099: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10100: include/pa_config_fixed.h, include/pa_config_includes.h,
10101: include/pa_dictionary.h, include/pa_dir.h,
10102: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10103: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10104: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10105: include/pa_request_charsets.h, include/pa_request_info.h,
10106: include/pa_sapi.h, include/pa_socks.h,
10107: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10108: include/pa_stack.h, include/pa_string.h,
10109: include/pa_stylesheet_connection.h,
10110: include/pa_stylesheet_manager.h, include/pa_table.h,
10111: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10112: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10113: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10114: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10115: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10116: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10117: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10118: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10119: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10120: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10121: main/pa_sql_driver_manager.C, main/pa_string.C,
10122: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10123: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10124: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10125: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10126: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10127: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
10128: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
10129: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10130: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10131: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
10132: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
10133: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
10134: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10135: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
10136: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
10137: types/pa_vmemory.h, types/pa_vmethod_frame.C,
10138: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10139: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
10140: types/pa_vresponse.C, types/pa_vresponse.h,
10141: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10142: types/pa_vstateless_object.h, types/pa_vstatus.C,
10143: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10144: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10145: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10146: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10147: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
10148:
10149: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10150: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
10151: speedup consequent checks in vmethod_frame
10152:
10153: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10154: not cleared
10155:
10156: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
10157: params: 50 max (were 10)
10158:
10159: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
10160: params: 50 max (were 10)
10161:
10162: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10163: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
10164: pa_wcontext.h: + ^call[$void] param inside now is void (were:
10165: empty string) ! simplified (double) speedup consequent checks in
10166: vmethod_frame
10167:
10168: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
10169: optimized constants in expressions vstring->vdouble + optimized
10170: ^call(vdouble), no junction creation, no calls later
10171:
10172: 2005-08-08 paf
10173:
10174: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
10175: integrated
10176:
10177: * bin/auto.p.dist.in: . apache bad 404 handling workaround
10178: integrated
10179:
10180: * src/main/: compile.tab.C, compile.y, compile_tools.C,
10181: compile_tools.h: merged + optimized constants in expressions
10182: vstring->vdouble + optimized ^call(vdouble), no junction
10183: creation, no calls later
10184:
10185: * src/types/pa_vdouble.h: merged . double values without fractional
10186: part now default printed as %.0f instead of %g
10187:
10188: * src/types/pa_vdouble.h: . double values without fractional part
10189: now default printed as %.0f instead of %g
10190:
10191: * src/classes/hashfile.C: . merged ! second hashfile::open would
10192: cause an exception
10193:
10194: * src/classes/hashfile.C: ! second hashfile::open would cause an
10195: exception
10196:
10197: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
10198: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10199: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10200: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10201: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
10202: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10203: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10204: types/pa_vresponse.h, types/pa_vstateless_class.C,
10205: types/pa_vstateless_object.h, types/pa_vvoid.h,
10206: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10207: merged VJunction(new Junction) optimization from 3.1.4
10208:
10209: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
10210: types/pa_vstateless_class.C: + optimized new VJunction(new
10211: Junction(params)) to new VJunction(params), thousands of mallocs
10212: removed
10213:
10214: 2005-08-05 paf
10215:
10216: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
10217: types/pa_vdouble.h, types/pa_vmethod_frame.C,
10218: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
10219: creation, no calls later
10220:
10221: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10222: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10223: classes/hashfile.C, classes/image.C, classes/int.C,
10224: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10225: classes/response.C, classes/string.C, classes/table.C,
10226: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10227: include/pa_array.h, include/pa_cache_managers.h,
10228: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10229: include/pa_config_fixed.h, include/pa_config_includes.h,
10230: include/pa_dictionary.h, include/pa_dir.h,
10231: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10232: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10233: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10234: include/pa_request_charsets.h, include/pa_request_info.h,
10235: include/pa_sapi.h, include/pa_socks.h,
10236: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10237: include/pa_stack.h, include/pa_string.h,
10238: include/pa_stylesheet_connection.h,
10239: include/pa_stylesheet_manager.h, include/pa_table.h,
10240: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10241: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10242: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10243: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10244: lib/smtp/smtp.h, main/compile.C, main/compile.y,
10245: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10246: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10247: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10248: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10249: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
10250: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
10251: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10252: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10253: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10254: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10255: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10256: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10257: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10258: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10259: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10260: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10261: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10262: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
10263: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
10264: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
10265: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
10266: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10267: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10268: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10269: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10270: types/pa_vstateless_object.h, types/pa_vstatus.C,
10271: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10272: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10273: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10274: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10275: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
10276:
10277: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
10278: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
10279: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10280: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
10281: main/compile.y, main/compile_tools.C, main/compile_tools.h,
10282: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
10283: optimized constants in expressions vstring->vdouble
10284:
10285: 2005-07-29 paf
10286:
10287: * src/types/pa_vclass.C: . shaped up error messages a bit
10288:
10289: * src/types/pa_vclass.C: + property getter can now be overridden
10290:
10291: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
10292: bug fix: static parent fields were not replaced in case
10293: $derived:field[put] + property setter can now be overridden
10294:
10295: 2005-07-28 paf
10296:
10297: * configure, configure.in, src/classes/classes.h,
10298: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
10299: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
10300: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
10301: src/classes/xnode.h, src/include/pa_hash.h,
10302: src/include/pa_version.h, src/main/execute.C,
1.116 moko 10303: src/types/Makefile.am, src/types/pa_method.h,
10304: src/types/pa_value.h, src/types/pa_vclass.C,
10305: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
10306: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
10307: src/types/pa_vcookie.h, src/types/pa_vhash.h,
10308: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
10309: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
10310: src/types/pa_vobject.C, src/types/pa_vobject.h,
10311: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
10312: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
10313: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
10314: src/types/pa_vstateless_class.h,
1.95 moko 10315: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
10316: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10317: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
10318: dynamic_fields_join
10319:
10320: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
10321: classes/xnode.C, include/pa_hash.h, main/execute.C,
10322: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10323: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10324: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10325: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10326: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10327: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10328: types/pa_vresponse.h, types/pa_vstateless_object.h,
10329: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
10330: types/pa_wwrapper.h: ! restored put_element('replace' param), and
10331: restored its checks in vobject.put_element->static fields |
10332: dynamic properties
10333:
10334: 2005-07-27 paf
10335:
10336: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
10337: is some old code containing @set_name $name
10338:
10339: * src/types/pa_vobject.h: . fixed warning
10340:
10341: * configure, configure.in, src/include/pa_version.h,
1.116 moko 10342: src/types/Makefile.am: 3.2.0beta started
1.95 moko 10343:
10344: * src/: classes/xnode.C, include/pa_hash.h,
10345: types/pa_vstateless_class.C: ! new asserts were all false.
10346: regretfully reverted them all to checks
10347:
10348: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10349: classes/op.C, main/execute.C, types/pa_method.h,
10350: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10351: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10352: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10353: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10354: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10355: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10356: types/pa_vstateless_object.h, types/pa_vvoid.h,
10357: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10358: joined_dynamic_fields: removed unused param from put_method
10359: (returned to 3 params)
10360:
10361: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
10362: joined_dynamic_fields: dynamic get/set works with overriding
10363: props [alpha2]
10364:
10365: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
10366: works [alfa]
10367:
10368: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10369: classes/op.C, include/pa_hash.h, main/execute.C,
10370: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10371: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10372: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10373: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10374: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10375: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10376: types/pa_vresponse.h, types/pa_vstateless_class.C,
10377: types/pa_vstateless_object.h, types/pa_vvoid.h,
10378: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10379: joined_dynamic_fields: just compiled
10380:
10381: * src/: classes/date.C, classes/file.C, classes/hash.C,
10382: classes/hashfile.C, classes/image.C, classes/table.C,
10383: classes/xdoc.C, classes/xnode.h, main/execute.C,
10384: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10385: types/pa_vstateless_class.h: joined_dynamic_fields: started
10386:
10387: * src/types/pa_vobject.C: . object setters [only started, does not
10388: work yet]
10389:
10390: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
10391: object setters [only started, does not work yet]
10392:
10393: 2005-07-26 paf
10394:
10395: * src/: include/pa_request.h, main/execute.C: . properties: set
10396: works [alpha2]. for classes. todo: for objects
10397:
10398: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
10399: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10400: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10401: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10402: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10403: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10404: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10405: types/pa_vstateless_object.h, types/pa_vvoid.h,
10406: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10407: properties: set works [alpha1]
10408:
10409: 2005-07-25 paf
10410:
10411: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
10412: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
10413: properties: started, get works [alpha1, other approach]
10414:
10415: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
10416: properties: started, get works [alpha2]
10417:
10418: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
10419: pa_vstateless_class.h: . properties: started, get works [alpha]
10420:
10421: 2005-07-15 paf
10422:
10423: * src/: classes/classes.h, classes/op.C, main/execute.C,
10424: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
10425: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10426: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10427: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10428: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
10429: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
10430: types/pa_vresponse.C, types/pa_vresponse.h,
10431: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10432: types/pa_vstateless_object.h, types/pa_vvoid.h,
10433: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
10434: types/pa_wwrapper.h, types/types.vcproj: + started property
10435: [getters work but think of changing them too to precaching]
10436:
10437: 2005-07-08 paf
10438:
10439: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
10440: gpf
10441:
10442: 2005-06-28 paf
10443:
10444: * src/: classes/file.C, main/untaint.C: ! string invariant violated
10445: in passing empty strings to file::exec/cgi environment
10446:
10447: 2005-06-06 paf
10448:
10449: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
10450: ^table:sql ^hash:sql now DO process $.bind option
10451:
10452: 2005-05-24 paf
10453:
10454: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
10455: $.limit] now work again [support was broken in 3.1.4]
10456:
10457: * src/: main/pa_string.C, classes/op.C: . steps toward removing
10458: ALL_INTERIOR_POINTERS
10459:
10460: 2005-05-12 paf
10461:
10462: * configure: 3.1.5beta
10463:
10464: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
10465:
10466: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
10467: $.limit] now work again [support was broken in 3.1.4]
10468:
10469: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
10470: line-width [was refusing to fill if line-width >1, thanks to
10471: Seras <seras@pinxit.lt> for repro case
10472:
10473: 2005-04-25 paf
10474:
10475: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
10476: correctly
10477:
10478: 2005-04-19 paf
10479:
10480: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
10481: in VString violating invariant!!
10482:
10483: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
10484: getenv("TZ")==null
10485:
10486: 2005-04-08 paf
10487:
10488: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
10489: bugfix: when there is no char in charset one byte produces 6
10490: (ÿ <<max). increased buffer size!
10491:
10492: 2005-03-23 paf
10493:
10494: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
10495: ^date.sql-string now takes TZ into account
10496:
10497: 2005-03-16 paf
10498:
10499: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
10500: gcc 3.4
10501:
10502: * src/types/pa_vhash.C: . warning about eof eol
10503:
10504: 2005-02-17 paf
10505:
10506: * operators.txt, src/classes/op.C: + operator ^sleep(double
10507: seconds)
10508:
10509: 2005-02-02 paf
10510:
10511: * src/classes/xnode.C: beauty: removed needless includes
10512:
10513: 2005-01-31 paf
10514:
10515: * src/types/pa_vmail.C: change: $.partX now always 1... change:
10516: $.partNoNumber now alias to $.part1
10517:
10518: * src/types/pa_vmail.C: change: incoming letter part contains
10519: "content-disposition" header with any value? now considering that
10520: part to be "file#" [for text/plain text/html were $.text#
10521: $.html#]
10522:
10523: * INSTALL: updatet to latest working versions available
10524:
10525: 2005-01-20 paf
10526:
10527: * configure.in, src/include/pa_version.h: version
10528:
10529: 2005-01-19 paf
10530:
1.116 moko 10531: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
10532: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
10533: couple warnings in parser3.C
1.95 moko 10534:
10535: 2004-12-23 paf
10536:
10537: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
10538:
10539: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
10540: dir to directory of script (when shbang used), not to directory
10541: of its interpreter
10542:
10543: * src/include/pa_version.h: compiled on win32...
10544:
10545: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
10546: we need more hspace
10547:
10548: * configure, configure.in, src/include/pa_version.h: configured
10549: host to pa_version. will be displayed everywhere
10550:
10551: * src/main/pa_request.C: new: @unhandled_exception can prevent
10552: exception from being logged by setting $exception.handled(1)
10553:
10554: * operators.txt, src/classes/file.C: change:
10555: ^file::sql{query}[[options]] options: $.name[file name]
10556: $.content-type[application/what]
10557:
10558: * src/: include/pa_common.h, main/pa_common.C,
10559: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
10560: new file
10561:
10562: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
10563: bugfix: table->hash now regards _default
10564:
10565: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
10566: created by accessing $name_of_method it acquired bad self=closest
10567: methodframe; instead of proper self (current class)
10568:
10569: * src/types/pa_vhashfile.C: bugfix: reading empty string from
10570: hashfile produced bad cord
10571:
10572: 2004-12-10 paf
10573:
10574: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
10575: subsequent failures though defined in .h
10576:
10577: * src/main/pa_common.C: comment on volatile
10578:
10579: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
10580: alarm function were not used since the beginning due to stupid
10581: error [setsigjmp were not checked in configure.in]
10582:
10583: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
10584: unix too
10585:
10586: * src/main/pa_common.C: http: exception status of send/recv errors
10587: change to most probable http.timeout
10588:
10589: * src/main/pa_common.C: win32: http connection $.timeout option now
10590: works [setsockopt on send/receive]
10591:
10592: 2004-12-08 paf
10593:
10594: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
10595: cstr-ed knowing mail charset, and untainting uri lang now knows
10596: proper charset
10597:
10598: 2004-11-24 paf
10599:
10600: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
10601:
10602: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
10603: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
10604:
10605: 2004-11-12 paf
10606:
10607: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
10608: [since 3.0.4]
10609:
10610: 2004-11-09 paf
10611:
10612: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
10613: writes basics to c:\parser3.log
10614:
10615: 2004-10-21 paf
10616:
10617: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
10618: tainted strings [were returning clean onces]
10619:
10620: 2004-10-15 paf
10621:
10622: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
10623: cycles(i=1; i=2), which was wrong, now does ONE
10624:
10625: 2004-10-12 paf
10626:
10627: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
10628:
10629: 2004-10-07 paf
10630:
10631: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
10632: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
10633: release asserts
10634:
10635: * src/: main/pa_string.C, include/pa_string.h: debugger help:
10636: String.dump() to stdout in detailed form [were String.v() in
10637: short form]
10638:
10639: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
10640: \t\r\n as @#| and truncates long char sequences less
10641:
10642: 2004-10-06 paf
10643:
10644: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
10645: win32 beauty: socket errors properly decoded
10646:
10647: 2004-10-05 paf
10648:
10649: * src/: include/pa_request.h, main/pa_request.C: bugfix:
10650: request::configure_user/admin done always, even if no
10651: file-to-process useful in @unhandled_exception [say, if they
10652: would want to mail by SMTP something]
10653:
10654: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
10655: now performed prior to file loading [and @auto executing] thus
10656: making $cookie:value available in @auto and in
10657: @unhandled_exception when IIS is configured to run interpreter
10658: even if no file exist
10659:
10660: 2004-09-20 paf
10661:
10662: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
10663: somewhere where it should have called xmlMalloc and it calls
10664: xmlFree when it should have not called it. inserted two
10665: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
10666: xmlFree just ignored. put away a testcase, maybe someday libxml
10667: author would fix all that. until that day: we have SLOW garbage
10668: collecting when many xml objects are alive hint: do
10669: ^memory:compact[] before xdoc::create
10670:
10671: 2004-09-17 paf
10672:
10673: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
10674: error from 3.0.8 version]
10675:
10676: 2004-09-14 paf
10677:
10678: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
10679: part bugfix: hashfile.foreach iterated only part if hashfile were
10680: modified inside
10681:
10682: 2004-09-13 paf
10683:
10684: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
10685: [were as octal]
10686:
10687: * src/types/pa_vhashfile.C: beauty: not reproduced
10688: $hashfile.key[$novalue] bug [reported by motorin], inserted
10689: safety-check
10690:
10691: * src/types/pa_vhashfile.C: change: empty keys now error in parser
10692: [not something obscure from sdbm lib]
10693:
10694: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
10695: = strerror now returnes something and we can properly report that
10696: to client
10697:
10698: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
10699: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
10700:
10701: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10702: [tainted as-is] this helps //[space][newline] to remain as-is and
10703: not be unnecessary optimized away [ruining javascript]
10704:
10705: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10706: [tainted as-is]
10707:
10708: * src/classes/mail.C: bugfix: typo error
10709:
10710: 2004-09-09 paf
10711:
10712: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
10713: separators bugfix: loads header with endings \r\n\r\n and \n\n
10714: (bloody yandex.server)
10715:
10716: 2004-09-06 paf
10717:
10718: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
10719: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
10720: encoded
10721:
10722: 2004-09-01 paf
10723:
10724: * src/types/pa_vmail.C: change: multipart/mixed changed to
10725: multipart/related outlook express have no problems showing
10726: unrelated attachments. todo: someday figure out a way of
10727: multipart/mixed multipart/related text/html
10728: image/xxx application/octet-stream << true attachments
10729:
10730: * src/types/pa_vmail.C: new:
10731: ^mail:send[$.file[$.content-disposition can be overriden new:
10732: empty mail header fields removed from letter
10733:
10734: * src/: classes/mail.C, include/pa_config_fixed.h,
10735: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
10736: ^mail:send[ $.file[ $.any[header]
10737:
10738: 2004-08-30 paf
10739:
10740: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
10741: warnings
10742:
10743: * src/main/pa_common.C: beauty: do not bother with charset
10744: detection when ^file::load[binary
10745:
10746: 2004-08-27 paf
10747:
10748: * src/main/pa_common.C: hack: for yandex.server http server
10749:
10750: 2004-08-18 paf
10751:
10752: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
10753: possibly-chunked response
10754:
10755: 2004-08-17 paf
10756:
10757: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10758: $f.content-type now = that of http response
10759:
10760: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10761: $f.content-type now = that of http response
10762:
10763: 2004-07-30 paf
10764:
10765: * src/: include/pa_request.h, main/pa_request.C,
10766: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
10767: win32: system&parser exceptions in release mode reported properly
10768: parser exception in exception handler WERE mistakenly reported as
10769: system exception, without details [in apache & isapi] +some
10770: beauty in exception text
10771:
10772: * src/: include/pa_exception.h, main/pa_request.C,
10773: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
10774: release mode reported properly parser exception in exception
10775: handler WERE mistakenly reported as system exception, without
10776: details
10777:
10778: * src/main/execute.C: beauty: simplified system exception handling
10779:
10780: 2004-07-29 paf
10781:
10782: * src/classes/table.C: bugfix:
10783: ^table.save[export.csv;$.separator[^;]] now works fine [separator
10784: were ignored, and \t used unconditionally]
10785:
10786: * src/types/Makefile.am: added vhash.c
10787:
10788: 2004-07-28 paf
10789:
10790: * src/: classes/date.C, classes/image.C, classes/math.C,
10791: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
10792: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
10793: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
10794: failed on russian letters
10795:
10796: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
10797: bugfix: isspace((unsigned char)c) everywhere. failed on russian
10798: letters
10799:
10800: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
10801: as 'currentDirectory' parameter to CreateProcess
10802:
10803: 2004-07-27 paf
10804:
10805: * src/targets/cgi/parser3.vcproj: beauty: win32:
10806: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
10807: from release somewhere [to help searching for unhandled system
10808: exceptions]
10809:
10810: * src/types/pa_vdate.h: check: for invalid datetime after temporary
10811: TZ shift
10812:
10813: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
10814: but also in ctor
10815:
10816: 2004-07-26 paf
10817:
10818: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
10819: src/main/pa_request.C, src/types/pa_vfile.h,
10820: src/types/pa_vhash.C, src/types/pa_vhash.h,
10821: src/types/types.vcproj: new: $response:body/download[
10822: $.file[name on disk] $.name[of file for user]
10823: $.mdate[date of last-modified. default from directory] ]
10824:
10825: * src/classes/file.C: moving file:send somewhere else..
10826:
10827: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
10828: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
10829: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
10830: $response:download[ $.filename[filename] $.option[] ,, ]
10831:
10832: * src/classes/file.C: beauty: invalid mode thoroughly reported
10833:
10834: 2004-07-21 paf
10835:
10836: * src/types/pa_vmail.C: bugfix: too long header values now splitted
10837: to several lines
10838:
10839: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
10840:
10841: note: ms outlook[!express] shows only first 255 characters of
10842: subject
10843:
10844: 2004-07-15 paf
10845:
10846: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
10847: off]
10848:
10849: 2004-07-14 paf
10850:
10851: * src/classes/table.C: bugfix: $.bind values now got untainted
10852: according to lang [were: as-is]
10853:
10854: 2004-07-07 paf
10855:
10856: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
10857: checked that
10858:
10859: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
10860: now untainted according to their languages. were: as-is.
10861: EVERYWHERE
10862:
10863: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
10864: environment string now untainted according to their languages.
10865: were: as-is. EVERYWHERE
10866:
10867: * src/main/pa_exec.C: bufix: on unix environment string now
10868: untainted according to their languages. were: as-is. on win32:
10869: ok
10870:
10871: * parser3.vssscc: ...would not go unnoticed
10872:
10873: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
10874: fails. in case on input appears nonutf, those bytes will be
10875: printed in %HH form. that can be easily decoded/recovered.
10876:
10877: this form is quite noticable, and hopefully would not go noticed
10878:
10879: 2004-07-06 paf
10880:
10881: * src/main/pa_exec.C: bufix: on unix environment string now
10882: untainted according to their languages. were: as-is. on win32:
10883: ok
10884:
10885: 2004-07-01 paf
10886:
10887: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
10888: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
10889: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
10890: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
10891: main/main.vcproj, targets/cgi/parser3.vcproj,
10892: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
10893: option: global optimization ON
10894:
10895: * src/main/untaint.C: workaround kinda bug in libxml: life requires
10896: to do xdoc::create{invalid chars} standard disables chars less
10897: then \x20, except tab, cr, lf.
10898:
10899: changed tainting so that those become '!'
10900:
10901: 2004-06-25 paf
10902:
10903: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10904: int on odd address [prev bugfix failed due to superwize
10905: optimizer, which turned memcpy into same 'ld' asm command]
10906:
10907: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10908: int on odd address
10909:
10910: 2004-06-22 paf
10911:
10912: * src/sql/pa_sql_driver.h: note: about possible optimization
10913:
10914: * operators.txt, src/classes/hash.C, src/classes/memory.C,
10915: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10916: src/include/pa_config_includes.h: new: ^void:sql{call
10917: paf(:a)}[ $.bind[ $.a[2]
10918: ] ] output variables work. todo: check in out
10919: variables
10920:
10921: 2004-06-18 paf
10922:
10923: * src/: classes/file.C, classes/hash.C, classes/string.C,
10924: classes/table.C, classes/void.C, include/pa_globals.h,
10925: include/pa_sql_connection.h, main/compile.tab.C,
10926: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
10927: $.bind[ $.a[2] ]
10928: ] input variables work. todo:output
10929:
10930: * src/targets/cgi/parser3.C: bugfix: iis specific
10931: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
10932: /_bug.html?404;http://hpsv/test/
10933: --------------------------------------------------------------------------------
10934: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
10935: --------------------------------------------------------------------------------
10936: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
10937:
10938: 2004-06-16 paf
10939:
10940: * src/targets/cgi/parser3.C: new: iis specific
10941: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
10942: $request:query
10943: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
10944: $form:fields IIS-STATUS="404"
10945: IIS-DOCUMENT="http://server/_bug.html" f="v"
10946:
10947: todo: isapi too
10948:
10949: 2004-05-26 paf
10950:
10951: * src/include/pa_version.h: 3.1.3
10952:
10953: * operators.txt: beauty: removed outdated level 'table'
10954:
10955: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
10956:
10957: * src/main/pa_string.C: beauty: removed 3 warnings
10958:
10959: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
10960: classes/op.C: beauty: removed outdated level 'table'
10961:
10962: 2004-05-25 paf
10963:
10964: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
10965: implementation. mistery: how anything worked
10966:
10967: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
10968: changed, it is now safe to use url if pointers to it are stored
10969: to gc mem
10970:
10971: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
10972: unknown errors reported and not cause SIGSEGV now
10973:
10974: 2004-05-24 paf
10975:
10976: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10977: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
10978: less memory: CORD_chars_block originally intended to ... it was
10979: good that CORD_chars_block were not used: it consumes more memory
10980: [and, might be slow too] undoing that. [and removed that func so
10981: that it would not confuse parser developer in future]
10982:
10983: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
10984: less memory: CORD_chars_block originally intended to
10985: speedup/reduce mem usage were forgotten, and were used stupid
10986: CORD_chars
10987:
10988: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
10989:
10990: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
10991: BIGENDIAN processors space-conserving mech failed, causing
10992: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
10993: (1|2|3));
10994:
10995: 2004-05-14 paf
10996:
10997: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
10998: bugfix: void now has vfile value, and $response:body[] works OK
10999:
11000: 2004-05-12 paf
11001:
11002: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11003: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11004: sources to use is_defined() {return as_bool();} along VBool
11005:
11006: 2004-05-11 paf
11007:
11008: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11009: referencing to local objects
11010:
11011: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11012: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11013: left intact
11014:
11015: 2004-04-15 paf
11016:
11017: * src/classes/date.C: merged: beauty: unused var removed
11018:
11019: * src/classes/date.C: beauty: unused var removed
11020:
11021: * src/include/: pa_exec.h: bugfix: interface without pointer
11022: provoked bug
11023:
11024: 2004-04-09 paf
11025:
11026: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11027:
11028: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11029:
11030: 2004-04-08 paf
11031:
11032: * src/classes/date.C: new: ^date::create[y-m-d
11033: h-M-s>>.milliseconds<<] now allowed, ignored so far
11034:
11035: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11036:
11037: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11038: to consult default catalog [usually, that file belongs to other
11039: user/group]
11040:
11041: 2004-04-06 paf
11042:
11043: * src/main/pa_common.C: beauty: gcc warning removed
11044:
11045: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11046: accept that trick, trying other
11047:
11048: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11049: explicit result problem
11050:
11051: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11052: explicit result problem
11053:
11054: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11055: explicit result problem
11056:
11057: * operators.txt, src/classes/string.C: new: ^string.append[string]
11058:
11059: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11060: main/execute.C: attempt_check_call_in_explicit_result_mode:
11061: failed
11062:
11063: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11064: http://i.p.a.ddress gethostbyaddr added [on some platforms
11065: gethostbyname failed with such 'domains'] now checked properly,
11066: were: needless reverse/forward dns lookup
11067:
11068: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11069: http://i.p.a.ddress gethostbyaddr added [on some platforms
11070: gethostbyname failed with such 'domains'] now checked properly,
11071: were: needless reverse/forward dns lookup
11072:
11073: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11074: @method[][result] means "no string output here" moved to lexical
11075: level [on grammar level it were too difficult]
11076:
11077: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11078: src/main/compile.y, src/main/compile_tools.h,
11079: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
11080: @method[][result] means "no string output here", implemented part
11081: of that idea: compiler throws away string literal generation
11082: code. and barks nonwhitespace chars
11083:
11084: * operators.txt: truth: removed comment about $ORIGIN
11085:
11086: 2004-04-05 paf
11087:
11088: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
11089: src/include/pa_version.h, src/main/pa_common.C,
11090: src/targets/isapi/parser3isapi.C: merged with 3.1.3
11091:
11092: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
11093: Konstantin Tomashevitch [mailto:konst@design.ru]
11094:
11095: * src/doc/html2chm.cmd: beauty: no need in bg here
11096:
11097: * src/doc/sources2html.cmd: beauty: same window, in bg it
11098: interfered with FAR console
11099:
11100: * configure, configure.in: 3.1.3
11101:
11102: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
11103:
11104: * src/main/pa_common.C: removed warning
11105:
11106: * src/include/pa_version.h: 3.1.3
11107:
11108: 2004-04-02 paf
11109:
11110: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
11111:
11112: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
11113: allows to specify where to put parser log file
11114:
11115: 2004-04-01 paf
11116:
11117: * src/classes/table.C: bugfix: bugfix: table::load last line
11118: without tab and enter were ignored
11119:
11120: * src/: include/pa_cache_managers.h, include/pa_globals.h,
11121: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
11122: main/pa_socks.C, targets/cgi/parser3.C,
11123: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
11124: bugfix: sql connections now are disconnected
11125:
11126: 2004-03-30 paf
11127:
11128: * src/classes/table.C: bugfix: table::load last line without tab
11129: and enter were ignored
11130:
11131: * src/classes/table.C: bufix: if last table lines were commented,
11132: gpfed
11133:
11134: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
11135: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
11136: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
11137: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
11138: doc/methoded.dox, doc/object.dox, doc/string.dox,
11139: doc/targets.dox, doc/value.dox, include/pa_version.h,
11140: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
11141: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
11142: bugfixes from 3.1.2, changed version to 3.1.3beta
11143:
11144: 2004-03-29 paf
11145:
11146: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
11147: causes gpf
11148:
11149: * src/doc/: ClassExample1.dox, ClassExample2.dox,
11150: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
11151: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
11152: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
11153: value.dox: translated to english
11154:
11155: 2004-03-25 paf
11156:
11157: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
11158: parser3project dependency removed
11159:
11160: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
11161: bugfix: refused to compile without xml
11162:
11163: * src/types/pa_vform.C: beauty: removed warning
11164:
11165: * src/classes/classes.vcproj: merged bugfix: now all compiles in
11166: any folder [removed last ;) folder dependency]
11167:
11168: * src/classes/classes.vcproj: bugfix: now all compiles in any
11169: folder [removed last ;) folder dependency]
11170:
11171: * src/include/pa_version.h: release
11172:
11173: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
11174:
11175: * src/classes/table.C: beauty: comment& more meaningful error
11176: message
11177:
11178: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
11179: $.hash[$.column_value1(true) ... ] [were producing some strang
11180: thing]
11181:
11182: 2004-03-23 paf
11183:
11184: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
11185: and http status line parsing checked number of columns in table
11186: [user reported an assert]
11187:
11188: * operators.txt: example: on hashfile
11189:
11190: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
11191: bugfix: junction reattach now actually reattaches a junction to
11192: new wcontext [were only assigning it to junction, which caused
11193: junction tracking to loose junction, and it's context were not
11194: killed, and it tried to process in invalid context, gpf]
11195:
11196: * src/targets/cgi/parser3.C: debug helper added
11197:
11198: 2004-03-19 paf
11199:
11200: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
11201: "type(type)" in braces
11202:
11203: 2004-03-10 paf
11204:
11205: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
11206: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11207: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
11208: solution to search-in-namespaces problem:
11209: $xdoc.search-namespaces.x[http://pif.design.ru/]
11210: $nodes[^xdoc.select[//x:second]]
11211:
11212: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
11213: expression][[NAMESPACES HASH]] allows to search for info in
11214: namespaces
11215:
11216: $nodes[^xdoc.select[//x:second][
11217: $.x[http://pif.design.ru/] ]]
11218:
11219: 2004-03-09 paf
11220:
11221: * operators.txt, src/main/pa_common.C: new:
11222: ^file::load[...][options] $.form[
11223: !$.field1[string]
11224: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
11225: ] !$.body[string]
11226:
11227: GET ?here notGET(POST, HEAD, others) in content-type:
11228: application/x-www-form-urlencoded
11229:
11230: todo: upload files ability
11231:
11232: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
11233: properly, done
11234:
11235: 2004-03-05 paf
11236:
11237: * operators.txt, src/main/pa_common.C: new: file::load[;http://
11238: GET/POST $.form[$.fields started, not tested yet
11239: todo:$.field[table] for multiple values
11240:
11241: * operators.txt: new: http:// options $.user $.password basic
11242: authorization
11243:
11244: * src/main/pa_common.C: beauty: link to rtf added
11245:
11246: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
11247: new: http:// options $.user $.password basic authorization
11248:
11249: * src/main/pa_common.C: beauty: removed needless vars
11250:
11251: * operators.txt: new: pgsql option [like that recently added to
11252: oracle driver] ClientCharset=parser-charset <<
11253: charset in which parser thinks client works
11254:
11255: * operators.txt: new: odbc option [like that recently added to
11256: oracle driver] ClientCharset=parser-charset <<
11257: charset in which parser thinks client works
11258:
11259: * src/sql/pa_sql_driver.h: beauty: important warning added
11260:
11261: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
11262: char!
11263:
11264: * etc/parser3.charsets/windows-1251.cfg: typo
11265:
11266: 2004-03-04 paf
11267:
11268: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
11269: cached, sql transcoding now goes faster
11270:
11271: * operators.txt: new: mysql option [like that recently added to
11272: oracle driver] ClientCharset=parser-charset <<
11273: charset in which parser thinks client works
11274:
11275: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
11276: typo error
11277:
11278: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
11279: chars commented
11280:
11281: 2004-03-03 paf
11282:
11283: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
11284: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
11285:
11286: 2004-03-02 paf
11287:
11288: * operators.txt: new[update typo]: !^void.left(n)
11289: nothing !^void.right(n) nothing !^void.mid(p[;n])
11290: nothing
11291:
11292: * operators.txt, src/classes/void.C: new: !^void.left(n)
11293: nothing !^void.right(n) nothing !^void.pos(p[;n])
11294: nothing
11295:
11296: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
11297: ^file::sql[[name_to_become_$.name]]{} query result must be one
11298: row with columns: first: data second: file name third:
11299: content-type
11300:
11301: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
11302: ^connect gets properly escaped string, which can be passed to
11303: request now this for mysql only. it's up to parser sql driver to
11304: fix zeros properly
11305:
11306: * INSTALL: note: added on building apache with this option:
11307: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
11308:
11309: 2004-03-01 paf
11310:
11311: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
11312: extension memory:compact befor processingrequest
11313:
11314: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
11315: call sole column of result
11316:
11317: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
11318: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
11319: pixel color
11320:
11321: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
11322: beauty: image -- less checks [were ugly impl]
11323:
11324: * src/classes/string.C: bugfix: ^string.left/right/mid with
11325: negative values now considered bad
11326:
11327: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
11328:
11329: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
11330: options now have unified defaults [after transform
11331: indent/omit-xml-declaration/standalone 'default' erroreously
11332: meant 'true']
11333:
11334: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
11335: added [on some platforms gethostbyname failed with such
11336: 'domains']
11337:
11338: * src/include/pa_config_auto.h.in: no select check, no define
11339:
11340: * src/classes/string.C: feature: ^string.trim both parameters may
11341: be empty-strings, meaning kind=both chars=whitespaces
11342:
11343: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
11344: exist
11345:
11346: * src/classes/string.C: check: trim 'chars' must not be empty,
11347: exception if it is
11348:
11349: * src/classes/string.C: changed: ^string.trim [] << both,
11350: whitespaces [start|both|end] << kind, whitespaces
11351: [start|both|end;chars] full
11352:
11353: 2004-02-27 paf
11354:
11355: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
11356: method: ^string.trim[start|both|end[;chars]] default
11357: 'chars' -- whitespace chars finished
11358:
11359: * operators.txt, src/classes/string.C, src/include/pa_string.h,
11360: src/main/pa_string.C: new method:
11361: ^string.trim[start|both|end[;chars]] default 'chars' --
11362: whitespace chars started, only start works
11363:
11364: * src/main/compile.C: bugfix: line numbers after
11365: ^process{}[$.line(-10]] can be negative, allowed to print they as
11366: signed
11367:
11368: * src/main/untaint.C: speed: there's no \n chars in output
11369: [normally], so no need to optimize them they could be retrived
11370: from databases, though. but 1. should be replaced 2. if not
11371: optimized, no harm done
11372:
11373: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
11374: ^file::exec/cgi could return invalid status & zombie child can
11375: remain for short period until process exists [very bad in
11376: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
11377:
11378: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
11379: malicious SMTP server to attack as by returning too long status
11380: responses http://i2/tasks/edit/?id=4629448401140924947
11381:
11382: 2004-02-26 paf
11383:
11384: * operators.txt: feature: ^process...{CODE}[now has options] which
11385: are $.main[to what to rename @main] $.file[file,
11386: from which (user says) goes that CODE] $.lineno(line
11387: number in that file, where CODE starts. may be negative)
11388:
11389: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11390: src/main/compile.C, src/main/compile_tools.h,
11391: src/main/pa_request.C: feature: ^process...{CODE}[now has
11392: options] which are $.main[to what to rename @main]
11393: $.file[file, from which (user says) goes that CODE]
11394: $.lineno(line number in that file, where CODE starts. may be
11395: negative)
11396:
11397: 2004-02-25 paf
11398:
1.116 moko 11399: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
11400: old @charsetsdir@ recently erased from configure.in]
1.95 moko 11401:
11402: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
11403: produces hash of column=>1
11404:
11405: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
11406: with incomplete errno constants set
11407:
11408: 2004-02-24 paf
11409:
11410: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
11411: "man select"
11412:
11413: * src/main/pa_os.C: beauty: <0 better then ==-1
11414:
11415: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
11416:
11417: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
11418:
1.116 moko 11419: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 11420:
11421: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
11422: unix: steps to work on unix [extracted 'to']
11423:
11424: * src/classes/mail.C: smtp on unix: steps to work on unix
11425:
11426: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
11427:
1.116 moko 11428: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
11429: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
11430: unix [testing on solaris]
1.95 moko 11431:
11432: 2004-02-20 paf
11433:
11434: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
11435: pointing that out
11436:
11437: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
11438: fixed again [same solution, mistanenly removed one line]
11439:
11440: 2004-02-19 paf
11441:
11442: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
11443: date::create from bad datetime in spring daylightsaving hole now
11444: OK for all platforms [on some platforms it failed]
11445:
11446: * src/classes/: date.C, image.C: beauty: date::create[bad date time
11447: in daylightsaving hole] now throws error
11448:
11449: * src/classes/date.C: comment: mistake fixed
11450:
11451: 2004-02-18 paf
11452:
11453: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
11454: now renderes in $request:charset, but in header puts
11455: $response:charset todo: make that default only so that coder
11456: could override that
11457:
11458: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
11459: turns off omit-xml-declaration
11460:
11461: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
11462: /.xsl for sample
11463:
11464: 2004-02-17 paf
11465:
11466: * src/classes/xdoc.C: beauty: needless helper class removed
11467:
11468: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
11469: copied extra time
11470:
11471: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
11472: part of libxml
11473:
11474: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
11475: libxml to do the work] <xsl:output method="html"
11476: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
11477: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11478: />
11479:
11480: * src/classes/xdoc.C: beauty: no <meta ... charset generated
11481:
11482: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
11483: caused assertion
11484:
11485: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
11486: could hang. now such add does nothing, sub clears $hash
11487:
11488: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
11489: not made quoted-printable
11490:
11491: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
11492: string invariant
11493:
11494: 2004-02-16 paf
11495:
11496: * src/main/pa_globals.C: bugfix: xml errors copy from library now
11497: cleared [were not cleared properly]
11498:
11499: 2004-02-13 paf
11500:
1.116 moko 11501: * src/include/pa_version.h: prerelease
1.95 moko 11502:
11503: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
11504: used, introducing dependencies timestamp check
11505:
11506: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11507: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
11508: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
11509: .xsl.stamp now not used, introducing dependencies timestamp check
11510:
11511: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
11512:
11513: 2004-02-12 paf
11514:
11515: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
11516: ruined empty <input type=file> submits. parser thought there were
11517: nameless empty file and $form:field got value of type 'file'
11518:
11519: * INSTALL: --without-threads
11520:
11521: * src/include/pa_sapi.h: 2004
11522:
11523: 2004-02-11 paf
11524:
11525: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11526: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11527: classes/hashfile.C, classes/image.C, classes/int.C,
11528: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11529: classes/response.C, classes/string.C, classes/table.C,
11530: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11531: include/pa_array.h, include/pa_cache_managers.h,
11532: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11533: include/pa_config_fixed.h, include/pa_config_includes.h,
11534: include/pa_dictionary.h, include/pa_dir.h,
11535: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11536: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11537: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11538: include/pa_request_charsets.h, include/pa_request_info.h,
11539: include/pa_socks.h, include/pa_sql_connection.h,
11540: include/pa_sql_driver_manager.h, include/pa_stack.h,
11541: include/pa_string.h, include/pa_stylesheet_connection.h,
11542: include/pa_stylesheet_manager.h, include/pa_table.h,
11543: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11544: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11545: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11546: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11547: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11548: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11549: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11550: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11551: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11552: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11553: main/pa_sql_driver_manager.C, main/pa_string.C,
11554: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
11555: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
11556: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11557: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11558: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11559: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11560: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11561: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11562: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11563: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11564: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11565: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11566: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11567: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11568: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11569: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11570: types/pa_vresponse.h, types/pa_vstateless_class.C,
11571: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11572: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11573: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11574: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11575: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11576: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
11577:
11578: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
11579: debug version of gc.dll
11580:
11581: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11582: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11583: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
11584: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
11585: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
11586: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
11587: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
11588: processes
11589:
11590: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
11591: main/pa_globals.C, targets/cgi/parser3.vcproj,
11592: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
11593: changes to reflect libxml xsl new folders
11594:
11595: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11596: lib/smtp/smtp.vcproj, main/main.vcproj,
11597: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
11598: to reflect libxml xsl new folders
11599:
11600: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11601: lib/smtp/smtp.vcproj, main/main.vcproj,
11602: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
11603: types/types.vcproj: started changes to reflect libxml xsl new
11604: folders
11605:
11606: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
11607: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11608: src/main/compile.tab.C, src/main/main.vcproj,
11609: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
11610: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11611: started changes to reflect libxml xsl new folders
11612:
11613: 2004-02-10 paf
11614:
11615: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
11616: compile. recommened latest libxml up to date
11617:
11618: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
11619: pattern compilation errors", on which spent 4 hours worktime. use
11620: versions higher than that. recommended now latest up to date
11621:
11622: 2004-02-06 paf
11623:
11624: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
11625: beauty: unified destructing style
11626:
11627: * src/main/untaint.C: beauty: removed old def/ifdef
11628:
11629: * src/main/untaint.C: beauty: coredump @unknown untaint language
11630: now
11631:
11632: 2004-02-03 paf
11633:
11634: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
11635: targets/isapi/parser3isapi.C, types/pa_value.C,
11636: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
11637: then %ld/%lu
11638:
11639: * src/main/pa_common.C: typo: %l -> %u
11640:
11641: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
11642: in attributes or documents-results of transform now not xx;
11643:
11644: * src/classes/xnode.C: memleaks found: not fixed yet. todo
11645:
11646: * src/main/pa_charset.C: bugfix: forgot to undo some
11647:
11648: * src/main/pa_charset.C: beauty: uncomment
11649: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
11650: libraries
11651:
11652: 2004-02-02 paf
11653:
11654: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
11655: $cookie:example[ $.value[value] $.path[/there/] ]
11656:
11657: $cookie:example[ $.value[] $.expires[session]
11658: $.path[/there/] $.domain[test.com] ]
11659:
11660: * src/types/pa_vform.C: bugfix: empty values with
11661: enctype=multipart/form-data now produce entries in $form:tables
11662: <form method=post enctype=multipart/form-data> <input type=hidden
11663: name=a> <input type=hidden name=b>
11664:
11665: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
11666: <hr> <pre>$request:body
11667:
11668: 2004-01-30 paf
11669:
11670: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
11671: or documents-results of transform now not xx;
11672:
11673: * src/classes/date.C: bugfix: ^date::create[invalid fields now
11674: produce exception.
11675:
11676: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
11677: bugfix: ^date::create[invalid fields now produce exception.
11678:
11679: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
11680: year] now produces exception. todo: check other fields
11681:
11682: 2004-01-29 paf
11683:
11684: * src/include/pa_memory.h: typo error
11685:
11686: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
11687: more byte then specified, then zeroed it << useless and
11688: potentially harmful(could gpf)
11689:
11690: 2004-01-22 paf
11691:
11692: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
11693:
11694: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
11695: optimization
11696:
11697: * src/main/untaint.C: bugfix: whitespace now optimized properly
11698: [were bug: ^taint[1 & 2]="1 &2"
11699:
11700: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
11701: errors
11702:
11703: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
11704: overflow
11705:
11706: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
11707: error-reporting code * in parser-error reporting code [when no
11708: @unhandled_exception defined]
11709:
11710: fixed in one place: my *snprintf override
11711:
11712: 2004-01-13 paf
11713:
11714: * operators.txt: typo erro
11715:
11716: 2003-12-25 paf
11717:
11718: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
11719: garbled [pieces after zero bytes were removed]
11720:
11721: 2003-12-22 paf
11722:
1.116 moko 11723: * src/include/Makefile.am: bugfix: removed from dist:
11724: src/include/pa_config_auto.h which were configured for
1.95 moko 11725: make-dist-platform and badly updated proper config file in target
11726: [when .tar used for updating existing source tree]
11727:
11728: * ChangeLog, operators.txt, src/classes/op.C,
11729: src/include/pa_sql_connection.h,
11730: src/include/pa_sql_driver_manager.h,
11731: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
11732: feature: sql introducing ability to transcode charsets
11733:
11734: 2003-12-19 paf
11735:
11736: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
11737: error message
11738:
11739: * src/main/pa_charset.C: bugfix: memory for charsethandler
11740: structure for libxml now allocated properly
11741:
11742: 2003-12-17 paf
11743:
11744: * src/types/pa_vfile.C: beauty: removed outdated cast
11745:
11746: * src/main/pa_common.C: bugfix: empty http response caused gpf
11747:
11748: * src/include/pa_string.h: bugfix: removed too strong a assert
11749:
11750: * src/main/pa_globals.C: bugfix: removed false warning [warning:
11751: unreported xmlGenericErrors]
11752:
11753: 2003-12-15 paf
11754:
11755: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
11756: works}
11757:
11758: 2003-12-11 paf
11759:
11760: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
11761: id
11762: !$status:tid thread id
11763:
11764: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
11765: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
11766: bugfix(solaris): removed dependency on object initialization
11767: order [one more place]
11768:
11769: * src/: classes/file.C, classes/mail.C, classes/op.C,
11770: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
11771: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
11772: understand that
11773:
11774: * src/: classes/file.C, classes/mail.C, classes/op.C,
11775: classes/xdoc.C, include/pa_cache_managers.h,
11776: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11777: include/pa_stylesheet_manager.h, main/pa_request.C,
11778: main/pa_stylesheet_manager.C, types/pa_vimage.C,
11779: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
11780: ctor call [relying on implicit String::Body(cstr) call]
11781:
11782: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
11783: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
11784: object initialization order [two places]
11785:
11786: 2003-12-10 paf
11787:
11788: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
11789: << time now ok
11790:
11791: * operators.txt, src/main/pa_sql_driver_manager.C,
11792: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
11793: operational
11794:
11795: * ChangeLog, operators.txt, src/classes/xdoc.C,
11796: src/include/pa_charset.h, src/include/pa_sql_connection.h,
11797: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
11798: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
11799: back operational
11800:
11801: 2003-12-02 paf
11802:
11803: * src/types/pa_vmail.C: bugfix:
11804: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
11805: as-is forced]
11806:
11807: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
11808: exceptions out of libxml callbacks: reimplemented error handling
11809: of http://localhost, parser://method and safemode check callbacks
11810:
11811: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
11812: [merged from HEAD]
11813:
11814: * src/classes/image.C: nothing: comment removed
11815:
11816: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
11817: addresses to int
11818:
11819: 2003-12-01 paf
11820:
11821: * src/main/pa_xml_io.C: bugfix: typo
11822:
11823: * src/main/pa_globals.C: bugfix: win32: compile prob
11824:
11825: * src/classes/xdoc.C: bugfix: typo
11826:
11827: * src/main/pa_xml_io.C: todo: safe mode check not to throw
11828: exception
11829:
11830: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
11831:
11832: 2003-11-28 paf
11833:
11834: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
11835: all xml documents read
11836:
11837: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
11838:
11839: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11840: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
11841: replaced original open mech of xdoc::create & co to use libxml
11842: open, so that this would work for root document todo: safe mode
11843: checks to libxml: ideally to some 1 point
11844:
11845: * src/main/pa_xml_io.C: comment
11846:
11847: * operators.txt, src/main/pa_xml_io.C: leading / in
11848: http://parser[abscent params]
11849:
11850: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
11851: works. todo: maybe replace original open mech of xdoc::create &
11852: co to use libxml open, so that this would work for root document
11853:
11854: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
11855: "parser://method/params/here"> <test> &test^; </test> }]
11856:
11857: ^taint[^xdoc.string[]]
11858:
11859: @method[param] <!ENTITY test
11860: "test-entity-value+$form:user+$param!">
11861:
11862: 2003-11-27 paf
11863:
11864: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
11865:
11866: * src/classes/date.C: bugfix: typo error
11867:
11868: 2003-11-26 paf
11869:
11870: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
11871: src/main/Makefile.am, src/main/main.vcproj,
11872: src/main/pa_globals.C, src/main/pa_request.C,
11873: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
11874: xml errors to hash<thread_id,error> reorganization: xml io moved
11875: to pa_xml_io.C/h
11876:
11877: * src/types/pa_value.h: warnings: --
11878:
11879: 2003-11-25 paf
11880:
11881: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
11882: whatever)
11883:
11884: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
11885: a, (c?x:y, z)
11886:
11887: * src/main/untaint.C: bugfix: consequences of not reading this
11888: comment: CORD_pos_chars_left /* Number of characters in cache.
11889: <= 0 ==> none */
11890:
11891: * src/include/pa_array.h: removed needless checks
11892:
11893: 2003-11-24 paf
11894:
11895: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
11896: removed limit: now $form:xxx can be accessed anytime, even in
11897: @auto/conf [and request/response:charset still can be changed
11898: anytime]
11899:
11900: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
11901: now not transcodes response body
11902:
11903: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
11904: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
11905: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
11906: $xdoc.firstChild.firstChild.nodeValue[different]
11907: ^taint[^xdoc.string[]]
11908:
11909: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
11910: workaround: static Hash::allocates -> static Hash_allocates
11911:
11912: 2003-11-21 paf
11913:
1.116 moko 11914: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
11915: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
11916: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 11917:
11918: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
11919:
11920: * src/classes/mail.C: bugfix: typo
11921:
11922: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 11923: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
11924: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
11925: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
11926: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 11927: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
11928:
11929: * src/main/pa_exec.C: bug in safe mode
11930:
11931: * src/include/Makefile.am: pa_xml_exception.h
11932:
11933: * src/targets/isapi/parser3isapi.C: more warnings --
11934:
11935: 2003-11-20 paf
11936:
11937: * src/: classes/math.C, classes/op.C, classes/string.C,
11938: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
11939: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
11940: --
11941:
11942: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
11943: more warnings --
11944:
11945: * src/classes/xdoc.C: more warnings --
11946:
11947: * src/classes/: date.C, image.C, xdoc.C: more warnings --
11948:
11949: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
11950: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
11951:
11952: * src/: classes/date.C, classes/file.C, classes/hash.C,
11953: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
11954: classes/table.C, include/pa_cache_managers.h,
11955: include/pa_stylesheet_connection.h, main/pa_request.C,
11956: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
11957: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
11958: --
11959:
11960: * src/main/: execute.C, pa_request.C: old forgotten todo: when
11961: can't report problem (undefined @unhandled_exception) problem
11962: source string were not reported
11963:
11964: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11965: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11966: classes/hashfile.C, classes/image.C, classes/int.C,
11967: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11968: classes/response.C, classes/string.C, classes/table.C,
11969: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11970: include/pa_array.h, include/pa_cache_managers.h,
11971: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11972: include/pa_config_fixed.h, include/pa_dictionary.h,
11973: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
11974: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
11975: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
11976: include/pa_request.h, include/pa_request_charsets.h,
11977: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
11978: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11979: include/pa_stack.h, include/pa_string.h,
11980: include/pa_stylesheet_connection.h,
11981: include/pa_stylesheet_manager.h, include/pa_table.h,
11982: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11983: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
11984: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
11985: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11986: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11987: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11988: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11989: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
11990: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
11991: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
11992: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
11993: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11994: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
11995: targets/isapi/parser3isapi.C, types/pa_junction.h,
11996: types/pa_method.h, types/pa_value.C, types/pa_value.h,
11997: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
11998: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11999: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12000: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12001: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12002: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12003: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12004: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12005: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12006: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12007: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12008: types/pa_vresponse.h, types/pa_vstateless_class.C,
12009: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12010: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12011: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12012: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12013: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12014: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12015: const IDENT
12016:
12017: * src/: include/pa_array.h, include/pa_pool.h,
12018: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12019: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12020: types/pa_wcontext.h: more warnings --
12021:
12022: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12023: classes/file.C, classes/hash.C, classes/hashfile.C,
12024: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12025: classes/memory.C, classes/op.C, classes/string.C,
12026: classes/table.C, classes/xdoc.C, classes/xnode.C,
12027: include/pa_config_includes.h, include/pa_operation.h,
12028: include/pa_sql_connection.h, include/pa_table.h,
12029: include/pa_types.h, lib/ltdl/config_fixed.h,
12030: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12031: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12032: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12033: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12034: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12035: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12036: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12037: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12038: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12039: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12040: types/pa_vmail.C, types/pa_vobject.C,
12041: types/pa_vstateless_class.h, types/pa_vtable.C,
12042: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12043: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12044: on all projects (except libltdl=off & libsdbm=level3) found
12045: several unitialized vars
12046:
12047: 2003-11-19 paf
12048:
12049: * src/classes/op.C: more ansi C++ comp
12050:
12051: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12052: src/main/pa_request.C: ^cache[...]{body}{catch block with
12053: $exception.handled[cache] meaning "get expired cache, if any.
12054: else error"}
12055:
12056: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12057: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12058: ^cache[...]{body}{catch code with $exception.cache field}
12059:
12060: 2003-11-12 paf
12061:
12062: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12063: [copy/paste bug]
12064:
12065: 2003-11-11 paf
12066:
12067: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12068: failed]
12069:
12070: * bin/auto.p.dist.in: colno
12071:
12072: 2003-11-10 paf
12073:
12074: * src/types/pa_vconsole.h: flush
12075:
12076: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12077: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12078: read/write [for nntp]
12079:
12080: * operators.txt: mysql: transaction support: ?autocommit=0
12081:
12082: * operators.txt: comment: updated
12083:
12084: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
12085: serialize version and exipire now removes entries
12086:
12087: * operators.txt: ^hashfile.delete[] removes files altogether [and
12088: dir, if could]
12089:
12090: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
12091: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
12092: removes files altogether [and dir, if could]
12093:
12094: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
12095: nonexistent pair. .c coded that that was error. fixed
12096:
12097: * src/types/pa_vhashfile.C: sdbm: exception type change to
12098: file.access [regretfull can't split it to different exceptions
12099: without modifying sdbm source wich would prefer not to]
12100:
12101: 2003-11-07 paf
12102:
12103: * src/: classes/date.C, classes/file.C, classes/hash.C,
12104: classes/hashfile.C, classes/image.C, classes/table.C,
12105: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
12106: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
12107: main/execute.C, main/main.vcproj, main/pa_pool.C,
12108: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
12109: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
12110: types/pa_vstateless_class.h: resurrected: pool idea. now only for
12111: destructing objects at request processing end
12112:
12113: 2003-11-06 paf
12114:
12115: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
12116: updates
12117:
12118: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
12119: to include sdbm
12120:
1.116 moko 12121: * src/include/: pa_config_includes.h, pa_version.h: our
12122: replacements of max& co only for cpp
1.95 moko 12123:
12124: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
12125: upper dir, .am updated
12126:
12127: * tests/todo.txt: hashfile: done
12128:
12129: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
12130: expiration [time in value. todo: move time to key]
12131:
12132: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
12133:
12134: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
12135: to do that in foreach, no errors, but surely wrong]
12136:
12137: * operators.txt, src/types/pa_vhashfile.C,
12138: src/types/pa_vhashfile.h: hashfile: clear and proper locking
12139:
12140: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
12141: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
12142: foreach
12143:
12144: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
12145: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
12146:
12147: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
12148: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
12149:
12150: * src/: include/pa_memory.h, targets/cgi/parser3.C,
12151: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12152: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
12153: get/put [raw]
12154:
12155: * src/: classes/op.C, main/pa_os.C: just linked
12156:
12157: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
12158: XmlException changes
12159:
12160: * src/: include/pa_charset.h, include/pa_globals.h,
12161: include/pa_stylesheet_connection.h, main/pa_exception.C:
12162: XmlException changes
12163:
12164: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
12165:
12166: * src/: include/pa_common.h, include/pa_exception.h,
12167: main/main.vcproj, main/pa_common.C, include/pa_os.h,
12168: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
12169: main/pa_xml_exception.C: locking move to pa_os [along with
12170: pa_sleep] apr-impl locking done
12171:
12172: * configure, configure.in, operators.txt, parser3.sln,
12173: src/classes/classes.vcproj, src/classes/hashfile.C,
12174: src/classes/xdoc.C, src/include/pa_config_fixed.h,
12175: src/include/pa_exception.h, src/include/pa_globals.h,
12176: src/include/pa_memory.h, src/include/pa_version.h,
12177: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
12178: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
12179: src/main/compile.tab.C, src/main/main.vcproj,
12180: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
12181: src/types/Makefile.am, src/types/pa_vhash.C,
12182: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12183: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
12184: again with sdbm from apache
12185:
12186: 2003-11-05 paf
12187:
12188: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12189: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
12190: \parser3project dir anymore
12191:
12192: * src/main/pa_charset.C: bugfix: had broken binary search [copied
12193: thoughtlessly from xalan]
12194:
12195: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
12196: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
12197: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
12198:
12199: * src/main/helpers/CaseFolding.txt:
12200: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
12201:
12202: 2003-11-04 paf
12203:
12204: * operators.txt: comment: ^mail:send[$.options[
12205:
12206: * src/classes/table.C: compiled on unix
12207:
1.116 moko 12208: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 12209:
12210: * src/classes/mail.C: compiled on unix
12211:
12212: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
12213: src/types/pa_vmail.h: !^mail:send[
12214: $.options[unix: string to append to sendmail command
12215: line]
12216:
12217: * operators.txt, src/classes/table.C, src/main/pa_string.C,
12218: tests/todo.txt: ^table.save[... $.separator[^#09]
12219: $.encloser["] <nothing> by default
12220:
12221: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
12222: !$.separator[^#09] !$.encloser["] <nothing> by
12223: default
12224:
12225: 2003-11-03 paf
12226:
12227: * operators.txt, src/classes/table.C, src/main/pa_common.C:
12228: ^table::load[; options: !$.column-separator[^#09]
12229: !$.column-encloser["]
12230:
12231: * operators.txt, src/include/pa_config_fixed.h,
12232: src/types/pa_vrequest.C: $request:document-root
12233:
12234: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
12235: [already included into uri=xxx]
12236:
12237: * operators.txt, src/classes/image.C, tests/todo.txt:
12238: ^image.gif[filename] for $response:download
12239:
12240: * src/classes/date.C: minor precaution
12241:
12242: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
12243: !^date.unix-timestamp[]
12244:
12245: 2003-10-30 paf
12246:
12247: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
12248: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
12249:
12250: * src/classes/: date.C, image.C: improvement diagnostics:
12251: $now[^date::create[$undefined]] now is error
12252:
12253: * src/main/pa_common.C: read errors would now be reported 'actually
12254: read -1 bytes'
12255:
12256: 2003-10-24 paf
12257:
12258: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
12259: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
12260: src/main/Makefile.am, src/targets/cgi/Makefile.am,
12261: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
12262:
12263: 2003-10-22 paf
12264:
12265: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
12266:
12267: 2003-10-21 paf
12268:
12269: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
12270: fixed: string.match[g] without <'> option produced columns with
12271: NULL's, which gpf'ed at table.save time
12272:
12273: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
12274: recoursion' message with intensive throw-catches fixed: incorrect
12275: name and line (one name upper then needed) in error message about
12276: problems inside try block
12277:
12278: 2003-10-10 paf
12279:
12280: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
12281: check offset argument for validity did that in String::Body::pos
12282: myself http://i2/tasks/edit/?id=4577425257580789777
12283:
12284: 2003-10-07 paf
12285:
12286: * src/main/: compile.tab.C, compile.y: ^if ( better error:
12287: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
12288:
12289: 2003-10-03 paf
12290:
12291: * parser3.sln, src/include/pa_dictionary.h,
12292: src/main/pa_dictionary.C, src/main/pa_string.C,
12293: src/targets/cgi/parser3.vcproj: dictionary optimized by
12294: precalculating cstr&length
12295:
12296: 2003-10-02 paf
12297:
12298: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12299: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12300: main/pa_stylesheet_manager.C: bugfix: ^throw context were
12301: saved/restored incompletely http://www.parser.ru/forum/?id=21484
12302:
12303: 2003-09-30 paf
12304:
12305: * src/main/pa_string.C: string::replace bug fix [were ignoring
12306: occurrances after lang-mismatched
12307:
12308: 2003-09-29 paf
12309:
12310: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
12311: helper
12312:
12313: * src/main/pa_string.C: string::serialize bug fix with
12314: zero-terminator
12315:
12316: * src/classes/table.C: ^nameless_table.save column row now has no
12317: \t at the end
12318:
12319: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12320: @postprocess now takes $response:body/download
12321:
12322: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
12323: error message
12324:
12325: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
12326:
12327: * src/classes/table.C: bugfix: flip: must produce nameless
12328: http://i2/tasks/edit/?id=4573405524674081244
12329:
12330: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
12331: main/helpers/simple_folding.pl: utf-8 upper/lower
12332:
12333: * src/main/pa_common.C: bugfix: utf signature were not ignored due
12334: to typo error http://i2/tasks/edit/?id=4573354650786434584
12335:
12336: 2003-09-26 paf
12337:
12338: * src/main/untaint.C: removed needless field
12339:
12340: * src/main/untaint.C: removed needless const
12341:
12342: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
12343: String.for_each bug fixed [omited one-char cases]
12344:
12345: * src/include/pa_stack.h: bugfix: before collecting garbage,
12346: runtime-executor stack were cleared... BADLY
12347:
12348: * src/main/pa_string.C: ^stirng.replace code used old
12349: param-convention on langs.append, fixed that search fo the like,
12350: found none
12351:
12352: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
12353: string::serialize/deserialize implemented Language enum assigned
12354: meaningful letters [more convinient for debugging. read warning
12355: before adding/changing anything]
12356:
12357: 2003-09-25 paf
12358:
12359: * src/: include/pa_string.h, include/pa_version.h,
12360: main/pa_string.C, main/untaint.C: templates and anonymous unions
12361: differences on unix
12362:
12363: * parser3.sln, src/classes/file.C, src/classes/image.C,
12364: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
12365: src/classes/xdoc.C, src/classes/xnode.C,
12366: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12367: src/include/pa_charsets.h, src/include/pa_common.h,
12368: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
12369: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
12370: src/include/pa_table.h, src/lib/cord/cordbscs.c,
12371: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
12372: src/lib/cord/include/cord.h, src/main/compile.tab.C,
12373: src/main/compile_tools.h, src/main/pa_charset.C,
12374: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
12375: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12376: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
12377: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
12378: src/types/pa_vmail.C, src/types/pa_vmath.C,
12379: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
12380: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
12381:
12382: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
12383: functions aligned to that of eeparser3 look
12384:
12385: * src/lib/cord/cordprnt.c: removed warnings
12386:
12387: 2003-09-24 paf
12388:
12389: * src/: classes/file.C, classes/image.C, classes/mail.C,
12390: classes/op.C, classes/xdoc.C, classes/xnode.C,
12391: include/pa_cache_managers.h, include/pa_charset.h,
12392: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
12393: include/pa_sql_driver_manager.h, include/pa_string.h,
12394: include/pa_stylesheet_manager.h, include/pa_table.h,
12395: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
12396: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
12397: main/pa_sql_driver_manager.C, main/pa_string.C,
12398: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
12399: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
12400: types/pa_vstateless_class.h, types/pa_vstatus.C,
12401: types/pa_vxnode.C: v() functions of String::Body,
12402: String::Languages and String itself StringBody->String::Body
12403:
12404: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12405: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
12406: never optimized anything. todo: somehow speed up harder cases:
12407: concatenationA+concatenationB when last block of A and first of B
12408: contain same letters
12409:
12410: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12411: lib/cord/include/cord.h: langs: speed up by joining adjucent
12412: blocks of same char [CORD_append_block]
12413:
12414: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12415: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
12416: save space by extending blocks when appending block with c ==
12417: lastblock.c
12418:
12419: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
12420: working yet :( but more working &understood :)
12421:
12422: * src/: classes/table.C, include/pa_string.h,
12423: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
12424:
12425: 2003-09-23 paf
12426:
12427: * src/main/untaint.C: $a[ok!] $a works!
12428:
12429: * src/main/untaint.C: something even more works :)
12430:
12431: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12432: something more works :)
12433:
12434: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12435: lib/cord/cordxtra.c: something already works :)
12436:
12437: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
12438: serialize&deserialize
12439:
12440: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
12441: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
12442: main/untaint.C: main idea implemented, details left
12443:
12444: 2003-09-22 paf
12445:
12446: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
12447:
12448: * src/classes/xnode.C: copy/paste comment bugfix
12449:
12450: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
12451: allocator returns 0, just die.
12452: http://i2/tasks/edit/?id=4570798492410259445
12453:
12454: * src/classes/xdoc.C: copy/paste comment bugfix
12455:
12456: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
12457: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
12458: xnode: getAttributeNS setAttributeNS removeAttributeNS
12459: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
12460:
12461: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
12462: chars due to bitwise operation signed-char error]
12463:
12464: 2003-09-19 paf
12465:
12466: * src/types/pa_wcontext.C: output message: more practical
12467: suggestion
12468:
12469: * src/main/pa_common.C, operators.txt: merged
12470: $f[^file::load[binary;http://...]] $f.tables
12471:
12472: 2003-09-02 paf
12473:
12474: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
12475: flush stdout without referencing 'stdout' symbol. to hell with
12476: non-ansi libraries without 'stdout' symbol
12477:
12478: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
12479: unix (users reported problems with some old libc)
12480:
12481: * src/types/pa_vdate.h: forgot initializer
12482:
12483: 2003-09-01 paf
12484:
12485: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
12486: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
12487: zone]
12488:
12489: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
12490:
12491: 2003-08-19 paf
12492:
12493: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
12494: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
12495: simplified a little
12496:
12497: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
12498: [lost fix from 3.0.8]
12499:
12500: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
12501: visible here }
12502:
12503: bug fix
12504:
12505: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
12506:
12507: * src/main/compile.tab.C: initialized couple of variables about
12508: which user reported runtime problems when parser were compiled
12509: with VC7, warning level4. study shows that later in bison
12510: they've fixed that. would migrate to latest bison someday
12511:
12512: * src/types/pa_vmail.C: turned off recoding in gmime (were still
12513: recoding headers)
12514:
12515: * src/types/pa_vmail.C: works as before, same charset problems:
12516: gmime recodes to UTF-8 only headers, not body. so not recoding
12517: anything for now
12518:
12519: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
12520: problems with body
12521:
12522: * src/types/pa_vmail.C: mail_receive just compiled
12523:
12524: 2003-08-18 paf
12525:
12526: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12527: main/main.vcproj, types/types.vcproj: win32: continued process
12528: detaching from \parser3project directory
12529:
12530: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
12531: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
12532: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
12533: src/lib/pcre/pcre_dftables.dsp,
12534: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
12535: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
12536: src/types/types.dsp: moved to MSVC 7
12537:
12538: * gnu.vcproj.vspscc, parser3.vssscc,
12539: src/classes/classes.vcproj.vspscc,
12540: src/lib/cord/cord.vcproj.vspscc,
12541: src/lib/ltdl/libltdl.vcproj.vspscc,
12542: src/lib/md5/md5.vcproj.vspscc,
12543: src/lib/pcre/pcre_dftables.vcproj.vspscc,
12544: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
12545: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
12546: src/targets/isapi/parser3isapi.vcproj.vspscc,
12547: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
12548: moved to MSVC 7
12549:
12550: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
12551: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
12552: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12553: src/lib/pcre/pcre_dftables.vcproj,
12554: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
12555: src/targets/cgi/parser3.vcproj,
12556: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12557: new VS project files
12558:
12559: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
12560: .NET to detect Jalindi Igloo capabilities.
12561:
12562: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 12563: src/classes/classes.awk, src/doc/footer.htm,
12564: src/include/pa_config_fixed.h, src/include/pa_version.h,
12565: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 12566: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
12567: src/types/pa_vmail.C: merged 3.1.0 latest changes
12568:
12569: 2003-08-15 paf
12570:
12571: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12572: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
12573:
12574: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12575: non-ascii <yyy> now encoded correctly
12576:
12577: 2003-07-29 paf
12578:
1.116 moko 12579: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
12580: dist
1.95 moko 12581:
12582: * src/types/pa_vmail.C: just started --with-mail-receive
12583:
12584: 2003-07-28 paf
12585:
1.116 moko 12586: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
12587: dependence in src/classes, src/lib/gc now in dist
1.95 moko 12588:
12589: * src/main/pa_string.C: ^cache bug fix [were not working at all]
12590:
12591: 2003-07-25 paf
12592:
12593: * src/doc/footer.htm: year
12594:
12595: 2003-07-24 paf
12596:
12597: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
12598: fix
12599:
12600: * src/include/pa_version.h: release
12601:
1.116 moko 12602: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 12603:
12604: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
12605: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
12606: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
12607: getting rid of win32xml pseudo project
12608:
12609: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
12610:
1.116 moko 12611: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
12612: configure.in, operators.txt, parser3.dsw,
1.95 moko 12613: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 12614: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 12615: src/classes/classes.C, src/classes/classes.awk,
12616: src/classes/classes.dsp, src/classes/classes.h,
12617: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12618: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12619: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12620: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12621: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12622: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12623: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
12624: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 12625: src/include/pa_array.h, src/include/pa_cache_managers.h,
12626: src/include/pa_charset.h, src/include/pa_charsets.h,
12627: src/include/pa_common.h, src/include/pa_config_auto.h.in,
12628: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
12629: src/include/pa_dictionary.h, src/include/pa_dir.h,
12630: src/include/pa_exception.h, src/include/pa_exec.h,
12631: src/include/pa_globals.h, src/include/pa_hash.h,
12632: src/include/pa_memory.h, src/include/pa_opcode.h,
12633: src/include/pa_operation.h, src/include/pa_pool.h,
12634: src/include/pa_pragma_pack_begin.h,
1.95 moko 12635: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
12636: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
12637: src/include/pa_sapi.h, src/include/pa_socks.h,
12638: src/include/pa_sql_connection.h,
12639: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
12640: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
12641: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12642: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 12643: src/include/pa_uue.h, src/lib/Makefile.am,
12644: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
12645: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
12646: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
12647: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 12648: src/lib/cord/include/ec.h,
12649: src/lib/cord/include/private/Makefile.am,
12650: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 12651: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
12652: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 12653: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 12654: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
12655: src/main/compile_tools.C, src/main/compile_tools.h,
12656: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
12657: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12658: src/main/pa_charsets.C, src/main/pa_common.C,
12659: src/main/pa_dictionary.C, src/main/pa_dir.C,
12660: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 12661: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
12662: src/main/pa_request.C, src/main/pa_socks.C,
12663: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12664: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 12665: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
12666: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
12667: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
12668: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
12669: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
12670: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
12671: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 12672: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12673: src/targets/isapi/parser3isapi.dsp,
12674: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 12675: src/types/pa_junction.h, src/types/pa_method.h,
12676: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 12677: src/types/pa_vclass.C, src/types/pa_vclass.h,
12678: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12679: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12680: src/types/pa_vdouble.h, src/types/pa_venv.h,
12681: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12682: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12683: src/types/pa_vimage.C, src/types/pa_vimage.h,
12684: src/types/pa_vint.h, src/types/pa_vjunction.h,
12685: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
12686: src/types/pa_vmath.h, src/types/pa_vmemory.h,
12687: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12688: src/types/pa_vobject.C, src/types/pa_vobject.h,
12689: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12690: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12691: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12692: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12693: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12694: src/types/pa_vstring.h, src/types/pa_vtable.C,
12695: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12696: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12697: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12698: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12699: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
12700: HEAD
12701:
12702: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
12703: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
12704: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
12705: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
12706: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
12707: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
12708: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
12709: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
12710: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
12711: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
12712: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
12713: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
12714: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
12715: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
12716: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
12717: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
12718: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
12719: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
12720: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
12721: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
12722: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12723: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
12724: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
12725: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
12726: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
12727: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
12728: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
12729: outputs/create-dir, results/001.processed, results/002.processed,
12730: results/003.processed, results/004.processed,
12731: results/005.processed, results/006.processed,
12732: results/007.processed, results/008.processed,
12733: results/009.processed, results/010.processed,
12734: results/011.processed, results/012.processed,
12735: results/013.processed, results/014.processed,
12736: results/015.processed, results/016.processed,
12737: results/017.processed, results/018.processed,
12738: results/019.processed, results/020.processed,
12739: results/021.processed, results/022.processed,
12740: results/023.processed, results/024.processed,
12741: results/025.processed, results/026.processed,
12742: results/027.processed, results/028.processed,
12743: results/029.processed, results/030.processed,
12744: results/031.processed, results/032.processed,
12745: results/033.processed, results/034.processed,
12746: results/035.processed, results/036.processed,
12747: results/037.processed, results/038.processed,
12748: results/039.processed, results/040.processed,
12749: results/041.processed, results/042.processed,
12750: results/043.processed, results/044.processed,
12751: results/045.processed, results/046.processed,
12752: results/047.processed, results/048.processed,
12753: results/049.processed, results/050.processed,
12754: results/051.processed, results/052.processed,
12755: results/053.processed, results/054.processed,
12756: results/055.processed, results/056.processed,
12757: results/057.processed, results/058.processed,
12758: results/059.processed, results/060.processed,
12759: results/061.processed, results/062.processed,
12760: results/063.processed, results/064.processed,
12761: results/065.processed, results/066.processed,
12762: results/067.processed, results/068.processed,
12763: results/069.processed, results/070.processed,
12764: results/071.processed, results/072.processed,
12765: results/073.processed, results/074.processed,
12766: results/075.processed, results/076.processed,
12767: results/077.processed, results/078.processed,
12768: results/079.processed, results/080.processed,
12769: results/081.processed, results/082.processed,
12770: results/083.processed, results/084.processed,
12771: results/085.processed, results/086.processed,
12772: results/087.processed, results/088.processed,
12773: results/089.processed, results/090.processed,
12774: results/091.processed, results/092.processed,
12775: results/093.processed, results/094.processed,
12776: results/095.processed, results/096.processed,
12777: results/097.processed, results/098.processed,
12778: results/099.processed, results/100.processed,
12779: results/101.processed, results/102.processed,
12780: results/103.processed, results/104.processed,
12781: results/105.processed, results/106.processed,
12782: results/107.processed, results/108.processed,
12783: results/109.processed, results/110.processed,
12784: results/111.processed, results/112.processed,
12785: results/113.processed, results/114.processed,
12786: results/115.processed, results/116.processed,
12787: results/117.processed, results/118.processed,
12788: results/119.processed, results/120.processed,
12789: results/121.processed, results/122.processed,
12790: results/123.processed, results/124.processed,
12791: results/125.processed, results/126.processed,
12792: results/127.processed, results/128.processed,
12793: results/129.processed, results/130.processed,
12794: results/131.processed, results/132.processed,
12795: results/133.processed, results/134.processed,
12796: results/135.processed, results/136.processed,
12797: results/137.processed, results/138.processed,
12798: results/139.processed, results/140.processed,
12799: results/141.processed: merged(copied) to HEAD from template_gc
12800:
12801: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
12802: towards \parser3project not having to be in root
12803:
12804: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
12805: module compiled [were minor unnecessary changes in lib/md5
12806: interface]
12807:
12808: * src/include/pa_version.h: release
12809:
12810: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
12811:
12812: * src/classes/math.C: merged uuid bugfix
12813:
12814: * tests/: 141.html, results/141.processed: fixed bug with
12815: too-small-a-buffer
12816:
12817: * src/classes/math.C: uuid bugfix
12818:
12819: * tests/: 141.html, Makefile, results/005.processed,
12820: results/030.processed, results/075.processed,
12821: results/078.processed: to reflect date format change (were -
12822: become ' ')
12823:
12824: * src/classes/math.C: uuid bugfix
12825:
12826: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
12827: debug/release changes
12828:
12829: * src/lib/md5/pa_md5c.c: PA_ -> pa_
12830:
12831: 2003-07-23 paf
12832:
12833: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12834: renamed a little [to move to comman naming conv]
12835:
1.116 moko 12836: * src/targets/Makefile.am: apache13 splitted to simplify apache
12837: build
1.95 moko 12838:
12839: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
12840: main/pa_request.C, main/pa_sql_driver_manager.C,
12841: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
12842: stack top_index() fixed
12843:
12844: * src/main/pa_globals.C: minor style changes
12845:
12846: * src/: classes/op.C, include/pa_sql_connection.h: connection
12847: closing/caching fixed [connections were not closed/put to cache]
12848:
12849: 2003-07-22 paf
12850:
12851: * INSTALL: gc part updated stightly
12852:
12853: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
12854: new sapi interface
12855:
12856: * src/classes/file.C: comment on OS
12857:
12858: * src/main/pa_string.C: removed reduntant invariant check [there is
12859: one deeper in cord lib]
12860:
12861: * src/main/pa_exec.C: on win32 bugfix in handling shbang
12862:
12863: * src/main/pa_memory.C: out of memory is no longer coredump
12864:
12865: * INSTALL: disable-threads adviced
12866:
12867: 2003-07-21 paf
12868:
1.116 moko 12869: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 12870:
12871: * src/classes/file.C: file::exec/cgi environment variables now must
12872: be UPPERCASE and A-Z 0-9 _-
12873:
12874: * src/classes/file.C: env passing fixed
12875:
12876: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
12877:
12878: * src/main/pa_common.C: http:// CRLF now
12879:
12880: 2003-07-02 paf
12881:
12882: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
12883: fields to reflect their real meaning
12884:
12885: 2003-06-27 paf
12886:
12887: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
12888: include/pa_hash.h, main/pa_charset.C: merged from HEAD
12889: file::exec/cgi .charset
12890:
12891: 2003-06-26 paf
12892:
12893: * ChangeLog, src/classes/file.C, src/classes/hash.C,
12894: src/classes/image.C, src/classes/op.C, src/classes/string.C,
12895: src/classes/table.C: fixed several uninitialized local
12896: structures. notably ^hash.foreach now inserts delimiters
12897: properly [were inserting it before first body]
12898:
12899: 2003-06-24 paf
12900:
12901: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
12902:
12903: 2003-06-20 paf
12904:
12905: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
12906: src/main/pa_globals.C: introducing
12907: $f[^file::load[binary;http://...]] $f.tables
12908:
12909: 2003-06-06 paf
12910:
12911: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
12912: table. [were method lookup: inconsistent]
12913:
12914: 2003-06-02 paf
12915:
12916: * src/include/pa_memory.h: empty string clone fixed to return
12917: writable memory
12918:
12919: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
12920: were not appended] which violated string invariant
12921:
12922: 2003-05-30 paf
12923:
12924: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
12925: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
12926:
12927: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
12928: GMT ; RFC 822, updated by RFC 1123
12929:
12930: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
12931: targets/isapi/parser3isapi.C: initialized request_info properly
12932:
12933: * src/classes/xnode.C: found minor bug, commended for future
12934:
12935: 2003-05-28 paf
12936:
12937: * src/classes/form.C: request_info.content_length can't be <0,
12938: size_t for some time
12939:
12940: 2003-05-26 paf
12941:
12942: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
12943: forgotten <0 changed to !=STRING_NOT_FOUND
12944:
12945: * src/classes/math.C: merged ffffu from HEAD
12946:
12947: 2003-05-11 paf
12948:
12949: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
12950:
12951: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
12952: premature doc free. transformed document had xmlDoc reference
12953: stored to non-gc-memory (libgdome) added holding-reference
12954:
12955: 2003-04-29 paf
12956:
12957: * src/main/pa_globals.C: started digging on double free. on win32
12958: found that that's perfectly normal.
12959:
12960: 2003-04-25 paf
12961:
12962: * src/classes/table.C: table.join bug fix [bad limit check]
12963:
12964: * src/classes/math.C: merged from HEAD: simpiler hash_string
12965:
12966: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
12967: print anything. changed to quicker and simplier code
12968:
12969: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
12970: strict a check]
12971:
12972: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
12973:
12974: 2003-04-24 paf
12975:
12976: * src/include/pa_table.h: too strict assert loosened
12977:
12978: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
12979: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
12980: report
12981:
12982: 2003-04-21 paf
12983:
1.116 moko 12984: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 12985:
12986: * src/main/pa_globals.C: pcre memory management changed to use GC
12987: memory
12988:
12989: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
12990: xmlMallocAtomic [author agreed to my suggestion], used that
12991:
12992: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
12993:
12994: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
12995: types/pa_vmail.C: attributed_meaning_to_string added
12996: L_UNSPECIFIED piece which was sortof OK, but violated string
12997: invariant [assertion barked on that] changed to L_PASS_APPEND,
12998: made that param obligatory
12999:
13000: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13001: fixed [assert helped]
13002:
13003: * src/include/pa_string.h: assert added [looking for bug]
13004:
13005: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13006: names on Win32 considered disk-global
13007:
13008: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13009: considered disk-global
13010:
13011: 2003-04-18 paf
13012:
13013: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13014: filenames
13015:
13016: * src/main/untaint.C: enabled '~' letter in filenames
13017:
13018: 2003-04-16 paf
13019:
13020: * src/classes/file.C: small bug introduced in autoptr times fixed
13021:
13022: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13023: HEAD
13024:
1.116 moko 13025: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13026:
13027: 2003-04-15 paf
13028:
13029: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13030: src/lib/md5/pa_md5c.c, tests/141.html,
13031: tests/results/141.processed: merged from head ^math:uuid[]
13032: ^math:uid64[] ^math:md5[string]
13033:
13034: test added: 141.html
13035:
13036: * operators.txt, src/classes/math.C: ^math:uid64[]
13037:
13038: * src/classes/math.C: ^math:uuid[]
13039:
13040: * operators.txt, src/classes/math.C: ^math:uuid[]
13041:
13042: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13043: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13044:
13045: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13046: src/include/pa_config_fixed.h, src/main/pa_common.C:
13047: ^file::load[mode;name; $.offset $.limit
13048:
13049: 2003-04-14 paf
13050:
13051: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13052: started ^math:md5
13053:
13054: * src/classes/table.C, src/include/pa_array.h,
13055: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13056: tests/results/140.processed: table $.reverse option works in
13057: create&co table $.distinct[tables] bug fix merged
13058:
13059: * src/: classes/table.C, include/pa_table.h: table
13060: $.distinct[tables] bug fixed
13061:
13062: * src/classes/table.C: more warnings
13063:
13064: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13065: removed checks in table::set_current, moved them back to
13066: table::locate implemented table::create/join ñ $.reverse
13067:
13068: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13069: removed checks in table::set_current, moved them back to
13070: table::locate
13071:
13072: 2003-04-11 paf
13073:
13074: * operators.txt, src/classes/date.C, src/classes/table.C,
13075: src/include/pa_array.h, src/include/pa_common.h,
13076: src/include/pa_config_includes.h, src/include/pa_string.h,
13077: src/include/pa_table.h, src/main/pa_request.C,
13078: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13079: src/main/pa_table.C: merged from HEAD from
13080: before_append_array_limit_sense_change to
13081: after_append_array_limit_sense_change
13082:
13083: * src/classes/table.C: typo
13084:
13085: * operators.txt, src/classes/date.C, src/classes/table.C,
13086: src/include/pa_array.h, src/include/pa_common.h,
13087: src/include/pa_config_includes.h, src/include/pa_globals.h,
13088: src/include/pa_table.h, src/main/pa_array.C,
13089: src/main/pa_globals.C, src/main/pa_request.C,
13090: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13091: src/main/pa_table.C: append_array_limit_sense_change locate
13092: accepts options same as create new option: $.reverse(1) [do not
13093: work in table::create]
13094:
13095: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
13096: (stat xxx,
13097:
13098: * src/classes/: table.C: typo
13099:
13100: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
13101: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
13102: results/130.processed, results/131.processed,
13103: results/132.processed, results/133.processed,
13104: results/134.processed, results/135.processed,
13105: results/136.processed, results/137.processed,
13106: results/138.processed, results/139.processed: added few mustfail
13107: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
13108: date/time 132.html mustfail: access to junction outside of
13109: context 133.html mustfail: access to junction outside of context,
13110: case version 134.html mustfail: hash: adding a key inside of
13111: foreach 135.html mustfail: modifying system class 136.html
13112: mustfail: $.name outside of $hash[here] 137.html mustfail:
13113: appendChild without import 138.html mustfail: invalid encoding
13114: inside of xml 139.html mustfail: bad XPath
13115:
13116: * operators.txt, src/classes/table.C, tests/084.html,
13117: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
13118: tests/129.html, tests/results/125.processed,
13119: tests/results/126.processed, tests/results/127.processed,
13120: tests/results/128.processed, tests/results/129.processed: merged
13121: from HEAD ^table.hash[key][$.distinct[tables]]
13122:
13123: maked appropriate tests [changed one old nonconforming]
13124:
13125: * operators.txt, src/classes/table.C:
13126: ^table.hash[key][$.distinct[tables]]
13127:
13128: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13129: merged fix for found very old xml (dom) bug: were passing
13130: domString objects and later ERROREOUSLY freed them
13131:
13132: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
13133: src/main/pa_charset.C: re-added libgdome patch. regretfully
13134: libgdome bug can not be worked around
13135:
13136: 2003-04-10 paf
13137:
13138: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13139: found very old xml (dom) bug: were passing domString objects and
13140: later ERROREOUSLY freed them
13141:
13142: * src/doc/string.dox, src/include/pa_memory.h,
13143: src/include/pa_string.h, src/lib/cord/cordbscs.c,
13144: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
13145: tests/123.html, tests/124.html, tests/results/001.processed,
13146: tests/results/002.processed, tests/results/003.processed,
13147: tests/results/004.processed, tests/results/005.processed,
13148: tests/results/006.processed, tests/results/008.processed,
13149: tests/results/009.processed, tests/results/010.processed,
13150: tests/results/011.processed, tests/results/012.processed,
13151: tests/results/013.processed, tests/results/014.processed,
13152: tests/results/015.processed, tests/results/016.processed,
13153: tests/results/017.processed, tests/results/018.processed,
13154: tests/results/020.processed, tests/results/021.processed,
13155: tests/results/022.processed, tests/results/023.processed,
13156: tests/results/024.processed, tests/results/025.processed,
13157: tests/results/026.processed, tests/results/027.processed,
13158: tests/results/028.processed, tests/results/029.processed,
13159: tests/results/030.processed, tests/results/031.processed,
13160: tests/results/032.processed, tests/results/033.processed,
13161: tests/results/034.processed, tests/results/035.processed,
13162: tests/results/036.processed, tests/results/037.processed,
13163: tests/results/038.processed, tests/results/039.processed,
13164: tests/results/040.processed, tests/results/041.processed,
13165: tests/results/042.processed, tests/results/043.processed,
13166: tests/results/044.processed, tests/results/045.processed,
13167: tests/results/046.processed, tests/results/047.processed,
13168: tests/results/048.processed, tests/results/049.processed,
13169: tests/results/050.processed, tests/results/051.processed,
13170: tests/results/052.processed, tests/results/053.processed,
13171: tests/results/054.processed, tests/results/055.processed,
13172: tests/results/056.processed, tests/results/057.processed,
13173: tests/results/058.processed, tests/results/059.processed,
13174: tests/results/060.processed, tests/results/061.processed,
13175: tests/results/062.processed, tests/results/063.processed,
13176: tests/results/064.processed, tests/results/065.processed,
13177: tests/results/066.processed, tests/results/067.processed,
13178: tests/results/068.processed, tests/results/069.processed,
13179: tests/results/070.processed, tests/results/071.processed,
13180: tests/results/072.processed, tests/results/073.processed,
13181: tests/results/074.processed, tests/results/075.processed,
13182: tests/results/076.processed, tests/results/077.processed,
13183: tests/results/078.processed, tests/results/079.processed,
13184: tests/results/080.processed, tests/results/081.processed,
13185: tests/results/082.processed, tests/results/083.processed,
13186: tests/results/084.processed, tests/results/085.processed,
13187: tests/results/086.processed, tests/results/087.processed,
13188: tests/results/088.processed, tests/results/089.processed,
13189: tests/results/090.processed, tests/results/091.processed,
13190: tests/results/092.processed, tests/results/093.processed,
13191: tests/results/094.processed, tests/results/095.processed,
13192: tests/results/096.processed, tests/results/097.processed,
13193: tests/results/101.processed, tests/results/102.processed,
13194: tests/results/104.processed, tests/results/105.processed,
13195: tests/results/106.processed, tests/results/107.processed,
13196: tests/results/108.processed, tests/results/109.processed,
13197: tests/results/110.processed, tests/results/111.processed,
13198: tests/results/112.processed, tests/results/113.processed,
13199: tests/results/114.processed, tests/results/115.processed,
13200: tests/results/116.processed, tests/results/117.processed,
13201: tests/results/118.processed, tests/results/119.processed,
13202: tests/results/120.processed, tests/results/121.processed,
13203: tests/results/122.processed, tests/results/123.processed,
13204: tests/results/124.processed: new convention: char* never 0.
13205: assert in cord on that
13206:
13207: * src/main/pa_charset.C: couple more asserts
13208:
13209: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
13210: speedup
13211:
13212: * src/main/pa_charset.C: couple assertions on fantastic situations
13213: added [may be those is the case now?]
13214:
13215: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13216: that's memory from gc_malloc, not from g_malloc :(, but would
13217: hope]
13218:
13219: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13220: that's memory from gc_malloc, not from g_malloc :(, but would
13221: hope]
13222:
13223: * src/main/pa_charset.C: checked custom malloc for returning 0
13224:
13225: 2003-04-09 paf
13226:
13227: * src/classes/date.C: merged ^date.roll changes
13228:
13229: * src/classes/date.C: ^date.roll bug fix
13230:
13231: * src/classes/date.C: ^date.roll now throws less errors: month
13232: shifts handles end of month situation by reducing day number
13233: hour-hole shift reduces hour to recover
13234:
13235: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
13236: Sort by function time
13237:
13238: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
13239: http:// $.charset[] param done
13240:
13241: * tests/: 122.html, results/122.processed: 122 date test <= and ==
13242: added [after volatile fix. passes on win&intel-solaris]
13243:
13244: 2003-04-08 paf
13245:
13246: * src/: classes/file.C, classes/op.C, classes/table.C,
13247: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
13248: include/pa_common.h, include/pa_request_charsets.h,
13249: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13250: main/pa_exec.C, main/pa_request.C, main/untaint.C,
13251: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
13252: types/pa_vresponse.C: started http:// $.charset[] param and
13253: http response charset detection just compiled. todo:test
13254:
13255: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
13256:
13257: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
13258: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
13259: types/pa_vmail.C: changed transcode param converntion along with
13260: string creating convention -- all strings are zero-terminated,
13261: this allowed to fix one remaining String("123", 2) case
13262:
13263: * src/: classes/date.C, classes/file.C, classes/hash.C,
13264: classes/op.C, classes/string.C, classes/table.C,
13265: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
13266: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
13267: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13268: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
13269: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
13270: violated String::invariant. started fixing [not compiled now]
13271:
13272: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
13273: main/compile.tab.C, main/compile.y, main/pa_string.C,
13274: main/untaint.C, targets/cgi/parser3.C: number of string style
13275: improvements & optimizations
13276:
13277: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
13278: :(]
13279:
13280: * src/main/untaint.C: removed redundant & in CORD_pos param passing
13281: [for it's a pointer really]
13282:
13283: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
13284: 'n' param. worked that around
13285:
13286: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
13287: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
13288: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
13289: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
13290: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
13291:
13292: Thanks for the bug report and patch.
13293:
13294: I hadn't looked at this code in a while. Reading it now, it
13295: seems to me that the tests should also be ">= MAX_DEPTH" to
13296: comply with the invariant, though that may not matter a lot. I
13297: changed that, too.
13298:
13299: Hans
13300:
13301: 2003-04-07 paf
13302:
13303: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
13304: merged from head:safe mode error message now includes numbers
13305:
13306: * src/main/execute.C: n-th attempt to make a=a work with double.
13307: problem: as_double returns it's result in fp-register compiler
13308: optimizes access to that register after b->as_double, and just
13309: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13310: from memory. _SAME_ double values do not match here. when
13311: forced to REload fp-register, values do match.
13312:
13313: tried to make them volatile.
13314:
13315: * src/main/execute.C: n-th attempt to make a=a work with double.
13316: problem: as_double returns it's result in fp-register compiler
13317: optimizes access to that register after b->as_double, and just
13318: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13319: from memory. _SAME_ double values do not match here. when
13320: forced to REload fp-register, values do match.
13321:
13322: tried to make them volatile.
13323:
13324: * src/types/pa_vobject.h: small style change
13325:
13326: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
13327:
13328: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
13329: mode error message now includes numbers
13330:
13331: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
13332: now causes death
13333:
13334: 2003-04-04 paf
13335:
13336: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
13337: incorportated pa_exec patch by From: "Victor Fedoseev"
13338: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
13339: Sent: Thursday, January 23, 2003 9:14 AM
13340:
13341: huge speedup on ^file::cgi with big result
13342:
13343: * src/classes/table.C: sort table with 0 rows bug fixed
13344:
13345: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
13346: fix http://i2/tasks/edit/?id=4493701604654042676
13347:
13348: @main[] $with_default[ $.a[1] $._default[default from
13349: with_default] ] ^show[$with_default]
13350:
13351: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13352: =$to_add_to.xxx=<br>
13353:
13354: ^show[$to_add_to]
13355:
13356: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13357: ^show[$cloned]
13358:
13359: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13360:
13361: } <hr>
13362:
13363: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
13364: http://i2/tasks/edit/?id=4493701604654042676
13365:
13366: @main[] $with_default[ $.a[1] $._default[default from
13367: with_default] ] ^show[$with_default]
13368:
13369: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13370: =$to_add_to.xxx=<br>
13371:
13372: ^show[$to_add_to]
13373:
13374: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13375: ^show[$cloned]
13376:
13377: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13378:
13379: } <hr>
13380:
13381: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
13382: http://i2/tasks/edit/?id=4507350336410850921
13383:
13384: * src/classes/xdoc.C: memory allocation func bugfix
13385: http://i2/tasks/edit/?id=4499303470368629745
13386:
13387: * src/classes/math.C: allowed random 1...
13388:
13389: * src/classes/math.C: allowed random 0..
13390:
13391: * src/main/pa_globals.C: exif mem leak
13392: http://i2/tasks/edit/?id=4480590323629807263
13393:
13394: * src/: classes/classes.dsp, main/main.dsp,
13395: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
13396: fix http://i2/tasks/edit/?id=4493946731322521294
13397: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
13398:
13399: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13400: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
13401: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
13402: links to xml libs made relative, no need to unpack parser3project
13403: to /parser3project.
13404:
13405: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
13406: column more precise - tab handling bug fixed
13407:
13408: * src/main/: compile.tab.C, compile.y: more understandable error
13409: message in case @CLASS with more then one line inside
13410:
13411: * src/targets/cgi/parser3.C: more understandable error message in
13412: case of errors in @unhandled_exception
13413:
13414: 2003-04-03 paf
13415:
13416: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
13417: src/main/compile.tab.C, src/main/compile.y,
13418: src/main/compile_tools.C, src/main/compile_tools.h,
13419: src/main/execute.C, src/main/pa_request.C: debug info format
13420: simplified, now it's: OP_VALUE Operation::Origin << here value*
13421:
13422: higher limits: file number (max: 255) line number (max:
13423: 64535) column number (max: 255)
13424:
13425: * src/classes/math.C: top limit
13426:
13427: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
13428: precise parse error position in case of
13429:
13430: ^bug ]
13431:
13432: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
13433: changed to realities, and passed [bug fixed]
13434:
13435: * src/: classes/op.C, include/pa_request.h, main/compile.C,
13436: main/compile.tab.C, main/compile.y, main/compile_tools.C,
13437: main/compile_tools.h, main/pa_request.C: introducing
13438: ^process...[main-method-alias]
13439:
13440: * src/: classes/date.C, classes/image.C, classes/op.C,
13441: classes/string.C, classes/table.C, classes/xdoc.C,
13442: types/pa_vmethod_frame.h: MethodParams& now [methods without
13443: params receive zero reference, but they are expected not to look
13444: there]
13445:
13446: * operators.txt, src/classes/date.C, src/classes/double.C,
13447: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
13448: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13449: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13450: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13451: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13452: src/main/execute.C, src/types/pa_method.h: MethodParams& now
13453: [methods without params receive zero reference, but they are
13454: expected not to look there]
13455:
13456: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13457: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
13458: ^process...[filename] useful for better error reporting
13459: [file/line/col]
13460:
13461: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13462: types/pa_vstring.h: slightly improved error messages text: 1. is
13463: '%s', it 2. method undefined in case of ^void[]
13464:
13465: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13466: include/pa_types.h, main/execute.C, main/pa_request.C: exception
13467: handling done. now we have error columns todo: test it
13468:
13469: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
13470: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
13471:
13472: this makes life easier: were: bad stack order -- were in
13473: exception catch unwind order, which didn't match execution order
13474:
13475: @main[] ^try{ ^first[] }{ ^throw[c;3] }
13476:
13477: @first[] ^throw[a;1]
13478:
13479: showed throw a first throw b try
13480:
13481: which is no good
13482:
13483: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13484: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
13485: trace reset after handled exception [old bug fixed]
13486:
13487: * src/main/: compile.tab.C, compile.y: parse position old bug
13488: fixed. position reporting made precise [both, in parse erros and
13489: runtime errors]
13490:
13491: 2003-04-02 paf
13492:
13493: * src/: include/pa_operation.h, include/pa_request.h,
13494: main/compile.C, main/compile.tab.C, main/compile.y,
13495: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13496: main/pa_exception.C, main/pa_request.C: debug info: started
13497: using. todo:complete
13498:
13499: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
13500: main/compile.C, main/compile.tab.C, main/compile.y,
13501: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13502: main/pa_request.C: prepared debug info todo:use it
13503:
13504: * src/include/pa_operation.h: strange mistake fixed: forgot to
13505: return Operation class->union after switching from autoptrs.
13506:
13507: * tests/: Makefile, results/108.processed, results/117.processed:
13508: meta considered OK [it's up to coder now to remove it not needed]
13509:
13510: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
13511: Dictionary constructor when moved to gc]
13512:
13513: * src/main/pa_common.C: uncommented http:// file loading
13514:
13515: * src/include/pa_array.h, src/main/execute.C,
13516: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
13517: fix [gdGrowingBuf]
13518:
13519: * configure.in, src/lib/Makefile.am: removed patches
13520:
13521: * configure, src/include/pa_config_auto.h.in,
13522: src/main/pa_charset.C: --enable-assertions autoconf-ed
13523:
13524: * src/main/pa_common.C: uncommented http:// file loading
13525:
13526: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
13527: xdoc::create/load
13528:
13529: * src/: classes/form.C, classes/hash.C, classes/image.C,
13530: classes/string.C, classes/table.C, classes/void.C,
13531: include/pa_common.h, main/pa_common.C, main/pa_request.C,
13532: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
13533: String::String(str,helper_length) are checked. found/fixed one
13534: place: $request:body now zero-terminated,
13535:
13536: * src/: classes/op.C, classes/table.C, include/pa_request.h,
13537: main/compile_tools.C, main/execute.C, types/pa_value.h,
13538: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
13539: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13540: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13541: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
13542: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13543: types/pa_vxnode.h: more locally scoped vars in execute (more
13544: easily optimizable)
13545:
13546: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
13547: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
13548:
13549: * src/: include/pa_array.h, include/pa_stack.h,
13550: include/pa_string.h, main/compile_tools.C, main/main.dsp,
13551: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
13552: become assertion iterator in methodframe filler
13553:
13554: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
13555: targets/cgi/parser3.C: array::get/put inlined
13556:
13557: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
13558: gc_substitute_memory_management_functions +installed CORD_oom
13559: function
13560:
13561: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
13562: src/include/pa_config_includes.h, src/include/pa_string.h,
13563: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
13564: src/targets/cgi/parser3.C: converted debug hacks to ANSI
13565: assertions started configure.in --enable-assertions
13566:
13567: 2003-04-01 paf
13568:
13569: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
13570: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
13571: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
13572: gdome uses glib memory, and stores last pointer to xmlDoc there,
13573: gc misses that and collects valid memory fixed by remembering
13574: xmlDoc from dom object in xdoc. todo: do something with
13575: premature free of xdoc with xnodes/node values referring into it
13576:
13577: * src/classes/: mail.C: typo fix
13578:
13579: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
13580: changes
13581:
13582: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
13583: main/pa_memory.C: moved memory debugging to global level: to
13584: pa_gc_malloc
13585:
13586: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
13587: debugging showed no errors. todo: debug parser memory
13588:
13589: * src/targets/cgi/: parser3.C, parser3.dsp: more build
13590: configurations
13591:
13592: * src/: classes/classes.dsp, include/pa_config_fixed.h,
13593: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
13594: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
13595: types/types.dsp: prepared xml-static configuration
13596:
13597: 2003-03-31 paf
13598:
13599: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
13600: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
13601: xml lib memory debugging, simple checks failed: it seems that
13602: library does realloc(bad ptr), and recording those ptrs in heap
13603: [for debugging] was bad: heap situation changes = everything
13604: works fine
13605:
13606: * src/: main/pa_charset.C, include/pa_charset.h: worked around
13607: xmlRegisterCharEncodingHandler limitation [currently imposed
13608: limit of 10 user-defined charsets]
13609:
13610: 2003-03-28 paf
13611:
13612: * src/main/execute.C: execution stack copied to local register
13613: variable, removed lots [~2e7) of memory accesses
13614:
13615: 2003-03-27 paf
13616:
13617: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
13618: works in debug, but fails in release todo: fix that
13619:
13620: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
13621: targets/cgi/parser3.C: forgot to merge XML memory funcs
13622: replacement from gc branch
13623:
13624: * src/main/pa_exec.C: introducing append_help_length [radical
13625: improvement here]
13626:
13627: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
13628: 'not recommened' in gc.h, on win32 noticed no difference]
13629:
13630: * src/include/pa_array.h: returned checked array get [were disabled
13631: for debugging] result:not slower [don't understand that, it were
13632: INLINED] todo: find out a way of inlining it!
13633:
13634: * src/: include/pa_string.h, lib/gc/include/gc.h,
13635: lib/gc/include/gc_fake.h, main/compile.tab.C,
13636: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
13637: convention changed: all resulting strings are zero-terminated
13638:
13639: * src/: classes/date.C, classes/file.C, classes/hash.C,
13640: classes/string.C, classes/table.C, classes/void.C,
13641: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
13642: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
13643: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
13644: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13645: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
13646: types/pa_vfile.C, types/pa_vmail.C: introducing
13647: append_help_length [radical improvement here]
13648:
13649: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
13650: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
13651: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
13652: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
13653: even slower
13654:
13655: * src/: classes/string.C, classes/table.C, include/pa_array.h,
13656: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
13657: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
13658: clients of &get(): most to use non-ref version, some[in tight
13659: places] to get_unchecked_ref
13660:
13661: * src/doc/memory.dox: forgot to add
13662:
13663: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
13664: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
13665: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
13666: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
13667: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13668: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
13669: targets/cgi/parser3.dsp, types/pa_vmail.C,
13670: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
13671: T>>&<< removed after Stack::pop wiping removed [moved to separate
13672: func] other Array & removed
13673:
13674: 2003-03-26 paf
13675:
13676: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
13677: classes/table.C, include/pa_array.h, include/pa_charset.h,
13678: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
13679: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13680: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
13681: main/main.dsp, main/pa_charset.C, main/pa_common.C,
13682: main/pa_exec.C, main/pa_sql_driver_manager.C,
13683: main/pa_stylesheet_manager.C, main/pa_table.C,
13684: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13685: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13686: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
13687: pre-evaluated .count() in some places
13688:
13689: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13690: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
13691: types/types.dsp: .dsp profiling updated
13692:
13693: * src/: classes/classes.dsp, lib/cord/cord.dsp,
13694: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
13695: targets/cgi/parser3.dsp, types/types.dsp: started profiling
13696:
13697: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
13698: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
13699: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
13700: use lib/gc,lib/cord
13701:
1.116 moko 13702: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
13703: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 13704: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
13705: src/include/pa_config_includes.h, src/include/pa_request.h,
13706: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13707: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 13708: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 13709: src/lib/cord/include/Makefile.am,
1.116 moko 13710: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
13711: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
13712: src/targets/cgi/Makefile.am, src/types/Makefile.am,
13713: src/types/pa_vclass.h, src/types/pa_vcookie.h,
13714: src/types/pa_vform.h, src/types/pa_vhash.h,
13715: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
13716: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
13717: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
13718: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
13719: funcs ported pa_exec
1.95 moko 13720:
13721: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
13722:
13723: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
13724: bundled gc includes
13725:
13726: * src/: classes/op.C, include/pa_array.h,
13727: include/pa_sql_connection.h, include/pa_string.h,
13728: include/pa_version.h, main/compile.tab.C, main/compile.y,
13729: main/execute.C, main/pa_common.C, main/pa_exception.C,
13730: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
13731: targets/cgi/parser3.dsp: a number of bugfixes [while testing
13732: first real site (aval)]
13733:
13734: 2003-03-25 paf
13735:
13736: * operators.txt, src/main/pa_sql_driver_manager.C,
13737: src/types/pa_vstatus.C: $status.memory used free since_compact
13738: process
13739:
13740: * src/: include/pa_sql_connection.h, main/pa_globals.C,
13741: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
13742:
13743: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
13744:
13745: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
13746: src/types/pa_value.h, src/types/pa_vfile.h,
13747: src/types/pa_vobject.C, src/types/pa_vobject.h,
13748: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
13749: tests/results/121.processed: untaint.C L_URI
13750:
13751: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
13752: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
13753: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
13754: src/types/pa_vmemory.h: ^memory:compact[]
13755:
13756: * tests/results/109.processed: it was a bug in parser. updated 109
13757: test result
13758:
13759: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
13760:
13761: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
13762: tests/results/107.processed: fixed dom language [values are now
13763: considered tainted. it was a bug in parser. updated 107 test
13764: result
13765:
13766: * src/classes/xdoc.C: fixed transform params
13767:
13768: * src/: include/pa_stylesheet_manager.h,
13769: main/pa_stylesheet_manager.C: fixed stylesheet caching
13770:
13771: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
13772: overloads for structure handling
13773:
13774: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
13775: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
13776: StringBody(0) ambiguilty, introducting static
13777: StringBody::Format(int)
13778:
13779: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
13780: linked
13781:
13782: * src/types/pa_vxdoc.C: vxdoc compiled
13783:
13784: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
13785: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
13786: finalizers isntalled
13787:
13788: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
13789: doc/exception.dox, doc/index.dox, include/pa_charset.h,
13790: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
13791: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
13792: compiled todo: xnode.C / finalizers
13793:
13794: * src/doc/string.dox: updated: new string internals
13795:
13796: 2003-03-24 paf
13797:
13798: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13799: include/pa_charset.h, include/pa_config_fixed.h,
13800: include/pa_request.h, include/pa_stylesheet_connection.h,
13801: include/pa_stylesheet_manager.h, main/pa_charset.C,
13802: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
13803: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
13804: types/pa_vxnode.h: started XML
13805:
13806: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
13807:
13808: * src/: classes/file.C, classes/image.C, classes/mail.C,
13809: include/pa_string.h, main/pa_common.C,
13810: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
13811:
13812: * src/: classes/file.C, classes/image.C, classes/mail.C,
13813: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
13814: main/pa_request.C, main/pa_sql_driver_manager.C,
13815: types/pa_vimage.h: size_t pos everywhere checks changed to check
13816: for eq STRING_NOT_FOUND
13817:
13818: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
13819: optimize bit implemented
13820:
13821: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13822: String::ArrayFragment::append_positions fixed
13823:
13824: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
13825: String::this_starts fixed
13826:
13827: * src/main/pa_string.C, tests/Makefile: string::pos fixed
13828:
13829: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
13830: hashcode implemented fully, including per-char callback [it can
13831: be - substr CORD node]
13832:
13833: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
13834: rewritten to rewalloc with 100byte buf ahead
13835:
13836: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
13837: src/include/pa_string.h, src/main/compile.tab.C,
13838: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
13839: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
13840: CORD_ec [bad] would rewrite as realloc now
13841:
13842: * src/: classes/date.C, classes/file.C, classes/form.C,
13843: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
13844: include/pa_cache_managers.h, include/pa_charsets.h,
13845: include/pa_common.h, include/pa_request.h,
13846: include/pa_sql_driver_manager.h, include/pa_table.h,
13847: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
13848: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
13849: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
13850: types/pa_vmail.C, types/pa_vmethod_frame.C,
13851: types/pa_vstateless_class.h: 2*2 worked :)
13852:
13853: * parser3.dsw, src/classes/date.C, src/classes/file.C,
13854: src/include/pa_exec.h, src/include/pa_string.h,
13855: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
13856: passed OK
13857:
13858: * src/: classes/hash.C, classes/string.C, classes/table.C,
13859: types/pa_value.C: all linked todo: debug
13860:
13861: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
13862: types/pa_vstateless_class.C: all compiled. todo:link
13863:
13864: * src/types/pa_wcontext.C: pa_wcontext.C compiled
13865:
13866: * src/types/pa_vtable.C: pa_vtable.C compiled
13867:
13868: * src/types/pa_vstring.C: pa_vstring.C compiled
13869:
13870: * src/types/pa_vstatus.C: pa_vstatus.C compiled
13871:
13872: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
13873: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
13874: pa_vstateless_class.C, pa_vstateless_class.h:
13875: pa_vstateless_class.C compiled
13876:
13877: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
13878: types/pa_vmath.C: pa_vmail.C compiled
13879:
13880: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
13881:
13882: * src/types/pa_vform.C: pa_vform.C compiled
13883:
13884: * src/types/pa_vfile.C: pa_vfile.C compiled
13885:
13886: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
13887: pa_vstateless_class.C: pa_vcookie.C compiled
13888:
13889: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
13890: types/pa_vhash.h: pa_value.C compiled
13891:
13892: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
13893: classes.lib main.lib compiled
13894:
13895: * src/classes/void.C: void.C compiled
13896:
13897: * src/: classes/string.C, classes/table.C, include/pa_string.h,
13898: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
13899: compiled
13900:
13901: * src/: classes/string.C, include/pa_request.h,
13902: include/pa_string.h, main/pa_string.C: string.C compiled
13903:
13904: * src/: classes/op.C, classes/string.C, classes/table.C,
13905: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
13906: main/pa_request.C, main/pa_string.C: op.C compiled
13907:
13908: * src/classes/: math.C, op.C: math.C compiled
13909:
13910: * src/: classes/mail.C, classes/string.C, classes/table.C,
13911: types/pa_vmail.h: mail.C compiled
13912:
13913: * src/classes/: int.C, table.C: int.C compiled
13914:
13915: * src/: classes/hash.C, classes/image.C, classes/string.C,
13916: classes/table.C, include/pa_memory.h, include/pa_string.h,
13917: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
13918: compiled
13919:
13920: * src/: classes/hash.C, classes/string.C, classes/table.C,
13921: classes/void.C, classes/xdoc.C, include/pa_request.h,
13922: include/pa_sql_connection.h: hash.C compiled
13923:
13924: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
13925: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
13926: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13927: classes/math.C, classes/op.C, classes/response.C,
13928: classes/string.C, classes/table.C, classes/void.C,
13929: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
13930: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
13931: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
13932: file.C table.C compiled
13933:
13934: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
13935: main/untaint.C: main.lib compiled
13936:
13937: 2003-03-21 paf
13938:
13939: * src/: classes/op.C, include/pa_cache_managers.h,
13940: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13941: include/pa_stylesheet_manager.h, main/pa_exception.C,
13942: main/pa_globals.C, main/pa_sql_driver_manager.C,
13943: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
13944: compiled
13945:
13946: * src/: classes/hash.C, classes/image.C, classes/op.C,
13947: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
13948: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
13949: main/compile.C, main/pa_common.C, main/pa_request.C,
13950: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
13951: pa_request.C compiled
13952:
13953: * src/: classes/hash.C, classes/mail.C, classes/op.C,
13954: include/pa_request.h, main/execute.C, main/pa_request.C,
13955: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13956: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
13957: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13958: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
13959: compiled
13960:
13961: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
13962: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
13963: on unix
13964:
13965: * src/: include/pa_charset.h, include/pa_charsets.h,
13966: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
13967: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
13968: pa_charsets.C compiled
13969:
13970: * src/: classes/image.C, classes/mail.C, classes/op.C,
13971: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
13972: main/compile.y, main/execute.C, main/pa_common.C,
13973: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
13974: types/pa_vcode_frame.h, types/pa_vimage.h,
13975: types/pa_vmethod_frame.h: execute.C compiled
13976:
13977: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13978: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13979: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13980: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
13981: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13982: include/pa_cache_managers.h, include/pa_charsets.h,
13983: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
13984: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
13985: include/pa_sql_driver_manager.h, include/pa_string.h,
13986: include/pa_stylesheet_connection.h,
13987: include/pa_stylesheet_manager.h, include/pa_table.h,
13988: main/compile.C, main/compile.tab.C, main/compile.y,
13989: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13990: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13991: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13992: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
13993: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
13994: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13995: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13996: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13997: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13998: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13999: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14000: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14001: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14002: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14003: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14004: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14005: types/pa_vresponse.h, types/pa_vstateless_class.C,
14006: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14007: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14008: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14009: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14010: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14011: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14012: [C++ CORD wrapper]
14013:
14014: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14015:
14016: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14017: $file::exec/cgi[script; $.charset[this is script's charset]
14018:
14019: command line, env values, input got transcoded before call
14020: stdout, stderr got transcoded after call
14021:
14022: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14023: by default. use: ^file::exec[...;$.stdin[$request.body]
14024:
14025: * src/main/pa_common.C: } typo bug fix
14026:
14027: * src/main/pa_common.C: } typo bug fix
14028:
14029: 2003-03-20 paf
14030:
14031: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14032: main/untaint.C: cord bug fix, but still errors todo: clear out
14033:
14034: * src/include/pa_string.h: more tests
14035:
14036: * src/main/pa_string.C: string.pos fixed
14037:
1.116 moko 14038: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14039: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14040: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14041: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14042: replaces
1.95 moko 14043:
14044: * src/: classes/image.C, include/pa_dictionary.h,
14045: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14046: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14047: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14048: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14049:
14050: * src/include/pa_string.h: warning
14051:
14052: * src/include/pa_string.h: this_starts fixed
14053:
14054: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14055: new String ctor & append params convention
14056:
14057: * src/: classes/file.C, classes/hash.C, classes/image.C,
14058: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14059: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14060: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14061: main/pa_exception.C, main/pa_exec.C,
14062: main/pa_sql_driver_manager.C, main/pa_string.C,
14063: main/pa_stylesheet_manager.C, main/untaint.C,
14064: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14065: types/pa_vmail.C: more tests OK
14066:
14067: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14068: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14069: gc/exit runned OK
14070:
14071: * src/types/pa_vmail.C: another naming problem: should not name
14072: vars like that: unpredictable close caused problems with later
14073: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14074: descriptors missing on startup: stdin; Bad file number
14075:
14076: todo: find out why so many filters(stream) here. probably wrong?
14077:
14078: * src/: include/pa_dictionary.h, include/pa_string.h,
14079: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14080: main/untaint.C: test compiled
14081:
14082: * src/: classes/image.C, classes/mail.C, classes/math.C,
14083: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
14084: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
14085: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
14086: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
14087: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14088: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
14089: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
14090: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
14091: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
14092:
14093: * parser3.dsw, src/classes/file.C, src/classes/image.C,
14094: src/classes/op.C, src/classes/string.C, src/classes/table.C,
14095: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
14096: src/include/pa_memory.h, src/include/pa_request.h,
14097: src/include/pa_request_charsets.h,
14098: src/include/pa_sql_connection.h, src/include/pa_string.h,
14099: src/main/compile.tab.C, src/main/execute.C,
14100: src/main/pa_charset.C, src/main/pa_common.C,
14101: src/main/pa_exception.C, src/main/pa_exec.C,
14102: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14103: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
14104: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
14105: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
14106: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14107: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
14108: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14109: src/types/pa_vobject.C, src/types/pa_vresponse.C,
14110: src/types/pa_vstatus.C, src/types/pa_vstring.C,
14111: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14112: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
14113: pa_common.C [done, without http for now]
14114:
14115: 2003-03-19 paf
14116:
14117: * src/: classes/date.C, classes/form.C, classes/hash.C,
14118: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
14119: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
14120: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
14121: include/pa_string.h, include/pa_table.h, main/compile.C,
14122: main/compile_tools.C, main/execute.C, main/pa_charset.C,
14123: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
14124: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
14125: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14126: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
14127: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
14128: types/pa_vstateless_class.h, types/pa_vtable.C,
14129: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
14130: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14131: types/pa_wwrapper.h: started test
14132:
1.116 moko 14133: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
14134: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 14135:
14136: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
14137: include/pa_string.h, main/pa_string.C: string compiled todo: test
14138: it
14139:
14140: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
14141: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
14142: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
14143: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
14144: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
14145: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
14146: types/pa_vmethod_frame.h, types/types.dsp: string
14147: reimplementation with cord+array<fragment>: 70%
14148:
14149: 2003-03-18 paf
14150:
14151: * src/: classes/date.C, classes/file.C, classes/form.C,
14152: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
14153: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
14154: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
14155: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
14156: can ignore lang in cmp and pos really, but would
14157: split properly!
14158:
14159: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
14160: cord part made parser/src/lib: it's not compiled into libgc by
14161: default
14162:
14163: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
14164: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14165: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14166: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14167: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14168: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14169: src/classes/xnode.C, src/classes/xnode.h,
14170: src/include/Makefile.am, src/include/pa_cache_managers.h,
14171: src/include/pa_charset.h, src/include/pa_charsets.h,
14172: src/include/pa_common.h, src/include/pa_dictionary.h,
14173: src/include/pa_exception.h, src/include/pa_exec.h,
14174: src/include/pa_globals.h, src/include/pa_hash.h,
14175: src/include/pa_memory.h, src/include/pa_pool.h,
14176: src/include/pa_request.h, src/include/pa_request_charsets.h,
14177: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
14178: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14179: src/include/pa_stylesheet_connection.h,
14180: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14181: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
14182: src/main/compile.C, src/main/compile.tab.C,
14183: src/main/compile_tools.C, src/main/compile_tools.h,
14184: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
14185: src/main/pa_charsets.C, src/main/pa_common.C,
14186: src/main/pa_dictionary.C, src/main/pa_exception.C,
14187: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
14188: src/main/pa_pool.C, src/main/pa_request.C,
14189: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14190: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
14191: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
14192: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14193: src/types/pa_junction.h, src/types/pa_method.h,
14194: src/types/pa_value.C, src/types/pa_value.h,
14195: src/types/pa_vclass.C, src/types/pa_vclass.h,
14196: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14197: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14198: src/types/pa_vdouble.h, src/types/pa_venv.h,
14199: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14200: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14201: src/types/pa_vimage.C, src/types/pa_vimage.h,
14202: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
14203: src/types/pa_vmath.C, src/types/pa_vmath.h,
14204: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14205: src/types/pa_vobject.C, src/types/pa_vobject.h,
14206: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14207: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14208: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14209: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14210: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14211: src/types/pa_vstring.h, src/types/pa_vtable.C,
14212: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14213: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14214: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14215: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14216: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
14217: gc: PA_Object done lots of replacements also
14218:
14219: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
14220: gc logging
14221:
14222: 2003-03-17 paf
14223:
14224: * src/: classes/date.C, classes/file.C, classes/form.C,
14225: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
14226: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
14227: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14228: include/pa_string.h, include/pa_types.h, main/compile.C,
14229: main/compile.tab.C, main/execute.C, main/pa_charset.C,
14230: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
14231: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14232: main/pa_sql_driver_manager.C, main/pa_string.C,
14233: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
14234: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
14235: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14236: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
14237: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
14238: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14239: types/pa_vxnode.h: libgc attempt
14240:
14241: 2003-03-13 paf
14242:
14243: * src/: include/pa_sql_driver_manager.h,
14244: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
14245: called
14246:
14247: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
14248: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
14249: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
14250: types/pa_value.h, types/pa_vobject.h,
14251: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
14252: set_base, set_derived simplified [counter leaks fixed]
14253:
14254: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
14255: src/types/types.dsp: incorporated status class patch From:
14256: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
14257: 2003 8:14 AM
14258:
14259: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
14260: Win32 specific: QuotaPeakNonPagedPoolUsage
14261: QuotaPeakPagedPoolUsage PeakPagefileUsage]
14262:
14263: 2003-03-12 paf
14264:
1.116 moko 14265: * configure, configure.in, src/lib/ltdl/configure,
14266: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 14267: lib/ltdl/Makefile now created by /configure.in only [were by
14268: lib/ltdl/configure.in OVERWRITE]
14269:
1.116 moko 14270: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
14271: linkage fixed for g++ 3.2.2
1.95 moko 14272:
14273: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
14274: on using privately declared class [fixed]
14275:
14276: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
14277: 3.2 rightliy complained on using privately declared class [fixed]
14278:
14279: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
14280: sigpipe before request constructor now causes death
14281:
14282: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
14283: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
14284: not cause exception in exception handler
14285:
1.116 moko 14286: * configure, configure.in, src/targets/cgi/Makefile.am: configure
14287: now default links libstdc++ statically. that can be overriden by
14288: --with-dynamic-stdcpp
1.95 moko 14289:
14290: 2003-03-11 paf
14291:
14292: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
14293: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
14294: necessity of libstdc++
14295:
14296: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14297:
14298: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14299:
14300: 2003-03-08 paf
14301:
14302: * tests/Makefile: make install & co
14303:
14304: * src/: include/pa_request.h, classes/op.C: removing
14305: vclass,object.h -> pa_request.h dependency
14306:
14307: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
14308: main/pa_request.C: removing vform,response,cookie.h ->
14309: pa_request.h dependency
14310:
14311: * src/include/pa_request.h: removing vmail.h -> pa_request.h
14312: dependency [testing...]
14313:
14314: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
14315: return 0; fixed
14316:
14317: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
14318: types/pa_vmail.h: vmail.C received just compiled [not tested]
14319:
14320: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
14321:
14322: * src/main/pa_request.C: forgotten: ifdef XML
14323:
14324: * src/main/pa_request.C: forgotten: ifdef XML
14325:
14326: * src/targets/cgi/parser3.C: todo: move to latest xml version on
14327: win32 and run memleak tests again
14328:
14329: * src/targets/cgi/parser3.C: charsets: see some strange things with
14330: old xml lib-- it's internal memory handling has faults
14331:
14332: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
14333: problems when transcode from charset A to A.
14334:
14335: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
14336: todo: still problems when transcode from charset A to A.
14337:
14338: * src/: classes/hash.C, classes/mail.C, classes/string.C,
14339: classes/table.C, include/pa_array.h,
14340: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
14341: started full-scale-site-test [~ http://parser.ru sources]
14342:
14343: some fixes
14344:
14345: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
14346: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14347: 117.html, 118.html, 119.html, 120.html, results/109.processed,
14348: results/110.processed, results/111.processed,
14349: results/112.processed, results/113.processed,
14350: results/114.processed, results/115.processed,
14351: results/116.processed, results/117.processed,
14352: results/118.processed, results/119.processed,
14353: results/120.processed: xml: tests 109 dom create/show 110 xpath
14354: selectSingle 111 xdoc.create from tainted & 112
14355: xdoc.create/output with russian attr value 113 xpath
14356: selectString/Number 114 dom attributes.count 115 xpath selectBool
14357: 116 output media-type change 117 transform by dom stylesheet 118
14358: empty transform result 119 dom setAttribute 120 nbsp letter
14359: output
14360:
14361: =END OF PREPARED XML TESTS=
14362:
14363: 2003-03-07 paf
14364:
14365: * src/classes/xdoc.C, src/include/pa_charset.h,
14366: src/include/pa_stylesheet_connection.h, tests/108.html,
14367: tests/108.xsl, tests/results/108.processed: xml: test 108
14368: transform with params [bugs fixed]
14369:
14370: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
14371: from copy/paste bug
14372:
14373: * src/classes/xdoc.C, src/include/pa_charset.h,
14374: src/include/pa_request.h, src/main/execute.C,
14375: src/main/pa_charset.C, src/main/pa_exception.C,
14376: src/main/pa_globals.C, src/main/pa_request.C,
14377: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14378: src/types/pa_vxnode.C, tests/107.html,
14379: tests/results/107.processed: xml: test: 107 bug fixes
14380:
14381: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14382: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14383: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
14384:
14385: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
14386: string
14387:
14388: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
14389: mem alloc functions used for different cases [libxml, libxsl]
14390:
14391: * src/classes/classes.C: fixed: prevent system classes from
14392: modification to lock ALL the classes, not only directly used
14393:
14394: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
14395: linked
14396:
14397: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
14398:
14399: 2003-03-06 paf
14400:
14401: * src/classes/xdoc.C: xdoc.C 50%
14402:
14403: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
14404: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14405: main/pa_globals.C, main/pa_request.C,
14406: main/pa_stylesheet_manager.C: xnode.C compiled
14407:
14408: * src/: include/pa_stylesheet_connection.h,
14409: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
14410: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
14411:
14412: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
14413: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14414: xml: stylesheet&manager STARTED
14415:
14416: * src/: include/pa_globals.h, main/pa_charset.C,
14417: main/pa_exception.C, main/pa_globals.C: xml: exceptions
14418:
14419: * src/: include/pa_charset.h, include/pa_config_fixed.h,
14420: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
14421: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
14422: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
14423: charsets
14424:
14425: * tests/023.html: in some cases it rounded up badly. postponing
14426: solution of that problem, making more simple test
14427:
14428: * tests/: 058_paf2000.png, results/058.processed: .png added with
14429: -kb now
14430:
14431: * src/: include/pa_charset.h, include/pa_charsets.h,
14432: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
14433: moved to charsets.C
14434:
14435: 2003-03-05 paf
14436:
14437: * src/classes/string.C, src/include/pa_string.h,
14438: src/main/pa_string.C, tests/105.html,
14439: tests/results/105.processed: String::match bug fixed
14440:
14441: * src/classes/op.C, src/main/main.dsp, tests/104.html,
14442: tests/results/104.processed: ^bpt operator added [does int3 in
14443: debug build on win32]
14444:
14445: * tests/: 057.html, results/057.processed: test bug fixed
14446:
1.116 moko 14447: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 14448:
14449: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
14450: missing
14451:
1.116 moko 14452: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
14453: forgotten files added to Makes
1.95 moko 14454:
14455: * ltmain.sh: ltmain.sh added
14456:
14457: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14458: change undone ;(
14459:
14460: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14461: made static
14462:
14463: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 14464: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
14465: todo:make linker happy
1.95 moko 14466:
14467: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
14468: env param made optional
14469:
14470: 2003-03-04 paf
14471:
14472: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
14473: types/pa_vimage.h: number of gcc compiler bugs fixed
14474:
14475: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
14476: results/103.processed: tests: 103 image.copy transparence test
14477:
14478: * src/main/execute.C, tests/101.html, tests/102.html,
14479: tests/results/101.processed, tests/results/102.processed: tests:
14480: 101 method/variable name conflict test 102 form fields change
14481: should not not change anything [bug fix]
14482:
14483: * tests/: 057.html, 099.html, 100.html, results/057.processed,
14484: results/099.processed, results/100.processed: tests: 57 date
14485: create 2002: added 99,100 response:body/download
14486:
14487: * src/classes/image.C, tests/098.html, tests/098font.gif,
14488: tests/results/098.processed: test: 98 image font text [bug fixed]
14489:
14490: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
14491: tests/results/097.processed: test: 97 file::load http:// [bugs
14492: fixed]
14493:
14494: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
14495: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
14496: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
14497: image EXIF [bug fixed]
14498:
14499: * src/classes/table.C, src/main/execute.C, tests/061.dat,
14500: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
14501: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
14502: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
14503: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
14504: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
14505: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
14506: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
14507: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
14508: tests/094.html, tests/095.html, tests/results/061.processed,
14509: tests/results/062.processed, tests/results/063.processed,
14510: tests/results/064.processed, tests/results/065.processed,
14511: tests/results/066.processed, tests/results/067.processed,
14512: tests/results/068.processed, tests/results/069.processed,
14513: tests/results/070.processed, tests/results/071.processed,
14514: tests/results/072.processed, tests/results/073.processed,
14515: tests/results/074.processed, tests/results/075.processed,
14516: tests/results/076.processed, tests/results/077.processed,
14517: tests/results/078.processed, tests/results/080.processed,
14518: tests/results/081.processed, tests/results/082.processed,
14519: tests/results/083.processed, tests/results/084.processed,
14520: tests/results/085.processed, tests/results/086.processed,
14521: tests/results/087.processed, tests/results/088.processed,
14522: tests/results/089.processed, tests/results/090.processed,
14523: tests/results/091.processed, tests/results/092.processed,
14524: tests/results/093.processed, tests/results/094.processed,
14525: tests/results/095.processed, tests/079.html,
14526: tests/results/079.processed: tests: 61 file::stat size 62
14527: string->int autoconvert 63 double .int,dec,div,mul 64 date
14528: compare 65 file: basename,justname,justext 66 math:crypt 67
14529: string.match simple on long 68 string.match normalized simple on
14530: long 69 string.int 70 file::stat content-type 71 table.join 72
14531: hash parameter conditional pass 73 date daylightsaving,yearday 74
14532: date arithmetics 75 response date values/attributes 76 string.pos
14533: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
14534: with local 80 scientific numeric literal in string autoconvert 81
14535: xor: logical and numerical 82 for delims 83 menu delims 84
14536: table.hash distinct 85 long string replace 86 throw+catch
14537: current language preserve 87 bit shifts 88 junction tests +
14538: $caller test 89 hash.foreach selfmodification 90 int/void to int
14539: 91 $caller test 92 junction is + def junction tests 93 $caller
14540: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
14541:
14542: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
14543: fixed] 60 string eq string [bug fixed]
14544:
14545: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
14546: 058.html, 058_paf2000.png, 059.html, 060.html,
14547: results/053.processed, results/054.processed,
14548: results/055.processed, results/056.processed,
14549: results/057.processed, results/058.processed,
14550: results/059.processed, results/060.processed: test: 53
14551: string.replace 54 junctions 55 table.hash 56 call indirect 57
14552: date.create[string] 58 image.measure[png]
14553:
14554: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
14555: outputs/051.processed, results/052.processed: test: 52
14556: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
14557: task: fix that
14558:
14559: 2003-03-03 paf
14560:
14561: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
14562: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
14563: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
14564: outputs/049.processed, outputs/050.processed,
14565: outputs/051.processed, results/001.processed,
14566: results/002.processed, results/003.processed,
14567: results/005.processed, results/006.processed,
14568: results/008.processed, results/009.processed,
14569: results/011.processed, results/012.processed,
14570: results/013.processed, results/014.processed,
14571: results/015.processed, results/016.processed,
14572: results/017.processed, results/020.processed,
14573: results/021.processed, results/022.processed,
14574: results/024.processed, results/025.processed,
14575: results/026.processed, results/027.processed,
14576: results/028.processed, results/029.processed,
14577: results/030.processed, results/031.processed,
14578: results/049.processed, results/050.processed,
14579: results/051.processed, results/043.processed,
14580: results/044.processed, results/045.processed,
14581: results/046.processed, results/047.processed,
14582: results/048.processed: tests: 43,44,45 date rolls 46
14583: autoevaluating junction 47 table.select 48 name with subvar 49
14584: hash-creating switch 50 process 51 started parent/child, works as
14585: it were but it were NOT GOOD, created separate task to fix that
14586:
14587: * tests/: 042.html, results/042.processed: test: 42
14588: exception.handled
14589:
14590: * tests/: 041.html, results/041.processed: test: 41 table.locate by
14591: expression
14592:
14593: * tests/: 040.html, results/040.processed: test: 39 method result
14594: of type table 40 method param junction auto evaluate
14595:
14596: * tests/: 039.html, results/039.processed: test: 37 method result
14597: of type table
14598:
14599: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
14600: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
14601: tests/038.html, tests/results/033.processed,
14602: tests/results/034.processed, tests/results/035.processed,
14603: tests/results/036.processed, tests/results/037.processed,
14604: tests/results/038.processed: tests: 33 string.replace 34
14605: string.upper 35 table created 36 local/global vars with juntions
14606: 37 table clone 38 math PI & number formatting
14607:
14608: math class registring typo fixed
14609:
14610: * src/classes/op.C, src/include/pa_request.h,
14611: src/include/pa_string.h, src/main/execute.C,
14612: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
14613: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
14614: tests/032.html, tests/results/032.processed: uchar changed to
14615: String_UL in all places [was not everywhere] untaint test: 032
14616:
14617: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
14618: tests/results/004.processed, tests/parser-cygwin.sh,
14619: tests/parser-unix.sh: removed -H command line key, now testing
14620: using .sh file with SERVER_SOFTWARE=xxx
14621:
14622: 2003-02-26 paf
14623:
14624: * src/main/execute.C, src/types/pa_vstateless_class.h,
14625: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
14626: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
14627: tests/results/024.processed, tests/results/025.processed,
14628: tests/results/026.processed, tests/results/027.processed,
14629: tests/results/028.processed, tests/results/029.processed,
14630: tests/results/030.processed, tests/results/031.processed: fixed
14631: bug with name_cstr mutable CharPtr more tests
14632:
14633: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
14634: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
14635: << abort. die now just exits
14636:
14637: * src/classes/classes.awk, src/classes/classes.h,
14638: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14639: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14640: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14641: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14642: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14643: src/classes/xnode.C, src/include/pa_memory.h,
14644: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
14645: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
14646: src/types/pa_vform.C, tests/015.html, tests/016.html,
14647: tests/017.html, tests/018.html, tests/019.html,
14648: tests/019paf2001.gif, tests/020.html, tests/021.html,
14649: tests/022.html, tests/023.html, tests/022_dir/a.html,
14650: tests/022_dir/b.txt, tests/022_dir/c.htm,
14651: tests/results/015.processed, tests/results/016.processed,
14652: tests/results/017.processed, tests/results/018.processed,
14653: tests/results/019.processed, tests/results/020.processed,
14654: tests/results/021.processed, tests/results/022.processed,
14655: tests/results/023.processed: methoded_array now contains all Mxxx
14656: classes SAPI::get_env now returns info on pool more tests
14657:
14658: * src/include/pa_array.h, src/include/pa_hash.h,
14659: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
14660: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
14661: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
14662: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
14663: tests/014.html, tests/Makefile, tests/outputs/create-dir,
14664: tests/results/001.processed, tests/results/002.processed,
14665: tests/results/003.processed, tests/results/004.processed,
14666: tests/results/005.processed, tests/results/006.processed,
14667: tests/results/007.processed, tests/results/008.processed,
14668: tests/results/009.processed, tests/results/010.processed,
14669: tests/results/011.processed, tests/results/012.processed,
14670: tests/results/013.processed, tests/results/014.processed: hash
14671: cloning fixed
14672:
14673: 2003-02-25 paf
14674:
14675: * src/main/pa_common.C: typo fixed
14676:
14677: 2003-02-24 paf
14678:
14679: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
14680: [one remained]
14681:
14682: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
14683: [should have been get_string(&pool)] todo: check other such calls
14684:
14685: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
14686: test10, bad lookups
14687:
14688: xxx* xxx=smartptr.get(); << is bad style, after ";" original
14689: object got destructed, and xxx points to sky
14690:
14691: * ChangeLog, src/classes/string.C: match bug fixed
14692:
14693: * src/types/pa_vmail.C: body [text/html] transcoded to
14694: $.charset[specified] now
14695:
14696: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14697: which failed to handle sigsetjmp+throw: crashed inside of
14698: pre-throw code. rewritten simplier [though duplicating
14699: closesocket code]
14700:
14701: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14702: which failed to handle sigsetjmp+throw: crashed inside of
14703: pre-throw code. rewritten simplier [though duplicating
14704: closesocket code]
14705:
14706: 2003-02-21 paf
14707:
14708: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
14709: $cookie:name[$.expires[date << can be now]]
14710:
14711: written makefile with regression tests [raw]
14712:
14713: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
14714: tests' only [it's not forcing CGI mode now] now use -H to output
14715: CGI header when parser used in command line [useful for tests
14716: also]
14717:
14718: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
14719: switches on CGI mode, and is used in regression tests
14720:
14721: * src/: include/pa_request.h, main/pa_request.C,
14722: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
14723: fixed
14724:
14725: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
14726: handling pa_*
14727:
14728: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
14729: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
14730: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
14731: memory handling files
14732:
14733: * src/main/pa_array.C: pool::format_integer terminator fixed
14734:
14735: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
14736: compiles OK test to show benefits of free
14737:
14738: * src/: classes/file.C, classes/image.C, classes/mail.C,
14739: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
14740: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14741: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
14742: use pool [as the one in ^process]
14743:
14744: * src/classes/op.C: fixed process. sould now check for all cstr's
14745: -- some must use pool [as the one in ^process]
14746:
14747: 2003-02-20 paf
14748:
14749: * src/: classes/date.C, classes/double.C, classes/file.C,
14750: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14751: classes/math.C, classes/op.C, classes/response.C,
14752: classes/string.C, classes/table.C, classes/void.C,
14753: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
14754: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
14755: string cmp fixed
14756:
14757: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
14758: values passed OK now
14759:
14760: 2003-02-19 paf
14761:
14762: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
14763: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
14764: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
14765: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
14766: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
14767: all remaning leaks resulted from pooled::malloc calls [excluding
14768: in gd -- planning complete rewrite extremely ugly code]
14769:
14770: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
14771: files
14772:
14773: 2003-02-17 paf
14774:
14775: * src/: classes/date.C, classes/double.C, classes/file.C,
14776: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14777: classes/response.C, classes/string.C, classes/table.C,
14778: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
14779: include/pa_stylesheet_connection.h,
14780: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
14781: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14782: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
14783: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
14784: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
14785: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
14786: of unitialized simple-typed field
14787:
14788: * src/: classes/classes.C, classes/classes.h, main/execute.C,
14789: main/pa_charset.C, main/pa_request.C: another bug of unitialized
14790: simple-typed field fixed. todo: find&kill all like that one
14791:
14792: * src/: main/execute.C, targets/cgi/pa_pool.C,
14793: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
14794: debug output fixed
14795:
14796: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
14797: main/pa_request.C: stack-stored items need extra .ref to prevent
14798: object_ptr from delete[them]
14799:
14800: * src/: classes/date.C, classes/op.C, classes/table.C,
14801: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
14802: include/pa_charset.h, main/Makefile.am, main/main.dsp,
14803: main/pa_charset.C, main/pa_common.C,
14804: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14805: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14806: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
14807: calls
14808:
14809: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
14810: couple mem leaks rusulted from old pooled::malloc usage.
14811: todo:find more like those
14812:
14813: * src/main/: compile.C, compile_tools.C: 2*2!
14814:
14815: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
14816: stackItem fixed [there were no string on stack before]
14817:
14818: * src/: main/execute.C, main/pa_request.C,
14819: types/pa_vmethod_frame.C: first letters out OK
14820:
14821: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
14822: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
14823: main/pa_string.C, main/untaint.C, types/pa_value.h,
14824: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
14825: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
14826: type not initialized with zeros :( while class fields of class
14827: types initialized with default constructors. learn C++
14828:
14829: * src/: classes/classes.awk, classes/double.C, classes/file.C,
14830: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
14831: classes/math.C, classes/xdoc.C, classes/xnode.C,
14832: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
14833: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
14834:
14835: 2003-02-14 paf
14836:
14837: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
14838: 13 link errors
14839:
14840: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
14841: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
14842: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14843: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
14844: errors :)
14845:
14846: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
14847: classes/hash.C, classes/mail.C, classes/op.C,
14848: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
14849: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
14850: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
14851: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
14852:
14853: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
14854: classes/table.C, include/pa_common.h, include/pa_globals.h,
14855: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
14856: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
14857: types/pa_vint.h, types/types.dsp: op compiled
14858:
14859: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
14860: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
14861: main/untaint.C, types/pa_vtable.h: string, response compiled
14862:
14863: 2003-02-07 paf
14864:
14865: * src/: classes/table.C, types/pa_vtable.h: table compiled
14866:
14867: 2003-02-06 paf
14868:
14869: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
14870: mail compiled
14871:
14872: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
14873: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
14874: types/pa_vfile.h, types/pa_vimage.h: image compiled
14875:
14876: * src/classes/: file.C, form.C: form compiled
14877:
14878: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
14879: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
14880: types/pa_vfile.C, types/pa_vfile.h: file compiled
14881:
14882: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
14883: types/pa_vmath.h: math compiled [win32]
14884:
14885: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
14886: types/pa_vstring.h: hash compiled
14887:
14888: 2003-02-04 paf
14889:
14890: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
14891: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14892: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
14893: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
14894: types/pa_vhash.h: hash 50% compiled
14895:
14896: * src/: classes/date.C, classes/file.C, classes/hash.C,
14897: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
14898: classes/string.C, classes/table.C, classes/xdoc.C,
14899: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
14900: main/pa_string.C: date compiled
14901:
14902: * src/classes/: classes.dsp, double.C: double compiled
14903:
14904: * src/: classes/date.C, classes/double.C, classes/file.C,
14905: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
14906: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
14907: classes/string.C, classes/table.C, classes/void.C,
14908: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
14909: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
14910: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
14911: compiled
14912:
14913: * src/: classes/date.C, classes/double.C, classes/file.C,
14914: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14915: classes/math.C, classes/op.C, classes/response.C,
14916: classes/string.C, classes/table.C, classes/void.C,
14917: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14918: types/pa_vvoid.h: void compiled :)
14919:
14920: * src/: include/pa_globals.h, main/pa_cache_managers.C,
14921: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14922: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14923: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
14924: main/pa_string.C, main/pa_uue.C, main/untaint.C,
14925: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
14926: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
14927: types/pa_vresponse.C, types/pa_vstateless_class.C,
14928: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
14929: types/pa_wcontext.C, types/types.dsp: removed stupid
14930: value_includes.h
14931:
14932: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
14933: trying to remove stupid value_includes.h
14934:
14935: * src/main/pa_exec.C: pa_exec compiled on win32
14936:
14937: * src/main/pa_exec.C: libmain.a compiled on six [unix]
14938:
14939: * src/: include/pa_globals.h, include/pa_request.h,
14940: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
14941: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
14942: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
14943: types/pa_vrequest.C, types/pa_vstateless_class.C,
14944: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
14945:
14946: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
14947: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
14948: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
14949:
14950: * src/: include/pa_array.h, include/pa_config_includes.h,
14951: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
14952: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
14953: compiled
14954:
14955: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
14956: name conflicts)
14957:
14958: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
14959: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
14960: yelds "virtual memory exhausted" while trying to compile
14961: execute.C [eating up to 127MB]
14962:
14963: 2003-02-03 paf
14964:
14965: * src/: include/pa_config_includes.h, include/pa_hash.h,
14966: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
14967: main/pa_common.C, types/pa_value.C, types/pa_value.h,
14968: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14969: types/pa_vint.h, types/pa_vjunction.h,
14970: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
14971: started gcc compiling pa_common compiled
14972:
14973: * src/: include/pa_exception.h, include/pa_pool.h,
14974: main/pa_exception.C: exception gcc change #1
14975:
1.116 moko 14976: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
14977: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 14978:
14979: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
14980:
14981: * src/types/pa_vtable.C: vtable compiled
14982:
14983: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
14984:
14985: * src/: include/pa_cache_managers.h, main/pa_request.C,
14986: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
14987:
14988: * src/types/pa_vstateless_class.C: vstateless_class compiled
14989:
14990: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
14991:
14992: * src/types/pa_vrequest.C: vrequest compiled
14993:
14994: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
14995: pa_vobject.C, pa_vobject.h: vobject compiled
14996:
14997: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
14998: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14999: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15000: compiled
15001:
15002: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15003:
15004: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15005: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15006: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15007: compiled
15008:
15009: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15010: main.lib - 0 error(s), 0 warning(s)
15011:
15012: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15013: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15014:
15015: 2003-01-31 paf
15016:
15017: * src/: include/pa_array.h, include/pa_operation.h,
15018: include/pa_request.h, main/execute.C, main/main.dsp,
15019: types/pa_vjunction.h: started last file from main library:
15020: execute
15021:
15022: * src/: include/pa_request.h, include/pa_sapi.h,
15023: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15024: main/pa_request.C, targets/cgi/parser3.C,
15025: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15026: types/pa_vhash.h: pa_request compiled
15027:
15028: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15029: include/pa_globals.h, include/pa_request.h,
15030: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15031: main/execute.C, main/main.dsp, main/pa_common.C,
15032: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15033: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15034: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15035: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15036: types/types.dsp: most pa_request compiled
15037:
15038: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15039: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15040: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15041: classes/op.C, classes/response.C, classes/string.C,
15042: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15043: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15044: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15045: include/pa_config_fixed.h, include/pa_config_includes.h,
15046: include/pa_dictionary.h, include/pa_dir.h,
15047: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15048: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15049: include/pa_pool.h, include/pa_request.h,
15050: include/pa_request_charsets.h, include/pa_request_info.h,
15051: include/pa_sapi.h, include/pa_socks.h,
15052: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15053: include/pa_stack.h, include/pa_string.h,
15054: include/pa_stylesheet_connection.h,
15055: include/pa_stylesheet_manager.h, include/pa_table.h,
15056: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15057: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15058: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15059: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15060: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15061: main/compile.C, main/compile.tab.C, main/compile.y,
15062: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15063: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15064: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15065: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15066: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15067: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15068: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15069: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15070: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15071: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15072: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15073: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15074: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15075: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15076: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15077: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15078: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15079: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15080: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15081: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15082: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15083: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15084: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15085: types/pa_vresponse.h, types/pa_vstateless_class.C,
15086: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15087: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15088: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15089: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15090: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15091: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
15092:
15093: * ChangeLog, src/classes/classes.h, src/classes/op.C,
15094: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15095: src/include/pa_charsets.h, src/include/pa_common.h,
15096: src/include/pa_dictionary.h, src/include/pa_exception.h,
15097: src/include/pa_exec.h, src/include/pa_pool.h,
15098: src/include/pa_request.h, src/include/pa_sapi.h,
15099: src/include/pa_sql_connection.h,
15100: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15101: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
15102: src/main/compile.tab.C, src/main/compile_tools.C,
15103: src/main/compile_tools.h, src/main/main.dsp,
15104: src/main/pa_charset.C, src/main/pa_charsets.C,
15105: src/main/pa_common.C, src/main/pa_dictionary.C,
15106: src/main/pa_exception.C, src/main/pa_exec.C,
15107: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15108: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
15109: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
15110: src/types/pa_vclass.h, src/types/pa_vcookie.C,
15111: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15112: src/types/pa_vdouble.h, src/types/pa_venv.h,
15113: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
15114: src/types/pa_vhash.h, src/types/pa_vimage.C,
15115: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
15116: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
15117: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15118: src/types/pa_vobject.C, src/types/pa_vobject.h,
15119: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15120: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15121: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15122: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
15123: src/types/pa_vstring.h, src/types/pa_vtable.h,
15124: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
15125: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
15126: died, long live StringPtr
15127:
15128: 2003-01-30 paf
15129:
15130: * src/: include/pa_charset.h, include/pa_request.h,
15131: include/pa_sql_driver_manager.h, main/compile.tab.C,
15132: main/compile.y, main/compile_tools.h, main/pa_request.C,
15133: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
15134:
15135: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
15136: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
15137: types/pa_vhash.h, types/pa_vmethod_frame.h,
15138: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15139: types/types.dsp: vstateless_class compiled
15140:
15141: * src/main/compile.C: compile compiled
15142:
15143: * src/: include/pa_array.h, include/pa_operation.h,
15144: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
15145: main/pa_table.C: compile_tools compiled
15146:
15147: * src/: include/pa_operation.h, main/compile.y,
15148: main/compile_tools.C, main/compile_tools.h: started
15149: compile_tools. vagues ideas of how to free compiled code
15150:
15151: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
15152: main/main.dsp, types/pa_value.C, types/pa_value.h,
15153: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
15154: compiled
15155:
15156: 2003-01-29 paf
15157:
15158: * src/: include/pa_globals.h, include/pa_request.h,
15159: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15160: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
15161: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
15162: compiled
15163:
15164: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
15165: now
15166:
15167: * src/: include/pa_array.h, include/pa_exception.h,
15168: include/pa_pool.h, main/pa_exception.C: gd compiled
15169:
15170: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
15171: compiled
15172:
15173: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15174: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
15175: types/pa_vfile.h: vfile compiled
15176:
15177: * src/: include/pa_common.h, include/pa_globals.h,
15178: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
15179: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
15180: types/pa_vform.C, types/pa_vform.h: vcookie compiled
15181:
15182: * src/: include/pa_exception.h, main/pa_cache_managers.C,
15183: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
15184: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
15185: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15186: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
15187:
15188: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
15189: main/main.dsp, main/untaint.C: more compiled
15190:
15191: * src/: include/pa_charsets.h, include/pa_request.h,
15192: include/pa_request_info.h, include/pa_string.h,
15193: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
15194: types/pa_vresponse.h: vrequest compiled
15195:
15196: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
15197: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
15198: pa_vresponse.h, pa_wcontext.h: vrequest compiled
15199:
15200: * src/: classes/classes.h, include/pa_charset.h,
15201: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
15202: include/pa_request.h, include/pa_string.h, main/main.dsp,
15203: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
15204: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
15205: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
15206: types/pa_vrequest.C, types/pa_vrequest.h,
15207: types/pa_vstateless_class.h, types/pa_vstring.h,
15208: types/pa_vvoid.h: vrequest,vdouble,vint compiled
15209:
15210: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
15211: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15212: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
15213: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
15214: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15215: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
15216: types/pa_vobject.h, types/pa_vstateless_class.h,
15217: types/pa_vstateless_object.h, types/pa_vstatus.h,
15218: types/pa_vstring.h, types/types.dsp: vmath compiled
15219:
15220: 2003-01-28 paf
15221:
15222: * src/: classes/classes.h, classes/date.C, classes/file.C,
15223: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
15224: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
15225: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
15226: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
15227: compile_tools
15228:
15229: * src/: include/pa_charset.h, include/pa_exception.h,
15230: include/pa_request.h, include/pa_string.h, main/untaint.C:
15231: untaint compiled
15232:
15233: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
15234: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
15235: more compiled. struck with string::store_to needing to know
15236: source/client charsets
15237:
15238: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
15239: types/pa_vfile.h: uue compiled
15240:
15241: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
15242: table compiled
15243:
15244: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15245: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
15246:
15247: * src/: include/pa_charset.h, main/pa_charset.C,
15248: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
15249: introduced]
15250:
15251: * src/: classes/date.C, include/pa_charset.h,
15252: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
15253: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
15254: pa_charsets compiled
15255:
15256: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
15257: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
15258:
15259: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
15260: common compiled
15261:
15262: * src/: include/pa_charsets.h, main/pa_charsets.C,
15263: main/pa_sql_driver_manager.C: pa_charsets compiled
15264:
15265: * src/: include/pa_array.h, include/pa_charset.h,
15266: include/pa_charsets.h, include/pa_pool.h,
15267: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15268: include/pa_stack.h, include/pa_string.h,
15269: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
15270: sql_driver_manager compiled
15271:
15272: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
15273: letter i with two dots added to koi, all ukranian letters added
15274: to win1251.
15275:
15276: typographic simbol 0xb9 deleted from win1251 [strange one & were
15277: abscent from koi]
15278:
15279: 2003-01-27 paf
15280:
15281: * src/: include/pa_exception.h, include/pa_sql_connection.h,
15282: include/pa_sql_driver_manager.h, include/pa_string.h,
15283: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
15284: sql/pa_sql_driver.h: paused on sql_manager
15285:
15286: * src/: include/pa_cache_managers.h, include/pa_pool.h,
15287: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15288: include/pa_stack.h, main/pa_sql_driver_manager.C,
15289: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
15290:
15291: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
15292: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15293: include/pa_table.h, main/pa_sql_driver_manager.C,
15294: main/pa_table.C: table compiled
15295:
15296: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
15297: cache_managers compiled
15298:
15299: * src/: include/pa_array.h, include/pa_charset.h,
15300: include/pa_pool.h, main/pa_charset.C: charset compiled
15301:
15302: * src/: include/pa_pool.h, main/pa_common.C: common compiled
15303:
15304: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
15305: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15306: main/pa_string.C, types/pa_value.C, types/pa_value.h,
15307: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
15308: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
15309:
15310: 2003-01-24 paf
15311:
15312: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
15313: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
15314: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15315: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
15316: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
15317: types/pa_vint.h, types/pa_vjunction.h,
15318: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15319: types/pa_vstatus.h, types/pa_vstring.h: more patched
15320:
15321: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
15322: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
15323: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
15324: main/pa_string.C, main/pa_table.C: string compiled
15325:
15326: * src/: include/pa_array.h, include/pa_common.h,
15327: include/pa_dictionary.h, include/pa_exception.h,
15328: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
15329: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
15330: main/pa_string.C: dictionary compiled
15331:
15332: 2003-01-23 paf
15333:
15334: * src/: include/pa_array.h, include/pa_common.h,
15335: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
15336: include/pa_request.h, include/pa_string.h, main/pa_common.C,
15337: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
15338: types/pa_value.h: resurrected pool in new sense: now it's
15339: factory, producing&accounting memory chunks for read[autofree]
15340: buffers
15341:
15342: * src/: include/pa_array.h, include/pa_exception.h,
15343: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
15344: main/pa_exception.C, main/pa_table.C: table compiled
15345:
15346: * src/: classes/image.C, classes/op.C, include/pa_array.h,
15347: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
15348: include/pa_pool.h, include/pa_pragma_pack_begin.h,
15349: include/pa_pragma_pack_end.h, include/pa_sapi.h,
15350: include/pa_string.h, include/pa_table.h, include/pa_types.h,
15351: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
15352: main/pa_table.C: aint that easy
15353:
15354: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
15355: main/main.dsp: continued with Hash
15356:
15357: * src/main/pa_common.C: connect_string allocated on heap[wes on
15358: stack] now. and exception can be reported OK now [can be reported
15359: outside of pro c with that stack]
15360:
15361: 2003-01-22 paf
15362:
15363: * src/: include/pa_array.h, include/pa_charset.h,
15364: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
15365: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
15366: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
15367: base: contains references_count. auto_ptr template calls
15368: add_ref/release
15369:
15370: 2003-01-21 paf
15371:
15372: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15373: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15374: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15375: classes/op.C, classes/response.C, classes/string.C,
15376: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15377: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15378: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15379: include/pa_config_fixed.h, include/pa_config_includes.h,
15380: include/pa_dictionary.h, include/pa_dir.h,
15381: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15382: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15383: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15384: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15385: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15386: include/pa_stack.h, include/pa_string.h,
15387: include/pa_stylesheet_connection.h,
15388: include/pa_stylesheet_manager.h, include/pa_table.h,
15389: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15390: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15391: lib/pcre/pcre_parser_ctype.c, main/compile.C,
15392: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15393: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15394: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15395: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15396: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15397: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15398: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15399: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15400: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15401: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15402: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15403: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15404: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
15405: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
15406: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15407: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15408: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15409: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15410: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15411: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15412: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15413: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15414: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15415: types/pa_vstateless_object.h, types/pa_vstatus.C,
15416: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15417: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15418: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15419: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15420: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
15421: 2002->2003
15422:
15423: 2003-01-16 paf
15424:
15425: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15426: src/main/pa_globals.C: http:// introducing $.any-status(1)
15427:
15428: * operators.txt, src/include/pa_config_fixed.h,
15429: src/main/pa_common.C: http request now return status. and not
15430: fail on status!=200
15431:
15432: 2003-01-15 paf
15433:
15434: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
15435:
15436: 2003-01-14 paf
15437:
15438: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
15439: mkinstalldirs: removed some ancient files [they in / really]
15440:
15441: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
15442: regretfully needed patch in two places. in config_fixed.h made
15443: stubs for lib to compile in MSVC
15444:
15445: 2003-01-13 paf
15446:
15447: * config.guess, config.sub, ltmain.sh: removed last piece of
15448: configure.in(libtool) hacks
15449:
1.116 moko 15450: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 15451: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
15452: ltdl.h: moved to latest libtool (1.4.3)
15453:
15454: 2003-01-10 paf
15455:
15456: * src/lib/ltdl/: configure, configure.in: PROG_NM
15457:
15458: * src/main/pa_globals.C: moved to latest xml lib versions, changed
15459: patches. libxml2 >= 2.5.1
15460: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
15461: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
15462: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15463:
15464: * INSTALL: moved to latest versions of xml libs libxml2 >=
15465: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
15466: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
15467: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15468:
15469: 2003-01-09 paf
15470:
15471: * INSTALL: xml,xslt,gdome lib urls updated
15472:
15473: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 15474: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 15475: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 15476: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
15477: 1.7.2
1.95 moko 15478:
15479: * depcomp: moving to automake 1.7.2
15480:
15481: 2002-12-27 paf
15482:
15483: * src/include/pa_version.h: 0007
15484:
15485: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
15486: outdated parts, made links to language docs
15487:
15488: * src/include/pa_config_auto.h.in: comment
15489:
15490: 2002-12-26 paf
15491:
15492: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
15493: not contain trailing / fixed.
15494:
15495: * INSTALL: changing SAFE_MODE politics
15496:
15497: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
15498:
15499: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
15500:
15501: 2002-12-25 paf
15502:
15503: * src/main/pa_globals.C: optimized-xml
15504:
15505: * src/main/pa_globals.C: optimized-as-is
15506:
15507: 2002-12-24 paf
15508:
15509: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
15510: fixed [were really called with zero size when .html?a=&b=]
15511:
15512: * src/classes/mail.C: $MAIL in @conf now invalid when configured
15513: with --with-sendmail
15514:
15515: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
15516: fixed]
15517:
15518: 2002-12-23 paf
15519:
15520: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
15521: ignoring parameters & were storing only string with default
15522: expires
15523:
15524: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
15525: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
15526: December 23, 2002 4:22 AM Subject: bug â
15527: Charset::transcode_buf2xchar
15528:
15529: 2002-12-20 paf
15530:
15531: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
15532: non-cgi [script] runs
15533:
15534: 2002-12-19 paf
15535:
15536: * INSTALL: --without-iconv recommended [it crashes on some systems
15537: [tested on elik]] moreover, it's not needed there [parser
15538: registers charsets itself]
15539:
15540: * INSTALL: --without-iconv recommended [it crashes on some systems
15541: [tested on elik]]
15542:
15543: * operators.txt, src/include/pa_globals.h,
15544: src/include/pa_request.h, src/main/pa_globals.C,
15545: src/main/pa_request.C: $response:download
15546:
15547: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
15548: compiler [win32]].
15549:
15550: 2002-12-18 paf
15551:
15552: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
15553:
15554: 2002-12-17 paf
15555:
15556: * src/targets/cgi/parser3.C: merged die&iis changes
15557:
15558: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
15559: to exit(1) 2. more flexible iilegal call check
15560:
15561: 2002-12-16 paf
15562:
15563: * ltmain.sh: some automakes silly insist on having this handy
15564:
15565: * src/main/untaint.C: filespec russian small 'r' changed to latin
15566: 'p' bug fix
15567:
15568: 2002-12-15 paf
15569:
15570: * src/main/untaint.C: filespec russian small 'r' changed to latin
15571: 'p'
15572:
15573: * configure.in, src/include/pa_config_auto.h.in,
15574: src/main/compile.C, src/main/pa_common.C: merged small changes
15575: from branch 6 to HEAD
15576:
15577: * src/main/compile.C: removed warning
15578:
15579: * src/main/pa_common.C: ftruncate having checked
15580:
15581: * configure.in, src/include/pa_version.h: new version
15582:
15583: 2002-12-14 paf
15584:
15585: * src/classes/table.C: removed unnecessary code
15586:
15587: * src/sql/pa_sql_driver.h: exception type fixed
15588:
15589: 2002-12-09 paf
15590:
15591: * src/types/pa_vvoid.h: $void.store[now] error
15592:
15593: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15594:
15595: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
15596: tries to write core dump
15597:
15598: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15599:
15600: * src/: classes/hash.C, classes/string.C, classes/table.C,
15601: classes/void.C, main/pa_sql_driver_manager.C,
15602: sql/pa_sql_driver.h: changed exception handling mech in sql
15603: handlers #2
15604:
15605: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
15606: exception handling mech in sql handlers
15607:
15608: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
15609: handlers
15610:
15611: * src/: classes/hash.C, classes/string.C, classes/table.C,
15612: classes/void.C, main/pa_sql_driver_manager.C,
15613: sql/pa_sql_driver.h: changed exception handling mech in sql
15614: handlers
15615:
1.116 moko 15616: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
15617: to write makefile which used libtool to install things, which is
15618: not needed
1.95 moko 15619:
15620: 2002-12-06 paf
15621:
15622: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
15623: $hash.fields -- pseudo field to make 'hash' more like 'table'
15624:
15625: 2002-12-05 paf
15626:
15627: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
15628: cc/bcc OK now
15629:
15630: * src/main/untaint.C: mail header closed properly
15631:
15632: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
15633: header ',' allowed. still bugs in smtp [only one receiptient
15634: works, cc, bcc ignored now, and MAILED ;)]
15635:
15636: [strncpy killed, memnchr used]
15637:
15638: * src/main/pa_table.C: table-copy now current=0
15639:
15640: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
15641: lowlevel proc
15642:
15643: * src/targets/cgi/parser3.C: more checks on
15644: http://domain/parser.cgi start [maybe some getenv returns "",
15645: checked that now
15646:
15647: * src/targets/cgi/parser3.C: more checks on
15648: http://domain/parser.cgi start [maybe some getenv returns "",
15649: checked that now
15650:
15651: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
15652: out-of-mem errors reached log]
15653:
15654: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
15655: mail:send MIME-Version default
15656:
15657: * src/main/main.dsp: pa_version included into main.dsp
15658:
15659: 2002-12-04 paf
15660:
15661: * src/types/pa_vform.C: $form:field string value cut by premature 0
15662:
15663: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
15664: lib/libltdl -> lib/ltdl Win32 changes. s
15665:
15666: * src/classes/classes.awk: more strict *.C$
15667:
15668: * gnu.dsp: restored
15669:
1.116 moko 15670: * configure.in, gnu.dsp, src/lib/Makefile.am,
15671: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
15672: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
15673: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
15674: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
15675: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
15676: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
15677: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
15678: now created with /configure, not ltdl/configure, so it does have
15679: no problems with automake. ltdl/configure
15680: AC_OUTPUT(Makefile<<removed)
1.95 moko 15681:
15682: 2002-12-02 paf
15683:
15684: * operators.txt: removed outdated status:db
15685:
15686: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
15687: src/main/pa_common.C, src/main/pa_request.C,
15688: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
15689: tainted parts becomes http-header
15690:
15691: 2002-11-29 paf
15692:
15693: * src/classes/date.C, src/classes/image.C, operators.txt: exif
15694: dates now objects of type date
15695:
15696: * src/classes/image.C: file.seek removed [it were used in image.C
15697: only, and for parser user this means that jpeg image has bad
15698: size in fragment's header] now used image.format
15699:
15700: * src/: include/pa_common.h, main/pa_common.C,
15701: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
15702: now handled exactly like $response:header values. e.g. can be
15703: hash [can have subattributes] & contain date values.
15704:
15705: * src/main/pa_common.C: http:// param values lang forced URI
15706:
15707: * src/main/pa_common.C: http:// tainted partes now %xx
15708:
15709: 2002-11-28 paf
15710:
15711: * operators.txt: http.timeout
15712:
15713: * src/classes/image.C: ^image.length now counts interchar space.
15714: plus space after last char
15715:
15716: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
15717:
15718: * src/classes/image.C: ^image.font width measurer now scans full
15719: height [were -1]
15720:
15721: * configure.in: stopped double libltdl/Makefile generation
15722:
15723: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
15724: chars [one top horizontal line of 1pixel height were missing]
15725:
15726: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
15727: 'false' to go into (Hash *) parameter
15728:
15729: 2002-11-27 paf
15730:
15731: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
15732: types/pa_vmail.C: response:body[file] if file nows it's name now
15733: returns content-disposition: >>attachment<<
15734:
15735: * src/classes/image.C: ^image.font << bad font file-size now
15736: properly reported
15737:
15738: 2002-11-26 paf
15739:
15740: * src/main/pa_request.C: fixed lang in reponse header
15741:
15742: * src/main/pa_common.C: utf8 prefix ignored @read text
15743:
15744: * operators.txt, src/main/pa_common.C: http:// response status!=200
15745: made exception: http.status with source=bad status#
15746:
15747: 2002-11-25 paf
15748:
15749: * configure.in, src/classes/image.C,
15750: src/include/pa_config_auto.h.in,
15751: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 15752: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
15753: const void related probs fixed
1.95 moko 15754:
15755: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
15756:
15757: $file[^file::load[http://there]] $file.SERVER
15758:
15759: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
15760: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
15761: http options [invalid onces now reported] made default
15762: user-agent: paf
15763:
15764: * operators.txt, src/classes/file.C, src/classes/table.C,
15765: src/classes/xdoc.C, src/include/pa_common.h,
15766: src/include/pa_globals.h, src/main/pa_common.C,
15767: src/main/pa_globals.C, src/main/pa_request.C,
15768: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
15769: now understand http:// prefix and additional params, sample:
15770: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
15771: $.USER-AGENT[parser3] ]]
15772:
15773: 2002-11-22 paf
15774:
15775: * src/classes/image.C, src/include/pa_globals.h,
15776: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
15777: src/types/pa_vimage.h, operators.txt: $image.exif support
15778: $image.exif.DateTime & co
15779:
15780: 2002-11-21 paf
15781:
15782: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
15783: _PASS_APPENDED)
15784:
15785: * src/classes/image.C: jpeg size measure fixed: were badly skipping
15786: EXIF information [were big block and it's size were considered
15787: negative :(]
15788:
15789: * operators.txt, src/classes/image.C, src/include/pa_common.h,
15790: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
15791: internals rewritten. no there's reader.seek, and all's ready for
15792: EXIF extraction [now we fail to measure files with EXIF info]
15793:
15794: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
15795: O_TRUNC truncates even exclusevely write-locked file [thanks to
15796: Igor Milyakov <virtan@rotabanner.com> for discovering]
15797:
15798: 2002-11-20 paf
15799:
15800: * src/targets/cgi/parser3.C: logging @signal += query_string
15801:
15802: * configure.in, src/include/pa_config_auto.h.in,
15803: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
15804: comment
15805:
15806: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
15807:
15808: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15809: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
15810: currently processed document SIGPIPE >> interrupts request
15811: processing [exception = DB rollback]
15812:
15813: * src/main/pa_exec.C: comment
15814:
15815: * src/main/pa_exec.C: pa_exec: data written only if size>0
15816:
15817: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
15818: << disable HTTP-POST repassing
15819:
15820: * src/: include/pa_config_fixed.h, main/pa_common.C,
15821: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
15822: pipe read errors now checked
15823:
15824: 2002-11-19 paf
15825:
15826: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
15827: CGI: Illegal call
15828:
15829: 2002-11-01 paf
15830:
15831: * src/main/execute.C: comment
15832:
15833: 2002-10-31 paf
15834:
15835: * src/main/execute.C: found out why, checked that for now. todo:
15836: find out a way for that user could do that
15837:
15838: * src/types/pa_vstateless_object.h: object put replaces static
15839: parent if any
15840:
15841: * src/types/pa_vobject.C: object put replaces static parent if any
15842:
15843: * src/: classes/form.C, classes/mail.C, classes/op.C,
15844: classes/xnode.h, main/compile.tab.C, main/execute.C,
15845: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
15846: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15847: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
15848: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15849: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
15850: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15851: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15852: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15853: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15854: types/pa_vstateless_object.h, types/pa_vstatus.C,
15855: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15856: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15857: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15858: types/pa_wwrapper.h: static fix merged
15859:
15860: * src/: main/compile.tab.C, types/pa_vobject.C: killed
15861: $virtual_fields in dynamic, but one can reach derived
15862: static[class] variable from base
15863:
15864: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
15865: types/pa_vobject.C, types/pa_vobject.h,
15866: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
15867: statics, left $virtual_fields in dynamic
15868:
15869: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
15870: one can't remember derivates in base class: there's so many of
15871: them. also there can be no virtual method calls in static
15872: classes
15873:
15874: * src/: classes/form.C, classes/mail.C, classes/op.C,
15875: classes/xnode.h, main/execute.C, main/pa_request.C,
15876: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
15877: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15878: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15879: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15880: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
15881: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
15882: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15883: types/pa_vresponse.C, types/pa_vresponse.h,
15884: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15885: types/pa_vstateless_object.h, types/pa_vstatus.C,
15886: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15887: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15888: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15889: types/pa_wwrapper.h: static call $self fixed
15890:
15891: * src/main/execute.C: comment
15892:
15893: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
15894: ^process[$caller.self]{...} now compiles to last derived object
15895: part of that 'self'
15896:
15897: 2002-10-29 paf
15898:
15899: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
15900: re-passing [iis to blame]
15901:
15902: * src/classes/string.C: changed string.save to pass current sql
15903: connection to cstr thus one can ^connect[some server]{
15904: $s[insert into table x (x) values (^taint[sql]{value})]
15905: ^s.save[some.sql] } and he'd get in some.sql file code with
15906: properly escaped. [tried in mssql->mysql export->import of
15907: binary data]
15908:
15909: 2002-10-25 paf
15910:
15911: * src/types/pa_vresponse.C: case insensitive response user fields
15912: get/put
15913:
15914: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
15915: types/pa_vresponse.C: saving for maybe-future
15916:
15917: 2002-10-23 paf
15918:
15919: * operators.txt, src/classes/table.C: ^table.hash{code}...
15920: ^table.hash(expr)...
15921:
15922: * src/types/pa_vmail.C: email whitespace trimBoth-ed
15923:
15924: 2002-10-22 paf
15925:
15926: * src/types/: pa_vform.C, pa_vform.h: removed needless
15927: VForm::Append...(...Value)
15928:
15929: * src/main/execute.C: $.name outside of $name[...] checked
15930:
15931: * src/main/: compile.tab.C, compile.y: lexer changed to fix
15932: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
15933:
15934: 2002-10-21 paf
15935:
15936: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
15937: $form:qtail $form:imap.x/y
15938:
15939: * operators.txt, src/types/pa_vform.C: $form:nameless =
15940: "?value&...", "...&value&...", "...&value"
15941:
15942: * operators.txt, src/types/pa_vform.C: $form:image-map
15943:
15944: * operators.txt, src/classes/file.C: /some/page.html:
15945: ^file:fullpath[a.gif] => /some/a.gif
15946:
15947: 2002-10-17 paf
15948:
15949: * src/main/: compile.tab.C, compile.y: operators precedence changed
15950: a little: logical not and bitwise negation precedence made
15951: highest, << and >> bitshits precedence made equal [were << higher
15952: than >>]
15953:
15954: * src/classes/op.C: exception handling fixed [were bad with
15955: contexts]
15956:
15957: 2002-10-16 paf
15958:
15959: * src/: classes/op.C, include/pa_request.h, main/execute.C,
15960: main/pa_request.C: Request::self considered equal to
15961: VMethodFrame::self, and removed, Request::get_self() mapped to
15962: VMethodFrame.self()
15963:
15964: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
15965: $hash in open field now gives old good error meesage
15966:
15967: 2002-10-15 paf
15968:
15969: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
15970: use ^if($junction is junction){was and now true}
15971:
15972: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
15973: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
15974: types/pa_vxnode.C: xml->parser strings now have origin, which
15975: points to place where value left xml library and came to parser:
15976: place of dom field extraction/call
15977:
15978: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
15979: main/compile.tab.C, main/compile.y, main/execute.C,
15980: types/pa_vmethod_frame.h: removed last pieces of old code
15981: allowing $junction.xxx at compile time
15982:
15983: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
15984: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
15985: objects also considered [were only classes]
15986:
15987: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
15988: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
15989: with CLASS self. [ (request&method_frame).self temporarily
15990: changed ]
15991:
15992: * src/classes/: hash.C, op.C: method_frame now always changed, with
15993: no exception to native calls. for&foreach changed to use
15994: method_frame.caller for their var's name context
15995:
15996: * src/: main/execute.C, targets/cgi/parser3.C,
15997: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
15998: compiling to system classes disabled
15999:
16000: * operators.txt, src/classes/op.C:
16001: ^process[$caller.CLASS]{code-string} added
16002:
16003: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16004: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16005: src/types/Makefile.am, src/types/pa_vjunction.C,
16006: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16007: src/types/types.dsp: removed $junction.get $junction.set[]
16008: introducing $caller
16009:
16010: * src/types/pa_value.h: removed outdated comments. doxygen would
16011: find them lower by inheritance tree
16012:
16013: * src/types/pa_vjunction.C: ident
16014:
16015: 2002-10-14 paf
16016:
16017: * src/classes/op.C: process compiles to code's class class
16018:
16019: * src/: classes/form.C, classes/mail.C, classes/op.C,
16020: include/pa_request.h, main/compile.C, main/compile.tab.C,
16021: main/compile.y, main/execute.C, main/pa_request.C,
16022: types/pa_vstateless_class.h: operators now main-class-methods
16023:
16024: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16025: better stack trace [has "call" & co there]
16026:
16027: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16028: operators @auto now executed in MAIN context
16029:
16030: * src/main/execute.C: operator execution context now = MAIN, not
16031: closest stack frame
16032:
16033: @touchit[] $i[after]
16034:
16035: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16036: were 'after'
16037:
16038: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16039: 'after'
16040:
16041: * src/main/execute.C: comment
16042:
16043: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16044: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16045: action]
16046:
16047: * src/types/pa_vxnode.C: misreplace fixed
16048:
16049: * configure, configure.in, src/include/pa_config_auto.h.in,
16050: src/types/pa_vstatus.C, operators.txt:
16051: $status:rusage.tv_secs/usecs introduced
16052:
16053: 2002-10-09 paf
16054:
16055: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16056: on empty string [or uses (default)]
16057:
16058: 2002-10-08 paf
16059:
16060: * src/main/untaint.C: mail header quoted printable changed after
16061: RFC reread
16062:
16063: * operators.txt: plan on ^if(method
16064:
16065: * src/types/pa_vxnode.C: misreplace
16066:
16067: 2002-09-24 paf
16068:
1.116 moko 16069: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16070:
16071: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16072: mailreceive would compile on freebsd now
16073:
16074: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16075: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16076: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16077: mailreceive would compile on freebsd now
1.95 moko 16078:
16079: * src/: classes/file.C, main/untaint.C: 1. file spec language
16080: changed: now there are only few chars are untainted: * ? ' " < >
16081: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
16082: one should use ^untaint[uri]{...} now]
16083:
16084: 2. $list[^file:list[dir]] now returns simply tainted names in
16085: $list.name, not tainted as filespec
16086:
16087: @russianindex[] #dir with files with russian-lang names
16088: $where[dir]
16089:
16090: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
16091: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
16092:
16093: 2002-09-23 paf
16094:
16095: * src/types/pa_vdouble.h: double->int round added
16096:
16097: * src/classes/date.C: date bug fix, now
16098: round(floatDays*secondsPerDay)
16099:
16100: * src/classes/date.C: date bug fix, now
16101: round(floatDays*secondsPerDay)
16102:
16103: 2002-09-20 paf
16104:
16105: * src/main/execute.C: code junction calls disabled [before: code
16106: was compiled in such a way, that there were no code-junctions in
16107: OP_CALL]
16108:
16109: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
16110:
16111: @badjunctioncallinside[code] ^code[]
16112:
16113: * src/main/: compile.tab.C, compile.y: changed grammer on junction
16114: expanding to include ^junction.method
16115:
16116: * src/main/pa_common.C: -d "DIR/" now true
16117:
16118: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
16119: as internal xdoc encoding, and after decoding attributes set by
16120: dom functions now encoded OK, not as digital entities
16121:
16122: * src/classes/xdoc.C: empty transform result, being taken as file
16123: now returns empty file, not raises stupid error about "stat-ed
16124: file"
16125:
16126: * src/types/pa_vhash.h: hash.foreach modification of existing keys
16127: allowed
16128:
16129: * src/types/types.dsp: introducing $junction.get/put(1) one can
16130: write iterators now:
16131:
16132: ^user-foreach[key;value]{$key=$value<br>}
16133:
16134: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16135: $code.value($i*2) $code }
16136:
16137: * src/main/compile_tools.h: mistype
16138:
1.116 moko 16139: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
16140: thus taking linking options configure changes into account [were:
16141: ignoring]
1.95 moko 16142:
16143: * src/types/: pa_vjunction.C, Makefile.am: introducing
16144: $junction.get/put(1) one can write iterators now:
16145:
16146: ^user-foreach[key;value]{$key=$value<br>}
16147:
16148: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16149: $code.value($i*2) $code }
16150:
16151: * src/: include/pa_opcode.h, include/pa_request.h,
16152: main/compile.tab.C, main/compile.y, main/execute.C,
16153: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
16154: introducing $junction.get/put(1) one can write iterators now:
16155:
16156: ^user-foreach[key;value]{$key=$value<br>}
16157:
16158: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16159: $code.value($i*2) $code }
16160:
16161: 2002-09-19 paf
16162:
1.116 moko 16163: * Makefile.am: new: make commit
1.95 moko 16164:
16165: * aclocal.m4: forced to be older
16166:
16167: 2002-09-18 paf
16168:
16169: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
16170: src/main/compile.y, src/main/execute.C: << >> int shifts
16171:
16172: * src/: include/pa_common.h, include/pa_request.h,
16173: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
16174: - now this - fatal error
16175:
16176: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
16177: that one can pass binary data there
16178:
16179: * src/: classes/date.C, classes/double.C, classes/file.C,
16180: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16181: classes/op.C, classes/response.C, classes/string.C,
16182: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16183: include/pa_request.h: pa_request contexts made privated, plus
16184: get_{self/method_frame} to read. Request_context_saver used in
16185: ^try to save flang too. [were not saved]
16186:
16187: * src/types/pa_vresponse.C: header value chains joined before
16188: output, this should help $.subject[$var $var] from being
16189: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
16190:
16191: 2002-09-17 paf
16192:
16193: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
16194: removed changes, operators executed with calling self. lots of
16195: code with ^include code relies on defined/defining self variables
16196:
16197: $a[1] ^include[print_a.p] print_a.p: $a
16198:
16199: ^include[set_a.p] a=$a set_a.p: $a[1]
16200:
16201: * src/: classes/op.C, main/execute.C, main/pa_request.C,
16202: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
16203: types/pa_vstateless_class.h: operators now executed with MAIN
16204: self. it's for ^include sake, too strong a change
16205:
16206: * src/classes/op.C: made place for ^process to compile it's code to
16207: in case of no self
16208:
16209: * src/main/execute.C: found ancient param to Junction, removed.
16210: allowed passing self to native_code_operators [for ^process to
16211: work, she needs self]
16212:
16213: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16214: types/pa_vstateless_class.h: found ancient param to Junction,
16215: removed. allowed passing self to native_code_operators [for
16216: ^process to work, she needs self]
16217:
16218: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
16219: types/pa_value.h, types/pa_vmethod_frame.h,
16220: types/pa_vstateless_class.h: allowed Request.self to be 0,
16221: checked that in VMethodFrame get/put and $self.
16222:
16223: * src/classes/: table.C, xdoc.C: table::sql options table::create
16224: copy options options checked, wrong option now fatal error
16225:
16226: * src/main/pa_string.C: string.replace fixed [were missing words on
16227: pieces boundaries]
16228:
16229: * bin/auto.p.dist.in: strange \n
16230:
16231: * configure, configure.in: .so now detected [can be .sl on hpux,
16232: .dll on cygwin, .so in other cases)
16233:
1.116 moko 16234: * configure, configure.in, bin/auto.p.dist.in: .so now detected
16235: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 16236:
16237: * operators.txt, src/classes/hash.C, src/classes/table.C,
16238: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
16239: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
16240: record taken [were last]
16241:
16242: * src/: classes/hash.C, classes/table.C,
16243: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
16244: now errors
16245:
16246: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
16247:
16248: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
16249: ,2,3]
16250:
16251: 2002-09-16 paf
16252:
16253: * src/classes/file.C: file::cgi line ends can be both unix & dos.
16254: and they can be unix [\n\n] on win when 'use CGI' used, it causes
16255: stdout to be binary. now detected closest header break.
16256:
16257: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
16258: closed right
16259:
16260: 2002-09-13 paf
16261:
16262: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
16263: src/main/compile_tools.h: (expression #comment)
16264:
16265: (multiline expression #comment line2 #comment )
16266:
16267: (expression #comment with (brackets) comment) << OK
16268:
16269: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
16270: bitwise !|| numerical xor now [preparing for expression
16271: #comments]
16272:
16273: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
16274: error
16275:
16276: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
16277: cheched in pa_socks.C
16278:
1.116 moko 16279: * configure, configure.in, src/include/pa_config_auto.h.in:
16280: HAVE_WINSOCK_H created in configure.in
1.95 moko 16281:
16282: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
16283: cookie date now clean [were mistakenly tainted & that worked bad
16284: with opera -- 'happily' that worked OK with msie]
16285:
16286: 2002-09-12 paf
16287:
16288: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
16289: VClass get_element now first looks to fields, next to methods &
16290: co todo: the rest reason: more speed
16291:
16292: * src/main/untaint.C: quoted printable encoding stops before
16293: \s*<...>$
16294:
16295: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
16296: stops before <...>$
16297:
16298: 2002-09-11 paf
16299:
16300: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
16301: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
16302: forgot to check users of those funcs. not all were using that
16303: return value convention
16304:
16305: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
16306: windows-1254 added
16307:
16308: 2002-09-10 paf
16309:
16310: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
16311: VCodeFrame parent param were specified badly
16312:
16313: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
16314: WWrapper which used in constructing objects(second param to sql
16315: method) ^...sql{}[$.default{code}] now has parent, wich helps
16316: code in hash to survivi
16317:
16318: * src/: include/pa_request.h, main/execute.C: removed redundant
16319: param to execute [stack said 'thanks']
16320:
16321: * src/: classes/op.C, main/execute.C, types/pa_value.C,
16322: types/pa_value.h, types/pa_vcode_frame.h,
16323: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16324: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
16325: responsibility to wcontext
16326:
16327: * src/classes/file.C: decided not to log exec's with stderr, that
16328: could be warnings, and it's up to scritper to log/show them
16329:
16330: * src/: classes/double.C, main/execute.C: double:sql badly called
16331: write_assign_lang, not write_no_lang, thus doing unnecessary
16332: double/string converstion, which were loosing time&precesion
16333:
16334: * src/: main/pa_charset.C, types/pa_vmail.C:
16335: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
16336: case of unfinished in buffer processing, causing accidental
16337: transcode stop [in case that source enc != utf-8 & there is
16338: incomplete utf-8 sequence at the end of 16000block iside of
16339: libxml lib] tfm readed & code updated
16340:
16341: 2002-09-04 paf
16342:
16343: * configure: makes with sjlj
16344:
16345: * INSTALL, src/include/pa_config_fixed.h,
16346: src/include/pa_sql_connection.h,
16347: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
16348: checked. on win32 it made default
16349:
16350: * src/include/pa_config_auto.h.in: sjlj define
16351:
16352: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
16353: can not work with longjump/throw pair, and one must switch that
16354: on there. todo: detect that automatically]
16355:
16356: * src/types/pa_vxnode.C: removed too strong checks of
16357: xnode.elements. now, for instance, if element does not have any
16358: attributes, $xnode.attributes is void, not error
16359:
16360: 2002-09-02 paf
16361:
16362: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
16363: removed double_result, didn't help
16364:
16365: * src/main/execute.C: double_result made to move that var away from
16366: hungry g++ optimizer (-O2), before: it were optimized and
16367: comparison operators worked badly
16368:
16369: * src/types/pa_vdate.h: removed debug
16370:
1.116 moko 16371: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 16372:
16373: * src/main/execute.C: fixed numeric < & co so that thay now use
16374: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
16375: unknown reason.
16376:
16377: 2002-08-29 paf
16378:
16379: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
16380: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
16381: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
16382: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
16383: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
16384: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
16385: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
16386: [called less frequent, allowed to remove ugly
16387: Junction.change_context-s from many places, switch,
16388: mail:send..html{}, ..] request.root renamed to method_frame [more
16389: easyreading] ancient {...PUSH/POPs...} changed to stack vars
16390: [speed up]
16391:
16392: 2002-08-28 paf
16393:
16394: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
16395: tainted
16396:
16397: * src/types/pa_vcookie.C: fixed cookie delete when
16398: $cookie:name[$.value[]]
16399:
16400: * operators.txt, src/classes/string.C:
16401: ^string.split[delim[;options]]
16402:
16403: 2002-08-27 paf
16404:
1.116 moko 16405: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 16406:
16407: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
16408: delimiter
16409:
16410: * INSTALL: recommended latest gmime 1.0.5
16411:
16412: 2002-08-26 paf
16413:
16414: * configure, configure.in: apache13/hook added to make dist.
16415:
16416: 2002-08-23 paf
16417:
16418: * src/: include/pa_common.h, main/pa_common.C,
16419: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
16420: beside binary [cgi, isapi] not accessible [due to bad rights or
16421: whatever] it's error now
16422:
16423: 2002-08-21 paf
16424:
1.116 moko 16425: * Makefile.am: can use: make happy equals to make update install
1.95 moko 16426:
16427: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16428: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
16429: class". compiled as if here they named base class
16430:
16431: * src/main/pa_string.C: fixed bad language bug, [were wrong string
16432: cloning constructor]
16433:
16434: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
16435:
16436: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
16437: src/types/pa_vfile.C, src/types/pa_vmail.C:
16438: $mail.received.file.value.content-type fixed
16439:
16440: 2002-08-20 paf
16441:
16442: * src/classes/file.C: fixed language of file:file result
16443:
16444: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
16445: from 3.0.0005
16446:
16447: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
16448:
16449: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
16450: 3.0.0005
16451:
16452: * src/classes/void.C, operators.txt: ^void.length[] = 0
16453:
16454: 2002-08-19 paf
16455:
16456: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
16457: work now
16458:
16459: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
16460: error in xnode, which were not catched in xdoc]
16461:
16462: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
16463: prepared: // validate each document after load/create (?)
16464: //xmlDoValidityCheckingDefaultValue = 1;
16465:
16466: 2002-08-15 paf
16467:
16468: * src/classes/classes.h: write to static var caused useless
16469: Exception, introduced Methoded::put_element wich consumes those
16470:
16471: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
16472: src/types/pa_vcookie.C, src/types/pa_vdate.h,
16473: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
16474: $response:field[date] $response:field[$.xxx[date]]
16475:
16476: * src/: classes/hash.C, classes/string.C, classes/table.C,
16477: classes/void.C, include/pa_sql_connection.h: fixed source of
16478: ^hash::sql{bad}
16479:
16480: * operators.txt: $request:body unprecessed POST request body
16481:
16482: * src/types/pa_vrequest.C: $request:body unprecessed POST request
16483:
16484: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
16485: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
16486:
16487: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
16488: src/include/pa_request.h, src/main/pa_pool.C,
16489: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
16490: $request:body r.post_data now const
16491:
16492: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
16493: classes/xnode.C, main/execute.C, types/pa_value.h,
16494: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
16495: types/pa_vtable.h: instead of type() checking everywhere used
16496: Value.as now user descendants can be used in params.
16497:
16498: VObject::as_*, is_defined now taken from bases. xtable(table)
16499: ^if($xtable) now OK
16500:
16501: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
16502: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
16503: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
16504:
16505: 2002-08-14 paf
16506:
16507: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
16508: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16509: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16510: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16511: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16512: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16513: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16514: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16515: types/pa_vresponse.C, types/pa_vresponse.h,
16516: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16517: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16518: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16519: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16520: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
16521: & VClass
16522:
16523: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
16524:
16525: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
16526: removed fixopt stupidity. on stupid linux use cd /document/root
16527: ../cgi/parser3 script
16528:
16529: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
16530: params, splitting them by space, excluding argv[0], argv[argc-1]
16531:
16532: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
16533: fixopt.h: fixopt now preprocesses command line params, splitting
16534: them by space, excluding argv[0], argv[argc-1]
16535:
16536: * src/targets/cgi/parser3.C: -f config file
16537:
16538: * src/targets/cgi/parser3.C: fixed .log file dir
16539:
16540: 2002-08-13 paf
16541:
16542: * src/types/pa_vobject.C: allow override parent variables, useful
16543: for form descendants [in vobject too, were in vclass]
16544:
16545: * src/types/pa_vclass.C: allow override parent variables, useful
16546: for form descendants
16547:
16548: * src/types/pa_vclass.C: checked: form[vclass]fields can be
16549: overwritten in derived(table)
16550:
16551: * src/: classes/form.C, classes/mail.C, classes/op.C,
16552: classes/xnode.h, include/pa_request.h, main/execute.C,
16553: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16554: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16555: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16556: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16557: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16558: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16559: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16560: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16561: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16562: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16563: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16564: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16565: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
16566: Value::get_element(..., bool looking_down) [needed to exclude
16567: endless recoursion]
16568:
16569: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
16570: fix bug with put endless recoursion todo: check 'as'
16571:
16572: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
16573: reorganized modules todo: fix bug with put endless recoursion
16574: todo: check 'as'
16575:
16576: * src/types/pa_vobject.h: checked: table fields can be overwritten
16577: in derived(table)
16578:
16579: * src/types/pa_vobject.h: derived classes can have fields of their
16580: own now
16581:
16582: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
16583: fixed error message on using non-created table
16584:
16585: * src/: classes/form.C, classes/hash.C, classes/mail.C,
16586: classes/op.C, classes/xnode.h, include/pa_request.h,
16587: main/compile.C, main/compile.tab.C, main/execute.C,
16588: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16589: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16590: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16591: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16592: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
16593: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16594: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16595: types/pa_vresponse.C, types/pa_vresponse.h,
16596: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16597: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16598: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16599: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16600: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
16601: looking down/up tree todo: fix error message on non-constructed
16602: parents
16603:
16604: 2002-08-12 paf
16605:
16606: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
16607: derived OK
16608:
16609: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
16610: thorough testing
16611:
16612: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
16613: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16614: types/pa_vobject.h, types/pa_vstateless_class.h,
16615: types/pa_vstateless_object.h, types/pa_wcontext.h,
16616: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
16617: ^base:create[] dynamic call rewritten todo: thorough testing
16618:
16619: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
16620: now instantates base class, remembers it and saves child in
16621: parent VObject.get_class now returns last child = downward
16622: virtual calls OK
16623:
16624: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16625: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16626: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
16627: types/pa_vobject.h, types/pa_vresponse.h,
16628: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16629: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
16630: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
16631: VAliased [redundant], moved $CLASS to VObject only [parser class
16632: instance]
16633:
16634: * bin/auto.p.dist.in: more like in dist on parser.ru
16635:
16636: * bin/auto.p.dist.in: fixed sendmail default comment
16637:
16638: * src/main/pa_request.C: $response:body[file] content-type check
16639: fixed [were bad when content-type is hash]
16640:
16641: 2002-08-09 paf
16642:
16643: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16644: types/pa_vobject.h, types/pa_vxdoc.h: started as()
16645:
16646: 2002-08-08 paf
16647:
16648: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
16649: src/main/pa_globals.C: year column in month calendar [week year]
16650:
16651: * src/main/execute.C: error reporting on object writes to MAIN
16652: improved [were ruind with fixing $obj[^if(1){$obj}] ]
16653:
16654: * operators.txt, src/types/pa_vdate.h: $date.yearday
16655: $date.daylightsaving
16656:
16657: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
16658: use tainted data now. only she must specify the language.
16659:
16660: ^mail:send[ $.from[paf@mail.design.ru]
16661: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
16662: $.text[^taint[uri][ìîñêâà]=] ]
16663:
16664: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
16665: now prints more precise origin
16666:
16667: * src/include/pa_string.h: String::first_char now not fails on
16668: empty strings ^if(-f '') now ok and in 3 other places.
16669:
16670: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
16671: String::first_char now not fails on empty strings ^if(-f '') now
16672: ok and in 3 other places.
16673:
16674: 2002-08-07 paf
16675:
16676: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
16677: fixed
16678:
16679: * src/main/pa_string.C: ^string.mid(0;bad) fixed
16680:
16681: * src/: main/execute.C, types/pa_vcode_frame.h,
16682: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16683: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
16684: mistakenly not completely transparent to object writes.
16685: $hash[^if(1){$hash}] now works
16686:
16687: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
16688: now erasing cache file [there were bad check on that]
16689:
16690: * src/: classes/classes.dsp, classes/table.C,
16691: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
16692: all Debug dirs in .dsp now named 'Debug'
16693:
1.116 moko 16694: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 16695:
16696: * operators.txt, src/classes/mail.C: exception_type email.send
16697:
16698: * operators.txt, src/types/pa_vmail.C: exception_type email.format
16699:
16700: * src/types/pa_vmail.C: mail:send empty email checked
16701:
16702: 2002-08-06 paf
16703:
16704: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16705: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16706: ^table::create[$source;$.options] ^table::join[$source;$.options]
16707:
16708: * operators.txt, src/classes/hash.C, src/classes/string.C,
16709: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
16710: # $.default() }
16711:
16712: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
16713:
16714: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16715: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
16716: $file.content-type [instead of .mime-type] now works for
16717: file::stat also
16718:
16719: * src/main/pa_request.C: case insensitive mime_type_of
16720:
16721: * bin/auto.p.dist.in: jpeg
16722:
16723: 2002-08-05 paf
16724:
16725: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
16726:
16727: * src/types/pa_vmail.C: file buffer relocated to parser heap
16728:
16729: * operators.txt: comment on date:calendar week column
16730:
16731: * src/main/pa_common.C: write checked
16732:
16733: * src/main/: pa_common.C: write checked
16734:
16735: * src/classes/date.C: +1 buf size for stupid snprintfs
16736:
16737: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
16738: month calendar week column [ISO 8601 Week Numbers]
16739:
16740: 2002-08-02 paf
16741:
16742: * src/: include/pa_config_fixed.h, main/pa_string.C,
16743: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
16744: DEBUG*
16745:
16746: * configure, configure.in, src/include/pa_version.h: release
16747: 3_0_0005
16748:
16749: * bin/auto.p.dist.in: unhandled_exception comments
16750:
16751: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
16752: multipart post fixed
16753:
16754: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
16755: response transcoded source->client only when text/* or simple
16756: onoverridden $response:body
16757:
16758: 2002-08-01 paf
16759:
16760: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16761: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16762: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16763: classes/op.C, classes/response.C, classes/string.C,
16764: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16765: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16766: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16767: include/pa_config_fixed.h, include/pa_dictionary.h,
16768: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
16769: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
16770: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
16771: include/pa_socks.h, include/pa_sql_connection.h,
16772: include/pa_sql_driver_manager.h, include/pa_stack.h,
16773: include/pa_string.h, include/pa_stylesheet_connection.h,
16774: include/pa_stylesheet_manager.h, include/pa_table.h,
16775: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16776: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16777: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
16778: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16779: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16780: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16781: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16782: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16783: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16784: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16785: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16786: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16787: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16788: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16789: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16790: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
16791: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
16792: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16793: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
16794: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16795: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
16796: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16797: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
16798: types/pa_vmethod_frame.h, types/pa_vobject.h,
16799: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16800: types/pa_vresponse.h, types/pa_vstateless_class.C,
16801: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16802: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16803: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16804: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16805: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 16806: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 16807:
16808: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
16809: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16810: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16811: classes/math.C, classes/op.C, classes/response.C,
16812: classes/string.C, classes/table.C, classes/void.C,
16813: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16814: include/pa_array.h, include/pa_cache_managers.h,
16815: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16816: include/pa_config_fixed.h, include/pa_config_includes.h,
16817: include/pa_dictionary.h, include/pa_dir.h,
16818: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16819: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16820: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16821: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16822: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16823: include/pa_stack.h, include/pa_string.h,
16824: include/pa_stylesheet_connection.h,
16825: include/pa_stylesheet_manager.h, include/pa_table.h,
16826: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16827: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
16828: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16829: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
16830: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16831: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
16832: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
16833: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
16834: main/pa_sql_driver_manager.C, main/pa_string.C,
16835: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16836: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16837: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16838: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16839: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16840: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16841: targets/isapi/pool_storage.h, types/pa_valiased.C,
16842: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
16843: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
16844: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16845: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16846: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16847: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16848: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16849: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16850: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16851: types/pa_vresponse.C, types/pa_vresponse.h,
16852: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16853: types/pa_vstateless_object.h, types/pa_vstatus.C,
16854: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16855: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16856: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16857: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16858: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
16859: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
16860: types/Makefile.am: ident.C* removed
16861:
16862: * operators.txt, src/classes/file.C, src/main/pa_request.C:
16863: file:find[/can/do/this/now.txt]
16864:
16865: * src/targets/cgi/parser3.C: usage to stdout now
16866:
16867: 2002-07-31 paf
16868:
16869: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
16870:
16871: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
16872: default "postmaster"
16873:
16874: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
16875: -f postmaster now default sendmail key word "postmaster"
16876: replaced to $.from
16877:
16878: 2002-07-30 paf
16879:
1.116 moko 16880: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
16881: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 16882:
16883: * src/main/pa_charset.C: comment
16884:
16885: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
16886: table, &#decimal;
16887:
16888: * src/main/pa_request.C: comment
16889:
16890: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
16891: paragraf]
16892:
16893: 2002-07-11 paf
16894:
16895: * src/main/pa_exec.C: build command line badly added params twice
16896: [and first time without ' ']. double wrong. fixed.
16897:
16898: * src/main/pa_exec.C: invalid .exe caused error message with params
16899: wich parser did not provide = reported badly. fixed that.
16900:
16901: * src/classes/mail.C: $MAIL[ # xxx ]
16902:
16903: now ok
16904:
16905: * operators.txt: plan: sql detailed exception
16906:
16907: 2002-07-01 paf
16908:
16909: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
16910: [MForm.configure_admin were called when request.main_class ==0
16911:
16912: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
16913:
16914: * src/classes/form.C: content_length type fix
16915:
16916: 2002-06-30 paf
16917:
16918: * src/classes/mail.C: merged from 4
16919:
16920: * src/classes/mail.C: restored $MAIL
16921:
16922: 2002-06-28 paf
16923:
16924: * configure, configure.in: removed paths.h
16925:
1.116 moko 16926: * configure, src/include/pa_version.h,
1.95 moko 16927: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
16928: merged, makes updated
16929:
16930: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
16931: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16932: src/include/pa_pool.h, src/include/pa_version.h,
16933: src/main/pa_charset.C, src/main/pa_pool.C,
16934: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
16935: src/types/pa_vmail.C: merged latest updates to head
16936:
16937: 2002-06-27 paf
16938:
16939: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
16940: not error now
16941:
16942: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
16943: src/include/pa_config_fixed.h, src/include/pa_pool.h,
16944: src/main/pa_charset.C, src/main/pa_pool.C:
16945: ^xdoc::create[[uri]]... base uri for document being created,
16946: imports and other relative file names would be relative to this
16947: uri default uri=path_translated
16948:
16949: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
16950:
16951: 2002-06-26 paf
16952:
16953: * configure, configure.in, src/include/pa_version.h:
16954: release_3_0_0004
16955:
16956: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
16957: 0 now
16958:
16959: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
16960:
16961: 2002-06-25 paf
16962:
16963: * src/main/pa_string.C: emtpy string, or string of whitespaces
16964: considered bad number now
16965:
16966: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
16967: now
16968:
16969: * operators.txt, src/classes/string.C: ^string.normalize [old
16970: name: optimize
16971:
16972: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
16973: library configured
16974:
16975: * src/main/pa_request.C: configure_admin forced if no @conf
16976:
16977: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
16978: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
16979: when needed and to call system crypt() if not $apr1$ prefix
16980:
16981: 2002-06-24 paf
16982:
16983: * INSTALL: --with-static/shared-mailreceive described
16984:
16985: * src/include/pa_config_fixed.h: ssize_t fixed
16986:
1.116 moko 16987: * configure, configure.in, src/include/pa_config_auto.h.in,
16988: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 16989: src/types/pa_vmail.C: $mail:received makes update
16990:
16991: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
16992: WITH_MAILRECEIVE
16993:
16994: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
16995:
16996: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
16997: option, for $mail:receive
16998:
16999: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17000: introducting $message:received ^mail:send rewritten with backward
17001: comp
17002:
17003: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17004: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17005: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17006: now
17007:
17008: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17009: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17010: src/include/pa_request.h, src/include/pa_string.h,
17011: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17012: src/main/pa_globals.C, src/main/pa_request.C,
17013: src/main/pa_string.C, src/main/pa_uue.C,
17014: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17015: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17016: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17017: uue to separate file introducting $message:received ^mail:send
17018: rewritten with backward comp
17019:
17020: 2002-06-21 paf
17021:
1.116 moko 17022: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17023: co changes
1.95 moko 17024:
1.116 moko 17025: * configure, configure.in, src/lib/md5/Makefile.am,
17026: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17027: restructure .in and .am files appropriate changes
1.95 moko 17028:
17029: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17030: pcre to libs/ added libs/md5 which is linked to non-apache
17031: targets ^math:crypt[password;$apr1$salt]
17032:
17033: * INSTALL, configure.in, operators.txt, parser3.dsw,
17034: src/Makefile.am, src/classes/Makefile.am,
17035: src/classes/classes.dsp, src/classes/math.C,
17036: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17037: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17038: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17039: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17040: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17041: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17042: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17043: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17044: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17045: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17046: src/lib/pcre/pcre_parser_ctype.dsp,
17047: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17048: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17049: src/main/compile.tab.C, src/main/main.dsp,
17050: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17051: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17052: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17053: to libs/ added libs/md5 which is linked to non-apache targets
17054: ^math:crypt[password;$apr1$salt]
17055:
17056: 2002-06-20 paf
17057:
17058: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116 moko 17059: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
17060: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 17061: src/include/pa_request.h, src/main/execute.C,
17062: src/main/pa_request.C, src/targets/cgi/parser3.C,
17063: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
17064: marged latest HEAD updates, mainly file:justname&co &
17065: @auto/conf[filespec
17066:
17067: * operators.txt, src/classes/file.C:
17068: !^file:dirname[/a/some.tar.gz]=/a
17069: !^file:dirname[/a/b/]=/a
17070: !^file:basename[/a/some.tar.gz]=some.tar.gz
17071: !^file:justname[/a/some.tar.gz]=some.tar
17072: !^file:justext[/a/some.tar.gz]=gz
17073:
17074: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17075: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17076: @conf/auto[filespec]
17077:
17078: * bin/auto.p.dist.in: <noindex>
17079:
1.116 moko 17080: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17081:
17082: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
17083: bin/auto.p.dist.in, src/doc/doxygen.cfg,
17084: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17085: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17086:
17087: 2002-06-18 paf
17088:
17089: * configure, configure.in, src/include/pa_version.h: version to
17090: configure.in
17091:
17092: * INSTALL: reflected .conf.dist dir change
17093:
1.116 moko 17094: * Makefile.am, configure, configure.in, bin/Makefile.am,
17095: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 17096: .in & *.am updated
17097:
17098: * src/classes/file.C: strncasecmp
17099:
17100: * src/classes/file.C: strcasecmp
17101:
1.116 moko 17102: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
17103: from etc
1.95 moko 17104:
17105: * src/classes/file.C: ^file::exec[script;$.bad error case
17106: insensitive check now
17107:
17108: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
17109:
17110: * configure, configure.in, src/include/pa_pool.h,
17111: src/include/pa_types.h: pack configure.in detection simplified.
17112: figured out that gcc on sparc not that stupid as thought
17113: previously: on sparc: when it sees packed class it modifies it's
17114: field-access-code to byte operations [stb, ldub] instead of 4byte
17115: operations [st, lduh] so packed must be all parts of packed
17116: class, i.e. it's parents&fields(classes). for now it's only
17117: String that packed and what was wrong is that it's parent -
17118: Pooled, were not packed. fixed that.
17119:
17120: 2002-06-14 paf
17121:
17122: * operators.txt: more precise xml-to-text options
17123:
17124: * operators.txt, src/types/pa_vxnode.C: xnode
17125: attribute_node.name/value xnode pi.node.data
17126:
17127: 2002-06-12 paf
17128:
1.116 moko 17129: * configure, configure.in, src/targets/cgi/Makefile.am,
17130: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 17131:
17132: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
17133: src/include/pa_globals.h, src/include/pa_request.h,
17134: src/main/compile.tab.C, src/main/pa_globals.C,
17135: src/main/pa_request.C, src/targets/cgi/parser3.C,
17136: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
17137:
17138: * src/classes/mail.C: sendmail -ti [default now]
17139:
17140: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
17141: to be strings. for convinient #ing
17142:
17143: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
17144: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
17145:
17146: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
17147: main/pa_globals.C, main/pa_request.C: @conf
17148:
17149: 2002-06-11 paf
17150:
17151: * src/classes/file.C: check simplified
17152:
17153: * src/: classes/file.C, targets/cgi/parser3.dsp,
17154: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
17155: valid prefix
17156:
17157: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
17158: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
17159: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
17160:
17161: 2002-06-10 paf
17162:
17163: * operators.txt, src/classes/op.C, src/include/pa_common.h,
17164: src/main/pa_common.C: lock failures reported now
17165:
17166: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
17167: string->double @ compile time were not-enough-checking...
17168:
17169: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
17170: autoconvert now ignored
17171:
17172: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
17173: check
17174:
17175: * src/classes/mail.C: mail netscape attachment name fixed. todo:
17176: $response:body content-type:name
17177:
17178: * configure, configure.in: hpux check, nsl link, no socket
17179:
17180: * operators.txt: old merge conflict removed
17181:
17182: * configure, configure.in: pack even address access on sparc&co
17183: arch checked in configure
17184:
17185: * configure, src/include/pa_version.h: makes
17186:
17187: * configure, configure.in, src/include/pa_version.h: makes
17188:
17189: * src/main/untaint.C: (bug#2) mail subject got always prepended
17190: with charset even when all letters were 7bit one
17191:
17192: * src/main/pa_common.C: merged fixed -d (bug)
17193:
17194: * src/main/pa_common.C: fixed -d (bug)
17195:
17196: 2002-06-03 paf
17197:
17198: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
17199: src/classes/classes.dsp, src/main/compile.tab.C,
17200: src/main/main.dsp, src/main/pa_globals.C,
17201: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
17202: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
17203: .dsp-s along with reorganized cvs modules dirs structure
17204:
17205: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17206: main/pa_globals.C, targets/cgi/parser3.dsp,
17207: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
17208: modules
17209:
17210: 2002-05-28 paf
17211:
17212: * src/targets/cgi/parser3.C: info.uri now ""
17213:
17214: 2002-05-17 paf
17215:
17216: * src/classes/: table.C: ^table.save << checked empty
17217: pre/match/post columns
17218:
17219: 2002-05-16 paf
17220:
17221: * src/classes/image.C: image::measure can png now
17222:
17223: 2002-05-15 paf
17224:
17225: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
17226: added
17227:
17228: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
17229:
17230: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
17231: %H[:%M[:%S]]]]]] [-%m now
17232:
17233: 2002-05-14 paf
17234:
17235: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
17236:
17237: 2002-05-07 paf
17238:
17239: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
17240: src/include/pa_globals.h, src/include/pa_request.h,
17241: src/include/pa_table.h, src/main/compile.tab.C,
17242: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
17243: src/main/pa_request.C, src/main/pa_table.C,
17244: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
17245: src/targets/isapi/parser3isapi.dsp,
17246: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
17247: name2number field now &. main_method_name now on Request pool
17248: rather on global_pool [Junction+VJunction created on same pool as
17249: name = were created on global pool, causing mem leaks]
17250:
17251: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
17252: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
17253: main/compile.y, main/main.dsp, main/pa_globals.C,
17254: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
17255: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17256: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
17257: field now &. main_method_name now on Request pool rather on
17258: global_pool [Junction+VJunction created on same pool as name =
17259: were created on global pool, causing mem leaks]
17260:
17261: 2002-05-06 paf
17262:
17263: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17264: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17265: 100*40 bytes per request memory leak [nonpool malloc in globals]
17266:
17267: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17268: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17269: 100*40 bytes per request memory leak [nonpool malloc in globals]
17270:
17271: 2002-04-30 paf
17272:
17273: * configure, src/include/pa_version.h: version now not b
17274:
17275: * src/targets/cgi/parser3.C: request.uri now never 0
17276:
17277: 2002-04-29 paf
17278:
17279: * configure.in: removed b
17280:
17281: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
17282: Exception::comment/type checked in (), no there's no empty
17283: type/comment by default
17284:
17285: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
17286: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
17287: src/doc/value.dox, src/include/pa_exception.h,
17288: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
17289: 0001
17290:
17291: 2002-04-26 paf
17292:
17293: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
17294: size reduced
17295:
17296: 2002-04-25 paf
17297:
17298: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
17299: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
17300: now that took into account
17301:
17302: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
17303: 01:03:04]
17304:
17305: * ChangeLog, operators.txt, src/classes/date.C:
17306: ^date::create[2002-12-33 01:03:04]
17307:
17308: * ChangeLog: updated changelog
17309:
17310: * src/classes/table.C: removed restriction on column count to
17311: ^table.hash to work, now must be >0 [were >1]
17312:
17313: 2002-04-24 paf
17314:
17315: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17316: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17317: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
17318: targets
17319:
17320: 2002-04-23 paf
17321:
17322: * operators.txt, src/classes/string.C:
17323: int/double/string:sql{}[$.default{code}] fixed [were barking:
17324: "junction used outside of context"]
17325:
17326: 2002-04-22 paf
17327:
17328: * types.txt, src/classes/string.C, src/include/pa_string.h,
17329: src/main/pa_string.C, src/types/pa_vstring.C,
17330: src/types/pa_vstring.h: ^string.optimize[]
17331:
17332: * src/: include/pa_globals.h, include/pa_table.h,
17333: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
17334: table template
17335:
17336: * src/classes/: string.C: optimize removed from string
17337: .left/right/pos
17338:
17339: * src/main/execute.C: rolled back to
17340: before_killing_userjunction_contexts
17341:
17342: * src/main/execute.C: user junctions context killed
17343:
17344: * src/main/execute.C: junctions to local contexts got
17345: cleanized&checked later
17346:
17347: 2002-04-19 paf
17348:
17349: * src/: classes/string.C, include/pa_request.h,
17350: include/pa_string.h, main/pa_request.C, main/pa_string.C,
17351: types/pa_vstring.C, types/pa_vstring.h: string now optimized
17352: prior to .left .right .mid .pos .match when that is profitable,
17353: and always before .replace when $ORIGINS(1) optimization disabled
17354: economy from not wasting mem on lots of strings which occur by
17355: lots of String:mid calls to get parts of source string between
17356: found_occurances
17357:
17358: * src/classes/file.C: ovector now local economy: 16 bytes per
17359: ^file:list
17360:
17361: * src/: include/pa_globals.h, include/pa_table.h,
17362: main/pa_globals.C, main/pa_string.C: String::match table columns
17363: globalized, not created @ each ^match anymore economy:
17364: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
17365:
17366: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
17367: removed from each String::match replace iteration, and made
17368: stacked sizeof(VTable)=12bytes economy on each replace code
17369:
17370: * src/doc/footer.htm: 2001,
17371:
17372: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
17373: string.match[]['] option enables generation of $match.prematch
17374: .match .postmatch columns
17375:
17376: * src/main/pa_string.C: String::match options analized without
17377: cstr-ing them now
17378:
17379: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
17380: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
17381: config updated to doxygen 1.2.15, created helper which fixes
17382: minor bugs in chm project files & htm tree. changed extension to
17383: .htm
17384:
17385: 2002-04-18 paf
17386:
17387: * src/doc/doxygen.cfg: .chi generation disabled
17388:
17389: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
17390: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
17391: fields&methods
17392:
17393: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
17394: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
17395: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
17396: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17397: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
17398: types/pa_vresponse.h, types/pa_vstateless_class.h,
17399: types/pa_vstateless_object.h, types/pa_vstatus.h,
17400: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
17401: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
17402: VStateless_class to VObject
17403:
17404: * src/: main/pa_request.C, types/pa_valiased.h,
17405: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17406: types/pa_vstring.h: VStateless_string_object speicalized light
17407: version of VStateless_object
17408:
17409: * src/classes/op.C: ^throw comment param made optional
17410:
17411: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
17412: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
17413: and implemented down in VClass, fclass_alias removed,
17414:
17415: * src/types/pa_value.C: forced to cut that from .h because of
17416: VStateless_class usage [undefined in .h]
17417:
17418: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17419: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17420: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
17421: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
17422: on each CALL]
17423:
17424: * src/: classes/classes.h, classes/date.C, classes/double.C,
17425: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17426: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17427: classes/response.C, classes/string.C, classes/table.C,
17428: classes/void.C, classes/xnode.C, include/pa_globals.h,
17429: include/pa_request.h, main/execute.C, main/pa_globals.C,
17430: main/pa_request.C, types/Makefile.am, types/pa_value.h,
17431: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
17432: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17433: types/pa_vstateless_class.h, types/pa_wcontext.C,
17434: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
17435: removed Value::fname
17436:
17437: 2002-04-17 paf
17438:
17439: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
17440: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
17441: doc/pooled.dox, doc/string.dox, doc/targets.dox,
17442: include/pa_pool.h, include/pa_types.h: dox updated to current
17443: state, PTHROW freshen to throw & co
17444:
17445: * src/types/pa_vhash.h: vstring wrong parent fixed
17446:
17447: * src/classes/op.C: taint local result var bug fixed
17448:
17449: 2002-04-16 paf
17450:
17451: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
17452: Attic asm.txt as most interesting
17453:
17454: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
17455: check, preventing content-length: 0 from appearing
17456:
17457: * src/main/execute.C: $result in @main now taken into account as in
17458: usual functions
17459:
17460: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
17461: & @unhandled_exception now taken into account as in usual
17462: functions
17463:
17464: * src/doc/postbuild.txt: instructions on post .html build
17465:
17466: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
17467:
17468: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
17469: tainted
17470:
17471: * src/main/pa_request.C: uri in error log
17472:
17473: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
17474: cheched date:create(days) param for validity [later were assumed
17475: valid and crashed on invalid onces]
17476:
17477: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17478: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
17479: and used that for removing VString wrapper
17480:
17481: * src/classes/op.C: exception2vhash file now tainted
17482:
17483: * src/classes/op.C: _process pseudo origin copied from local var to
17484: heap
17485:
17486: * src/classes/op.C: extra check on empty file in origin in _execute
17487:
17488: 2002-04-15 paf
17489:
17490: * src/: main/execute.C, types/pa_value.h: fixed name update
17491:
17492: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
17493: functions
17494:
17495: * src/: classes/file.C, classes/hash.C, classes/op.C,
17496: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
17497: started dual write_xxx_lang functions, if checked & works
17498:
17499: * src/: classes/date.C, classes/file.C, classes/mail.C,
17500: classes/string.C, classes/xnode.C, include/pa_request.h,
17501: types/pa_value.h, types/pa_wcontext.h: removed absolutely
17502: unnecessary VString shells
17503:
17504: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
17505: prev changes]
17506:
17507: * src/: classes/image.C, classes/op.C, classes/string.C,
17508: classes/table.C, include/pa_request.h, main/execute.C,
17509: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
17510: StringOrValue wcontext result, now ready for dual writes
17511:
17512: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
17513: checked that
17514:
17515: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17516: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
17517: changed to OP_WRITE_VALUE in var get cases
17518:
17519: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
17520: include/pa_request.h, main/compile.tab.C, main/compile.y,
17521: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17522: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
17523: switch in hash constructor fixed [were problems with using of
17524: stacked wwrapper after it's death]
17525:
17526: 2002-04-12 paf
17527:
17528: * operators.txt, src/classes/table.C: table.select(expression) 0
17529:
17530: 2002-04-11 paf
17531:
17532: * src/: classes/string.C, include/pa_request.h, main/execute.C:
17533: Request::process_internal codeFrame & wwrapper stacked [not
17534: wasting heap anymore]
17535:
17536: 2002-04-10 paf
17537:
17538: * src/: classes/double.C, classes/file.C, classes/hash.C,
17539: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
17540: classes/string.C, classes/table.C, classes/void.C,
17541: classes/xdoc.C, include/pa_request.h, main/execute.C,
17542: main/pa_string.C: killed Request::process() wrapping
17543: VString(String) in case we need only String
17544:
17545: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17546: killed 8 bytes from String.head
17547:
17548: 2002-04-09 paf
17549:
17550: * src/: main/compile.tab.C, targets/cgi/parser3.C,
17551: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
17552: local*/char b[...]; a=b; situations
17553:
17554: * operators.txt, src/classes/xdoc.C: xslt params made literal
17555:
17556: * src/classes/xdoc.C: xslt params fixed
17557:
17558: * src/: main/pa_common.C, targets/cgi/parser3.C,
17559: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
17560: not pool.malloc(MAX_NUMBER) but really neaded
17561:
17562: * operators.txt, src/classes/double.C, src/classes/int.C:
17563: int/double.int/double(default)
17564:
17565: 2002-04-04 paf
17566:
17567: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
17568: [when reconstructing pieces were split by
17569: max_integral(piece.size), thus some strings to replace happen to
17570: be split into two = not replaced)
17571:
17572: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
17573: standalone version = current dir
17574:
17575: * src/targets/cgi/parser3.C: document root in standalone version =
17576: current dir
17577:
17578: 2002-04-03 paf
17579:
17580: * configure, configure.in: more checks on nonexistent charset
17581:
1.116 moko 17582: * INSTALL, configure, configure.in: root config configure options
1.95 moko 17583:
17584: 2002-04-02 paf
17585:
17586: * src/main/compile.C: parser.compile [exception name more like in
17587: doc]
17588:
17589: 2002-04-01 paf
17590:
17591: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
17592: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
17593: .content-type.charset, not .charset
17594:
17595: 2002-03-29 paf
17596:
17597: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
17598:
17599: * operators.txt, src/classes/date.C: ^date::create now may not
17600: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
17601: days' year. | 31.05->31.04 roll
17602:
17603: 2002-03-28 paf
17604:
17605: * operators.txt, src/classes/date.C, src/classes/op.C,
17606: src/include/pa_globals.h, src/include/pa_hash.h,
17607: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
17608: ^cache(seconds) ^cache[date] }
17609:
17610: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
17611: param
17612:
17613: 2002-03-27 paf
17614:
17615: * operators.txt, src/classes/date.C, src/classes/double.C,
17616: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
17617: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
17618: src/classes/math.C, src/classes/op.C, src/classes/string.C,
17619: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17620: src/classes/xnode.C, src/include/pa_exception.h,
17621: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
17622: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
17623: src/main/pa_array.C, src/main/pa_charset.C,
17624: src/main/pa_charsets.C, src/main/pa_common.C,
17625: src/main/pa_dictionary.C, src/main/pa_exception.C,
17626: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
17627: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
17628: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
17629: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17630: src/types/pa_value.h, src/types/pa_vcookie.C,
17631: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
17632: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
17633: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
17634: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
17635: src/types/pa_wwrapper.h: assigned exception types
17636:
17637: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
17638: src/include/pa_request.h, src/main/execute.C,
17639: src/main/pa_request.C: decided agains resetting exception_trace,
17640: just changed name
17641:
17642: 2002-03-26 paf
17643:
17644: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
17645: fixed
17646:
17647: * src/classes/op.C: forced language of $source field of exception
17648: to 'tainted', so that sql-langed-frags could be outputed outside
17649: of connect
17650:
17651: * operators.txt: removed date.roll limit of +-1 offset
17652:
17653: * src/classes/date.C: removed date.roll limit of +-1 offset
17654:
17655: * operators.txt, src/classes/date.C: fixed date roll on
17656: daylightsaving days mktime took into account tm_isdst flag, which
17657: remained from BEFORE roll, but should have been reset
17658:
17659: 2002-03-25 paf
17660:
17661: * operators.txt, src/targets/cgi/parser3.C:
17662: http_site_config_filespec
17663:
17664: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
17665: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
17666: with any/both --disable-foreign-group-files --disable-execs
17667:
17668: * INSTALL: "--with=sendmail=COMMAND" comment
17669:
17670: * INSTALL, configure, configure.in, src/classes/mail.C,
17671: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 17672: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
17673: disables execs also. introducing --sendmail
1.95 moko 17674:
17675: * operators.txt: pgsql options comment
17676:
17677: * INSTALL: comment on --disable-link-stdcpp
17678:
1.116 moko 17679: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17680: libstdc++ link skipping configure option
1.95 moko 17681:
17682: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
17683: with error were put to cache with 'marked_to_rollback' flag, all
17684: consequent even OK requests rolled back
17685:
17686: 2002-03-22 paf
17687:
17688: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
17689: false return
17690:
17691: * operators.txt: few comments on sets
17692:
17693: 2002-03-18 paf
17694:
17695: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
17696: src/include/pa_globals.h, src/include/pa_request.h,
17697: src/include/pa_stack.h, src/main/pa_globals.C,
17698: src/main/pa_request.C: introducing ^try
17699:
17700: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
17701: types/pa_vdouble.h: removed some tested @tests
17702:
17703: 2002-03-15 paf
17704:
17705: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
17706:
17707: 2002-03-13 paf
17708:
17709: * src/main/pa_exception.C: checked not-pooled malloc
17710:
17711: 2002-03-11 paf
17712:
17713: * INSTALL, configure, configure.in,
17714: src/include/pa_config_auto.h.in: --disable-foreign-group-files
17715:
17716: * src/main/pa_common.C: --disable-foreign-group-files
17717:
17718: * INSTALL: --disable-execs
17719:
17720: * src/main/pa_exec.C: --disable-execs
17721:
17722: * configure, configure.in, src/include/pa_config_auto.h.in:
17723: --disable-execs
17724:
17725: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
17726:
17727: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
17728: file::exec/cgi linebreaks "0D0A" changed to 0A onces
17729:
17730: 2002-03-05 paf
17731:
17732: * operators.txt, src/classes/date.C: date week calendar columns
17733: named
17734:
17735: * operators.txt, src/classes/date.C: date week calendar columns
17736: named
17737:
17738: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
17739: requires headers to be terminated with \r\n manually [refuses to
17740: separate header/body itself]
17741:
17742: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17743: targets/isapi/parser3isapi.C: isapi site config beside .dll
17744:
17745: 2002-03-04 paf
17746:
17747: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
17748: in PASS language
17749:
17750: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
17751: deserialize checks on broken file
17752:
17753: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
17754: parser3isapi.dsp: isapi updated
17755:
17756: 2002-03-01 paf
17757:
17758: * src/main/pa_exec.C: execle -> execve, now argc OK
17759:
17760: 2002-02-28 paf
17761:
17762: * src/main/untaint.C: removed some debug comments
17763:
17764: * src/main/pa_charsets.C: when placing charset to cache using
17765: global name now [were request]
17766:
17767: * configure, configure.in: apache module updated
17768:
17769: * src/main/pa_string.C: origin by first piece preferred before last
17770: piece
17771:
17772: 2002-02-27 paf
17773:
17774: * src/main/pa_charset.C: size_t
17775:
17776: * INSTALL: shared/static-xml with-pathlink
17777:
17778: * operators.txt: SMTP comment
17779:
17780: 2002-02-26 paf
17781:
17782: * src/main/pa_exec.C: more precise names for vars, cosmetic
17783:
17784: * src/classes/xnode.C: in some situation, xpath query returned
17785: result with type NODESET, but empty nodeset member field, checked
17786: that
17787:
17788: 2002-02-22 paf
17789:
17790: * INSTALL: without-zlib comment
17791:
17792: * etc/parser3.charsets/windows-1251.cfg: °
17793:
17794: * configure, configure.in: glib###.a detection fixed
17795:
17796: * INSTALL: hashfile removed from INSTALL
17797:
1.116 moko 17798: * Makefile.am: make update
1.95 moko 17799:
17800: * src/main/pa_string.C: string iterators fixed again, so were
17801: String::join_chain
17802:
17803: * src/main/pa_string.C: string iterators fixed again, so were
17804: String::join_chain
17805:
17806: * src/: include/pa_string.h, main/pa_string.C: string iterators
17807: fixed again, so were String::join_chain
17808:
17809: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
17810:
17811: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
17812: "session"
17813:
1.116 moko 17814: * configure, configure.in, src/include/pa_config_auto.h.in:
17815: --with-shared-xml --with-static-xml
1.95 moko 17816:
17817: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17818: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17819: types/types.dsp: *.dsp: removed refereces to win32db & ancient
17820: xalan&xml
17821:
17822: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
17823:
17824: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
17825: src/types/types.dsp: removed hashfile support from sources for
17826: now
17827:
1.116 moko 17828: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 17829: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 17830: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
17831: src/include/pa_db_manager.h, src/include/pa_db_table.h,
17832: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 17833: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 17834: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
17835: src/types/Makefile.am, src/types/pa_vhashfile.C,
17836: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 17837:
17838: 2002-02-21 paf
17839:
17840: * src/main/untaint.C: removed debug code, activated commented-for
17841: debug parts
17842:
1.116 moko 17843: * Makefile.am: make cvsupdate
1.95 moko 17844:
17845: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17846: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
17847: append_row, not at link zero now string to string appending works
17848:
17849: 2002-02-20 paf
17850:
17851: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
17852: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
17853: DEBUG_STRING_APPENDS_VS_EXPANDS
17854:
17855: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17856: economy: 22%
17857:
17858: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17859: space uptimized: string::link_row removed
17860:
17861: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
17862: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
17863: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17864: types/pa_vstring.h: speed uptimized: string::is_empty
17865:
17866: * operators.txt, src/include/pa_common.h,
17867: src/include/pa_config_fixed.h, src/include/pa_string.h,
17868: src/include/pa_types.h, src/main/compile.tab.C,
17869: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
17870: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
17871: string append optimiziation idea and estimates
17872:
17873: 2002-02-19 paf
17874:
17875: * src/classes/math.C: not used directly [but erroreously reported
17876: that 'is', thus registering twice&other probs]
17877:
17878: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
17879: to node [element]
17880:
17881: * src/main/compile.C: without string_origins parse error
17882: file+line+col possible
17883:
17884: * src/main/: compile.C: without string_origins not worked
17885:
17886: 2002-02-18 paf
17887:
17888: * src/types/pa_vdouble.h: since we have in_expression removed that
17889: trick i've installed into double::as_string
17890:
17891: * src/main/pa_globals.C: extern "C" was removed too fast
17892:
17893: * src/: include/pa_opcode.h, include/pa_request.h,
17894: main/compile.tab.C, main/compile.y, main/execute.C,
17895: types/pa_wcontext.h: in_expression aimed to solve old problem
17896: with string/nonstring values, now in expressions double/int
17897: values are passed as-is, without stupid tostring/fromstring
17898: conversions
17899:
17900: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
17901: __cplusplus } #endif
17902:
17903: * src/main/compile.tab.C: bison env set so one could compile
17904: without cygwin installed
17905:
17906: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17907: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
17908: gnome xml libs parser .dsp-s changed accordingly
17909:
17910: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
17911:
17912: * operators.txt, src/classes/date.C: date::create [were date::set,
17913: with backward comp
17914:
17915: * src/classes/math.C: math:random range check fixed
17916:
17917: * src/main/: compile.tab.C, compile.y: integer division stops name
17918:
17919: * INSTALL: local install comment
17920:
1.116 moko 17921: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 17922:
1.116 moko 17923: * acinclude.m4, aclocal.m4, configure, configure.in,
17924: src/include/pa_config_auto.h.in,
17925: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
17926: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 17927:
17928: * operators.txt: \ comment
17929:
17930: 2002-02-13 paf
17931:
17932: * src/include/pa_config_includes.h: sys/time time both included
17933: now. vaguely remember confilicts on this on some system [not on
17934: six|ablv] so when would see them again would think up proper
17935: check
17936:
1.116 moko 17937: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17938: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 17939:
17940: * src/main/pa_common.C: truncation never occured when writing files
17941: on unix [since i've changed cache mech] fix
17942:
17943: * src/main/pa_common.C: strnchr: sanity check added
17944:
17945: * etc/parser3.charsets/windows-1257.cfg: id added
17946:
17947: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
17948: baltic charset file generated, in generation script ispunct check
17949: added
17950:
17951: 2002-02-08 paf
17952:
1.116 moko 17953: * src/: include/Makefile.am, sql/Makefile.am,
17954: targets/isapi/Makefile.am: forgotten makes
1.95 moko 17955:
17956: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
17957: forgotten
17958:
17959: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
17960:
17961: * INSTALL, README: install&others updated
17962:
17963: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
17964:
1.116 moko 17965: * Makefile.am, configure, configure.in,
17966: etc/parser3.charsets/Makefile.am, src/Makefile.am,
17967: src/classes/Makefile.am, src/main/Makefile.am,
17968: src/main/pa_status_provider.C, src/targets/Makefile.am,
17969: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
17970: works
1.95 moko 17971:
17972: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17973: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17974: classes/hashfile.C, classes/int.C, classes/mail.C,
17975: classes/math.C, classes/op.C, classes/response.C,
17976: classes/string.C, classes/table.C, classes/void.C,
17977: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17978: include/pa_array.h, include/pa_cache_managers.h,
17979: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17980: include/pa_config_fixed.h, include/pa_config_includes.h,
17981: include/pa_db_connection.h, include/pa_db_manager.h,
17982: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17983: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17984: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17985: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17986: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17987: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17988: include/pa_stack.h, include/pa_string.h,
17989: include/pa_stylesheet_connection.h,
17990: include/pa_stylesheet_manager.h, include/pa_table.h,
17991: include/pa_threads.h, include/pa_types.h, main/compile.C,
17992: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17993: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
17994: main/pa_db_connection.C, main/pa_db_manager.C,
17995: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17996: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
17997: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17998: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
17999: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18000: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18001: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18002: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18003: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18004: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18005: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18006: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18007: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18008: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18009: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18010: types/pa_vmethod_frame.h, types/pa_vobject.h,
18011: types/pa_vrequest.h, types/pa_vresponse.h,
18012: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18013: types/pa_vstateless_object.h, types/pa_vstatus.C,
18014: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18015: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18016: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18017: classes/image.C, main/pa_common.C, main/pa_exec.C,
18018: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18019: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18020: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18021: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18022: types/pa_vxnode.C, main/pa_charset.C: name spelling
18023:
18024: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18025: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18026: classes/hashfile.C, classes/image.C, classes/int.C,
18027: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18028: classes/string.C, classes/table.C, classes/void.C,
18029: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18030: include/pa_array.h, include/pa_cache_managers.h,
18031: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18032: include/pa_config_fixed.h, include/pa_config_includes.h,
18033: include/pa_db_connection.h, include/pa_db_manager.h,
18034: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18035: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18036: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18037: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18038: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18039: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18040: include/pa_stack.h, include/pa_string.h,
18041: include/pa_stylesheet_connection.h,
18042: include/pa_stylesheet_manager.h, include/pa_table.h,
18043: include/pa_threads.h, include/pa_types.h, main/compile.C,
18044: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18045: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18046: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18047: main/pa_db_connection.C, main/pa_db_manager.C,
18048: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18049: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18050: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18051: main/pa_socks.C, main/pa_sql_driver_manager.C,
18052: main/pa_status_provider.C, main/pa_string.C,
18053: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18054: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18055: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18056: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18057: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18058: targets/isapi/pool_storage.h, types/pa_valiased.C,
18059: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18060: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18061: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18062: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18063: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18064: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18065: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18066: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18067: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18068: types/pa_vresponse.h, types/pa_vstateless_class.C,
18069: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18070: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18071: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18072: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18073: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18074: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18075:
18076: 2002-02-07 paf
18077:
18078: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18079:
1.116 moko 18080: * configure, configure.in, src/include/pa_config_auto.h.in,
18081: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18082: added yet another locking function: fcntl
1.95 moko 18083:
18084: * config.sub: on cygwin configure passes it with strange i1586
18085: const, hacked it to mean i586
18086:
18087: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18088: disabled $if reference due to conflicts with local variables
18089:
18090: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18091: xdoc::set obsolete now, now xdoc::create, with both sences
18092:
18093: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18094: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18095: table::create now // 'set' name obsolete now table clone.
18096:
18097: * operators.txt, src/classes/string.C,
18098: src/include/pa_config_fixed.h, src/main/compile.tab.C:
18099: ^int/double/string.format now can be called with normal []
18100: brackets, not stupid {} as it were implemented for some strange
18101: reason. retaining backward compatibility due to some
18102: already-implemented servers
18103:
18104: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
18105: main/compile.y, main/compile_tools.C, main/compile_tools.h:
18106: operators now detected by check at name_without_curly_rdive_read
18107: rule whether diving code constists only of
18108: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
18109: with OP_GET_ELEMENT_OR_OPERATOR to form
18110: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
18111:
18112: 2002-02-06 paf
18113:
18114: * configure, configure.in: prefix expanded, grr
18115:
18116: * operators.txt, src/classes/mail.C: mail:send config changed
18117:
18118: 2002-02-05 paf
18119:
18120: * operators.txt: regex options commented
18121:
18122: * src/main/: pa_exec.C: argv0 now correct
18123:
18124: * src/types/pa_vstatus.C: status:rusage 3
18125:
18126: * src/types/pa_vstatus.C: status:rusage 2
18127:
18128: * operators.txt: status:rusage described int operators
18129:
18130: * src/types/pa_vstatus.C: status:rusage 1
18131:
18132: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
18133: src/types/types.dsp: status:rusage
18134:
18135: * configure.in, operators.txt, src/classes/file.C,
18136: src/classes/op.C, src/include/pa_common.h,
18137: src/include/pa_config_includes.h, src/main/compile.tab.C,
18138: src/main/pa_common.C: rewritten ^cache to use
18139: non-blocking-exclusive-caches
18140:
18141: * src/main/pa_common.C: text file read mode on win32 adjusted
18142: [speed impact. was off for debugging purpose, but forgotten
18143: afterwards]
18144:
18145: 2002-02-01 paf
18146:
18147: * src/classes/op.C: file_write does EX lock after create, while
18148: file_read does SH after open, so there's a moment after create
18149: but before EX lock when read can sneak into, and read
18150: just-created-for-writing-and-not-yet-locked file, added a check
18151: for that in ^cache...read
18152:
18153: 2002-01-31 paf
18154:
18155: * src/main/: compile.y, compile.tab.C: disabled operator call after
18156: ^xxx:
18157:
18158: * src/main/: compile.tab.C, execute.C: made operators lookup first
18159: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
18160:
18161: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
18162: main/compile.tab.C, main/compile.y, main/compile_tools.C,
18163: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
18164: operators check 6.1 rewritten. now check is done at compile time
18165:
18166: * src/main/execute.C: operators check 5 floated up old error of
18167: staying in 'entered class/object' state after $a($a..) it
18168: prevented operators from being called thereafter
18169:
18170: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18171: main/execute.C: operators check 4 floated up old error of staying
18172: in 'entered object' state after ^a.a(a) it prevented operators
18173: from being called thereafter
18174:
18175: * src/main/execute.C: operators check 3 floated up old error of
18176: staying in 'entered class' state after $a:a(a) it prevented
18177: operators from being called thereafter
18178:
18179: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
18180: floated up old error of staying in 'entered class' state after
18181: $a:a[a] it prevented operators from being called thereafter
18182:
18183: * src/main/execute.C: operators check, thay mistakenly seen in
18184: $class:operator $object.operators contexts
18185:
18186: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
18187: win32
18188:
1.116 moko 18189: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
18190: src/classes/Makefile.am, src/main/Makefile.am,
18191: src/targets/cgi/Makefile.am,
1.95 moko 18192: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 18193: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 18194:
1.116 moko 18195: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
18196: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
18197: configure, configure.in, form.txt, ident.awk, install-sh,
18198: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
18199: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 18200: etc/parser3.charsets/Makefile.am,
18201: etc/parser3.charsets/koi8-r.cfg,
18202: etc/parser3.charsets/windows-1250.cfg,
18203: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 18204: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
18205: src/main/Makefile.am, src/targets/cgi/Makefile.am,
18206: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
18207: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 18208: straightened installation scripts procedure made
18209: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
18210: change
18211:
18212: 2002-01-30 paf
18213:
18214: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
18215: removed] those comments were a mistake, and prevented libltdl
18216: from function properly
18217:
18218: 2002-01-29 paf
18219:
1.116 moko 18220: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
18221: creation [modified acinclude.m4 which were creating int into just
18222: assignment LIBTOOL=../libtool] added default system
18223: config&charsetts prepared 'make install', now it installs
18224: targets/cgi/parser3 into bin directory etc/parser3.conf &
18225: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 18226: $sysconfdir/parser3.charsets respectively
18227:
18228: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
18229: main/pa_globals.C: few forgotten ifdef XML added
18230:
18231: 2002-01-28 paf
18232:
1.116 moko 18233: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 18234: removed
18235:
18236: * src/main/pa_exception.C: dom|generic error output fix
18237:
18238: * src/classes/xnode.C: xdoc.importNode 3 [check err]
18239:
18240: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
18241:
18242: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
18243: [fixed as_node helper func to accept docs]
18244:
18245: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
18246: xdoc.importNode 0
18247:
18248: * src/classes/xdoc.C: xdoc::set now untaints OK
18249:
18250: 2002-01-25 paf
18251:
18252: * src/main/: compile.tab.C, compile.y: #comment before @ after
18253: @SPECIAL now works OK
18254:
18255: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
18256:
18257: * src/main/pa_exec.C: max arg count now 10, and proper message on
18258: violation that added
18259:
18260: * src/classes/hash.C: unified hash::sql, now
18261: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
18262:
18263: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18264: ^file:lock[filename]{code}
18265:
18266: * src/: classes/file.C, classes/op.C, classes/string.C,
18267: classes/table.C, classes/xdoc.C, include/pa_common.h,
18268: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
18269: to some pa_common funcs
18270:
18271: * src/: include/pa_charset.h, main/pa_globals.C:
18272: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
18273:
18274: * src/: include/pa_charset.h, main/pa_charset.C,
18275: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
18276: not stupid illegal define
18277:
18278: 2002-01-24 paf
18279:
18280: * src/include/pa_version.h: changed version number
18281:
18282: * src/: classes/hashfile.C, include/pa_db_table.h,
18283: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18284: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18285: main/pa_db_connection.C, main/pa_db_table.C,
18286: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
18287: hashfile without logfiles
18288:
18289: * src/: classes/hashfile.C, include/pa_db_table.h,
18290: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
18291: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
18292: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
18293: DB_INIT_TXN init bits, thus got rid of huge log files, which
18294: cluttered disk without huge need]
18295:
18296: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
18297: handy macro, which is strangly abscent in dome lib
18298:
18299: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
18300:
18301: * src/classes/xdoc.C: checked empty response
18302:
18303: * src/classes/xnode.C: xdoc.select fixed context node [were always
18304: /, not self node]
18305:
18306: * src/classes/xnode.C: xnode.select returns array always now, in
18307: case 'nothing found' returns empty array
18308:
18309: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
18310: be more tender with ctrl/c/v
18311:
18312: 2002-01-23 paf
18313:
18314: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
18315: substituted. // 2. when dom tree with entites goes under
18316: transform text nodes // got [erroreosly] cut on first
18317: entity occurance
18318:
18319: * src/types/pa_vdouble.h: double prec. todo: get rid of
18320: twice-converting
18321:
18322: * src/types/pa_vdouble.h: %.20E now float format when %g produced
18323: 'e' in output this is for regretful twice-converting here:
18324: $a(double value) when they write double falue they convert it to
18325: string first, thus %g were losing precesion.
18326:
18327: todo: think up some way to remove double->string string->double
18328: twice-converting
18329:
18330: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
18331: %.20E now default float format this is for regretful
18332: twice-converting here: $a(double value) when they write double
18333: falue they convert it to string first, thus %g were losing
18334: precesion.
18335:
18336: todo: think up some way to remove double->string string->double
18337: twice-converting
18338:
18339: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18340: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
18341: reasons in comment inside
18342:
18343: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
18344: statically linked]
18345:
18346: * src/: include/pa_exception.h, main/compile.tab.C,
18347: main/pa_exception.C: removed exception va_list constructor. 1.
18348: not needed anymore 2. there were a conflict[causing errors]
18349: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
18350: never detected an ambiguilty here, compiling ctor(, "hello") into
18351: ctor(, va_list) which, of course, caused gpf
18352:
18353: * src/main/pa_globals.C: removed debug xslt messages
18354:
18355: 2002-01-22 paf
18356:
18357: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18358: main/pa_globals.C: xsl stylesheet load: parsed entities, this
18359: helps compiling stylesheet properly. example: this refused to
18360: work, <b>«<xsl:value-of select="@title"
18361: />»</b> stranly worked only this way:
18362: <b>«<xsl:value-of select="@title" />»</b>
18363:
18364: docs says "set it to 1", never going into details, so I decided
18365: to try NOT to do that
18366:
18367: * src/classes/table.C: join behaived badly in case named tables
18368: structure mismatched: 0 strings sneaked into dest failing
18369: afterwards. replaced them with empty strings
18370:
18371: 2002-01-21 paf
18372:
18373: * src/main/pa_charset.C: checked empty transcoders in
18374: transcode_cstr|buf
18375:
18376: * src/classes/xdoc.C: xdoc::load error source = filespec
18377:
18378: * src/classes/xdoc.C: transform error source now
18379: stylesheet_filespec
18380:
1.116 moko 18381: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 18382: include/pa_stylesheet_connection.h, main/pa_charset.C,
18383: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 18384: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
18385: gnome
1.95 moko 18386:
18387: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18388: include/pa_globals.h, include/pa_stylesheet_connection.h,
18389: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
18390: xslt generic error 1
18391:
18392: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
18393: xml generic message 1
18394:
18395: * src/classes/table.C: ^table::load empty lines or #comments before
18396: headline
18397:
18398: * src/: include/pa_array.h, include/pa_globals.h,
18399: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
18400: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
18401: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
18402: errors 0
18403:
18404: 2002-01-16 paf
18405:
18406: * src/: classes/hash.C, classes/op.C, classes/string.C,
18407: classes/table.C, classes/void.C, classes/xdoc.C,
18408: include/pa_db_connection.h, include/pa_request.h,
18409: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18410: include/pa_stylesheet_connection.h,
18411: include/pa_stylesheet_manager.h, main/pa_request.C,
18412: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18413: targets/cgi/pool_storage.h: auto closers to sql_connection,
18414: stylesheet_connection auto destroyers to remaining gnome objects
18415:
18416: * src/classes/xdoc.C: few comments
18417:
18418: 2002-01-15 paf
18419:
18420: * src/classes/xdoc.C: xdoc file save string
18421:
18422: ready. todo: error handling
18423:
18424: * src/classes/xdoc.C: xdoc save rewritten using
18425: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
18426: result
18427:
18428: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
18429: started output options parsing
18430:
18431: 2002-01-14 paf
18432:
18433: * src/classes/xdoc.C: method
18434:
18435: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18436: include/pa_pool.h, include/pa_stylesheet_connection.h,
18437: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
18438: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
18439: xslt transform0. TODO: use output options handle errors
18440:
18441: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
18442:
18443: 2002-01-11 paf
18444:
18445: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18446: main/compile_tools.C, main/compile_tools.h, main/execute.C:
18447: partial logical && || evaluation
18448:
18449: * src/classes/xnode.C: xpath selectNodes
18450:
18451: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
18452: string/number/bool
18453:
18454: * src/classes/xnode.C: xpath selectNode 2
18455:
18456: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
18457: xpath selectNode 1
18458:
18459: 2002-01-10 paf
18460:
18461: * src/classes/xnode.C: xpath selectNode -100 [just written]
18462:
18463: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18464: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
18465: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
18466: refcounter]
18467:
18468: 2001-12-29 paf
18469:
18470: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
18471: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
18472: glib works 0
18473:
18474: 2001-12-28 paf
18475:
18476: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
18477: main/pa_exception.C: started glib transcoders
18478:
18479: * src/main/pa_globals.C: renamed gdome to libgdome.dll
18480:
18481: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
18482: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
18483: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
18484: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
18485: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
18486: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
18487: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
18488: libs just compiled in. no refcounting no xpath no xslt yet
18489:
18490: 2001-12-27 paf
18491:
18492: * src/: include/pa_charset.h, include/pa_common.h,
18493: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18494: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
18495: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
18496: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
18497: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
18498: from xalan&xerces, started the process. globals [initialization
18499: pool [charset update charset [transcodings vxnode vxdoc [DOM
18500: calls
18501:
18502: * src/classes/Makefile.am: going away from xalan&xerces, not needed
18503: anymore
18504:
18505: 2001-12-26 paf
18506:
18507: * src/: include/pa_charset.h, include/pa_charsets.h,
18508: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
18509: key globalized [bug]
18510:
18511: 2001-12-25 paf
18512:
18513: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
18514: main/pa_string.C: table set & append changed splitting languages,
18515: separators now can be clean AND as-is same to mail command line
18516: $MAIN:MAIL.progX arguments
18517:
18518: 2001-12-24 paf
18519:
18520: * src/classes/mail.C: one parted text messages - no multipart
18521: mime-type anymore. for convinient if $.attach-ments
18522:
18523: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
18524: main/pa_string.C: read from cache size check updated
18525:
18526: * src/main/: pa_string.C: String::join_chain another ugly bug :(
18527:
18528: 2001-12-21 paf
18529:
18530: * src/classes/date.C: date:sql-string now returns localtime
18531:
18532: * src/main/pa_request.C: $result in @main actually not working, to
18533: hell with it for now
18534:
18535: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18536: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
18537: @postprocess @exception
18538:
18539: * src/main/execute.C: junction evaluation canceled - endless
18540: recursion detected
18541:
18542: 2001-12-19 paf
18543:
18544: * src/main/pa_charset.C: charset->charset transcoding via unicode
18545: intermediate
18546:
18547: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
18548:
18549: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
18550:
18551: * src/classes/op.C: ^cache keypath now relative
18552:
18553: * src/classes/mail.C: changed weighting prior to sort
18554:
18555: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
18556: were missing
18557:
18558: 2001-12-17 paf
18559:
18560: * src/main/pa_charset.C: ifndef XML were bad type
18561:
18562: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
18563: outdated unset services_pool
18564:
18565: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
18566: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
18567: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
18568:
18569: * src/main/untaint.C: allowed space in filespec
18570:
18571: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
18572:
18573: * src/classes/image.C: no govno
18574:
18575: * src/classes/image.C: govno
18576:
18577: 2001-12-16 paf
18578:
18579: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
18580:
18581: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
18582: charset_connection&manager replaced by charset&charsets
18583:
18584: * src/main/pa_charset.C: name_cstr 0
18585:
18586: * src/main/untaint.C: uri lang now knows about client/source
18587: charsets
18588:
18589: * src/: classes/file.C, classes/math.C, classes/op.C,
18590: classes/string.C, classes/table.C, classes/xdoc.C,
18591: include/pa_array.h, include/pa_cache_managers.h,
18592: include/pa_charset_connection.h, include/pa_charset_manager.h,
18593: include/pa_common.h, include/pa_db_connection.h,
18594: include/pa_db_manager.h, include/pa_db_table.h,
18595: include/pa_dictionary.h, include/pa_exception.h,
18596: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
18597: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
18598: include/pa_sapi.h, include/pa_socks.h,
18599: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18600: include/pa_string.h, include/pa_stylesheet_connection.h,
18601: include/pa_stylesheet_manager.h, include/pa_table.h,
18602: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
18603: main/pa_charset.C, main/pa_charset_connection.C,
18604: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
18605: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
18606: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
18607: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
18608: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18609: types/types.dsp: introducing Charset
18610:
18611: 2001-12-14 paf
18612:
18613: * src/: include/pa_request.h, include/pa_transcoder.h,
18614: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
18615: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
18616: uri lang
18617:
18618: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
18619:
18620: * src/targets/cgi/Makefile.am: -I../../pcre to .am
18621:
18622: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
18623: defalts_name global
18624:
18625: * src/: include/pa_charset_connection.h, include/pa_pool.h,
18626: include/pa_request.h, main/main.dsp,
18627: main/pa_charset_connection.C, main/pa_charset_manager.C,
18628: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
18629: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
18630: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
18631: changed charset model. now important: $request:charset
18632: $response:charset while $response:content-type.charset become
18633: unimportant [informational]
18634:
18635: 2001-12-13 paf
18636:
18637: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
18638:
18639: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
18640: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
18641: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
18642: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
18643: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
18644: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
18645:
18646: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
18647: auto_ptr part other way, because of stupid gcc 2.96
18648: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
18649: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
18650: FormatterListener] /usr/include/g++-3/memory:48:
18651: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
18652: _Tp1 = FormatterListener, _Tp = FormatterListener]
18653:
18654: * src/classes/xdoc.C: removed extra inc
18655:
18656: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
18657:
18658: * src/include/pa_types.h: msvc head debugging flag
18659:
18660: * src/classes/xdoc.C: freed up listener
18661:
18662: * src/classes/string.C: change msg '... code is not code'
18663:
18664: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
18665: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18666: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
18667: [past/future prob]
18668:
18669: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18670: include/pa_config_fixed.h, include/pa_db_manager.h,
18671: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18672: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
18673:
18674: * src/: include/pa_config_fixed.h, main/pa_common.C,
18675: main/pa_string.C: removed signed mismatch warnings
18676:
18677: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
18678: 'expires' from header outputs
18679:
18680: * src/main/pa_string.C: string::recustruct erroreusly used outdated
18681: row ptr
18682:
18683: * src/classes/file.C: file::cgi bug, request_method were passed to
18684: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
18685:
18686: * src/classes/xdoc.C: lang list updated
18687:
18688: 2001-12-10 paf
18689:
18690: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
18691:
18692: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
18693: erase files like that, knowing their full name introducing //
18694: theoretical problem with, for instance, "_2B" and "." fragments,
18695: // they would yield the same // because
18696: need_file_encode('_')=false // but we need to delete such files
18697: somehow, getting names from ^index
18698:
18699: * src/main/pa_string.C: ^string.replace bug fixed [bad
18700: string::join_chank break]
18701:
18702: 2001-12-07 paf
18703:
18704: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
18705: include/pa_common.h, include/pa_config_auto.h.in,
18706: include/pa_config_fixed.h, include/pa_config_includes.h,
18707: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
18708: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
18709: types/pa_vhashfile.C: merged from r14_simple_cache
18710:
18711: * src/main/pa_string.C: stupid sparc architecture failed to access
18712: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
18713: lduh [ %i2 + 1 ], %l0
18714:
18715: bus error, fixed that
18716:
18717: * src/main/pa_string.C: strange string deserialize bug on
18718: client[pmts], a bit shortened,
18719:
18720: * src/include/pa_config_auto.h.in: makes
18721:
18722: * src/: include/pa_common.h, include/pa_config_fixed.h,
18723: include/pa_config_includes.h, main/pa_common.C: exclusive lock
18724: file write shared lock file read
18725:
18726: * src/: classes/op.C, include/pa_common.h,
18727: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
18728:
18729: 2001-12-06 paf
18730:
18731: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18732: main/pa_request.C: #ifdef RESOURCES_DEBUG
18733:
18734: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
18735: info
18736:
18737: * src/classes/hashfile.C: removed transaction from ^cache
18738:
18739: 2001-12-05 paf
18740:
18741: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
18742: IIS5 there were a prob with illegal call check
18743:
18744: 2001-12-04 paf
18745:
18746: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18747: main/pa_request.C: measures to log
18748:
18749: 2001-11-23 paf
18750:
18751: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18752: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
18753: types/pa_vhashfile.C: merged from _0014, 1
18754:
18755: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18756: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
18757: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
18758: ^cache(33) would change
18759:
18760: 0660 bits in file_write & hashfile create
18761:
18762: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
18763: after pa_string optimization]
18764:
18765: 2001-11-22 paf
18766:
18767: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18768: table.offset[whence]
18769:
18770: * src/classes/op.C: process cstr(,connection)
18771:
18772: * src/classes/op.C: process now gets its body on current language,
18773: not as-is
18774:
18775: * src/main/untaint.C: ORIGINS mode removed UHTML
18776:
18777: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
18778: bit
18779:
1.116 moko 18780: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 18781:
18782: 2001-11-21 paf
18783:
18784: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
18785: <xsl:output output options made identical to xsl:output
18786: attributes exclusion: cdata-section-elements what xalan can do
18787: but that not used now: it can escape and remove CDATA sections
18788:
18789: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
18790: produced by xslt
18791:
18792: * src/targets/cgi/parser3.C: removed debug cgi||1
18793:
18794: * src/main/: pa_string.C, untaint.C: cached some string::size() es
18795:
18796: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
18797: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
18798: default language for {code}, it happen to change it's language
18799: from CLEAN, so later refused to split by CLEAN \t
18800:
18801: 2001-11-20 paf
18802:
1.116 moko 18803: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
18804: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 18805: bottom of dependeces, so that errors would popup quicklier, fixed
18806: line numbering in table::sql
18807:
18808: 2001-11-19 paf
18809:
18810: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
18811: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
18812: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
18813: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
18814: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
18815: at wcontext.write
18816:
1.116 moko 18817: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 18818: _set_new_handler
18819:
1.116 moko 18820: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
18821: set_new_handler in apache&isapi
1.95 moko 18822:
18823: 2001-11-16 paf
18824:
18825: * src/targets/cgi/parser3.C: pool debug @ die
18826:
18827: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
18828: removed 8 bytes from String, 2 bytes from
18829: string::chunk::row::item
18830:
18831: * src/main/pa_string.C: removed 1+4 bytes from String
18832:
18833: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18834: types/pa_vstring.C: removed 1+4 bytes from String
18835:
18836: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
18837: 0
18838:
18839: * src/: include/pa_globals.h, include/pa_string.h,
18840: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
18841: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
18842: targets/cgi/parser3.C: introducing estimating
18843: String::cstr_bufsize, 0
18844:
18845: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
18846:
18847: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
18848:
18849: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
18850: include/pa_pool.h: die in pool::fail
18851:
18852: 2001-11-15 paf
18853:
18854: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
18855: main/pa_exception.C, targets/cgi/parser3.C: exception with
18856: dynamic buffer re-back now with counter
18857:
18858: * src/: include/pa_exception.h, main/pa_exception.C: exception with
18859: static buffer back
18860:
18861: * src/targets/cgi/parser3.C: std::
18862:
18863: * src/: classes/classes.awk, include/pa_config_auto.h.in,
18864: include/pa_config_includes.h: setnewhandler check
18865:
1.116 moko 18866: * src/include/pa_config_auto.h.in: makes
1.95 moko 18867:
18868: * src/targets/cgi/parser3.C: set_new_handler started
18869:
18870: 2001-11-14 paf
18871:
18872: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18873: was wrong
18874:
18875: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18876: was wrong
18877:
18878: * src/main/pa_request.C: z
18879:
18880: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
18881: full returns win32 -1 solaris >buffer_size
18882:
18883: checked all that
18884:
18885: * src/classes/op.C: ^untaint{body} as-is default now
18886:
18887: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18888: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
18889: with no_bad_constructors_try
18890:
18891: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18892: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
18893: this: $bred[^string::length[]] $bred[^response::clear[]]
18894: $bred[^int::int[]]
18895:
18896: now VObject creation moved into overriden
18897: VClass::create_new_value, thus 0 from create_new_value means that
18898: class has no ctors
18899:
18900: 2001-11-13 paf
18901:
18902: * src/classes/classes.C: returned accedently removed if in foreach
18903: callbacks [when hash no-0-restructure]
18904:
18905: 2001-11-12 paf
18906:
18907: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
18908: passed as-is to method, xalan makes & into & itself
18909:
18910: * src/classes/date.C: date.roll parser2 alg used
18911:
18912: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
18913: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
18914: main/pa_dictionary.C, main/pa_hash.C,
18915: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
18916: now does not containt 0 values. put 0 actullay removes. no check
18917: on 0 value in foreach now required
18918:
18919: 2001-11-11 paf
18920:
18921: * src/sql/pa_sql_driver.h: removed extra constructor, doc
18922:
18923: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
18924:
18925: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
18926: driver initialize not const
18927:
18928: 2001-11-10 paf
18929:
18930: * src/main/pa_exec.C: doc
18931:
18932: 2001-11-09 paf
18933:
18934: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
18935: param properly
18936:
18937: * src/classes/string.C: string.save now does untainting before
18938: saving
18939:
18940: * src/main/pa_common.C: line endings fixing fixed last piece[was
18941: still cstr oriented]
18942:
18943: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
18944: line endings fixing got rid of cstr, now must work ok with post
18945: multipart
18946:
18947: * src/types/pa_vform.C: line endings fixed at post / multipart /
18948: not file also now
18949:
18950: 2001-11-08 paf
18951:
18952: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18953: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18954: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
18955: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
18956: main/pa_stylesheet_manager.C: restructured Cache manager to be
18957: simple parent, not second parent [gcc 2.96 strangly refused to
18958: call virtual from second parent]
18959:
1.116 moko 18960: * src/: include/pa_common.h, main/Makefile.am,
18961: targets/cgi/pa_pool.C: makes
1.95 moko 18962:
18963: * src/: include/pa_request.h, main/pa_request.C,
18964: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
18965: 'status' class enabler
18966:
18967: <Location /parser-status.html> ParserStatusAllowed </Location>
18968:
18969: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18970: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18971: include/pa_stylesheet_manager.h, main/main.dsp,
18972: main/pa_cache_managers.C, main/pa_charset_manager.C,
18973: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
18974: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18975: types/pa_vstatus.h: cache_managers, maybe-expiring every request
18976: todo: apache 'status' class enabler
18977:
18978: 2001-11-05 paf
18979:
18980: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
18981: debug to normal
18982:
18983: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
18984: hence i removed skipping 0 values in hash::for_each-es we need to
18985: check cleaned cache items manually. few more checks.
18986:
18987: expiring to 0 time was wrong, changed to 'now' time
18988:
18989: * src/targets/cgi/parser3.C: read can return 0, that means sort of
18990: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
18991: on apache already done :)
18992:
18993: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
18994: skipping 0 values in hash::for_each-es we need to check cleaned
18995: cache items manually
18996:
18997: * src/main/: pa_db_connection.C, pa_db_table.C:
18998: parser_multithreaded check was wrong
18999:
19000: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19001: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19002: classes/hashfile.C, classes/image.C, classes/int.C,
19003: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19004: classes/string.C, classes/table.C, classes/void.C,
19005: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19006: include/pa_array.h, include/pa_charset_connection.h,
19007: include/pa_charset_manager.h, include/pa_common.h,
19008: include/pa_config_fixed.h, include/pa_config_includes.h,
19009: include/pa_db_connection.h, include/pa_db_manager.h,
19010: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19011: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19012: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19013: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19014: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19015: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19016: include/pa_stack.h, include/pa_string.h,
19017: include/pa_stylesheet_connection.h,
19018: include/pa_stylesheet_manager.h, include/pa_table.h,
19019: include/pa_threads.h, include/pa_types.h, main/compile.C,
19020: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19021: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19022: main/pa_charset_manager.C, main/pa_common.C,
19023: main/pa_db_connection.C, main/pa_db_manager.C,
19024: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19025: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19026: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19027: main/pa_socks.C, main/pa_sql_driver_manager.C,
19028: main/pa_status_provider.C, main/pa_string.C,
19029: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19030: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19031: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19032: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19033: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19034: targets/isapi/pool_storage.h, types/pa_valiased.C,
19035: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19036: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19037: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19038: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19039: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19040: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19041: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19042: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19043: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19044: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19045: types/pa_vstateless_object.h, types/pa_vstatus.h,
19046: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19047: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19048: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19049: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19050: $status:db fixed used not initialized in db_connection & db_table
19051:
19052: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19053: $status:charset
19054:
19055: * src/: classes/xdoc.C, include/pa_db_connection.h,
19056: include/pa_stylesheet_connection.h,
19057: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19058: types/pa_vstatus.h: $status:stylesheet
19059:
19060: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19061: include/pa_request.h, include/pa_sql_connection.h,
19062: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19063: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19064: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19065: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19066: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19067: types/pa_vxnode.C, types/types.dsp: started status parser class
19068:
19069: 2001-11-01 paf
19070:
19071: * src/include/pa_config_auto.h.in: makes
19072:
19073: * src/main/pa_hash.C: removed old extra include
19074:
19075: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19076: checks [for hp, there are such in math.h]
19077:
19078: * src/classes/op.C: ^for endless loop check strightened
19079:
19080: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19081: behavior in native calls. it left unchanged, so ^for ^foreach &
19082: co can use r.root to write their i & key,value there
19083:
19084: * src/classes/op.C: detected for var storage bug, fixed.
19085: todo:foreach
19086:
19087: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19088: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19089: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19090: changing of hash inside of foreach
19091:
19092: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19093: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19094: were hash.foreach
19095:
19096: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
19097: types/pa_vstring.C, types/pa_vstring.h:
19098: ^foreach[key|value]{body}[[separator]|{separator}]
19099:
19100: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
19101: types/pa_vcookie.C: ^hash.delete[key]
19102:
19103: 2001-10-31 paf
19104:
19105: * src/main/: compile.C, pa_common.C: completely empty file now
19106: considered "read", not ignored [not perfect trick used]
19107:
19108: * src/main/pa_common.C: simplier common ifdefs
19109:
19110: * src/main/pa_common.C: typing bug in common - bad ifdeff
19111:
19112: * src/main/pa_db_connection.C: z
19113:
19114: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
19115: lockdetector flags
19116: dbenv.lk_detect=DB_LOCK_RANDOM;
19117:
19118: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
19119: from accidental show [imagine user forgot @exception]
19120:
19121: * src/classes/table.C: ^table.save[[nameless|+append;]path]
19122:
19123: * src/: classes/file.C, classes/image.C, classes/mail.C,
19124: classes/string.C, classes/xnode.C, include/pa_common.h,
19125: main/pa_common.C: ^string.save[[append;]path]
19126:
19127: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19128: main/execute.C: \ in expression: int divide 10/3=3
19129:
19130: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
19131: inside of ^cache
19132:
19133: * src/: include/pa_threads.h, main/pa_db_connection.C,
19134: main/pa_db_table.C, targets/cgi/pa_threads.C,
19135: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
19136: needed
19137:
19138: 2001-10-30 paf
19139:
19140: * src/: classes/classes.dsp, main/main.dsp,
19141: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19142: types/types.dsp: enabled debug incremental compile
19143:
19144: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19145: form post data line endings not reformatted now.
19146:
19147: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
19148: now required [had bug when file= has no value]
19149:
19150: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
19151: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
19152: cstr(asis) default param removed
19153:
19154: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
19155:
19156: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
19157:
19158: * src/include/pa_dir.h: LOAD_DIR fixed
19159:
19160: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
19161: was broken} fix_line_breaks
19162:
19163: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
19164: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
19165: packed with #pragma pack
19166:
1.116 moko 19167: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 19168:
19169: 2001-10-29 paf
19170:
19171: * src/types/pa_wcontext.h: bitfield syntax stricter
19172:
19173: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
19174: string hash.puts
19175:
19176: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
19177:
19178: * src/include/pa_sql_connection.h: there were one wrong
19179: SQL_CONNECTION_FUNC_GUARDED [failed]
19180:
19181: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
19182: param.someday either ifdef or remove it
19183:
19184: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
19185:
19186: * src/main/untaint.C: optimizing returned after debugging
19187:
19188: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19189: main/untaint.C: memory hunging #pragma pack(1)
19190:
19191: 16 419 844 13 169 394
19192:
19193: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19194: targets/cgi/pa_pool.C: String size_t replace to uint in proper
19195: places [todo:Array]
19196:
19197: * src/: main/execute.C, targets/cgi/pa_pool.C,
19198: targets/cgi/parser3.dsp, types/pa_wcontext.h,
19199: types/pa_wwrapper.h: debugging memory WContext flags to bits
19200:
19201: total 5 652 652/158731 total 5 469 332/158731
19202:
19203: * src/: include/pa_array.h, main/pa_array.C: debugging memory
19204: Array:: without cache in get/put now
19205:
19206: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
19207: 18:25:27 2001] total 5 652 652/158731
19208:
19209: * src/: include/pa_string.h, main/pa_string.C,
19210: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
19211: now
19212:
19213: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
19214: 18:11:53 2001] total 5796092/158731
19215:
19216: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
19217: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
19218: key ref now
19219:
19220: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
19221: 17:11:17 2001] total 16867948/202658
19222:
19223: * src/: classes/file.C, classes/image.C, classes/string.C,
19224: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
19225: main/execute.C, main/pa_array.C, main/pa_common.C,
19226: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19227: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
19228: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
19229: string::as_int/double now usually uses stack, not heap [200K out
19230: of 17M :)] VString(String&) not copies reference [29M -> 17M]
19231:
19232: * src/main/pa_sql_driver_manager.C: ping to have services [old
19233: hiding bug]
19234:
19235: * src/Makefile.am: .am order
19236:
19237: * src/: include/pa_array.h, include/pa_charset_manager.h,
19238: include/pa_db_connection.h, include/pa_db_manager.h,
19239: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
19240: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19241: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
19242: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
19243: required "friend class"
19244:
19245: ../include/pa_request.h:51: friend declaration requires
19246: class-key, i.e. `friend class Temp_lang'
19247:
19248: * src/: include/pa_exception.h, include/pa_sql_connection.h,
19249: main/pa_exception.C, main/pa_sql_driver_manager.C,
19250: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
19251:
19252: the idea is to #1 jump to C++ some function to main body, where
19253: every function stack frame has exception unwind information and
19254: from there... #2 propagate_exception()
19255:
19256: 2001-10-28 paf
19257:
19258: * src/main/pa_db_connection.C: removed old consts
19259:
19260: * src/main/pa_db_connection.C: expire table [was accidently pasted
19261: with wrong type/cast]
19262:
19263: * src/main/: pa_db_connection.C, pa_db_table.C: exception
19264: translation
19265:
1.116 moko 19266: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 19267: remember to build DB2 with -fexceptions!!!
19268:
19269: * src/main/pa_db_table.C: DB_RMW defed
19270:
19271: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
19272: include/pa_db_connection.h, include/pa_db_manager.h,
19273: include/pa_db_table.h, main/pa_db_connection.C,
19274: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
19275:
19276: 2001-10-27 paf
19277:
19278: * src/: classes/hashfile.C, include/pa_db_connection.h,
19279: include/pa_db_table.h, main/pa_db_connection.C,
19280: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
19281: types/pa_vhashfile.C: DB2 ifdefs
19282:
1.116 moko 19283: * src/: classes/Makefile.am, include/pa_config_fixed.h,
19284: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 19285: makes with DB2
19286:
1.116 moko 19287: * src/: include/pa_config_auto.h.in, main/Makefile.am,
19288: types/Makefile.am: makes db
1.95 moko 19289:
19290: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
19291: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
19292: globals.C
19293:
19294: * src/: classes/hashfile.C, include/pa_db_connection.h,
19295: include/pa_db_table.h, main/pa_db_connection.C,
19296: main/pa_db_table.C: ^hashfile.clear[]
19297:
19298: * src/classes/classes.awk: no $ in var names
19299:
19300: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
19301: connection&table [forgotten calls]
19302:
19303: 2001-10-26 paf
19304:
19305: * src/main/pa_db_connection.C: db checkpoints
19306:
19307: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
19308: checkpoints
19309:
19310: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
19311: default. but entities still reparsed. todo: tothink
19312:
19313: * src/main/pa_db_connection.C: db recover mech 2
19314:
19315: * src/: classes/hashfile.C, include/pa_db_connection.h,
19316: include/pa_db_manager.h, include/pa_db_table.h,
19317: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19318: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
19319: types/pa_vhashfile.h: db connections & tables now cached at
19320: create time & multithreaded
19321:
19322: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
19323: parsed_source
19324:
19325: * src/main/pa_db_connection.C: about to remove connection from
19326: vhashfile
19327:
19328: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
19329: transaction commit/rollback responsibility left to parent [as it
19330: sould - else there were a bug with double free]
19331:
19332: * src/include/pa_db_table.h: db: child transaction commit/rollback
19333: responsibility left to parent [as it sould - else there were a
19334: bug with double free]
19335:
19336: 2001-10-25 paf
19337:
19338: * src/: classes/hashfile.C, include/pa_common.h,
19339: include/pa_db_connection.h, include/pa_db_manager.h,
19340: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
19341: types/pa_vhashfile.C, types/pa_vhashfile.h,
19342: include/pa_db_table.h, main/pa_db_table.C: started db_home
19343: [multiple, cached] todo: autorecover [tried, but not succeded,
19344: yet]
19345:
19346: * src/include/pa_dir.h: ancient gpf on dir not found fixed
19347:
19348: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
19349: transaction parent passed
19350:
19351: 2001-10-24 parser
19352:
1.116 moko 19353: * src/classes/Makefile.am: makes
1.95 moko 19354:
19355: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
19356: isapi/pool_storage.h: pool_storage fixed
19357:
19358: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
19359: types/pa_vform.h: form fix_line_breaks
19360:
1.116 moko 19361: * src/targets/cgi/pool_storage.h: makes
1.95 moko 19362:
19363: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
19364: targets/cgi/pool_storage.h: makes
19365:
19366: * src/sql/pa_sql_driver.h: version
19367:
19368: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
19369: types/pa_vform.C, types/pa_vform.h: .am
19370:
19371: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
19372: this: DB_RMW Acquire write locks instead of read locks when doing
19373: the retrieval. Setting this flag may decrease the likelihood of
19374: deadlock during a read-modify-write cycle by immediately
19375: acquiring the write lock during the read part of the cycle so
19376: that another thread of control acquiring a read lock for the same
19377: item, in its own read-modify-write cycle, will not result in
19378: deadlock
19379:
19380: * src/targets/isapi/parser3isapi.dsp: doc
19381:
19382: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
19383:
19384: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
19385:
19386: * src/: classes/hashfile.C, include/pa_db_connection.h,
19387: main/pa_db_connection.C: hashfile expired deleted from db when
19388: get & iterate
19389:
19390: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
19391: expiring 1
19392:
19393: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
19394:
19395: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
19396: db_connection not bothers with key when not returning expired
19397: data
19398:
19399: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19400: types/pa_vhashfile.C: db_cursor constructor public now
19401:
19402: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19403: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
19404: stamped, todo: put_element analize
19405:
19406: * src/: include/pa_db_connection.h, include/pa_string.h,
19407: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
19408: serialize. todo stamp
19409:
19410: 2001-10-23 parser
19411:
19412: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
19413: classes/image.C, classes/mail.C, classes/response.C,
19414: classes/string.C, classes/table.C, classes/xdoc.C,
19415: include/pa_config_fixed.h, include/pa_db_connection.h,
19416: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
19417: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
19418: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
19419: types/pa_vtable.C: ^hashfile.hash[]
19420:
19421: * src/: classes/hashfile.C, classes/xdoc.C,
19422: include/pa_config_fixed.h, main/pa_db_manager.C,
19423: main/pa_globals.C: ifdefs so it compiled without db
19424:
19425: * src/: classes/hashfile.C, include/pa_db_connection.h,
19426: include/pa_db_manager.h, main/pa_db_connection.C,
19427: main/pa_db_manager.C, types/pa_vhashfile.h:
19428: ^hashfile.transaction{code} ^hashfile:clear[filename]
19429: ^hashfile.delete[key]
19430:
19431: 2001-10-22 parser
19432:
19433: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
19434: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
19435:
19436: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
19437: classes/xnode.C, include/pa_charset_connection.h,
19438: include/pa_db_connection.h, include/pa_db_manager.h,
19439: include/pa_exception.h, include/pa_sapi.h,
19440: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19441: include/pa_stylesheet_connection.h,
19442: include/pa_stylesheet_manager.h,
19443: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19444: main/pa_db_connection.C, main/pa_db_manager.C,
19445: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
19446: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19447: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
19448: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
19449: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
19450: types/types.dsp: hashfile 0
19451:
19452: * src/types/pa_vhashfile.C: z
19453:
19454: * src/: classes/classes.dsp, classes/hashfile.C,
19455: include/pa_config_fixed.h, main/execute.C,
19456: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
19457: types/pa_vhashfile.h, types/types.dsp: hashfile -100
19458:
19459: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
19460:
19461: * src/: include/pa_exception.h, include/pa_request.h,
19462: main/execute.C, main/pa_exception.C, main/pa_request.C,
19463: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19464: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
19465:
19466: 2001-10-19 parser
19467:
19468: * src/include/pa_pool.h: header
19469:
19470: * src/main/pa_pool.C: auto compiled on gcc
19471:
19472: * src/classes/image.C: comment
19473:
1.116 moko 19474: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 19475:
19476: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19477: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19478: types/pa_vxnode.h: xnode clone got freed
19479:
19480: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19481: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
19482: can free up xalandomstring resulting from pool::transcode
19483:
19484: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
19485: include/pa_config_fixed.h, include/pa_exception.h,
19486: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
19487: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
19488: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
19489: to c++ exceptions 1xml configure fixed to exclude xalan-patch
19490: from non-xml compile
19491:
19492: * src/main/pa_request.C: pool:: context - get_context
19493:
19494: * src/: classes/classes.h, classes/date.C, classes/double.C,
19495: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19496: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19497: classes/string.C, classes/table.C, classes/void.C,
19498: include/pa_config_fixed.h, include/pa_exception.h,
19499: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
19500: main/compile.C, main/compile_tools.C, main/execute.C,
19501: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
19502: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
19503: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19504: main/pa_string.C, main/pa_table.C, main/untaint.C,
19505: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19506: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
19507: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
19508: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19509: types/pa_vstateless_class.h, types/pa_vtable.C,
19510: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
19511: exceptions 0
19512:
19513: * src/classes/classes.awk: $ removed
19514:
19515: 2001-10-18 parser
19516:
19517: * src/types/pa_vcookie.C: cookie:CLASS
19518:
19519: * src/main/main.dsp: project
19520:
19521: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
19522: set_document & ctor question "who owns document" solved
19523:
19524: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
19525:
19526: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19527: main/pa_pool.C: encoding in dom creating funcs
19528:
19529: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
19530: be transformed now
19531:
19532: * src/classes/xdoc.C: dom created by create can be transformed now
19533:
19534: * src/classes/xdoc.C: z
19535:
19536: * src/classes/xdoc.C: comment
19537:
19538: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
19539: create now uses XercesDocumentBridge, appendChild&co now works
19540:
19541: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
19542: @ recompile
19543:
19544: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
19545: $origin @exception[
19546:
19547: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
19548: tag names forced to XML lang
19549:
19550: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
19551: leechy-found bugs in code&doc fixed
19552:
19553: 2001-10-17 parser
19554:
19555: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
19556: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
19557: n functionality preserved
19558:
19559: * src/types/pa_vimage.h: removed unused vimage::save
19560:
19561: 2001-10-16 parser
19562:
19563: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
19564:
19565: * src/classes/: xnode.C: removed few dom returns & changed op.txt
19566:
19567: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
19568:
19569: * src/classes/image.C: image.copy tolerance
19570:
19571: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
19572: ineffective, but works for small paleted image
19573:
19574: * src/types/pa_vimage.C: comment
19575:
19576: * src/classes/image.C: gd size/resize bugfix
19577:
19578: * src/: classes/classes.dsp, main/main.dsp,
19579: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19580: types/types.dsp: ident >nul 2>&1
19581:
19582: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
19583: systems
19584:
19585: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
19586: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
19587:
19588: 2001-10-15 parser
19589:
19590: * src/main/execute.C: z
19591:
19592: * src/classes/: xdoc.C: !::create{qualifiedName}
19593:
19594: * src/types/pa_vxnode.C: document_type_node.
19595: !readonly attribute DOMString name
19596: !notation_node.
19597: !readonly attribute DOMString publicId
19598: !readonly attribute DOMString systemId
19599:
1.116 moko 19600: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
19601: ::write badly passed string too transparently [failed to
19602: intercept it]
1.95 moko 19603:
19604: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
19605: include/pa_request.h, main/pa_sql_driver_manager.C,
19606: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19607: types/pa_vxnode.h: DOM1 major addtion, only few
19608: attributes/methods left
19609:
19610: 2001-10-13 parser
19611:
19612: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19613: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
19614: in main handler
19615:
19616: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
19617: cleanups & frees order
19618:
19619: * src/types/pa_vcode_frame.h: couple comments
19620:
19621: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
19622: transparent enough to handle hash if creation&passing
19623:
19624: * src/: include/pa_config_fixed.h, main/execute.C,
19625: main/pa_exception.C: noticed that vcodeframe not transparent
19626: enough, would change now
19627:
19628: 2001-10-12 parser
19629:
19630: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
19631: fixed. initialization&free on each thread!
19632:
19633: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
19634: handling changed: now type of default param analized always, not
19635: only at problem time, thus helping early problem spotting
19636:
19637: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
19638: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
19639: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19640: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
19641: multithread bug fixed. initialization&free on each thread!
19642:
19643: 2001-10-11 parser
19644:
19645: * src/classes/xnode.C: xnode.selectSingle now
19646:
19647: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19648: include/pa_pool.h, include/pa_stylesheet_connection.h,
19649: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
19650: convertors out of Pool into Exception
19651:
19652: * src/main/pa_string.C: const
19653:
19654: * src/: include/pa_string.h, main/pa_string.C: restructured string:
19655: linked pieces of same language together prior to String::replace
19656:
19657: * src/classes/hash.C: !^hash.add[addme]
19658: !^hash.sub[subme]
19659: !^a.union[b] = new
19660: !^a.intersection[b] = new
19661: !^a.intersects[b] = bool
19662:
19663: * src/classes/hash.C: !^hash::append[append_from]
19664:
19665: * src/: classes/hash.C, types/pa_vhash.h:
19666: !^hash::create[[copy_from]]
19667:
19668: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19669: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
19670: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
19671: fixed. got rid of empty_string, which caused errors - it hasnt
19672: exception but somebody[value.bark] tried to throw it on it's pool
19673:
1.116 moko 19674: * src/include/pa_config_auto.h.in: makes
1.95 moko 19675:
19676: 2001-10-10 parser
19677:
19678: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
19679:
19680: * src/main/: compile.tab.C, compile.y: ^a[
19681:
19682: @next_method << now unclosed ] would be reported here
19683:
19684: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
19685: compile error
19686:
19687: 2001-10-09 parser
19688:
1.116 moko 19689: * src/: classes/Makefile.am, main/Makefile.am,
19690: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 19691:
19692: * src/classes/Makefile.am: makes
19693:
19694: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
19695: win32 errors intercepted [xalan transformer patched and
19696: incorporated]
19697:
19698: * src/: classes/classes.dsp, classes/xdoc.C,
19699: include/pa_stylesheet_connection.h, main/main.dsp,
19700: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19701: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
19702: patches starting
19703:
19704: * src/classes/: string.C, table.C: ^string.save[file]
19705:
19706: * src/classes/: date.C, table.C: calendar moved to date
19707:
19708: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
19709: string/table] now
19710:
19711: * src/classes/: op.C, table.C: z
19712:
19713: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
19714: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
19715: types/pa_vxnode.h: table:menu & op for delims made allowed not to
19716: be code [be string..]
19717:
19718: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
19719: table.C: lots of
19720: params->as_int/double/as_string/as_junction/as_no_junction
19721: messages added
19722:
19723: 2001-10-08 parser
19724:
19725: * src/: classes/date.C, classes/image.C, classes/string.C,
19726: classes/table.C, classes/void.C, include/pa_request.h:
19727: params->as_int/double message added
19728:
19729: * src/classes/image.C: image:circle [and round arc] uses Bresenham
19730:
19731: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
19732: image:sector removed image:html internal "line-*" attribs
19733:
19734: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
19735: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
19736:
19737: * src/types/pa_vcookie.C: removing cookie made more netscape-like
19738: way
19739:
19740: * src/: classes/file.C, classes/form.C, main/pa_common.C,
19741: main/untaint.C: header untainting to UL_HTTP_HEADER,
19742: UL_MAIL_HEADER made nonforced [only tainted pieces]
19743:
19744: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
19745: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
19746: @ SAPI::log
19747:
19748: * src/main/untaint.C: \r to ' ' in origins mode
19749:
19750: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
19751: set]
19752:
19753: * src/: classes/xdoc.C, include/pa_config_fixed.h,
19754: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
19755: nonstandard liaison freed up
19756:
19757: 2001-10-07 parser
19758:
19759: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
19760: project
19761:
19762: 2001-10-05 parser
19763:
19764: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
19765: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
19766: from outputing to cerr. lots of "todos"
19767:
19768: * src/main/untaint.C: http_header tainting more gentle with
19769: enquoting now
19770:
19771: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
19772: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
19773: xml errorhandler. fixed string.replace a little, read @test
19774:
19775: * src/main/pa_string.C: found replace bug - first_that_starts(char
19776: *) does not have limit, and looks further eos, fixing....
19777:
19778: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
19779:
19780: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
19781:
19782: * src/main/: pa_charset_connection.C: ctype another mem clear
19783: bugfix
19784:
1.116 moko 19785: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
19786: $result[^[$p^]z] now works fine
1.95 moko 19787:
19788: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
19789: wrong. fixed it
19790:
19791: * src/main/pa_charset_connection.C: unicode zero pair at the beging
19792: of totable appered to be vital
19793:
19794: 2001-10-04 parser
19795:
19796: * src/classes/image.C: ^image.length[text]
19797:
19798: 2001-10-03 parser
19799:
19800: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
19801:
19802: * src/main/pa_request.C: restored pcre defaulting in request
19803: [mindlessly "optimized" yesterday] comment left
19804:
19805: 2001-10-02 parser
19806:
19807: * src/: main/pa_charset_manager.C,
19808: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
19809: needed
19810:
19811: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
19812: forgot non-xml pool.*charset needed
19813:
19814: * src/classes/table.C: # config comments fixed
19815:
19816: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
19817: charset_connection #comment now
19818:
19819: * src/: classes/classes.dsp, types/types.dsp: release projects
19820: options fixed to use release msvcrt lib
19821:
19822: * src/main/pa_charset_connection.C: pcre tables now const inside
19823: removed default - pcre handles that internally fixed bug on
19824: not-cleaning tables [previously was calloced, now member]
19825:
19826: * src/: include/pa_request.h, main/pa_charset_connection.C,
19827: main/pa_request.C, types/pa_vstring.h: pcre tables now const
19828: inside removed default - pcre handles that internally fixed bug
19829: on not-cleaning tables [previously was calloced, now member]
19830:
19831: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
19832: tested charset reload on file change @ apache version = OK tested
19833: freeing up prev encoding on adding new = OK
19834:
19835: 2001-10-01 parser
19836:
19837: * src/main/pa_charset_connection.C: removed entitify external hack
19838: [internal installed]
19839:
1.116 moko 19840: * src/main/Makefile.am: makes+removed dtd
1.95 moko 19841:
19842: * src/: include/pa_charset_connection.h,
19843: include/pa_charset_manager.h,
19844: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19845: main/pa_charset_connection.C, main/pa_charset_manager.C,
19846: main/pa_request.C: charset loading & caching mech 0
19847:
19848: * src/: include/pa_stylesheet_connection.h,
19849: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19850: main/pa_globals.C, main/pa_request.C: would make charset loading
19851: & caching mech now
19852:
19853: 2001-09-30 parser
19854:
19855: * src/main/pa_request.C: forgot to fill toTable
19856:
19857: * src/: include/pa_config_fixed.h, main/pa_request.C: started
19858: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
19859: failed on win32 for now..
19860:
19861: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
19862: now charsets table configuration variable is: CHARSETS
19863:
19864: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
19865: ctype with unicode 1. todo: no П entities on output somehow
19866:
19867: * src/: classes/file.C, classes/op.C, classes/string.C,
19868: include/pa_request.h, main/pa_request.C: started ctype with
19869: unicode values
19870:
19871: 2001-09-28 parser
19872:
19873: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
19874: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
19875: string passed AS-IS now
19876:
19877: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
19878: way of user-configuring... todo: implement
19879:
19880: 2001-09-27 parser
19881:
19882: * src/classes/table.C: table.sort changed to sort table itself
19883:
19884: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
19885: X^.getElementsByTagName[tagname] = array of xnode
19886: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
19887: nodes removed - regretfully not supported @ xalan. maybe someday
19888: would reimplement, if needed.
19889:
19890: win32build system: solved long waiting anti-non-started-apache
19891: problem
19892:
19893: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
19894: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19895: types/types.dsp: win32 ident make system so not to rebuild
19896: library [ident.C.new]
19897:
19898: 2001-09-26 parser
19899:
19900: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
19901: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
19902: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19903: types/pa_vxnode.C, types/types.dsp: z
19904:
19905: * src/classes/classes.C: forgot one non-xml check
19906:
1.116 moko 19907: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
19908: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 19909:
19910: * src/targets/cgi/parser3.C: z
19911:
19912: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
19913: targets/isapi/parser3isapi.C: #ifdef SMTP
19914:
19915: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
19916: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19917: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
19918: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
19919: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19920: types/types.dsp: xdoc&xnode now
19921:
19922: * src/: classes/classes.C, classes/classes.awk,
19923: classes/classes.dsp, classes/classes.h, classes/date.C,
19924: classes/dnode.C, classes/dnode.h, classes/dom.C,
19925: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19926: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19927: classes/op.C, classes/response.C, classes/string.C,
19928: classes/table.C, classes/void.C, include/pa_array.h,
19929: include/pa_common.h, include/pa_config_fixed.h,
19930: include/pa_config_includes.h, include/pa_dictionary.h,
19931: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19932: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19933: include/pa_socks.h, include/pa_sql_connection.h,
19934: include/pa_sql_driver_manager.h, include/pa_stack.h,
19935: include/pa_string.h, include/pa_stylesheet_connection.h,
19936: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
19937: include/pa_xslt_stylesheet_manager.h, main/compile.C,
19938: main/compile.y, main/compile_tools.C, main/compile_tools.h,
19939: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
19940: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19941: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19942: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19943: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19944: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
19945: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19946: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19947: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
19948: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19949: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
19950: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19951: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19952: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19953: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
19954: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
19955: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19956: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
19957: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19958: types/pa_vmethod_frame.h, types/pa_vobject.h,
19959: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19960: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19961: types/pa_vstateless_object.h, types/pa_vstring.C,
19962: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19963: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
19964: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
19965: main.dsp splitted to main+classes+types along to .am
19966:
19967: * src/classes/Makefile.am: removed useless var
19968:
19969: * src/: classes/classes.cmd, main/main.dsp,
19970: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
19971: main.dsp
19972:
19973: 2001-09-25 parser
19974:
19975: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
19976: 1251 though, todo ICU
19977:
1.116 moko 19978: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 19979: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 19980: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
19981: types/pa_vdom.h: xml configure makes
1.95 moko 19982:
19983: 2001-09-24 parser
19984:
1.116 moko 19985: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
19986: types/Makefile.am: makes
1.95 moko 19987:
1.116 moko 19988: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 19989:
19990: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
19991: started unix makes update
19992:
19993: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
19994: started unix makes update
19995:
19996: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
19997:
19998: * src/types/pa_value.h: z
19999:
20000: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20001: bugs with usinge hash/table in expressions
20002:
20003: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20004: resolved conflicts fixed [const]
20005:
20006: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20007: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20008: main/compile.C, main/compile.tab.C, main/compile.y,
20009: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20010: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20011: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20012: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20013: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20014: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20015: with before_xml [merge2 actually didn't happen - i've created
20016: tags on wrong branch. so this merge is in fact re-merge]
20017:
20018: 2001-09-21 parser
20019:
20020: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20021: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20022: produced "" in make file and sadly wrong interpreted on load]
20023:
1.116 moko 20024: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20025: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20026: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20027: include/pa_sql_driver_manager.h, include/pa_string.h,
20028: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20029: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20030: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20031:
20032: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20033: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20034: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20035: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20036: main/pa_pool.C, main/pa_request.C,
20037: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20038: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20039: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20040: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20041: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20042: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20043: types/pa_vrequest.C, types/pa_vresponse.h,
20044: types/pa_vstateless_class.C, types/pa_vstring.C,
20045: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20046: created new projects for sql drivers [planning to remove sql
20047: drivers from main cvs project] first, will join latest changes
20048:
20049: * src/classes/: dom.C: defaulted dom writing methods encoding to
20050: pool.get_charset
20051:
20052: * src/classes/dom.C: defaulted dom writing methods encoding to
20053: pool.get_charset
20054:
20055: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20056: pool.get_charset
20057:
20058: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20059: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20060: methods encoding to pool.get_charset
20061:
20062: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20063: transcoder were created right "unsupported encoding" message.
20064: not @ set time, but @ use time, so until xml output functions
20065: .string, .file, .save used - no encoding name check occur
20066:
20067: reduced transcode buffer size to 60 fixed pool cleanup - no
20068: registration needed, pools are officially destructured
20069:
20070: 2001-09-20 parser
20071:
20072: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20073:
20074: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20075: $MAIN:DEFAULTS.content-type[$.charset[here]]
20076:
20077: * src/: classes/dnode.C, classes/dom.C,
20078: include/pa_config_includes.h, include/pa_globals.h,
20079: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20080: main/pa_pool.C, targets/cgi/parser3.dsp,
20081: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20082: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20083: Pool::transcode 0
20084:
20085: * src/classes/dom.C: dom. string save file moved output xml options
20086: to last param and made it optional
20087:
20088: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20089: dnodes
20090: !$attributenode.specified = boolean
20091: true if the attribute received its value explicitly
20092: in the XML document,
20093: or if a value was assigned programatically with the
20094: setValue function.
20095: false if the attribute value came from the default value
20096: declared in the document's DTD.
20097: !$pinode.target = target of this processing instruction
20098: XML defines this as being the first token following the
20099: markup
20100: that begins the processing instruction.
20101: XPath:
20102: !^node.select[xpath/query/expression] = hash of 0->node0
20103: 1->node1
20104: !^node.select-single[xpath/query/expression] = first node if
20105: any
20106:
20107: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
20108: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
20109: some 'const's added
20110:
20111: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
20112: expression context now, there value = size and boolean value
20113: size!=0
20114:
20115: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
20116: can be used in expression context now, there value = size and
20117: boolean value size!=0
20118:
20119: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
20120: types/pa_vstring.h: dnode .file .string .save moved back to dom
20121: due to strange xalan bug
20122:
20123: 2001-09-18 parser
20124:
20125: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
20126: classes/image.C, classes/op.C, classes/table.C,
20127: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20128: include/pa_sql_driver_manager.h, main/compile.C,
20129: main/compile.tab.C, main/compile.y, main/compile_tools.h,
20130: main/execute.C, main/pa_common.C, main/pa_request.C,
20131: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20132: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20133: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
20134: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20135: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
20136: before_xml branch ^if(def $hash) now true only when
20137: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
20138:
20139: * src/: classes/op.C, main/execute.C: operators self changed to
20140: root ^for variable context changed to self
20141:
20142: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
20143: dnode 1
20144:
20145: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
20146: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
20147:
20148: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
20149: poly* fixed
20150:
20151: 2001-09-17 parser
20152:
20153: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
20154: types/pa_vdom.h: started dnode+dom
20155:
20156: dnode DOM methods: $node.name $node.value
20157: ...others...
20158:
20159: ^node.xpath[/rates/USD] = hash
20160: $hash[
20161: $.0[node0]
20162: $.1[node1]
20163: ]
20164:
20165: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
20166: applies to all linear primitives
20167:
20168: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
20169: include/pa_stylesheet_connection.h, main/main.dsp,
20170: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
20171: types/pa_vimage.h: started dnode DOM: $node.name
20172: $node.value ...others... ^node.xpath[/rates/USD] = hash
20173: dom(dnode)
20174:
20175: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
20176: main/compile.y, main/compile_tools.h, main/execute.C,
20177: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
20178: in expression compound($aa.zz.xx) names now can have minus '-' in
20179: name after '.'
20180:
20181: 2001-09-15 parser
20182:
20183: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
20184: image: $line-width ^line(...)[**** style]
20185:
20186: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
20187: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
20188: pool_storage - cleanups first, allocations second. apache wisely
20189: does just like that
20190:
20191: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
20192: rewritten using template, no bugs now
20193:
20194: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
20195: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20196: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
20197: poorly started isapi pool_storage, would rewrite using template
20198: now
20199:
20200: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
20201: include/pa_stylesheet_connection.h, main/main.dsp,
20202: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20203: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
20204: xalan objects freed up [introducing Pool::register_cleanup]
20205:
20206: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
20207: comments
20208:
20209: 2001-09-14 parser
20210:
20211: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
20212: z
20213:
20214: * src/: classes/dom.C, classes/file.C, classes/image.C,
20215: classes/mail.C, include/pa_common.h,
20216: include/pa_sql_driver_manager.h, include/pa_string.h,
20217: include/pa_stylesheet_connection.h,
20218: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20219: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
20220: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
20221: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
20222: compiled&cached
20223:
20224: 2001-09-13 parser
20225:
20226: * src/: classes/dom.C, classes/file.C, classes/image.C,
20227: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
20228:
20229: * src/classes/dom.C: dom:file content-type(.method)
20230:
20231: * src/: include/pa_common.h, include/pa_globals.h,
20232: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
20233: string now more informative error messages
20234:
20235: * src/: include/pa_globals.h, include/pa_request.h,
20236: main/pa_request.C, targets/cgi/parser3.C,
20237: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
20238: ParserSiteConfig .../parser3.conf
20239:
20240: cgi&isapi looks for {configure|c:\windows}/parser3.conf
20241:
20242: 2001-09-12 parser
20243:
20244: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20245: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
20246: precise error reporting: "connection string must start with
20247: protocol://" now
20248:
20249: * src/main/compile.tab.C: fixed - subname code parts actually []
20250: braced
20251:
20252: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
20253: lexer on LS_USER level did [] matching without setting nestage,
20254: introduced special LS_NAME_SQUARE_PART state
20255:
20256: 2001-09-11 parser
20257:
20258: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
20259: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
20260: languages+=xml
20261:
20262: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
20263:
20264: * src/classes/dom.C: ^dom:save/string/file[output options] output
20265: options: $.method[xml|html|text] detection fixed
20266:
20267: * src/types/pa_vdom.h: messages
20268:
20269: * src/classes/dom.C: ^dom:save/string/file[output options] output
20270: options: $.method[xml|html|text] detection fixed
20271:
20272: 2001-09-10 parser
20273:
20274: * src/classes/dom.C: ^dom:save/string/file[output options] output
20275: options: $.method[xml|html|text] $.encoding[windows-1251|...]
20276:
20277: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
20278: added]
20279:
20280: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20281: ^dom.xslt[stylesheet filename] 0
20282:
20283: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20284: ^dom.xslt[stylesheet filename] -1 doc is lying
20285:
20286: * src/classes/dom.C: ^dom.file[encoding] = file
20287:
20288: * src/classes/: dom.C: ^dom.string[encoding] 1
20289: ^dom.save[encoding;filename]
20290:
20291: * src/classes/dom.C: ^dom.string[] 0
20292:
20293: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
20294:
20295: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
20296: types/pa_vform.h: ^dom.save[b.xml] 0
20297:
20298: 2001-09-08 parser
20299:
20300: * src/types/pa_vform.C: $form:tables.name.field
20301:
20302: 2001-09-07 parser
20303:
20304: * src/classes/table.C: table:empty removed, superceded by ^if(def
20305: $table)...
20306:
20307: * src/targets/cgi/parser3.C: z
20308:
20309: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
20310: from '' to int/double is 0]
20311:
20312: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
20313: $table) is false when table is empty
20314:
20315: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
20316: !$form:tables $atable[$form:tables.a]
20317: ^atable.menu{a=$atable.element}[,]
20318:
20319: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
20320: types/pa_vform.h, types/pa_vhash.h: !$form:fields
20321:
1.116 moko 20322: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20323: types/pa_vdom.h, types/pa_vform.C: merged with successful start
20324: of dom
20325:
20326: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
20327: types/pa_vform.C, types/pa_vform.h: z
20328:
20329: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
20330: element [not last]
20331:
1.116 moko 20332: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20333: types/pa_vdom.h: introducing dom. dom:load[a.xml]
20334:
20335: 2001-09-06 parser
20336:
20337: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20338: table with one column 'element' and two rows: 1 and 2
20339:
20340: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20341: table with one column 'element' and two rows: 1 and 2
20342:
20343: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
20344: bad int/double conversions, and now $form:nonexistent.int(88)
20345: would return 88
20346:
20347: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
20348: types/pa_vhash.h: now there's special hash key '_default'
20349: [instead of ^_default method] $hash[ $.a[1] $.b[2]
20350: $._default[xx] ] $hash.c
20351:
20352: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
20353: fixed [thanks, fif], ^; were treated there non-literally
20354:
20355: * src/doc/doxygen.cfg: merged new default options from 1.2.10
20356: doxygen
20357:
20358: * src/: classes/image.C, classes/op.C, classes/string.C,
20359: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
20360: types/pa_vtable.C: few #ifndef DOXYGEN
20361:
20362: 2001-09-05 parser
20363:
20364: * src/classes/: string.C, table.C: sql options can be void [same as
20365: image:html the other day]
20366:
20367: * src/targets/cgi/Makefile.am: .am undo
20368:
20369: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20370: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
20371: macro expantion on param, simply qoutes whatever passed, undone
20372:
20373: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20374: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
20375: STRINGIZE(name) #name invented
20376:
20377: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20378: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
20379: MAIN_SQL_DRIVERS_NAME "drivers"
20380:
20381: moved to be availible to all users
20382:
20383: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
20384: SQL_DRIVER_CREATE_FUNC_NAME
20385:
20386: * src/classes/mail.C: MAIN:MAIL check fixed
20387:
20388: 2001-09-04 parser
20389:
20390: * src/classes/image.C: image.html now can accept void params
20391:
20392: * src/targets/isapi/parser3isapi.C: z
20393:
20394: * src/targets/cgi/parser3.C: full_file_spec bug
20395:
20396: * src/targets/cgi/parser3.C: getenvcheck
20397:
20398: * src/targets/cgi/parser3.C: zz
20399:
20400: * src/targets/cgi/parser3.C: zzz
20401:
20402: * src/classes/date.C: date
20403:
20404: * src/classes/date.C: date:sql-string is now without ''
20405:
1.116 moko 20406: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 20407: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
20408: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
20409:
1.116 moko 20410: * src/include/pa_config_auto.h.in: makes
1.95 moko 20411:
20412: 2001-09-03 parser
20413:
20414: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
20415:
20416: 2001-09-01 parser
20417:
20418: * src/classes/image.C: letter_spacing
20419:
20420: * src/classes/image.C: image: font params changed
20421:
20422: * src/classes/image.C: image: as_int as_string used
20423:
20424: * src/types/pa_vmethod_frame.h: $result[] now gets properly
20425: analized
20426:
20427: 2001-08-31 parser
20428:
20429: * src/targets/cgi/parser3.C: z
20430:
1.116 moko 20431: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
20432: cygwin
1.95 moko 20433:
20434: * src/classes/void.C: void:int/double += (default)
20435:
20436: * src/classes/image.C: image:font added space param image:font
20437: changed charwidth alg, added kerning const[for now]
20438:
20439: * src/classes/: string.C, table.C: string:int/double (defaults)
20440:
20441: 2001-08-29 parser
20442:
20443: * src/main/pa_exception.C: exception redundant debug info
20444:
20445: 2001-08-28 parser
20446:
20447: * src/classes/image.C: image error msgs
20448:
20449: * src/classes/image.C: image: gifsize little endian
20450:
20451: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
20452: doxygeneration
20453:
20454: * src/: classes/Makefile.am, main/Makefile.am,
20455: targets/cgi/Makefile.am, types/Makefile.am: .am-s
20456:
20457: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
20458: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
20459:
20460: * src/main/compile.C: NO_STRING_ORIGIN check2
20461:
20462: * src/classes/table.C: NO_STRING_ORIGIN check
20463:
20464: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
20465: storage class specifiers invalid in friend function declarations
20466:
20467: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
20468: main/untaint.C, targets/cgi/parser3.C,
20469: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
20470: case of limit
20471:
20472: * src/: classes/file.C, main/pa_common.C: file:move
20473: autocreate/remove dest/src dir
20474:
20475: * src/: classes/string.C, include/pa_dictionary.h,
20476: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
20477: main/untaint.C: pa_directory speeded up. moved zero 'from' check
20478: to directory constructor. string:replace
20479:
20480: 2001-08-27 parser
20481:
20482: * src/classes/image.C: fixed jpgsize alg
20483:
20484: * src/classes/image.C: fixed jpgsize alg
20485:
20486: * src/main/pa_exception.C: z
20487:
20488: * src/main/pa_common.C: removed debug info from pa_common
20489:
20490: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
20491: [auto.p from current dir loading]
20492:
1.116 moko 20493: * src/: main/pa_common.C, main/pa_exception.C,
20494: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
20495: for solaris -lsocket
1.95 moko 20496:
20497: 2001-08-24 parser
20498:
20499: * src/targets/cgi/parser3.C: not cgi extra \n 3
20500:
20501: * src/targets/cgi/parser3.C: not cgi extra \n 2
20502:
20503: * src/targets/cgi/parser3.C: not cgi extra \n
20504:
20505: * src/main/pa_sql_driver_manager.C: z
20506:
20507: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
20508: sql* removed services from disconnect - cross-request ideological
20509: probs.
20510:
20511: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
20512: cross-request ideological probs. oracle - fixed bug: cs
20513: allocated on request.pool and got freed before disconnect
20514:
20515: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
20516: mallocs fixed
20517:
20518: 2001-08-23 parser
20519:
20520: * src/classes/file.C: minor bug in file:save fixed
20521:
20522: * src/main/pa_sql_driver_manager.C: oracle: dlink
20523:
20524: 2001-08-22 parser
20525:
20526: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
20527: types/pa_vfile.h: file:load|save[text|binary;
20528:
20529: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
20530:
20531: 2001-08-21 parser
20532:
20533: * src/classes/: file.C, table.C: ^file:list
20534:
20535: 2001-08-20 parser
20536:
20537: * src/: main/compile.tab.C, main/compile.y,
20538: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
20539: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
20540: recousively caused problems: inc incremeted 123 literal!! fixed
20541:
20542: 2001-08-10 parser
20543:
20544: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
20545:
20546: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20547: added
20548:
20549: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20550: added
20551:
20552: * src/classes/table.C: table:sort restored [it was bad test :(]
20553:
20554: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
20555: ''
20556:
20557: * src/main/: pa_request.C: wanted to make const int
20558: MAX_EXECUTE_SECONDS=1;
20559:
20560: but couldnt, set_callback_and_alarm appeared to be not exported
20561: :(
20562:
20563: * src/main/pa_string.C: string.match hanged on. there were a hang
20564: check but it weren't wise enough
20565:
20566: @parse[dateString][tmp]
20567: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
20568: #end
20569:
20570: @main[] ^parse[2001-02-03]
20571:
20572: * src/classes/: table.C: table:sort now default desc
20573:
20574: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20575: table.sort now creates new sorted table
20576:
20577: 2001-08-09 parser
20578:
20579: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
20580:
20581: * src/classes/hash.C: hash:_default now [was hash:default]
20582:
20583: * src/classes/op.C: case without switch check added
20584:
20585: * src/types/pa_vcookie.C: cookie name&value origins added, more
20586: precise $ORIGINS(1)
20587:
20588: * src/main/Makefile.am: .am
20589:
20590: * src/classes/void.C: void: int double copy/paste from int: bug
20591: fixed
20592:
20593: * src/classes/void.C: void: int double copy/paste from int: bug
20594: fixed
20595:
20596: 2001-08-07 parser
20597:
20598: * src/: classes/double.C, classes/int.C, classes/string.C,
20599: classes/table.C, include/pa_globals.h, main/pa_globals.C:
20600: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
20601: string, table
20602:
20603: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
20604: srand made working
20605:
20606: 2001-08-06 parser
20607:
20608: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
20609: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20610: main/compile.tab.C, main/compile.y, main/pa_array.C,
20611: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
20612: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
20613:
20614: * src/main/pa_exec.C: exec win32 real filename
20615:
20616: * src/classes/file.C: exec stderr out
20617:
20618: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
20619:
20620: 2001-08-03 parser
20621:
20622: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
20623:
20624: 2001-08-02 parser
20625:
20626: * src/: classes/string.C, classes/table.C, include/pa_array.h,
20627: main/execute.C, main/pa_exec.C: introducing Array_iter
20628:
20629: * src/main/execute.C: detected quick_get recursion bug. changed to
20630: get@execute, but needs array iterator, separate from array to
20631: avoid it & use caching
20632:
20633: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
20634: bug fixed
20635:
20636: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
20637: main/execute.C, main/pa_globals.C: found another multithread bug
20638: in op.C (last, last global var killed) :)
20639:
20640: 2001-08-01 parser
20641:
20642: * src/: include/pa_dictionary.h, include/pa_globals.h,
20643: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
20644: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20645: main/untaint.C: speeded up typo-html replacements. introducing
20646: Dictionary with first-char caching
20647:
20648: 2001-07-31 parser
20649:
20650: * src/types/Makefile.am: pa_vtable.C added to .am
20651:
20652: * src/main/compile.tab.C: added, so that could be compiled even on
20653: non-bison-enabled platforms
20654:
20655: 2001-07-28 parser
20656:
20657: * src/classes/table.C: table:hash always produces hash, when can't
20658: - empty
20659:
20660: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
20661: skipped \n
20662:
20663: 2001-07-27 parser
20664:
20665: * src/classes/: double.C, int.C, string.C: provided meaningful msg
20666: on int/double/string :sql without result and default
20667:
20668: 2001-07-26 parser
20669:
20670: * src/classes/op.C: fixed bad multithread bug with strangly global
20671: OP
20672:
20673: * src/main/compile.y: $man[$.age[zzz]] 0
20674:
20675: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
20676: creation syntax problem persists. restored $: for a while.
20677: thinking of $man[$.age[zzz]] syntax now
20678:
20679: * src/: classes/double.C, classes/int.C, classes/string.C,
20680: include/pa_opcode.h, main/compile.C, main/compile.y,
20681: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
20682: types/pa_vmethod_frame.h, types/pa_wcontext.h,
20683: types/pa_wwrapper.h: fixing :: realization #1
20684:
20685: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
20686: main/compile_tools.h, main/execute.C, main/pa_request.C,
20687: types/pa_vmethod_frame.h: introducing :: this is constructor call
20688: prefix. ordinary : remains for static accesses
20689:
20690: 2001-07-25 parser
20691:
20692: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
20693: fields 2. methods 3. columns
20694:
20695: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
20696: quote. optimized double&int tostring-s
20697:
20698: * src/main/: compile.C, compile.y, compile_tools.h: allowed
20699: whitespace before first method decl
20700:
20701: * src/classes/table.C: allowed nontable result in table:sql,
20702: results in empty table
20703:
20704: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
20705: lines before first method decl
20706:
20707: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
20708: types/pa_vtable.h: ^table.record[] now $table.fields
20709:
20710: * src/main/compile.y: $var[] is now empty string, not void
20711:
20712: * src/main/: compile.y, execute.C: $var[] is now empty string, not
20713: void
20714:
20715: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
20716: main/pa_globals.C: match replace code context moved to implicit
20717: $match context
20718:
20719: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
20720: main/compile_tools.h, main/execute.C: with killed, code storage
20721: introduced with former 'with' syntax
20722:
20723: 2001-07-24 parser
20724:
20725: * src/: main/compile.C, main/execute.C, main/pa_string.C,
20726: types/pa_value.h: first get_element, next get operator
20727:
20728: * src/main/compile.y: removed @end handling
20729:
20730: * src/main/: compile.C, compile.y: @end handling method2
20731:
20732: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20733: file:move
20734:
20735: * src/main/pa_common.C: file_read close @ eof when imgsize bug
20736: fixed
20737:
20738: 2001-07-23 parser
20739:
20740: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
20741: driver
20742:
20743: * src/classes/hash.C: changed sql driver query interface
20744:
20745: * src/: classes/hash.C, classes/string.C, classes/table.C,
20746: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
20747: changed sql driver query interface
20748:
20749: 2001-07-20 parser
20750:
20751: * src/types/pa_vrequest.C: X!$browser:type
20752:
20753: * src/: classes/file.C, classes/string.C, include/pa_string.h,
20754: main/execute.C, main/pa_string.C, types/pa_valiased.C,
20755: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
20756: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
20757: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
20758: types/pa_vobject.h, types/pa_vrequest.C,
20759: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
20760: ^class:method dynamic calls allowed. ^BASE.method call disabled.
20761: BASE element globally removed
20762:
20763: 2001-07-18 parser
20764:
20765: * src/classes/file.C: file:exec/cgi msg
20766:
20767: * src/classes/file.C: $file:exit-code renamed to 'status'
20768:
20769: * src/: classes/file.C, main/pa_exec.C: file:exec
20770:
1.116 moko 20771: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20772: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
20773: removed $id from *.in *.am
1.95 moko 20774:
20775: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
20776: abbrevations
20777:
20778: * src/: classes/date.C, classes/mail.C, classes/math.C,
20779: classes/string.C, classes/table.C, include/pa_globals.h,
20780: include/pa_string.h, main/execute.C, main/pa_globals.C,
20781: main/pa_request.C, main/pa_string.C, main/untaint.C,
20782: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
20783: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
20784: $ORIGINS(1) output tracing mode
20785:
20786: 2001-07-13 parser
20787:
20788: * src/: classes/double.C, classes/int.C, classes/string.C,
20789: include/pa_request.h, main/execute.C, main/pa_request.C:
20790: auto.p[@auto], /news/auto.p[no @auto], so that initializing
20791: second would not call first @auto
20792:
20793: * src/main/: execute.C, pa_request.C: order of MAIN parents was
20794: wrong, fixed
20795:
20796: 2001-07-12 parser
20797:
20798: * src/types/pa_value.h: pa_value.putelement modification of system
20799: classes prevented
20800:
20801: 2001-07-11 parser
20802:
20803: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
20804: table $piece
20805:
20806: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20807: types/pa_vstateless_class.h: $file created by file:state +=
20808: .atime .mtime .ctime +found&fixed bug with exceptions on
20809: get_junction-created objects [they were on wrong pool]
20810:
20811: 2001-07-09 parser
20812:
20813: * src/main/untaint.C: qp wrong name
20814:
20815: * src/: classes/date.C, classes/string.C, classes/table.C,
20816: main/compile.y: date format 0
20817:
20818: 2001-07-07 parser
20819:
20820: * src/: classes/date.C, classes/table.C, include/pa_common.h,
20821: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
20822: roll table calendar
20823:
20824: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
20825: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
20826: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
20827: include/pa_request.h, main/main.dsp, types/pa_value.h,
20828: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
20829: string. todo: sql, calendar
20830:
20831: 2001-07-06 parser
20832:
20833: * src/: classes/math.C, include/pa_request.h, main/execute.C,
20834: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
20835:
20836: 2001-07-03 parser
20837:
20838: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
20839: classes/random.C, main/main.dsp: class random renamed to math,
20840: operators became methods
20841:
20842: * src/classes/op.C: pow sqrt
20843:
20844: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
20845:
20846: 2001-07-02 parser
20847:
20848: * src/classes/table.C: ^table.columns column renamed from 'name' to
20849: 'column'
20850:
20851: * src/classes/hash.C: ^hash.keys[]
20852:
20853: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
20854:
20855: * src/main/: compile.y, compile_tools.h: in expressions now allowed
20856: 'strings'
20857:
20858: 2001-06-29 parser
20859:
20860: * src/main/: execute.C: /0 %0 checkes ver 2
20861:
20862: * src/main/execute.C: /0 %0 checke
20863:
20864: * src/classes/Makefile.am: nothing - void
20865:
20866: * src/classes/table.C: empty strings @ sql
20867:
20868: 2001-06-28 parser
20869:
20870: * src/: classes/double.C, classes/file.C, classes/form.C,
20871: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20872: classes/op.C, classes/random.C, classes/response.C,
20873: classes/string.C, classes/table.C, classes/void.C,
20874: main/compile.C, main/compile_tools.C, main/execute.C,
20875: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20876: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20877: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20878: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20879: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
20880: targets/isapi/parser3isapi.C, main/compile.y: */ static const
20881: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
20882: $";
20883:
20884: * src/: classes/double.C, classes/file.C, classes/form.C,
20885: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20886: classes/op.C, classes/random.C, classes/response.C,
20887: classes/string.C, classes/table.C, classes/void.C,
20888: main/compile.C, main/compile.y, main/compile_tools.C,
20889: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20890: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20891: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20892: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20893: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 20894: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 20895:
20896: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
20897: $class:name: == ${class:name}:
20898:
20899: * src/classes/string.C: exactly one
20900:
20901: 2001-06-27 parser
20902:
20903: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
20904: types/pa_vvoid.h: nothing renamed to void
20905:
20906: * src/classes/op.C: ^switch ^case
20907:
20908: * src/main/compile.y: nothing renamed to void
20909:
20910: * src/: classes/hash.C, classes/table.C, main/compile.y,
20911: main/execute.C, main/main.dsp, main/pa_request.C,
20912: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
20913: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
20914: void
20915:
20916: * src/main/compile.y: lexer: $zzzz^zzzz were name part
20917:
20918: 2001-05-28 parser
20919:
20920: * src/doc/html2chm.cmd: removed >a
20921:
20922: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
20923: project options [some bugs]
20924:
20925: * src/doc/sources2html.cmd: z
20926:
20927: * src/: classes/classes.C, main/compile.C, main/compile.y,
20928: main/execute.C: operators are not in root class again
20929:
20930: 2001-05-24 parser
20931:
20932: * src/targets/cgi/parser3.dsp: project file
20933:
20934: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
20935: ^log ^exp
20936:
20937: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
20938: conversions in @exception[params]
20939:
20940: * src/main/pa_request.C: // no _ conversions in @exception[params]
20941:
20942: 2001-05-23 parser
20943:
20944: * src/main/pa_string.C: string cmp bug
20945:
20946: * src/classes/: mail.C, op.C: rem max 1000
20947:
20948: * src/: classes/op.C, main/compile.y: allow one empty line before
20949: LS_DEF_NAME
20950:
20951: 2001-05-22 parser
20952:
20953: * src/classes/op.C: if params code-required
20954:
20955: 2001-05-21 parser
20956:
20957: * src/types/pa_vstring.C: eoleof
20958:
20959: * src/classes/Makefile.am: .AM
20960:
20961: * src/classes/nothing.C: resultless ^sql moved to nothing:
20962:
20963: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
20964:
20965: * src/: classes/double.C, classes/nothing.C, classes/string.C,
20966: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
20967: types/pa_vunknown.h, classes/hash.C, main/compile.y,
20968: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
20969: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
20970: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
20971: 'nothing'
20972:
20973: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
20974: vstring::set_string
20975:
20976: * src/classes/: double.C, int.C, string.C: int,double;sql
20977:
20978: * src/: classes/hash.C, classes/int.C, classes/string.C,
20979: classes/table.C, include/pa_string.h, main/pa_string.C,
20980: types/pa_vstring.C, types/pa_vstring.h: started int:sql
20981:
20982: * src/: classes/classes.C, classes/hash.C, classes/op.C,
20983: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
20984: hash:sql moved to main trunc. operators.txt updated
20985:
20986: * src/classes/: hash.C, op.C, table.C: hash:sql
20987:
20988: * src/classes/op.C: z
20989:
20990: * src/: main/compile.C, classes/classes.C: 1
20991:
20992: * src/: classes/classes.C, main/compile.C, main/compile.y,
20993: main/execute.C: 0
20994:
20995: * src/main/execute.C: z
20996:
20997: * src/targets/cgi/parser3.C: z
20998:
20999: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21000: site_auto_path "." in that case
21001:
21002: * src/targets/cgi/: parser3.C: z
21003:
21004: * src/main/pa_request.C: .am
21005:
21006: * src/: main/pa_request.C, targets/cgi/parser3.C:
21007: pcre_tables=pcre_default_tables;
21008:
21009: 2001-05-19 parser
21010:
21011: * src/main/pa_string.C: z
21012:
21013: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21014: introducing String::cstr_bufsize, returns just size+1 for as_is
21015: target.
21016:
21017: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21018: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21019: used, 4* mem wasted
21020:
21021: * src/classes/string.C: root context in match replace body now
21022: unchanged
21023:
21024: * src/types/pa_value.h: parameter # 1 based
21025:
21026: * src/main/pa_common.C: common: actual filename '%s'
21027:
21028: * src/classes/string.C: z
21029:
21030: * src/classes/Makefile.am: classes/.am
21031:
21032: * src/classes/: Makefile.am: classes/.am
21033:
21034: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21035: targets/cgi/pa_pool.C: classes/.am
21036:
21037: 2001-05-18 parser
21038:
1.116 moko 21039: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21040: pa_threads.C ins
1.95 moko 21041:
21042: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21043:
21044: 2001-05-17 parser
21045:
21046: * src/: classes/string.C, include/pa_config_fixed.h,
21047: include/pa_config_includes.h, main/compile.y,
21048: main/compile_tools.h, main/execute.C, main/pa_array.C,
21049: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21050: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21051: types/pa_vform.C: #include "pa_config_includes.h" removed from
21052: most .C
21053:
21054: * src/doc/html2chm.cmd: z
21055:
21056: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21057: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21058:
21059: * src/main/pa_sql_driver_manager.C: moved expiration to
21060: get_connection_from_cache
21061:
21062: * src/main/pa_sql_driver_manager.C: cache expiration bf
21063:
21064: * src/: classes/classes.h, include/pa_sql_connection.h,
21065: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21066: cache expiration[use SQL_Driver::disconnect]
21067:
21068: * src/main/pa_table.C: table.locate current restored on "not found"
21069:
21070: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21071: line no
21072:
21073: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21074: ANTI_ENDLESS_EXECUTE_RECOURSION
21075:
21076: * src/: classes/op.C, include/pa_sql_connection.h,
21077: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21078: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21079: 1driver and set_services fight for driver::fservices. before fix
21080:
21081: * src/: classes/op.C, include/pa_config_fixed.h,
21082: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21083: main/pa_sql_driver_manager.C: found problem at last: 2connections
21084: own 1driver and set_services fight for driver::fservices. before
21085: fix
21086:
21087: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21088: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21089: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21090: pa_threads.C
21091:
21092: * src/include/pa_threads.h: removed targets/parser
21093:
21094: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21095: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21096: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
21097: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
21098: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
21099: headers
21100:
21101: * src/: classes/image.C, include/pa_sql_driver_manager.h,
21102: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
21103: order prevented sqlmanager to see MULTYTHREAD define
21104:
21105: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21106: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
21107: put/gets
21108:
21109: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
21110: from hash.h
21111:
21112: * src/: classes/op.C, include/pa_sql_connection.h,
21113: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
21114: from cache ->set_services(&services);
21115:
21116: 2001-05-16 parser
21117:
21118: * src/targets/cgi/parser3.C: z
21119:
21120: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
21121: debug, #ifdefed some. would debug later, on more precise sample
21122: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
21123: $name.$tail[$tail!] $name.$tail } ok3
21124:
21125: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
21126: removed array debug. before vstring rebasing
21127:
21128: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
21129: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
21130: array debugged; adjusted
21131:
21132: * src/main/: pa_sql_driver_manager.C, pa_string.C:
21133: SQL_Driver_manager line no for connect/charset errors
21134:
21135: 2001-05-15 parser
21136:
21137: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
21138: main/pa_string.C: string+array made linear grows
21139:
21140: * src/: include/pa_string.h, main/pa_string.C,
21141: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
21142: grow lineary, not exponentialy
21143:
21144: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
21145: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
21146: with fullchunk cmps
21147:
21148: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
21149: 70041= 81
21150:
21151: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
21152: targets/cgi/parser3.C: detected huge mem allocation: size/times
21153: malloc 27809390/368771, calloc 3232/83. would test now
21154:
21155: * src/: classes/random.C, main/compile.y, main/execute.C,
21156: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
21157: numbered params had wrong name - for instance: bad error message
21158: in ^for[] bad body type. fixed
21159:
21160: 2001-05-14 parser
21161:
21162: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
21163: main/untaint.C: ^string.upper|lower[]
21164:
21165: 2001-05-11 parser
21166:
21167: * src/: classes/double.C, classes/image.C, classes/op.C,
21168: classes/string.C, classes/table.C, classes/unknown.C,
21169: main/execute.C, types/pa_value.h, types/pa_vbool.h,
21170: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
21171: types/pa_vunknown.h: op: MAX_LOOPS as_int
21172:
21173: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
21174: .dsp for win32tools
21175:
21176: 2001-05-11 paf
21177:
21178: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
21179: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
21180: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
21181: targets/isapi/kill.pl: moved win32 helpers to /win32tools
21182:
21183: 2001-05-10 paf
21184:
21185: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
21186: for C++, that's all
21187:
1.116 moko 21188: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
21189: pa_config_includes.h: inline wonders
1.95 moko 21190:
21191: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
21192: doc/doxygen.cmd: hash.C added
21193:
21194: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
21195:
21196: * src/main/compile.y: @end grammar: allowed zero strings in control
21197: menthod
21198:
21199: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
21200: pa_vstateless_object.h: changed priority: field before method
21201: lookup in vclass & vobject
21202:
21203: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
21204: grammar: priorities changes [lowerd && prior] vobject: now first
21205: fields, next methods
21206:
21207: 2001-05-08 paf
21208:
21209: * src/main/pa_table.C: table columnname2item on nameless ignored
21210: bark=false. fixed
21211:
21212: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
21213: types/pa_vmethod_frame.h: hash:default works at last!
21214:
21215: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
21216: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
21217: hash:default
21218:
21219: * src/classes/table.C: z
21220:
21221: * src/classes/table.C: table:hash always hash of hash now
21222:
21223: * src/classes/table.C: table:empty return bool now
21224:
21225: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
21226: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21227: types/pa_vtable.h: table:hash
21228:
21229: * src/classes/table.C: table:record have name
21230:
21231: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
21232: returns vunknown
21233:
21234: * src/classes/: double.C, int.C, op.C, string.C:
21235: int,double,string:int[] double[] string:length[] results now have
21236: hames
21237:
21238: * src/: classes/op.C, classes/table.C, main/main.dsp,
21239: types/pa_vtable.h: removed table:find. table:locate and op:eval
21240: now return bool
21241:
21242: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
21243: in method checkparams again. fixed
21244:
21245: 2001-05-07 paf
21246:
21247: * src/doc/chm.cmd: cmd
21248:
21249: * src/: classes/image.C, classes/mail.C, classes/string.C,
21250: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
21251: types/pa_value.h: method reported errors on wrong pool
21252:
21253: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
21254: now
21255:
21256: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
21257: include/code.h, include/pa_opcode.h, main/compile.C,
21258: main/compile_tools.h, main/execute.C, types/pa_value.h,
21259: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21260: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21261: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
21262: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21263: types/pa_vmethod_frame.h, types/pa_vobject.h,
21264: types/pa_vrequest.h, types/pa_vresponse.h,
21265: types/pa_vstateless_class.h, types/pa_vstring.h,
21266: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21267: types/pa_wwrapper.h: pa_code.h
21268:
21269: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
21270:
21271: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
21272: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
21273: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21274: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
21275: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21276: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
21277: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
21278: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
21279: types/pa_vtable.h: dox, split by not clean parts also
21280:
21281: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21282: types/pa_vtable.h: table: fields, then methods. so to enable
21283: 'dir' fields & co. more
21284:
21285: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
21286: so to enable 'dir' fields & co.
21287:
21288: * src/main/compile.y: grammar: @end
21289:
21290: 2001-05-04 paf
21291:
21292: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
21293: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
21294:
21295: * src/: classes/classes.h, classes/double.C, classes/file.C,
21296: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21297: classes/op.C, classes/random.C, classes/response.C,
21298: classes/string.C, classes/table.C, classes/unknown.C,
21299: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
21300: method dox
21301:
21302: 2001-05-03 paf
21303:
21304: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
21305: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21306: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
21307: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21308: doc/string.dox, doc/targets.dox, doc/value.dox,
21309: main/pa_request.C: dox splitted .dox files and added some
21310:
21311: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
21312:
21313: 2001-05-02 paf
21314:
21315: * src/classes/: image.C, table.C: table:dir result are not tainted
21316: by file_name language now
21317:
21318: 2001-04-28 paf
21319:
21320: * src/classes/classes.inc: removed classes.inc
21321:
21322: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
21323: from .am
21324:
21325: * src/classes/classes.awk: skipped classes in .awk
21326:
21327: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
21328: classes/classes.inc, classes/double.C, classes/file.C,
21329: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
21330: classes/string.C, classes/table.C, classes/unknown.C,
21331: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
21332: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
21333: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
21334: pa_methoded back to classes/classes.h
21335:
21336: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
21337:
21338: * src/: classes/Makefile.am, classes/classes.awk,
21339: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
21340: classes/ls.exe, main/bison.exe: classes.inc autogenerator
21341:
21342: * src/: classes/classes.C, classes/classes.h, classes/double.C,
21343: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
21344: classes/response.C, classes/string.C, classes/table.C,
21345: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
21346: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
21347: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
21348: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
21349: include|main/pa_methoded
21350:
21351: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
21352: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
21353:
21354: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
21355: moved some configured data to request::classes_conf moved some
21356: string crations from globals to M... [works]
21357:
21358: * src/: classes/form.C, classes/mail.C, classes/op.C,
21359: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
21360: main/pa_request.C: moved some configured data to
21361: request::classes_conf moved some string crations from globals to
21362: M...
21363:
21364: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
21365: about to move configured data to special request hash
21366:
21367: * src/: classes/classes.C, classes/classes.h, classes/file.C,
21368: classes/form.C, classes/mail.C, include/pa_request.h,
21369: main/pa_request.C: configure started
21370:
21371: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
21372: 2. todo: methoded-configure
21373:
21374: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21375: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21376: classes/_random.h, classes/_response.h, classes/_string.h,
21377: classes/_table.h, classes/_unknown.h, classes/classes.inc,
21378: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21379: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21380: classes/random.C, classes/response.C, classes/string.C,
21381: classes/table.C, classes/unknown.C, include/pa_globals.h,
21382: include/pa_request.h, main/compile.y, main/execute.C,
21383: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21384: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21385: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
21386: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
21387: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21388: types/pa_vrequest.h, types/pa_vresponse.h,
21389: types/pa_vstateless_class.h, types/pa_vstring.h,
21390: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21391: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
21392: methoded-configure
21393:
21394: * src/: classes/file.C, classes/table.C, main/compile.y,
21395: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
21396: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
21397: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
21398:
21399: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
21400: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21401: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21402: classes/random.C, classes/response.C, classes/string.C,
21403: classes/table.C, classes/unknown.C, include/pa_request.h,
21404: main/compile.y, main/execute.C, main/pa_globals.C,
21405: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
21406: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
21407: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
21408: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
21409: beautifying just compiled. todo: debug, configure
21410:
21411: 2001-04-27 paf
21412:
21413: * src/: classes/file.C, classes/image.C, classes/table.C,
21414: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
21415: beautifying -99
21416:
21417: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
21418: classes/_response.h, classes/_unknown.h, classes/classes.C,
21419: classes/classes.h, classes/double.C, classes/file.C,
21420: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21421: classes/op.C, classes/random.C, classes/response.C,
21422: classes/string.C, include/pa_globals.h, main/main.dsp,
21423: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
21424: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21425: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
21426: types/pa_vunknown.h: beautifying -100
21427:
21428: * src/main/compile.y: serge@ found @CLASS bug. fixed
21429:
21430: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
21431: classes/_op.h, classes/_random.h, classes/_table.h,
21432: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
21433: classes/op.C, classes/random.C, classes/response.C,
21434: classes/string.C, classes/table.C, classes/unknown.C,
21435: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21436: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21437: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
21438: beautifying
21439:
21440: 2001-04-26 paf
21441:
21442: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
21443:
21444: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
21445: documentation ++
21446:
21447: * src/: classes/_exec.h, doc/doxygen.cfg,
21448: include/pa_config_fixed.h, include/pa_config_includes.h,
21449: targets/cgi/pa_pool.C: code documentation ++
21450:
21451: * src/: classes/_image.h, classes/op.C, classes/random.C,
21452: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21453: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21454: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
21455: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21456: types/pa_vmethod_frame.h, types/pa_vobject.h,
21457: types/pa_vrequest.C, types/pa_vrequest.h,
21458: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
21459: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
21460: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
21461: code documentation ++
21462:
21463: * src/: classes/image.C, classes/mail.C, classes/string.C,
21464: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
21465: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
21466: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
21467: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21468: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21469: types/pa_vobject.h, types/pa_vstateless_class.h,
21470: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
21471:
21472: * src/main/: pa_request.C, pa_string.C: z
21473:
21474: * src/: include/pa_common.h, include/pa_types.h,
21475: main/pa_sql_driver_manager.C: module [and, guess, isapi]
21476: connection caching fixed. request-pooled-url were stored into
21477: global connectioncache
21478:
21479: 2001-04-25 paf
21480:
21481: * src/: doc/doxygen.cfg, doc/doxygen.txt,
21482: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
21483:
21484: * src/: include/code.h, include/pa_common.h, main/compile.y,
21485: main/execute.C, main/pa_common.C: -d
21486:
21487: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
21488: illegal call check a bit improved, but still under iis no mapping
21489: of dir with parser allowed!
21490:
21491: 2001-04-24 paf
21492:
21493: * src/targets/Makefile.am: apache module lib .am
21494:
21495: * src/main/pa_exec.C: windows32 buildCommand
21496:
21497: 2001-04-23 paf
21498:
21499: * src/targets/cgi/Makefile.am: win32 conditional
21500:
21501: * src/targets/cgi/Makefile.am: win32 conditional
21502:
21503: * src/targets/cgi/Makefile.am: liblink
21504:
21505: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
21506: vfile fields return type
21507:
21508: * src/types/pa_vfile.h: vfile fields return type
21509:
21510: * src/include/pa_config_auto.h.in: .h.in
21511:
21512: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
21513: types/Makefile: makefiles removed
21514:
21515: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
21516: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
21517:
21518: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
21519: [tested: i & g ]
21520:
21521: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
21522: @test noticed series in isapi, check how initialize_random_class
21523: is called! [must be called only once]
21524:
21525: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
21526: would not be 'unknown column'
21527:
21528: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
21529: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
21530:
21531: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
21532: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
21533: [now doesnt]
21534:
21535: * src/targets/cgi/parser3.C: cgi cmdline ver
21536:
21537: * src/targets/cgi/parser3.C: cgi /// @test disable
21538: /cgi-bin/parser3/auto.p
21539:
21540: * src/main/untaint.C: untaint without charset
21541:
21542: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21543: main/pa_common.C: common: file_write /// @test mkdirs
21544: file_delete rmdirs
21545:
21546: * src/main/untaint.C: mail header only once to =?
21547:
21548: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
21549: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
21550: main/untaint.C: untaint - @test optimize whitespaces for
21551: all but 'html'
21552:
21553: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
21554: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21555: main/untaint.C: untaint - @test mail-header
21556:
21557: 2001-04-20 paf
21558:
21559: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21560: include/pa_request.h, include/pa_string.h, main/compile.y,
21561: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21562: targets/cgi/parser3.C: $MAIN:LOCALE
21563:
21564: * src/main/untaint.C: z
21565:
21566: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
21567:
21568: 2001-04-19 paf
21569:
21570: * src/main/compile_tools.h: $a$b bugfix
21571:
21572: * src/targets/cgi/parser3.C: z
21573:
21574: * src/classes/file.C: z
21575:
21576: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
21577: done: header to $fields. waits for header '\' tricks
21578:
21579: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21580: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
21581: changed urlencode here and in untaint.C to HTTP standard's " and
21582: \" mech
21583:
21584: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
21585: http://alx/~paf/ doesnt load /auto.p
21586:
21587: 2001-04-18 paf
21588:
21589: * src/main/pa_request.C: 1
21590:
21591: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
21592: linux @alx
21593:
21594: 2001-04-17 paf
21595:
21596: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
21597: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
21598: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
21599: enabled
21600:
21601: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21602: classes/_exec.h, classes/_file.h, classes/_form.h,
21603: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21604: classes/_random.h, classes/_response.h, classes/_string.h,
21605: classes/_table.h, classes/_unknown.h, classes/file.C,
21606: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
21607: include/pa_config_fixed.h, include/pa_config_includes.h,
21608: include/pa_hash.h, include/pa_sql_driver_manager.h,
21609: include/pa_version.h, main/Makefile.am, main/compile.y,
21610: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
21611: main/pa_sql_driver_manager.C, sql/Makefile.am,
21612: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
21613: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
21614: types/pa_vform.C, types/pa_vimage.h: exec @jav
21615:
21616: * src/: include/pa_sql_driver_manager.h,
21617: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21618: types/pa_vimage.h: sql driver interface now has initialize(client
21619: .so)
21620:
21621: 2001-04-16 paf
21622:
21623: * src/Makefile.am: compile2 cygwin
21624:
21625: * src/: include/pa_config_includes.h, main/pa_exec.C,
21626: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
21627:
21628: * src/targets/cgi/Makefile.am: compile0 jav
21629:
21630: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21631: classes/_exec.h, classes/_file.h, classes/_form.h,
21632: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21633: classes/_random.h, classes/_response.h, classes/_string.h,
21634: classes/_table.h, classes/_unknown.h, classes/image.C,
21635: classes/mail.C, classes/op.C, classes/random.C,
21636: include/pa_config_fixed.h, include/pa_config_includes.h,
21637: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
21638: main/compile.y, main/pa_common.C, main/pa_exec.C,
21639: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
21640: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
21641: compile-1
21642:
21643: 2001-04-15 paf
21644:
21645: * src/classes/op.C: z
21646:
21647: * src/classes/table.C: table:empty +=process
21648:
21649: * src/types/pa_value.h: MethodParams !junction
21650:
21651: * src/: classes/_string.h, classes/double.C, classes/file.C,
21652: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21653: classes/random.C, classes/response.C, classes/string.C,
21654: classes/table.C, classes/unknown.C, main/pa_request.C:
21655: MethodParams everywhere
21656:
21657: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
21658: types/pa_vmethod_frame.h: MethodParams in op.C
21659:
21660: 2001-04-12 paf
21661:
21662: * src/: classes/image.C, types/pa_vimage.h: image:font :text
21663:
21664: * src/: classes/_unknown.h, classes/unknown.C,
21665: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21666: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
21667:
21668: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
21669:
21670: * src/classes/image.C: image:gif now does not have params
21671:
21672: * src/classes/image.C:
21673: image:line/fill/rectangle/bar/replace/polygon/polybar
21674:
21675: * src/: classes/image.C, classes/op.C, main/execute.C,
21676: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
21677: for var now written not to r.wcontext, but to r.root cleared
21678: "entered_object" state
21679:
21680: 2001-04-11 paf
21681:
21682: * src/classes/image.C: image:create image:load
21683:
21684: * src/: classes/image.C, main/main.dsp: gd with mem write + image
21685: just compiled
21686:
21687: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21688: todo: gif without file
21689:
21690: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21691: started porting to Pooled descendant
21692:
21693: * src/: classes/image.C, main/execute.C, main/main.dsp,
21694: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
21695: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
21696: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
21697:
21698: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
21699: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
21700: end. switching to python imaging lib
21701:
21702: * src/main/main.dsp: gd+smtp made separate libs
21703:
21704: * src/: include/pa_globals.h, include/pa_string.h,
21705: main/pa_common.C, main/pa_request.C, main/untaint.C,
21706: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
21707: length
21708:
21709: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
21710: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
21711: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
21712: UL_FILE_NAME of posted file name
21713:
21714: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
21715: post [broke when moved post read to core]
21716:
21717: 2001-04-10 paf
21718:
21719: * src/classes/image.C: image:html done
21720:
21721: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
21722:
21723: * src/classes/image.C: z
21724:
21725: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
21726: forgotten!
21727:
21728: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
21729: main/pa_request.C, main/pa_string.C, main/untaint.C,
21730: types/pa_vimage.h: image:measure -90
21731:
21732: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21733: classes/_int.h, classes/_mail.h, classes/_op.h,
21734: classes/_random.h, classes/_response.h, classes/_string.h,
21735: classes/_table.h, classes/file.C, classes/mail.C,
21736: include/pa_common.h, include/pa_globals.h, main/execute.C,
21737: main/main.dsp, main/pa_common.C, main/pa_globals.C,
21738: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
21739: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
21740: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
21741: compiled
21742:
21743: * src/classes/mail.C: minor bug with unclear from/to
21744:
21745: * src/classes/mail.C: sendmail unix skipping defaults
21746:
21747: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
21748: sendmail unix added defaults
21749:
21750: * src/classes/mail.C: unix sendmail compiled. todo:testing
21751:
21752: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
21753:
21754: 2001-04-09 paf
21755:
21756: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
21757: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
21758: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21759: targets/isapi/parser3isapi.dsp: all targets exec
21760:
21761: * src/: include/pa_sapi.h, include/pa_string.h,
21762: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21763: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
21764: args in apache:util.script
21765:
21766: * src/include/pa_string.h: written but not tested exec with env for
21767: unix
21768:
21769: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
21770: targets/cgi/parser3.C: exec win32 env
21771:
21772: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
21773: 0
21774:
21775: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
21776: main/execute.C, main/main.dsp, main/pa_globals.C,
21777: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
21778: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
21779:
21780: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
21781: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
21782:
21783: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
21784: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
21785:
21786: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
21787: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
21788: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21789: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21790: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
21791: exec class just compiled. moved post read to request core
21792:
21793: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
21794: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
21795: main/pa_globals.C, targets/cgi/parser3.C,
21796: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
21797: are already read by vform
21798:
21799: 2001-04-08 paf
21800:
21801: * src/: classes/file.C, classes/mail.C, classes/string.C,
21802: include/pa_request.h, include/pa_string.h, main/pa_request.C:
21803: uuencode. string<<
21804:
21805: 2001-04-07 paf
21806:
21807: * src/classes/mail.C: z
21808:
21809: * src/classes/mail.C: z
21810:
21811: * src/classes/mail.C: ^mail[$attach
21812:
21813: * src/classes/mail.C: ^attach dead end
21814:
21815: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
21816: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21817: targets/isapi/parser3isapi.C: mail:send 1
21818:
21819: * src/: classes/mail.C, main/pa_request.C: z
21820:
21821: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
21822: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
21823: compiled
21824:
21825: * src/classes/mail.C: +=
21826:
21827: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
21828: prepared
21829:
21830: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
21831: include/pa_globals.h, include/pa_string.h, main/main.dsp,
21832: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21833: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
21834:
21835: 2001-04-06 paf
21836:
21837: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
21838: main/pa_string.C: table:dir 1
21839:
21840: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
21841: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
21842:
21843: * src/: classes/_op.h, classes/_root.h, classes/op.C,
21844: classes/root.C, include/pa_globals.h, include/pa_request.h,
21845: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
21846: main/pa_request.C: renamed 'root' to 'op'
21847:
21848: * src/classes/: _op.h, op.C: renamed from 'root'
21849:
21850: * src/types/pa_valiased.C: another root inherititance skipped
21851:
21852: * src/main/: compile.C, compile.y, execute.C: operators are now not
21853: root methods of parent class. just 'ROOT' class
21854:
21855: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
21856: @office
21857:
21858: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
21859:
21860: 2001-04-05 paf
21861:
21862: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
21863: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
21864: constructor flag dropped at get_method_frame and remembered into
21865: method_frame
21866:
21867: * src/: classes/file.C, classes/root.C, classes/string.C,
21868: classes/table.C, main/pa_request.C: junction to code&expression
21869: in errors
21870:
21871: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21872: main/pa_string.C, targets/isapi/parser3isapi.dsp:
21873: $LOCALE:ctype[Russian_Russia.1251]
21874:
21875: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21876: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
21877: main/pa_table.C: hash now not thread-safe.
21878:
21879: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21880: main/untaint.C: z
21881:
21882: * src/: classes/random.C, classes/root.C, classes/table.C,
21883: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
21884: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
21885: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
21886: types/pa_wcontext.h: sql quote. string untaint UL_SQL
21887:
21888: * src/: classes/table.C, include/pa_sql_connection.h,
21889: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
21890:
21891: * src/classes/table.C: select * from hren error contains statement
21892:
21893: * src/: classes/table.C, include/pa_sql_connection.h,
21894: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
21895: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
21896:
21897: * src/: classes/root.C, include/pa_sql_connection.h,
21898: include/pa_sql_driver.h, main/main.dsp,
21899: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
21900: services for conv memory & error reporting
21901:
21902: 2001-04-04 paf
21903:
21904: * src/doc/doxygen.cfg: z
21905:
21906: * src/include/pa_sql_driver.h: mysql connect
21907:
21908: * src/include/pa_sql_driver.h: mysql info
21909:
21910: * src/: classes/root.C, include/pa_sql_driver.h,
21911: include/pa_sql_driver_manager.h, main/main.dsp,
21912: main/pa_sql_driver_manager.C: more manager&connection&driver
21913:
21914: * src/sql/Makefile.am: forgot to add mysql client
21915:
21916: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
21917: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
21918: [forgot to add libltdl, added]
21919:
21920: * src/: Makefile.am, classes/root.C, classes/string.C,
21921: classes/table.C, include/pa_globals.h, include/pa_hash.h,
21922: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
21923: include/pa_string.h, include/pa_table.h, main/main.dsp,
21924: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21925: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
21926: -1000 just compiled
21927:
21928: * src/: classes/random.C, classes/root.C, classes/table.C,
21929: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
21930: main/pa_request.C, types/pa_vclass.h: sql frame -10
21931:
21932: 2001-04-03 paf
21933:
21934: * src/types/pa_vform.C: z
21935:
21936: * src/: classes/string.C, types/pa_vform.C: string:match replace
21937: assigned lang
21938:
21939: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
21940: {}[]< empty []
21941:
21942: * src/: classes/file.C, classes/string.C, classes/table.C,
21943: include/pa_string.h, main/pa_common.C, main/pa_string.C,
21944: main/untaint.C: string:match replace 2. string.cstr(forced lang)
21945:
21946: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21947: string:match replace strange matches
21948:
21949: * src/classes/string.C: string:match replace 0
21950:
21951: * src/: classes/string.C, main/pa_string.C: string:match replace
21952: prepared 2
21953:
21954: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21955: string:match replace prepared
21956:
21957: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21958: string:match replace -11
21959:
21960: * src/: classes/string.C, include/pa_globals.h,
21961: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
21962: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
21963:
21964: * src/: classes/string.C, include/pa_globals.h,
21965: include/pa_string.h, main/main.dsp, main/pa_globals.C,
21966: main/pa_string.C: string:match [search] -1 just compiled
21967:
21968: * src/types/pa_vstring.C: z
21969:
21970: * src/: classes/double.C, classes/file.C, classes/form.C,
21971: classes/int.C, classes/response.C, classes/root.C,
21972: classes/string.C, classes/table.C, include/pa_string.h,
21973: main/pa_string.C: string:match -10 [frame]
21974:
21975: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
21976: main/pa_request.C: z
21977:
21978: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
21979: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
21980: todo/tests
21981:
21982: * src/include/pa_common.h: z
21983:
21984: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
21985: main/pa_request.C, targets/cgi/parser3.C,
21986: targets/isapi/parser3isapi.C, types/pa_vfile.C:
21987: content-disposition
21988:
21989: * src/: include/pa_common.h, include/pa_globals.h,
21990: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
21991: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
21992:
21993: * src/: include/pa_common.h, include/pa_request.h,
21994: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
21995: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21996: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
21997: response:body
21998:
21999: * src/classes/table.C: table:append now uses string::split
22000:
22001: * src/classes/table.C: z
22002:
22003: * src/: classes/file.C, classes/root.C, classes/string.C,
22004: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22005: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22006: include/pa_string.h, main/execute.C, main/pa_string.C,
22007: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22008: string::pos & cmp & piece bugs fixed. string::split new
22009: table:load separated from set table:set implemented with clean \n
22010: \t searches
22011:
22012: 2001-04-02 paf
22013:
22014: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22015: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22016: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22017: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22018: it in table:set/load
22019:
22020: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22021: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22022:
22023: * src/classes/random.C: random:generate 1
22024:
22025: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22026: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22027: types/pa_value.h: random:generate
22028:
22029: 2001-03-30 paf
22030:
22031: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22032: todo: table flip and append. string::pos
22033:
22034: * src/: classes/double.C, classes/file.C, classes/int.C,
22035: classes/response.C, classes/root.C, classes/string.C,
22036: classes/table.C, main/compile.y, main/execute.C,
22037: types/pa_value.h, types/pa_vstateless_class.C,
22038: types/pa_vstateless_class.h: static|dynamic|any method
22039: registration
22040:
22041: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22042: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22043: table:flip
22044:
22045: 2001-03-29 paf
22046:
22047: * src/classes/string.C: string:xsplit forgot that they must result
22048: in 1 row N column [not vice versa]
22049:
22050: * src/classes/string.C: z
22051:
22052: * src/classes/string.C: string: rsplit
22053:
22054: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22055: string: lsplit
22056:
22057: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22058: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22059: lsplit -1
22060:
22061: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22062: string: pos
22063:
22064: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22065: string: pos -1
22066:
22067: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22068: main/compile.y, main/pa_request.C, main/pa_string.C,
22069: main/untaint.C: string: left right mid
22070:
22071: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22072: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22073: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22074: and [;] are different now.
22075:
22076: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22077: main/untaint.C: pool.request undone
22078:
22079: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22080: main/untaint.C: pool.request
22081:
22082: 2001-03-28 paf
22083:
22084: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22085: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22086: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22087: $request:browser [.type .version]; unknown.get_double now = 0.
22088:
22089: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22090: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22091: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22092: types/pa_vform.C: file:load autodetection of mime-type by
22093: user-file-name
22094:
22095: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22096: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
22097: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
22098:
22099: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22100: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
22101: write. must be self.set
22102:
22103: * src/: classes/file.C, classes/root.C, classes/table.C,
22104: include/pa_table.h, main/pa_table.C: table:locate1, file:test
22105:
22106: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
22107: include/pa_table.h, main/pa_array.C, main/pa_table.C,
22108: types/pa_vtable.h: table:locate just compiled
22109:
22110: 2001-03-27 paf
22111:
22112: * src/main/: execute.C, pa_common.C: fixed r/w context of
22113: code-params2, fixed ntfs hardlink slow dir update
22114:
22115: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
22116: types/pa_wcontext.h: fixed r/w context of code-params
22117:
22118: * src/: classes/table.C, main/execute.C: about to change junction
22119: rcontext!!
22120:
22121: * src/: classes/double.C, classes/int.C, classes/root.C,
22122: classes/string.C, classes/table.C, main/compile_tools.C,
22123: main/execute.C, main/pa_request.C, main/untaint.C,
22124: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
22125: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22126: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
22127: types/pa_vunknown.h: sort 0
22128:
22129: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
22130: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
22131: renamed to are_static_calls_disabled
22132:
22133: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
22134: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
22135: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22136: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
22137:
22138: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
22139:
22140: * src/: classes/table.C, include/pa_common.h, main/compile.y:
22141: started table:sort fixed minor bug in #...^{
22142:
22143: * src/: classes/table.C, include/pa_common.h, main/compile.y,
22144: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
22145: decided to have as it were. stepped back. grammar: added 'in'
22146: 'is' 'lt'&co follow-space check
22147:
22148: 2001-03-26 paf
22149:
22150: * src/: classes/file.C, classes/root.C, classes/table.C,
22151: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
22152: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22153: main/pa_table.C: moved ::save to pa_table. disabled @auto
22154: invocation in ^process
22155:
22156: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
22157:
22158: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
22159: main/pa_array.C: table:record
22160:
22161: * src/: main/untaint.C, targets/cgi/parser3.C,
22162: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22163: targets/isapi/pool_storage.h, types/pa_valiased.h,
22164: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
22165: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
22166: types/pa_vtable.h: z
22167:
22168: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
22169: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
22170: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22171: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
22172: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
22173: method realisations on 'self' validity - they now can simply
22174: assume that 'self' is V{Proper} .
22175:
22176: 2001-03-25 paf
22177:
22178: * src/main/untaint.C: z
22179:
22180: * src/main/: pa_request.C, untaint.C: moved default typo-table to
22181: lowlevel - it initialization could be skipped if failed in @auto.
22182: so that exception report would use some table
22183:
22184: * src/main/pa_request.C: table empty lines ignored. system-default
22185: content type assigned in output:result [can fail in main:auto and
22186: skipped normal defaults extraction]
22187:
22188: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
22189: bug
22190:
22191: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
22192: processing to table [except preliminary \r\n \r \n replacements
22193: to "\n"]
22194:
22195: * src/: classes/table.C, main/untaint.C: html-typo - decided to
22196: move all the processing to table
22197:
22198: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
22199: main/pa_table.C, main/untaint.C: returned table originating.
22200: useful for reporting typo table problems origin. think would be
22201: useful somewhere else
22202:
22203: * src/main/untaint.C: typo \r \r\n \n properly handled
22204:
22205: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
22206: include/pa_table.h, main/compile.y, main/compile_tools.C,
22207: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
22208: main/pa_string.C, main/pa_table.C, main/untaint.C,
22209: types/pa_vcookie.h: typo & typo-default
22210:
22211: 2001-03-24 paf
22212:
22213: * src/main/pa_common.C: z
22214:
22215: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22216: targets/cgi/parser3.C: html-typo 2
22217:
22218: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
22219: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
22220: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
22221: main/execute.C, main/pa_array.C, main/pa_globals.C,
22222: main/pa_request.C, main/pa_string.C, main/untaint.C,
22223: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22224: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
22225: noticed double default content-type prob. run cgi.cmd tomorrow
22226: first html-typo sample. detected << problem: they become ltlt too
22227: fast
22228:
22229: * src/main/compile.y: z
22230:
22231: * src/main/: compile.y, compile_tools.h: #comment
22232:
22233: * src/: classes/file.C, classes/root.C, classes/table.C,
22234: include/pa_common.h, include/pa_request.h, main/compile.y,
22235: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22236: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
22237: stringified
22238:
22239: * src/types/pa_valiased.C: decided to String-ify file_read
22240:
22241: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
22242: isapi/parser3isapi.dsp: cgi: sapi::log
22243:
22244: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
22245: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
22246: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
22247: error log experiments failed - cgi under iis got no access to
22248: log. registereventsource simply failed with 5(illegal call) code,
22249: while worked OK as standalone executable. isapi: used
22250: HSE_APPEND_LOG_PARAMETER feature
22251:
22252: * src/: include/pa_common.h, include/pa_globals.h,
22253: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22254: targets/isapi/parser3isapi.C: fixed default content-type
22255: allocation storage
22256:
22257: * src/: include/pa_globals.h, include/pa_request.h,
22258: main/pa_globals.C, main/pa_request.C: z
22259:
22260: * src/: include/pa_array.h, include/pa_hash.h,
22261: include/pa_request.h, main/compile.y, main/pa_array.C,
22262: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22263: types/pa_vcookie.C: cyclic uses ignored. defaulted default
22264: content-type
22265:
22266: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
22267: sanity
22268:
22269: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
22270: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
22271: away freeze mech. no danger now for you can't do
22272: ^request:process[@new-method[] body] trick anymore. still
22273: remains $some_instance.process[@new-method[] possibility] but
22274: would leave it as a feature. see index for sample
22275:
22276: * src/: include/pa_common.h, main/pa_common.C,
22277: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
22278: monkey every target
22279:
22280: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22281: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
22282: types/pa_vform.C, types/pa_vform.h: auto.p monkey
22283:
22284: 2001-03-23 paf
22285:
22286: * src/: include/pa_pool.h, main/pa_request.C,
22287: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22288: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22289: targets/isapi/pool_storage.h: isapi: dumb pool storage
22290:
22291: * src/targets/isapi/pa_pool.C: decided to continue with extension
22292:
22293: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
22294: it would be better to rewrite as filter then to deal with pool
22295:
22296: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
22297: now like in cgi, not from APPL_PHYSICAL_PATH
22298:
22299: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22300: include/pa_config_fixed.h, include/pa_config_includes.h,
22301: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
22302: include/pa_version.h, main/compile.y, main/execute.C,
22303: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22304: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22305: main/untaint.C, targets/cgi/parser3.C,
22306: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
22307: cgi: reinvent document_root and request_uri under iis. autoconf
22308: updated. introducing ap_config_includes
22309:
22310: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
22311:
22312: * src/targets/cgi/parser3.C: cgi: only one pool now
22313:
22314: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
22315: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22316: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22317: types/pa_venv.h, types/pa_vform.C: sapi made object
22318:
22319: * src/: include/pa_globals.h, main/pa_request.C,
22320: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22321: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22322: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
22323:
22324: * src/: main/pa_request.C, targets/cgi/parser3.C,
22325: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22326: isapi minor env beauty
22327:
22328: * src/: main/pa_request.C, targets/cgi/parser3.C,
22329: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22330: isapi document_root 0
22331:
22332: 2001-03-22 paf
22333:
22334: * src/targets/isapi/parser3isapi.C: isapi keep-alive
22335:
22336: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
22337: isapi/parser3isapi.C: z
22338:
22339: * src/: include/pa_pool.h, main/pa_request.C,
22340: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
22341:
22342: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
22343: kill.pl: isapi added utils
22344:
22345: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
22346: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22347: types/pa_vform.C: isapi 0
22348:
22349: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
22350: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22351: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22352: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
22353: started isapi
22354:
22355: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
22356: some comments
22357:
22358: * src/: include/pa_globals.h, include/pa_request.h,
22359: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22360: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
22361: parser_root_auto_path parser_site_auto_path
22362:
22363: * src/types/pa_vcookie.C: cookie attr decoded
22364:
22365: 2001-03-21 paf
22366:
22367: * src/targets/cgi/parser3.C: z
22368:
22369: * src/include/pa_globals.h: post. todo: config of auto.p path
22370:
22371: * src/: include/pa_globals.h, targets/cgi/parser3.C,
22372: types/pa_venv.h: in cookie & env. todo:post
22373:
22374: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
22375: classes/root.C, classes/table.C, include/pa_array.h,
22376: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
22377: include/pa_request.h, include/pa_string.h, main/Makefile.am,
22378: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
22379: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22380: main/pa_table.C, main/untaint.C, targets/Makefile.am,
22381: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22382: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
22383: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
22384: shifted apache branch on main trunc
22385:
22386: * src/: include/pa_common.h, include/pa_globals.h,
22387: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22388: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
22389: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
22390: starting mod_parser3
22391:
22392: * src/targets/cgi/parser3.C: starting mod_parser3
22393:
22394: 2001-03-20 paf
22395:
22396: * src/: main/pa_common.C, targets/cgi/Makefile.am,
22397: targets/cgi/parser3.C: automake compiled and works. todo:make
22398: win32 ifdefs work and add ifdef unistd
22399:
22400: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
22401: main/Makefile.am, main/pa_common.C, main/pa_request.C,
22402: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
22403: z
22404:
22405: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
22406: main/execute.C, main/pa_common.C, types/Makefile.am: removing
22407: locking
22408:
22409: * src/: classes/Makefile.am, types/Makefile.am: z
22410:
22411: * src/: Makefile.am, classes/file.C, classes/root.C,
22412: classes/table.C, include/pa_array.h, include/pa_request.h,
22413: include/pa_string.h, main/Makefile.am, main/execute.C,
22414: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22415: main/pa_string.C, main/untaint.C, targets/Makefile.am,
22416: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22417: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
22418:
22419: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22420: main/pa_request.C, types/pa_vfile.h: ^table:save
22421:
22422: * src/: classes/file.C, classes/table.C, include/pa_array.h,
22423: include/pa_common.h, include/pa_request.h, include/pa_string.h,
22424: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
22425: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
22426: types/pa_vform.h: z
22427:
22428: * src/include/pa_string.h: z
22429:
22430: * src/: classes/_request.h, classes/request.C, main/main.dsp,
22431: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
22432: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22433: :Value
22434:
22435: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
22436: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22437: :VStateless_object
22438:
22439: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
22440: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
22441: :VStateless_object
22442:
22443: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22444: types/pa_valiased.C, types/pa_vform.h: commented VForm
22445:
22446: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
22447: types/pa_valiased.h, types/pa_value.h,
22448: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22449: types/pa_vstateless_object.h: moved common get_element part from
22450: stateless object&class into VAliased
22451:
22452: * src/: classes/_env.h, classes/_table.h, classes/env.C,
22453: classes/table.C, main/execute.C, main/main.dsp,
22454: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
22455: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
22456: now :Value
22457:
22458: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
22459: main/execute.C, main/main.dsp, main/pa_globals.C,
22460: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
22461:
22462: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
22463: doxx
22464:
22465: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
22466: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22467: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
22468: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
22469: and ^file:save
22470:
22471: 2001-03-19 paf
22472:
22473: * src/types/pa_vfile.C: z
22474:
22475: * src/: classes/file.C, classes/request.C, classes/table.C,
22476: include/pa_string.h, main/main.dsp, main/pa_pool.C,
22477: main/pa_request.C, main/untaint.C, types/pa_value.h,
22478: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
22479:
22480: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
22481: include/pa_string.h, include/pa_table.h, main/main.dsp,
22482: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
22483: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
22484: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
22485: classes/_file.h, classes/file.C, types/pa_vfile.C,
22486: types/pa_vfile.h: file class just compiled
22487:
22488: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
22489: include/pa_table.h, include/pa_types.h, main/execute.C,
22490: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22491: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
22492: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
22493:
22494: * src/include/pa_pool.h: z
22495:
22496: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
22497: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
22498: Hash::Value to Val so to doxygen would finlly stop confusing
22499: those Value-s
22500:
22501: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
22502: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
22503: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22504: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22505: include/pa_types.h, main/compile.C, main/compile.y,
22506: main/compile_tools.C, main/compile_tools.h, main/execute.C,
22507: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
22508: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
22509: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22510: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
22511:
22512: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
22513: derivates somehow unlinked. don't know why yet
22514:
22515: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
22516: include/pa_string.h, include/pa_threads.h, main/compile.C,
22517: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22518: main/execute.C, main/pa_array.C, main/pa_common.C,
22519: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
22520: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22521: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
22522:
22523: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
22524: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
22525: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
22526: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
22527: types/pa_vrequest.h: doc: detected Value derivates prob
22528:
22529: * src/include/pa_globals.h: z
22530:
22531: * src/: classes/_request.h, classes/request.C, include/code.h,
22532: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
22533: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
22534: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
22535: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22536: main/execute.C, main/pa_pool.C, main/pa_request.C,
22537: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22538: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
22539:
22540: 2001-03-18 paf
22541:
22542: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
22543: cookie: allowed access to hash-assigned
22544:
22545: * src/targets/cgi/parser3.C: z
22546:
22547: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
22548: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
22549: include/pa_types.h, main/main.dsp, main/pa_common.C,
22550: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22551: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22552: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
22553: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22554: types/pa_vunknown.h: cookie class
22555:
22556: * src/main/pa_request.C: zero length output allowed
22557:
22558: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
22559: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
22560:
22561: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
22562: lang switch
22563:
22564: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
22565: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22566: types/pa_value.h, types/pa_vhash.h:
22567: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22568:
22569: * src/main/execute.C: z
22570:
22571: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
22572: targets/cgi/parser3.C: taint[uri
22573:
22574: * src/: classes/request.C, classes/response.C, classes/root.C,
22575: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22576: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
22577: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
22578:
22579: * src/: classes/root.C, classes/string.C, include/pa_string.h,
22580: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22581: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
22582: types/pa_vstateless_class.C: convinient string(pool, char *src,
22583: bool tainted) ctor
22584:
22585: * src/: include/pa_hash.h, include/pa_request.h,
22586: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
22587: main/pa_request.C, main/pa_string.C, main/untaint.C,
22588: targets/cgi/parser3.C: proper @exceptions params tainting
22589:
22590: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
22591: response fields to header
22592:
22593: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22594: z
22595:
22596: * src/: classes/_response.h, classes/response.C,
22597: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22598: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
22599: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22600: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
22601: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
22602: $response: 0 request::core exception rethrow
22603:
22604: 2001-03-16 paf
22605:
22606: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
22607: types/pa_vrequest.h: native method' class call with less params
22608: then needed error reporting
22609:
22610: * src/: classes/_request.h, classes/request.C,
22611: include/pa_globals.h, include/pa_request.h, main/execute.C,
22612: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22613: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
22614: types/pa_vrequest.h: $request : query :uri
22615:
22616: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
22617: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
22618: types/pa_wcontext.h: $result
22619:
22620: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
22621:
22622: * src/: classes/double.C, include/code.h, main/compile.y,
22623: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
22624: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22625:
22626: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
22627: main/compile.y, main/execute.C, types/pa_value.h,
22628: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
22629: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
22630: wcontext conflict
22631:
22632: * src/: main/execute.C, types/pa_value.h,
22633: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
22634: $string.field
22635:
22636: 2001-03-15 paf
22637:
22638: * src/main/pa_request.C: news sample
22639:
22640: * src/: main/compile.y, main/execute.C, main/pa_request.C,
22641: targets/cgi/parser3.C, types/pa_vstring.h: @exception
22642:
22643: * src/main/: compile.y, execute.C: z
22644:
22645: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
22646: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
22647: pre pre works
22648:
22649: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22650: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
22651: fillfields just compiled
22652:
22653: 2001-03-14 paf
22654:
22655: * src/: include/pa_request.h, main/pa_request.C,
22656: targets/cgi/parser3.C: z
22657:
22658: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22659: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
22660: types/pa_vstring.h: limits -1
22661:
22662: * src/: include/pa_globals.h, include/pa_request.h,
22663: include/pa_types.h, main/main.dsp, main/pa_globals.C,
22664: main/pa_request.C, targets/cgi/parser3.C,
22665: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
22666: request_info -1
22667:
22668: * src/: include/pa_globals.h, main/pa_globals.C,
22669: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22670: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
22671: vform_fields_fill
22672:
22673: * src/targets/cgi/parser3.C: # if MSVC
22674:
22675: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
22676: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
22677:
22678: * src/targets/cgi/parser3.C: z
22679:
22680: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
22681: include/pa_string.h, include/pa_types.h, main/compile.y,
22682: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
22683: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
22684: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
22685: types/pa_vunknown.h: global handler, exceptions in parser3
22686:
22687: 2001-03-13 paf
22688:
22689: * src/: classes/form.C, main/compile.y, main/core.C,
22690: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
22691: types/pa_vform.h, types/pa_vstateless_class.C,
22692: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
22693: instead
22694:
22695: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22696: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
22697: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
22698: started cgi target
22699:
22700: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22701: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
22702: before error show with parser
22703:
22704: * src/: classes/_form.h, classes/form.C, include/core.h,
22705: include/pa_request.h, main/core.C, main/pa_request.C,
22706: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
22707:
22708: * src/targets/cgi/: parser.dsp, parser3.dsp: z
22709:
22710: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
22711: parser3.C: renamed targets/ parser to cgi
22712:
22713: * src/: classes/double.C, classes/env.C, classes/int.C,
22714: classes/root.C, classes/string.C, classes/table.C,
22715: include/pa_request.h, types/pa_vhash.h: z
22716:
22717: * src/: classes/_env.h, classes/env.C, classes/root.C,
22718: include/core.h, include/pa_pool.h, include/pa_request.h,
22719: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
22720: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22721: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
22722: [historical moment :)]
22723:
22724: * src/: include/code.h, include/pa_string.h, main/compile.y,
22725: main/execute.C, main/pa_string.C: 'value is type' expr operator
22726:
22727: * src/types/pa_venv.h: $ENV 1
22728:
22729: * src/main/execute.C: z
22730:
22731: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
22732: future methods of ENV constructor if
22733:
22734: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
22735: class
22736:
22737: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22738: classes/_root.h, classes/_string.h, classes/_table.h,
22739: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22740: classes/string.C, classes/table.C, include/pa_request.h,
22741: main/compile.C, main/compile_tools.h, main/core.C,
22742: main/execute.C, main/main.dsp, main/pa_request.C,
22743: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22744: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22745: types/pa_vobject.h, types/pa_vstateless_class.C,
22746: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22747: types/pa_wcontext.h: $ENV: re 0, stateless classes
22748:
22749: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22750: classes/_root.h, classes/_string.h, classes/_table.h,
22751: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22752: classes/string.C, classes/table.C, include/pa_request.h,
22753: main/compile.C, main/compile_tools.h, main/core.C,
22754: main/execute.C, main/main.dsp, main/pa_request.C,
22755: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22756: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22757: types/pa_vobject.h, types/pa_vstateless_class.C,
22758: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22759: types/pa_wcontext.h: $ENV: re 0, stateless classes
22760:
22761: * src/: include/pa_request.h, main/compile.C, main/execute.C,
22762: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
22763: yesterdays bad decision on execute_static_method
22764:
22765: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
22766:
22767: * src/: classes/double.C, classes/int.C, classes/root.C,
22768: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
22769:
22770: * src/main/pa_request.C: z
22771:
22772: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22773: include/pa_pool.h: skipped_restructure_exceptions_dead_end
22774:
22775: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22776: include/pa_pool.h, main/pa_request.C:
22777: restructure_exceptions_dead_end
22778:
22779: * src/: classes/root.C, main/compile.y: ^if required junctions.
22780: allowed ; inside {} to break params
22781:
22782: * src/classes/root.C: ^eval
22783:
22784: * src/: classes/_string.h, classes/double.C, classes/int.C,
22785: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
22786: string ^format
22787:
22788: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
22789: 'bad' but not 'enough'
22790:
22791: * src/: classes/double.C, classes/root.C, classes/table.C,
22792: include/pa_common.h, include/pa_types.h, main/compile.y,
22793: main/pa_common.C, main/pa_request.C, main/untaint.C,
22794: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
22795: types/pa_wwrapper.h: think constructing flag as is is bad
22796:
22797: * src/: classes/double.C, classes/int.C, classes/root.C,
22798: classes/string.C, classes/table.C, main/core.C, main/execute.C,
22799: types/pa_vint.h: ^for
22800:
22801: 2001-03-12 paf
22802:
22803: * src/classes/table.C: table ^empty
22804:
22805: * src/: classes/table.C, include/pa_table.h: table ^menu
22806:
22807: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
22808: ^offset ^line ^count
22809:
22810: * src/classes/root.C: ^round() ^floor() ^ceiling()
22811: ^abs() ^sign()
22812:
22813: * src/classes/: root.C, table.C: ^use
22814:
22815: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22816: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
22817: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22818: ^while. switched off wcontext.constructing after write(value) or
22819: auto-vhash-constructing
22820:
22821: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22822: main/pa_request.C: fail_if_junction_ helper func
22823:
22824: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22825: include/pa_request.h, main/execute.C, main/main.dsp,
22826: main/pa_common.C, main/pa_request.C: ^process error point by
22827: actual method_name, not source. ^load
22828:
22829: * src/types/pa_vtable.h: table: no, better with string in cells...
22830:
22831: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
22832: classes/_table.h, classes/table.C, main/untaint.C: z
22833:
22834: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
22835: include/pa_table.h, main/core.C, main/execute.C,
22836: main/pa_common.C, main/pa_request.C, main/pa_table.C,
22837: types/pa_value.h: table:set 0
22838:
22839: * src/: classes/root.C, include/core.h, include/pa_array.h,
22840: include/pa_request.h, include/pa_table.h, main/core.C,
22841: main/main.dsp, main/pa_request.C, main/pa_table.C,
22842: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
22843: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
22844: types/pa_vstring.h: freeze, ^table:create[] -1
22845:
22846: * src/: classes/root.C, types/pa_value.h: z
22847:
22848: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
22849: get_method in couple places optimizing them
22850:
22851: * src/classes/root.C: z
22852:
22853: * src/: classes/root.C, types/pa_vclass.h: process temp main
22854: zeroing
22855:
22856: * src/: classes/double.C, classes/int.C, classes/root.C,
22857: classes/string.C, include/pa_common.h, include/pa_request.h,
22858: include/pa_string.h, include/pa_types.h, main/compile.C,
22859: main/compile.y, main/compile_tools.h, main/execute.C,
22860: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22861: types/pa_vmframe.h: ^process. actual names to store param and
22862: check_actual_numbered_params for better place diagnostics
22863:
22864: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
22865: method-junctions bug fixed
22866:
22867: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
22868: pa_vstateless_object.h, pa_vstring.h: stateless_object
22869:
22870: 2001-03-11 paf
22871:
22872: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
22873: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
22874: VDouble VInt base now VObject_base - without fields
22875:
22876: * src/: classes/root.C, include/core.h, main/core.C: z
22877:
22878: * src/: classes/double.C, classes/int.C, classes/root.C,
22879: classes/string.C, include/core.h, include/pa_hash.h,
22880: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
22881: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
22882:
22883: * src/: classes/double.C, classes/int.C, classes/root.C,
22884: include/pa_request.h, main/execute.C: intercept_string
22885:
22886: * src/: classes/double.C, classes/int.C, classes/root.C,
22887: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
22888:
22889: * src/: classes/double.C, classes/int.C, include/pa_request.h:
22890: ^inc-s(expr)
22891:
22892: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22893: classes/_root.h, classes/_string.h, classes/double.C,
22894: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22895: include/code.h, include/core.h, include/pa_array.h,
22896: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22897: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22898: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22899: include/pa_types.h, main/compile.C, main/compile.y,
22900: main/compile_tools.C, main/compile_tools.h, main/core.C,
22901: main/execute.C, main/pa_array.C, main/pa_common.C,
22902: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
22903: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22904: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22905: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22906: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22907: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22908: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22909: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
22910:
22911: * src/: main/pa_request.C, types/pa_vhash.h: z
22912:
22913: * src/: include/core.h, include/pa_request.h, main/core.C,
22914: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
22915:
22916: * src/: include/pa_valiased.h, include/pa_value.h,
22917: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22918: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22919: include/pa_vjunction.h, include/pa_vmframe.h,
22920: include/pa_vobject.h, include/pa_vstring.h,
22921: include/pa_vunknown.h, include/pa_wcontext.h,
22922: include/pa_wwrapper.h, main/compile.y, main/core.C,
22923: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
22924: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
22925: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22926: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22927: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22928: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22929: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22930: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
22931: include/
22932:
22933: 2001-03-10 paf
22934:
22935: * src/: include/core.h, include/pa_request.h, main/core.C,
22936: main/pa_request.C: run+auto=run
22937:
22938: * src/: classes/root.C, include/pa_request.h: minor if junction bug
22939:
22940: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22941: classes/_root.h, classes/_string.h, classes/double.C,
22942: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22943: include/code.h, include/core.h, include/pa_array.h,
22944: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22945: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22946: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22947: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
22948: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22949: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22950: include/pa_vjunction.h, include/pa_vmframe.h,
22951: include/pa_vobject.h, include/pa_vstring.h,
22952: include/pa_vunknown.h, include/pa_wcontext.h,
22953: include/pa_wwrapper.h, main/compile.C, main/compile.y,
22954: main/compile_tools.C, main/compile_tools.h, main/core.C,
22955: main/execute.C, main/pa_array.C, main/pa_cframe.C,
22956: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
22957: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22958: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
22959: main/pa_wcontext.C: sources header
22960:
22961: * src/main/pa_request.C: auto..
22962:
22963: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22964: main/pa_request.C: auto tree0
22965:
22966: * src/: include/core.h, include/pa_request.h, main/compile.y,
22967: main/core.C, main/pa_request.C: names to core.C
22968:
22969: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
22970: include/pa_request.h, main/core.C, main/execute.C,
22971: main/pa_common.C, main/pa_request.C: root auto.p loaded
22972:
22973: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
22974: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
22975: main/compile_tools.C, main/compile_tools.h, main/execute.C:
22976: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
22977:
22978: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22979: @auto[] realised. auto.p scan togo
22980:
22981: * src/: include/pa_request.h, main/execute.C: autocalc
22982: code-junctions result now have names
22983:
22984: * src/: classes/double.C, classes/int.C, classes/root.C,
22985: classes/string.C, include/pa_request.h, include/pa_string.h,
22986: include/pa_wcontext.h, main/compile.y, main/execute.C,
22987: main/pa_string.C, main/pa_wcontext.C: tainting 0
22988:
22989: * src/classes/env.C: env:file/line
22990:
22991: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
22992: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
22993: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
22994: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
22995: main/compile_tools.C, main/compile_tools.h, main/core.C,
22996: main/execute.C, main/main.dsp, main/pa_cframe.C,
22997: main/pa_request.C, main/pa_wcontext.C: const fight finished
22998:
22999: * src/include/pa_vclass.h: const fight to go
23000:
23001: * src/: classes/_env.h, classes/env.C, classes/root.C,
23002: include/pa_request.h, include/pa_vclass.h, main/core.C,
23003: main/main.dsp: env0
23004:
23005: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23006: classes/_string.h, classes/double.C, classes/int.C,
23007: classes/root.C, classes/string.C, include/pa_request.h,
23008: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23009: include/pa_wcontext.h, main/core.C, main/main.dsp,
23010: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23011: main/pa_wcontext.C: ^lang prepare0
23012:
23013: 2001-03-09 paf
23014:
23015: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23016: construct proper naming
23017:
23018: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23019: classes/double.C, classes/int.C, classes/root.C,
23020: classes/string.C, include/code.h, include/pa_value.h,
23021: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23022: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23023: main/compile.y, main/compile_tools.C, main/core.C,
23024: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23025: and ^double[]. fixed expr type
23026:
23027: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23028: ^string.length[]
23029:
23030: 2001-03-08 paf
23031:
23032: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23033:
23034: * src/: include/pa_vclass.h, include/pa_vstring.h,
23035: include/pa_wcontext.h, main/compile.y, main/core.C,
23036: main/execute.C, main/main.dsp: dead end: vstring can't be
23037: derivated from vobject
23038:
23039: * src/: include/pa_vclass.h, include/pa_vhash.h,
23040: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23041:
23042: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23043: remained clone conseqs
23044:
23045: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23046:
23047: * src/main/pa_vclass.C: wow! vclass were out of vcs
23048:
23049: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23050: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23051: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23052: include/pa_vobject.h, include/pa_vstring.h,
23053: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23054: main/execute.C: withoud cloning. didn't need it actually, params
23055: got passed from out unnamed ewpool
23056:
23057: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23058: include/pa_vjunction.h, include/pa_vobject.h,
23059: include/pa_vunknown.h, main/compile.y: cloning dead end
23060:
23061: * src/: include/pa_bool.h, include/pa_double.h,
23062: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23063: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23064: include/pa_vjunction.h, include/pa_vmframe.h,
23065: include/pa_vobject.h, include/pa_vstring.h,
23066: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23067: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23068: to give params proper names
23069:
23070: * src/main/pa_wcontext.C: z
23071:
23072: * src/: include/pa_vmframe.h, main/execute.C: added names to
23073: unknown values in get_element and unfilled params. removed wrong
23074: name change in get_element
23075:
23076: * src/main/execute.C: z
23077:
23078: * src/main/execute.C: fixed problems calling operators in
23079: constructors
23080:
23081: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23082: detected problems calling operators in constructors
23083:
23084: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23085: autocalc def to string
23086:
23087: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23088: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23089:
23090: * src/classes/root.C: added root.c
23091:
23092: * src/: include/pa_request.h, include/pa_value.h,
23093: include/pa_vcframe.h, include/pa_vmframe.h,
23094: include/pa_wcontext.h, main/compile.C, main/compile.y,
23095: main/core.C, main/execute.C, main/pa_cframe.C,
23096: main/pa_wcontext.C: 'if' just compiled
23097:
23098: * src/: include/pa_vbool.h, include/pa_vdouble.h,
23099: include/pa_vjunction.h, include/pa_vmframe.h,
23100: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
23101: main/pa_wcontext.C: z
23102:
23103: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
23104: main/core.C, main/execute.C, main/main.dsp: z. detected probs
23105: with parameter names in operator methods
23106:
23107: * src/main/compile.y: minor renamings in .y
23108:
23109: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23110: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
23111: @BASE. changed 'RUN' assignment mech
23112:
23113: * src/main/execute.C: z
23114:
23115: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23116: main/compile_tools.h, main/execute.C: made class: dynamic, not
23117: static. so to enable runtime ^use
23118:
23119: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
23120:
23121: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23122: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
23123:
23124: * src/main/execute.C: root root in code-junction
23125:
23126: 2001-03-07 paf
23127:
23128: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
23129: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
23130:
23131: * src/: include/pa_stack.h, include/pa_value.h,
23132: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
23133: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
23134: fixed rwcontext of {} params up
23135:
23136: * src/main/: compile.y, compile_tools.h: ^func(params)
23137:
23138: * src/main/compile.y: .y priorities syntax shaped up a bit
23139:
23140: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
23141: include/pa_vunknown.h, main/compile.y, main/execute.C,
23142: main/pa_hash.C: expr def in -f
23143:
23144: * src/main/: compile.y, execute.C: expr calls
23145:
23146: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
23147: fixed
23148:
23149: * src/main/compile.y: expr quoted code
23150:
23151: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
23152: support0
23153:
23154: * src/main/compile.y: expr string comparisons 0
23155:
23156: * src/: include/pa_string.h, main/compile.y, main/execute.C,
23157: main/pa_string.C: just compiled lt&co
23158:
23159: * src/main/execute.C: ^var.menu{$field} problem detected. that
23160: $field not a $var.field
23161:
23162: 2001-03-06 paf
23163:
23164: * src/main/compile.y: .y expr visible-shorter
23165:
23166: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
23167: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
23168: logical
23169:
23170: * src/: include/pa_vstring.h, main/compile.y: problems with
23171: skipping whitespace in yylex
23172:
23173: * src/include/pa_vbool.h: forgot this
23174:
23175: * src/: include/code.h, main/compile.y, main/execute.C: without
23176: string ops in expressions 0
23177:
23178: * src/: include/pa_value.h, include/pa_vdouble.h,
23179: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
23180: main/execute.C, main/main.dsp: !~
23181:
23182: * src/: include/pa_vcframe.h, include/pa_vclass.h,
23183: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
23184: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23185: include/pa_vunknown.h, include/pa_wcontext.h,
23186: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23187: main/compile_tools.h, main/execute.C: +-*/
23188:
23189: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
23190: main/compile_tools.h: grammar-1.1 $a(z) $a=0
23191:
23192: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
23193: main/execute.C: expr grammar-1 2*2=4.000000 :)
23194:
23195: * src/main/compile.y: expr grammar-1
23196:
23197: * src/main/compile.y: expr lexx1
23198:
23199: * src/main/: compile.y, execute.C, main.dsp: z
23200:
23201: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
23202: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
23203: main/execute.C: expr lex0 exec-1
23204:
23205: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
23206:
23207: 2001-02-26 paf
23208:
23209: * src/main/compile.y: max_string in yyerror bug fix
23210:
23211: 2001-02-25 paf
23212:
23213: * src/: include/pa_value.h, include/pa_vmframe.h,
23214: include/pa_wcontext.h, main/execute.C: VAliased3
23215:
23216: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
23217:
23218: * src/main/execute.C: VAliased1
23219:
23220: * src/: include/pa_request.h, include/pa_value.h,
23221: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
23222: VAliased0
23223:
23224: * src/: include/pa_pool.h, include/pa_request.h,
23225: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
23226: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
23227: VAliased just compiled
23228:
23229: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
23230: include/pa_vobject.h, main/execute.C: alias dead end
23231:
23232: * src/: include/pa_value.h, include/pa_vclass.h,
23233: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23234: main/main.dsp: no not get fields into interm VFielded class.
23235: fields & staticfields 1
23236:
23237: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
23238: include/pa_vobject.h, include/pa_wcontext.h,
23239: include/pa_wwrapper.h, main/core.C, main/execute.C,
23240: main/main.dsp: would now get fields into interm VFielded class
23241:
23242: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23243: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23244: include/pa_wcontext.h, main/compile.y, main/core.C,
23245: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
23246: main/pa_wcontext.C: virtuals2
23247:
23248: * src/main/compile.y: : 1
23249:
23250: * src/main/compile.y: rethought to $class:static.field.subfield
23251:
23252: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
23253: $class:element
23254:
23255: * src/: include/pa_value.h, include/pa_vmframe.h,
23256: include/pa_wwrapper.h, main/compile.y, main/execute.C,
23257: main/pa_wcontext.C: before execute class calls rewrite
23258:
23259: * src/: include/pa_request.h, main/compile.C, main/core.C: default
23260: name RUN, also alias
23261:
23262: * src/main/compile.y: escaping bug
23263:
23264: * src/: include/pa_request.h, include/pa_value.h,
23265: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
23266: main/core.C, main/execute.C, main/pa_common.C: vobject1
23267:
23268: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23269: include/pa_vmframe.h, include/pa_vobject.h,
23270: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23271: main/compile_tools.h, main/execute.C: ^class:method() just
23272: compiled
23273:
23274: 2001-02-24 paf
23275:
23276: * src/main/main.dsp: no bison -d
23277:
23278: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
23279: class' err msg wrong
23280:
23281: * src/main/compile.y: z
23282:
23283: * src/main/: compile.y, core.C: yylex need some @special lines adj
23284:
23285: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
23286: main/compile.y, main/compile_tools.h, main/core.C: modules0
23287:
23288: * src/: include/pa_vclass.h, main/core.C: z
23289:
23290: * src/: include/pa_value.h, include/pa_vclass.h,
23291: include/pa_vobject.h, main/main.dsp: vobject00
23292:
23293: * src/main/pa_array.C: minor bug in expanding very small arrays.
23294: 60% from 1 were 0
23295:
23296: * src/: include/pa_value.h, include/pa_wcontext.h,
23297: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
23298: as bad as you've named it: wcontext.value() was not a perfect
23299: idea
23300:
23301: * src/main/execute.C: codeframe1
23302:
23303: * src/: include/pa_value.h, include/pa_vcframe.h,
23304: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
23305: include/pa_vjunction.h, include/pa_vmframe.h,
23306: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23307: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
23308: just compiled
23309:
23310: * src/: include/pa_vframe.h, main/compile.y: found junction
23311: ideology @: ^x{$a()) must construct current wcontext element, so
23312: smart wcontext handling needed
23313:
23314: * src/main/compile.y: fixed grammar bugs in constructor/params
23315: klinch
23316:
23317: * src/main/: compile.y, execute.C: fixed empty constructor
23318: optimized empty case. failed on calls - produced empty string
23319: param
23320:
23321: * src/main/compile.y: fixed last \n macrotemplate strip bug
23322:
23323: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
23324: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
23325: main/compile_tools.C, main/compile_tools.h, main/core.C,
23326: main/execute.C: code junctions0. something wrong with last \n
23327: macrotemplate strip
23328:
23329: * src/: include/pa_value.h, main/compile.C, main/core.C,
23330: main/pa_value.C: minor error reporting format beautifyings
23331:
23332: * src/: include/pa_value.h, include/pa_vclass.h,
23333: include/pa_vframe.h, main/core.C, main/execute.C,
23334: main/pa_value.C: get_method RIP. junctions everywhere. call with
23335: junctions0
23336:
23337: 2001-02-23 paf
23338:
23339: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
23340: pa_wwrapper.h: lara came, can't work, sorry :(
23341:
23342: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
23343: junction
23344:
23345: * src/: include/pa_vframe.h, include/pa_vunknown.h,
23346: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
23347: main/execute.C, main/main.dsp, main/pa_value.C: call0
23348:
23349: * src/: include/pa_hash.h, include/pa_value.h,
23350: include/pa_wcontext.h, main/core.C, main/execute.C,
23351: main/main.dsp, main/pa_hash.C: started call. store param, vframe
23352: done
23353:
23354: * src/include/pa_wcontext.h: z
23355:
23356: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
23357: wrong grammar in complex constructor case
23358:
23359: * src/main/: compile.y, execute.C: empty constructor bug fixed
23360:
23361: * src/main/execute.C: with result rwpool
23362:
23363: * src/: include/pa_value.h, main/core.C, main/execute.C,
23364: main/main.dsp: value named
23365:
23366: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
23367: strign 2 value in 2 places in execute
23368:
23369: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
23370: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
23371: wcontext.put_element when wcontext fvalue==0
23372:
23373: 2001-02-22 paf
23374:
23375: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23376: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
23377: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
23378:
23379: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
23380: erroreos checkout
23381:
23382: * src/: include/pa_request.h, main/compile.y: $self.put(val)
23383:
23384: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
23385: main/compile_tools.h, main/pa_array.C: $self.get
23386:
23387: * src/main/: compile.C, compile.y, compile_tools.C: z
23388:
23389: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
23390: bit. finished now.
23391:
23392: * src/main/compile.y: $: finished
23393:
23394: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
23395:
23396: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
23397: main/execute.C: OP_STRING better then some xxx _VALUE
23398:
23399: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
23400: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23401: string to vstring it .y all
23402:
23403: * src/: include/pa_request.h, include/pa_stack.h,
23404: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
23405: all
23406:
23407: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
23408: precise parse error line:col
23409:
23410: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
23411: main/pa_hash.C, main/pa_pool.C: TRY...
23412:
23413: * src/: include/pa_exception.h, include/pa_pool.h,
23414: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
23415: main/compile.C, main/compile.y, main/compile_tools.C,
23416: main/core.C, main/pa_array.C, main/pa_exception.C,
23417: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
23418: main/pa_table.C: removed exception from request
23419:
23420: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
23421: some forgotten
23422:
23423: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23424: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
23425: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
23426: get/put simple vars to VClass works0
23427:
23428: * src/: include/pa_array.h, include/pa_wcontext.h,
23429: main/pa_string.C: in process, but found that exceptions are too
23430: global
23431:
23432: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
23433: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
23434: main/execute.C, main/pa_string.C: write_value write_string 0 it
23435: seems wcontext must write strings regardles of fvalue!=0
23436:
23437: 2001-02-21 paf
23438:
23439: * src/main/execute.C: tired :)
23440:
23441: * src/main/: compile.C, compile.y, execute.C: store0
23442:
23443: * src/: include/compile.h, include/execute.h, include/pa_array.h,
23444: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
23445: include/pa_wcontext.h, main/compile.C, main/compile.y,
23446: main/execute.C, main/main.dsp, main/pa_array.C,
23447: main/pa_request.C: get put -1 [just compiled]
23448:
23449: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
23450: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
23451: main/main.dsp, main/pa_request.C: request core methods0
23452:
23453: * src/: include/compile.h, include/pa_array.h, main/compile.C,
23454: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
23455: execute
23456:
23457: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
23458: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
23459: methods and one_big_piece. now compile returns array<method*>
23460:
23461: * src/main/compile.y: more straightforward yylex[end]
23462:
23463: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
23464: string.operator==(char*)
23465:
23466: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
23467: main/execute.C, main/pa_array.C: after array.const get wonders
23468:
23469: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
23470: pa_string.h, pa_value.h: struck with const array.gets
23471:
23472: * src/main/: execute.C: z
23473:
23474: * src/main/: compile.y, execute.C: z
23475:
23476: * src/main/: compile.C, compile.y, compile_tools.h: error
23477: processing in eval & yyerror so it wouldn't cause memleaks.
23478:
23479: * src/main/: compile.C, compile.y: failed to add absolute precies
23480: parse error positions. leaving RIGHTMOST position as
23481: @file[line:col]
23482:
23483: * src/: include/compile.h, main/compile.C, main/compile.y,
23484: main/compile_tools.h: line numbers needed. would add them to .y
23485: now internally. externally it's not as precise as needed
23486:
23487: * src/: include/code.h, include/pa_types.h, main/compile.C,
23488: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23489: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
23490: compiler works ok
23491:
23492: 2001-02-20 paf
23493:
23494: * src/main/: compile.C, compile.y, compile_tools.C,
23495: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
23496: not perfect
23497:
23498: * src/: include/code.h, include/compile.h, include/execute.h,
23499: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
23500: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23501: main/compile.C, main/compile.y, main/compile_tools.C,
23502: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
23503: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23504: main/pa_string.C, main/pa_table.C: bison[yacc] first time
23505: compiled. execute=dump for now
23506:
23507: * src/main/core.C: core rewrite using yacc investigations now will
23508: be compile[yacc]/execute[opcodes]
23509:
23510: 2001-02-15 paf
23511:
23512: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
23513: rewrite as turing machine? for it seems it would be it's too many
23514: ifs with this syntax now
23515:
23516: 2001-02-14 paf
23517:
23518: * src/main/core.C: get_params 1
23519:
23520: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
23521: :( ]
23522:
23523: * src/main/core.C: varios breaks
23524:
23525: * src/main/core.C: get names 3
23526:
23527: * src/main/core.C: get names 2
23528:
23529: * src/main/core.C: get names 1
23530:
23531: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
23532: names 0
23533:
23534: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
23535: text repassing2 operator static vars
23536:
23537: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
23538: main/pa_string.C: process text repassing
23539:
23540: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23541: module:calls changes
23542:
23543: 2001-02-13 paf
23544:
23545: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23546: ^class:calls[] started
23547:
23548: * src/: include/pa_value.h, main/core.C: z
23549:
23550: * src/main/core.C: operators : and self. prefixes
23551:
23552: * src/main/core.C: z
23553:
23554: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23555: tested
23556:
23557: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23558: optimized
23559:
23560: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
23561: would change privates to better support optimization
23562:
23563: * src/: include/pa_string.h, main/pa_string.C:
23564: String_iterator::skip_to todo:optimize
23565:
23566: 2001-02-12 paf
23567:
23568: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
23569: String_iterator
23570:
23571: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
23572: comments
23573:
23574: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
23575: self/methodref joined
23576:
23577: 2001-02-11 paf
23578:
23579: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
23580: main/main.dsp: core started. core.C, context&value .h
23581:
23582: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23583: include/pa_string.h, main/main.dsp, main/pa_array.C,
23584: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
23585:
23586: 2001-01-30 paf
23587:
23588: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
23589: comments
23590:
23591: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
23592: main/pa_pool.C: moved pa_pool.C to be target specific
23593:
23594: * src/: include/pa_exception.h, include/pa_pool.h,
23595: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
23596: to & changes
23597:
23598: * src/: include/pa_exception.h, include/pa_pool.h,
23599: include/pa_request.h, include/pa_table.h, main/pa_array.C,
23600: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
23601: re-associated. that's much better even removed 'die' necessety
23602:
23603: * src/: include/pa_error.h, include/pa_exception.h,
23604: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23605: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
23606: targets/Makefile.am: lowered targets/parser into subdir, added
23607: parser_Pool(Pool) failed to add. would think..
23608:
23609: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
23610: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
23611: main/pa_string.C, main/pa_table.C: Table more like C++ style
23612: hence lots of 'const'
23613:
23614: * src/: include/pa_error.h, include/pa_request.h,
23615: include/pa_string.h, include/pa_table.h, main/pa_error.C,
23616: main/pa_table.C: Error fixed
23617:
23618: 2001-01-29 paf
23619:
23620: * src/: include/pa_array.h, include/pa_common.h,
23621: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
23622: include/pa_request.h, include/pa_string.h, include/pa_table.h,
23623: main/Makefile.am, main/pa_array.C, main/pa_common.C,
23624: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
23625:
23626: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23627: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23628: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
23629: main/pa_string.C, main/pa_table.C: Request Error Table
23630:
23631: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
23632: templates"
23633:
23634: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
23635: main/main.dsp, main/pa_array.C: templates failed no template
23636: specializations [VC6], no library auto instantation [VC6, GNU c++
23637: 2.95.2-6 from latest cygwin]
23638:
23639: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23640: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23641: main/main.dsp, main/pa_array.C, main/pa_string.C,
23642: main/pa_table.C: Table started would test template Array now
23643:
23644: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23645: String originating
23646:
23647: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
23648: main/pa_hash.C: made local Hash-es not thread safe=quicker by
23649: SYNCHRONIZED(thread_safe)
23650:
23651: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
23652: parts to top
23653:
23654: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
23655: main/pa_threads.C: decided on one global_mutex, like PHP as I can
23656: see: needed only in global Hash now, made Hash:: put/get
23657: SYNCHRONIZED
23658:
23659: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
23660: main/pa_threads.C: added pa_threads
23661:
23662: Mutex
23663:
23664: * src/include/pa_hash.h: some comments
23665:
23666: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
23667: Array& operator += (Array& src)
23668:
23669: * src/main/pa_array.C: expand not convinient, would rewrite
23670:
23671: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
23672: (Array& src)
23673:
23674: rethought, would change now
23675:
23676: 2001-01-27 paf
23677:
23678: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
23679: caching
23680:
23681: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23682: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
23683: cache rethought to chunk caching
23684:
23685: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23686: include/pa_string.h, main/main.dsp, main/pa_array.C,
23687: main/pa_hash.C, main/pa_string.C: Array 0
23688:
23689: * src/main/pa_string.C: String::operator ==
23690:
23691: * src/main/pa_hash.C: String(&String)
23692:
23693: * src/main/pa_hash.C: added pa_hash.C [forgotten]
23694:
23695: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
23696: main/main.dsp, main/pa_string.C: uint, and added pa_types &
23697: pa_hash[forgotten]
23698:
23699: 2001-01-26 paf
23700:
23701: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23702: removed templates [vc++ suxx]
23703:
23704: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
23705: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
23706:
23707: * src/include/: pa_pool.h, pa_string.h: pa_pool split
23708:
1.119 moko 23709: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 23710:
1.119 moko 23711: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 23712: check
23713:
23714: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
23715: dynamic row_count
23716:
23717: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23718: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23719: targets/Makefile.am: Initial revision
23720:
23721: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23722: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23723: targets/Makefile.am: creating parser3 module
23724:
E-mail: