Annotation of parser3/ChangeLog, revision 1.130
1.130 ! moko 1: 2019-12-28 moko
! 2:
! 3: * src/targets/cgi/parser3.C: avoid empty ?
! 4:
! 5: 2019-12-27 moko
! 6:
! 7: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
! 8: DOCUMENT_ROOT (related to feature #1164)
! 9:
! 10: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
! 11: fcgiwrap setup (implements feature #1164)
! 12:
! 13: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
! 14: but no issues found (related to feature #1164)
! 15:
! 16: * src/targets/cgi/parser3.C: actualized
! 17:
! 18: 2019-12-26 moko
! 19:
! 20: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
! 21: removed
! 22:
! 23: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
! 24: removed
! 25:
! 26: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
! 27: allocation errors, we don't want default gc warnings (without
! 28: timestamp and URI).
! 29:
! 30: * src/: classes/memory.C, main/pa_globals.C,
! 31: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
! 32: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
! 33: pa_globals_init
! 34:
! 35: * src/main/pa_globals.C: setup_hex_value() removed, static array
! 36: initialization used (optimization)
! 37:
! 38: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
! 39: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
! 40: pa_socks_init/pa_socks_done moved inside pa_globals_init
! 41: (optimization)
! 42:
1.129 moko 43: 2019-12-09 moko
44:
45: * src/include/pa_config_fixed.h: warning war
46:
1.128 moko 47: 2019-12-08 moko
48:
49: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
50: process grammar under Unix.
51:
52: 2019-12-07 moko
53:
54: * tests/389.html: For Windows XP. :)
55:
56: * tests/388-sql.html: Windows compatibility added
57:
58: 2019-12-06 moko
59:
60: * src/targets/cgi/parser3.C: warning war
61:
62: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
63: == sizeof(CORD)) to avoid aligning bugs in future
64:
65: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
66: XML_STATIC
67:
68: * src/include/pa_request.h: StackItem() not required
69:
70: * src/include/pa_stack.h: warning war
71:
72: * src/include/pa_config_includes.h: GCC warning silenced
73:
74: * src/include/pa_memory.h: warning war: the program should also
75: define 'void operator delete [](void*, std::size_t)'
76: [-Wsized-deallocation]
77:
78: * src/types/: pa_vregex.h, pa_vtable.h: warning war
79:
80: * src/classes/string.C: not reqired cast removed
81:
82: * src/classes/string.C: not reqired cast removed
83:
84: 2019-12-05 moko
85:
86: * src/lib/sdbm/pa_file_io.C: warning war
87:
88: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
89: enum Language : size_t - required for VS2015+ to make
90: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
91: without it (related to feature #1198)
92:
93: 2019-12-04 moko
94:
95: * src/main/pa_base64.C: unsigned char -> uchar
96:
97: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
98: as other libs
99:
100: * src/include/pa_version.h: +amd64
101:
102: 2019-12-03 moko
103:
104: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
105: release
106:
107: * src/include/pa_config_includes.h: warning war
108:
109: * src/classes/image.C: warning war
110:
111: * src/main/pa_globals.C: x64 libs support
112:
113: * src/include/pa_config_includes.h: warning war
114:
115: * src/types/pa_method.h: warning war
116:
1.127 moko 117: 2019-11-28 moko
118:
119: * src/classes/math.C: vs2003 compatibility + warning war
120:
121: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
122: libxml2-2.9.9 (related to feature #1136)
123:
124: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
125: typecast for more compatibility (related to feature #1136)
126:
127: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
128: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
129: feature #1136)
130:
131: 2019-11-26 moko
132:
133: * src/main/: compile_tools.C, compile_tools.h: invalid assert
134: removed (it was failing in $$var case), condition added
135:
1.126 moko 136: 2019-11-25 moko
137:
138: * tests/: 397.html, 399.html, results/141.processed,
139: results/399.processed: base64 options tested
140:
141: * src/: classes/math.C, main/pa_http.C: base64 options used
142:
143: * src/main/pa_base64.C: base64 encode rewritten, base64 options
144: implemented (feature #986)
145:
146: * src/main/pa_cache_managers.C: whitespace
147:
148: * tests/: 397.html, 399.html, results/399.processed: tests for
149: ^base64 encode options added (related to feature #986)
150:
151: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
152: pa_base64_encode(file) removed - more memory, but faster and less
153: code (related fo feature #986)
154:
155: 2019-11-24 moko
156:
157: * tests/: 155.html, results/155.processed: limit and offset in
158: ^table::load[] now supported, thus test added
159:
160: * src/: classes/file.C, classes/table.C, include/pa_common.h,
161: main/pa_common.C: optimization: offset and limit options parsing
162: moved inside file_load.
163:
164: 2019-11-23 moko
165:
166: * src/: classes/file.C, classes/op.C, include/pa_common.h,
167: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
168: optimization: file_read replaced with simplified file_read_binary
169:
170: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
171: types/pa_vform.C: whitespace
172:
173: * src/: include/pa_common.h, main/pa_common.C: never used params
174: removed
175:
176: 2019-11-21 moko
177:
178: * tests/: 193.html, results/193.processed, results/389.processed:
179: test results updated as now base64 does not discard tail without
180: padding (related to feature #986)
181:
182: 2019-11-20 moko
183:
184: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
185: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
186: pa_base64_decode (related to feature #986)
187:
188: * tests/398.html: tests for base64 decode added (related to feature
189: #986)
190:
191: * src/main/pa_base64.C: base64_decode rewritten - padding option
192: support, padding inside base 64 supported (related to feature
193: #096)
194:
195: 2019-11-19 moko
196:
197: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
198: FreeBSD 12
199:
1.125 moko 200: 2019-11-16 moko
201:
202: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
203: support added, step support removed (related to #986)
204:
205: 2019-11-15 moko
206:
207: * src/classes/math.C: using log since log2 is not present on
208: FreeBSD < 8.4 (related to feature #1177)
209:
210: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
211: pa_base64_size extracted and used for files as well (related to
212: feature 986)
213:
214: 2019-11-14 moko
215:
216: * tests/: 397.html, results/397.processed: + content check
217:
218: * tests/: 141.html, results/141.processed: make test resuls more
219: readable
220:
221: * tests/: 397.html, results/193.processed, results/397.processed:
222: test results updated after \x00 character was disabled in
223: math:convert string mode (related to feature #1177)
224:
225: * src/classes/: math.C, string.C: \\x00 character disabled while
226: converting to string (as in base64, related to feature #1177)
227:
228: * src/classes/file.C: more correct arguments separation
229:
230: * src/: classes/file.C, classes/math.C, classes/string.C,
231: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
232: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
233: options added, but not yet implemented (related to feature #986)
234:
235: * src/classes/math.C: whitespace
236:
237: 2019-11-13 moko
238:
239: * tests/: 397.html, results/397.processed: +tainting test (related
240: to feature #1177)
241:
242: * src/classes/math.C: as we now produce not only digits, result
243: should be tainted (related to feature #1177)
244:
245: * src/main/pa_base64.C: whitespace
246:
247: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
248: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
249: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
250: implementation moved from pa_common.h and pa_common.C
251:
252: 2019-11-12 moko
253:
254: * tests/: 275.html, results/275.processed: out of range test fixed,
255: as ^math:convert now supports arbitrary precision
256:
257: 2019-11-11 moko
258:
259: * tests/results/389.processed: uctualized error message
260:
261: * tests/: 389.html, 397.html, results/397.processed: tests for
262: ^math:convert added (related to feature #1177)
263:
264: * src/classes/math.C: ^math:convert now supports arbitrary
265: precision, alphabet support added (implements feature #1177)
266:
1.124 moko 267: 2019-11-06 moko
268:
269: * tests/: 181.html, results/181.processed: entities usage added,
270: more entites load tests (related to bug #842 discussion)
271:
272: 2019-11-05 moko
273:
274: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
275: call from xmlFileOpen if http://localhost/<file> was not found
276: (related to bug #842)
277:
278: * src/main/pa_xml_io.C: rename
279:
280: * src/main/pa_xml_io.C: +MemoryStream constructor
281:
282: * src/main/pa_xml_io.C: whitespace
283:
1.123 moko 284: 2019-10-31 moko
285:
286: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
287: XML_PARSE_NOENT) added to fix entities load, (related to feature
288: #1181)
289:
1.122 moko 290: 2019-10-25 moko
291:
292: * tests/: 388-sql.html, results/388-sql.processed: more multiple
293: queries tests
294:
295: 2019-10-24 moko
296:
297: * tests/: 388-sql.html, results/388-sql.processed: support for
298: pgsql driver test
299:
300: * tests/: 388-sql.html, results/388-sql.processed:
301: multi_statements=1 now tested, mysql test now supported
302: (connection must be specified in [parser3] section in .my.cnf)
303: related to issues #1195 and #1194
304:
1.121 moko 305: 2019-09-11 moko
306:
307: * src/classes/int.C: whitespace
308:
309: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
310: exception test
311:
312: * tests/results/388-sql.processed: sql queries now shown (related
313: to feature #1196)
314:
315: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
316: with old parser versions.
317:
318: * src/: classes/file.C, classes/hash.C, classes/string.C,
319: classes/table.C, classes/void.C, include/pa_sql_connection.h,
320: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
321: instead of connect string in query_event_handlers exceptions
322: (implements feature #1196)
323:
1.120 moko 324: 2019-09-06 moko
325:
326: * tests/388-sql.html: mysql compat
327:
328: * src/: classes/hash.C, classes/string.C, classes/table.C,
329: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
330: sql_ variables declaration moved to pa_common.h
331:
1.116 moko 332: 2019-01-15 moko
333:
334: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
335: logically sorted
336:
337: 2018-12-27 moko
338:
339: * src/include/pa_config_includes.h: warning war:
340: -Wdeprecated-register added for C++ 17
341:
342: 2018-10-15 moko
343:
344: * configure.ac: FreeBSD 11.2 can be build with ./configure
345: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
346: --with-xml=/usr/local/
347:
348: 2018-09-24 moko
349:
350: * tests/: 396.html, 396.tiff, results/396.processed: test for
351: ^image::measure[] now supports tiff added (related to feature
352: #1188)
353:
354: * src/classes/image.C: ^image::measure[] now supports tiff
355: (implements feature #1188)
356:
357: 2018-09-20 moko
358:
359: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
360: files measure added (related to ticket #1188)
361:
362: * src/classes/image.C: measure of bmp files implemented (related to
363: ticket #1188)
364:
365: 2018-09-18 moko
366:
367: * tests/: 394-curl.html, results/394-curl.processed,
368: results/auto.p: test for bug #1187 (max_file_size check for head
369: requests) added
370:
371: 2018-08-24 moko
372:
373: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
374: response content-length check is required (fixes bug #1187)
375:
376: 2018-05-11 moko
377:
378: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
379: $.append(bool) ] option added (related to feature #919)
380:
381: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
382: from misha@ patch (implements feature #919)
383:
384: 2018-03-22 moko
385:
386: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
387: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
388: with 128kb buffer. Now works at least 12 times faster. :) May be
389: Windows-only problem.
390:
391: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
392: build fix)
393:
394: 2018-02-03 moko
395:
396: * src/main/execute.C: removes irrelevant lines from exception stack
397: trace when exceptions occurs in assigment (fixes bug #1165)
398:
399: * tests/: 393.html, results/393.processed: test for behavour after
400: "Property can not be created, already exists field with that
401: name" exception removed (related to feature #1183)
402:
403: * src/types/pa_vclass.C: "Property can not be created, already
404: exists field with that name" exception removed (implements
405: feature #1183)
406:
407: 2018-01-19 moko
408:
409: * src/classes/string.C: whitespace
410:
411: * src/classes/string.C: whitespace
412:
413: * tests/: 392.html, results/392.processed: test for
414: ^regex::create[$regex] added (related to feature #1135)
415:
416: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
417: ^regex::create[$regex] added (implements feature #1135)
418:
419: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
420: commented define added (related to feature #1157)
421:
422: 2018-01-17 moko
423:
424: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
425:
426: 2018-01-15 moko
427:
428: * tests/: 390.html, results/390.processed: real path replaced by
429: stub
430:
431: * tests/: 391.html, results/391.processed: test for feature #1181
432: (XML_PARSE_HUGE exception) added
433:
434: 2018-01-11 moko
435:
436: * bin/auto.p.dist.in: sqlite3 -> libsqlite3
437:
438: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
439: XML_PARSE_HUGE option passed by default (implements feature
440: #1181)
441:
442: * src/classes/string.C: whitespace
443:
444: 2017-12-10 moko
445:
446: * tests/: 389.html, 390.html, results/389.processed,
447: results/390.processed: image code coverage tests added (related
448: to feature #1125)
449:
450: 2017-12-08 moko
451:
452: * tests/: 346-curl.html, 388-sql.html, 389.html,
453: results/346-curl.processed, results/388-sql.processed,
454: results/389.processed: more code coverage tests
455:
456: * tests/: 264.html, results/264.processed: code coverage for
457: ^file::exec[]
458:
459: 2017-12-07 moko
460:
461: * tests/: 174.html, 388-sql.html, 389.html,
462: results/388-sql.processed, results/389.processed,
463: results/174.processed: more coverage tests
464:
465: * src/classes/math.C: exception text actualized
466:
467: 2017-12-06 moko
468:
469: * tests/388-sql.html: $SQL can be here
470:
471: * tests/results/auto.p: $SQL not required here
472:
473: * tests/: 388-sql.html, 389.html, Makefile,
474: results/388-sql.processed, results/389.processed, results/auto.p:
475: code coverage tests for sql (using sqlite) and int/double/bool
476: added (related to feature #1125)
477:
478: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
479: lib/json/json.vcproj, lib/md5/md5.vcproj,
480: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
481: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
482: targets/apache/ApacheModuleParser3Core.vcproj,
483: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
484: types/types.vcproj: gc\include no longer required
485:
486: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
487: required
488:
489: * src/: classes/Makefile.am, classes/table.C,
490: include/pa_config_includes.h, include/pa_string.h,
491: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
492: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
493: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
494: targets/apache/Makefile.am, targets/cgi/Makefile.am,
495: types/Makefile.am: to be sure that our version of gc.h/cord.h is
496: used, we now include it directly
497:
498: 2017-12-04 moko
499:
500: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
501: memcached/memcached.vcproj, punycode/punycode.vcproj,
502: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
503: where required
504:
505: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
506: now can be used to trace memory allocations
507:
508: * src/: classes/table.C, include/pa_config_includes.h,
509: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
510: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
511: method removes, libcord also can work without libgc
512:
513: * src/classes/json.C: pa_gc_malloc_atomic should not be used
514:
515: 2017-11-29 moko
516:
517: * src/classes/curl.C: no exception if some of ^curl:info[] elements
518: are not present (related to feature #1173)
519:
520: * tests/346-curl.html: test updated to test curl content-length bug
521: (related to feature #1173)
522:
523: * tests/results/346-curl.processed: more test for content-length
524: curl bug (related to feature #1173)
525:
526: * tests/results/346-curl.processed: test results updated after
527: #1173 implemented
528:
529: 2017-11-28 moko
530:
531: * src/classes/curl.C: another libcurl Content-length bug walkaround
532: (related to feature #1173)
533:
534: 2017-11-27 moko
535:
536: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
537: $.http_version[version string] added (implements feature #1173),
538: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
539: where $post(true) bug existed.
540:
541: 2017-11-18 moko
542:
543: * src/include/pa_memory.h: warning war (related to feature #1170)
544:
545: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
546: feature #1170)
547:
548: 2017-11-17 moko
549:
550: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
551: std::basic_stringstream used in ^table.csv-string[] is compatible
552: with delete usage check only under Debian 9 (related to feature
553: #1170)
554:
555: 2017-11-16 moko
556:
557: * src/: classes/curl.C, classes/hash.C, classes/json.C,
558: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
559: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
560: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
561: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
562: types/pa_vxdoc.h: regular new/delete no longer used in our code,
563: stubs defend from accidental use (implements feature #1170)
564:
565: 2017-06-24 moko
566:
567: * configure.ac: minor fix: thanks to alx@
568:
1.115 moko 569: 2017-05-29 moko
570:
571: * src/types/pa_vmail.C: mail headers are now correctly truncated -
572: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
573: added to avoid cutting of UTF-8 chars (fixed bug #123)
574:
575: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
576: ignored, =?UTF-8?Q?= should start in case of leading space
577: (related to bug #123)
578:
579: * buildall: echo -n -> printf for OS X. :)
580:
581: 2017-05-25 moko
582:
583: * tests/: 288.html, results/288.processed: test updated afted
584: setting $o.prop without setter exception removed (related to
585: feature #1157)
586:
587: * src/types/pa_vclass.C: no more "this property has no setter
588: method" when setting $o.prop without setter (implements feature
589: #1157)
590:
591: * buildall: echo \c -> echo -n for FreeBSD
592:
593: * configure, configure.ac, src/include/pa_config_auto.h.in,
594: src/types/pa_vdouble.h: isfinite now checked in configure
595:
596: * compile, config.guess, config.sub, depcomp, install-sh, missing:
597: upgraded to automake 1.15
598:
599: 2017-05-23 moko
600:
601: * src/types/pa_vdouble.h: finite returned where isfinite not
602: defined
603:
604: 2017-05-22 moko
605:
606: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
607:
608: * buildall: extern CFLAGS setting support
609:
610: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
611:
612: * buildall: http -> https
613:
614: * buildall: gc-7.2f -> gc-7.6.0
615:
616: 2017-05-20 moko
617:
618: * buildall: https, pcre, xml, xslt updated to current versions
619: (related to feature #1136)
620:
621: 2017-05-19 moko
622:
623: * tests/097.html: after parser.ru moved to https
624:
625: 2017-05-17 moko
626:
627: * tests/results/: 175.processed, 372.processed: tests resuls
628: updated after lintian spelling typos fixed (related to bug #1156)
629:
630: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
631: classes/string.C, classes/table.C, main/pa_charset.C,
632: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
633: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
634: lintian reported by Sergey B Kirpichev (fixes bug #1156)
635:
636: * tests/results/096.processed: +XMP
637:
638: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
639: $.xmp(true) options tested (test for feature #1154)
640:
641: * src/classes/image.C: ^image:measure[] options $.exif(false)
642: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
643: fetched by default! (implements feature #1154)
644:
645: 2017-05-16 moko
646:
647: * tests/: 256.html, results/256.processed: ^json:string[$image] now
648: allowed (related to feature #1154)
649:
650: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
651: initial XMP implementation - without options and transcode
652: (related to feature #1154)
653:
654: 2017-05-12 moko
655:
656: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
657: image: exif moved to ffields, skipped in ^image.html[] where
658: iterators now used (preparation for feature #1154)
659:
660: 2017-05-05 moko
661:
662: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
663: results/387.processed: test for circular class inheritance check
664: added (related to bug #1150)
665:
666: * src/types/pa_vstateless_class.C: circular class inheritance check
667: added (fixes endless add_derived bug #1150)
668:
669: 2017-05-04 moko
670:
671: * tests/: 386.html, results/386.processed: test for
672: $table.value(number) added (related to feature #1152)
673:
674: * src/types/pa_vtable.C: table put_element: column value must be
675: string - > column value must be string compatible to allow
676: $t.value(1) (implements feature #1152)
677:
678: 2017-05-03 moko
679:
680: * src/main/pa_request.C: $use[$method] is not possible, reverting
681: (related to feature #1151)
682:
683: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
684: not possible, removing test (related to feature #1151)
685:
686: * src/: main/pa_request.C, types/pa_vstateless_class.h:
687: get_element_method added and used to allow $use[$method] and
688: $autouse[$method] (implements feature 1151)
689:
690: * tests/: 386.html, 386.p, results/386.processed: test for @use in
691: variable added (related to feature #1151)
692:
693: * tests/results/226.processed: actualized after ^try-catch used
694:
695: * tests/: 226.html, 385.html, results/385.processed: test for
696: @autouse in variable added
697:
698: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
699:
1.114 moko 700: 2017-02-27 moko
701:
702: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
703:
1.113 moko 704: 2017-02-20 moko
705:
706: * operators.txt: actualization + beauty
707:
708: 2017-02-16 moko
709:
710: * tests/: 384.html, results/384.processed: test for
711: ^reflection:mixin[; $.name[] ] option added (related to feature
712: #1089)
713:
714: * tests/: 384.html, results/384.processed: test for
715: ^reflection:mixin[] added (related to feature #1089)
716:
717: * src/types/pa_value.h: warning war: virtual ~Value() added
718:
1.112 moko 719: 2017-02-15 moko
720:
721: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
722: fixed
723:
724: * tests/: 320.html, results/320.processed: $.reverse(true/false)
725: test added (related to feature #1069)
726:
727: * src/: classes/reflection.C, types/pa_vstateless_class.h:
728: compilation without HASH_ORDER fixed
729:
730: * src/: classes/reflection.C, include/pa_hash.h:
731: $.reverse(true/false) added to ^reflection:methods[] (related to
732: feature #1069)
733:
734: 2017-02-14 moko
735:
736: * tests/: 152.html, results/152.processed: test for $._default hash
737: added (related to bug #1131)
738:
739: * tests/: 277.html, results/277.processed: test for hash with only
740: $._default is now defined (related to bug #1131)
741:
742: * src/types/pa_vhash.h: hash with only $._default is now defined
743: (fixed bug #1131)
744:
745: 2017-02-13 moko
746:
747: * tests/cat-windows.sh: cat-windows added (cygwin required)
748:
749: * tests/: 171.html, 264.html, 286.html, 370.html,
750: results/320.processed, results/375.processed, results/auto.p:
751: cat-windows.sh support added
752:
753: * tests/375.html: Windows support
754:
755: * tests/270.html: documented
756:
757: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
758: (not backslashes) even under Windows (broke test 270)
759:
760: 2017-02-12 moko
761:
762: * tests/: descript.ion, todo.txt: cleanup
763:
764: 2017-02-09 moko
765:
766: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
767: run_tests.cmd: Windows compatibility
768:
769: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
770: incorrectly (GMT) if parser is called from cygwin
771:
1.111 moko 772: 2017-02-08 moko
773:
1.112 moko 774: * operators.txt: actualization 15% completed
775:
776: * operators.txt: cp1251 -> utf-8
777:
778: * NEWS, README: minor update
779:
780: * src/include/pa_config_includes.h: warning war continues
781:
782: * src/: include/pa_config_includes.h, include/pa_memory.h,
783: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
784: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
785: gcc 6.x issues fixed
786:
1.111 moko 787: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
788: classes/classes.h, classes/curl.C, classes/date.C,
789: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
790: classes/hashfile.C, classes/image.C, classes/inet.C,
791: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
792: classes/memcached.C, classes/memory.C, classes/op.C,
793: classes/reflection.C, classes/regex.C, classes/response.C,
794: classes/string.C, classes/table.C, classes/void.C,
795: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
796: include/pa_array.h, include/pa_cache_managers.h,
797: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
798: include/pa_config_fixed.h, include/pa_config_includes.h,
799: include/pa_dictionary.h, include/pa_dir.h,
800: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
801: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
802: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
803: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
804: include/pa_request_charsets.h, include/pa_request_info.h,
805: include/pa_sapi.h, include/pa_socks.h,
806: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
807: include/pa_stack.h, include/pa_string.h,
808: include/pa_stylesheet_connection.h,
809: include/pa_stylesheet_manager.h, include/pa_symbols.h,
810: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
811: include/pa_uue.h, include/pa_xml_exception.h,
812: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
813: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
814: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
815: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
816: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
817: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
818: main/compile.tab.C, main/compile.y, main/compile_tools.C,
819: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
820: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
821: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
822: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
823: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
824: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
825: main/pa_string.C, main/pa_stylesheet_connection.C,
826: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
827: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
828: main/untaint.C, sql/pa_sql_driver.h,
829: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
830: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
831: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
832: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
833: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
834: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
835: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
836: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
837: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
838: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
839: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
840: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
841: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
842: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
843: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
844: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
845: types/pa_vmemcached.h, types/pa_vmemory.h,
846: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
847: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
848: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
849: types/pa_vresponse.C, types/pa_vresponse.h,
850: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
851: types/pa_vstateless_object.h, types/pa_vstatus.C,
852: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
853: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
854: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
855: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
856: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
857: 2015->2017
858:
1.110 moko 859: 2017-02-07 moko
860:
861: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
862:
863: 2017-02-06 moko
864:
865: * src/main/pa_common.C: minor fixes, whitespace
866:
867: * src/: classes/curl.C, classes/file.C, classes/image.C,
868: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
869: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
870: now used (implements feature #1081)
871:
872: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
873:
874: 2017-02-01 moko
875:
876: * src/include/pa_request.h: cleanup
877:
878: 2017-01-30 moko
879:
880: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
881:
882: 2017-01-29 moko
883:
884: * tests/: 383.html, results/383.processed: test for
885: ^reflection:stack[] added (related to feature #1052)
886:
887: * src/classes/reflection.C: else added
888:
889: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
890: $.max_file_lock_wait added (implements feature #1128)
891:
892: 2017-01-28 moko
893:
894: * tests/: 379-curl.html, results/379-curl.processed: curl empty
895: body and other cases tests added (related to featue #1014)
896:
897: * src/classes/curl.C: bug if response is empty fixed (related to
898: feature #1014)
899:
900: 2017-01-27 moko
901:
902: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
903: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
904: added (implements feature #1052)
905:
906: 2017-01-25 moko
907:
908: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
909: method test added
910:
911: 2017-01-23 moko
912:
913: * src/classes/reflection.C: optimization: options->get replaced by
914: hash iterator
915:
916: * tests/: 381.html, results/381.processed: now -> fixed date
917:
918: * src/main/pa_request.C: warning war
919:
920: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
921: 5Mb (fixes bug #1058)
922:
923: * src/classes/curl.C: warning war
924:
925: * tests/: 381.html, results/381.processed: tests for ^json:string
926: $.one-line(true) option added (related to feature #1124)
927:
928: * src/: classes/json.C, types/pa_value.h: $json-string
929: $.one-line(true|false) options is now supported (implements
930: feature #1124)
931:
932: * tests/: 380.html, results/380.processed: test for modified
933: $.max_file_size added (related to bug #1014)
934:
935: * tests/: 379.html, results/auto.p: tests for rewritten http file
936: load added (related to bug #1014)
937:
938: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
939: main/pa_common.C, main/pa_http.C: check_file_size added and used
940: in curl / file load from disk and http, http file load rewritten
941: (related to bug #1014)
942:
943: 2017-01-18 moko
944:
945: * tests/: 378.html, results/378.processed: tests for ^result[]
946: added (related to feature #66)
947:
948: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
949: Method::CO_WITHOUT_FRAME as frame still added in expression
950: (related to feature #66)
951:
952: 2017-01-17 moko
953:
954: * tests/: 377.html, results/377.processed: test for different
955: combinations of breaks in body and delimiter (related to bug
956: #1077)
957:
958: * tests/: 376.html, results/376.processed: many ^break[] tests
959: added (related to bug #1077)
960:
961: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
962: passed to native method" exception added to avoid bugs due to
963: WRITE_EXPR_RESULT skipped and native methods execution continues
964: after ^break[] (related to bug #1077)
965:
966: 2017-01-14 moko
967:
968: * tests/: 330.html, results/330.processed: test results updated
969: after ^break[] bugs where fixed (related to bug #1077)
970:
971: * tests/: 329.html, results/329.processed: test results updated
972: after ^break[] bugs where fixed (related to bug #1077)
973:
974: * tests/results/320.processed: ^return[] added
975:
976: 2017-01-13 moko
977:
978: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
979: classes/table.C, include/pa_request.h, main/execute.C,
980: main/pa_request.C, targets/cgi/parser3.C,
981: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
982: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
983: checked after each possible process/execute call (fixes bug
984: #1077)
985:
986: 2016-12-29 moko
987:
988: * src/main/pa_common.C: warning war
989:
990: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
991: include/pa_types.h, main/pa_request.C, main/pa_string.C:
992: pa_file_size_limit added, ^math:random fixed for upper limit and
993: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
994: (related to feature #1014)
995:
996: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
997: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
998: (related to feature #1014)
999:
1000: 2016-12-28 moko
1001:
1002: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1003: warning war
1004:
1005: 2016-12-26 moko
1006:
1007: * tests/: 341.html, results/341.processed: test for
1008: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1009:
1010: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1011: (related to feature #1057)
1012:
1013: * src/types/pa_vdate.C: warning war continues...
1014:
1015: * src/: classes/date.C, classes/image.C, classes/table.C,
1016: include/pa_config_includes.h, types/pa_vfile.C: warning war
1017:
1018: * src/lib/gd/gifio.C: warning war / cleanup
1019:
1020: * src/lib/json/pa_json.C: warning war
1021:
1022: * src/classes/hash.C: warning war
1023:
1024: * src/types/pa_vfile.C: warning war
1025:
1026: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
1027: -Wall warning war continues
1028:
1029: * configure.ac: --with-build-warnings actualized
1030:
1031: 2016-12-25 moko
1032:
1033: * src/main/pa_exec.C: -wAll warning war
1034:
1035: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
1036: -wAll warning war
1037:
1038: * src/: include/pa_common.h, include/pa_sapi.h,
1039: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
1040: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
1041: -wAll warning war
1042:
1043: 2016-12-23 moko
1044:
1045: * src/lib/ltdl/Makefile.am: extra dist added
1046:
1047: * tests/results/344.processed: test result updated after $file.text
1048: prefetched in ^hash::create[$file] (related to feature #1075)
1049:
1050: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
1051: ^hash::create[$file] (related to feature #1075)
1052:
1053: 2016-12-22 moko
1054:
1055: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1056: main/pa_request.C, main/pa_stylesheet_connection.C,
1057: types/pa_vfile.C: file_stat now return 64-bit size (implements
1058: #1014 under 32-bit unix versions)
1059:
1060: 2016-12-21 moko
1061:
1062: * tests/: 375.html, results/375.processed: test for exec returning
1063: stated file added (related to feature #1119)
1064:
1065: * src/classes/file.C: load should not return file with null body
1066: (fixes bug #1119)
1067:
1068: 2016-12-14 moko
1069:
1070: * tests/: 374.html, results/374.processed: test for $method.name
1071: added (related to feature #1117) plus method returning junction
1072: test
1073:
1074: 2016-12-13 moko
1075:
1076: * src/: include/pa_symbols.h, main/pa_symbols.C,
1077: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
1078: (implements feature #1117)
1079:
1080: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
1081: HEAD and TRACE can't have body (implements feature #1116)
1082:
1083: 2016-12-09 moko
1084:
1085: * tests/: 373.html, results/373.processed: tests for
1086: ^reflection:tainting added (related to feature #1098)
1087:
1088: * src/classes/reflection.C: ^reflection:tainting arguments order
1089: change (related to feature #1098)
1090:
1091: 2016-12-06 moko
1092:
1093: * src/: classes/reflection.C, include/pa_string.h,
1094: main/pa_string.C: ^reflection:tainting[$string] added (implements
1095: feature #1098)
1096:
1097: 2016-12-05 moko
1098:
1099: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
1100: (fixes bug #1114)
1101:
1102: 2016-12-04 moko
1103:
1104: * tests/: 206.html, results/206.processed: negative zero (0/-1)
1105: check added
1106:
1107: 2016-12-03 moko
1108:
1109: * tests/: 346-curl.html, results/346-curl.processed: test modified
1110: to test value.as_hash() usage
1111:
1112: * src/classes/curl.C: value.as_hash() used for correct hash
1113: processing
1114:
1115: * src/classes/reflection.C: exceptions texts fixes
1116:
1117: 2016-12-02 moko
1118:
1119: * tests/: 372.html, results/372.processed: tests for
1120: ^reflection:create[ $.class[name] $.constructor[name]
1121: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
1122: feature #1094)
1123:
1124: * src/types/pa_vmethod_frame.h: comment added: params should be
1125: declared outside of *_FRAME_ACTION as MethodParams destructor
1126: will be called in ~VNativeMethodFrame
1127:
1128: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
1129: ] minor fix
1130:
1131: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
1132: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
1133: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
1134: now supported (implements feature #1094) value::as_hash added
1135: (and should be used everywhere)
1136:
1137: * src/classes/reflection.C: cleanup
1138:
1139: 2016-12-01 moko
1140:
1141: * tests/: 356.html, results/356.processed: test for method
1142: junctions class name added to the resulting hash added (related
1143: to feature #1068)
1144:
1145: * src/classes/reflection.C: for method junctions class name added
1146: to the resulting hash (related to feature #1068)
1147:
1148: 2016-11-30 moko
1149:
1150: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
1151: exception (related to bug #1113)
1152:
1153: * src/types/pa_vhashfile.C: whitespace
1154:
1155: * src/main/pa_os.C: errno now returned as it should (fixes bug
1156: #1113)
1157:
1158: * tests/results/: 175.processed, 192.processed, 224.processed,
1159: 229.processed, 239.processed, 244.processed, 246.processed,
1160: 314.processed, 352.processed: tests results updated after method
1161: call exceptions improved as method now keeps its name
1162:
1163: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
1164: types/pa_vmethod_frame.h: method call exceptions improved as
1165: method now keeps its name
1166:
1167: * tests/: 224.html, 239.html, results/224.processed,
1168: results/239.processed: tests and tests results updated after
1169: Request::construct exception changed
1170:
1171: * src/: classes/reflection.C, main/execute.C: Request::construct
1172: exception optimized
1173:
1174: * tests/: 371.html, results/371.processed: test for
1175: WWrapper.get_element call in $.name.key[value] code added
1176: (related to feature #1091)
1177:
1178: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
1179: in $.name.key[value] code (related to feature #1091)
1180:
1181: 2016-11-29 moko
1182:
1183: * src/classes/op.C: VS warning war
1184:
1185: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
1186: C4239: nonstandard extension used : 'return' : conversion from
1187: 'Value' to 'Value &' (related to feature #1020)
1188:
1189: * src/: main/execute.C, types/pa_vmethod_frame.h,
1190: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
1191: used : 'return' : conversion from 'Value' to 'Value &' (related
1192: to feature #1020)
1193:
1194: * src/main/execute.C: VS warning war
1195:
1196: * src/targets/cgi/parser3.C: VS compatibility fix
1197:
1198: * src/include/pa_request.h: VS warning war
1199:
1200: * tests/: 370.html, results/370.processed: test for ^file::exec[
1201: ... $.stdin[$binary_file] ] added (related to bug #1044)
1202:
1203: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
1204: include/pa_string.h, main/pa_exec.C: pa_exec now supports
1205: $.stdin[$binary_file] (fixes bug #1044)
1206:
1207: 2016-11-28 moko
1208:
1209: * src/main/pa_exec.C: whitespace
1210:
1211: * src/main/pa_request.C: whitespace
1212:
1213: * tests/: 369.html, results/369.processed: test for
1214: $response:status usage added (related to feature #1099)
1215:
1216: * src/targets/cgi/parser3.C: HTTP response code used as exit status
1217: if < 100 (implements feature #1099)
1218:
1219: * src/targets/cgi/parser3.C: whitespace
1220:
1221: * src/targets/cgi/parser3.C: whitespace
1222:
1223: * tests/: 368.html, results/368.processed: test updated after
1224: ^reflection:filename[$method] added (related to feature #1053)
1225:
1226: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
1227: main/compile.y, main/execute.C, main/pa_request.C,
1228: types/pa_vclass.h: filename -> filespec,
1229: ^reflection:filename[$method] added (related to feature #1053)
1230:
1231: 2016-11-27 moko
1232:
1233: * tests/: 368.html, results/368.processed: test for
1234: reflection:filename[$class or object] added (related to feature
1235: #1053)
1236:
1237: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
1238: types/pa_vstateless_class.h: ^reflection:filename[$class or
1239: object] added (implements feature #1053)
1240:
1241: 2016-11-26 moko
1242:
1243: * src/: include/pa_request_info.h,
1244: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1245: remove_absolute_uri -> strip_absolute_uri
1246:
1247: 2016-11-25 moko
1248:
1249: * src/: include/pa_request_info.h,
1250: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1251: request_info.remove_absolute_uri added to remove possible
1252: http://site.name/ from $request:uri (implements feature #1112)
1253:
1254: 2016-11-24 moko
1255:
1256: * tests/: 367-curl.html, results/367-curl.processed: test for
1257: previous request headers clearing after redirect added (related
1258: to bug #1109)
1259:
1260: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
1261: response headers from previous requests are now cleared, only
1262: last request headers are collected (fixes bug #1109)
1263:
1264: * tests/results/: 266.processed, 321.processed, 356.processed:
1265: tests results updated as method name now added to the resulting
1266: hash for new syntax only (Imp1 compatimility fixed, related to
1267: feature #1068)
1268:
1269: * src/classes/reflection.C: method name now added to the resulting
1270: hash for new syntax only (Imp1 compatimility fixed, related to
1271: feature #1068)
1272:
1273: * tests/results/366.processed: test for native and parser
1274: implementation of ^use[] logic (related to feature #1074)
1275:
1276: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
1277: for native and parser implementation of ^use[] logic (related to
1278: feature #1074)
1279:
1280: 2016-11-23 moko
1281:
1282: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1283: main/pa_request.C: @USE file now implemented as ^use[file;
1284: $.origin[origin_file] ] (implements feature #1074)
1285:
1.109 moko 1286: 2016-11-21 moko
1287:
1.110 moko 1288: * tests/: 365.html, results/365.processed: test for $caller bugs in
1289: 3.4.4 and $caller.method now tested (related to feature #1110)
1290:
1291: * tests/: 364.html, results/364.processed: $caller usage in
1292: different contexts now tested (related to feature #1110)
1293:
1294: * src/types/types.vcproj: +pa_vcaller_wrapper.h
1295:
1296: * src/types/Makefile.am: pa_vcaller_wrapper.h added
1297:
1.109 moko 1298: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
1299: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
1300: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
1301: used (implements feature #1110)
1302:
1303: 2016-11-20 moko
1304:
1305: * src/types/pa_vdouble.h: whitespace
1306:
1307: 2016-11-11 moko
1308:
1309: * tests/: 363.html, results/363.processed: more tests for feature
1310: #1091 (how parser methods work in expression context)
1311:
1312: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
1313: expressions strings are now written as strings, not values by
1314: write_as_string (related to feature #1091)
1315:
1316: * src/classes/op.C: to make more correct behavour in expression
1317: context
1318:
1319: 2016-11-07 moko
1320:
1321: * tests/: 362.html, results/362.processed: test for
1322: xsltParseStylesheetDoc caching as xsl modification after it added
1323: (related to bug #1108)
1324:
1325: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
1326: result now cached as xdoc is modified after it (fixes bug #1108)
1327:
1328: 2016-11-06 moko
1329:
1330: * src/types/pa_vxdoc.h: whitespace
1331:
1332: 2016-11-05 moko
1333:
1334: * src/types/pa_vmethod_frame.h: cleanup
1335:
1336: 2016-11-03 moko
1337:
1338: * tests/results/244.processed: more correct exception after method
1339: frames separation
1340:
1341: * src/types/pa_vmethod_frame.h: minor optimizaion
1342:
1343: * src/types/pa_method.h: optimization: params_count added
1344:
1345: * src/: classes/json.C, classes/op.C, classes/reflection.C,
1346: include/pa_request.h, main/execute.C, main/pa_request.C,
1347: types/pa_value.C, types/pa_vmethod_frame.C,
1348: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
1349: VMethodFrame now divided into VNativeMethodFrame,
1350: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
1351: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
1352: and used (related to feature #1104)
1353:
1354: 2016-11-02 moko
1355:
1356: * src/: classes/bool.C, classes/curl.C, classes/date.C,
1357: classes/double.C, classes/file.C, classes/hash.C,
1358: classes/hashfile.C, classes/image.C, classes/inet.C,
1359: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1360: classes/memcached.C, classes/op.C, classes/reflection.C,
1361: classes/regex.C, classes/string.C, classes/table.C,
1362: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
1363: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
1364: r.write (implements feature #1091)
1365:
1366: * src/main/execute.C: cleanup (related to feature #1104)
1367:
1368: * src/: include/pa_request.h, main/execute.C,
1369: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
1370: added, in_expression removed (implements feature #1104)
1371:
1372: 2016-10-31 moko
1373:
1374: * src/types/pa_value.C: whitespace
1375:
1376: 2016-10-28 moko
1377:
1378: * tests/results/244.processed: updated after error reporting fixed
1379: in pa_wcontext.C
1380:
1381: * src/types/pa_wcontext.C: error reporting fixed
1382:
1383: * src/types/pa_wcontext.h: whitespace
1384:
1385: * src/classes/image.C: not fully readed entries are no longer
1386: processed (fixes bug #1106)
1387:
1388: 2016-10-26 moko
1389:
1390: * src/classes/image.C: whitespace
1391:
1392: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
1393: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
1394: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
1395: longer required (related to feature #1091)
1396:
1397: * tests/results/: 264.processed, 350.processed: test results update
1398: reverted (whitespace optimization) after write_no_lang removed :)
1399: (related to feature #1091)
1400:
1401: * src/: classes/file.C, classes/hash.C, classes/op.C,
1402: classes/string.C, classes/table.C, classes/void.C,
1403: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
1404: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
1405: equal write_pass_lang (related to feature #1091)
1406:
1407: * tests/results/: 264.processed, 350.processed: test results
1408: updated (whitespace optimization) after write_assign_lang removed
1409: (related to feature #1091)
1410:
1411: * tests/: 361.html, results/361.processed: test for non-string
1412: ^untaint added (related to feature #1091)
1413:
1414: * src/: classes/curl.C, classes/date.C, classes/file.C,
1415: classes/hash.C, classes/op.C, classes/string.C,
1416: include/pa_request.h, main/execute.C: optimization:
1417: write_assign_lang removed as not required (first part of feature
1418: #1091 implementation)
1419:
1.108 moko 1420: 2016-10-12 moko
1421:
1422: * tests/: 360.html, results/360.processed: more test code (related
1423: to feature #1104)
1424:
1425: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
1426: include/pa_request.h, main/compile.y, main/execute.C: opcode
1427: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
1428: WContext is next task (implements feature #1104)
1429:
1430: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
1431: / CO_WITHOUT_WCONTEXT
1432:
1433: * tests/: 360.html, results/360.processed: test for in expression
1434: state (related to feature #1104)
1435:
1436: 2016-10-11 moko
1437:
1438: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
1439:
1440: * src/classes/op.C: default value removed from initializer
1441:
1442: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
1443:
1444: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
1445:
1446: 2016-10-10 moko
1447:
1448: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
1449: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
1450: to feature #42)
1451:
1452: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
1453: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
1454:
1455: 2016-10-08 moko
1456:
1457: * src/classes/double.C: whitespace
1458:
1459: 2016-10-07 moko
1460:
1461: * src/types/pa_vmethod_frame.h: reorder
1462:
1463: 2016-10-06 moko
1464:
1465: * src/classes/date.C: typo
1466:
1467: * src/types/pa_vmethod_frame.h: whitespace + cleanup
1468:
1469: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1470: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
1471: types/pa_vmethod_frame.h: params.get now returns Value&, not
1472: Value*
1473:
1474: * src/types/pa_vmethod_frame.C: params.get should return Value&.
1475:
1476: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
1477: removed; first as_* code rewrite
1478:
1479: 2016-10-05 moko
1480:
1481: * src/include/pa_request.h: whitespace
1482:
1483: * tests/: 359.html, results/359.processed: test for VCodeFrame and
1484: intercept_string added (related to feature #1097)
1485:
1486: * src/: classes/image.C, classes/op.C, classes/table.C,
1487: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1488: optimization: intercept_string removed (implements feature #1097)
1489:
1490: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
1491:
1492: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
1493: from VCodeFrame and WWrapper as not required
1494:
1495: 2016-10-04 moko
1496:
1497: * src/: classes/curl.C, classes/date.C, classes/double.C,
1498: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
1499: classes/int.C, classes/json.C, classes/op.C,
1500: classes/reflection.C, classes/string.C, classes/table.C,
1501: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1502: proces_to_value -> process after StringOrValue removed (related
1503: to feature #1020)
1504:
1505: * src/classes/form.C: whitespace
1506:
1507: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
1508:
1509: * tests/: 357.html, 358.html, results/357.processed,
1510: results/358.processed, results/auto.p: test for @conf
1511: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
1512:
1513: 2016-10-03 moko
1514:
1515: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
1516: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
1517: supported (implements feature #42)
1518:
1519: * src/types/pa_vregex.h: no reason for VRegex to be
1520: is_evaluated_expr
1521:
1522: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
1523: (implements feature #1095)
1524:
1525: 2016-10-01 moko
1526:
1527: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
1528: false by default (related to feature #1089)
1529:
1530: 2016-09-30 moko
1531:
1532: * src/types/pa_wcontext.h: cleanup
1533:
1534: 2016-09-29 moko
1535:
1536: * src/main/execute.C: whitespace
1537:
1538: * src/include/pa_request.h: whitespace
1539:
1540: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1541: classes/op.C, classes/table.C, include/pa_request.h,
1542: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
1543: types/pa_vobject.C, types/pa_wcontext.h: optimization:
1544: StringOrValue removed as it just slows down and adds complexity
1545: (implements feature #1020)
1546:
1547: 2016-09-28 moko
1548:
1549: * tests/: 356.html, results/266.processed, results/321.processed,
1550: results/356.processed: tests updated after name was added to
1551: method_info hash, test for ^reflection:method_info[junction]
1552: added (related to feature #1068)
1553:
1554: * src/classes/reflection.C: ^reflection:method_info[junction] now
1555: supported, method name added to the resulting hash (implements
1556: feature #1068)
1557:
1558: * tests/: 276.html, results/276.processed: more tests for
1559: ^reflection:delete[]
1560:
1561: * src/classes/reflection.C: fixed bug then ^reflection:delete
1562: didn't work on class and could damage native objects (like file)
1563:
1564: 2016-09-26 moko
1565:
1566: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
1567: results/345.processed, results/346-curl.processed,
1568: results/347-curl.processed, results/348.processed: numbers added
1569: to simplify diff analysis
1570:
1571: * tests/: 352.html, results/352.processed: test result updated as
1572: method name used
1573:
1574: * src/classes/reflection.C: method name used
1575:
1576: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
1577: its name
1578:
1579: * src/types/pa_method.h: whitespace
1580:
1581: * src/classes/reflection.C: both method and field with one name can
1582: exist.
1583:
1584: * src/classes/reflection.C: ^reflection:mixin added (implements
1585: feature #1089)
1586:
1587: * tests/: 355.html, results/355.processed: property appears in
1588: derived class if added in base test added
1589:
1590: * src/types/pa_vstateless_class.h: get_method declaration +
1591: whitespace
1592:
1593: * tests/: 354.html, results/354.processed: nice test from method
1594: and property with one name in class added
1595:
1596: 2016-09-23 moko
1597:
1598: * src/classes/reflection.C: ^reflection:method usage documented
1599:
1600: 2016-09-22 moko
1601:
1602: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
1603: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
1604: compile warning and GPF occures on VS2003 (related to feature
1605: #1087)
1606:
1607: * tests/: 350.html, results/350.processed: test added for
1608: $.encloser[] support in ^table::create (related to feature #11)
1609:
1610: * src/classes/table.C: another minor fix (related to feature #11)
1611:
1.107 moko 1612: 2016-09-21 moko
1613:
1614: * src/include/pa_config_fixed.h: vs2015 compilation fixes
1615:
1616: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1617: classes/json.C, classes/string.C, classes/table.C,
1618: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1619: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1620: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
1621: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
1622: pa_charsets, vs2015 warning war
1623:
1624: * src/classes/table.C: vs2015 warning war
1625:
1626: * src/types/pa_vdate.C: vs2015 warning war
1627:
1628: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
1629:
1630: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
1631: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
1632:
1633: * src/main/pa_common.C: vs2015 compilation fixes
1634:
1635: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
1636: vs2015 compilation fixes
1637:
1638: * src/main/pa_charset.C: vs2015 warning war
1639:
1640: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
1641:
1642: * src/main/pa_charset.C: vs2015 warning war
1643:
1644: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
1645:
1646: * src/types/pa_vdate.C: vs2015 compilation fix
1647:
1648: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
1649:
1650: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
1651: VS2015 compilation fixes
1652:
1653: * src/classes/table.C: minor fix (related to feature #11)
1654:
1655: * tests/results/282.processed: no longer skipping extra enclosers
1656: (related to feature #11)
1657:
1658: * src/classes/table.C: minor fix + no longer skipping extra
1659: enclosers (related to feature #11)
1660:
1661: * src/classes/table.C: minor optimization (related to feature #11)
1662:
1663: * src/classes/table.C: minor fix and optimization (related to
1664: feature #11)
1665:
1666: 2016-09-20 moko
1667:
1668: * tests/: 353.html, results/353.processed: test for
1669: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
1670: added (related to bug #1090)
1671:
1672: * src/main/compile.y: PC.cclass->is_vars_local() check added for
1673: one_big_piece (fixes bug #1090)
1674:
1675: * tests/: 229.html, results/229.processed: code coverage tests
1676:
1677: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
1678: body) was called
1679:
1680: * src/classes/op.C: whitespace
1681:
1682: * tests/: 323.html, results/323.processed: test for code junction
1683: should not be returned by ^reflection:class, ^reflection:base
1684:
1685: * src/classes/reflection.C: bugfix: code junction should not be
1686: returned by ^reflection:class, ^reflection:base
1687:
1688: * tests/: 323.html, 352.html, results/352.processed: no more
1689: exception for ^reflection:method[class;no-such-method] (related
1690: to feature #1087)
1691:
1692: * src/classes/reflection.C:
1693: ^reflection:method[class;no-such-method] : exception -> void
1694: (related to feature #1087)
1695:
1696: * src/include/pa_request.h: request::write_value added to allow
1697: write value without convertion (related to issue #1091)
1698:
1699: 2016-09-19 moko
1700:
1701: * src/main/pa_random.C: windows build fix
1702:
1703: * src/types/pa_vhash.h: warning war
1704:
1705: 2016-09-14 moko
1706:
1707: * tests/: 352.html, 552.html, results/352.processed,
1708: results/552.processed: test for ^reflection:method[] extension
1709: added (related to feature #1087)
1710:
1711: * tests/: 552.html, results/552.processed: test for
1712: ^reflection:method[] extension added (related to feature #1087)
1713:
1714: * src/classes/reflection.C: compatibility issue fixed, VClass
1715: dynamic_cast check added (related to feature #1087)
1716:
1717: * tests/: 351.html, results/351.processed: test for @auto[]
1718: inheritance bug diring ^process[] added (related to bug #1088)
1719:
1720: * src/: classes/op.C, main/pa_request.C,
1721: types/pa_vstateless_class.C: set_method now checks for @auto[] to
1722: disable it inheritance during ^process (fixes bug #1088)
1723:
1724: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
1725: added (implements feature #1087)
1726:
1727: 2016-09-13 moko
1728:
1729: * tests/: 349.html, results/auto.p: test for objects prototyping
1730: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
1731: to feature #1086)
1732:
1733: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
1734: types/pa_vobject.C: objects now are not class instances, but have
1735: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
1736: in @conf (implements feature #1086)
1737:
1738: 2016-09-08 moko
1739:
1740: * src/: classes/file.C, classes/mail.C, classes/string.C,
1741: classes/table.C, main/pa_http.C, main/pa_string.C,
1742: include/pa_string.h: cleanup: string::split limit argument
1743: removed as no longer required, pos_after no longer reference
1744: (related to feature #11)
1745:
1746: * src/classes/table.C, tests/results/348.processed: now exception
1747: is rised when invalid option is passed to ^table::create[]
1748:
1749: * tests/: 282.cfg, 282.html, results/282.processed: more code
1750: coverage tests
1751:
1752: * tests/: 348.html, results/348.processed: code coverage tests
1753: added
1754:
1755: * tests/: 348.html, results/348.processed: generic ^table::create[]
1756: tests
1757:
1758: * tests/: 035.html, results/035.processed, results/272.processed:
1759: tests updated after $.encloser[] support for ^table::create
1760: implementation (related to feature #11)
1761:
1762: * src/classes/table.C: $.encloser[] support for ^table::create
1763: finally added (implements feature #11)
1764:
1765: 2016-09-07 moko
1766:
1767: * src/include/pa_string.h: added StringSplitHelper as friend
1768: (related to feature #11)
1769:
1770: * src/include/pa_string.h: body and langs now protected, not
1771: private to allow inheritance (related to feature #11)
1772:
1773: * src/classes/table.C: lsplit optimized before cloning for
1774: ^table::create with $.encloser[] (related to feature #11)
1775:
1776: * src/classes/table.C: optimizaion: TableControlChars.separators
1777: added and used (related to feature #11)
1778:
1779: * src/classes/table.C: spelling:
1780:
1781: TableSeparators -> TableControlChars column -> separator
1782: separators -> control_chars
1783:
1784: 2016-09-06 moko
1785:
1786: * src/main/pa_string.C: whitespace
1787:
1788: * src/main/pa_string.C: whitespace
1789:
1790: 2016-09-01 moko
1791:
1792: * tests/: 347-curl.html, results/347-curl.processed: to make tests
1793: results OS-independent
1794:
1795: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
1796: compiler (related to feature #1042)
1797:
1798: 2016-08-15 moko
1799:
1800: * src/include/pa_string.h: whitespace
1801:
1802: * src/classes/table.C: whitespace
1803:
1.106 moko 1804: 2016-08-05 moko
1805:
1806: * tests/: 344.html, results/344.processed: test for
1807: ^hash::create[$file] added (related to feature #1075)
1808:
1809: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
1810: supported (implements feature #1075)
1811:
1812: 2016-08-04 moko
1813:
1814: * tests/: 341.html, results/341.processed: more code coverage tests
1815:
1816: * tests/: 346-curl.html, results/346-curl.processed: more code
1817: coverage tests for curl
1818:
1819: * tests/: 346-curl.html, results/346-curl.processed: more code
1820: coverage tests for curl
1821:
1822: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
1823: results/223.processed: code coverage tests: $.form[ $.table[] ]
1824: test added
1825:
1826: * tests/: 223-curl.html, results/223-curl.processed: more code
1827: coverage tests for curl
1828:
1829: 2016-08-03 moko
1830:
1831: * src/classes/curl.C: dlink(curl_library) now called not once, but
1832: until it will be loaded, allowing to find existing library.
1833:
1834: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
1835: results/347-curl.processed: more code coverage tests for curl
1836:
1837: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
1838: results/339-curl.processed, results/346-curl.processed: curl
1839: functionality tests
1840:
1841: 2016-08-02 moko
1842:
1843: * tests/: 339.html, results/339.processed: test for tables in
1844: ^file:load[] and ^curl:load[] (commented) added (related to
1845: feature #1042)
1846:
1847: * tests/: 345.html, results/345.processed: code coverage tests for
1848: file class
1849:
1850: * tests/: 344.html, results/344.processed: code coverage tests
1851:
1852: * tests/: 344.html, results/344.processed: mdate removed from
1853: output
1854:
1855: * src/classes/file.C: minor bugfix: is_text should be taked from
1856: fcontent.is_text_mode() if not set (related to feature #1061)
1857:
1858: * tests/: 344.html, results/344.processed: more tests
1859:
1860: * tests/: 343.html, 344.html, results/343.processed,
1861: results/344.processed: tests for ^file::create[ $.from-charset
1862: and $.to-charset ] (related to feature #1061)
1863:
1864: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1865: aset_text_mode argument optimized
1866:
1867: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1868: checkBOM now used in detect_binary_content (related to feature
1869: #1061)
1870:
1871: * src/main/pa_request.C: load_charset no longer required to_upper
1872:
1873: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
1874: preserves original file mode (if no $.mode specified)
1875:
1876: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1877: ^file::create now supports $.from-charset[] and $.to-charset
1878: options (implements feature #1061), automatic transcode is done
1879: if text file is created from binary file and charset is detected.
1880:
1881: 2016-07-30 moko
1882:
1883: * src/classes/table.C: ^t.hash[..;] now supported (related to
1884: feature #1057)
1885:
1886: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
1887: added (related to feature #1057)
1888:
1889: * tests/: 286.html, results/286.processed: code tests coverage
1890:
1891: 2016-07-29 moko
1892:
1893: * src/classes/table.C: table size should be checked inside menu and
1894: foreach (related to feature #858)
1895:
1896: * src/: classes/curl.C, classes/file.C, classes/string.C,
1897: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1898: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
1899: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
1900: charsets.get now does str_upper inside (related to feature #1061)
1901:
1902: * tests/: 342.html, results/342.processed: more code coverage tests
1903:
1904: * tests/: 342.html, outputs/342.processed: table menu code coverage
1905: + foreach test added (related to feature #858)
1906:
1907: * tests/: 341.html, results/341.processed: tests for
1908: ^table.hash[]{code} added + code coverage tests (related to
1909: feature #1057)
1910:
1911: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
1912: value} support (implements feature #1057)
1913:
1914: * src/classes/table.C: whitespace
1915:
1916: 2016-07-28 moko
1917:
1918: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
1919: from URL, if not specified query string removed from url-based
1920: filenames in ^curl:load[] and ^file::load[] (related to feature
1921: #1042)
1922:
1923: 2016-07-27 moko
1924:
1925: * tests/: 340.html, results/340.processed: test for
1926: transcode_text_result=false added (related to issue #1042)
1927:
1928: 2016-07-26 moko
1929:
1930: * src/types/pa_vfile.C: file name should not be empty (if file path
1931: is folder and ends with /) (related to feature #1042)
1932:
1933: * src/main/pa_http.C: whitespace optimizaion
1934:
1935: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1936: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
1937: multiple headers, ^file::load supports headers transcoding
1938: (implements feature #1042)
1939:
1940: 2016-07-25 moko
1941:
1942: * src/include/pa_common.h: PA_DEFAULT added
1943:
1944: 2016-07-22 moko
1945:
1946: * tests/: 338.html, results/338.processed: test for
1947: $date.field(value) added (related to feature #1066)
1948:
1949: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
1950: $date.field(value) now supported for y/m/d/h/m/s (implements
1951: feature #1066)
1952:
1.105 moko 1953: 2016-07-21 moko
1954:
1955: * src/: classes/file.C, classes/image.C, include/pa_common.h,
1956: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
1957: arguments removed; image.C - absolute path shown in exception
1958: (implements feature #1071)
1959:
1960: * tests/: 235.html, results/235.processed: test and test result
1961: updated after static boundary in mail and Errors-To: mail header
1962: removed (related to feature #1047)
1963:
1964: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
1965: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
1966: used, static boundary in mail removed, Errors-To: mail header
1967: removed (implements feature #1047)
1968:
1969: 2016-07-20 moko
1970:
1971: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1972: equest.classes(): Value -> VStateless_class, part 3 (related to
1973: issue #1051)
1974:
1975: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
1976: request.classes(): Value -> VStateless_class, part 2 (related to
1977: issue #1051)
1978:
1979: * tests/results/: 224.processed, 323.processed: classes without
1980: methods should not be methoded (related to issue #1051)
1981:
1982: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
1983: main/compile_tools.h, main/pa_request.C: request.classes(): Value
1984: -> VStateless_class, part 1 (related to issue #1051)
1985:
1986: * tests/: 337.html, results/337.processed: test for
1987: ^reflection:fields_reference[] and VHashReference class added
1988: (related to feature #1072)
1989:
1990: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
1991: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
1992: and VHashReference added, allowing ^reflection:fields_reference[]
1993: implementation (closes feature #1072)
1994:
1995: 2016-07-19 moko
1996:
1997: * tests/: 323.html, results/323.processed: we want to see
1998: "methoded"
1999:
2000: * tests/: 336.html, results/336.processed: test for $BASE:property
2001: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2002: #1059)
2003:
2004: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2005: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2006: somebody_entered_some_class, $BASE:property works again,
2007: ^BASE:method[] bugs fixed (fixes bug #1059)
2008:
2009: 2016-07-14 moko
2010:
2011: * tests/: 335.html, results/335.processed: test for feature #1055
2012: added
2013:
2014: * src/classes/hash.C: bugfix: $._default was not copied if empty
2015: feature: ^hash.contains[_default] added (implements feature
2016: #1055)
2017:
2018: 2016-07-13 moko
2019:
2020: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
2021: should not call @autouse (http://www.parser.ru/forum/?id=83480)
2022:
2023: 2016-07-05 moko
2024:
2025: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
2026: in ^hash.foreach (related to feature #1073)
2027:
2028: 2016-07-04 moko
2029:
2030: * tests/: 134.html, 281.html, results/134.processed,
2031: results/281.processed: tests updated after hash blocking removed
2032: (related to feature #1073)
2033:
2034: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
2035: no longer blocks on change during foreach (implements feature
2036: #1073)
2037:
2038: 2016-06-17 moko
2039:
2040: * tests/: 330.html, results/330.processed: try exception source
2041: test added (related to bug in #1062)
2042:
2043: * tests/: 334.html, results/334.processed: Exception stack trace
2044: test added (related to bug in $1062)
2045:
2046: * src/classes/op.C: Exception trace now correctly restored and
2047: errors reported (related to bug #1062)
2048:
1.104 moko 2049: 2016-05-25 moko
2050:
2051: * src/main/compile.y: minor cleanup + beauty
2052:
2053: 2016-05-24 moko
2054:
2055: * tests/: 333.html, results/333.processed: more exceptions testing
2056:
2057: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
2058: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
2059: features #1056, #1026)
2060:
2061: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
2062: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
2063: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
2064: (implements feature #1056)
2065:
2066: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2067: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
2068: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
2069: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
2070: feature #1026)
2071:
2072: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
2073: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
2074: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
2075: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
2076: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
2077: feature #1026)
2078:
2079: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2080: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
2081: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
2082: SYMBOLS_CACHING define implemented (related to feature #1026)
2083:
2084: * src/main/main.vcproj: + ps_symbols
2085:
2086: * src/: include/Makefile.am, include/pa_string.h,
2087: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
2088: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
2089: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2090: types/pa_vstateless_class.C: initial implementation for symbols
2091: cache (related to feature #1026)
2092:
2093: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
2094:
2095: * src/main/pa_globals.C: minor cleanup
2096:
2097: 2016-05-19 moko
2098:
2099: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
2100: (related to feature #1046)
2101:
2102: * tests/: 331.html, results/331.processed: test for
2103: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
2104: (related to feature #1051)
2105:
2106: * src/main/compile.y:
2107: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
2108: (implements feature #1054)
2109:
2110: 2016-05-18 moko
2111:
2112: * src/types/pa_vtable.C, tests/results/324.processed: no more
2113: "column not found" exception for ^table.no-such-method[] (related
2114: to feature #1046)
2115:
2116: * tests/: 261.html, results/261.processed: test added and updated
2117: after feature #1046 implementation
2118:
2119: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
2120: types/pa_vvoid.h: $string.anything works for whitespace strings,
2121: ^string.contains added for hash compatibility, $string.method no
2122: longer returns stting method (implements feature #1046)
2123:
2124: 2016-05-12 moko
2125:
2126: * src/classes/curl.C: content-type response header no longer
2127: ignored (fixes issue #1045)
2128:
2129: * tests/: 330.html, results/330.processed: test for incomplete
2130: finally execution when break occures added (related to issue
2131: #1077)
2132:
2133: * src/classes/op.C: bugfix: Request::skip reset is called before
2134: executing catch and finally code (fixes issue #1062)
2135:
2136: 2016-05-11 moko
2137:
2138: * tests/: 329.html, results/329.processed: test for invalid
2139: ^break[] behavour added (bug #1077)
2140:
2141: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
2142:
2143: 2016-04-24 moko
2144:
2145: * src/types/pa_vstateless_class.h: warning war
2146:
2147: 2016-04-17 moko
2148:
2149: * tests/: 328.html, results/328.processed: test for
2150: ^break(condition) and ^continue(condition) (related to feature
2151: #1063)
2152:
2153: * src/classes/op.C: ^break(condition) and ^continue(condition)
2154: implemented (feature #1063)
2155:
2156: 2016-04-12 moko
2157:
2158: * tests/results/280.processed: ordered hash now used for class
2159: methods and properties (test results updated for feature #1069)
2160:
2161: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
2162: to xdoc.C as under FreeBSD it was inited after and inheritance
2163: failed (related to issue #1051)
2164:
2165: * tests/: 320.html, results/320.processed: xdoc and xnode methods
2166: are printed to check inheritance (related to feature #1051)
2167:
1.103 moko 2168: 2016-04-09 moko
2169:
2170: * tests/results/320.processed: ordered hash now used for class
2171: methods and properties (test results updated for feature #1069)
2172:
2173: * src/types/pa_vstateless_class.h: ordered hash now used for class
2174: methods and properties (implements feature #1069)
2175:
2176: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
2177: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
2178: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
2179: feature #1051)
2180:
2181: 2016-04-07 moko
2182:
2183: * src/main/execute.C: returned Value in .CLASS case for VJunction
2184: (related to feature #1051)
2185:
2186: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
2187: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
2188: string constants deduplication (related to feature #1051)
2189:
2190: * tests/results/224.processed: test result updated (related to
2191: feature #1051)
2192:
2193: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
2194: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
2195: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
2196: types/pa_vstatus.h: classes hash now contains only
2197: VStateless_class derived objects, .CLASS is also allways
2198: VStateless_class derived object (related to feature #1051).
2199:
2200: 2016-04-06 moko
2201:
2202: * tests/results/323.processed: test result updated after feature
2203: #1051 implementation
2204:
2205: * src/: classes/classes.h, classes/op.C, classes/response.C,
2206: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2207: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
2208: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
2209: types/pa_vresponse.C, types/pa_vresponse.h,
2210: types/pa_vstateless_class.h: base -> methoded_donor for static
2211: classes, type() moved from VStateless_class to VClass and
2212: Methoded (implements feature #1051)
2213:
2214: 2016-04-04 moko
2215:
2216: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
2217: beauty: put_class added (related to feature #1051)
2218:
2219: 2016-04-01 moko
2220:
2221: * tests/results/: 175.processed, 192.processed, 224.processed,
2222: 229.processed, 244.processed, 246.processed, 316.processed: test
2223: results updated as class.type() removed from error messages, only
2224: type() left (related to feature #1051)
2225:
2226: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
2227: classes/op.C, classes/reflection.C, main/compile.y,
2228: main/compile_tools.h, main/execute.C, main/pa_request.C,
2229: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
2230: types/pa_vmethod_frame.h, types/pa_vobject.h,
2231: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
2232: from VStateless_class, type() is used instead (related to feature
2233: #1051)
2234:
2235: * src/classes/mail.C: old logic restored.
2236:
2237: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2238: classes/classes.h, classes/curl.C, classes/date.C,
2239: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2240: classes/hashfile.C, classes/image.C, classes/inet.C,
2241: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2242: classes/memcached.C, classes/memory.C, classes/reflection.C,
2243: classes/regex.C, classes/response.C, classes/string.C,
2244: classes/table.C, classes/xdoc.C, classes/xnode.C,
2245: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
2246: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
2247: feature #1051)
2248:
2249: 2016-03-30 moko
2250:
2251: * tests/: 327.html, results/224.processed, results/327.processed:
2252: test for TZ specification in ^date::create[], TZ is kept during
2253: ^date::create[$dt] (related to feature #1048)
2254:
2255: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
2256: ^date::create[], TZ is kept during ^date::create[$dt] (implements
2257: feature #1048)
2258:
2259: 2016-03-29 moko
2260:
2261: * tests/: 315.html, results/315.processed: test for timezone format
2262: +HHmm added (related to feature #1065)
2263:
2264: * src/classes/date.C: timezone format +HHmm now supported
2265: (implements feature #1065)
2266:
2267: 2016-03-28 moko
2268:
2269: * tests/: 202.html, results/131.processed, results/202.processed,
2270: results/224.processed, results/256.processed,
2271: results/315.processed: test results updated after %.2d now
2272: default for hours offset in iso-string (was %2d), test for
2273: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2274: added (related to feature #1065)
2275:
2276: 2016-03-27 moko
2277:
2278: * src/types/pa_vdate.C: '+' sign for zero offset (related to
2279: feature #1065)
2280:
2281: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2282: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2283: added (implements feature #1065)
2284:
2285: 2016-03-24 moko
2286:
2287: * tests/: 202.html, results/202.processed: test $date.week added
2288: (related to bug #1067)
2289:
2290: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
2291: date (fix for bug #1067)
2292:
2293: 2016-03-10 moko
2294:
2295: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
2296:
1.102 moko 2297: 2015-12-07 moko
2298:
2299: * tests/: 326.html, results/326.processed: test for .CLASS &
2300: .CLASS_NAME optimization added (related to feature #844)
2301:
2302: 2015-11-17 moko
2303:
2304: * tests/: 323.html, results/323.processed: order added
2305:
2306: * tests/: 325.html, results/325.processed: double range test added
2307: (related to bug #1049)
2308:
2309: 2015-11-16 moko
2310:
2311: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
2312: added to disallow NaN and Infinity (fixes bug #1049)
2313:
2314: 2015-11-11 moko
2315:
2316: * tests/324.html: parser 3.4.3 execution support added (related to
2317: feature #1017)
2318:
2319: * tests/: 324.html, results/324.processed: test for
2320: GET_ELEMENT4CALL feature added (feature #1017)
2321:
1.101 moko 2322: 2015-10-29 moko
2323:
2324: * operators.txt: updated for 3.4.4
2325:
2326: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
2327:
2328: * src/main/pa_exec.C: get_exit_status implemented for Windows
2329: (related to bug #1043)
2330:
2331: 2015-10-28 moko
2332:
2333: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
2334: hangup during ^file::exec (fixes bug #1043)
2335:
1.100 moko 2336: 2015-10-27 moko
2337:
2338: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
2339:
1.99 moko 2340: 2015-10-26 moko
2341:
1.100 moko 2342: * tests/322.html, src/classes/reflection.C: arguments reorder
2343: (related to issue #1041)
2344:
2345: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
2346: Copyright year updated
2347:
1.99 moko 2348: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
2349: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
2350: classes/form.C, classes/hash.C, classes/hashfile.C,
2351: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
2352: classes/mail.C, classes/math.C, classes/memcached.C,
2353: classes/memory.C, classes/op.C, classes/reflection.C,
2354: classes/regex.C, classes/response.C, classes/string.C,
2355: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2356: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2357: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2358: include/pa_config_fixed.h, include/pa_config_includes.h,
2359: include/pa_dictionary.h, include/pa_dir.h,
2360: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2361: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2362: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2363: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2364: include/pa_request_charsets.h, include/pa_request_info.h,
2365: include/pa_sapi.h, include/pa_socks.h,
2366: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2367: include/pa_stack.h, include/pa_string.h,
2368: include/pa_stylesheet_connection.h,
2369: include/pa_stylesheet_manager.h, include/pa_table.h,
2370: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2371: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2372: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2373: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
2374: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
2375: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
2376: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
2377: main/compile.y, main/compile_tools.C, main/compile_tools.h,
2378: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
2379: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
2380: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
2381: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
2382: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2383: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2384: main/pa_string.C, main/pa_stylesheet_connection.C,
2385: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2386: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2387: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
2388: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
2389: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
2390: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
2391: targets/isapi/parser3isapi.C, types/pa_junction.h,
2392: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2393: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
2394: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
2395: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
2396: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2397: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2398: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2399: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2400: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2401: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2402: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2403: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
2404: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2405: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2406: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2407: types/pa_vresponse.C, types/pa_vresponse.h,
2408: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2409: types/pa_vstateless_object.h, types/pa_vstatus.C,
2410: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2411: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2412: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2413: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2414: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2415:
2416: * src/targets/cgi/parser3.C: year updated
2417:
2418: * src/classes/reflection.C: VS2003 compatibility fixed (related to
2419: issue #1041)
2420:
2421: * tests/: 323.html, results/323.processed: test for base classes
2422: added
2423:
2424: * tests/: 261.html, results/261.processed: updated after better
2425: error reporting done for $string.key exception
2426:
2427: * src/types/pa_vstring.h: better error report for $string.key
2428: exception
2429:
2430: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
2431: copied as VObject::get_element4call to remove extra virtual call
2432:
2433: * tests/: 322.html, results/322.processed: test for
2434: ^reflection:is[] added (related to feature #1041)
2435:
2436: * src/classes/reflection.C: ^reflection:is empty value is void
2437: (related to feature #1041)
2438:
2439: * src/classes/reflection.C:
2440: ^reflection:is[class_name|code|method;[context;]element_name]
2441: added (implements feature #1041)
2442:
2443: 2015-10-24 moko
2444:
2445: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
2446:
1.98 moko 2447: 2015-10-22 moko
2448:
2449: * tests/: 321.html, results/321.processed: test for
2450: ^reflection:method_info[] file detection added
2451:
2452: * tests/: 320.html, results/320.processed: test for
2453: ^reflection:class_by_name[class_name] added (related to feature
2454: #993)
2455:
2456: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
2457: added (implements feature #993)
2458:
2459: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
2460: (related to feature #1017)
2461:
2462: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
2463: added (related to issue #1039)
2464:
2465: * src/main/pa_request.C: ^throw origin fixed (related to feature
2466: #1039)
2467:
2468: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
2469: for VDate
2470:
2471: * tests/results/182.processed: updated after feature #1038
2472: implemented
2473:
2474: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
2475: compile-time exception origin added (test for feature #1039)
2476:
2477: * src/: include/pa_request.h, main/compile.C, main/compile.y,
2478: main/pa_request.C: exception unification: compile-time exceptions
2479: now have origin, @USE origins also tracked (implements feature
2480: #1039)
2481:
2482: 2015-10-20 moko
2483:
2484: * src/main/pa_request.C: cleanup
2485:
2486: 2015-10-15 moko
2487:
2488: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
2489:
2490: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
2491: types/pa_vtable.C: new feature: no more $table.method and
2492: $hash.method, aliases for _at, _count, _key (related to feature
2493: #1017)
2494:
1.97 moko 2495: 2015-10-14 moko
2496:
1.98 moko 2497: * tests/: 317.html, results/317.processed: test for
2498: ^string.unescape[] added (related to feature #120)
2499:
1.97 moko 2500: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
2501: defined" bug (described in issue #1036)
2502:
2503: * tests/: 247.html, results/247.processed: test for checkBOM added
2504: (test for bug #1037)
2505:
2506: * src/: include/pa_charsets.h, main/pa_charsets.C,
2507: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
2508: it's not enforced, skips BOM signature if it complies charset
2509: (fixes bug #1037)
2510:
2511: 2015-10-13 moko
2512:
2513: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
2514: linking
2515:
2516: * src/classes/inet.C: vs2003 compilation fix
2517:
2518: * src/classes/math.C: warning war
2519:
2520: * src/lib/punycode/pa_punycode.c: warning war
2521:
2522: 2015-10-12 moko
2523:
2524: * src/lib/punycode/pa_punycode.c: warning war
2525:
2526: * parser3.sln: moved parser3 first, to make it default startup
2527: project
2528:
2529: * buildall: parser "mirror" now used for external libs sources
2530: (implements feature #1036)
2531:
2532: * buildall: most external libs are updated to their current
2533: versions (related to feature #1036)
2534:
2535: * src/classes/image.C: more tags added
2536:
2537: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
2538:
2539: 2015-10-11 moko
2540:
2541: * src/classes/curl.C: minor optimization (related to feature #1035)
2542:
2543: 2015-10-09 moko
2544:
2545: * src/classes/curl.C: pa_strdup added for strings from curl
2546: (related to feature #1035)
2547:
2548: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
2549: ULLONG_MAX definition
2550:
2551: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
2552: (implements feature #1035)
2553:
2554: * src/main/pa_charset.C: String::Body(String::C) used
2555:
2556: * src/main/pa_charset.C: exceptions unified
2557:
2558: * src/: include/pa_charset.h, main/pa_charset.C: declarations
2559: unified
2560:
2561: * src/: classes/file.C, classes/image.C, classes/mail.C,
2562: classes/op.C, classes/xdoc.C, classes/xnode.C,
2563: include/pa_string.h, main/pa_request.C, main/pa_string.C,
2564: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
2565: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
2566: String::Body(String::C) constructor added (related to bug #957)
2567:
2568: * src/classes/file.C: minor optimization
2569:
2570: * src/include/pa_hash.h: hash.get(char*) added, to minimize
2571: Cord(char*) autocreation (related to bug #957)
2572:
2573: * src/: classes/string.C, main/untaint.C: minor optimizations
2574:
2575: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
2576: String(char*, Lang, length) removed, String(C(), Lang) used
2577: instead (related to bug #957)
2578:
2579: 2015-10-08 moko
2580:
2581: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
2582: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
2583: main/untaint.C: Now char * is converted to CORD only using
2584: AS_CORD() to check for empty cord bug (fixes bug #957)
2585:
2586: * src/include/pa_hash.h: fixed compilation without
2587: HASH_CODE_CACHING
2588:
2589: * src/classes/string.C:
2590: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
2591: feature #120)
2592:
2593: * src/main/pa_common.C: reduce js flags checks count (related to
2594: feature #120)
2595:
1.96 moko 2596: 2015-10-07 moko
2597:
2598: * tests/: 275.html, results/275.processed: test modified after
2599: unsigned long long int support implemented (feature #1034)
2600:
2601: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
2602: pa_atoul added for unsigned long long int support
2603:
2604: 2015-10-06 moko
2605:
2606: * src/types/pa_vdate.C: INT_MAX used
2607:
2608: 2015-10-03 moko
2609:
2610: * tests/: 302.html, results/302.processed: test for bug #1023
2611: (\u2028, \u2029 escaping) added
2612:
2613: * src/main/untaint.C: \u2028, \u2029 are now escaped in
2614: json:string[] (fixes bug #1023)
2615:
2616: 2015-09-29 moko
2617:
2618: * tests/305.html: try-catch added for OS without ipv6 support
2619:
2620: * src/lib/json/pa_json.C: more unique prefixes for Solaris
2621: compilation
2622:
2623: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
2624: main/execute.C, types/pa_value.h, types/pa_vhash.h,
2625: types/pa_vtable.C, types/pa_vtable.h: get_element4call
2626: implemented to distinguish ^hash.method from $hash.field
2627: (implements feature #1017)
2628:
2629: * src/lib/punycode/pa_punycode.c: warning war
2630:
2631: * src/include/pa_config_includes.h: warning war
2632:
2633: * src/include/pa_config_includes.h: pragma warning actualized a bit
2634:
2635: * src/include/pa_config_includes.h: warning war
2636:
2637: * src/include/pa_hash.h: clang compilation fix
2638:
2639: 2015-09-27 moko
2640:
2641: * src/main/compile.tab.C: Bison 3 is now default
2642:
2643: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
2644:
2645: 2015-09-25 moko
2646:
2647: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
2648: works with undefined HASH_ORDER (related to feature #196)
2649:
2650: 2015-09-24 moko
2651:
2652: * tests/: 027.html, results/027.processed: test modified to test
2653: ^hash.sort (feature #196)
2654:
2655: * src/: classes/hash.C, include/pa_hash.h:
2656: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
2657: added (implements feature #196)
2658:
2659: * tests/: 316.html, results/316.processed: Added test for bug #1025
2660: (exception handling in non-cached ^cache), plus for "it does not
2661: have logical value" and "$exception.handled value must be either
2662: boolean or string 'cache'" exceptions.
2663:
2664: * src/classes/op.C: ^cache: exceptions now handled in non-cached
2665: code (fixes bug #1025)
2666:
1.95 moko 2667: 2015-09-23 moko
2668:
2669: * src/classes/table.C: warning war
2670:
2671: * src/: classes/math.C, types/pa_vcookie.C: warning war
2672:
2673: * src/classes/file.C: warning war
2674:
2675: * src/: include/pa_table.h, main/pa_table.C: warning war
2676:
2677: * src/: main/pa_request.C, classes/date.C: warning war
2678:
2679: * src/: types/pa_vdate.C, classes/op.C: warning war
2680:
2681: * tests/: 122.html, results/122.processed: win sync: to remove
2682: differences with OS that doesn't keep timezone change history
2683:
2684: * src/types/pa_vdate.C: tzset() should be called in Windows after
2685: TZ change (related to feature #36)
2686:
2687: * tests/: 075.html, results/075.processed: win sync: to remove
2688: differences with OS that doesn't keep timezone change history
2689:
2690: * tests/: 315.html, results/315.processed: win sync: to remove
2691: differences with OS that doesn't keep timezone change history
2692:
2693: * tests/: 256.html, results/256.processed: win sync: to remove
2694: differences with OS that doesn't keep timezone change history
2695:
2696: * tests/: 124.html, results/124.processed: win results sync: to
2697: avoid hitting time change hole.
2698:
2699: * src/types/pa_vdate.C: static returned. :)
2700:
2701: 2015-09-22 moko
2702:
2703: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
2704:
2705: * tests/results/131.processed: more tests for feature #1032
2706:
2707: * src/classes/date.C: minor fix related to feature #1032
2708:
2709: * operators.txt: ISO date creation documented (related to feature
2710: #1032)
2711:
2712: * operators.txt: iso-string documented (related to feature #1032)
2713:
2714: * tests/: 315.html, results/315.processed: more tests added
2715: (related to feature #1032)
2716:
2717: * tests/: 131.html, results/131.processed: date range checks
2718: updated (related to feature #36)
2719:
2720: * tests/: 315.html, results/057.processed, results/315.processed:
2721: test added for ISO date support (related to issue #315)
2722:
2723: * src/classes/date.C: more readable exceptions in date creation
2724: (related to ticket #1032)
2725:
2726: 2015-09-18 moko
2727:
2728: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
2729: added (related to issue #1032)
2730:
2731: * tests/results/256.processed, src/classes/json.C: iso-string
2732: documented (related to issue #1032)
2733:
2734: * tests/: 256.html, results/256.processed: ISO date check added
2735: (related to issue #1032)
2736:
2737: * tests/: 057.html, results/057.processed, results/224.processed:
2738: tests results updated after ISO date support implemented (related
2739: to feature #1032)
2740:
2741: * src/: classes/date.C, classes/image.C, types/pa_value.h,
2742: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
2743: ^date::create[string] constructor formalized, ^date.iso-string[]
2744: added (implements feature #1032)
2745:
2746: 2015-09-05 moko
2747:
2748: * operators.txt: actualized
2749:
2750: * operators.txt: date changes documented (related to ticket #36)
2751:
2752: 2015-09-04 moko
2753:
2754: * src/types/pa_vdate.C: warning war
2755:
2756: * src/: classes/op.C, types/pa_vhashfile.C: warning war
2757:
2758: 2015-09-03 moko
2759:
2760: * tests/results/096.processed: test result updated for 0..9999 year
2761: date range support (related to feature #36)
2762:
2763: * tests/: 314.html, results/314.processed: test for
2764: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
2765: bug #1031)
2766:
2767: * src/classes/string.C: Static calls fixed for ^string:base64[],
2768: ^string:idna[], ^string:js-escape[] (closes bug #1031)
2769:
1.116 moko 2770: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
2771: configure.in -> configure.ac
1.95 moko 2772:
1.116 moko 2773: * configure, configure.in, src/include/pa_config_auto.h.in: more
2774: correct timezone check for FreeBSD Warning war: configure.in ->
2775: configure.ac
1.95 moko 2776:
2777: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 2778: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
2779: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
2780: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
2781: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
2782: src/main/Makefile.am, src/targets/apache/Makefile.am,
2783: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 2784: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
2785: check added
2786:
2787: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
2788:
2789: * tests/results/: 124.processed, 224.processed: test resuls updated
2790: for new date implementation (related to feature #36)
2791:
2792: * src/: classes/date.C, classes/image.C, include/pa_common.h,
2793: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
2794: types/pa_vdate.h: new double date implementation with internal
2795: support for extended 0..9999 year range, default timezone support
2796: (related to feature #36)
2797:
2798: 2015-08-28 moko
2799:
2800: * src/types/pa_vmail.C: fixed $mail:received.date calculations
2801: (fixes bug #1030)
2802:
2803: 2015-08-21 moko
2804:
2805: * src/classes/inet.C: snprintf size "bug" commented
2806:
2807: * src/main/pa_common.C: snprintf comments updated
2808:
2809: 2015-08-16 moko
2810:
2811: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
2812:
2813: 2015-08-11 moko
2814:
2815: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2816: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
2817: can be null (fixes bug #1029)
2818:
2819: 2015-08-06 moko
2820:
1.116 moko 2821: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
2822: pa_vdate.C added
1.95 moko 2823:
2824: 2015-08-05 moko
2825:
2826: * tests/: 313.html, results/313.processed: test for
2827: ^table.count[columns] and ^table.flip[] with nameless tables
2828: (feature #1003)
2829:
2830: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2831: max_cell added, now ^table.count[columns] and ^table.flip[] works
2832: correctly for nameless tables (implements feature #1003)
2833:
2834: 2015-08-03 moko
2835:
2836: * tests/312.html: test for ^table.append[$hash] and
2837: ^table.insert[$hash] added (related to feature #1028)
2838:
2839: * src/classes/table.C: ^table.append[$hash] and
2840: ^table.insert[$hash] now supported (implements feature #1028)
2841:
2842: * tests/: 312.html, results/312.processed: test row copy in
2843: ^table.hash[; $.type[table] ] added (related to feature #1016)
2844:
2845: * src/classes/table.C: row copy now created in ^table.hash[;
2846: $.type[table] ] (related to feature #1016)
2847:
2848: 2015-07-29 moko
2849:
2850: * tests/: 312.html, results/312.processed: test for ^table.delete[]
2851: added (related to feature #1016)
2852:
2853: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2854: ^table.delete[] added to delete current row (related to feature
2855: 1016)
2856:
2857: 2015-07-28 moko
2858:
2859: * tests/: 312.html, results/312.processed: test for
2860: $table.column[value] and ^table.insert{row} (related to feature
2861: #1016)
2862:
2863: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
2864: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
2865: ^table.insert{row} are now implemented (feature #1016)
2866:
2867: * src/include/pa_array.h: Optimization: bool reverse removed from
2868: append(), insert() added, memmove arguments order in remove()
2869: fixed (related to feature #1016)
2870:
2871: 2015-07-23 moko
2872:
2873: * src/classes/json.C: tainted json and empty json exception added
2874: (implements feature #1015)
2875:
2876: * tests/: 311.html, results/311.processed: empty json and tainted
2877: json exception test added (related to issue #1015)
2878:
2879: 2015-07-22 moko
2880:
2881: * tests/: 311.html, results/311.processed: test for UTF-8
2882: processing added
2883:
2884: * tests/: 311.html, results/311.processed: test for
2885: json_exception_with_source added (related to issue #394)
2886:
2887: * src/classes/json.C: json_exception_with_source added (implements
2888: feature #394)
2889:
2890: 2015-06-29 moko
2891:
2892: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
2893: directories are now correctly determined if _d_type == DT_UNKNOWN
2894: (closes bug #1027)
2895:
2896: 2015-06-10 moko
2897:
2898: * src/types/pa_vxnode.h: extern "C" not requred and causes build
2899: error if libxml has LIBXML_ICU_ENABLED.
2900:
2901: 2015-06-04 moko
2902:
2903: * tests/099.html: ups, reverting
2904:
2905: * tests/: 099.html, 309.html, 310.html, results/309.processed,
2906: results/310.processed: tests for $response:body[ $.file[] ] and
2907: $response:last-modified added
2908:
2909: * src/main/pa_request.C: last-modified check fixed
2910:
2911: 2015-06-03 moko
2912:
2913: * tests/: 204.html, 205.html, 293.html, results/204.processed,
2914: results/205.processed, results/293.processed: $response:headers
2915: logging added (tests for feature #1007)
2916:
2917: * src/: include/pa_common.h, include/pa_request.h,
2918: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
2919: $response:headers are now in uppercase (closes feature #1007)
2920:
2921: 2015-06-02 moko
2922:
2923: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
2924: build errors reverted for clang compatibility
2925:
2926: 2015-06-01 moko
2927:
2928: * src/include/pa_memory.h: -pedantic build errors fixed
2929:
2930: * src/classes/math.C: -pedantic build error fixed
2931:
2932: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
2933:
2934: 2015-05-31 moko
2935:
2936: * src/classes/table.C: USE_STRINGSTREAM optimized
2937:
2938: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
2939: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
2940: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
2941: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
2942: types/pa_vxnode.h: warning war (-pedantic flag)
2943:
2944: 2015-05-28 moko
2945:
2946: * tests/: 308.html, results/308.processed: test for
2947: ^table::create[$t;], etc work added (related to bug #975)
2948:
2949: * src/classes/table.C: check_option_param removed,
2950: ^table::create[$t;], etc now works (fixes bug #975)
2951:
2952: 2015-05-27 moko
2953:
2954: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
2955: (Debian jessie) fixed (closes issue #1024)
2956:
2957: * tests/Makefile: sort added as in Debian jessie list become
2958: unsorted
2959:
2960: 2015-05-18 moko
2961:
2962: * tests/: 201.html, results/201.processed: test for
2963: ^string.trim[what] feature #1022
2964:
2965: * src/classes/string.C: ^string.trim[what] now supported,
2966: implements feature #1022
2967:
2968: 2015-05-17 moko
2969:
2970: * tests/results/185.processed: test result updated as feature #1021
2971: implemented (left/right accept negative parameter)
2972:
2973: * src/classes/string.C: left/right now accept negative parameter
2974: (implements feature #1021)
2975:
2976: 2015-05-08 moko
2977:
2978: * src/classes/math.C: isalnum -> pa_isalnum
2979:
2980: * src/main/execute.C: optimization in getter-junction processing
2981: (related to issue #997)
2982:
2983: 2015-05-07 moko
2984:
2985: * tests/: 307.html, results/307.processed: test for issue #997
2986: added
2987:
2988: * src/main/execute.C: process_getter result now checked if junction
2989: returned (closes issue #997)
2990:
2991: * tests/: 305.html, results/305.processed: sort added to ignore
2992: different order
2993:
2994: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
2995: assignment (closes issue #994)
2996:
2997: * tests/: 306.html, results/306.processed: test for issue #994
2998: added
2999:
3000: * tests/: 303.html, results/303.processed: two more errors tested
3001:
3002: 2015-05-06 moko
3003:
3004: * tests/: 305.html, results/305.processed: test for name2ip &
3005: ip2name added (related to feature #992)
3006:
3007: * tests/: 303.html, 304.html, results/303.processed,
3008: results/304.processed: tests for idna conversion added (related
3009: to issue #849)
3010:
3011: 2015-05-02 moko
3012:
3013: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3014: implemented
3015:
3016: 2015-04-30 moko
3017:
3018: * src/main/pa_http.C: idna_host added, related to issue #849
3019:
3020: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
3021: (related to issue #849)
3022:
3023: 2015-04-24 moko
3024:
3025: * src/types/pa_vjunction.C: warning war
3026:
3027: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
3028: unification
3029:
3030: * src/lib/punycode/pa_idna.c: warning war
3031:
3032: 2015-04-22 moko
3033:
3034: * src/main/main.vcproj: punycode include path added
3035:
3036: * src/lib/punycode/pa_idna.c: windows compile error fixed
3037:
3038: * src/lib/punycode/pa_idna.c: warning war
3039:
3040: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
3041: project file added
3042:
3043: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
3044:
3045: * src/include/pa_memory.h: warning war
3046:
3047: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
3048: ^string:idna[xn--...], ^string.idna[] - idna conversion support
3049: implemented (related to feature #849)
3050:
3051: * configure.in, src/main/Makefile.am,
3052: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
3053: libpunycode added in Unix
3054:
3055: 2015-04-21 moko
3056:
3057: * configure.in: large files support
3058:
3059: 2015-04-15 moko
3060:
3061: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
3062: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
3063: pa_punycode.h: initial version for punycode/idna support library
3064: (ticket #849)
3065:
3066: 2015-04-08 moko
3067:
3068: * src/: classes/curl.C, classes/date.C, classes/file.C,
3069: classes/image.C, classes/mail.C, classes/reflection.C,
3070: classes/string.C, classes/xnode.C, include/pa_request.h,
3071: include/pa_string.h, include/pa_stylesheet_connection.h,
3072: main/compile.y, main/compile_tools.h, main/execute.C,
3073: main/pa_common.C, main/pa_request.C, main/pa_string.C,
3074: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
3075: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
3076: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
3077: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
3078: clang compiler warnings (closes issue #1018)
3079:
3080: * src/include/pa_string.h: String::Body comparation operators with
3081: char * added (related to issue #958)
3082:
3083: 2015-04-07 moko
3084:
3085: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
3086: pa_malloc/pa_free to remove system malloc/free usage (related to
3087: issue #1018)
3088:
3089: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
3090: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
3091: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
3092: main/pa_http.C, main/pa_request.C, main/pa_string.C,
3093: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
3094: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
3095: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
3096: malloc/strdup/free replaced with pa_ version and checks for
3097: accidental use of non-pa_ version added (related to issue #1018)
3098:
3099: 2015-04-03 moko
3100:
3101: * buildall: pcre-8.33 -> pcre-8.36
3102:
3103: * src/: main/compile.y, classes/form.C, classes/mail.C,
3104: classes/op.C, classes/string.C, main/compile.tab.C,
3105: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
3106: main/pa_sql_driver_manager.C, types/pa_vfile.C,
3107: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
3108: ticket #958)
3109:
3110: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
3111: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3112: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3113: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
3114: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
3115: $request:headers, $request:method added (implements feature
3116: #1007)
3117:
3118: 2015-03-17 misha
3119:
3120: * tests/302.html: - test for
3121: ^json:string[...;$._default[method-name]]
3122:
3123: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3124: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
3125: option $._default[method-name] is specified in ^json:string[], a
3126: method with specified name will be called for classes/objects
3127: serialization ( new feature: #982 )
3128:
3129: 2015-03-16 misha
3130:
3131: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
3132: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
3133: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
3134: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
3135: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
3136: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
3137: types/pa_vmemory.h, types/pa_vmethod_frame.C,
3138: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
3139: types/pa_vrequest.h, types/pa_vstateless_class.C,
3140: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3141: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
3142: $var.CLASS_NAME now have special opcodes. This can be switched
3143: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
3144: on pa_opcode.h ( new feature: #844 )
3145:
3146: 2015-03-15 misha
3147:
3148: * tests/075.html: - test for $response:header[]
3149:
3150: * src/types/pa_vresponse.C: - $response:header[] deletes header
3151: that was set earlie ( new feature: #1001 )
3152:
3153: 2015-03-12 misha
3154:
3155: * tests/246.html: - more tests for ^hash._at[]
3156:
3157: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
3158: accepts second param [key|value|hash] ( new feature: #1012 )
3159:
3160: 2015-03-09 moko
3161:
3162: * src/types/pa_vmail.C: exception for everything but
3163: $mail:received, closes issue #1011
3164:
3165: 2015-02-20 moko
3166:
3167: * tests/: 275.html, results/275.processed: hex detection in
3168: pa_atoui fix test (closes issue #1010)
3169:
3170: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
3171: issue #1010)
3172:
3173: 2015-02-17 moko
3174:
3175: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
3176: tainted.
3177:
3178: 2015-02-03 misha
3179:
3180: * tests/301.html: - test for ^json:string($double) causes
3181: exception. bugfix: #1008
3182:
3183: * src/classes/json.C: - ^json:string($double) causes exception.
3184: bugfix: #1008
3185:
3186: * tests/014.html: - updated for work with ^hash.delete[]
3187:
3188: 2015-01-12 misha
3189:
3190: * src/: classes/form.C, include/pa_common.h,
3191: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
3192: types/pa_vform.h: - supports body with PUT method as well ( new
3193: feature: #1006 )
3194:
3195: * src/classes/file.C: - warnings war
3196:
3197: 2015-01-11 misha
3198:
3199: * tests/300.html: - test for ^hash.delete[] is added
3200:
3201: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
3202: feature: #989 ) - tiny optimization in intersects
3203:
3204: 2015-01-06 moko
3205:
3206: * src/types/pa_vmail.C: file names transcode added, to and cc added
3207: with transcode, attachments detection fixed
3208:
3209: * src/main/pa_request.C: filling mail received after cgi/auto.p
3210: load to allow charset switch (related to issue #996)
3211:
3212: 2014-12-31 moko
3213:
3214: * src/types/pa_vmail.C: from and subject now transcoded if not
3215: UTF-8 source charset (fixes issue 996)
3216:
3217: * src/main/pa_exception.C: fixed string from stack bug (closes
3218: issue #1000)
3219:
3220: 2014-12-11 misha
3221:
3222: * src/types/pa_vhashfile.C: - check if key is not empty before
3223: access ( bug fix: #1005 )
3224:
3225: 2014-11-13 misha
3226:
3227: * src/main/compile.y: - PC.append does not reset to false while
3228: creating a new class. bugfix: #990
3229:
3230: * tests/299.html: - test for creation class after working with
3231: partial class (create+append)
3232:
3233: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
3234: #995
3235:
3236: * tests/232.html: - test for @get[def] added
3237:
3238: 2014-10-12 moko
3239:
3240: * src/lib/pcre/pcre_internal.vcproj: correct path
3241:
3242: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3243: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
3244: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
3245: targets/apache/ApacheModuleParser3.vcproj,
3246: targets/apache/ApacheModuleParser3Core.vcproj,
3247: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3248: types/types.vcproj: project GUID inserted in *.vcproj for correct
3249: conversion in newer VS versions
3250:
3251: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
3252: pcre_internal.vcproj added
3253:
3254: 2014-08-28 moko
3255:
3256: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
3257: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
3258: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
3259:
3260: 2014-06-30 misha
3261:
3262: * tests/298.html: - tests for ^reflection:def[class;className]
3263: added
3264:
3265: * src/classes/reflection.C: - ^reflection:def[class;className]
3266: added ( new feature: #918 )
3267:
3268: 2014-06-29 misha
3269:
3270: * src/classes/table.C: - ^table::create[unsupported data] -
3271: exception comment changed to "body must be table or code" ( bug
3272: fix: #951 )
3273:
3274: * tests/: 261.html, results/261.processed: - tests for
3275: ^json:string[...;$.void[null|string]] added
3276:
3277: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
3278: option $.void[string|null] added to ^json:string[...] ( new
3279: feature: #952 )
3280:
3281: 2014-06-28 moko
3282:
3283: * src/classes/curl.C: $.charset now processed before other curl
3284: options (closes issue #980)
3285:
3286: 2014-05-23 misha
3287:
3288: * src/classes/json.C: - bug fix: #987
3289:
3290: 2014-05-04 misha
3291:
3292: * tests/: 253.html, 253_json.txt: - test for
3293: ^json:parse[$.int(false)] is added
3294:
3295: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
3296: default true). The option is similar to $.double(bool) but for
3297: integers.
3298:
3299: 2014-05-01 moko
3300:
3301: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
3302: #12 )
3303:
3304: 2014-04-16 moko
3305:
3306: * src/main/pa_http.C: response-charset option should finally work
3307: now (fix for issue #867)
3308:
3309: * src/main/pa_http.C: response-charset option should work now (fix
3310: for issue #867)
3311:
3312: 2014-03-07 moko
3313:
3314: * buildall: libgc moved
3315:
3316: * buildall: libgc moved
3317:
3318: 2013-12-29 moko
3319:
3320: * src/classes/string.C: ^string:js-unescape result now tainted,
3321: closes issue #966
3322:
3323: * tests/: 186.html, results/186.processed: ^string:js-unescape
3324: result now tainted, issue #966
3325:
3326: 2013-12-03 moko
3327:
3328: * src/: classes/memcached.C, types/pa_vmemcached.C,
3329: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
3330: option was added for http://www.parser.ru/forum/?id=79343
3331:
3332: * src/classes/file.C: bugfix for
3333: http://www.parser.ru/forum/?id=79337
3334:
3335: 2013-11-05 moko
3336:
3337: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
3338:
3339: * src/main/pa_globals.C: spelling fixed
3340:
3341: 2013-10-29 moko
3342:
3343: * src/lib/json/json.vcproj: json.c -> pa_json.C
3344:
3345: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
3346: #892
3347:
3348: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
3349: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
3350: exceptions to be thrown thougth json library), related to issue
3351: #892
3352:
3353: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
3354: related to issue #896
3355:
3356: 2013-10-24 moko
3357:
3358: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
3359:
3360: 2013-10-23 moko
3361:
3362: * README: actualization
3363:
3364: 2013-10-22 moko
3365:
3366: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
3367: compatibility patch from Sergey Kirpichev
3368:
3369: * tests/: 297.html, results/297.processed: non-working getter fix
3370: test for issue #948
3371:
3372: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
3373: called when saving value of $match variable in ^string.match[] to
3374: increase compatibility (related to issue #948).
3375:
3376: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
3377: usage optimization
3378:
3379: 2013-10-21 moko
3380:
3381: * tests/: 182.html, results/182.processed: local path removed for
3382: compatibility
3383:
3384: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
3385: results/244.processed, results/253.processed,
3386: results/254.processed, results/275.processed,
3387: results/281.processed: try_catch -> try-catch
3388:
3389: * tests/: 288.html, 294.html, 296.html, results/288.processed,
3390: results/294.processed, results/296.processed: try_catch ->
3391: try-catch
3392:
3393: 2013-10-20 moko
3394:
3395: * tests/: 296.html, results/296.processed: test for xsl exception
3396: for issue #938 added.
3397:
3398: * src/: include/pa_xml_exception.h,
3399: main/pa_stylesheet_connection.C: forgotten to be replaced
3400: XmlException is now replaced (once again closes issue #938)
3401:
3402: 2013-10-19 misha
3403:
3404: * bin/auto.p.dist.in: - more mime-types are added
3405:
3406: 2013-10-18 moko
3407:
3408: * buildall: disable clock_gettime detection to avoid librt linking
3409: (which in turn depends on libpthread), related to issue #943
3410:
3411: 2013-10-18 misha
3412:
3413: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
3414: lib/smtp/smtp.vcproj, main/main.vcproj,
3415: targets/apache/ApacheModuleParser3Core.vcproj,
3416: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3417: types/types.vcproj: - new locations for libxml2 includes where
3418: added to vcproj files
3419:
3420: 2013-10-18 moko
3421:
3422: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
3423: fix
3424:
3425: * tests/: 295.html, results/295.processed: test for issue #948
3426: updated
3427:
3428: * src/classes/table.C: hopefully last lost part for issue #948 fix.
3429: :)
3430:
3431: * tests/: 295.html, results/295.processed: test for issue #948
3432: added
3433:
3434: * src/: classes/hash.C, classes/string.C, classes/table.C,
3435: include/pa_request.h, types/pa_method.h: for getters and setters
3436: to be executed request.put_element should be called, not
3437: context.put_element (fixes issue #948)
3438:
3439: 2013-10-17 moko
3440:
3441: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
3442: LIBXML2_NEW_BUFFER check (closes issue #943)
3443:
3444: * buildall: libxml 2.9.1 build is broken --without-reader.
3445:
3446: 2013-10-16 moko
3447:
3448: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
3449:
3450: * tests/: 294.html, results/294.processed: test for issue #938
3451:
3452: * src/: classes/xdoc.C, classes/xnode.C,
3453: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
3454: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
3455:
3456: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
3457: libxslt-1.1.26 -> libxslt-1.1.28
3458:
3459: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
3460: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
3461: to '?', related to issue #938
3462:
3463: 2013-10-15 moko
3464:
3465: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
3466: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
3467: minor optimizations (closes issue #896)
3468:
3469: * tests/results/: 292.processed, 293.processed: results updated to
3470: comply with issue #896
3471:
3472: * tests/: 292.html, 293.html, results/292.processed,
3473: results/293.processed: tests for json escaping
3474:
3475: 2013-10-14 moko
3476:
3477: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
3478: and cleanup, code moved from .h to .C, no changes in code
3479:
3480: 2013-10-12 moko
3481:
3482: * tests/results/119.processed: updated test result commited
3483:
3484: * tests/: 291.html, results/291.processed: test for issue #894
3485: added
3486:
3487: * src/types/pa_wcontext.h: base methods call support function
3488: get_somebody_entered_some_class should not be true forever, as
3489: wcontext can have many get_elements calls (fixes issue #894)
3490:
3491: 2013-10-11 moko
3492:
3493: * tests/: 290.html, results/290.processed: test for junction GPF
3494: issue #942 added
3495:
3496: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
3497: to native method fixed (closes issue #942)
3498:
3499: * tests/: 158.html, results/158.processed: test for csv-string[]
3500: added
3501:
3502: * src/classes/table.C: minor fixes for table.csv-string[] (closes
3503: feature #907)
3504:
3505: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
3506: feature #907)
3507:
3508: 2013-10-09 moko
3509:
3510: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
3511: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
3512: types/pa_vstateless_class.C: GET_default, SET_default now works
3513: properly not only in objects, but in classes as well (closes
3514: issue #903)
3515:
3516: * tests/: 289.html, results/289.processed: GET/SET_default now
3517: works in classes, not only objects, test case added, related to
3518: issue #903
3519:
3520: * tests/: 288.html, results/288.processed: test for endless
3521: recursion bug added (related to issue #903)
3522:
3523: 2013-10-05 moko
3524:
3525: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3526: classes/table.C, main/execute.C, types/pa_method.h,
3527: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
3528: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3529: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
3530: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
3531: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
3532: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
3533: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
3534: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
3535: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
3536: optimization: put_element no longer has "bool areplace" argument,
3537: related to issue #903
3538:
3539: 2013-10-03 moko
3540:
3541: * tests/results/182.processed: result for $.replace(false) test
3542: commited
3543:
3544: * src/classes/date.C: ^date::create(number) processed correctly
3545: (fixes issue #901)
3546:
3547: * src/classes/image.C: as_no_junction removed, as param can be
3548: expression (closes issue #931)
3549:
3550: * tests/233.html: test for issue #931 added
3551:
3552: 2013-10-02 moko
3553:
3554: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
3555: modified, test for $.replace(false) added
3556:
3557: * src/main/compile_tools.h: forgotten class replace returned. :)
3558:
3559: 2013-09-30 moko
3560:
3561: * tests/: 141.html, results/141.processed: md5 tainting test added
3562:
3563: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3564: main/compile_tools.h, main/pa_request.C: allow_class_replace
3565: implemented; $.replace option added to ^process and ^use
3566:
3567: 2013-08-27 moko
3568:
3569: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
3570: cstr_to_string_body_untaint should be called with charsets for
3571: possible uri language and connection for possible sql language.
3572: related to issue #857
3573:
3574: * buildall: and -> or fixed
3575:
3576: 2013-08-26 moko
3577:
3578: * buildall: prepare_ functions logic changed to support
3579: gc-7.2d.tar.gz extracting to gc-7.2 directory
3580:
3581: 2013-08-23 moko
3582:
3583: * src/include/pa_config_fixed.h: gc and xml libs are now linked
3584: statically
3585:
3586: 2013-08-22 moko
3587:
3588: * src/classes/string.C: String::Empty used (related to issue #912)
3589: append_know_length removed (related to old GPF bug)
3590:
3591: 2013-08-21 moko
3592:
3593: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
3594:
3595: * src/classes/math.C: ^math:digest[...;$file] support added
3596: (related to ticket #857
3597:
3598: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
3599: implemented
3600:
3601: * src/types/pa_vhashfile.h: warning war
3602:
3603: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
3604: include/pa_request.h, main/pa_request.C, types/pa_value.h:
3605: anti_endless_json_string_recoursion removed from request;
3606: json_string_recoursion added to json_options; $.indent[indent
3607: value] now supported and passed within recoursion closes feature
3608: #937
3609:
3610: * tests/: 287.html, results/287.processed: test for feature #937
3611:
3612: 2013-07-31 moko
3613:
3614: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
3615: compilation having #define _S
3616:
3617: * src/main/pa_globals.C: cleanup
3618:
3619: 2013-07-30 moko
3620:
3621: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
3622: main/pa_common.C: vs2003 warning war
3623:
3624: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
3625:
3626: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
3627:
3628: * src/lib/md5/pa_sha2.c: warning war
3629:
3630: 2013-07-29 moko
3631:
3632: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
3633: patches from github
3634:
3635: * src/: classes/bool.C, classes/double.C, classes/int.C,
3636: classes/memcached.C, include/pa_config_includes.h,
3637: types/pa_vfile.C, types/pa_vfile.h: warning war
3638:
3639: * src/lib/json/json.vcproj: C++ -> C
3640:
3641: * src/lib/json/: json.c, pa_json.C: C++ warning revert
3642:
3643: * src/lib/json/: json.c, pa_json.C: windows compatibility
3644:
3645: * src/lib/json/: json.c, pa_json.C: windows compatibility
3646:
3647: * src/lib/json/: json.c, pa_json.C: warning war
3648:
3649: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
3650:
3651: * src/include/pa_config_fixed.h: uint16_t added
3652:
3653: * configure.in: uint16_t check added
3654:
3655: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 3656: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
3657: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
3658: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
3659: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 3660:
3661: 2013-07-25 moko
3662:
3663: * parser3.sln: dependencies added
3664:
3665: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
3666: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
3667: module support
3668:
3669: * src/targets/apache/mod_parser3_core.C: win32 cleanup
3670:
3671: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
3672:
3673: 2013-07-23 moko
3674:
3675: * src/: include/pa_memory.h, main/pa_memory.C: non-working
3676: PA_DEBUG_GC_MEMORY removed
3677:
3678: * src/: main/pa_globals.C, targets/cgi/parser3.C:
3679: PA_DEBUG_DISABLE_GC compilation fix
3680:
3681: * src/: classes/op.C, classes/table.C, include/pa_request.h,
3682: main/pa_request.C: outdated RESOURCES_DEBUG removed
3683:
3684: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
3685: garbage cleanup
3686:
3687: * src/main/pa_common.C: warning war
3688:
3689: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
3690:
3691: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
3692: minor cleanup
3693:
3694: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
3695: uses cygwin, not WIN32 implementation
3696:
3697: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
3698: able to exec shell scripts
3699:
3700: * src/classes/math.C: ifdef WIN32 cleanup
3701:
3702: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
3703:
3704: * bin/auto.p.dist.in: libpq.so -> libpq.
3705:
3706: * src/classes/curl.C: LT_MODULE_EXT used
3707:
3708: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
3709:
3710: 2013-07-22 moko
3711:
3712: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
3713: includes fix
3714:
3715: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
3716:
3717: * configure.in, src/include/pa_config_includes.h,
3718: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
3719: src/main/pa_exec.C: includes cleanup
3720:
3721: * src/targets/cgi/parser3.C: 2012->2013
3722:
3723: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
3724:
3725: * configure.in, src/include/pa_config_includes.h,
3726: src/include/pa_http.h, src/lib/json/JSON_parser.h,
3727: src/main/pa_random.C, src/main/pa_socks.C,
3728: src/types/pa_vstatus.C: cygwin support cleanup
3729:
3730: * configure.in: dirent.h check added
3731:
3732: * src/: include/pa_config_includes.h, include/pa_dir.h,
3733: main/pa_dir.C: includes cleanup, dirent.h check added filePath
3734: not copied
3735:
3736: 2013-07-21 moko
3737:
3738: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
3739:
3740: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
3741: parser3.vcproj: unused getopt.h / getopt.c removed
3742:
3743: * operators.txt, src/classes/file.C, tests/022.html,
3744: tests/results/022.processed: ^file:list[path][$.filter[regexp]
3745: $.stat(true)] usage commented
3746:
3747: * configure.in, src/classes/file.C, src/include/pa_dir.h,
3748: src/main/pa_dir.C: ^file:list[] now has dir column and when
3749: $.stat(true) it has size/*date columns modified patch from misha@
3750: that closes issue #914.
3751:
3752: * src/: include/pa_config_includes.h, main/pa_globals.C:
3753: PA_RELEASE_ASSERTS removed
3754:
3755: * src/lib/md5/pa_md5c.c: minor cleanup
3756:
3757: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
3758: localeconv()->decimal_point usage remoed (related to issue #934)
3759:
3760: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
3761: cordprnt.c removed
3762:
3763: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
3764: pa-include/pa_errno.h, pa-include/pa_file_io.h,
3765: pa-include/pa_strings.h: includes cleanup
3766:
3767: * src/lib/md5/pa_md5c.c: headers cleanup
3768:
3769: 2013-07-20 moko
3770:
3771: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
3772: cleanup
3773:
3774: 2013-07-19 moko
3775:
3776: * src/classes/math.C: extern "C" added for crypt
3777:
3778: 2013-07-18 moko
3779:
3780: * src/classes/math.C: fix redhat7.2 build
3781:
3782: 2013-07-17 moko
3783:
3784: * configure.in, src/include/pa_config_includes.h,
3785: src/include/pa_config_fixed.h: headers actualized (inttypes.h
3786: added for uint8/32/64_t)
3787:
3788: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
3789: pa_config_includes.h used for uint32/64_t
3790:
3791: 2013-07-16 moko
3792:
3793: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
3794: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
3795: war
3796:
3797: * src/main/compile.tab.C: compile.y was updated
3798:
3799: * src/main/compile.y: warning war
3800:
3801: * src/: include/pa_exception.h, main/pa_exception.C,
3802: main/pa_xml_exception.C: warning war
3803:
3804: * src/: include/pa_common.h, main/pa_common.C: warning war
3805:
3806: * configure.in: beauty :)
3807:
3808: * tests/: 141.html, results/141.processed: sha256/512 added
3809:
3810: 2013-07-13 moko
3811:
3812: * src/lib/md5/md5.vcproj: sha2 added
3813:
3814: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
3815: classes/math.C: sha2 support (sha256/sha512 digest)
3816:
3817: 2013-07-08 moko
3818:
3819: * src/classes/image.C: directory read or other read problem message
3820: fixed (related to issue #933)
3821:
3822: 2013-07-07 moko
3823:
3824: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
3825: dependense from $charsetsdir directory existance and content (and
3826: UTF-8 is default allready)
3827:
3828: * AUTHORS: + misha + moko. :)
3829:
3830: 2013-07-06 moko
3831:
3832: * src/: classes/curl.C, include/pa_globals.h,
3833: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
3834: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
3835: for lt_dlinit to be called once and lt_dlexit called at right
3836: place (related to issue #925)
3837:
3838: 2013-07-04 moko
3839:
3840: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
3841: VString::as_vfile now uses vfile.set_binary_string to avoid
3842: content-type to be set, as it brokes badly designed logic in
3843: response output. This hopefully finishes issue #928.
3844:
3845: * tests/results/: 256.processed, 286.processed: file now displayed
3846: as name, size, mode, content-type
3847:
3848: * src/main/pa_common.C: read error now reported cottectly (fixes
3849: issue #933
3850:
3851: 2013-06-28 moko
3852:
3853: * tests/: 286.html, results/286.processed: test extended
3854:
3855: * tests/: 286.html, results/286.processed: Test for issue #928
3856: added. it tests default content-type change.
3857:
3858: * src/types/pa_vfile.C: closes issue #928 - default content-type
3859: now updated
3860:
3861: 2013-06-25 moko
3862:
3863: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
3864: content-type for text/binary files without name added;
3865: ^file::create[$f;...] options now works properly and $f
3866: properties are default (fixes issue #928)
3867:
3868: 2013-05-16 misha
3869:
3870: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
3871: added
3872:
3873: * src/main/pa_table.C: - a tiny memory optimisation while creating
3874: table if specified limit is bigger than source rows count
3875:
3876: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
3877: added ( new feature: #858 )
3878:
3879: 2013-04-29 moko
3880:
3881: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
3882: $.ipresolve(0|1|2) added (closes issue #891)
3883:
3884: * src/lib/curl/curl.h: CURL_IPRESOLVE added
3885:
3886: 2013-04-24 moko
3887:
3888: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3889: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
3890: types/pa_vmemcached.h: ^memcache.release[] added, calls
3891: memcached_quit (refs #893)
3892:
3893: 2013-04-22 moko
3894:
3895: * src/: include/pa_string.h, main/pa_common.C: no more double
3896: slashes in file path (fixes bug #872)
3897:
3898: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
3899: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
3900: #739)
3901:
3902: * tests/results/266.processed: $.max_params added (feature #915)
3903:
3904: * src/: include/pa_common.h, main/pa_http.C: response-charset
3905: option added to file::load (closes issue #867)
3906:
3907: 2013-04-20 misha
3908:
3909: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
3910: commited
3911:
3912: 2013-03-15 misha
3913:
3914: * src/classes/: hash.C, table.C: - Optimisation: do not create
3915: multiple empty strings while ::sql. uae String::Empty instead
3916:
3917: 2013-03-14 misha
3918:
3919: * src/classes/reflection.C: - for user classes
3920: ^reflection:method_info[] returns $.max_params and $.extra_param
3921: with $.call_type if they available ( new feature: #915 )
3922:
3923: * src/classes/file.C: - ^file:delete[] now supports an option
3924: $.exception(false) that suppress any exception while deleting
3925: file ( new feature: #916 )
3926:
3927: * src/classes/curl.C: - parsing cookies after curl:load now should
3928: work :)
3929:
3930: 2013-03-12 misha
3931:
3932: * src/types/pa_vfile.C: - if specified file_name is empty string
3933: set default name for the file
3934:
3935: 2013-03-11 misha
3936:
3937: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
3938: also available in $f.cookies
3939:
3940: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
3941: moved to a separate method
3942:
3943: 2013-03-10 moko
3944:
3945: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
3946: added
3947:
3948: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
3949: removed (declared by autoconf)
3950:
3951: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
3952: uint32_t define
3953:
3954: 2013-03-10 misha
3955:
3956: * src/classes/file.C: ^file:delete and ^file:move now support
3957: option $.keep-empty-dirs(true) ( new feature: #884 )
3958:
3959: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
3960: empty dirs is added
3961:
3962: 2013-03-10 moko
3963:
3964: * src/classes/: bool.C, double.C, int.C: default can be present,
3965: but default check removed from ^int/double/bool.int/double/bool
3966: for string.int/double/bool compatibility (related to issue #913)
3967:
3968: * src/classes/string.C: ^string.int/dobule/bool no longer
3969: internally throws exception if default is present (closes issue
3970: #913)
3971:
3972: 2013-03-09 misha
3973:
3974: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
3975: optimisations ( #845 )
3976:
3977: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
3978:
3979: 2013-03-08 moko
3980:
3981: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
3982: creates correct table (fixes issue #910)
3983:
3984: * src/classes/op.C: r.connection() -> r.connection(false) to allow
3985: use outside of 'connect' operator (fixes issue #911)
3986:
3987: * tests/results/: 096.processed, 122.processed: test results
3988: updated as doubles now printed with 15 significant digits, not 5
3989: (fixes issue #882)
3990:
3991: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
3992: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
3993:
3994: 2013-02-21 moko
3995:
3996: * src/classes/table.C: _locate_name_value does not check arguments
3997: count, so we check it in advance (fixes issue #905)
3998:
3999: 2012-10-23 moko
4000:
4001: * buildall: old shell for and echo compatibility (for six)
4002:
4003: 2012-10-19 moko
4004:
4005: * buildall: --strip added --disable-safe-mode listed in usage
4006:
4007: 2012-10-17 misha
4008:
4009: * src/classes/op.C: - apply-taint should not throw "outside
4010: connect" exception with sql lang now
4011:
4012: 2012-10-17 moko
4013:
4014: * src/main/pa_request.C: bugfix: safe mode should be inited for
4015: each request (for apache module)
4016:
4017: 2012-09-26 moko
4018:
4019: * src/doc/doxygen.cfg: png -> svg
4020:
4021: 2012-09-25 moko
4022:
4023: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4024: test added
4025:
4026: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4027: double use when key is long
4028:
4029: 2012-09-16 moko
4030:
4031: * src/classes/math.C: Format -> Method Encode -> Format
4032:
4033: * tests/: 141.html, results/141.processed: math:digest hmac test
4034: added
4035:
4036: 2012-09-14 moko
4037:
4038: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
4039: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
4040: implementation added
4041:
4042: 2012-09-12 moko
4043:
4044: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
4045: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
4046: targets.dox and string.dox slightly actualized
4047:
4048: 2012-08-31 moko
4049:
4050: * ChangeLog: now generated with patched cvs2cl.pl
4051:
4052: 2012-07-29 moko
4053:
4054: * tests/285.html, src/main/execute.C, tests/results/285.processed:
4055: result should be pushed after VMethodFrame destructor is called,
4056: as it deletes junctions from stack params (fixes issue #868)
4057:
4058: 2012-07-23 moko
4059:
4060: * INSTALL, README: buildall script usage documented, other outdated
4061: info updated.
4062:
4063: * buildall-with-xml, buildall-without-xml: replaced by buildall
4064:
4065: 2012-07-21 moko
4066:
4067: * buildall: glib does not compile when threads are disabled...
4068:
4069: * src/types/pa_vmail.C: g_assertion fixes for empty input
4070:
4071: * src/types/pa_vmail.C: yet another fix (strange GPF on object
4072: unref, can't unref nested objects)
4073:
4074: * src/types/pa_vmail.C: another check added
4075:
4076: 2012-07-19 moko
4077:
4078: * buildall: usage added
4079:
4080: * buildall: new buildall script that unites buildall-with-xml,
4081: buildall-without-xml, --with-apache and --with-mailreceive
4082:
4083: * configure.in: support for static gmime and dynamic glib linking.
4084: fixes for FreeBSD
4085:
4086: 2012-07-17 moko
4087:
4088: * configure.in: --with-mailreceive replaced
4089: --with-static-mailreceive and --with-shared-mailreceive pathlink
4090: removed
4091:
4092: 2012-07-16 moko
4093:
4094: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
4095: capitalized, content now decoded and text content converted to
4096: $request:charset. all properties are accessed by functions, this
4097: ready for dynamic load.
4098:
4099: 2012-06-28 moko
4100:
1.116 moko 4101: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
4102: 32 bit
1.95 moko 4103:
4104: 2012-06-27 moko
4105:
4106: * buildall-with-xml, buildall-without-xml: fetch requires -p for
4107: passive ftp
4108:
4109: * src/lib/ltdl/ltdl.vcproj: release build fixed
4110:
4111: * configure.in: 3.4.2 RC -> 3.4.2
4112:
4113: 2012-06-22 moko
4114:
4115: * src/types/pa_vfile.C: returned empty mode to stated files (issue
4116: #815)
4117:
4118: * tests/: 284.html, results/284.processed: output options test
4119: (feature #265)
4120:
4121: 2012-06-22 misha
4122:
4123: * tests/215.html: - little changes
4124:
4125: 2012-06-21 moko
4126:
4127: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
4128: types/pa_vxdoc.h: output_options returned and used (bugfix for
4129: feature #265)
4130:
4131: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
4132: breaks long .*, default 10M restored. (issue #216)
4133:
4134: * tests/: 283.html, results/283.processed: test for issue #815
4135: added
4136:
4137: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
4138: again, cstrm not required.
4139:
4140: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
4141: Win32 and broken FreeBSD (issue #45)
4142:
4143: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
4144:
4145: * src/main/pa_string.C: warnings war
4146:
4147: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
4148: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
4149: main/pa_socks.C, targets/apache/pa_threads.C,
4150: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4151: types/pa_vstatus.C: compilation under cygwin fixed
4152:
4153: 2012-06-19 moko
4154:
4155: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
4156: Windows fixed
4157:
4158: * parser3.sln: removed antique pcre_ctype
4159:
4160: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
4161:
4162: * src/include/pa_config_fixed.h: undefined reference to
4163: __imp__pcre_* fix for Windows
4164:
4165: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 4166: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
4167: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
4168: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
4169: define fixed
1.95 moko 4170:
4171: 2012-06-18 moko
4172:
4173: * src/classes/memcached.C: flush -> clear
4174:
4175: * src/classes/memcached.C: memcached does not support quotes even
4176: in server name
4177:
4178: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4179: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
4180: called on open to check servers existance. $.key(true) syntax
4181: now supported
4182:
4183: 2012-06-17 moko
4184:
4185: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
4186: cleanup
4187:
4188: * src/classes/table.C, tests/282.cfg, tests/282.html,
4189: tests/results/282.processed: encloser at the EOF bug fixed,
4190: incorrectly enclosed data now processed more logicaly (fixes
4191: #339)
4192:
4193: 2012-06-15 moko
4194:
4195: * buildall-without-xml: sync with buildall-with-xml
4196:
4197: * buildall-with-xml: download auto-detected between fetch and curl
4198:
4199: * configure.in: --with-gc and --with-pcre now also processed
4200: correctly
4201:
1.116 moko 4202: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
4203: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
4204: should be run on rol1 using automake / aclocal (GNU automake)
4205: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 4206:
4207: * configure.in: new PARSER_VERSION logic
4208:
4209: * src/include/pa_version.h: new pa_version.h logic
4210:
4211: * src/: classes/curl.C, classes/file.C, classes/image.C,
4212: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4213: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
4214: feols_normalized -> fis_text_content set_binary added
4215:
4216: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
4217:
4218: 2012-06-15 misha
4219:
4220: * src/: classes/curl.C, classes/file.C, classes/image.C,
4221: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4222: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
4223: ^file::create[text;content] EOLs in content now is normalized. (
4224: new feature: #815 )
4225:
4226: 2012-06-15 moko
4227:
4228: * configure.in: --disable-version-update added to disable version
4229: update with host information (for debian package) whitespace
4230: optimized
4231:
4232: * configure.in: version changed to 3.4.2 RC no-pic added for
4233: libtool
4234:
4235: * src/include/pa_version.h: Nice pa_version.h default. Please keep
4236: it.
4237:
4238: 2012-06-14 moko
4239:
4240: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
4241: tests/results/281.processed: "hash flocked" error removed for
4242: safe operations like ^h._count[] ( new feature: #335 )
4243:
1.116 moko 4244: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 4245:
4246: * buildall-with-xml, buildall-without-xml: --with-static -> --with
4247:
4248: * configure.in: --with-static/shared xml replaced with --with-xml,
4249: xml compilation check added
4250:
4251: * configure.in: --with-static/shared-gc, --with-static-pcre are
4252: replaced with --with-gc and --with-pcre test for pcre linking
4253: added
4254:
4255: 2012-06-13 moko
4256:
4257: * configure.in: apxs2 check optimized
4258:
4259: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
4260: .la, includes optimized
4261:
4262: * buildall-with-xml: --with-pic looks better for -fPIC
4263:
4264: * configure.in: switched to convenience library in static linking
4265:
4266: * src/targets/apache/Makefile.am: switched to convenience library
4267: usage to avoid libtool warnings
4268:
4269: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
4270: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
4271: smtp/Makefile.am: switched to convenience library usage
4272:
4273: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
4274:
4275: * src/targets/apache/Makefile.am: updated for libtool usage
4276:
4277: * bin/auto.p.dist.in: .cfg removed from charset names.
4278:
4279: * buildall-without-xml: --with-included-ltdl added
4280:
4281: * buildall-without-xml: sync with buildall-with-xml
4282:
4283: * buildall-with-xml: --with-included-ltdl added $cflags added for
4284: -fPIC for x64 $download added for wget success check added
4285:
4286: * buildall-without-xml: --with-dynamic-stdcpp removed
4287:
4288: * configure.in: disable-static returned
4289:
4290: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
4291: LIBTOOLFLAGS
4292:
4293: 2012-06-12 moko
4294:
4295: * configure.in, src/targets/cgi/Makefile.am: disable-static not
4296: compatible with LIBTOOLFLAGS for unknown reasons
4297:
4298: * buildall-with-xml: --with-dynamic-stdcpp removed
4299:
4300: * configure.in: static/dynamic -lstdc++ linking option removed
4301: apxs2 check added
4302:
4303: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
4304: option removed
4305:
4306: 2012-06-10 moko
4307:
4308: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
4309: added
4310:
4311: * src/targets/cgi/pp3.cmd: old PAF stuff
4312:
1.116 moko 4313: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
4314: beauty
1.95 moko 4315:
4316: * depcomp: from libtool 2.4.2
4317:
4318: * configure.in: ltdl directory removed, it has correct Makefile.in
4319:
4320: 2012-06-09 moko
4321:
1.116 moko 4322: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
4323: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 4324: autogenerated files updated after libtool update
4325:
1.116 moko 4326: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
4327: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 4328: config_auto.h.in, config_fixed.h, configure, configure.ac,
4329: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
4330: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
4331: config/compile, config/config.guess, config/config.sub,
4332: config/depcomp, config/install-sh, config/ltmain.sh,
4333: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
4334: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
4335: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
4336: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
4337: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
4338: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
4339: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
4340: m4/lt~obsolete.m4: libtool updated to version 2.4.2
4341:
4342: * configure.in: preparation for new libtool
4343:
4344: * configure.in: Some beauty added :)
4345:
4346: * src/targets/apache/Makefile.am: := -> =
4347:
4348: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
4349: again. :)
4350:
4351: * src/include/pa_config_includes.h, configure.in: limits.h added,
4352: previously was taken from pcre_internal.h. :)
4353:
4354: * src/lib/pcre/Makefile.am: config.h returned
4355:
4356: * src/lib/pcre/config.h: still need this. :)
4357:
4358: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
4359:
4360: * configure.in: --with-charsets removed; --with-mysql-client & co
4361: removed
4362:
4363: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
4364: now in parser tree, no need to copy
4365:
4366: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
4367: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
4368: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
4369: debian/patches/101_pcre.patch - local copy of pcre_internal.h
4370: extracts now used old trash removed
4371:
4372: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
4373: rare charsets/drivers are commented, sql driver quessing removed
4374: (debian/patches/103_auto_p.patch)
4375:
4376: * etc/parser3.charsets/Makefile.am: charsets now in share
4377: (debian/patches/104_automake.patch) + all charsets are copied
4378:
4379: * buildall-with-xml, buildall-without-xml: curl option removed +
4380: extra arguments now supported
4381:
4382: 2012-06-08 misha
4383:
4384: * src/classes/table.C: - one params.as_hash usage was rolled back:
4385: the 2nd option in ^table.hash[] could be hash or table so
4386: .as_hash will throw an exception when table option is specified
4387:
4388: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4389: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
4390: classes/table.C, classes/void.C, classes/xdoc.C,
4391: include/pa_exception.h, types/pa_vmethod_frame.C,
4392: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
4393: and improved (whitespaces are allowed as empty options) -
4394: MethodParams::as_table is added - above methods are used for
4395: parsing methods' options ( new feature: #9 )
4396:
4397: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
4398: to vclass. now class fields can be accessible as a hash:
4399: $h[^hash::create[$asd:CLASS]]
4400:
4401: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
4402: have get_fields method so their fields can be accessed with
4403: ^reflection:fields[...] & ^reflection:field[...]
4404:
4405: 2012-06-06 misha
4406:
4407: * tests/280.html: - tests for
4408: ^reflection:method[obj-or-class;method],
4409: ^reflection:field[obj-or-class;field] and
4410: ^reflection:fields[obj-or-class] are added
4411:
4412: 2012-06-05 misha
4413:
4414: * src/classes/reflection.C: - ^reflection:method[class or
4415: object;method name] and ^reflection:field[class or object;field
4416: name] are added
4417:
4418: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
4419: is used
4420:
4421: * src/types/pa_method.h: - Method::as_vjunction method is added
4422:
4423: 2012-06-05 moko
4424:
1.116 moko 4425: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 4426:
4427: * src/classes/memcached.C: flish ttl fixed
4428:
4429: 2012-06-04 moko
4430:
4431: * src/classes/json.C, src/classes/op.C, tests/279.html,
4432: tests/results/279.processed: ^json:parse[] now supports $.taint
4433: option (new feature #833)
4434:
4435: 2012-06-04 misha
4436:
4437: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
4438: - search_stop method was moved from pa_vcookie.C to pa_common.C
4439:
4440: 2012-06-03 misha
4441:
4442: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
4443: cookies are parced and stored into $.cookies ( new feature: #31 )
4444:
4445: 2012-05-30 misha
4446:
4447: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
4448: incomplete class into a scope while @USE is found
4449:
4450: * src/main/compile.y: - add incomplete class into a scope while
4451: @USE and @CLASS instructions are found ( bugfix: #838 )
4452:
4453: 2012-05-30 moko
4454:
4455: * src/types/pa_vclass.C, tests/278.html,
4456: tests/results/278.processed: removed "property has no getter
4457: method" exception when GET_DEFAULT present (fixes #269)
4458:
4459: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
4460: $._default
4461:
4462: 2012-05-29 moko
4463:
4464: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
4465: uninitialized values usage (new feature: #154)
4466:
4467: 2012-05-28 moko
4468:
4469: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
4470: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
4471: src/types/pa_vdate.h, src/types/pa_vdouble.h,
4472: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
4473: src/types/pa_vobject.C, src/types/pa_vobject.h,
4474: src/types/pa_vstring.h, src/types/pa_vtable.C,
4475: tests/results/277.processed, src/types/pa_vtable.h,
4476: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
4477: ^json:string[$o; $.default[$method]] implemented for VObject (new
4478: feature #803)
4479:
4480: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
4481: tests/results/277.processed: json numbers are now treated as
4482: double ( new feature: #834 )
4483:
4484: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
4485: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
4486: added for out of range checks, zero division in vint/vdouble
4487: check added ( fixes #832 )
4488:
4489: * tests/: 275.html, results/275.processed: tests for pa_atoui added
4490: ( fixes #832 )
4491:
4492: 2012-05-28 misha
4493:
4494: * buildall-with-xml: - --without-lzma option is added to libxml2
4495: configure
4496:
4497: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
4498: added - tests for unsupported values for options $.file, $.table
4499: and $.date are added
4500:
4501: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
4502: accepts "stat" $.file[] option's value in addition to existed
4503: "text" and "base64" ( new feature: #835 )
4504:
4505: * tests/276.html: - test for
4506: ^reflection:delete[$object-or-class;field-name]
4507:
4508: * src/classes/reflection.C: -
4509: ^reflection:delete[$object-or-class;field-name] is added ( new
4510: feature: #268 )
4511:
4512: 2012-05-27 misha
4513:
4514: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
4515:
4516: 2012-05-24 misha
4517:
4518: * src/include/pa_common.h: - method lastposafter was removed
4519:
4520: * src/classes/file.C: - use strrpbrk & rskipchars instead of
4521: lastposafter - ^file:dirname[] & Co proper handle windows file
4522: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
4523: work as *nix commands
4524:
4525: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
4526:
4527: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
4528: rskipchars were added
4529:
4530: * tests/270.html: - more tests for ^file:find[]
4531:
4532: * tests/065.html: - more tests for ^file:dirname[] & Co
4533:
4534: * src/include/pa_version.h: - must be "win32" here. it is
4535: auto-generated on *nix
4536:
4537: 2012-05-24 moko
4538:
4539: * src/classes/math.C: ^math:convert[] now supports uint32 and
4540: throws overflow exception ( new feature: #830 )
4541:
4542: * tests/: 275.html, results/275.processed: test for ^math:convert[]
4543: uint32 support and overflow added ( new feature: #830 )
4544:
4545: 2012-05-23 moko
4546:
4547: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
4548: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
4549: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
4550: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
4551: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4552: types/pa_vregex.h, types/pa_vstateless_class.C,
4553: types/pa_vstateless_class.h, types/pa_vstring.h,
4554: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4555: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
4556: "return string as-is" removed from as_expr_result. ( new feature:
4557: #831 )
4558:
4559: * tests/results/244.processed: test changed after bug #782 fix
4560: commited
4561:
4562: * tests/results/229.processed: test results for bug #782 commited
4563:
4564: * tests/: 254.html, results/254.processed: uid now just compared,
4565: not printed. :)
4566:
4567: 2012-05-20 moko
4568:
4569: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
4570: feature: #341 )
4571:
4572: * tests/: 254.html, results/254.processed: test for
4573: ^reflection:uid[] added
4574:
4575: * tests/: 254.html, results/254.processed: test for
4576: ^reflection:uid[$obj] added
4577:
4578: 2012-05-17 misha
4579:
4580: * src/main/untaint.C: - do not replace ' char by _26 while
4581: exploding filespec-tainting ( new feature: #829 )
4582:
4583: 2012-05-12 moko
4584:
4585: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
4586: not.
4587:
4588: 2012-05-08 moko
4589:
4590: * src/types/pa_vmethod_frame.h: bug #782 fixed
4591:
4592: * tests/229.html: test for bug #782
4593:
4594: * tests/results/259.processed, src/main/pa_request.C,
4595: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
4596: src/types/pa_vstring.h, src/types/pa_vvoid.C,
4597: src/types/pa_vvoid.h: feature #154 - first empty param now
4598: string; defined locals are empty strings; $STRICT-VARS(true)
4599: added
4600:
4601: 2012-04-27 moko
4602:
1.116 moko 4603: * src/targets/apache/Makefile.am:
1.95 moko 4604: ../../lib/memcached/libmemcached.a added
4605:
4606: 2012-04-27 misha
4607:
4608: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
4609: ( #827 )
4610:
4611: 2012-04-25 moko
4612:
4613: * src/: classes/json.C, classes/memcached.C,
4614: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4615: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
4616: implemented.
4617:
4618: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
4619:
4620: 2012-04-23 moko
4621:
4622: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4623: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4624: types/pa_vmemcached.h: open allows options hash for new
4625: memcached(options) function
4626:
4627: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
4628: not appended
4629:
4630: 2012-04-21 moko
4631:
4632: * src/classes/curl.C: '' added. :)
4633:
4634: * src/classes/classes.vcproj: new curl.h location
4635:
4636: * src/classes/curl.C: verbose output redirection from stderr to
4637: file curl option added
4638:
4639: 2012-04-20 moko
4640:
4641: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
4642: contains what we need from curl, #ifdef HAVE_CURL removed
4643:
1.116 moko 4644: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 4645: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 4646: src/lib/Makefile.am, src/lib/curl/Makefile.am,
4647: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 4648: configure option
4649:
4650: 2012-04-19 moko
4651:
4652: * src/: classes/double.C, classes/inet.C, classes/int.C,
4653: classes/string.C, lib/gc/include/gc_allocator.h,
4654: types/pa_vform.C: PVS-Studio detected errors fixes, unused
4655: options from sql_result_string removed. (closes issue #468)
4656:
4657: * src/types/pa_vmemcached.C: empty string fix
4658:
4659: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
4660: pa_vstring.C, pa_vstring.h: serialization helpers moved to
4661: pa_vmemcached.C
4662:
4663: 2012-04-18 moko
4664:
4665: * src/targets/apache/mod_parser3.c: "Parser3 module requires
4666: apache2-mpm-prefork" error displayed in threaded mpm.
4667:
4668: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4669: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
4670: installed (issue #354)
4671:
4672: 2012-04-16 moko
4673:
4674: * src/types/pa_vmemcached.C: call to memcached_result_create and
4675: memcached_result_free removed
4676:
4677: 2012-04-14 moko
4678:
4679: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
4680:
4681: * src/types/pa_vmemcached.C: check_key added and used
4682:
4683: 2012-04-13 moko
4684:
4685: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
4686: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
4687: Serialization_data now added and used, VString now serialized
4688: with languages into memcached.
4689:
4690: 2012-03-28 moko
4691:
4692: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
4693: lib/memcached/pa_memcached.h: result lengths added
4694:
4695: 2012-03-27 moko
4696:
4697: * src/types/pa_vmemcached.C: strdup added
4698:
4699: 2012-03-24 moko
4700:
4701: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4702: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4703: types/pa_vmemcached.h: memcached: mget, flush, fttl added
4704:
4705: 2012-03-20 moko
4706:
1.116 moko 4707: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 4708:
4709: * src/targets/cgi/Makefile.am: cleanup
4710:
4711: * src/: types/Makefile.am, types/pa_vmemcached.C,
4712: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
4713:
4714: * src/: classes/Makefile.am, classes/memcached.C,
4715: lib/memcached/Makefile.am, lib/memcached/constants.h,
4716: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4717: lib/memcached/types.h, lib/Makefile.am: memcached initial
4718:
4719: 2012-03-16 moko
4720:
4721: * src/main/execute.C: ident now works under Linux + ident displays
4722: filenames (closes issue #818)
4723:
1.116 moko 4724: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 4725: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
4726: pa_vmethod_frame_local.h removed
4727:
4728: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4729: classes/classes.h, classes/curl.C, classes/date.C,
4730: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4731: classes/hashfile.C, classes/image.C, classes/inet.C,
4732: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4733: classes/memory.C, classes/op.C, classes/reflection.C,
4734: classes/regex.C, classes/response.C, classes/string.C,
4735: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4736: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4737: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4738: include/pa_config_fixed.h, include/pa_config_includes.h,
4739: include/pa_dictionary.h, include/pa_dir.h,
4740: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4741: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4742: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4743: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4744: include/pa_request_charsets.h, include/pa_request_info.h,
4745: include/pa_sapi.h, include/pa_socks.h,
4746: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4747: include/pa_stack.h, include/pa_string.h,
4748: include/pa_stylesheet_connection.h,
4749: include/pa_stylesheet_manager.h, include/pa_table.h,
4750: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4751: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4752: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4753: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
4754: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4755: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4756: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4757: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4758: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4759: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4760: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4761: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4762: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4763: main/pa_string.C, main/pa_stylesheet_connection.C,
4764: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4765: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4766: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
4767: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4768: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4769: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4770: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4771: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4772: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4773: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
4774: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
4775: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4776: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4777: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4778: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4779: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4780: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4781: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4782: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4783: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
4784: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
4785: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
4786: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
4787: types/pa_vresponse.h, types/pa_vstateless_class.C,
4788: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4789: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
4790: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
4791: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
4792: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4793: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
4794: ident now works under Linux + ident displays filenames (closes
4795: issue #818) Copyright updated
4796:
4797: 2012-03-13 moko
4798:
4799: * src/main/pa_string.C: compilation fix for feature #741
4800:
4801: 2012-03-09 misha
4802:
4803: * tests/193.html: - tests for ^string:base64[encoded] are updated
4804:
4805: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
4806: now detects invalid base64 chars in the middle of encoded stricg
4807: ( new feature: #55 )
4808:
4809: * src/include/pa_exception.h: - new exception type for base64
4810: decoding is added
4811:
4812: 2012-03-06 misha
4813:
4814: * tests/274.html: - tests for ^date::today[] and
4815: ^date.sql-string[datetime|date|time] are added
4816:
4817: * src/classes/date.C: - constructor ^date::today[] is added ( new
4818: feature: #811 ) - ^date.sql-string[] now can accept one param --
4819: strings "datetime", "date" or "time" - comments tidying up
4820:
4821: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
4822: date and time
4823:
4824: 2012-03-03 misha
4825:
4826: * tests/193.html: - tests for
4827: ^string:base64[encoded;$.strict(true)] are added
4828:
4829: * tests/results/auto.p: - try-catch operator is added
4830:
4831: * src/: classes/file.C, classes/string.C, include/pa_common.h,
4832: main/pa_common.C: - $.strict(true|false) option is added to
4833: base64 decode methods ( new feature: #55 )
4834:
4835: * src/main/pa_common.C: - base64 decode memory usage was decreased
4836: ( new feature: #819 )
4837:
4838: 2012-02-28 moko
4839:
4840: * src/classes/hash.C: ident test
4841:
4842: 2012-02-27 misha
4843:
4844: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
4845:
4846: 2012-01-08 misha
4847:
4848: * tests/273.html: - tests for ^string.replace[from;to] are added
4849:
4850: * src/: classes/string.C, include/pa_dictionary.h,
4851: main/pa_dictionary.C, main/pa_string.C: -
4852: ^string.replace[from;to] is added ( new feature: #741 ) -
4853: ^string.replace[one subst here] is slightly optimized
4854:
4855: 2011-12-07 misha
4856:
4857: * src/classes/table.C: - $t[^table::create{$empty}] now creates
4858: named table with one empty column ( bugfix: #63 )
4859:
4860: 2011-11-30 misha
4861:
4862: * src/classes/json.C: - it's possible to set user's method for
4863: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
4864: #763 )
4865:
4866: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
4867:
4868: 2011-11-23 misha
4869:
4870: * src/: classes/curl.C, classes/file.C, classes/image.C,
4871: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
4872: types/pa_vfile.h, types/pa_vform.C: - constructor
4873: ^file::create[mode;filename;content[;options]] now accepts binary
4874: mode and file-content - new constructor's format:
4875: ^file::create[string-or-file-content[;$.name[filename]
4876: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
4877: feature: #65 )
4878:
4879: * src/: include/pa_request.h, main/pa_request.C: - new method
4880: mime_type_of(const String*) is added
4881:
4882: * src/include/pa_exception.h: - new exception constant
4883: FILE_NAME_MUST_BE_SPECIFIED is added
4884:
4885: * src/classes/table.C: - bug with negative offset transformed into
4886: a feature. it means pointing to a row from the end of the table (
4887: new feature: #810 )
4888:
4889: 2011-11-19 misha
4890:
4891: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
4892: â ìåòîäå _select ( new feature: #810 )
4893:
4894: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
4895: options were specified together is simplified
4896:
4897: 2011-11-12 misha
4898:
4899: * src/main/pa_request.C: - forgotten fix for escaping filename in
4900: HTTP content-disposition header (a part of bug #361 )
4901:
4902: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
4903: checks for ancestors' classes as well ( new feature: #456 )
4904:
4905: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
4906: "without cycle" now have types "parser.break" and
4907: "parser.continue" instead of "parser.runtime" ( new feature: #799
4908: )
4909:
4910: 2011-11-11 misha
4911:
4912: * tests/results/: 099.processed, 100.processed, 205.processed,
4913: 237.processed: - since bug #361 was fixed the content of filename
4914: in HTTP headers is quoted
4915:
4916: * tests/results/270.processed: - result for test 270
4917:
4918: * tests/: 065.html, results/065.processed: - more tests for
4919: ^file:basename[] & Co were added
4920:
4921: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
4922:
4923: * tests/270.html: - tests for ^file:find[] are added
4924:
4925: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
4926: using option $.charset. option $.engoding is still supported but
4927: these options can not be specified together
4928:
4929: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
4930: comparation charset name with string "UTF-8" ( bugfix: #759 )
4931:
4932: 2011-10-11 misha
4933:
4934: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
4935: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
4936: #622)
4937:
4938: 2011-09-30 misha
4939:
4940: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
4941: exception "saving stat-ed file" ( bugfix: #395 )
4942:
4943: 2011-05-30 misha
4944:
4945: * src/classes/string.C: - fixed bug which was added with
4946: params.as_hash into string:sql
4947:
4948: 2011-05-29 misha
4949:
4950: * src/types/pa_value.C: - filename in content-disposition header
4951: must be quoted ( bugfix: #361 )
4952:
4953: 2011-05-27 misha
4954:
4955: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
4956: created file
4957:
4958: * src/classes/: hash.C, mail.C: - little tunning with get_hash
4959: usage
4960:
4961: * src/include/pa_exception.h: - one more string for exception was
4962: added
4963:
4964: 2011-05-25 misha
4965:
4966: * tests/269.html: - tests for checking input params in some dom
4967: methods
4968:
4969: * src/classes/: xdoc.C, xnode.C: - validation of some input params
4970: was added. it isn't possible not wo create xdoc with invalid
4971: tagName. ( bugfix: #160 )
4972:
4973: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
4974: string "data must be string" was mover from pa_exception.h to
4975: pa_xml_exception.h
4976:
4977: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
4978: as_xmlncname, as_xmlname and as_xmlnsuri were added
4979:
4980: * src/main/pa_xml_exception.C: - XmlException accepts more options
4981:
4982: * src/include/pa_xml_exception.h: - XmlException accepts more
4983: options - XML-related exception's strings were added
4984:
4985: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
4986: output_options were removed)
4987:
4988: 2011-05-19 misha
4989:
4990: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
4991: params.as_hash is used more while parsing methods hash-options
4992:
4993: 2011-05-18 misha
4994:
4995: * operators.txt: - info about json-serialization of xdoc was added
4996:
4997: * tests/256.html: - tests for json-serialization xdoc were added
4998:
4999: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5000:
5001: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5002: classes/json.C, classes/xdoc.C: - now json:string can serialize
5003: xdoc-objects. options (the same as ^xdoc.string[]) could be
5004: specified in $.xdoc[] ( new feature: #265 )
5005:
5006: 2011-05-15 misha
5007:
5008: * tests/268.html: - tests for ^table.count[with options] were added
5009:
5010: * src/classes/table.C: - method ^table.count[] now can accept
5011: options ( new feature: #93 ): ^table.count[column] returns number
5012: of columns for named table; ^table.count[cells] returns number of
5013: cells in the current row; ^table.count[] & ^table.count[rows]
5014: return number of rows in a table.
5015:
5016: * tests/267.html: - test for checking switch/case in boolean mode
5017: was added
5018:
5019: * src/classes/op.C: - if switch's or case's value is bool, they are
5020: compared as bool values, not as double values: new feature: #351
5021:
5022: 2011-05-06 misha
5023:
5024: * tests/242.html: - EOL before EOF was added
5025:
5026: * tests/169.html: - tests for splitting empty string and void were
5027: added
5028:
5029: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5030: returned table with one empty cell)
5031:
5032: 2011-04-03 misha
5033:
5034: * src/include/pa_version.h, configure.in: - version in head was
5035: changed to 3.4.2b
5036:
5037: 2011-03-30 misha
5038:
5039: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
5040: as well ( new feature #294 )
5041:
5042: 2011-03-29 misha
5043:
5044: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
5045: limited to approx. 6 MB. previous limits were too big for real
5046: life. bugfix: #216
5047:
5048: 2011-03-04 moko
5049:
5050: * etc/parser3.charsets/cp866.cfg: Conforms to
5051: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
5052:
5053: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
5054: vlalek@
5055:
5056: 2011-02-22 misha
5057:
5058: * src/include/pa_charset.h, operators.txt: - some methods mustn't
5059: be under #ifdef XML or parser can't be compiled without xml
5060: support
5061:
5062: 2011-02-21 misha
5063:
1.116 moko 5064: * src/targets/apache/: Makefile.am: - mention
1.95 moko 5065: ApacheModuleParser3.vcproj was removed
5066:
5067: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
5068: removed)
5069:
5070: 2011-02-20 misha
5071:
5072: * tests/: 266.html, 266.p: - tests for checking $.inherited and
5073: $.overridden in ^reflection:method_info[...] were added
5074:
5075: * src/classes/reflection.C: - beautifying result of
5076: ^reflection:method_info[] ($.overridden/inherited)
5077:
5078: 2011-02-18 misha
5079:
5080: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
5081: and pa_isalnum instead of isalpha and isalnum - bug with
5082: redundand quoting lowercased latin chars while building email
5083: body was fixed
5084:
5085: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
5086: added (they check for latin chars only)
5087:
5088: 2011-02-16 misha
5089:
5090: * src/main/pa_charset.C: - bugfix: in some cases the calculating
5091: string size for transcoding gave too small value (should ever
5092: look for availability char in dest charset inspite of the char
5093: size)
5094:
5095: 2011-02-04 moko
5096:
5097: * tests/223.html: header values now not url-encoded (issue #195)
5098:
5099: 2011-02-01 misha
5100:
5101: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
5102:
5103: 2011-01-31 misha
5104:
5105: * src/main/pa_request.C: - throw exception if param file_name in
5106: use_file is empty
5107:
5108: 2011-01-08 moko
5109:
5110: * src/classes/curl.C: compilations errors fixed
5111:
5112: 2010-12-29 moko
5113:
5114: * tests/: 265.html, results/265.processed: test for issue #200
5115: added
5116:
5117: * src/main/pa_string.C: empty regex result check added (fixes issue
5118: #200)
5119:
5120: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
5121:
5122: * tests/results/223.processed: header values now not url-encoded
5123: (issue #195)
5124:
5125: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
5126: main/untaint.C: L_HTTP_HEADER now used in http headers values,
5127: pa_http_safe_header_name added for headers names (fixes bug #195)
5128:
5129: 2010-12-18 misha
5130:
5131: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
5132: => pa-include
5133:
5134: 2010-11-28 moko
5135:
5136: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
5137:
5138: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
5139: -> pa
5140:
5141: * configure.in: apr -> pa
5142:
5143: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
5144:
5145: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
5146: classes/Makefile.am, types/Makefile.am: apr -> pa
5147:
5148: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
5149: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
5150: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
5151: pa-include/pa_apr.h, pa-include/pa_errno.h,
5152: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
5153: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
5154: module apr name conflict resolved)
5155:
5156: 2010-11-27 misha
5157:
5158: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
5159: libbz2
5160:
5161: 2010-11-26 misha
5162:
5163: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
5164: warnings removed
5165:
5166: 2010-11-25 moko
5167:
5168: * operators.txt: $.indent(true)
5169:
5170: * operators.txt: another bugfix. :)
5171:
5172: * operators.txt: bugfix. :)
5173:
5174: * buildall-with-xml: libxml2-2.7.8 + with-apache
5175:
5176: 2010-11-24 moko
5177:
1.116 moko 5178: * configure: apxs support
1.95 moko 5179:
5180: * configure.in: apxs support -Bstatic gc removed for OS X
5181:
5182: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
5183:
5184: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
5185: THREAD_LOCAL usage
5186:
5187: * src/: classes/curl.C, include/pa_config_includes.h,
5188: main/pa_globals.C: THREAD_LOCAL defined and used
5189:
5190: 2010-11-23 moko
5191:
5192: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
5193: should be passed to pa_sleep, and only fractional part (bugfix:
5194: #188)
5195:
5196: * src/targets/apache/mod_parser3.c: 1.3 compatibility
5197:
5198: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5199: GC_dont_gc=1, as in cgi version
5200:
5201: * src/targets/apache/mod_parser3.c: warning war
5202:
5203: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5204: pa_httpd.h: version removed, some trash removed
5205:
5206: * src/targets/apache/mod_parser3.c: version removed (we don't want
5207: to show it), warning war
5208:
5209: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5210: pa_httpd.h: parser_status_allowed removed + merge config
5211: functions removed (override is the default) + beauty
5212:
5213: * src/: include/pa_request.h, main/pa_request.C,
5214: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
5215: hide $status used in apache module removed
5216:
5217: 2010-11-18 moko
5218:
5219: * operators.txt: $.table[compact] added for ^json:string[]
5220:
5221: 2010-11-16 moko
5222:
5223: * src/targets/apache/mod_parser3.c: some cleanup done
5224:
5225: * src/main/untaint.C: bugfix: first, second String::Body argument
5226: is hashcode; second, info.fragment_begin is original, not
5227: resulting length
5228:
5229: * src/classes/file.C: new feature: $.stdin now untainted
5230:
5231: * tests/results/264.processed: new feature: $.stdin[] now untainted
5232:
5233: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
5234:
5235: * src/classes/op.C: ^apply-taint[] method added
5236:
5237: * tests/: 264.html, results/264.processed: ^apply-taint[] test
5238: added; $.stdin untaint test added
5239:
5240: 2010-11-15 moko
5241:
5242: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
5243: removed
5244:
5245: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5246: pa_httpd.h: 2x2 calculated under apache2. :)
5247:
5248: 2010-11-13 moko
5249:
5250: * src/targets/apache/mod_parser3.c: initial changes to build module
5251: with apache 2.x includes
5252:
5253: * src/targets/apache/: Makefile.am, mod_parser3.c,
5254: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
5255: united apache 1.3 / apache 2.x DSO module
5256:
5257: 2010-11-09 moko
5258:
5259: * src/types/pa_method.h: check added to dissallow @method[name;*]
5260: syntax
5261:
5262: * tests/: 263.html, results/263.processed: test from method[*args]
5263: added
5264:
5265: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
5266: number of params can now be passed to a method declared with *arg
5267:
5268: 2010-11-06 moko
5269:
5270: * src/classes/table.C: formating fixed. :)
5271:
5272: * src/classes/table.C: closes #4: ^table.select now supports
5273: $.limit(), $.offset, $.reverse() options
5274:
5275: * tests/: 262.html, results/262.processed: test for ^table:select
5276: with options added (feature #4)
5277:
5278: * src/include/pa_array.h: remove function added
5279:
5280: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
5281: object in get_element/put_element, using static one.
5282:
5283: 2010-11-04 moko
5284:
5285: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
5286: options is passed
5287:
5288: * tests/: 256.html, results/256.processed: $.table[compact] feature
5289: now tested; k and p in handler now tested.
5290:
5291: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
5292: $.table[compact] feature added
5293:
5294: * src/classes/json.C: key is now passed to handler in
5295: value_json_string; ^json:string result now process tainting
5296: inside and returns clean string, related to issue #153
5297:
5298: * src/main/untaint.C: bugfix: charset can be null (in
5299: ^string:save[] as example), thus check is added
5300:
5301: 2010-10-31 moko
5302:
5303: * src/classes/string.C: error message changed (fixes issue #149)
5304:
5305: 2010-10-29 moko
5306:
5307: * src/main/pa_http.C: ":port" is now added to "Host:" header if
5308: port is not default (fixes issue #155); exception on invalid port
5309: added.
5310:
5311: * src/main/untaint.C: '*' is now not urlencoded to allow header
5312: "Accept: */*" to be passed
5313:
5314: 2010-10-28 moko
5315:
5316: * src/classes/curl.C: bugfix: detect_charset() was throwing
5317: exception on unknown charset even if response_charset was
5318: specified
5319:
5320: 2010-10-27 moko
5321:
5322: * src/classes/string.C: ^string.append removed for void
5323: compatibility
5324:
5325: 2010-10-26 moko
5326:
5327: * src/classes/json.C: libjson supports array at top level, we too
5328: (GPF fixed)
5329:
5330: 2010-10-25 moko
5331:
5332: * tests/: 253.html, results/253.processed: libjson supports array
5333: at top level, parser now supports it as well.
5334:
5335: * tests/261.html, tests/results/261.processed,
5336: src/types/pa_vstring.h: empty string is now void compatible
5337: (allows $empty.key)
5338:
5339: 2010-10-22 misha
5340:
5341: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
5342: while adding additional expires checkout)
5343:
5344: * tests/030.html: - test for session cookie was added
5345:
5346: 2010-10-21 moko
5347:
5348: * src/: classes/string.C, classes/void.C, main/execute.C,
5349: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
5350: string (feature #111)
5351:
5352: * tests/: 261.html, results/261.processed: checks void from string
5353: inheritance (feature #111)
5354:
5355: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
5356: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
5357: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
5358: now true by default
5359:
5360: 2010-10-17 moko
5361:
5362: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
5363: upload now uses binary blocks instead of L_FILE_POST tainting.
5364: (bugfix: #128)
5365:
5366: * tests/: 223.html, results/223.processed: binary file upload test
5367: added, GPF (issue #128) also checked in this test
5368:
5369: 2010-10-13 misha
5370:
5371: * tests/260.html: - test for math:convert
5372:
5373: * src/classes/math.C: - error in math:convert was fixed
5374:
5375: * operators.txt: - info about
5376: ^math:convert[number](from-base;to-base) was added
5377:
5378: * src/classes/math.C: - method
5379: ^math:convert[number](from-base;to-base) for converting number
5380: represention from one base to another was added ( new feature:
5381: #23 )
5382:
5383: 2010-10-13 moko
5384:
5385: * src/main/compile.tab.C: [] now is empty string, not void
5386:
5387: * src/main/compile.y: [] now is empty string, not void
5388:
5389: * src/types/pa_vvoid.h: void now passed as parameter
5390:
5391: * tests/: 259.html, results/259.processed: to test difference
5392: between void and empty string (see ticket #111)
5393:
5394: * tests/results/152.processed: $sEmpty[] is now empty string, not
5395: void
5396:
5397: * tests/256.html: $s[$void] is no longer empty string
5398:
5399: * tests/254.html: empty string is no longer void
5400:
5401: 2010-10-12 misha
5402:
5403: * src/types/pa_vcookie.C: - check if $.expires value can be
5404: converted to date during cookies set up ( bugfix: #104 )
5405:
5406: * tests/041.html: - more tests for ^table.locate were added
5407:
5408: * src/classes/table.C: - ^table.locate[field;value;options] didn't
5409: work ( bugfix: #129 ) - exception comment for incorrect options
5410: ^table.locate[field;value;options] was fixed
5411:
5412: 2010-10-10 moko
5413:
5414: * src/: classes/reflection.C, main/execute.C: constructor returning
5415: another object feature returned
5416:
5417: * tests/results/258.processed: test result updated as constructor
5418: returning another object feature returned
5419:
5420: * tests/: 258.html, results/258.processed: test for constructor
5421: returning another object
5422:
5423: 2010-10-08 misha
5424:
5425: * tests/257.html: - whitespaces after @METACOMMANDS and their
5426: options shouldn't cause exceptions any longer
5427:
5428: 2010-10-06 moko
5429:
5430: * src/classes/: hash.C, table.C: length from sql server is now
5431: ignored, as sql string can contain 0x00 inside (bugfix: #119)
5432:
5433: 2010-10-02 misha
5434:
5435: * operators.txt: - the X mark was removed from ^cache[file]. it is
5436: usable to delete cache file.
5437:
5438: 2010-10-02 moko
5439:
5440: * tests/: 253.html, results/253.processed: hook_key added for key
5441: checking
5442:
5443: * src/classes/json.C: null key bug fixed
5444:
5445: 2010-09-29 misha
5446:
5447: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
5448:
5449: 2010-09-25 moko
5450:
5451: * src/classes/json.C: small fixed
5452:
5453: * tests/results/: 253.processed, 255.processed: just updated
5454:
5455: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
5456: results/255.processed: charset transcode test added for
5457: json:parse
5458:
5459: 2010-09-24 moko
5460:
5461: * src/types/pa_value.h: warning war :)
5462:
5463: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
5464: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
5465: ^json:string
5466:
5467: 2010-09-22 moko
5468:
5469: * src/main/pa_charset.C: parser charset tables declare only
5470: white-space before 0x20, thus adding the missing chars
5471:
5472: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
5473: to http://unicode.org/Public/MAPPINGS/VENDORS/
5474:
5475: 2010-09-21 misha
5476:
5477: * src/main/compile.y: - some semicolons were added (VS2010 don't
5478: want to compile grammar if they are absent)
5479:
5480: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
5481:
5482: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
5483:
5484: * src/main/main.vcproj: - path to bison is changed
5485:
5486: 2010-09-21 moko
5487:
1.116 moko 5488: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
5489: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
5490: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 5491:
5492: 2010-09-20 misha
5493:
5494: * src/types/pa_vtable.C: - add EOLs while json-serializing table
5495:
5496: * src/classes/json.C: - add EOL while json-serializing hash
5497:
5498: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
5499: compilers don't like 'ES'.
5500:
5501: 2010-09-17 misha
5502:
5503: * operators.txt: - info about json class was added
5504:
5505: * src/classes/json.C: - ^json:string[object]
5506:
5507: * src/: include/pa_request.h, main/pa_request.C: - stuff for
5508: preventing infinite recursion while executing json:string was
5509: added
5510:
5511: * src/include/pa_string.h: - method append_quoted was added
5512:
5513: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
5514: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
5515: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
5516: was added to Value & Co
5517:
5518: * src/classes/date.C: - methods get_gmt_string and get_sql_string
5519: were used
5520:
5521: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
5522: were added
5523:
5524: 2010-09-10 moko
5525:
5526: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5527: die_or_abort (backport from 3.4.1)
5528:
5529: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5530: die_or_abort (bugfix: #106)
5531:
5532: 2010-09-09 moko
5533:
5534: * src/classes/json.C: warning war. :)
5535:
5536: 2010-09-08 misha
5537:
5538: * src/lib/json/Makefile.am: - additional include directories were
5539: added (for pa_memory.h and gc.h)
5540:
5541: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
5542: compile as C++ instead default - additional include directory was
5543: added (for gc.h)
5544:
5545: * src/types/pa_vform.C: - little code reformating
5546:
5547: * src/classes/file.C: - $.content-type option now can be specified
5548: in ^file::create ( new feature: #102 )
5549:
5550: 2010-09-08 moko
5551:
5552: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
5553: pa_malloc/pa_free
5554:
5555: 2010-09-07 moko
5556:
5557: * tests/results/254.processed: VStateless_class:put_element
5558: exception was fixed
5559:
5560: * src/types/: pa_value.h, pa_vstateless_class.h: now
5561: VStateless_class:put_element barks self.type, not this.type
5562: (bugfix: #105)
5563:
5564: 2010-09-06 moko
5565:
5566: * src/classes/reflection.C: bugfix: new String() is required for
5567: exception handling
5568:
5569: * tests/: 254.html, results/254.processed: test modified
5570:
5571: 2010-09-05 moko
5572:
5573: * tests/: 254.html, results/254.processed: ^reflection:copy test
5574: added
5575:
5576: * src/: classes/reflection.C, include/pa_request.h:
5577: ^reflection:copy implemented (new feature: #100)
5578:
5579: 2010-09-03 moko
5580:
5581: * src/lib/json/JSON_parser.C: c++ compatiblity
5582:
5583: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
5584: option testing added
5585:
5586: 2010-09-02 moko
5587:
5588: * src/classes/json.C: $.distinct[first|last|all] added
5589:
5590: 2010-09-01 moko
5591:
5592: * tests/results/253.processed: json test result
5593:
5594: * tests/: 253.html, 253_json.txt: json test added
5595:
5596: * src/classes/json.C: json.C update to actual version + hash key
5597: creation bugfix
5598:
5599: 2010-08-31 misha
5600:
5601: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
5602: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
5603: src/lib/Makefile.am, src/classes/Makefile.am,
5604: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
5605: json library was added
5606:
5607: 2010-08-30 moko
5608:
5609: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
5610: types/pa_vobject.C: cosmetic optimization in
5611: request:execute_method usage
5612:
5613: * src/: include/pa_charset.h, main/pa_charset.C: small
5614: optimization, just to decrease number of lines. :)
5615:
5616: 2010-08-27 misha
5617:
5618: * src/classes/op.C: - taint[json] was added
5619:
5620: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
5621: were added
5622:
5623: * src/main/pa_exec.C: - warning fix was rolled back.
5624:
5625: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
5626: include/pa_string.h: - taint[json] was added - escaping was
5627: slightly modified
5628:
5629: 2010-08-25 misha
5630:
5631: * src/classes/file.C: - typo in file:sql exception was fixed
5632:
5633: * src/main/pa_exec.C: - warning about declared and not used
5634: variable forced_allow was removed
5635:
5636: 2010-08-14 misha
5637:
5638: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
5639: were removed
5640:
5641: 2010-08-11 moko
5642:
5643: * tests/: 249.html, results/249.processed: default setter and
5644: anti-recursive default getter test added
5645:
5646: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
5647: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
5648: types/pa_vobject.h, types/pa_vstateless_class.C,
5649: types/pa_vstateless_class.h: default setter support +
5650: anti-recursive default getter support ( new feature: #13 )
5651:
5652: * src/include/pa_hash.h: optimization: threshold member removed
5653: from hash, reducing sizeof(hash)
5654:
5655: 2010-08-10 misha
5656:
5657: * tests/196.html: - junction-method was added to the test
5658:
5659: * tests/248.html: - ups. typo :)
5660:
5661: * tests/248.html: - test for checking .match with 4 params
5662:
5663: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
5664: 247_windows1251.txt: - test for "transcode file from utf-8 to
5665: $request:charset during loading if the BOM code is detected"
5666:
5667: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
5668: $request:charset during loading if the BOM code is detected ( new
5669: feature: #98 )
5670:
5671: 2010-08-05 misha
5672:
5673: * src/classes/image.C: - ^image.replace now can accept only 2
5674: params. in this case the whole image is affected ( new feature:
5675: #95 )
5676:
5677: 2010-08-04 misha
5678:
5679: * tests/246.html: - test tor ^hash._at[] was added
5680:
5681: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
5682: #53 )
5683:
5684: * src/include/pa_hash.h: - methods for accessing the first and the
5685: last values of ordered hash were added (first_value and
5686: last_value)
5687:
5688: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
5689: (similar to others file's methods):
5690: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
5691: #68 )
5692:
5693: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
5694:
5695: 2010-08-01 moko
5696:
5697: * src/classes/op.C: to correctly process $result[] in code, called
5698: from ^process
5699:
5700: * tests/245.html: $result in ^process[] test added
5701:
5702: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
5703: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
5704: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
5705: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
5706: caller, self) op_call(VMethodFrame &frame, bool constructing)
5707: removed, construct(class,method) added
5708:
5709: * tests/results/: 192.processed, 244.processed: request::construct
5710: added
5711:
5712: * tests/: 244.html, 245.html, results/244.processed,
5713: results/245.processed: object creation exceptions and ^process
5714: tests added
5715:
5716: 2010-07-28 misha
5717:
5718: * tests/make_tests.cmd: - win32 EOLs
5719:
5720: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
5721: tests on Win32 were added (The system timezone should be GMT+3)
5722:
5723: 2010-07-26 misha
5724:
5725: * tests/: 212.html, results/212.processed: - sizes were removed
5726: mecause they could be different on different OSs
5727:
5728: * tests/065.html: - make it "win32 friendly"
5729:
5730: 2010-07-25 misha
5731:
5732: * src/main/compile.y: - all EOLs between methods are removed during
5733: compilation ( new feature: #47 )
5734:
5735: * tests/results/149.processed: - prepare tests to trim trailing
5736: methods' EOLs
5737:
5738: * tests/149.html: - prepare tests to trim trailing methods' EOLs
5739:
5740: * tests/: results/006.processed, results/014.processed, 006.html,
5741: 014.html, 022.html: - prepare tests to trim trailing methods'
5742: EOLs
5743:
5744: * tests/: 059.html, 071.html, 149.html, results/059.processed,
5745: results/071.processed, results/022.processed: - prepare tests to
5746: trim trailing methods' EOLs
5747:
5748: * tests/: results/073.processed, results/109.processed,
5749: results/142.processed, results/144.processed,
5750: results/149.processed, 073.html, 096.html, 109.html, 142.html,
5751: 144.html: - prepare tests to trim trailing methods' EOLs
5752:
5753: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
5754: 149.html, 152.html, results/096.processed, results/107.processed,
5755: results/109.processed, results/142.processed,
5756: results/144.processed: - prepare tests to trim trailing methods'
5757: EOLs
5758:
5759: 2010-07-24 moko
5760:
5761: * tests/results/: 156.processed, 224.processed: fix for #54 changed
5762: the hash order in this test
5763:
5764: * tests/014.html: to check hash order, hash no is longer sorted
5765: before print
5766:
5767: * src/include/pa_hash.h: hash copy constructor now keeps order
5768: (bugfix: #54)
5769:
5770: 2010-07-23 moko
5771:
5772: * tests/results/224.processed: @auto[] is no longer inherited
5773:
5774: * src/types/pa_vstateless_class.C, tests/227.html,
5775: tests/results/227.processed: @auto[] is no longer inherited
5776: (bugfix: #57)
5777:
5778: 2010-07-22 misha
5779:
5780: * src/classes/table.C: - don't skip comment lines during
5781: table::load if encloser or separator is set as '#' ( new feature:
5782: #30 )
5783:
5784: * src/targets/cgi/parser3.C: - don't run as cgi if
5785: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
5786: #12 )
5787:
5788: * src/classes/file.C: - set PARSER_VARSION env before external
5789: script executing
5790:
5791: 2010-07-13 misha
5792:
5793: * tests/058.html: - test for suppressing @border was added - test
5794: for user attribute was added
5795:
5796: * tests/results/186.processed: unescaping from \uXXXX
5797:
5798: * tests/186.html: unescaping from \uXXXX
5799:
5800: * tests/: 239.html, results/239.processed: method call type
5801:
5802: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
5803: $junction_method.CLASS_NAME (+CLASS)
5804:
5805: 2010-07-07 misha
5806:
5807: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
5808: *nix
5809:
5810: 2010-07-05 misha
5811:
5812: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5813: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
5814: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
5815: comment strings "options must be hash", "options must be hash,
5816: not code" and "called with invalid option" were replaced by
5817: constatns - exception comment string "invalid option passed" was
5818: replaced by "called with invalid option" (now in different
5819: methods are the same exception comment string)
5820:
5821: * src/include/pa_exception.h: - more exception strings were defined
5822:
5823: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5824: types/pa_vstateless_class.h: - now we can define possible
5825: method's call type ( new feature: #5 ) 1.
5826: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
5827: methods 2. @static:method[params] (only static keyword could be
5828: used here) -- for specified methods
5829:
5830: * src/main/pa_common.C: - junction points should not be deleted on
5831: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
5832: cleanup
5833:
5834: 2010-07-03 misha
5835:
5836: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
5837: results/158.processed, results/160.processed,
5838: results/161.processed, results/162.processed,
5839: results/163.processed: - prepare tests to trim trailing methods'
5840: EOLs
5841:
5842: * tests/results/169.processed: - prepare tests to trim trailing
5843: methods' EOLs
5844:
5845: * tests/results/: 168.processed, 169.processed: - prepare tests to
5846: trim trailing methods' EOLs
5847:
5848: * tests/: results/170.processed, results/167.processed,
5849: results/168.processed, results/169.processed, 167.html, 168.html,
5850: 169.html: - prepare tests to trim trailing methods' EOLs
5851:
5852: * tests/: results/170.processed, results/171.processed,
5853: results/172.processed, results/173.processed,
5854: results/174.processed, results/175.processed, 170.html, 171.html,
5855: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
5856: trailing methods' EOLs
5857:
5858: * tests/: results/176.processed, results/180.processed,
5859: results/184.processed, results/185.processed,
5860: results/191.processed, results/192.processed,
5861: results/196.processed, results/197.processed,
5862: results/198.processed, 176.html, 180.html, 184.html, 185.html,
5863: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
5864: to trim trailing methods' EOLs
5865:
5866: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
5867: results/199.processed, results/208.processed,
5868: results/209.processed, results/213.processed,
5869: results/214.processed: - prepare tests to trim trailing methods'
5870: EOLs
5871:
5872: 2010-06-29 misha
5873:
5874: * tests/: 220.html, 218.html, results/218.processed,
5875: results/215.processed, results/217.processed, 215.html, 217.html:
5876: - prepare tests to trim trailing methods' EOLs
5877:
5878: * tests/: results/224.processed, 224.html, 223.html,
5879: results/223.processed, results/220.processed: - prepare tests to
5880: trim trailing methods' EOLs
5881:
5882: * tests/results/: 226.processed, 230.processed: - prepare tests to
5883: trim trailing methods' EOLs
5884:
5885: * tests/: 229.html, results/229.processed: - prepare tests to trim
5886: trailing methods' EOLs
5887:
5888: * tests/: 232.html, 235.html, results/232.processed,
5889: results/235.processed, 226.html, 227.html, 228.html, 230.html,
5890: results/226.processed, results/227.processed,
5891: results/228.processed, results/230.processed: - prepare tests to
5892: trim trailing methods' EOLs
5893:
5894: 2010-06-16 moko
5895:
5896: * tests/: 229.html, results/229.processed: elseif now supported in
5897: ^if
5898:
5899: * src/classes/op.C: new feature: #56 elseif now supported in ^if
5900:
5901: 2010-06-03 misha
5902:
5903: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
5904: instead of memcopy for overlaped regions
5905:
5906: 2010-05-25 misha
5907:
5908: * src/main/pa_common.C: - wanring about unused vars was removed
5909:
5910: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
5911: get_method_filename was moved to execute.C
5912:
5913: 2010-05-23 misha
5914:
5915: * src/main/pa_request.C: - more accurate detection of method's file
5916:
5917: 2010-05-22 misha
5918:
5919: * src/classes/reflection.C: - bugfix: core during detection of
5920: .file if filespec isn't detected successfully
5921:
5922: 2010-05-20 misha
5923:
5924: * src/main/pa_request.C: - fix in get_method_filename
5925:
5926: * src/include/pa_request.h: - new feature: #24 -- searching
5927: included file in @USE/^use is changed. if its filespec doesn't
5928: start from '/' it will be searched in caller file directory
5929:
5930: * src/classes/reflection.C: - ^reflection:method_info returns file
5931: where the method is defined
5932:
5933: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
5934: classes/op.C: - new feature: #24 -- searching included file in
5935: @USE/^use is changed. if its filespec doesn't start from '/' it
5936: will be searched in caller file directory
5937:
5938: * src/: classes/file.C, include/pa_common.h: - method lastposafter
5939: is moved to pa_common.h
5940:
5941: 2010-05-18 misha
5942:
5943: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
5944: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
5945: cookie parser decode \uXXXX as well as %uXXXX
5946:
5947: 2010-05-17 misha
5948:
5949: * src/classes/curl.C: beauty: - unused param is removed in method
5950: _curl_version_action - some spaces were removed or replaced by
5951: tabs
5952:
5953: * src/classes/table.C: - bugfix: #72 core with empty value during
5954: ^table.hash[...;name_of_the_last_column][$.type[string]]
5955:
5956: 2010-05-16 misha
5957:
5958: * src/classes/curl.C: new: #61 more curl options were added
5959: (contributed by Sumo)
5960:
5961: 2010-04-29 pretender
5962:
5963: * src/main/pa_string.C: fixes #63 Split result from empty string
5964: now empty string.
5965:
5966: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
5967: string type.
5968:
5969: 2010-04-28 pretender
5970:
5971: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
5972: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
5973: macrodefinition removed
5974:
5975: 2010-04-19 pretender
5976:
5977: * src/main/execute.C: fixes #60 Stacktrace now contains info for
5978: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
5979:
5980: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
5981: fixes #64 Now file.missing exception generates in unsafe mode to.
5982:
5983: * src/classes/file.C: fixes #48 Now not throw "not save environment
5984: variable" exception in grpunlim version.
5985:
5986: 2010-04-05 misha
5987:
5988: * src/classes/string.C: - new feature: 4th param was added to
5989: match. if specified its value is returned in case of nothing was
5990: found
5991:
5992: 2010-04-01 misha
5993:
5994: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
5995: multiple execution of /a/b/auto.p
5996:
5997: 2010-03-19 misha
5998:
5999: * src/main/execute.C: - core in $table1.$table2 was fixed
6000:
6001: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6002:
6003: 2010-01-27 misha
6004:
6005: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6006: trying to open file by path /existing-file/non-exixting-file
6007:
6008: 2010-01-26 misha
6009:
6010: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6011: was added (returns file)
6012:
6013: 2009-12-22 misha
6014:
6015: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6016: now parser doesn't have class curl if it was built without it
6017:
6018: 2009-12-15 misha
6019:
6020: * configure.in: - little cheat with curl include dir was added
6021:
6022: 2009-12-05 misha
6023:
6024: * src/classes/curl.C: - some fixes
6025:
6026: 2009-12-04 misha
6027:
6028: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6029: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6030: buildall-with-xml, buildall-without-xml, configure.in: - curl
6031: class was added
6032:
6033: * src/include/pa_hash.h: - hash-iterator was added
6034:
6035: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6036: was added to pcre
6037:
6038: 2009-11-27 misha
6039:
6040: * src/classes/image.C: - don't add @border attribute to output of
6041: ^image.html[] if it was specified by user with empty value
6042:
6043: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
6044: root element and we are trying to access .documentElement
6045:
6046: 2009-11-11 misha
6047:
6048: * src/classes/table.C: - in ^table.flip[] look at number of columns
6049: instead of number of items in first row for named tables
6050:
6051: 2009-11-10 misha
6052:
6053: * operators.txt: - info about hash-options in ^file::create was
6054: added
6055:
6056: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
6057: added
6058:
6059: 2009-11-09 misha
6060:
6061: * buildall-with-xml: - moving to libxml 2.7.6
6062:
6063: * tests/236.html: - tests for comparations cords with functions
6064: were added
6065:
6066: * src/include/pa_string.h: - optimisation: cacheing of cstr was
6067: added
6068:
6069: * src/main/pa_http.C: - little optimisation
6070:
6071: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
6072: GPF mallocs + stringstream (table.save)
6073:
6074: * src/classes/file.C: - file::create now accepts 4th param: options
6075: with $.charset
6076:
6077: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
6078: bug in cord (comparation cords with functions was buggy)
6079:
6080: 2009-11-06 misha
6081:
6082: * src/main/pa_string.C: - bugfix: calculation string.length
6083: sometimes was buggy
6084:
6085: * src/classes/string.C: - bugfix: Temp_value_element wasn't
6086: destroyed if exception occured during match/replace
6087:
6088: * src/: main/pa_charset.C, include/pa_charset.h: - method
6089: lengthUTF8Char was added
6090:
6091: * src/classes/op.C: - clean tainting lang was added for user's
6092: usage
6093:
6094: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
6095: fixed: checkouts are required after GC_MALLOC
6096:
6097: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
6098:
6099: * operators.txt: - actually, there is no ^untaint[xml] in
6100: file::create
6101:
6102: 2009-10-15 misha
6103:
6104: * tests/: 235.html, 235_attach.txt: - tests for preparing email
6105: were added
6106:
6107: * tests/234.html: - more tests for checking ^taint[uri] escaping
6108: were added
6109:
6110: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
6111: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
6112: hacking: for dealing with transcoding+^taint[uri]
6113: transcode_and_untaint was replaced by untaint_and_transcode
6114:
6115: 2009-10-13 misha
6116:
6117: * tests/: 121.html, results/121.processed: - test transcoding +
6118: url-escaping now
6119:
6120: * tests/results/auto.p: - more helpers' methods were added
6121:
6122: * src/main/pa_globals.C: - die instead of abort
6123:
6124: 2009-10-06 misha
6125:
6126: * src/main/pa_common.C: - don't allocate memory during
6127: capitalization if input string is already capitalized
6128:
6129: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
6130:
6131: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
6132: use format function because it calls malloc
6133:
6134: * src/include/pa_common.h: - more capitalized headers were added
6135:
6136: * src/main/pa_common.C: - in safe mode clear executable bits during
6137: file writing
6138:
6139: 2009-10-05 misha
6140:
6141: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
6142:
6143: 2009-10-03 misha
6144:
6145: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
6146: ^img.text[] & ^img.length[] can work in utf-8 now
6147:
6148: * src/: include/pa_charset.h, main/pa_charset.C: - class
6149: UTF8_string_iterator was added
6150:
6151: * src/classes/image.C: - respect utf-8 when calculate alphabet
6152: length
6153:
6154: * src/classes/mail.C: - check from before get message.cstr
6155:
6156: 2009-10-02 misha
6157:
6158: * tests/233.html: - test for image.font, image.length, image.text
6159: with text in utf-8 were added
6160:
6161: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
6162:
6163: * buildall-with-xml, buildall-without-xml: - comment about gc
6164: version for freebsd 4 was added
6165:
6166: 2009-10-01 misha
6167:
6168: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
6169: terminator) - read_pipe were slightly optimized
6170:
6171: 2009-09-28 misha
6172:
6173: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
6174: removed
6175:
6176: * src/types/pa_vmail.C: - forgot about space after ':'
6177:
6178: * src/types/pa_vmail.C: - escape filenames while preparing mail
6179: body - small simplifications
6180:
6181: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
6182: inout params like pa_base64
6183:
6184: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
6185: option $.debug-print(1) was added to mail:send - changes for
6186: using uue_encode which uses less memory
6187:
6188: * src/main/pa_common.C: - pa_base64_encode uses less memory now
6189:
6190: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
6191: memory now
6192:
6193: 2009-09-26 misha
6194:
6195: * src/types/pa_vmail.C: - default encoding now is base64
6196:
6197: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
6198:
6199: 2009-09-25 misha
6200:
6201: * src/types/pa_vmail.C: - capitalization of headers was added to
6202: sending mail as well
6203:
6204: * buildall-with-xml: - catalog package was removed from libxml
6205:
6206: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
6207: win32 absolute path
6208:
6209: * src/include/pa_common.h: - one more capitalized header was added
6210:
6211: 2009-09-22 misha
6212:
6213: * INSTALL: - comment about building just httpd binary while
6214: building apache module was added
6215:
6216: 2009-09-21 misha
6217:
6218: * buildall-with-xml: - moving to the latest versions of xml libs:
6219: libxml 2.7.4 and libxslt 1.1.25
6220:
6221: 2009-09-19 misha
6222:
6223: * tests/231.html: - test for encoding cookie in win-1251
6224:
6225: 2009-09-18 misha
6226:
6227: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
6228: object] were added
6229:
6230: * operators.txt: - info about method ^reflection:fields[class or
6231: object] was added
6232:
6233: * src/classes/reflection.C: - method ^reflection:fields[class or
6234: object] was added
6235:
6236: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
6237: methods get_fields were added
6238:
6239: * tests/232.html: - tests for @GET[name]
6240:
6241: * src/classes/table.C: - some changes in handling hash-options for
6242: creare, join and locate
6243:
6244: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
6245: defined with option: the type of requested value
6246:
6247: 2009-09-17 misha
6248:
6249: * tests/212.html: - tests for .pattern and .options were added
6250:
6251: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
6252: $regex.options were added
6253:
6254: 2009-09-11 misha
6255:
6256: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
6257: rewrited. it checks not just one case of sending cookies during
6258: file::load[http], but also sending headers and fields (including
6259: files)
6260:
6261: 2009-09-10 misha
6262:
6263: * src/main/untaint.C: - workaround in file-spec lang for old Macs
6264: was removed => now parser can open files with Russian 'r' in
6265: filename
6266:
6267: * src/main/untaint.C: - bugfix: client charset whould be analized
6268: while escaping cookies but now source charset
6269:
6270: * src/main/pa_http.C: - bugfix: the values of http headers didn't
6271: ^tainted[uri] so it was possible to make request with incorrect
6272: http header
6273:
6274: * src/main/pa_http.C: - capitalization of http headers during
6275: file::load[http was slightly changes - bugfix: all headers which
6276: parser sends during file::load[http should be transcoded and only
6277: then escaped
6278:
6279: * src/main/untaint.C: - a bit more comments were added
6280:
6281: * src/classes/: file.C, string.C: - types where changes (minus 2
6282: warnings)
6283:
6284: * src/include/pa_common.h: - 2 capitalized strings for making http
6285: headers during file::load[http were added
6286:
6287: 2009-09-08 misha
6288:
6289: * operators.txt: - changes in file.save and string.save were added
6290:
6291: * tests/: 230.html, 230.txt: - tests for checking options in
6292: file.save and string.save were added
6293:
6294: * src/main/pa_request.C: - http headers names, which are passed to
6295: SAPI::add_header_attribute are lowercased now (it'll be
6296: capitalized in that method)
6297:
6298: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
6299: classes/string.C: - file_write accepts Request_charsets and asked
6300: charset and cound transcode content before writing - string.save
6301: and file.save have option $.charset now
6302:
6303: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
6304: classes/xdoc.C: - file_write accepts Request_charsets and asked
6305: charset and cound transcode content before writing
6306:
6307: * src/include/pa_exception.h: - new exception comment string was
6308: defined
6309:
6310: 2009-09-07 misha
6311:
6312: * src/main/compile.y: - grammar $name\ name stops now for regex
6313: sub-pattern\s
6314:
6315: 2009-09-04 misha
6316:
6317: * src/main/pa_http.C: - capitalization of http headers during
6318: file::load[http was implemented
6319:
6320: 2009-09-03 misha
6321:
6322: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6323: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
6324: types/pa_vmail.C, targets/cgi/parser3.C,
6325: targets/isapi/parser3isapi.C: - back to storing response http
6326: headers in lowercase - capitalize them during output
6327:
6328: 2009-08-31 misha
6329:
6330: * src/classes/table.C: - allow call with any brackets (it could be
6331: useful in methods with explict result declaration)
6332:
6333: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
6334: correctly if $request:charset==koi8-r
6335:
6336: 2009-08-30 misha
6337:
6338: * src/: include/pa_common.h, main/pa_request.C: - http headers were
6339: changed: content-type => Content-type and so on
6340:
6341: * src/classes/file.C, src/include/pa_common.h,
6342: src/include/pa_request.h, src/main/pa_http.C,
6343: src/main/pa_request.C, src/types/pa_vcookie.C,
6344: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
6345: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
6346: tests/results/002.processed, tests/results/003.processed,
6347: tests/results/004.processed, tests/results/005.processed,
6348: tests/results/006.processed, tests/results/007.processed,
6349: tests/results/008.processed, tests/results/009.processed,
6350: tests/results/010.processed, tests/results/011.processed,
6351: tests/results/012.processed, tests/results/013.processed,
6352: tests/results/014.processed, tests/results/015.processed,
6353: tests/results/016.processed, tests/results/017.processed,
6354: tests/results/018.processed, tests/results/019.processed,
6355: tests/results/020.processed, tests/results/021.processed,
6356: tests/results/022.processed, tests/results/023.processed,
6357: tests/results/024.processed, tests/results/025.processed,
6358: tests/results/026.processed, tests/results/027.processed,
6359: tests/results/028.processed, tests/results/029.processed,
6360: tests/results/030.processed, tests/results/031.processed,
6361: tests/results/032.processed, tests/results/033.processed,
6362: tests/results/034.processed, tests/results/035.processed,
6363: tests/results/036.processed, tests/results/037.processed,
6364: tests/results/038.processed, tests/results/039.processed,
6365: tests/results/040.processed, tests/results/041.processed,
6366: tests/results/042.processed, tests/results/043.processed,
6367: tests/results/044.processed, tests/results/045.processed,
6368: tests/results/046.processed, tests/results/047.processed,
6369: tests/results/048.processed, tests/results/049.processed,
6370: tests/results/050.processed, tests/results/051.processed,
6371: tests/results/052.processed, tests/results/053.processed,
6372: tests/results/054.processed, tests/results/055.processed,
6373: tests/results/056.processed, tests/results/057.processed,
6374: tests/results/058.processed, tests/results/059.processed,
6375: tests/results/060.processed, tests/results/061.processed,
6376: tests/results/062.processed, tests/results/063.processed,
6377: tests/results/064.processed, tests/results/065.processed,
6378: tests/results/066.processed, tests/results/067.processed,
6379: tests/results/068.processed, tests/results/069.processed,
6380: tests/results/070.processed, tests/results/071.processed,
6381: tests/results/072.processed, tests/results/073.processed,
6382: tests/results/074.processed, tests/results/075.processed,
6383: tests/results/076.processed, tests/results/077.processed,
6384: tests/results/078.processed, tests/results/079.processed,
6385: tests/results/080.processed, tests/results/081.processed,
6386: tests/results/082.processed, tests/results/083.processed,
6387: tests/results/084.processed, tests/results/085.processed,
6388: tests/results/086.processed, tests/results/087.processed,
6389: tests/results/088.processed, tests/results/089.processed,
6390: tests/results/090.processed, tests/results/091.processed,
6391: tests/results/092.processed, tests/results/093.processed,
6392: tests/results/094.processed, tests/results/095.processed,
6393: tests/results/096.processed, tests/results/097.processed,
6394: tests/results/098.processed, tests/results/099.processed,
6395: tests/results/100.processed, tests/results/101.processed,
6396: tests/results/102.processed, tests/results/103.processed,
6397: tests/results/104.processed, tests/results/105.processed,
6398: tests/results/106.processed, tests/results/107.processed,
6399: tests/results/108.processed, tests/results/109.processed,
6400: tests/results/110.processed, tests/results/111.processed,
6401: tests/results/112.processed, tests/results/113.processed,
6402: tests/results/114.processed, tests/results/115.processed,
6403: tests/results/116.processed, tests/results/117.processed,
6404: tests/results/118.processed, tests/results/119.processed,
6405: tests/results/120.processed, tests/results/121.processed,
6406: tests/results/122.processed, tests/results/123.processed,
6407: tests/results/124.processed, tests/results/125.processed,
6408: tests/results/126.processed, tests/results/127.processed,
6409: tests/results/128.processed, tests/results/129.processed,
6410: tests/results/130.processed, tests/results/131.processed,
6411: tests/results/132.processed, tests/results/133.processed,
6412: tests/results/134.processed, tests/results/135.processed,
6413: tests/results/136.processed, tests/results/138.processed,
6414: tests/results/139.processed, tests/results/140.processed,
6415: tests/results/141.processed, tests/results/142.processed,
6416: tests/results/143.processed, tests/results/144.processed,
6417: tests/results/145.processed, tests/results/146.processed,
6418: tests/results/147.processed, tests/results/148.processed,
6419: tests/results/149.processed, tests/results/150.processed,
6420: tests/results/151.processed, tests/results/152.processed,
6421: tests/results/153.processed, tests/results/154.processed,
6422: tests/results/155.processed, tests/results/156.processed,
6423: tests/results/157.processed, tests/results/158.processed,
6424: tests/results/159.processed, tests/results/160.processed,
6425: tests/results/161.processed, tests/results/162.processed,
6426: tests/results/163.processed, tests/results/164.processed,
6427: tests/results/165.processed, tests/results/166.processed,
6428: tests/results/167.processed, tests/results/168.processed,
6429: tests/results/169.processed, tests/results/170.processed,
6430: tests/results/171.processed, tests/results/172.processed,
6431: tests/results/173.processed, tests/results/174.processed,
6432: tests/results/175.processed, tests/results/176.processed,
6433: tests/results/177.processed, tests/results/178.processed,
6434: tests/results/179.processed, tests/results/180.processed,
6435: tests/results/181.processed, tests/results/182.processed,
6436: tests/results/183.processed, tests/results/184.processed,
6437: tests/results/185.processed, tests/results/186.processed,
6438: tests/results/187.processed, tests/results/188.processed,
6439: tests/results/189.processed, tests/results/190.processed,
6440: tests/results/191.processed, tests/results/192.processed,
6441: tests/results/193.processed, tests/results/194.processed,
6442: tests/results/195.processed, tests/results/196.processed,
6443: tests/results/197.processed, tests/results/198.processed,
6444: tests/results/199.processed, tests/results/200.processed,
6445: tests/results/201.processed, tests/results/202.processed,
6446: tests/results/203.processed, tests/results/204.processed,
6447: tests/results/205.processed, tests/results/206.processed,
6448: tests/results/207.processed, tests/results/208.processed,
6449: tests/results/209.processed, tests/results/210.processed,
6450: tests/results/211.processed, tests/results/212.processed,
6451: tests/results/213.processed, tests/results/214.processed,
6452: tests/results/215.processed, tests/results/216.processed,
6453: tests/results/217.processed, tests/results/218.processed,
6454: tests/results/219.processed, tests/results/220.processed,
6455: tests/results/221.processed, tests/results/222.processed,
6456: tests/results/223.processed, tests/results/224.processed,
6457: tests/results/225.processed, tests/results/226.processed,
6458: tests/results/227.processed, tests/results/228.processed,
6459: tests/results/229.processed: - http headers were changed:
6460: content-type => Content-type and so on
6461:
6462: 2009-08-27 misha
6463:
6464: * src/: main/pa_random.C, include/pa_random.h,
6465: targets/cgi/parser3.C: - year was updated :)
6466:
6467: 2009-08-26 misha
6468:
6469: * tests/: 224.html, 224.p: - test for creating of parser object
6470: using constructor without params - little bugfix in test
6471:
6472: * src/main/compile_tools.h: - bugfix: should't call autouse while
6473: checking existed class while processing partial option
6474:
6475: * src/classes/reflection.C: - bugfix: core when creating object
6476: with reflection and constructor doesn't have params
6477:
6478: 2009-08-24 misha
6479:
6480: * tests/229.html: - tests for checking the number of parameters
6481: were added
6482:
6483: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
6484: number of method's parameters wasn't checked correctly (the bug
6485: was introduced in 3.4.0)
6486:
6487: 2009-08-22 misha
6488:
6489: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
6490: transcoded, but tainted pieces are escaped only when
6491: content-type==url-encoding
6492:
6493: * tests/228.html: - test for checking
6494: ^file::load[http://...;$.body[]]
6495:
6496: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
6497: post charset was too early (charsets is empty at this moment)
6498:
6499: 2009-08-21 misha
6500:
6501: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
6502: main/untaint.C: - some fixes with transcode+untaint
6503:
6504: 2009-08-15 misha
6505:
6506: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
6507: was increaced to 100 (was 50)
6508:
6509: * tests/227.html: - test for checking overriding properties in
6510: static classes was added
6511:
6512: * tests/: 226.html, 226.p: - test for @autoload[] was added
6513:
6514: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
6515: main/execute.C, main/pa_request.C, classes/reflection.C: -
6516: autouse was implemented
6517:
6518: 2009-08-14 misha
6519:
6520: * src/classes/reflection.C: - outdated checkout was removed
6521:
6522: * src/classes/reflection.C: - optimization - method ^dynamical was
6523: added.
6524:
6525: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
6526: types/pa_vstateless_class.h, main/execute.C: - optimization
6527:
6528: * src/types/pa_vclass.C: - exception if base on sytem class
6529:
6530: 2009-08-12 misha
6531:
6532: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
6533: pa_vstateless_class.h: - little optimisation
6534:
6535: 2009-08-11 misha
6536:
6537: * tests/224.html: - method_params => method_info - checking for
6538: $.inherited
6539:
6540: * src/classes/reflection.C, operators.txt: - method method_params
6541: was renamed to method_info and now it returns class name, if
6542: method was defined in ancestor
6543:
6544: * tests/225.html: - tests for cheching properties in hierarhical
6545: classes were added
6546:
6547: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
6548: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6549: main/compile.y, main/execute.C, classes/classes.C: - problems
6550: with properties in new classes implementation were fixed
6551:
6552: 2009-08-10 misha
6553:
6554: * src/main/execute.C: - now constructor shouldn't be defined in
6555: class. it could be defined in parent.
6556:
6557: 2009-08-09 misha
6558:
6559: * src/classes/reflection.C: - ^reflection:methods doesn't return
6560: base's methods
6561:
6562: 2009-08-08 misha
6563:
6564: * src/: classes/classes.h, classes/date.C, classes/file.C,
6565: classes/form.C, classes/hash.C, classes/hashfile.C,
6566: classes/image.C, classes/mail.C, classes/op.C,
6567: classes/reflection.C, classes/regex.C, classes/string.C,
6568: classes/table.C, classes/xdoc.C, classes/xnode.C,
6569: classes/xnode.h, include/pa_hash.h, main/execute.C,
6570: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
6571: types/pa_method.h, types/pa_property.h, types/pa_value.C,
6572: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6573: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6574: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
6575: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6576: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
6577: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
6578: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
6579: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
6580: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
6581: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
6582: types/pa_vresponse.C, types/pa_vresponse.h,
6583: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6584: types/pa_vstateless_object.h, types/pa_vstatus.C,
6585: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
6586: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6587: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6588: types/pa_wwrapper.h, types/types.vcproj: - new classes
6589: implementation
6590:
6591: * buildall-with-xml, buildall-without-xml: - gc has a bug if
6592: USE_MUNMAP is used. so it is disabled as a workaround.
6593:
6594: 2009-08-05 misha
6595:
6596: * src/: main/pa_common.C, include/pa_common.h: - not needed
6597: parameter was removed
6598:
6599: * src/main/pa_http.C: - bugfix: error was during detecting
6600: content-type of file which was loaded by http
6601:
6602: 2009-08-01 misha
6603:
6604: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
6605: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
6606: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
6607: can't be disabled with defines any longer
6608:
6609: 2009-07-29 misha
6610:
6611: * src/classes/reflection.C, tests/results/224.processed: - for
6612: native methods with any call type now returned empty call_type
6613: value
6614:
6615: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6616: classes/table.C, include/pa_hash.h, include/pa_request.h,
6617: main/pa_request.C: - break in cycles was optimized
6618:
6619: * INSTALL: - more defines were described
6620:
6621: 2009-07-28 misha
6622:
6623: * operators.txt: - some changes in information about reflection
6624: class
6625:
6626: * tests/: 224.html, 224.p: - tests for reflection class
6627:
6628: * src/classes/reflection.C: - some bugs were fixed, method classes
6629: was added, refactoring
6630:
6631: 2009-07-26 misha
6632:
6633: * src/classes/classes.vcproj: - reflection class wass added to
6634: project
6635:
6636: * operators.txt: - information about reflection class was added
6637:
6638: * src/classes/reflection.C: - class was redesigned
6639:
6640: 2009-07-24 misha
6641:
6642: * src/classes/: Makefile.am, reflection.C: - class reflection was
6643: added
6644:
6645: * src/types/pa_vstateless_class.h: - method for reflection method's
6646: in classes was added
6647:
6648: 2009-07-22 misha
6649:
6650: * src/main/compile_tools.h: - bugfix: $object.$var was
6651: over-optimized. it failed if $object1.$object2.field
6652:
6653: 2009-07-16 misha
6654:
6655: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
6656: lib/cord/cordxtra.c, lib/cord/include/cord.h,
6657: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
6658: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
6659: one more arg: length of cord
6660:
6661: 2009-07-15 misha
6662:
6663: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
6664: tainted in ^file::load[http://...;$.cookies[]]
6665:
6666: * src/classes/: op.C, regex.C, string.C: - new string with
6667: exception was used
6668:
6669: * src/include/pa_exception.h: - new string with exception was added
6670:
6671: * tests/223.html: - test for checking cookie-encoding during
6672: ^file::load[http was added
6673:
6674: * tests/: 221.html, 222.html: - tests for checking type of
6675: $table.fields.field were added
6676:
6677: * src/types/pa_vtable.C: - not used var decl was removed
6678:
6679: * src/include/pa_string.h: - use cached string length in Body::mid.
6680: it improves speed of match with brackets in pattern
6681:
6682: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
6683: outside
6684:
6685: 2009-07-14 misha
6686:
6687: * src/types/pa_vtable.C: - $table.fields.a return string even if
6688: column is empty (sometime returned void) - $table.fields was
6689: added for nameless tables
6690:
6691: * src/targets/cgi/getopt.c: - one warning resolved
6692:
6693: * src/main/pa_string.C: - potentian bug fixed
6694:
6695: * src/classes/op.C: - small optimization in taint/untaint
6696:
6697: 2009-07-13 misha
6698:
6699: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
6700: added
6701:
6702: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
6703: souldn't add the attribut to output
6704:
6705: 2009-07-11 misha
6706:
6707: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6708: stack size was increaced to 2MB (default=1MB)
6709:
6710: 2009-07-08 misha
6711:
6712: * src/main/pa_string.C: - link to UTF-8 description was added
6713:
6714: * src/include/pa_hash.h: - hash keeps element's order in more
6715: places (ex: ._keys[])
6716:
6717: * tests/220.html: - test for checking order of elements in hash in
6718: foreach was added
6719:
6720: * tests/172.html: - small changes in printing hash
6721:
6722: * tests/129.html: - small changes in printing hash
6723:
6724: * src/: include/pa_common.h, include/pa_hash.h,
6725: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
6726: types/pa_vmethod_frame.h: - hash now keeps order of elements
6727:
6728: * tests/014.html: - small changes in printing hash
6729:
6730: 2009-07-07 misha
6731:
6732: * src/classes/op.C: - new taint language "parser-code" was added
6733:
6734: * tests/219.html: - test for auto untaint parser code in process
6735: was added
6736:
6737: * src/classes/op.C: - tainted pieces in body of process are
6738: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
6739:
6740: * src/: include/pa_string.h, main/untaint.C: - new language
6741: L_PARSER_CODE for auto-untaint in process was added
6742:
6743: * src/: classes/file.C, classes/hash.C, classes/image.C,
6744: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
6745: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
6746: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
6747: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
6748: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
6749: code cleanup
6750:
6751: 2009-07-06 misha
6752:
6753: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
6754: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
6755: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6756:
6757: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
6758: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
6759: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
6760: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
6761: should be used
6762:
6763: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
6764: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
6765: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
6766: untaint_cstr[m] should be used
6767:
6768: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
6769: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6770:
6771: * tests/218.html: - test for checking automatic file-spec-taint was
6772: added
6773:
6774: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
6775: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
6776: classes/file.C, classes/hash.C, classes/image.C,
6777: classes/string.C, classes/table.C, classes/void.C,
6778: classes/xdoc.C: - optimizations and simplification of
6779: string.cstr(...)
6780:
6781: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
6782: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
6783: - optimizations and simplification of string.cstr(...)
6784:
6785: 2009-07-04 misha
6786:
6787: * tests/217.html: - test for recursion detection was added
6788:
6789: * src/: types/types.vcproj, main/main.vcproj,
6790: classes/classes.vcproj, targets/cgi/parser3.vcproj,
6791: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
6792: from .vcproj
6793:
6794: * src/types/pa_wwrapper.h: - dynamic_cast was removed
6795:
6796: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
6797: uploading files and case-insensitive http-method were added
6798:
6799: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
6800: tainted pattern in ^file:list[] was added
6801:
6802: 2009-07-03 misha
6803:
6804: * src/: classes/classes.vcproj, main/main.vcproj,
6805: types/types.vcproj, targets/cgi/parser3.vcproj,
6806: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
6807: for dynamic_cast) - little options changes
6808:
6809: * src/main/pa_http.C: - file::load[http works now with uploading
6810: files _and_ changing $.charset
6811:
6812: 2009-06-29 misha
6813:
6814: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
6815: while creating pattern
6816:
6817: 2009-06-25 misha
6818:
6819: * src/classes/image.C, operators.txt: - options' names for
6820: ^image.font were changed to $.space, $.width and $spacing -
6821: default space width now == gif's width
6822:
6823: 2009-06-24 misha
6824:
6825: * tests/215.html: - tests for $file.mode were added
6826:
6827: * operators.txt: - added info about $file.mode and changes in
6828: ^image.font[
6829:
6830: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
6831: param now could be omited - third param now could be hash (with
6832: all widths options: $.space-width, $.letter-width) - it's
6833: possible to specify tracking ($.letter-space)
6834:
6835: * src/classes/file.C: - file objects now could have mode field
6836: (text|binary)
6837:
6838: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
6839:
6840: 2009-06-23 misha
6841:
6842: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
6843: trim can work with utf-8 chars now
6844:
6845: 2009-06-20 misha
6846:
6847: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
6848: was implemented
6849:
6850: * src/classes/table.C: - string length cacheing was implemented
6851:
6852: * src/include/pa_string.h: - string length cacheing was implemented
6853:
6854: 2009-06-17 misha
6855:
6856: * src/main/execute.C: - value param was removed from
6857: WContext::WContext
6858:
6859: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
6860: pa_wwrapper.h: - value param was removed from WContext::WContext
6861: - field wcontext was removed from VCodeFrame (using fparent
6862: instead)
6863:
6864: * tests/214.html: - test with hash copying
6865:
6866: 2009-06-16 misha
6867:
6868: * tests/: 062.html, results/062.processed: - evaluation hardcoded
6869: strings doesn't work in expression anymore
6870:
6871: * src/main/execute.C: - less calls for get_constructing() - little
6872: refactoring
6873:
6874: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
6875: include/pa_request.h: - less calls for get_constructing()
6876:
6877: * src/classes/: hash.C, hashfile.C: - fixed bug which was
6878: introduced with OPTIMIZE_SINGLE_STRING optimization
6879:
6880: 2009-06-14 misha
6881:
6882: * src/: classes/date.C, classes/file.C, classes/hash.C,
6883: classes/hashfile.C, classes/image.C, classes/regex.C,
6884: classes/table.C, classes/xdoc.C, classes/xnode.h,
6885: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
6886: types/pa_vstateless_class.h, main/execute.C: - create object for
6887: storing object's fields only for parser objects
6888:
6889: 2009-06-13 misha
6890:
6891: * buildall-with-xml, buildall-without-xml: - new option was added
6892: for building GC (it slightly reduces memory usage)
6893:
6894: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
6895: single string write
6896:
6897: * src/main/execute.C: - bytecode optimization of ^class:constructor
6898: - optimization of single string write
6899:
6900: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
6901: - bytecode optimization of ^class:constructor
6902:
6903: 2009-06-09 misha
6904:
6905: * src/targets/cgi/parser3.C: - type size_t was changed to int in
6906: main (better compatibility)
6907:
6908: 2009-06-08 misha
6909:
6910: * src/main/compile.y: - I've forgot to commit it :(
6911:
6912: 2009-06-07 misha
6913:
6914: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
6915: WITH_READ and WITH_ROOT
6916:
6917: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6918: execute.C: - more optimizations for WITH_SELF, WITH_READ and
6919: WITH_ROOT - little refactoring
6920:
6921: 2009-06-06 misha
6922:
6923: * tests/213.html: - tests for 3rd match string-param were added
6924:
6925: * src/classes/string.C: - 3rd match param could be string now
6926:
6927: * src/main/: compile.y, compile_tools.h: - much more bytecode's
6928: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
6929: GET_OBJECT_ELEMENT
6930:
6931: 2009-06-05 misha
6932:
6933: * src/main/pa_http.C: - bugfix: content-length was not calculated
6934: if $.body was specified
6935:
6936: 2009-06-04 misha
6937:
6938: * src/classes/op.C: - optimizing write_assign_lang in connect
6939:
6940: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
6941:
6942: * src/main/execute.C: - little refactoring - optimizing
6943: write_assign_lang in taint/untaint
6944:
6945: * src/include/pa_opcode.h: - little refactoring
6946:
6947: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6948: main/compile_tools.h, main/execute.C: - optimizations for
6949: $self.field, ^self.method, $self.field[...] and $self.field(...)
6950: were added
6951:
6952: 2009-06-03 misha
6953:
6954: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
6955:
6956: 2009-06-02 misha
6957:
6958: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
6959: include/pa_opcode.h: - refactoring in last optimizations
6960: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
6961: now but code is much easy and it is ready for further
6962: improvements.
6963:
6964: 2009-05-27 misha
6965:
6966: * src/: types/pa_junction.h, types/pa_vjunction.C,
6967: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
6968: changed in destructing junctions
6969:
6970: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
6971: String:Body
6972:
6973: 2009-05-26 misha
6974:
6975: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
6976: one method detect_charset was deleted - bug was fixed in this
6977: method (error while detecting charset in content_type withot last
6978: ';')
6979:
6980: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
6981: once
6982:
6983: 2009-05-25 misha
6984:
6985: * src/classes/file.C: - bugfix: file::exec didn't work after
6986: optimizing of helper_length
6987:
6988: 2009-05-24 misha
6989:
6990: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
6991: were added - little refactoring
6992:
6993: * src/main/execute.C: - core while printing in debug log
6994: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
6995: optimisations were added
6996:
6997: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
6998: were added
6999:
7000: 2009-05-23 misha
7001:
7002: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7003: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7004: CORD_cat optimization
7005:
7006: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7007: - call constr optimisation under separate define now
7008:
7009: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7010: in $b should be string, not void
7011:
7012: * src/main/compile.y: - little fix for rem-cut optimisation
7013:
7014: * src/: include/pa_opcode.h, main/compile_tools.C,
7015: main/compile_tools.h, main/execute.C: - optimisations for
7016: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7017:
7018: * INSTALL: - description of some #defined were added
7019:
7020: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7021: before 1st access (memory usage is reduced if don't access to
7022: .text field)
7023:
7024: * src/include/pa_array.h: - array grows step now not static (it
7025: reduces numbers of reallocs)
7026:
7027: 2009-05-20 misha
7028:
7029: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7030: $.b(2), $c[d] and $.e[f] was added
7031:
7032: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7033: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7034: $.e[f] was added
7035:
7036: * src/main/execute.C: - debug printing moved in defines
7037:
7038: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
7039: and little refactoring for OP_GET_OBJECT_ELEMENT +
7040: OP_GET_OBJECT_VAR_ELEMENT optimisation
7041:
7042: 2009-05-19 misha
7043:
7044: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7045: execute.C: - $a.$b & ^a.$b bytecode optimisation
7046:
7047: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
7048: ^a.$b optimisation)
7049:
7050: * src/main/compile.y: - compiler now generate new opcodes:
7051: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
7052: ^a.b - compiler now cut off ^rem{ with all content ; any number
7053: of params }
7054:
7055: * src/main/execute.C: - code for handle new opcodes
7056: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
7057:
7058: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
7059: added for LA2V and LA2S
7060:
7061: * src/include/pa_opcode.h: - new defines which can be used for
7062: disable some bytecode optimisation and new opcodes were added
7063:
7064: 2009-05-17 misha
7065:
7066: * src/lib/cord/cordxtra.c: - bugfix.
7067:
7068: * tests/212.html: - .size[] and .study_size[] were added to tests
7069:
7070: * operators.txt: - info about regex class was added
7071:
7072: * tests/212.html: - tests for regex class were added
7073:
7074: 2009-05-16 misha
7075:
7076: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
7077: gc7.1
7078:
7079: * tests/022.html: - test for ^file:list[path;] (empty second param)
7080: was added
7081:
7082: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
7083: param) should work
7084:
7085: 2009-05-15 misha
7086:
7087: * src/classes/table.C: - automatically disable stringstream usage
7088: on freebsd4
7089:
7090: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
7091: scope
7092:
7093: * tests/211.html: - test with different types of access to hash was
7094: added
7095:
7096: * tests/210.html: - test which checks for loosing tainting in
7097: hash's keys was added
7098:
7099: * tests/208.html: - some parser work added. or stime == 0 %-)
7100:
7101: * src/lib/cord/cordbscs.c: - little hack was added to cord
7102:
7103: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
7104:
7105: * src/include/pa_version.h, configure.in: - moko have made a lot of
7106: optimisations for increacing version number more dramatically :)
7107:
7108: * src/classes/date.C: - little refactoring: use constructor which
7109: accepts formated string
7110:
7111: * src/: include/pa_string.h, main/pa_string.C: - String constructor
7112: which can print formatted string was added
7113:
7114: 2009-05-14 misha
7115:
7116: * src/include/pa_string.h: - type was fixed
7117:
7118: * src/: classes/hashfile.C, classes/op.C,
7119: include/pa_cache_managers.h, include/pa_charset.h,
7120: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
7121: include/pa_request.h, include/pa_sql_driver_manager.h,
7122: include/pa_string.h, include/pa_stylesheet_manager.h,
7123: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
7124: main/pa_charsets.C, main/pa_string.C,
7125: main/pa_stylesheet_connection.C, types/pa_value.h,
7126: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7127: types/pa_vobject.C, types/pa_vstateless_class.C,
7128: types/pa_vstateless_class.h: - hash_code caching was implemented
7129: (seaches should be faster now)
7130:
7131: * src/: classes/file.C, classes/hash.C, classes/image.C,
7132: classes/string.C, classes/table.C, include/pa_string.h,
7133: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
7134: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
7135: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
7136: types/pa_vrequest.C: - String constructors don't have that stupid
7137: true/false param which means 'tainted'. they accept lang instead.
7138:
7139: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
7140: with OPTIMIZE_RESULT
7141:
7142: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
7143: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
7144:
7145: 2009-05-13 misha
7146:
7147: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
7148: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
7149: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7150: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
7151: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
7152: main/pa_common.C, main/pa_request.C, main/pa_string.C,
7153: include/pa_string.h, classes/date.C, classes/file.C,
7154: classes/hash.C, classes/image.C, classes/string.C,
7155: classes/table.C, classes/xdoc.C: - result optimisation -
7156: helper_length parameter removed from string constructors
7157:
7158: 2009-05-11 misha
7159:
7160: * tests/209.html: - tests for ^hash::create[hash] were added
7161:
7162: * tests/208.html: - tests for $status:rusage, $status:memory,
7163: ^memory:compact[] were added
7164:
7165: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
7166: log10 were added
7167:
7168: * tests/206.html: - test for try with finally was added
7169:
7170: 2009-05-10 misha
7171:
7172: * tests/205.html: - test for ^file::create[...] was added
7173:
7174: * tests/204.html: - test for ^response:clear[] was added
7175:
7176: * tests/038.html: - tests for trigonometric functions were added
7177:
7178: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
7179: added - more tests for .add, .sub, .union, .intersects and
7180: .intersections
7181:
7182: * tests/065.html: - test for ^file:dirname was added
7183:
7184: * tests/030.html: - test for $cookie:fields was added
7185:
7186: * tests/203.html: - test for ^h._keys[column name] was added
7187:
7188: * tests/201.html: - tests for .trim were added
7189:
7190: * tests/202.html: - tests for last-day,
7191: date:calendar[type](YYYY;MM;DD) were added
7192:
7193: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
7194: .offset[type](N) were added
7195:
7196: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
7197: and .pos[c](N) were added
7198:
7199: * tests/141.html: - test for math:sha1 was added
7200:
7201: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
7202:
7203: 2009-05-09 misha
7204:
7205: * src/main/compile.y: - rollback
7206:
7207: 2009-05-05 misha
7208:
7209: * src/main/pa_exec.C: - little optimisation: somewhere length() was
7210: replaced by is_empty()
7211:
7212: * src/: include/pa_string.h, main/pa_charset.C: - little
7213: optimisation: somewhere length() was replaced by is_empty()
7214:
7215: * src/classes/table.C: - little optimisation: somewhere length()
7216: was replaced by is_empty()
7217:
7218: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
7219: classes/op.C, classes/table.C, main/pa_exception.C: - little
7220: optimisation: somewhere length() was replaced by is_empty()
7221:
7222: 2009-05-04 misha
7223:
7224: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7225: types/pa_vstateless_class.h, main/execute.C,
7226: include/pa_request.h, classes/hash.C, classes/op.C,
7227: classes/table.C: - more optimisations were added: some operators
7228: don't switch write context anylonger
7229:
7230: 2009-05-01 misha
7231:
7232: * src/main/compile.y: - slightly more opcode optimisations for
7233: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
7234:
7235: * src/main/execute.C: - simplifying process for getters
7236:
7237: 2009-04-30 misha
7238:
7239: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
7240:
7241: * tests/results/199.processed: - test for checking $result into
7242: ^rem was added
7243:
7244: * tests/199.html: - test for checking $result into ^rem was added
7245:
7246: * tests/: 022.html, 096.html: - þsort after :list was asses (on
7247: some OS it returns list in different order)
7248:
7249: * src/: include/pa_array.h, include/pa_request.h,
7250: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
7251: changes in stack impl - get_element() optimisation: 3rd param
7252: removed - bugfix: problems with reading empty input param -
7253: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
7254:
7255: * tests/results/198.processed: - test for reading empty local var
7256: was added
7257:
7258: * tests/198.html: - test for reading empty local var was added
7259:
7260: 2009-04-29 misha
7261:
7262: * src/main/compile.y: - bugfix: couldn't compile because
7263: OP_VALUE__GET_ELEMENT should be unde #ifdef
7264:
7265: * src/: include/pa_array.h, include/pa_opcode.h,
7266: include/pa_request.h, main/compile.y, main/execute.C,
7267: main/pa_request.C, types/pa_vmethod_frame.C,
7268: types/pa_vmethod_frame.h: - we can work without opcode
7269: OP_STORE_PARAM, so it was removed
7270:
7271: 2009-04-28 misha
7272:
7273: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
7274: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
7275: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
7276: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
7277: 4.
7278: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
7279:
7280: * src/main/compile_tools.h: - new stuff for op-codes optimisation
7281:
7282: * src/: main/pa_string.C, classes/string.C: - !length() =>
7283: is_empty()
7284:
7285: 2009-04-27 misha
7286:
7287: * src/types/pa_vregex.h: - back explicit vars initialisation
7288:
7289: 2009-04-24 misha
7290:
7291: * src/classes/string.C: - ups. typo fixed
7292:
7293: * src/main/execute.C: - more replacements '*new VBool' to
7294: 'VBool::get' - checks for ^break[], ^continue[] and
7295: parser.interrupted were optimised
7296:
7297: * src/classes/string.C: - number of params.count() calls was
7298: slightly reduced
7299:
7300: 2009-04-23 misha
7301:
7302: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7303: make it x64 friendly
7304:
7305: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7306: parser is x64 friendly now
7307:
7308: 2009-04-22 misha
7309:
7310: * src/types/pa_vhashfile.C: - coder friendly exception about
7311: exceeding record size was added
7312:
7313: * src/classes/file.C: - use vregex object instead of direct calls
7314: methods from pcre lib
7315:
7316: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
7317: classes/string.C: - use vregex object instead of direct calls
7318: methods from pcre lib
7319:
7320: * src/: include/pa_common.h, main/pa_common.C: - method
7321: print_pcre_exec_error_text was moved to class vregex
7322:
7323: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
7324: was added
7325:
7326: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
7327: - class vregex was added
7328:
7329: 2009-04-21 misha
7330:
7331: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
7332:
7333: * src/: types/pa_junction.h, types/pa_value.C,
7334: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
7335: types/pa_wcontext.h, main/execute.C, classes/op.C: -
7336: junction-optimisation (destructors)
7337:
7338: * src/include/pa_array.h: - free under if now
7339:
7340: 2009-04-19 misha
7341:
7342: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
7343:
7344: 2009-04-18 misha
7345:
7346: * src/include/pa_version.h:
7347: :q :
7348:
7349: CV:
7350: ----------------------------------------------------------------------
7351:
7352: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
7353: refactoring
7354:
7355: * src/: include/pa_array.h, include/pa_hash.h,
7356: types/pa_vmethod_frame.h: - destructors under #ifdef now
7357:
7358: * src/include/pa_memory.h: - define for using destructors was added
7359:
7360: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7361: main/execute.C: - some junctions will be cached now
7362:
7363: * src/include/pa_hash.h: - hash destructor frees pairs now
7364:
7365: * src/include/pa_array.h: - inline was added to destructor
7366:
7367: * src/types/pa_method.h: - comment was changed
7368:
7369: 2009-04-17 misha
7370:
7371: * src/: include/pa_array.h, include/pa_hash.h,
7372: types/pa_vmethod_frame.h: - destructors were added
7373:
7374: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
7375: renamed to always_use_result
7376:
7377: * src/main/: compile.y, compile_tools.h: - rollback changes in
7378: compiler: full backward compatibility is better
7379:
7380: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
7381: result in var's hash
7382:
7383: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7384: optimisation in method_frame
7385:
7386: * src/include/pa_array.h: - optimisation in array (allocate
7387: elements only when needed)
7388:
7389: * src/types/pa_vresponse.C: - check for $response:headers field
7390: before looking at custom fields
7391:
7392: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
7393: not needed to check existance var with name 'result' in var's
7394: hash
7395:
7396: * src/main/compile.y: - compiler was changed: now it detects
7397: writings to $result and set flag writo_to_result in method
7398:
7399: * src/classes/string.C: - little optimisation: no needed to write
7400: number with lang
7401:
7402: * src/main/pa_charset.C: - methods readChar and skipChar which is
7403: used for read utf8-strings were renamed - is_escaped was renamed
7404: to isEscaped (to the same name convention)
7405:
7406: * src/: types/pa_method.h, main/compile_tools.h: - flag
7407: write_to_result added. compiler get this info from code.
7408:
7409: 2009-04-16 misha
7410:
7411: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
7412: String only before 1st write
7413:
7414: * src/include/pa_string.h: - not needed template removed
7415:
7416: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
7417: types/pa_vjunction.C, types/pa_vproperty.C,
7418: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
7419: main/pa_request.C, classes/bool.C, classes/double.C,
7420: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
7421: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
7422: bool objects)
7423:
7424: 2009-04-15 misha
7425:
7426: * src/lib/cord/cordxtra.c: - more optimisation
7427:
7428: * src/: include/pa_string.h, main/untaint.C: - String::append
7429: optimisation
7430:
7431: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
7432: then get and can sometime be used)
7433:
7434: * src/main/pa_string.C: - String::length optimisation
7435:
7436: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
7437: these methods read different strings
7438:
7439: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7440: fresult_initial_void removed + some optimisation - if $result
7441: defined we don't write to context anymore
7442:
7443: * src/main/pa_charset.C: - readChar => skipChar (in this place we
7444: need just skip char)
7445:
7446: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7447: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
7448: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
7449:
7450: * src/types/pa_vvoid.h: - added get() method for retreave one
7451: instance
7452:
7453: 2009-04-11 misha
7454:
7455: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
7456:
7457: * tests/197.html: - test for parser://test in xml was added
7458:
7459: * src/classes/string.C: - small optimisation
7460:
7461: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
7462: optimisation
7463:
7464: 2009-04-10 misha
7465:
7466: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
7467: to pcre-7.8
7468:
7469: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
7470:
7471: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
7472: added
7473:
7474: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
7475: $request:CLASS_NAME were added
7476:
7477: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
7478: were added
7479:
7480: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
7481: $env:CLASS_NAME were added
7482:
7483: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
7484: '@todo' now
7485:
7486: * src/targets/cgi/parser3.C: - size_t -> int for calming down
7487: compirer
7488:
7489: * src/main/pa_string.C: - little code cleanup
7490:
7491: * src/main/pa_common.C: - describe one more UTF-8 related error
7492: during PCRE compile/execute
7493:
7494: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
7495: normalizing todo-comments: '@todo' now
7496:
7497: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
7498:
7499: * src/main/pa_charset.C: - type changed for making compiler happy
7500:
7501: 2009-03-10 misha
7502:
7503: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
7504: in main()
7505:
7506: 2009-02-01 misha
7507:
7508: * src/main/pa_http.C: - bugfix: double CRLF before the end of
7509: boundary
7510:
7511: 2009-01-25 misha
7512:
7513: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
7514:
7515: * src/classes/file.C: - more changes for parsing different number
7516: of params for file::load
7517:
7518: * tests/193.html: - tests for exception while base64-decode binary
7519: to string was added
7520:
7521: * tests/192.html: - tests for file::load with different number of
7522: options
7523:
7524: * src/classes/math.C: - ups. forgot '+1'
7525:
7526: * src/: classes/table.C, classes/file.C, include/pa_common.h,
7527: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
7528: main/pa_http.C: - ^file::load[...;http://...;] now can post files
7529: (new option $.encode[multipart-form/data] should be specified) -
7530: $.method[] option for file::load now is not case-sensitive
7531:
7532: * src/: include/pa_string.h, main/untaint.C: - for file post the
7533: new taint language L_FILE_POST was added
7534:
7535: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
7536: main/main.vcproj, classes/math.C, include/Makefile.am: - some
7537: stuff was moved to separate files
7538:
7539: 2009-01-23 misha
7540:
7541: * src/classes/math.C: - little optimisation in ^math:sha1[] -
7542: spaces to tabs were converted
7543:
7544: 2009-01-12 misha
7545:
7546: * src/main/pa_http.C: - value of $.method[] option force uppercased
7547: now
7548:
7549: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
7550: types/pa_vform.C, types/pa_vmail.C: - some constants changed
7551: their names
7552:
7553: * src/main/pa_common.C: - changes in formating
7554:
7555: * src/: classes/file.C, main/pa_http.C: - some constants changed
7556: their names
7557:
7558: * src/include/pa_http.h: - some spaces were converted to tabs
7559:
7560: * src/include/pa_common.h: - some constants changed their names
7561:
7562: * src/classes/file.C: - fixed 4-th paramether for file::load -
7563: little code rewriting
7564:
7565: * src/types/pa_vfile.C: - little code rewriting
7566:
7567: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
7568: types/pa_value.h: - some formating changes
7569:
7570: * src/include/pa_common.h: - some formating spaces transformed to
7571: tabs
7572:
7573: * src/classes/string.C: - exception while base64-decode binary to a
7574: string
7575:
7576: 2009-01-11 misha
7577:
7578: * configure.in: - version changed to 3.3.1b
7579:
7580: 2008-09-05 misha
7581:
7582: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
7583: release_3_3_0 on 2008-09-05 10:59:35 +0000
7584:
7585: 2008-09-04 misha
7586:
7587: * tests/: 130.html, 131.html: - these exceptions not typeless
7588: anymore
7589:
7590: * src/classes/op.C: - exception with 'invalid taint language' not
7591: typeless anylonger
7592:
7593: * src/classes/image.C: - some exceptions while operations with
7594: image not typeless anymore
7595:
7596: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
7597: main/pa_exec.C, main/pa_http.C: - some exceptions while
7598: operations with files not typeless anymore
7599:
7600: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
7601: types/pa_vdate.h: - exceptions while checking date range not
7602: typeless anymore
7603:
7604: * src/include/pa_exception.h: - exception type string for invalid
7605: date range was added
7606:
7607: 2008-09-03 misha
7608:
7609: * src/: classes/file.C, main/pa_string.C: - exception while pce
7610: operations not typeless anymore
7611:
7612: * src/include/pa_exception.h: - exception type for pce operations
7613: was added
7614:
7615: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
7616: and .CLASS_NAME insite classes
7617:
7618: * src/classes/table.C: - don't save table header whiile
7619: ^table.save[append;filename] if file exists
7620:
7621: 2008-09-02 misha
7622:
7623: * src/main/compile.y, src/main/compile_tools.h,
7624: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
7625: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
7626: renamed to partial and it login changed: we must mark class as
7627: partial for allow their modifications in future.
7628:
7629: 2008-08-29 misha
7630:
7631: * tests/results/022.processed: - testing taint[regex] in mask for
7632: file:list
7633:
7634: * tests/022.html: - testing taint[regex] in mask for file:list
7635:
7636: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
7637: for file:list was added
7638:
7639: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
7640: file:list
7641:
7642: 2008-08-26 misha
7643:
7644: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
7645: last derived object
7646:
7647: * src/classes/image.C: - many strings "image.format" replaced by
7648: IMAGE_FORMAT constant string - handle GPS info while parse exif -
7649: understand some more exif tags
7650:
7651: * src/include/pa_exception.h: - string "image.format" was added
7652:
7653: 2008-08-21 misha
7654:
7655: * src/: main/pa_string.C, classes/file.C: - use method for print
7656: pcre_exec text error
7657:
7658: * src/main/pa_common.C: - method for print pcre_exec text error was
7659: added
7660:
7661: * src/include/pa_common.h: - method declaration for print pcre_exec
7662: text error was added
7663:
7664: 2008-08-19 misha
7665:
7666: * src/main/execute.C: - bugfix: opcodes must be in separate
7667: namespace while debug execution as well
7668:
7669: * tests/: 015.html, results/015.processed: - test for escaping some
7670: parser chars was added
7671:
7672: 2008-08-18 misha
7673:
7674: * tests/: 190.html, 190.p, results/190.processed: - test for
7675: $caller.self.field + default getter in one class was added
7676:
7677: * tests/: 189.html, results/189.processed: - test for
7678: ^date::create[date object]
7679:
7680: * tests/: 188.html, results/188.processed: - tests for match with
7681: UTF-8 strings
7682:
7683: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
7684: ^string.match[]
7685:
7686: * ChangeLog: - parser 3.3.0 beta13
7687:
7688: 2008-08-15 misha
7689:
1.116 moko 7690: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
7691: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
7692: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
7693: dftables.c: - old PCRE files removed
1.95 moko 7694:
7695: * src/lib/pcre/config.h: - configuration for PCRE library
7696:
7697: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7698: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
7699:
7700: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
7701: library and set flag UTF8 if $request:charset is UTF-8
7702:
7703: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
7704: include/pa_config_fixed.h: - moved to new PCRE library
7705:
7706: * src/: main/main.vcproj, types/types.vcproj,
7707: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
7708: win32\pcre instead of parser3\src\lib\pcre
7709:
7710: * src/: include/pa_opcode.h, include/pa_operation.h,
7711: main/compile.C, main/compile.y, main/compile_tools.C,
7712: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
7713: opcodes were moved to separate namespace
7714:
7715: 2008-08-14 misha
7716:
7717: * src/types/pa_vstateless_class.C: - newline at the end missed
7718:
7719: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
7720: tainting
7721:
7722: 2008-08-11 misha
7723:
7724: * tests/: 187.html, 187.p, results/187.processed: - tests for
7725: $caller.self, $caller.self.field and $caller.self.field[value]
7726: were added
7727:
7728: * src/types/pa_vmethod_frame.h: - still need to check 'self'
7729: runtime as well (for $caller.self)
7730:
7731: 2008-07-25 misha
7732:
7733: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
7734: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
7735: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
7736: tests with international characters
7737:
7738: 2008-07-23 misha
7739:
7740: * src/main/pa_http.C: - escape $cookies as %uXXXX while
7741: file::load[...;http://
7742:
7743: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
7744: now everywhere in separate namespace
7745:
7746: * src/types/pa_vmethod_frame.h: - looking for caller before looking
7747: for vars
7748:
7749: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
7750: can be escaped by '^'
7751:
7752: 2008-07-22 misha
7753:
7754: * src/classes/string.C, tests/186.html: - names changes:
7755: escape=>js-escape, unescape=>js-unescape
7756:
7757: 2008-07-21 misha
7758:
7759: * tests/results/186.processed: - test for string escape/unescape
7760:
7761: * tests/186.html: - test for string escape/unescape
7762:
7763: * src/classes/string.C: - string has escape and unescape methods
7764: now
7765:
7766: * src/: include/pa_string.h, main/pa_string.C: - escape method was
7767: added
7768:
7769: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
7770: method-layers added (with different params)
7771:
7772: 2008-07-18 misha
7773:
7774: * tests/results/185.processed: - test for ^str.pos[substr](offset)
7775: was added
7776:
7777: * tests/185.html: - test for ^str.pos[sub](offset) added
7778:
7779: * src/classes/string.C, src/classes/void.C, operators.txt: -
7780: ^string.pos[substr](offset) -- 2nd param accepted now
7781:
7782: * src/main/pa_string.C: - .pos works fine with offset for utf-8
7783: strings
7784:
7785: 2008-07-17 misha
7786:
7787: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7788: helper length added for mid for small optimisation
7789:
7790: 2008-07-16 misha
7791:
7792: * tests/: 185.html, results/185.processed: - tests for
7793: length/left/right/mid/pos with utf-8 strings
7794:
7795: * src/classes/string.C: - left/right/mid/length/pos works fine for
7796: utf-8 strings
7797:
7798: * src/main/untaint.C: - comments removed
7799:
7800: * src/: include/pa_string.h, main/pa_string.C,
7801: include/pa_charset.h, main/pa_charset.C: - methods for working
7802: with pos/mid for strings in utf-8 were added
7803:
7804: 2008-07-15 misha
7805:
7806: * tests/: 184.html, results/184.processed: - test for case body as
7807: expression: $var(^switch(1){^case(1)(true)..})
7808:
7809: * src/classes/op.C: - case body can be expression now:
7810: $var(^switch(1){^case(1)(true)..})
7811:
7812: * tests/: results/183.processed, 183.html: - added test for testing
7813: new cookie encoding (%uXXXX)
7814:
7815: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
7816: decoding for backward compatibility they decoded from %XX in
7817: request:charset too
7818:
7819: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
7820: - cookie class now decode cookies before first access after last
7821: request:charset changing (as form class).
7822:
7823: * src/main/pa_charset.C: - added method escape for escaping cookies
7824: as %uXXXX - before transcode calculate required space for dest
7825: string. it reduce mem usage for transcode
7826:
7827: * src/include/pa_charset.h: - added method escape for escaping
7828: cookies as %uXXXX
7829:
7830: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
7831: was added. will used for escaping cookies as %uXXXX
7832:
7833: * src/include/pa_common.h: - escape method has new option for skip
7834: converting '+' to a space char
7835:
7836: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
7837: transcode - escape method has new option for skip converting '+'
7838: to a space char
7839:
7840: 2008-07-08 misha
7841:
7842: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
7843: (no UE if more then 1 case matches anylonger) - optimization:
7844: doing searching.as_string() || searching.as_double() only once
7845:
7846: 2008-07-04 misha
7847:
7848: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
7849: now ^date::create[date object] works
7850:
7851: * src/classes/string.C: - left and right added as aliases for start
7852: and end in ^string.trim[]
7853:
7854: 2008-07-03 misha
7855:
7856: * src/classes/file.C: - allow $.limit for file::sql as well
7857:
7858: * src/classes/file.C: - allow $.offset option for file::sql - force
7859: send limit=1 to query for use sql specifics authomatically
7860:
7861: * src/classes/: hash.C, string.C, table.C: - don't throw exception
7862: if $.limit value if empty. autoconvert it as everywere
7863:
7864: 2008-07-02 misha
7865:
7866: * configure.in: - time to change version number to 3.3.0 %-)
7867:
7868: * src/include/pa_version.h: - time to change version number to
7869: 3.3.0 %-)
7870:
7871: 2008-06-26 misha
7872:
7873: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7874: $.limit(0) fixes
7875:
7876: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
7877: - $.limit(0) fixes
7878:
7879: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
7880: new API)
7881:
7882: * src/: include/pa_sql_driver_manager.h,
7883: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
7884: classes/op.C: - document_root added
7885:
7886: * src/main/compile.tab.C: - error message was changed
7887:
7888: 2008-06-25 misha
7889:
7890: * src/main/compile.y: - error message was changed
7891:
7892: 2008-06-24 misha
7893:
7894: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
7895:
7896: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
7897: tests for @OPTIONS\nappend
7898:
7899: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
7900:
7901: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
7902:
7903: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
7904:
7905: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
7906: compile.y
7907:
7908: 2008-06-17 misha
7909:
7910: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
7911: compilation: ^if(default){true. it's incorrect. must be
7912: exception}
7913:
7914: 2008-06-16 misha
7915:
7916: * tests/: 181.ent, 181.html, results/181.processed: - test for
7917: checking external reference loading with 'http://localhost'
7918: prefix while creating xdoc
7919:
7920: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
7921: ^math:long2ip[] and ^math:ip2long[]
7922:
7923: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
7924: added which use scalar stateless class method when user object
7925: used in scalar context - use get_scalar_value when user object
7926: requested in scalar context
7927:
7928: * src/main/pa_common.C: - size must be int but not size_t or we
7929: can't compare with 0 sprintf result
7930:
7931: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7932: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
7933: with internal switch between local/global vars
7934:
7935: * src/types/pa_vclass.C: - register scalar if method @GET[] was
7936: specified
7937:
7938: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
7939: pa_vstateless_object.h: - stateless class and object now has
7940: private scalar field and getter/setter for working with it
7941:
7942: * src/classes/math.C: - methods math:long2ip & math:ip2long were
7943: moved to inet static class
7944:
7945: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
7946: class added (^inet:aton[IP], ^inet:ntoa(number))
7947:
7948: * tests/: 180.html, results/180.processed: - tests for
7949: ^math:long2ip(long) and ^math:ip2long[IP]
7950:
7951: * src/classes/math.C: - ^math:ip2long[IP] added
7952:
7953: 2008-06-11 misha
7954:
7955: * src/main/pa_xml_io.C: - use file_read_text again because of we
7956: need cut BOM code and remove DOS newline chars. but don't
7957: transcode it anyway.
7958:
7959: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
7960: main/pa_http.C: - option for disable transcoding while file_read
7961: and file_read_text added
7962:
7963: 2008-06-10 misha
7964:
7965: * tests/: 179.html, 179.p, results/179.processed: - test for many
7966: classes in 1 file
7967:
7968: * src/main/: compile.C, compile_tools.h: - compile return list of
7969: classes now.
7970:
7971: * src/main/: compile.y, compile.tab.C: - compile return list of
7972: classes now. internals.
7973:
7974: * src/main/pa_request.C: - compile return list of classes now. try
7975: call @conf and @auto for each returned class
7976:
7977: * src/include/pa_request.h: - compile return list of classes now
7978:
7979: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
7980: return list of classes when compile buf)
7981:
7982: 2008-06-07 misha
7983:
7984: * src/main/pa_request.C: - constructing VRequest object with 3rd
7985: param -- form
7986:
7987: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
7988: 3rd param: form. needed for get post_charset
7989:
7990: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
7991: added
7992:
7993: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
7994: types/pa_vform.C, types/pa_vform.h: - some polish
7995:
7996: 2008-06-06 misha
7997:
7998: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
7999: charset and decode chars from it but not from response:charset
8000:
8001: * src/main/pa_http.C: - detect_charset moved out of here
8002:
8003: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8004: methods moved here - unescape_chars accepn one charset now
8005:
8006: * src/main/pa_http.C: - new constants used - don't allow
8007: $.content-type in ^file::load[;http://;$.method[POST]] - add
8008: charset info while ^file::load[;http://;$.method[POST]] - option
8009: $.omit-post-charset(true) added to ^file::load[;http://] for
8010: disabling charset during post
8011:
8012: * src/types/pa_vform.C: - new constants used
8013:
8014: * src/include/pa_common.h: - some constants were added
8015:
8016: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8017: instead of StrEqNc
8018:
8019: * src/main/pa_common.C: - new method for caseless search
8020: c-substring in c-string - use isxdigit instead of is_hex_digit
8021:
8022: * src/include/pa_common.h: - new method for caseless search
8023: c-substring in c-string
8024:
8025: 2008-06-05 misha
8026:
8027: * tests/results/178.processed: - test for testing default getter
8028:
8029: * tests/178.html: - test for testing default getter
8030:
8031: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8032: for test for testing default getter
8033:
8034: * src/main/execute.C: - default getter soul
8035:
8036: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
8037: requested objects' field not found
8038:
8039: * src/types/pa_vclass.C: - register default getter if defined - get
8040: default getter if requested field not found
8041:
8042: * src/types/pa_vstateless_object.h: - method get_default_getter was
8043: added
8044:
8045: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8046: pointer to default getter and methods for get/set it were added
8047:
8048: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
8049: auto_name field (for default getter)
8050:
8051: 2008-06-04 misha
8052:
8053: * src/main/pa_xml_io.C: - load external xml in binary mode (no
8054: transcoding, no cutting BOM code, no fixing line breaks) and get
8055: it to libxml "as is"
8056:
8057: 2008-06-03 misha
8058:
8059: * src/main/pa_common.C: - use store_Char instead of
8060: transcodeCharFromUTF8
8061:
8062: * src/: include/pa_charset.h, main/pa_charset.C: - method
8063: store_Char added, transcodeCharFromUTF8 -- removed
8064:
8065: 2008-06-02 misha
8066:
8067: * tests/: results/177.processed, 177.html: - test for checking
8068: .[acm]date after local ^file::load[] was added
8069:
8070: * tests/: results/176.processed, 176.html: - test for checking
8071: @OPTION\locals + @method[vars][locals] added
8072:
8073: * tests/results/auto.p: - CLASS_PATH specified for checking use
8074:
8075: 2008-05-30 misha
8076:
8077: * src/main/: compile.y, compile.tab.C: - changes in compiler:
8078: @OPTION\nlocals + @method[vars][;locals;] were added
8079:
8080: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
8081: moved to separate method op_code - switch from VMethodFrame to
8082: VMethodFrameGlobal + VMethodFrameLocal
8083:
8084: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
8085: was moved to separate method op_code
8086:
8087: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
8088: VMethodFrame now
8089:
8090: * src/types/pa_vstateless_class.h: - stateless class have bool flag
8091: all_vars_local as well
8092:
8093: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
8094: pa_vmethod_frame_local.h, Makefile.am: - who children for
8095: VMethodFrame were added: one (global) works as VMethodFrame
8096: before and second (local) write all vars in self vars scope
8097:
8098: * src/types/pa_method.h: - method has bool flag all_vars_local now
8099:
8100: 2008-05-29 misha
8101:
8102: * tests/: 129.html, results/129.processed: - more tests for
8103: ^table.hash[]
8104:
8105: * src/classes/hash.C: - ^hash::sql has a new option:
8106: $.type[hash|string|table] as ^table.hash[] one.
8107:
8108: * src/classes/op.C: - ^try has 3rd param now: finally code which
8109: executed anyway after try or catch section
8110:
8111: 2008-05-27 misha
8112:
8113: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
8114: must not fail if $.distinct(1) wasn't specified
8115:
8116: 2008-05-26 misha
8117:
8118: * src/classes/op.C: - allow ^throw[my type]
8119:
8120: 2008-05-22 misha
8121:
8122: * configure.in, configure: - version number updated to 3.2.4b
8123:
8124: * src/classes/: op.C, string.C: - trim format string before
8125: eval/format
8126:
8127: * tests/: results/175.processed, 175.html: - more tests for
8128: different format strings in .format[]
8129:
8130: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
8131: as well (not only %XX)
8132:
8133: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
8134: charset specified - checks for format before print number
8135: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
8136: (instead of tabs) removed
8137:
8138: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
8139: charset specified
8140:
8141: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
8142: char in requested charset from utf code was added
8143:
8144: 2008-05-19 misha
8145:
8146: * tests/: 174.html, results/174.processed: - test for
8147: ^hashfile.cleanup[] added
8148:
8149: * src/classes/hashfile.C: - optimization: don't create any key or
8150: value variable if it's name weren't specified
8151: (^hf.foreach[;v]{...})
8152:
8153: 2008-05-16 misha
8154:
8155: * src/classes/hash.C: - optimization: don't create any key variable
8156: if variable name wasn't specified (^h.foreach[;v]{...})
8157:
8158: 2008-05-15 misha
8159:
8160: * src/classes/op.C: - small changes
8161:
8162: * src/classes/hashfile.C: - code reformating (as hash.foreach)
8163:
8164: * src/classes/hash.C: - calculate var_context once before foreach
8165:
8166: 2008-05-14 misha
8167:
8168: * src/classes/hashfile.C: - incorrect vars context calculation for
8169: ^hashfile.foreach[;]{} fixed
8170:
8171: * src/classes/: hash.C, table.C: - little optimisation
8172:
8173: * src/classes/file.C: - bugfix: double absolute path while loading
8174: file
8175:
8176: * tests/: 174.html, results/174.processed: - tests for hashfile
8177: were added
8178:
8179: * buildall-with-xml: - moving to libxslt 1.1.24
8180:
8181: 2008-04-30 misha
8182:
8183: * src/classes/file.C: - stat file while loading (local only) so
8184: .adate, .mdate and .cdate available without additional ::stat
8185:
8186: 2008-04-28 misha
8187:
8188: * src/classes/file.C: - $.name and $.content-type available for
8189: stated file
8190:
8191: 2008-04-14 misha
8192:
8193: * src/targets/cgi/parser3.C: - new year in copyright %-)
8194:
8195: * src/include/pa_version.h: - new version number in head
8196:
8197: 2008-04-10 misha
8198:
8199: * tests/: 080.html, results/080.processed: - cut '0' from
8200: exponential part because of on diff OS it differ (20 or 020 for
8201: ex)
8202:
8203: * tests/: 119.html, results/119.processed: - check for encoding
8204: while creating xdoc
8205:
8206: 2008-04-09 misha
8207:
8208: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
8209:
8210: * src/main/pa_common.C: - comment added
8211:
8212: * src/classes/date.C: - little refactoring
8213:
8214: 2008-04-07 misha
8215:
8216: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
8217: style of ^table.save[]: prepare one big string and sabe it at
8218: once. it's safe on freebsd 4.x but use much more memory.
8219:
8220: * buildall-with-xml, buildall-without-xml: - option
8221: --disable-stringstream added (under comment. use it on freebsd
8222: 4.x)
8223:
8224: 2008-02-22 misha
8225:
8226: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
8227: specified together in file::load[;http] - get back transcoding
8228: $.body[] in file::load[;http]
8229:
8230: 2008-02-21 misha
8231:
8232: * src/classes/date.C: - ^date.gmt-string[] was added
8233:
8234: * src/types/pa_value.C: - method for output date in RFC 822 format
8235: moved to pa_common.h
8236:
8237: * src/include/pa_common.h: - method for output date in RFC 822
8238: format moved here from pa_value.C
8239:
8240: * src/types/pa_vmail.C: - fixed core in sending mail with
8241: attachment in simple mode ($.file[file here]) introduced in 3.2.2
8242:
8243: 2008-02-20 misha
8244:
8245: * src/main/pa_http.C: - transcode $.headers before escaping into
8246: specified charset while ^file::load[...;http://...] (L_URI
8247: instead of L_HTTP_HEADER) - $.cookies param available in
8248: ^file::load[;http://...] now (but we don't parse set-cookies from
8249: response yet) (cookies not transcoded as common $cookies)
8250:
8251: 2008-02-19 misha
8252:
8253: * src/main/pa_request.C: - rollback: we mustn't force taint
8254: $response:field values because in this case
8255: $response:locateion[http://...] don't works.
8256:
8257: 2008-02-15 misha
8258:
8259: * src/classes/op.C: - little refactoring
8260:
8261: * src/main/pa_http.C: - taint names of $.headers for load[;http
8262:
8263: * src/main/pa_request.C: - force taint values of $response:field
8264:
8265: 2008-02-14 misha
8266:
8267: * src/main/pa_request.C: - $response:field transcoded to
8268: $response:charset before escaping now
8269:
8270: * src/main/pa_http.C: - some outdated comments removed
8271:
8272: * src/classes/date.C: - lastdat -> last-day
8273:
8274: * src/classes/date.C: - ^date:lastday(year;month) and
8275: ^date.lastday[] were added - little code refactoring - comments
8276: changes
8277:
8278: * tests/: 159.html, results/159.processed: - test for number of
8279: days in February
8280:
8281: * src/types/pa_value.C: - fixes in code formatting
8282:
8283: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
8284: and comments
8285:
8286: 2008-02-13 misha
8287:
8288: * src/main/pa_common.C: - bugfix for february at leap year
8289:
8290: 2008-01-28 misha
8291:
8292: * tests/: 160.html, results/160.processed: - more test for cache
8293: added
8294:
8295: * src/classes/op.C: - bugfix: cache body executed twice if contains
8296: unhandled exception
8297:
8298: 2008-01-25 misha
8299:
8300: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
8301: bug when hashfile became inavailable after memory:compact)
8302:
8303: * src/lib/sdbm/apr_strings.C: - +arp_malloc
8304:
8305: 2008-01-22 misha
8306:
8307: * src/classes/table.C: - little refactiring and exception texts
8308: changes in method ^table.hash[]
8309:
8310: * src/types/pa_vcookie.C: - link to cookie specification changed
8311:
8312: 2008-01-21 misha
8313:
8314: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
8315: file::exec/cgi
8316:
8317: * src/classes/file.C: - bugfix: core while processing headers if
8318: executed cgi script don't return content
8319:
8320: 2008-01-18 misha
8321:
8322: * buildall-with-xml: - move to libxml2 version 2.6.31
8323:
8324: * src/include/pa_version.h, configure.in: - version number updated
8325: to '3.2.3b'
8326:
8327: 2007-12-28 misha
8328:
8329: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
8330: hash.contains
8331:
8332: 2007-12-27 misha
8333:
8334: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8335: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
8336: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
8337: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
8338: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8339: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
8340: src/targets/cgi/parser3.vcproj,
8341: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
8342: back to VS2003 because of Apache 1.3 module can't work if it was
8343: built in VS 2005. with cgi all file so VS2003 project files can
8344: be easy converted to the new format.
8345:
8346: 2007-12-04 misha
8347:
8348: * src/types/pa_vcode_frame.h: - changes in comment
8349:
8350: 2007-11-29 misha
8351:
8352: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
8353: intercept strings any longer
8354:
8355: * tests/: 173.html, results/173.processed: - tests for
8356: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
8357: but not in main code frame
8358:
8359: * tests/: 172.html, results/172.processed: - more tests for pass
8360: objects from code frames
8361:
8362: 2007-11-27 misha
8363:
8364: * tests/: 152.html, results/152.processed: - tests for converting
8365: strings 'true'/'false' to bool were added
8366:
8367: * tests/152.html: - added checks for converting strings
8368: 'true'/'false' to bool
8369:
8370: * src/classes/string.C: - ^srting.bool[] now can convert to bool
8371: not only strings with numbers but with values 'true'/'false' as
8372: well
8373:
8374: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
8375: for parser3.log increased
8376:
8377: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
8378:
8379: * src/include/pa_common.h: - remove_crlf return cstring size now
8380:
8381: * src/include/pa_types.h: - constant with buffer size for
8382: parser3.log added
8383:
8384: 2007-11-16 misha
8385:
8386: * tests/cat.sh: - script for tests for file::exec/cgi
8387:
8388: * tests/171.html: - tests for file::exec/cgi
8389:
8390: * tests/results/171.processed: - tests results for file::exec/cgi
8391:
8392: 2007-11-15 misha
8393:
8394: * src/main/pa_exec.C: - fixed incorrect exec code for unix
8395:
8396: * src/classes/file.C: - .body must be set before analyzing cgi
8397: headers
8398:
8399: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
8400: only if exec/cgi return anything.
8401:
8402: 2007-11-14 misha
8403:
8404: * operators.txt: - info about new text|binary option for
8405: file::exec/cgi was added
8406:
8407: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
8408: ^file:exec[[text|binary];script;...]
8409:
8410: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
8411: classes/string.C, classes/table.C: - more text strings moved to
8412: the one place
8413:
8414: 2007-11-09 misha
8415:
8416: * src/types/pa_vrequest.C: - $request:argv must be taint
8417:
8418: * ChangeLog: - $request:argv [patch from Sumo]
8419:
8420: * operators.txt: - $request:argv
8421:
8422: * src/: include/pa_request_info.h, types/pa_vrequest.C,
8423: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
8424:
8425: 2007-10-25 misha
8426:
8427: * buildall-with-xml, buildall-without-xml: - options preparations
8428: for ./configure rewrited
8429:
8430: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
8431: error occure in unhandled_exception finally fixed
8432:
8433: 2007-10-23 misha
8434:
8435: * tests/: 170.html, results/170.processed: - test for
8436: @method[][result]
8437:
8438: * operators.txt: - added info about node.prefix and
8439: node.namespaceURI
8440:
8441: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
8442:
8443: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
8444: added for node and attribute
8445:
8446: 2007-10-22 misha
8447:
8448: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
8449:
8450: * src/main/pa_request.C: - added const content-transfer-encoding
8451:
8452: * src/include/pa_request.h: - added const content-transfer-encoding
8453: - ups. constants must be in lowercase (for search)
8454:
8455: * src/types/pa_vmail.C: - more constants used -
8456: content-transfer-encoding: 8bit added
8457:
8458: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
8459:
8460: * src/include/pa_request.h: - more constants
8461:
8462: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
8463: ommit anymore if $.content-disposition was specified - little
8464: refactoring
8465:
8466: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
8467:
8468: 2007-10-17 misha
8469:
8470: * operators.txt: - info about
8471: table::create[nameless]{data}[>options<] was added
8472:
8473: * src/main/: compile.tab.C, compile.y: - if error occure while
8474: compile method don't put this method in methods table anymore.
8475: in other case the parser coredumped if @unhandled_exception
8476: method can't be compiled because of parser.compile error.
8477:
8478: * src/main/execute.C: - little code reformating
8479:
8480: * src/main/pa_request.C: - little code reformating - comment
8481: changed
8482:
8483: 2007-10-16 misha
8484:
8485: * tests/: 035.html, results/035.processed: - tests
8486: table::create[]{}[options] added
8487:
8488: * src/classes/table.C: - table::create[]{} now accept 3rd param:
8489: options (only $.seperator[] yet)
8490:
8491: 2007-10-10 misha
8492:
8493: * src/classes/table.C: - some contstants moved to pa_common.h -
8494: some code changes
8495:
8496: 2007-10-02 misha
8497:
8498: * src/main/pa_uue.C: - memory usage during uuencode reduced more
8499: then three time as much. but base64 encoding method still use
8500: less memory anyway.
8501:
8502: 2007-09-17 misha
8503:
8504: * operators.txt: - added info about $cookie:fields
8505:
8506: * src/types/pa_vcookie.C: - $cookie:fields available now
8507:
8508: * src/classes/hash.C: - some stuff for use with .for_each moved to
8509: common
8510:
8511: * src/include/pa_common.h: - some stuff for use with .for_each
8512: moved here
8513:
8514: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
8515:
8516: 2007-09-14 misha
8517:
8518: * buildall-with-xml: - new xml libs again =)
8519:
8520: 2007-08-28 misha
8521:
8522: * operators.txt: - texts about ^table.columns[[column name]] and
8523: ^string.split[...][v][column name] were added
8524:
8525: * tests/: 168.html, 169.html, results/168.processed,
8526: results/169.processed: - tests for ^table.columns[[column name]]
8527: and ^string.split[...][v][column name] were added
8528:
8529: * src/classes/table.C: - new option ^table.columns[[column name]]
8530: was added
8531:
8532: * src/classes/string.C: - new option ^string.split[...;v;[column
8533: name]]
8534:
8535: * src/include/pa_exception.h: - error text message for
8536: ^hash._keys[], ^table.columns[] and ^string.split[]
8537:
8538: 2007-08-27 misha
8539:
8540: * src/main/untaint.C: - try to fix coredump on unix if print to
8541: body ^taint[sql][something] outside of connect
8542:
8543: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
8544: outside of connect
8545:
8546: * buildall-with-xml, buildall-without-xml: - strip parser3 was
8547: added (commented by default)
8548:
8549: 2007-08-20 misha
8550:
8551: * operators.txt: - comment about new method ^node.hasAttributes[]
8552: was added
8553:
8554: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
8555: duplicated exception text strings were removed
8556:
8557: * src/include/pa_exception.h: - more exception text strings moved
8558: here
8559:
8560: * src/classes/table.C: - some duplicate exceptions' text strings
8561: removed
8562:
8563: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
8564: xdoc.C, xnode.C: - some duplicate exceptions' text strings
8565: removed
8566:
8567: * src/include/pa_exception.h: - some exception text strings movet
8568: to pa_exception
8569:
8570: * tests/: 149.html, results/149.processed: - test for
8571: ^xnode.hasAttributes[] was added - some code changes
8572:
8573: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
8574: added
8575:
8576: 2007-08-17 misha
8577:
8578: * tests/: results/006.processed, results/059.processed, 006.html,
8579: 059.html: - more tests for match
8580:
8581: * tests/: 129.html, results/129.processed: - tests for
8582: ^table.hash[...][$.type[string|hash|table]] added
8583:
8584: * src/targets/cgi/parser3.C: - little syntax changes
8585:
8586: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
8587: syntax changes
8588:
8589: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
8590: messages in parser3.log switched off by default. If someone
8591: really still need it: use $SIGPIPE(1)
8592:
8593: 2007-08-08 misha
8594:
8595: * buildall-with-xml, buildall-without-xml: - remove libs source
8596: files by default since now
8597:
8598: 2007-08-07 misha
8599:
8600: * buildall-without-xml: - some option syntax changes
8601:
8602: * buildall-with-xml: - compile libxml2 without http support - some
8603: option syntax changes
8604:
8605: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
8606:
8607: 2007-08-06 misha
8608:
8609: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
8610:
8611: * tests/: 160.html, results/160.processed: - cache test was
8612: rewrited
8613:
8614: 2007-07-06 misha
8615:
8616: * tests/: 153.html, results/153.processed: - added test for
8617: ^math:sha1[string]
8618:
8619: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
8620: transcoded
8621:
8622: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
8623: were added
8624:
8625: 2007-06-28 misha
8626:
8627: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
8628: some incorrect chars
8629:
8630: 2007-06-19 misha
8631:
8632: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
8633: were moved on top because of gcc 4 had a problems during
8634: building.
8635:
8636: 2007-06-18 misha
8637:
8638: * tests/results/019.processed: - new image commited
8639:
8640: 2007-06-09 misha
8641:
8642: * src/classes/: op.C, table.C: - in while and table.select method
8643: as_expression used now
8644:
8645: * src/types/pa_vmethod_frame.h: - method as_expression was added
8646:
8647: 2007-06-08 misha
8648:
8649: * tests/: 166.html, results/166.processed: - test for
8650: ^match[...][n]
8651:
8652: * tests/: 165.html, results/165.processed: - tests for loops
8653:
8654: * src/lib/cord/include/private/cord_pos.h: - back to origin value
8655: because of no speed/memory optimisation but some proglems with
8656: long cycles occure
8657:
8658: 2007-06-06 misha
8659:
8660: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
8661: ^table.select(true) and ^table.select(1) didn't works because of
8662: awaiting junction-param only. fixed.
8663:
8664: 2007-05-24 misha
8665:
8666: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
8667: with 0.5 secs interval
8668:
8669: * src/classes/op.C: - cache was rewrited. I hope it works with
8670: locking system now on unix
8671:
8672: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
8673: system locks which wait till other threads release it but try get
8674: lock, if fail wait 1 sec and make 10 attempts.
8675:
8676: * src/include/pa_os.h: - consts for blocking locks + some comments
8677: were added
8678:
8679: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
8680: opening files
8681:
8682: * src/classes/table.C: - changes in includes. if unclude <sstream>
8683: after our classes on unix it can't be build
8684:
8685: * src/types/pa_vhashfile.C: - not needed code removed
8686:
8687: 2007-05-23 misha
8688:
8689: * src/: classes/file.C, classes/op.C, main/pa_common.C,
8690: include/pa_common.h: - cosmetic changes
8691:
8692: 2007-05-18 misha
8693:
8694: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
8695: often. it's give some speed increasing
8696:
8697: * tests/results/160.processed: - returned time corrected
8698:
8699: * tests/160.html: - time increased because on unix 1 mean nothing
8700: :(
8701:
8702: * operators.txt: - added info about ^hash.contain[key]
8703:
8704: * src/classes/hash.C: - added ^hash.contain[key]
8705:
8706: * src/include/pa_hash.h: - added method for checking key exists in
8707: hash
8708:
8709: 2007-05-07 misha
8710:
8711: * src/include/pa_string.h: - was compilation error during build on
8712: freebsd4
8713:
8714: 2007-05-03 misha
8715:
8716: * src/classes/table.C: - option $.type[hash|string|table] was added
8717: for ^table.hash[]
8718:
8719: * src/classes/file.C: - comment removed
8720:
8721: 2007-04-26 misha
8722:
8723: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
8724: real files doesn't opened in place anymore
8725:
8726: 2007-04-24 misha
8727:
8728: * src/classes/math.C: - I thought one more time and remove lg(N) :)
8729:
8730: * src/include/pa_exception.h: "static" removed
8731:
8732: 2007-04-23 misha
8733:
8734: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
8735:
8736: * src/classes/math.C: added: - ^math:ln(N) (the same as
8737: ^math:log(N)) - ^math:lg(N)
8738:
8739: * tests/: 097.html, results/097.processed: - charsets converstion
8740: during ^file::load[text;http://...] added
8741:
8742: * tests/: 164.html, results/164.processed: - check for set expires
8743: as a date
8744:
8745: * tests/: 164.html, results/164.processed: - test for hashfile
8746:
8747: * src/classes/hashfile.C: - little comment changes
8748:
8749: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
8750: access
8751:
8752: * src/: classes/date.C, classes/double.C, classes/file.C,
8753: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
8754: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
8755: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8756: classes/xnode.h, include/pa_request.h, main/execute.C,
8757: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8758: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
8759: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
8760: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
8761: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
8762: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
8763: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8764: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
8765: "parser.runtime" strings were removed
8766:
8767: * src/classes/hashfile.C: - with .clear[] called files_delete()
8768: now.
8769:
8770: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
8771:
8772: * src/include/pa_exception.h: - string constant with
8773: "parser.runtime" text was added
8774:
8775: 2007-04-20 misha
8776:
8777: * operators.txt: - some comments changing
8778:
8779: * operators.txt: - added info about .^hashfile.release[],
8780: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
8781:
8782: * configure: =cheching for unsetenv
8783:
8784: * src/classes/hashfile.C: - ^hashfile.cleanup[],
8785: ^hashfile.release[] were added
8786:
8787: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
8788: ^string.match[][] understand new option now: return number of
8789: matches but not table wit results
8790:
8791: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
8792: reopen now
8793:
8794: * src/classes/op.C: - bug. must be false
8795:
8796: * configure.in: - checking for unsetenv was added
8797:
8798: * src/types/pa_vform.C: - some comments
8799:
8800: 2007-04-18 misha
8801:
8802: * buildall-with-xml: moving to libxml2-2.6.28
8803:
8804: * buildall-with-xml, buildall-without-xml: added commented lines
8805: with --disable-safe-mode option
8806:
8807: * operators.txt: - info about $form:files
8808:
8809: 2007-04-17 misha
8810:
8811: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
8812: $form:files was added
8813:
8814: * tests/: 163.html, results/163.processed: removing auto format
8815:
8816: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
8817:
8818: 2007-04-16 misha
8819:
8820: * tests/: 163.html, results/163.processed: - test for .int[],
8821: floor, round, ceiling and .format[]
8822:
8823: * src/classes/file.C: - little optimization for getting args in
8824: exec/cgi
8825:
8826: 2007-04-13 misha
8827:
8828: * src/classes/file.C: - arguments for file::exec/cgi can be
8829: specified now as s table with one column
8830:
8831: 2007-03-27 misha
8832:
8833: * tests/: 162.html, results/162.processed: - test for
8834: ^table.select(^condition[$t])
8835:
8836: * tests/results/auto.p: - load windows-1251 charset for some tests
8837:
8838: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
8839:
8840: * tests/: results/161.processed, 161.html, 161_utf8.txt,
8841: 161_windows1251.txt: - added test for
8842: ^file::load[text;/local/file.txt;$.charset[...]]
8843:
8844: * tests/: results/013.processed, 013.html: - added test for
8845: checking $._default value while hash modifications
8846:
8847: * tests/: 160.html, results/160.processed: - add test for
8848: ^cache[key](secs){code}, ^cache[] and ^cache(0)
8849:
8850: 2007-03-22 misha
8851:
8852: * src/include/pa_common.h: - "charset" string defined for
8853: ^file::load[text;/local.txt] and ^table::load[/table.txt]
8854:
8855: * src/main/: pa_common.C, pa_http.C: - $.charset option for
8856: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
8857: added - not needed transcodes were removed from
8858: ^file::load[...;http://...]
8859:
8860: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
8861: added
8862:
8863: * src/classes/date.C: - date.week was fixed
8864:
8865: * operators.txt: - added info about date.weekyear
8866:
8867: * tests/: 159.html, results/159.processed: - tests for date.week
8868: and date.weekyear added
8869:
8870: 2007-03-15 misha
8871:
8872: * src/classes/table.C: - enclose column numbers for nameless tables
8873: as well
8874:
8875: 2007-03-14 misha
8876:
8877: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
8878:
8879: * src/classes/table.C: - table.save optimization: now required much
8880: less memory
8881:
8882: 2007-03-13 misha
8883:
8884: * tests/results/: 158.processed, 158.processes: - tests for
8885: table.save/table.load
8886:
8887: * tests/: 158.html, results/158.processes: - tests for
8888: table.save/table.load
8889:
8890: * buildall-with-xml: libxml2: --without-ftp --without-docbook
8891:
8892: * buildall-with-xml: - pattern needed now for building
8893:
8894: * tests/results/097.processed: - added test results for xdoc::load
8895: & xdoc::load[http://...]
8896:
8897: * tests/097.html: - added test for xdoc::load
8898:
8899: 2007-03-12 misha
8900:
8901: * tests/: 107.html, results/107.processed: - added test for xpath
8902: '//man'
8903:
8904: 2007-03-01 misha
8905:
8906: * tests/: 097.html, results/097.processed: - added test for
8907: creating xdoc from file
8908:
8909: * tests/: results/157.processed, 157.html: - added test for
8910: file:move
8911:
8912: 2007-02-28 misha
8913:
8914: * src/classes/xdoc.C: - another attempt
8915:
8916: * src/classes/xdoc.C: - roll back last changes for a while
8917:
8918: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
8919:
8920: * src/classes/file.C: - under lock we create non-exist dir anyway
8921:
8922: * tests/results/099.processed: - ever send content-disposition to
8923: client with file
8924:
8925: * tests/157.html: + test for file:copy
8926:
8927: 2007-02-26 misha
8928:
8929: * src/classes/file.C: - some similar strings moved to #define
8930: instead of to be copy/pasted many times
8931:
8932: * src/types/pa_vfile.h: - class name string ("file") moved to
8933: #define
8934:
8935: 2007-02-20 misha
8936:
8937: * bin/auto.p.dist.in: - added lines for sqlite
8938:
8939: * configure.in: - added some strings for sqlite detection
8940:
8941: 2007-02-19 misha
8942:
8943: * operators.txt: - some comments changes
8944:
8945: * buildall-with-xml, buildall-without-xml: - some modifications
8946:
8947: 2007-02-17 misha
8948:
8949: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
8950:
8951: * src/main/pa_request.C: - damn, i forgot to commit it while I
8952: change console behaviour
8953:
8954: 2007-02-12 misha
8955:
8956: * src/targets/cgi/parser3.C: - don't print headers if
8957: $console:line[data] was used during cgi execution.
8958:
8959: * src/types/pa_vconsole.h: - console class have bool flag now which
8960: marked as 'true' if class was used.
8961:
8962: * tests/: 152.html, results/152.processed: - more types was added
8963: to test 152
8964:
8965: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
8966: adding 'bool' (^if($image){} caused exception)
8967:
8968: 2007-02-09 misha
8969:
8970: * tests/: 152.html, results/152.processed: - test alightly updated
8971:
8972: * tests/: 152.html, results/152.processed: - test rewrited
8973:
8974: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
8975: bugfix. I broke xdoc & xnode in expression
8976:
8977: 2007-02-08 misha
8978:
8979: * tests/: 152.html, results/152.processed: - add test for checking
8980: 'def' for void, string, bool, int & double
8981:
8982: 2007-02-07 misha
8983:
8984: * operators.txt: - ^file:base64[filespec] was added
8985:
8986: * tests/results/153.processed: - result test for
8987: ^file:base64[filespec] was updated
8988:
8989: * tests/153.html: - test for ^file:base64[filespec] was added
8990:
8991: * src/types/pa_vconsole.h: - little optimization
8992:
8993: * src/classes/file.C: - ^file:base64[filespec]
8994:
8995: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
8996:
8997: * src/include/pa_common.h: - declarations for
8998: ^file:base64[filespec]
8999:
9000: * src/types/pa_vcookie.C: - little optimization
9001:
9002: 2007-02-06 misha
9003:
9004: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9005: were temporary commented
9006:
9007: * src/types/pa_vbool.h: - bugfix
9008:
9009: * tests/156.html: - added test for bool cookie
9010:
9011: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9012:
9013: * tests/: 155.html, results/155.processed: - added test for check
9014: $.encloser[] option for table save/load
9015:
9016: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9017:
9018: 2007-02-05 misha
9019:
9020: * tests/results/152.processed: - newline at the end was missed
9021:
9022: * tests/results/141.processed: - math:md5 must be lowercased
9023:
9024: * src/targets/cgi/parser3.C: - 2007 in help ;)
9025:
9026: 2007-02-03 misha
9027:
9028: * tests/results/: 150.processed, 151.processed, 152.processed: -
9029: test for bool added and some content length fixes
9030:
9031: * tests/152.html: - test for bool added
9032:
9033: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9034:
9035: * operators.txt: - info bool class was added
9036:
1.116 moko 9037: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9038: classes/classes.vcproj, classes/double.C, classes/int.C,
9039: classes/string.C, classes/void.C, classes/xnode.C,
9040: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
9041: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
9042: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
9043: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9044: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
9045: types/types.vcproj: - bool class was added
9046:
9047: * src/main/pa_request.C: - fix
9048:
9049: 2007-01-18 misha
9050:
9051: * src/: main/pa_string.C, classes/string.C: - return table during
9052: ^string.match[][] even if no matched found.
9053:
9054: 2006-12-20 misha
9055:
9056: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
9057: http://www.parser.ru/forum/?id=55598 ]
9058:
9059: 2006-12-19 misha
9060:
9061: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
9062: details: http://www.parser.ru/forum/?id=52359
9063:
9064: * src/main/pa_request.C: - always set content-disposition for
9065: $response:body[hash here]. more details:
9066: http://www.parser.ru/forum/?id=52130
9067:
9068: 2006-12-07 misha
9069:
9070: * operators.txt: - added info about bool params in cookie set
9071:
9072: * src/types/pa_vcookie.C: - bool param in cookies available now
9073: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
9074: ]
9075:
9076: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
9077: was added
9078:
9079: 2006-12-02 misha
9080:
9081: * src/classes/file.C: - file_block_read used instead of native read
9082:
9083: * src/main/pa_common.C: - added file_block_read with read error
9084: detection - file_block_read used instead of native read
9085:
9086: * src/include/pa_common.h: - added file_block_read declaration
9087:
9088: 2006-12-01 misha
9089:
9090: * operators.txt: - info about $var.CLASS_NAME was added
9091:
9092: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9093: $var.CLASS_NAME added
9094:
9095: * operators.txt: - added info about ^file:copy[]
9096:
9097: * src/classes/file.C: - ^file:copy[from;fo] was added
9098:
9099: 2006-11-20 misha
9100:
9101: * src/classes/date.C: - bug fix :)
9102:
9103: 2006-11-17 misha
9104:
9105: * src/include/pa_common.h: - array in crc32 calculation was changed
9106: to static
9107:
9108: * src/main/pa_common.C: - little optimization in getMonthDays -
9109: small changes in crc32 calculation
9110:
9111: * src/classes/date.C: - not needed code was removed
9112:
9113: 2006-11-16 misha
9114:
9115: * src/types/pa_vmail.C: - fix missed brakes
9116:
9117: * src/types/pa_vmail.C: - mail:send now set content-type:
9118: multipart/related instead of multipart/mixed if file have
9119: $.content-id[]
9120:
9121: 2006-11-15 misha
9122:
9123: * src/types/pa_vdouble.h: abs -> fabs
9124:
9125: 2006-11-14 misha
9126:
9127: * operators.txt: - added info about ^file.md5[] and
9128: ^file:md5[file-name]
9129:
9130: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
9131: added
9132:
9133: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
9134: FILE_BUFFER_SIZE
9135:
9136: * src/classes/math.C: - hex_string was moved to pa_common.h
9137:
9138: * src/include/pa_common.h: - hex_string was moved from math.C -
9139: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
9140:
9141: * src/types/pa_vdouble.h: - incorrect frac detection with negative
9142: values was fixed
9143:
9144: 2006-11-13 misha
9145:
9146: * operators.txt: - added info about ^math:crc32[string],
9147: ^file:crc32[file-name] & ^file.crc32[]
9148:
9149: * src/classes/math.C: - added ^math:crc32[string]
9150:
9151: * src/classes/file.C: - some comments were changed - added
9152: ^file:crc32[file-name] and ^file.crc32[]
9153:
9154: * src/: include/pa_common.h, main/pa_common.C: - some functions for
9155: crc32 calculation added
9156:
9157: 2006-11-03 misha
9158:
9159: * src/include/pa_array.h: - not needed variable removed
9160:
9161: * tests/: 150.html, 151.html, results/150.processed,
9162: results/151.processed: - 2 tests were added
9163:
9164: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
9165: with $.reverse(1) were fixed
9166:
9167: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
9168: query converted to $.charset during ^file::load[http://...]
9169:
9170: 2006-11-02 misha
9171:
9172: * src/include/pa_table.h: ups. forget '=' char
9173:
9174: * src/include/pa_table.h: - one more fix in
9175: .locate[...][$.reverse(1)]
9176:
9177: 2006-11-01 misha
9178:
9179: * src/classes/math.C: - bug fix, details:
9180: http://www.parser.ru/forum/?id=53360
9181:
9182: * src/include/pa_table.h: - bug fix during ^table.locate( condition
9183: false for all records )[$.reverse(1)]
9184:
9185: * src/main/pa_http.C: - second param for this mid method is length
9186: but not end_index so this method has error and can't detect
9187: charsets in next content-types: Content-type: text/html;
9188: charset="windows-1251" Content-type: text/html;
9189: charset="windows-1251"; Content-type: text/html;
9190: charset=windows-1251;
9191:
9192: only Content-type: text/html; charset=windows-1251 was fine
9193:
9194: 2006-10-31 misha
9195:
9196: * src/classes/file.C: - empty args in file::exec removed now
9197:
9198: 2006-09-11 misha
9199:
9200: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
9201: replaced to table::create - some changes in text/code formatting
9202:
9203: 2006-09-03 paf
9204:
9205: * src/classes/file.C: proper tainting of
9206: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
9207:
9208: 2006-06-09 paf
9209:
9210: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
9211:
9212: * src/classes/table.C: formatting
9213:
9214: * src/classes/table.C: incorporated patch from misha: Sent:
9215: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
9216: ignoring string options for ^table.save[]
9217:
9218: * src/classes/hash.C: incorporated patch from misha Sent:
9219: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
9220: $hash._default disappear while
9221:
9222: * operators.txt: ^mail:send[ $.file1[ $.value[file]
9223: $.format[!uue|!base64] << new base64 option. default uue ] ]
9224:
9225: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
9226: PM Subject: patch for base64 in ^mail:send[] %-)
9227:
9228: 2006-04-09 paf
9229:
9230: * src/main/compile.tab.C: ` change compiled
9231:
9232: * gnu.vcproj, operators.txt, parser3.sln,
9233: src/classes/classes.vcproj, src/classes/file.C,
9234: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
9235: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9236: src/classes/xnode.C, src/include/pa_array.h,
9237: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9238: src/include/pa_memory.h, src/include/pa_request.h,
9239: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9240: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9241: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9242: src/lib/pcre/pcre_dftables.vcproj,
9243: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9244: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9245: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9246: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9247: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9248: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9249: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9250: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9251: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9252: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9253: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9254: src/types/pa_value.h, src/types/pa_vcookie.C,
9255: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9256: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9257: src/types/pa_vstatus.C, src/types/types.vcproj,
9258: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
9259: ^menu, ^hash/hashfile.foreach
9260:
9261: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9262: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
9263: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9264: src/classes/xnode.C, src/include/pa_array.h,
9265: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9266: src/include/pa_memory.h, src/include/pa_request.h,
9267: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9268: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9269: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9270: src/lib/pcre/pcre_dftables.vcproj,
9271: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9272: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9273: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9274: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9275: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9276: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9277: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9278: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9279: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9280: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9281: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9282: src/types/pa_value.h, src/types/pa_vcookie.C,
9283: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9284: src/types/pa_vstatus.C, src/types/types.vcproj,
9285: tests/descript.ion: ! switched to VS2005 (projects and
9286: object<info explicitly typed>.for_each(, info)) +
9287: $response:field[] setting void means removing + grammar $name`
9288: name stops now, for mysql `$field` + started ^break[]
9289: ^continue[], in ^for. TODO: to other iterators (while, menu,
9290: foreach) + all log messages += [uri=, method=, cl=]
9291:
9292: * buildall-with-xml: merged . ftp paths update
9293:
9294: * buildall-with-xml: . ftp paths update
9295:
9296: 2006-03-04 paf
9297:
9298: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
9299: checks++ [thanks to Igor Zinkovsky for detailed report]
9300:
9301: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
9302: Igor Zinkovsky for detailed report]
9303:
9304: 2006-03-01 paf
9305:
9306: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9307: \n to ' ' in
9308:
9309: 2006-02-18 paf
9310:
9311: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9312: \n to ' ' in
9313:
9314: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
9315:
9316: 2006-02-03 paf
9317:
9318: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
9319: base64
9320:
9321: * src/main/pa_common.C: ! bugfix: decoding from base64
9322:
9323: 2006-01-20 paf
9324:
9325: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9326: economy fix
9327:
9328: * src/classes/: table.C: merged from HEAD ! bugfix
9329: ^table.save[$.encloser-s now handled properly
9330:
9331: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
9332: handled properly
9333:
9334: 2006-01-19 paf
9335:
9336: * buildall-with-xml, buildall-without-xml: merged from HEAD !
9337: libgc:USE_MUNMAP activates merging of free memory blocks which
9338: helps a lot in our case: after transform we want
9339: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
9340:
9341: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9342: economy fix
9343:
9344: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
9345: activates merging of free memory blocks which helps a lot in our
9346: case: after transform we want CORD(main.result)->cstr[big
9347: malloc]->transcode[big malloc]
9348:
9349: 2006-01-17 paf
9350:
9351: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
9352: before reading them. got rid of reallocs = became quicker and
9353: less fragmentated
9354:
9355: 2005-12-29 paf
9356:
1.116 moko 9357: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
9358: configure, configure.in, src/include/pa_version.h,
9359: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 9360: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
9361: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
9362: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
9363: src/lib/ltdl/missing: . merged from 3.2.1
9364:
1.116 moko 9365: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
9366: packaged when 'make dist', so do configure companion files in
9367: src/lib/ltdl
9368:
9369: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
9370: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
9371: missing: . now config_auto.h is created with configure [were
9372: constant]
1.95 moko 9373:
9374: * INSTALL: . references to documentation and some clarification
9375:
9376: * buildall-with-xml, buildall-without-xml: . farawell doc
9377: indication
9378:
1.116 moko 9379: * Makefile.am: . dist+=buildall*
1.95 moko 9380:
9381: 2005-12-28 paf
9382:
9383: * configure: . 3.2.1
9384:
9385: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
9386: simplify build process, see INSTALL
9387:
9388: 2005-12-26 paf
9389:
9390: * configure: ver
9391:
9392: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
9393: version
9394:
9395: 2005-12-21 paf
9396:
9397: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
9398: compiled with bison 1.875b, it reports unexpected token names
9399:
9400: 2005-12-19 paf
9401:
9402: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
9403: holds a link to xmlNode to prevent premature gc(xmlNode)
9404:
9405: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
9406: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9407: src/main/main.vcproj, src/main/pa_globals.C,
9408: src/targets/cgi/parser3.vcproj,
9409: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
9410: configure, configure.in, src/include/pa_version.h: . killing
9411: gdome [what a relief]
9412:
9413: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
9414: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
9415: run_parser.sh, results/001.processed, results/002.processed,
9416: results/003.processed, results/004.processed,
9417: results/005.processed, results/006.processed,
9418: results/008.processed, results/009.processed,
9419: results/010.processed, results/011.processed,
9420: results/012.processed, results/013.processed,
9421: results/014.processed, results/015.processed,
9422: results/016.processed, results/017.processed,
9423: results/018.processed, results/020.processed,
9424: results/021.processed, results/022.processed,
9425: results/023.processed, results/024.processed,
9426: results/025.processed, results/026.processed,
9427: results/027.processed, results/028.processed,
9428: results/029.processed, results/030.processed,
9429: results/031.processed, results/032.processed,
9430: results/033.processed, results/034.processed,
9431: results/035.processed, results/036.processed,
9432: results/037.processed, results/038.processed,
9433: results/039.processed, results/040.processed,
9434: results/041.processed, results/042.processed,
9435: results/043.processed, results/044.processed,
9436: results/045.processed, results/046.processed,
9437: results/047.processed, results/048.processed,
9438: results/049.processed, results/050.processed,
9439: results/051.processed, results/052.processed,
9440: results/053.processed, results/054.processed,
9441: results/055.processed, results/056.processed,
9442: results/057.processed, results/058.processed,
9443: results/059.processed, results/060.processed,
9444: results/061.processed, results/062.processed,
9445: results/063.processed, results/064.processed,
9446: results/065.processed, results/066.processed,
9447: results/067.processed, results/068.processed,
9448: results/069.processed, results/070.processed,
9449: results/071.processed, results/072.processed,
9450: results/073.processed, results/074.processed,
9451: results/075.processed, results/076.processed,
9452: results/077.processed, results/078.processed,
9453: results/079.processed, results/080.processed,
9454: results/081.processed, results/082.processed,
9455: results/083.processed, results/084.processed,
9456: results/085.processed, results/086.processed,
9457: results/087.processed, results/088.processed,
9458: results/089.processed, results/090.processed,
9459: results/091.processed, results/092.processed,
9460: results/093.processed, results/094.processed,
9461: results/095.processed, results/096.processed,
9462: results/097.processed, results/099.processed,
9463: results/100.processed, results/101.processed,
9464: results/102.processed, results/104.processed,
9465: results/105.processed, results/106.processed,
9466: results/107.processed, results/108.processed,
9467: results/109.processed, results/110.processed,
9468: results/111.processed, results/112.processed,
9469: results/113.processed, results/114.processed,
9470: results/115.processed, results/117.processed,
9471: results/119.processed, results/120.processed,
9472: results/121.processed, results/122.processed,
9473: results/123.processed, results/124.processed,
9474: results/125.processed, results/126.processed,
9475: results/127.processed, results/128.processed,
9476: results/129.processed, results/130.processed,
9477: results/131.processed, results/132.processed,
9478: results/133.processed, results/134.processed,
9479: results/135.processed, results/136.processed,
9480: results/138.processed, results/139.processed,
9481: results/140.processed, results/141.processed,
9482: results/142.processed, results/143.processed,
9483: results/144.processed, results/145.processed,
9484: results/146.processed, results/147.processed,
9485: results/148.processed, results/149.processed, results/auto.p: .
9486: now works if we turn off default auto.p
9487:
1.116 moko 9488: * configure: . makes
1.95 moko 9489:
9490: * src/types/pa_vxnode.C: . less warnings
9491:
9492: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
9493: tests/145.html, tests/149.html, tests/descript.ion,
9494: tests/outputs/d.cmd, tests/results/142.processed,
9495: tests/results/143.processed, tests/results/144.processed,
9496: tests/results/145.processed, tests/results/146.processed,
9497: tests/results/147.processed, tests/results/148.processed,
9498: tests/results/149.processed: . removed .nodeValue from all node
9499: types other than 5 (grabbed piece from gdome)
9500:
9501: * tests/: 137.html, results/137.processed: . not handled this case
9502: yet. code does not hang from inserting parent into child,
9503: considering thing minor issue -- nodes are removed from source
9504: anyway, don't know why shold that be an error after all
9505:
9506: * src/targets/cgi/parser3.C: . style
9507:
9508: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
9509: xdoc too [were barking "not element"]
9510:
9511: 2005-12-16 paf
9512:
9513: * tests/: 146.html, 147.html, 148.html: . more tests
9514:
9515: * src/classes/xnode.C: . also bark on possible errors
9516:
9517: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
9518: props
9519:
9520: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
9521: main/compile.y: merged from HEAD ! fixed overoptimized
9522: ^call(false) case. (confused it with ^call[] case)
9523:
9524: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
9525: ^call(false) case. (confused it with ^call[] case)
9526:
9527: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
9528:
9529: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
9530: results/001.processed, results/002.processed,
9531: results/003.processed, results/004.processed,
9532: results/005.processed, results/006.processed,
9533: results/008.processed, results/009.processed,
9534: results/010.processed, results/011.processed,
9535: results/012.processed, results/013.processed,
9536: results/014.processed, results/015.processed,
9537: results/016.processed, results/017.processed,
9538: results/018.processed, results/019.processed,
9539: results/020.processed, results/021.processed,
9540: results/022.processed, results/023.processed,
9541: results/024.processed, results/025.processed,
9542: results/026.processed, results/027.processed,
9543: results/028.processed, results/029.processed,
9544: results/030.processed, results/031.processed,
9545: results/032.processed, results/033.processed,
9546: results/034.processed, results/035.processed,
9547: results/036.processed, results/037.processed,
9548: results/038.processed, results/039.processed,
9549: results/040.processed, results/041.processed,
9550: results/042.processed, results/043.processed,
9551: results/044.processed, results/045.processed,
9552: results/046.processed, results/047.processed,
9553: results/048.processed, results/049.processed,
9554: results/050.processed, results/051.processed,
9555: results/052.processed, results/053.processed,
9556: results/054.processed, results/055.processed,
9557: results/056.processed, results/057.processed,
9558: results/058.processed, results/059.processed,
9559: results/060.processed, results/061.processed,
9560: results/062.processed, results/063.processed,
9561: results/064.processed, results/065.processed,
9562: results/066.processed, results/067.processed,
9563: results/068.processed, results/069.processed,
9564: results/070.processed, results/071.processed,
9565: results/072.processed, results/073.processed,
9566: results/074.processed, results/075.processed,
9567: results/076.processed, results/077.processed,
9568: results/078.processed, results/079.processed,
9569: results/080.processed, results/081.processed,
9570: results/082.processed, results/083.processed,
9571: results/084.processed, results/085.processed,
9572: results/086.processed, results/087.processed,
9573: results/088.processed, results/089.processed,
9574: results/090.processed, results/091.processed,
9575: results/092.processed, results/093.processed,
9576: results/094.processed, results/095.processed,
9577: results/096.processed, results/097.processed,
9578: results/099.processed, results/101.processed,
9579: results/102.processed, results/104.processed,
9580: results/105.processed, results/106.processed,
9581: results/107.processed, results/108.processed,
9582: results/109.processed, results/110.processed,
9583: results/111.processed, results/112.processed,
9584: results/113.processed, results/114.processed,
9585: results/115.processed, results/116.processed,
9586: results/117.processed, results/118.processed,
9587: results/119.processed, results/120.processed,
9588: results/121.processed, results/122.processed,
9589: results/123.processed, results/124.processed,
9590: results/125.processed, results/126.processed,
9591: results/127.processed, results/128.processed,
9592: results/129.processed, results/130.processed,
9593: results/131.processed, results/132.processed,
9594: results/133.processed, results/134.processed,
9595: results/135.processed, results/136.processed,
9596: results/137.processed, results/138.processed,
9597: results/139.processed, results/140.processed,
9598: results/141.processed: . refreshed old tests, made them work
9599: without auto.p (in utf8) . things noted: . gif got encoded
9600: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
9601: some strange year)
9602:
9603: * INSTALL: . revived linux libgc fix
9604:
9605: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
9606: glib/gdome in INSTALL and patches]
9607:
9608: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9609: include/pa_charset.h, include/pa_config_includes.h,
9610: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
9611: include/pa_xml_exception.h, lib/cord/Makefile.am,
9612: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9613: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
9614: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
9615: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
9616: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
9617: types/pa_vxnode.h: . started killing gdome
9618:
9619: 2005-12-13 paf
9620:
9621: * src/main/: pa_request.C: merged from HEAD ! when code in
9622: @unhandled_exception thrown another exception, print correct
9623: origin (earlier code in catch of exception inside of
9624: @unhandled_exception grabbed parent_frame(original_exception)
9625: origin and printed it, instead of true origin)
9626:
9627: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
9628: another exception, print correct origin (earlier code in catch of
9629: exception inside of @unhandled_exception grabbed
9630: parent_frame(original_exception) origin and printed it, instead
9631: of true origin)
9632:
9633: 2005-12-09 paf
9634:
9635: * INSTALL: . updated INSTALL doc to work around linux stack base
9636: detection problem, due to change in gc6.4 code
9637:
9638: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
9639: ignored in ^string.matched :(
9640:
9641: * src/main/pa_string.C: ! regex tainting were ignored in
9642: ^string.matched :(
9643:
9644: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
9645: src/include/pa_config_fixed.h, src/include/pa_version.h,
9646: src/main/compile.y, src/main/compile_tools.h,
9647: src/main/pa_charset.C, src/main/pa_common.C,
9648: src/main/pa_globals.C, src/main/pa_string.C,
9649: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
9650: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
9651:
9652: 2005-12-08 paf
9653:
9654: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
9655: 500 chars now handled OK [were wrapped on 500th char according to
9656: rfc, but sendmail failed to unwrap it properly]
9657:
9658: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
9659: handled OK [were wrapped on 500th char according to rfc, but
9660: sendmail failed to unwrap it properly]
9661:
9662: * src/targets/isapi/parser3isapi.C: . less warnings
9663:
9664: * src/targets/isapi/parser3isapi.C: . undone some strange change
9665: since 3.1.5
9666:
9667: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
9668: link fixes
9669:
9670: * src/: classes/date.C, include/pa_config_fixed.h,
9671: main/compile.tab.C, main/compile.y, main/compile_tools.h,
9672: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
9673: main/pa_string.C, targets/cgi/getopt.c: . less warnings
9674:
9675: * src/include/pa_config_fixed.h: . removed outdated string origins
9676: [in current storage scheme there's no place for them. someday we
9677: can add third CORD to store origins and special version of parser
9678: which stores origins there [separate binary]]
9679:
9680: 2005-12-07 paf
9681:
9682: * src/targets/isapi/parser3isapi.C: . now links in release mode
9683:
9684: * src/include/pa_version.h: makefiles
9685:
9686: * src/include/pa_version.h: . not beta
9687:
9688: * configure, configure.in, src/include/pa_version.h: not beta
9689:
9690: 2005-12-06 paf
9691:
9692: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
9693: [some details here http://i2/tasks/edit/?id=4869912143891354460]
9694: decided to undo the change ^call[$void] passes void. now it will
9695: pass empty string again.
9696:
9697: * src/main/: compile.tab.C, compile.y: . version readded
9698:
9699: * src/classes/op.C: . in this version there is no ^switch[$nothing]
9700: = ^switch[void] problem
9701:
9702: 2005-12-01 paf
9703:
9704: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
9705: caused ^case[string] to be coerced to double since searching
9706: value were not string (it was vvoid)
9707:
9708: * src/classes/op.C: . bugfix ^switch[$void_value] caused
9709: ^case[string] to be coerced to double since searching value were
9710: not string (it was vvoid)
9711:
9712: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
9713: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
9714:
9715: 2005-11-30 paf
9716:
9717: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
9718: win32 must putenv("TZ="), on unix works only putenv("TZ")
9719:
9720: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
9721: putenv("TZ="), on unix works only putenv("TZ")
9722:
9723: * INSTALL: . xml libs versions updated
9724:
9725: * src/main/pa_globals.C: //20051130 trying to remove this, author
9726: claims that fixed a lot there // 20040920 for now both
9727: workarounds needed. wait for new libxml/xsl versions
9728:
9729: 2005-11-28 paf
9730:
9731: * src/classes/table.C: merged from HEAD: ! nameless table has
9732: columns==0
9733:
9734: * src/classes/table.C: ! nameless table has columns==0
9735:
9736: * src/main/pa_http.C: merged from HEAD: ! status line check made
9737: earlier [was totally wrong]
9738:
9739: * src/main/pa_http.C: ! status line check made earlier [was totally
9740: wrong]
9741:
9742: 2005-11-25 paf
9743:
9744: * src/include/pa_array.h: -this reduces speed(table::load) strange.
9745: undoing for now...
9746:
9747: * src/include/pa_version.h: -this reduces speed(table::load),
9748: strange. undoing
9749:
9750: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
9751:
9752: * src/classes/op.C: + ^while(){}[SEPARATOR]
9753:
9754: * src/include/pa_array.h: + optimistics added: all arrays (table
9755: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
9756: this speeds things up and saves memory a LOT! (not noticed
9757: negative effect on syntetic tests, future will tell...)
9758:
9759: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
9760: changed gc_malloc implementation, which obscured profiling
9761:
9762: * src/classes/table.C: merged from HEAD: + optimized
9763: table::load/sql, now row ArrayString-s allocated with
9764: columns.count() elements and don't always grow from
9765: count=3[realloc,realloc]
9766:
9767: * src/classes/table.C: + optimized table::load/sql, now row
9768: ArrayString-s allocated with columns.count() elements and don't
9769: always grow from count=3[realloc,realloc]
9770:
9771: * src/classes/table.C: merged from HEAD: . ^table.save unused
9772: buffer after save
9773:
9774: * src/classes/table.C: . ^table.save unused buffer after save
9775:
9776: 2005-11-24 paf
9777:
9778: * configure.in: . merged glib2-config patch
9779:
9780: * configure.in: + trying to find glib2-config
9781:
9782: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9783: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
9784: file/dir_readable to simple file/dir_exist, this would help in
9785: situations "class not found because .p file has bad rights" << in
9786: that case error would be explicit "access denied to 'this' file"
9787:
1.116 moko 9788: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 9789:
9790: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9791: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
9792: to simple file/dir_exist, this would help in situations "class
9793: not found because .p file has bad rights" << in that case error
9794: would be explicit "access denied to 'this' file"
9795:
9796: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
9797: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9798: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
9799: ^file::exec/cgi[script;$.charset[changed]
9800: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9801: encoded in $.charset charset
9802:
9803: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
9804: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9805: encoded in $.charset charset
9806:
9807: * src/: include/Makefile.am, include/pa_common.h,
9808: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9809: main/pa_common.C, main/pa_http.C: . extracted http:// into
9810: separate file [preparation for
9811: ^file::cgi[script;$.form[$.field1[]
9812:
9813: 2005-11-22 paf
9814:
9815: * src/: include/pa_version.h, main/compile.tab.C: makefiles
9816:
9817: * acinclude.m4, configure.in: . merged underquting fixes
9818:
1.116 moko 9819: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 9820:
9821: * src/classes/op.C: . overmerged a little
9822:
9823: * src/main/compile.tab.C: Makefile
9824:
9825: * src/main/: pa_common.C: . less gcc warnings
9826:
9827: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
9828: now reports original exception if we have no old cache
9829:
9830: * src/classes/op.C: + $exception.handled[cache] now reports
9831: original exception if we have no old cache
9832:
9833: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
9834: from HEAD: + ^taint/untaint[regex] << escapes these:
9835: \^$.[]|()?*+{}
9836:
9837: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
9838: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
9839:
9840: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9841: getenv-ed variable, which does not work both on win32&unix.
9842: copied old TZ value now
9843:
9844: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
9845: stored pointer to getenv-ed variable, which does not work both on
9846: win32&unix. copied old TZ value now
9847:
9848: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9849: getenv-ed variable, which does not work both on win32&unix.
9850: copied old TZ value now
9851:
9852: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
9853: access to internal hash
9854:
9855: * src/types/pa_vresponse.C: + $response:headers access to internal
9856: hash
9857:
9858: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
9859: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9860: isapi] this reduces number of "GC Warning: Repeated allocation of
9861: very large block" messages to only important onces
9862:
9863: * src/targets/isapi/parser3isapi.C: +
9864: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9865: isapi] this reduces number of "GC Warning: Repeated allocation of
9866: very large block" messages to only important onces
9867:
9868: * src/classes/string.C: merged from HEAD: + removed limitation on
9869: ^string/int/double:sql{}[$.default[({param style})] ]
9870:
9871: * src/classes/string.C: + removed limitation on
9872: ^string/int/double:sql{}[$.default[({param style})] ]
9873:
9874: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
9875: with ?params or $.form option" limitation
9876:
9877: * src/main/pa_common.C: + removed "use either uri with ?params or
9878: $.form option" limitation
9879:
9880: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9881: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
9882: ^file::base64[encoded] decode
9883:
9884: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9885: main/pa_common.C: + ^file.base64[] encode +
9886: ^file::base64[encoded] decode
9887:
9888: * src/classes/: file.C, string.C: + ^string.base64[] encode +
9889: ^string:base64[encoded] decode
9890:
9891: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
9892: ^string:base64[in] encode + ^string.base64[] decode
9893:
9894: 2005-11-21 paf
9895:
9896: * src/classes/file.C: + merged from HEAD:
9897: ^file::create[text;file.xml;^untaint[xml]{data}]
9898:
9899: * src/classes/file.C: +
9900: ^file::create[text;file.xml;^untaint[xml]{data}]
9901:
9902: * src/main/pa_request.C: ! merged: $response:body[file] now
9903: differes from :download, it does not return content-disposition
9904: at all now [previusely it returned valueless content-disposition]
9905:
9906: * src/main/pa_request.C: ! $response:body[file] now differes from
9907: :download, it does not return content-disposition at all now
9908: [previusely it returned valueless content-disposition]
9909:
9910: * src/main/: compile.tab.C, compile.y: ! overoptimized void
9911: literals, reverted to just vvod, recreating empty array with each
9912: void_value token. that's absolutely needed, since that array
9913: grows
9914:
9915: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9916: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9917: types/pa_vmethod_frame.h: + merged: expression literals:
9918: true/false. ^format[$.indent(true)]
9919:
9920: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9921: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9922: types/pa_vmethod_frame.h: + expression literals: true/false.
9923: ^format[$.indent(true)]
9924:
9925: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9926: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9927: i386-pc-win32)"
9928:
9929: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9930: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9931: i386-pc-win32)"
9932:
9933: 2005-11-18 paf
9934:
9935: * src/classes/: double.C, int.C: ! ^int/double:sql{select
9936: null}[$.default(123)] will now return default value
9937:
9938: * src/classes/op.C: + merged ^cache[] << returns current cache
9939: expiration time
9940:
9941: * src/classes/op.C: + ^cache[] << returns current cache expiration
9942: time
9943:
9944: * src/classes/table.C: ! merged ^table::create[not'nameless';
9945: failed << Exception.problem_source pointed to local var!
9946:
9947: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
9948: Exception.problem_source pointed to local var!
9949:
9950: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
9951: now loads VFile.ptr!=0, so such files can be saved now
9952:
9953: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
9954: loads VFile.ptr!=0, so such files can be saved now
9955:
9956: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
9957: only . and .. now removed from list [were removed all .*]
9958:
9959: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
9960: .. now removed from list [were removed all .*]
9961:
9962: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
9963: open error now checked, were not :( [stole that piece from apache
9964: 1.3 sources]
9965:
9966: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
9967: checked, were not :( [stole that piece from apache 1.3 sources]
9968:
9969: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
9970: untainting of @main result if returned by $result or
9971: $response:body
9972:
9973: * src/main/pa_request.C: ! ensured proper untainting of @main
9974: result if returned by $result or $response:body
9975:
9976: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
9977: issue: now tries to guess content-length and allocates one big
9978: piece if possible [regretfully gc_realloc works as malloc+free,
9979: leaving lots of holes behind]
9980:
9981: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
9982: fixed file load memory issue: now tries to guess content-length
9983: and allocates one big piece if possible [regretfully gc_realloc
9984: works as malloc+free, leaving lots of holes behind]
9985:
9986: 2005-11-16 paf
9987:
9988: * src/: include/pa_common.h, classes/file.C, classes/table.C,
9989: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
9990: table::save with enclosers now doubles them: "->"" !
9991: table::save/load do not remove elements from options hash
9992:
9993: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
9994: [were overoptimized ^if(double_literal), compiler confused
9995: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
9996:
9997: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
9998: [were overoptimized ^if(double_literal), compiler confused
9999: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10000:
10001: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10002: main/pa_common.C: ! table::save with enclosers now doubles them:
10003: "->"" ! table::save/load do not remove elements from options hash
10004:
10005: 2005-11-03 paf
10006:
1.116 moko 10007: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10008: compilation, not all makefiles liked that
1.95 moko 10009:
10010: 2005-08-30 paf
10011:
10012: * src/classes/op.C: merge . speedup check of [DEFAULT]
10013:
10014: * src/classes/op.C: . speedup check of [DEFAULT]
10015:
10016: 2005-08-26 paf
10017:
10018: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10019:
10020: * src/: classes/date.C, types/pa_vdate.h: + date.week
10021:
10022: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10023: complains about bad!=nameless
10024:
10025: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10026: about bad!=nameless
10027:
10028: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10029: optional options were allowed to be empty. were checked
10030: if(is_string), changed to !defined||is_string to allow void
10031:
10032: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10033: classes/string.C, classes/table.C, classes/void.C: ! optional
10034: options were allowed to be empty. were checked if(is_string),
10035: changed to !defined||is_string to allow void
10036:
10037: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10038: as_junction where they needed as_int/double, so failed with
10039: recent "(const) now no junction" optimization
10040:
10041: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10042: merged ! many classes/* used as_junction where they needed
10043: as_int/double, so failed with recent "(const) now no junction"
10044: optimization
10045:
10046: * src/: classes/double.C, classes/int.C, classes/math.C,
10047: classes/op.C, classes/string.C, classes/table.C,
10048: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
10049: used as_junction where they needed as_int/double, so failed with
10050: recent "(const) now no junction" optimization
10051:
10052: 2005-08-24 paf
10053:
10054: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
10055: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
10056: stripped it
10057:
10058: 2005-08-09 paf
10059:
10060: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10061: not cleared
10062:
10063: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10064: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10065: classes/hashfile.C, classes/image.C, classes/int.C,
10066: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10067: classes/response.C, classes/string.C, classes/table.C,
10068: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10069: include/pa_array.h, include/pa_cache_managers.h,
10070: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10071: include/pa_config_fixed.h, include/pa_config_includes.h,
10072: include/pa_dictionary.h, include/pa_dir.h,
10073: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10074: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10075: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10076: include/pa_request_charsets.h, include/pa_request_info.h,
10077: include/pa_sapi.h, include/pa_socks.h,
10078: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10079: include/pa_stack.h, include/pa_string.h,
10080: include/pa_stylesheet_connection.h,
10081: include/pa_stylesheet_manager.h, include/pa_table.h,
10082: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10083: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10084: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10085: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10086: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10087: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10088: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10089: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10090: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10091: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10092: main/pa_sql_driver_manager.C, main/pa_string.C,
10093: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10094: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10095: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10096: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10097: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10098: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
10099: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
10100: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10101: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10102: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
10103: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
10104: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
10105: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10106: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
10107: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
10108: types/pa_vmemory.h, types/pa_vmethod_frame.C,
10109: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10110: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
10111: types/pa_vresponse.C, types/pa_vresponse.h,
10112: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10113: types/pa_vstateless_object.h, types/pa_vstatus.C,
10114: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10115: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10116: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10117: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10118: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
10119:
10120: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10121: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
10122: speedup consequent checks in vmethod_frame
10123:
10124: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10125: not cleared
10126:
10127: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
10128: params: 50 max (were 10)
10129:
10130: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
10131: params: 50 max (were 10)
10132:
10133: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10134: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
10135: pa_wcontext.h: + ^call[$void] param inside now is void (were:
10136: empty string) ! simplified (double) speedup consequent checks in
10137: vmethod_frame
10138:
10139: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
10140: optimized constants in expressions vstring->vdouble + optimized
10141: ^call(vdouble), no junction creation, no calls later
10142:
10143: 2005-08-08 paf
10144:
10145: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
10146: integrated
10147:
10148: * bin/auto.p.dist.in: . apache bad 404 handling workaround
10149: integrated
10150:
10151: * src/main/: compile.tab.C, compile.y, compile_tools.C,
10152: compile_tools.h: merged + optimized constants in expressions
10153: vstring->vdouble + optimized ^call(vdouble), no junction
10154: creation, no calls later
10155:
10156: * src/types/pa_vdouble.h: merged . double values without fractional
10157: part now default printed as %.0f instead of %g
10158:
10159: * src/types/pa_vdouble.h: . double values without fractional part
10160: now default printed as %.0f instead of %g
10161:
10162: * src/classes/hashfile.C: . merged ! second hashfile::open would
10163: cause an exception
10164:
10165: * src/classes/hashfile.C: ! second hashfile::open would cause an
10166: exception
10167:
10168: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
10169: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10170: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10171: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10172: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
10173: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10174: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10175: types/pa_vresponse.h, types/pa_vstateless_class.C,
10176: types/pa_vstateless_object.h, types/pa_vvoid.h,
10177: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10178: merged VJunction(new Junction) optimization from 3.1.4
10179:
10180: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
10181: types/pa_vstateless_class.C: + optimized new VJunction(new
10182: Junction(params)) to new VJunction(params), thousands of mallocs
10183: removed
10184:
10185: 2005-08-05 paf
10186:
10187: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
10188: types/pa_vdouble.h, types/pa_vmethod_frame.C,
10189: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
10190: creation, no calls later
10191:
10192: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10193: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10194: classes/hashfile.C, classes/image.C, classes/int.C,
10195: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10196: classes/response.C, classes/string.C, classes/table.C,
10197: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10198: include/pa_array.h, include/pa_cache_managers.h,
10199: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10200: include/pa_config_fixed.h, include/pa_config_includes.h,
10201: include/pa_dictionary.h, include/pa_dir.h,
10202: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10203: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10204: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10205: include/pa_request_charsets.h, include/pa_request_info.h,
10206: include/pa_sapi.h, include/pa_socks.h,
10207: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10208: include/pa_stack.h, include/pa_string.h,
10209: include/pa_stylesheet_connection.h,
10210: include/pa_stylesheet_manager.h, include/pa_table.h,
10211: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10212: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10213: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10214: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10215: lib/smtp/smtp.h, main/compile.C, main/compile.y,
10216: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10217: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10218: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10219: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10220: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
10221: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
10222: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10223: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10224: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10225: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10226: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10227: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10228: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10229: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10230: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10231: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10232: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10233: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
10234: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
10235: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
10236: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
10237: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10238: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10239: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10240: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10241: types/pa_vstateless_object.h, types/pa_vstatus.C,
10242: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10243: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10244: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10245: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10246: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
10247:
10248: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
10249: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
10250: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10251: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
10252: main/compile.y, main/compile_tools.C, main/compile_tools.h,
10253: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
10254: optimized constants in expressions vstring->vdouble
10255:
10256: 2005-07-29 paf
10257:
10258: * src/types/pa_vclass.C: . shaped up error messages a bit
10259:
10260: * src/types/pa_vclass.C: + property getter can now be overridden
10261:
10262: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
10263: bug fix: static parent fields were not replaced in case
10264: $derived:field[put] + property setter can now be overridden
10265:
10266: 2005-07-28 paf
10267:
10268: * configure, configure.in, src/classes/classes.h,
10269: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
10270: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
10271: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
10272: src/classes/xnode.h, src/include/pa_hash.h,
10273: src/include/pa_version.h, src/main/execute.C,
1.116 moko 10274: src/types/Makefile.am, src/types/pa_method.h,
10275: src/types/pa_value.h, src/types/pa_vclass.C,
10276: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
10277: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
10278: src/types/pa_vcookie.h, src/types/pa_vhash.h,
10279: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
10280: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
10281: src/types/pa_vobject.C, src/types/pa_vobject.h,
10282: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
10283: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
10284: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
10285: src/types/pa_vstateless_class.h,
1.95 moko 10286: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
10287: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10288: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
10289: dynamic_fields_join
10290:
10291: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
10292: classes/xnode.C, include/pa_hash.h, main/execute.C,
10293: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10294: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10295: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10296: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10297: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10298: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10299: types/pa_vresponse.h, types/pa_vstateless_object.h,
10300: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
10301: types/pa_wwrapper.h: ! restored put_element('replace' param), and
10302: restored its checks in vobject.put_element->static fields |
10303: dynamic properties
10304:
10305: 2005-07-27 paf
10306:
10307: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
10308: is some old code containing @set_name $name
10309:
10310: * src/types/pa_vobject.h: . fixed warning
10311:
10312: * configure, configure.in, src/include/pa_version.h,
1.116 moko 10313: src/types/Makefile.am: 3.2.0beta started
1.95 moko 10314:
10315: * src/: classes/xnode.C, include/pa_hash.h,
10316: types/pa_vstateless_class.C: ! new asserts were all false.
10317: regretfully reverted them all to checks
10318:
10319: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10320: classes/op.C, main/execute.C, types/pa_method.h,
10321: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10322: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10323: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10324: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10325: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10326: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10327: types/pa_vstateless_object.h, types/pa_vvoid.h,
10328: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10329: joined_dynamic_fields: removed unused param from put_method
10330: (returned to 3 params)
10331:
10332: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
10333: joined_dynamic_fields: dynamic get/set works with overriding
10334: props [alpha2]
10335:
10336: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
10337: works [alfa]
10338:
10339: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10340: classes/op.C, include/pa_hash.h, main/execute.C,
10341: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10342: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10343: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10344: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10345: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10346: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10347: types/pa_vresponse.h, types/pa_vstateless_class.C,
10348: types/pa_vstateless_object.h, types/pa_vvoid.h,
10349: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10350: joined_dynamic_fields: just compiled
10351:
10352: * src/: classes/date.C, classes/file.C, classes/hash.C,
10353: classes/hashfile.C, classes/image.C, classes/table.C,
10354: classes/xdoc.C, classes/xnode.h, main/execute.C,
10355: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10356: types/pa_vstateless_class.h: joined_dynamic_fields: started
10357:
10358: * src/types/pa_vobject.C: . object setters [only started, does not
10359: work yet]
10360:
10361: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
10362: object setters [only started, does not work yet]
10363:
10364: 2005-07-26 paf
10365:
10366: * src/: include/pa_request.h, main/execute.C: . properties: set
10367: works [alpha2]. for classes. todo: for objects
10368:
10369: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
10370: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10371: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10372: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10373: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10374: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10375: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10376: types/pa_vstateless_object.h, types/pa_vvoid.h,
10377: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10378: properties: set works [alpha1]
10379:
10380: 2005-07-25 paf
10381:
10382: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
10383: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
10384: properties: started, get works [alpha1, other approach]
10385:
10386: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
10387: properties: started, get works [alpha2]
10388:
10389: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
10390: pa_vstateless_class.h: . properties: started, get works [alpha]
10391:
10392: 2005-07-15 paf
10393:
10394: * src/: classes/classes.h, classes/op.C, main/execute.C,
10395: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
10396: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10397: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10398: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10399: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
10400: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
10401: types/pa_vresponse.C, types/pa_vresponse.h,
10402: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10403: types/pa_vstateless_object.h, types/pa_vvoid.h,
10404: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
10405: types/pa_wwrapper.h, types/types.vcproj: + started property
10406: [getters work but think of changing them too to precaching]
10407:
10408: 2005-07-08 paf
10409:
10410: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
10411: gpf
10412:
10413: 2005-06-28 paf
10414:
10415: * src/: classes/file.C, main/untaint.C: ! string invariant violated
10416: in passing empty strings to file::exec/cgi environment
10417:
10418: 2005-06-06 paf
10419:
10420: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
10421: ^table:sql ^hash:sql now DO process $.bind option
10422:
10423: 2005-05-24 paf
10424:
10425: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
10426: $.limit] now work again [support was broken in 3.1.4]
10427:
10428: * src/: main/pa_string.C, classes/op.C: . steps toward removing
10429: ALL_INTERIOR_POINTERS
10430:
10431: 2005-05-12 paf
10432:
10433: * configure: 3.1.5beta
10434:
10435: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
10436:
10437: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
10438: $.limit] now work again [support was broken in 3.1.4]
10439:
10440: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
10441: line-width [was refusing to fill if line-width >1, thanks to
10442: Seras <seras@pinxit.lt> for repro case
10443:
10444: 2005-04-25 paf
10445:
10446: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
10447: correctly
10448:
10449: 2005-04-19 paf
10450:
10451: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
10452: in VString violating invariant!!
10453:
10454: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
10455: getenv("TZ")==null
10456:
10457: 2005-04-08 paf
10458:
10459: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
10460: bugfix: when there is no char in charset one byte produces 6
10461: (ÿ <<max). increased buffer size!
10462:
10463: 2005-03-23 paf
10464:
10465: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
10466: ^date.sql-string now takes TZ into account
10467:
10468: 2005-03-16 paf
10469:
10470: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
10471: gcc 3.4
10472:
10473: * src/types/pa_vhash.C: . warning about eof eol
10474:
10475: 2005-02-17 paf
10476:
10477: * operators.txt, src/classes/op.C: + operator ^sleep(double
10478: seconds)
10479:
10480: 2005-02-02 paf
10481:
10482: * src/classes/xnode.C: beauty: removed needless includes
10483:
10484: 2005-01-31 paf
10485:
10486: * src/types/pa_vmail.C: change: $.partX now always 1... change:
10487: $.partNoNumber now alias to $.part1
10488:
10489: * src/types/pa_vmail.C: change: incoming letter part contains
10490: "content-disposition" header with any value? now considering that
10491: part to be "file#" [for text/plain text/html were $.text#
10492: $.html#]
10493:
10494: * INSTALL: updatet to latest working versions available
10495:
10496: 2005-01-20 paf
10497:
10498: * configure.in, src/include/pa_version.h: version
10499:
10500: 2005-01-19 paf
10501:
1.116 moko 10502: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
10503: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
10504: couple warnings in parser3.C
1.95 moko 10505:
10506: 2004-12-23 paf
10507:
10508: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
10509:
10510: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
10511: dir to directory of script (when shbang used), not to directory
10512: of its interpreter
10513:
10514: * src/include/pa_version.h: compiled on win32...
10515:
10516: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
10517: we need more hspace
10518:
10519: * configure, configure.in, src/include/pa_version.h: configured
10520: host to pa_version. will be displayed everywhere
10521:
10522: * src/main/pa_request.C: new: @unhandled_exception can prevent
10523: exception from being logged by setting $exception.handled(1)
10524:
10525: * operators.txt, src/classes/file.C: change:
10526: ^file::sql{query}[[options]] options: $.name[file name]
10527: $.content-type[application/what]
10528:
10529: * src/: include/pa_common.h, main/pa_common.C,
10530: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
10531: new file
10532:
10533: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
10534: bugfix: table->hash now regards _default
10535:
10536: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
10537: created by accessing $name_of_method it acquired bad self=closest
10538: methodframe; instead of proper self (current class)
10539:
10540: * src/types/pa_vhashfile.C: bugfix: reading empty string from
10541: hashfile produced bad cord
10542:
10543: 2004-12-10 paf
10544:
10545: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
10546: subsequent failures though defined in .h
10547:
10548: * src/main/pa_common.C: comment on volatile
10549:
10550: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
10551: alarm function were not used since the beginning due to stupid
10552: error [setsigjmp were not checked in configure.in]
10553:
10554: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
10555: unix too
10556:
10557: * src/main/pa_common.C: http: exception status of send/recv errors
10558: change to most probable http.timeout
10559:
10560: * src/main/pa_common.C: win32: http connection $.timeout option now
10561: works [setsockopt on send/receive]
10562:
10563: 2004-12-08 paf
10564:
10565: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
10566: cstr-ed knowing mail charset, and untainting uri lang now knows
10567: proper charset
10568:
10569: 2004-11-24 paf
10570:
10571: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
10572:
10573: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
10574: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
10575:
10576: 2004-11-12 paf
10577:
10578: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
10579: [since 3.0.4]
10580:
10581: 2004-11-09 paf
10582:
10583: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
10584: writes basics to c:\parser3.log
10585:
10586: 2004-10-21 paf
10587:
10588: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
10589: tainted strings [were returning clean onces]
10590:
10591: 2004-10-15 paf
10592:
10593: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
10594: cycles(i=1; i=2), which was wrong, now does ONE
10595:
10596: 2004-10-12 paf
10597:
10598: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
10599:
10600: 2004-10-07 paf
10601:
10602: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
10603: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
10604: release asserts
10605:
10606: * src/: main/pa_string.C, include/pa_string.h: debugger help:
10607: String.dump() to stdout in detailed form [were String.v() in
10608: short form]
10609:
10610: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
10611: \t\r\n as @#| and truncates long char sequences less
10612:
10613: 2004-10-06 paf
10614:
10615: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
10616: win32 beauty: socket errors properly decoded
10617:
10618: 2004-10-05 paf
10619:
10620: * src/: include/pa_request.h, main/pa_request.C: bugfix:
10621: request::configure_user/admin done always, even if no
10622: file-to-process useful in @unhandled_exception [say, if they
10623: would want to mail by SMTP something]
10624:
10625: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
10626: now performed prior to file loading [and @auto executing] thus
10627: making $cookie:value available in @auto and in
10628: @unhandled_exception when IIS is configured to run interpreter
10629: even if no file exist
10630:
10631: 2004-09-20 paf
10632:
10633: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
10634: somewhere where it should have called xmlMalloc and it calls
10635: xmlFree when it should have not called it. inserted two
10636: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
10637: xmlFree just ignored. put away a testcase, maybe someday libxml
10638: author would fix all that. until that day: we have SLOW garbage
10639: collecting when many xml objects are alive hint: do
10640: ^memory:compact[] before xdoc::create
10641:
10642: 2004-09-17 paf
10643:
10644: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
10645: error from 3.0.8 version]
10646:
10647: 2004-09-14 paf
10648:
10649: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
10650: part bugfix: hashfile.foreach iterated only part if hashfile were
10651: modified inside
10652:
10653: 2004-09-13 paf
10654:
10655: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
10656: [were as octal]
10657:
10658: * src/types/pa_vhashfile.C: beauty: not reproduced
10659: $hashfile.key[$novalue] bug [reported by motorin], inserted
10660: safety-check
10661:
10662: * src/types/pa_vhashfile.C: change: empty keys now error in parser
10663: [not something obscure from sdbm lib]
10664:
10665: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
10666: = strerror now returnes something and we can properly report that
10667: to client
10668:
10669: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
10670: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
10671:
10672: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10673: [tainted as-is] this helps //[space][newline] to remain as-is and
10674: not be unnecessary optimized away [ruining javascript]
10675:
10676: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10677: [tainted as-is]
10678:
10679: * src/classes/mail.C: bugfix: typo error
10680:
10681: 2004-09-09 paf
10682:
10683: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
10684: separators bugfix: loads header with endings \r\n\r\n and \n\n
10685: (bloody yandex.server)
10686:
10687: 2004-09-06 paf
10688:
10689: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
10690: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
10691: encoded
10692:
10693: 2004-09-01 paf
10694:
10695: * src/types/pa_vmail.C: change: multipart/mixed changed to
10696: multipart/related outlook express have no problems showing
10697: unrelated attachments. todo: someday figure out a way of
10698: multipart/mixed multipart/related text/html
10699: image/xxx application/octet-stream << true attachments
10700:
10701: * src/types/pa_vmail.C: new:
10702: ^mail:send[$.file[$.content-disposition can be overriden new:
10703: empty mail header fields removed from letter
10704:
10705: * src/: classes/mail.C, include/pa_config_fixed.h,
10706: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
10707: ^mail:send[ $.file[ $.any[header]
10708:
10709: 2004-08-30 paf
10710:
10711: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
10712: warnings
10713:
10714: * src/main/pa_common.C: beauty: do not bother with charset
10715: detection when ^file::load[binary
10716:
10717: 2004-08-27 paf
10718:
10719: * src/main/pa_common.C: hack: for yandex.server http server
10720:
10721: 2004-08-18 paf
10722:
10723: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
10724: possibly-chunked response
10725:
10726: 2004-08-17 paf
10727:
10728: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10729: $f.content-type now = that of http response
10730:
10731: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10732: $f.content-type now = that of http response
10733:
10734: 2004-07-30 paf
10735:
10736: * src/: include/pa_request.h, main/pa_request.C,
10737: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
10738: win32: system&parser exceptions in release mode reported properly
10739: parser exception in exception handler WERE mistakenly reported as
10740: system exception, without details [in apache & isapi] +some
10741: beauty in exception text
10742:
10743: * src/: include/pa_exception.h, main/pa_request.C,
10744: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
10745: release mode reported properly parser exception in exception
10746: handler WERE mistakenly reported as system exception, without
10747: details
10748:
10749: * src/main/execute.C: beauty: simplified system exception handling
10750:
10751: 2004-07-29 paf
10752:
10753: * src/classes/table.C: bugfix:
10754: ^table.save[export.csv;$.separator[^;]] now works fine [separator
10755: were ignored, and \t used unconditionally]
10756:
10757: * src/types/Makefile.am: added vhash.c
10758:
10759: 2004-07-28 paf
10760:
10761: * src/: classes/date.C, classes/image.C, classes/math.C,
10762: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
10763: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
10764: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
10765: failed on russian letters
10766:
10767: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
10768: bugfix: isspace((unsigned char)c) everywhere. failed on russian
10769: letters
10770:
10771: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
10772: as 'currentDirectory' parameter to CreateProcess
10773:
10774: 2004-07-27 paf
10775:
10776: * src/targets/cgi/parser3.vcproj: beauty: win32:
10777: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
10778: from release somewhere [to help searching for unhandled system
10779: exceptions]
10780:
10781: * src/types/pa_vdate.h: check: for invalid datetime after temporary
10782: TZ shift
10783:
10784: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
10785: but also in ctor
10786:
10787: 2004-07-26 paf
10788:
10789: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
10790: src/main/pa_request.C, src/types/pa_vfile.h,
10791: src/types/pa_vhash.C, src/types/pa_vhash.h,
10792: src/types/types.vcproj: new: $response:body/download[
10793: $.file[name on disk] $.name[of file for user]
10794: $.mdate[date of last-modified. default from directory] ]
10795:
10796: * src/classes/file.C: moving file:send somewhere else..
10797:
10798: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
10799: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
10800: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
10801: $response:download[ $.filename[filename] $.option[] ,, ]
10802:
10803: * src/classes/file.C: beauty: invalid mode thoroughly reported
10804:
10805: 2004-07-21 paf
10806:
10807: * src/types/pa_vmail.C: bugfix: too long header values now splitted
10808: to several lines
10809:
10810: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
10811:
10812: note: ms outlook[!express] shows only first 255 characters of
10813: subject
10814:
10815: 2004-07-15 paf
10816:
10817: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
10818: off]
10819:
10820: 2004-07-14 paf
10821:
10822: * src/classes/table.C: bugfix: $.bind values now got untainted
10823: according to lang [were: as-is]
10824:
10825: 2004-07-07 paf
10826:
10827: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
10828: checked that
10829:
10830: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
10831: now untainted according to their languages. were: as-is.
10832: EVERYWHERE
10833:
10834: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
10835: environment string now untainted according to their languages.
10836: were: as-is. EVERYWHERE
10837:
10838: * src/main/pa_exec.C: bufix: on unix environment string now
10839: untainted according to their languages. were: as-is. on win32:
10840: ok
10841:
10842: * parser3.vssscc: ...would not go unnoticed
10843:
10844: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
10845: fails. in case on input appears nonutf, those bytes will be
10846: printed in %HH form. that can be easily decoded/recovered.
10847:
10848: this form is quite noticable, and hopefully would not go noticed
10849:
10850: 2004-07-06 paf
10851:
10852: * src/main/pa_exec.C: bufix: on unix environment string now
10853: untainted according to their languages. were: as-is. on win32:
10854: ok
10855:
10856: 2004-07-01 paf
10857:
10858: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
10859: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
10860: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
10861: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
10862: main/main.vcproj, targets/cgi/parser3.vcproj,
10863: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
10864: option: global optimization ON
10865:
10866: * src/main/untaint.C: workaround kinda bug in libxml: life requires
10867: to do xdoc::create{invalid chars} standard disables chars less
10868: then \x20, except tab, cr, lf.
10869:
10870: changed tainting so that those become '!'
10871:
10872: 2004-06-25 paf
10873:
10874: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10875: int on odd address [prev bugfix failed due to superwize
10876: optimizer, which turned memcpy into same 'ld' asm command]
10877:
10878: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10879: int on odd address
10880:
10881: 2004-06-22 paf
10882:
10883: * src/sql/pa_sql_driver.h: note: about possible optimization
10884:
10885: * operators.txt, src/classes/hash.C, src/classes/memory.C,
10886: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10887: src/include/pa_config_includes.h: new: ^void:sql{call
10888: paf(:a)}[ $.bind[ $.a[2]
10889: ] ] output variables work. todo: check in out
10890: variables
10891:
10892: 2004-06-18 paf
10893:
10894: * src/: classes/file.C, classes/hash.C, classes/string.C,
10895: classes/table.C, classes/void.C, include/pa_globals.h,
10896: include/pa_sql_connection.h, main/compile.tab.C,
10897: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
10898: $.bind[ $.a[2] ]
10899: ] input variables work. todo:output
10900:
10901: * src/targets/cgi/parser3.C: bugfix: iis specific
10902: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
10903: /_bug.html?404;http://hpsv/test/
10904: --------------------------------------------------------------------------------
10905: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
10906: --------------------------------------------------------------------------------
10907: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
10908:
10909: 2004-06-16 paf
10910:
10911: * src/targets/cgi/parser3.C: new: iis specific
10912: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
10913: $request:query
10914: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
10915: $form:fields IIS-STATUS="404"
10916: IIS-DOCUMENT="http://server/_bug.html" f="v"
10917:
10918: todo: isapi too
10919:
10920: 2004-05-26 paf
10921:
10922: * src/include/pa_version.h: 3.1.3
10923:
10924: * operators.txt: beauty: removed outdated level 'table'
10925:
10926: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
10927:
10928: * src/main/pa_string.C: beauty: removed 3 warnings
10929:
10930: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
10931: classes/op.C: beauty: removed outdated level 'table'
10932:
10933: 2004-05-25 paf
10934:
10935: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
10936: implementation. mistery: how anything worked
10937:
10938: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
10939: changed, it is now safe to use url if pointers to it are stored
10940: to gc mem
10941:
10942: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
10943: unknown errors reported and not cause SIGSEGV now
10944:
10945: 2004-05-24 paf
10946:
10947: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10948: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
10949: less memory: CORD_chars_block originally intended to ... it was
10950: good that CORD_chars_block were not used: it consumes more memory
10951: [and, might be slow too] undoing that. [and removed that func so
10952: that it would not confuse parser developer in future]
10953:
10954: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
10955: less memory: CORD_chars_block originally intended to
10956: speedup/reduce mem usage were forgotten, and were used stupid
10957: CORD_chars
10958:
10959: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
10960:
10961: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
10962: BIGENDIAN processors space-conserving mech failed, causing
10963: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
10964: (1|2|3));
10965:
10966: 2004-05-14 paf
10967:
10968: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
10969: bugfix: void now has vfile value, and $response:body[] works OK
10970:
10971: 2004-05-12 paf
10972:
10973: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
10974: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
10975: sources to use is_defined() {return as_bool();} along VBool
10976:
10977: 2004-05-11 paf
10978:
10979: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
10980: referencing to local objects
10981:
10982: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
10983: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
10984: left intact
10985:
10986: 2004-04-15 paf
10987:
10988: * src/classes/date.C: merged: beauty: unused var removed
10989:
10990: * src/classes/date.C: beauty: unused var removed
10991:
10992: * src/include/: pa_exec.h: bugfix: interface without pointer
10993: provoked bug
10994:
10995: 2004-04-09 paf
10996:
10997: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
10998:
10999: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11000:
11001: 2004-04-08 paf
11002:
11003: * src/classes/date.C: new: ^date::create[y-m-d
11004: h-M-s>>.milliseconds<<] now allowed, ignored so far
11005:
11006: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11007:
11008: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11009: to consult default catalog [usually, that file belongs to other
11010: user/group]
11011:
11012: 2004-04-06 paf
11013:
11014: * src/main/pa_common.C: beauty: gcc warning removed
11015:
11016: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11017: accept that trick, trying other
11018:
11019: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11020: explicit result problem
11021:
11022: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11023: explicit result problem
11024:
11025: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11026: explicit result problem
11027:
11028: * operators.txt, src/classes/string.C: new: ^string.append[string]
11029:
11030: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11031: main/execute.C: attempt_check_call_in_explicit_result_mode:
11032: failed
11033:
11034: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11035: http://i.p.a.ddress gethostbyaddr added [on some platforms
11036: gethostbyname failed with such 'domains'] now checked properly,
11037: were: needless reverse/forward dns lookup
11038:
11039: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11040: http://i.p.a.ddress gethostbyaddr added [on some platforms
11041: gethostbyname failed with such 'domains'] now checked properly,
11042: were: needless reverse/forward dns lookup
11043:
11044: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11045: @method[][result] means "no string output here" moved to lexical
11046: level [on grammar level it were too difficult]
11047:
11048: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11049: src/main/compile.y, src/main/compile_tools.h,
11050: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
11051: @method[][result] means "no string output here", implemented part
11052: of that idea: compiler throws away string literal generation
11053: code. and barks nonwhitespace chars
11054:
11055: * operators.txt: truth: removed comment about $ORIGIN
11056:
11057: 2004-04-05 paf
11058:
11059: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
11060: src/include/pa_version.h, src/main/pa_common.C,
11061: src/targets/isapi/parser3isapi.C: merged with 3.1.3
11062:
11063: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
11064: Konstantin Tomashevitch [mailto:konst@design.ru]
11065:
11066: * src/doc/html2chm.cmd: beauty: no need in bg here
11067:
11068: * src/doc/sources2html.cmd: beauty: same window, in bg it
11069: interfered with FAR console
11070:
11071: * configure, configure.in: 3.1.3
11072:
11073: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
11074:
11075: * src/main/pa_common.C: removed warning
11076:
11077: * src/include/pa_version.h: 3.1.3
11078:
11079: 2004-04-02 paf
11080:
11081: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
11082:
11083: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
11084: allows to specify where to put parser log file
11085:
11086: 2004-04-01 paf
11087:
11088: * src/classes/table.C: bugfix: bugfix: table::load last line
11089: without tab and enter were ignored
11090:
11091: * src/: include/pa_cache_managers.h, include/pa_globals.h,
11092: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
11093: main/pa_socks.C, targets/cgi/parser3.C,
11094: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
11095: bugfix: sql connections now are disconnected
11096:
11097: 2004-03-30 paf
11098:
11099: * src/classes/table.C: bugfix: table::load last line without tab
11100: and enter were ignored
11101:
11102: * src/classes/table.C: bufix: if last table lines were commented,
11103: gpfed
11104:
11105: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
11106: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
11107: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
11108: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
11109: doc/methoded.dox, doc/object.dox, doc/string.dox,
11110: doc/targets.dox, doc/value.dox, include/pa_version.h,
11111: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
11112: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
11113: bugfixes from 3.1.2, changed version to 3.1.3beta
11114:
11115: 2004-03-29 paf
11116:
11117: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
11118: causes gpf
11119:
11120: * src/doc/: ClassExample1.dox, ClassExample2.dox,
11121: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
11122: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
11123: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
11124: value.dox: translated to english
11125:
11126: 2004-03-25 paf
11127:
11128: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
11129: parser3project dependency removed
11130:
11131: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
11132: bugfix: refused to compile without xml
11133:
11134: * src/types/pa_vform.C: beauty: removed warning
11135:
11136: * src/classes/classes.vcproj: merged bugfix: now all compiles in
11137: any folder [removed last ;) folder dependency]
11138:
11139: * src/classes/classes.vcproj: bugfix: now all compiles in any
11140: folder [removed last ;) folder dependency]
11141:
11142: * src/include/pa_version.h: release
11143:
11144: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
11145:
11146: * src/classes/table.C: beauty: comment& more meaningful error
11147: message
11148:
11149: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
11150: $.hash[$.column_value1(true) ... ] [were producing some strang
11151: thing]
11152:
11153: 2004-03-23 paf
11154:
11155: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
11156: and http status line parsing checked number of columns in table
11157: [user reported an assert]
11158:
11159: * operators.txt: example: on hashfile
11160:
11161: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
11162: bugfix: junction reattach now actually reattaches a junction to
11163: new wcontext [were only assigning it to junction, which caused
11164: junction tracking to loose junction, and it's context were not
11165: killed, and it tried to process in invalid context, gpf]
11166:
11167: * src/targets/cgi/parser3.C: debug helper added
11168:
11169: 2004-03-19 paf
11170:
11171: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
11172: "type(type)" in braces
11173:
11174: 2004-03-10 paf
11175:
11176: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
11177: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11178: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
11179: solution to search-in-namespaces problem:
11180: $xdoc.search-namespaces.x[http://pif.design.ru/]
11181: $nodes[^xdoc.select[//x:second]]
11182:
11183: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
11184: expression][[NAMESPACES HASH]] allows to search for info in
11185: namespaces
11186:
11187: $nodes[^xdoc.select[//x:second][
11188: $.x[http://pif.design.ru/] ]]
11189:
11190: 2004-03-09 paf
11191:
11192: * operators.txt, src/main/pa_common.C: new:
11193: ^file::load[...][options] $.form[
11194: !$.field1[string]
11195: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
11196: ] !$.body[string]
11197:
11198: GET ?here notGET(POST, HEAD, others) in content-type:
11199: application/x-www-form-urlencoded
11200:
11201: todo: upload files ability
11202:
11203: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
11204: properly, done
11205:
11206: 2004-03-05 paf
11207:
11208: * operators.txt, src/main/pa_common.C: new: file::load[;http://
11209: GET/POST $.form[$.fields started, not tested yet
11210: todo:$.field[table] for multiple values
11211:
11212: * operators.txt: new: http:// options $.user $.password basic
11213: authorization
11214:
11215: * src/main/pa_common.C: beauty: link to rtf added
11216:
11217: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
11218: new: http:// options $.user $.password basic authorization
11219:
11220: * src/main/pa_common.C: beauty: removed needless vars
11221:
11222: * operators.txt: new: pgsql option [like that recently added to
11223: oracle driver] ClientCharset=parser-charset <<
11224: charset in which parser thinks client works
11225:
11226: * operators.txt: new: odbc option [like that recently added to
11227: oracle driver] ClientCharset=parser-charset <<
11228: charset in which parser thinks client works
11229:
11230: * src/sql/pa_sql_driver.h: beauty: important warning added
11231:
11232: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
11233: char!
11234:
11235: * etc/parser3.charsets/windows-1251.cfg: typo
11236:
11237: 2004-03-04 paf
11238:
11239: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
11240: cached, sql transcoding now goes faster
11241:
11242: * operators.txt: new: mysql option [like that recently added to
11243: oracle driver] ClientCharset=parser-charset <<
11244: charset in which parser thinks client works
11245:
11246: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
11247: typo error
11248:
11249: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
11250: chars commented
11251:
11252: 2004-03-03 paf
11253:
11254: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
11255: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
11256:
11257: 2004-03-02 paf
11258:
11259: * operators.txt: new[update typo]: !^void.left(n)
11260: nothing !^void.right(n) nothing !^void.mid(p[;n])
11261: nothing
11262:
11263: * operators.txt, src/classes/void.C: new: !^void.left(n)
11264: nothing !^void.right(n) nothing !^void.pos(p[;n])
11265: nothing
11266:
11267: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
11268: ^file::sql[[name_to_become_$.name]]{} query result must be one
11269: row with columns: first: data second: file name third:
11270: content-type
11271:
11272: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
11273: ^connect gets properly escaped string, which can be passed to
11274: request now this for mysql only. it's up to parser sql driver to
11275: fix zeros properly
11276:
11277: * INSTALL: note: added on building apache with this option:
11278: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
11279:
11280: 2004-03-01 paf
11281:
11282: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
11283: extension memory:compact befor processingrequest
11284:
11285: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
11286: call sole column of result
11287:
11288: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
11289: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
11290: pixel color
11291:
11292: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
11293: beauty: image -- less checks [were ugly impl]
11294:
11295: * src/classes/string.C: bugfix: ^string.left/right/mid with
11296: negative values now considered bad
11297:
11298: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
11299:
11300: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
11301: options now have unified defaults [after transform
11302: indent/omit-xml-declaration/standalone 'default' erroreously
11303: meant 'true']
11304:
11305: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
11306: added [on some platforms gethostbyname failed with such
11307: 'domains']
11308:
11309: * src/include/pa_config_auto.h.in: no select check, no define
11310:
11311: * src/classes/string.C: feature: ^string.trim both parameters may
11312: be empty-strings, meaning kind=both chars=whitespaces
11313:
11314: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
11315: exist
11316:
11317: * src/classes/string.C: check: trim 'chars' must not be empty,
11318: exception if it is
11319:
11320: * src/classes/string.C: changed: ^string.trim [] << both,
11321: whitespaces [start|both|end] << kind, whitespaces
11322: [start|both|end;chars] full
11323:
11324: 2004-02-27 paf
11325:
11326: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
11327: method: ^string.trim[start|both|end[;chars]] default
11328: 'chars' -- whitespace chars finished
11329:
11330: * operators.txt, src/classes/string.C, src/include/pa_string.h,
11331: src/main/pa_string.C: new method:
11332: ^string.trim[start|both|end[;chars]] default 'chars' --
11333: whitespace chars started, only start works
11334:
11335: * src/main/compile.C: bugfix: line numbers after
11336: ^process{}[$.line(-10]] can be negative, allowed to print they as
11337: signed
11338:
11339: * src/main/untaint.C: speed: there's no \n chars in output
11340: [normally], so no need to optimize them they could be retrived
11341: from databases, though. but 1. should be replaced 2. if not
11342: optimized, no harm done
11343:
11344: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
11345: ^file::exec/cgi could return invalid status & zombie child can
11346: remain for short period until process exists [very bad in
11347: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
11348:
11349: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
11350: malicious SMTP server to attack as by returning too long status
11351: responses http://i2/tasks/edit/?id=4629448401140924947
11352:
11353: 2004-02-26 paf
11354:
11355: * operators.txt: feature: ^process...{CODE}[now has options] which
11356: are $.main[to what to rename @main] $.file[file,
11357: from which (user says) goes that CODE] $.lineno(line
11358: number in that file, where CODE starts. may be negative)
11359:
11360: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11361: src/main/compile.C, src/main/compile_tools.h,
11362: src/main/pa_request.C: feature: ^process...{CODE}[now has
11363: options] which are $.main[to what to rename @main]
11364: $.file[file, from which (user says) goes that CODE]
11365: $.lineno(line number in that file, where CODE starts. may be
11366: negative)
11367:
11368: 2004-02-25 paf
11369:
1.116 moko 11370: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
11371: old @charsetsdir@ recently erased from configure.in]
1.95 moko 11372:
11373: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
11374: produces hash of column=>1
11375:
11376: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
11377: with incomplete errno constants set
11378:
11379: 2004-02-24 paf
11380:
11381: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
11382: "man select"
11383:
11384: * src/main/pa_os.C: beauty: <0 better then ==-1
11385:
11386: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
11387:
11388: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
11389:
1.116 moko 11390: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 11391:
11392: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
11393: unix: steps to work on unix [extracted 'to']
11394:
11395: * src/classes/mail.C: smtp on unix: steps to work on unix
11396:
11397: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
11398:
1.116 moko 11399: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
11400: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
11401: unix [testing on solaris]
1.95 moko 11402:
11403: 2004-02-20 paf
11404:
11405: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
11406: pointing that out
11407:
11408: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
11409: fixed again [same solution, mistanenly removed one line]
11410:
11411: 2004-02-19 paf
11412:
11413: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
11414: date::create from bad datetime in spring daylightsaving hole now
11415: OK for all platforms [on some platforms it failed]
11416:
11417: * src/classes/: date.C, image.C: beauty: date::create[bad date time
11418: in daylightsaving hole] now throws error
11419:
11420: * src/classes/date.C: comment: mistake fixed
11421:
11422: 2004-02-18 paf
11423:
11424: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
11425: now renderes in $request:charset, but in header puts
11426: $response:charset todo: make that default only so that coder
11427: could override that
11428:
11429: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
11430: turns off omit-xml-declaration
11431:
11432: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
11433: /.xsl for sample
11434:
11435: 2004-02-17 paf
11436:
11437: * src/classes/xdoc.C: beauty: needless helper class removed
11438:
11439: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
11440: copied extra time
11441:
11442: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
11443: part of libxml
11444:
11445: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
11446: libxml to do the work] <xsl:output method="html"
11447: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
11448: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11449: />
11450:
11451: * src/classes/xdoc.C: beauty: no <meta ... charset generated
11452:
11453: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
11454: caused assertion
11455:
11456: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
11457: could hang. now such add does nothing, sub clears $hash
11458:
11459: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
11460: not made quoted-printable
11461:
11462: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
11463: string invariant
11464:
11465: 2004-02-16 paf
11466:
11467: * src/main/pa_globals.C: bugfix: xml errors copy from library now
11468: cleared [were not cleared properly]
11469:
11470: 2004-02-13 paf
11471:
1.116 moko 11472: * src/include/pa_version.h: prerelease
1.95 moko 11473:
11474: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
11475: used, introducing dependencies timestamp check
11476:
11477: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11478: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
11479: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
11480: .xsl.stamp now not used, introducing dependencies timestamp check
11481:
11482: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
11483:
11484: 2004-02-12 paf
11485:
11486: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
11487: ruined empty <input type=file> submits. parser thought there were
11488: nameless empty file and $form:field got value of type 'file'
11489:
11490: * INSTALL: --without-threads
11491:
11492: * src/include/pa_sapi.h: 2004
11493:
11494: 2004-02-11 paf
11495:
11496: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11497: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11498: classes/hashfile.C, classes/image.C, classes/int.C,
11499: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11500: classes/response.C, classes/string.C, classes/table.C,
11501: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11502: include/pa_array.h, include/pa_cache_managers.h,
11503: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11504: include/pa_config_fixed.h, include/pa_config_includes.h,
11505: include/pa_dictionary.h, include/pa_dir.h,
11506: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11507: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11508: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11509: include/pa_request_charsets.h, include/pa_request_info.h,
11510: include/pa_socks.h, include/pa_sql_connection.h,
11511: include/pa_sql_driver_manager.h, include/pa_stack.h,
11512: include/pa_string.h, include/pa_stylesheet_connection.h,
11513: include/pa_stylesheet_manager.h, include/pa_table.h,
11514: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11515: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11516: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11517: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11518: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11519: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11520: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11521: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11522: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11523: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11524: main/pa_sql_driver_manager.C, main/pa_string.C,
11525: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
11526: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
11527: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11528: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11529: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11530: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11531: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11532: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11533: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11534: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11535: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11536: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11537: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11538: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11539: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11540: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11541: types/pa_vresponse.h, types/pa_vstateless_class.C,
11542: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11543: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11544: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11545: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11546: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11547: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
11548:
11549: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
11550: debug version of gc.dll
11551:
11552: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11553: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11554: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
11555: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
11556: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
11557: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
11558: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
11559: processes
11560:
11561: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
11562: main/pa_globals.C, targets/cgi/parser3.vcproj,
11563: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
11564: changes to reflect libxml xsl new folders
11565:
11566: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11567: lib/smtp/smtp.vcproj, main/main.vcproj,
11568: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
11569: to reflect libxml xsl new folders
11570:
11571: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11572: lib/smtp/smtp.vcproj, main/main.vcproj,
11573: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
11574: types/types.vcproj: started changes to reflect libxml xsl new
11575: folders
11576:
11577: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
11578: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11579: src/main/compile.tab.C, src/main/main.vcproj,
11580: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
11581: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11582: started changes to reflect libxml xsl new folders
11583:
11584: 2004-02-10 paf
11585:
11586: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
11587: compile. recommened latest libxml up to date
11588:
11589: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
11590: pattern compilation errors", on which spent 4 hours worktime. use
11591: versions higher than that. recommended now latest up to date
11592:
11593: 2004-02-06 paf
11594:
11595: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
11596: beauty: unified destructing style
11597:
11598: * src/main/untaint.C: beauty: removed old def/ifdef
11599:
11600: * src/main/untaint.C: beauty: coredump @unknown untaint language
11601: now
11602:
11603: 2004-02-03 paf
11604:
11605: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
11606: targets/isapi/parser3isapi.C, types/pa_value.C,
11607: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
11608: then %ld/%lu
11609:
11610: * src/main/pa_common.C: typo: %l -> %u
11611:
11612: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
11613: in attributes or documents-results of transform now not xx;
11614:
11615: * src/classes/xnode.C: memleaks found: not fixed yet. todo
11616:
11617: * src/main/pa_charset.C: bugfix: forgot to undo some
11618:
11619: * src/main/pa_charset.C: beauty: uncomment
11620: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
11621: libraries
11622:
11623: 2004-02-02 paf
11624:
11625: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
11626: $cookie:example[ $.value[value] $.path[/there/] ]
11627:
11628: $cookie:example[ $.value[] $.expires[session]
11629: $.path[/there/] $.domain[test.com] ]
11630:
11631: * src/types/pa_vform.C: bugfix: empty values with
11632: enctype=multipart/form-data now produce entries in $form:tables
11633: <form method=post enctype=multipart/form-data> <input type=hidden
11634: name=a> <input type=hidden name=b>
11635:
11636: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
11637: <hr> <pre>$request:body
11638:
11639: 2004-01-30 paf
11640:
11641: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
11642: or documents-results of transform now not xx;
11643:
11644: * src/classes/date.C: bugfix: ^date::create[invalid fields now
11645: produce exception.
11646:
11647: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
11648: bugfix: ^date::create[invalid fields now produce exception.
11649:
11650: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
11651: year] now produces exception. todo: check other fields
11652:
11653: 2004-01-29 paf
11654:
11655: * src/include/pa_memory.h: typo error
11656:
11657: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
11658: more byte then specified, then zeroed it << useless and
11659: potentially harmful(could gpf)
11660:
11661: 2004-01-22 paf
11662:
11663: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
11664:
11665: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
11666: optimization
11667:
11668: * src/main/untaint.C: bugfix: whitespace now optimized properly
11669: [were bug: ^taint[1 & 2]="1 &2"
11670:
11671: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
11672: errors
11673:
11674: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
11675: overflow
11676:
11677: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
11678: error-reporting code * in parser-error reporting code [when no
11679: @unhandled_exception defined]
11680:
11681: fixed in one place: my *snprintf override
11682:
11683: 2004-01-13 paf
11684:
11685: * operators.txt: typo erro
11686:
11687: 2003-12-25 paf
11688:
11689: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
11690: garbled [pieces after zero bytes were removed]
11691:
11692: 2003-12-22 paf
11693:
1.116 moko 11694: * src/include/Makefile.am: bugfix: removed from dist:
11695: src/include/pa_config_auto.h which were configured for
1.95 moko 11696: make-dist-platform and badly updated proper config file in target
11697: [when .tar used for updating existing source tree]
11698:
11699: * ChangeLog, operators.txt, src/classes/op.C,
11700: src/include/pa_sql_connection.h,
11701: src/include/pa_sql_driver_manager.h,
11702: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
11703: feature: sql introducing ability to transcode charsets
11704:
11705: 2003-12-19 paf
11706:
11707: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
11708: error message
11709:
11710: * src/main/pa_charset.C: bugfix: memory for charsethandler
11711: structure for libxml now allocated properly
11712:
11713: 2003-12-17 paf
11714:
11715: * src/types/pa_vfile.C: beauty: removed outdated cast
11716:
11717: * src/main/pa_common.C: bugfix: empty http response caused gpf
11718:
11719: * src/include/pa_string.h: bugfix: removed too strong a assert
11720:
11721: * src/main/pa_globals.C: bugfix: removed false warning [warning:
11722: unreported xmlGenericErrors]
11723:
11724: 2003-12-15 paf
11725:
11726: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
11727: works}
11728:
11729: 2003-12-11 paf
11730:
11731: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
11732: id
11733: !$status:tid thread id
11734:
11735: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
11736: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
11737: bugfix(solaris): removed dependency on object initialization
11738: order [one more place]
11739:
11740: * src/: classes/file.C, classes/mail.C, classes/op.C,
11741: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
11742: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
11743: understand that
11744:
11745: * src/: classes/file.C, classes/mail.C, classes/op.C,
11746: classes/xdoc.C, include/pa_cache_managers.h,
11747: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11748: include/pa_stylesheet_manager.h, main/pa_request.C,
11749: main/pa_stylesheet_manager.C, types/pa_vimage.C,
11750: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
11751: ctor call [relying on implicit String::Body(cstr) call]
11752:
11753: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
11754: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
11755: object initialization order [two places]
11756:
11757: 2003-12-10 paf
11758:
11759: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
11760: << time now ok
11761:
11762: * operators.txt, src/main/pa_sql_driver_manager.C,
11763: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
11764: operational
11765:
11766: * ChangeLog, operators.txt, src/classes/xdoc.C,
11767: src/include/pa_charset.h, src/include/pa_sql_connection.h,
11768: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
11769: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
11770: back operational
11771:
11772: 2003-12-02 paf
11773:
11774: * src/types/pa_vmail.C: bugfix:
11775: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
11776: as-is forced]
11777:
11778: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
11779: exceptions out of libxml callbacks: reimplemented error handling
11780: of http://localhost, parser://method and safemode check callbacks
11781:
11782: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
11783: [merged from HEAD]
11784:
11785: * src/classes/image.C: nothing: comment removed
11786:
11787: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
11788: addresses to int
11789:
11790: 2003-12-01 paf
11791:
11792: * src/main/pa_xml_io.C: bugfix: typo
11793:
11794: * src/main/pa_globals.C: bugfix: win32: compile prob
11795:
11796: * src/classes/xdoc.C: bugfix: typo
11797:
11798: * src/main/pa_xml_io.C: todo: safe mode check not to throw
11799: exception
11800:
11801: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
11802:
11803: 2003-11-28 paf
11804:
11805: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
11806: all xml documents read
11807:
11808: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
11809:
11810: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11811: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
11812: replaced original open mech of xdoc::create & co to use libxml
11813: open, so that this would work for root document todo: safe mode
11814: checks to libxml: ideally to some 1 point
11815:
11816: * src/main/pa_xml_io.C: comment
11817:
11818: * operators.txt, src/main/pa_xml_io.C: leading / in
11819: http://parser[abscent params]
11820:
11821: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
11822: works. todo: maybe replace original open mech of xdoc::create &
11823: co to use libxml open, so that this would work for root document
11824:
11825: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
11826: "parser://method/params/here"> <test> &test^; </test> }]
11827:
11828: ^taint[^xdoc.string[]]
11829:
11830: @method[param] <!ENTITY test
11831: "test-entity-value+$form:user+$param!">
11832:
11833: 2003-11-27 paf
11834:
11835: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
11836:
11837: * src/classes/date.C: bugfix: typo error
11838:
11839: 2003-11-26 paf
11840:
11841: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
11842: src/main/Makefile.am, src/main/main.vcproj,
11843: src/main/pa_globals.C, src/main/pa_request.C,
11844: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
11845: xml errors to hash<thread_id,error> reorganization: xml io moved
11846: to pa_xml_io.C/h
11847:
11848: * src/types/pa_value.h: warnings: --
11849:
11850: 2003-11-25 paf
11851:
11852: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
11853: whatever)
11854:
11855: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
11856: a, (c?x:y, z)
11857:
11858: * src/main/untaint.C: bugfix: consequences of not reading this
11859: comment: CORD_pos_chars_left /* Number of characters in cache.
11860: <= 0 ==> none */
11861:
11862: * src/include/pa_array.h: removed needless checks
11863:
11864: 2003-11-24 paf
11865:
11866: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
11867: removed limit: now $form:xxx can be accessed anytime, even in
11868: @auto/conf [and request/response:charset still can be changed
11869: anytime]
11870:
11871: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
11872: now not transcodes response body
11873:
11874: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
11875: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
11876: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
11877: $xdoc.firstChild.firstChild.nodeValue[different]
11878: ^taint[^xdoc.string[]]
11879:
11880: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
11881: workaround: static Hash::allocates -> static Hash_allocates
11882:
11883: 2003-11-21 paf
11884:
1.116 moko 11885: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
11886: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
11887: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 11888:
11889: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
11890:
11891: * src/classes/mail.C: bugfix: typo
11892:
11893: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 11894: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
11895: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
11896: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
11897: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 11898: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
11899:
11900: * src/main/pa_exec.C: bug in safe mode
11901:
11902: * src/include/Makefile.am: pa_xml_exception.h
11903:
11904: * src/targets/isapi/parser3isapi.C: more warnings --
11905:
11906: 2003-11-20 paf
11907:
11908: * src/: classes/math.C, classes/op.C, classes/string.C,
11909: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
11910: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
11911: --
11912:
11913: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
11914: more warnings --
11915:
11916: * src/classes/xdoc.C: more warnings --
11917:
11918: * src/classes/: date.C, image.C, xdoc.C: more warnings --
11919:
11920: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
11921: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
11922:
11923: * src/: classes/date.C, classes/file.C, classes/hash.C,
11924: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
11925: classes/table.C, include/pa_cache_managers.h,
11926: include/pa_stylesheet_connection.h, main/pa_request.C,
11927: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
11928: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
11929: --
11930:
11931: * src/main/: execute.C, pa_request.C: old forgotten todo: when
11932: can't report problem (undefined @unhandled_exception) problem
11933: source string were not reported
11934:
11935: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11936: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11937: classes/hashfile.C, classes/image.C, classes/int.C,
11938: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11939: classes/response.C, classes/string.C, classes/table.C,
11940: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11941: include/pa_array.h, include/pa_cache_managers.h,
11942: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11943: include/pa_config_fixed.h, include/pa_dictionary.h,
11944: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
11945: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
11946: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
11947: include/pa_request.h, include/pa_request_charsets.h,
11948: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
11949: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11950: include/pa_stack.h, include/pa_string.h,
11951: include/pa_stylesheet_connection.h,
11952: include/pa_stylesheet_manager.h, include/pa_table.h,
11953: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11954: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
11955: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
11956: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11957: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11958: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11959: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11960: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
11961: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
11962: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
11963: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
11964: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11965: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
11966: targets/isapi/parser3isapi.C, types/pa_junction.h,
11967: types/pa_method.h, types/pa_value.C, types/pa_value.h,
11968: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
11969: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11970: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
11971: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
11972: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
11973: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
11974: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11975: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11976: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11977: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11978: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11979: types/pa_vresponse.h, types/pa_vstateless_class.C,
11980: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11981: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11982: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11983: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11984: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11985: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
11986: const IDENT
11987:
11988: * src/: include/pa_array.h, include/pa_pool.h,
11989: include/pa_request.h, include/pa_string.h, include/pa_table.h,
11990: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
11991: types/pa_wcontext.h: more warnings --
11992:
11993: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
11994: classes/file.C, classes/hash.C, classes/hashfile.C,
11995: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
11996: classes/memory.C, classes/op.C, classes/string.C,
11997: classes/table.C, classes/xdoc.C, classes/xnode.C,
11998: include/pa_config_includes.h, include/pa_operation.h,
11999: include/pa_sql_connection.h, include/pa_table.h,
12000: include/pa_types.h, lib/ltdl/config_fixed.h,
12001: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12002: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12003: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12004: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12005: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12006: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12007: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12008: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12009: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12010: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12011: types/pa_vmail.C, types/pa_vobject.C,
12012: types/pa_vstateless_class.h, types/pa_vtable.C,
12013: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12014: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12015: on all projects (except libltdl=off & libsdbm=level3) found
12016: several unitialized vars
12017:
12018: 2003-11-19 paf
12019:
12020: * src/classes/op.C: more ansi C++ comp
12021:
12022: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12023: src/main/pa_request.C: ^cache[...]{body}{catch block with
12024: $exception.handled[cache] meaning "get expired cache, if any.
12025: else error"}
12026:
12027: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12028: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12029: ^cache[...]{body}{catch code with $exception.cache field}
12030:
12031: 2003-11-12 paf
12032:
12033: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12034: [copy/paste bug]
12035:
12036: 2003-11-11 paf
12037:
12038: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12039: failed]
12040:
12041: * bin/auto.p.dist.in: colno
12042:
12043: 2003-11-10 paf
12044:
12045: * src/types/pa_vconsole.h: flush
12046:
12047: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12048: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12049: read/write [for nntp]
12050:
12051: * operators.txt: mysql: transaction support: ?autocommit=0
12052:
12053: * operators.txt: comment: updated
12054:
12055: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
12056: serialize version and exipire now removes entries
12057:
12058: * operators.txt: ^hashfile.delete[] removes files altogether [and
12059: dir, if could]
12060:
12061: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
12062: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
12063: removes files altogether [and dir, if could]
12064:
12065: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
12066: nonexistent pair. .c coded that that was error. fixed
12067:
12068: * src/types/pa_vhashfile.C: sdbm: exception type change to
12069: file.access [regretfull can't split it to different exceptions
12070: without modifying sdbm source wich would prefer not to]
12071:
12072: 2003-11-07 paf
12073:
12074: * src/: classes/date.C, classes/file.C, classes/hash.C,
12075: classes/hashfile.C, classes/image.C, classes/table.C,
12076: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
12077: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
12078: main/execute.C, main/main.vcproj, main/pa_pool.C,
12079: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
12080: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
12081: types/pa_vstateless_class.h: resurrected: pool idea. now only for
12082: destructing objects at request processing end
12083:
12084: 2003-11-06 paf
12085:
12086: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
12087: updates
12088:
12089: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
12090: to include sdbm
12091:
1.116 moko 12092: * src/include/: pa_config_includes.h, pa_version.h: our
12093: replacements of max& co only for cpp
1.95 moko 12094:
12095: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
12096: upper dir, .am updated
12097:
12098: * tests/todo.txt: hashfile: done
12099:
12100: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
12101: expiration [time in value. todo: move time to key]
12102:
12103: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
12104:
12105: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
12106: to do that in foreach, no errors, but surely wrong]
12107:
12108: * operators.txt, src/types/pa_vhashfile.C,
12109: src/types/pa_vhashfile.h: hashfile: clear and proper locking
12110:
12111: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
12112: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
12113: foreach
12114:
12115: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
12116: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
12117:
12118: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
12119: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
12120:
12121: * src/: include/pa_memory.h, targets/cgi/parser3.C,
12122: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12123: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
12124: get/put [raw]
12125:
12126: * src/: classes/op.C, main/pa_os.C: just linked
12127:
12128: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
12129: XmlException changes
12130:
12131: * src/: include/pa_charset.h, include/pa_globals.h,
12132: include/pa_stylesheet_connection.h, main/pa_exception.C:
12133: XmlException changes
12134:
12135: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
12136:
12137: * src/: include/pa_common.h, include/pa_exception.h,
12138: main/main.vcproj, main/pa_common.C, include/pa_os.h,
12139: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
12140: main/pa_xml_exception.C: locking move to pa_os [along with
12141: pa_sleep] apr-impl locking done
12142:
12143: * configure, configure.in, operators.txt, parser3.sln,
12144: src/classes/classes.vcproj, src/classes/hashfile.C,
12145: src/classes/xdoc.C, src/include/pa_config_fixed.h,
12146: src/include/pa_exception.h, src/include/pa_globals.h,
12147: src/include/pa_memory.h, src/include/pa_version.h,
12148: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
12149: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
12150: src/main/compile.tab.C, src/main/main.vcproj,
12151: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
12152: src/types/Makefile.am, src/types/pa_vhash.C,
12153: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12154: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
12155: again with sdbm from apache
12156:
12157: 2003-11-05 paf
12158:
12159: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12160: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
12161: \parser3project dir anymore
12162:
12163: * src/main/pa_charset.C: bugfix: had broken binary search [copied
12164: thoughtlessly from xalan]
12165:
12166: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
12167: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
12168: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
12169:
12170: * src/main/helpers/CaseFolding.txt:
12171: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
12172:
12173: 2003-11-04 paf
12174:
12175: * operators.txt: comment: ^mail:send[$.options[
12176:
12177: * src/classes/table.C: compiled on unix
12178:
1.116 moko 12179: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 12180:
12181: * src/classes/mail.C: compiled on unix
12182:
12183: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
12184: src/types/pa_vmail.h: !^mail:send[
12185: $.options[unix: string to append to sendmail command
12186: line]
12187:
12188: * operators.txt, src/classes/table.C, src/main/pa_string.C,
12189: tests/todo.txt: ^table.save[... $.separator[^#09]
12190: $.encloser["] <nothing> by default
12191:
12192: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
12193: !$.separator[^#09] !$.encloser["] <nothing> by
12194: default
12195:
12196: 2003-11-03 paf
12197:
12198: * operators.txt, src/classes/table.C, src/main/pa_common.C:
12199: ^table::load[; options: !$.column-separator[^#09]
12200: !$.column-encloser["]
12201:
12202: * operators.txt, src/include/pa_config_fixed.h,
12203: src/types/pa_vrequest.C: $request:document-root
12204:
12205: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
12206: [already included into uri=xxx]
12207:
12208: * operators.txt, src/classes/image.C, tests/todo.txt:
12209: ^image.gif[filename] for $response:download
12210:
12211: * src/classes/date.C: minor precaution
12212:
12213: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
12214: !^date.unix-timestamp[]
12215:
12216: 2003-10-30 paf
12217:
12218: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
12219: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
12220:
12221: * src/classes/: date.C, image.C: improvement diagnostics:
12222: $now[^date::create[$undefined]] now is error
12223:
12224: * src/main/pa_common.C: read errors would now be reported 'actually
12225: read -1 bytes'
12226:
12227: 2003-10-24 paf
12228:
12229: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
12230: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
12231: src/main/Makefile.am, src/targets/cgi/Makefile.am,
12232: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
12233:
12234: 2003-10-22 paf
12235:
12236: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
12237:
12238: 2003-10-21 paf
12239:
12240: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
12241: fixed: string.match[g] without <'> option produced columns with
12242: NULL's, which gpf'ed at table.save time
12243:
12244: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
12245: recoursion' message with intensive throw-catches fixed: incorrect
12246: name and line (one name upper then needed) in error message about
12247: problems inside try block
12248:
12249: 2003-10-10 paf
12250:
12251: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
12252: check offset argument for validity did that in String::Body::pos
12253: myself http://i2/tasks/edit/?id=4577425257580789777
12254:
12255: 2003-10-07 paf
12256:
12257: * src/main/: compile.tab.C, compile.y: ^if ( better error:
12258: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
12259:
12260: 2003-10-03 paf
12261:
12262: * parser3.sln, src/include/pa_dictionary.h,
12263: src/main/pa_dictionary.C, src/main/pa_string.C,
12264: src/targets/cgi/parser3.vcproj: dictionary optimized by
12265: precalculating cstr&length
12266:
12267: 2003-10-02 paf
12268:
12269: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12270: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12271: main/pa_stylesheet_manager.C: bugfix: ^throw context were
12272: saved/restored incompletely http://www.parser.ru/forum/?id=21484
12273:
12274: 2003-09-30 paf
12275:
12276: * src/main/pa_string.C: string::replace bug fix [were ignoring
12277: occurrances after lang-mismatched
12278:
12279: 2003-09-29 paf
12280:
12281: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
12282: helper
12283:
12284: * src/main/pa_string.C: string::serialize bug fix with
12285: zero-terminator
12286:
12287: * src/classes/table.C: ^nameless_table.save column row now has no
12288: \t at the end
12289:
12290: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12291: @postprocess now takes $response:body/download
12292:
12293: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
12294: error message
12295:
12296: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
12297:
12298: * src/classes/table.C: bugfix: flip: must produce nameless
12299: http://i2/tasks/edit/?id=4573405524674081244
12300:
12301: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
12302: main/helpers/simple_folding.pl: utf-8 upper/lower
12303:
12304: * src/main/pa_common.C: bugfix: utf signature were not ignored due
12305: to typo error http://i2/tasks/edit/?id=4573354650786434584
12306:
12307: 2003-09-26 paf
12308:
12309: * src/main/untaint.C: removed needless field
12310:
12311: * src/main/untaint.C: removed needless const
12312:
12313: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
12314: String.for_each bug fixed [omited one-char cases]
12315:
12316: * src/include/pa_stack.h: bugfix: before collecting garbage,
12317: runtime-executor stack were cleared... BADLY
12318:
12319: * src/main/pa_string.C: ^stirng.replace code used old
12320: param-convention on langs.append, fixed that search fo the like,
12321: found none
12322:
12323: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
12324: string::serialize/deserialize implemented Language enum assigned
12325: meaningful letters [more convinient for debugging. read warning
12326: before adding/changing anything]
12327:
12328: 2003-09-25 paf
12329:
12330: * src/: include/pa_string.h, include/pa_version.h,
12331: main/pa_string.C, main/untaint.C: templates and anonymous unions
12332: differences on unix
12333:
12334: * parser3.sln, src/classes/file.C, src/classes/image.C,
12335: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
12336: src/classes/xdoc.C, src/classes/xnode.C,
12337: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12338: src/include/pa_charsets.h, src/include/pa_common.h,
12339: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
12340: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
12341: src/include/pa_table.h, src/lib/cord/cordbscs.c,
12342: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
12343: src/lib/cord/include/cord.h, src/main/compile.tab.C,
12344: src/main/compile_tools.h, src/main/pa_charset.C,
12345: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
12346: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12347: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
12348: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
12349: src/types/pa_vmail.C, src/types/pa_vmath.C,
12350: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
12351: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
12352:
12353: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
12354: functions aligned to that of eeparser3 look
12355:
12356: * src/lib/cord/cordprnt.c: removed warnings
12357:
12358: 2003-09-24 paf
12359:
12360: * src/: classes/file.C, classes/image.C, classes/mail.C,
12361: classes/op.C, classes/xdoc.C, classes/xnode.C,
12362: include/pa_cache_managers.h, include/pa_charset.h,
12363: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
12364: include/pa_sql_driver_manager.h, include/pa_string.h,
12365: include/pa_stylesheet_manager.h, include/pa_table.h,
12366: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
12367: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
12368: main/pa_sql_driver_manager.C, main/pa_string.C,
12369: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
12370: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
12371: types/pa_vstateless_class.h, types/pa_vstatus.C,
12372: types/pa_vxnode.C: v() functions of String::Body,
12373: String::Languages and String itself StringBody->String::Body
12374:
12375: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12376: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
12377: never optimized anything. todo: somehow speed up harder cases:
12378: concatenationA+concatenationB when last block of A and first of B
12379: contain same letters
12380:
12381: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12382: lib/cord/include/cord.h: langs: speed up by joining adjucent
12383: blocks of same char [CORD_append_block]
12384:
12385: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12386: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
12387: save space by extending blocks when appending block with c ==
12388: lastblock.c
12389:
12390: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
12391: working yet :( but more working &understood :)
12392:
12393: * src/: classes/table.C, include/pa_string.h,
12394: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
12395:
12396: 2003-09-23 paf
12397:
12398: * src/main/untaint.C: $a[ok!] $a works!
12399:
12400: * src/main/untaint.C: something even more works :)
12401:
12402: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12403: something more works :)
12404:
12405: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12406: lib/cord/cordxtra.c: something already works :)
12407:
12408: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
12409: serialize&deserialize
12410:
12411: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
12412: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
12413: main/untaint.C: main idea implemented, details left
12414:
12415: 2003-09-22 paf
12416:
12417: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
12418:
12419: * src/classes/xnode.C: copy/paste comment bugfix
12420:
12421: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
12422: allocator returns 0, just die.
12423: http://i2/tasks/edit/?id=4570798492410259445
12424:
12425: * src/classes/xdoc.C: copy/paste comment bugfix
12426:
12427: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
12428: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
12429: xnode: getAttributeNS setAttributeNS removeAttributeNS
12430: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
12431:
12432: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
12433: chars due to bitwise operation signed-char error]
12434:
12435: 2003-09-19 paf
12436:
12437: * src/types/pa_wcontext.C: output message: more practical
12438: suggestion
12439:
12440: * src/main/pa_common.C, operators.txt: merged
12441: $f[^file::load[binary;http://...]] $f.tables
12442:
12443: 2003-09-02 paf
12444:
12445: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
12446: flush stdout without referencing 'stdout' symbol. to hell with
12447: non-ansi libraries without 'stdout' symbol
12448:
12449: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
12450: unix (users reported problems with some old libc)
12451:
12452: * src/types/pa_vdate.h: forgot initializer
12453:
12454: 2003-09-01 paf
12455:
12456: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
12457: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
12458: zone]
12459:
12460: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
12461:
12462: 2003-08-19 paf
12463:
12464: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
12465: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
12466: simplified a little
12467:
12468: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
12469: [lost fix from 3.0.8]
12470:
12471: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
12472: visible here }
12473:
12474: bug fix
12475:
12476: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
12477:
12478: * src/main/compile.tab.C: initialized couple of variables about
12479: which user reported runtime problems when parser were compiled
12480: with VC7, warning level4. study shows that later in bison
12481: they've fixed that. would migrate to latest bison someday
12482:
12483: * src/types/pa_vmail.C: turned off recoding in gmime (were still
12484: recoding headers)
12485:
12486: * src/types/pa_vmail.C: works as before, same charset problems:
12487: gmime recodes to UTF-8 only headers, not body. so not recoding
12488: anything for now
12489:
12490: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
12491: problems with body
12492:
12493: * src/types/pa_vmail.C: mail_receive just compiled
12494:
12495: 2003-08-18 paf
12496:
12497: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12498: main/main.vcproj, types/types.vcproj: win32: continued process
12499: detaching from \parser3project directory
12500:
12501: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
12502: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
12503: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
12504: src/lib/pcre/pcre_dftables.dsp,
12505: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
12506: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
12507: src/types/types.dsp: moved to MSVC 7
12508:
12509: * gnu.vcproj.vspscc, parser3.vssscc,
12510: src/classes/classes.vcproj.vspscc,
12511: src/lib/cord/cord.vcproj.vspscc,
12512: src/lib/ltdl/libltdl.vcproj.vspscc,
12513: src/lib/md5/md5.vcproj.vspscc,
12514: src/lib/pcre/pcre_dftables.vcproj.vspscc,
12515: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
12516: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
12517: src/targets/isapi/parser3isapi.vcproj.vspscc,
12518: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
12519: moved to MSVC 7
12520:
12521: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
12522: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
12523: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12524: src/lib/pcre/pcre_dftables.vcproj,
12525: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
12526: src/targets/cgi/parser3.vcproj,
12527: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12528: new VS project files
12529:
12530: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
12531: .NET to detect Jalindi Igloo capabilities.
12532:
12533: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 12534: src/classes/classes.awk, src/doc/footer.htm,
12535: src/include/pa_config_fixed.h, src/include/pa_version.h,
12536: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 12537: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
12538: src/types/pa_vmail.C: merged 3.1.0 latest changes
12539:
12540: 2003-08-15 paf
12541:
12542: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12543: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
12544:
12545: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12546: non-ascii <yyy> now encoded correctly
12547:
12548: 2003-07-29 paf
12549:
1.116 moko 12550: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
12551: dist
1.95 moko 12552:
12553: * src/types/pa_vmail.C: just started --with-mail-receive
12554:
12555: 2003-07-28 paf
12556:
1.116 moko 12557: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
12558: dependence in src/classes, src/lib/gc now in dist
1.95 moko 12559:
12560: * src/main/pa_string.C: ^cache bug fix [were not working at all]
12561:
12562: 2003-07-25 paf
12563:
12564: * src/doc/footer.htm: year
12565:
12566: 2003-07-24 paf
12567:
12568: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
12569: fix
12570:
12571: * src/include/pa_version.h: release
12572:
1.116 moko 12573: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 12574:
12575: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
12576: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
12577: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
12578: getting rid of win32xml pseudo project
12579:
12580: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
12581:
1.116 moko 12582: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
12583: configure.in, operators.txt, parser3.dsw,
1.95 moko 12584: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 12585: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 12586: src/classes/classes.C, src/classes/classes.awk,
12587: src/classes/classes.dsp, src/classes/classes.h,
12588: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12589: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12590: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12591: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12592: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12593: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12594: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
12595: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 12596: src/include/pa_array.h, src/include/pa_cache_managers.h,
12597: src/include/pa_charset.h, src/include/pa_charsets.h,
12598: src/include/pa_common.h, src/include/pa_config_auto.h.in,
12599: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
12600: src/include/pa_dictionary.h, src/include/pa_dir.h,
12601: src/include/pa_exception.h, src/include/pa_exec.h,
12602: src/include/pa_globals.h, src/include/pa_hash.h,
12603: src/include/pa_memory.h, src/include/pa_opcode.h,
12604: src/include/pa_operation.h, src/include/pa_pool.h,
12605: src/include/pa_pragma_pack_begin.h,
1.95 moko 12606: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
12607: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
12608: src/include/pa_sapi.h, src/include/pa_socks.h,
12609: src/include/pa_sql_connection.h,
12610: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
12611: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
12612: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12613: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 12614: src/include/pa_uue.h, src/lib/Makefile.am,
12615: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
12616: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
12617: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
12618: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 12619: src/lib/cord/include/ec.h,
12620: src/lib/cord/include/private/Makefile.am,
12621: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 12622: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
12623: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 12624: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 12625: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
12626: src/main/compile_tools.C, src/main/compile_tools.h,
12627: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
12628: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12629: src/main/pa_charsets.C, src/main/pa_common.C,
12630: src/main/pa_dictionary.C, src/main/pa_dir.C,
12631: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 12632: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
12633: src/main/pa_request.C, src/main/pa_socks.C,
12634: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12635: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 12636: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
12637: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
12638: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
12639: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
12640: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
12641: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
12642: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 12643: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12644: src/targets/isapi/parser3isapi.dsp,
12645: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 12646: src/types/pa_junction.h, src/types/pa_method.h,
12647: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 12648: src/types/pa_vclass.C, src/types/pa_vclass.h,
12649: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12650: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12651: src/types/pa_vdouble.h, src/types/pa_venv.h,
12652: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12653: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12654: src/types/pa_vimage.C, src/types/pa_vimage.h,
12655: src/types/pa_vint.h, src/types/pa_vjunction.h,
12656: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
12657: src/types/pa_vmath.h, src/types/pa_vmemory.h,
12658: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12659: src/types/pa_vobject.C, src/types/pa_vobject.h,
12660: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12661: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12662: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12663: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12664: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12665: src/types/pa_vstring.h, src/types/pa_vtable.C,
12666: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12667: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12668: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12669: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12670: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
12671: HEAD
12672:
12673: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
12674: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
12675: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
12676: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
12677: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
12678: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
12679: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
12680: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
12681: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
12682: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
12683: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
12684: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
12685: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
12686: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
12687: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
12688: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
12689: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
12690: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
12691: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
12692: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
12693: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12694: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
12695: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
12696: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
12697: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
12698: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
12699: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
12700: outputs/create-dir, results/001.processed, results/002.processed,
12701: results/003.processed, results/004.processed,
12702: results/005.processed, results/006.processed,
12703: results/007.processed, results/008.processed,
12704: results/009.processed, results/010.processed,
12705: results/011.processed, results/012.processed,
12706: results/013.processed, results/014.processed,
12707: results/015.processed, results/016.processed,
12708: results/017.processed, results/018.processed,
12709: results/019.processed, results/020.processed,
12710: results/021.processed, results/022.processed,
12711: results/023.processed, results/024.processed,
12712: results/025.processed, results/026.processed,
12713: results/027.processed, results/028.processed,
12714: results/029.processed, results/030.processed,
12715: results/031.processed, results/032.processed,
12716: results/033.processed, results/034.processed,
12717: results/035.processed, results/036.processed,
12718: results/037.processed, results/038.processed,
12719: results/039.processed, results/040.processed,
12720: results/041.processed, results/042.processed,
12721: results/043.processed, results/044.processed,
12722: results/045.processed, results/046.processed,
12723: results/047.processed, results/048.processed,
12724: results/049.processed, results/050.processed,
12725: results/051.processed, results/052.processed,
12726: results/053.processed, results/054.processed,
12727: results/055.processed, results/056.processed,
12728: results/057.processed, results/058.processed,
12729: results/059.processed, results/060.processed,
12730: results/061.processed, results/062.processed,
12731: results/063.processed, results/064.processed,
12732: results/065.processed, results/066.processed,
12733: results/067.processed, results/068.processed,
12734: results/069.processed, results/070.processed,
12735: results/071.processed, results/072.processed,
12736: results/073.processed, results/074.processed,
12737: results/075.processed, results/076.processed,
12738: results/077.processed, results/078.processed,
12739: results/079.processed, results/080.processed,
12740: results/081.processed, results/082.processed,
12741: results/083.processed, results/084.processed,
12742: results/085.processed, results/086.processed,
12743: results/087.processed, results/088.processed,
12744: results/089.processed, results/090.processed,
12745: results/091.processed, results/092.processed,
12746: results/093.processed, results/094.processed,
12747: results/095.processed, results/096.processed,
12748: results/097.processed, results/098.processed,
12749: results/099.processed, results/100.processed,
12750: results/101.processed, results/102.processed,
12751: results/103.processed, results/104.processed,
12752: results/105.processed, results/106.processed,
12753: results/107.processed, results/108.processed,
12754: results/109.processed, results/110.processed,
12755: results/111.processed, results/112.processed,
12756: results/113.processed, results/114.processed,
12757: results/115.processed, results/116.processed,
12758: results/117.processed, results/118.processed,
12759: results/119.processed, results/120.processed,
12760: results/121.processed, results/122.processed,
12761: results/123.processed, results/124.processed,
12762: results/125.processed, results/126.processed,
12763: results/127.processed, results/128.processed,
12764: results/129.processed, results/130.processed,
12765: results/131.processed, results/132.processed,
12766: results/133.processed, results/134.processed,
12767: results/135.processed, results/136.processed,
12768: results/137.processed, results/138.processed,
12769: results/139.processed, results/140.processed,
12770: results/141.processed: merged(copied) to HEAD from template_gc
12771:
12772: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
12773: towards \parser3project not having to be in root
12774:
12775: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
12776: module compiled [were minor unnecessary changes in lib/md5
12777: interface]
12778:
12779: * src/include/pa_version.h: release
12780:
12781: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
12782:
12783: * src/classes/math.C: merged uuid bugfix
12784:
12785: * tests/: 141.html, results/141.processed: fixed bug with
12786: too-small-a-buffer
12787:
12788: * src/classes/math.C: uuid bugfix
12789:
12790: * tests/: 141.html, Makefile, results/005.processed,
12791: results/030.processed, results/075.processed,
12792: results/078.processed: to reflect date format change (were -
12793: become ' ')
12794:
12795: * src/classes/math.C: uuid bugfix
12796:
12797: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
12798: debug/release changes
12799:
12800: * src/lib/md5/pa_md5c.c: PA_ -> pa_
12801:
12802: 2003-07-23 paf
12803:
12804: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12805: renamed a little [to move to comman naming conv]
12806:
1.116 moko 12807: * src/targets/Makefile.am: apache13 splitted to simplify apache
12808: build
1.95 moko 12809:
12810: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
12811: main/pa_request.C, main/pa_sql_driver_manager.C,
12812: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
12813: stack top_index() fixed
12814:
12815: * src/main/pa_globals.C: minor style changes
12816:
12817: * src/: classes/op.C, include/pa_sql_connection.h: connection
12818: closing/caching fixed [connections were not closed/put to cache]
12819:
12820: 2003-07-22 paf
12821:
12822: * INSTALL: gc part updated stightly
12823:
12824: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
12825: new sapi interface
12826:
12827: * src/classes/file.C: comment on OS
12828:
12829: * src/main/pa_string.C: removed reduntant invariant check [there is
12830: one deeper in cord lib]
12831:
12832: * src/main/pa_exec.C: on win32 bugfix in handling shbang
12833:
12834: * src/main/pa_memory.C: out of memory is no longer coredump
12835:
12836: * INSTALL: disable-threads adviced
12837:
12838: 2003-07-21 paf
12839:
1.116 moko 12840: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 12841:
12842: * src/classes/file.C: file::exec/cgi environment variables now must
12843: be UPPERCASE and A-Z 0-9 _-
12844:
12845: * src/classes/file.C: env passing fixed
12846:
12847: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
12848:
12849: * src/main/pa_common.C: http:// CRLF now
12850:
12851: 2003-07-02 paf
12852:
12853: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
12854: fields to reflect their real meaning
12855:
12856: 2003-06-27 paf
12857:
12858: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
12859: include/pa_hash.h, main/pa_charset.C: merged from HEAD
12860: file::exec/cgi .charset
12861:
12862: 2003-06-26 paf
12863:
12864: * ChangeLog, src/classes/file.C, src/classes/hash.C,
12865: src/classes/image.C, src/classes/op.C, src/classes/string.C,
12866: src/classes/table.C: fixed several uninitialized local
12867: structures. notably ^hash.foreach now inserts delimiters
12868: properly [were inserting it before first body]
12869:
12870: 2003-06-24 paf
12871:
12872: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
12873:
12874: 2003-06-20 paf
12875:
12876: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
12877: src/main/pa_globals.C: introducing
12878: $f[^file::load[binary;http://...]] $f.tables
12879:
12880: 2003-06-06 paf
12881:
12882: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
12883: table. [were method lookup: inconsistent]
12884:
12885: 2003-06-02 paf
12886:
12887: * src/include/pa_memory.h: empty string clone fixed to return
12888: writable memory
12889:
12890: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
12891: were not appended] which violated string invariant
12892:
12893: 2003-05-30 paf
12894:
12895: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
12896: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
12897:
12898: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
12899: GMT ; RFC 822, updated by RFC 1123
12900:
12901: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
12902: targets/isapi/parser3isapi.C: initialized request_info properly
12903:
12904: * src/classes/xnode.C: found minor bug, commended for future
12905:
12906: 2003-05-28 paf
12907:
12908: * src/classes/form.C: request_info.content_length can't be <0,
12909: size_t for some time
12910:
12911: 2003-05-26 paf
12912:
12913: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
12914: forgotten <0 changed to !=STRING_NOT_FOUND
12915:
12916: * src/classes/math.C: merged ffffu from HEAD
12917:
12918: 2003-05-11 paf
12919:
12920: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
12921:
12922: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
12923: premature doc free. transformed document had xmlDoc reference
12924: stored to non-gc-memory (libgdome) added holding-reference
12925:
12926: 2003-04-29 paf
12927:
12928: * src/main/pa_globals.C: started digging on double free. on win32
12929: found that that's perfectly normal.
12930:
12931: 2003-04-25 paf
12932:
12933: * src/classes/table.C: table.join bug fix [bad limit check]
12934:
12935: * src/classes/math.C: merged from HEAD: simpiler hash_string
12936:
12937: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
12938: print anything. changed to quicker and simplier code
12939:
12940: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
12941: strict a check]
12942:
12943: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
12944:
12945: 2003-04-24 paf
12946:
12947: * src/include/pa_table.h: too strict assert loosened
12948:
12949: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
12950: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
12951: report
12952:
12953: 2003-04-21 paf
12954:
1.116 moko 12955: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 12956:
12957: * src/main/pa_globals.C: pcre memory management changed to use GC
12958: memory
12959:
12960: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
12961: xmlMallocAtomic [author agreed to my suggestion], used that
12962:
12963: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
12964:
12965: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
12966: types/pa_vmail.C: attributed_meaning_to_string added
12967: L_UNSPECIFIED piece which was sortof OK, but violated string
12968: invariant [assertion barked on that] changed to L_PASS_APPEND,
12969: made that param obligatory
12970:
12971: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
12972: fixed [assert helped]
12973:
12974: * src/include/pa_string.h: assert added [looking for bug]
12975:
12976: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
12977: names on Win32 considered disk-global
12978:
12979: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
12980: considered disk-global
12981:
12982: 2003-04-18 paf
12983:
12984: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
12985: filenames
12986:
12987: * src/main/untaint.C: enabled '~' letter in filenames
12988:
12989: 2003-04-16 paf
12990:
12991: * src/classes/file.C: small bug introduced in autoptr times fixed
12992:
12993: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
12994: HEAD
12995:
1.116 moko 12996: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 12997:
12998: 2003-04-15 paf
12999:
13000: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13001: src/lib/md5/pa_md5c.c, tests/141.html,
13002: tests/results/141.processed: merged from head ^math:uuid[]
13003: ^math:uid64[] ^math:md5[string]
13004:
13005: test added: 141.html
13006:
13007: * operators.txt, src/classes/math.C: ^math:uid64[]
13008:
13009: * src/classes/math.C: ^math:uuid[]
13010:
13011: * operators.txt, src/classes/math.C: ^math:uuid[]
13012:
13013: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13014: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13015:
13016: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13017: src/include/pa_config_fixed.h, src/main/pa_common.C:
13018: ^file::load[mode;name; $.offset $.limit
13019:
13020: 2003-04-14 paf
13021:
13022: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13023: started ^math:md5
13024:
13025: * src/classes/table.C, src/include/pa_array.h,
13026: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13027: tests/results/140.processed: table $.reverse option works in
13028: create&co table $.distinct[tables] bug fix merged
13029:
13030: * src/: classes/table.C, include/pa_table.h: table
13031: $.distinct[tables] bug fixed
13032:
13033: * src/classes/table.C: more warnings
13034:
13035: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13036: removed checks in table::set_current, moved them back to
13037: table::locate implemented table::create/join ñ $.reverse
13038:
13039: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13040: removed checks in table::set_current, moved them back to
13041: table::locate
13042:
13043: 2003-04-11 paf
13044:
13045: * operators.txt, src/classes/date.C, src/classes/table.C,
13046: src/include/pa_array.h, src/include/pa_common.h,
13047: src/include/pa_config_includes.h, src/include/pa_string.h,
13048: src/include/pa_table.h, src/main/pa_request.C,
13049: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13050: src/main/pa_table.C: merged from HEAD from
13051: before_append_array_limit_sense_change to
13052: after_append_array_limit_sense_change
13053:
13054: * src/classes/table.C: typo
13055:
13056: * operators.txt, src/classes/date.C, src/classes/table.C,
13057: src/include/pa_array.h, src/include/pa_common.h,
13058: src/include/pa_config_includes.h, src/include/pa_globals.h,
13059: src/include/pa_table.h, src/main/pa_array.C,
13060: src/main/pa_globals.C, src/main/pa_request.C,
13061: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13062: src/main/pa_table.C: append_array_limit_sense_change locate
13063: accepts options same as create new option: $.reverse(1) [do not
13064: work in table::create]
13065:
13066: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
13067: (stat xxx,
13068:
13069: * src/classes/: table.C: typo
13070:
13071: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
13072: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
13073: results/130.processed, results/131.processed,
13074: results/132.processed, results/133.processed,
13075: results/134.processed, results/135.processed,
13076: results/136.processed, results/137.processed,
13077: results/138.processed, results/139.processed: added few mustfail
13078: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
13079: date/time 132.html mustfail: access to junction outside of
13080: context 133.html mustfail: access to junction outside of context,
13081: case version 134.html mustfail: hash: adding a key inside of
13082: foreach 135.html mustfail: modifying system class 136.html
13083: mustfail: $.name outside of $hash[here] 137.html mustfail:
13084: appendChild without import 138.html mustfail: invalid encoding
13085: inside of xml 139.html mustfail: bad XPath
13086:
13087: * operators.txt, src/classes/table.C, tests/084.html,
13088: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
13089: tests/129.html, tests/results/125.processed,
13090: tests/results/126.processed, tests/results/127.processed,
13091: tests/results/128.processed, tests/results/129.processed: merged
13092: from HEAD ^table.hash[key][$.distinct[tables]]
13093:
13094: maked appropriate tests [changed one old nonconforming]
13095:
13096: * operators.txt, src/classes/table.C:
13097: ^table.hash[key][$.distinct[tables]]
13098:
13099: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13100: merged fix for found very old xml (dom) bug: were passing
13101: domString objects and later ERROREOUSLY freed them
13102:
13103: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
13104: src/main/pa_charset.C: re-added libgdome patch. regretfully
13105: libgdome bug can not be worked around
13106:
13107: 2003-04-10 paf
13108:
13109: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13110: found very old xml (dom) bug: were passing domString objects and
13111: later ERROREOUSLY freed them
13112:
13113: * src/doc/string.dox, src/include/pa_memory.h,
13114: src/include/pa_string.h, src/lib/cord/cordbscs.c,
13115: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
13116: tests/123.html, tests/124.html, tests/results/001.processed,
13117: tests/results/002.processed, tests/results/003.processed,
13118: tests/results/004.processed, tests/results/005.processed,
13119: tests/results/006.processed, tests/results/008.processed,
13120: tests/results/009.processed, tests/results/010.processed,
13121: tests/results/011.processed, tests/results/012.processed,
13122: tests/results/013.processed, tests/results/014.processed,
13123: tests/results/015.processed, tests/results/016.processed,
13124: tests/results/017.processed, tests/results/018.processed,
13125: tests/results/020.processed, tests/results/021.processed,
13126: tests/results/022.processed, tests/results/023.processed,
13127: tests/results/024.processed, tests/results/025.processed,
13128: tests/results/026.processed, tests/results/027.processed,
13129: tests/results/028.processed, tests/results/029.processed,
13130: tests/results/030.processed, tests/results/031.processed,
13131: tests/results/032.processed, tests/results/033.processed,
13132: tests/results/034.processed, tests/results/035.processed,
13133: tests/results/036.processed, tests/results/037.processed,
13134: tests/results/038.processed, tests/results/039.processed,
13135: tests/results/040.processed, tests/results/041.processed,
13136: tests/results/042.processed, tests/results/043.processed,
13137: tests/results/044.processed, tests/results/045.processed,
13138: tests/results/046.processed, tests/results/047.processed,
13139: tests/results/048.processed, tests/results/049.processed,
13140: tests/results/050.processed, tests/results/051.processed,
13141: tests/results/052.processed, tests/results/053.processed,
13142: tests/results/054.processed, tests/results/055.processed,
13143: tests/results/056.processed, tests/results/057.processed,
13144: tests/results/058.processed, tests/results/059.processed,
13145: tests/results/060.processed, tests/results/061.processed,
13146: tests/results/062.processed, tests/results/063.processed,
13147: tests/results/064.processed, tests/results/065.processed,
13148: tests/results/066.processed, tests/results/067.processed,
13149: tests/results/068.processed, tests/results/069.processed,
13150: tests/results/070.processed, tests/results/071.processed,
13151: tests/results/072.processed, tests/results/073.processed,
13152: tests/results/074.processed, tests/results/075.processed,
13153: tests/results/076.processed, tests/results/077.processed,
13154: tests/results/078.processed, tests/results/079.processed,
13155: tests/results/080.processed, tests/results/081.processed,
13156: tests/results/082.processed, tests/results/083.processed,
13157: tests/results/084.processed, tests/results/085.processed,
13158: tests/results/086.processed, tests/results/087.processed,
13159: tests/results/088.processed, tests/results/089.processed,
13160: tests/results/090.processed, tests/results/091.processed,
13161: tests/results/092.processed, tests/results/093.processed,
13162: tests/results/094.processed, tests/results/095.processed,
13163: tests/results/096.processed, tests/results/097.processed,
13164: tests/results/101.processed, tests/results/102.processed,
13165: tests/results/104.processed, tests/results/105.processed,
13166: tests/results/106.processed, tests/results/107.processed,
13167: tests/results/108.processed, tests/results/109.processed,
13168: tests/results/110.processed, tests/results/111.processed,
13169: tests/results/112.processed, tests/results/113.processed,
13170: tests/results/114.processed, tests/results/115.processed,
13171: tests/results/116.processed, tests/results/117.processed,
13172: tests/results/118.processed, tests/results/119.processed,
13173: tests/results/120.processed, tests/results/121.processed,
13174: tests/results/122.processed, tests/results/123.processed,
13175: tests/results/124.processed: new convention: char* never 0.
13176: assert in cord on that
13177:
13178: * src/main/pa_charset.C: couple more asserts
13179:
13180: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
13181: speedup
13182:
13183: * src/main/pa_charset.C: couple assertions on fantastic situations
13184: added [may be those is the case now?]
13185:
13186: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13187: that's memory from gc_malloc, not from g_malloc :(, but would
13188: hope]
13189:
13190: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13191: that's memory from gc_malloc, not from g_malloc :(, but would
13192: hope]
13193:
13194: * src/main/pa_charset.C: checked custom malloc for returning 0
13195:
13196: 2003-04-09 paf
13197:
13198: * src/classes/date.C: merged ^date.roll changes
13199:
13200: * src/classes/date.C: ^date.roll bug fix
13201:
13202: * src/classes/date.C: ^date.roll now throws less errors: month
13203: shifts handles end of month situation by reducing day number
13204: hour-hole shift reduces hour to recover
13205:
13206: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
13207: Sort by function time
13208:
13209: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
13210: http:// $.charset[] param done
13211:
13212: * tests/: 122.html, results/122.processed: 122 date test <= and ==
13213: added [after volatile fix. passes on win&intel-solaris]
13214:
13215: 2003-04-08 paf
13216:
13217: * src/: classes/file.C, classes/op.C, classes/table.C,
13218: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
13219: include/pa_common.h, include/pa_request_charsets.h,
13220: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13221: main/pa_exec.C, main/pa_request.C, main/untaint.C,
13222: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
13223: types/pa_vresponse.C: started http:// $.charset[] param and
13224: http response charset detection just compiled. todo:test
13225:
13226: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
13227:
13228: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
13229: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
13230: types/pa_vmail.C: changed transcode param converntion along with
13231: string creating convention -- all strings are zero-terminated,
13232: this allowed to fix one remaining String("123", 2) case
13233:
13234: * src/: classes/date.C, classes/file.C, classes/hash.C,
13235: classes/op.C, classes/string.C, classes/table.C,
13236: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
13237: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
13238: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13239: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
13240: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
13241: violated String::invariant. started fixing [not compiled now]
13242:
13243: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
13244: main/compile.tab.C, main/compile.y, main/pa_string.C,
13245: main/untaint.C, targets/cgi/parser3.C: number of string style
13246: improvements & optimizations
13247:
13248: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
13249: :(]
13250:
13251: * src/main/untaint.C: removed redundant & in CORD_pos param passing
13252: [for it's a pointer really]
13253:
13254: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
13255: 'n' param. worked that around
13256:
13257: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
13258: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
13259: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
13260: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
13261: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
13262:
13263: Thanks for the bug report and patch.
13264:
13265: I hadn't looked at this code in a while. Reading it now, it
13266: seems to me that the tests should also be ">= MAX_DEPTH" to
13267: comply with the invariant, though that may not matter a lot. I
13268: changed that, too.
13269:
13270: Hans
13271:
13272: 2003-04-07 paf
13273:
13274: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
13275: merged from head:safe mode error message now includes numbers
13276:
13277: * src/main/execute.C: n-th attempt to make a=a work with double.
13278: problem: as_double returns it's result in fp-register compiler
13279: optimizes access to that register after b->as_double, and just
13280: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13281: from memory. _SAME_ double values do not match here. when
13282: forced to REload fp-register, values do match.
13283:
13284: tried to make them volatile.
13285:
13286: * src/main/execute.C: n-th attempt to make a=a work with double.
13287: problem: as_double returns it's result in fp-register compiler
13288: optimizes access to that register after b->as_double, and just
13289: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13290: from memory. _SAME_ double values do not match here. when
13291: forced to REload fp-register, values do match.
13292:
13293: tried to make them volatile.
13294:
13295: * src/types/pa_vobject.h: small style change
13296:
13297: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
13298:
13299: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
13300: mode error message now includes numbers
13301:
13302: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
13303: now causes death
13304:
13305: 2003-04-04 paf
13306:
13307: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
13308: incorportated pa_exec patch by From: "Victor Fedoseev"
13309: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
13310: Sent: Thursday, January 23, 2003 9:14 AM
13311:
13312: huge speedup on ^file::cgi with big result
13313:
13314: * src/classes/table.C: sort table with 0 rows bug fixed
13315:
13316: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
13317: fix http://i2/tasks/edit/?id=4493701604654042676
13318:
13319: @main[] $with_default[ $.a[1] $._default[default from
13320: with_default] ] ^show[$with_default]
13321:
13322: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13323: =$to_add_to.xxx=<br>
13324:
13325: ^show[$to_add_to]
13326:
13327: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13328: ^show[$cloned]
13329:
13330: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13331:
13332: } <hr>
13333:
13334: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
13335: http://i2/tasks/edit/?id=4493701604654042676
13336:
13337: @main[] $with_default[ $.a[1] $._default[default from
13338: with_default] ] ^show[$with_default]
13339:
13340: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13341: =$to_add_to.xxx=<br>
13342:
13343: ^show[$to_add_to]
13344:
13345: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13346: ^show[$cloned]
13347:
13348: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13349:
13350: } <hr>
13351:
13352: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
13353: http://i2/tasks/edit/?id=4507350336410850921
13354:
13355: * src/classes/xdoc.C: memory allocation func bugfix
13356: http://i2/tasks/edit/?id=4499303470368629745
13357:
13358: * src/classes/math.C: allowed random 1...
13359:
13360: * src/classes/math.C: allowed random 0..
13361:
13362: * src/main/pa_globals.C: exif mem leak
13363: http://i2/tasks/edit/?id=4480590323629807263
13364:
13365: * src/: classes/classes.dsp, main/main.dsp,
13366: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
13367: fix http://i2/tasks/edit/?id=4493946731322521294
13368: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
13369:
13370: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13371: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
13372: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
13373: links to xml libs made relative, no need to unpack parser3project
13374: to /parser3project.
13375:
13376: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
13377: column more precise - tab handling bug fixed
13378:
13379: * src/main/: compile.tab.C, compile.y: more understandable error
13380: message in case @CLASS with more then one line inside
13381:
13382: * src/targets/cgi/parser3.C: more understandable error message in
13383: case of errors in @unhandled_exception
13384:
13385: 2003-04-03 paf
13386:
13387: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
13388: src/main/compile.tab.C, src/main/compile.y,
13389: src/main/compile_tools.C, src/main/compile_tools.h,
13390: src/main/execute.C, src/main/pa_request.C: debug info format
13391: simplified, now it's: OP_VALUE Operation::Origin << here value*
13392:
13393: higher limits: file number (max: 255) line number (max:
13394: 64535) column number (max: 255)
13395:
13396: * src/classes/math.C: top limit
13397:
13398: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
13399: precise parse error position in case of
13400:
13401: ^bug ]
13402:
13403: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
13404: changed to realities, and passed [bug fixed]
13405:
13406: * src/: classes/op.C, include/pa_request.h, main/compile.C,
13407: main/compile.tab.C, main/compile.y, main/compile_tools.C,
13408: main/compile_tools.h, main/pa_request.C: introducing
13409: ^process...[main-method-alias]
13410:
13411: * src/: classes/date.C, classes/image.C, classes/op.C,
13412: classes/string.C, classes/table.C, classes/xdoc.C,
13413: types/pa_vmethod_frame.h: MethodParams& now [methods without
13414: params receive zero reference, but they are expected not to look
13415: there]
13416:
13417: * operators.txt, src/classes/date.C, src/classes/double.C,
13418: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
13419: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13420: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13421: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13422: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13423: src/main/execute.C, src/types/pa_method.h: MethodParams& now
13424: [methods without params receive zero reference, but they are
13425: expected not to look there]
13426:
13427: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13428: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
13429: ^process...[filename] useful for better error reporting
13430: [file/line/col]
13431:
13432: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13433: types/pa_vstring.h: slightly improved error messages text: 1. is
13434: '%s', it 2. method undefined in case of ^void[]
13435:
13436: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13437: include/pa_types.h, main/execute.C, main/pa_request.C: exception
13438: handling done. now we have error columns todo: test it
13439:
13440: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
13441: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
13442:
13443: this makes life easier: were: bad stack order -- were in
13444: exception catch unwind order, which didn't match execution order
13445:
13446: @main[] ^try{ ^first[] }{ ^throw[c;3] }
13447:
13448: @first[] ^throw[a;1]
13449:
13450: showed throw a first throw b try
13451:
13452: which is no good
13453:
13454: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13455: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
13456: trace reset after handled exception [old bug fixed]
13457:
13458: * src/main/: compile.tab.C, compile.y: parse position old bug
13459: fixed. position reporting made precise [both, in parse erros and
13460: runtime errors]
13461:
13462: 2003-04-02 paf
13463:
13464: * src/: include/pa_operation.h, include/pa_request.h,
13465: main/compile.C, main/compile.tab.C, main/compile.y,
13466: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13467: main/pa_exception.C, main/pa_request.C: debug info: started
13468: using. todo:complete
13469:
13470: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
13471: main/compile.C, main/compile.tab.C, main/compile.y,
13472: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13473: main/pa_request.C: prepared debug info todo:use it
13474:
13475: * src/include/pa_operation.h: strange mistake fixed: forgot to
13476: return Operation class->union after switching from autoptrs.
13477:
13478: * tests/: Makefile, results/108.processed, results/117.processed:
13479: meta considered OK [it's up to coder now to remove it not needed]
13480:
13481: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
13482: Dictionary constructor when moved to gc]
13483:
13484: * src/main/pa_common.C: uncommented http:// file loading
13485:
13486: * src/include/pa_array.h, src/main/execute.C,
13487: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
13488: fix [gdGrowingBuf]
13489:
13490: * configure.in, src/lib/Makefile.am: removed patches
13491:
13492: * configure, src/include/pa_config_auto.h.in,
13493: src/main/pa_charset.C: --enable-assertions autoconf-ed
13494:
13495: * src/main/pa_common.C: uncommented http:// file loading
13496:
13497: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
13498: xdoc::create/load
13499:
13500: * src/: classes/form.C, classes/hash.C, classes/image.C,
13501: classes/string.C, classes/table.C, classes/void.C,
13502: include/pa_common.h, main/pa_common.C, main/pa_request.C,
13503: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
13504: String::String(str,helper_length) are checked. found/fixed one
13505: place: $request:body now zero-terminated,
13506:
13507: * src/: classes/op.C, classes/table.C, include/pa_request.h,
13508: main/compile_tools.C, main/execute.C, types/pa_value.h,
13509: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
13510: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13511: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13512: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
13513: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13514: types/pa_vxnode.h: more locally scoped vars in execute (more
13515: easily optimizable)
13516:
13517: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
13518: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
13519:
13520: * src/: include/pa_array.h, include/pa_stack.h,
13521: include/pa_string.h, main/compile_tools.C, main/main.dsp,
13522: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
13523: become assertion iterator in methodframe filler
13524:
13525: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
13526: targets/cgi/parser3.C: array::get/put inlined
13527:
13528: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
13529: gc_substitute_memory_management_functions +installed CORD_oom
13530: function
13531:
13532: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
13533: src/include/pa_config_includes.h, src/include/pa_string.h,
13534: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
13535: src/targets/cgi/parser3.C: converted debug hacks to ANSI
13536: assertions started configure.in --enable-assertions
13537:
13538: 2003-04-01 paf
13539:
13540: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
13541: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
13542: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
13543: gdome uses glib memory, and stores last pointer to xmlDoc there,
13544: gc misses that and collects valid memory fixed by remembering
13545: xmlDoc from dom object in xdoc. todo: do something with
13546: premature free of xdoc with xnodes/node values referring into it
13547:
13548: * src/classes/: mail.C: typo fix
13549:
13550: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
13551: changes
13552:
13553: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
13554: main/pa_memory.C: moved memory debugging to global level: to
13555: pa_gc_malloc
13556:
13557: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
13558: debugging showed no errors. todo: debug parser memory
13559:
13560: * src/targets/cgi/: parser3.C, parser3.dsp: more build
13561: configurations
13562:
13563: * src/: classes/classes.dsp, include/pa_config_fixed.h,
13564: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
13565: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
13566: types/types.dsp: prepared xml-static configuration
13567:
13568: 2003-03-31 paf
13569:
13570: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
13571: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
13572: xml lib memory debugging, simple checks failed: it seems that
13573: library does realloc(bad ptr), and recording those ptrs in heap
13574: [for debugging] was bad: heap situation changes = everything
13575: works fine
13576:
13577: * src/: main/pa_charset.C, include/pa_charset.h: worked around
13578: xmlRegisterCharEncodingHandler limitation [currently imposed
13579: limit of 10 user-defined charsets]
13580:
13581: 2003-03-28 paf
13582:
13583: * src/main/execute.C: execution stack copied to local register
13584: variable, removed lots [~2e7) of memory accesses
13585:
13586: 2003-03-27 paf
13587:
13588: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
13589: works in debug, but fails in release todo: fix that
13590:
13591: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
13592: targets/cgi/parser3.C: forgot to merge XML memory funcs
13593: replacement from gc branch
13594:
13595: * src/main/pa_exec.C: introducing append_help_length [radical
13596: improvement here]
13597:
13598: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
13599: 'not recommened' in gc.h, on win32 noticed no difference]
13600:
13601: * src/include/pa_array.h: returned checked array get [were disabled
13602: for debugging] result:not slower [don't understand that, it were
13603: INLINED] todo: find out a way of inlining it!
13604:
13605: * src/: include/pa_string.h, lib/gc/include/gc.h,
13606: lib/gc/include/gc_fake.h, main/compile.tab.C,
13607: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
13608: convention changed: all resulting strings are zero-terminated
13609:
13610: * src/: classes/date.C, classes/file.C, classes/hash.C,
13611: classes/string.C, classes/table.C, classes/void.C,
13612: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
13613: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
13614: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
13615: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13616: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
13617: types/pa_vfile.C, types/pa_vmail.C: introducing
13618: append_help_length [radical improvement here]
13619:
13620: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
13621: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
13622: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
13623: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
13624: even slower
13625:
13626: * src/: classes/string.C, classes/table.C, include/pa_array.h,
13627: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
13628: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
13629: clients of &get(): most to use non-ref version, some[in tight
13630: places] to get_unchecked_ref
13631:
13632: * src/doc/memory.dox: forgot to add
13633:
13634: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
13635: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
13636: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
13637: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
13638: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13639: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
13640: targets/cgi/parser3.dsp, types/pa_vmail.C,
13641: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
13642: T>>&<< removed after Stack::pop wiping removed [moved to separate
13643: func] other Array & removed
13644:
13645: 2003-03-26 paf
13646:
13647: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
13648: classes/table.C, include/pa_array.h, include/pa_charset.h,
13649: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
13650: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13651: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
13652: main/main.dsp, main/pa_charset.C, main/pa_common.C,
13653: main/pa_exec.C, main/pa_sql_driver_manager.C,
13654: main/pa_stylesheet_manager.C, main/pa_table.C,
13655: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13656: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13657: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
13658: pre-evaluated .count() in some places
13659:
13660: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13661: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
13662: types/types.dsp: .dsp profiling updated
13663:
13664: * src/: classes/classes.dsp, lib/cord/cord.dsp,
13665: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
13666: targets/cgi/parser3.dsp, types/types.dsp: started profiling
13667:
13668: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
13669: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
13670: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
13671: use lib/gc,lib/cord
13672:
1.116 moko 13673: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
13674: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 13675: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
13676: src/include/pa_config_includes.h, src/include/pa_request.h,
13677: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13678: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 13679: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 13680: src/lib/cord/include/Makefile.am,
1.116 moko 13681: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
13682: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
13683: src/targets/cgi/Makefile.am, src/types/Makefile.am,
13684: src/types/pa_vclass.h, src/types/pa_vcookie.h,
13685: src/types/pa_vform.h, src/types/pa_vhash.h,
13686: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
13687: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
13688: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
13689: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
13690: funcs ported pa_exec
1.95 moko 13691:
13692: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
13693:
13694: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
13695: bundled gc includes
13696:
13697: * src/: classes/op.C, include/pa_array.h,
13698: include/pa_sql_connection.h, include/pa_string.h,
13699: include/pa_version.h, main/compile.tab.C, main/compile.y,
13700: main/execute.C, main/pa_common.C, main/pa_exception.C,
13701: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
13702: targets/cgi/parser3.dsp: a number of bugfixes [while testing
13703: first real site (aval)]
13704:
13705: 2003-03-25 paf
13706:
13707: * operators.txt, src/main/pa_sql_driver_manager.C,
13708: src/types/pa_vstatus.C: $status.memory used free since_compact
13709: process
13710:
13711: * src/: include/pa_sql_connection.h, main/pa_globals.C,
13712: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
13713:
13714: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
13715:
13716: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
13717: src/types/pa_value.h, src/types/pa_vfile.h,
13718: src/types/pa_vobject.C, src/types/pa_vobject.h,
13719: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
13720: tests/results/121.processed: untaint.C L_URI
13721:
13722: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
13723: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
13724: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
13725: src/types/pa_vmemory.h: ^memory:compact[]
13726:
13727: * tests/results/109.processed: it was a bug in parser. updated 109
13728: test result
13729:
13730: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
13731:
13732: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
13733: tests/results/107.processed: fixed dom language [values are now
13734: considered tainted. it was a bug in parser. updated 107 test
13735: result
13736:
13737: * src/classes/xdoc.C: fixed transform params
13738:
13739: * src/: include/pa_stylesheet_manager.h,
13740: main/pa_stylesheet_manager.C: fixed stylesheet caching
13741:
13742: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
13743: overloads for structure handling
13744:
13745: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
13746: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
13747: StringBody(0) ambiguilty, introducting static
13748: StringBody::Format(int)
13749:
13750: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
13751: linked
13752:
13753: * src/types/pa_vxdoc.C: vxdoc compiled
13754:
13755: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
13756: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
13757: finalizers isntalled
13758:
13759: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
13760: doc/exception.dox, doc/index.dox, include/pa_charset.h,
13761: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
13762: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
13763: compiled todo: xnode.C / finalizers
13764:
13765: * src/doc/string.dox: updated: new string internals
13766:
13767: 2003-03-24 paf
13768:
13769: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13770: include/pa_charset.h, include/pa_config_fixed.h,
13771: include/pa_request.h, include/pa_stylesheet_connection.h,
13772: include/pa_stylesheet_manager.h, main/pa_charset.C,
13773: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
13774: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
13775: types/pa_vxnode.h: started XML
13776:
13777: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
13778:
13779: * src/: classes/file.C, classes/image.C, classes/mail.C,
13780: include/pa_string.h, main/pa_common.C,
13781: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
13782:
13783: * src/: classes/file.C, classes/image.C, classes/mail.C,
13784: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
13785: main/pa_request.C, main/pa_sql_driver_manager.C,
13786: types/pa_vimage.h: size_t pos everywhere checks changed to check
13787: for eq STRING_NOT_FOUND
13788:
13789: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
13790: optimize bit implemented
13791:
13792: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13793: String::ArrayFragment::append_positions fixed
13794:
13795: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
13796: String::this_starts fixed
13797:
13798: * src/main/pa_string.C, tests/Makefile: string::pos fixed
13799:
13800: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
13801: hashcode implemented fully, including per-char callback [it can
13802: be - substr CORD node]
13803:
13804: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
13805: rewritten to rewalloc with 100byte buf ahead
13806:
13807: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
13808: src/include/pa_string.h, src/main/compile.tab.C,
13809: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
13810: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
13811: CORD_ec [bad] would rewrite as realloc now
13812:
13813: * src/: classes/date.C, classes/file.C, classes/form.C,
13814: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
13815: include/pa_cache_managers.h, include/pa_charsets.h,
13816: include/pa_common.h, include/pa_request.h,
13817: include/pa_sql_driver_manager.h, include/pa_table.h,
13818: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
13819: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
13820: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
13821: types/pa_vmail.C, types/pa_vmethod_frame.C,
13822: types/pa_vstateless_class.h: 2*2 worked :)
13823:
13824: * parser3.dsw, src/classes/date.C, src/classes/file.C,
13825: src/include/pa_exec.h, src/include/pa_string.h,
13826: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
13827: passed OK
13828:
13829: * src/: classes/hash.C, classes/string.C, classes/table.C,
13830: types/pa_value.C: all linked todo: debug
13831:
13832: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
13833: types/pa_vstateless_class.C: all compiled. todo:link
13834:
13835: * src/types/pa_wcontext.C: pa_wcontext.C compiled
13836:
13837: * src/types/pa_vtable.C: pa_vtable.C compiled
13838:
13839: * src/types/pa_vstring.C: pa_vstring.C compiled
13840:
13841: * src/types/pa_vstatus.C: pa_vstatus.C compiled
13842:
13843: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
13844: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
13845: pa_vstateless_class.C, pa_vstateless_class.h:
13846: pa_vstateless_class.C compiled
13847:
13848: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
13849: types/pa_vmath.C: pa_vmail.C compiled
13850:
13851: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
13852:
13853: * src/types/pa_vform.C: pa_vform.C compiled
13854:
13855: * src/types/pa_vfile.C: pa_vfile.C compiled
13856:
13857: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
13858: pa_vstateless_class.C: pa_vcookie.C compiled
13859:
13860: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
13861: types/pa_vhash.h: pa_value.C compiled
13862:
13863: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
13864: classes.lib main.lib compiled
13865:
13866: * src/classes/void.C: void.C compiled
13867:
13868: * src/: classes/string.C, classes/table.C, include/pa_string.h,
13869: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
13870: compiled
13871:
13872: * src/: classes/string.C, include/pa_request.h,
13873: include/pa_string.h, main/pa_string.C: string.C compiled
13874:
13875: * src/: classes/op.C, classes/string.C, classes/table.C,
13876: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
13877: main/pa_request.C, main/pa_string.C: op.C compiled
13878:
13879: * src/classes/: math.C, op.C: math.C compiled
13880:
13881: * src/: classes/mail.C, classes/string.C, classes/table.C,
13882: types/pa_vmail.h: mail.C compiled
13883:
13884: * src/classes/: int.C, table.C: int.C compiled
13885:
13886: * src/: classes/hash.C, classes/image.C, classes/string.C,
13887: classes/table.C, include/pa_memory.h, include/pa_string.h,
13888: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
13889: compiled
13890:
13891: * src/: classes/hash.C, classes/string.C, classes/table.C,
13892: classes/void.C, classes/xdoc.C, include/pa_request.h,
13893: include/pa_sql_connection.h: hash.C compiled
13894:
13895: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
13896: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
13897: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13898: classes/math.C, classes/op.C, classes/response.C,
13899: classes/string.C, classes/table.C, classes/void.C,
13900: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
13901: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
13902: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
13903: file.C table.C compiled
13904:
13905: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
13906: main/untaint.C: main.lib compiled
13907:
13908: 2003-03-21 paf
13909:
13910: * src/: classes/op.C, include/pa_cache_managers.h,
13911: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13912: include/pa_stylesheet_manager.h, main/pa_exception.C,
13913: main/pa_globals.C, main/pa_sql_driver_manager.C,
13914: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
13915: compiled
13916:
13917: * src/: classes/hash.C, classes/image.C, classes/op.C,
13918: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
13919: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
13920: main/compile.C, main/pa_common.C, main/pa_request.C,
13921: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
13922: pa_request.C compiled
13923:
13924: * src/: classes/hash.C, classes/mail.C, classes/op.C,
13925: include/pa_request.h, main/execute.C, main/pa_request.C,
13926: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13927: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
13928: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13929: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
13930: compiled
13931:
13932: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
13933: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
13934: on unix
13935:
13936: * src/: include/pa_charset.h, include/pa_charsets.h,
13937: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
13938: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
13939: pa_charsets.C compiled
13940:
13941: * src/: classes/image.C, classes/mail.C, classes/op.C,
13942: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
13943: main/compile.y, main/execute.C, main/pa_common.C,
13944: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
13945: types/pa_vcode_frame.h, types/pa_vimage.h,
13946: types/pa_vmethod_frame.h: execute.C compiled
13947:
13948: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13949: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13950: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13951: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
13952: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13953: include/pa_cache_managers.h, include/pa_charsets.h,
13954: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
13955: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
13956: include/pa_sql_driver_manager.h, include/pa_string.h,
13957: include/pa_stylesheet_connection.h,
13958: include/pa_stylesheet_manager.h, include/pa_table.h,
13959: main/compile.C, main/compile.tab.C, main/compile.y,
13960: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13961: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13962: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13963: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
13964: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
13965: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13966: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13967: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13968: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13969: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13970: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13971: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13972: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13973: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
13974: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13975: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13976: types/pa_vresponse.h, types/pa_vstateless_class.C,
13977: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13978: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13979: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13980: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13981: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13982: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
13983: [C++ CORD wrapper]
13984:
13985: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
13986:
13987: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
13988: $file::exec/cgi[script; $.charset[this is script's charset]
13989:
13990: command line, env values, input got transcoded before call
13991: stdout, stderr got transcoded after call
13992:
13993: * src/classes/file.C: ^file::exec/cgi now does not pass post data
13994: by default. use: ^file::exec[...;$.stdin[$request.body]
13995:
13996: * src/main/pa_common.C: } typo bug fix
13997:
13998: * src/main/pa_common.C: } typo bug fix
13999:
14000: 2003-03-20 paf
14001:
14002: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14003: main/untaint.C: cord bug fix, but still errors todo: clear out
14004:
14005: * src/include/pa_string.h: more tests
14006:
14007: * src/main/pa_string.C: string.pos fixed
14008:
1.116 moko 14009: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14010: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14011: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14012: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14013: replaces
1.95 moko 14014:
14015: * src/: classes/image.C, include/pa_dictionary.h,
14016: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14017: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14018: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14019: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14020:
14021: * src/include/pa_string.h: warning
14022:
14023: * src/include/pa_string.h: this_starts fixed
14024:
14025: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14026: new String ctor & append params convention
14027:
14028: * src/: classes/file.C, classes/hash.C, classes/image.C,
14029: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14030: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14031: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14032: main/pa_exception.C, main/pa_exec.C,
14033: main/pa_sql_driver_manager.C, main/pa_string.C,
14034: main/pa_stylesheet_manager.C, main/untaint.C,
14035: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14036: types/pa_vmail.C: more tests OK
14037:
14038: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14039: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14040: gc/exit runned OK
14041:
14042: * src/types/pa_vmail.C: another naming problem: should not name
14043: vars like that: unpredictable close caused problems with later
14044: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14045: descriptors missing on startup: stdin; Bad file number
14046:
14047: todo: find out why so many filters(stream) here. probably wrong?
14048:
14049: * src/: include/pa_dictionary.h, include/pa_string.h,
14050: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14051: main/untaint.C: test compiled
14052:
14053: * src/: classes/image.C, classes/mail.C, classes/math.C,
14054: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
14055: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
14056: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
14057: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
14058: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14059: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
14060: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
14061: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
14062: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
14063:
14064: * parser3.dsw, src/classes/file.C, src/classes/image.C,
14065: src/classes/op.C, src/classes/string.C, src/classes/table.C,
14066: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
14067: src/include/pa_memory.h, src/include/pa_request.h,
14068: src/include/pa_request_charsets.h,
14069: src/include/pa_sql_connection.h, src/include/pa_string.h,
14070: src/main/compile.tab.C, src/main/execute.C,
14071: src/main/pa_charset.C, src/main/pa_common.C,
14072: src/main/pa_exception.C, src/main/pa_exec.C,
14073: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14074: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
14075: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
14076: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
14077: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14078: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
14079: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14080: src/types/pa_vobject.C, src/types/pa_vresponse.C,
14081: src/types/pa_vstatus.C, src/types/pa_vstring.C,
14082: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14083: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
14084: pa_common.C [done, without http for now]
14085:
14086: 2003-03-19 paf
14087:
14088: * src/: classes/date.C, classes/form.C, classes/hash.C,
14089: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
14090: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
14091: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
14092: include/pa_string.h, include/pa_table.h, main/compile.C,
14093: main/compile_tools.C, main/execute.C, main/pa_charset.C,
14094: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
14095: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
14096: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14097: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
14098: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
14099: types/pa_vstateless_class.h, types/pa_vtable.C,
14100: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
14101: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14102: types/pa_wwrapper.h: started test
14103:
1.116 moko 14104: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
14105: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 14106:
14107: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
14108: include/pa_string.h, main/pa_string.C: string compiled todo: test
14109: it
14110:
14111: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
14112: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
14113: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
14114: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
14115: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
14116: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
14117: types/pa_vmethod_frame.h, types/types.dsp: string
14118: reimplementation with cord+array<fragment>: 70%
14119:
14120: 2003-03-18 paf
14121:
14122: * src/: classes/date.C, classes/file.C, classes/form.C,
14123: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
14124: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
14125: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
14126: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
14127: can ignore lang in cmp and pos really, but would
14128: split properly!
14129:
14130: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
14131: cord part made parser/src/lib: it's not compiled into libgc by
14132: default
14133:
14134: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
14135: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14136: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14137: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14138: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14139: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14140: src/classes/xnode.C, src/classes/xnode.h,
14141: src/include/Makefile.am, src/include/pa_cache_managers.h,
14142: src/include/pa_charset.h, src/include/pa_charsets.h,
14143: src/include/pa_common.h, src/include/pa_dictionary.h,
14144: src/include/pa_exception.h, src/include/pa_exec.h,
14145: src/include/pa_globals.h, src/include/pa_hash.h,
14146: src/include/pa_memory.h, src/include/pa_pool.h,
14147: src/include/pa_request.h, src/include/pa_request_charsets.h,
14148: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
14149: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14150: src/include/pa_stylesheet_connection.h,
14151: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14152: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
14153: src/main/compile.C, src/main/compile.tab.C,
14154: src/main/compile_tools.C, src/main/compile_tools.h,
14155: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
14156: src/main/pa_charsets.C, src/main/pa_common.C,
14157: src/main/pa_dictionary.C, src/main/pa_exception.C,
14158: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
14159: src/main/pa_pool.C, src/main/pa_request.C,
14160: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14161: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
14162: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
14163: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14164: src/types/pa_junction.h, src/types/pa_method.h,
14165: src/types/pa_value.C, src/types/pa_value.h,
14166: src/types/pa_vclass.C, src/types/pa_vclass.h,
14167: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14168: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14169: src/types/pa_vdouble.h, src/types/pa_venv.h,
14170: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14171: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14172: src/types/pa_vimage.C, src/types/pa_vimage.h,
14173: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
14174: src/types/pa_vmath.C, src/types/pa_vmath.h,
14175: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14176: src/types/pa_vobject.C, src/types/pa_vobject.h,
14177: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14178: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14179: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14180: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14181: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14182: src/types/pa_vstring.h, src/types/pa_vtable.C,
14183: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14184: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14185: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14186: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14187: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
14188: gc: PA_Object done lots of replacements also
14189:
14190: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
14191: gc logging
14192:
14193: 2003-03-17 paf
14194:
14195: * src/: classes/date.C, classes/file.C, classes/form.C,
14196: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
14197: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
14198: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14199: include/pa_string.h, include/pa_types.h, main/compile.C,
14200: main/compile.tab.C, main/execute.C, main/pa_charset.C,
14201: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
14202: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14203: main/pa_sql_driver_manager.C, main/pa_string.C,
14204: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
14205: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
14206: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14207: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
14208: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
14209: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14210: types/pa_vxnode.h: libgc attempt
14211:
14212: 2003-03-13 paf
14213:
14214: * src/: include/pa_sql_driver_manager.h,
14215: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
14216: called
14217:
14218: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
14219: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
14220: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
14221: types/pa_value.h, types/pa_vobject.h,
14222: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
14223: set_base, set_derived simplified [counter leaks fixed]
14224:
14225: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
14226: src/types/types.dsp: incorporated status class patch From:
14227: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
14228: 2003 8:14 AM
14229:
14230: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
14231: Win32 specific: QuotaPeakNonPagedPoolUsage
14232: QuotaPeakPagedPoolUsage PeakPagefileUsage]
14233:
14234: 2003-03-12 paf
14235:
1.116 moko 14236: * configure, configure.in, src/lib/ltdl/configure,
14237: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 14238: lib/ltdl/Makefile now created by /configure.in only [were by
14239: lib/ltdl/configure.in OVERWRITE]
14240:
1.116 moko 14241: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
14242: linkage fixed for g++ 3.2.2
1.95 moko 14243:
14244: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
14245: on using privately declared class [fixed]
14246:
14247: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
14248: 3.2 rightliy complained on using privately declared class [fixed]
14249:
14250: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
14251: sigpipe before request constructor now causes death
14252:
14253: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
14254: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
14255: not cause exception in exception handler
14256:
1.116 moko 14257: * configure, configure.in, src/targets/cgi/Makefile.am: configure
14258: now default links libstdc++ statically. that can be overriden by
14259: --with-dynamic-stdcpp
1.95 moko 14260:
14261: 2003-03-11 paf
14262:
14263: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
14264: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
14265: necessity of libstdc++
14266:
14267: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14268:
14269: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14270:
14271: 2003-03-08 paf
14272:
14273: * tests/Makefile: make install & co
14274:
14275: * src/: include/pa_request.h, classes/op.C: removing
14276: vclass,object.h -> pa_request.h dependency
14277:
14278: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
14279: main/pa_request.C: removing vform,response,cookie.h ->
14280: pa_request.h dependency
14281:
14282: * src/include/pa_request.h: removing vmail.h -> pa_request.h
14283: dependency [testing...]
14284:
14285: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
14286: return 0; fixed
14287:
14288: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
14289: types/pa_vmail.h: vmail.C received just compiled [not tested]
14290:
14291: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
14292:
14293: * src/main/pa_request.C: forgotten: ifdef XML
14294:
14295: * src/main/pa_request.C: forgotten: ifdef XML
14296:
14297: * src/targets/cgi/parser3.C: todo: move to latest xml version on
14298: win32 and run memleak tests again
14299:
14300: * src/targets/cgi/parser3.C: charsets: see some strange things with
14301: old xml lib-- it's internal memory handling has faults
14302:
14303: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
14304: problems when transcode from charset A to A.
14305:
14306: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
14307: todo: still problems when transcode from charset A to A.
14308:
14309: * src/: classes/hash.C, classes/mail.C, classes/string.C,
14310: classes/table.C, include/pa_array.h,
14311: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
14312: started full-scale-site-test [~ http://parser.ru sources]
14313:
14314: some fixes
14315:
14316: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
14317: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14318: 117.html, 118.html, 119.html, 120.html, results/109.processed,
14319: results/110.processed, results/111.processed,
14320: results/112.processed, results/113.processed,
14321: results/114.processed, results/115.processed,
14322: results/116.processed, results/117.processed,
14323: results/118.processed, results/119.processed,
14324: results/120.processed: xml: tests 109 dom create/show 110 xpath
14325: selectSingle 111 xdoc.create from tainted & 112
14326: xdoc.create/output with russian attr value 113 xpath
14327: selectString/Number 114 dom attributes.count 115 xpath selectBool
14328: 116 output media-type change 117 transform by dom stylesheet 118
14329: empty transform result 119 dom setAttribute 120 nbsp letter
14330: output
14331:
14332: =END OF PREPARED XML TESTS=
14333:
14334: 2003-03-07 paf
14335:
14336: * src/classes/xdoc.C, src/include/pa_charset.h,
14337: src/include/pa_stylesheet_connection.h, tests/108.html,
14338: tests/108.xsl, tests/results/108.processed: xml: test 108
14339: transform with params [bugs fixed]
14340:
14341: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
14342: from copy/paste bug
14343:
14344: * src/classes/xdoc.C, src/include/pa_charset.h,
14345: src/include/pa_request.h, src/main/execute.C,
14346: src/main/pa_charset.C, src/main/pa_exception.C,
14347: src/main/pa_globals.C, src/main/pa_request.C,
14348: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14349: src/types/pa_vxnode.C, tests/107.html,
14350: tests/results/107.processed: xml: test: 107 bug fixes
14351:
14352: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14353: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14354: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
14355:
14356: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
14357: string
14358:
14359: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
14360: mem alloc functions used for different cases [libxml, libxsl]
14361:
14362: * src/classes/classes.C: fixed: prevent system classes from
14363: modification to lock ALL the classes, not only directly used
14364:
14365: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
14366: linked
14367:
14368: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
14369:
14370: 2003-03-06 paf
14371:
14372: * src/classes/xdoc.C: xdoc.C 50%
14373:
14374: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
14375: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14376: main/pa_globals.C, main/pa_request.C,
14377: main/pa_stylesheet_manager.C: xnode.C compiled
14378:
14379: * src/: include/pa_stylesheet_connection.h,
14380: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
14381: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
14382:
14383: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
14384: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14385: xml: stylesheet&manager STARTED
14386:
14387: * src/: include/pa_globals.h, main/pa_charset.C,
14388: main/pa_exception.C, main/pa_globals.C: xml: exceptions
14389:
14390: * src/: include/pa_charset.h, include/pa_config_fixed.h,
14391: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
14392: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
14393: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
14394: charsets
14395:
14396: * tests/023.html: in some cases it rounded up badly. postponing
14397: solution of that problem, making more simple test
14398:
14399: * tests/: 058_paf2000.png, results/058.processed: .png added with
14400: -kb now
14401:
14402: * src/: include/pa_charset.h, include/pa_charsets.h,
14403: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
14404: moved to charsets.C
14405:
14406: 2003-03-05 paf
14407:
14408: * src/classes/string.C, src/include/pa_string.h,
14409: src/main/pa_string.C, tests/105.html,
14410: tests/results/105.processed: String::match bug fixed
14411:
14412: * src/classes/op.C, src/main/main.dsp, tests/104.html,
14413: tests/results/104.processed: ^bpt operator added [does int3 in
14414: debug build on win32]
14415:
14416: * tests/: 057.html, results/057.processed: test bug fixed
14417:
1.116 moko 14418: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 14419:
14420: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
14421: missing
14422:
1.116 moko 14423: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
14424: forgotten files added to Makes
1.95 moko 14425:
14426: * ltmain.sh: ltmain.sh added
14427:
14428: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14429: change undone ;(
14430:
14431: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14432: made static
14433:
14434: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 14435: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
14436: todo:make linker happy
1.95 moko 14437:
14438: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
14439: env param made optional
14440:
14441: 2003-03-04 paf
14442:
14443: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
14444: types/pa_vimage.h: number of gcc compiler bugs fixed
14445:
14446: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
14447: results/103.processed: tests: 103 image.copy transparence test
14448:
14449: * src/main/execute.C, tests/101.html, tests/102.html,
14450: tests/results/101.processed, tests/results/102.processed: tests:
14451: 101 method/variable name conflict test 102 form fields change
14452: should not not change anything [bug fix]
14453:
14454: * tests/: 057.html, 099.html, 100.html, results/057.processed,
14455: results/099.processed, results/100.processed: tests: 57 date
14456: create 2002: added 99,100 response:body/download
14457:
14458: * src/classes/image.C, tests/098.html, tests/098font.gif,
14459: tests/results/098.processed: test: 98 image font text [bug fixed]
14460:
14461: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
14462: tests/results/097.processed: test: 97 file::load http:// [bugs
14463: fixed]
14464:
14465: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
14466: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
14467: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
14468: image EXIF [bug fixed]
14469:
14470: * src/classes/table.C, src/main/execute.C, tests/061.dat,
14471: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
14472: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
14473: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
14474: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
14475: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
14476: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
14477: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
14478: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
14479: tests/094.html, tests/095.html, tests/results/061.processed,
14480: tests/results/062.processed, tests/results/063.processed,
14481: tests/results/064.processed, tests/results/065.processed,
14482: tests/results/066.processed, tests/results/067.processed,
14483: tests/results/068.processed, tests/results/069.processed,
14484: tests/results/070.processed, tests/results/071.processed,
14485: tests/results/072.processed, tests/results/073.processed,
14486: tests/results/074.processed, tests/results/075.processed,
14487: tests/results/076.processed, tests/results/077.processed,
14488: tests/results/078.processed, tests/results/080.processed,
14489: tests/results/081.processed, tests/results/082.processed,
14490: tests/results/083.processed, tests/results/084.processed,
14491: tests/results/085.processed, tests/results/086.processed,
14492: tests/results/087.processed, tests/results/088.processed,
14493: tests/results/089.processed, tests/results/090.processed,
14494: tests/results/091.processed, tests/results/092.processed,
14495: tests/results/093.processed, tests/results/094.processed,
14496: tests/results/095.processed, tests/079.html,
14497: tests/results/079.processed: tests: 61 file::stat size 62
14498: string->int autoconvert 63 double .int,dec,div,mul 64 date
14499: compare 65 file: basename,justname,justext 66 math:crypt 67
14500: string.match simple on long 68 string.match normalized simple on
14501: long 69 string.int 70 file::stat content-type 71 table.join 72
14502: hash parameter conditional pass 73 date daylightsaving,yearday 74
14503: date arithmetics 75 response date values/attributes 76 string.pos
14504: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
14505: with local 80 scientific numeric literal in string autoconvert 81
14506: xor: logical and numerical 82 for delims 83 menu delims 84
14507: table.hash distinct 85 long string replace 86 throw+catch
14508: current language preserve 87 bit shifts 88 junction tests +
14509: $caller test 89 hash.foreach selfmodification 90 int/void to int
14510: 91 $caller test 92 junction is + def junction tests 93 $caller
14511: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
14512:
14513: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
14514: fixed] 60 string eq string [bug fixed]
14515:
14516: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
14517: 058.html, 058_paf2000.png, 059.html, 060.html,
14518: results/053.processed, results/054.processed,
14519: results/055.processed, results/056.processed,
14520: results/057.processed, results/058.processed,
14521: results/059.processed, results/060.processed: test: 53
14522: string.replace 54 junctions 55 table.hash 56 call indirect 57
14523: date.create[string] 58 image.measure[png]
14524:
14525: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
14526: outputs/051.processed, results/052.processed: test: 52
14527: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
14528: task: fix that
14529:
14530: 2003-03-03 paf
14531:
14532: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
14533: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
14534: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
14535: outputs/049.processed, outputs/050.processed,
14536: outputs/051.processed, results/001.processed,
14537: results/002.processed, results/003.processed,
14538: results/005.processed, results/006.processed,
14539: results/008.processed, results/009.processed,
14540: results/011.processed, results/012.processed,
14541: results/013.processed, results/014.processed,
14542: results/015.processed, results/016.processed,
14543: results/017.processed, results/020.processed,
14544: results/021.processed, results/022.processed,
14545: results/024.processed, results/025.processed,
14546: results/026.processed, results/027.processed,
14547: results/028.processed, results/029.processed,
14548: results/030.processed, results/031.processed,
14549: results/049.processed, results/050.processed,
14550: results/051.processed, results/043.processed,
14551: results/044.processed, results/045.processed,
14552: results/046.processed, results/047.processed,
14553: results/048.processed: tests: 43,44,45 date rolls 46
14554: autoevaluating junction 47 table.select 48 name with subvar 49
14555: hash-creating switch 50 process 51 started parent/child, works as
14556: it were but it were NOT GOOD, created separate task to fix that
14557:
14558: * tests/: 042.html, results/042.processed: test: 42
14559: exception.handled
14560:
14561: * tests/: 041.html, results/041.processed: test: 41 table.locate by
14562: expression
14563:
14564: * tests/: 040.html, results/040.processed: test: 39 method result
14565: of type table 40 method param junction auto evaluate
14566:
14567: * tests/: 039.html, results/039.processed: test: 37 method result
14568: of type table
14569:
14570: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
14571: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
14572: tests/038.html, tests/results/033.processed,
14573: tests/results/034.processed, tests/results/035.processed,
14574: tests/results/036.processed, tests/results/037.processed,
14575: tests/results/038.processed: tests: 33 string.replace 34
14576: string.upper 35 table created 36 local/global vars with juntions
14577: 37 table clone 38 math PI & number formatting
14578:
14579: math class registring typo fixed
14580:
14581: * src/classes/op.C, src/include/pa_request.h,
14582: src/include/pa_string.h, src/main/execute.C,
14583: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
14584: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
14585: tests/032.html, tests/results/032.processed: uchar changed to
14586: String_UL in all places [was not everywhere] untaint test: 032
14587:
14588: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
14589: tests/results/004.processed, tests/parser-cygwin.sh,
14590: tests/parser-unix.sh: removed -H command line key, now testing
14591: using .sh file with SERVER_SOFTWARE=xxx
14592:
14593: 2003-02-26 paf
14594:
14595: * src/main/execute.C, src/types/pa_vstateless_class.h,
14596: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
14597: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
14598: tests/results/024.processed, tests/results/025.processed,
14599: tests/results/026.processed, tests/results/027.processed,
14600: tests/results/028.processed, tests/results/029.processed,
14601: tests/results/030.processed, tests/results/031.processed: fixed
14602: bug with name_cstr mutable CharPtr more tests
14603:
14604: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
14605: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
14606: << abort. die now just exits
14607:
14608: * src/classes/classes.awk, src/classes/classes.h,
14609: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14610: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14611: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14612: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14613: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14614: src/classes/xnode.C, src/include/pa_memory.h,
14615: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
14616: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
14617: src/types/pa_vform.C, tests/015.html, tests/016.html,
14618: tests/017.html, tests/018.html, tests/019.html,
14619: tests/019paf2001.gif, tests/020.html, tests/021.html,
14620: tests/022.html, tests/023.html, tests/022_dir/a.html,
14621: tests/022_dir/b.txt, tests/022_dir/c.htm,
14622: tests/results/015.processed, tests/results/016.processed,
14623: tests/results/017.processed, tests/results/018.processed,
14624: tests/results/019.processed, tests/results/020.processed,
14625: tests/results/021.processed, tests/results/022.processed,
14626: tests/results/023.processed: methoded_array now contains all Mxxx
14627: classes SAPI::get_env now returns info on pool more tests
14628:
14629: * src/include/pa_array.h, src/include/pa_hash.h,
14630: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
14631: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
14632: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
14633: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
14634: tests/014.html, tests/Makefile, tests/outputs/create-dir,
14635: tests/results/001.processed, tests/results/002.processed,
14636: tests/results/003.processed, tests/results/004.processed,
14637: tests/results/005.processed, tests/results/006.processed,
14638: tests/results/007.processed, tests/results/008.processed,
14639: tests/results/009.processed, tests/results/010.processed,
14640: tests/results/011.processed, tests/results/012.processed,
14641: tests/results/013.processed, tests/results/014.processed: hash
14642: cloning fixed
14643:
14644: 2003-02-25 paf
14645:
14646: * src/main/pa_common.C: typo fixed
14647:
14648: 2003-02-24 paf
14649:
14650: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
14651: [one remained]
14652:
14653: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
14654: [should have been get_string(&pool)] todo: check other such calls
14655:
14656: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
14657: test10, bad lookups
14658:
14659: xxx* xxx=smartptr.get(); << is bad style, after ";" original
14660: object got destructed, and xxx points to sky
14661:
14662: * ChangeLog, src/classes/string.C: match bug fixed
14663:
14664: * src/types/pa_vmail.C: body [text/html] transcoded to
14665: $.charset[specified] now
14666:
14667: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14668: which failed to handle sigsetjmp+throw: crashed inside of
14669: pre-throw code. rewritten simplier [though duplicating
14670: closesocket code]
14671:
14672: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14673: which failed to handle sigsetjmp+throw: crashed inside of
14674: pre-throw code. rewritten simplier [though duplicating
14675: closesocket code]
14676:
14677: 2003-02-21 paf
14678:
14679: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
14680: $cookie:name[$.expires[date << can be now]]
14681:
14682: written makefile with regression tests [raw]
14683:
14684: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
14685: tests' only [it's not forcing CGI mode now] now use -H to output
14686: CGI header when parser used in command line [useful for tests
14687: also]
14688:
14689: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
14690: switches on CGI mode, and is used in regression tests
14691:
14692: * src/: include/pa_request.h, main/pa_request.C,
14693: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
14694: fixed
14695:
14696: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
14697: handling pa_*
14698:
14699: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
14700: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
14701: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
14702: memory handling files
14703:
14704: * src/main/pa_array.C: pool::format_integer terminator fixed
14705:
14706: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
14707: compiles OK test to show benefits of free
14708:
14709: * src/: classes/file.C, classes/image.C, classes/mail.C,
14710: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
14711: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14712: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
14713: use pool [as the one in ^process]
14714:
14715: * src/classes/op.C: fixed process. sould now check for all cstr's
14716: -- some must use pool [as the one in ^process]
14717:
14718: 2003-02-20 paf
14719:
14720: * src/: classes/date.C, classes/double.C, classes/file.C,
14721: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14722: classes/math.C, classes/op.C, classes/response.C,
14723: classes/string.C, classes/table.C, classes/void.C,
14724: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
14725: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
14726: string cmp fixed
14727:
14728: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
14729: values passed OK now
14730:
14731: 2003-02-19 paf
14732:
14733: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
14734: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
14735: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
14736: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
14737: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
14738: all remaning leaks resulted from pooled::malloc calls [excluding
14739: in gd -- planning complete rewrite extremely ugly code]
14740:
14741: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
14742: files
14743:
14744: 2003-02-17 paf
14745:
14746: * src/: classes/date.C, classes/double.C, classes/file.C,
14747: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14748: classes/response.C, classes/string.C, classes/table.C,
14749: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
14750: include/pa_stylesheet_connection.h,
14751: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
14752: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14753: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
14754: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
14755: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
14756: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
14757: of unitialized simple-typed field
14758:
14759: * src/: classes/classes.C, classes/classes.h, main/execute.C,
14760: main/pa_charset.C, main/pa_request.C: another bug of unitialized
14761: simple-typed field fixed. todo: find&kill all like that one
14762:
14763: * src/: main/execute.C, targets/cgi/pa_pool.C,
14764: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
14765: debug output fixed
14766:
14767: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
14768: main/pa_request.C: stack-stored items need extra .ref to prevent
14769: object_ptr from delete[them]
14770:
14771: * src/: classes/date.C, classes/op.C, classes/table.C,
14772: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
14773: include/pa_charset.h, main/Makefile.am, main/main.dsp,
14774: main/pa_charset.C, main/pa_common.C,
14775: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14776: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14777: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
14778: calls
14779:
14780: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
14781: couple mem leaks rusulted from old pooled::malloc usage.
14782: todo:find more like those
14783:
14784: * src/main/: compile.C, compile_tools.C: 2*2!
14785:
14786: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
14787: stackItem fixed [there were no string on stack before]
14788:
14789: * src/: main/execute.C, main/pa_request.C,
14790: types/pa_vmethod_frame.C: first letters out OK
14791:
14792: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
14793: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
14794: main/pa_string.C, main/untaint.C, types/pa_value.h,
14795: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
14796: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
14797: type not initialized with zeros :( while class fields of class
14798: types initialized with default constructors. learn C++
14799:
14800: * src/: classes/classes.awk, classes/double.C, classes/file.C,
14801: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
14802: classes/math.C, classes/xdoc.C, classes/xnode.C,
14803: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
14804: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
14805:
14806: 2003-02-14 paf
14807:
14808: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
14809: 13 link errors
14810:
14811: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
14812: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
14813: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14814: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
14815: errors :)
14816:
14817: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
14818: classes/hash.C, classes/mail.C, classes/op.C,
14819: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
14820: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
14821: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
14822: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
14823:
14824: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
14825: classes/table.C, include/pa_common.h, include/pa_globals.h,
14826: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
14827: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
14828: types/pa_vint.h, types/types.dsp: op compiled
14829:
14830: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
14831: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
14832: main/untaint.C, types/pa_vtable.h: string, response compiled
14833:
14834: 2003-02-07 paf
14835:
14836: * src/: classes/table.C, types/pa_vtable.h: table compiled
14837:
14838: 2003-02-06 paf
14839:
14840: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
14841: mail compiled
14842:
14843: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
14844: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
14845: types/pa_vfile.h, types/pa_vimage.h: image compiled
14846:
14847: * src/classes/: file.C, form.C: form compiled
14848:
14849: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
14850: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
14851: types/pa_vfile.C, types/pa_vfile.h: file compiled
14852:
14853: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
14854: types/pa_vmath.h: math compiled [win32]
14855:
14856: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
14857: types/pa_vstring.h: hash compiled
14858:
14859: 2003-02-04 paf
14860:
14861: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
14862: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14863: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
14864: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
14865: types/pa_vhash.h: hash 50% compiled
14866:
14867: * src/: classes/date.C, classes/file.C, classes/hash.C,
14868: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
14869: classes/string.C, classes/table.C, classes/xdoc.C,
14870: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
14871: main/pa_string.C: date compiled
14872:
14873: * src/classes/: classes.dsp, double.C: double compiled
14874:
14875: * src/: classes/date.C, classes/double.C, classes/file.C,
14876: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
14877: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
14878: classes/string.C, classes/table.C, classes/void.C,
14879: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
14880: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
14881: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
14882: compiled
14883:
14884: * src/: classes/date.C, classes/double.C, classes/file.C,
14885: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14886: classes/math.C, classes/op.C, classes/response.C,
14887: classes/string.C, classes/table.C, classes/void.C,
14888: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14889: types/pa_vvoid.h: void compiled :)
14890:
14891: * src/: include/pa_globals.h, main/pa_cache_managers.C,
14892: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14893: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14894: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
14895: main/pa_string.C, main/pa_uue.C, main/untaint.C,
14896: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
14897: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
14898: types/pa_vresponse.C, types/pa_vstateless_class.C,
14899: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
14900: types/pa_wcontext.C, types/types.dsp: removed stupid
14901: value_includes.h
14902:
14903: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
14904: trying to remove stupid value_includes.h
14905:
14906: * src/main/pa_exec.C: pa_exec compiled on win32
14907:
14908: * src/main/pa_exec.C: libmain.a compiled on six [unix]
14909:
14910: * src/: include/pa_globals.h, include/pa_request.h,
14911: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
14912: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
14913: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
14914: types/pa_vrequest.C, types/pa_vstateless_class.C,
14915: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
14916:
14917: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
14918: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
14919: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
14920:
14921: * src/: include/pa_array.h, include/pa_config_includes.h,
14922: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
14923: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
14924: compiled
14925:
14926: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
14927: name conflicts)
14928:
14929: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
14930: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
14931: yelds "virtual memory exhausted" while trying to compile
14932: execute.C [eating up to 127MB]
14933:
14934: 2003-02-03 paf
14935:
14936: * src/: include/pa_config_includes.h, include/pa_hash.h,
14937: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
14938: main/pa_common.C, types/pa_value.C, types/pa_value.h,
14939: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14940: types/pa_vint.h, types/pa_vjunction.h,
14941: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
14942: started gcc compiling pa_common compiled
14943:
14944: * src/: include/pa_exception.h, include/pa_pool.h,
14945: main/pa_exception.C: exception gcc change #1
14946:
1.116 moko 14947: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
14948: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 14949:
14950: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
14951:
14952: * src/types/pa_vtable.C: vtable compiled
14953:
14954: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
14955:
14956: * src/: include/pa_cache_managers.h, main/pa_request.C,
14957: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
14958:
14959: * src/types/pa_vstateless_class.C: vstateless_class compiled
14960:
14961: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
14962:
14963: * src/types/pa_vrequest.C: vrequest compiled
14964:
14965: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
14966: pa_vobject.C, pa_vobject.h: vobject compiled
14967:
14968: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
14969: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14970: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
14971: compiled
14972:
14973: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
14974:
14975: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
14976: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
14977: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
14978: compiled
14979:
14980: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
14981: main.lib - 0 error(s), 0 warning(s)
14982:
14983: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
14984: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
14985:
14986: 2003-01-31 paf
14987:
14988: * src/: include/pa_array.h, include/pa_operation.h,
14989: include/pa_request.h, main/execute.C, main/main.dsp,
14990: types/pa_vjunction.h: started last file from main library:
14991: execute
14992:
14993: * src/: include/pa_request.h, include/pa_sapi.h,
14994: main/compile.tab.C, main/compile.y, main/compile_tools.h,
14995: main/pa_request.C, targets/cgi/parser3.C,
14996: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
14997: types/pa_vhash.h: pa_request compiled
14998:
14999: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15000: include/pa_globals.h, include/pa_request.h,
15001: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15002: main/execute.C, main/main.dsp, main/pa_common.C,
15003: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15004: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15005: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15006: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15007: types/types.dsp: most pa_request compiled
15008:
15009: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15010: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15011: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15012: classes/op.C, classes/response.C, classes/string.C,
15013: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15014: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15015: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15016: include/pa_config_fixed.h, include/pa_config_includes.h,
15017: include/pa_dictionary.h, include/pa_dir.h,
15018: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15019: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15020: include/pa_pool.h, include/pa_request.h,
15021: include/pa_request_charsets.h, include/pa_request_info.h,
15022: include/pa_sapi.h, include/pa_socks.h,
15023: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15024: include/pa_stack.h, include/pa_string.h,
15025: include/pa_stylesheet_connection.h,
15026: include/pa_stylesheet_manager.h, include/pa_table.h,
15027: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15028: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15029: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15030: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15031: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15032: main/compile.C, main/compile.tab.C, main/compile.y,
15033: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15034: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15035: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15036: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15037: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15038: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15039: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15040: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15041: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15042: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15043: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15044: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15045: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15046: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15047: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15048: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15049: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15050: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15051: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15052: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15053: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15054: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15055: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15056: types/pa_vresponse.h, types/pa_vstateless_class.C,
15057: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15058: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15059: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15060: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15061: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15062: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
15063:
15064: * ChangeLog, src/classes/classes.h, src/classes/op.C,
15065: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15066: src/include/pa_charsets.h, src/include/pa_common.h,
15067: src/include/pa_dictionary.h, src/include/pa_exception.h,
15068: src/include/pa_exec.h, src/include/pa_pool.h,
15069: src/include/pa_request.h, src/include/pa_sapi.h,
15070: src/include/pa_sql_connection.h,
15071: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15072: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
15073: src/main/compile.tab.C, src/main/compile_tools.C,
15074: src/main/compile_tools.h, src/main/main.dsp,
15075: src/main/pa_charset.C, src/main/pa_charsets.C,
15076: src/main/pa_common.C, src/main/pa_dictionary.C,
15077: src/main/pa_exception.C, src/main/pa_exec.C,
15078: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15079: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
15080: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
15081: src/types/pa_vclass.h, src/types/pa_vcookie.C,
15082: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15083: src/types/pa_vdouble.h, src/types/pa_venv.h,
15084: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
15085: src/types/pa_vhash.h, src/types/pa_vimage.C,
15086: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
15087: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
15088: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15089: src/types/pa_vobject.C, src/types/pa_vobject.h,
15090: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15091: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15092: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15093: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
15094: src/types/pa_vstring.h, src/types/pa_vtable.h,
15095: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
15096: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
15097: died, long live StringPtr
15098:
15099: 2003-01-30 paf
15100:
15101: * src/: include/pa_charset.h, include/pa_request.h,
15102: include/pa_sql_driver_manager.h, main/compile.tab.C,
15103: main/compile.y, main/compile_tools.h, main/pa_request.C,
15104: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
15105:
15106: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
15107: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
15108: types/pa_vhash.h, types/pa_vmethod_frame.h,
15109: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15110: types/types.dsp: vstateless_class compiled
15111:
15112: * src/main/compile.C: compile compiled
15113:
15114: * src/: include/pa_array.h, include/pa_operation.h,
15115: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
15116: main/pa_table.C: compile_tools compiled
15117:
15118: * src/: include/pa_operation.h, main/compile.y,
15119: main/compile_tools.C, main/compile_tools.h: started
15120: compile_tools. vagues ideas of how to free compiled code
15121:
15122: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
15123: main/main.dsp, types/pa_value.C, types/pa_value.h,
15124: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
15125: compiled
15126:
15127: 2003-01-29 paf
15128:
15129: * src/: include/pa_globals.h, include/pa_request.h,
15130: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15131: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
15132: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
15133: compiled
15134:
15135: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
15136: now
15137:
15138: * src/: include/pa_array.h, include/pa_exception.h,
15139: include/pa_pool.h, main/pa_exception.C: gd compiled
15140:
15141: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
15142: compiled
15143:
15144: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15145: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
15146: types/pa_vfile.h: vfile compiled
15147:
15148: * src/: include/pa_common.h, include/pa_globals.h,
15149: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
15150: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
15151: types/pa_vform.C, types/pa_vform.h: vcookie compiled
15152:
15153: * src/: include/pa_exception.h, main/pa_cache_managers.C,
15154: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
15155: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
15156: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15157: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
15158:
15159: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
15160: main/main.dsp, main/untaint.C: more compiled
15161:
15162: * src/: include/pa_charsets.h, include/pa_request.h,
15163: include/pa_request_info.h, include/pa_string.h,
15164: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
15165: types/pa_vresponse.h: vrequest compiled
15166:
15167: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
15168: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
15169: pa_vresponse.h, pa_wcontext.h: vrequest compiled
15170:
15171: * src/: classes/classes.h, include/pa_charset.h,
15172: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
15173: include/pa_request.h, include/pa_string.h, main/main.dsp,
15174: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
15175: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
15176: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
15177: types/pa_vrequest.C, types/pa_vrequest.h,
15178: types/pa_vstateless_class.h, types/pa_vstring.h,
15179: types/pa_vvoid.h: vrequest,vdouble,vint compiled
15180:
15181: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
15182: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15183: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
15184: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
15185: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15186: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
15187: types/pa_vobject.h, types/pa_vstateless_class.h,
15188: types/pa_vstateless_object.h, types/pa_vstatus.h,
15189: types/pa_vstring.h, types/types.dsp: vmath compiled
15190:
15191: 2003-01-28 paf
15192:
15193: * src/: classes/classes.h, classes/date.C, classes/file.C,
15194: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
15195: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
15196: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
15197: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
15198: compile_tools
15199:
15200: * src/: include/pa_charset.h, include/pa_exception.h,
15201: include/pa_request.h, include/pa_string.h, main/untaint.C:
15202: untaint compiled
15203:
15204: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
15205: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
15206: more compiled. struck with string::store_to needing to know
15207: source/client charsets
15208:
15209: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
15210: types/pa_vfile.h: uue compiled
15211:
15212: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
15213: table compiled
15214:
15215: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15216: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
15217:
15218: * src/: include/pa_charset.h, main/pa_charset.C,
15219: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
15220: introduced]
15221:
15222: * src/: classes/date.C, include/pa_charset.h,
15223: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
15224: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
15225: pa_charsets compiled
15226:
15227: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
15228: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
15229:
15230: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
15231: common compiled
15232:
15233: * src/: include/pa_charsets.h, main/pa_charsets.C,
15234: main/pa_sql_driver_manager.C: pa_charsets compiled
15235:
15236: * src/: include/pa_array.h, include/pa_charset.h,
15237: include/pa_charsets.h, include/pa_pool.h,
15238: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15239: include/pa_stack.h, include/pa_string.h,
15240: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
15241: sql_driver_manager compiled
15242:
15243: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
15244: letter i with two dots added to koi, all ukranian letters added
15245: to win1251.
15246:
15247: typographic simbol 0xb9 deleted from win1251 [strange one & were
15248: abscent from koi]
15249:
15250: 2003-01-27 paf
15251:
15252: * src/: include/pa_exception.h, include/pa_sql_connection.h,
15253: include/pa_sql_driver_manager.h, include/pa_string.h,
15254: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
15255: sql/pa_sql_driver.h: paused on sql_manager
15256:
15257: * src/: include/pa_cache_managers.h, include/pa_pool.h,
15258: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15259: include/pa_stack.h, main/pa_sql_driver_manager.C,
15260: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
15261:
15262: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
15263: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15264: include/pa_table.h, main/pa_sql_driver_manager.C,
15265: main/pa_table.C: table compiled
15266:
15267: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
15268: cache_managers compiled
15269:
15270: * src/: include/pa_array.h, include/pa_charset.h,
15271: include/pa_pool.h, main/pa_charset.C: charset compiled
15272:
15273: * src/: include/pa_pool.h, main/pa_common.C: common compiled
15274:
15275: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
15276: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15277: main/pa_string.C, types/pa_value.C, types/pa_value.h,
15278: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
15279: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
15280:
15281: 2003-01-24 paf
15282:
15283: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
15284: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
15285: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15286: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
15287: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
15288: types/pa_vint.h, types/pa_vjunction.h,
15289: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15290: types/pa_vstatus.h, types/pa_vstring.h: more patched
15291:
15292: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
15293: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
15294: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
15295: main/pa_string.C, main/pa_table.C: string compiled
15296:
15297: * src/: include/pa_array.h, include/pa_common.h,
15298: include/pa_dictionary.h, include/pa_exception.h,
15299: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
15300: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
15301: main/pa_string.C: dictionary compiled
15302:
15303: 2003-01-23 paf
15304:
15305: * src/: include/pa_array.h, include/pa_common.h,
15306: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
15307: include/pa_request.h, include/pa_string.h, main/pa_common.C,
15308: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
15309: types/pa_value.h: resurrected pool in new sense: now it's
15310: factory, producing&accounting memory chunks for read[autofree]
15311: buffers
15312:
15313: * src/: include/pa_array.h, include/pa_exception.h,
15314: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
15315: main/pa_exception.C, main/pa_table.C: table compiled
15316:
15317: * src/: classes/image.C, classes/op.C, include/pa_array.h,
15318: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
15319: include/pa_pool.h, include/pa_pragma_pack_begin.h,
15320: include/pa_pragma_pack_end.h, include/pa_sapi.h,
15321: include/pa_string.h, include/pa_table.h, include/pa_types.h,
15322: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
15323: main/pa_table.C: aint that easy
15324:
15325: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
15326: main/main.dsp: continued with Hash
15327:
15328: * src/main/pa_common.C: connect_string allocated on heap[wes on
15329: stack] now. and exception can be reported OK now [can be reported
15330: outside of pro c with that stack]
15331:
15332: 2003-01-22 paf
15333:
15334: * src/: include/pa_array.h, include/pa_charset.h,
15335: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
15336: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
15337: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
15338: base: contains references_count. auto_ptr template calls
15339: add_ref/release
15340:
15341: 2003-01-21 paf
15342:
15343: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15344: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15345: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15346: classes/op.C, classes/response.C, classes/string.C,
15347: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15348: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15349: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15350: include/pa_config_fixed.h, include/pa_config_includes.h,
15351: include/pa_dictionary.h, include/pa_dir.h,
15352: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15353: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15354: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15355: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15356: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15357: include/pa_stack.h, include/pa_string.h,
15358: include/pa_stylesheet_connection.h,
15359: include/pa_stylesheet_manager.h, include/pa_table.h,
15360: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15361: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15362: lib/pcre/pcre_parser_ctype.c, main/compile.C,
15363: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15364: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15365: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15366: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15367: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15368: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15369: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15370: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15371: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15372: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15373: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15374: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15375: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
15376: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
15377: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15378: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15379: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15380: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15381: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15382: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15383: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15384: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15385: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15386: types/pa_vstateless_object.h, types/pa_vstatus.C,
15387: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15388: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15389: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15390: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15391: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
15392: 2002->2003
15393:
15394: 2003-01-16 paf
15395:
15396: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15397: src/main/pa_globals.C: http:// introducing $.any-status(1)
15398:
15399: * operators.txt, src/include/pa_config_fixed.h,
15400: src/main/pa_common.C: http request now return status. and not
15401: fail on status!=200
15402:
15403: 2003-01-15 paf
15404:
15405: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
15406:
15407: 2003-01-14 paf
15408:
15409: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
15410: mkinstalldirs: removed some ancient files [they in / really]
15411:
15412: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
15413: regretfully needed patch in two places. in config_fixed.h made
15414: stubs for lib to compile in MSVC
15415:
15416: 2003-01-13 paf
15417:
15418: * config.guess, config.sub, ltmain.sh: removed last piece of
15419: configure.in(libtool) hacks
15420:
1.116 moko 15421: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 15422: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
15423: ltdl.h: moved to latest libtool (1.4.3)
15424:
15425: 2003-01-10 paf
15426:
15427: * src/lib/ltdl/: configure, configure.in: PROG_NM
15428:
15429: * src/main/pa_globals.C: moved to latest xml lib versions, changed
15430: patches. libxml2 >= 2.5.1
15431: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
15432: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
15433: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15434:
15435: * INSTALL: moved to latest versions of xml libs libxml2 >=
15436: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
15437: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
15438: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15439:
15440: 2003-01-09 paf
15441:
15442: * INSTALL: xml,xslt,gdome lib urls updated
15443:
15444: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 15445: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 15446: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 15447: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
15448: 1.7.2
1.95 moko 15449:
15450: * depcomp: moving to automake 1.7.2
15451:
15452: 2002-12-27 paf
15453:
15454: * src/include/pa_version.h: 0007
15455:
15456: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
15457: outdated parts, made links to language docs
15458:
15459: * src/include/pa_config_auto.h.in: comment
15460:
15461: 2002-12-26 paf
15462:
15463: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
15464: not contain trailing / fixed.
15465:
15466: * INSTALL: changing SAFE_MODE politics
15467:
15468: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
15469:
15470: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
15471:
15472: 2002-12-25 paf
15473:
15474: * src/main/pa_globals.C: optimized-xml
15475:
15476: * src/main/pa_globals.C: optimized-as-is
15477:
15478: 2002-12-24 paf
15479:
15480: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
15481: fixed [were really called with zero size when .html?a=&b=]
15482:
15483: * src/classes/mail.C: $MAIL in @conf now invalid when configured
15484: with --with-sendmail
15485:
15486: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
15487: fixed]
15488:
15489: 2002-12-23 paf
15490:
15491: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
15492: ignoring parameters & were storing only string with default
15493: expires
15494:
15495: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
15496: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
15497: December 23, 2002 4:22 AM Subject: bug â
15498: Charset::transcode_buf2xchar
15499:
15500: 2002-12-20 paf
15501:
15502: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
15503: non-cgi [script] runs
15504:
15505: 2002-12-19 paf
15506:
15507: * INSTALL: --without-iconv recommended [it crashes on some systems
15508: [tested on elik]] moreover, it's not needed there [parser
15509: registers charsets itself]
15510:
15511: * INSTALL: --without-iconv recommended [it crashes on some systems
15512: [tested on elik]]
15513:
15514: * operators.txt, src/include/pa_globals.h,
15515: src/include/pa_request.h, src/main/pa_globals.C,
15516: src/main/pa_request.C: $response:download
15517:
15518: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
15519: compiler [win32]].
15520:
15521: 2002-12-18 paf
15522:
15523: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
15524:
15525: 2002-12-17 paf
15526:
15527: * src/targets/cgi/parser3.C: merged die&iis changes
15528:
15529: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
15530: to exit(1) 2. more flexible iilegal call check
15531:
15532: 2002-12-16 paf
15533:
15534: * ltmain.sh: some automakes silly insist on having this handy
15535:
15536: * src/main/untaint.C: filespec russian small 'r' changed to latin
15537: 'p' bug fix
15538:
15539: 2002-12-15 paf
15540:
15541: * src/main/untaint.C: filespec russian small 'r' changed to latin
15542: 'p'
15543:
15544: * configure.in, src/include/pa_config_auto.h.in,
15545: src/main/compile.C, src/main/pa_common.C: merged small changes
15546: from branch 6 to HEAD
15547:
15548: * src/main/compile.C: removed warning
15549:
15550: * src/main/pa_common.C: ftruncate having checked
15551:
15552: * configure.in, src/include/pa_version.h: new version
15553:
15554: 2002-12-14 paf
15555:
15556: * src/classes/table.C: removed unnecessary code
15557:
15558: * src/sql/pa_sql_driver.h: exception type fixed
15559:
15560: 2002-12-09 paf
15561:
15562: * src/types/pa_vvoid.h: $void.store[now] error
15563:
15564: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15565:
15566: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
15567: tries to write core dump
15568:
15569: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15570:
15571: * src/: classes/hash.C, classes/string.C, classes/table.C,
15572: classes/void.C, main/pa_sql_driver_manager.C,
15573: sql/pa_sql_driver.h: changed exception handling mech in sql
15574: handlers #2
15575:
15576: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
15577: exception handling mech in sql handlers
15578:
15579: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
15580: handlers
15581:
15582: * src/: classes/hash.C, classes/string.C, classes/table.C,
15583: classes/void.C, main/pa_sql_driver_manager.C,
15584: sql/pa_sql_driver.h: changed exception handling mech in sql
15585: handlers
15586:
1.116 moko 15587: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
15588: to write makefile which used libtool to install things, which is
15589: not needed
1.95 moko 15590:
15591: 2002-12-06 paf
15592:
15593: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
15594: $hash.fields -- pseudo field to make 'hash' more like 'table'
15595:
15596: 2002-12-05 paf
15597:
15598: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
15599: cc/bcc OK now
15600:
15601: * src/main/untaint.C: mail header closed properly
15602:
15603: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
15604: header ',' allowed. still bugs in smtp [only one receiptient
15605: works, cc, bcc ignored now, and MAILED ;)]
15606:
15607: [strncpy killed, memnchr used]
15608:
15609: * src/main/pa_table.C: table-copy now current=0
15610:
15611: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
15612: lowlevel proc
15613:
15614: * src/targets/cgi/parser3.C: more checks on
15615: http://domain/parser.cgi start [maybe some getenv returns "",
15616: checked that now
15617:
15618: * src/targets/cgi/parser3.C: more checks on
15619: http://domain/parser.cgi start [maybe some getenv returns "",
15620: checked that now
15621:
15622: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
15623: out-of-mem errors reached log]
15624:
15625: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
15626: mail:send MIME-Version default
15627:
15628: * src/main/main.dsp: pa_version included into main.dsp
15629:
15630: 2002-12-04 paf
15631:
15632: * src/types/pa_vform.C: $form:field string value cut by premature 0
15633:
15634: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
15635: lib/libltdl -> lib/ltdl Win32 changes. s
15636:
15637: * src/classes/classes.awk: more strict *.C$
15638:
15639: * gnu.dsp: restored
15640:
1.116 moko 15641: * configure.in, gnu.dsp, src/lib/Makefile.am,
15642: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
15643: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
15644: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
15645: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
15646: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
15647: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
15648: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
15649: now created with /configure, not ltdl/configure, so it does have
15650: no problems with automake. ltdl/configure
15651: AC_OUTPUT(Makefile<<removed)
1.95 moko 15652:
15653: 2002-12-02 paf
15654:
15655: * operators.txt: removed outdated status:db
15656:
15657: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
15658: src/main/pa_common.C, src/main/pa_request.C,
15659: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
15660: tainted parts becomes http-header
15661:
15662: 2002-11-29 paf
15663:
15664: * src/classes/date.C, src/classes/image.C, operators.txt: exif
15665: dates now objects of type date
15666:
15667: * src/classes/image.C: file.seek removed [it were used in image.C
15668: only, and for parser user this means that jpeg image has bad
15669: size in fragment's header] now used image.format
15670:
15671: * src/: include/pa_common.h, main/pa_common.C,
15672: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
15673: now handled exactly like $response:header values. e.g. can be
15674: hash [can have subattributes] & contain date values.
15675:
15676: * src/main/pa_common.C: http:// param values lang forced URI
15677:
15678: * src/main/pa_common.C: http:// tainted partes now %xx
15679:
15680: 2002-11-28 paf
15681:
15682: * operators.txt: http.timeout
15683:
15684: * src/classes/image.C: ^image.length now counts interchar space.
15685: plus space after last char
15686:
15687: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
15688:
15689: * src/classes/image.C: ^image.font width measurer now scans full
15690: height [were -1]
15691:
15692: * configure.in: stopped double libltdl/Makefile generation
15693:
15694: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
15695: chars [one top horizontal line of 1pixel height were missing]
15696:
15697: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
15698: 'false' to go into (Hash *) parameter
15699:
15700: 2002-11-27 paf
15701:
15702: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
15703: types/pa_vmail.C: response:body[file] if file nows it's name now
15704: returns content-disposition: >>attachment<<
15705:
15706: * src/classes/image.C: ^image.font << bad font file-size now
15707: properly reported
15708:
15709: 2002-11-26 paf
15710:
15711: * src/main/pa_request.C: fixed lang in reponse header
15712:
15713: * src/main/pa_common.C: utf8 prefix ignored @read text
15714:
15715: * operators.txt, src/main/pa_common.C: http:// response status!=200
15716: made exception: http.status with source=bad status#
15717:
15718: 2002-11-25 paf
15719:
15720: * configure.in, src/classes/image.C,
15721: src/include/pa_config_auto.h.in,
15722: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 15723: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
15724: const void related probs fixed
1.95 moko 15725:
15726: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
15727:
15728: $file[^file::load[http://there]] $file.SERVER
15729:
15730: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
15731: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
15732: http options [invalid onces now reported] made default
15733: user-agent: paf
15734:
15735: * operators.txt, src/classes/file.C, src/classes/table.C,
15736: src/classes/xdoc.C, src/include/pa_common.h,
15737: src/include/pa_globals.h, src/main/pa_common.C,
15738: src/main/pa_globals.C, src/main/pa_request.C,
15739: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
15740: now understand http:// prefix and additional params, sample:
15741: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
15742: $.USER-AGENT[parser3] ]]
15743:
15744: 2002-11-22 paf
15745:
15746: * src/classes/image.C, src/include/pa_globals.h,
15747: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
15748: src/types/pa_vimage.h, operators.txt: $image.exif support
15749: $image.exif.DateTime & co
15750:
15751: 2002-11-21 paf
15752:
15753: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
15754: _PASS_APPENDED)
15755:
15756: * src/classes/image.C: jpeg size measure fixed: were badly skipping
15757: EXIF information [were big block and it's size were considered
15758: negative :(]
15759:
15760: * operators.txt, src/classes/image.C, src/include/pa_common.h,
15761: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
15762: internals rewritten. no there's reader.seek, and all's ready for
15763: EXIF extraction [now we fail to measure files with EXIF info]
15764:
15765: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
15766: O_TRUNC truncates even exclusevely write-locked file [thanks to
15767: Igor Milyakov <virtan@rotabanner.com> for discovering]
15768:
15769: 2002-11-20 paf
15770:
15771: * src/targets/cgi/parser3.C: logging @signal += query_string
15772:
15773: * configure.in, src/include/pa_config_auto.h.in,
15774: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
15775: comment
15776:
15777: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
15778:
15779: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15780: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
15781: currently processed document SIGPIPE >> interrupts request
15782: processing [exception = DB rollback]
15783:
15784: * src/main/pa_exec.C: comment
15785:
15786: * src/main/pa_exec.C: pa_exec: data written only if size>0
15787:
15788: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
15789: << disable HTTP-POST repassing
15790:
15791: * src/: include/pa_config_fixed.h, main/pa_common.C,
15792: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
15793: pipe read errors now checked
15794:
15795: 2002-11-19 paf
15796:
15797: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
15798: CGI: Illegal call
15799:
15800: 2002-11-01 paf
15801:
15802: * src/main/execute.C: comment
15803:
15804: 2002-10-31 paf
15805:
15806: * src/main/execute.C: found out why, checked that for now. todo:
15807: find out a way for that user could do that
15808:
15809: * src/types/pa_vstateless_object.h: object put replaces static
15810: parent if any
15811:
15812: * src/types/pa_vobject.C: object put replaces static parent if any
15813:
15814: * src/: classes/form.C, classes/mail.C, classes/op.C,
15815: classes/xnode.h, main/compile.tab.C, main/execute.C,
15816: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
15817: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15818: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
15819: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15820: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
15821: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15822: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15823: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15824: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15825: types/pa_vstateless_object.h, types/pa_vstatus.C,
15826: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15827: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15828: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15829: types/pa_wwrapper.h: static fix merged
15830:
15831: * src/: main/compile.tab.C, types/pa_vobject.C: killed
15832: $virtual_fields in dynamic, but one can reach derived
15833: static[class] variable from base
15834:
15835: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
15836: types/pa_vobject.C, types/pa_vobject.h,
15837: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
15838: statics, left $virtual_fields in dynamic
15839:
15840: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
15841: one can't remember derivates in base class: there's so many of
15842: them. also there can be no virtual method calls in static
15843: classes
15844:
15845: * src/: classes/form.C, classes/mail.C, classes/op.C,
15846: classes/xnode.h, main/execute.C, main/pa_request.C,
15847: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
15848: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15849: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15850: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15851: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
15852: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
15853: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15854: types/pa_vresponse.C, types/pa_vresponse.h,
15855: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15856: types/pa_vstateless_object.h, types/pa_vstatus.C,
15857: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15858: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15859: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15860: types/pa_wwrapper.h: static call $self fixed
15861:
15862: * src/main/execute.C: comment
15863:
15864: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
15865: ^process[$caller.self]{...} now compiles to last derived object
15866: part of that 'self'
15867:
15868: 2002-10-29 paf
15869:
15870: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
15871: re-passing [iis to blame]
15872:
15873: * src/classes/string.C: changed string.save to pass current sql
15874: connection to cstr thus one can ^connect[some server]{
15875: $s[insert into table x (x) values (^taint[sql]{value})]
15876: ^s.save[some.sql] } and he'd get in some.sql file code with
15877: properly escaped. [tried in mssql->mysql export->import of
15878: binary data]
15879:
15880: 2002-10-25 paf
15881:
15882: * src/types/pa_vresponse.C: case insensitive response user fields
15883: get/put
15884:
15885: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
15886: types/pa_vresponse.C: saving for maybe-future
15887:
15888: 2002-10-23 paf
15889:
15890: * operators.txt, src/classes/table.C: ^table.hash{code}...
15891: ^table.hash(expr)...
15892:
15893: * src/types/pa_vmail.C: email whitespace trimBoth-ed
15894:
15895: 2002-10-22 paf
15896:
15897: * src/types/: pa_vform.C, pa_vform.h: removed needless
15898: VForm::Append...(...Value)
15899:
15900: * src/main/execute.C: $.name outside of $name[...] checked
15901:
15902: * src/main/: compile.tab.C, compile.y: lexer changed to fix
15903: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
15904:
15905: 2002-10-21 paf
15906:
15907: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
15908: $form:qtail $form:imap.x/y
15909:
15910: * operators.txt, src/types/pa_vform.C: $form:nameless =
15911: "?value&...", "...&value&...", "...&value"
15912:
15913: * operators.txt, src/types/pa_vform.C: $form:image-map
15914:
15915: * operators.txt, src/classes/file.C: /some/page.html:
15916: ^file:fullpath[a.gif] => /some/a.gif
15917:
15918: 2002-10-17 paf
15919:
15920: * src/main/: compile.tab.C, compile.y: operators precedence changed
15921: a little: logical not and bitwise negation precedence made
15922: highest, << and >> bitshits precedence made equal [were << higher
15923: than >>]
15924:
15925: * src/classes/op.C: exception handling fixed [were bad with
15926: contexts]
15927:
15928: 2002-10-16 paf
15929:
15930: * src/: classes/op.C, include/pa_request.h, main/execute.C,
15931: main/pa_request.C: Request::self considered equal to
15932: VMethodFrame::self, and removed, Request::get_self() mapped to
15933: VMethodFrame.self()
15934:
15935: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
15936: $hash in open field now gives old good error meesage
15937:
15938: 2002-10-15 paf
15939:
15940: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
15941: use ^if($junction is junction){was and now true}
15942:
15943: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
15944: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
15945: types/pa_vxnode.C: xml->parser strings now have origin, which
15946: points to place where value left xml library and came to parser:
15947: place of dom field extraction/call
15948:
15949: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
15950: main/compile.tab.C, main/compile.y, main/execute.C,
15951: types/pa_vmethod_frame.h: removed last pieces of old code
15952: allowing $junction.xxx at compile time
15953:
15954: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
15955: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
15956: objects also considered [were only classes]
15957:
15958: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
15959: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
15960: with CLASS self. [ (request&method_frame).self temporarily
15961: changed ]
15962:
15963: * src/classes/: hash.C, op.C: method_frame now always changed, with
15964: no exception to native calls. for&foreach changed to use
15965: method_frame.caller for their var's name context
15966:
15967: * src/: main/execute.C, targets/cgi/parser3.C,
15968: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
15969: compiling to system classes disabled
15970:
15971: * operators.txt, src/classes/op.C:
15972: ^process[$caller.CLASS]{code-string} added
15973:
15974: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
15975: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
15976: src/types/Makefile.am, src/types/pa_vjunction.C,
15977: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
15978: src/types/types.dsp: removed $junction.get $junction.set[]
15979: introducing $caller
15980:
15981: * src/types/pa_value.h: removed outdated comments. doxygen would
15982: find them lower by inheritance tree
15983:
15984: * src/types/pa_vjunction.C: ident
15985:
15986: 2002-10-14 paf
15987:
15988: * src/classes/op.C: process compiles to code's class class
15989:
15990: * src/: classes/form.C, classes/mail.C, classes/op.C,
15991: include/pa_request.h, main/compile.C, main/compile.tab.C,
15992: main/compile.y, main/execute.C, main/pa_request.C,
15993: types/pa_vstateless_class.h: operators now main-class-methods
15994:
15995: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
15996: better stack trace [has "call" & co there]
15997:
15998: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15999: operators @auto now executed in MAIN context
16000:
16001: * src/main/execute.C: operator execution context now = MAIN, not
16002: closest stack frame
16003:
16004: @touchit[] $i[after]
16005:
16006: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16007: were 'after'
16008:
16009: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16010: 'after'
16011:
16012: * src/main/execute.C: comment
16013:
16014: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16015: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16016: action]
16017:
16018: * src/types/pa_vxnode.C: misreplace fixed
16019:
16020: * configure, configure.in, src/include/pa_config_auto.h.in,
16021: src/types/pa_vstatus.C, operators.txt:
16022: $status:rusage.tv_secs/usecs introduced
16023:
16024: 2002-10-09 paf
16025:
16026: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16027: on empty string [or uses (default)]
16028:
16029: 2002-10-08 paf
16030:
16031: * src/main/untaint.C: mail header quoted printable changed after
16032: RFC reread
16033:
16034: * operators.txt: plan on ^if(method
16035:
16036: * src/types/pa_vxnode.C: misreplace
16037:
16038: 2002-09-24 paf
16039:
1.116 moko 16040: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16041:
16042: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16043: mailreceive would compile on freebsd now
16044:
16045: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16046: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16047: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16048: mailreceive would compile on freebsd now
1.95 moko 16049:
16050: * src/: classes/file.C, main/untaint.C: 1. file spec language
16051: changed: now there are only few chars are untainted: * ? ' " < >
16052: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
16053: one should use ^untaint[uri]{...} now]
16054:
16055: 2. $list[^file:list[dir]] now returns simply tainted names in
16056: $list.name, not tainted as filespec
16057:
16058: @russianindex[] #dir with files with russian-lang names
16059: $where[dir]
16060:
16061: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
16062: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
16063:
16064: 2002-09-23 paf
16065:
16066: * src/types/pa_vdouble.h: double->int round added
16067:
16068: * src/classes/date.C: date bug fix, now
16069: round(floatDays*secondsPerDay)
16070:
16071: * src/classes/date.C: date bug fix, now
16072: round(floatDays*secondsPerDay)
16073:
16074: 2002-09-20 paf
16075:
16076: * src/main/execute.C: code junction calls disabled [before: code
16077: was compiled in such a way, that there were no code-junctions in
16078: OP_CALL]
16079:
16080: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
16081:
16082: @badjunctioncallinside[code] ^code[]
16083:
16084: * src/main/: compile.tab.C, compile.y: changed grammer on junction
16085: expanding to include ^junction.method
16086:
16087: * src/main/pa_common.C: -d "DIR/" now true
16088:
16089: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
16090: as internal xdoc encoding, and after decoding attributes set by
16091: dom functions now encoded OK, not as digital entities
16092:
16093: * src/classes/xdoc.C: empty transform result, being taken as file
16094: now returns empty file, not raises stupid error about "stat-ed
16095: file"
16096:
16097: * src/types/pa_vhash.h: hash.foreach modification of existing keys
16098: allowed
16099:
16100: * src/types/types.dsp: introducing $junction.get/put(1) one can
16101: write iterators now:
16102:
16103: ^user-foreach[key;value]{$key=$value<br>}
16104:
16105: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16106: $code.value($i*2) $code }
16107:
16108: * src/main/compile_tools.h: mistype
16109:
1.116 moko 16110: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
16111: thus taking linking options configure changes into account [were:
16112: ignoring]
1.95 moko 16113:
16114: * src/types/: pa_vjunction.C, Makefile.am: introducing
16115: $junction.get/put(1) one can write iterators now:
16116:
16117: ^user-foreach[key;value]{$key=$value<br>}
16118:
16119: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16120: $code.value($i*2) $code }
16121:
16122: * src/: include/pa_opcode.h, include/pa_request.h,
16123: main/compile.tab.C, main/compile.y, main/execute.C,
16124: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
16125: introducing $junction.get/put(1) one can write iterators now:
16126:
16127: ^user-foreach[key;value]{$key=$value<br>}
16128:
16129: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16130: $code.value($i*2) $code }
16131:
16132: 2002-09-19 paf
16133:
1.116 moko 16134: * Makefile.am: new: make commit
1.95 moko 16135:
16136: * aclocal.m4: forced to be older
16137:
16138: 2002-09-18 paf
16139:
16140: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
16141: src/main/compile.y, src/main/execute.C: << >> int shifts
16142:
16143: * src/: include/pa_common.h, include/pa_request.h,
16144: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
16145: - now this - fatal error
16146:
16147: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
16148: that one can pass binary data there
16149:
16150: * src/: classes/date.C, classes/double.C, classes/file.C,
16151: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16152: classes/op.C, classes/response.C, classes/string.C,
16153: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16154: include/pa_request.h: pa_request contexts made privated, plus
16155: get_{self/method_frame} to read. Request_context_saver used in
16156: ^try to save flang too. [were not saved]
16157:
16158: * src/types/pa_vresponse.C: header value chains joined before
16159: output, this should help $.subject[$var $var] from being
16160: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
16161:
16162: 2002-09-17 paf
16163:
16164: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
16165: removed changes, operators executed with calling self. lots of
16166: code with ^include code relies on defined/defining self variables
16167:
16168: $a[1] ^include[print_a.p] print_a.p: $a
16169:
16170: ^include[set_a.p] a=$a set_a.p: $a[1]
16171:
16172: * src/: classes/op.C, main/execute.C, main/pa_request.C,
16173: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
16174: types/pa_vstateless_class.h: operators now executed with MAIN
16175: self. it's for ^include sake, too strong a change
16176:
16177: * src/classes/op.C: made place for ^process to compile it's code to
16178: in case of no self
16179:
16180: * src/main/execute.C: found ancient param to Junction, removed.
16181: allowed passing self to native_code_operators [for ^process to
16182: work, she needs self]
16183:
16184: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16185: types/pa_vstateless_class.h: found ancient param to Junction,
16186: removed. allowed passing self to native_code_operators [for
16187: ^process to work, she needs self]
16188:
16189: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
16190: types/pa_value.h, types/pa_vmethod_frame.h,
16191: types/pa_vstateless_class.h: allowed Request.self to be 0,
16192: checked that in VMethodFrame get/put and $self.
16193:
16194: * src/classes/: table.C, xdoc.C: table::sql options table::create
16195: copy options options checked, wrong option now fatal error
16196:
16197: * src/main/pa_string.C: string.replace fixed [were missing words on
16198: pieces boundaries]
16199:
16200: * bin/auto.p.dist.in: strange \n
16201:
16202: * configure, configure.in: .so now detected [can be .sl on hpux,
16203: .dll on cygwin, .so in other cases)
16204:
1.116 moko 16205: * configure, configure.in, bin/auto.p.dist.in: .so now detected
16206: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 16207:
16208: * operators.txt, src/classes/hash.C, src/classes/table.C,
16209: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
16210: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
16211: record taken [were last]
16212:
16213: * src/: classes/hash.C, classes/table.C,
16214: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
16215: now errors
16216:
16217: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
16218:
16219: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
16220: ,2,3]
16221:
16222: 2002-09-16 paf
16223:
16224: * src/classes/file.C: file::cgi line ends can be both unix & dos.
16225: and they can be unix [\n\n] on win when 'use CGI' used, it causes
16226: stdout to be binary. now detected closest header break.
16227:
16228: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
16229: closed right
16230:
16231: 2002-09-13 paf
16232:
16233: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
16234: src/main/compile_tools.h: (expression #comment)
16235:
16236: (multiline expression #comment line2 #comment )
16237:
16238: (expression #comment with (brackets) comment) << OK
16239:
16240: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
16241: bitwise !|| numerical xor now [preparing for expression
16242: #comments]
16243:
16244: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
16245: error
16246:
16247: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
16248: cheched in pa_socks.C
16249:
1.116 moko 16250: * configure, configure.in, src/include/pa_config_auto.h.in:
16251: HAVE_WINSOCK_H created in configure.in
1.95 moko 16252:
16253: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
16254: cookie date now clean [were mistakenly tainted & that worked bad
16255: with opera -- 'happily' that worked OK with msie]
16256:
16257: 2002-09-12 paf
16258:
16259: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
16260: VClass get_element now first looks to fields, next to methods &
16261: co todo: the rest reason: more speed
16262:
16263: * src/main/untaint.C: quoted printable encoding stops before
16264: \s*<...>$
16265:
16266: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
16267: stops before <...>$
16268:
16269: 2002-09-11 paf
16270:
16271: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
16272: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
16273: forgot to check users of those funcs. not all were using that
16274: return value convention
16275:
16276: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
16277: windows-1254 added
16278:
16279: 2002-09-10 paf
16280:
16281: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
16282: VCodeFrame parent param were specified badly
16283:
16284: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
16285: WWrapper which used in constructing objects(second param to sql
16286: method) ^...sql{}[$.default{code}] now has parent, wich helps
16287: code in hash to survivi
16288:
16289: * src/: include/pa_request.h, main/execute.C: removed redundant
16290: param to execute [stack said 'thanks']
16291:
16292: * src/: classes/op.C, main/execute.C, types/pa_value.C,
16293: types/pa_value.h, types/pa_vcode_frame.h,
16294: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16295: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
16296: responsibility to wcontext
16297:
16298: * src/classes/file.C: decided not to log exec's with stderr, that
16299: could be warnings, and it's up to scritper to log/show them
16300:
16301: * src/: classes/double.C, main/execute.C: double:sql badly called
16302: write_assign_lang, not write_no_lang, thus doing unnecessary
16303: double/string converstion, which were loosing time&precesion
16304:
16305: * src/: main/pa_charset.C, types/pa_vmail.C:
16306: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
16307: case of unfinished in buffer processing, causing accidental
16308: transcode stop [in case that source enc != utf-8 & there is
16309: incomplete utf-8 sequence at the end of 16000block iside of
16310: libxml lib] tfm readed & code updated
16311:
16312: 2002-09-04 paf
16313:
16314: * configure: makes with sjlj
16315:
16316: * INSTALL, src/include/pa_config_fixed.h,
16317: src/include/pa_sql_connection.h,
16318: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
16319: checked. on win32 it made default
16320:
16321: * src/include/pa_config_auto.h.in: sjlj define
16322:
16323: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
16324: can not work with longjump/throw pair, and one must switch that
16325: on there. todo: detect that automatically]
16326:
16327: * src/types/pa_vxnode.C: removed too strong checks of
16328: xnode.elements. now, for instance, if element does not have any
16329: attributes, $xnode.attributes is void, not error
16330:
16331: 2002-09-02 paf
16332:
16333: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
16334: removed double_result, didn't help
16335:
16336: * src/main/execute.C: double_result made to move that var away from
16337: hungry g++ optimizer (-O2), before: it were optimized and
16338: comparison operators worked badly
16339:
16340: * src/types/pa_vdate.h: removed debug
16341:
1.116 moko 16342: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 16343:
16344: * src/main/execute.C: fixed numeric < & co so that thay now use
16345: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
16346: unknown reason.
16347:
16348: 2002-08-29 paf
16349:
16350: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
16351: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
16352: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
16353: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
16354: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
16355: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
16356: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
16357: [called less frequent, allowed to remove ugly
16358: Junction.change_context-s from many places, switch,
16359: mail:send..html{}, ..] request.root renamed to method_frame [more
16360: easyreading] ancient {...PUSH/POPs...} changed to stack vars
16361: [speed up]
16362:
16363: 2002-08-28 paf
16364:
16365: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
16366: tainted
16367:
16368: * src/types/pa_vcookie.C: fixed cookie delete when
16369: $cookie:name[$.value[]]
16370:
16371: * operators.txt, src/classes/string.C:
16372: ^string.split[delim[;options]]
16373:
16374: 2002-08-27 paf
16375:
1.116 moko 16376: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 16377:
16378: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
16379: delimiter
16380:
16381: * INSTALL: recommended latest gmime 1.0.5
16382:
16383: 2002-08-26 paf
16384:
16385: * configure, configure.in: apache13/hook added to make dist.
16386:
16387: 2002-08-23 paf
16388:
16389: * src/: include/pa_common.h, main/pa_common.C,
16390: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
16391: beside binary [cgi, isapi] not accessible [due to bad rights or
16392: whatever] it's error now
16393:
16394: 2002-08-21 paf
16395:
1.116 moko 16396: * Makefile.am: can use: make happy equals to make update install
1.95 moko 16397:
16398: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16399: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
16400: class". compiled as if here they named base class
16401:
16402: * src/main/pa_string.C: fixed bad language bug, [were wrong string
16403: cloning constructor]
16404:
16405: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
16406:
16407: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
16408: src/types/pa_vfile.C, src/types/pa_vmail.C:
16409: $mail.received.file.value.content-type fixed
16410:
16411: 2002-08-20 paf
16412:
16413: * src/classes/file.C: fixed language of file:file result
16414:
16415: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
16416: from 3.0.0005
16417:
16418: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
16419:
16420: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
16421: 3.0.0005
16422:
16423: * src/classes/void.C, operators.txt: ^void.length[] = 0
16424:
16425: 2002-08-19 paf
16426:
16427: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
16428: work now
16429:
16430: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
16431: error in xnode, which were not catched in xdoc]
16432:
16433: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
16434: prepared: // validate each document after load/create (?)
16435: //xmlDoValidityCheckingDefaultValue = 1;
16436:
16437: 2002-08-15 paf
16438:
16439: * src/classes/classes.h: write to static var caused useless
16440: Exception, introduced Methoded::put_element wich consumes those
16441:
16442: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
16443: src/types/pa_vcookie.C, src/types/pa_vdate.h,
16444: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
16445: $response:field[date] $response:field[$.xxx[date]]
16446:
16447: * src/: classes/hash.C, classes/string.C, classes/table.C,
16448: classes/void.C, include/pa_sql_connection.h: fixed source of
16449: ^hash::sql{bad}
16450:
16451: * operators.txt: $request:body unprecessed POST request body
16452:
16453: * src/types/pa_vrequest.C: $request:body unprecessed POST request
16454:
16455: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
16456: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
16457:
16458: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
16459: src/include/pa_request.h, src/main/pa_pool.C,
16460: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
16461: $request:body r.post_data now const
16462:
16463: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
16464: classes/xnode.C, main/execute.C, types/pa_value.h,
16465: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
16466: types/pa_vtable.h: instead of type() checking everywhere used
16467: Value.as now user descendants can be used in params.
16468:
16469: VObject::as_*, is_defined now taken from bases. xtable(table)
16470: ^if($xtable) now OK
16471:
16472: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
16473: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
16474: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
16475:
16476: 2002-08-14 paf
16477:
16478: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
16479: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16480: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16481: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16482: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16483: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16484: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16485: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16486: types/pa_vresponse.C, types/pa_vresponse.h,
16487: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16488: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16489: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16490: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16491: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
16492: & VClass
16493:
16494: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
16495:
16496: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
16497: removed fixopt stupidity. on stupid linux use cd /document/root
16498: ../cgi/parser3 script
16499:
16500: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
16501: params, splitting them by space, excluding argv[0], argv[argc-1]
16502:
16503: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
16504: fixopt.h: fixopt now preprocesses command line params, splitting
16505: them by space, excluding argv[0], argv[argc-1]
16506:
16507: * src/targets/cgi/parser3.C: -f config file
16508:
16509: * src/targets/cgi/parser3.C: fixed .log file dir
16510:
16511: 2002-08-13 paf
16512:
16513: * src/types/pa_vobject.C: allow override parent variables, useful
16514: for form descendants [in vobject too, were in vclass]
16515:
16516: * src/types/pa_vclass.C: allow override parent variables, useful
16517: for form descendants
16518:
16519: * src/types/pa_vclass.C: checked: form[vclass]fields can be
16520: overwritten in derived(table)
16521:
16522: * src/: classes/form.C, classes/mail.C, classes/op.C,
16523: classes/xnode.h, include/pa_request.h, main/execute.C,
16524: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16525: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16526: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16527: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16528: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16529: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16530: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16531: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16532: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16533: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16534: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16535: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16536: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
16537: Value::get_element(..., bool looking_down) [needed to exclude
16538: endless recoursion]
16539:
16540: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
16541: fix bug with put endless recoursion todo: check 'as'
16542:
16543: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
16544: reorganized modules todo: fix bug with put endless recoursion
16545: todo: check 'as'
16546:
16547: * src/types/pa_vobject.h: checked: table fields can be overwritten
16548: in derived(table)
16549:
16550: * src/types/pa_vobject.h: derived classes can have fields of their
16551: own now
16552:
16553: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
16554: fixed error message on using non-created table
16555:
16556: * src/: classes/form.C, classes/hash.C, classes/mail.C,
16557: classes/op.C, classes/xnode.h, include/pa_request.h,
16558: main/compile.C, main/compile.tab.C, main/execute.C,
16559: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16560: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16561: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16562: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16563: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
16564: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16565: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16566: types/pa_vresponse.C, types/pa_vresponse.h,
16567: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16568: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16569: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16570: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16571: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
16572: looking down/up tree todo: fix error message on non-constructed
16573: parents
16574:
16575: 2002-08-12 paf
16576:
16577: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
16578: derived OK
16579:
16580: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
16581: thorough testing
16582:
16583: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
16584: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16585: types/pa_vobject.h, types/pa_vstateless_class.h,
16586: types/pa_vstateless_object.h, types/pa_wcontext.h,
16587: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
16588: ^base:create[] dynamic call rewritten todo: thorough testing
16589:
16590: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
16591: now instantates base class, remembers it and saves child in
16592: parent VObject.get_class now returns last child = downward
16593: virtual calls OK
16594:
16595: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16596: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16597: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
16598: types/pa_vobject.h, types/pa_vresponse.h,
16599: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16600: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
16601: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
16602: VAliased [redundant], moved $CLASS to VObject only [parser class
16603: instance]
16604:
16605: * bin/auto.p.dist.in: more like in dist on parser.ru
16606:
16607: * bin/auto.p.dist.in: fixed sendmail default comment
16608:
16609: * src/main/pa_request.C: $response:body[file] content-type check
16610: fixed [were bad when content-type is hash]
16611:
16612: 2002-08-09 paf
16613:
16614: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16615: types/pa_vobject.h, types/pa_vxdoc.h: started as()
16616:
16617: 2002-08-08 paf
16618:
16619: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
16620: src/main/pa_globals.C: year column in month calendar [week year]
16621:
16622: * src/main/execute.C: error reporting on object writes to MAIN
16623: improved [were ruind with fixing $obj[^if(1){$obj}] ]
16624:
16625: * operators.txt, src/types/pa_vdate.h: $date.yearday
16626: $date.daylightsaving
16627:
16628: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
16629: use tainted data now. only she must specify the language.
16630:
16631: ^mail:send[ $.from[paf@mail.design.ru]
16632: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
16633: $.text[^taint[uri][ìîñêâà]=] ]
16634:
16635: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
16636: now prints more precise origin
16637:
16638: * src/include/pa_string.h: String::first_char now not fails on
16639: empty strings ^if(-f '') now ok and in 3 other places.
16640:
16641: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
16642: String::first_char now not fails on empty strings ^if(-f '') now
16643: ok and in 3 other places.
16644:
16645: 2002-08-07 paf
16646:
16647: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
16648: fixed
16649:
16650: * src/main/pa_string.C: ^string.mid(0;bad) fixed
16651:
16652: * src/: main/execute.C, types/pa_vcode_frame.h,
16653: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16654: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
16655: mistakenly not completely transparent to object writes.
16656: $hash[^if(1){$hash}] now works
16657:
16658: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
16659: now erasing cache file [there were bad check on that]
16660:
16661: * src/: classes/classes.dsp, classes/table.C,
16662: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
16663: all Debug dirs in .dsp now named 'Debug'
16664:
1.116 moko 16665: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 16666:
16667: * operators.txt, src/classes/mail.C: exception_type email.send
16668:
16669: * operators.txt, src/types/pa_vmail.C: exception_type email.format
16670:
16671: * src/types/pa_vmail.C: mail:send empty email checked
16672:
16673: 2002-08-06 paf
16674:
16675: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16676: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16677: ^table::create[$source;$.options] ^table::join[$source;$.options]
16678:
16679: * operators.txt, src/classes/hash.C, src/classes/string.C,
16680: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
16681: # $.default() }
16682:
16683: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
16684:
16685: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16686: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
16687: $file.content-type [instead of .mime-type] now works for
16688: file::stat also
16689:
16690: * src/main/pa_request.C: case insensitive mime_type_of
16691:
16692: * bin/auto.p.dist.in: jpeg
16693:
16694: 2002-08-05 paf
16695:
16696: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
16697:
16698: * src/types/pa_vmail.C: file buffer relocated to parser heap
16699:
16700: * operators.txt: comment on date:calendar week column
16701:
16702: * src/main/pa_common.C: write checked
16703:
16704: * src/main/: pa_common.C: write checked
16705:
16706: * src/classes/date.C: +1 buf size for stupid snprintfs
16707:
16708: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
16709: month calendar week column [ISO 8601 Week Numbers]
16710:
16711: 2002-08-02 paf
16712:
16713: * src/: include/pa_config_fixed.h, main/pa_string.C,
16714: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
16715: DEBUG*
16716:
16717: * configure, configure.in, src/include/pa_version.h: release
16718: 3_0_0005
16719:
16720: * bin/auto.p.dist.in: unhandled_exception comments
16721:
16722: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
16723: multipart post fixed
16724:
16725: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
16726: response transcoded source->client only when text/* or simple
16727: onoverridden $response:body
16728:
16729: 2002-08-01 paf
16730:
16731: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16732: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16733: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16734: classes/op.C, classes/response.C, classes/string.C,
16735: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16736: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16737: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16738: include/pa_config_fixed.h, include/pa_dictionary.h,
16739: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
16740: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
16741: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
16742: include/pa_socks.h, include/pa_sql_connection.h,
16743: include/pa_sql_driver_manager.h, include/pa_stack.h,
16744: include/pa_string.h, include/pa_stylesheet_connection.h,
16745: include/pa_stylesheet_manager.h, include/pa_table.h,
16746: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16747: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16748: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
16749: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16750: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16751: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16752: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16753: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16754: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16755: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16756: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16757: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16758: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16759: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16760: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16761: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
16762: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
16763: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16764: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
16765: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16766: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
16767: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16768: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
16769: types/pa_vmethod_frame.h, types/pa_vobject.h,
16770: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16771: types/pa_vresponse.h, types/pa_vstateless_class.C,
16772: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16773: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16774: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16775: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16776: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 16777: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 16778:
16779: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
16780: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16781: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16782: classes/math.C, classes/op.C, classes/response.C,
16783: classes/string.C, classes/table.C, classes/void.C,
16784: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16785: include/pa_array.h, include/pa_cache_managers.h,
16786: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16787: include/pa_config_fixed.h, include/pa_config_includes.h,
16788: include/pa_dictionary.h, include/pa_dir.h,
16789: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16790: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16791: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16792: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16793: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16794: include/pa_stack.h, include/pa_string.h,
16795: include/pa_stylesheet_connection.h,
16796: include/pa_stylesheet_manager.h, include/pa_table.h,
16797: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16798: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
16799: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16800: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
16801: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16802: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
16803: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
16804: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
16805: main/pa_sql_driver_manager.C, main/pa_string.C,
16806: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16807: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16808: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16809: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16810: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16811: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16812: targets/isapi/pool_storage.h, types/pa_valiased.C,
16813: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
16814: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
16815: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16816: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16817: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16818: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16819: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16820: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16821: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16822: types/pa_vresponse.C, types/pa_vresponse.h,
16823: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16824: types/pa_vstateless_object.h, types/pa_vstatus.C,
16825: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16826: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16827: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16828: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16829: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
16830: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
16831: types/Makefile.am: ident.C* removed
16832:
16833: * operators.txt, src/classes/file.C, src/main/pa_request.C:
16834: file:find[/can/do/this/now.txt]
16835:
16836: * src/targets/cgi/parser3.C: usage to stdout now
16837:
16838: 2002-07-31 paf
16839:
16840: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
16841:
16842: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
16843: default "postmaster"
16844:
16845: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
16846: -f postmaster now default sendmail key word "postmaster"
16847: replaced to $.from
16848:
16849: 2002-07-30 paf
16850:
1.116 moko 16851: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
16852: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 16853:
16854: * src/main/pa_charset.C: comment
16855:
16856: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
16857: table, &#decimal;
16858:
16859: * src/main/pa_request.C: comment
16860:
16861: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
16862: paragraf]
16863:
16864: 2002-07-11 paf
16865:
16866: * src/main/pa_exec.C: build command line badly added params twice
16867: [and first time without ' ']. double wrong. fixed.
16868:
16869: * src/main/pa_exec.C: invalid .exe caused error message with params
16870: wich parser did not provide = reported badly. fixed that.
16871:
16872: * src/classes/mail.C: $MAIL[ # xxx ]
16873:
16874: now ok
16875:
16876: * operators.txt: plan: sql detailed exception
16877:
16878: 2002-07-01 paf
16879:
16880: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
16881: [MForm.configure_admin were called when request.main_class ==0
16882:
16883: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
16884:
16885: * src/classes/form.C: content_length type fix
16886:
16887: 2002-06-30 paf
16888:
16889: * src/classes/mail.C: merged from 4
16890:
16891: * src/classes/mail.C: restored $MAIL
16892:
16893: 2002-06-28 paf
16894:
16895: * configure, configure.in: removed paths.h
16896:
1.116 moko 16897: * configure, src/include/pa_version.h,
1.95 moko 16898: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
16899: merged, makes updated
16900:
16901: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
16902: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16903: src/include/pa_pool.h, src/include/pa_version.h,
16904: src/main/pa_charset.C, src/main/pa_pool.C,
16905: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
16906: src/types/pa_vmail.C: merged latest updates to head
16907:
16908: 2002-06-27 paf
16909:
16910: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
16911: not error now
16912:
16913: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
16914: src/include/pa_config_fixed.h, src/include/pa_pool.h,
16915: src/main/pa_charset.C, src/main/pa_pool.C:
16916: ^xdoc::create[[uri]]... base uri for document being created,
16917: imports and other relative file names would be relative to this
16918: uri default uri=path_translated
16919:
16920: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
16921:
16922: 2002-06-26 paf
16923:
16924: * configure, configure.in, src/include/pa_version.h:
16925: release_3_0_0004
16926:
16927: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
16928: 0 now
16929:
16930: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
16931:
16932: 2002-06-25 paf
16933:
16934: * src/main/pa_string.C: emtpy string, or string of whitespaces
16935: considered bad number now
16936:
16937: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
16938: now
16939:
16940: * operators.txt, src/classes/string.C: ^string.normalize [old
16941: name: optimize
16942:
16943: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
16944: library configured
16945:
16946: * src/main/pa_request.C: configure_admin forced if no @conf
16947:
16948: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
16949: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
16950: when needed and to call system crypt() if not $apr1$ prefix
16951:
16952: 2002-06-24 paf
16953:
16954: * INSTALL: --with-static/shared-mailreceive described
16955:
16956: * src/include/pa_config_fixed.h: ssize_t fixed
16957:
1.116 moko 16958: * configure, configure.in, src/include/pa_config_auto.h.in,
16959: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 16960: src/types/pa_vmail.C: $mail:received makes update
16961:
16962: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
16963: WITH_MAILRECEIVE
16964:
16965: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
16966:
16967: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
16968: option, for $mail:receive
16969:
16970: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
16971: introducting $message:received ^mail:send rewritten with backward
16972: comp
16973:
16974: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
16975: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16976: types/types.dsp: win32xml win32mailreceive pseudomodules paths
16977: now
16978:
16979: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
16980: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16981: src/include/pa_request.h, src/include/pa_string.h,
16982: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
16983: src/main/pa_globals.C, src/main/pa_request.C,
16984: src/main/pa_string.C, src/main/pa_uue.C,
16985: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
16986: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
16987: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
16988: uue to separate file introducting $message:received ^mail:send
16989: rewritten with backward comp
16990:
16991: 2002-06-21 paf
16992:
1.116 moko 16993: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
16994: co changes
1.95 moko 16995:
1.116 moko 16996: * configure, configure.in, src/lib/md5/Makefile.am,
16997: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
16998: restructure .in and .am files appropriate changes
1.95 moko 16999:
17000: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17001: pcre to libs/ added libs/md5 which is linked to non-apache
17002: targets ^math:crypt[password;$apr1$salt]
17003:
17004: * INSTALL, configure.in, operators.txt, parser3.dsw,
17005: src/Makefile.am, src/classes/Makefile.am,
17006: src/classes/classes.dsp, src/classes/math.C,
17007: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17008: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17009: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17010: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17011: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17012: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17013: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17014: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17015: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17016: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17017: src/lib/pcre/pcre_parser_ctype.dsp,
17018: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17019: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17020: src/main/compile.tab.C, src/main/main.dsp,
17021: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17022: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17023: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17024: to libs/ added libs/md5 which is linked to non-apache targets
17025: ^math:crypt[password;$apr1$salt]
17026:
17027: 2002-06-20 paf
17028:
17029: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116 moko 17030: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
17031: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 17032: src/include/pa_request.h, src/main/execute.C,
17033: src/main/pa_request.C, src/targets/cgi/parser3.C,
17034: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
17035: marged latest HEAD updates, mainly file:justname&co &
17036: @auto/conf[filespec
17037:
17038: * operators.txt, src/classes/file.C:
17039: !^file:dirname[/a/some.tar.gz]=/a
17040: !^file:dirname[/a/b/]=/a
17041: !^file:basename[/a/some.tar.gz]=some.tar.gz
17042: !^file:justname[/a/some.tar.gz]=some.tar
17043: !^file:justext[/a/some.tar.gz]=gz
17044:
17045: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17046: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17047: @conf/auto[filespec]
17048:
17049: * bin/auto.p.dist.in: <noindex>
17050:
1.116 moko 17051: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17052:
17053: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
17054: bin/auto.p.dist.in, src/doc/doxygen.cfg,
17055: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17056: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17057:
17058: 2002-06-18 paf
17059:
17060: * configure, configure.in, src/include/pa_version.h: version to
17061: configure.in
17062:
17063: * INSTALL: reflected .conf.dist dir change
17064:
1.116 moko 17065: * Makefile.am, configure, configure.in, bin/Makefile.am,
17066: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 17067: .in & *.am updated
17068:
17069: * src/classes/file.C: strncasecmp
17070:
17071: * src/classes/file.C: strcasecmp
17072:
1.116 moko 17073: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
17074: from etc
1.95 moko 17075:
17076: * src/classes/file.C: ^file::exec[script;$.bad error case
17077: insensitive check now
17078:
17079: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
17080:
17081: * configure, configure.in, src/include/pa_pool.h,
17082: src/include/pa_types.h: pack configure.in detection simplified.
17083: figured out that gcc on sparc not that stupid as thought
17084: previously: on sparc: when it sees packed class it modifies it's
17085: field-access-code to byte operations [stb, ldub] instead of 4byte
17086: operations [st, lduh] so packed must be all parts of packed
17087: class, i.e. it's parents&fields(classes). for now it's only
17088: String that packed and what was wrong is that it's parent -
17089: Pooled, were not packed. fixed that.
17090:
17091: 2002-06-14 paf
17092:
17093: * operators.txt: more precise xml-to-text options
17094:
17095: * operators.txt, src/types/pa_vxnode.C: xnode
17096: attribute_node.name/value xnode pi.node.data
17097:
17098: 2002-06-12 paf
17099:
1.116 moko 17100: * configure, configure.in, src/targets/cgi/Makefile.am,
17101: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 17102:
17103: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
17104: src/include/pa_globals.h, src/include/pa_request.h,
17105: src/main/compile.tab.C, src/main/pa_globals.C,
17106: src/main/pa_request.C, src/targets/cgi/parser3.C,
17107: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
17108:
17109: * src/classes/mail.C: sendmail -ti [default now]
17110:
17111: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
17112: to be strings. for convinient #ing
17113:
17114: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
17115: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
17116:
17117: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
17118: main/pa_globals.C, main/pa_request.C: @conf
17119:
17120: 2002-06-11 paf
17121:
17122: * src/classes/file.C: check simplified
17123:
17124: * src/: classes/file.C, targets/cgi/parser3.dsp,
17125: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
17126: valid prefix
17127:
17128: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
17129: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
17130: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
17131:
17132: 2002-06-10 paf
17133:
17134: * operators.txt, src/classes/op.C, src/include/pa_common.h,
17135: src/main/pa_common.C: lock failures reported now
17136:
17137: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
17138: string->double @ compile time were not-enough-checking...
17139:
17140: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
17141: autoconvert now ignored
17142:
17143: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
17144: check
17145:
17146: * src/classes/mail.C: mail netscape attachment name fixed. todo:
17147: $response:body content-type:name
17148:
17149: * configure, configure.in: hpux check, nsl link, no socket
17150:
17151: * operators.txt: old merge conflict removed
17152:
17153: * configure, configure.in: pack even address access on sparc&co
17154: arch checked in configure
17155:
17156: * configure, src/include/pa_version.h: makes
17157:
17158: * configure, configure.in, src/include/pa_version.h: makes
17159:
17160: * src/main/untaint.C: (bug#2) mail subject got always prepended
17161: with charset even when all letters were 7bit one
17162:
17163: * src/main/pa_common.C: merged fixed -d (bug)
17164:
17165: * src/main/pa_common.C: fixed -d (bug)
17166:
17167: 2002-06-03 paf
17168:
17169: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
17170: src/classes/classes.dsp, src/main/compile.tab.C,
17171: src/main/main.dsp, src/main/pa_globals.C,
17172: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
17173: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
17174: .dsp-s along with reorganized cvs modules dirs structure
17175:
17176: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17177: main/pa_globals.C, targets/cgi/parser3.dsp,
17178: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
17179: modules
17180:
17181: 2002-05-28 paf
17182:
17183: * src/targets/cgi/parser3.C: info.uri now ""
17184:
17185: 2002-05-17 paf
17186:
17187: * src/classes/: table.C: ^table.save << checked empty
17188: pre/match/post columns
17189:
17190: 2002-05-16 paf
17191:
17192: * src/classes/image.C: image::measure can png now
17193:
17194: 2002-05-15 paf
17195:
17196: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
17197: added
17198:
17199: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
17200:
17201: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
17202: %H[:%M[:%S]]]]]] [-%m now
17203:
17204: 2002-05-14 paf
17205:
17206: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
17207:
17208: 2002-05-07 paf
17209:
17210: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
17211: src/include/pa_globals.h, src/include/pa_request.h,
17212: src/include/pa_table.h, src/main/compile.tab.C,
17213: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
17214: src/main/pa_request.C, src/main/pa_table.C,
17215: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
17216: src/targets/isapi/parser3isapi.dsp,
17217: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
17218: name2number field now &. main_method_name now on Request pool
17219: rather on global_pool [Junction+VJunction created on same pool as
17220: name = were created on global pool, causing mem leaks]
17221:
17222: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
17223: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
17224: main/compile.y, main/main.dsp, main/pa_globals.C,
17225: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
17226: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17227: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
17228: field now &. main_method_name now on Request pool rather on
17229: global_pool [Junction+VJunction created on same pool as name =
17230: were created on global pool, causing mem leaks]
17231:
17232: 2002-05-06 paf
17233:
17234: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17235: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17236: 100*40 bytes per request memory leak [nonpool malloc in globals]
17237:
17238: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17239: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17240: 100*40 bytes per request memory leak [nonpool malloc in globals]
17241:
17242: 2002-04-30 paf
17243:
17244: * configure, src/include/pa_version.h: version now not b
17245:
17246: * src/targets/cgi/parser3.C: request.uri now never 0
17247:
17248: 2002-04-29 paf
17249:
17250: * configure.in: removed b
17251:
17252: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
17253: Exception::comment/type checked in (), no there's no empty
17254: type/comment by default
17255:
17256: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
17257: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
17258: src/doc/value.dox, src/include/pa_exception.h,
17259: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
17260: 0001
17261:
17262: 2002-04-26 paf
17263:
17264: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
17265: size reduced
17266:
17267: 2002-04-25 paf
17268:
17269: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
17270: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
17271: now that took into account
17272:
17273: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
17274: 01:03:04]
17275:
17276: * ChangeLog, operators.txt, src/classes/date.C:
17277: ^date::create[2002-12-33 01:03:04]
17278:
17279: * ChangeLog: updated changelog
17280:
17281: * src/classes/table.C: removed restriction on column count to
17282: ^table.hash to work, now must be >0 [were >1]
17283:
17284: 2002-04-24 paf
17285:
17286: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17287: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17288: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
17289: targets
17290:
17291: 2002-04-23 paf
17292:
17293: * operators.txt, src/classes/string.C:
17294: int/double/string:sql{}[$.default{code}] fixed [were barking:
17295: "junction used outside of context"]
17296:
17297: 2002-04-22 paf
17298:
17299: * types.txt, src/classes/string.C, src/include/pa_string.h,
17300: src/main/pa_string.C, src/types/pa_vstring.C,
17301: src/types/pa_vstring.h: ^string.optimize[]
17302:
17303: * src/: include/pa_globals.h, include/pa_table.h,
17304: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
17305: table template
17306:
17307: * src/classes/: string.C: optimize removed from string
17308: .left/right/pos
17309:
17310: * src/main/execute.C: rolled back to
17311: before_killing_userjunction_contexts
17312:
17313: * src/main/execute.C: user junctions context killed
17314:
17315: * src/main/execute.C: junctions to local contexts got
17316: cleanized&checked later
17317:
17318: 2002-04-19 paf
17319:
17320: * src/: classes/string.C, include/pa_request.h,
17321: include/pa_string.h, main/pa_request.C, main/pa_string.C,
17322: types/pa_vstring.C, types/pa_vstring.h: string now optimized
17323: prior to .left .right .mid .pos .match when that is profitable,
17324: and always before .replace when $ORIGINS(1) optimization disabled
17325: economy from not wasting mem on lots of strings which occur by
17326: lots of String:mid calls to get parts of source string between
17327: found_occurances
17328:
17329: * src/classes/file.C: ovector now local economy: 16 bytes per
17330: ^file:list
17331:
17332: * src/: include/pa_globals.h, include/pa_table.h,
17333: main/pa_globals.C, main/pa_string.C: String::match table columns
17334: globalized, not created @ each ^match anymore economy:
17335: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
17336:
17337: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
17338: removed from each String::match replace iteration, and made
17339: stacked sizeof(VTable)=12bytes economy on each replace code
17340:
17341: * src/doc/footer.htm: 2001,
17342:
17343: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
17344: string.match[]['] option enables generation of $match.prematch
17345: .match .postmatch columns
17346:
17347: * src/main/pa_string.C: String::match options analized without
17348: cstr-ing them now
17349:
17350: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
17351: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
17352: config updated to doxygen 1.2.15, created helper which fixes
17353: minor bugs in chm project files & htm tree. changed extension to
17354: .htm
17355:
17356: 2002-04-18 paf
17357:
17358: * src/doc/doxygen.cfg: .chi generation disabled
17359:
17360: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
17361: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
17362: fields&methods
17363:
17364: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
17365: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
17366: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
17367: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17368: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
17369: types/pa_vresponse.h, types/pa_vstateless_class.h,
17370: types/pa_vstateless_object.h, types/pa_vstatus.h,
17371: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
17372: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
17373: VStateless_class to VObject
17374:
17375: * src/: main/pa_request.C, types/pa_valiased.h,
17376: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17377: types/pa_vstring.h: VStateless_string_object speicalized light
17378: version of VStateless_object
17379:
17380: * src/classes/op.C: ^throw comment param made optional
17381:
17382: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
17383: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
17384: and implemented down in VClass, fclass_alias removed,
17385:
17386: * src/types/pa_value.C: forced to cut that from .h because of
17387: VStateless_class usage [undefined in .h]
17388:
17389: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17390: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17391: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
17392: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
17393: on each CALL]
17394:
17395: * src/: classes/classes.h, classes/date.C, classes/double.C,
17396: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17397: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17398: classes/response.C, classes/string.C, classes/table.C,
17399: classes/void.C, classes/xnode.C, include/pa_globals.h,
17400: include/pa_request.h, main/execute.C, main/pa_globals.C,
17401: main/pa_request.C, types/Makefile.am, types/pa_value.h,
17402: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
17403: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17404: types/pa_vstateless_class.h, types/pa_wcontext.C,
17405: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
17406: removed Value::fname
17407:
17408: 2002-04-17 paf
17409:
17410: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
17411: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
17412: doc/pooled.dox, doc/string.dox, doc/targets.dox,
17413: include/pa_pool.h, include/pa_types.h: dox updated to current
17414: state, PTHROW freshen to throw & co
17415:
17416: * src/types/pa_vhash.h: vstring wrong parent fixed
17417:
17418: * src/classes/op.C: taint local result var bug fixed
17419:
17420: 2002-04-16 paf
17421:
17422: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
17423: Attic asm.txt as most interesting
17424:
17425: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
17426: check, preventing content-length: 0 from appearing
17427:
17428: * src/main/execute.C: $result in @main now taken into account as in
17429: usual functions
17430:
17431: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
17432: & @unhandled_exception now taken into account as in usual
17433: functions
17434:
17435: * src/doc/postbuild.txt: instructions on post .html build
17436:
17437: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
17438:
17439: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
17440: tainted
17441:
17442: * src/main/pa_request.C: uri in error log
17443:
17444: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
17445: cheched date:create(days) param for validity [later were assumed
17446: valid and crashed on invalid onces]
17447:
17448: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17449: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
17450: and used that for removing VString wrapper
17451:
17452: * src/classes/op.C: exception2vhash file now tainted
17453:
17454: * src/classes/op.C: _process pseudo origin copied from local var to
17455: heap
17456:
17457: * src/classes/op.C: extra check on empty file in origin in _execute
17458:
17459: 2002-04-15 paf
17460:
17461: * src/: main/execute.C, types/pa_value.h: fixed name update
17462:
17463: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
17464: functions
17465:
17466: * src/: classes/file.C, classes/hash.C, classes/op.C,
17467: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
17468: started dual write_xxx_lang functions, if checked & works
17469:
17470: * src/: classes/date.C, classes/file.C, classes/mail.C,
17471: classes/string.C, classes/xnode.C, include/pa_request.h,
17472: types/pa_value.h, types/pa_wcontext.h: removed absolutely
17473: unnecessary VString shells
17474:
17475: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
17476: prev changes]
17477:
17478: * src/: classes/image.C, classes/op.C, classes/string.C,
17479: classes/table.C, include/pa_request.h, main/execute.C,
17480: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
17481: StringOrValue wcontext result, now ready for dual writes
17482:
17483: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
17484: checked that
17485:
17486: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17487: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
17488: changed to OP_WRITE_VALUE in var get cases
17489:
17490: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
17491: include/pa_request.h, main/compile.tab.C, main/compile.y,
17492: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17493: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
17494: switch in hash constructor fixed [were problems with using of
17495: stacked wwrapper after it's death]
17496:
17497: 2002-04-12 paf
17498:
17499: * operators.txt, src/classes/table.C: table.select(expression) 0
17500:
17501: 2002-04-11 paf
17502:
17503: * src/: classes/string.C, include/pa_request.h, main/execute.C:
17504: Request::process_internal codeFrame & wwrapper stacked [not
17505: wasting heap anymore]
17506:
17507: 2002-04-10 paf
17508:
17509: * src/: classes/double.C, classes/file.C, classes/hash.C,
17510: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
17511: classes/string.C, classes/table.C, classes/void.C,
17512: classes/xdoc.C, include/pa_request.h, main/execute.C,
17513: main/pa_string.C: killed Request::process() wrapping
17514: VString(String) in case we need only String
17515:
17516: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17517: killed 8 bytes from String.head
17518:
17519: 2002-04-09 paf
17520:
17521: * src/: main/compile.tab.C, targets/cgi/parser3.C,
17522: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
17523: local*/char b[...]; a=b; situations
17524:
17525: * operators.txt, src/classes/xdoc.C: xslt params made literal
17526:
17527: * src/classes/xdoc.C: xslt params fixed
17528:
17529: * src/: main/pa_common.C, targets/cgi/parser3.C,
17530: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
17531: not pool.malloc(MAX_NUMBER) but really neaded
17532:
17533: * operators.txt, src/classes/double.C, src/classes/int.C:
17534: int/double.int/double(default)
17535:
17536: 2002-04-04 paf
17537:
17538: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
17539: [when reconstructing pieces were split by
17540: max_integral(piece.size), thus some strings to replace happen to
17541: be split into two = not replaced)
17542:
17543: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
17544: standalone version = current dir
17545:
17546: * src/targets/cgi/parser3.C: document root in standalone version =
17547: current dir
17548:
17549: 2002-04-03 paf
17550:
17551: * configure, configure.in: more checks on nonexistent charset
17552:
1.116 moko 17553: * INSTALL, configure, configure.in: root config configure options
1.95 moko 17554:
17555: 2002-04-02 paf
17556:
17557: * src/main/compile.C: parser.compile [exception name more like in
17558: doc]
17559:
17560: 2002-04-01 paf
17561:
17562: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
17563: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
17564: .content-type.charset, not .charset
17565:
17566: 2002-03-29 paf
17567:
17568: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
17569:
17570: * operators.txt, src/classes/date.C: ^date::create now may not
17571: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
17572: days' year. | 31.05->31.04 roll
17573:
17574: 2002-03-28 paf
17575:
17576: * operators.txt, src/classes/date.C, src/classes/op.C,
17577: src/include/pa_globals.h, src/include/pa_hash.h,
17578: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
17579: ^cache(seconds) ^cache[date] }
17580:
17581: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
17582: param
17583:
17584: 2002-03-27 paf
17585:
17586: * operators.txt, src/classes/date.C, src/classes/double.C,
17587: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
17588: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
17589: src/classes/math.C, src/classes/op.C, src/classes/string.C,
17590: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17591: src/classes/xnode.C, src/include/pa_exception.h,
17592: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
17593: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
17594: src/main/pa_array.C, src/main/pa_charset.C,
17595: src/main/pa_charsets.C, src/main/pa_common.C,
17596: src/main/pa_dictionary.C, src/main/pa_exception.C,
17597: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
17598: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
17599: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
17600: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17601: src/types/pa_value.h, src/types/pa_vcookie.C,
17602: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
17603: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
17604: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
17605: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
17606: src/types/pa_wwrapper.h: assigned exception types
17607:
17608: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
17609: src/include/pa_request.h, src/main/execute.C,
17610: src/main/pa_request.C: decided agains resetting exception_trace,
17611: just changed name
17612:
17613: 2002-03-26 paf
17614:
17615: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
17616: fixed
17617:
17618: * src/classes/op.C: forced language of $source field of exception
17619: to 'tainted', so that sql-langed-frags could be outputed outside
17620: of connect
17621:
17622: * operators.txt: removed date.roll limit of +-1 offset
17623:
17624: * src/classes/date.C: removed date.roll limit of +-1 offset
17625:
17626: * operators.txt, src/classes/date.C: fixed date roll on
17627: daylightsaving days mktime took into account tm_isdst flag, which
17628: remained from BEFORE roll, but should have been reset
17629:
17630: 2002-03-25 paf
17631:
17632: * operators.txt, src/targets/cgi/parser3.C:
17633: http_site_config_filespec
17634:
17635: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
17636: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
17637: with any/both --disable-foreign-group-files --disable-execs
17638:
17639: * INSTALL: "--with=sendmail=COMMAND" comment
17640:
17641: * INSTALL, configure, configure.in, src/classes/mail.C,
17642: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 17643: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
17644: disables execs also. introducing --sendmail
1.95 moko 17645:
17646: * operators.txt: pgsql options comment
17647:
17648: * INSTALL: comment on --disable-link-stdcpp
17649:
1.116 moko 17650: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17651: libstdc++ link skipping configure option
1.95 moko 17652:
17653: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
17654: with error were put to cache with 'marked_to_rollback' flag, all
17655: consequent even OK requests rolled back
17656:
17657: 2002-03-22 paf
17658:
17659: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
17660: false return
17661:
17662: * operators.txt: few comments on sets
17663:
17664: 2002-03-18 paf
17665:
17666: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
17667: src/include/pa_globals.h, src/include/pa_request.h,
17668: src/include/pa_stack.h, src/main/pa_globals.C,
17669: src/main/pa_request.C: introducing ^try
17670:
17671: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
17672: types/pa_vdouble.h: removed some tested @tests
17673:
17674: 2002-03-15 paf
17675:
17676: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
17677:
17678: 2002-03-13 paf
17679:
17680: * src/main/pa_exception.C: checked not-pooled malloc
17681:
17682: 2002-03-11 paf
17683:
17684: * INSTALL, configure, configure.in,
17685: src/include/pa_config_auto.h.in: --disable-foreign-group-files
17686:
17687: * src/main/pa_common.C: --disable-foreign-group-files
17688:
17689: * INSTALL: --disable-execs
17690:
17691: * src/main/pa_exec.C: --disable-execs
17692:
17693: * configure, configure.in, src/include/pa_config_auto.h.in:
17694: --disable-execs
17695:
17696: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
17697:
17698: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
17699: file::exec/cgi linebreaks "0D0A" changed to 0A onces
17700:
17701: 2002-03-05 paf
17702:
17703: * operators.txt, src/classes/date.C: date week calendar columns
17704: named
17705:
17706: * operators.txt, src/classes/date.C: date week calendar columns
17707: named
17708:
17709: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
17710: requires headers to be terminated with \r\n manually [refuses to
17711: separate header/body itself]
17712:
17713: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17714: targets/isapi/parser3isapi.C: isapi site config beside .dll
17715:
17716: 2002-03-04 paf
17717:
17718: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
17719: in PASS language
17720:
17721: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
17722: deserialize checks on broken file
17723:
17724: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
17725: parser3isapi.dsp: isapi updated
17726:
17727: 2002-03-01 paf
17728:
17729: * src/main/pa_exec.C: execle -> execve, now argc OK
17730:
17731: 2002-02-28 paf
17732:
17733: * src/main/untaint.C: removed some debug comments
17734:
17735: * src/main/pa_charsets.C: when placing charset to cache using
17736: global name now [were request]
17737:
17738: * configure, configure.in: apache module updated
17739:
17740: * src/main/pa_string.C: origin by first piece preferred before last
17741: piece
17742:
17743: 2002-02-27 paf
17744:
17745: * src/main/pa_charset.C: size_t
17746:
17747: * INSTALL: shared/static-xml with-pathlink
17748:
17749: * operators.txt: SMTP comment
17750:
17751: 2002-02-26 paf
17752:
17753: * src/main/pa_exec.C: more precise names for vars, cosmetic
17754:
17755: * src/classes/xnode.C: in some situation, xpath query returned
17756: result with type NODESET, but empty nodeset member field, checked
17757: that
17758:
17759: 2002-02-22 paf
17760:
17761: * INSTALL: without-zlib comment
17762:
17763: * etc/parser3.charsets/windows-1251.cfg: °
17764:
17765: * configure, configure.in: glib###.a detection fixed
17766:
17767: * INSTALL: hashfile removed from INSTALL
17768:
1.116 moko 17769: * Makefile.am: make update
1.95 moko 17770:
17771: * src/main/pa_string.C: string iterators fixed again, so were
17772: String::join_chain
17773:
17774: * src/main/pa_string.C: string iterators fixed again, so were
17775: String::join_chain
17776:
17777: * src/: include/pa_string.h, main/pa_string.C: string iterators
17778: fixed again, so were String::join_chain
17779:
17780: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
17781:
17782: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
17783: "session"
17784:
1.116 moko 17785: * configure, configure.in, src/include/pa_config_auto.h.in:
17786: --with-shared-xml --with-static-xml
1.95 moko 17787:
17788: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17789: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17790: types/types.dsp: *.dsp: removed refereces to win32db & ancient
17791: xalan&xml
17792:
17793: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
17794:
17795: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
17796: src/types/types.dsp: removed hashfile support from sources for
17797: now
17798:
1.116 moko 17799: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 17800: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 17801: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
17802: src/include/pa_db_manager.h, src/include/pa_db_table.h,
17803: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 17804: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 17805: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
17806: src/types/Makefile.am, src/types/pa_vhashfile.C,
17807: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 17808:
17809: 2002-02-21 paf
17810:
17811: * src/main/untaint.C: removed debug code, activated commented-for
17812: debug parts
17813:
1.116 moko 17814: * Makefile.am: make cvsupdate
1.95 moko 17815:
17816: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17817: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
17818: append_row, not at link zero now string to string appending works
17819:
17820: 2002-02-20 paf
17821:
17822: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
17823: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
17824: DEBUG_STRING_APPENDS_VS_EXPANDS
17825:
17826: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17827: economy: 22%
17828:
17829: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17830: space uptimized: string::link_row removed
17831:
17832: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
17833: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
17834: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17835: types/pa_vstring.h: speed uptimized: string::is_empty
17836:
17837: * operators.txt, src/include/pa_common.h,
17838: src/include/pa_config_fixed.h, src/include/pa_string.h,
17839: src/include/pa_types.h, src/main/compile.tab.C,
17840: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
17841: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
17842: string append optimiziation idea and estimates
17843:
17844: 2002-02-19 paf
17845:
17846: * src/classes/math.C: not used directly [but erroreously reported
17847: that 'is', thus registering twice&other probs]
17848:
17849: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
17850: to node [element]
17851:
17852: * src/main/compile.C: without string_origins parse error
17853: file+line+col possible
17854:
17855: * src/main/: compile.C: without string_origins not worked
17856:
17857: 2002-02-18 paf
17858:
17859: * src/types/pa_vdouble.h: since we have in_expression removed that
17860: trick i've installed into double::as_string
17861:
17862: * src/main/pa_globals.C: extern "C" was removed too fast
17863:
17864: * src/: include/pa_opcode.h, include/pa_request.h,
17865: main/compile.tab.C, main/compile.y, main/execute.C,
17866: types/pa_wcontext.h: in_expression aimed to solve old problem
17867: with string/nonstring values, now in expressions double/int
17868: values are passed as-is, without stupid tostring/fromstring
17869: conversions
17870:
17871: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
17872: __cplusplus } #endif
17873:
17874: * src/main/compile.tab.C: bison env set so one could compile
17875: without cygwin installed
17876:
17877: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17878: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
17879: gnome xml libs parser .dsp-s changed accordingly
17880:
17881: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
17882:
17883: * operators.txt, src/classes/date.C: date::create [were date::set,
17884: with backward comp
17885:
17886: * src/classes/math.C: math:random range check fixed
17887:
17888: * src/main/: compile.tab.C, compile.y: integer division stops name
17889:
17890: * INSTALL: local install comment
17891:
1.116 moko 17892: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 17893:
1.116 moko 17894: * acinclude.m4, aclocal.m4, configure, configure.in,
17895: src/include/pa_config_auto.h.in,
17896: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
17897: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 17898:
17899: * operators.txt: \ comment
17900:
17901: 2002-02-13 paf
17902:
17903: * src/include/pa_config_includes.h: sys/time time both included
17904: now. vaguely remember confilicts on this on some system [not on
17905: six|ablv] so when would see them again would think up proper
17906: check
17907:
1.116 moko 17908: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17909: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 17910:
17911: * src/main/pa_common.C: truncation never occured when writing files
17912: on unix [since i've changed cache mech] fix
17913:
17914: * src/main/pa_common.C: strnchr: sanity check added
17915:
17916: * etc/parser3.charsets/windows-1257.cfg: id added
17917:
17918: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
17919: baltic charset file generated, in generation script ispunct check
17920: added
17921:
17922: 2002-02-08 paf
17923:
1.116 moko 17924: * src/: include/Makefile.am, sql/Makefile.am,
17925: targets/isapi/Makefile.am: forgotten makes
1.95 moko 17926:
17927: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
17928: forgotten
17929:
17930: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
17931:
17932: * INSTALL, README: install&others updated
17933:
17934: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
17935:
1.116 moko 17936: * Makefile.am, configure, configure.in,
17937: etc/parser3.charsets/Makefile.am, src/Makefile.am,
17938: src/classes/Makefile.am, src/main/Makefile.am,
17939: src/main/pa_status_provider.C, src/targets/Makefile.am,
17940: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
17941: works
1.95 moko 17942:
17943: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17944: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17945: classes/hashfile.C, classes/int.C, classes/mail.C,
17946: classes/math.C, classes/op.C, classes/response.C,
17947: classes/string.C, classes/table.C, classes/void.C,
17948: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17949: include/pa_array.h, include/pa_cache_managers.h,
17950: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17951: include/pa_config_fixed.h, include/pa_config_includes.h,
17952: include/pa_db_connection.h, include/pa_db_manager.h,
17953: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17954: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17955: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17956: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17957: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17958: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17959: include/pa_stack.h, include/pa_string.h,
17960: include/pa_stylesheet_connection.h,
17961: include/pa_stylesheet_manager.h, include/pa_table.h,
17962: include/pa_threads.h, include/pa_types.h, main/compile.C,
17963: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17964: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
17965: main/pa_db_connection.C, main/pa_db_manager.C,
17966: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17967: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
17968: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17969: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
17970: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17971: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17972: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
17973: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17974: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17975: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
17976: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17977: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17978: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
17979: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
17980: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
17981: types/pa_vmethod_frame.h, types/pa_vobject.h,
17982: types/pa_vrequest.h, types/pa_vresponse.h,
17983: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17984: types/pa_vstateless_object.h, types/pa_vstatus.C,
17985: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17986: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17987: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
17988: classes/image.C, main/pa_common.C, main/pa_exec.C,
17989: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17990: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
17991: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
17992: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
17993: types/pa_vxnode.C, main/pa_charset.C: name spelling
17994:
17995: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17996: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17997: classes/hashfile.C, classes/image.C, classes/int.C,
17998: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17999: classes/string.C, classes/table.C, classes/void.C,
18000: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18001: include/pa_array.h, include/pa_cache_managers.h,
18002: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18003: include/pa_config_fixed.h, include/pa_config_includes.h,
18004: include/pa_db_connection.h, include/pa_db_manager.h,
18005: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18006: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18007: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18008: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18009: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18010: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18011: include/pa_stack.h, include/pa_string.h,
18012: include/pa_stylesheet_connection.h,
18013: include/pa_stylesheet_manager.h, include/pa_table.h,
18014: include/pa_threads.h, include/pa_types.h, main/compile.C,
18015: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18016: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18017: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18018: main/pa_db_connection.C, main/pa_db_manager.C,
18019: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18020: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18021: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18022: main/pa_socks.C, main/pa_sql_driver_manager.C,
18023: main/pa_status_provider.C, main/pa_string.C,
18024: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18025: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18026: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18027: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18028: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18029: targets/isapi/pool_storage.h, types/pa_valiased.C,
18030: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18031: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18032: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18033: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18034: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18035: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18036: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18037: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18038: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18039: types/pa_vresponse.h, types/pa_vstateless_class.C,
18040: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18041: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18042: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18043: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18044: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18045: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18046:
18047: 2002-02-07 paf
18048:
18049: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18050:
1.116 moko 18051: * configure, configure.in, src/include/pa_config_auto.h.in,
18052: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18053: added yet another locking function: fcntl
1.95 moko 18054:
18055: * config.sub: on cygwin configure passes it with strange i1586
18056: const, hacked it to mean i586
18057:
18058: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18059: disabled $if reference due to conflicts with local variables
18060:
18061: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18062: xdoc::set obsolete now, now xdoc::create, with both sences
18063:
18064: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18065: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18066: table::create now // 'set' name obsolete now table clone.
18067:
18068: * operators.txt, src/classes/string.C,
18069: src/include/pa_config_fixed.h, src/main/compile.tab.C:
18070: ^int/double/string.format now can be called with normal []
18071: brackets, not stupid {} as it were implemented for some strange
18072: reason. retaining backward compatibility due to some
18073: already-implemented servers
18074:
18075: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
18076: main/compile.y, main/compile_tools.C, main/compile_tools.h:
18077: operators now detected by check at name_without_curly_rdive_read
18078: rule whether diving code constists only of
18079: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
18080: with OP_GET_ELEMENT_OR_OPERATOR to form
18081: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
18082:
18083: 2002-02-06 paf
18084:
18085: * configure, configure.in: prefix expanded, grr
18086:
18087: * operators.txt, src/classes/mail.C: mail:send config changed
18088:
18089: 2002-02-05 paf
18090:
18091: * operators.txt: regex options commented
18092:
18093: * src/main/: pa_exec.C: argv0 now correct
18094:
18095: * src/types/pa_vstatus.C: status:rusage 3
18096:
18097: * src/types/pa_vstatus.C: status:rusage 2
18098:
18099: * operators.txt: status:rusage described int operators
18100:
18101: * src/types/pa_vstatus.C: status:rusage 1
18102:
18103: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
18104: src/types/types.dsp: status:rusage
18105:
18106: * configure.in, operators.txt, src/classes/file.C,
18107: src/classes/op.C, src/include/pa_common.h,
18108: src/include/pa_config_includes.h, src/main/compile.tab.C,
18109: src/main/pa_common.C: rewritten ^cache to use
18110: non-blocking-exclusive-caches
18111:
18112: * src/main/pa_common.C: text file read mode on win32 adjusted
18113: [speed impact. was off for debugging purpose, but forgotten
18114: afterwards]
18115:
18116: 2002-02-01 paf
18117:
18118: * src/classes/op.C: file_write does EX lock after create, while
18119: file_read does SH after open, so there's a moment after create
18120: but before EX lock when read can sneak into, and read
18121: just-created-for-writing-and-not-yet-locked file, added a check
18122: for that in ^cache...read
18123:
18124: 2002-01-31 paf
18125:
18126: * src/main/: compile.y, compile.tab.C: disabled operator call after
18127: ^xxx:
18128:
18129: * src/main/: compile.tab.C, execute.C: made operators lookup first
18130: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
18131:
18132: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
18133: main/compile.tab.C, main/compile.y, main/compile_tools.C,
18134: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
18135: operators check 6.1 rewritten. now check is done at compile time
18136:
18137: * src/main/execute.C: operators check 5 floated up old error of
18138: staying in 'entered class/object' state after $a($a..) it
18139: prevented operators from being called thereafter
18140:
18141: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18142: main/execute.C: operators check 4 floated up old error of staying
18143: in 'entered object' state after ^a.a(a) it prevented operators
18144: from being called thereafter
18145:
18146: * src/main/execute.C: operators check 3 floated up old error of
18147: staying in 'entered class' state after $a:a(a) it prevented
18148: operators from being called thereafter
18149:
18150: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
18151: floated up old error of staying in 'entered class' state after
18152: $a:a[a] it prevented operators from being called thereafter
18153:
18154: * src/main/execute.C: operators check, thay mistakenly seen in
18155: $class:operator $object.operators contexts
18156:
18157: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
18158: win32
18159:
1.116 moko 18160: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
18161: src/classes/Makefile.am, src/main/Makefile.am,
18162: src/targets/cgi/Makefile.am,
1.95 moko 18163: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 18164: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 18165:
1.116 moko 18166: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
18167: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
18168: configure, configure.in, form.txt, ident.awk, install-sh,
18169: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
18170: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 18171: etc/parser3.charsets/Makefile.am,
18172: etc/parser3.charsets/koi8-r.cfg,
18173: etc/parser3.charsets/windows-1250.cfg,
18174: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 18175: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
18176: src/main/Makefile.am, src/targets/cgi/Makefile.am,
18177: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
18178: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 18179: straightened installation scripts procedure made
18180: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
18181: change
18182:
18183: 2002-01-30 paf
18184:
18185: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
18186: removed] those comments were a mistake, and prevented libltdl
18187: from function properly
18188:
18189: 2002-01-29 paf
18190:
1.116 moko 18191: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
18192: creation [modified acinclude.m4 which were creating int into just
18193: assignment LIBTOOL=../libtool] added default system
18194: config&charsetts prepared 'make install', now it installs
18195: targets/cgi/parser3 into bin directory etc/parser3.conf &
18196: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 18197: $sysconfdir/parser3.charsets respectively
18198:
18199: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
18200: main/pa_globals.C: few forgotten ifdef XML added
18201:
18202: 2002-01-28 paf
18203:
1.116 moko 18204: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 18205: removed
18206:
18207: * src/main/pa_exception.C: dom|generic error output fix
18208:
18209: * src/classes/xnode.C: xdoc.importNode 3 [check err]
18210:
18211: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
18212:
18213: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
18214: [fixed as_node helper func to accept docs]
18215:
18216: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
18217: xdoc.importNode 0
18218:
18219: * src/classes/xdoc.C: xdoc::set now untaints OK
18220:
18221: 2002-01-25 paf
18222:
18223: * src/main/: compile.tab.C, compile.y: #comment before @ after
18224: @SPECIAL now works OK
18225:
18226: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
18227:
18228: * src/main/pa_exec.C: max arg count now 10, and proper message on
18229: violation that added
18230:
18231: * src/classes/hash.C: unified hash::sql, now
18232: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
18233:
18234: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18235: ^file:lock[filename]{code}
18236:
18237: * src/: classes/file.C, classes/op.C, classes/string.C,
18238: classes/table.C, classes/xdoc.C, include/pa_common.h,
18239: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
18240: to some pa_common funcs
18241:
18242: * src/: include/pa_charset.h, main/pa_globals.C:
18243: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
18244:
18245: * src/: include/pa_charset.h, main/pa_charset.C,
18246: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
18247: not stupid illegal define
18248:
18249: 2002-01-24 paf
18250:
18251: * src/include/pa_version.h: changed version number
18252:
18253: * src/: classes/hashfile.C, include/pa_db_table.h,
18254: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18255: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18256: main/pa_db_connection.C, main/pa_db_table.C,
18257: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
18258: hashfile without logfiles
18259:
18260: * src/: classes/hashfile.C, include/pa_db_table.h,
18261: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
18262: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
18263: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
18264: DB_INIT_TXN init bits, thus got rid of huge log files, which
18265: cluttered disk without huge need]
18266:
18267: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
18268: handy macro, which is strangly abscent in dome lib
18269:
18270: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
18271:
18272: * src/classes/xdoc.C: checked empty response
18273:
18274: * src/classes/xnode.C: xdoc.select fixed context node [were always
18275: /, not self node]
18276:
18277: * src/classes/xnode.C: xnode.select returns array always now, in
18278: case 'nothing found' returns empty array
18279:
18280: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
18281: be more tender with ctrl/c/v
18282:
18283: 2002-01-23 paf
18284:
18285: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
18286: substituted. // 2. when dom tree with entites goes under
18287: transform text nodes // got [erroreosly] cut on first
18288: entity occurance
18289:
18290: * src/types/pa_vdouble.h: double prec. todo: get rid of
18291: twice-converting
18292:
18293: * src/types/pa_vdouble.h: %.20E now float format when %g produced
18294: 'e' in output this is for regretful twice-converting here:
18295: $a(double value) when they write double falue they convert it to
18296: string first, thus %g were losing precesion.
18297:
18298: todo: think up some way to remove double->string string->double
18299: twice-converting
18300:
18301: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
18302: %.20E now default float format this is for regretful
18303: twice-converting here: $a(double value) when they write double
18304: falue they convert it to string first, thus %g were losing
18305: precesion.
18306:
18307: todo: think up some way to remove double->string string->double
18308: twice-converting
18309:
18310: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18311: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
18312: reasons in comment inside
18313:
18314: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
18315: statically linked]
18316:
18317: * src/: include/pa_exception.h, main/compile.tab.C,
18318: main/pa_exception.C: removed exception va_list constructor. 1.
18319: not needed anymore 2. there were a conflict[causing errors]
18320: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
18321: never detected an ambiguilty here, compiling ctor(, "hello") into
18322: ctor(, va_list) which, of course, caused gpf
18323:
18324: * src/main/pa_globals.C: removed debug xslt messages
18325:
18326: 2002-01-22 paf
18327:
18328: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18329: main/pa_globals.C: xsl stylesheet load: parsed entities, this
18330: helps compiling stylesheet properly. example: this refused to
18331: work, <b>«<xsl:value-of select="@title"
18332: />»</b> stranly worked only this way:
18333: <b>«<xsl:value-of select="@title" />»</b>
18334:
18335: docs says "set it to 1", never going into details, so I decided
18336: to try NOT to do that
18337:
18338: * src/classes/table.C: join behaived badly in case named tables
18339: structure mismatched: 0 strings sneaked into dest failing
18340: afterwards. replaced them with empty strings
18341:
18342: 2002-01-21 paf
18343:
18344: * src/main/pa_charset.C: checked empty transcoders in
18345: transcode_cstr|buf
18346:
18347: * src/classes/xdoc.C: xdoc::load error source = filespec
18348:
18349: * src/classes/xdoc.C: transform error source now
18350: stylesheet_filespec
18351:
1.116 moko 18352: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 18353: include/pa_stylesheet_connection.h, main/pa_charset.C,
18354: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 18355: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
18356: gnome
1.95 moko 18357:
18358: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18359: include/pa_globals.h, include/pa_stylesheet_connection.h,
18360: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
18361: xslt generic error 1
18362:
18363: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
18364: xml generic message 1
18365:
18366: * src/classes/table.C: ^table::load empty lines or #comments before
18367: headline
18368:
18369: * src/: include/pa_array.h, include/pa_globals.h,
18370: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
18371: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
18372: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
18373: errors 0
18374:
18375: 2002-01-16 paf
18376:
18377: * src/: classes/hash.C, classes/op.C, classes/string.C,
18378: classes/table.C, classes/void.C, classes/xdoc.C,
18379: include/pa_db_connection.h, include/pa_request.h,
18380: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18381: include/pa_stylesheet_connection.h,
18382: include/pa_stylesheet_manager.h, main/pa_request.C,
18383: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18384: targets/cgi/pool_storage.h: auto closers to sql_connection,
18385: stylesheet_connection auto destroyers to remaining gnome objects
18386:
18387: * src/classes/xdoc.C: few comments
18388:
18389: 2002-01-15 paf
18390:
18391: * src/classes/xdoc.C: xdoc file save string
18392:
18393: ready. todo: error handling
18394:
18395: * src/classes/xdoc.C: xdoc save rewritten using
18396: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
18397: result
18398:
18399: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
18400: started output options parsing
18401:
18402: 2002-01-14 paf
18403:
18404: * src/classes/xdoc.C: method
18405:
18406: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18407: include/pa_pool.h, include/pa_stylesheet_connection.h,
18408: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
18409: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
18410: xslt transform0. TODO: use output options handle errors
18411:
18412: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
18413:
18414: 2002-01-11 paf
18415:
18416: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18417: main/compile_tools.C, main/compile_tools.h, main/execute.C:
18418: partial logical && || evaluation
18419:
18420: * src/classes/xnode.C: xpath selectNodes
18421:
18422: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
18423: string/number/bool
18424:
18425: * src/classes/xnode.C: xpath selectNode 2
18426:
18427: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
18428: xpath selectNode 1
18429:
18430: 2002-01-10 paf
18431:
18432: * src/classes/xnode.C: xpath selectNode -100 [just written]
18433:
18434: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18435: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
18436: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
18437: refcounter]
18438:
18439: 2001-12-29 paf
18440:
18441: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
18442: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
18443: glib works 0
18444:
18445: 2001-12-28 paf
18446:
18447: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
18448: main/pa_exception.C: started glib transcoders
18449:
18450: * src/main/pa_globals.C: renamed gdome to libgdome.dll
18451:
18452: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
18453: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
18454: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
18455: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
18456: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
18457: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
18458: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
18459: libs just compiled in. no refcounting no xpath no xslt yet
18460:
18461: 2001-12-27 paf
18462:
18463: * src/: include/pa_charset.h, include/pa_common.h,
18464: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18465: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
18466: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
18467: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
18468: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
18469: from xalan&xerces, started the process. globals [initialization
18470: pool [charset update charset [transcodings vxnode vxdoc [DOM
18471: calls
18472:
18473: * src/classes/Makefile.am: going away from xalan&xerces, not needed
18474: anymore
18475:
18476: 2001-12-26 paf
18477:
18478: * src/: include/pa_charset.h, include/pa_charsets.h,
18479: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
18480: key globalized [bug]
18481:
18482: 2001-12-25 paf
18483:
18484: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
18485: main/pa_string.C: table set & append changed splitting languages,
18486: separators now can be clean AND as-is same to mail command line
18487: $MAIN:MAIL.progX arguments
18488:
18489: 2001-12-24 paf
18490:
18491: * src/classes/mail.C: one parted text messages - no multipart
18492: mime-type anymore. for convinient if $.attach-ments
18493:
18494: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
18495: main/pa_string.C: read from cache size check updated
18496:
18497: * src/main/: pa_string.C: String::join_chain another ugly bug :(
18498:
18499: 2001-12-21 paf
18500:
18501: * src/classes/date.C: date:sql-string now returns localtime
18502:
18503: * src/main/pa_request.C: $result in @main actually not working, to
18504: hell with it for now
18505:
18506: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18507: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
18508: @postprocess @exception
18509:
18510: * src/main/execute.C: junction evaluation canceled - endless
18511: recursion detected
18512:
18513: 2001-12-19 paf
18514:
18515: * src/main/pa_charset.C: charset->charset transcoding via unicode
18516: intermediate
18517:
18518: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
18519:
18520: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
18521:
18522: * src/classes/op.C: ^cache keypath now relative
18523:
18524: * src/classes/mail.C: changed weighting prior to sort
18525:
18526: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
18527: were missing
18528:
18529: 2001-12-17 paf
18530:
18531: * src/main/pa_charset.C: ifndef XML were bad type
18532:
18533: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
18534: outdated unset services_pool
18535:
18536: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
18537: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
18538: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
18539:
18540: * src/main/untaint.C: allowed space in filespec
18541:
18542: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
18543:
18544: * src/classes/image.C: no govno
18545:
18546: * src/classes/image.C: govno
18547:
18548: 2001-12-16 paf
18549:
18550: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
18551:
18552: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
18553: charset_connection&manager replaced by charset&charsets
18554:
18555: * src/main/pa_charset.C: name_cstr 0
18556:
18557: * src/main/untaint.C: uri lang now knows about client/source
18558: charsets
18559:
18560: * src/: classes/file.C, classes/math.C, classes/op.C,
18561: classes/string.C, classes/table.C, classes/xdoc.C,
18562: include/pa_array.h, include/pa_cache_managers.h,
18563: include/pa_charset_connection.h, include/pa_charset_manager.h,
18564: include/pa_common.h, include/pa_db_connection.h,
18565: include/pa_db_manager.h, include/pa_db_table.h,
18566: include/pa_dictionary.h, include/pa_exception.h,
18567: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
18568: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
18569: include/pa_sapi.h, include/pa_socks.h,
18570: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18571: include/pa_string.h, include/pa_stylesheet_connection.h,
18572: include/pa_stylesheet_manager.h, include/pa_table.h,
18573: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
18574: main/pa_charset.C, main/pa_charset_connection.C,
18575: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
18576: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
18577: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
18578: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
18579: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18580: types/types.dsp: introducing Charset
18581:
18582: 2001-12-14 paf
18583:
18584: * src/: include/pa_request.h, include/pa_transcoder.h,
18585: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
18586: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
18587: uri lang
18588:
18589: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
18590:
18591: * src/targets/cgi/Makefile.am: -I../../pcre to .am
18592:
18593: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
18594: defalts_name global
18595:
18596: * src/: include/pa_charset_connection.h, include/pa_pool.h,
18597: include/pa_request.h, main/main.dsp,
18598: main/pa_charset_connection.C, main/pa_charset_manager.C,
18599: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
18600: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
18601: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
18602: changed charset model. now important: $request:charset
18603: $response:charset while $response:content-type.charset become
18604: unimportant [informational]
18605:
18606: 2001-12-13 paf
18607:
18608: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
18609:
18610: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
18611: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
18612: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
18613: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
18614: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
18615: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
18616:
18617: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
18618: auto_ptr part other way, because of stupid gcc 2.96
18619: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
18620: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
18621: FormatterListener] /usr/include/g++-3/memory:48:
18622: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
18623: _Tp1 = FormatterListener, _Tp = FormatterListener]
18624:
18625: * src/classes/xdoc.C: removed extra inc
18626:
18627: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
18628:
18629: * src/include/pa_types.h: msvc head debugging flag
18630:
18631: * src/classes/xdoc.C: freed up listener
18632:
18633: * src/classes/string.C: change msg '... code is not code'
18634:
18635: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
18636: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18637: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
18638: [past/future prob]
18639:
18640: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18641: include/pa_config_fixed.h, include/pa_db_manager.h,
18642: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18643: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
18644:
18645: * src/: include/pa_config_fixed.h, main/pa_common.C,
18646: main/pa_string.C: removed signed mismatch warnings
18647:
18648: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
18649: 'expires' from header outputs
18650:
18651: * src/main/pa_string.C: string::recustruct erroreusly used outdated
18652: row ptr
18653:
18654: * src/classes/file.C: file::cgi bug, request_method were passed to
18655: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
18656:
18657: * src/classes/xdoc.C: lang list updated
18658:
18659: 2001-12-10 paf
18660:
18661: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
18662:
18663: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
18664: erase files like that, knowing their full name introducing //
18665: theoretical problem with, for instance, "_2B" and "." fragments,
18666: // they would yield the same // because
18667: need_file_encode('_')=false // but we need to delete such files
18668: somehow, getting names from ^index
18669:
18670: * src/main/pa_string.C: ^string.replace bug fixed [bad
18671: string::join_chank break]
18672:
18673: 2001-12-07 paf
18674:
18675: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
18676: include/pa_common.h, include/pa_config_auto.h.in,
18677: include/pa_config_fixed.h, include/pa_config_includes.h,
18678: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
18679: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
18680: types/pa_vhashfile.C: merged from r14_simple_cache
18681:
18682: * src/main/pa_string.C: stupid sparc architecture failed to access
18683: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
18684: lduh [ %i2 + 1 ], %l0
18685:
18686: bus error, fixed that
18687:
18688: * src/main/pa_string.C: strange string deserialize bug on
18689: client[pmts], a bit shortened,
18690:
18691: * src/include/pa_config_auto.h.in: makes
18692:
18693: * src/: include/pa_common.h, include/pa_config_fixed.h,
18694: include/pa_config_includes.h, main/pa_common.C: exclusive lock
18695: file write shared lock file read
18696:
18697: * src/: classes/op.C, include/pa_common.h,
18698: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
18699:
18700: 2001-12-06 paf
18701:
18702: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18703: main/pa_request.C: #ifdef RESOURCES_DEBUG
18704:
18705: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
18706: info
18707:
18708: * src/classes/hashfile.C: removed transaction from ^cache
18709:
18710: 2001-12-05 paf
18711:
18712: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
18713: IIS5 there were a prob with illegal call check
18714:
18715: 2001-12-04 paf
18716:
18717: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18718: main/pa_request.C: measures to log
18719:
18720: 2001-11-23 paf
18721:
18722: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18723: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
18724: types/pa_vhashfile.C: merged from _0014, 1
18725:
18726: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18727: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
18728: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
18729: ^cache(33) would change
18730:
18731: 0660 bits in file_write & hashfile create
18732:
18733: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
18734: after pa_string optimization]
18735:
18736: 2001-11-22 paf
18737:
18738: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18739: table.offset[whence]
18740:
18741: * src/classes/op.C: process cstr(,connection)
18742:
18743: * src/classes/op.C: process now gets its body on current language,
18744: not as-is
18745:
18746: * src/main/untaint.C: ORIGINS mode removed UHTML
18747:
18748: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
18749: bit
18750:
1.116 moko 18751: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 18752:
18753: 2001-11-21 paf
18754:
18755: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
18756: <xsl:output output options made identical to xsl:output
18757: attributes exclusion: cdata-section-elements what xalan can do
18758: but that not used now: it can escape and remove CDATA sections
18759:
18760: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
18761: produced by xslt
18762:
18763: * src/targets/cgi/parser3.C: removed debug cgi||1
18764:
18765: * src/main/: pa_string.C, untaint.C: cached some string::size() es
18766:
18767: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
18768: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
18769: default language for {code}, it happen to change it's language
18770: from CLEAN, so later refused to split by CLEAN \t
18771:
18772: 2001-11-20 paf
18773:
1.116 moko 18774: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
18775: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 18776: bottom of dependeces, so that errors would popup quicklier, fixed
18777: line numbering in table::sql
18778:
18779: 2001-11-19 paf
18780:
18781: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
18782: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
18783: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
18784: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
18785: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
18786: at wcontext.write
18787:
1.116 moko 18788: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 18789: _set_new_handler
18790:
1.116 moko 18791: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
18792: set_new_handler in apache&isapi
1.95 moko 18793:
18794: 2001-11-16 paf
18795:
18796: * src/targets/cgi/parser3.C: pool debug @ die
18797:
18798: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
18799: removed 8 bytes from String, 2 bytes from
18800: string::chunk::row::item
18801:
18802: * src/main/pa_string.C: removed 1+4 bytes from String
18803:
18804: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18805: types/pa_vstring.C: removed 1+4 bytes from String
18806:
18807: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
18808: 0
18809:
18810: * src/: include/pa_globals.h, include/pa_string.h,
18811: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
18812: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
18813: targets/cgi/parser3.C: introducing estimating
18814: String::cstr_bufsize, 0
18815:
18816: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
18817:
18818: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
18819:
18820: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
18821: include/pa_pool.h: die in pool::fail
18822:
18823: 2001-11-15 paf
18824:
18825: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
18826: main/pa_exception.C, targets/cgi/parser3.C: exception with
18827: dynamic buffer re-back now with counter
18828:
18829: * src/: include/pa_exception.h, main/pa_exception.C: exception with
18830: static buffer back
18831:
18832: * src/targets/cgi/parser3.C: std::
18833:
18834: * src/: classes/classes.awk, include/pa_config_auto.h.in,
18835: include/pa_config_includes.h: setnewhandler check
18836:
1.116 moko 18837: * src/include/pa_config_auto.h.in: makes
1.95 moko 18838:
18839: * src/targets/cgi/parser3.C: set_new_handler started
18840:
18841: 2001-11-14 paf
18842:
18843: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18844: was wrong
18845:
18846: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18847: was wrong
18848:
18849: * src/main/pa_request.C: z
18850:
18851: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
18852: full returns win32 -1 solaris >buffer_size
18853:
18854: checked all that
18855:
18856: * src/classes/op.C: ^untaint{body} as-is default now
18857:
18858: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18859: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
18860: with no_bad_constructors_try
18861:
18862: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18863: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
18864: this: $bred[^string::length[]] $bred[^response::clear[]]
18865: $bred[^int::int[]]
18866:
18867: now VObject creation moved into overriden
18868: VClass::create_new_value, thus 0 from create_new_value means that
18869: class has no ctors
18870:
18871: 2001-11-13 paf
18872:
18873: * src/classes/classes.C: returned accedently removed if in foreach
18874: callbacks [when hash no-0-restructure]
18875:
18876: 2001-11-12 paf
18877:
18878: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
18879: passed as-is to method, xalan makes & into & itself
18880:
18881: * src/classes/date.C: date.roll parser2 alg used
18882:
18883: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
18884: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
18885: main/pa_dictionary.C, main/pa_hash.C,
18886: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
18887: now does not containt 0 values. put 0 actullay removes. no check
18888: on 0 value in foreach now required
18889:
18890: 2001-11-11 paf
18891:
18892: * src/sql/pa_sql_driver.h: removed extra constructor, doc
18893:
18894: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
18895:
18896: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
18897: driver initialize not const
18898:
18899: 2001-11-10 paf
18900:
18901: * src/main/pa_exec.C: doc
18902:
18903: 2001-11-09 paf
18904:
18905: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
18906: param properly
18907:
18908: * src/classes/string.C: string.save now does untainting before
18909: saving
18910:
18911: * src/main/pa_common.C: line endings fixing fixed last piece[was
18912: still cstr oriented]
18913:
18914: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
18915: line endings fixing got rid of cstr, now must work ok with post
18916: multipart
18917:
18918: * src/types/pa_vform.C: line endings fixed at post / multipart /
18919: not file also now
18920:
18921: 2001-11-08 paf
18922:
18923: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18924: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18925: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
18926: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
18927: main/pa_stylesheet_manager.C: restructured Cache manager to be
18928: simple parent, not second parent [gcc 2.96 strangly refused to
18929: call virtual from second parent]
18930:
1.116 moko 18931: * src/: include/pa_common.h, main/Makefile.am,
18932: targets/cgi/pa_pool.C: makes
1.95 moko 18933:
18934: * src/: include/pa_request.h, main/pa_request.C,
18935: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
18936: 'status' class enabler
18937:
18938: <Location /parser-status.html> ParserStatusAllowed </Location>
18939:
18940: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18941: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18942: include/pa_stylesheet_manager.h, main/main.dsp,
18943: main/pa_cache_managers.C, main/pa_charset_manager.C,
18944: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
18945: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18946: types/pa_vstatus.h: cache_managers, maybe-expiring every request
18947: todo: apache 'status' class enabler
18948:
18949: 2001-11-05 paf
18950:
18951: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
18952: debug to normal
18953:
18954: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
18955: hence i removed skipping 0 values in hash::for_each-es we need to
18956: check cleaned cache items manually. few more checks.
18957:
18958: expiring to 0 time was wrong, changed to 'now' time
18959:
18960: * src/targets/cgi/parser3.C: read can return 0, that means sort of
18961: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
18962: on apache already done :)
18963:
18964: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
18965: skipping 0 values in hash::for_each-es we need to check cleaned
18966: cache items manually
18967:
18968: * src/main/: pa_db_connection.C, pa_db_table.C:
18969: parser_multithreaded check was wrong
18970:
18971: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18972: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18973: classes/hashfile.C, classes/image.C, classes/int.C,
18974: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18975: classes/string.C, classes/table.C, classes/void.C,
18976: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18977: include/pa_array.h, include/pa_charset_connection.h,
18978: include/pa_charset_manager.h, include/pa_common.h,
18979: include/pa_config_fixed.h, include/pa_config_includes.h,
18980: include/pa_db_connection.h, include/pa_db_manager.h,
18981: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18982: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18983: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18984: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18985: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18986: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18987: include/pa_stack.h, include/pa_string.h,
18988: include/pa_stylesheet_connection.h,
18989: include/pa_stylesheet_manager.h, include/pa_table.h,
18990: include/pa_threads.h, include/pa_types.h, main/compile.C,
18991: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18992: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
18993: main/pa_charset_manager.C, main/pa_common.C,
18994: main/pa_db_connection.C, main/pa_db_manager.C,
18995: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18996: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18997: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18998: main/pa_socks.C, main/pa_sql_driver_manager.C,
18999: main/pa_status_provider.C, main/pa_string.C,
19000: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19001: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19002: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19003: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19004: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19005: targets/isapi/pool_storage.h, types/pa_valiased.C,
19006: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19007: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19008: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19009: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19010: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19011: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19012: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19013: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19014: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19015: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19016: types/pa_vstateless_object.h, types/pa_vstatus.h,
19017: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19018: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19019: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19020: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19021: $status:db fixed used not initialized in db_connection & db_table
19022:
19023: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19024: $status:charset
19025:
19026: * src/: classes/xdoc.C, include/pa_db_connection.h,
19027: include/pa_stylesheet_connection.h,
19028: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19029: types/pa_vstatus.h: $status:stylesheet
19030:
19031: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19032: include/pa_request.h, include/pa_sql_connection.h,
19033: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19034: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19035: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19036: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19037: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19038: types/pa_vxnode.C, types/types.dsp: started status parser class
19039:
19040: 2001-11-01 paf
19041:
19042: * src/include/pa_config_auto.h.in: makes
19043:
19044: * src/main/pa_hash.C: removed old extra include
19045:
19046: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19047: checks [for hp, there are such in math.h]
19048:
19049: * src/classes/op.C: ^for endless loop check strightened
19050:
19051: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19052: behavior in native calls. it left unchanged, so ^for ^foreach &
19053: co can use r.root to write their i & key,value there
19054:
19055: * src/classes/op.C: detected for var storage bug, fixed.
19056: todo:foreach
19057:
19058: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19059: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19060: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19061: changing of hash inside of foreach
19062:
19063: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19064: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19065: were hash.foreach
19066:
19067: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
19068: types/pa_vstring.C, types/pa_vstring.h:
19069: ^foreach[key|value]{body}[[separator]|{separator}]
19070:
19071: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
19072: types/pa_vcookie.C: ^hash.delete[key]
19073:
19074: 2001-10-31 paf
19075:
19076: * src/main/: compile.C, pa_common.C: completely empty file now
19077: considered "read", not ignored [not perfect trick used]
19078:
19079: * src/main/pa_common.C: simplier common ifdefs
19080:
19081: * src/main/pa_common.C: typing bug in common - bad ifdeff
19082:
19083: * src/main/pa_db_connection.C: z
19084:
19085: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
19086: lockdetector flags
19087: dbenv.lk_detect=DB_LOCK_RANDOM;
19088:
19089: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
19090: from accidental show [imagine user forgot @exception]
19091:
19092: * src/classes/table.C: ^table.save[[nameless|+append;]path]
19093:
19094: * src/: classes/file.C, classes/image.C, classes/mail.C,
19095: classes/string.C, classes/xnode.C, include/pa_common.h,
19096: main/pa_common.C: ^string.save[[append;]path]
19097:
19098: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19099: main/execute.C: \ in expression: int divide 10/3=3
19100:
19101: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
19102: inside of ^cache
19103:
19104: * src/: include/pa_threads.h, main/pa_db_connection.C,
19105: main/pa_db_table.C, targets/cgi/pa_threads.C,
19106: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
19107: needed
19108:
19109: 2001-10-30 paf
19110:
19111: * src/: classes/classes.dsp, main/main.dsp,
19112: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19113: types/types.dsp: enabled debug incremental compile
19114:
19115: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19116: form post data line endings not reformatted now.
19117:
19118: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
19119: now required [had bug when file= has no value]
19120:
19121: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
19122: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
19123: cstr(asis) default param removed
19124:
19125: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
19126:
19127: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
19128:
19129: * src/include/pa_dir.h: LOAD_DIR fixed
19130:
19131: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
19132: was broken} fix_line_breaks
19133:
19134: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
19135: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
19136: packed with #pragma pack
19137:
1.116 moko 19138: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 19139:
19140: 2001-10-29 paf
19141:
19142: * src/types/pa_wcontext.h: bitfield syntax stricter
19143:
19144: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
19145: string hash.puts
19146:
19147: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
19148:
19149: * src/include/pa_sql_connection.h: there were one wrong
19150: SQL_CONNECTION_FUNC_GUARDED [failed]
19151:
19152: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
19153: param.someday either ifdef or remove it
19154:
19155: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
19156:
19157: * src/main/untaint.C: optimizing returned after debugging
19158:
19159: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19160: main/untaint.C: memory hunging #pragma pack(1)
19161:
19162: 16 419 844 13 169 394
19163:
19164: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19165: targets/cgi/pa_pool.C: String size_t replace to uint in proper
19166: places [todo:Array]
19167:
19168: * src/: main/execute.C, targets/cgi/pa_pool.C,
19169: targets/cgi/parser3.dsp, types/pa_wcontext.h,
19170: types/pa_wwrapper.h: debugging memory WContext flags to bits
19171:
19172: total 5 652 652/158731 total 5 469 332/158731
19173:
19174: * src/: include/pa_array.h, main/pa_array.C: debugging memory
19175: Array:: without cache in get/put now
19176:
19177: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
19178: 18:25:27 2001] total 5 652 652/158731
19179:
19180: * src/: include/pa_string.h, main/pa_string.C,
19181: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
19182: now
19183:
19184: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
19185: 18:11:53 2001] total 5796092/158731
19186:
19187: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
19188: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
19189: key ref now
19190:
19191: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
19192: 17:11:17 2001] total 16867948/202658
19193:
19194: * src/: classes/file.C, classes/image.C, classes/string.C,
19195: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
19196: main/execute.C, main/pa_array.C, main/pa_common.C,
19197: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19198: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
19199: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
19200: string::as_int/double now usually uses stack, not heap [200K out
19201: of 17M :)] VString(String&) not copies reference [29M -> 17M]
19202:
19203: * src/main/pa_sql_driver_manager.C: ping to have services [old
19204: hiding bug]
19205:
19206: * src/Makefile.am: .am order
19207:
19208: * src/: include/pa_array.h, include/pa_charset_manager.h,
19209: include/pa_db_connection.h, include/pa_db_manager.h,
19210: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
19211: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19212: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
19213: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
19214: required "friend class"
19215:
19216: ../include/pa_request.h:51: friend declaration requires
19217: class-key, i.e. `friend class Temp_lang'
19218:
19219: * src/: include/pa_exception.h, include/pa_sql_connection.h,
19220: main/pa_exception.C, main/pa_sql_driver_manager.C,
19221: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
19222:
19223: the idea is to #1 jump to C++ some function to main body, where
19224: every function stack frame has exception unwind information and
19225: from there... #2 propagate_exception()
19226:
19227: 2001-10-28 paf
19228:
19229: * src/main/pa_db_connection.C: removed old consts
19230:
19231: * src/main/pa_db_connection.C: expire table [was accidently pasted
19232: with wrong type/cast]
19233:
19234: * src/main/: pa_db_connection.C, pa_db_table.C: exception
19235: translation
19236:
1.116 moko 19237: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 19238: remember to build DB2 with -fexceptions!!!
19239:
19240: * src/main/pa_db_table.C: DB_RMW defed
19241:
19242: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
19243: include/pa_db_connection.h, include/pa_db_manager.h,
19244: include/pa_db_table.h, main/pa_db_connection.C,
19245: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
19246:
19247: 2001-10-27 paf
19248:
19249: * src/: classes/hashfile.C, include/pa_db_connection.h,
19250: include/pa_db_table.h, main/pa_db_connection.C,
19251: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
19252: types/pa_vhashfile.C: DB2 ifdefs
19253:
1.116 moko 19254: * src/: classes/Makefile.am, include/pa_config_fixed.h,
19255: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 19256: makes with DB2
19257:
1.116 moko 19258: * src/: include/pa_config_auto.h.in, main/Makefile.am,
19259: types/Makefile.am: makes db
1.95 moko 19260:
19261: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
19262: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
19263: globals.C
19264:
19265: * src/: classes/hashfile.C, include/pa_db_connection.h,
19266: include/pa_db_table.h, main/pa_db_connection.C,
19267: main/pa_db_table.C: ^hashfile.clear[]
19268:
19269: * src/classes/classes.awk: no $ in var names
19270:
19271: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
19272: connection&table [forgotten calls]
19273:
19274: 2001-10-26 paf
19275:
19276: * src/main/pa_db_connection.C: db checkpoints
19277:
19278: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
19279: checkpoints
19280:
19281: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
19282: default. but entities still reparsed. todo: tothink
19283:
19284: * src/main/pa_db_connection.C: db recover mech 2
19285:
19286: * src/: classes/hashfile.C, include/pa_db_connection.h,
19287: include/pa_db_manager.h, include/pa_db_table.h,
19288: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19289: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
19290: types/pa_vhashfile.h: db connections & tables now cached at
19291: create time & multithreaded
19292:
19293: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
19294: parsed_source
19295:
19296: * src/main/pa_db_connection.C: about to remove connection from
19297: vhashfile
19298:
19299: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
19300: transaction commit/rollback responsibility left to parent [as it
19301: sould - else there were a bug with double free]
19302:
19303: * src/include/pa_db_table.h: db: child transaction commit/rollback
19304: responsibility left to parent [as it sould - else there were a
19305: bug with double free]
19306:
19307: 2001-10-25 paf
19308:
19309: * src/: classes/hashfile.C, include/pa_common.h,
19310: include/pa_db_connection.h, include/pa_db_manager.h,
19311: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
19312: types/pa_vhashfile.C, types/pa_vhashfile.h,
19313: include/pa_db_table.h, main/pa_db_table.C: started db_home
19314: [multiple, cached] todo: autorecover [tried, but not succeded,
19315: yet]
19316:
19317: * src/include/pa_dir.h: ancient gpf on dir not found fixed
19318:
19319: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
19320: transaction parent passed
19321:
19322: 2001-10-24 parser
19323:
1.116 moko 19324: * src/classes/Makefile.am: makes
1.95 moko 19325:
19326: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
19327: isapi/pool_storage.h: pool_storage fixed
19328:
19329: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
19330: types/pa_vform.h: form fix_line_breaks
19331:
1.116 moko 19332: * src/targets/cgi/pool_storage.h: makes
1.95 moko 19333:
19334: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
19335: targets/cgi/pool_storage.h: makes
19336:
19337: * src/sql/pa_sql_driver.h: version
19338:
19339: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
19340: types/pa_vform.C, types/pa_vform.h: .am
19341:
19342: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
19343: this: DB_RMW Acquire write locks instead of read locks when doing
19344: the retrieval. Setting this flag may decrease the likelihood of
19345: deadlock during a read-modify-write cycle by immediately
19346: acquiring the write lock during the read part of the cycle so
19347: that another thread of control acquiring a read lock for the same
19348: item, in its own read-modify-write cycle, will not result in
19349: deadlock
19350:
19351: * src/targets/isapi/parser3isapi.dsp: doc
19352:
19353: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
19354:
19355: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
19356:
19357: * src/: classes/hashfile.C, include/pa_db_connection.h,
19358: main/pa_db_connection.C: hashfile expired deleted from db when
19359: get & iterate
19360:
19361: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
19362: expiring 1
19363:
19364: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
19365:
19366: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
19367: db_connection not bothers with key when not returning expired
19368: data
19369:
19370: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19371: types/pa_vhashfile.C: db_cursor constructor public now
19372:
19373: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19374: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
19375: stamped, todo: put_element analize
19376:
19377: * src/: include/pa_db_connection.h, include/pa_string.h,
19378: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
19379: serialize. todo stamp
19380:
19381: 2001-10-23 parser
19382:
19383: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
19384: classes/image.C, classes/mail.C, classes/response.C,
19385: classes/string.C, classes/table.C, classes/xdoc.C,
19386: include/pa_config_fixed.h, include/pa_db_connection.h,
19387: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
19388: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
19389: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
19390: types/pa_vtable.C: ^hashfile.hash[]
19391:
19392: * src/: classes/hashfile.C, classes/xdoc.C,
19393: include/pa_config_fixed.h, main/pa_db_manager.C,
19394: main/pa_globals.C: ifdefs so it compiled without db
19395:
19396: * src/: classes/hashfile.C, include/pa_db_connection.h,
19397: include/pa_db_manager.h, main/pa_db_connection.C,
19398: main/pa_db_manager.C, types/pa_vhashfile.h:
19399: ^hashfile.transaction{code} ^hashfile:clear[filename]
19400: ^hashfile.delete[key]
19401:
19402: 2001-10-22 parser
19403:
19404: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
19405: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
19406:
19407: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
19408: classes/xnode.C, include/pa_charset_connection.h,
19409: include/pa_db_connection.h, include/pa_db_manager.h,
19410: include/pa_exception.h, include/pa_sapi.h,
19411: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19412: include/pa_stylesheet_connection.h,
19413: include/pa_stylesheet_manager.h,
19414: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19415: main/pa_db_connection.C, main/pa_db_manager.C,
19416: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
19417: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19418: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
19419: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
19420: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
19421: types/types.dsp: hashfile 0
19422:
19423: * src/types/pa_vhashfile.C: z
19424:
19425: * src/: classes/classes.dsp, classes/hashfile.C,
19426: include/pa_config_fixed.h, main/execute.C,
19427: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
19428: types/pa_vhashfile.h, types/types.dsp: hashfile -100
19429:
19430: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
19431:
19432: * src/: include/pa_exception.h, include/pa_request.h,
19433: main/execute.C, main/pa_exception.C, main/pa_request.C,
19434: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19435: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
19436:
19437: 2001-10-19 parser
19438:
19439: * src/include/pa_pool.h: header
19440:
19441: * src/main/pa_pool.C: auto compiled on gcc
19442:
19443: * src/classes/image.C: comment
19444:
1.116 moko 19445: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 19446:
19447: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19448: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19449: types/pa_vxnode.h: xnode clone got freed
19450:
19451: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19452: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
19453: can free up xalandomstring resulting from pool::transcode
19454:
19455: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
19456: include/pa_config_fixed.h, include/pa_exception.h,
19457: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
19458: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
19459: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
19460: to c++ exceptions 1xml configure fixed to exclude xalan-patch
19461: from non-xml compile
19462:
19463: * src/main/pa_request.C: pool:: context - get_context
19464:
19465: * src/: classes/classes.h, classes/date.C, classes/double.C,
19466: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19467: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19468: classes/string.C, classes/table.C, classes/void.C,
19469: include/pa_config_fixed.h, include/pa_exception.h,
19470: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
19471: main/compile.C, main/compile_tools.C, main/execute.C,
19472: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
19473: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
19474: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19475: main/pa_string.C, main/pa_table.C, main/untaint.C,
19476: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19477: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
19478: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
19479: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19480: types/pa_vstateless_class.h, types/pa_vtable.C,
19481: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
19482: exceptions 0
19483:
19484: * src/classes/classes.awk: $ removed
19485:
19486: 2001-10-18 parser
19487:
19488: * src/types/pa_vcookie.C: cookie:CLASS
19489:
19490: * src/main/main.dsp: project
19491:
19492: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
19493: set_document & ctor question "who owns document" solved
19494:
19495: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
19496:
19497: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19498: main/pa_pool.C: encoding in dom creating funcs
19499:
19500: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
19501: be transformed now
19502:
19503: * src/classes/xdoc.C: dom created by create can be transformed now
19504:
19505: * src/classes/xdoc.C: z
19506:
19507: * src/classes/xdoc.C: comment
19508:
19509: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
19510: create now uses XercesDocumentBridge, appendChild&co now works
19511:
19512: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
19513: @ recompile
19514:
19515: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
19516: $origin @exception[
19517:
19518: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
19519: tag names forced to XML lang
19520:
19521: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
19522: leechy-found bugs in code&doc fixed
19523:
19524: 2001-10-17 parser
19525:
19526: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
19527: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
19528: n functionality preserved
19529:
19530: * src/types/pa_vimage.h: removed unused vimage::save
19531:
19532: 2001-10-16 parser
19533:
19534: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
19535:
19536: * src/classes/: xnode.C: removed few dom returns & changed op.txt
19537:
19538: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
19539:
19540: * src/classes/image.C: image.copy tolerance
19541:
19542: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
19543: ineffective, but works for small paleted image
19544:
19545: * src/types/pa_vimage.C: comment
19546:
19547: * src/classes/image.C: gd size/resize bugfix
19548:
19549: * src/: classes/classes.dsp, main/main.dsp,
19550: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19551: types/types.dsp: ident >nul 2>&1
19552:
19553: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
19554: systems
19555:
19556: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
19557: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
19558:
19559: 2001-10-15 parser
19560:
19561: * src/main/execute.C: z
19562:
19563: * src/classes/: xdoc.C: !::create{qualifiedName}
19564:
19565: * src/types/pa_vxnode.C: document_type_node.
19566: !readonly attribute DOMString name
19567: !notation_node.
19568: !readonly attribute DOMString publicId
19569: !readonly attribute DOMString systemId
19570:
1.116 moko 19571: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
19572: ::write badly passed string too transparently [failed to
19573: intercept it]
1.95 moko 19574:
19575: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
19576: include/pa_request.h, main/pa_sql_driver_manager.C,
19577: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19578: types/pa_vxnode.h: DOM1 major addtion, only few
19579: attributes/methods left
19580:
19581: 2001-10-13 parser
19582:
19583: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19584: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
19585: in main handler
19586:
19587: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
19588: cleanups & frees order
19589:
19590: * src/types/pa_vcode_frame.h: couple comments
19591:
19592: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
19593: transparent enough to handle hash if creation&passing
19594:
19595: * src/: include/pa_config_fixed.h, main/execute.C,
19596: main/pa_exception.C: noticed that vcodeframe not transparent
19597: enough, would change now
19598:
19599: 2001-10-12 parser
19600:
19601: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
19602: fixed. initialization&free on each thread!
19603:
19604: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
19605: handling changed: now type of default param analized always, not
19606: only at problem time, thus helping early problem spotting
19607:
19608: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
19609: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
19610: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19611: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
19612: multithread bug fixed. initialization&free on each thread!
19613:
19614: 2001-10-11 parser
19615:
19616: * src/classes/xnode.C: xnode.selectSingle now
19617:
19618: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19619: include/pa_pool.h, include/pa_stylesheet_connection.h,
19620: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
19621: convertors out of Pool into Exception
19622:
19623: * src/main/pa_string.C: const
19624:
19625: * src/: include/pa_string.h, main/pa_string.C: restructured string:
19626: linked pieces of same language together prior to String::replace
19627:
19628: * src/classes/hash.C: !^hash.add[addme]
19629: !^hash.sub[subme]
19630: !^a.union[b] = new
19631: !^a.intersection[b] = new
19632: !^a.intersects[b] = bool
19633:
19634: * src/classes/hash.C: !^hash::append[append_from]
19635:
19636: * src/: classes/hash.C, types/pa_vhash.h:
19637: !^hash::create[[copy_from]]
19638:
19639: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19640: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
19641: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
19642: fixed. got rid of empty_string, which caused errors - it hasnt
19643: exception but somebody[value.bark] tried to throw it on it's pool
19644:
1.116 moko 19645: * src/include/pa_config_auto.h.in: makes
1.95 moko 19646:
19647: 2001-10-10 parser
19648:
19649: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
19650:
19651: * src/main/: compile.tab.C, compile.y: ^a[
19652:
19653: @next_method << now unclosed ] would be reported here
19654:
19655: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
19656: compile error
19657:
19658: 2001-10-09 parser
19659:
1.116 moko 19660: * src/: classes/Makefile.am, main/Makefile.am,
19661: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 19662:
19663: * src/classes/Makefile.am: makes
19664:
19665: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
19666: win32 errors intercepted [xalan transformer patched and
19667: incorporated]
19668:
19669: * src/: classes/classes.dsp, classes/xdoc.C,
19670: include/pa_stylesheet_connection.h, main/main.dsp,
19671: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19672: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
19673: patches starting
19674:
19675: * src/classes/: string.C, table.C: ^string.save[file]
19676:
19677: * src/classes/: date.C, table.C: calendar moved to date
19678:
19679: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
19680: string/table] now
19681:
19682: * src/classes/: op.C, table.C: z
19683:
19684: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
19685: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
19686: types/pa_vxnode.h: table:menu & op for delims made allowed not to
19687: be code [be string..]
19688:
19689: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
19690: table.C: lots of
19691: params->as_int/double/as_string/as_junction/as_no_junction
19692: messages added
19693:
19694: 2001-10-08 parser
19695:
19696: * src/: classes/date.C, classes/image.C, classes/string.C,
19697: classes/table.C, classes/void.C, include/pa_request.h:
19698: params->as_int/double message added
19699:
19700: * src/classes/image.C: image:circle [and round arc] uses Bresenham
19701:
19702: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
19703: image:sector removed image:html internal "line-*" attribs
19704:
19705: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
19706: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
19707:
19708: * src/types/pa_vcookie.C: removing cookie made more netscape-like
19709: way
19710:
19711: * src/: classes/file.C, classes/form.C, main/pa_common.C,
19712: main/untaint.C: header untainting to UL_HTTP_HEADER,
19713: UL_MAIL_HEADER made nonforced [only tainted pieces]
19714:
19715: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
19716: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
19717: @ SAPI::log
19718:
19719: * src/main/untaint.C: \r to ' ' in origins mode
19720:
19721: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
19722: set]
19723:
19724: * src/: classes/xdoc.C, include/pa_config_fixed.h,
19725: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
19726: nonstandard liaison freed up
19727:
19728: 2001-10-07 parser
19729:
19730: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
19731: project
19732:
19733: 2001-10-05 parser
19734:
19735: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
19736: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
19737: from outputing to cerr. lots of "todos"
19738:
19739: * src/main/untaint.C: http_header tainting more gentle with
19740: enquoting now
19741:
19742: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
19743: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
19744: xml errorhandler. fixed string.replace a little, read @test
19745:
19746: * src/main/pa_string.C: found replace bug - first_that_starts(char
19747: *) does not have limit, and looks further eos, fixing....
19748:
19749: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
19750:
19751: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
19752:
19753: * src/main/: pa_charset_connection.C: ctype another mem clear
19754: bugfix
19755:
1.116 moko 19756: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
19757: $result[^[$p^]z] now works fine
1.95 moko 19758:
19759: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
19760: wrong. fixed it
19761:
19762: * src/main/pa_charset_connection.C: unicode zero pair at the beging
19763: of totable appered to be vital
19764:
19765: 2001-10-04 parser
19766:
19767: * src/classes/image.C: ^image.length[text]
19768:
19769: 2001-10-03 parser
19770:
19771: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
19772:
19773: * src/main/pa_request.C: restored pcre defaulting in request
19774: [mindlessly "optimized" yesterday] comment left
19775:
19776: 2001-10-02 parser
19777:
19778: * src/: main/pa_charset_manager.C,
19779: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
19780: needed
19781:
19782: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
19783: forgot non-xml pool.*charset needed
19784:
19785: * src/classes/table.C: # config comments fixed
19786:
19787: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
19788: charset_connection #comment now
19789:
19790: * src/: classes/classes.dsp, types/types.dsp: release projects
19791: options fixed to use release msvcrt lib
19792:
19793: * src/main/pa_charset_connection.C: pcre tables now const inside
19794: removed default - pcre handles that internally fixed bug on
19795: not-cleaning tables [previously was calloced, now member]
19796:
19797: * src/: include/pa_request.h, main/pa_charset_connection.C,
19798: main/pa_request.C, types/pa_vstring.h: pcre tables now const
19799: inside removed default - pcre handles that internally fixed bug
19800: on not-cleaning tables [previously was calloced, now member]
19801:
19802: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
19803: tested charset reload on file change @ apache version = OK tested
19804: freeing up prev encoding on adding new = OK
19805:
19806: 2001-10-01 parser
19807:
19808: * src/main/pa_charset_connection.C: removed entitify external hack
19809: [internal installed]
19810:
1.116 moko 19811: * src/main/Makefile.am: makes+removed dtd
1.95 moko 19812:
19813: * src/: include/pa_charset_connection.h,
19814: include/pa_charset_manager.h,
19815: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19816: main/pa_charset_connection.C, main/pa_charset_manager.C,
19817: main/pa_request.C: charset loading & caching mech 0
19818:
19819: * src/: include/pa_stylesheet_connection.h,
19820: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19821: main/pa_globals.C, main/pa_request.C: would make charset loading
19822: & caching mech now
19823:
19824: 2001-09-30 parser
19825:
19826: * src/main/pa_request.C: forgot to fill toTable
19827:
19828: * src/: include/pa_config_fixed.h, main/pa_request.C: started
19829: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
19830: failed on win32 for now..
19831:
19832: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
19833: now charsets table configuration variable is: CHARSETS
19834:
19835: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
19836: ctype with unicode 1. todo: no П entities on output somehow
19837:
19838: * src/: classes/file.C, classes/op.C, classes/string.C,
19839: include/pa_request.h, main/pa_request.C: started ctype with
19840: unicode values
19841:
19842: 2001-09-28 parser
19843:
19844: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
19845: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
19846: string passed AS-IS now
19847:
19848: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
19849: way of user-configuring... todo: implement
19850:
19851: 2001-09-27 parser
19852:
19853: * src/classes/table.C: table.sort changed to sort table itself
19854:
19855: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
19856: X^.getElementsByTagName[tagname] = array of xnode
19857: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
19858: nodes removed - regretfully not supported @ xalan. maybe someday
19859: would reimplement, if needed.
19860:
19861: win32build system: solved long waiting anti-non-started-apache
19862: problem
19863:
19864: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
19865: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19866: types/types.dsp: win32 ident make system so not to rebuild
19867: library [ident.C.new]
19868:
19869: 2001-09-26 parser
19870:
19871: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
19872: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
19873: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19874: types/pa_vxnode.C, types/types.dsp: z
19875:
19876: * src/classes/classes.C: forgot one non-xml check
19877:
1.116 moko 19878: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
19879: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 19880:
19881: * src/targets/cgi/parser3.C: z
19882:
19883: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
19884: targets/isapi/parser3isapi.C: #ifdef SMTP
19885:
19886: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
19887: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19888: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
19889: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
19890: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19891: types/types.dsp: xdoc&xnode now
19892:
19893: * src/: classes/classes.C, classes/classes.awk,
19894: classes/classes.dsp, classes/classes.h, classes/date.C,
19895: classes/dnode.C, classes/dnode.h, classes/dom.C,
19896: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19897: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19898: classes/op.C, classes/response.C, classes/string.C,
19899: classes/table.C, classes/void.C, include/pa_array.h,
19900: include/pa_common.h, include/pa_config_fixed.h,
19901: include/pa_config_includes.h, include/pa_dictionary.h,
19902: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19903: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19904: include/pa_socks.h, include/pa_sql_connection.h,
19905: include/pa_sql_driver_manager.h, include/pa_stack.h,
19906: include/pa_string.h, include/pa_stylesheet_connection.h,
19907: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
19908: include/pa_xslt_stylesheet_manager.h, main/compile.C,
19909: main/compile.y, main/compile_tools.C, main/compile_tools.h,
19910: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
19911: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19912: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19913: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19914: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19915: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
19916: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19917: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19918: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
19919: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19920: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
19921: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19922: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19923: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19924: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
19925: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
19926: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19927: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
19928: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19929: types/pa_vmethod_frame.h, types/pa_vobject.h,
19930: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19931: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19932: types/pa_vstateless_object.h, types/pa_vstring.C,
19933: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19934: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
19935: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
19936: main.dsp splitted to main+classes+types along to .am
19937:
19938: * src/classes/Makefile.am: removed useless var
19939:
19940: * src/: classes/classes.cmd, main/main.dsp,
19941: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
19942: main.dsp
19943:
19944: 2001-09-25 parser
19945:
19946: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
19947: 1251 though, todo ICU
19948:
1.116 moko 19949: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 19950: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 19951: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
19952: types/pa_vdom.h: xml configure makes
1.95 moko 19953:
19954: 2001-09-24 parser
19955:
1.116 moko 19956: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
19957: types/Makefile.am: makes
1.95 moko 19958:
1.116 moko 19959: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 19960:
19961: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
19962: started unix makes update
19963:
19964: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
19965: started unix makes update
19966:
19967: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
19968:
19969: * src/types/pa_value.h: z
19970:
19971: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
19972: bugs with usinge hash/table in expressions
19973:
19974: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
19975: resolved conflicts fixed [const]
19976:
19977: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
19978: classes/table.C, include/pa_request.h, include/pa_sapi.h,
19979: main/compile.C, main/compile.tab.C, main/compile.y,
19980: main/compile_tools.h, main/main.dsp, main/pa_common.C,
19981: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19982: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
19983: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
19984: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
19985: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
19986: with before_xml [merge2 actually didn't happen - i've created
19987: tags on wrong branch. so this merge is in fact re-merge]
19988:
19989: 2001-09-21 parser
19990:
19991: * src/: main/main.dsp, targets/cgi/parser3.dsp,
19992: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
19993: produced "" in make file and sadly wrong interpreted on load]
19994:
1.116 moko 19995: * src/: classes/classes.h, classes/hash.C, classes/op.C,
19996: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
19997: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19998: include/pa_sql_driver_manager.h, include/pa_string.h,
19999: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20000: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20001: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20002:
20003: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20004: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20005: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20006: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20007: main/pa_pool.C, main/pa_request.C,
20008: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20009: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20010: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20011: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20012: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20013: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20014: types/pa_vrequest.C, types/pa_vresponse.h,
20015: types/pa_vstateless_class.C, types/pa_vstring.C,
20016: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20017: created new projects for sql drivers [planning to remove sql
20018: drivers from main cvs project] first, will join latest changes
20019:
20020: * src/classes/: dom.C: defaulted dom writing methods encoding to
20021: pool.get_charset
20022:
20023: * src/classes/dom.C: defaulted dom writing methods encoding to
20024: pool.get_charset
20025:
20026: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20027: pool.get_charset
20028:
20029: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20030: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20031: methods encoding to pool.get_charset
20032:
20033: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20034: transcoder were created right "unsupported encoding" message.
20035: not @ set time, but @ use time, so until xml output functions
20036: .string, .file, .save used - no encoding name check occur
20037:
20038: reduced transcode buffer size to 60 fixed pool cleanup - no
20039: registration needed, pools are officially destructured
20040:
20041: 2001-09-20 parser
20042:
20043: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20044:
20045: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20046: $MAIN:DEFAULTS.content-type[$.charset[here]]
20047:
20048: * src/: classes/dnode.C, classes/dom.C,
20049: include/pa_config_includes.h, include/pa_globals.h,
20050: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20051: main/pa_pool.C, targets/cgi/parser3.dsp,
20052: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20053: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20054: Pool::transcode 0
20055:
20056: * src/classes/dom.C: dom. string save file moved output xml options
20057: to last param and made it optional
20058:
20059: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20060: dnodes
20061: !$attributenode.specified = boolean
20062: true if the attribute received its value explicitly
20063: in the XML document,
20064: or if a value was assigned programatically with the
20065: setValue function.
20066: false if the attribute value came from the default value
20067: declared in the document's DTD.
20068: !$pinode.target = target of this processing instruction
20069: XML defines this as being the first token following the
20070: markup
20071: that begins the processing instruction.
20072: XPath:
20073: !^node.select[xpath/query/expression] = hash of 0->node0
20074: 1->node1
20075: !^node.select-single[xpath/query/expression] = first node if
20076: any
20077:
20078: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
20079: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
20080: some 'const's added
20081:
20082: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
20083: expression context now, there value = size and boolean value
20084: size!=0
20085:
20086: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
20087: can be used in expression context now, there value = size and
20088: boolean value size!=0
20089:
20090: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
20091: types/pa_vstring.h: dnode .file .string .save moved back to dom
20092: due to strange xalan bug
20093:
20094: 2001-09-18 parser
20095:
20096: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
20097: classes/image.C, classes/op.C, classes/table.C,
20098: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20099: include/pa_sql_driver_manager.h, main/compile.C,
20100: main/compile.tab.C, main/compile.y, main/compile_tools.h,
20101: main/execute.C, main/pa_common.C, main/pa_request.C,
20102: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20103: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20104: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
20105: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20106: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
20107: before_xml branch ^if(def $hash) now true only when
20108: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
20109:
20110: * src/: classes/op.C, main/execute.C: operators self changed to
20111: root ^for variable context changed to self
20112:
20113: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
20114: dnode 1
20115:
20116: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
20117: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
20118:
20119: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
20120: poly* fixed
20121:
20122: 2001-09-17 parser
20123:
20124: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
20125: types/pa_vdom.h: started dnode+dom
20126:
20127: dnode DOM methods: $node.name $node.value
20128: ...others...
20129:
20130: ^node.xpath[/rates/USD] = hash
20131: $hash[
20132: $.0[node0]
20133: $.1[node1]
20134: ]
20135:
20136: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
20137: applies to all linear primitives
20138:
20139: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
20140: include/pa_stylesheet_connection.h, main/main.dsp,
20141: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
20142: types/pa_vimage.h: started dnode DOM: $node.name
20143: $node.value ...others... ^node.xpath[/rates/USD] = hash
20144: dom(dnode)
20145:
20146: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
20147: main/compile.y, main/compile_tools.h, main/execute.C,
20148: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
20149: in expression compound($aa.zz.xx) names now can have minus '-' in
20150: name after '.'
20151:
20152: 2001-09-15 parser
20153:
20154: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
20155: image: $line-width ^line(...)[**** style]
20156:
20157: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
20158: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
20159: pool_storage - cleanups first, allocations second. apache wisely
20160: does just like that
20161:
20162: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
20163: rewritten using template, no bugs now
20164:
20165: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
20166: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20167: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
20168: poorly started isapi pool_storage, would rewrite using template
20169: now
20170:
20171: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
20172: include/pa_stylesheet_connection.h, main/main.dsp,
20173: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20174: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
20175: xalan objects freed up [introducing Pool::register_cleanup]
20176:
20177: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
20178: comments
20179:
20180: 2001-09-14 parser
20181:
20182: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
20183: z
20184:
20185: * src/: classes/dom.C, classes/file.C, classes/image.C,
20186: classes/mail.C, include/pa_common.h,
20187: include/pa_sql_driver_manager.h, include/pa_string.h,
20188: include/pa_stylesheet_connection.h,
20189: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20190: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
20191: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
20192: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
20193: compiled&cached
20194:
20195: 2001-09-13 parser
20196:
20197: * src/: classes/dom.C, classes/file.C, classes/image.C,
20198: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
20199:
20200: * src/classes/dom.C: dom:file content-type(.method)
20201:
20202: * src/: include/pa_common.h, include/pa_globals.h,
20203: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
20204: string now more informative error messages
20205:
20206: * src/: include/pa_globals.h, include/pa_request.h,
20207: main/pa_request.C, targets/cgi/parser3.C,
20208: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
20209: ParserSiteConfig .../parser3.conf
20210:
20211: cgi&isapi looks for {configure|c:\windows}/parser3.conf
20212:
20213: 2001-09-12 parser
20214:
20215: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20216: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
20217: precise error reporting: "connection string must start with
20218: protocol://" now
20219:
20220: * src/main/compile.tab.C: fixed - subname code parts actually []
20221: braced
20222:
20223: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
20224: lexer on LS_USER level did [] matching without setting nestage,
20225: introduced special LS_NAME_SQUARE_PART state
20226:
20227: 2001-09-11 parser
20228:
20229: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
20230: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
20231: languages+=xml
20232:
20233: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
20234:
20235: * src/classes/dom.C: ^dom:save/string/file[output options] output
20236: options: $.method[xml|html|text] detection fixed
20237:
20238: * src/types/pa_vdom.h: messages
20239:
20240: * src/classes/dom.C: ^dom:save/string/file[output options] output
20241: options: $.method[xml|html|text] detection fixed
20242:
20243: 2001-09-10 parser
20244:
20245: * src/classes/dom.C: ^dom:save/string/file[output options] output
20246: options: $.method[xml|html|text] $.encoding[windows-1251|...]
20247:
20248: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
20249: added]
20250:
20251: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20252: ^dom.xslt[stylesheet filename] 0
20253:
20254: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20255: ^dom.xslt[stylesheet filename] -1 doc is lying
20256:
20257: * src/classes/dom.C: ^dom.file[encoding] = file
20258:
20259: * src/classes/: dom.C: ^dom.string[encoding] 1
20260: ^dom.save[encoding;filename]
20261:
20262: * src/classes/dom.C: ^dom.string[] 0
20263:
20264: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
20265:
20266: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
20267: types/pa_vform.h: ^dom.save[b.xml] 0
20268:
20269: 2001-09-08 parser
20270:
20271: * src/types/pa_vform.C: $form:tables.name.field
20272:
20273: 2001-09-07 parser
20274:
20275: * src/classes/table.C: table:empty removed, superceded by ^if(def
20276: $table)...
20277:
20278: * src/targets/cgi/parser3.C: z
20279:
20280: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
20281: from '' to int/double is 0]
20282:
20283: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
20284: $table) is false when table is empty
20285:
20286: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
20287: !$form:tables $atable[$form:tables.a]
20288: ^atable.menu{a=$atable.element}[,]
20289:
20290: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
20291: types/pa_vform.h, types/pa_vhash.h: !$form:fields
20292:
1.116 moko 20293: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20294: types/pa_vdom.h, types/pa_vform.C: merged with successful start
20295: of dom
20296:
20297: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
20298: types/pa_vform.C, types/pa_vform.h: z
20299:
20300: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
20301: element [not last]
20302:
1.116 moko 20303: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20304: types/pa_vdom.h: introducing dom. dom:load[a.xml]
20305:
20306: 2001-09-06 parser
20307:
20308: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20309: table with one column 'element' and two rows: 1 and 2
20310:
20311: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20312: table with one column 'element' and two rows: 1 and 2
20313:
20314: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
20315: bad int/double conversions, and now $form:nonexistent.int(88)
20316: would return 88
20317:
20318: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
20319: types/pa_vhash.h: now there's special hash key '_default'
20320: [instead of ^_default method] $hash[ $.a[1] $.b[2]
20321: $._default[xx] ] $hash.c
20322:
20323: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
20324: fixed [thanks, fif], ^; were treated there non-literally
20325:
20326: * src/doc/doxygen.cfg: merged new default options from 1.2.10
20327: doxygen
20328:
20329: * src/: classes/image.C, classes/op.C, classes/string.C,
20330: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
20331: types/pa_vtable.C: few #ifndef DOXYGEN
20332:
20333: 2001-09-05 parser
20334:
20335: * src/classes/: string.C, table.C: sql options can be void [same as
20336: image:html the other day]
20337:
20338: * src/targets/cgi/Makefile.am: .am undo
20339:
20340: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20341: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
20342: macro expantion on param, simply qoutes whatever passed, undone
20343:
20344: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20345: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
20346: STRINGIZE(name) #name invented
20347:
20348: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20349: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
20350: MAIN_SQL_DRIVERS_NAME "drivers"
20351:
20352: moved to be availible to all users
20353:
20354: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
20355: SQL_DRIVER_CREATE_FUNC_NAME
20356:
20357: * src/classes/mail.C: MAIN:MAIL check fixed
20358:
20359: 2001-09-04 parser
20360:
20361: * src/classes/image.C: image.html now can accept void params
20362:
20363: * src/targets/isapi/parser3isapi.C: z
20364:
20365: * src/targets/cgi/parser3.C: full_file_spec bug
20366:
20367: * src/targets/cgi/parser3.C: getenvcheck
20368:
20369: * src/targets/cgi/parser3.C: zz
20370:
20371: * src/targets/cgi/parser3.C: zzz
20372:
20373: * src/classes/date.C: date
20374:
20375: * src/classes/date.C: date:sql-string is now without ''
20376:
1.116 moko 20377: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 20378: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
20379: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
20380:
1.116 moko 20381: * src/include/pa_config_auto.h.in: makes
1.95 moko 20382:
20383: 2001-09-03 parser
20384:
20385: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
20386:
20387: 2001-09-01 parser
20388:
20389: * src/classes/image.C: letter_spacing
20390:
20391: * src/classes/image.C: image: font params changed
20392:
20393: * src/classes/image.C: image: as_int as_string used
20394:
20395: * src/types/pa_vmethod_frame.h: $result[] now gets properly
20396: analized
20397:
20398: 2001-08-31 parser
20399:
20400: * src/targets/cgi/parser3.C: z
20401:
1.116 moko 20402: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
20403: cygwin
1.95 moko 20404:
20405: * src/classes/void.C: void:int/double += (default)
20406:
20407: * src/classes/image.C: image:font added space param image:font
20408: changed charwidth alg, added kerning const[for now]
20409:
20410: * src/classes/: string.C, table.C: string:int/double (defaults)
20411:
20412: 2001-08-29 parser
20413:
20414: * src/main/pa_exception.C: exception redundant debug info
20415:
20416: 2001-08-28 parser
20417:
20418: * src/classes/image.C: image error msgs
20419:
20420: * src/classes/image.C: image: gifsize little endian
20421:
20422: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
20423: doxygeneration
20424:
20425: * src/: classes/Makefile.am, main/Makefile.am,
20426: targets/cgi/Makefile.am, types/Makefile.am: .am-s
20427:
20428: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
20429: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
20430:
20431: * src/main/compile.C: NO_STRING_ORIGIN check2
20432:
20433: * src/classes/table.C: NO_STRING_ORIGIN check
20434:
20435: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
20436: storage class specifiers invalid in friend function declarations
20437:
20438: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
20439: main/untaint.C, targets/cgi/parser3.C,
20440: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
20441: case of limit
20442:
20443: * src/: classes/file.C, main/pa_common.C: file:move
20444: autocreate/remove dest/src dir
20445:
20446: * src/: classes/string.C, include/pa_dictionary.h,
20447: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
20448: main/untaint.C: pa_directory speeded up. moved zero 'from' check
20449: to directory constructor. string:replace
20450:
20451: 2001-08-27 parser
20452:
20453: * src/classes/image.C: fixed jpgsize alg
20454:
20455: * src/classes/image.C: fixed jpgsize alg
20456:
20457: * src/main/pa_exception.C: z
20458:
20459: * src/main/pa_common.C: removed debug info from pa_common
20460:
20461: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
20462: [auto.p from current dir loading]
20463:
1.116 moko 20464: * src/: main/pa_common.C, main/pa_exception.C,
20465: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
20466: for solaris -lsocket
1.95 moko 20467:
20468: 2001-08-24 parser
20469:
20470: * src/targets/cgi/parser3.C: not cgi extra \n 3
20471:
20472: * src/targets/cgi/parser3.C: not cgi extra \n 2
20473:
20474: * src/targets/cgi/parser3.C: not cgi extra \n
20475:
20476: * src/main/pa_sql_driver_manager.C: z
20477:
20478: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
20479: sql* removed services from disconnect - cross-request ideological
20480: probs.
20481:
20482: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
20483: cross-request ideological probs. oracle - fixed bug: cs
20484: allocated on request.pool and got freed before disconnect
20485:
20486: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
20487: mallocs fixed
20488:
20489: 2001-08-23 parser
20490:
20491: * src/classes/file.C: minor bug in file:save fixed
20492:
20493: * src/main/pa_sql_driver_manager.C: oracle: dlink
20494:
20495: 2001-08-22 parser
20496:
20497: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
20498: types/pa_vfile.h: file:load|save[text|binary;
20499:
20500: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
20501:
20502: 2001-08-21 parser
20503:
20504: * src/classes/: file.C, table.C: ^file:list
20505:
20506: 2001-08-20 parser
20507:
20508: * src/: main/compile.tab.C, main/compile.y,
20509: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
20510: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
20511: recousively caused problems: inc incremeted 123 literal!! fixed
20512:
20513: 2001-08-10 parser
20514:
20515: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
20516:
20517: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20518: added
20519:
20520: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20521: added
20522:
20523: * src/classes/table.C: table:sort restored [it was bad test :(]
20524:
20525: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
20526: ''
20527:
20528: * src/main/: pa_request.C: wanted to make const int
20529: MAX_EXECUTE_SECONDS=1;
20530:
20531: but couldnt, set_callback_and_alarm appeared to be not exported
20532: :(
20533:
20534: * src/main/pa_string.C: string.match hanged on. there were a hang
20535: check but it weren't wise enough
20536:
20537: @parse[dateString][tmp]
20538: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
20539: #end
20540:
20541: @main[] ^parse[2001-02-03]
20542:
20543: * src/classes/: table.C: table:sort now default desc
20544:
20545: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20546: table.sort now creates new sorted table
20547:
20548: 2001-08-09 parser
20549:
20550: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
20551:
20552: * src/classes/hash.C: hash:_default now [was hash:default]
20553:
20554: * src/classes/op.C: case without switch check added
20555:
20556: * src/types/pa_vcookie.C: cookie name&value origins added, more
20557: precise $ORIGINS(1)
20558:
20559: * src/main/Makefile.am: .am
20560:
20561: * src/classes/void.C: void: int double copy/paste from int: bug
20562: fixed
20563:
20564: * src/classes/void.C: void: int double copy/paste from int: bug
20565: fixed
20566:
20567: 2001-08-07 parser
20568:
20569: * src/: classes/double.C, classes/int.C, classes/string.C,
20570: classes/table.C, include/pa_globals.h, main/pa_globals.C:
20571: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
20572: string, table
20573:
20574: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
20575: srand made working
20576:
20577: 2001-08-06 parser
20578:
20579: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
20580: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20581: main/compile.tab.C, main/compile.y, main/pa_array.C,
20582: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
20583: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
20584:
20585: * src/main/pa_exec.C: exec win32 real filename
20586:
20587: * src/classes/file.C: exec stderr out
20588:
20589: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
20590:
20591: 2001-08-03 parser
20592:
20593: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
20594:
20595: 2001-08-02 parser
20596:
20597: * src/: classes/string.C, classes/table.C, include/pa_array.h,
20598: main/execute.C, main/pa_exec.C: introducing Array_iter
20599:
20600: * src/main/execute.C: detected quick_get recursion bug. changed to
20601: get@execute, but needs array iterator, separate from array to
20602: avoid it & use caching
20603:
20604: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
20605: bug fixed
20606:
20607: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
20608: main/execute.C, main/pa_globals.C: found another multithread bug
20609: in op.C (last, last global var killed) :)
20610:
20611: 2001-08-01 parser
20612:
20613: * src/: include/pa_dictionary.h, include/pa_globals.h,
20614: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
20615: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20616: main/untaint.C: speeded up typo-html replacements. introducing
20617: Dictionary with first-char caching
20618:
20619: 2001-07-31 parser
20620:
20621: * src/types/Makefile.am: pa_vtable.C added to .am
20622:
20623: * src/main/compile.tab.C: added, so that could be compiled even on
20624: non-bison-enabled platforms
20625:
20626: 2001-07-28 parser
20627:
20628: * src/classes/table.C: table:hash always produces hash, when can't
20629: - empty
20630:
20631: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
20632: skipped \n
20633:
20634: 2001-07-27 parser
20635:
20636: * src/classes/: double.C, int.C, string.C: provided meaningful msg
20637: on int/double/string :sql without result and default
20638:
20639: 2001-07-26 parser
20640:
20641: * src/classes/op.C: fixed bad multithread bug with strangly global
20642: OP
20643:
20644: * src/main/compile.y: $man[$.age[zzz]] 0
20645:
20646: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
20647: creation syntax problem persists. restored $: for a while.
20648: thinking of $man[$.age[zzz]] syntax now
20649:
20650: * src/: classes/double.C, classes/int.C, classes/string.C,
20651: include/pa_opcode.h, main/compile.C, main/compile.y,
20652: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
20653: types/pa_vmethod_frame.h, types/pa_wcontext.h,
20654: types/pa_wwrapper.h: fixing :: realization #1
20655:
20656: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
20657: main/compile_tools.h, main/execute.C, main/pa_request.C,
20658: types/pa_vmethod_frame.h: introducing :: this is constructor call
20659: prefix. ordinary : remains for static accesses
20660:
20661: 2001-07-25 parser
20662:
20663: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
20664: fields 2. methods 3. columns
20665:
20666: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
20667: quote. optimized double&int tostring-s
20668:
20669: * src/main/: compile.C, compile.y, compile_tools.h: allowed
20670: whitespace before first method decl
20671:
20672: * src/classes/table.C: allowed nontable result in table:sql,
20673: results in empty table
20674:
20675: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
20676: lines before first method decl
20677:
20678: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
20679: types/pa_vtable.h: ^table.record[] now $table.fields
20680:
20681: * src/main/compile.y: $var[] is now empty string, not void
20682:
20683: * src/main/: compile.y, execute.C: $var[] is now empty string, not
20684: void
20685:
20686: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
20687: main/pa_globals.C: match replace code context moved to implicit
20688: $match context
20689:
20690: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
20691: main/compile_tools.h, main/execute.C: with killed, code storage
20692: introduced with former 'with' syntax
20693:
20694: 2001-07-24 parser
20695:
20696: * src/: main/compile.C, main/execute.C, main/pa_string.C,
20697: types/pa_value.h: first get_element, next get operator
20698:
20699: * src/main/compile.y: removed @end handling
20700:
20701: * src/main/: compile.C, compile.y: @end handling method2
20702:
20703: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20704: file:move
20705:
20706: * src/main/pa_common.C: file_read close @ eof when imgsize bug
20707: fixed
20708:
20709: 2001-07-23 parser
20710:
20711: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
20712: driver
20713:
20714: * src/classes/hash.C: changed sql driver query interface
20715:
20716: * src/: classes/hash.C, classes/string.C, classes/table.C,
20717: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
20718: changed sql driver query interface
20719:
20720: 2001-07-20 parser
20721:
20722: * src/types/pa_vrequest.C: X!$browser:type
20723:
20724: * src/: classes/file.C, classes/string.C, include/pa_string.h,
20725: main/execute.C, main/pa_string.C, types/pa_valiased.C,
20726: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
20727: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
20728: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
20729: types/pa_vobject.h, types/pa_vrequest.C,
20730: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
20731: ^class:method dynamic calls allowed. ^BASE.method call disabled.
20732: BASE element globally removed
20733:
20734: 2001-07-18 parser
20735:
20736: * src/classes/file.C: file:exec/cgi msg
20737:
20738: * src/classes/file.C: $file:exit-code renamed to 'status'
20739:
20740: * src/: classes/file.C, main/pa_exec.C: file:exec
20741:
1.116 moko 20742: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20743: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
20744: removed $id from *.in *.am
1.95 moko 20745:
20746: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
20747: abbrevations
20748:
20749: * src/: classes/date.C, classes/mail.C, classes/math.C,
20750: classes/string.C, classes/table.C, include/pa_globals.h,
20751: include/pa_string.h, main/execute.C, main/pa_globals.C,
20752: main/pa_request.C, main/pa_string.C, main/untaint.C,
20753: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
20754: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
20755: $ORIGINS(1) output tracing mode
20756:
20757: 2001-07-13 parser
20758:
20759: * src/: classes/double.C, classes/int.C, classes/string.C,
20760: include/pa_request.h, main/execute.C, main/pa_request.C:
20761: auto.p[@auto], /news/auto.p[no @auto], so that initializing
20762: second would not call first @auto
20763:
20764: * src/main/: execute.C, pa_request.C: order of MAIN parents was
20765: wrong, fixed
20766:
20767: 2001-07-12 parser
20768:
20769: * src/types/pa_value.h: pa_value.putelement modification of system
20770: classes prevented
20771:
20772: 2001-07-11 parser
20773:
20774: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
20775: table $piece
20776:
20777: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20778: types/pa_vstateless_class.h: $file created by file:state +=
20779: .atime .mtime .ctime +found&fixed bug with exceptions on
20780: get_junction-created objects [they were on wrong pool]
20781:
20782: 2001-07-09 parser
20783:
20784: * src/main/untaint.C: qp wrong name
20785:
20786: * src/: classes/date.C, classes/string.C, classes/table.C,
20787: main/compile.y: date format 0
20788:
20789: 2001-07-07 parser
20790:
20791: * src/: classes/date.C, classes/table.C, include/pa_common.h,
20792: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
20793: roll table calendar
20794:
20795: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
20796: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
20797: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
20798: include/pa_request.h, main/main.dsp, types/pa_value.h,
20799: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
20800: string. todo: sql, calendar
20801:
20802: 2001-07-06 parser
20803:
20804: * src/: classes/math.C, include/pa_request.h, main/execute.C,
20805: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
20806:
20807: 2001-07-03 parser
20808:
20809: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
20810: classes/random.C, main/main.dsp: class random renamed to math,
20811: operators became methods
20812:
20813: * src/classes/op.C: pow sqrt
20814:
20815: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
20816:
20817: 2001-07-02 parser
20818:
20819: * src/classes/table.C: ^table.columns column renamed from 'name' to
20820: 'column'
20821:
20822: * src/classes/hash.C: ^hash.keys[]
20823:
20824: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
20825:
20826: * src/main/: compile.y, compile_tools.h: in expressions now allowed
20827: 'strings'
20828:
20829: 2001-06-29 parser
20830:
20831: * src/main/: execute.C: /0 %0 checkes ver 2
20832:
20833: * src/main/execute.C: /0 %0 checke
20834:
20835: * src/classes/Makefile.am: nothing - void
20836:
20837: * src/classes/table.C: empty strings @ sql
20838:
20839: 2001-06-28 parser
20840:
20841: * src/: classes/double.C, classes/file.C, classes/form.C,
20842: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20843: classes/op.C, classes/random.C, classes/response.C,
20844: classes/string.C, classes/table.C, classes/void.C,
20845: main/compile.C, main/compile_tools.C, main/execute.C,
20846: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20847: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20848: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20849: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20850: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
20851: targets/isapi/parser3isapi.C, main/compile.y: */ static const
20852: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
20853: $";
20854:
20855: * src/: classes/double.C, classes/file.C, classes/form.C,
20856: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20857: classes/op.C, classes/random.C, classes/response.C,
20858: classes/string.C, classes/table.C, classes/void.C,
20859: main/compile.C, main/compile.y, main/compile_tools.C,
20860: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20861: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20862: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20863: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20864: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 20865: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 20866:
20867: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
20868: $class:name: == ${class:name}:
20869:
20870: * src/classes/string.C: exactly one
20871:
20872: 2001-06-27 parser
20873:
20874: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
20875: types/pa_vvoid.h: nothing renamed to void
20876:
20877: * src/classes/op.C: ^switch ^case
20878:
20879: * src/main/compile.y: nothing renamed to void
20880:
20881: * src/: classes/hash.C, classes/table.C, main/compile.y,
20882: main/execute.C, main/main.dsp, main/pa_request.C,
20883: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
20884: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
20885: void
20886:
20887: * src/main/compile.y: lexer: $zzzz^zzzz were name part
20888:
20889: 2001-05-28 parser
20890:
20891: * src/doc/html2chm.cmd: removed >a
20892:
20893: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
20894: project options [some bugs]
20895:
20896: * src/doc/sources2html.cmd: z
20897:
20898: * src/: classes/classes.C, main/compile.C, main/compile.y,
20899: main/execute.C: operators are not in root class again
20900:
20901: 2001-05-24 parser
20902:
20903: * src/targets/cgi/parser3.dsp: project file
20904:
20905: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
20906: ^log ^exp
20907:
20908: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
20909: conversions in @exception[params]
20910:
20911: * src/main/pa_request.C: // no _ conversions in @exception[params]
20912:
20913: 2001-05-23 parser
20914:
20915: * src/main/pa_string.C: string cmp bug
20916:
20917: * src/classes/: mail.C, op.C: rem max 1000
20918:
20919: * src/: classes/op.C, main/compile.y: allow one empty line before
20920: LS_DEF_NAME
20921:
20922: 2001-05-22 parser
20923:
20924: * src/classes/op.C: if params code-required
20925:
20926: 2001-05-21 parser
20927:
20928: * src/types/pa_vstring.C: eoleof
20929:
20930: * src/classes/Makefile.am: .AM
20931:
20932: * src/classes/nothing.C: resultless ^sql moved to nothing:
20933:
20934: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
20935:
20936: * src/: classes/double.C, classes/nothing.C, classes/string.C,
20937: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
20938: types/pa_vunknown.h, classes/hash.C, main/compile.y,
20939: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
20940: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
20941: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
20942: 'nothing'
20943:
20944: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
20945: vstring::set_string
20946:
20947: * src/classes/: double.C, int.C, string.C: int,double;sql
20948:
20949: * src/: classes/hash.C, classes/int.C, classes/string.C,
20950: classes/table.C, include/pa_string.h, main/pa_string.C,
20951: types/pa_vstring.C, types/pa_vstring.h: started int:sql
20952:
20953: * src/: classes/classes.C, classes/hash.C, classes/op.C,
20954: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
20955: hash:sql moved to main trunc. operators.txt updated
20956:
20957: * src/classes/: hash.C, op.C, table.C: hash:sql
20958:
20959: * src/classes/op.C: z
20960:
20961: * src/: main/compile.C, classes/classes.C: 1
20962:
20963: * src/: classes/classes.C, main/compile.C, main/compile.y,
20964: main/execute.C: 0
20965:
20966: * src/main/execute.C: z
20967:
20968: * src/targets/cgi/parser3.C: z
20969:
20970: * src/targets/cgi/parser3.C: argv can be just "parser3". made
20971: site_auto_path "." in that case
20972:
20973: * src/targets/cgi/: parser3.C: z
20974:
20975: * src/main/pa_request.C: .am
20976:
20977: * src/: main/pa_request.C, targets/cgi/parser3.C:
20978: pcre_tables=pcre_default_tables;
20979:
20980: 2001-05-19 parser
20981:
20982: * src/main/pa_string.C: z
20983:
20984: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
20985: introducing String::cstr_bufsize, returns just size+1 for as_is
20986: target.
20987:
20988: * src/: main/untaint.C, targets/cgi/pa_pool.C,
20989: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
20990: used, 4* mem wasted
20991:
20992: * src/classes/string.C: root context in match replace body now
20993: unchanged
20994:
20995: * src/types/pa_value.h: parameter # 1 based
20996:
20997: * src/main/pa_common.C: common: actual filename '%s'
20998:
20999: * src/classes/string.C: z
21000:
21001: * src/classes/Makefile.am: classes/.am
21002:
21003: * src/classes/: Makefile.am: classes/.am
21004:
21005: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21006: targets/cgi/pa_pool.C: classes/.am
21007:
21008: 2001-05-18 parser
21009:
1.116 moko 21010: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21011: pa_threads.C ins
1.95 moko 21012:
21013: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21014:
21015: 2001-05-17 parser
21016:
21017: * src/: classes/string.C, include/pa_config_fixed.h,
21018: include/pa_config_includes.h, main/compile.y,
21019: main/compile_tools.h, main/execute.C, main/pa_array.C,
21020: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21021: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21022: types/pa_vform.C: #include "pa_config_includes.h" removed from
21023: most .C
21024:
21025: * src/doc/html2chm.cmd: z
21026:
21027: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21028: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21029:
21030: * src/main/pa_sql_driver_manager.C: moved expiration to
21031: get_connection_from_cache
21032:
21033: * src/main/pa_sql_driver_manager.C: cache expiration bf
21034:
21035: * src/: classes/classes.h, include/pa_sql_connection.h,
21036: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21037: cache expiration[use SQL_Driver::disconnect]
21038:
21039: * src/main/pa_table.C: table.locate current restored on "not found"
21040:
21041: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21042: line no
21043:
21044: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21045: ANTI_ENDLESS_EXECUTE_RECOURSION
21046:
21047: * src/: classes/op.C, include/pa_sql_connection.h,
21048: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21049: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21050: 1driver and set_services fight for driver::fservices. before fix
21051:
21052: * src/: classes/op.C, include/pa_config_fixed.h,
21053: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21054: main/pa_sql_driver_manager.C: found problem at last: 2connections
21055: own 1driver and set_services fight for driver::fservices. before
21056: fix
21057:
21058: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21059: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21060: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21061: pa_threads.C
21062:
21063: * src/include/pa_threads.h: removed targets/parser
21064:
21065: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21066: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21067: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
21068: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
21069: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
21070: headers
21071:
21072: * src/: classes/image.C, include/pa_sql_driver_manager.h,
21073: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
21074: order prevented sqlmanager to see MULTYTHREAD define
21075:
21076: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21077: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
21078: put/gets
21079:
21080: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
21081: from hash.h
21082:
21083: * src/: classes/op.C, include/pa_sql_connection.h,
21084: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
21085: from cache ->set_services(&services);
21086:
21087: 2001-05-16 parser
21088:
21089: * src/targets/cgi/parser3.C: z
21090:
21091: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
21092: debug, #ifdefed some. would debug later, on more precise sample
21093: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
21094: $name.$tail[$tail!] $name.$tail } ok3
21095:
21096: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
21097: removed array debug. before vstring rebasing
21098:
21099: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
21100: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
21101: array debugged; adjusted
21102:
21103: * src/main/: pa_sql_driver_manager.C, pa_string.C:
21104: SQL_Driver_manager line no for connect/charset errors
21105:
21106: 2001-05-15 parser
21107:
21108: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
21109: main/pa_string.C: string+array made linear grows
21110:
21111: * src/: include/pa_string.h, main/pa_string.C,
21112: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
21113: grow lineary, not exponentialy
21114:
21115: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
21116: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
21117: with fullchunk cmps
21118:
21119: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
21120: 70041= 81
21121:
21122: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
21123: targets/cgi/parser3.C: detected huge mem allocation: size/times
21124: malloc 27809390/368771, calloc 3232/83. would test now
21125:
21126: * src/: classes/random.C, main/compile.y, main/execute.C,
21127: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
21128: numbered params had wrong name - for instance: bad error message
21129: in ^for[] bad body type. fixed
21130:
21131: 2001-05-14 parser
21132:
21133: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
21134: main/untaint.C: ^string.upper|lower[]
21135:
21136: 2001-05-11 parser
21137:
21138: * src/: classes/double.C, classes/image.C, classes/op.C,
21139: classes/string.C, classes/table.C, classes/unknown.C,
21140: main/execute.C, types/pa_value.h, types/pa_vbool.h,
21141: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
21142: types/pa_vunknown.h: op: MAX_LOOPS as_int
21143:
21144: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
21145: .dsp for win32tools
21146:
21147: 2001-05-11 paf
21148:
21149: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
21150: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
21151: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
21152: targets/isapi/kill.pl: moved win32 helpers to /win32tools
21153:
21154: 2001-05-10 paf
21155:
21156: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
21157: for C++, that's all
21158:
1.116 moko 21159: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
21160: pa_config_includes.h: inline wonders
1.95 moko 21161:
21162: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
21163: doc/doxygen.cmd: hash.C added
21164:
21165: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
21166:
21167: * src/main/compile.y: @end grammar: allowed zero strings in control
21168: menthod
21169:
21170: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
21171: pa_vstateless_object.h: changed priority: field before method
21172: lookup in vclass & vobject
21173:
21174: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
21175: grammar: priorities changes [lowerd && prior] vobject: now first
21176: fields, next methods
21177:
21178: 2001-05-08 paf
21179:
21180: * src/main/pa_table.C: table columnname2item on nameless ignored
21181: bark=false. fixed
21182:
21183: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
21184: types/pa_vmethod_frame.h: hash:default works at last!
21185:
21186: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
21187: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
21188: hash:default
21189:
21190: * src/classes/table.C: z
21191:
21192: * src/classes/table.C: table:hash always hash of hash now
21193:
21194: * src/classes/table.C: table:empty return bool now
21195:
21196: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
21197: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21198: types/pa_vtable.h: table:hash
21199:
21200: * src/classes/table.C: table:record have name
21201:
21202: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
21203: returns vunknown
21204:
21205: * src/classes/: double.C, int.C, op.C, string.C:
21206: int,double,string:int[] double[] string:length[] results now have
21207: hames
21208:
21209: * src/: classes/op.C, classes/table.C, main/main.dsp,
21210: types/pa_vtable.h: removed table:find. table:locate and op:eval
21211: now return bool
21212:
21213: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
21214: in method checkparams again. fixed
21215:
21216: 2001-05-07 paf
21217:
21218: * src/doc/chm.cmd: cmd
21219:
21220: * src/: classes/image.C, classes/mail.C, classes/string.C,
21221: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
21222: types/pa_value.h: method reported errors on wrong pool
21223:
21224: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
21225: now
21226:
21227: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
21228: include/code.h, include/pa_opcode.h, main/compile.C,
21229: main/compile_tools.h, main/execute.C, types/pa_value.h,
21230: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21231: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21232: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
21233: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21234: types/pa_vmethod_frame.h, types/pa_vobject.h,
21235: types/pa_vrequest.h, types/pa_vresponse.h,
21236: types/pa_vstateless_class.h, types/pa_vstring.h,
21237: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21238: types/pa_wwrapper.h: pa_code.h
21239:
21240: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
21241:
21242: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
21243: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
21244: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21245: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
21246: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21247: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
21248: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
21249: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
21250: types/pa_vtable.h: dox, split by not clean parts also
21251:
21252: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21253: types/pa_vtable.h: table: fields, then methods. so to enable
21254: 'dir' fields & co. more
21255:
21256: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
21257: so to enable 'dir' fields & co.
21258:
21259: * src/main/compile.y: grammar: @end
21260:
21261: 2001-05-04 paf
21262:
21263: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
21264: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
21265:
21266: * src/: classes/classes.h, classes/double.C, classes/file.C,
21267: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21268: classes/op.C, classes/random.C, classes/response.C,
21269: classes/string.C, classes/table.C, classes/unknown.C,
21270: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
21271: method dox
21272:
21273: 2001-05-03 paf
21274:
21275: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
21276: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21277: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
21278: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21279: doc/string.dox, doc/targets.dox, doc/value.dox,
21280: main/pa_request.C: dox splitted .dox files and added some
21281:
21282: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
21283:
21284: 2001-05-02 paf
21285:
21286: * src/classes/: image.C, table.C: table:dir result are not tainted
21287: by file_name language now
21288:
21289: 2001-04-28 paf
21290:
21291: * src/classes/classes.inc: removed classes.inc
21292:
21293: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
21294: from .am
21295:
21296: * src/classes/classes.awk: skipped classes in .awk
21297:
21298: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
21299: classes/classes.inc, classes/double.C, classes/file.C,
21300: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
21301: classes/string.C, classes/table.C, classes/unknown.C,
21302: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
21303: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
21304: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
21305: pa_methoded back to classes/classes.h
21306:
21307: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
21308:
21309: * src/: classes/Makefile.am, classes/classes.awk,
21310: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
21311: classes/ls.exe, main/bison.exe: classes.inc autogenerator
21312:
21313: * src/: classes/classes.C, classes/classes.h, classes/double.C,
21314: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
21315: classes/response.C, classes/string.C, classes/table.C,
21316: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
21317: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
21318: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
21319: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
21320: include|main/pa_methoded
21321:
21322: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
21323: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
21324:
21325: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
21326: moved some configured data to request::classes_conf moved some
21327: string crations from globals to M... [works]
21328:
21329: * src/: classes/form.C, classes/mail.C, classes/op.C,
21330: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
21331: main/pa_request.C: moved some configured data to
21332: request::classes_conf moved some string crations from globals to
21333: M...
21334:
21335: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
21336: about to move configured data to special request hash
21337:
21338: * src/: classes/classes.C, classes/classes.h, classes/file.C,
21339: classes/form.C, classes/mail.C, include/pa_request.h,
21340: main/pa_request.C: configure started
21341:
21342: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
21343: 2. todo: methoded-configure
21344:
21345: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21346: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21347: classes/_random.h, classes/_response.h, classes/_string.h,
21348: classes/_table.h, classes/_unknown.h, classes/classes.inc,
21349: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21350: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21351: classes/random.C, classes/response.C, classes/string.C,
21352: classes/table.C, classes/unknown.C, include/pa_globals.h,
21353: include/pa_request.h, main/compile.y, main/execute.C,
21354: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21355: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21356: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
21357: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
21358: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21359: types/pa_vrequest.h, types/pa_vresponse.h,
21360: types/pa_vstateless_class.h, types/pa_vstring.h,
21361: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21362: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
21363: methoded-configure
21364:
21365: * src/: classes/file.C, classes/table.C, main/compile.y,
21366: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
21367: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
21368: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
21369:
21370: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
21371: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21372: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21373: classes/random.C, classes/response.C, classes/string.C,
21374: classes/table.C, classes/unknown.C, include/pa_request.h,
21375: main/compile.y, main/execute.C, main/pa_globals.C,
21376: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
21377: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
21378: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
21379: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
21380: beautifying just compiled. todo: debug, configure
21381:
21382: 2001-04-27 paf
21383:
21384: * src/: classes/file.C, classes/image.C, classes/table.C,
21385: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
21386: beautifying -99
21387:
21388: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
21389: classes/_response.h, classes/_unknown.h, classes/classes.C,
21390: classes/classes.h, classes/double.C, classes/file.C,
21391: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21392: classes/op.C, classes/random.C, classes/response.C,
21393: classes/string.C, include/pa_globals.h, main/main.dsp,
21394: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
21395: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21396: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
21397: types/pa_vunknown.h: beautifying -100
21398:
21399: * src/main/compile.y: serge@ found @CLASS bug. fixed
21400:
21401: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
21402: classes/_op.h, classes/_random.h, classes/_table.h,
21403: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
21404: classes/op.C, classes/random.C, classes/response.C,
21405: classes/string.C, classes/table.C, classes/unknown.C,
21406: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21407: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21408: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
21409: beautifying
21410:
21411: 2001-04-26 paf
21412:
21413: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
21414:
21415: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
21416: documentation ++
21417:
21418: * src/: classes/_exec.h, doc/doxygen.cfg,
21419: include/pa_config_fixed.h, include/pa_config_includes.h,
21420: targets/cgi/pa_pool.C: code documentation ++
21421:
21422: * src/: classes/_image.h, classes/op.C, classes/random.C,
21423: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21424: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21425: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
21426: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21427: types/pa_vmethod_frame.h, types/pa_vobject.h,
21428: types/pa_vrequest.C, types/pa_vrequest.h,
21429: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
21430: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
21431: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
21432: code documentation ++
21433:
21434: * src/: classes/image.C, classes/mail.C, classes/string.C,
21435: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
21436: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
21437: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
21438: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21439: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21440: types/pa_vobject.h, types/pa_vstateless_class.h,
21441: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
21442:
21443: * src/main/: pa_request.C, pa_string.C: z
21444:
21445: * src/: include/pa_common.h, include/pa_types.h,
21446: main/pa_sql_driver_manager.C: module [and, guess, isapi]
21447: connection caching fixed. request-pooled-url were stored into
21448: global connectioncache
21449:
21450: 2001-04-25 paf
21451:
21452: * src/: doc/doxygen.cfg, doc/doxygen.txt,
21453: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
21454:
21455: * src/: include/code.h, include/pa_common.h, main/compile.y,
21456: main/execute.C, main/pa_common.C: -d
21457:
21458: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
21459: illegal call check a bit improved, but still under iis no mapping
21460: of dir with parser allowed!
21461:
21462: 2001-04-24 paf
21463:
21464: * src/targets/Makefile.am: apache module lib .am
21465:
21466: * src/main/pa_exec.C: windows32 buildCommand
21467:
21468: 2001-04-23 paf
21469:
21470: * src/targets/cgi/Makefile.am: win32 conditional
21471:
21472: * src/targets/cgi/Makefile.am: win32 conditional
21473:
21474: * src/targets/cgi/Makefile.am: liblink
21475:
21476: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
21477: vfile fields return type
21478:
21479: * src/types/pa_vfile.h: vfile fields return type
21480:
21481: * src/include/pa_config_auto.h.in: .h.in
21482:
21483: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
21484: types/Makefile: makefiles removed
21485:
21486: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
21487: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
21488:
21489: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
21490: [tested: i & g ]
21491:
21492: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
21493: @test noticed series in isapi, check how initialize_random_class
21494: is called! [must be called only once]
21495:
21496: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
21497: would not be 'unknown column'
21498:
21499: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
21500: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
21501:
21502: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
21503: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
21504: [now doesnt]
21505:
21506: * src/targets/cgi/parser3.C: cgi cmdline ver
21507:
21508: * src/targets/cgi/parser3.C: cgi /// @test disable
21509: /cgi-bin/parser3/auto.p
21510:
21511: * src/main/untaint.C: untaint without charset
21512:
21513: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21514: main/pa_common.C: common: file_write /// @test mkdirs
21515: file_delete rmdirs
21516:
21517: * src/main/untaint.C: mail header only once to =?
21518:
21519: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
21520: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
21521: main/untaint.C: untaint - @test optimize whitespaces for
21522: all but 'html'
21523:
21524: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
21525: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21526: main/untaint.C: untaint - @test mail-header
21527:
21528: 2001-04-20 paf
21529:
21530: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21531: include/pa_request.h, include/pa_string.h, main/compile.y,
21532: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21533: targets/cgi/parser3.C: $MAIN:LOCALE
21534:
21535: * src/main/untaint.C: z
21536:
21537: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
21538:
21539: 2001-04-19 paf
21540:
21541: * src/main/compile_tools.h: $a$b bugfix
21542:
21543: * src/targets/cgi/parser3.C: z
21544:
21545: * src/classes/file.C: z
21546:
21547: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
21548: done: header to $fields. waits for header '\' tricks
21549:
21550: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21551: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
21552: changed urlencode here and in untaint.C to HTTP standard's " and
21553: \" mech
21554:
21555: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
21556: http://alx/~paf/ doesnt load /auto.p
21557:
21558: 2001-04-18 paf
21559:
21560: * src/main/pa_request.C: 1
21561:
21562: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
21563: linux @alx
21564:
21565: 2001-04-17 paf
21566:
21567: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
21568: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
21569: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
21570: enabled
21571:
21572: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21573: classes/_exec.h, classes/_file.h, classes/_form.h,
21574: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21575: classes/_random.h, classes/_response.h, classes/_string.h,
21576: classes/_table.h, classes/_unknown.h, classes/file.C,
21577: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
21578: include/pa_config_fixed.h, include/pa_config_includes.h,
21579: include/pa_hash.h, include/pa_sql_driver_manager.h,
21580: include/pa_version.h, main/Makefile.am, main/compile.y,
21581: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
21582: main/pa_sql_driver_manager.C, sql/Makefile.am,
21583: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
21584: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
21585: types/pa_vform.C, types/pa_vimage.h: exec @jav
21586:
21587: * src/: include/pa_sql_driver_manager.h,
21588: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21589: types/pa_vimage.h: sql driver interface now has initialize(client
21590: .so)
21591:
21592: 2001-04-16 paf
21593:
21594: * src/Makefile.am: compile2 cygwin
21595:
21596: * src/: include/pa_config_includes.h, main/pa_exec.C,
21597: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
21598:
21599: * src/targets/cgi/Makefile.am: compile0 jav
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/image.C,
21606: 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_version.h, main/Makefile.am,
21609: main/compile.y, main/pa_common.C, main/pa_exec.C,
21610: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
21611: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
21612: compile-1
21613:
21614: 2001-04-15 paf
21615:
21616: * src/classes/op.C: z
21617:
21618: * src/classes/table.C: table:empty +=process
21619:
21620: * src/types/pa_value.h: MethodParams !junction
21621:
21622: * src/: classes/_string.h, classes/double.C, classes/file.C,
21623: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21624: classes/random.C, classes/response.C, classes/string.C,
21625: classes/table.C, classes/unknown.C, main/pa_request.C:
21626: MethodParams everywhere
21627:
21628: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
21629: types/pa_vmethod_frame.h: MethodParams in op.C
21630:
21631: 2001-04-12 paf
21632:
21633: * src/: classes/image.C, types/pa_vimage.h: image:font :text
21634:
21635: * src/: classes/_unknown.h, classes/unknown.C,
21636: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21637: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
21638:
21639: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
21640:
21641: * src/classes/image.C: image:gif now does not have params
21642:
21643: * src/classes/image.C:
21644: image:line/fill/rectangle/bar/replace/polygon/polybar
21645:
21646: * src/: classes/image.C, classes/op.C, main/execute.C,
21647: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
21648: for var now written not to r.wcontext, but to r.root cleared
21649: "entered_object" state
21650:
21651: 2001-04-11 paf
21652:
21653: * src/classes/image.C: image:create image:load
21654:
21655: * src/: classes/image.C, main/main.dsp: gd with mem write + image
21656: just compiled
21657:
21658: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21659: todo: gif without file
21660:
21661: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21662: started porting to Pooled descendant
21663:
21664: * src/: classes/image.C, main/execute.C, main/main.dsp,
21665: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
21666: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
21667: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
21668:
21669: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
21670: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
21671: end. switching to python imaging lib
21672:
21673: * src/main/main.dsp: gd+smtp made separate libs
21674:
21675: * src/: include/pa_globals.h, include/pa_string.h,
21676: main/pa_common.C, main/pa_request.C, main/untaint.C,
21677: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
21678: length
21679:
21680: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
21681: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
21682: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
21683: UL_FILE_NAME of posted file name
21684:
21685: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
21686: post [broke when moved post read to core]
21687:
21688: 2001-04-10 paf
21689:
21690: * src/classes/image.C: image:html done
21691:
21692: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
21693:
21694: * src/classes/image.C: z
21695:
21696: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
21697: forgotten!
21698:
21699: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
21700: main/pa_request.C, main/pa_string.C, main/untaint.C,
21701: types/pa_vimage.h: image:measure -90
21702:
21703: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21704: classes/_int.h, classes/_mail.h, classes/_op.h,
21705: classes/_random.h, classes/_response.h, classes/_string.h,
21706: classes/_table.h, classes/file.C, classes/mail.C,
21707: include/pa_common.h, include/pa_globals.h, main/execute.C,
21708: main/main.dsp, main/pa_common.C, main/pa_globals.C,
21709: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
21710: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
21711: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
21712: compiled
21713:
21714: * src/classes/mail.C: minor bug with unclear from/to
21715:
21716: * src/classes/mail.C: sendmail unix skipping defaults
21717:
21718: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
21719: sendmail unix added defaults
21720:
21721: * src/classes/mail.C: unix sendmail compiled. todo:testing
21722:
21723: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
21724:
21725: 2001-04-09 paf
21726:
21727: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
21728: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
21729: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21730: targets/isapi/parser3isapi.dsp: all targets exec
21731:
21732: * src/: include/pa_sapi.h, include/pa_string.h,
21733: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21734: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
21735: args in apache:util.script
21736:
21737: * src/include/pa_string.h: written but not tested exec with env for
21738: unix
21739:
21740: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
21741: targets/cgi/parser3.C: exec win32 env
21742:
21743: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
21744: 0
21745:
21746: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
21747: main/execute.C, main/main.dsp, main/pa_globals.C,
21748: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
21749: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
21750:
21751: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
21752: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
21753:
21754: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
21755: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
21756:
21757: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
21758: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
21759: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21760: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21761: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
21762: exec class just compiled. moved post read to request core
21763:
21764: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
21765: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
21766: main/pa_globals.C, targets/cgi/parser3.C,
21767: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
21768: are already read by vform
21769:
21770: 2001-04-08 paf
21771:
21772: * src/: classes/file.C, classes/mail.C, classes/string.C,
21773: include/pa_request.h, include/pa_string.h, main/pa_request.C:
21774: uuencode. string<<
21775:
21776: 2001-04-07 paf
21777:
21778: * src/classes/mail.C: z
21779:
21780: * src/classes/mail.C: z
21781:
21782: * src/classes/mail.C: ^mail[$attach
21783:
21784: * src/classes/mail.C: ^attach dead end
21785:
21786: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
21787: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21788: targets/isapi/parser3isapi.C: mail:send 1
21789:
21790: * src/: classes/mail.C, main/pa_request.C: z
21791:
21792: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
21793: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
21794: compiled
21795:
21796: * src/classes/mail.C: +=
21797:
21798: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
21799: prepared
21800:
21801: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
21802: include/pa_globals.h, include/pa_string.h, main/main.dsp,
21803: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21804: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
21805:
21806: 2001-04-06 paf
21807:
21808: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
21809: main/pa_string.C: table:dir 1
21810:
21811: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
21812: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
21813:
21814: * src/: classes/_op.h, classes/_root.h, classes/op.C,
21815: classes/root.C, include/pa_globals.h, include/pa_request.h,
21816: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
21817: main/pa_request.C: renamed 'root' to 'op'
21818:
21819: * src/classes/: _op.h, op.C: renamed from 'root'
21820:
21821: * src/types/pa_valiased.C: another root inherititance skipped
21822:
21823: * src/main/: compile.C, compile.y, execute.C: operators are now not
21824: root methods of parent class. just 'ROOT' class
21825:
21826: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
21827: @office
21828:
21829: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
21830:
21831: 2001-04-05 paf
21832:
21833: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
21834: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
21835: constructor flag dropped at get_method_frame and remembered into
21836: method_frame
21837:
21838: * src/: classes/file.C, classes/root.C, classes/string.C,
21839: classes/table.C, main/pa_request.C: junction to code&expression
21840: in errors
21841:
21842: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21843: main/pa_string.C, targets/isapi/parser3isapi.dsp:
21844: $LOCALE:ctype[Russian_Russia.1251]
21845:
21846: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21847: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
21848: main/pa_table.C: hash now not thread-safe.
21849:
21850: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21851: main/untaint.C: z
21852:
21853: * src/: classes/random.C, classes/root.C, classes/table.C,
21854: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
21855: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
21856: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
21857: types/pa_wcontext.h: sql quote. string untaint UL_SQL
21858:
21859: * src/: classes/table.C, include/pa_sql_connection.h,
21860: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
21861:
21862: * src/classes/table.C: select * from hren error contains statement
21863:
21864: * src/: classes/table.C, include/pa_sql_connection.h,
21865: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
21866: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
21867:
21868: * src/: classes/root.C, include/pa_sql_connection.h,
21869: include/pa_sql_driver.h, main/main.dsp,
21870: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
21871: services for conv memory & error reporting
21872:
21873: 2001-04-04 paf
21874:
21875: * src/doc/doxygen.cfg: z
21876:
21877: * src/include/pa_sql_driver.h: mysql connect
21878:
21879: * src/include/pa_sql_driver.h: mysql info
21880:
21881: * src/: classes/root.C, include/pa_sql_driver.h,
21882: include/pa_sql_driver_manager.h, main/main.dsp,
21883: main/pa_sql_driver_manager.C: more manager&connection&driver
21884:
21885: * src/sql/Makefile.am: forgot to add mysql client
21886:
21887: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
21888: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
21889: [forgot to add libltdl, added]
21890:
21891: * src/: Makefile.am, classes/root.C, classes/string.C,
21892: classes/table.C, include/pa_globals.h, include/pa_hash.h,
21893: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
21894: include/pa_string.h, include/pa_table.h, main/main.dsp,
21895: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21896: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
21897: -1000 just compiled
21898:
21899: * src/: classes/random.C, classes/root.C, classes/table.C,
21900: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
21901: main/pa_request.C, types/pa_vclass.h: sql frame -10
21902:
21903: 2001-04-03 paf
21904:
21905: * src/types/pa_vform.C: z
21906:
21907: * src/: classes/string.C, types/pa_vform.C: string:match replace
21908: assigned lang
21909:
21910: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
21911: {}[]< empty []
21912:
21913: * src/: classes/file.C, classes/string.C, classes/table.C,
21914: include/pa_string.h, main/pa_common.C, main/pa_string.C,
21915: main/untaint.C: string:match replace 2. string.cstr(forced lang)
21916:
21917: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21918: string:match replace strange matches
21919:
21920: * src/classes/string.C: string:match replace 0
21921:
21922: * src/: classes/string.C, main/pa_string.C: string:match replace
21923: prepared 2
21924:
21925: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21926: string:match replace prepared
21927:
21928: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21929: string:match replace -11
21930:
21931: * src/: classes/string.C, include/pa_globals.h,
21932: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
21933: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
21934:
21935: * src/: classes/string.C, include/pa_globals.h,
21936: include/pa_string.h, main/main.dsp, main/pa_globals.C,
21937: main/pa_string.C: string:match [search] -1 just compiled
21938:
21939: * src/types/pa_vstring.C: z
21940:
21941: * src/: classes/double.C, classes/file.C, classes/form.C,
21942: classes/int.C, classes/response.C, classes/root.C,
21943: classes/string.C, classes/table.C, include/pa_string.h,
21944: main/pa_string.C: string:match -10 [frame]
21945:
21946: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
21947: main/pa_request.C: z
21948:
21949: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
21950: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
21951: todo/tests
21952:
21953: * src/include/pa_common.h: z
21954:
21955: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
21956: main/pa_request.C, targets/cgi/parser3.C,
21957: targets/isapi/parser3isapi.C, types/pa_vfile.C:
21958: content-disposition
21959:
21960: * src/: include/pa_common.h, include/pa_globals.h,
21961: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
21962: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
21963:
21964: * src/: include/pa_common.h, include/pa_request.h,
21965: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
21966: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21967: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
21968: response:body
21969:
21970: * src/classes/table.C: table:append now uses string::split
21971:
21972: * src/classes/table.C: z
21973:
21974: * src/: classes/file.C, classes/root.C, classes/string.C,
21975: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
21976: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
21977: include/pa_string.h, main/execute.C, main/pa_string.C,
21978: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
21979: string::pos & cmp & piece bugs fixed. string::split new
21980: table:load separated from set table:set implemented with clean \n
21981: \t searches
21982:
21983: 2001-04-02 paf
21984:
21985: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21986: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
21987: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
21988: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
21989: it in table:set/load
21990:
21991: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
21992: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
21993:
21994: * src/classes/random.C: random:generate 1
21995:
21996: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
21997: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21998: types/pa_value.h: random:generate
21999:
22000: 2001-03-30 paf
22001:
22002: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22003: todo: table flip and append. string::pos
22004:
22005: * src/: classes/double.C, classes/file.C, classes/int.C,
22006: classes/response.C, classes/root.C, classes/string.C,
22007: classes/table.C, main/compile.y, main/execute.C,
22008: types/pa_value.h, types/pa_vstateless_class.C,
22009: types/pa_vstateless_class.h: static|dynamic|any method
22010: registration
22011:
22012: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22013: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22014: table:flip
22015:
22016: 2001-03-29 paf
22017:
22018: * src/classes/string.C: string:xsplit forgot that they must result
22019: in 1 row N column [not vice versa]
22020:
22021: * src/classes/string.C: z
22022:
22023: * src/classes/string.C: string: rsplit
22024:
22025: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22026: string: lsplit
22027:
22028: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22029: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22030: lsplit -1
22031:
22032: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22033: string: pos
22034:
22035: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22036: string: pos -1
22037:
22038: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22039: main/compile.y, main/pa_request.C, main/pa_string.C,
22040: main/untaint.C: string: left right mid
22041:
22042: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22043: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22044: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22045: and [;] are different now.
22046:
22047: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22048: main/untaint.C: pool.request undone
22049:
22050: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22051: main/untaint.C: pool.request
22052:
22053: 2001-03-28 paf
22054:
22055: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22056: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22057: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22058: $request:browser [.type .version]; unknown.get_double now = 0.
22059:
22060: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22061: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22062: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22063: types/pa_vform.C: file:load autodetection of mime-type by
22064: user-file-name
22065:
22066: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22067: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
22068: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
22069:
22070: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22071: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
22072: write. must be self.set
22073:
22074: * src/: classes/file.C, classes/root.C, classes/table.C,
22075: include/pa_table.h, main/pa_table.C: table:locate1, file:test
22076:
22077: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
22078: include/pa_table.h, main/pa_array.C, main/pa_table.C,
22079: types/pa_vtable.h: table:locate just compiled
22080:
22081: 2001-03-27 paf
22082:
22083: * src/main/: execute.C, pa_common.C: fixed r/w context of
22084: code-params2, fixed ntfs hardlink slow dir update
22085:
22086: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
22087: types/pa_wcontext.h: fixed r/w context of code-params
22088:
22089: * src/: classes/table.C, main/execute.C: about to change junction
22090: rcontext!!
22091:
22092: * src/: classes/double.C, classes/int.C, classes/root.C,
22093: classes/string.C, classes/table.C, main/compile_tools.C,
22094: main/execute.C, main/pa_request.C, main/untaint.C,
22095: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
22096: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22097: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
22098: types/pa_vunknown.h: sort 0
22099:
22100: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
22101: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
22102: renamed to are_static_calls_disabled
22103:
22104: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
22105: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
22106: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22107: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
22108:
22109: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
22110:
22111: * src/: classes/table.C, include/pa_common.h, main/compile.y:
22112: started table:sort fixed minor bug in #...^{
22113:
22114: * src/: classes/table.C, include/pa_common.h, main/compile.y,
22115: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
22116: decided to have as it were. stepped back. grammar: added 'in'
22117: 'is' 'lt'&co follow-space check
22118:
22119: 2001-03-26 paf
22120:
22121: * src/: classes/file.C, classes/root.C, classes/table.C,
22122: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
22123: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22124: main/pa_table.C: moved ::save to pa_table. disabled @auto
22125: invocation in ^process
22126:
22127: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
22128:
22129: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
22130: main/pa_array.C: table:record
22131:
22132: * src/: main/untaint.C, targets/cgi/parser3.C,
22133: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22134: targets/isapi/pool_storage.h, types/pa_valiased.h,
22135: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
22136: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
22137: types/pa_vtable.h: z
22138:
22139: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
22140: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
22141: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22142: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
22143: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
22144: method realisations on 'self' validity - they now can simply
22145: assume that 'self' is V{Proper} .
22146:
22147: 2001-03-25 paf
22148:
22149: * src/main/untaint.C: z
22150:
22151: * src/main/: pa_request.C, untaint.C: moved default typo-table to
22152: lowlevel - it initialization could be skipped if failed in @auto.
22153: so that exception report would use some table
22154:
22155: * src/main/pa_request.C: table empty lines ignored. system-default
22156: content type assigned in output:result [can fail in main:auto and
22157: skipped normal defaults extraction]
22158:
22159: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
22160: bug
22161:
22162: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
22163: processing to table [except preliminary \r\n \r \n replacements
22164: to "\n"]
22165:
22166: * src/: classes/table.C, main/untaint.C: html-typo - decided to
22167: move all the processing to table
22168:
22169: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
22170: main/pa_table.C, main/untaint.C: returned table originating.
22171: useful for reporting typo table problems origin. think would be
22172: useful somewhere else
22173:
22174: * src/main/untaint.C: typo \r \r\n \n properly handled
22175:
22176: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
22177: include/pa_table.h, main/compile.y, main/compile_tools.C,
22178: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
22179: main/pa_string.C, main/pa_table.C, main/untaint.C,
22180: types/pa_vcookie.h: typo & typo-default
22181:
22182: 2001-03-24 paf
22183:
22184: * src/main/pa_common.C: z
22185:
22186: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22187: targets/cgi/parser3.C: html-typo 2
22188:
22189: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
22190: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
22191: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
22192: main/execute.C, main/pa_array.C, main/pa_globals.C,
22193: main/pa_request.C, main/pa_string.C, main/untaint.C,
22194: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22195: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
22196: noticed double default content-type prob. run cgi.cmd tomorrow
22197: first html-typo sample. detected << problem: they become ltlt too
22198: fast
22199:
22200: * src/main/compile.y: z
22201:
22202: * src/main/: compile.y, compile_tools.h: #comment
22203:
22204: * src/: classes/file.C, classes/root.C, classes/table.C,
22205: include/pa_common.h, include/pa_request.h, main/compile.y,
22206: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22207: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
22208: stringified
22209:
22210: * src/types/pa_valiased.C: decided to String-ify file_read
22211:
22212: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
22213: isapi/parser3isapi.dsp: cgi: sapi::log
22214:
22215: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
22216: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
22217: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
22218: error log experiments failed - cgi under iis got no access to
22219: log. registereventsource simply failed with 5(illegal call) code,
22220: while worked OK as standalone executable. isapi: used
22221: HSE_APPEND_LOG_PARAMETER feature
22222:
22223: * src/: include/pa_common.h, include/pa_globals.h,
22224: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22225: targets/isapi/parser3isapi.C: fixed default content-type
22226: allocation storage
22227:
22228: * src/: include/pa_globals.h, include/pa_request.h,
22229: main/pa_globals.C, main/pa_request.C: z
22230:
22231: * src/: include/pa_array.h, include/pa_hash.h,
22232: include/pa_request.h, main/compile.y, main/pa_array.C,
22233: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22234: types/pa_vcookie.C: cyclic uses ignored. defaulted default
22235: content-type
22236:
22237: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
22238: sanity
22239:
22240: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
22241: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
22242: away freeze mech. no danger now for you can't do
22243: ^request:process[@new-method[] body] trick anymore. still
22244: remains $some_instance.process[@new-method[] possibility] but
22245: would leave it as a feature. see index for sample
22246:
22247: * src/: include/pa_common.h, main/pa_common.C,
22248: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
22249: monkey every target
22250:
22251: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22252: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
22253: types/pa_vform.C, types/pa_vform.h: auto.p monkey
22254:
22255: 2001-03-23 paf
22256:
22257: * src/: include/pa_pool.h, main/pa_request.C,
22258: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22259: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22260: targets/isapi/pool_storage.h: isapi: dumb pool storage
22261:
22262: * src/targets/isapi/pa_pool.C: decided to continue with extension
22263:
22264: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
22265: it would be better to rewrite as filter then to deal with pool
22266:
22267: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
22268: now like in cgi, not from APPL_PHYSICAL_PATH
22269:
22270: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22271: include/pa_config_fixed.h, include/pa_config_includes.h,
22272: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
22273: include/pa_version.h, main/compile.y, main/execute.C,
22274: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22275: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22276: main/untaint.C, targets/cgi/parser3.C,
22277: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
22278: cgi: reinvent document_root and request_uri under iis. autoconf
22279: updated. introducing ap_config_includes
22280:
22281: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
22282:
22283: * src/targets/cgi/parser3.C: cgi: only one pool now
22284:
22285: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
22286: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22287: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22288: types/pa_venv.h, types/pa_vform.C: sapi made object
22289:
22290: * src/: include/pa_globals.h, main/pa_request.C,
22291: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22292: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22293: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
22294:
22295: * src/: main/pa_request.C, targets/cgi/parser3.C,
22296: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22297: isapi minor env beauty
22298:
22299: * src/: main/pa_request.C, targets/cgi/parser3.C,
22300: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22301: isapi document_root 0
22302:
22303: 2001-03-22 paf
22304:
22305: * src/targets/isapi/parser3isapi.C: isapi keep-alive
22306:
22307: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
22308: isapi/parser3isapi.C: z
22309:
22310: * src/: include/pa_pool.h, main/pa_request.C,
22311: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
22312:
22313: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
22314: kill.pl: isapi added utils
22315:
22316: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
22317: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22318: types/pa_vform.C: isapi 0
22319:
22320: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
22321: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22322: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22323: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
22324: started isapi
22325:
22326: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
22327: some comments
22328:
22329: * src/: include/pa_globals.h, include/pa_request.h,
22330: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22331: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
22332: parser_root_auto_path parser_site_auto_path
22333:
22334: * src/types/pa_vcookie.C: cookie attr decoded
22335:
22336: 2001-03-21 paf
22337:
22338: * src/targets/cgi/parser3.C: z
22339:
22340: * src/include/pa_globals.h: post. todo: config of auto.p path
22341:
22342: * src/: include/pa_globals.h, targets/cgi/parser3.C,
22343: types/pa_venv.h: in cookie & env. todo:post
22344:
22345: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
22346: classes/root.C, classes/table.C, include/pa_array.h,
22347: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
22348: include/pa_request.h, include/pa_string.h, main/Makefile.am,
22349: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
22350: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22351: main/pa_table.C, main/untaint.C, targets/Makefile.am,
22352: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22353: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
22354: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
22355: shifted apache branch on main trunc
22356:
22357: * src/: include/pa_common.h, include/pa_globals.h,
22358: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22359: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
22360: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
22361: starting mod_parser3
22362:
22363: * src/targets/cgi/parser3.C: starting mod_parser3
22364:
22365: 2001-03-20 paf
22366:
22367: * src/: main/pa_common.C, targets/cgi/Makefile.am,
22368: targets/cgi/parser3.C: automake compiled and works. todo:make
22369: win32 ifdefs work and add ifdef unistd
22370:
22371: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
22372: main/Makefile.am, main/pa_common.C, main/pa_request.C,
22373: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
22374: z
22375:
22376: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
22377: main/execute.C, main/pa_common.C, types/Makefile.am: removing
22378: locking
22379:
22380: * src/: classes/Makefile.am, types/Makefile.am: z
22381:
22382: * src/: Makefile.am, classes/file.C, classes/root.C,
22383: classes/table.C, include/pa_array.h, include/pa_request.h,
22384: include/pa_string.h, main/Makefile.am, main/execute.C,
22385: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22386: main/pa_string.C, main/untaint.C, targets/Makefile.am,
22387: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22388: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
22389:
22390: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22391: main/pa_request.C, types/pa_vfile.h: ^table:save
22392:
22393: * src/: classes/file.C, classes/table.C, include/pa_array.h,
22394: include/pa_common.h, include/pa_request.h, include/pa_string.h,
22395: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
22396: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
22397: types/pa_vform.h: z
22398:
22399: * src/include/pa_string.h: z
22400:
22401: * src/: classes/_request.h, classes/request.C, main/main.dsp,
22402: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
22403: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22404: :Value
22405:
22406: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
22407: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22408: :VStateless_object
22409:
22410: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
22411: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
22412: :VStateless_object
22413:
22414: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22415: types/pa_valiased.C, types/pa_vform.h: commented VForm
22416:
22417: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
22418: types/pa_valiased.h, types/pa_value.h,
22419: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22420: types/pa_vstateless_object.h: moved common get_element part from
22421: stateless object&class into VAliased
22422:
22423: * src/: classes/_env.h, classes/_table.h, classes/env.C,
22424: classes/table.C, main/execute.C, main/main.dsp,
22425: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
22426: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
22427: now :Value
22428:
22429: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
22430: main/execute.C, main/main.dsp, main/pa_globals.C,
22431: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
22432:
22433: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
22434: doxx
22435:
22436: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
22437: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22438: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
22439: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
22440: and ^file:save
22441:
22442: 2001-03-19 paf
22443:
22444: * src/types/pa_vfile.C: z
22445:
22446: * src/: classes/file.C, classes/request.C, classes/table.C,
22447: include/pa_string.h, main/main.dsp, main/pa_pool.C,
22448: main/pa_request.C, main/untaint.C, types/pa_value.h,
22449: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
22450:
22451: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
22452: include/pa_string.h, include/pa_table.h, main/main.dsp,
22453: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
22454: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
22455: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
22456: classes/_file.h, classes/file.C, types/pa_vfile.C,
22457: types/pa_vfile.h: file class just compiled
22458:
22459: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
22460: include/pa_table.h, include/pa_types.h, main/execute.C,
22461: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22462: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
22463: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
22464:
22465: * src/include/pa_pool.h: z
22466:
22467: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
22468: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
22469: Hash::Value to Val so to doxygen would finlly stop confusing
22470: those Value-s
22471:
22472: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
22473: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
22474: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22475: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22476: include/pa_types.h, main/compile.C, main/compile.y,
22477: main/compile_tools.C, main/compile_tools.h, main/execute.C,
22478: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
22479: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
22480: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22481: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
22482:
22483: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
22484: derivates somehow unlinked. don't know why yet
22485:
22486: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
22487: include/pa_string.h, include/pa_threads.h, main/compile.C,
22488: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22489: main/execute.C, main/pa_array.C, main/pa_common.C,
22490: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
22491: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22492: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
22493:
22494: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
22495: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
22496: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
22497: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
22498: types/pa_vrequest.h: doc: detected Value derivates prob
22499:
22500: * src/include/pa_globals.h: z
22501:
22502: * src/: classes/_request.h, classes/request.C, include/code.h,
22503: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
22504: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
22505: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
22506: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22507: main/execute.C, main/pa_pool.C, main/pa_request.C,
22508: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22509: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
22510:
22511: 2001-03-18 paf
22512:
22513: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
22514: cookie: allowed access to hash-assigned
22515:
22516: * src/targets/cgi/parser3.C: z
22517:
22518: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
22519: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
22520: include/pa_types.h, main/main.dsp, main/pa_common.C,
22521: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22522: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22523: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
22524: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22525: types/pa_vunknown.h: cookie class
22526:
22527: * src/main/pa_request.C: zero length output allowed
22528:
22529: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
22530: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
22531:
22532: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
22533: lang switch
22534:
22535: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
22536: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22537: types/pa_value.h, types/pa_vhash.h:
22538: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22539:
22540: * src/main/execute.C: z
22541:
22542: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
22543: targets/cgi/parser3.C: taint[uri
22544:
22545: * src/: classes/request.C, classes/response.C, classes/root.C,
22546: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22547: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
22548: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
22549:
22550: * src/: classes/root.C, classes/string.C, include/pa_string.h,
22551: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22552: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
22553: types/pa_vstateless_class.C: convinient string(pool, char *src,
22554: bool tainted) ctor
22555:
22556: * src/: include/pa_hash.h, include/pa_request.h,
22557: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
22558: main/pa_request.C, main/pa_string.C, main/untaint.C,
22559: targets/cgi/parser3.C: proper @exceptions params tainting
22560:
22561: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
22562: response fields to header
22563:
22564: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22565: z
22566:
22567: * src/: classes/_response.h, classes/response.C,
22568: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22569: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
22570: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22571: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
22572: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
22573: $response: 0 request::core exception rethrow
22574:
22575: 2001-03-16 paf
22576:
22577: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
22578: types/pa_vrequest.h: native method' class call with less params
22579: then needed error reporting
22580:
22581: * src/: classes/_request.h, classes/request.C,
22582: include/pa_globals.h, include/pa_request.h, main/execute.C,
22583: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22584: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
22585: types/pa_vrequest.h: $request : query :uri
22586:
22587: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
22588: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
22589: types/pa_wcontext.h: $result
22590:
22591: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
22592:
22593: * src/: classes/double.C, include/code.h, main/compile.y,
22594: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
22595: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22596:
22597: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
22598: main/compile.y, main/execute.C, types/pa_value.h,
22599: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
22600: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
22601: wcontext conflict
22602:
22603: * src/: main/execute.C, types/pa_value.h,
22604: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
22605: $string.field
22606:
22607: 2001-03-15 paf
22608:
22609: * src/main/pa_request.C: news sample
22610:
22611: * src/: main/compile.y, main/execute.C, main/pa_request.C,
22612: targets/cgi/parser3.C, types/pa_vstring.h: @exception
22613:
22614: * src/main/: compile.y, execute.C: z
22615:
22616: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
22617: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
22618: pre pre works
22619:
22620: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22621: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
22622: fillfields just compiled
22623:
22624: 2001-03-14 paf
22625:
22626: * src/: include/pa_request.h, main/pa_request.C,
22627: targets/cgi/parser3.C: z
22628:
22629: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22630: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
22631: types/pa_vstring.h: limits -1
22632:
22633: * src/: include/pa_globals.h, include/pa_request.h,
22634: include/pa_types.h, main/main.dsp, main/pa_globals.C,
22635: main/pa_request.C, targets/cgi/parser3.C,
22636: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
22637: request_info -1
22638:
22639: * src/: include/pa_globals.h, main/pa_globals.C,
22640: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22641: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
22642: vform_fields_fill
22643:
22644: * src/targets/cgi/parser3.C: # if MSVC
22645:
22646: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
22647: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
22648:
22649: * src/targets/cgi/parser3.C: z
22650:
22651: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
22652: include/pa_string.h, include/pa_types.h, main/compile.y,
22653: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
22654: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
22655: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
22656: types/pa_vunknown.h: global handler, exceptions in parser3
22657:
22658: 2001-03-13 paf
22659:
22660: * src/: classes/form.C, main/compile.y, main/core.C,
22661: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
22662: types/pa_vform.h, types/pa_vstateless_class.C,
22663: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
22664: instead
22665:
22666: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22667: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
22668: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
22669: started cgi target
22670:
22671: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22672: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
22673: before error show with parser
22674:
22675: * src/: classes/_form.h, classes/form.C, include/core.h,
22676: include/pa_request.h, main/core.C, main/pa_request.C,
22677: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
22678:
22679: * src/targets/cgi/: parser.dsp, parser3.dsp: z
22680:
22681: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
22682: parser3.C: renamed targets/ parser to cgi
22683:
22684: * src/: classes/double.C, classes/env.C, classes/int.C,
22685: classes/root.C, classes/string.C, classes/table.C,
22686: include/pa_request.h, types/pa_vhash.h: z
22687:
22688: * src/: classes/_env.h, classes/env.C, classes/root.C,
22689: include/core.h, include/pa_pool.h, include/pa_request.h,
22690: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
22691: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22692: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
22693: [historical moment :)]
22694:
22695: * src/: include/code.h, include/pa_string.h, main/compile.y,
22696: main/execute.C, main/pa_string.C: 'value is type' expr operator
22697:
22698: * src/types/pa_venv.h: $ENV 1
22699:
22700: * src/main/execute.C: z
22701:
22702: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
22703: future methods of ENV constructor if
22704:
22705: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
22706: class
22707:
22708: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22709: classes/_root.h, classes/_string.h, classes/_table.h,
22710: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22711: classes/string.C, classes/table.C, include/pa_request.h,
22712: main/compile.C, main/compile_tools.h, main/core.C,
22713: main/execute.C, main/main.dsp, main/pa_request.C,
22714: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22715: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22716: types/pa_vobject.h, types/pa_vstateless_class.C,
22717: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22718: types/pa_wcontext.h: $ENV: re 0, stateless classes
22719:
22720: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22721: classes/_root.h, classes/_string.h, classes/_table.h,
22722: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22723: classes/string.C, classes/table.C, include/pa_request.h,
22724: main/compile.C, main/compile_tools.h, main/core.C,
22725: main/execute.C, main/main.dsp, main/pa_request.C,
22726: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22727: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22728: types/pa_vobject.h, types/pa_vstateless_class.C,
22729: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22730: types/pa_wcontext.h: $ENV: re 0, stateless classes
22731:
22732: * src/: include/pa_request.h, main/compile.C, main/execute.C,
22733: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
22734: yesterdays bad decision on execute_static_method
22735:
22736: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
22737:
22738: * src/: classes/double.C, classes/int.C, classes/root.C,
22739: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
22740:
22741: * src/main/pa_request.C: z
22742:
22743: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22744: include/pa_pool.h: skipped_restructure_exceptions_dead_end
22745:
22746: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22747: include/pa_pool.h, main/pa_request.C:
22748: restructure_exceptions_dead_end
22749:
22750: * src/: classes/root.C, main/compile.y: ^if required junctions.
22751: allowed ; inside {} to break params
22752:
22753: * src/classes/root.C: ^eval
22754:
22755: * src/: classes/_string.h, classes/double.C, classes/int.C,
22756: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
22757: string ^format
22758:
22759: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
22760: 'bad' but not 'enough'
22761:
22762: * src/: classes/double.C, classes/root.C, classes/table.C,
22763: include/pa_common.h, include/pa_types.h, main/compile.y,
22764: main/pa_common.C, main/pa_request.C, main/untaint.C,
22765: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
22766: types/pa_wwrapper.h: think constructing flag as is is bad
22767:
22768: * src/: classes/double.C, classes/int.C, classes/root.C,
22769: classes/string.C, classes/table.C, main/core.C, main/execute.C,
22770: types/pa_vint.h: ^for
22771:
22772: 2001-03-12 paf
22773:
22774: * src/classes/table.C: table ^empty
22775:
22776: * src/: classes/table.C, include/pa_table.h: table ^menu
22777:
22778: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
22779: ^offset ^line ^count
22780:
22781: * src/classes/root.C: ^round() ^floor() ^ceiling()
22782: ^abs() ^sign()
22783:
22784: * src/classes/: root.C, table.C: ^use
22785:
22786: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22787: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
22788: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22789: ^while. switched off wcontext.constructing after write(value) or
22790: auto-vhash-constructing
22791:
22792: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22793: main/pa_request.C: fail_if_junction_ helper func
22794:
22795: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22796: include/pa_request.h, main/execute.C, main/main.dsp,
22797: main/pa_common.C, main/pa_request.C: ^process error point by
22798: actual method_name, not source. ^load
22799:
22800: * src/types/pa_vtable.h: table: no, better with string in cells...
22801:
22802: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
22803: classes/_table.h, classes/table.C, main/untaint.C: z
22804:
22805: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
22806: include/pa_table.h, main/core.C, main/execute.C,
22807: main/pa_common.C, main/pa_request.C, main/pa_table.C,
22808: types/pa_value.h: table:set 0
22809:
22810: * src/: classes/root.C, include/core.h, include/pa_array.h,
22811: include/pa_request.h, include/pa_table.h, main/core.C,
22812: main/main.dsp, main/pa_request.C, main/pa_table.C,
22813: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
22814: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
22815: types/pa_vstring.h: freeze, ^table:create[] -1
22816:
22817: * src/: classes/root.C, types/pa_value.h: z
22818:
22819: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
22820: get_method in couple places optimizing them
22821:
22822: * src/classes/root.C: z
22823:
22824: * src/: classes/root.C, types/pa_vclass.h: process temp main
22825: zeroing
22826:
22827: * src/: classes/double.C, classes/int.C, classes/root.C,
22828: classes/string.C, include/pa_common.h, include/pa_request.h,
22829: include/pa_string.h, include/pa_types.h, main/compile.C,
22830: main/compile.y, main/compile_tools.h, main/execute.C,
22831: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22832: types/pa_vmframe.h: ^process. actual names to store param and
22833: check_actual_numbered_params for better place diagnostics
22834:
22835: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
22836: method-junctions bug fixed
22837:
22838: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
22839: pa_vstateless_object.h, pa_vstring.h: stateless_object
22840:
22841: 2001-03-11 paf
22842:
22843: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
22844: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
22845: VDouble VInt base now VObject_base - without fields
22846:
22847: * src/: classes/root.C, include/core.h, main/core.C: z
22848:
22849: * src/: classes/double.C, classes/int.C, classes/root.C,
22850: classes/string.C, include/core.h, include/pa_hash.h,
22851: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
22852: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
22853:
22854: * src/: classes/double.C, classes/int.C, classes/root.C,
22855: include/pa_request.h, main/execute.C: intercept_string
22856:
22857: * src/: classes/double.C, classes/int.C, classes/root.C,
22858: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
22859:
22860: * src/: classes/double.C, classes/int.C, include/pa_request.h:
22861: ^inc-s(expr)
22862:
22863: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22864: classes/_root.h, classes/_string.h, classes/double.C,
22865: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22866: include/code.h, include/core.h, include/pa_array.h,
22867: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22868: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22869: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22870: include/pa_types.h, main/compile.C, main/compile.y,
22871: main/compile_tools.C, main/compile_tools.h, main/core.C,
22872: main/execute.C, main/pa_array.C, main/pa_common.C,
22873: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
22874: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22875: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22876: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22877: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22878: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22879: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22880: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
22881:
22882: * src/: main/pa_request.C, types/pa_vhash.h: z
22883:
22884: * src/: include/core.h, include/pa_request.h, main/core.C,
22885: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
22886:
22887: * src/: include/pa_valiased.h, include/pa_value.h,
22888: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22889: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22890: include/pa_vjunction.h, include/pa_vmframe.h,
22891: include/pa_vobject.h, include/pa_vstring.h,
22892: include/pa_vunknown.h, include/pa_wcontext.h,
22893: include/pa_wwrapper.h, main/compile.y, main/core.C,
22894: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
22895: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
22896: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22897: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22898: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22899: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22900: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22901: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
22902: include/
22903:
22904: 2001-03-10 paf
22905:
22906: * src/: include/core.h, include/pa_request.h, main/core.C,
22907: main/pa_request.C: run+auto=run
22908:
22909: * src/: classes/root.C, include/pa_request.h: minor if junction bug
22910:
22911: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22912: classes/_root.h, classes/_string.h, classes/double.C,
22913: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22914: include/code.h, include/core.h, include/pa_array.h,
22915: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22916: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22917: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22918: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
22919: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22920: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22921: include/pa_vjunction.h, include/pa_vmframe.h,
22922: include/pa_vobject.h, include/pa_vstring.h,
22923: include/pa_vunknown.h, include/pa_wcontext.h,
22924: include/pa_wwrapper.h, main/compile.C, main/compile.y,
22925: main/compile_tools.C, main/compile_tools.h, main/core.C,
22926: main/execute.C, main/pa_array.C, main/pa_cframe.C,
22927: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
22928: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22929: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
22930: main/pa_wcontext.C: sources header
22931:
22932: * src/main/pa_request.C: auto..
22933:
22934: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22935: main/pa_request.C: auto tree0
22936:
22937: * src/: include/core.h, include/pa_request.h, main/compile.y,
22938: main/core.C, main/pa_request.C: names to core.C
22939:
22940: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
22941: include/pa_request.h, main/core.C, main/execute.C,
22942: main/pa_common.C, main/pa_request.C: root auto.p loaded
22943:
22944: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
22945: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
22946: main/compile_tools.C, main/compile_tools.h, main/execute.C:
22947: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
22948:
22949: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22950: @auto[] realised. auto.p scan togo
22951:
22952: * src/: include/pa_request.h, main/execute.C: autocalc
22953: code-junctions result now have names
22954:
22955: * src/: classes/double.C, classes/int.C, classes/root.C,
22956: classes/string.C, include/pa_request.h, include/pa_string.h,
22957: include/pa_wcontext.h, main/compile.y, main/execute.C,
22958: main/pa_string.C, main/pa_wcontext.C: tainting 0
22959:
22960: * src/classes/env.C: env:file/line
22961:
22962: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
22963: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
22964: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
22965: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
22966: main/compile_tools.C, main/compile_tools.h, main/core.C,
22967: main/execute.C, main/main.dsp, main/pa_cframe.C,
22968: main/pa_request.C, main/pa_wcontext.C: const fight finished
22969:
22970: * src/include/pa_vclass.h: const fight to go
22971:
22972: * src/: classes/_env.h, classes/env.C, classes/root.C,
22973: include/pa_request.h, include/pa_vclass.h, main/core.C,
22974: main/main.dsp: env0
22975:
22976: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
22977: classes/_string.h, classes/double.C, classes/int.C,
22978: classes/root.C, classes/string.C, include/pa_request.h,
22979: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
22980: include/pa_wcontext.h, main/core.C, main/main.dsp,
22981: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
22982: main/pa_wcontext.C: ^lang prepare0
22983:
22984: 2001-03-09 paf
22985:
22986: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
22987: construct proper naming
22988:
22989: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
22990: classes/double.C, classes/int.C, classes/root.C,
22991: classes/string.C, include/code.h, include/pa_value.h,
22992: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
22993: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22994: main/compile.y, main/compile_tools.C, main/core.C,
22995: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
22996: and ^double[]. fixed expr type
22997:
22998: * src/: classes/root.C, include/pa_request.h, main/execute.C:
22999: ^string.length[]
23000:
23001: 2001-03-08 paf
23002:
23003: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23004:
23005: * src/: include/pa_vclass.h, include/pa_vstring.h,
23006: include/pa_wcontext.h, main/compile.y, main/core.C,
23007: main/execute.C, main/main.dsp: dead end: vstring can't be
23008: derivated from vobject
23009:
23010: * src/: include/pa_vclass.h, include/pa_vhash.h,
23011: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23012:
23013: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23014: remained clone conseqs
23015:
23016: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23017:
23018: * src/main/pa_vclass.C: wow! vclass were out of vcs
23019:
23020: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23021: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23022: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23023: include/pa_vobject.h, include/pa_vstring.h,
23024: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23025: main/execute.C: withoud cloning. didn't need it actually, params
23026: got passed from out unnamed ewpool
23027:
23028: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23029: include/pa_vjunction.h, include/pa_vobject.h,
23030: include/pa_vunknown.h, main/compile.y: cloning dead end
23031:
23032: * src/: include/pa_bool.h, include/pa_double.h,
23033: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23034: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23035: include/pa_vjunction.h, include/pa_vmframe.h,
23036: include/pa_vobject.h, include/pa_vstring.h,
23037: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23038: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23039: to give params proper names
23040:
23041: * src/main/pa_wcontext.C: z
23042:
23043: * src/: include/pa_vmframe.h, main/execute.C: added names to
23044: unknown values in get_element and unfilled params. removed wrong
23045: name change in get_element
23046:
23047: * src/main/execute.C: z
23048:
23049: * src/main/execute.C: fixed problems calling operators in
23050: constructors
23051:
23052: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23053: detected problems calling operators in constructors
23054:
23055: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23056: autocalc def to string
23057:
23058: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23059: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23060:
23061: * src/classes/root.C: added root.c
23062:
23063: * src/: include/pa_request.h, include/pa_value.h,
23064: include/pa_vcframe.h, include/pa_vmframe.h,
23065: include/pa_wcontext.h, main/compile.C, main/compile.y,
23066: main/core.C, main/execute.C, main/pa_cframe.C,
23067: main/pa_wcontext.C: 'if' just compiled
23068:
23069: * src/: include/pa_vbool.h, include/pa_vdouble.h,
23070: include/pa_vjunction.h, include/pa_vmframe.h,
23071: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
23072: main/pa_wcontext.C: z
23073:
23074: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
23075: main/core.C, main/execute.C, main/main.dsp: z. detected probs
23076: with parameter names in operator methods
23077:
23078: * src/main/compile.y: minor renamings in .y
23079:
23080: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23081: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
23082: @BASE. changed 'RUN' assignment mech
23083:
23084: * src/main/execute.C: z
23085:
23086: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23087: main/compile_tools.h, main/execute.C: made class: dynamic, not
23088: static. so to enable runtime ^use
23089:
23090: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
23091:
23092: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23093: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
23094:
23095: * src/main/execute.C: root root in code-junction
23096:
23097: 2001-03-07 paf
23098:
23099: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
23100: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
23101:
23102: * src/: include/pa_stack.h, include/pa_value.h,
23103: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
23104: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
23105: fixed rwcontext of {} params up
23106:
23107: * src/main/: compile.y, compile_tools.h: ^func(params)
23108:
23109: * src/main/compile.y: .y priorities syntax shaped up a bit
23110:
23111: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
23112: include/pa_vunknown.h, main/compile.y, main/execute.C,
23113: main/pa_hash.C: expr def in -f
23114:
23115: * src/main/: compile.y, execute.C: expr calls
23116:
23117: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
23118: fixed
23119:
23120: * src/main/compile.y: expr quoted code
23121:
23122: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
23123: support0
23124:
23125: * src/main/compile.y: expr string comparisons 0
23126:
23127: * src/: include/pa_string.h, main/compile.y, main/execute.C,
23128: main/pa_string.C: just compiled lt&co
23129:
23130: * src/main/execute.C: ^var.menu{$field} problem detected. that
23131: $field not a $var.field
23132:
23133: 2001-03-06 paf
23134:
23135: * src/main/compile.y: .y expr visible-shorter
23136:
23137: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
23138: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
23139: logical
23140:
23141: * src/: include/pa_vstring.h, main/compile.y: problems with
23142: skipping whitespace in yylex
23143:
23144: * src/include/pa_vbool.h: forgot this
23145:
23146: * src/: include/code.h, main/compile.y, main/execute.C: without
23147: string ops in expressions 0
23148:
23149: * src/: include/pa_value.h, include/pa_vdouble.h,
23150: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
23151: main/execute.C, main/main.dsp: !~
23152:
23153: * src/: include/pa_vcframe.h, include/pa_vclass.h,
23154: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
23155: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23156: include/pa_vunknown.h, include/pa_wcontext.h,
23157: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23158: main/compile_tools.h, main/execute.C: +-*/
23159:
23160: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
23161: main/compile_tools.h: grammar-1.1 $a(z) $a=0
23162:
23163: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
23164: main/execute.C: expr grammar-1 2*2=4.000000 :)
23165:
23166: * src/main/compile.y: expr grammar-1
23167:
23168: * src/main/compile.y: expr lexx1
23169:
23170: * src/main/: compile.y, execute.C, main.dsp: z
23171:
23172: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
23173: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
23174: main/execute.C: expr lex0 exec-1
23175:
23176: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
23177:
23178: 2001-02-26 paf
23179:
23180: * src/main/compile.y: max_string in yyerror bug fix
23181:
23182: 2001-02-25 paf
23183:
23184: * src/: include/pa_value.h, include/pa_vmframe.h,
23185: include/pa_wcontext.h, main/execute.C: VAliased3
23186:
23187: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
23188:
23189: * src/main/execute.C: VAliased1
23190:
23191: * src/: include/pa_request.h, include/pa_value.h,
23192: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
23193: VAliased0
23194:
23195: * src/: include/pa_pool.h, include/pa_request.h,
23196: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
23197: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
23198: VAliased just compiled
23199:
23200: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
23201: include/pa_vobject.h, main/execute.C: alias dead end
23202:
23203: * src/: include/pa_value.h, include/pa_vclass.h,
23204: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23205: main/main.dsp: no not get fields into interm VFielded class.
23206: fields & staticfields 1
23207:
23208: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
23209: include/pa_vobject.h, include/pa_wcontext.h,
23210: include/pa_wwrapper.h, main/core.C, main/execute.C,
23211: main/main.dsp: would now get fields into interm VFielded class
23212:
23213: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23214: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23215: include/pa_wcontext.h, main/compile.y, main/core.C,
23216: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
23217: main/pa_wcontext.C: virtuals2
23218:
23219: * src/main/compile.y: : 1
23220:
23221: * src/main/compile.y: rethought to $class:static.field.subfield
23222:
23223: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
23224: $class:element
23225:
23226: * src/: include/pa_value.h, include/pa_vmframe.h,
23227: include/pa_wwrapper.h, main/compile.y, main/execute.C,
23228: main/pa_wcontext.C: before execute class calls rewrite
23229:
23230: * src/: include/pa_request.h, main/compile.C, main/core.C: default
23231: name RUN, also alias
23232:
23233: * src/main/compile.y: escaping bug
23234:
23235: * src/: include/pa_request.h, include/pa_value.h,
23236: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
23237: main/core.C, main/execute.C, main/pa_common.C: vobject1
23238:
23239: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23240: include/pa_vmframe.h, include/pa_vobject.h,
23241: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23242: main/compile_tools.h, main/execute.C: ^class:method() just
23243: compiled
23244:
23245: 2001-02-24 paf
23246:
23247: * src/main/main.dsp: no bison -d
23248:
23249: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
23250: class' err msg wrong
23251:
23252: * src/main/compile.y: z
23253:
23254: * src/main/: compile.y, core.C: yylex need some @special lines adj
23255:
23256: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
23257: main/compile.y, main/compile_tools.h, main/core.C: modules0
23258:
23259: * src/: include/pa_vclass.h, main/core.C: z
23260:
23261: * src/: include/pa_value.h, include/pa_vclass.h,
23262: include/pa_vobject.h, main/main.dsp: vobject00
23263:
23264: * src/main/pa_array.C: minor bug in expanding very small arrays.
23265: 60% from 1 were 0
23266:
23267: * src/: include/pa_value.h, include/pa_wcontext.h,
23268: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
23269: as bad as you've named it: wcontext.value() was not a perfect
23270: idea
23271:
23272: * src/main/execute.C: codeframe1
23273:
23274: * src/: include/pa_value.h, include/pa_vcframe.h,
23275: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
23276: include/pa_vjunction.h, include/pa_vmframe.h,
23277: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23278: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
23279: just compiled
23280:
23281: * src/: include/pa_vframe.h, main/compile.y: found junction
23282: ideology @: ^x{$a()) must construct current wcontext element, so
23283: smart wcontext handling needed
23284:
23285: * src/main/compile.y: fixed grammar bugs in constructor/params
23286: klinch
23287:
23288: * src/main/: compile.y, execute.C: fixed empty constructor
23289: optimized empty case. failed on calls - produced empty string
23290: param
23291:
23292: * src/main/compile.y: fixed last \n macrotemplate strip bug
23293:
23294: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
23295: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
23296: main/compile_tools.C, main/compile_tools.h, main/core.C,
23297: main/execute.C: code junctions0. something wrong with last \n
23298: macrotemplate strip
23299:
23300: * src/: include/pa_value.h, main/compile.C, main/core.C,
23301: main/pa_value.C: minor error reporting format beautifyings
23302:
23303: * src/: include/pa_value.h, include/pa_vclass.h,
23304: include/pa_vframe.h, main/core.C, main/execute.C,
23305: main/pa_value.C: get_method RIP. junctions everywhere. call with
23306: junctions0
23307:
23308: 2001-02-23 paf
23309:
23310: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
23311: pa_wwrapper.h: lara came, can't work, sorry :(
23312:
23313: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
23314: junction
23315:
23316: * src/: include/pa_vframe.h, include/pa_vunknown.h,
23317: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
23318: main/execute.C, main/main.dsp, main/pa_value.C: call0
23319:
23320: * src/: include/pa_hash.h, include/pa_value.h,
23321: include/pa_wcontext.h, main/core.C, main/execute.C,
23322: main/main.dsp, main/pa_hash.C: started call. store param, vframe
23323: done
23324:
23325: * src/include/pa_wcontext.h: z
23326:
23327: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
23328: wrong grammar in complex constructor case
23329:
23330: * src/main/: compile.y, execute.C: empty constructor bug fixed
23331:
23332: * src/main/execute.C: with result rwpool
23333:
23334: * src/: include/pa_value.h, main/core.C, main/execute.C,
23335: main/main.dsp: value named
23336:
23337: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
23338: strign 2 value in 2 places in execute
23339:
23340: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
23341: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
23342: wcontext.put_element when wcontext fvalue==0
23343:
23344: 2001-02-22 paf
23345:
23346: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23347: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
23348: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
23349:
23350: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
23351: erroreos checkout
23352:
23353: * src/: include/pa_request.h, main/compile.y: $self.put(val)
23354:
23355: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
23356: main/compile_tools.h, main/pa_array.C: $self.get
23357:
23358: * src/main/: compile.C, compile.y, compile_tools.C: z
23359:
23360: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
23361: bit. finished now.
23362:
23363: * src/main/compile.y: $: finished
23364:
23365: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
23366:
23367: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
23368: main/execute.C: OP_STRING better then some xxx _VALUE
23369:
23370: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
23371: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23372: string to vstring it .y all
23373:
23374: * src/: include/pa_request.h, include/pa_stack.h,
23375: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
23376: all
23377:
23378: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
23379: precise parse error line:col
23380:
23381: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
23382: main/pa_hash.C, main/pa_pool.C: TRY...
23383:
23384: * src/: include/pa_exception.h, include/pa_pool.h,
23385: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
23386: main/compile.C, main/compile.y, main/compile_tools.C,
23387: main/core.C, main/pa_array.C, main/pa_exception.C,
23388: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
23389: main/pa_table.C: removed exception from request
23390:
23391: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
23392: some forgotten
23393:
23394: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23395: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
23396: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
23397: get/put simple vars to VClass works0
23398:
23399: * src/: include/pa_array.h, include/pa_wcontext.h,
23400: main/pa_string.C: in process, but found that exceptions are too
23401: global
23402:
23403: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
23404: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
23405: main/execute.C, main/pa_string.C: write_value write_string 0 it
23406: seems wcontext must write strings regardles of fvalue!=0
23407:
23408: 2001-02-21 paf
23409:
23410: * src/main/execute.C: tired :)
23411:
23412: * src/main/: compile.C, compile.y, execute.C: store0
23413:
23414: * src/: include/compile.h, include/execute.h, include/pa_array.h,
23415: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
23416: include/pa_wcontext.h, main/compile.C, main/compile.y,
23417: main/execute.C, main/main.dsp, main/pa_array.C,
23418: main/pa_request.C: get put -1 [just compiled]
23419:
23420: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
23421: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
23422: main/main.dsp, main/pa_request.C: request core methods0
23423:
23424: * src/: include/compile.h, include/pa_array.h, main/compile.C,
23425: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
23426: execute
23427:
23428: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
23429: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
23430: methods and one_big_piece. now compile returns array<method*>
23431:
23432: * src/main/compile.y: more straightforward yylex[end]
23433:
23434: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
23435: string.operator==(char*)
23436:
23437: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
23438: main/execute.C, main/pa_array.C: after array.const get wonders
23439:
23440: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
23441: pa_string.h, pa_value.h: struck with const array.gets
23442:
23443: * src/main/: execute.C: z
23444:
23445: * src/main/: compile.y, execute.C: z
23446:
23447: * src/main/: compile.C, compile.y, compile_tools.h: error
23448: processing in eval & yyerror so it wouldn't cause memleaks.
23449:
23450: * src/main/: compile.C, compile.y: failed to add absolute precies
23451: parse error positions. leaving RIGHTMOST position as
23452: @file[line:col]
23453:
23454: * src/: include/compile.h, main/compile.C, main/compile.y,
23455: main/compile_tools.h: line numbers needed. would add them to .y
23456: now internally. externally it's not as precise as needed
23457:
23458: * src/: include/code.h, include/pa_types.h, main/compile.C,
23459: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23460: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
23461: compiler works ok
23462:
23463: 2001-02-20 paf
23464:
23465: * src/main/: compile.C, compile.y, compile_tools.C,
23466: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
23467: not perfect
23468:
23469: * src/: include/code.h, include/compile.h, include/execute.h,
23470: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
23471: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23472: main/compile.C, main/compile.y, main/compile_tools.C,
23473: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
23474: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23475: main/pa_string.C, main/pa_table.C: bison[yacc] first time
23476: compiled. execute=dump for now
23477:
23478: * src/main/core.C: core rewrite using yacc investigations now will
23479: be compile[yacc]/execute[opcodes]
23480:
23481: 2001-02-15 paf
23482:
23483: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
23484: rewrite as turing machine? for it seems it would be it's too many
23485: ifs with this syntax now
23486:
23487: 2001-02-14 paf
23488:
23489: * src/main/core.C: get_params 1
23490:
23491: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
23492: :( ]
23493:
23494: * src/main/core.C: varios breaks
23495:
23496: * src/main/core.C: get names 3
23497:
23498: * src/main/core.C: get names 2
23499:
23500: * src/main/core.C: get names 1
23501:
23502: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
23503: names 0
23504:
23505: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
23506: text repassing2 operator static vars
23507:
23508: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
23509: main/pa_string.C: process text repassing
23510:
23511: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23512: module:calls changes
23513:
23514: 2001-02-13 paf
23515:
23516: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23517: ^class:calls[] started
23518:
23519: * src/: include/pa_value.h, main/core.C: z
23520:
23521: * src/main/core.C: operators : and self. prefixes
23522:
23523: * src/main/core.C: z
23524:
23525: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23526: tested
23527:
23528: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23529: optimized
23530:
23531: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
23532: would change privates to better support optimization
23533:
23534: * src/: include/pa_string.h, main/pa_string.C:
23535: String_iterator::skip_to todo:optimize
23536:
23537: 2001-02-12 paf
23538:
23539: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
23540: String_iterator
23541:
23542: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
23543: comments
23544:
23545: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
23546: self/methodref joined
23547:
23548: 2001-02-11 paf
23549:
23550: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
23551: main/main.dsp: core started. core.C, context&value .h
23552:
23553: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23554: include/pa_string.h, main/main.dsp, main/pa_array.C,
23555: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
23556:
23557: 2001-01-30 paf
23558:
23559: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
23560: comments
23561:
23562: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
23563: main/pa_pool.C: moved pa_pool.C to be target specific
23564:
23565: * src/: include/pa_exception.h, include/pa_pool.h,
23566: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
23567: to & changes
23568:
23569: * src/: include/pa_exception.h, include/pa_pool.h,
23570: include/pa_request.h, include/pa_table.h, main/pa_array.C,
23571: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
23572: re-associated. that's much better even removed 'die' necessety
23573:
23574: * src/: include/pa_error.h, include/pa_exception.h,
23575: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23576: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
23577: targets/Makefile.am: lowered targets/parser into subdir, added
23578: parser_Pool(Pool) failed to add. would think..
23579:
23580: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
23581: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
23582: main/pa_string.C, main/pa_table.C: Table more like C++ style
23583: hence lots of 'const'
23584:
23585: * src/: include/pa_error.h, include/pa_request.h,
23586: include/pa_string.h, include/pa_table.h, main/pa_error.C,
23587: main/pa_table.C: Error fixed
23588:
23589: 2001-01-29 paf
23590:
23591: * src/: include/pa_array.h, include/pa_common.h,
23592: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
23593: include/pa_request.h, include/pa_string.h, include/pa_table.h,
23594: main/Makefile.am, main/pa_array.C, main/pa_common.C,
23595: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
23596:
23597: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23598: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23599: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
23600: main/pa_string.C, main/pa_table.C: Request Error Table
23601:
23602: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
23603: templates"
23604:
23605: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
23606: main/main.dsp, main/pa_array.C: templates failed no template
23607: specializations [VC6], no library auto instantation [VC6, GNU c++
23608: 2.95.2-6 from latest cygwin]
23609:
23610: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23611: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23612: main/main.dsp, main/pa_array.C, main/pa_string.C,
23613: main/pa_table.C: Table started would test template Array now
23614:
23615: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23616: String originating
23617:
23618: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
23619: main/pa_hash.C: made local Hash-es not thread safe=quicker by
23620: SYNCHRONIZED(thread_safe)
23621:
23622: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
23623: parts to top
23624:
23625: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
23626: main/pa_threads.C: decided on one global_mutex, like PHP as I can
23627: see: needed only in global Hash now, made Hash:: put/get
23628: SYNCHRONIZED
23629:
23630: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
23631: main/pa_threads.C: added pa_threads
23632:
23633: Mutex
23634:
23635: * src/include/pa_hash.h: some comments
23636:
23637: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
23638: Array& operator += (Array& src)
23639:
23640: * src/main/pa_array.C: expand not convinient, would rewrite
23641:
23642: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
23643: (Array& src)
23644:
23645: rethought, would change now
23646:
23647: 2001-01-27 paf
23648:
23649: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
23650: caching
23651:
23652: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23653: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
23654: cache rethought to chunk caching
23655:
23656: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23657: include/pa_string.h, main/main.dsp, main/pa_array.C,
23658: main/pa_hash.C, main/pa_string.C: Array 0
23659:
23660: * src/main/pa_string.C: String::operator ==
23661:
23662: * src/main/pa_hash.C: String(&String)
23663:
23664: * src/main/pa_hash.C: added pa_hash.C [forgotten]
23665:
23666: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
23667: main/main.dsp, main/pa_string.C: uint, and added pa_types &
23668: pa_hash[forgotten]
23669:
23670: 2001-01-26 paf
23671:
23672: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23673: removed templates [vc++ suxx]
23674:
23675: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
23676: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
23677:
23678: * src/include/: pa_pool.h, pa_string.h: pa_pool split
23679:
1.119 moko 23680: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 23681:
1.119 moko 23682: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 23683: check
23684:
23685: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
23686: dynamic row_count
23687:
23688: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23689: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23690: targets/Makefile.am: Initial revision
23691:
23692: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23693: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23694: targets/Makefile.am: creating parser3 module
23695:
E-mail: