Annotation of parser3/ChangeLog, revision 1.138
1.138 ! moko 1: 2020-07-01 moko
! 2:
! 3: * tests/: 235.html, results/235.processed: test result updated as
! 4: messages before attachments implemented (feature #1176)
! 5:
1.137 moko 6: 2020-06-27 moko
7:
8: * tests/: 400.html, results/400.processed: test updated to check
9: ^return{code}
10:
11: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
12: fixed
13:
14: 2020-06-26 moko
15:
16: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
17: added (related to https://www.parser.ru/forum/?id=85319)
18:
19: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
20: when $result assignment was last statement in the method
21: (https://www.parser.ru/forum/?id=85319)
22:
1.136 moko 23: 2020-05-23 moko
24:
25: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
26: whitespace, unused level removed
27:
28: 2020-05-19 moko
29:
30: * src/types/pa_vmail.C: whitespace
31:
32: * src/types/pa_vmail.C: files should be processed last (related to
33: feature #1176)
34:
1.135 moko 35: 2020-05-12 moko
36:
37: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
38: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
39:
40: * configure.ac: FreeBSD1X.X check added to avoid
41: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
42:
1.134 moko 43: 2020-02-26 moko
44:
45: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
46: compilation issue (related to bug #1201)
47:
48: * src/main/pa_common.C: entry_readable -> entry_exists,
49: undocumented access(fname, R_OK) call removed (fixes bug #1201)
50: -f and -d now works under Windows in UTF-8 with Russian
51: filenames.
52:
53: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
54: advice (related to feature #1199)
55:
56: 2020-02-25 moko
57:
58: * buildall: --silent removed
59:
60: * configure.ac: gmime-3.0 support
61:
62: * buildall: --with-system-mailreceive option added to build with
63: system libgmime
64:
65: * src/types/pa_vmail.C: avoiding
66: https://github.com/jstedfast/gmime/issues/83 "feature" (related
67: to feature #1199)
68:
1.133 moko 69: 2020-02-18 moko
70:
71: * src/classes/op.C: windows x64 debug mode compile fix
72:
73: * src/main/pa_globals.C: no longer required due to -MD -> -MT
74: change (releated to feature #1200)
75:
76: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
77: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
78: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
79: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
80: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
81: targets/apache/ApacheModuleParser3.vcproj,
82: targets/apache/ApacheModuleParser3Core.vcproj,
83: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
84: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
85: dependency (related to feature #1200)
86:
1.132 moko 87: 2020-02-12 moko
88:
89: * src/types/pa_vmail.C: minimize diff
90:
91: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
92: #1199)
93:
1.131 moko 94: 2020-01-18 moko
95:
96: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
97:
1.130 moko 98: 2019-12-28 moko
99:
100: * src/targets/cgi/parser3.C: avoid empty ?
101:
102: 2019-12-27 moko
103:
104: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
105: DOCUMENT_ROOT (related to feature #1164)
106:
107: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
108: fcgiwrap setup (implements feature #1164)
109:
110: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
111: but no issues found (related to feature #1164)
112:
113: * src/targets/cgi/parser3.C: actualized
114:
115: 2019-12-26 moko
116:
117: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
118: removed
119:
120: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
121: removed
122:
123: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
124: allocation errors, we don't want default gc warnings (without
125: timestamp and URI).
126:
127: * src/: classes/memory.C, main/pa_globals.C,
128: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
129: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
130: pa_globals_init
131:
132: * src/main/pa_globals.C: setup_hex_value() removed, static array
133: initialization used (optimization)
134:
135: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
136: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
137: pa_socks_init/pa_socks_done moved inside pa_globals_init
138: (optimization)
139:
1.129 moko 140: 2019-12-09 moko
141:
142: * src/include/pa_config_fixed.h: warning war
143:
1.128 moko 144: 2019-12-08 moko
145:
146: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
147: process grammar under Unix.
148:
149: 2019-12-07 moko
150:
151: * tests/389.html: For Windows XP. :)
152:
153: * tests/388-sql.html: Windows compatibility added
154:
155: 2019-12-06 moko
156:
157: * src/targets/cgi/parser3.C: warning war
158:
159: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
160: == sizeof(CORD)) to avoid aligning bugs in future
161:
162: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
163: XML_STATIC
164:
165: * src/include/pa_request.h: StackItem() not required
166:
167: * src/include/pa_stack.h: warning war
168:
169: * src/include/pa_config_includes.h: GCC warning silenced
170:
171: * src/include/pa_memory.h: warning war: the program should also
172: define 'void operator delete [](void*, std::size_t)'
173: [-Wsized-deallocation]
174:
175: * src/types/: pa_vregex.h, pa_vtable.h: warning war
176:
177: * src/classes/string.C: not reqired cast removed
178:
179: * src/classes/string.C: not reqired cast removed
180:
181: 2019-12-05 moko
182:
183: * src/lib/sdbm/pa_file_io.C: warning war
184:
185: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
186: enum Language : size_t - required for VS2015+ to make
187: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
188: without it (related to feature #1198)
189:
190: 2019-12-04 moko
191:
192: * src/main/pa_base64.C: unsigned char -> uchar
193:
194: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
195: as other libs
196:
197: * src/include/pa_version.h: +amd64
198:
199: 2019-12-03 moko
200:
201: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
202: release
203:
204: * src/include/pa_config_includes.h: warning war
205:
206: * src/classes/image.C: warning war
207:
208: * src/main/pa_globals.C: x64 libs support
209:
210: * src/include/pa_config_includes.h: warning war
211:
212: * src/types/pa_method.h: warning war
213:
1.127 moko 214: 2019-11-28 moko
215:
216: * src/classes/math.C: vs2003 compatibility + warning war
217:
218: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
219: libxml2-2.9.9 (related to feature #1136)
220:
221: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
222: typecast for more compatibility (related to feature #1136)
223:
224: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
225: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
226: feature #1136)
227:
228: 2019-11-26 moko
229:
230: * src/main/: compile_tools.C, compile_tools.h: invalid assert
231: removed (it was failing in $$var case), condition added
232:
1.126 moko 233: 2019-11-25 moko
234:
235: * tests/: 397.html, 399.html, results/141.processed,
236: results/399.processed: base64 options tested
237:
238: * src/: classes/math.C, main/pa_http.C: base64 options used
239:
240: * src/main/pa_base64.C: base64 encode rewritten, base64 options
241: implemented (feature #986)
242:
243: * src/main/pa_cache_managers.C: whitespace
244:
245: * tests/: 397.html, 399.html, results/399.processed: tests for
246: ^base64 encode options added (related to feature #986)
247:
248: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
249: pa_base64_encode(file) removed - more memory, but faster and less
250: code (related fo feature #986)
251:
252: 2019-11-24 moko
253:
254: * tests/: 155.html, results/155.processed: limit and offset in
255: ^table::load[] now supported, thus test added
256:
257: * src/: classes/file.C, classes/table.C, include/pa_common.h,
258: main/pa_common.C: optimization: offset and limit options parsing
259: moved inside file_load.
260:
261: 2019-11-23 moko
262:
263: * src/: classes/file.C, classes/op.C, include/pa_common.h,
264: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
265: optimization: file_read replaced with simplified file_read_binary
266:
267: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
268: types/pa_vform.C: whitespace
269:
270: * src/: include/pa_common.h, main/pa_common.C: never used params
271: removed
272:
273: 2019-11-21 moko
274:
275: * tests/: 193.html, results/193.processed, results/389.processed:
276: test results updated as now base64 does not discard tail without
277: padding (related to feature #986)
278:
279: 2019-11-20 moko
280:
281: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
282: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
283: pa_base64_decode (related to feature #986)
284:
285: * tests/398.html: tests for base64 decode added (related to feature
286: #986)
287:
288: * src/main/pa_base64.C: base64_decode rewritten - padding option
289: support, padding inside base 64 supported (related to feature
290: #096)
291:
292: 2019-11-19 moko
293:
294: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
295: FreeBSD 12
296:
1.125 moko 297: 2019-11-16 moko
298:
299: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
300: support added, step support removed (related to #986)
301:
302: 2019-11-15 moko
303:
304: * src/classes/math.C: using log since log2 is not present on
305: FreeBSD < 8.4 (related to feature #1177)
306:
307: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
308: pa_base64_size extracted and used for files as well (related to
309: feature 986)
310:
311: 2019-11-14 moko
312:
313: * tests/: 397.html, results/397.processed: + content check
314:
315: * tests/: 141.html, results/141.processed: make test resuls more
316: readable
317:
318: * tests/: 397.html, results/193.processed, results/397.processed:
319: test results updated after \x00 character was disabled in
320: math:convert string mode (related to feature #1177)
321:
322: * src/classes/: math.C, string.C: \\x00 character disabled while
323: converting to string (as in base64, related to feature #1177)
324:
325: * src/classes/file.C: more correct arguments separation
326:
327: * src/: classes/file.C, classes/math.C, classes/string.C,
328: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
329: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
330: options added, but not yet implemented (related to feature #986)
331:
332: * src/classes/math.C: whitespace
333:
334: 2019-11-13 moko
335:
336: * tests/: 397.html, results/397.processed: +tainting test (related
337: to feature #1177)
338:
339: * src/classes/math.C: as we now produce not only digits, result
340: should be tainted (related to feature #1177)
341:
342: * src/main/pa_base64.C: whitespace
343:
344: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
345: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
346: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
347: implementation moved from pa_common.h and pa_common.C
348:
349: 2019-11-12 moko
350:
351: * tests/: 275.html, results/275.processed: out of range test fixed,
352: as ^math:convert now supports arbitrary precision
353:
354: 2019-11-11 moko
355:
356: * tests/results/389.processed: uctualized error message
357:
358: * tests/: 389.html, 397.html, results/397.processed: tests for
359: ^math:convert added (related to feature #1177)
360:
361: * src/classes/math.C: ^math:convert now supports arbitrary
362: precision, alphabet support added (implements feature #1177)
363:
1.124 moko 364: 2019-11-06 moko
365:
366: * tests/: 181.html, results/181.processed: entities usage added,
367: more entites load tests (related to bug #842 discussion)
368:
369: 2019-11-05 moko
370:
371: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
372: call from xmlFileOpen if http://localhost/<file> was not found
373: (related to bug #842)
374:
375: * src/main/pa_xml_io.C: rename
376:
377: * src/main/pa_xml_io.C: +MemoryStream constructor
378:
379: * src/main/pa_xml_io.C: whitespace
380:
1.123 moko 381: 2019-10-31 moko
382:
383: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
384: XML_PARSE_NOENT) added to fix entities load, (related to feature
385: #1181)
386:
1.122 moko 387: 2019-10-25 moko
388:
389: * tests/: 388-sql.html, results/388-sql.processed: more multiple
390: queries tests
391:
392: 2019-10-24 moko
393:
394: * tests/: 388-sql.html, results/388-sql.processed: support for
395: pgsql driver test
396:
397: * tests/: 388-sql.html, results/388-sql.processed:
398: multi_statements=1 now tested, mysql test now supported
399: (connection must be specified in [parser3] section in .my.cnf)
400: related to issues #1195 and #1194
401:
1.121 moko 402: 2019-09-11 moko
403:
404: * src/classes/int.C: whitespace
405:
406: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
407: exception test
408:
409: * tests/results/388-sql.processed: sql queries now shown (related
410: to feature #1196)
411:
412: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
413: with old parser versions.
414:
415: * src/: classes/file.C, classes/hash.C, classes/string.C,
416: classes/table.C, classes/void.C, include/pa_sql_connection.h,
417: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
418: instead of connect string in query_event_handlers exceptions
419: (implements feature #1196)
420:
1.120 moko 421: 2019-09-06 moko
422:
423: * tests/388-sql.html: mysql compat
424:
425: * src/: classes/hash.C, classes/string.C, classes/table.C,
426: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
427: sql_ variables declaration moved to pa_common.h
428:
1.116 moko 429: 2019-01-15 moko
430:
431: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
432: logically sorted
433:
434: 2018-12-27 moko
435:
436: * src/include/pa_config_includes.h: warning war:
437: -Wdeprecated-register added for C++ 17
438:
439: 2018-10-15 moko
440:
441: * configure.ac: FreeBSD 11.2 can be build with ./configure
442: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
443: --with-xml=/usr/local/
444:
445: 2018-09-24 moko
446:
447: * tests/: 396.html, 396.tiff, results/396.processed: test for
448: ^image::measure[] now supports tiff added (related to feature
449: #1188)
450:
451: * src/classes/image.C: ^image::measure[] now supports tiff
452: (implements feature #1188)
453:
454: 2018-09-20 moko
455:
456: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
457: files measure added (related to ticket #1188)
458:
459: * src/classes/image.C: measure of bmp files implemented (related to
460: ticket #1188)
461:
462: 2018-09-18 moko
463:
464: * tests/: 394-curl.html, results/394-curl.processed,
465: results/auto.p: test for bug #1187 (max_file_size check for head
466: requests) added
467:
468: 2018-08-24 moko
469:
470: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
471: response content-length check is required (fixes bug #1187)
472:
473: 2018-05-11 moko
474:
475: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
476: $.append(bool) ] option added (related to feature #919)
477:
478: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
479: from misha@ patch (implements feature #919)
480:
481: 2018-03-22 moko
482:
483: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
484: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
485: with 128kb buffer. Now works at least 12 times faster. :) May be
486: Windows-only problem.
487:
488: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
489: build fix)
490:
491: 2018-02-03 moko
492:
493: * src/main/execute.C: removes irrelevant lines from exception stack
494: trace when exceptions occurs in assigment (fixes bug #1165)
495:
496: * tests/: 393.html, results/393.processed: test for behavour after
497: "Property can not be created, already exists field with that
498: name" exception removed (related to feature #1183)
499:
500: * src/types/pa_vclass.C: "Property can not be created, already
501: exists field with that name" exception removed (implements
502: feature #1183)
503:
504: 2018-01-19 moko
505:
506: * src/classes/string.C: whitespace
507:
508: * src/classes/string.C: whitespace
509:
510: * tests/: 392.html, results/392.processed: test for
511: ^regex::create[$regex] added (related to feature #1135)
512:
513: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
514: ^regex::create[$regex] added (implements feature #1135)
515:
516: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
517: commented define added (related to feature #1157)
518:
519: 2018-01-17 moko
520:
521: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
522:
523: 2018-01-15 moko
524:
525: * tests/: 390.html, results/390.processed: real path replaced by
526: stub
527:
528: * tests/: 391.html, results/391.processed: test for feature #1181
529: (XML_PARSE_HUGE exception) added
530:
531: 2018-01-11 moko
532:
533: * bin/auto.p.dist.in: sqlite3 -> libsqlite3
534:
535: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
536: XML_PARSE_HUGE option passed by default (implements feature
537: #1181)
538:
539: * src/classes/string.C: whitespace
540:
541: 2017-12-10 moko
542:
543: * tests/: 389.html, 390.html, results/389.processed,
544: results/390.processed: image code coverage tests added (related
545: to feature #1125)
546:
547: 2017-12-08 moko
548:
549: * tests/: 346-curl.html, 388-sql.html, 389.html,
550: results/346-curl.processed, results/388-sql.processed,
551: results/389.processed: more code coverage tests
552:
553: * tests/: 264.html, results/264.processed: code coverage for
554: ^file::exec[]
555:
556: 2017-12-07 moko
557:
558: * tests/: 174.html, 388-sql.html, 389.html,
559: results/388-sql.processed, results/389.processed,
560: results/174.processed: more coverage tests
561:
562: * src/classes/math.C: exception text actualized
563:
564: 2017-12-06 moko
565:
566: * tests/388-sql.html: $SQL can be here
567:
568: * tests/results/auto.p: $SQL not required here
569:
570: * tests/: 388-sql.html, 389.html, Makefile,
571: results/388-sql.processed, results/389.processed, results/auto.p:
572: code coverage tests for sql (using sqlite) and int/double/bool
573: added (related to feature #1125)
574:
575: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
576: lib/json/json.vcproj, lib/md5/md5.vcproj,
577: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
578: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
579: targets/apache/ApacheModuleParser3Core.vcproj,
580: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
581: types/types.vcproj: gc\include no longer required
582:
583: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
584: required
585:
586: * src/: classes/Makefile.am, classes/table.C,
587: include/pa_config_includes.h, include/pa_string.h,
588: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
589: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
590: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
591: targets/apache/Makefile.am, targets/cgi/Makefile.am,
592: types/Makefile.am: to be sure that our version of gc.h/cord.h is
593: used, we now include it directly
594:
595: 2017-12-04 moko
596:
597: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
598: memcached/memcached.vcproj, punycode/punycode.vcproj,
599: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
600: where required
601:
602: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
603: now can be used to trace memory allocations
604:
605: * src/: classes/table.C, include/pa_config_includes.h,
606: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
607: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
608: method removes, libcord also can work without libgc
609:
610: * src/classes/json.C: pa_gc_malloc_atomic should not be used
611:
612: 2017-11-29 moko
613:
614: * src/classes/curl.C: no exception if some of ^curl:info[] elements
615: are not present (related to feature #1173)
616:
617: * tests/346-curl.html: test updated to test curl content-length bug
618: (related to feature #1173)
619:
620: * tests/results/346-curl.processed: more test for content-length
621: curl bug (related to feature #1173)
622:
623: * tests/results/346-curl.processed: test results updated after
624: #1173 implemented
625:
626: 2017-11-28 moko
627:
628: * src/classes/curl.C: another libcurl Content-length bug walkaround
629: (related to feature #1173)
630:
631: 2017-11-27 moko
632:
633: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
634: $.http_version[version string] added (implements feature #1173),
635: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
636: where $post(true) bug existed.
637:
638: 2017-11-18 moko
639:
640: * src/include/pa_memory.h: warning war (related to feature #1170)
641:
642: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
643: feature #1170)
644:
645: 2017-11-17 moko
646:
647: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
648: std::basic_stringstream used in ^table.csv-string[] is compatible
649: with delete usage check only under Debian 9 (related to feature
650: #1170)
651:
652: 2017-11-16 moko
653:
654: * src/: classes/curl.C, classes/hash.C, classes/json.C,
655: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
656: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
657: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
658: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
659: types/pa_vxdoc.h: regular new/delete no longer used in our code,
660: stubs defend from accidental use (implements feature #1170)
661:
662: 2017-06-24 moko
663:
664: * configure.ac: minor fix: thanks to alx@
665:
1.115 moko 666: 2017-05-29 moko
667:
668: * src/types/pa_vmail.C: mail headers are now correctly truncated -
669: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
670: added to avoid cutting of UTF-8 chars (fixed bug #123)
671:
672: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
673: ignored, =?UTF-8?Q?= should start in case of leading space
674: (related to bug #123)
675:
676: * buildall: echo -n -> printf for OS X. :)
677:
678: 2017-05-25 moko
679:
680: * tests/: 288.html, results/288.processed: test updated afted
681: setting $o.prop without setter exception removed (related to
682: feature #1157)
683:
684: * src/types/pa_vclass.C: no more "this property has no setter
685: method" when setting $o.prop without setter (implements feature
686: #1157)
687:
688: * buildall: echo \c -> echo -n for FreeBSD
689:
690: * configure, configure.ac, src/include/pa_config_auto.h.in,
691: src/types/pa_vdouble.h: isfinite now checked in configure
692:
693: * compile, config.guess, config.sub, depcomp, install-sh, missing:
694: upgraded to automake 1.15
695:
696: 2017-05-23 moko
697:
698: * src/types/pa_vdouble.h: finite returned where isfinite not
699: defined
700:
701: 2017-05-22 moko
702:
703: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
704:
705: * buildall: extern CFLAGS setting support
706:
707: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
708:
709: * buildall: http -> https
710:
711: * buildall: gc-7.2f -> gc-7.6.0
712:
713: 2017-05-20 moko
714:
715: * buildall: https, pcre, xml, xslt updated to current versions
716: (related to feature #1136)
717:
718: 2017-05-19 moko
719:
720: * tests/097.html: after parser.ru moved to https
721:
722: 2017-05-17 moko
723:
724: * tests/results/: 175.processed, 372.processed: tests resuls
725: updated after lintian spelling typos fixed (related to bug #1156)
726:
727: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
728: classes/string.C, classes/table.C, main/pa_charset.C,
729: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
730: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
731: lintian reported by Sergey B Kirpichev (fixes bug #1156)
732:
733: * tests/results/096.processed: +XMP
734:
735: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
736: $.xmp(true) options tested (test for feature #1154)
737:
738: * src/classes/image.C: ^image:measure[] options $.exif(false)
739: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
740: fetched by default! (implements feature #1154)
741:
742: 2017-05-16 moko
743:
744: * tests/: 256.html, results/256.processed: ^json:string[$image] now
745: allowed (related to feature #1154)
746:
747: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
748: initial XMP implementation - without options and transcode
749: (related to feature #1154)
750:
751: 2017-05-12 moko
752:
753: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
754: image: exif moved to ffields, skipped in ^image.html[] where
755: iterators now used (preparation for feature #1154)
756:
757: 2017-05-05 moko
758:
759: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
760: results/387.processed: test for circular class inheritance check
761: added (related to bug #1150)
762:
763: * src/types/pa_vstateless_class.C: circular class inheritance check
764: added (fixes endless add_derived bug #1150)
765:
766: 2017-05-04 moko
767:
768: * tests/: 386.html, results/386.processed: test for
769: $table.value(number) added (related to feature #1152)
770:
771: * src/types/pa_vtable.C: table put_element: column value must be
772: string - > column value must be string compatible to allow
773: $t.value(1) (implements feature #1152)
774:
775: 2017-05-03 moko
776:
777: * src/main/pa_request.C: $use[$method] is not possible, reverting
778: (related to feature #1151)
779:
780: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
781: not possible, removing test (related to feature #1151)
782:
783: * src/: main/pa_request.C, types/pa_vstateless_class.h:
784: get_element_method added and used to allow $use[$method] and
785: $autouse[$method] (implements feature 1151)
786:
787: * tests/: 386.html, 386.p, results/386.processed: test for @use in
788: variable added (related to feature #1151)
789:
790: * tests/results/226.processed: actualized after ^try-catch used
791:
792: * tests/: 226.html, 385.html, results/385.processed: test for
793: @autouse in variable added
794:
795: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
796:
1.114 moko 797: 2017-02-27 moko
798:
799: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
800:
1.113 moko 801: 2017-02-20 moko
802:
803: * operators.txt: actualization + beauty
804:
805: 2017-02-16 moko
806:
807: * tests/: 384.html, results/384.processed: test for
808: ^reflection:mixin[; $.name[] ] option added (related to feature
809: #1089)
810:
811: * tests/: 384.html, results/384.processed: test for
812: ^reflection:mixin[] added (related to feature #1089)
813:
814: * src/types/pa_value.h: warning war: virtual ~Value() added
815:
1.112 moko 816: 2017-02-15 moko
817:
818: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
819: fixed
820:
821: * tests/: 320.html, results/320.processed: $.reverse(true/false)
822: test added (related to feature #1069)
823:
824: * src/: classes/reflection.C, types/pa_vstateless_class.h:
825: compilation without HASH_ORDER fixed
826:
827: * src/: classes/reflection.C, include/pa_hash.h:
828: $.reverse(true/false) added to ^reflection:methods[] (related to
829: feature #1069)
830:
831: 2017-02-14 moko
832:
833: * tests/: 152.html, results/152.processed: test for $._default hash
834: added (related to bug #1131)
835:
836: * tests/: 277.html, results/277.processed: test for hash with only
837: $._default is now defined (related to bug #1131)
838:
839: * src/types/pa_vhash.h: hash with only $._default is now defined
840: (fixed bug #1131)
841:
842: 2017-02-13 moko
843:
844: * tests/cat-windows.sh: cat-windows added (cygwin required)
845:
846: * tests/: 171.html, 264.html, 286.html, 370.html,
847: results/320.processed, results/375.processed, results/auto.p:
848: cat-windows.sh support added
849:
850: * tests/375.html: Windows support
851:
852: * tests/270.html: documented
853:
854: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
855: (not backslashes) even under Windows (broke test 270)
856:
857: 2017-02-12 moko
858:
859: * tests/: descript.ion, todo.txt: cleanup
860:
861: 2017-02-09 moko
862:
863: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
864: run_tests.cmd: Windows compatibility
865:
866: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
867: incorrectly (GMT) if parser is called from cygwin
868:
1.111 moko 869: 2017-02-08 moko
870:
1.112 moko 871: * operators.txt: actualization 15% completed
872:
873: * operators.txt: cp1251 -> utf-8
874:
875: * NEWS, README: minor update
876:
877: * src/include/pa_config_includes.h: warning war continues
878:
879: * src/: include/pa_config_includes.h, include/pa_memory.h,
880: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
881: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
882: gcc 6.x issues fixed
883:
1.111 moko 884: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
885: classes/classes.h, classes/curl.C, classes/date.C,
886: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
887: classes/hashfile.C, classes/image.C, classes/inet.C,
888: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
889: classes/memcached.C, classes/memory.C, classes/op.C,
890: classes/reflection.C, classes/regex.C, classes/response.C,
891: classes/string.C, classes/table.C, classes/void.C,
892: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
893: include/pa_array.h, include/pa_cache_managers.h,
894: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
895: include/pa_config_fixed.h, include/pa_config_includes.h,
896: include/pa_dictionary.h, include/pa_dir.h,
897: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
898: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
899: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
900: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
901: include/pa_request_charsets.h, include/pa_request_info.h,
902: include/pa_sapi.h, include/pa_socks.h,
903: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
904: include/pa_stack.h, include/pa_string.h,
905: include/pa_stylesheet_connection.h,
906: include/pa_stylesheet_manager.h, include/pa_symbols.h,
907: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
908: include/pa_uue.h, include/pa_xml_exception.h,
909: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
910: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
911: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
912: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
913: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
914: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
915: main/compile.tab.C, main/compile.y, main/compile_tools.C,
916: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
917: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
918: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
919: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
920: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
921: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
922: main/pa_string.C, main/pa_stylesheet_connection.C,
923: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
924: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
925: main/untaint.C, sql/pa_sql_driver.h,
926: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
927: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
928: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
929: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
930: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
931: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
932: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
933: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
934: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
935: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
936: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
937: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
938: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
939: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
940: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
941: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
942: types/pa_vmemcached.h, types/pa_vmemory.h,
943: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
944: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
945: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
946: types/pa_vresponse.C, types/pa_vresponse.h,
947: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
948: types/pa_vstateless_object.h, types/pa_vstatus.C,
949: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
950: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
951: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
952: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
953: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
954: 2015->2017
955:
1.110 moko 956: 2017-02-07 moko
957:
958: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
959:
960: 2017-02-06 moko
961:
962: * src/main/pa_common.C: minor fixes, whitespace
963:
964: * src/: classes/curl.C, classes/file.C, classes/image.C,
965: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
966: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
967: now used (implements feature #1081)
968:
969: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
970:
971: 2017-02-01 moko
972:
973: * src/include/pa_request.h: cleanup
974:
975: 2017-01-30 moko
976:
977: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
978:
979: 2017-01-29 moko
980:
981: * tests/: 383.html, results/383.processed: test for
982: ^reflection:stack[] added (related to feature #1052)
983:
984: * src/classes/reflection.C: else added
985:
986: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
987: $.max_file_lock_wait added (implements feature #1128)
988:
989: 2017-01-28 moko
990:
991: * tests/: 379-curl.html, results/379-curl.processed: curl empty
992: body and other cases tests added (related to featue #1014)
993:
994: * src/classes/curl.C: bug if response is empty fixed (related to
995: feature #1014)
996:
997: 2017-01-27 moko
998:
999: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1000: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1001: added (implements feature #1052)
1002:
1003: 2017-01-25 moko
1004:
1005: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1006: method test added
1007:
1008: 2017-01-23 moko
1009:
1010: * src/classes/reflection.C: optimization: options->get replaced by
1011: hash iterator
1012:
1013: * tests/: 381.html, results/381.processed: now -> fixed date
1014:
1015: * src/main/pa_request.C: warning war
1016:
1017: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1018: 5Mb (fixes bug #1058)
1019:
1020: * src/classes/curl.C: warning war
1021:
1022: * tests/: 381.html, results/381.processed: tests for ^json:string
1023: $.one-line(true) option added (related to feature #1124)
1024:
1025: * src/: classes/json.C, types/pa_value.h: $json-string
1026: $.one-line(true|false) options is now supported (implements
1027: feature #1124)
1028:
1029: * tests/: 380.html, results/380.processed: test for modified
1030: $.max_file_size added (related to bug #1014)
1031:
1032: * tests/: 379.html, results/auto.p: tests for rewritten http file
1033: load added (related to bug #1014)
1034:
1035: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1036: main/pa_common.C, main/pa_http.C: check_file_size added and used
1037: in curl / file load from disk and http, http file load rewritten
1038: (related to bug #1014)
1039:
1040: 2017-01-18 moko
1041:
1042: * tests/: 378.html, results/378.processed: tests for ^result[]
1043: added (related to feature #66)
1044:
1045: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1046: Method::CO_WITHOUT_FRAME as frame still added in expression
1047: (related to feature #66)
1048:
1049: 2017-01-17 moko
1050:
1051: * tests/: 377.html, results/377.processed: test for different
1052: combinations of breaks in body and delimiter (related to bug
1053: #1077)
1054:
1055: * tests/: 376.html, results/376.processed: many ^break[] tests
1056: added (related to bug #1077)
1057:
1058: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1059: passed to native method" exception added to avoid bugs due to
1060: WRITE_EXPR_RESULT skipped and native methods execution continues
1061: after ^break[] (related to bug #1077)
1062:
1063: 2017-01-14 moko
1064:
1065: * tests/: 330.html, results/330.processed: test results updated
1066: after ^break[] bugs where fixed (related to bug #1077)
1067:
1068: * tests/: 329.html, results/329.processed: test results updated
1069: after ^break[] bugs where fixed (related to bug #1077)
1070:
1071: * tests/results/320.processed: ^return[] added
1072:
1073: 2017-01-13 moko
1074:
1075: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1076: classes/table.C, include/pa_request.h, main/execute.C,
1077: main/pa_request.C, targets/cgi/parser3.C,
1078: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1079: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1080: checked after each possible process/execute call (fixes bug
1081: #1077)
1082:
1083: 2016-12-29 moko
1084:
1085: * src/main/pa_common.C: warning war
1086:
1087: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1088: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1089: pa_file_size_limit added, ^math:random fixed for upper limit and
1090: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1091: (related to feature #1014)
1092:
1093: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1094: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1095: (related to feature #1014)
1096:
1097: 2016-12-28 moko
1098:
1099: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1100: warning war
1101:
1102: 2016-12-26 moko
1103:
1104: * tests/: 341.html, results/341.processed: test for
1105: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1106:
1107: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1108: (related to feature #1057)
1109:
1110: * src/types/pa_vdate.C: warning war continues...
1111:
1112: * src/: classes/date.C, classes/image.C, classes/table.C,
1113: include/pa_config_includes.h, types/pa_vfile.C: warning war
1114:
1115: * src/lib/gd/gifio.C: warning war / cleanup
1116:
1117: * src/lib/json/pa_json.C: warning war
1118:
1119: * src/classes/hash.C: warning war
1120:
1121: * src/types/pa_vfile.C: warning war
1122:
1123: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
1124: -Wall warning war continues
1125:
1126: * configure.ac: --with-build-warnings actualized
1127:
1128: 2016-12-25 moko
1129:
1130: * src/main/pa_exec.C: -wAll warning war
1131:
1132: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
1133: -wAll warning war
1134:
1135: * src/: include/pa_common.h, include/pa_sapi.h,
1136: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
1137: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
1138: -wAll warning war
1139:
1140: 2016-12-23 moko
1141:
1142: * src/lib/ltdl/Makefile.am: extra dist added
1143:
1144: * tests/results/344.processed: test result updated after $file.text
1145: prefetched in ^hash::create[$file] (related to feature #1075)
1146:
1147: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
1148: ^hash::create[$file] (related to feature #1075)
1149:
1150: 2016-12-22 moko
1151:
1152: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1153: main/pa_request.C, main/pa_stylesheet_connection.C,
1154: types/pa_vfile.C: file_stat now return 64-bit size (implements
1155: #1014 under 32-bit unix versions)
1156:
1157: 2016-12-21 moko
1158:
1159: * tests/: 375.html, results/375.processed: test for exec returning
1160: stated file added (related to feature #1119)
1161:
1162: * src/classes/file.C: load should not return file with null body
1163: (fixes bug #1119)
1164:
1165: 2016-12-14 moko
1166:
1167: * tests/: 374.html, results/374.processed: test for $method.name
1168: added (related to feature #1117) plus method returning junction
1169: test
1170:
1171: 2016-12-13 moko
1172:
1173: * src/: include/pa_symbols.h, main/pa_symbols.C,
1174: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
1175: (implements feature #1117)
1176:
1177: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
1178: HEAD and TRACE can't have body (implements feature #1116)
1179:
1180: 2016-12-09 moko
1181:
1182: * tests/: 373.html, results/373.processed: tests for
1183: ^reflection:tainting added (related to feature #1098)
1184:
1185: * src/classes/reflection.C: ^reflection:tainting arguments order
1186: change (related to feature #1098)
1187:
1188: 2016-12-06 moko
1189:
1190: * src/: classes/reflection.C, include/pa_string.h,
1191: main/pa_string.C: ^reflection:tainting[$string] added (implements
1192: feature #1098)
1193:
1194: 2016-12-05 moko
1195:
1196: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
1197: (fixes bug #1114)
1198:
1199: 2016-12-04 moko
1200:
1201: * tests/: 206.html, results/206.processed: negative zero (0/-1)
1202: check added
1203:
1204: 2016-12-03 moko
1205:
1206: * tests/: 346-curl.html, results/346-curl.processed: test modified
1207: to test value.as_hash() usage
1208:
1209: * src/classes/curl.C: value.as_hash() used for correct hash
1210: processing
1211:
1212: * src/classes/reflection.C: exceptions texts fixes
1213:
1214: 2016-12-02 moko
1215:
1216: * tests/: 372.html, results/372.processed: tests for
1217: ^reflection:create[ $.class[name] $.constructor[name]
1218: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
1219: feature #1094)
1220:
1221: * src/types/pa_vmethod_frame.h: comment added: params should be
1222: declared outside of *_FRAME_ACTION as MethodParams destructor
1223: will be called in ~VNativeMethodFrame
1224:
1225: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
1226: ] minor fix
1227:
1228: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
1229: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
1230: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
1231: now supported (implements feature #1094) value::as_hash added
1232: (and should be used everywhere)
1233:
1234: * src/classes/reflection.C: cleanup
1235:
1236: 2016-12-01 moko
1237:
1238: * tests/: 356.html, results/356.processed: test for method
1239: junctions class name added to the resulting hash added (related
1240: to feature #1068)
1241:
1242: * src/classes/reflection.C: for method junctions class name added
1243: to the resulting hash (related to feature #1068)
1244:
1245: 2016-11-30 moko
1246:
1247: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
1248: exception (related to bug #1113)
1249:
1250: * src/types/pa_vhashfile.C: whitespace
1251:
1252: * src/main/pa_os.C: errno now returned as it should (fixes bug
1253: #1113)
1254:
1255: * tests/results/: 175.processed, 192.processed, 224.processed,
1256: 229.processed, 239.processed, 244.processed, 246.processed,
1257: 314.processed, 352.processed: tests results updated after method
1258: call exceptions improved as method now keeps its name
1259:
1260: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
1261: types/pa_vmethod_frame.h: method call exceptions improved as
1262: method now keeps its name
1263:
1264: * tests/: 224.html, 239.html, results/224.processed,
1265: results/239.processed: tests and tests results updated after
1266: Request::construct exception changed
1267:
1268: * src/: classes/reflection.C, main/execute.C: Request::construct
1269: exception optimized
1270:
1271: * tests/: 371.html, results/371.processed: test for
1272: WWrapper.get_element call in $.name.key[value] code added
1273: (related to feature #1091)
1274:
1275: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
1276: in $.name.key[value] code (related to feature #1091)
1277:
1278: 2016-11-29 moko
1279:
1280: * src/classes/op.C: VS warning war
1281:
1282: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
1283: C4239: nonstandard extension used : 'return' : conversion from
1284: 'Value' to 'Value &' (related to feature #1020)
1285:
1286: * src/: main/execute.C, types/pa_vmethod_frame.h,
1287: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
1288: used : 'return' : conversion from 'Value' to 'Value &' (related
1289: to feature #1020)
1290:
1291: * src/main/execute.C: VS warning war
1292:
1293: * src/targets/cgi/parser3.C: VS compatibility fix
1294:
1295: * src/include/pa_request.h: VS warning war
1296:
1297: * tests/: 370.html, results/370.processed: test for ^file::exec[
1298: ... $.stdin[$binary_file] ] added (related to bug #1044)
1299:
1300: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
1301: include/pa_string.h, main/pa_exec.C: pa_exec now supports
1302: $.stdin[$binary_file] (fixes bug #1044)
1303:
1304: 2016-11-28 moko
1305:
1306: * src/main/pa_exec.C: whitespace
1307:
1308: * src/main/pa_request.C: whitespace
1309:
1310: * tests/: 369.html, results/369.processed: test for
1311: $response:status usage added (related to feature #1099)
1312:
1313: * src/targets/cgi/parser3.C: HTTP response code used as exit status
1314: if < 100 (implements feature #1099)
1315:
1316: * src/targets/cgi/parser3.C: whitespace
1317:
1318: * src/targets/cgi/parser3.C: whitespace
1319:
1320: * tests/: 368.html, results/368.processed: test updated after
1321: ^reflection:filename[$method] added (related to feature #1053)
1322:
1323: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
1324: main/compile.y, main/execute.C, main/pa_request.C,
1325: types/pa_vclass.h: filename -> filespec,
1326: ^reflection:filename[$method] added (related to feature #1053)
1327:
1328: 2016-11-27 moko
1329:
1330: * tests/: 368.html, results/368.processed: test for
1331: reflection:filename[$class or object] added (related to feature
1332: #1053)
1333:
1334: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
1335: types/pa_vstateless_class.h: ^reflection:filename[$class or
1336: object] added (implements feature #1053)
1337:
1338: 2016-11-26 moko
1339:
1340: * src/: include/pa_request_info.h,
1341: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1342: remove_absolute_uri -> strip_absolute_uri
1343:
1344: 2016-11-25 moko
1345:
1346: * src/: include/pa_request_info.h,
1347: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1348: request_info.remove_absolute_uri added to remove possible
1349: http://site.name/ from $request:uri (implements feature #1112)
1350:
1351: 2016-11-24 moko
1352:
1353: * tests/: 367-curl.html, results/367-curl.processed: test for
1354: previous request headers clearing after redirect added (related
1355: to bug #1109)
1356:
1357: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
1358: response headers from previous requests are now cleared, only
1359: last request headers are collected (fixes bug #1109)
1360:
1361: * tests/results/: 266.processed, 321.processed, 356.processed:
1362: tests results updated as method name now added to the resulting
1363: hash for new syntax only (Imp1 compatimility fixed, related to
1364: feature #1068)
1365:
1366: * src/classes/reflection.C: method name now added to the resulting
1367: hash for new syntax only (Imp1 compatimility fixed, related to
1368: feature #1068)
1369:
1370: * tests/results/366.processed: test for native and parser
1371: implementation of ^use[] logic (related to feature #1074)
1372:
1373: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
1374: for native and parser implementation of ^use[] logic (related to
1375: feature #1074)
1376:
1377: 2016-11-23 moko
1378:
1379: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1380: main/pa_request.C: @USE file now implemented as ^use[file;
1381: $.origin[origin_file] ] (implements feature #1074)
1382:
1.109 moko 1383: 2016-11-21 moko
1384:
1.110 moko 1385: * tests/: 365.html, results/365.processed: test for $caller bugs in
1386: 3.4.4 and $caller.method now tested (related to feature #1110)
1387:
1388: * tests/: 364.html, results/364.processed: $caller usage in
1389: different contexts now tested (related to feature #1110)
1390:
1391: * src/types/types.vcproj: +pa_vcaller_wrapper.h
1392:
1393: * src/types/Makefile.am: pa_vcaller_wrapper.h added
1394:
1.109 moko 1395: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
1396: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
1397: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
1398: used (implements feature #1110)
1399:
1400: 2016-11-20 moko
1401:
1402: * src/types/pa_vdouble.h: whitespace
1403:
1404: 2016-11-11 moko
1405:
1406: * tests/: 363.html, results/363.processed: more tests for feature
1407: #1091 (how parser methods work in expression context)
1408:
1409: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
1410: expressions strings are now written as strings, not values by
1411: write_as_string (related to feature #1091)
1412:
1413: * src/classes/op.C: to make more correct behavour in expression
1414: context
1415:
1416: 2016-11-07 moko
1417:
1418: * tests/: 362.html, results/362.processed: test for
1419: xsltParseStylesheetDoc caching as xsl modification after it added
1420: (related to bug #1108)
1421:
1422: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
1423: result now cached as xdoc is modified after it (fixes bug #1108)
1424:
1425: 2016-11-06 moko
1426:
1427: * src/types/pa_vxdoc.h: whitespace
1428:
1429: 2016-11-05 moko
1430:
1431: * src/types/pa_vmethod_frame.h: cleanup
1432:
1433: 2016-11-03 moko
1434:
1435: * tests/results/244.processed: more correct exception after method
1436: frames separation
1437:
1438: * src/types/pa_vmethod_frame.h: minor optimizaion
1439:
1440: * src/types/pa_method.h: optimization: params_count added
1441:
1442: * src/: classes/json.C, classes/op.C, classes/reflection.C,
1443: include/pa_request.h, main/execute.C, main/pa_request.C,
1444: types/pa_value.C, types/pa_vmethod_frame.C,
1445: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
1446: VMethodFrame now divided into VNativeMethodFrame,
1447: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
1448: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
1449: and used (related to feature #1104)
1450:
1451: 2016-11-02 moko
1452:
1453: * src/: classes/bool.C, classes/curl.C, classes/date.C,
1454: classes/double.C, classes/file.C, classes/hash.C,
1455: classes/hashfile.C, classes/image.C, classes/inet.C,
1456: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1457: classes/memcached.C, classes/op.C, classes/reflection.C,
1458: classes/regex.C, classes/string.C, classes/table.C,
1459: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
1460: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
1461: r.write (implements feature #1091)
1462:
1463: * src/main/execute.C: cleanup (related to feature #1104)
1464:
1465: * src/: include/pa_request.h, main/execute.C,
1466: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
1467: added, in_expression removed (implements feature #1104)
1468:
1469: 2016-10-31 moko
1470:
1471: * src/types/pa_value.C: whitespace
1472:
1473: 2016-10-28 moko
1474:
1475: * tests/results/244.processed: updated after error reporting fixed
1476: in pa_wcontext.C
1477:
1478: * src/types/pa_wcontext.C: error reporting fixed
1479:
1480: * src/types/pa_wcontext.h: whitespace
1481:
1482: * src/classes/image.C: not fully readed entries are no longer
1483: processed (fixes bug #1106)
1484:
1485: 2016-10-26 moko
1486:
1487: * src/classes/image.C: whitespace
1488:
1489: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
1490: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
1491: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
1492: longer required (related to feature #1091)
1493:
1494: * tests/results/: 264.processed, 350.processed: test results update
1495: reverted (whitespace optimization) after write_no_lang removed :)
1496: (related to feature #1091)
1497:
1498: * src/: classes/file.C, classes/hash.C, classes/op.C,
1499: classes/string.C, classes/table.C, classes/void.C,
1500: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
1501: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
1502: equal write_pass_lang (related to feature #1091)
1503:
1504: * tests/results/: 264.processed, 350.processed: test results
1505: updated (whitespace optimization) after write_assign_lang removed
1506: (related to feature #1091)
1507:
1508: * tests/: 361.html, results/361.processed: test for non-string
1509: ^untaint added (related to feature #1091)
1510:
1511: * src/: classes/curl.C, classes/date.C, classes/file.C,
1512: classes/hash.C, classes/op.C, classes/string.C,
1513: include/pa_request.h, main/execute.C: optimization:
1514: write_assign_lang removed as not required (first part of feature
1515: #1091 implementation)
1516:
1.108 moko 1517: 2016-10-12 moko
1518:
1519: * tests/: 360.html, results/360.processed: more test code (related
1520: to feature #1104)
1521:
1522: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
1523: include/pa_request.h, main/compile.y, main/execute.C: opcode
1524: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
1525: WContext is next task (implements feature #1104)
1526:
1527: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
1528: / CO_WITHOUT_WCONTEXT
1529:
1530: * tests/: 360.html, results/360.processed: test for in expression
1531: state (related to feature #1104)
1532:
1533: 2016-10-11 moko
1534:
1535: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
1536:
1537: * src/classes/op.C: default value removed from initializer
1538:
1539: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
1540:
1541: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
1542:
1543: 2016-10-10 moko
1544:
1545: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
1546: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
1547: to feature #42)
1548:
1549: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
1550: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
1551:
1552: 2016-10-08 moko
1553:
1554: * src/classes/double.C: whitespace
1555:
1556: 2016-10-07 moko
1557:
1558: * src/types/pa_vmethod_frame.h: reorder
1559:
1560: 2016-10-06 moko
1561:
1562: * src/classes/date.C: typo
1563:
1564: * src/types/pa_vmethod_frame.h: whitespace + cleanup
1565:
1566: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1567: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
1568: types/pa_vmethod_frame.h: params.get now returns Value&, not
1569: Value*
1570:
1571: * src/types/pa_vmethod_frame.C: params.get should return Value&.
1572:
1573: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
1574: removed; first as_* code rewrite
1575:
1576: 2016-10-05 moko
1577:
1578: * src/include/pa_request.h: whitespace
1579:
1580: * tests/: 359.html, results/359.processed: test for VCodeFrame and
1581: intercept_string added (related to feature #1097)
1582:
1583: * src/: classes/image.C, classes/op.C, classes/table.C,
1584: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1585: optimization: intercept_string removed (implements feature #1097)
1586:
1587: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
1588:
1589: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
1590: from VCodeFrame and WWrapper as not required
1591:
1592: 2016-10-04 moko
1593:
1594: * src/: classes/curl.C, classes/date.C, classes/double.C,
1595: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
1596: classes/int.C, classes/json.C, classes/op.C,
1597: classes/reflection.C, classes/string.C, classes/table.C,
1598: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1599: proces_to_value -> process after StringOrValue removed (related
1600: to feature #1020)
1601:
1602: * src/classes/form.C: whitespace
1603:
1604: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
1605:
1606: * tests/: 357.html, 358.html, results/357.processed,
1607: results/358.processed, results/auto.p: test for @conf
1608: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
1609:
1610: 2016-10-03 moko
1611:
1612: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
1613: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
1614: supported (implements feature #42)
1615:
1616: * src/types/pa_vregex.h: no reason for VRegex to be
1617: is_evaluated_expr
1618:
1619: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
1620: (implements feature #1095)
1621:
1622: 2016-10-01 moko
1623:
1624: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
1625: false by default (related to feature #1089)
1626:
1627: 2016-09-30 moko
1628:
1629: * src/types/pa_wcontext.h: cleanup
1630:
1631: 2016-09-29 moko
1632:
1633: * src/main/execute.C: whitespace
1634:
1635: * src/include/pa_request.h: whitespace
1636:
1637: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1638: classes/op.C, classes/table.C, include/pa_request.h,
1639: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
1640: types/pa_vobject.C, types/pa_wcontext.h: optimization:
1641: StringOrValue removed as it just slows down and adds complexity
1642: (implements feature #1020)
1643:
1644: 2016-09-28 moko
1645:
1646: * tests/: 356.html, results/266.processed, results/321.processed,
1647: results/356.processed: tests updated after name was added to
1648: method_info hash, test for ^reflection:method_info[junction]
1649: added (related to feature #1068)
1650:
1651: * src/classes/reflection.C: ^reflection:method_info[junction] now
1652: supported, method name added to the resulting hash (implements
1653: feature #1068)
1654:
1655: * tests/: 276.html, results/276.processed: more tests for
1656: ^reflection:delete[]
1657:
1658: * src/classes/reflection.C: fixed bug then ^reflection:delete
1659: didn't work on class and could damage native objects (like file)
1660:
1661: 2016-09-26 moko
1662:
1663: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
1664: results/345.processed, results/346-curl.processed,
1665: results/347-curl.processed, results/348.processed: numbers added
1666: to simplify diff analysis
1667:
1668: * tests/: 352.html, results/352.processed: test result updated as
1669: method name used
1670:
1671: * src/classes/reflection.C: method name used
1672:
1673: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
1674: its name
1675:
1676: * src/types/pa_method.h: whitespace
1677:
1678: * src/classes/reflection.C: both method and field with one name can
1679: exist.
1680:
1681: * src/classes/reflection.C: ^reflection:mixin added (implements
1682: feature #1089)
1683:
1684: * tests/: 355.html, results/355.processed: property appears in
1685: derived class if added in base test added
1686:
1687: * src/types/pa_vstateless_class.h: get_method declaration +
1688: whitespace
1689:
1690: * tests/: 354.html, results/354.processed: nice test from method
1691: and property with one name in class added
1692:
1693: 2016-09-23 moko
1694:
1695: * src/classes/reflection.C: ^reflection:method usage documented
1696:
1697: 2016-09-22 moko
1698:
1699: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
1700: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
1701: compile warning and GPF occures on VS2003 (related to feature
1702: #1087)
1703:
1704: * tests/: 350.html, results/350.processed: test added for
1705: $.encloser[] support in ^table::create (related to feature #11)
1706:
1707: * src/classes/table.C: another minor fix (related to feature #11)
1708:
1.107 moko 1709: 2016-09-21 moko
1710:
1711: * src/include/pa_config_fixed.h: vs2015 compilation fixes
1712:
1713: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1714: classes/json.C, classes/string.C, classes/table.C,
1715: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1716: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1717: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
1718: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
1719: pa_charsets, vs2015 warning war
1720:
1721: * src/classes/table.C: vs2015 warning war
1722:
1723: * src/types/pa_vdate.C: vs2015 warning war
1724:
1725: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
1726:
1727: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
1728: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
1729:
1730: * src/main/pa_common.C: vs2015 compilation fixes
1731:
1732: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
1733: vs2015 compilation fixes
1734:
1735: * src/main/pa_charset.C: vs2015 warning war
1736:
1737: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
1738:
1739: * src/main/pa_charset.C: vs2015 warning war
1740:
1741: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
1742:
1743: * src/types/pa_vdate.C: vs2015 compilation fix
1744:
1745: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
1746:
1747: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
1748: VS2015 compilation fixes
1749:
1750: * src/classes/table.C: minor fix (related to feature #11)
1751:
1752: * tests/results/282.processed: no longer skipping extra enclosers
1753: (related to feature #11)
1754:
1755: * src/classes/table.C: minor fix + no longer skipping extra
1756: enclosers (related to feature #11)
1757:
1758: * src/classes/table.C: minor optimization (related to feature #11)
1759:
1760: * src/classes/table.C: minor fix and optimization (related to
1761: feature #11)
1762:
1763: 2016-09-20 moko
1764:
1765: * tests/: 353.html, results/353.processed: test for
1766: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
1767: added (related to bug #1090)
1768:
1769: * src/main/compile.y: PC.cclass->is_vars_local() check added for
1770: one_big_piece (fixes bug #1090)
1771:
1772: * tests/: 229.html, results/229.processed: code coverage tests
1773:
1774: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
1775: body) was called
1776:
1777: * src/classes/op.C: whitespace
1778:
1779: * tests/: 323.html, results/323.processed: test for code junction
1780: should not be returned by ^reflection:class, ^reflection:base
1781:
1782: * src/classes/reflection.C: bugfix: code junction should not be
1783: returned by ^reflection:class, ^reflection:base
1784:
1785: * tests/: 323.html, 352.html, results/352.processed: no more
1786: exception for ^reflection:method[class;no-such-method] (related
1787: to feature #1087)
1788:
1789: * src/classes/reflection.C:
1790: ^reflection:method[class;no-such-method] : exception -> void
1791: (related to feature #1087)
1792:
1793: * src/include/pa_request.h: request::write_value added to allow
1794: write value without convertion (related to issue #1091)
1795:
1796: 2016-09-19 moko
1797:
1798: * src/main/pa_random.C: windows build fix
1799:
1800: * src/types/pa_vhash.h: warning war
1801:
1802: 2016-09-14 moko
1803:
1804: * tests/: 352.html, 552.html, results/352.processed,
1805: results/552.processed: test for ^reflection:method[] extension
1806: added (related to feature #1087)
1807:
1808: * tests/: 552.html, results/552.processed: test for
1809: ^reflection:method[] extension added (related to feature #1087)
1810:
1811: * src/classes/reflection.C: compatibility issue fixed, VClass
1812: dynamic_cast check added (related to feature #1087)
1813:
1814: * tests/: 351.html, results/351.processed: test for @auto[]
1815: inheritance bug diring ^process[] added (related to bug #1088)
1816:
1817: * src/: classes/op.C, main/pa_request.C,
1818: types/pa_vstateless_class.C: set_method now checks for @auto[] to
1819: disable it inheritance during ^process (fixes bug #1088)
1820:
1821: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
1822: added (implements feature #1087)
1823:
1824: 2016-09-13 moko
1825:
1826: * tests/: 349.html, results/auto.p: test for objects prototyping
1827: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
1828: to feature #1086)
1829:
1830: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
1831: types/pa_vobject.C: objects now are not class instances, but have
1832: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
1833: in @conf (implements feature #1086)
1834:
1835: 2016-09-08 moko
1836:
1837: * src/: classes/file.C, classes/mail.C, classes/string.C,
1838: classes/table.C, main/pa_http.C, main/pa_string.C,
1839: include/pa_string.h: cleanup: string::split limit argument
1840: removed as no longer required, pos_after no longer reference
1841: (related to feature #11)
1842:
1843: * src/classes/table.C, tests/results/348.processed: now exception
1844: is rised when invalid option is passed to ^table::create[]
1845:
1846: * tests/: 282.cfg, 282.html, results/282.processed: more code
1847: coverage tests
1848:
1849: * tests/: 348.html, results/348.processed: code coverage tests
1850: added
1851:
1852: * tests/: 348.html, results/348.processed: generic ^table::create[]
1853: tests
1854:
1855: * tests/: 035.html, results/035.processed, results/272.processed:
1856: tests updated after $.encloser[] support for ^table::create
1857: implementation (related to feature #11)
1858:
1859: * src/classes/table.C: $.encloser[] support for ^table::create
1860: finally added (implements feature #11)
1861:
1862: 2016-09-07 moko
1863:
1864: * src/include/pa_string.h: added StringSplitHelper as friend
1865: (related to feature #11)
1866:
1867: * src/include/pa_string.h: body and langs now protected, not
1868: private to allow inheritance (related to feature #11)
1869:
1870: * src/classes/table.C: lsplit optimized before cloning for
1871: ^table::create with $.encloser[] (related to feature #11)
1872:
1873: * src/classes/table.C: optimizaion: TableControlChars.separators
1874: added and used (related to feature #11)
1875:
1876: * src/classes/table.C: spelling:
1877:
1878: TableSeparators -> TableControlChars column -> separator
1879: separators -> control_chars
1880:
1881: 2016-09-06 moko
1882:
1883: * src/main/pa_string.C: whitespace
1884:
1885: * src/main/pa_string.C: whitespace
1886:
1887: 2016-09-01 moko
1888:
1889: * tests/: 347-curl.html, results/347-curl.processed: to make tests
1890: results OS-independent
1891:
1892: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
1893: compiler (related to feature #1042)
1894:
1895: 2016-08-15 moko
1896:
1897: * src/include/pa_string.h: whitespace
1898:
1899: * src/classes/table.C: whitespace
1900:
1.106 moko 1901: 2016-08-05 moko
1902:
1903: * tests/: 344.html, results/344.processed: test for
1904: ^hash::create[$file] added (related to feature #1075)
1905:
1906: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
1907: supported (implements feature #1075)
1908:
1909: 2016-08-04 moko
1910:
1911: * tests/: 341.html, results/341.processed: more code coverage tests
1912:
1913: * tests/: 346-curl.html, results/346-curl.processed: more code
1914: coverage tests for curl
1915:
1916: * tests/: 346-curl.html, results/346-curl.processed: more code
1917: coverage tests for curl
1918:
1919: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
1920: results/223.processed: code coverage tests: $.form[ $.table[] ]
1921: test added
1922:
1923: * tests/: 223-curl.html, results/223-curl.processed: more code
1924: coverage tests for curl
1925:
1926: 2016-08-03 moko
1927:
1928: * src/classes/curl.C: dlink(curl_library) now called not once, but
1929: until it will be loaded, allowing to find existing library.
1930:
1931: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
1932: results/347-curl.processed: more code coverage tests for curl
1933:
1934: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
1935: results/339-curl.processed, results/346-curl.processed: curl
1936: functionality tests
1937:
1938: 2016-08-02 moko
1939:
1940: * tests/: 339.html, results/339.processed: test for tables in
1941: ^file:load[] and ^curl:load[] (commented) added (related to
1942: feature #1042)
1943:
1944: * tests/: 345.html, results/345.processed: code coverage tests for
1945: file class
1946:
1947: * tests/: 344.html, results/344.processed: code coverage tests
1948:
1949: * tests/: 344.html, results/344.processed: mdate removed from
1950: output
1951:
1952: * src/classes/file.C: minor bugfix: is_text should be taked from
1953: fcontent.is_text_mode() if not set (related to feature #1061)
1954:
1955: * tests/: 344.html, results/344.processed: more tests
1956:
1957: * tests/: 343.html, 344.html, results/343.processed,
1958: results/344.processed: tests for ^file::create[ $.from-charset
1959: and $.to-charset ] (related to feature #1061)
1960:
1961: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1962: aset_text_mode argument optimized
1963:
1964: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1965: checkBOM now used in detect_binary_content (related to feature
1966: #1061)
1967:
1968: * src/main/pa_request.C: load_charset no longer required to_upper
1969:
1970: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
1971: preserves original file mode (if no $.mode specified)
1972:
1973: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1974: ^file::create now supports $.from-charset[] and $.to-charset
1975: options (implements feature #1061), automatic transcode is done
1976: if text file is created from binary file and charset is detected.
1977:
1978: 2016-07-30 moko
1979:
1980: * src/classes/table.C: ^t.hash[..;] now supported (related to
1981: feature #1057)
1982:
1983: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
1984: added (related to feature #1057)
1985:
1986: * tests/: 286.html, results/286.processed: code tests coverage
1987:
1988: 2016-07-29 moko
1989:
1990: * src/classes/table.C: table size should be checked inside menu and
1991: foreach (related to feature #858)
1992:
1993: * src/: classes/curl.C, classes/file.C, classes/string.C,
1994: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1995: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
1996: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
1997: charsets.get now does str_upper inside (related to feature #1061)
1998:
1999: * tests/: 342.html, results/342.processed: more code coverage tests
2000:
2001: * tests/: 342.html, outputs/342.processed: table menu code coverage
2002: + foreach test added (related to feature #858)
2003:
2004: * tests/: 341.html, results/341.processed: tests for
2005: ^table.hash[]{code} added + code coverage tests (related to
2006: feature #1057)
2007:
2008: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2009: value} support (implements feature #1057)
2010:
2011: * src/classes/table.C: whitespace
2012:
2013: 2016-07-28 moko
2014:
2015: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2016: from URL, if not specified query string removed from url-based
2017: filenames in ^curl:load[] and ^file::load[] (related to feature
2018: #1042)
2019:
2020: 2016-07-27 moko
2021:
2022: * tests/: 340.html, results/340.processed: test for
2023: transcode_text_result=false added (related to issue #1042)
2024:
2025: 2016-07-26 moko
2026:
2027: * src/types/pa_vfile.C: file name should not be empty (if file path
2028: is folder and ends with /) (related to feature #1042)
2029:
2030: * src/main/pa_http.C: whitespace optimizaion
2031:
2032: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2033: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2034: multiple headers, ^file::load supports headers transcoding
2035: (implements feature #1042)
2036:
2037: 2016-07-25 moko
2038:
2039: * src/include/pa_common.h: PA_DEFAULT added
2040:
2041: 2016-07-22 moko
2042:
2043: * tests/: 338.html, results/338.processed: test for
2044: $date.field(value) added (related to feature #1066)
2045:
2046: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2047: $date.field(value) now supported for y/m/d/h/m/s (implements
2048: feature #1066)
2049:
1.105 moko 2050: 2016-07-21 moko
2051:
2052: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2053: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2054: arguments removed; image.C - absolute path shown in exception
2055: (implements feature #1071)
2056:
2057: * tests/: 235.html, results/235.processed: test and test result
2058: updated after static boundary in mail and Errors-To: mail header
2059: removed (related to feature #1047)
2060:
2061: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2062: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2063: used, static boundary in mail removed, Errors-To: mail header
2064: removed (implements feature #1047)
2065:
2066: 2016-07-20 moko
2067:
2068: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2069: equest.classes(): Value -> VStateless_class, part 3 (related to
2070: issue #1051)
2071:
2072: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2073: request.classes(): Value -> VStateless_class, part 2 (related to
2074: issue #1051)
2075:
2076: * tests/results/: 224.processed, 323.processed: classes without
2077: methods should not be methoded (related to issue #1051)
2078:
2079: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2080: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2081: -> VStateless_class, part 1 (related to issue #1051)
2082:
2083: * tests/: 337.html, results/337.processed: test for
2084: ^reflection:fields_reference[] and VHashReference class added
2085: (related to feature #1072)
2086:
2087: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2088: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2089: and VHashReference added, allowing ^reflection:fields_reference[]
2090: implementation (closes feature #1072)
2091:
2092: 2016-07-19 moko
2093:
2094: * tests/: 323.html, results/323.processed: we want to see
2095: "methoded"
2096:
2097: * tests/: 336.html, results/336.processed: test for $BASE:property
2098: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2099: #1059)
2100:
2101: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2102: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2103: somebody_entered_some_class, $BASE:property works again,
2104: ^BASE:method[] bugs fixed (fixes bug #1059)
2105:
2106: 2016-07-14 moko
2107:
2108: * tests/: 335.html, results/335.processed: test for feature #1055
2109: added
2110:
2111: * src/classes/hash.C: bugfix: $._default was not copied if empty
2112: feature: ^hash.contains[_default] added (implements feature
2113: #1055)
2114:
2115: 2016-07-13 moko
2116:
2117: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
2118: should not call @autouse (http://www.parser.ru/forum/?id=83480)
2119:
2120: 2016-07-05 moko
2121:
2122: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
2123: in ^hash.foreach (related to feature #1073)
2124:
2125: 2016-07-04 moko
2126:
2127: * tests/: 134.html, 281.html, results/134.processed,
2128: results/281.processed: tests updated after hash blocking removed
2129: (related to feature #1073)
2130:
2131: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
2132: no longer blocks on change during foreach (implements feature
2133: #1073)
2134:
2135: 2016-06-17 moko
2136:
2137: * tests/: 330.html, results/330.processed: try exception source
2138: test added (related to bug in #1062)
2139:
2140: * tests/: 334.html, results/334.processed: Exception stack trace
2141: test added (related to bug in $1062)
2142:
2143: * src/classes/op.C: Exception trace now correctly restored and
2144: errors reported (related to bug #1062)
2145:
1.104 moko 2146: 2016-05-25 moko
2147:
2148: * src/main/compile.y: minor cleanup + beauty
2149:
2150: 2016-05-24 moko
2151:
2152: * tests/: 333.html, results/333.processed: more exceptions testing
2153:
2154: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
2155: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
2156: features #1056, #1026)
2157:
2158: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
2159: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
2160: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
2161: (implements feature #1056)
2162:
2163: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2164: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
2165: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
2166: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
2167: feature #1026)
2168:
2169: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
2170: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
2171: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
2172: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
2173: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
2174: feature #1026)
2175:
2176: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2177: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
2178: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
2179: SYMBOLS_CACHING define implemented (related to feature #1026)
2180:
2181: * src/main/main.vcproj: + ps_symbols
2182:
2183: * src/: include/Makefile.am, include/pa_string.h,
2184: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
2185: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
2186: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2187: types/pa_vstateless_class.C: initial implementation for symbols
2188: cache (related to feature #1026)
2189:
2190: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
2191:
2192: * src/main/pa_globals.C: minor cleanup
2193:
2194: 2016-05-19 moko
2195:
2196: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
2197: (related to feature #1046)
2198:
2199: * tests/: 331.html, results/331.processed: test for
2200: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
2201: (related to feature #1051)
2202:
2203: * src/main/compile.y:
2204: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
2205: (implements feature #1054)
2206:
2207: 2016-05-18 moko
2208:
2209: * src/types/pa_vtable.C, tests/results/324.processed: no more
2210: "column not found" exception for ^table.no-such-method[] (related
2211: to feature #1046)
2212:
2213: * tests/: 261.html, results/261.processed: test added and updated
2214: after feature #1046 implementation
2215:
2216: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
2217: types/pa_vvoid.h: $string.anything works for whitespace strings,
2218: ^string.contains added for hash compatibility, $string.method no
2219: longer returns stting method (implements feature #1046)
2220:
2221: 2016-05-12 moko
2222:
2223: * src/classes/curl.C: content-type response header no longer
2224: ignored (fixes issue #1045)
2225:
2226: * tests/: 330.html, results/330.processed: test for incomplete
2227: finally execution when break occures added (related to issue
2228: #1077)
2229:
2230: * src/classes/op.C: bugfix: Request::skip reset is called before
2231: executing catch and finally code (fixes issue #1062)
2232:
2233: 2016-05-11 moko
2234:
2235: * tests/: 329.html, results/329.processed: test for invalid
2236: ^break[] behavour added (bug #1077)
2237:
2238: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
2239:
2240: 2016-04-24 moko
2241:
2242: * src/types/pa_vstateless_class.h: warning war
2243:
2244: 2016-04-17 moko
2245:
2246: * tests/: 328.html, results/328.processed: test for
2247: ^break(condition) and ^continue(condition) (related to feature
2248: #1063)
2249:
2250: * src/classes/op.C: ^break(condition) and ^continue(condition)
2251: implemented (feature #1063)
2252:
2253: 2016-04-12 moko
2254:
2255: * tests/results/280.processed: ordered hash now used for class
2256: methods and properties (test results updated for feature #1069)
2257:
2258: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
2259: to xdoc.C as under FreeBSD it was inited after and inheritance
2260: failed (related to issue #1051)
2261:
2262: * tests/: 320.html, results/320.processed: xdoc and xnode methods
2263: are printed to check inheritance (related to feature #1051)
2264:
1.103 moko 2265: 2016-04-09 moko
2266:
2267: * tests/results/320.processed: ordered hash now used for class
2268: methods and properties (test results updated for feature #1069)
2269:
2270: * src/types/pa_vstateless_class.h: ordered hash now used for class
2271: methods and properties (implements feature #1069)
2272:
2273: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
2274: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
2275: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
2276: feature #1051)
2277:
2278: 2016-04-07 moko
2279:
2280: * src/main/execute.C: returned Value in .CLASS case for VJunction
2281: (related to feature #1051)
2282:
2283: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
2284: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
2285: string constants deduplication (related to feature #1051)
2286:
2287: * tests/results/224.processed: test result updated (related to
2288: feature #1051)
2289:
2290: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
2291: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
2292: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
2293: types/pa_vstatus.h: classes hash now contains only
2294: VStateless_class derived objects, .CLASS is also allways
2295: VStateless_class derived object (related to feature #1051).
2296:
2297: 2016-04-06 moko
2298:
2299: * tests/results/323.processed: test result updated after feature
2300: #1051 implementation
2301:
2302: * src/: classes/classes.h, classes/op.C, classes/response.C,
2303: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2304: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
2305: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
2306: types/pa_vresponse.C, types/pa_vresponse.h,
2307: types/pa_vstateless_class.h: base -> methoded_donor for static
2308: classes, type() moved from VStateless_class to VClass and
2309: Methoded (implements feature #1051)
2310:
2311: 2016-04-04 moko
2312:
2313: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
2314: beauty: put_class added (related to feature #1051)
2315:
2316: 2016-04-01 moko
2317:
2318: * tests/results/: 175.processed, 192.processed, 224.processed,
2319: 229.processed, 244.processed, 246.processed, 316.processed: test
2320: results updated as class.type() removed from error messages, only
2321: type() left (related to feature #1051)
2322:
2323: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
2324: classes/op.C, classes/reflection.C, main/compile.y,
2325: main/compile_tools.h, main/execute.C, main/pa_request.C,
2326: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
2327: types/pa_vmethod_frame.h, types/pa_vobject.h,
2328: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
2329: from VStateless_class, type() is used instead (related to feature
2330: #1051)
2331:
2332: * src/classes/mail.C: old logic restored.
2333:
2334: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2335: classes/classes.h, classes/curl.C, classes/date.C,
2336: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2337: classes/hashfile.C, classes/image.C, classes/inet.C,
2338: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2339: classes/memcached.C, classes/memory.C, classes/reflection.C,
2340: classes/regex.C, classes/response.C, classes/string.C,
2341: classes/table.C, classes/xdoc.C, classes/xnode.C,
2342: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
2343: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
2344: feature #1051)
2345:
2346: 2016-03-30 moko
2347:
2348: * tests/: 327.html, results/224.processed, results/327.processed:
2349: test for TZ specification in ^date::create[], TZ is kept during
2350: ^date::create[$dt] (related to feature #1048)
2351:
2352: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
2353: ^date::create[], TZ is kept during ^date::create[$dt] (implements
2354: feature #1048)
2355:
2356: 2016-03-29 moko
2357:
2358: * tests/: 315.html, results/315.processed: test for timezone format
2359: +HHmm added (related to feature #1065)
2360:
2361: * src/classes/date.C: timezone format +HHmm now supported
2362: (implements feature #1065)
2363:
2364: 2016-03-28 moko
2365:
2366: * tests/: 202.html, results/131.processed, results/202.processed,
2367: results/224.processed, results/256.processed,
2368: results/315.processed: test results updated after %.2d now
2369: default for hours offset in iso-string (was %2d), test for
2370: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2371: added (related to feature #1065)
2372:
2373: 2016-03-27 moko
2374:
2375: * src/types/pa_vdate.C: '+' sign for zero offset (related to
2376: feature #1065)
2377:
2378: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2379: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2380: added (implements feature #1065)
2381:
2382: 2016-03-24 moko
2383:
2384: * tests/: 202.html, results/202.processed: test $date.week added
2385: (related to bug #1067)
2386:
2387: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
2388: date (fix for bug #1067)
2389:
2390: 2016-03-10 moko
2391:
2392: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
2393:
1.102 moko 2394: 2015-12-07 moko
2395:
2396: * tests/: 326.html, results/326.processed: test for .CLASS &
2397: .CLASS_NAME optimization added (related to feature #844)
2398:
2399: 2015-11-17 moko
2400:
2401: * tests/: 323.html, results/323.processed: order added
2402:
2403: * tests/: 325.html, results/325.processed: double range test added
2404: (related to bug #1049)
2405:
2406: 2015-11-16 moko
2407:
2408: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
2409: added to disallow NaN and Infinity (fixes bug #1049)
2410:
2411: 2015-11-11 moko
2412:
2413: * tests/324.html: parser 3.4.3 execution support added (related to
2414: feature #1017)
2415:
2416: * tests/: 324.html, results/324.processed: test for
2417: GET_ELEMENT4CALL feature added (feature #1017)
2418:
1.101 moko 2419: 2015-10-29 moko
2420:
2421: * operators.txt: updated for 3.4.4
2422:
2423: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
2424:
2425: * src/main/pa_exec.C: get_exit_status implemented for Windows
2426: (related to bug #1043)
2427:
2428: 2015-10-28 moko
2429:
2430: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
2431: hangup during ^file::exec (fixes bug #1043)
2432:
1.100 moko 2433: 2015-10-27 moko
2434:
2435: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
2436:
1.99 moko 2437: 2015-10-26 moko
2438:
1.100 moko 2439: * tests/322.html, src/classes/reflection.C: arguments reorder
2440: (related to issue #1041)
2441:
2442: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
2443: Copyright year updated
2444:
1.99 moko 2445: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
2446: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
2447: classes/form.C, classes/hash.C, classes/hashfile.C,
2448: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
2449: classes/mail.C, classes/math.C, classes/memcached.C,
2450: classes/memory.C, classes/op.C, classes/reflection.C,
2451: classes/regex.C, classes/response.C, classes/string.C,
2452: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2453: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2454: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2455: include/pa_config_fixed.h, include/pa_config_includes.h,
2456: include/pa_dictionary.h, include/pa_dir.h,
2457: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2458: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2459: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2460: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2461: include/pa_request_charsets.h, include/pa_request_info.h,
2462: include/pa_sapi.h, include/pa_socks.h,
2463: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2464: include/pa_stack.h, include/pa_string.h,
2465: include/pa_stylesheet_connection.h,
2466: include/pa_stylesheet_manager.h, include/pa_table.h,
2467: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2468: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2469: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2470: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
2471: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
2472: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
2473: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
2474: main/compile.y, main/compile_tools.C, main/compile_tools.h,
2475: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
2476: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
2477: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
2478: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
2479: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2480: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2481: main/pa_string.C, main/pa_stylesheet_connection.C,
2482: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2483: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2484: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
2485: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
2486: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
2487: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
2488: targets/isapi/parser3isapi.C, types/pa_junction.h,
2489: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2490: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
2491: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
2492: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
2493: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2494: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2495: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2496: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2497: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2498: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2499: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2500: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
2501: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2502: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2503: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2504: types/pa_vresponse.C, types/pa_vresponse.h,
2505: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2506: types/pa_vstateless_object.h, types/pa_vstatus.C,
2507: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2508: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2509: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2510: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2511: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2512:
2513: * src/targets/cgi/parser3.C: year updated
2514:
2515: * src/classes/reflection.C: VS2003 compatibility fixed (related to
2516: issue #1041)
2517:
2518: * tests/: 323.html, results/323.processed: test for base classes
2519: added
2520:
2521: * tests/: 261.html, results/261.processed: updated after better
2522: error reporting done for $string.key exception
2523:
2524: * src/types/pa_vstring.h: better error report for $string.key
2525: exception
2526:
2527: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
2528: copied as VObject::get_element4call to remove extra virtual call
2529:
2530: * tests/: 322.html, results/322.processed: test for
2531: ^reflection:is[] added (related to feature #1041)
2532:
2533: * src/classes/reflection.C: ^reflection:is empty value is void
2534: (related to feature #1041)
2535:
2536: * src/classes/reflection.C:
2537: ^reflection:is[class_name|code|method;[context;]element_name]
2538: added (implements feature #1041)
2539:
2540: 2015-10-24 moko
2541:
2542: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
2543:
1.98 moko 2544: 2015-10-22 moko
2545:
2546: * tests/: 321.html, results/321.processed: test for
2547: ^reflection:method_info[] file detection added
2548:
2549: * tests/: 320.html, results/320.processed: test for
2550: ^reflection:class_by_name[class_name] added (related to feature
2551: #993)
2552:
2553: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
2554: added (implements feature #993)
2555:
2556: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
2557: (related to feature #1017)
2558:
2559: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
2560: added (related to issue #1039)
2561:
2562: * src/main/pa_request.C: ^throw origin fixed (related to feature
2563: #1039)
2564:
2565: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
2566: for VDate
2567:
2568: * tests/results/182.processed: updated after feature #1038
2569: implemented
2570:
2571: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
2572: compile-time exception origin added (test for feature #1039)
2573:
2574: * src/: include/pa_request.h, main/compile.C, main/compile.y,
2575: main/pa_request.C: exception unification: compile-time exceptions
2576: now have origin, @USE origins also tracked (implements feature
2577: #1039)
2578:
2579: 2015-10-20 moko
2580:
2581: * src/main/pa_request.C: cleanup
2582:
2583: 2015-10-15 moko
2584:
2585: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
2586:
2587: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
2588: types/pa_vtable.C: new feature: no more $table.method and
2589: $hash.method, aliases for _at, _count, _key (related to feature
2590: #1017)
2591:
1.97 moko 2592: 2015-10-14 moko
2593:
1.98 moko 2594: * tests/: 317.html, results/317.processed: test for
2595: ^string.unescape[] added (related to feature #120)
2596:
1.97 moko 2597: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
2598: defined" bug (described in issue #1036)
2599:
2600: * tests/: 247.html, results/247.processed: test for checkBOM added
2601: (test for bug #1037)
2602:
2603: * src/: include/pa_charsets.h, main/pa_charsets.C,
2604: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
2605: it's not enforced, skips BOM signature if it complies charset
2606: (fixes bug #1037)
2607:
2608: 2015-10-13 moko
2609:
2610: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
2611: linking
2612:
2613: * src/classes/inet.C: vs2003 compilation fix
2614:
2615: * src/classes/math.C: warning war
2616:
2617: * src/lib/punycode/pa_punycode.c: warning war
2618:
2619: 2015-10-12 moko
2620:
2621: * src/lib/punycode/pa_punycode.c: warning war
2622:
2623: * parser3.sln: moved parser3 first, to make it default startup
2624: project
2625:
2626: * buildall: parser "mirror" now used for external libs sources
2627: (implements feature #1036)
2628:
2629: * buildall: most external libs are updated to their current
2630: versions (related to feature #1036)
2631:
2632: * src/classes/image.C: more tags added
2633:
2634: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
2635:
2636: 2015-10-11 moko
2637:
2638: * src/classes/curl.C: minor optimization (related to feature #1035)
2639:
2640: 2015-10-09 moko
2641:
2642: * src/classes/curl.C: pa_strdup added for strings from curl
2643: (related to feature #1035)
2644:
2645: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
2646: ULLONG_MAX definition
2647:
2648: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
2649: (implements feature #1035)
2650:
2651: * src/main/pa_charset.C: String::Body(String::C) used
2652:
2653: * src/main/pa_charset.C: exceptions unified
2654:
2655: * src/: include/pa_charset.h, main/pa_charset.C: declarations
2656: unified
2657:
2658: * src/: classes/file.C, classes/image.C, classes/mail.C,
2659: classes/op.C, classes/xdoc.C, classes/xnode.C,
2660: include/pa_string.h, main/pa_request.C, main/pa_string.C,
2661: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
2662: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
2663: String::Body(String::C) constructor added (related to bug #957)
2664:
2665: * src/classes/file.C: minor optimization
2666:
2667: * src/include/pa_hash.h: hash.get(char*) added, to minimize
2668: Cord(char*) autocreation (related to bug #957)
2669:
2670: * src/: classes/string.C, main/untaint.C: minor optimizations
2671:
2672: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
2673: String(char*, Lang, length) removed, String(C(), Lang) used
2674: instead (related to bug #957)
2675:
2676: 2015-10-08 moko
2677:
2678: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
2679: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
2680: main/untaint.C: Now char * is converted to CORD only using
2681: AS_CORD() to check for empty cord bug (fixes bug #957)
2682:
2683: * src/include/pa_hash.h: fixed compilation without
2684: HASH_CODE_CACHING
2685:
2686: * src/classes/string.C:
2687: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
2688: feature #120)
2689:
2690: * src/main/pa_common.C: reduce js flags checks count (related to
2691: feature #120)
2692:
1.96 moko 2693: 2015-10-07 moko
2694:
2695: * tests/: 275.html, results/275.processed: test modified after
2696: unsigned long long int support implemented (feature #1034)
2697:
2698: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
2699: pa_atoul added for unsigned long long int support
2700:
2701: 2015-10-06 moko
2702:
2703: * src/types/pa_vdate.C: INT_MAX used
2704:
2705: 2015-10-03 moko
2706:
2707: * tests/: 302.html, results/302.processed: test for bug #1023
2708: (\u2028, \u2029 escaping) added
2709:
2710: * src/main/untaint.C: \u2028, \u2029 are now escaped in
2711: json:string[] (fixes bug #1023)
2712:
2713: 2015-09-29 moko
2714:
2715: * tests/305.html: try-catch added for OS without ipv6 support
2716:
2717: * src/lib/json/pa_json.C: more unique prefixes for Solaris
2718: compilation
2719:
2720: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
2721: main/execute.C, types/pa_value.h, types/pa_vhash.h,
2722: types/pa_vtable.C, types/pa_vtable.h: get_element4call
2723: implemented to distinguish ^hash.method from $hash.field
2724: (implements feature #1017)
2725:
2726: * src/lib/punycode/pa_punycode.c: warning war
2727:
2728: * src/include/pa_config_includes.h: warning war
2729:
2730: * src/include/pa_config_includes.h: pragma warning actualized a bit
2731:
2732: * src/include/pa_config_includes.h: warning war
2733:
2734: * src/include/pa_hash.h: clang compilation fix
2735:
2736: 2015-09-27 moko
2737:
2738: * src/main/compile.tab.C: Bison 3 is now default
2739:
2740: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
2741:
2742: 2015-09-25 moko
2743:
2744: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
2745: works with undefined HASH_ORDER (related to feature #196)
2746:
2747: 2015-09-24 moko
2748:
2749: * tests/: 027.html, results/027.processed: test modified to test
2750: ^hash.sort (feature #196)
2751:
2752: * src/: classes/hash.C, include/pa_hash.h:
2753: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
2754: added (implements feature #196)
2755:
2756: * tests/: 316.html, results/316.processed: Added test for bug #1025
2757: (exception handling in non-cached ^cache), plus for "it does not
2758: have logical value" and "$exception.handled value must be either
2759: boolean or string 'cache'" exceptions.
2760:
2761: * src/classes/op.C: ^cache: exceptions now handled in non-cached
2762: code (fixes bug #1025)
2763:
1.95 moko 2764: 2015-09-23 moko
2765:
2766: * src/classes/table.C: warning war
2767:
2768: * src/: classes/math.C, types/pa_vcookie.C: warning war
2769:
2770: * src/classes/file.C: warning war
2771:
2772: * src/: include/pa_table.h, main/pa_table.C: warning war
2773:
2774: * src/: main/pa_request.C, classes/date.C: warning war
2775:
2776: * src/: types/pa_vdate.C, classes/op.C: warning war
2777:
2778: * tests/: 122.html, results/122.processed: win sync: to remove
2779: differences with OS that doesn't keep timezone change history
2780:
2781: * src/types/pa_vdate.C: tzset() should be called in Windows after
2782: TZ change (related to feature #36)
2783:
2784: * tests/: 075.html, results/075.processed: win sync: to remove
2785: differences with OS that doesn't keep timezone change history
2786:
2787: * tests/: 315.html, results/315.processed: win sync: to remove
2788: differences with OS that doesn't keep timezone change history
2789:
2790: * tests/: 256.html, results/256.processed: win sync: to remove
2791: differences with OS that doesn't keep timezone change history
2792:
2793: * tests/: 124.html, results/124.processed: win results sync: to
2794: avoid hitting time change hole.
2795:
2796: * src/types/pa_vdate.C: static returned. :)
2797:
2798: 2015-09-22 moko
2799:
2800: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
2801:
2802: * tests/results/131.processed: more tests for feature #1032
2803:
2804: * src/classes/date.C: minor fix related to feature #1032
2805:
2806: * operators.txt: ISO date creation documented (related to feature
2807: #1032)
2808:
2809: * operators.txt: iso-string documented (related to feature #1032)
2810:
2811: * tests/: 315.html, results/315.processed: more tests added
2812: (related to feature #1032)
2813:
2814: * tests/: 131.html, results/131.processed: date range checks
2815: updated (related to feature #36)
2816:
2817: * tests/: 315.html, results/057.processed, results/315.processed:
2818: test added for ISO date support (related to issue #315)
2819:
2820: * src/classes/date.C: more readable exceptions in date creation
2821: (related to ticket #1032)
2822:
2823: 2015-09-18 moko
2824:
2825: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
2826: added (related to issue #1032)
2827:
2828: * tests/results/256.processed, src/classes/json.C: iso-string
2829: documented (related to issue #1032)
2830:
2831: * tests/: 256.html, results/256.processed: ISO date check added
2832: (related to issue #1032)
2833:
2834: * tests/: 057.html, results/057.processed, results/224.processed:
2835: tests results updated after ISO date support implemented (related
2836: to feature #1032)
2837:
2838: * src/: classes/date.C, classes/image.C, types/pa_value.h,
2839: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
2840: ^date::create[string] constructor formalized, ^date.iso-string[]
2841: added (implements feature #1032)
2842:
2843: 2015-09-05 moko
2844:
2845: * operators.txt: actualized
2846:
2847: * operators.txt: date changes documented (related to ticket #36)
2848:
2849: 2015-09-04 moko
2850:
2851: * src/types/pa_vdate.C: warning war
2852:
2853: * src/: classes/op.C, types/pa_vhashfile.C: warning war
2854:
2855: 2015-09-03 moko
2856:
2857: * tests/results/096.processed: test result updated for 0..9999 year
2858: date range support (related to feature #36)
2859:
2860: * tests/: 314.html, results/314.processed: test for
2861: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
2862: bug #1031)
2863:
2864: * src/classes/string.C: Static calls fixed for ^string:base64[],
2865: ^string:idna[], ^string:js-escape[] (closes bug #1031)
2866:
1.116 moko 2867: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
2868: configure.in -> configure.ac
1.95 moko 2869:
1.116 moko 2870: * configure, configure.in, src/include/pa_config_auto.h.in: more
2871: correct timezone check for FreeBSD Warning war: configure.in ->
2872: configure.ac
1.95 moko 2873:
2874: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 2875: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
2876: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
2877: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
2878: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
2879: src/main/Makefile.am, src/targets/apache/Makefile.am,
2880: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 2881: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
2882: check added
2883:
2884: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
2885:
2886: * tests/results/: 124.processed, 224.processed: test resuls updated
2887: for new date implementation (related to feature #36)
2888:
2889: * src/: classes/date.C, classes/image.C, include/pa_common.h,
2890: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
2891: types/pa_vdate.h: new double date implementation with internal
2892: support for extended 0..9999 year range, default timezone support
2893: (related to feature #36)
2894:
2895: 2015-08-28 moko
2896:
2897: * src/types/pa_vmail.C: fixed $mail:received.date calculations
2898: (fixes bug #1030)
2899:
2900: 2015-08-21 moko
2901:
2902: * src/classes/inet.C: snprintf size "bug" commented
2903:
2904: * src/main/pa_common.C: snprintf comments updated
2905:
2906: 2015-08-16 moko
2907:
2908: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
2909:
2910: 2015-08-11 moko
2911:
2912: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2913: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
2914: can be null (fixes bug #1029)
2915:
2916: 2015-08-06 moko
2917:
1.116 moko 2918: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
2919: pa_vdate.C added
1.95 moko 2920:
2921: 2015-08-05 moko
2922:
2923: * tests/: 313.html, results/313.processed: test for
2924: ^table.count[columns] and ^table.flip[] with nameless tables
2925: (feature #1003)
2926:
2927: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2928: max_cell added, now ^table.count[columns] and ^table.flip[] works
2929: correctly for nameless tables (implements feature #1003)
2930:
2931: 2015-08-03 moko
2932:
2933: * tests/312.html: test for ^table.append[$hash] and
2934: ^table.insert[$hash] added (related to feature #1028)
2935:
2936: * src/classes/table.C: ^table.append[$hash] and
2937: ^table.insert[$hash] now supported (implements feature #1028)
2938:
2939: * tests/: 312.html, results/312.processed: test row copy in
2940: ^table.hash[; $.type[table] ] added (related to feature #1016)
2941:
2942: * src/classes/table.C: row copy now created in ^table.hash[;
2943: $.type[table] ] (related to feature #1016)
2944:
2945: 2015-07-29 moko
2946:
2947: * tests/: 312.html, results/312.processed: test for ^table.delete[]
2948: added (related to feature #1016)
2949:
2950: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2951: ^table.delete[] added to delete current row (related to feature
2952: 1016)
2953:
2954: 2015-07-28 moko
2955:
2956: * tests/: 312.html, results/312.processed: test for
2957: $table.column[value] and ^table.insert{row} (related to feature
2958: #1016)
2959:
2960: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
2961: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
2962: ^table.insert{row} are now implemented (feature #1016)
2963:
2964: * src/include/pa_array.h: Optimization: bool reverse removed from
2965: append(), insert() added, memmove arguments order in remove()
2966: fixed (related to feature #1016)
2967:
2968: 2015-07-23 moko
2969:
2970: * src/classes/json.C: tainted json and empty json exception added
2971: (implements feature #1015)
2972:
2973: * tests/: 311.html, results/311.processed: empty json and tainted
2974: json exception test added (related to issue #1015)
2975:
2976: 2015-07-22 moko
2977:
2978: * tests/: 311.html, results/311.processed: test for UTF-8
2979: processing added
2980:
2981: * tests/: 311.html, results/311.processed: test for
2982: json_exception_with_source added (related to issue #394)
2983:
2984: * src/classes/json.C: json_exception_with_source added (implements
2985: feature #394)
2986:
2987: 2015-06-29 moko
2988:
2989: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
2990: directories are now correctly determined if _d_type == DT_UNKNOWN
2991: (closes bug #1027)
2992:
2993: 2015-06-10 moko
2994:
2995: * src/types/pa_vxnode.h: extern "C" not requred and causes build
2996: error if libxml has LIBXML_ICU_ENABLED.
2997:
2998: 2015-06-04 moko
2999:
3000: * tests/099.html: ups, reverting
3001:
3002: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3003: results/310.processed: tests for $response:body[ $.file[] ] and
3004: $response:last-modified added
3005:
3006: * src/main/pa_request.C: last-modified check fixed
3007:
3008: 2015-06-03 moko
3009:
3010: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3011: results/205.processed, results/293.processed: $response:headers
3012: logging added (tests for feature #1007)
3013:
3014: * src/: include/pa_common.h, include/pa_request.h,
3015: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3016: $response:headers are now in uppercase (closes feature #1007)
3017:
3018: 2015-06-02 moko
3019:
3020: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3021: build errors reverted for clang compatibility
3022:
3023: 2015-06-01 moko
3024:
3025: * src/include/pa_memory.h: -pedantic build errors fixed
3026:
3027: * src/classes/math.C: -pedantic build error fixed
3028:
3029: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3030:
3031: 2015-05-31 moko
3032:
3033: * src/classes/table.C: USE_STRINGSTREAM optimized
3034:
3035: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3036: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3037: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3038: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3039: types/pa_vxnode.h: warning war (-pedantic flag)
3040:
3041: 2015-05-28 moko
3042:
3043: * tests/: 308.html, results/308.processed: test for
3044: ^table::create[$t;], etc work added (related to bug #975)
3045:
3046: * src/classes/table.C: check_option_param removed,
3047: ^table::create[$t;], etc now works (fixes bug #975)
3048:
3049: 2015-05-27 moko
3050:
3051: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3052: (Debian jessie) fixed (closes issue #1024)
3053:
3054: * tests/Makefile: sort added as in Debian jessie list become
3055: unsorted
3056:
3057: 2015-05-18 moko
3058:
3059: * tests/: 201.html, results/201.processed: test for
3060: ^string.trim[what] feature #1022
3061:
3062: * src/classes/string.C: ^string.trim[what] now supported,
3063: implements feature #1022
3064:
3065: 2015-05-17 moko
3066:
3067: * tests/results/185.processed: test result updated as feature #1021
3068: implemented (left/right accept negative parameter)
3069:
3070: * src/classes/string.C: left/right now accept negative parameter
3071: (implements feature #1021)
3072:
3073: 2015-05-08 moko
3074:
3075: * src/classes/math.C: isalnum -> pa_isalnum
3076:
3077: * src/main/execute.C: optimization in getter-junction processing
3078: (related to issue #997)
3079:
3080: 2015-05-07 moko
3081:
3082: * tests/: 307.html, results/307.processed: test for issue #997
3083: added
3084:
3085: * src/main/execute.C: process_getter result now checked if junction
3086: returned (closes issue #997)
3087:
3088: * tests/: 305.html, results/305.processed: sort added to ignore
3089: different order
3090:
3091: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3092: assignment (closes issue #994)
3093:
3094: * tests/: 306.html, results/306.processed: test for issue #994
3095: added
3096:
3097: * tests/: 303.html, results/303.processed: two more errors tested
3098:
3099: 2015-05-06 moko
3100:
3101: * tests/: 305.html, results/305.processed: test for name2ip &
3102: ip2name added (related to feature #992)
3103:
3104: * tests/: 303.html, 304.html, results/303.processed,
3105: results/304.processed: tests for idna conversion added (related
3106: to issue #849)
3107:
3108: 2015-05-02 moko
3109:
3110: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3111: implemented
3112:
3113: 2015-04-30 moko
3114:
3115: * src/main/pa_http.C: idna_host added, related to issue #849
3116:
3117: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
3118: (related to issue #849)
3119:
3120: 2015-04-24 moko
3121:
3122: * src/types/pa_vjunction.C: warning war
3123:
3124: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
3125: unification
3126:
3127: * src/lib/punycode/pa_idna.c: warning war
3128:
3129: 2015-04-22 moko
3130:
3131: * src/main/main.vcproj: punycode include path added
3132:
3133: * src/lib/punycode/pa_idna.c: windows compile error fixed
3134:
3135: * src/lib/punycode/pa_idna.c: warning war
3136:
3137: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
3138: project file added
3139:
3140: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
3141:
3142: * src/include/pa_memory.h: warning war
3143:
3144: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
3145: ^string:idna[xn--...], ^string.idna[] - idna conversion support
3146: implemented (related to feature #849)
3147:
3148: * configure.in, src/main/Makefile.am,
3149: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
3150: libpunycode added in Unix
3151:
3152: 2015-04-21 moko
3153:
3154: * configure.in: large files support
3155:
3156: 2015-04-15 moko
3157:
3158: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
3159: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
3160: pa_punycode.h: initial version for punycode/idna support library
3161: (ticket #849)
3162:
3163: 2015-04-08 moko
3164:
3165: * src/: classes/curl.C, classes/date.C, classes/file.C,
3166: classes/image.C, classes/mail.C, classes/reflection.C,
3167: classes/string.C, classes/xnode.C, include/pa_request.h,
3168: include/pa_string.h, include/pa_stylesheet_connection.h,
3169: main/compile.y, main/compile_tools.h, main/execute.C,
3170: main/pa_common.C, main/pa_request.C, main/pa_string.C,
3171: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
3172: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
3173: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
3174: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
3175: clang compiler warnings (closes issue #1018)
3176:
3177: * src/include/pa_string.h: String::Body comparation operators with
3178: char * added (related to issue #958)
3179:
3180: 2015-04-07 moko
3181:
3182: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
3183: pa_malloc/pa_free to remove system malloc/free usage (related to
3184: issue #1018)
3185:
3186: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
3187: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
3188: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
3189: main/pa_http.C, main/pa_request.C, main/pa_string.C,
3190: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
3191: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
3192: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
3193: malloc/strdup/free replaced with pa_ version and checks for
3194: accidental use of non-pa_ version added (related to issue #1018)
3195:
3196: 2015-04-03 moko
3197:
3198: * buildall: pcre-8.33 -> pcre-8.36
3199:
3200: * src/: main/compile.y, classes/form.C, classes/mail.C,
3201: classes/op.C, classes/string.C, main/compile.tab.C,
3202: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
3203: main/pa_sql_driver_manager.C, types/pa_vfile.C,
3204: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
3205: ticket #958)
3206:
3207: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
3208: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3209: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3210: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
3211: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
3212: $request:headers, $request:method added (implements feature
3213: #1007)
3214:
3215: 2015-03-17 misha
3216:
3217: * tests/302.html: - test for
3218: ^json:string[...;$._default[method-name]]
3219:
3220: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3221: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
3222: option $._default[method-name] is specified in ^json:string[], a
3223: method with specified name will be called for classes/objects
3224: serialization ( new feature: #982 )
3225:
3226: 2015-03-16 misha
3227:
3228: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
3229: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
3230: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
3231: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
3232: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
3233: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
3234: types/pa_vmemory.h, types/pa_vmethod_frame.C,
3235: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
3236: types/pa_vrequest.h, types/pa_vstateless_class.C,
3237: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3238: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
3239: $var.CLASS_NAME now have special opcodes. This can be switched
3240: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
3241: on pa_opcode.h ( new feature: #844 )
3242:
3243: 2015-03-15 misha
3244:
3245: * tests/075.html: - test for $response:header[]
3246:
3247: * src/types/pa_vresponse.C: - $response:header[] deletes header
3248: that was set earlie ( new feature: #1001 )
3249:
3250: 2015-03-12 misha
3251:
3252: * tests/246.html: - more tests for ^hash._at[]
3253:
3254: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
3255: accepts second param [key|value|hash] ( new feature: #1012 )
3256:
3257: 2015-03-09 moko
3258:
3259: * src/types/pa_vmail.C: exception for everything but
3260: $mail:received, closes issue #1011
3261:
3262: 2015-02-20 moko
3263:
3264: * tests/: 275.html, results/275.processed: hex detection in
3265: pa_atoui fix test (closes issue #1010)
3266:
3267: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
3268: issue #1010)
3269:
3270: 2015-02-17 moko
3271:
3272: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
3273: tainted.
3274:
3275: 2015-02-03 misha
3276:
3277: * tests/301.html: - test for ^json:string($double) causes
3278: exception. bugfix: #1008
3279:
3280: * src/classes/json.C: - ^json:string($double) causes exception.
3281: bugfix: #1008
3282:
3283: * tests/014.html: - updated for work with ^hash.delete[]
3284:
3285: 2015-01-12 misha
3286:
3287: * src/: classes/form.C, include/pa_common.h,
3288: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
3289: types/pa_vform.h: - supports body with PUT method as well ( new
3290: feature: #1006 )
3291:
3292: * src/classes/file.C: - warnings war
3293:
3294: 2015-01-11 misha
3295:
3296: * tests/300.html: - test for ^hash.delete[] is added
3297:
3298: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
3299: feature: #989 ) - tiny optimization in intersects
3300:
3301: 2015-01-06 moko
3302:
3303: * src/types/pa_vmail.C: file names transcode added, to and cc added
3304: with transcode, attachments detection fixed
3305:
3306: * src/main/pa_request.C: filling mail received after cgi/auto.p
3307: load to allow charset switch (related to issue #996)
3308:
3309: 2014-12-31 moko
3310:
3311: * src/types/pa_vmail.C: from and subject now transcoded if not
3312: UTF-8 source charset (fixes issue 996)
3313:
3314: * src/main/pa_exception.C: fixed string from stack bug (closes
3315: issue #1000)
3316:
3317: 2014-12-11 misha
3318:
3319: * src/types/pa_vhashfile.C: - check if key is not empty before
3320: access ( bug fix: #1005 )
3321:
3322: 2014-11-13 misha
3323:
3324: * src/main/compile.y: - PC.append does not reset to false while
3325: creating a new class. bugfix: #990
3326:
3327: * tests/299.html: - test for creation class after working with
3328: partial class (create+append)
3329:
3330: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
3331: #995
3332:
3333: * tests/232.html: - test for @get[def] added
3334:
3335: 2014-10-12 moko
3336:
3337: * src/lib/pcre/pcre_internal.vcproj: correct path
3338:
3339: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3340: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
3341: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
3342: targets/apache/ApacheModuleParser3.vcproj,
3343: targets/apache/ApacheModuleParser3Core.vcproj,
3344: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3345: types/types.vcproj: project GUID inserted in *.vcproj for correct
3346: conversion in newer VS versions
3347:
3348: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
3349: pcre_internal.vcproj added
3350:
3351: 2014-08-28 moko
3352:
3353: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
3354: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
3355: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
3356:
3357: 2014-06-30 misha
3358:
3359: * tests/298.html: - tests for ^reflection:def[class;className]
3360: added
3361:
3362: * src/classes/reflection.C: - ^reflection:def[class;className]
3363: added ( new feature: #918 )
3364:
3365: 2014-06-29 misha
3366:
3367: * src/classes/table.C: - ^table::create[unsupported data] -
3368: exception comment changed to "body must be table or code" ( bug
3369: fix: #951 )
3370:
3371: * tests/: 261.html, results/261.processed: - tests for
3372: ^json:string[...;$.void[null|string]] added
3373:
3374: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
3375: option $.void[string|null] added to ^json:string[...] ( new
3376: feature: #952 )
3377:
3378: 2014-06-28 moko
3379:
3380: * src/classes/curl.C: $.charset now processed before other curl
3381: options (closes issue #980)
3382:
3383: 2014-05-23 misha
3384:
3385: * src/classes/json.C: - bug fix: #987
3386:
3387: 2014-05-04 misha
3388:
3389: * tests/: 253.html, 253_json.txt: - test for
3390: ^json:parse[$.int(false)] is added
3391:
3392: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
3393: default true). The option is similar to $.double(bool) but for
3394: integers.
3395:
3396: 2014-05-01 moko
3397:
3398: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
3399: #12 )
3400:
3401: 2014-04-16 moko
3402:
3403: * src/main/pa_http.C: response-charset option should finally work
3404: now (fix for issue #867)
3405:
3406: * src/main/pa_http.C: response-charset option should work now (fix
3407: for issue #867)
3408:
3409: 2014-03-07 moko
3410:
3411: * buildall: libgc moved
3412:
3413: * buildall: libgc moved
3414:
3415: 2013-12-29 moko
3416:
3417: * src/classes/string.C: ^string:js-unescape result now tainted,
3418: closes issue #966
3419:
3420: * tests/: 186.html, results/186.processed: ^string:js-unescape
3421: result now tainted, issue #966
3422:
3423: 2013-12-03 moko
3424:
3425: * src/: classes/memcached.C, types/pa_vmemcached.C,
3426: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
3427: option was added for http://www.parser.ru/forum/?id=79343
3428:
3429: * src/classes/file.C: bugfix for
3430: http://www.parser.ru/forum/?id=79337
3431:
3432: 2013-11-05 moko
3433:
3434: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
3435:
3436: * src/main/pa_globals.C: spelling fixed
3437:
3438: 2013-10-29 moko
3439:
3440: * src/lib/json/json.vcproj: json.c -> pa_json.C
3441:
3442: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
3443: #892
3444:
3445: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
3446: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
3447: exceptions to be thrown thougth json library), related to issue
3448: #892
3449:
3450: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
3451: related to issue #896
3452:
3453: 2013-10-24 moko
3454:
3455: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
3456:
3457: 2013-10-23 moko
3458:
3459: * README: actualization
3460:
3461: 2013-10-22 moko
3462:
3463: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
3464: compatibility patch from Sergey Kirpichev
3465:
3466: * tests/: 297.html, results/297.processed: non-working getter fix
3467: test for issue #948
3468:
3469: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
3470: called when saving value of $match variable in ^string.match[] to
3471: increase compatibility (related to issue #948).
3472:
3473: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
3474: usage optimization
3475:
3476: 2013-10-21 moko
3477:
3478: * tests/: 182.html, results/182.processed: local path removed for
3479: compatibility
3480:
3481: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
3482: results/244.processed, results/253.processed,
3483: results/254.processed, results/275.processed,
3484: results/281.processed: try_catch -> try-catch
3485:
3486: * tests/: 288.html, 294.html, 296.html, results/288.processed,
3487: results/294.processed, results/296.processed: try_catch ->
3488: try-catch
3489:
3490: 2013-10-20 moko
3491:
3492: * tests/: 296.html, results/296.processed: test for xsl exception
3493: for issue #938 added.
3494:
3495: * src/: include/pa_xml_exception.h,
3496: main/pa_stylesheet_connection.C: forgotten to be replaced
3497: XmlException is now replaced (once again closes issue #938)
3498:
3499: 2013-10-19 misha
3500:
3501: * bin/auto.p.dist.in: - more mime-types are added
3502:
3503: 2013-10-18 moko
3504:
3505: * buildall: disable clock_gettime detection to avoid librt linking
3506: (which in turn depends on libpthread), related to issue #943
3507:
3508: 2013-10-18 misha
3509:
3510: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
3511: lib/smtp/smtp.vcproj, main/main.vcproj,
3512: targets/apache/ApacheModuleParser3Core.vcproj,
3513: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3514: types/types.vcproj: - new locations for libxml2 includes where
3515: added to vcproj files
3516:
3517: 2013-10-18 moko
3518:
3519: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
3520: fix
3521:
3522: * tests/: 295.html, results/295.processed: test for issue #948
3523: updated
3524:
3525: * src/classes/table.C: hopefully last lost part for issue #948 fix.
3526: :)
3527:
3528: * tests/: 295.html, results/295.processed: test for issue #948
3529: added
3530:
3531: * src/: classes/hash.C, classes/string.C, classes/table.C,
3532: include/pa_request.h, types/pa_method.h: for getters and setters
3533: to be executed request.put_element should be called, not
3534: context.put_element (fixes issue #948)
3535:
3536: 2013-10-17 moko
3537:
3538: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
3539: LIBXML2_NEW_BUFFER check (closes issue #943)
3540:
3541: * buildall: libxml 2.9.1 build is broken --without-reader.
3542:
3543: 2013-10-16 moko
3544:
3545: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
3546:
3547: * tests/: 294.html, results/294.processed: test for issue #938
3548:
3549: * src/: classes/xdoc.C, classes/xnode.C,
3550: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
3551: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
3552:
3553: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
3554: libxslt-1.1.26 -> libxslt-1.1.28
3555:
3556: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
3557: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
3558: to '?', related to issue #938
3559:
3560: 2013-10-15 moko
3561:
3562: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
3563: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
3564: minor optimizations (closes issue #896)
3565:
3566: * tests/results/: 292.processed, 293.processed: results updated to
3567: comply with issue #896
3568:
3569: * tests/: 292.html, 293.html, results/292.processed,
3570: results/293.processed: tests for json escaping
3571:
3572: 2013-10-14 moko
3573:
3574: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
3575: and cleanup, code moved from .h to .C, no changes in code
3576:
3577: 2013-10-12 moko
3578:
3579: * tests/results/119.processed: updated test result commited
3580:
3581: * tests/: 291.html, results/291.processed: test for issue #894
3582: added
3583:
3584: * src/types/pa_wcontext.h: base methods call support function
3585: get_somebody_entered_some_class should not be true forever, as
3586: wcontext can have many get_elements calls (fixes issue #894)
3587:
3588: 2013-10-11 moko
3589:
3590: * tests/: 290.html, results/290.processed: test for junction GPF
3591: issue #942 added
3592:
3593: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
3594: to native method fixed (closes issue #942)
3595:
3596: * tests/: 158.html, results/158.processed: test for csv-string[]
3597: added
3598:
3599: * src/classes/table.C: minor fixes for table.csv-string[] (closes
3600: feature #907)
3601:
3602: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
3603: feature #907)
3604:
3605: 2013-10-09 moko
3606:
3607: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
3608: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
3609: types/pa_vstateless_class.C: GET_default, SET_default now works
3610: properly not only in objects, but in classes as well (closes
3611: issue #903)
3612:
3613: * tests/: 289.html, results/289.processed: GET/SET_default now
3614: works in classes, not only objects, test case added, related to
3615: issue #903
3616:
3617: * tests/: 288.html, results/288.processed: test for endless
3618: recursion bug added (related to issue #903)
3619:
3620: 2013-10-05 moko
3621:
3622: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3623: classes/table.C, main/execute.C, types/pa_method.h,
3624: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
3625: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3626: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
3627: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
3628: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
3629: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
3630: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
3631: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
3632: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
3633: optimization: put_element no longer has "bool areplace" argument,
3634: related to issue #903
3635:
3636: 2013-10-03 moko
3637:
3638: * tests/results/182.processed: result for $.replace(false) test
3639: commited
3640:
3641: * src/classes/date.C: ^date::create(number) processed correctly
3642: (fixes issue #901)
3643:
3644: * src/classes/image.C: as_no_junction removed, as param can be
3645: expression (closes issue #931)
3646:
3647: * tests/233.html: test for issue #931 added
3648:
3649: 2013-10-02 moko
3650:
3651: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
3652: modified, test for $.replace(false) added
3653:
3654: * src/main/compile_tools.h: forgotten class replace returned. :)
3655:
3656: 2013-09-30 moko
3657:
3658: * tests/: 141.html, results/141.processed: md5 tainting test added
3659:
3660: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3661: main/compile_tools.h, main/pa_request.C: allow_class_replace
3662: implemented; $.replace option added to ^process and ^use
3663:
3664: 2013-08-27 moko
3665:
3666: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
3667: cstr_to_string_body_untaint should be called with charsets for
3668: possible uri language and connection for possible sql language.
3669: related to issue #857
3670:
3671: * buildall: and -> or fixed
3672:
3673: 2013-08-26 moko
3674:
3675: * buildall: prepare_ functions logic changed to support
3676: gc-7.2d.tar.gz extracting to gc-7.2 directory
3677:
3678: 2013-08-23 moko
3679:
3680: * src/include/pa_config_fixed.h: gc and xml libs are now linked
3681: statically
3682:
3683: 2013-08-22 moko
3684:
3685: * src/classes/string.C: String::Empty used (related to issue #912)
3686: append_know_length removed (related to old GPF bug)
3687:
3688: 2013-08-21 moko
3689:
3690: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
3691:
3692: * src/classes/math.C: ^math:digest[...;$file] support added
3693: (related to ticket #857
3694:
3695: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
3696: implemented
3697:
3698: * src/types/pa_vhashfile.h: warning war
3699:
3700: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
3701: include/pa_request.h, main/pa_request.C, types/pa_value.h:
3702: anti_endless_json_string_recoursion removed from request;
3703: json_string_recoursion added to json_options; $.indent[indent
3704: value] now supported and passed within recoursion closes feature
3705: #937
3706:
3707: * tests/: 287.html, results/287.processed: test for feature #937
3708:
3709: 2013-07-31 moko
3710:
3711: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
3712: compilation having #define _S
3713:
3714: * src/main/pa_globals.C: cleanup
3715:
3716: 2013-07-30 moko
3717:
3718: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
3719: main/pa_common.C: vs2003 warning war
3720:
3721: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
3722:
3723: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
3724:
3725: * src/lib/md5/pa_sha2.c: warning war
3726:
3727: 2013-07-29 moko
3728:
3729: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
3730: patches from github
3731:
3732: * src/: classes/bool.C, classes/double.C, classes/int.C,
3733: classes/memcached.C, include/pa_config_includes.h,
3734: types/pa_vfile.C, types/pa_vfile.h: warning war
3735:
3736: * src/lib/json/json.vcproj: C++ -> C
3737:
3738: * src/lib/json/: json.c, pa_json.C: C++ warning revert
3739:
3740: * src/lib/json/: json.c, pa_json.C: windows compatibility
3741:
3742: * src/lib/json/: json.c, pa_json.C: windows compatibility
3743:
3744: * src/lib/json/: json.c, pa_json.C: warning war
3745:
3746: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
3747:
3748: * src/include/pa_config_fixed.h: uint16_t added
3749:
3750: * configure.in: uint16_t check added
3751:
3752: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 3753: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
3754: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
3755: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
3756: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 3757:
3758: 2013-07-25 moko
3759:
3760: * parser3.sln: dependencies added
3761:
3762: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
3763: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
3764: module support
3765:
3766: * src/targets/apache/mod_parser3_core.C: win32 cleanup
3767:
3768: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
3769:
3770: 2013-07-23 moko
3771:
3772: * src/: include/pa_memory.h, main/pa_memory.C: non-working
3773: PA_DEBUG_GC_MEMORY removed
3774:
3775: * src/: main/pa_globals.C, targets/cgi/parser3.C:
3776: PA_DEBUG_DISABLE_GC compilation fix
3777:
3778: * src/: classes/op.C, classes/table.C, include/pa_request.h,
3779: main/pa_request.C: outdated RESOURCES_DEBUG removed
3780:
3781: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
3782: garbage cleanup
3783:
3784: * src/main/pa_common.C: warning war
3785:
3786: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
3787:
3788: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
3789: minor cleanup
3790:
3791: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
3792: uses cygwin, not WIN32 implementation
3793:
3794: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
3795: able to exec shell scripts
3796:
3797: * src/classes/math.C: ifdef WIN32 cleanup
3798:
3799: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
3800:
3801: * bin/auto.p.dist.in: libpq.so -> libpq.
3802:
3803: * src/classes/curl.C: LT_MODULE_EXT used
3804:
3805: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
3806:
3807: 2013-07-22 moko
3808:
3809: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
3810: includes fix
3811:
3812: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
3813:
3814: * configure.in, src/include/pa_config_includes.h,
3815: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
3816: src/main/pa_exec.C: includes cleanup
3817:
3818: * src/targets/cgi/parser3.C: 2012->2013
3819:
3820: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
3821:
3822: * configure.in, src/include/pa_config_includes.h,
3823: src/include/pa_http.h, src/lib/json/JSON_parser.h,
3824: src/main/pa_random.C, src/main/pa_socks.C,
3825: src/types/pa_vstatus.C: cygwin support cleanup
3826:
3827: * configure.in: dirent.h check added
3828:
3829: * src/: include/pa_config_includes.h, include/pa_dir.h,
3830: main/pa_dir.C: includes cleanup, dirent.h check added filePath
3831: not copied
3832:
3833: 2013-07-21 moko
3834:
3835: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
3836:
3837: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
3838: parser3.vcproj: unused getopt.h / getopt.c removed
3839:
3840: * operators.txt, src/classes/file.C, tests/022.html,
3841: tests/results/022.processed: ^file:list[path][$.filter[regexp]
3842: $.stat(true)] usage commented
3843:
3844: * configure.in, src/classes/file.C, src/include/pa_dir.h,
3845: src/main/pa_dir.C: ^file:list[] now has dir column and when
3846: $.stat(true) it has size/*date columns modified patch from misha@
3847: that closes issue #914.
3848:
3849: * src/: include/pa_config_includes.h, main/pa_globals.C:
3850: PA_RELEASE_ASSERTS removed
3851:
3852: * src/lib/md5/pa_md5c.c: minor cleanup
3853:
3854: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
3855: localeconv()->decimal_point usage remoed (related to issue #934)
3856:
3857: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
3858: cordprnt.c removed
3859:
3860: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
3861: pa-include/pa_errno.h, pa-include/pa_file_io.h,
3862: pa-include/pa_strings.h: includes cleanup
3863:
3864: * src/lib/md5/pa_md5c.c: headers cleanup
3865:
3866: 2013-07-20 moko
3867:
3868: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
3869: cleanup
3870:
3871: 2013-07-19 moko
3872:
3873: * src/classes/math.C: extern "C" added for crypt
3874:
3875: 2013-07-18 moko
3876:
3877: * src/classes/math.C: fix redhat7.2 build
3878:
3879: 2013-07-17 moko
3880:
3881: * configure.in, src/include/pa_config_includes.h,
3882: src/include/pa_config_fixed.h: headers actualized (inttypes.h
3883: added for uint8/32/64_t)
3884:
3885: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
3886: pa_config_includes.h used for uint32/64_t
3887:
3888: 2013-07-16 moko
3889:
3890: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
3891: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
3892: war
3893:
3894: * src/main/compile.tab.C: compile.y was updated
3895:
3896: * src/main/compile.y: warning war
3897:
3898: * src/: include/pa_exception.h, main/pa_exception.C,
3899: main/pa_xml_exception.C: warning war
3900:
3901: * src/: include/pa_common.h, main/pa_common.C: warning war
3902:
3903: * configure.in: beauty :)
3904:
3905: * tests/: 141.html, results/141.processed: sha256/512 added
3906:
3907: 2013-07-13 moko
3908:
3909: * src/lib/md5/md5.vcproj: sha2 added
3910:
3911: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
3912: classes/math.C: sha2 support (sha256/sha512 digest)
3913:
3914: 2013-07-08 moko
3915:
3916: * src/classes/image.C: directory read or other read problem message
3917: fixed (related to issue #933)
3918:
3919: 2013-07-07 moko
3920:
3921: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
3922: dependense from $charsetsdir directory existance and content (and
3923: UTF-8 is default allready)
3924:
3925: * AUTHORS: + misha + moko. :)
3926:
3927: 2013-07-06 moko
3928:
3929: * src/: classes/curl.C, include/pa_globals.h,
3930: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
3931: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
3932: for lt_dlinit to be called once and lt_dlexit called at right
3933: place (related to issue #925)
3934:
3935: 2013-07-04 moko
3936:
3937: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
3938: VString::as_vfile now uses vfile.set_binary_string to avoid
3939: content-type to be set, as it brokes badly designed logic in
3940: response output. This hopefully finishes issue #928.
3941:
3942: * tests/results/: 256.processed, 286.processed: file now displayed
3943: as name, size, mode, content-type
3944:
3945: * src/main/pa_common.C: read error now reported cottectly (fixes
3946: issue #933
3947:
3948: 2013-06-28 moko
3949:
3950: * tests/: 286.html, results/286.processed: test extended
3951:
3952: * tests/: 286.html, results/286.processed: Test for issue #928
3953: added. it tests default content-type change.
3954:
3955: * src/types/pa_vfile.C: closes issue #928 - default content-type
3956: now updated
3957:
3958: 2013-06-25 moko
3959:
3960: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
3961: content-type for text/binary files without name added;
3962: ^file::create[$f;...] options now works properly and $f
3963: properties are default (fixes issue #928)
3964:
3965: 2013-05-16 misha
3966:
3967: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
3968: added
3969:
3970: * src/main/pa_table.C: - a tiny memory optimisation while creating
3971: table if specified limit is bigger than source rows count
3972:
3973: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
3974: added ( new feature: #858 )
3975:
3976: 2013-04-29 moko
3977:
3978: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
3979: $.ipresolve(0|1|2) added (closes issue #891)
3980:
3981: * src/lib/curl/curl.h: CURL_IPRESOLVE added
3982:
3983: 2013-04-24 moko
3984:
3985: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3986: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
3987: types/pa_vmemcached.h: ^memcache.release[] added, calls
3988: memcached_quit (refs #893)
3989:
3990: 2013-04-22 moko
3991:
3992: * src/: include/pa_string.h, main/pa_common.C: no more double
3993: slashes in file path (fixes bug #872)
3994:
3995: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
3996: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
3997: #739)
3998:
3999: * tests/results/266.processed: $.max_params added (feature #915)
4000:
4001: * src/: include/pa_common.h, main/pa_http.C: response-charset
4002: option added to file::load (closes issue #867)
4003:
4004: 2013-04-20 misha
4005:
4006: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4007: commited
4008:
4009: 2013-03-15 misha
4010:
4011: * src/classes/: hash.C, table.C: - Optimisation: do not create
4012: multiple empty strings while ::sql. uae String::Empty instead
4013:
4014: 2013-03-14 misha
4015:
4016: * src/classes/reflection.C: - for user classes
4017: ^reflection:method_info[] returns $.max_params and $.extra_param
4018: with $.call_type if they available ( new feature: #915 )
4019:
4020: * src/classes/file.C: - ^file:delete[] now supports an option
4021: $.exception(false) that suppress any exception while deleting
4022: file ( new feature: #916 )
4023:
4024: * src/classes/curl.C: - parsing cookies after curl:load now should
4025: work :)
4026:
4027: 2013-03-12 misha
4028:
4029: * src/types/pa_vfile.C: - if specified file_name is empty string
4030: set default name for the file
4031:
4032: 2013-03-11 misha
4033:
4034: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4035: also available in $f.cookies
4036:
4037: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4038: moved to a separate method
4039:
4040: 2013-03-10 moko
4041:
4042: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4043: added
4044:
4045: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4046: removed (declared by autoconf)
4047:
4048: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4049: uint32_t define
4050:
4051: 2013-03-10 misha
4052:
4053: * src/classes/file.C: ^file:delete and ^file:move now support
4054: option $.keep-empty-dirs(true) ( new feature: #884 )
4055:
4056: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4057: empty dirs is added
4058:
4059: 2013-03-10 moko
4060:
4061: * src/classes/: bool.C, double.C, int.C: default can be present,
4062: but default check removed from ^int/double/bool.int/double/bool
4063: for string.int/double/bool compatibility (related to issue #913)
4064:
4065: * src/classes/string.C: ^string.int/dobule/bool no longer
4066: internally throws exception if default is present (closes issue
4067: #913)
4068:
4069: 2013-03-09 misha
4070:
4071: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4072: optimisations ( #845 )
4073:
4074: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4075:
4076: 2013-03-08 moko
4077:
4078: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4079: creates correct table (fixes issue #910)
4080:
4081: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4082: use outside of 'connect' operator (fixes issue #911)
4083:
4084: * tests/results/: 096.processed, 122.processed: test results
4085: updated as doubles now printed with 15 significant digits, not 5
4086: (fixes issue #882)
4087:
4088: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4089: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4090:
4091: 2013-02-21 moko
4092:
4093: * src/classes/table.C: _locate_name_value does not check arguments
4094: count, so we check it in advance (fixes issue #905)
4095:
4096: 2012-10-23 moko
4097:
4098: * buildall: old shell for and echo compatibility (for six)
4099:
4100: 2012-10-19 moko
4101:
4102: * buildall: --strip added --disable-safe-mode listed in usage
4103:
4104: 2012-10-17 misha
4105:
4106: * src/classes/op.C: - apply-taint should not throw "outside
4107: connect" exception with sql lang now
4108:
4109: 2012-10-17 moko
4110:
4111: * src/main/pa_request.C: bugfix: safe mode should be inited for
4112: each request (for apache module)
4113:
4114: 2012-09-26 moko
4115:
4116: * src/doc/doxygen.cfg: png -> svg
4117:
4118: 2012-09-25 moko
4119:
4120: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4121: test added
4122:
4123: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4124: double use when key is long
4125:
4126: 2012-09-16 moko
4127:
4128: * src/classes/math.C: Format -> Method Encode -> Format
4129:
4130: * tests/: 141.html, results/141.processed: math:digest hmac test
4131: added
4132:
4133: 2012-09-14 moko
4134:
4135: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
4136: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
4137: implementation added
4138:
4139: 2012-09-12 moko
4140:
4141: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
4142: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
4143: targets.dox and string.dox slightly actualized
4144:
4145: 2012-08-31 moko
4146:
4147: * ChangeLog: now generated with patched cvs2cl.pl
4148:
4149: 2012-07-29 moko
4150:
4151: * tests/285.html, src/main/execute.C, tests/results/285.processed:
4152: result should be pushed after VMethodFrame destructor is called,
4153: as it deletes junctions from stack params (fixes issue #868)
4154:
4155: 2012-07-23 moko
4156:
4157: * INSTALL, README: buildall script usage documented, other outdated
4158: info updated.
4159:
4160: * buildall-with-xml, buildall-without-xml: replaced by buildall
4161:
4162: 2012-07-21 moko
4163:
4164: * buildall: glib does not compile when threads are disabled...
4165:
4166: * src/types/pa_vmail.C: g_assertion fixes for empty input
4167:
4168: * src/types/pa_vmail.C: yet another fix (strange GPF on object
4169: unref, can't unref nested objects)
4170:
4171: * src/types/pa_vmail.C: another check added
4172:
4173: 2012-07-19 moko
4174:
4175: * buildall: usage added
4176:
4177: * buildall: new buildall script that unites buildall-with-xml,
4178: buildall-without-xml, --with-apache and --with-mailreceive
4179:
4180: * configure.in: support for static gmime and dynamic glib linking.
4181: fixes for FreeBSD
4182:
4183: 2012-07-17 moko
4184:
4185: * configure.in: --with-mailreceive replaced
4186: --with-static-mailreceive and --with-shared-mailreceive pathlink
4187: removed
4188:
4189: 2012-07-16 moko
4190:
4191: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
4192: capitalized, content now decoded and text content converted to
4193: $request:charset. all properties are accessed by functions, this
4194: ready for dynamic load.
4195:
4196: 2012-06-28 moko
4197:
1.116 moko 4198: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
4199: 32 bit
1.95 moko 4200:
4201: 2012-06-27 moko
4202:
4203: * buildall-with-xml, buildall-without-xml: fetch requires -p for
4204: passive ftp
4205:
4206: * src/lib/ltdl/ltdl.vcproj: release build fixed
4207:
4208: * configure.in: 3.4.2 RC -> 3.4.2
4209:
4210: 2012-06-22 moko
4211:
4212: * src/types/pa_vfile.C: returned empty mode to stated files (issue
4213: #815)
4214:
4215: * tests/: 284.html, results/284.processed: output options test
4216: (feature #265)
4217:
4218: 2012-06-22 misha
4219:
4220: * tests/215.html: - little changes
4221:
4222: 2012-06-21 moko
4223:
4224: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
4225: types/pa_vxdoc.h: output_options returned and used (bugfix for
4226: feature #265)
4227:
4228: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
4229: breaks long .*, default 10M restored. (issue #216)
4230:
4231: * tests/: 283.html, results/283.processed: test for issue #815
4232: added
4233:
4234: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
4235: again, cstrm not required.
4236:
4237: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
4238: Win32 and broken FreeBSD (issue #45)
4239:
4240: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
4241:
4242: * src/main/pa_string.C: warnings war
4243:
4244: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
4245: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
4246: main/pa_socks.C, targets/apache/pa_threads.C,
4247: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4248: types/pa_vstatus.C: compilation under cygwin fixed
4249:
4250: 2012-06-19 moko
4251:
4252: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
4253: Windows fixed
4254:
4255: * parser3.sln: removed antique pcre_ctype
4256:
4257: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
4258:
4259: * src/include/pa_config_fixed.h: undefined reference to
4260: __imp__pcre_* fix for Windows
4261:
4262: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 4263: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
4264: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
4265: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
4266: define fixed
1.95 moko 4267:
4268: 2012-06-18 moko
4269:
4270: * src/classes/memcached.C: flush -> clear
4271:
4272: * src/classes/memcached.C: memcached does not support quotes even
4273: in server name
4274:
4275: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4276: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
4277: called on open to check servers existance. $.key(true) syntax
4278: now supported
4279:
4280: 2012-06-17 moko
4281:
4282: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
4283: cleanup
4284:
4285: * src/classes/table.C, tests/282.cfg, tests/282.html,
4286: tests/results/282.processed: encloser at the EOF bug fixed,
4287: incorrectly enclosed data now processed more logicaly (fixes
4288: #339)
4289:
4290: 2012-06-15 moko
4291:
4292: * buildall-without-xml: sync with buildall-with-xml
4293:
4294: * buildall-with-xml: download auto-detected between fetch and curl
4295:
4296: * configure.in: --with-gc and --with-pcre now also processed
4297: correctly
4298:
1.116 moko 4299: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
4300: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
4301: should be run on rol1 using automake / aclocal (GNU automake)
4302: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 4303:
4304: * configure.in: new PARSER_VERSION logic
4305:
4306: * src/include/pa_version.h: new pa_version.h logic
4307:
4308: * src/: classes/curl.C, classes/file.C, classes/image.C,
4309: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4310: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
4311: feols_normalized -> fis_text_content set_binary added
4312:
4313: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
4314:
4315: 2012-06-15 misha
4316:
4317: * src/: classes/curl.C, classes/file.C, classes/image.C,
4318: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4319: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
4320: ^file::create[text;content] EOLs in content now is normalized. (
4321: new feature: #815 )
4322:
4323: 2012-06-15 moko
4324:
4325: * configure.in: --disable-version-update added to disable version
4326: update with host information (for debian package) whitespace
4327: optimized
4328:
4329: * configure.in: version changed to 3.4.2 RC no-pic added for
4330: libtool
4331:
4332: * src/include/pa_version.h: Nice pa_version.h default. Please keep
4333: it.
4334:
4335: 2012-06-14 moko
4336:
4337: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
4338: tests/results/281.processed: "hash flocked" error removed for
4339: safe operations like ^h._count[] ( new feature: #335 )
4340:
1.116 moko 4341: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 4342:
4343: * buildall-with-xml, buildall-without-xml: --with-static -> --with
4344:
4345: * configure.in: --with-static/shared xml replaced with --with-xml,
4346: xml compilation check added
4347:
4348: * configure.in: --with-static/shared-gc, --with-static-pcre are
4349: replaced with --with-gc and --with-pcre test for pcre linking
4350: added
4351:
4352: 2012-06-13 moko
4353:
4354: * configure.in: apxs2 check optimized
4355:
4356: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
4357: .la, includes optimized
4358:
4359: * buildall-with-xml: --with-pic looks better for -fPIC
4360:
4361: * configure.in: switched to convenience library in static linking
4362:
4363: * src/targets/apache/Makefile.am: switched to convenience library
4364: usage to avoid libtool warnings
4365:
4366: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
4367: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
4368: smtp/Makefile.am: switched to convenience library usage
4369:
4370: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
4371:
4372: * src/targets/apache/Makefile.am: updated for libtool usage
4373:
4374: * bin/auto.p.dist.in: .cfg removed from charset names.
4375:
4376: * buildall-without-xml: --with-included-ltdl added
4377:
4378: * buildall-without-xml: sync with buildall-with-xml
4379:
4380: * buildall-with-xml: --with-included-ltdl added $cflags added for
4381: -fPIC for x64 $download added for wget success check added
4382:
4383: * buildall-without-xml: --with-dynamic-stdcpp removed
4384:
4385: * configure.in: disable-static returned
4386:
4387: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
4388: LIBTOOLFLAGS
4389:
4390: 2012-06-12 moko
4391:
4392: * configure.in, src/targets/cgi/Makefile.am: disable-static not
4393: compatible with LIBTOOLFLAGS for unknown reasons
4394:
4395: * buildall-with-xml: --with-dynamic-stdcpp removed
4396:
4397: * configure.in: static/dynamic -lstdc++ linking option removed
4398: apxs2 check added
4399:
4400: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
4401: option removed
4402:
4403: 2012-06-10 moko
4404:
4405: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
4406: added
4407:
4408: * src/targets/cgi/pp3.cmd: old PAF stuff
4409:
1.116 moko 4410: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
4411: beauty
1.95 moko 4412:
4413: * depcomp: from libtool 2.4.2
4414:
4415: * configure.in: ltdl directory removed, it has correct Makefile.in
4416:
4417: 2012-06-09 moko
4418:
1.116 moko 4419: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
4420: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 4421: autogenerated files updated after libtool update
4422:
1.116 moko 4423: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
4424: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 4425: config_auto.h.in, config_fixed.h, configure, configure.ac,
4426: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
4427: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
4428: config/compile, config/config.guess, config/config.sub,
4429: config/depcomp, config/install-sh, config/ltmain.sh,
4430: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
4431: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
4432: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
4433: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
4434: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
4435: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
4436: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
4437: m4/lt~obsolete.m4: libtool updated to version 2.4.2
4438:
4439: * configure.in: preparation for new libtool
4440:
4441: * configure.in: Some beauty added :)
4442:
4443: * src/targets/apache/Makefile.am: := -> =
4444:
4445: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
4446: again. :)
4447:
4448: * src/include/pa_config_includes.h, configure.in: limits.h added,
4449: previously was taken from pcre_internal.h. :)
4450:
4451: * src/lib/pcre/Makefile.am: config.h returned
4452:
4453: * src/lib/pcre/config.h: still need this. :)
4454:
4455: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
4456:
4457: * configure.in: --with-charsets removed; --with-mysql-client & co
4458: removed
4459:
4460: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
4461: now in parser tree, no need to copy
4462:
4463: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
4464: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
4465: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
4466: debian/patches/101_pcre.patch - local copy of pcre_internal.h
4467: extracts now used old trash removed
4468:
4469: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
4470: rare charsets/drivers are commented, sql driver quessing removed
4471: (debian/patches/103_auto_p.patch)
4472:
4473: * etc/parser3.charsets/Makefile.am: charsets now in share
4474: (debian/patches/104_automake.patch) + all charsets are copied
4475:
4476: * buildall-with-xml, buildall-without-xml: curl option removed +
4477: extra arguments now supported
4478:
4479: 2012-06-08 misha
4480:
4481: * src/classes/table.C: - one params.as_hash usage was rolled back:
4482: the 2nd option in ^table.hash[] could be hash or table so
4483: .as_hash will throw an exception when table option is specified
4484:
4485: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4486: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
4487: classes/table.C, classes/void.C, classes/xdoc.C,
4488: include/pa_exception.h, types/pa_vmethod_frame.C,
4489: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
4490: and improved (whitespaces are allowed as empty options) -
4491: MethodParams::as_table is added - above methods are used for
4492: parsing methods' options ( new feature: #9 )
4493:
4494: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
4495: to vclass. now class fields can be accessible as a hash:
4496: $h[^hash::create[$asd:CLASS]]
4497:
4498: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
4499: have get_fields method so their fields can be accessed with
4500: ^reflection:fields[...] & ^reflection:field[...]
4501:
4502: 2012-06-06 misha
4503:
4504: * tests/280.html: - tests for
4505: ^reflection:method[obj-or-class;method],
4506: ^reflection:field[obj-or-class;field] and
4507: ^reflection:fields[obj-or-class] are added
4508:
4509: 2012-06-05 misha
4510:
4511: * src/classes/reflection.C: - ^reflection:method[class or
4512: object;method name] and ^reflection:field[class or object;field
4513: name] are added
4514:
4515: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
4516: is used
4517:
4518: * src/types/pa_method.h: - Method::as_vjunction method is added
4519:
4520: 2012-06-05 moko
4521:
1.116 moko 4522: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 4523:
4524: * src/classes/memcached.C: flish ttl fixed
4525:
4526: 2012-06-04 moko
4527:
4528: * src/classes/json.C, src/classes/op.C, tests/279.html,
4529: tests/results/279.processed: ^json:parse[] now supports $.taint
4530: option (new feature #833)
4531:
4532: 2012-06-04 misha
4533:
4534: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
4535: - search_stop method was moved from pa_vcookie.C to pa_common.C
4536:
4537: 2012-06-03 misha
4538:
4539: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
4540: cookies are parced and stored into $.cookies ( new feature: #31 )
4541:
4542: 2012-05-30 misha
4543:
4544: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
4545: incomplete class into a scope while @USE is found
4546:
4547: * src/main/compile.y: - add incomplete class into a scope while
4548: @USE and @CLASS instructions are found ( bugfix: #838 )
4549:
4550: 2012-05-30 moko
4551:
4552: * src/types/pa_vclass.C, tests/278.html,
4553: tests/results/278.processed: removed "property has no getter
4554: method" exception when GET_DEFAULT present (fixes #269)
4555:
4556: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
4557: $._default
4558:
4559: 2012-05-29 moko
4560:
4561: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
4562: uninitialized values usage (new feature: #154)
4563:
4564: 2012-05-28 moko
4565:
4566: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
4567: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
4568: src/types/pa_vdate.h, src/types/pa_vdouble.h,
4569: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
4570: src/types/pa_vobject.C, src/types/pa_vobject.h,
4571: src/types/pa_vstring.h, src/types/pa_vtable.C,
4572: tests/results/277.processed, src/types/pa_vtable.h,
4573: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
4574: ^json:string[$o; $.default[$method]] implemented for VObject (new
4575: feature #803)
4576:
4577: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
4578: tests/results/277.processed: json numbers are now treated as
4579: double ( new feature: #834 )
4580:
4581: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
4582: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
4583: added for out of range checks, zero division in vint/vdouble
4584: check added ( fixes #832 )
4585:
4586: * tests/: 275.html, results/275.processed: tests for pa_atoui added
4587: ( fixes #832 )
4588:
4589: 2012-05-28 misha
4590:
4591: * buildall-with-xml: - --without-lzma option is added to libxml2
4592: configure
4593:
4594: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
4595: added - tests for unsupported values for options $.file, $.table
4596: and $.date are added
4597:
4598: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
4599: accepts "stat" $.file[] option's value in addition to existed
4600: "text" and "base64" ( new feature: #835 )
4601:
4602: * tests/276.html: - test for
4603: ^reflection:delete[$object-or-class;field-name]
4604:
4605: * src/classes/reflection.C: -
4606: ^reflection:delete[$object-or-class;field-name] is added ( new
4607: feature: #268 )
4608:
4609: 2012-05-27 misha
4610:
4611: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
4612:
4613: 2012-05-24 misha
4614:
4615: * src/include/pa_common.h: - method lastposafter was removed
4616:
4617: * src/classes/file.C: - use strrpbrk & rskipchars instead of
4618: lastposafter - ^file:dirname[] & Co proper handle windows file
4619: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
4620: work as *nix commands
4621:
4622: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
4623:
4624: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
4625: rskipchars were added
4626:
4627: * tests/270.html: - more tests for ^file:find[]
4628:
4629: * tests/065.html: - more tests for ^file:dirname[] & Co
4630:
4631: * src/include/pa_version.h: - must be "win32" here. it is
4632: auto-generated on *nix
4633:
4634: 2012-05-24 moko
4635:
4636: * src/classes/math.C: ^math:convert[] now supports uint32 and
4637: throws overflow exception ( new feature: #830 )
4638:
4639: * tests/: 275.html, results/275.processed: test for ^math:convert[]
4640: uint32 support and overflow added ( new feature: #830 )
4641:
4642: 2012-05-23 moko
4643:
4644: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
4645: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
4646: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
4647: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
4648: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4649: types/pa_vregex.h, types/pa_vstateless_class.C,
4650: types/pa_vstateless_class.h, types/pa_vstring.h,
4651: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4652: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
4653: "return string as-is" removed from as_expr_result. ( new feature:
4654: #831 )
4655:
4656: * tests/results/244.processed: test changed after bug #782 fix
4657: commited
4658:
4659: * tests/results/229.processed: test results for bug #782 commited
4660:
4661: * tests/: 254.html, results/254.processed: uid now just compared,
4662: not printed. :)
4663:
4664: 2012-05-20 moko
4665:
4666: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
4667: feature: #341 )
4668:
4669: * tests/: 254.html, results/254.processed: test for
4670: ^reflection:uid[] added
4671:
4672: * tests/: 254.html, results/254.processed: test for
4673: ^reflection:uid[$obj] added
4674:
4675: 2012-05-17 misha
4676:
4677: * src/main/untaint.C: - do not replace ' char by _26 while
4678: exploding filespec-tainting ( new feature: #829 )
4679:
4680: 2012-05-12 moko
4681:
4682: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
4683: not.
4684:
4685: 2012-05-08 moko
4686:
4687: * src/types/pa_vmethod_frame.h: bug #782 fixed
4688:
4689: * tests/229.html: test for bug #782
4690:
4691: * tests/results/259.processed, src/main/pa_request.C,
4692: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
4693: src/types/pa_vstring.h, src/types/pa_vvoid.C,
4694: src/types/pa_vvoid.h: feature #154 - first empty param now
4695: string; defined locals are empty strings; $STRICT-VARS(true)
4696: added
4697:
4698: 2012-04-27 moko
4699:
1.116 moko 4700: * src/targets/apache/Makefile.am:
1.95 moko 4701: ../../lib/memcached/libmemcached.a added
4702:
4703: 2012-04-27 misha
4704:
4705: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
4706: ( #827 )
4707:
4708: 2012-04-25 moko
4709:
4710: * src/: classes/json.C, classes/memcached.C,
4711: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4712: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
4713: implemented.
4714:
4715: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
4716:
4717: 2012-04-23 moko
4718:
4719: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4720: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4721: types/pa_vmemcached.h: open allows options hash for new
4722: memcached(options) function
4723:
4724: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
4725: not appended
4726:
4727: 2012-04-21 moko
4728:
4729: * src/classes/curl.C: '' added. :)
4730:
4731: * src/classes/classes.vcproj: new curl.h location
4732:
4733: * src/classes/curl.C: verbose output redirection from stderr to
4734: file curl option added
4735:
4736: 2012-04-20 moko
4737:
4738: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
4739: contains what we need from curl, #ifdef HAVE_CURL removed
4740:
1.116 moko 4741: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 4742: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 4743: src/lib/Makefile.am, src/lib/curl/Makefile.am,
4744: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 4745: configure option
4746:
4747: 2012-04-19 moko
4748:
4749: * src/: classes/double.C, classes/inet.C, classes/int.C,
4750: classes/string.C, lib/gc/include/gc_allocator.h,
4751: types/pa_vform.C: PVS-Studio detected errors fixes, unused
4752: options from sql_result_string removed. (closes issue #468)
4753:
4754: * src/types/pa_vmemcached.C: empty string fix
4755:
4756: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
4757: pa_vstring.C, pa_vstring.h: serialization helpers moved to
4758: pa_vmemcached.C
4759:
4760: 2012-04-18 moko
4761:
4762: * src/targets/apache/mod_parser3.c: "Parser3 module requires
4763: apache2-mpm-prefork" error displayed in threaded mpm.
4764:
4765: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4766: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
4767: installed (issue #354)
4768:
4769: 2012-04-16 moko
4770:
4771: * src/types/pa_vmemcached.C: call to memcached_result_create and
4772: memcached_result_free removed
4773:
4774: 2012-04-14 moko
4775:
4776: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
4777:
4778: * src/types/pa_vmemcached.C: check_key added and used
4779:
4780: 2012-04-13 moko
4781:
4782: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
4783: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
4784: Serialization_data now added and used, VString now serialized
4785: with languages into memcached.
4786:
4787: 2012-03-28 moko
4788:
4789: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
4790: lib/memcached/pa_memcached.h: result lengths added
4791:
4792: 2012-03-27 moko
4793:
4794: * src/types/pa_vmemcached.C: strdup added
4795:
4796: 2012-03-24 moko
4797:
4798: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4799: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4800: types/pa_vmemcached.h: memcached: mget, flush, fttl added
4801:
4802: 2012-03-20 moko
4803:
1.116 moko 4804: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 4805:
4806: * src/targets/cgi/Makefile.am: cleanup
4807:
4808: * src/: types/Makefile.am, types/pa_vmemcached.C,
4809: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
4810:
4811: * src/: classes/Makefile.am, classes/memcached.C,
4812: lib/memcached/Makefile.am, lib/memcached/constants.h,
4813: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4814: lib/memcached/types.h, lib/Makefile.am: memcached initial
4815:
4816: 2012-03-16 moko
4817:
4818: * src/main/execute.C: ident now works under Linux + ident displays
4819: filenames (closes issue #818)
4820:
1.116 moko 4821: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 4822: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
4823: pa_vmethod_frame_local.h removed
4824:
4825: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4826: classes/classes.h, classes/curl.C, classes/date.C,
4827: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4828: classes/hashfile.C, classes/image.C, classes/inet.C,
4829: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4830: classes/memory.C, classes/op.C, classes/reflection.C,
4831: classes/regex.C, classes/response.C, classes/string.C,
4832: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4833: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4834: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4835: include/pa_config_fixed.h, include/pa_config_includes.h,
4836: include/pa_dictionary.h, include/pa_dir.h,
4837: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4838: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4839: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4840: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4841: include/pa_request_charsets.h, include/pa_request_info.h,
4842: include/pa_sapi.h, include/pa_socks.h,
4843: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4844: include/pa_stack.h, include/pa_string.h,
4845: include/pa_stylesheet_connection.h,
4846: include/pa_stylesheet_manager.h, include/pa_table.h,
4847: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4848: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4849: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4850: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
4851: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4852: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4853: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4854: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4855: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4856: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4857: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4858: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4859: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4860: main/pa_string.C, main/pa_stylesheet_connection.C,
4861: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4862: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4863: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
4864: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4865: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4866: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4867: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4868: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4869: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4870: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
4871: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
4872: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4873: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4874: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4875: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4876: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4877: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4878: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4879: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4880: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
4881: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
4882: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
4883: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
4884: types/pa_vresponse.h, types/pa_vstateless_class.C,
4885: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4886: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
4887: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
4888: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
4889: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4890: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
4891: ident now works under Linux + ident displays filenames (closes
4892: issue #818) Copyright updated
4893:
4894: 2012-03-13 moko
4895:
4896: * src/main/pa_string.C: compilation fix for feature #741
4897:
4898: 2012-03-09 misha
4899:
4900: * tests/193.html: - tests for ^string:base64[encoded] are updated
4901:
4902: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
4903: now detects invalid base64 chars in the middle of encoded stricg
4904: ( new feature: #55 )
4905:
4906: * src/include/pa_exception.h: - new exception type for base64
4907: decoding is added
4908:
4909: 2012-03-06 misha
4910:
4911: * tests/274.html: - tests for ^date::today[] and
4912: ^date.sql-string[datetime|date|time] are added
4913:
4914: * src/classes/date.C: - constructor ^date::today[] is added ( new
4915: feature: #811 ) - ^date.sql-string[] now can accept one param --
4916: strings "datetime", "date" or "time" - comments tidying up
4917:
4918: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
4919: date and time
4920:
4921: 2012-03-03 misha
4922:
4923: * tests/193.html: - tests for
4924: ^string:base64[encoded;$.strict(true)] are added
4925:
4926: * tests/results/auto.p: - try-catch operator is added
4927:
4928: * src/: classes/file.C, classes/string.C, include/pa_common.h,
4929: main/pa_common.C: - $.strict(true|false) option is added to
4930: base64 decode methods ( new feature: #55 )
4931:
4932: * src/main/pa_common.C: - base64 decode memory usage was decreased
4933: ( new feature: #819 )
4934:
4935: 2012-02-28 moko
4936:
4937: * src/classes/hash.C: ident test
4938:
4939: 2012-02-27 misha
4940:
4941: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
4942:
4943: 2012-01-08 misha
4944:
4945: * tests/273.html: - tests for ^string.replace[from;to] are added
4946:
4947: * src/: classes/string.C, include/pa_dictionary.h,
4948: main/pa_dictionary.C, main/pa_string.C: -
4949: ^string.replace[from;to] is added ( new feature: #741 ) -
4950: ^string.replace[one subst here] is slightly optimized
4951:
4952: 2011-12-07 misha
4953:
4954: * src/classes/table.C: - $t[^table::create{$empty}] now creates
4955: named table with one empty column ( bugfix: #63 )
4956:
4957: 2011-11-30 misha
4958:
4959: * src/classes/json.C: - it's possible to set user's method for
4960: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
4961: #763 )
4962:
4963: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
4964:
4965: 2011-11-23 misha
4966:
4967: * src/: classes/curl.C, classes/file.C, classes/image.C,
4968: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
4969: types/pa_vfile.h, types/pa_vform.C: - constructor
4970: ^file::create[mode;filename;content[;options]] now accepts binary
4971: mode and file-content - new constructor's format:
4972: ^file::create[string-or-file-content[;$.name[filename]
4973: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
4974: feature: #65 )
4975:
4976: * src/: include/pa_request.h, main/pa_request.C: - new method
4977: mime_type_of(const String*) is added
4978:
4979: * src/include/pa_exception.h: - new exception constant
4980: FILE_NAME_MUST_BE_SPECIFIED is added
4981:
4982: * src/classes/table.C: - bug with negative offset transformed into
4983: a feature. it means pointing to a row from the end of the table (
4984: new feature: #810 )
4985:
4986: 2011-11-19 misha
4987:
4988: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
4989: â ìåòîäå _select ( new feature: #810 )
4990:
4991: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
4992: options were specified together is simplified
4993:
4994: 2011-11-12 misha
4995:
4996: * src/main/pa_request.C: - forgotten fix for escaping filename in
4997: HTTP content-disposition header (a part of bug #361 )
4998:
4999: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5000: checks for ancestors' classes as well ( new feature: #456 )
5001:
5002: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5003: "without cycle" now have types "parser.break" and
5004: "parser.continue" instead of "parser.runtime" ( new feature: #799
5005: )
5006:
5007: 2011-11-11 misha
5008:
5009: * tests/results/: 099.processed, 100.processed, 205.processed,
5010: 237.processed: - since bug #361 was fixed the content of filename
5011: in HTTP headers is quoted
5012:
5013: * tests/results/270.processed: - result for test 270
5014:
5015: * tests/: 065.html, results/065.processed: - more tests for
5016: ^file:basename[] & Co were added
5017:
5018: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5019:
5020: * tests/270.html: - tests for ^file:find[] are added
5021:
5022: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5023: using option $.charset. option $.engoding is still supported but
5024: these options can not be specified together
5025:
5026: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5027: comparation charset name with string "UTF-8" ( bugfix: #759 )
5028:
5029: 2011-10-11 misha
5030:
5031: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5032: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5033: #622)
5034:
5035: 2011-09-30 misha
5036:
5037: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5038: exception "saving stat-ed file" ( bugfix: #395 )
5039:
5040: 2011-05-30 misha
5041:
5042: * src/classes/string.C: - fixed bug which was added with
5043: params.as_hash into string:sql
5044:
5045: 2011-05-29 misha
5046:
5047: * src/types/pa_value.C: - filename in content-disposition header
5048: must be quoted ( bugfix: #361 )
5049:
5050: 2011-05-27 misha
5051:
5052: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5053: created file
5054:
5055: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5056: usage
5057:
5058: * src/include/pa_exception.h: - one more string for exception was
5059: added
5060:
5061: 2011-05-25 misha
5062:
5063: * tests/269.html: - tests for checking input params in some dom
5064: methods
5065:
5066: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5067: was added. it isn't possible not wo create xdoc with invalid
5068: tagName. ( bugfix: #160 )
5069:
5070: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5071: string "data must be string" was mover from pa_exception.h to
5072: pa_xml_exception.h
5073:
5074: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5075: as_xmlncname, as_xmlname and as_xmlnsuri were added
5076:
5077: * src/main/pa_xml_exception.C: - XmlException accepts more options
5078:
5079: * src/include/pa_xml_exception.h: - XmlException accepts more
5080: options - XML-related exception's strings were added
5081:
5082: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5083: output_options were removed)
5084:
5085: 2011-05-19 misha
5086:
5087: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5088: params.as_hash is used more while parsing methods hash-options
5089:
5090: 2011-05-18 misha
5091:
5092: * operators.txt: - info about json-serialization of xdoc was added
5093:
5094: * tests/256.html: - tests for json-serialization xdoc were added
5095:
5096: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5097:
5098: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5099: classes/json.C, classes/xdoc.C: - now json:string can serialize
5100: xdoc-objects. options (the same as ^xdoc.string[]) could be
5101: specified in $.xdoc[] ( new feature: #265 )
5102:
5103: 2011-05-15 misha
5104:
5105: * tests/268.html: - tests for ^table.count[with options] were added
5106:
5107: * src/classes/table.C: - method ^table.count[] now can accept
5108: options ( new feature: #93 ): ^table.count[column] returns number
5109: of columns for named table; ^table.count[cells] returns number of
5110: cells in the current row; ^table.count[] & ^table.count[rows]
5111: return number of rows in a table.
5112:
5113: * tests/267.html: - test for checking switch/case in boolean mode
5114: was added
5115:
5116: * src/classes/op.C: - if switch's or case's value is bool, they are
5117: compared as bool values, not as double values: new feature: #351
5118:
5119: 2011-05-06 misha
5120:
5121: * tests/242.html: - EOL before EOF was added
5122:
5123: * tests/169.html: - tests for splitting empty string and void were
5124: added
5125:
5126: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5127: returned table with one empty cell)
5128:
5129: 2011-04-03 misha
5130:
5131: * src/include/pa_version.h, configure.in: - version in head was
5132: changed to 3.4.2b
5133:
5134: 2011-03-30 misha
5135:
5136: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
5137: as well ( new feature #294 )
5138:
5139: 2011-03-29 misha
5140:
5141: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
5142: limited to approx. 6 MB. previous limits were too big for real
5143: life. bugfix: #216
5144:
5145: 2011-03-04 moko
5146:
5147: * etc/parser3.charsets/cp866.cfg: Conforms to
5148: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
5149:
5150: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
5151: vlalek@
5152:
5153: 2011-02-22 misha
5154:
5155: * src/include/pa_charset.h, operators.txt: - some methods mustn't
5156: be under #ifdef XML or parser can't be compiled without xml
5157: support
5158:
5159: 2011-02-21 misha
5160:
1.116 moko 5161: * src/targets/apache/: Makefile.am: - mention
1.95 moko 5162: ApacheModuleParser3.vcproj was removed
5163:
5164: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
5165: removed)
5166:
5167: 2011-02-20 misha
5168:
5169: * tests/: 266.html, 266.p: - tests for checking $.inherited and
5170: $.overridden in ^reflection:method_info[...] were added
5171:
5172: * src/classes/reflection.C: - beautifying result of
5173: ^reflection:method_info[] ($.overridden/inherited)
5174:
5175: 2011-02-18 misha
5176:
5177: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
5178: and pa_isalnum instead of isalpha and isalnum - bug with
5179: redundand quoting lowercased latin chars while building email
5180: body was fixed
5181:
5182: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
5183: added (they check for latin chars only)
5184:
5185: 2011-02-16 misha
5186:
5187: * src/main/pa_charset.C: - bugfix: in some cases the calculating
5188: string size for transcoding gave too small value (should ever
5189: look for availability char in dest charset inspite of the char
5190: size)
5191:
5192: 2011-02-04 moko
5193:
5194: * tests/223.html: header values now not url-encoded (issue #195)
5195:
5196: 2011-02-01 misha
5197:
5198: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
5199:
5200: 2011-01-31 misha
5201:
5202: * src/main/pa_request.C: - throw exception if param file_name in
5203: use_file is empty
5204:
5205: 2011-01-08 moko
5206:
5207: * src/classes/curl.C: compilations errors fixed
5208:
5209: 2010-12-29 moko
5210:
5211: * tests/: 265.html, results/265.processed: test for issue #200
5212: added
5213:
5214: * src/main/pa_string.C: empty regex result check added (fixes issue
5215: #200)
5216:
5217: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
5218:
5219: * tests/results/223.processed: header values now not url-encoded
5220: (issue #195)
5221:
5222: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
5223: main/untaint.C: L_HTTP_HEADER now used in http headers values,
5224: pa_http_safe_header_name added for headers names (fixes bug #195)
5225:
5226: 2010-12-18 misha
5227:
5228: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
5229: => pa-include
5230:
5231: 2010-11-28 moko
5232:
5233: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
5234:
5235: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
5236: -> pa
5237:
5238: * configure.in: apr -> pa
5239:
5240: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
5241:
5242: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
5243: classes/Makefile.am, types/Makefile.am: apr -> pa
5244:
5245: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
5246: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
5247: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
5248: pa-include/pa_apr.h, pa-include/pa_errno.h,
5249: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
5250: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
5251: module apr name conflict resolved)
5252:
5253: 2010-11-27 misha
5254:
5255: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
5256: libbz2
5257:
5258: 2010-11-26 misha
5259:
5260: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
5261: warnings removed
5262:
5263: 2010-11-25 moko
5264:
5265: * operators.txt: $.indent(true)
5266:
5267: * operators.txt: another bugfix. :)
5268:
5269: * operators.txt: bugfix. :)
5270:
5271: * buildall-with-xml: libxml2-2.7.8 + with-apache
5272:
5273: 2010-11-24 moko
5274:
1.116 moko 5275: * configure: apxs support
1.95 moko 5276:
5277: * configure.in: apxs support -Bstatic gc removed for OS X
5278:
5279: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
5280:
5281: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
5282: THREAD_LOCAL usage
5283:
5284: * src/: classes/curl.C, include/pa_config_includes.h,
5285: main/pa_globals.C: THREAD_LOCAL defined and used
5286:
5287: 2010-11-23 moko
5288:
5289: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
5290: should be passed to pa_sleep, and only fractional part (bugfix:
5291: #188)
5292:
5293: * src/targets/apache/mod_parser3.c: 1.3 compatibility
5294:
5295: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5296: GC_dont_gc=1, as in cgi version
5297:
5298: * src/targets/apache/mod_parser3.c: warning war
5299:
5300: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5301: pa_httpd.h: version removed, some trash removed
5302:
5303: * src/targets/apache/mod_parser3.c: version removed (we don't want
5304: to show it), warning war
5305:
5306: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5307: pa_httpd.h: parser_status_allowed removed + merge config
5308: functions removed (override is the default) + beauty
5309:
5310: * src/: include/pa_request.h, main/pa_request.C,
5311: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
5312: hide $status used in apache module removed
5313:
5314: 2010-11-18 moko
5315:
5316: * operators.txt: $.table[compact] added for ^json:string[]
5317:
5318: 2010-11-16 moko
5319:
5320: * src/targets/apache/mod_parser3.c: some cleanup done
5321:
5322: * src/main/untaint.C: bugfix: first, second String::Body argument
5323: is hashcode; second, info.fragment_begin is original, not
5324: resulting length
5325:
5326: * src/classes/file.C: new feature: $.stdin now untainted
5327:
5328: * tests/results/264.processed: new feature: $.stdin[] now untainted
5329:
5330: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
5331:
5332: * src/classes/op.C: ^apply-taint[] method added
5333:
5334: * tests/: 264.html, results/264.processed: ^apply-taint[] test
5335: added; $.stdin untaint test added
5336:
5337: 2010-11-15 moko
5338:
5339: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
5340: removed
5341:
5342: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5343: pa_httpd.h: 2x2 calculated under apache2. :)
5344:
5345: 2010-11-13 moko
5346:
5347: * src/targets/apache/mod_parser3.c: initial changes to build module
5348: with apache 2.x includes
5349:
5350: * src/targets/apache/: Makefile.am, mod_parser3.c,
5351: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
5352: united apache 1.3 / apache 2.x DSO module
5353:
5354: 2010-11-09 moko
5355:
5356: * src/types/pa_method.h: check added to dissallow @method[name;*]
5357: syntax
5358:
5359: * tests/: 263.html, results/263.processed: test from method[*args]
5360: added
5361:
5362: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
5363: number of params can now be passed to a method declared with *arg
5364:
5365: 2010-11-06 moko
5366:
5367: * src/classes/table.C: formating fixed. :)
5368:
5369: * src/classes/table.C: closes #4: ^table.select now supports
5370: $.limit(), $.offset, $.reverse() options
5371:
5372: * tests/: 262.html, results/262.processed: test for ^table:select
5373: with options added (feature #4)
5374:
5375: * src/include/pa_array.h: remove function added
5376:
5377: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
5378: object in get_element/put_element, using static one.
5379:
5380: 2010-11-04 moko
5381:
5382: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
5383: options is passed
5384:
5385: * tests/: 256.html, results/256.processed: $.table[compact] feature
5386: now tested; k and p in handler now tested.
5387:
5388: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
5389: $.table[compact] feature added
5390:
5391: * src/classes/json.C: key is now passed to handler in
5392: value_json_string; ^json:string result now process tainting
5393: inside and returns clean string, related to issue #153
5394:
5395: * src/main/untaint.C: bugfix: charset can be null (in
5396: ^string:save[] as example), thus check is added
5397:
5398: 2010-10-31 moko
5399:
5400: * src/classes/string.C: error message changed (fixes issue #149)
5401:
5402: 2010-10-29 moko
5403:
5404: * src/main/pa_http.C: ":port" is now added to "Host:" header if
5405: port is not default (fixes issue #155); exception on invalid port
5406: added.
5407:
5408: * src/main/untaint.C: '*' is now not urlencoded to allow header
5409: "Accept: */*" to be passed
5410:
5411: 2010-10-28 moko
5412:
5413: * src/classes/curl.C: bugfix: detect_charset() was throwing
5414: exception on unknown charset even if response_charset was
5415: specified
5416:
5417: 2010-10-27 moko
5418:
5419: * src/classes/string.C: ^string.append removed for void
5420: compatibility
5421:
5422: 2010-10-26 moko
5423:
5424: * src/classes/json.C: libjson supports array at top level, we too
5425: (GPF fixed)
5426:
5427: 2010-10-25 moko
5428:
5429: * tests/: 253.html, results/253.processed: libjson supports array
5430: at top level, parser now supports it as well.
5431:
5432: * tests/261.html, tests/results/261.processed,
5433: src/types/pa_vstring.h: empty string is now void compatible
5434: (allows $empty.key)
5435:
5436: 2010-10-22 misha
5437:
5438: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
5439: while adding additional expires checkout)
5440:
5441: * tests/030.html: - test for session cookie was added
5442:
5443: 2010-10-21 moko
5444:
5445: * src/: classes/string.C, classes/void.C, main/execute.C,
5446: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
5447: string (feature #111)
5448:
5449: * tests/: 261.html, results/261.processed: checks void from string
5450: inheritance (feature #111)
5451:
5452: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
5453: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
5454: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
5455: now true by default
5456:
5457: 2010-10-17 moko
5458:
5459: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
5460: upload now uses binary blocks instead of L_FILE_POST tainting.
5461: (bugfix: #128)
5462:
5463: * tests/: 223.html, results/223.processed: binary file upload test
5464: added, GPF (issue #128) also checked in this test
5465:
5466: 2010-10-13 misha
5467:
5468: * tests/260.html: - test for math:convert
5469:
5470: * src/classes/math.C: - error in math:convert was fixed
5471:
5472: * operators.txt: - info about
5473: ^math:convert[number](from-base;to-base) was added
5474:
5475: * src/classes/math.C: - method
5476: ^math:convert[number](from-base;to-base) for converting number
5477: represention from one base to another was added ( new feature:
5478: #23 )
5479:
5480: 2010-10-13 moko
5481:
5482: * src/main/compile.tab.C: [] now is empty string, not void
5483:
5484: * src/main/compile.y: [] now is empty string, not void
5485:
5486: * src/types/pa_vvoid.h: void now passed as parameter
5487:
5488: * tests/: 259.html, results/259.processed: to test difference
5489: between void and empty string (see ticket #111)
5490:
5491: * tests/results/152.processed: $sEmpty[] is now empty string, not
5492: void
5493:
5494: * tests/256.html: $s[$void] is no longer empty string
5495:
5496: * tests/254.html: empty string is no longer void
5497:
5498: 2010-10-12 misha
5499:
5500: * src/types/pa_vcookie.C: - check if $.expires value can be
5501: converted to date during cookies set up ( bugfix: #104 )
5502:
5503: * tests/041.html: - more tests for ^table.locate were added
5504:
5505: * src/classes/table.C: - ^table.locate[field;value;options] didn't
5506: work ( bugfix: #129 ) - exception comment for incorrect options
5507: ^table.locate[field;value;options] was fixed
5508:
5509: 2010-10-10 moko
5510:
5511: * src/: classes/reflection.C, main/execute.C: constructor returning
5512: another object feature returned
5513:
5514: * tests/results/258.processed: test result updated as constructor
5515: returning another object feature returned
5516:
5517: * tests/: 258.html, results/258.processed: test for constructor
5518: returning another object
5519:
5520: 2010-10-08 misha
5521:
5522: * tests/257.html: - whitespaces after @METACOMMANDS and their
5523: options shouldn't cause exceptions any longer
5524:
5525: 2010-10-06 moko
5526:
5527: * src/classes/: hash.C, table.C: length from sql server is now
5528: ignored, as sql string can contain 0x00 inside (bugfix: #119)
5529:
5530: 2010-10-02 misha
5531:
5532: * operators.txt: - the X mark was removed from ^cache[file]. it is
5533: usable to delete cache file.
5534:
5535: 2010-10-02 moko
5536:
5537: * tests/: 253.html, results/253.processed: hook_key added for key
5538: checking
5539:
5540: * src/classes/json.C: null key bug fixed
5541:
5542: 2010-09-29 misha
5543:
5544: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
5545:
5546: 2010-09-25 moko
5547:
5548: * src/classes/json.C: small fixed
5549:
5550: * tests/results/: 253.processed, 255.processed: just updated
5551:
5552: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
5553: results/255.processed: charset transcode test added for
5554: json:parse
5555:
5556: 2010-09-24 moko
5557:
5558: * src/types/pa_value.h: warning war :)
5559:
5560: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
5561: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
5562: ^json:string
5563:
5564: 2010-09-22 moko
5565:
5566: * src/main/pa_charset.C: parser charset tables declare only
5567: white-space before 0x20, thus adding the missing chars
5568:
5569: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
5570: to http://unicode.org/Public/MAPPINGS/VENDORS/
5571:
5572: 2010-09-21 misha
5573:
5574: * src/main/compile.y: - some semicolons were added (VS2010 don't
5575: want to compile grammar if they are absent)
5576:
5577: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
5578:
5579: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
5580:
5581: * src/main/main.vcproj: - path to bison is changed
5582:
5583: 2010-09-21 moko
5584:
1.116 moko 5585: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
5586: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
5587: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 5588:
5589: 2010-09-20 misha
5590:
5591: * src/types/pa_vtable.C: - add EOLs while json-serializing table
5592:
5593: * src/classes/json.C: - add EOL while json-serializing hash
5594:
5595: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
5596: compilers don't like 'ES'.
5597:
5598: 2010-09-17 misha
5599:
5600: * operators.txt: - info about json class was added
5601:
5602: * src/classes/json.C: - ^json:string[object]
5603:
5604: * src/: include/pa_request.h, main/pa_request.C: - stuff for
5605: preventing infinite recursion while executing json:string was
5606: added
5607:
5608: * src/include/pa_string.h: - method append_quoted was added
5609:
5610: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
5611: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
5612: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
5613: was added to Value & Co
5614:
5615: * src/classes/date.C: - methods get_gmt_string and get_sql_string
5616: were used
5617:
5618: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
5619: were added
5620:
5621: 2010-09-10 moko
5622:
5623: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5624: die_or_abort (backport from 3.4.1)
5625:
5626: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5627: die_or_abort (bugfix: #106)
5628:
5629: 2010-09-09 moko
5630:
5631: * src/classes/json.C: warning war. :)
5632:
5633: 2010-09-08 misha
5634:
5635: * src/lib/json/Makefile.am: - additional include directories were
5636: added (for pa_memory.h and gc.h)
5637:
5638: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
5639: compile as C++ instead default - additional include directory was
5640: added (for gc.h)
5641:
5642: * src/types/pa_vform.C: - little code reformating
5643:
5644: * src/classes/file.C: - $.content-type option now can be specified
5645: in ^file::create ( new feature: #102 )
5646:
5647: 2010-09-08 moko
5648:
5649: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
5650: pa_malloc/pa_free
5651:
5652: 2010-09-07 moko
5653:
5654: * tests/results/254.processed: VStateless_class:put_element
5655: exception was fixed
5656:
5657: * src/types/: pa_value.h, pa_vstateless_class.h: now
5658: VStateless_class:put_element barks self.type, not this.type
5659: (bugfix: #105)
5660:
5661: 2010-09-06 moko
5662:
5663: * src/classes/reflection.C: bugfix: new String() is required for
5664: exception handling
5665:
5666: * tests/: 254.html, results/254.processed: test modified
5667:
5668: 2010-09-05 moko
5669:
5670: * tests/: 254.html, results/254.processed: ^reflection:copy test
5671: added
5672:
5673: * src/: classes/reflection.C, include/pa_request.h:
5674: ^reflection:copy implemented (new feature: #100)
5675:
5676: 2010-09-03 moko
5677:
5678: * src/lib/json/JSON_parser.C: c++ compatiblity
5679:
5680: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
5681: option testing added
5682:
5683: 2010-09-02 moko
5684:
5685: * src/classes/json.C: $.distinct[first|last|all] added
5686:
5687: 2010-09-01 moko
5688:
5689: * tests/results/253.processed: json test result
5690:
5691: * tests/: 253.html, 253_json.txt: json test added
5692:
5693: * src/classes/json.C: json.C update to actual version + hash key
5694: creation bugfix
5695:
5696: 2010-08-31 misha
5697:
5698: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
5699: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
5700: src/lib/Makefile.am, src/classes/Makefile.am,
5701: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
5702: json library was added
5703:
5704: 2010-08-30 moko
5705:
5706: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
5707: types/pa_vobject.C: cosmetic optimization in
5708: request:execute_method usage
5709:
5710: * src/: include/pa_charset.h, main/pa_charset.C: small
5711: optimization, just to decrease number of lines. :)
5712:
5713: 2010-08-27 misha
5714:
5715: * src/classes/op.C: - taint[json] was added
5716:
5717: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
5718: were added
5719:
5720: * src/main/pa_exec.C: - warning fix was rolled back.
5721:
5722: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
5723: include/pa_string.h: - taint[json] was added - escaping was
5724: slightly modified
5725:
5726: 2010-08-25 misha
5727:
5728: * src/classes/file.C: - typo in file:sql exception was fixed
5729:
5730: * src/main/pa_exec.C: - warning about declared and not used
5731: variable forced_allow was removed
5732:
5733: 2010-08-14 misha
5734:
5735: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
5736: were removed
5737:
5738: 2010-08-11 moko
5739:
5740: * tests/: 249.html, results/249.processed: default setter and
5741: anti-recursive default getter test added
5742:
5743: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
5744: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
5745: types/pa_vobject.h, types/pa_vstateless_class.C,
5746: types/pa_vstateless_class.h: default setter support +
5747: anti-recursive default getter support ( new feature: #13 )
5748:
5749: * src/include/pa_hash.h: optimization: threshold member removed
5750: from hash, reducing sizeof(hash)
5751:
5752: 2010-08-10 misha
5753:
5754: * tests/196.html: - junction-method was added to the test
5755:
5756: * tests/248.html: - ups. typo :)
5757:
5758: * tests/248.html: - test for checking .match with 4 params
5759:
5760: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
5761: 247_windows1251.txt: - test for "transcode file from utf-8 to
5762: $request:charset during loading if the BOM code is detected"
5763:
5764: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
5765: $request:charset during loading if the BOM code is detected ( new
5766: feature: #98 )
5767:
5768: 2010-08-05 misha
5769:
5770: * src/classes/image.C: - ^image.replace now can accept only 2
5771: params. in this case the whole image is affected ( new feature:
5772: #95 )
5773:
5774: 2010-08-04 misha
5775:
5776: * tests/246.html: - test tor ^hash._at[] was added
5777:
5778: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
5779: #53 )
5780:
5781: * src/include/pa_hash.h: - methods for accessing the first and the
5782: last values of ordered hash were added (first_value and
5783: last_value)
5784:
5785: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
5786: (similar to others file's methods):
5787: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
5788: #68 )
5789:
5790: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
5791:
5792: 2010-08-01 moko
5793:
5794: * src/classes/op.C: to correctly process $result[] in code, called
5795: from ^process
5796:
5797: * tests/245.html: $result in ^process[] test added
5798:
5799: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
5800: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
5801: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
5802: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
5803: caller, self) op_call(VMethodFrame &frame, bool constructing)
5804: removed, construct(class,method) added
5805:
5806: * tests/results/: 192.processed, 244.processed: request::construct
5807: added
5808:
5809: * tests/: 244.html, 245.html, results/244.processed,
5810: results/245.processed: object creation exceptions and ^process
5811: tests added
5812:
5813: 2010-07-28 misha
5814:
5815: * tests/make_tests.cmd: - win32 EOLs
5816:
5817: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
5818: tests on Win32 were added (The system timezone should be GMT+3)
5819:
5820: 2010-07-26 misha
5821:
5822: * tests/: 212.html, results/212.processed: - sizes were removed
5823: mecause they could be different on different OSs
5824:
5825: * tests/065.html: - make it "win32 friendly"
5826:
5827: 2010-07-25 misha
5828:
5829: * src/main/compile.y: - all EOLs between methods are removed during
5830: compilation ( new feature: #47 )
5831:
5832: * tests/results/149.processed: - prepare tests to trim trailing
5833: methods' EOLs
5834:
5835: * tests/149.html: - prepare tests to trim trailing methods' EOLs
5836:
5837: * tests/: results/006.processed, results/014.processed, 006.html,
5838: 014.html, 022.html: - prepare tests to trim trailing methods'
5839: EOLs
5840:
5841: * tests/: 059.html, 071.html, 149.html, results/059.processed,
5842: results/071.processed, results/022.processed: - prepare tests to
5843: trim trailing methods' EOLs
5844:
5845: * tests/: results/073.processed, results/109.processed,
5846: results/142.processed, results/144.processed,
5847: results/149.processed, 073.html, 096.html, 109.html, 142.html,
5848: 144.html: - prepare tests to trim trailing methods' EOLs
5849:
5850: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
5851: 149.html, 152.html, results/096.processed, results/107.processed,
5852: results/109.processed, results/142.processed,
5853: results/144.processed: - prepare tests to trim trailing methods'
5854: EOLs
5855:
5856: 2010-07-24 moko
5857:
5858: * tests/results/: 156.processed, 224.processed: fix for #54 changed
5859: the hash order in this test
5860:
5861: * tests/014.html: to check hash order, hash no is longer sorted
5862: before print
5863:
5864: * src/include/pa_hash.h: hash copy constructor now keeps order
5865: (bugfix: #54)
5866:
5867: 2010-07-23 moko
5868:
5869: * tests/results/224.processed: @auto[] is no longer inherited
5870:
5871: * src/types/pa_vstateless_class.C, tests/227.html,
5872: tests/results/227.processed: @auto[] is no longer inherited
5873: (bugfix: #57)
5874:
5875: 2010-07-22 misha
5876:
5877: * src/classes/table.C: - don't skip comment lines during
5878: table::load if encloser or separator is set as '#' ( new feature:
5879: #30 )
5880:
5881: * src/targets/cgi/parser3.C: - don't run as cgi if
5882: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
5883: #12 )
5884:
5885: * src/classes/file.C: - set PARSER_VARSION env before external
5886: script executing
5887:
5888: 2010-07-13 misha
5889:
5890: * tests/058.html: - test for suppressing @border was added - test
5891: for user attribute was added
5892:
5893: * tests/results/186.processed: unescaping from \uXXXX
5894:
5895: * tests/186.html: unescaping from \uXXXX
5896:
5897: * tests/: 239.html, results/239.processed: method call type
5898:
5899: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
5900: $junction_method.CLASS_NAME (+CLASS)
5901:
5902: 2010-07-07 misha
5903:
5904: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
5905: *nix
5906:
5907: 2010-07-05 misha
5908:
5909: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5910: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
5911: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
5912: comment strings "options must be hash", "options must be hash,
5913: not code" and "called with invalid option" were replaced by
5914: constatns - exception comment string "invalid option passed" was
5915: replaced by "called with invalid option" (now in different
5916: methods are the same exception comment string)
5917:
5918: * src/include/pa_exception.h: - more exception strings were defined
5919:
5920: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5921: types/pa_vstateless_class.h: - now we can define possible
5922: method's call type ( new feature: #5 ) 1.
5923: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
5924: methods 2. @static:method[params] (only static keyword could be
5925: used here) -- for specified methods
5926:
5927: * src/main/pa_common.C: - junction points should not be deleted on
5928: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
5929: cleanup
5930:
5931: 2010-07-03 misha
5932:
5933: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
5934: results/158.processed, results/160.processed,
5935: results/161.processed, results/162.processed,
5936: results/163.processed: - prepare tests to trim trailing methods'
5937: EOLs
5938:
5939: * tests/results/169.processed: - prepare tests to trim trailing
5940: methods' EOLs
5941:
5942: * tests/results/: 168.processed, 169.processed: - prepare tests to
5943: trim trailing methods' EOLs
5944:
5945: * tests/: results/170.processed, results/167.processed,
5946: results/168.processed, results/169.processed, 167.html, 168.html,
5947: 169.html: - prepare tests to trim trailing methods' EOLs
5948:
5949: * tests/: results/170.processed, results/171.processed,
5950: results/172.processed, results/173.processed,
5951: results/174.processed, results/175.processed, 170.html, 171.html,
5952: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
5953: trailing methods' EOLs
5954:
5955: * tests/: results/176.processed, results/180.processed,
5956: results/184.processed, results/185.processed,
5957: results/191.processed, results/192.processed,
5958: results/196.processed, results/197.processed,
5959: results/198.processed, 176.html, 180.html, 184.html, 185.html,
5960: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
5961: to trim trailing methods' EOLs
5962:
5963: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
5964: results/199.processed, results/208.processed,
5965: results/209.processed, results/213.processed,
5966: results/214.processed: - prepare tests to trim trailing methods'
5967: EOLs
5968:
5969: 2010-06-29 misha
5970:
5971: * tests/: 220.html, 218.html, results/218.processed,
5972: results/215.processed, results/217.processed, 215.html, 217.html:
5973: - prepare tests to trim trailing methods' EOLs
5974:
5975: * tests/: results/224.processed, 224.html, 223.html,
5976: results/223.processed, results/220.processed: - prepare tests to
5977: trim trailing methods' EOLs
5978:
5979: * tests/results/: 226.processed, 230.processed: - prepare tests to
5980: trim trailing methods' EOLs
5981:
5982: * tests/: 229.html, results/229.processed: - prepare tests to trim
5983: trailing methods' EOLs
5984:
5985: * tests/: 232.html, 235.html, results/232.processed,
5986: results/235.processed, 226.html, 227.html, 228.html, 230.html,
5987: results/226.processed, results/227.processed,
5988: results/228.processed, results/230.processed: - prepare tests to
5989: trim trailing methods' EOLs
5990:
5991: 2010-06-16 moko
5992:
5993: * tests/: 229.html, results/229.processed: elseif now supported in
5994: ^if
5995:
5996: * src/classes/op.C: new feature: #56 elseif now supported in ^if
5997:
5998: 2010-06-03 misha
5999:
6000: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6001: instead of memcopy for overlaped regions
6002:
6003: 2010-05-25 misha
6004:
6005: * src/main/pa_common.C: - wanring about unused vars was removed
6006:
6007: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6008: get_method_filename was moved to execute.C
6009:
6010: 2010-05-23 misha
6011:
6012: * src/main/pa_request.C: - more accurate detection of method's file
6013:
6014: 2010-05-22 misha
6015:
6016: * src/classes/reflection.C: - bugfix: core during detection of
6017: .file if filespec isn't detected successfully
6018:
6019: 2010-05-20 misha
6020:
6021: * src/main/pa_request.C: - fix in get_method_filename
6022:
6023: * src/include/pa_request.h: - new feature: #24 -- searching
6024: included file in @USE/^use is changed. if its filespec doesn't
6025: start from '/' it will be searched in caller file directory
6026:
6027: * src/classes/reflection.C: - ^reflection:method_info returns file
6028: where the method is defined
6029:
6030: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6031: classes/op.C: - new feature: #24 -- searching included file in
6032: @USE/^use is changed. if its filespec doesn't start from '/' it
6033: will be searched in caller file directory
6034:
6035: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6036: is moved to pa_common.h
6037:
6038: 2010-05-18 misha
6039:
6040: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6041: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6042: cookie parser decode \uXXXX as well as %uXXXX
6043:
6044: 2010-05-17 misha
6045:
6046: * src/classes/curl.C: beauty: - unused param is removed in method
6047: _curl_version_action - some spaces were removed or replaced by
6048: tabs
6049:
6050: * src/classes/table.C: - bugfix: #72 core with empty value during
6051: ^table.hash[...;name_of_the_last_column][$.type[string]]
6052:
6053: 2010-05-16 misha
6054:
6055: * src/classes/curl.C: new: #61 more curl options were added
6056: (contributed by Sumo)
6057:
6058: 2010-04-29 pretender
6059:
6060: * src/main/pa_string.C: fixes #63 Split result from empty string
6061: now empty string.
6062:
6063: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6064: string type.
6065:
6066: 2010-04-28 pretender
6067:
6068: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6069: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6070: macrodefinition removed
6071:
6072: 2010-04-19 pretender
6073:
6074: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6075: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6076:
6077: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6078: fixes #64 Now file.missing exception generates in unsafe mode to.
6079:
6080: * src/classes/file.C: fixes #48 Now not throw "not save environment
6081: variable" exception in grpunlim version.
6082:
6083: 2010-04-05 misha
6084:
6085: * src/classes/string.C: - new feature: 4th param was added to
6086: match. if specified its value is returned in case of nothing was
6087: found
6088:
6089: 2010-04-01 misha
6090:
6091: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6092: multiple execution of /a/b/auto.p
6093:
6094: 2010-03-19 misha
6095:
6096: * src/main/execute.C: - core in $table1.$table2 was fixed
6097:
6098: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6099:
6100: 2010-01-27 misha
6101:
6102: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6103: trying to open file by path /existing-file/non-exixting-file
6104:
6105: 2010-01-26 misha
6106:
6107: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6108: was added (returns file)
6109:
6110: 2009-12-22 misha
6111:
6112: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6113: now parser doesn't have class curl if it was built without it
6114:
6115: 2009-12-15 misha
6116:
6117: * configure.in: - little cheat with curl include dir was added
6118:
6119: 2009-12-05 misha
6120:
6121: * src/classes/curl.C: - some fixes
6122:
6123: 2009-12-04 misha
6124:
6125: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6126: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6127: buildall-with-xml, buildall-without-xml, configure.in: - curl
6128: class was added
6129:
6130: * src/include/pa_hash.h: - hash-iterator was added
6131:
6132: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6133: was added to pcre
6134:
6135: 2009-11-27 misha
6136:
6137: * src/classes/image.C: - don't add @border attribute to output of
6138: ^image.html[] if it was specified by user with empty value
6139:
6140: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
6141: root element and we are trying to access .documentElement
6142:
6143: 2009-11-11 misha
6144:
6145: * src/classes/table.C: - in ^table.flip[] look at number of columns
6146: instead of number of items in first row for named tables
6147:
6148: 2009-11-10 misha
6149:
6150: * operators.txt: - info about hash-options in ^file::create was
6151: added
6152:
6153: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
6154: added
6155:
6156: 2009-11-09 misha
6157:
6158: * buildall-with-xml: - moving to libxml 2.7.6
6159:
6160: * tests/236.html: - tests for comparations cords with functions
6161: were added
6162:
6163: * src/include/pa_string.h: - optimisation: cacheing of cstr was
6164: added
6165:
6166: * src/main/pa_http.C: - little optimisation
6167:
6168: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
6169: GPF mallocs + stringstream (table.save)
6170:
6171: * src/classes/file.C: - file::create now accepts 4th param: options
6172: with $.charset
6173:
6174: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
6175: bug in cord (comparation cords with functions was buggy)
6176:
6177: 2009-11-06 misha
6178:
6179: * src/main/pa_string.C: - bugfix: calculation string.length
6180: sometimes was buggy
6181:
6182: * src/classes/string.C: - bugfix: Temp_value_element wasn't
6183: destroyed if exception occured during match/replace
6184:
6185: * src/: main/pa_charset.C, include/pa_charset.h: - method
6186: lengthUTF8Char was added
6187:
6188: * src/classes/op.C: - clean tainting lang was added for user's
6189: usage
6190:
6191: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
6192: fixed: checkouts are required after GC_MALLOC
6193:
6194: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
6195:
6196: * operators.txt: - actually, there is no ^untaint[xml] in
6197: file::create
6198:
6199: 2009-10-15 misha
6200:
6201: * tests/: 235.html, 235_attach.txt: - tests for preparing email
6202: were added
6203:
6204: * tests/234.html: - more tests for checking ^taint[uri] escaping
6205: were added
6206:
6207: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
6208: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
6209: hacking: for dealing with transcoding+^taint[uri]
6210: transcode_and_untaint was replaced by untaint_and_transcode
6211:
6212: 2009-10-13 misha
6213:
6214: * tests/: 121.html, results/121.processed: - test transcoding +
6215: url-escaping now
6216:
6217: * tests/results/auto.p: - more helpers' methods were added
6218:
6219: * src/main/pa_globals.C: - die instead of abort
6220:
6221: 2009-10-06 misha
6222:
6223: * src/main/pa_common.C: - don't allocate memory during
6224: capitalization if input string is already capitalized
6225:
6226: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
6227:
6228: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
6229: use format function because it calls malloc
6230:
6231: * src/include/pa_common.h: - more capitalized headers were added
6232:
6233: * src/main/pa_common.C: - in safe mode clear executable bits during
6234: file writing
6235:
6236: 2009-10-05 misha
6237:
6238: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
6239:
6240: 2009-10-03 misha
6241:
6242: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
6243: ^img.text[] & ^img.length[] can work in utf-8 now
6244:
6245: * src/: include/pa_charset.h, main/pa_charset.C: - class
6246: UTF8_string_iterator was added
6247:
6248: * src/classes/image.C: - respect utf-8 when calculate alphabet
6249: length
6250:
6251: * src/classes/mail.C: - check from before get message.cstr
6252:
6253: 2009-10-02 misha
6254:
6255: * tests/233.html: - test for image.font, image.length, image.text
6256: with text in utf-8 were added
6257:
6258: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
6259:
6260: * buildall-with-xml, buildall-without-xml: - comment about gc
6261: version for freebsd 4 was added
6262:
6263: 2009-10-01 misha
6264:
6265: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
6266: terminator) - read_pipe were slightly optimized
6267:
6268: 2009-09-28 misha
6269:
6270: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
6271: removed
6272:
6273: * src/types/pa_vmail.C: - forgot about space after ':'
6274:
6275: * src/types/pa_vmail.C: - escape filenames while preparing mail
6276: body - small simplifications
6277:
6278: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
6279: inout params like pa_base64
6280:
6281: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
6282: option $.debug-print(1) was added to mail:send - changes for
6283: using uue_encode which uses less memory
6284:
6285: * src/main/pa_common.C: - pa_base64_encode uses less memory now
6286:
6287: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
6288: memory now
6289:
6290: 2009-09-26 misha
6291:
6292: * src/types/pa_vmail.C: - default encoding now is base64
6293:
6294: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
6295:
6296: 2009-09-25 misha
6297:
6298: * src/types/pa_vmail.C: - capitalization of headers was added to
6299: sending mail as well
6300:
6301: * buildall-with-xml: - catalog package was removed from libxml
6302:
6303: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
6304: win32 absolute path
6305:
6306: * src/include/pa_common.h: - one more capitalized header was added
6307:
6308: 2009-09-22 misha
6309:
6310: * INSTALL: - comment about building just httpd binary while
6311: building apache module was added
6312:
6313: 2009-09-21 misha
6314:
6315: * buildall-with-xml: - moving to the latest versions of xml libs:
6316: libxml 2.7.4 and libxslt 1.1.25
6317:
6318: 2009-09-19 misha
6319:
6320: * tests/231.html: - test for encoding cookie in win-1251
6321:
6322: 2009-09-18 misha
6323:
6324: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
6325: object] were added
6326:
6327: * operators.txt: - info about method ^reflection:fields[class or
6328: object] was added
6329:
6330: * src/classes/reflection.C: - method ^reflection:fields[class or
6331: object] was added
6332:
6333: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
6334: methods get_fields were added
6335:
6336: * tests/232.html: - tests for @GET[name]
6337:
6338: * src/classes/table.C: - some changes in handling hash-options for
6339: creare, join and locate
6340:
6341: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
6342: defined with option: the type of requested value
6343:
6344: 2009-09-17 misha
6345:
6346: * tests/212.html: - tests for .pattern and .options were added
6347:
6348: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
6349: $regex.options were added
6350:
6351: 2009-09-11 misha
6352:
6353: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
6354: rewrited. it checks not just one case of sending cookies during
6355: file::load[http], but also sending headers and fields (including
6356: files)
6357:
6358: 2009-09-10 misha
6359:
6360: * src/main/untaint.C: - workaround in file-spec lang for old Macs
6361: was removed => now parser can open files with Russian 'r' in
6362: filename
6363:
6364: * src/main/untaint.C: - bugfix: client charset whould be analized
6365: while escaping cookies but now source charset
6366:
6367: * src/main/pa_http.C: - bugfix: the values of http headers didn't
6368: ^tainted[uri] so it was possible to make request with incorrect
6369: http header
6370:
6371: * src/main/pa_http.C: - capitalization of http headers during
6372: file::load[http was slightly changes - bugfix: all headers which
6373: parser sends during file::load[http should be transcoded and only
6374: then escaped
6375:
6376: * src/main/untaint.C: - a bit more comments were added
6377:
6378: * src/classes/: file.C, string.C: - types where changes (minus 2
6379: warnings)
6380:
6381: * src/include/pa_common.h: - 2 capitalized strings for making http
6382: headers during file::load[http were added
6383:
6384: 2009-09-08 misha
6385:
6386: * operators.txt: - changes in file.save and string.save were added
6387:
6388: * tests/: 230.html, 230.txt: - tests for checking options in
6389: file.save and string.save were added
6390:
6391: * src/main/pa_request.C: - http headers names, which are passed to
6392: SAPI::add_header_attribute are lowercased now (it'll be
6393: capitalized in that method)
6394:
6395: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
6396: classes/string.C: - file_write accepts Request_charsets and asked
6397: charset and cound transcode content before writing - string.save
6398: and file.save have option $.charset now
6399:
6400: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
6401: classes/xdoc.C: - file_write accepts Request_charsets and asked
6402: charset and cound transcode content before writing
6403:
6404: * src/include/pa_exception.h: - new exception comment string was
6405: defined
6406:
6407: 2009-09-07 misha
6408:
6409: * src/main/compile.y: - grammar $name\ name stops now for regex
6410: sub-pattern\s
6411:
6412: 2009-09-04 misha
6413:
6414: * src/main/pa_http.C: - capitalization of http headers during
6415: file::load[http was implemented
6416:
6417: 2009-09-03 misha
6418:
6419: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6420: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
6421: types/pa_vmail.C, targets/cgi/parser3.C,
6422: targets/isapi/parser3isapi.C: - back to storing response http
6423: headers in lowercase - capitalize them during output
6424:
6425: 2009-08-31 misha
6426:
6427: * src/classes/table.C: - allow call with any brackets (it could be
6428: useful in methods with explict result declaration)
6429:
6430: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
6431: correctly if $request:charset==koi8-r
6432:
6433: 2009-08-30 misha
6434:
6435: * src/: include/pa_common.h, main/pa_request.C: - http headers were
6436: changed: content-type => Content-type and so on
6437:
6438: * src/classes/file.C, src/include/pa_common.h,
6439: src/include/pa_request.h, src/main/pa_http.C,
6440: src/main/pa_request.C, src/types/pa_vcookie.C,
6441: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
6442: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
6443: tests/results/002.processed, tests/results/003.processed,
6444: tests/results/004.processed, tests/results/005.processed,
6445: tests/results/006.processed, tests/results/007.processed,
6446: tests/results/008.processed, tests/results/009.processed,
6447: tests/results/010.processed, tests/results/011.processed,
6448: tests/results/012.processed, tests/results/013.processed,
6449: tests/results/014.processed, tests/results/015.processed,
6450: tests/results/016.processed, tests/results/017.processed,
6451: tests/results/018.processed, tests/results/019.processed,
6452: tests/results/020.processed, tests/results/021.processed,
6453: tests/results/022.processed, tests/results/023.processed,
6454: tests/results/024.processed, tests/results/025.processed,
6455: tests/results/026.processed, tests/results/027.processed,
6456: tests/results/028.processed, tests/results/029.processed,
6457: tests/results/030.processed, tests/results/031.processed,
6458: tests/results/032.processed, tests/results/033.processed,
6459: tests/results/034.processed, tests/results/035.processed,
6460: tests/results/036.processed, tests/results/037.processed,
6461: tests/results/038.processed, tests/results/039.processed,
6462: tests/results/040.processed, tests/results/041.processed,
6463: tests/results/042.processed, tests/results/043.processed,
6464: tests/results/044.processed, tests/results/045.processed,
6465: tests/results/046.processed, tests/results/047.processed,
6466: tests/results/048.processed, tests/results/049.processed,
6467: tests/results/050.processed, tests/results/051.processed,
6468: tests/results/052.processed, tests/results/053.processed,
6469: tests/results/054.processed, tests/results/055.processed,
6470: tests/results/056.processed, tests/results/057.processed,
6471: tests/results/058.processed, tests/results/059.processed,
6472: tests/results/060.processed, tests/results/061.processed,
6473: tests/results/062.processed, tests/results/063.processed,
6474: tests/results/064.processed, tests/results/065.processed,
6475: tests/results/066.processed, tests/results/067.processed,
6476: tests/results/068.processed, tests/results/069.processed,
6477: tests/results/070.processed, tests/results/071.processed,
6478: tests/results/072.processed, tests/results/073.processed,
6479: tests/results/074.processed, tests/results/075.processed,
6480: tests/results/076.processed, tests/results/077.processed,
6481: tests/results/078.processed, tests/results/079.processed,
6482: tests/results/080.processed, tests/results/081.processed,
6483: tests/results/082.processed, tests/results/083.processed,
6484: tests/results/084.processed, tests/results/085.processed,
6485: tests/results/086.processed, tests/results/087.processed,
6486: tests/results/088.processed, tests/results/089.processed,
6487: tests/results/090.processed, tests/results/091.processed,
6488: tests/results/092.processed, tests/results/093.processed,
6489: tests/results/094.processed, tests/results/095.processed,
6490: tests/results/096.processed, tests/results/097.processed,
6491: tests/results/098.processed, tests/results/099.processed,
6492: tests/results/100.processed, tests/results/101.processed,
6493: tests/results/102.processed, tests/results/103.processed,
6494: tests/results/104.processed, tests/results/105.processed,
6495: tests/results/106.processed, tests/results/107.processed,
6496: tests/results/108.processed, tests/results/109.processed,
6497: tests/results/110.processed, tests/results/111.processed,
6498: tests/results/112.processed, tests/results/113.processed,
6499: tests/results/114.processed, tests/results/115.processed,
6500: tests/results/116.processed, tests/results/117.processed,
6501: tests/results/118.processed, tests/results/119.processed,
6502: tests/results/120.processed, tests/results/121.processed,
6503: tests/results/122.processed, tests/results/123.processed,
6504: tests/results/124.processed, tests/results/125.processed,
6505: tests/results/126.processed, tests/results/127.processed,
6506: tests/results/128.processed, tests/results/129.processed,
6507: tests/results/130.processed, tests/results/131.processed,
6508: tests/results/132.processed, tests/results/133.processed,
6509: tests/results/134.processed, tests/results/135.processed,
6510: tests/results/136.processed, tests/results/138.processed,
6511: tests/results/139.processed, tests/results/140.processed,
6512: tests/results/141.processed, tests/results/142.processed,
6513: tests/results/143.processed, tests/results/144.processed,
6514: tests/results/145.processed, tests/results/146.processed,
6515: tests/results/147.processed, tests/results/148.processed,
6516: tests/results/149.processed, tests/results/150.processed,
6517: tests/results/151.processed, tests/results/152.processed,
6518: tests/results/153.processed, tests/results/154.processed,
6519: tests/results/155.processed, tests/results/156.processed,
6520: tests/results/157.processed, tests/results/158.processed,
6521: tests/results/159.processed, tests/results/160.processed,
6522: tests/results/161.processed, tests/results/162.processed,
6523: tests/results/163.processed, tests/results/164.processed,
6524: tests/results/165.processed, tests/results/166.processed,
6525: tests/results/167.processed, tests/results/168.processed,
6526: tests/results/169.processed, tests/results/170.processed,
6527: tests/results/171.processed, tests/results/172.processed,
6528: tests/results/173.processed, tests/results/174.processed,
6529: tests/results/175.processed, tests/results/176.processed,
6530: tests/results/177.processed, tests/results/178.processed,
6531: tests/results/179.processed, tests/results/180.processed,
6532: tests/results/181.processed, tests/results/182.processed,
6533: tests/results/183.processed, tests/results/184.processed,
6534: tests/results/185.processed, tests/results/186.processed,
6535: tests/results/187.processed, tests/results/188.processed,
6536: tests/results/189.processed, tests/results/190.processed,
6537: tests/results/191.processed, tests/results/192.processed,
6538: tests/results/193.processed, tests/results/194.processed,
6539: tests/results/195.processed, tests/results/196.processed,
6540: tests/results/197.processed, tests/results/198.processed,
6541: tests/results/199.processed, tests/results/200.processed,
6542: tests/results/201.processed, tests/results/202.processed,
6543: tests/results/203.processed, tests/results/204.processed,
6544: tests/results/205.processed, tests/results/206.processed,
6545: tests/results/207.processed, tests/results/208.processed,
6546: tests/results/209.processed, tests/results/210.processed,
6547: tests/results/211.processed, tests/results/212.processed,
6548: tests/results/213.processed, tests/results/214.processed,
6549: tests/results/215.processed, tests/results/216.processed,
6550: tests/results/217.processed, tests/results/218.processed,
6551: tests/results/219.processed, tests/results/220.processed,
6552: tests/results/221.processed, tests/results/222.processed,
6553: tests/results/223.processed, tests/results/224.processed,
6554: tests/results/225.processed, tests/results/226.processed,
6555: tests/results/227.processed, tests/results/228.processed,
6556: tests/results/229.processed: - http headers were changed:
6557: content-type => Content-type and so on
6558:
6559: 2009-08-27 misha
6560:
6561: * src/: main/pa_random.C, include/pa_random.h,
6562: targets/cgi/parser3.C: - year was updated :)
6563:
6564: 2009-08-26 misha
6565:
6566: * tests/: 224.html, 224.p: - test for creating of parser object
6567: using constructor without params - little bugfix in test
6568:
6569: * src/main/compile_tools.h: - bugfix: should't call autouse while
6570: checking existed class while processing partial option
6571:
6572: * src/classes/reflection.C: - bugfix: core when creating object
6573: with reflection and constructor doesn't have params
6574:
6575: 2009-08-24 misha
6576:
6577: * tests/229.html: - tests for checking the number of parameters
6578: were added
6579:
6580: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
6581: number of method's parameters wasn't checked correctly (the bug
6582: was introduced in 3.4.0)
6583:
6584: 2009-08-22 misha
6585:
6586: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
6587: transcoded, but tainted pieces are escaped only when
6588: content-type==url-encoding
6589:
6590: * tests/228.html: - test for checking
6591: ^file::load[http://...;$.body[]]
6592:
6593: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
6594: post charset was too early (charsets is empty at this moment)
6595:
6596: 2009-08-21 misha
6597:
6598: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
6599: main/untaint.C: - some fixes with transcode+untaint
6600:
6601: 2009-08-15 misha
6602:
6603: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
6604: was increaced to 100 (was 50)
6605:
6606: * tests/227.html: - test for checking overriding properties in
6607: static classes was added
6608:
6609: * tests/: 226.html, 226.p: - test for @autoload[] was added
6610:
6611: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
6612: main/execute.C, main/pa_request.C, classes/reflection.C: -
6613: autouse was implemented
6614:
6615: 2009-08-14 misha
6616:
6617: * src/classes/reflection.C: - outdated checkout was removed
6618:
6619: * src/classes/reflection.C: - optimization - method ^dynamical was
6620: added.
6621:
6622: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
6623: types/pa_vstateless_class.h, main/execute.C: - optimization
6624:
6625: * src/types/pa_vclass.C: - exception if base on sytem class
6626:
6627: 2009-08-12 misha
6628:
6629: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
6630: pa_vstateless_class.h: - little optimisation
6631:
6632: 2009-08-11 misha
6633:
6634: * tests/224.html: - method_params => method_info - checking for
6635: $.inherited
6636:
6637: * src/classes/reflection.C, operators.txt: - method method_params
6638: was renamed to method_info and now it returns class name, if
6639: method was defined in ancestor
6640:
6641: * tests/225.html: - tests for cheching properties in hierarhical
6642: classes were added
6643:
6644: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
6645: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6646: main/compile.y, main/execute.C, classes/classes.C: - problems
6647: with properties in new classes implementation were fixed
6648:
6649: 2009-08-10 misha
6650:
6651: * src/main/execute.C: - now constructor shouldn't be defined in
6652: class. it could be defined in parent.
6653:
6654: 2009-08-09 misha
6655:
6656: * src/classes/reflection.C: - ^reflection:methods doesn't return
6657: base's methods
6658:
6659: 2009-08-08 misha
6660:
6661: * src/: classes/classes.h, classes/date.C, classes/file.C,
6662: classes/form.C, classes/hash.C, classes/hashfile.C,
6663: classes/image.C, classes/mail.C, classes/op.C,
6664: classes/reflection.C, classes/regex.C, classes/string.C,
6665: classes/table.C, classes/xdoc.C, classes/xnode.C,
6666: classes/xnode.h, include/pa_hash.h, main/execute.C,
6667: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
6668: types/pa_method.h, types/pa_property.h, types/pa_value.C,
6669: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6670: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6671: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
6672: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6673: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
6674: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
6675: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
6676: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
6677: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
6678: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
6679: types/pa_vresponse.C, types/pa_vresponse.h,
6680: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6681: types/pa_vstateless_object.h, types/pa_vstatus.C,
6682: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
6683: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6684: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6685: types/pa_wwrapper.h, types/types.vcproj: - new classes
6686: implementation
6687:
6688: * buildall-with-xml, buildall-without-xml: - gc has a bug if
6689: USE_MUNMAP is used. so it is disabled as a workaround.
6690:
6691: 2009-08-05 misha
6692:
6693: * src/: main/pa_common.C, include/pa_common.h: - not needed
6694: parameter was removed
6695:
6696: * src/main/pa_http.C: - bugfix: error was during detecting
6697: content-type of file which was loaded by http
6698:
6699: 2009-08-01 misha
6700:
6701: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
6702: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
6703: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
6704: can't be disabled with defines any longer
6705:
6706: 2009-07-29 misha
6707:
6708: * src/classes/reflection.C, tests/results/224.processed: - for
6709: native methods with any call type now returned empty call_type
6710: value
6711:
6712: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6713: classes/table.C, include/pa_hash.h, include/pa_request.h,
6714: main/pa_request.C: - break in cycles was optimized
6715:
6716: * INSTALL: - more defines were described
6717:
6718: 2009-07-28 misha
6719:
6720: * operators.txt: - some changes in information about reflection
6721: class
6722:
6723: * tests/: 224.html, 224.p: - tests for reflection class
6724:
6725: * src/classes/reflection.C: - some bugs were fixed, method classes
6726: was added, refactoring
6727:
6728: 2009-07-26 misha
6729:
6730: * src/classes/classes.vcproj: - reflection class wass added to
6731: project
6732:
6733: * operators.txt: - information about reflection class was added
6734:
6735: * src/classes/reflection.C: - class was redesigned
6736:
6737: 2009-07-24 misha
6738:
6739: * src/classes/: Makefile.am, reflection.C: - class reflection was
6740: added
6741:
6742: * src/types/pa_vstateless_class.h: - method for reflection method's
6743: in classes was added
6744:
6745: 2009-07-22 misha
6746:
6747: * src/main/compile_tools.h: - bugfix: $object.$var was
6748: over-optimized. it failed if $object1.$object2.field
6749:
6750: 2009-07-16 misha
6751:
6752: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
6753: lib/cord/cordxtra.c, lib/cord/include/cord.h,
6754: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
6755: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
6756: one more arg: length of cord
6757:
6758: 2009-07-15 misha
6759:
6760: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
6761: tainted in ^file::load[http://...;$.cookies[]]
6762:
6763: * src/classes/: op.C, regex.C, string.C: - new string with
6764: exception was used
6765:
6766: * src/include/pa_exception.h: - new string with exception was added
6767:
6768: * tests/223.html: - test for checking cookie-encoding during
6769: ^file::load[http was added
6770:
6771: * tests/: 221.html, 222.html: - tests for checking type of
6772: $table.fields.field were added
6773:
6774: * src/types/pa_vtable.C: - not used var decl was removed
6775:
6776: * src/include/pa_string.h: - use cached string length in Body::mid.
6777: it improves speed of match with brackets in pattern
6778:
6779: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
6780: outside
6781:
6782: 2009-07-14 misha
6783:
6784: * src/types/pa_vtable.C: - $table.fields.a return string even if
6785: column is empty (sometime returned void) - $table.fields was
6786: added for nameless tables
6787:
6788: * src/targets/cgi/getopt.c: - one warning resolved
6789:
6790: * src/main/pa_string.C: - potentian bug fixed
6791:
6792: * src/classes/op.C: - small optimization in taint/untaint
6793:
6794: 2009-07-13 misha
6795:
6796: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
6797: added
6798:
6799: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
6800: souldn't add the attribut to output
6801:
6802: 2009-07-11 misha
6803:
6804: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6805: stack size was increaced to 2MB (default=1MB)
6806:
6807: 2009-07-08 misha
6808:
6809: * src/main/pa_string.C: - link to UTF-8 description was added
6810:
6811: * src/include/pa_hash.h: - hash keeps element's order in more
6812: places (ex: ._keys[])
6813:
6814: * tests/220.html: - test for checking order of elements in hash in
6815: foreach was added
6816:
6817: * tests/172.html: - small changes in printing hash
6818:
6819: * tests/129.html: - small changes in printing hash
6820:
6821: * src/: include/pa_common.h, include/pa_hash.h,
6822: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
6823: types/pa_vmethod_frame.h: - hash now keeps order of elements
6824:
6825: * tests/014.html: - small changes in printing hash
6826:
6827: 2009-07-07 misha
6828:
6829: * src/classes/op.C: - new taint language "parser-code" was added
6830:
6831: * tests/219.html: - test for auto untaint parser code in process
6832: was added
6833:
6834: * src/classes/op.C: - tainted pieces in body of process are
6835: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
6836:
6837: * src/: include/pa_string.h, main/untaint.C: - new language
6838: L_PARSER_CODE for auto-untaint in process was added
6839:
6840: * src/: classes/file.C, classes/hash.C, classes/image.C,
6841: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
6842: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
6843: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
6844: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
6845: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
6846: code cleanup
6847:
6848: 2009-07-06 misha
6849:
6850: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
6851: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
6852: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6853:
6854: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
6855: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
6856: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
6857: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
6858: should be used
6859:
6860: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
6861: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
6862: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
6863: untaint_cstr[m] should be used
6864:
6865: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
6866: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6867:
6868: * tests/218.html: - test for checking automatic file-spec-taint was
6869: added
6870:
6871: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
6872: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
6873: classes/file.C, classes/hash.C, classes/image.C,
6874: classes/string.C, classes/table.C, classes/void.C,
6875: classes/xdoc.C: - optimizations and simplification of
6876: string.cstr(...)
6877:
6878: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
6879: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
6880: - optimizations and simplification of string.cstr(...)
6881:
6882: 2009-07-04 misha
6883:
6884: * tests/217.html: - test for recursion detection was added
6885:
6886: * src/: types/types.vcproj, main/main.vcproj,
6887: classes/classes.vcproj, targets/cgi/parser3.vcproj,
6888: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
6889: from .vcproj
6890:
6891: * src/types/pa_wwrapper.h: - dynamic_cast was removed
6892:
6893: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
6894: uploading files and case-insensitive http-method were added
6895:
6896: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
6897: tainted pattern in ^file:list[] was added
6898:
6899: 2009-07-03 misha
6900:
6901: * src/: classes/classes.vcproj, main/main.vcproj,
6902: types/types.vcproj, targets/cgi/parser3.vcproj,
6903: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
6904: for dynamic_cast) - little options changes
6905:
6906: * src/main/pa_http.C: - file::load[http works now with uploading
6907: files _and_ changing $.charset
6908:
6909: 2009-06-29 misha
6910:
6911: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
6912: while creating pattern
6913:
6914: 2009-06-25 misha
6915:
6916: * src/classes/image.C, operators.txt: - options' names for
6917: ^image.font were changed to $.space, $.width and $spacing -
6918: default space width now == gif's width
6919:
6920: 2009-06-24 misha
6921:
6922: * tests/215.html: - tests for $file.mode were added
6923:
6924: * operators.txt: - added info about $file.mode and changes in
6925: ^image.font[
6926:
6927: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
6928: param now could be omited - third param now could be hash (with
6929: all widths options: $.space-width, $.letter-width) - it's
6930: possible to specify tracking ($.letter-space)
6931:
6932: * src/classes/file.C: - file objects now could have mode field
6933: (text|binary)
6934:
6935: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
6936:
6937: 2009-06-23 misha
6938:
6939: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
6940: trim can work with utf-8 chars now
6941:
6942: 2009-06-20 misha
6943:
6944: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
6945: was implemented
6946:
6947: * src/classes/table.C: - string length cacheing was implemented
6948:
6949: * src/include/pa_string.h: - string length cacheing was implemented
6950:
6951: 2009-06-17 misha
6952:
6953: * src/main/execute.C: - value param was removed from
6954: WContext::WContext
6955:
6956: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
6957: pa_wwrapper.h: - value param was removed from WContext::WContext
6958: - field wcontext was removed from VCodeFrame (using fparent
6959: instead)
6960:
6961: * tests/214.html: - test with hash copying
6962:
6963: 2009-06-16 misha
6964:
6965: * tests/: 062.html, results/062.processed: - evaluation hardcoded
6966: strings doesn't work in expression anymore
6967:
6968: * src/main/execute.C: - less calls for get_constructing() - little
6969: refactoring
6970:
6971: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
6972: include/pa_request.h: - less calls for get_constructing()
6973:
6974: * src/classes/: hash.C, hashfile.C: - fixed bug which was
6975: introduced with OPTIMIZE_SINGLE_STRING optimization
6976:
6977: 2009-06-14 misha
6978:
6979: * src/: classes/date.C, classes/file.C, classes/hash.C,
6980: classes/hashfile.C, classes/image.C, classes/regex.C,
6981: classes/table.C, classes/xdoc.C, classes/xnode.h,
6982: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
6983: types/pa_vstateless_class.h, main/execute.C: - create object for
6984: storing object's fields only for parser objects
6985:
6986: 2009-06-13 misha
6987:
6988: * buildall-with-xml, buildall-without-xml: - new option was added
6989: for building GC (it slightly reduces memory usage)
6990:
6991: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
6992: single string write
6993:
6994: * src/main/execute.C: - bytecode optimization of ^class:constructor
6995: - optimization of single string write
6996:
6997: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
6998: - bytecode optimization of ^class:constructor
6999:
7000: 2009-06-09 misha
7001:
7002: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7003: main (better compatibility)
7004:
7005: 2009-06-08 misha
7006:
7007: * src/main/compile.y: - I've forgot to commit it :(
7008:
7009: 2009-06-07 misha
7010:
7011: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7012: WITH_READ and WITH_ROOT
7013:
7014: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7015: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7016: WITH_ROOT - little refactoring
7017:
7018: 2009-06-06 misha
7019:
7020: * tests/213.html: - tests for 3rd match string-param were added
7021:
7022: * src/classes/string.C: - 3rd match param could be string now
7023:
7024: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7025: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7026: GET_OBJECT_ELEMENT
7027:
7028: 2009-06-05 misha
7029:
7030: * src/main/pa_http.C: - bugfix: content-length was not calculated
7031: if $.body was specified
7032:
7033: 2009-06-04 misha
7034:
7035: * src/classes/op.C: - optimizing write_assign_lang in connect
7036:
7037: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7038:
7039: * src/main/execute.C: - little refactoring - optimizing
7040: write_assign_lang in taint/untaint
7041:
7042: * src/include/pa_opcode.h: - little refactoring
7043:
7044: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7045: main/compile_tools.h, main/execute.C: - optimizations for
7046: $self.field, ^self.method, $self.field[...] and $self.field(...)
7047: were added
7048:
7049: 2009-06-03 misha
7050:
7051: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7052:
7053: 2009-06-02 misha
7054:
7055: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7056: include/pa_opcode.h: - refactoring in last optimizations
7057: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7058: now but code is much easy and it is ready for further
7059: improvements.
7060:
7061: 2009-05-27 misha
7062:
7063: * src/: types/pa_junction.h, types/pa_vjunction.C,
7064: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7065: changed in destructing junctions
7066:
7067: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7068: String:Body
7069:
7070: 2009-05-26 misha
7071:
7072: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7073: one method detect_charset was deleted - bug was fixed in this
7074: method (error while detecting charset in content_type withot last
7075: ';')
7076:
7077: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7078: once
7079:
7080: 2009-05-25 misha
7081:
7082: * src/classes/file.C: - bugfix: file::exec didn't work after
7083: optimizing of helper_length
7084:
7085: 2009-05-24 misha
7086:
7087: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7088: were added - little refactoring
7089:
7090: * src/main/execute.C: - core while printing in debug log
7091: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7092: optimisations were added
7093:
7094: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7095: were added
7096:
7097: 2009-05-23 misha
7098:
7099: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7100: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7101: CORD_cat optimization
7102:
7103: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7104: - call constr optimisation under separate define now
7105:
7106: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7107: in $b should be string, not void
7108:
7109: * src/main/compile.y: - little fix for rem-cut optimisation
7110:
7111: * src/: include/pa_opcode.h, main/compile_tools.C,
7112: main/compile_tools.h, main/execute.C: - optimisations for
7113: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7114:
7115: * INSTALL: - description of some #defined were added
7116:
7117: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7118: before 1st access (memory usage is reduced if don't access to
7119: .text field)
7120:
7121: * src/include/pa_array.h: - array grows step now not static (it
7122: reduces numbers of reallocs)
7123:
7124: 2009-05-20 misha
7125:
7126: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7127: $.b(2), $c[d] and $.e[f] was added
7128:
7129: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7130: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7131: $.e[f] was added
7132:
7133: * src/main/execute.C: - debug printing moved in defines
7134:
7135: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
7136: and little refactoring for OP_GET_OBJECT_ELEMENT +
7137: OP_GET_OBJECT_VAR_ELEMENT optimisation
7138:
7139: 2009-05-19 misha
7140:
7141: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7142: execute.C: - $a.$b & ^a.$b bytecode optimisation
7143:
7144: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
7145: ^a.$b optimisation)
7146:
7147: * src/main/compile.y: - compiler now generate new opcodes:
7148: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
7149: ^a.b - compiler now cut off ^rem{ with all content ; any number
7150: of params }
7151:
7152: * src/main/execute.C: - code for handle new opcodes
7153: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
7154:
7155: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
7156: added for LA2V and LA2S
7157:
7158: * src/include/pa_opcode.h: - new defines which can be used for
7159: disable some bytecode optimisation and new opcodes were added
7160:
7161: 2009-05-17 misha
7162:
7163: * src/lib/cord/cordxtra.c: - bugfix.
7164:
7165: * tests/212.html: - .size[] and .study_size[] were added to tests
7166:
7167: * operators.txt: - info about regex class was added
7168:
7169: * tests/212.html: - tests for regex class were added
7170:
7171: 2009-05-16 misha
7172:
7173: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
7174: gc7.1
7175:
7176: * tests/022.html: - test for ^file:list[path;] (empty second param)
7177: was added
7178:
7179: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
7180: param) should work
7181:
7182: 2009-05-15 misha
7183:
7184: * src/classes/table.C: - automatically disable stringstream usage
7185: on freebsd4
7186:
7187: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
7188: scope
7189:
7190: * tests/211.html: - test with different types of access to hash was
7191: added
7192:
7193: * tests/210.html: - test which checks for loosing tainting in
7194: hash's keys was added
7195:
7196: * tests/208.html: - some parser work added. or stime == 0 %-)
7197:
7198: * src/lib/cord/cordbscs.c: - little hack was added to cord
7199:
7200: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
7201:
7202: * src/include/pa_version.h, configure.in: - moko have made a lot of
7203: optimisations for increacing version number more dramatically :)
7204:
7205: * src/classes/date.C: - little refactoring: use constructor which
7206: accepts formated string
7207:
7208: * src/: include/pa_string.h, main/pa_string.C: - String constructor
7209: which can print formatted string was added
7210:
7211: 2009-05-14 misha
7212:
7213: * src/include/pa_string.h: - type was fixed
7214:
7215: * src/: classes/hashfile.C, classes/op.C,
7216: include/pa_cache_managers.h, include/pa_charset.h,
7217: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
7218: include/pa_request.h, include/pa_sql_driver_manager.h,
7219: include/pa_string.h, include/pa_stylesheet_manager.h,
7220: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
7221: main/pa_charsets.C, main/pa_string.C,
7222: main/pa_stylesheet_connection.C, types/pa_value.h,
7223: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7224: types/pa_vobject.C, types/pa_vstateless_class.C,
7225: types/pa_vstateless_class.h: - hash_code caching was implemented
7226: (seaches should be faster now)
7227:
7228: * src/: classes/file.C, classes/hash.C, classes/image.C,
7229: classes/string.C, classes/table.C, include/pa_string.h,
7230: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
7231: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
7232: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
7233: types/pa_vrequest.C: - String constructors don't have that stupid
7234: true/false param which means 'tainted'. they accept lang instead.
7235:
7236: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
7237: with OPTIMIZE_RESULT
7238:
7239: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
7240: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
7241:
7242: 2009-05-13 misha
7243:
7244: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
7245: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
7246: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7247: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
7248: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
7249: main/pa_common.C, main/pa_request.C, main/pa_string.C,
7250: include/pa_string.h, classes/date.C, classes/file.C,
7251: classes/hash.C, classes/image.C, classes/string.C,
7252: classes/table.C, classes/xdoc.C: - result optimisation -
7253: helper_length parameter removed from string constructors
7254:
7255: 2009-05-11 misha
7256:
7257: * tests/209.html: - tests for ^hash::create[hash] were added
7258:
7259: * tests/208.html: - tests for $status:rusage, $status:memory,
7260: ^memory:compact[] were added
7261:
7262: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
7263: log10 were added
7264:
7265: * tests/206.html: - test for try with finally was added
7266:
7267: 2009-05-10 misha
7268:
7269: * tests/205.html: - test for ^file::create[...] was added
7270:
7271: * tests/204.html: - test for ^response:clear[] was added
7272:
7273: * tests/038.html: - tests for trigonometric functions were added
7274:
7275: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
7276: added - more tests for .add, .sub, .union, .intersects and
7277: .intersections
7278:
7279: * tests/065.html: - test for ^file:dirname was added
7280:
7281: * tests/030.html: - test for $cookie:fields was added
7282:
7283: * tests/203.html: - test for ^h._keys[column name] was added
7284:
7285: * tests/201.html: - tests for .trim were added
7286:
7287: * tests/202.html: - tests for last-day,
7288: date:calendar[type](YYYY;MM;DD) were added
7289:
7290: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
7291: .offset[type](N) were added
7292:
7293: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
7294: and .pos[c](N) were added
7295:
7296: * tests/141.html: - test for math:sha1 was added
7297:
7298: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
7299:
7300: 2009-05-09 misha
7301:
7302: * src/main/compile.y: - rollback
7303:
7304: 2009-05-05 misha
7305:
7306: * src/main/pa_exec.C: - little optimisation: somewhere length() was
7307: replaced by is_empty()
7308:
7309: * src/: include/pa_string.h, main/pa_charset.C: - little
7310: optimisation: somewhere length() was replaced by is_empty()
7311:
7312: * src/classes/table.C: - little optimisation: somewhere length()
7313: was replaced by is_empty()
7314:
7315: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
7316: classes/op.C, classes/table.C, main/pa_exception.C: - little
7317: optimisation: somewhere length() was replaced by is_empty()
7318:
7319: 2009-05-04 misha
7320:
7321: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7322: types/pa_vstateless_class.h, main/execute.C,
7323: include/pa_request.h, classes/hash.C, classes/op.C,
7324: classes/table.C: - more optimisations were added: some operators
7325: don't switch write context anylonger
7326:
7327: 2009-05-01 misha
7328:
7329: * src/main/compile.y: - slightly more opcode optimisations for
7330: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
7331:
7332: * src/main/execute.C: - simplifying process for getters
7333:
7334: 2009-04-30 misha
7335:
7336: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
7337:
7338: * tests/results/199.processed: - test for checking $result into
7339: ^rem was added
7340:
7341: * tests/199.html: - test for checking $result into ^rem was added
7342:
7343: * tests/: 022.html, 096.html: - þsort after :list was asses (on
7344: some OS it returns list in different order)
7345:
7346: * src/: include/pa_array.h, include/pa_request.h,
7347: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
7348: changes in stack impl - get_element() optimisation: 3rd param
7349: removed - bugfix: problems with reading empty input param -
7350: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
7351:
7352: * tests/results/198.processed: - test for reading empty local var
7353: was added
7354:
7355: * tests/198.html: - test for reading empty local var was added
7356:
7357: 2009-04-29 misha
7358:
7359: * src/main/compile.y: - bugfix: couldn't compile because
7360: OP_VALUE__GET_ELEMENT should be unde #ifdef
7361:
7362: * src/: include/pa_array.h, include/pa_opcode.h,
7363: include/pa_request.h, main/compile.y, main/execute.C,
7364: main/pa_request.C, types/pa_vmethod_frame.C,
7365: types/pa_vmethod_frame.h: - we can work without opcode
7366: OP_STORE_PARAM, so it was removed
7367:
7368: 2009-04-28 misha
7369:
7370: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
7371: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
7372: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
7373: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
7374: 4.
7375: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
7376:
7377: * src/main/compile_tools.h: - new stuff for op-codes optimisation
7378:
7379: * src/: main/pa_string.C, classes/string.C: - !length() =>
7380: is_empty()
7381:
7382: 2009-04-27 misha
7383:
7384: * src/types/pa_vregex.h: - back explicit vars initialisation
7385:
7386: 2009-04-24 misha
7387:
7388: * src/classes/string.C: - ups. typo fixed
7389:
7390: * src/main/execute.C: - more replacements '*new VBool' to
7391: 'VBool::get' - checks for ^break[], ^continue[] and
7392: parser.interrupted were optimised
7393:
7394: * src/classes/string.C: - number of params.count() calls was
7395: slightly reduced
7396:
7397: 2009-04-23 misha
7398:
7399: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7400: make it x64 friendly
7401:
7402: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7403: parser is x64 friendly now
7404:
7405: 2009-04-22 misha
7406:
7407: * src/types/pa_vhashfile.C: - coder friendly exception about
7408: exceeding record size was added
7409:
7410: * src/classes/file.C: - use vregex object instead of direct calls
7411: methods from pcre lib
7412:
7413: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
7414: classes/string.C: - use vregex object instead of direct calls
7415: methods from pcre lib
7416:
7417: * src/: include/pa_common.h, main/pa_common.C: - method
7418: print_pcre_exec_error_text was moved to class vregex
7419:
7420: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
7421: was added
7422:
7423: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
7424: - class vregex was added
7425:
7426: 2009-04-21 misha
7427:
7428: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
7429:
7430: * src/: types/pa_junction.h, types/pa_value.C,
7431: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
7432: types/pa_wcontext.h, main/execute.C, classes/op.C: -
7433: junction-optimisation (destructors)
7434:
7435: * src/include/pa_array.h: - free under if now
7436:
7437: 2009-04-19 misha
7438:
7439: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
7440:
7441: 2009-04-18 misha
7442:
7443: * src/include/pa_version.h:
7444: :q :
7445:
7446: CV:
7447: ----------------------------------------------------------------------
7448:
7449: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
7450: refactoring
7451:
7452: * src/: include/pa_array.h, include/pa_hash.h,
7453: types/pa_vmethod_frame.h: - destructors under #ifdef now
7454:
7455: * src/include/pa_memory.h: - define for using destructors was added
7456:
7457: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7458: main/execute.C: - some junctions will be cached now
7459:
7460: * src/include/pa_hash.h: - hash destructor frees pairs now
7461:
7462: * src/include/pa_array.h: - inline was added to destructor
7463:
7464: * src/types/pa_method.h: - comment was changed
7465:
7466: 2009-04-17 misha
7467:
7468: * src/: include/pa_array.h, include/pa_hash.h,
7469: types/pa_vmethod_frame.h: - destructors were added
7470:
7471: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
7472: renamed to always_use_result
7473:
7474: * src/main/: compile.y, compile_tools.h: - rollback changes in
7475: compiler: full backward compatibility is better
7476:
7477: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
7478: result in var's hash
7479:
7480: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7481: optimisation in method_frame
7482:
7483: * src/include/pa_array.h: - optimisation in array (allocate
7484: elements only when needed)
7485:
7486: * src/types/pa_vresponse.C: - check for $response:headers field
7487: before looking at custom fields
7488:
7489: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
7490: not needed to check existance var with name 'result' in var's
7491: hash
7492:
7493: * src/main/compile.y: - compiler was changed: now it detects
7494: writings to $result and set flag writo_to_result in method
7495:
7496: * src/classes/string.C: - little optimisation: no needed to write
7497: number with lang
7498:
7499: * src/main/pa_charset.C: - methods readChar and skipChar which is
7500: used for read utf8-strings were renamed - is_escaped was renamed
7501: to isEscaped (to the same name convention)
7502:
7503: * src/: types/pa_method.h, main/compile_tools.h: - flag
7504: write_to_result added. compiler get this info from code.
7505:
7506: 2009-04-16 misha
7507:
7508: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
7509: String only before 1st write
7510:
7511: * src/include/pa_string.h: - not needed template removed
7512:
7513: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
7514: types/pa_vjunction.C, types/pa_vproperty.C,
7515: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
7516: main/pa_request.C, classes/bool.C, classes/double.C,
7517: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
7518: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
7519: bool objects)
7520:
7521: 2009-04-15 misha
7522:
7523: * src/lib/cord/cordxtra.c: - more optimisation
7524:
7525: * src/: include/pa_string.h, main/untaint.C: - String::append
7526: optimisation
7527:
7528: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
7529: then get and can sometime be used)
7530:
7531: * src/main/pa_string.C: - String::length optimisation
7532:
7533: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
7534: these methods read different strings
7535:
7536: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7537: fresult_initial_void removed + some optimisation - if $result
7538: defined we don't write to context anymore
7539:
7540: * src/main/pa_charset.C: - readChar => skipChar (in this place we
7541: need just skip char)
7542:
7543: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7544: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
7545: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
7546:
7547: * src/types/pa_vvoid.h: - added get() method for retreave one
7548: instance
7549:
7550: 2009-04-11 misha
7551:
7552: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
7553:
7554: * tests/197.html: - test for parser://test in xml was added
7555:
7556: * src/classes/string.C: - small optimisation
7557:
7558: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
7559: optimisation
7560:
7561: 2009-04-10 misha
7562:
7563: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
7564: to pcre-7.8
7565:
7566: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
7567:
7568: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
7569: added
7570:
7571: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
7572: $request:CLASS_NAME were added
7573:
7574: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
7575: were added
7576:
7577: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
7578: $env:CLASS_NAME were added
7579:
7580: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
7581: '@todo' now
7582:
7583: * src/targets/cgi/parser3.C: - size_t -> int for calming down
7584: compirer
7585:
7586: * src/main/pa_string.C: - little code cleanup
7587:
7588: * src/main/pa_common.C: - describe one more UTF-8 related error
7589: during PCRE compile/execute
7590:
7591: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
7592: normalizing todo-comments: '@todo' now
7593:
7594: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
7595:
7596: * src/main/pa_charset.C: - type changed for making compiler happy
7597:
7598: 2009-03-10 misha
7599:
7600: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
7601: in main()
7602:
7603: 2009-02-01 misha
7604:
7605: * src/main/pa_http.C: - bugfix: double CRLF before the end of
7606: boundary
7607:
7608: 2009-01-25 misha
7609:
7610: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
7611:
7612: * src/classes/file.C: - more changes for parsing different number
7613: of params for file::load
7614:
7615: * tests/193.html: - tests for exception while base64-decode binary
7616: to string was added
7617:
7618: * tests/192.html: - tests for file::load with different number of
7619: options
7620:
7621: * src/classes/math.C: - ups. forgot '+1'
7622:
7623: * src/: classes/table.C, classes/file.C, include/pa_common.h,
7624: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
7625: main/pa_http.C: - ^file::load[...;http://...;] now can post files
7626: (new option $.encode[multipart-form/data] should be specified) -
7627: $.method[] option for file::load now is not case-sensitive
7628:
7629: * src/: include/pa_string.h, main/untaint.C: - for file post the
7630: new taint language L_FILE_POST was added
7631:
7632: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
7633: main/main.vcproj, classes/math.C, include/Makefile.am: - some
7634: stuff was moved to separate files
7635:
7636: 2009-01-23 misha
7637:
7638: * src/classes/math.C: - little optimisation in ^math:sha1[] -
7639: spaces to tabs were converted
7640:
7641: 2009-01-12 misha
7642:
7643: * src/main/pa_http.C: - value of $.method[] option force uppercased
7644: now
7645:
7646: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
7647: types/pa_vform.C, types/pa_vmail.C: - some constants changed
7648: their names
7649:
7650: * src/main/pa_common.C: - changes in formating
7651:
7652: * src/: classes/file.C, main/pa_http.C: - some constants changed
7653: their names
7654:
7655: * src/include/pa_http.h: - some spaces were converted to tabs
7656:
7657: * src/include/pa_common.h: - some constants changed their names
7658:
7659: * src/classes/file.C: - fixed 4-th paramether for file::load -
7660: little code rewriting
7661:
7662: * src/types/pa_vfile.C: - little code rewriting
7663:
7664: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
7665: types/pa_value.h: - some formating changes
7666:
7667: * src/include/pa_common.h: - some formating spaces transformed to
7668: tabs
7669:
7670: * src/classes/string.C: - exception while base64-decode binary to a
7671: string
7672:
7673: 2009-01-11 misha
7674:
7675: * configure.in: - version changed to 3.3.1b
7676:
7677: 2008-09-05 misha
7678:
7679: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
7680: release_3_3_0 on 2008-09-05 10:59:35 +0000
7681:
7682: 2008-09-04 misha
7683:
7684: * tests/: 130.html, 131.html: - these exceptions not typeless
7685: anymore
7686:
7687: * src/classes/op.C: - exception with 'invalid taint language' not
7688: typeless anylonger
7689:
7690: * src/classes/image.C: - some exceptions while operations with
7691: image not typeless anymore
7692:
7693: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
7694: main/pa_exec.C, main/pa_http.C: - some exceptions while
7695: operations with files not typeless anymore
7696:
7697: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
7698: types/pa_vdate.h: - exceptions while checking date range not
7699: typeless anymore
7700:
7701: * src/include/pa_exception.h: - exception type string for invalid
7702: date range was added
7703:
7704: 2008-09-03 misha
7705:
7706: * src/: classes/file.C, main/pa_string.C: - exception while pce
7707: operations not typeless anymore
7708:
7709: * src/include/pa_exception.h: - exception type for pce operations
7710: was added
7711:
7712: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
7713: and .CLASS_NAME insite classes
7714:
7715: * src/classes/table.C: - don't save table header whiile
7716: ^table.save[append;filename] if file exists
7717:
7718: 2008-09-02 misha
7719:
7720: * src/main/compile.y, src/main/compile_tools.h,
7721: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
7722: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
7723: renamed to partial and it login changed: we must mark class as
7724: partial for allow their modifications in future.
7725:
7726: 2008-08-29 misha
7727:
7728: * tests/results/022.processed: - testing taint[regex] in mask for
7729: file:list
7730:
7731: * tests/022.html: - testing taint[regex] in mask for file:list
7732:
7733: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
7734: for file:list was added
7735:
7736: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
7737: file:list
7738:
7739: 2008-08-26 misha
7740:
7741: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
7742: last derived object
7743:
7744: * src/classes/image.C: - many strings "image.format" replaced by
7745: IMAGE_FORMAT constant string - handle GPS info while parse exif -
7746: understand some more exif tags
7747:
7748: * src/include/pa_exception.h: - string "image.format" was added
7749:
7750: 2008-08-21 misha
7751:
7752: * src/: main/pa_string.C, classes/file.C: - use method for print
7753: pcre_exec text error
7754:
7755: * src/main/pa_common.C: - method for print pcre_exec text error was
7756: added
7757:
7758: * src/include/pa_common.h: - method declaration for print pcre_exec
7759: text error was added
7760:
7761: 2008-08-19 misha
7762:
7763: * src/main/execute.C: - bugfix: opcodes must be in separate
7764: namespace while debug execution as well
7765:
7766: * tests/: 015.html, results/015.processed: - test for escaping some
7767: parser chars was added
7768:
7769: 2008-08-18 misha
7770:
7771: * tests/: 190.html, 190.p, results/190.processed: - test for
7772: $caller.self.field + default getter in one class was added
7773:
7774: * tests/: 189.html, results/189.processed: - test for
7775: ^date::create[date object]
7776:
7777: * tests/: 188.html, results/188.processed: - tests for match with
7778: UTF-8 strings
7779:
7780: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
7781: ^string.match[]
7782:
7783: * ChangeLog: - parser 3.3.0 beta13
7784:
7785: 2008-08-15 misha
7786:
1.116 moko 7787: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
7788: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
7789: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
7790: dftables.c: - old PCRE files removed
1.95 moko 7791:
7792: * src/lib/pcre/config.h: - configuration for PCRE library
7793:
7794: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7795: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
7796:
7797: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
7798: library and set flag UTF8 if $request:charset is UTF-8
7799:
7800: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
7801: include/pa_config_fixed.h: - moved to new PCRE library
7802:
7803: * src/: main/main.vcproj, types/types.vcproj,
7804: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
7805: win32\pcre instead of parser3\src\lib\pcre
7806:
7807: * src/: include/pa_opcode.h, include/pa_operation.h,
7808: main/compile.C, main/compile.y, main/compile_tools.C,
7809: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
7810: opcodes were moved to separate namespace
7811:
7812: 2008-08-14 misha
7813:
7814: * src/types/pa_vstateless_class.C: - newline at the end missed
7815:
7816: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
7817: tainting
7818:
7819: 2008-08-11 misha
7820:
7821: * tests/: 187.html, 187.p, results/187.processed: - tests for
7822: $caller.self, $caller.self.field and $caller.self.field[value]
7823: were added
7824:
7825: * src/types/pa_vmethod_frame.h: - still need to check 'self'
7826: runtime as well (for $caller.self)
7827:
7828: 2008-07-25 misha
7829:
7830: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
7831: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
7832: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
7833: tests with international characters
7834:
7835: 2008-07-23 misha
7836:
7837: * src/main/pa_http.C: - escape $cookies as %uXXXX while
7838: file::load[...;http://
7839:
7840: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
7841: now everywhere in separate namespace
7842:
7843: * src/types/pa_vmethod_frame.h: - looking for caller before looking
7844: for vars
7845:
7846: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
7847: can be escaped by '^'
7848:
7849: 2008-07-22 misha
7850:
7851: * src/classes/string.C, tests/186.html: - names changes:
7852: escape=>js-escape, unescape=>js-unescape
7853:
7854: 2008-07-21 misha
7855:
7856: * tests/results/186.processed: - test for string escape/unescape
7857:
7858: * tests/186.html: - test for string escape/unescape
7859:
7860: * src/classes/string.C: - string has escape and unescape methods
7861: now
7862:
7863: * src/: include/pa_string.h, main/pa_string.C: - escape method was
7864: added
7865:
7866: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
7867: method-layers added (with different params)
7868:
7869: 2008-07-18 misha
7870:
7871: * tests/results/185.processed: - test for ^str.pos[substr](offset)
7872: was added
7873:
7874: * tests/185.html: - test for ^str.pos[sub](offset) added
7875:
7876: * src/classes/string.C, src/classes/void.C, operators.txt: -
7877: ^string.pos[substr](offset) -- 2nd param accepted now
7878:
7879: * src/main/pa_string.C: - .pos works fine with offset for utf-8
7880: strings
7881:
7882: 2008-07-17 misha
7883:
7884: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7885: helper length added for mid for small optimisation
7886:
7887: 2008-07-16 misha
7888:
7889: * tests/: 185.html, results/185.processed: - tests for
7890: length/left/right/mid/pos with utf-8 strings
7891:
7892: * src/classes/string.C: - left/right/mid/length/pos works fine for
7893: utf-8 strings
7894:
7895: * src/main/untaint.C: - comments removed
7896:
7897: * src/: include/pa_string.h, main/pa_string.C,
7898: include/pa_charset.h, main/pa_charset.C: - methods for working
7899: with pos/mid for strings in utf-8 were added
7900:
7901: 2008-07-15 misha
7902:
7903: * tests/: 184.html, results/184.processed: - test for case body as
7904: expression: $var(^switch(1){^case(1)(true)..})
7905:
7906: * src/classes/op.C: - case body can be expression now:
7907: $var(^switch(1){^case(1)(true)..})
7908:
7909: * tests/: results/183.processed, 183.html: - added test for testing
7910: new cookie encoding (%uXXXX)
7911:
7912: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
7913: decoding for backward compatibility they decoded from %XX in
7914: request:charset too
7915:
7916: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
7917: - cookie class now decode cookies before first access after last
7918: request:charset changing (as form class).
7919:
7920: * src/main/pa_charset.C: - added method escape for escaping cookies
7921: as %uXXXX - before transcode calculate required space for dest
7922: string. it reduce mem usage for transcode
7923:
7924: * src/include/pa_charset.h: - added method escape for escaping
7925: cookies as %uXXXX
7926:
7927: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
7928: was added. will used for escaping cookies as %uXXXX
7929:
7930: * src/include/pa_common.h: - escape method has new option for skip
7931: converting '+' to a space char
7932:
7933: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
7934: transcode - escape method has new option for skip converting '+'
7935: to a space char
7936:
7937: 2008-07-08 misha
7938:
7939: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
7940: (no UE if more then 1 case matches anylonger) - optimization:
7941: doing searching.as_string() || searching.as_double() only once
7942:
7943: 2008-07-04 misha
7944:
7945: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
7946: now ^date::create[date object] works
7947:
7948: * src/classes/string.C: - left and right added as aliases for start
7949: and end in ^string.trim[]
7950:
7951: 2008-07-03 misha
7952:
7953: * src/classes/file.C: - allow $.limit for file::sql as well
7954:
7955: * src/classes/file.C: - allow $.offset option for file::sql - force
7956: send limit=1 to query for use sql specifics authomatically
7957:
7958: * src/classes/: hash.C, string.C, table.C: - don't throw exception
7959: if $.limit value if empty. autoconvert it as everywere
7960:
7961: 2008-07-02 misha
7962:
7963: * configure.in: - time to change version number to 3.3.0 %-)
7964:
7965: * src/include/pa_version.h: - time to change version number to
7966: 3.3.0 %-)
7967:
7968: 2008-06-26 misha
7969:
7970: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7971: $.limit(0) fixes
7972:
7973: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
7974: - $.limit(0) fixes
7975:
7976: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
7977: new API)
7978:
7979: * src/: include/pa_sql_driver_manager.h,
7980: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
7981: classes/op.C: - document_root added
7982:
7983: * src/main/compile.tab.C: - error message was changed
7984:
7985: 2008-06-25 misha
7986:
7987: * src/main/compile.y: - error message was changed
7988:
7989: 2008-06-24 misha
7990:
7991: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
7992:
7993: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
7994: tests for @OPTIONS\nappend
7995:
7996: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
7997:
7998: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
7999:
8000: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8001:
8002: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8003: compile.y
8004:
8005: 2008-06-17 misha
8006:
8007: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8008: compilation: ^if(default){true. it's incorrect. must be
8009: exception}
8010:
8011: 2008-06-16 misha
8012:
8013: * tests/: 181.ent, 181.html, results/181.processed: - test for
8014: checking external reference loading with 'http://localhost'
8015: prefix while creating xdoc
8016:
8017: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8018: ^math:long2ip[] and ^math:ip2long[]
8019:
8020: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8021: added which use scalar stateless class method when user object
8022: used in scalar context - use get_scalar_value when user object
8023: requested in scalar context
8024:
8025: * src/main/pa_common.C: - size must be int but not size_t or we
8026: can't compare with 0 sprintf result
8027:
8028: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8029: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8030: with internal switch between local/global vars
8031:
8032: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8033: specified
8034:
8035: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8036: pa_vstateless_object.h: - stateless class and object now has
8037: private scalar field and getter/setter for working with it
8038:
8039: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8040: moved to inet static class
8041:
8042: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8043: class added (^inet:aton[IP], ^inet:ntoa(number))
8044:
8045: * tests/: 180.html, results/180.processed: - tests for
8046: ^math:long2ip(long) and ^math:ip2long[IP]
8047:
8048: * src/classes/math.C: - ^math:ip2long[IP] added
8049:
8050: 2008-06-11 misha
8051:
8052: * src/main/pa_xml_io.C: - use file_read_text again because of we
8053: need cut BOM code and remove DOS newline chars. but don't
8054: transcode it anyway.
8055:
8056: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8057: main/pa_http.C: - option for disable transcoding while file_read
8058: and file_read_text added
8059:
8060: 2008-06-10 misha
8061:
8062: * tests/: 179.html, 179.p, results/179.processed: - test for many
8063: classes in 1 file
8064:
8065: * src/main/: compile.C, compile_tools.h: - compile return list of
8066: classes now.
8067:
8068: * src/main/: compile.y, compile.tab.C: - compile return list of
8069: classes now. internals.
8070:
8071: * src/main/pa_request.C: - compile return list of classes now. try
8072: call @conf and @auto for each returned class
8073:
8074: * src/include/pa_request.h: - compile return list of classes now
8075:
8076: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8077: return list of classes when compile buf)
8078:
8079: 2008-06-07 misha
8080:
8081: * src/main/pa_request.C: - constructing VRequest object with 3rd
8082: param -- form
8083:
8084: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8085: 3rd param: form. needed for get post_charset
8086:
8087: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8088: added
8089:
8090: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8091: types/pa_vform.C, types/pa_vform.h: - some polish
8092:
8093: 2008-06-06 misha
8094:
8095: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8096: charset and decode chars from it but not from response:charset
8097:
8098: * src/main/pa_http.C: - detect_charset moved out of here
8099:
8100: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8101: methods moved here - unescape_chars accepn one charset now
8102:
8103: * src/main/pa_http.C: - new constants used - don't allow
8104: $.content-type in ^file::load[;http://;$.method[POST]] - add
8105: charset info while ^file::load[;http://;$.method[POST]] - option
8106: $.omit-post-charset(true) added to ^file::load[;http://] for
8107: disabling charset during post
8108:
8109: * src/types/pa_vform.C: - new constants used
8110:
8111: * src/include/pa_common.h: - some constants were added
8112:
8113: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8114: instead of StrEqNc
8115:
8116: * src/main/pa_common.C: - new method for caseless search
8117: c-substring in c-string - use isxdigit instead of is_hex_digit
8118:
8119: * src/include/pa_common.h: - new method for caseless search
8120: c-substring in c-string
8121:
8122: 2008-06-05 misha
8123:
8124: * tests/results/178.processed: - test for testing default getter
8125:
8126: * tests/178.html: - test for testing default getter
8127:
8128: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8129: for test for testing default getter
8130:
8131: * src/main/execute.C: - default getter soul
8132:
8133: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
8134: requested objects' field not found
8135:
8136: * src/types/pa_vclass.C: - register default getter if defined - get
8137: default getter if requested field not found
8138:
8139: * src/types/pa_vstateless_object.h: - method get_default_getter was
8140: added
8141:
8142: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8143: pointer to default getter and methods for get/set it were added
8144:
8145: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
8146: auto_name field (for default getter)
8147:
8148: 2008-06-04 misha
8149:
8150: * src/main/pa_xml_io.C: - load external xml in binary mode (no
8151: transcoding, no cutting BOM code, no fixing line breaks) and get
8152: it to libxml "as is"
8153:
8154: 2008-06-03 misha
8155:
8156: * src/main/pa_common.C: - use store_Char instead of
8157: transcodeCharFromUTF8
8158:
8159: * src/: include/pa_charset.h, main/pa_charset.C: - method
8160: store_Char added, transcodeCharFromUTF8 -- removed
8161:
8162: 2008-06-02 misha
8163:
8164: * tests/: results/177.processed, 177.html: - test for checking
8165: .[acm]date after local ^file::load[] was added
8166:
8167: * tests/: results/176.processed, 176.html: - test for checking
8168: @OPTION\locals + @method[vars][locals] added
8169:
8170: * tests/results/auto.p: - CLASS_PATH specified for checking use
8171:
8172: 2008-05-30 misha
8173:
8174: * src/main/: compile.y, compile.tab.C: - changes in compiler:
8175: @OPTION\nlocals + @method[vars][;locals;] were added
8176:
8177: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
8178: moved to separate method op_code - switch from VMethodFrame to
8179: VMethodFrameGlobal + VMethodFrameLocal
8180:
8181: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
8182: was moved to separate method op_code
8183:
8184: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
8185: VMethodFrame now
8186:
8187: * src/types/pa_vstateless_class.h: - stateless class have bool flag
8188: all_vars_local as well
8189:
8190: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
8191: pa_vmethod_frame_local.h, Makefile.am: - who children for
8192: VMethodFrame were added: one (global) works as VMethodFrame
8193: before and second (local) write all vars in self vars scope
8194:
8195: * src/types/pa_method.h: - method has bool flag all_vars_local now
8196:
8197: 2008-05-29 misha
8198:
8199: * tests/: 129.html, results/129.processed: - more tests for
8200: ^table.hash[]
8201:
8202: * src/classes/hash.C: - ^hash::sql has a new option:
8203: $.type[hash|string|table] as ^table.hash[] one.
8204:
8205: * src/classes/op.C: - ^try has 3rd param now: finally code which
8206: executed anyway after try or catch section
8207:
8208: 2008-05-27 misha
8209:
8210: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
8211: must not fail if $.distinct(1) wasn't specified
8212:
8213: 2008-05-26 misha
8214:
8215: * src/classes/op.C: - allow ^throw[my type]
8216:
8217: 2008-05-22 misha
8218:
8219: * configure.in, configure: - version number updated to 3.2.4b
8220:
8221: * src/classes/: op.C, string.C: - trim format string before
8222: eval/format
8223:
8224: * tests/: results/175.processed, 175.html: - more tests for
8225: different format strings in .format[]
8226:
8227: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
8228: as well (not only %XX)
8229:
8230: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
8231: charset specified - checks for format before print number
8232: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
8233: (instead of tabs) removed
8234:
8235: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
8236: charset specified
8237:
8238: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
8239: char in requested charset from utf code was added
8240:
8241: 2008-05-19 misha
8242:
8243: * tests/: 174.html, results/174.processed: - test for
8244: ^hashfile.cleanup[] added
8245:
8246: * src/classes/hashfile.C: - optimization: don't create any key or
8247: value variable if it's name weren't specified
8248: (^hf.foreach[;v]{...})
8249:
8250: 2008-05-16 misha
8251:
8252: * src/classes/hash.C: - optimization: don't create any key variable
8253: if variable name wasn't specified (^h.foreach[;v]{...})
8254:
8255: 2008-05-15 misha
8256:
8257: * src/classes/op.C: - small changes
8258:
8259: * src/classes/hashfile.C: - code reformating (as hash.foreach)
8260:
8261: * src/classes/hash.C: - calculate var_context once before foreach
8262:
8263: 2008-05-14 misha
8264:
8265: * src/classes/hashfile.C: - incorrect vars context calculation for
8266: ^hashfile.foreach[;]{} fixed
8267:
8268: * src/classes/: hash.C, table.C: - little optimisation
8269:
8270: * src/classes/file.C: - bugfix: double absolute path while loading
8271: file
8272:
8273: * tests/: 174.html, results/174.processed: - tests for hashfile
8274: were added
8275:
8276: * buildall-with-xml: - moving to libxslt 1.1.24
8277:
8278: 2008-04-30 misha
8279:
8280: * src/classes/file.C: - stat file while loading (local only) so
8281: .adate, .mdate and .cdate available without additional ::stat
8282:
8283: 2008-04-28 misha
8284:
8285: * src/classes/file.C: - $.name and $.content-type available for
8286: stated file
8287:
8288: 2008-04-14 misha
8289:
8290: * src/targets/cgi/parser3.C: - new year in copyright %-)
8291:
8292: * src/include/pa_version.h: - new version number in head
8293:
8294: 2008-04-10 misha
8295:
8296: * tests/: 080.html, results/080.processed: - cut '0' from
8297: exponential part because of on diff OS it differ (20 or 020 for
8298: ex)
8299:
8300: * tests/: 119.html, results/119.processed: - check for encoding
8301: while creating xdoc
8302:
8303: 2008-04-09 misha
8304:
8305: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
8306:
8307: * src/main/pa_common.C: - comment added
8308:
8309: * src/classes/date.C: - little refactoring
8310:
8311: 2008-04-07 misha
8312:
8313: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
8314: style of ^table.save[]: prepare one big string and sabe it at
8315: once. it's safe on freebsd 4.x but use much more memory.
8316:
8317: * buildall-with-xml, buildall-without-xml: - option
8318: --disable-stringstream added (under comment. use it on freebsd
8319: 4.x)
8320:
8321: 2008-02-22 misha
8322:
8323: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
8324: specified together in file::load[;http] - get back transcoding
8325: $.body[] in file::load[;http]
8326:
8327: 2008-02-21 misha
8328:
8329: * src/classes/date.C: - ^date.gmt-string[] was added
8330:
8331: * src/types/pa_value.C: - method for output date in RFC 822 format
8332: moved to pa_common.h
8333:
8334: * src/include/pa_common.h: - method for output date in RFC 822
8335: format moved here from pa_value.C
8336:
8337: * src/types/pa_vmail.C: - fixed core in sending mail with
8338: attachment in simple mode ($.file[file here]) introduced in 3.2.2
8339:
8340: 2008-02-20 misha
8341:
8342: * src/main/pa_http.C: - transcode $.headers before escaping into
8343: specified charset while ^file::load[...;http://...] (L_URI
8344: instead of L_HTTP_HEADER) - $.cookies param available in
8345: ^file::load[;http://...] now (but we don't parse set-cookies from
8346: response yet) (cookies not transcoded as common $cookies)
8347:
8348: 2008-02-19 misha
8349:
8350: * src/main/pa_request.C: - rollback: we mustn't force taint
8351: $response:field values because in this case
8352: $response:locateion[http://...] don't works.
8353:
8354: 2008-02-15 misha
8355:
8356: * src/classes/op.C: - little refactoring
8357:
8358: * src/main/pa_http.C: - taint names of $.headers for load[;http
8359:
8360: * src/main/pa_request.C: - force taint values of $response:field
8361:
8362: 2008-02-14 misha
8363:
8364: * src/main/pa_request.C: - $response:field transcoded to
8365: $response:charset before escaping now
8366:
8367: * src/main/pa_http.C: - some outdated comments removed
8368:
8369: * src/classes/date.C: - lastdat -> last-day
8370:
8371: * src/classes/date.C: - ^date:lastday(year;month) and
8372: ^date.lastday[] were added - little code refactoring - comments
8373: changes
8374:
8375: * tests/: 159.html, results/159.processed: - test for number of
8376: days in February
8377:
8378: * src/types/pa_value.C: - fixes in code formatting
8379:
8380: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
8381: and comments
8382:
8383: 2008-02-13 misha
8384:
8385: * src/main/pa_common.C: - bugfix for february at leap year
8386:
8387: 2008-01-28 misha
8388:
8389: * tests/: 160.html, results/160.processed: - more test for cache
8390: added
8391:
8392: * src/classes/op.C: - bugfix: cache body executed twice if contains
8393: unhandled exception
8394:
8395: 2008-01-25 misha
8396:
8397: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
8398: bug when hashfile became inavailable after memory:compact)
8399:
8400: * src/lib/sdbm/apr_strings.C: - +arp_malloc
8401:
8402: 2008-01-22 misha
8403:
8404: * src/classes/table.C: - little refactiring and exception texts
8405: changes in method ^table.hash[]
8406:
8407: * src/types/pa_vcookie.C: - link to cookie specification changed
8408:
8409: 2008-01-21 misha
8410:
8411: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
8412: file::exec/cgi
8413:
8414: * src/classes/file.C: - bugfix: core while processing headers if
8415: executed cgi script don't return content
8416:
8417: 2008-01-18 misha
8418:
8419: * buildall-with-xml: - move to libxml2 version 2.6.31
8420:
8421: * src/include/pa_version.h, configure.in: - version number updated
8422: to '3.2.3b'
8423:
8424: 2007-12-28 misha
8425:
8426: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
8427: hash.contains
8428:
8429: 2007-12-27 misha
8430:
8431: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8432: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
8433: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
8434: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
8435: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8436: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
8437: src/targets/cgi/parser3.vcproj,
8438: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
8439: back to VS2003 because of Apache 1.3 module can't work if it was
8440: built in VS 2005. with cgi all file so VS2003 project files can
8441: be easy converted to the new format.
8442:
8443: 2007-12-04 misha
8444:
8445: * src/types/pa_vcode_frame.h: - changes in comment
8446:
8447: 2007-11-29 misha
8448:
8449: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
8450: intercept strings any longer
8451:
8452: * tests/: 173.html, results/173.processed: - tests for
8453: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
8454: but not in main code frame
8455:
8456: * tests/: 172.html, results/172.processed: - more tests for pass
8457: objects from code frames
8458:
8459: 2007-11-27 misha
8460:
8461: * tests/: 152.html, results/152.processed: - tests for converting
8462: strings 'true'/'false' to bool were added
8463:
8464: * tests/152.html: - added checks for converting strings
8465: 'true'/'false' to bool
8466:
8467: * src/classes/string.C: - ^srting.bool[] now can convert to bool
8468: not only strings with numbers but with values 'true'/'false' as
8469: well
8470:
8471: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
8472: for parser3.log increased
8473:
8474: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
8475:
8476: * src/include/pa_common.h: - remove_crlf return cstring size now
8477:
8478: * src/include/pa_types.h: - constant with buffer size for
8479: parser3.log added
8480:
8481: 2007-11-16 misha
8482:
8483: * tests/cat.sh: - script for tests for file::exec/cgi
8484:
8485: * tests/171.html: - tests for file::exec/cgi
8486:
8487: * tests/results/171.processed: - tests results for file::exec/cgi
8488:
8489: 2007-11-15 misha
8490:
8491: * src/main/pa_exec.C: - fixed incorrect exec code for unix
8492:
8493: * src/classes/file.C: - .body must be set before analyzing cgi
8494: headers
8495:
8496: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
8497: only if exec/cgi return anything.
8498:
8499: 2007-11-14 misha
8500:
8501: * operators.txt: - info about new text|binary option for
8502: file::exec/cgi was added
8503:
8504: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
8505: ^file:exec[[text|binary];script;...]
8506:
8507: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
8508: classes/string.C, classes/table.C: - more text strings moved to
8509: the one place
8510:
8511: 2007-11-09 misha
8512:
8513: * src/types/pa_vrequest.C: - $request:argv must be taint
8514:
8515: * ChangeLog: - $request:argv [patch from Sumo]
8516:
8517: * operators.txt: - $request:argv
8518:
8519: * src/: include/pa_request_info.h, types/pa_vrequest.C,
8520: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
8521:
8522: 2007-10-25 misha
8523:
8524: * buildall-with-xml, buildall-without-xml: - options preparations
8525: for ./configure rewrited
8526:
8527: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
8528: error occure in unhandled_exception finally fixed
8529:
8530: 2007-10-23 misha
8531:
8532: * tests/: 170.html, results/170.processed: - test for
8533: @method[][result]
8534:
8535: * operators.txt: - added info about node.prefix and
8536: node.namespaceURI
8537:
8538: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
8539:
8540: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
8541: added for node and attribute
8542:
8543: 2007-10-22 misha
8544:
8545: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
8546:
8547: * src/main/pa_request.C: - added const content-transfer-encoding
8548:
8549: * src/include/pa_request.h: - added const content-transfer-encoding
8550: - ups. constants must be in lowercase (for search)
8551:
8552: * src/types/pa_vmail.C: - more constants used -
8553: content-transfer-encoding: 8bit added
8554:
8555: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
8556:
8557: * src/include/pa_request.h: - more constants
8558:
8559: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
8560: ommit anymore if $.content-disposition was specified - little
8561: refactoring
8562:
8563: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
8564:
8565: 2007-10-17 misha
8566:
8567: * operators.txt: - info about
8568: table::create[nameless]{data}[>options<] was added
8569:
8570: * src/main/: compile.tab.C, compile.y: - if error occure while
8571: compile method don't put this method in methods table anymore.
8572: in other case the parser coredumped if @unhandled_exception
8573: method can't be compiled because of parser.compile error.
8574:
8575: * src/main/execute.C: - little code reformating
8576:
8577: * src/main/pa_request.C: - little code reformating - comment
8578: changed
8579:
8580: 2007-10-16 misha
8581:
8582: * tests/: 035.html, results/035.processed: - tests
8583: table::create[]{}[options] added
8584:
8585: * src/classes/table.C: - table::create[]{} now accept 3rd param:
8586: options (only $.seperator[] yet)
8587:
8588: 2007-10-10 misha
8589:
8590: * src/classes/table.C: - some contstants moved to pa_common.h -
8591: some code changes
8592:
8593: 2007-10-02 misha
8594:
8595: * src/main/pa_uue.C: - memory usage during uuencode reduced more
8596: then three time as much. but base64 encoding method still use
8597: less memory anyway.
8598:
8599: 2007-09-17 misha
8600:
8601: * operators.txt: - added info about $cookie:fields
8602:
8603: * src/types/pa_vcookie.C: - $cookie:fields available now
8604:
8605: * src/classes/hash.C: - some stuff for use with .for_each moved to
8606: common
8607:
8608: * src/include/pa_common.h: - some stuff for use with .for_each
8609: moved here
8610:
8611: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
8612:
8613: 2007-09-14 misha
8614:
8615: * buildall-with-xml: - new xml libs again =)
8616:
8617: 2007-08-28 misha
8618:
8619: * operators.txt: - texts about ^table.columns[[column name]] and
8620: ^string.split[...][v][column name] were added
8621:
8622: * tests/: 168.html, 169.html, results/168.processed,
8623: results/169.processed: - tests for ^table.columns[[column name]]
8624: and ^string.split[...][v][column name] were added
8625:
8626: * src/classes/table.C: - new option ^table.columns[[column name]]
8627: was added
8628:
8629: * src/classes/string.C: - new option ^string.split[...;v;[column
8630: name]]
8631:
8632: * src/include/pa_exception.h: - error text message for
8633: ^hash._keys[], ^table.columns[] and ^string.split[]
8634:
8635: 2007-08-27 misha
8636:
8637: * src/main/untaint.C: - try to fix coredump on unix if print to
8638: body ^taint[sql][something] outside of connect
8639:
8640: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
8641: outside of connect
8642:
8643: * buildall-with-xml, buildall-without-xml: - strip parser3 was
8644: added (commented by default)
8645:
8646: 2007-08-20 misha
8647:
8648: * operators.txt: - comment about new method ^node.hasAttributes[]
8649: was added
8650:
8651: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
8652: duplicated exception text strings were removed
8653:
8654: * src/include/pa_exception.h: - more exception text strings moved
8655: here
8656:
8657: * src/classes/table.C: - some duplicate exceptions' text strings
8658: removed
8659:
8660: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
8661: xdoc.C, xnode.C: - some duplicate exceptions' text strings
8662: removed
8663:
8664: * src/include/pa_exception.h: - some exception text strings movet
8665: to pa_exception
8666:
8667: * tests/: 149.html, results/149.processed: - test for
8668: ^xnode.hasAttributes[] was added - some code changes
8669:
8670: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
8671: added
8672:
8673: 2007-08-17 misha
8674:
8675: * tests/: results/006.processed, results/059.processed, 006.html,
8676: 059.html: - more tests for match
8677:
8678: * tests/: 129.html, results/129.processed: - tests for
8679: ^table.hash[...][$.type[string|hash|table]] added
8680:
8681: * src/targets/cgi/parser3.C: - little syntax changes
8682:
8683: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
8684: syntax changes
8685:
8686: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
8687: messages in parser3.log switched off by default. If someone
8688: really still need it: use $SIGPIPE(1)
8689:
8690: 2007-08-08 misha
8691:
8692: * buildall-with-xml, buildall-without-xml: - remove libs source
8693: files by default since now
8694:
8695: 2007-08-07 misha
8696:
8697: * buildall-without-xml: - some option syntax changes
8698:
8699: * buildall-with-xml: - compile libxml2 without http support - some
8700: option syntax changes
8701:
8702: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
8703:
8704: 2007-08-06 misha
8705:
8706: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
8707:
8708: * tests/: 160.html, results/160.processed: - cache test was
8709: rewrited
8710:
8711: 2007-07-06 misha
8712:
8713: * tests/: 153.html, results/153.processed: - added test for
8714: ^math:sha1[string]
8715:
8716: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
8717: transcoded
8718:
8719: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
8720: were added
8721:
8722: 2007-06-28 misha
8723:
8724: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
8725: some incorrect chars
8726:
8727: 2007-06-19 misha
8728:
8729: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
8730: were moved on top because of gcc 4 had a problems during
8731: building.
8732:
8733: 2007-06-18 misha
8734:
8735: * tests/results/019.processed: - new image commited
8736:
8737: 2007-06-09 misha
8738:
8739: * src/classes/: op.C, table.C: - in while and table.select method
8740: as_expression used now
8741:
8742: * src/types/pa_vmethod_frame.h: - method as_expression was added
8743:
8744: 2007-06-08 misha
8745:
8746: * tests/: 166.html, results/166.processed: - test for
8747: ^match[...][n]
8748:
8749: * tests/: 165.html, results/165.processed: - tests for loops
8750:
8751: * src/lib/cord/include/private/cord_pos.h: - back to origin value
8752: because of no speed/memory optimisation but some proglems with
8753: long cycles occure
8754:
8755: 2007-06-06 misha
8756:
8757: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
8758: ^table.select(true) and ^table.select(1) didn't works because of
8759: awaiting junction-param only. fixed.
8760:
8761: 2007-05-24 misha
8762:
8763: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
8764: with 0.5 secs interval
8765:
8766: * src/classes/op.C: - cache was rewrited. I hope it works with
8767: locking system now on unix
8768:
8769: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
8770: system locks which wait till other threads release it but try get
8771: lock, if fail wait 1 sec and make 10 attempts.
8772:
8773: * src/include/pa_os.h: - consts for blocking locks + some comments
8774: were added
8775:
8776: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
8777: opening files
8778:
8779: * src/classes/table.C: - changes in includes. if unclude <sstream>
8780: after our classes on unix it can't be build
8781:
8782: * src/types/pa_vhashfile.C: - not needed code removed
8783:
8784: 2007-05-23 misha
8785:
8786: * src/: classes/file.C, classes/op.C, main/pa_common.C,
8787: include/pa_common.h: - cosmetic changes
8788:
8789: 2007-05-18 misha
8790:
8791: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
8792: often. it's give some speed increasing
8793:
8794: * tests/results/160.processed: - returned time corrected
8795:
8796: * tests/160.html: - time increased because on unix 1 mean nothing
8797: :(
8798:
8799: * operators.txt: - added info about ^hash.contain[key]
8800:
8801: * src/classes/hash.C: - added ^hash.contain[key]
8802:
8803: * src/include/pa_hash.h: - added method for checking key exists in
8804: hash
8805:
8806: 2007-05-07 misha
8807:
8808: * src/include/pa_string.h: - was compilation error during build on
8809: freebsd4
8810:
8811: 2007-05-03 misha
8812:
8813: * src/classes/table.C: - option $.type[hash|string|table] was added
8814: for ^table.hash[]
8815:
8816: * src/classes/file.C: - comment removed
8817:
8818: 2007-04-26 misha
8819:
8820: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
8821: real files doesn't opened in place anymore
8822:
8823: 2007-04-24 misha
8824:
8825: * src/classes/math.C: - I thought one more time and remove lg(N) :)
8826:
8827: * src/include/pa_exception.h: "static" removed
8828:
8829: 2007-04-23 misha
8830:
8831: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
8832:
8833: * src/classes/math.C: added: - ^math:ln(N) (the same as
8834: ^math:log(N)) - ^math:lg(N)
8835:
8836: * tests/: 097.html, results/097.processed: - charsets converstion
8837: during ^file::load[text;http://...] added
8838:
8839: * tests/: 164.html, results/164.processed: - check for set expires
8840: as a date
8841:
8842: * tests/: 164.html, results/164.processed: - test for hashfile
8843:
8844: * src/classes/hashfile.C: - little comment changes
8845:
8846: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
8847: access
8848:
8849: * src/: classes/date.C, classes/double.C, classes/file.C,
8850: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
8851: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
8852: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8853: classes/xnode.h, include/pa_request.h, main/execute.C,
8854: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8855: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
8856: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
8857: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
8858: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
8859: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
8860: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8861: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
8862: "parser.runtime" strings were removed
8863:
8864: * src/classes/hashfile.C: - with .clear[] called files_delete()
8865: now.
8866:
8867: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
8868:
8869: * src/include/pa_exception.h: - string constant with
8870: "parser.runtime" text was added
8871:
8872: 2007-04-20 misha
8873:
8874: * operators.txt: - some comments changing
8875:
8876: * operators.txt: - added info about .^hashfile.release[],
8877: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
8878:
8879: * configure: =cheching for unsetenv
8880:
8881: * src/classes/hashfile.C: - ^hashfile.cleanup[],
8882: ^hashfile.release[] were added
8883:
8884: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
8885: ^string.match[][] understand new option now: return number of
8886: matches but not table wit results
8887:
8888: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
8889: reopen now
8890:
8891: * src/classes/op.C: - bug. must be false
8892:
8893: * configure.in: - checking for unsetenv was added
8894:
8895: * src/types/pa_vform.C: - some comments
8896:
8897: 2007-04-18 misha
8898:
8899: * buildall-with-xml: moving to libxml2-2.6.28
8900:
8901: * buildall-with-xml, buildall-without-xml: added commented lines
8902: with --disable-safe-mode option
8903:
8904: * operators.txt: - info about $form:files
8905:
8906: 2007-04-17 misha
8907:
8908: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
8909: $form:files was added
8910:
8911: * tests/: 163.html, results/163.processed: removing auto format
8912:
8913: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
8914:
8915: 2007-04-16 misha
8916:
8917: * tests/: 163.html, results/163.processed: - test for .int[],
8918: floor, round, ceiling and .format[]
8919:
8920: * src/classes/file.C: - little optimization for getting args in
8921: exec/cgi
8922:
8923: 2007-04-13 misha
8924:
8925: * src/classes/file.C: - arguments for file::exec/cgi can be
8926: specified now as s table with one column
8927:
8928: 2007-03-27 misha
8929:
8930: * tests/: 162.html, results/162.processed: - test for
8931: ^table.select(^condition[$t])
8932:
8933: * tests/results/auto.p: - load windows-1251 charset for some tests
8934:
8935: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
8936:
8937: * tests/: results/161.processed, 161.html, 161_utf8.txt,
8938: 161_windows1251.txt: - added test for
8939: ^file::load[text;/local/file.txt;$.charset[...]]
8940:
8941: * tests/: results/013.processed, 013.html: - added test for
8942: checking $._default value while hash modifications
8943:
8944: * tests/: 160.html, results/160.processed: - add test for
8945: ^cache[key](secs){code}, ^cache[] and ^cache(0)
8946:
8947: 2007-03-22 misha
8948:
8949: * src/include/pa_common.h: - "charset" string defined for
8950: ^file::load[text;/local.txt] and ^table::load[/table.txt]
8951:
8952: * src/main/: pa_common.C, pa_http.C: - $.charset option for
8953: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
8954: added - not needed transcodes were removed from
8955: ^file::load[...;http://...]
8956:
8957: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
8958: added
8959:
8960: * src/classes/date.C: - date.week was fixed
8961:
8962: * operators.txt: - added info about date.weekyear
8963:
8964: * tests/: 159.html, results/159.processed: - tests for date.week
8965: and date.weekyear added
8966:
8967: 2007-03-15 misha
8968:
8969: * src/classes/table.C: - enclose column numbers for nameless tables
8970: as well
8971:
8972: 2007-03-14 misha
8973:
8974: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
8975:
8976: * src/classes/table.C: - table.save optimization: now required much
8977: less memory
8978:
8979: 2007-03-13 misha
8980:
8981: * tests/results/: 158.processed, 158.processes: - tests for
8982: table.save/table.load
8983:
8984: * tests/: 158.html, results/158.processes: - tests for
8985: table.save/table.load
8986:
8987: * buildall-with-xml: libxml2: --without-ftp --without-docbook
8988:
8989: * buildall-with-xml: - pattern needed now for building
8990:
8991: * tests/results/097.processed: - added test results for xdoc::load
8992: & xdoc::load[http://...]
8993:
8994: * tests/097.html: - added test for xdoc::load
8995:
8996: 2007-03-12 misha
8997:
8998: * tests/: 107.html, results/107.processed: - added test for xpath
8999: '//man'
9000:
9001: 2007-03-01 misha
9002:
9003: * tests/: 097.html, results/097.processed: - added test for
9004: creating xdoc from file
9005:
9006: * tests/: results/157.processed, 157.html: - added test for
9007: file:move
9008:
9009: 2007-02-28 misha
9010:
9011: * src/classes/xdoc.C: - another attempt
9012:
9013: * src/classes/xdoc.C: - roll back last changes for a while
9014:
9015: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9016:
9017: * src/classes/file.C: - under lock we create non-exist dir anyway
9018:
9019: * tests/results/099.processed: - ever send content-disposition to
9020: client with file
9021:
9022: * tests/157.html: + test for file:copy
9023:
9024: 2007-02-26 misha
9025:
9026: * src/classes/file.C: - some similar strings moved to #define
9027: instead of to be copy/pasted many times
9028:
9029: * src/types/pa_vfile.h: - class name string ("file") moved to
9030: #define
9031:
9032: 2007-02-20 misha
9033:
9034: * bin/auto.p.dist.in: - added lines for sqlite
9035:
9036: * configure.in: - added some strings for sqlite detection
9037:
9038: 2007-02-19 misha
9039:
9040: * operators.txt: - some comments changes
9041:
9042: * buildall-with-xml, buildall-without-xml: - some modifications
9043:
9044: 2007-02-17 misha
9045:
9046: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9047:
9048: * src/main/pa_request.C: - damn, i forgot to commit it while I
9049: change console behaviour
9050:
9051: 2007-02-12 misha
9052:
9053: * src/targets/cgi/parser3.C: - don't print headers if
9054: $console:line[data] was used during cgi execution.
9055:
9056: * src/types/pa_vconsole.h: - console class have bool flag now which
9057: marked as 'true' if class was used.
9058:
9059: * tests/: 152.html, results/152.processed: - more types was added
9060: to test 152
9061:
9062: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9063: adding 'bool' (^if($image){} caused exception)
9064:
9065: 2007-02-09 misha
9066:
9067: * tests/: 152.html, results/152.processed: - test alightly updated
9068:
9069: * tests/: 152.html, results/152.processed: - test rewrited
9070:
9071: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9072: bugfix. I broke xdoc & xnode in expression
9073:
9074: 2007-02-08 misha
9075:
9076: * tests/: 152.html, results/152.processed: - add test for checking
9077: 'def' for void, string, bool, int & double
9078:
9079: 2007-02-07 misha
9080:
9081: * operators.txt: - ^file:base64[filespec] was added
9082:
9083: * tests/results/153.processed: - result test for
9084: ^file:base64[filespec] was updated
9085:
9086: * tests/153.html: - test for ^file:base64[filespec] was added
9087:
9088: * src/types/pa_vconsole.h: - little optimization
9089:
9090: * src/classes/file.C: - ^file:base64[filespec]
9091:
9092: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9093:
9094: * src/include/pa_common.h: - declarations for
9095: ^file:base64[filespec]
9096:
9097: * src/types/pa_vcookie.C: - little optimization
9098:
9099: 2007-02-06 misha
9100:
9101: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9102: were temporary commented
9103:
9104: * src/types/pa_vbool.h: - bugfix
9105:
9106: * tests/156.html: - added test for bool cookie
9107:
9108: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9109:
9110: * tests/: 155.html, results/155.processed: - added test for check
9111: $.encloser[] option for table save/load
9112:
9113: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9114:
9115: 2007-02-05 misha
9116:
9117: * tests/results/152.processed: - newline at the end was missed
9118:
9119: * tests/results/141.processed: - math:md5 must be lowercased
9120:
9121: * src/targets/cgi/parser3.C: - 2007 in help ;)
9122:
9123: 2007-02-03 misha
9124:
9125: * tests/results/: 150.processed, 151.processed, 152.processed: -
9126: test for bool added and some content length fixes
9127:
9128: * tests/152.html: - test for bool added
9129:
9130: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9131:
9132: * operators.txt: - info bool class was added
9133:
1.116 moko 9134: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9135: classes/classes.vcproj, classes/double.C, classes/int.C,
9136: classes/string.C, classes/void.C, classes/xnode.C,
9137: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
9138: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
9139: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
9140: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9141: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
9142: types/types.vcproj: - bool class was added
9143:
9144: * src/main/pa_request.C: - fix
9145:
9146: 2007-01-18 misha
9147:
9148: * src/: main/pa_string.C, classes/string.C: - return table during
9149: ^string.match[][] even if no matched found.
9150:
9151: 2006-12-20 misha
9152:
9153: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
9154: http://www.parser.ru/forum/?id=55598 ]
9155:
9156: 2006-12-19 misha
9157:
9158: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
9159: details: http://www.parser.ru/forum/?id=52359
9160:
9161: * src/main/pa_request.C: - always set content-disposition for
9162: $response:body[hash here]. more details:
9163: http://www.parser.ru/forum/?id=52130
9164:
9165: 2006-12-07 misha
9166:
9167: * operators.txt: - added info about bool params in cookie set
9168:
9169: * src/types/pa_vcookie.C: - bool param in cookies available now
9170: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
9171: ]
9172:
9173: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
9174: was added
9175:
9176: 2006-12-02 misha
9177:
9178: * src/classes/file.C: - file_block_read used instead of native read
9179:
9180: * src/main/pa_common.C: - added file_block_read with read error
9181: detection - file_block_read used instead of native read
9182:
9183: * src/include/pa_common.h: - added file_block_read declaration
9184:
9185: 2006-12-01 misha
9186:
9187: * operators.txt: - info about $var.CLASS_NAME was added
9188:
9189: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9190: $var.CLASS_NAME added
9191:
9192: * operators.txt: - added info about ^file:copy[]
9193:
9194: * src/classes/file.C: - ^file:copy[from;fo] was added
9195:
9196: 2006-11-20 misha
9197:
9198: * src/classes/date.C: - bug fix :)
9199:
9200: 2006-11-17 misha
9201:
9202: * src/include/pa_common.h: - array in crc32 calculation was changed
9203: to static
9204:
9205: * src/main/pa_common.C: - little optimization in getMonthDays -
9206: small changes in crc32 calculation
9207:
9208: * src/classes/date.C: - not needed code was removed
9209:
9210: 2006-11-16 misha
9211:
9212: * src/types/pa_vmail.C: - fix missed brakes
9213:
9214: * src/types/pa_vmail.C: - mail:send now set content-type:
9215: multipart/related instead of multipart/mixed if file have
9216: $.content-id[]
9217:
9218: 2006-11-15 misha
9219:
9220: * src/types/pa_vdouble.h: abs -> fabs
9221:
9222: 2006-11-14 misha
9223:
9224: * operators.txt: - added info about ^file.md5[] and
9225: ^file:md5[file-name]
9226:
9227: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
9228: added
9229:
9230: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
9231: FILE_BUFFER_SIZE
9232:
9233: * src/classes/math.C: - hex_string was moved to pa_common.h
9234:
9235: * src/include/pa_common.h: - hex_string was moved from math.C -
9236: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
9237:
9238: * src/types/pa_vdouble.h: - incorrect frac detection with negative
9239: values was fixed
9240:
9241: 2006-11-13 misha
9242:
9243: * operators.txt: - added info about ^math:crc32[string],
9244: ^file:crc32[file-name] & ^file.crc32[]
9245:
9246: * src/classes/math.C: - added ^math:crc32[string]
9247:
9248: * src/classes/file.C: - some comments were changed - added
9249: ^file:crc32[file-name] and ^file.crc32[]
9250:
9251: * src/: include/pa_common.h, main/pa_common.C: - some functions for
9252: crc32 calculation added
9253:
9254: 2006-11-03 misha
9255:
9256: * src/include/pa_array.h: - not needed variable removed
9257:
9258: * tests/: 150.html, 151.html, results/150.processed,
9259: results/151.processed: - 2 tests were added
9260:
9261: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
9262: with $.reverse(1) were fixed
9263:
9264: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
9265: query converted to $.charset during ^file::load[http://...]
9266:
9267: 2006-11-02 misha
9268:
9269: * src/include/pa_table.h: ups. forget '=' char
9270:
9271: * src/include/pa_table.h: - one more fix in
9272: .locate[...][$.reverse(1)]
9273:
9274: 2006-11-01 misha
9275:
9276: * src/classes/math.C: - bug fix, details:
9277: http://www.parser.ru/forum/?id=53360
9278:
9279: * src/include/pa_table.h: - bug fix during ^table.locate( condition
9280: false for all records )[$.reverse(1)]
9281:
9282: * src/main/pa_http.C: - second param for this mid method is length
9283: but not end_index so this method has error and can't detect
9284: charsets in next content-types: Content-type: text/html;
9285: charset="windows-1251" Content-type: text/html;
9286: charset="windows-1251"; Content-type: text/html;
9287: charset=windows-1251;
9288:
9289: only Content-type: text/html; charset=windows-1251 was fine
9290:
9291: 2006-10-31 misha
9292:
9293: * src/classes/file.C: - empty args in file::exec removed now
9294:
9295: 2006-09-11 misha
9296:
9297: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
9298: replaced to table::create - some changes in text/code formatting
9299:
9300: 2006-09-03 paf
9301:
9302: * src/classes/file.C: proper tainting of
9303: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
9304:
9305: 2006-06-09 paf
9306:
9307: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
9308:
9309: * src/classes/table.C: formatting
9310:
9311: * src/classes/table.C: incorporated patch from misha: Sent:
9312: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
9313: ignoring string options for ^table.save[]
9314:
9315: * src/classes/hash.C: incorporated patch from misha Sent:
9316: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
9317: $hash._default disappear while
9318:
9319: * operators.txt: ^mail:send[ $.file1[ $.value[file]
9320: $.format[!uue|!base64] << new base64 option. default uue ] ]
9321:
9322: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
9323: PM Subject: patch for base64 in ^mail:send[] %-)
9324:
9325: 2006-04-09 paf
9326:
9327: * src/main/compile.tab.C: ` change compiled
9328:
9329: * gnu.vcproj, operators.txt, parser3.sln,
9330: src/classes/classes.vcproj, src/classes/file.C,
9331: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
9332: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9333: src/classes/xnode.C, src/include/pa_array.h,
9334: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9335: src/include/pa_memory.h, src/include/pa_request.h,
9336: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9337: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9338: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9339: src/lib/pcre/pcre_dftables.vcproj,
9340: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9341: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9342: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9343: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9344: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9345: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9346: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9347: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9348: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9349: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9350: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9351: src/types/pa_value.h, src/types/pa_vcookie.C,
9352: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9353: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9354: src/types/pa_vstatus.C, src/types/types.vcproj,
9355: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
9356: ^menu, ^hash/hashfile.foreach
9357:
9358: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9359: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
9360: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9361: src/classes/xnode.C, src/include/pa_array.h,
9362: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9363: src/include/pa_memory.h, src/include/pa_request.h,
9364: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9365: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9366: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9367: src/lib/pcre/pcre_dftables.vcproj,
9368: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9369: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9370: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9371: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9372: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9373: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9374: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9375: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9376: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9377: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9378: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9379: src/types/pa_value.h, src/types/pa_vcookie.C,
9380: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9381: src/types/pa_vstatus.C, src/types/types.vcproj,
9382: tests/descript.ion: ! switched to VS2005 (projects and
9383: object<info explicitly typed>.for_each(, info)) +
9384: $response:field[] setting void means removing + grammar $name`
9385: name stops now, for mysql `$field` + started ^break[]
9386: ^continue[], in ^for. TODO: to other iterators (while, menu,
9387: foreach) + all log messages += [uri=, method=, cl=]
9388:
9389: * buildall-with-xml: merged . ftp paths update
9390:
9391: * buildall-with-xml: . ftp paths update
9392:
9393: 2006-03-04 paf
9394:
9395: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
9396: checks++ [thanks to Igor Zinkovsky for detailed report]
9397:
9398: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
9399: Igor Zinkovsky for detailed report]
9400:
9401: 2006-03-01 paf
9402:
9403: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9404: \n to ' ' in
9405:
9406: 2006-02-18 paf
9407:
9408: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9409: \n to ' ' in
9410:
9411: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
9412:
9413: 2006-02-03 paf
9414:
9415: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
9416: base64
9417:
9418: * src/main/pa_common.C: ! bugfix: decoding from base64
9419:
9420: 2006-01-20 paf
9421:
9422: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9423: economy fix
9424:
9425: * src/classes/: table.C: merged from HEAD ! bugfix
9426: ^table.save[$.encloser-s now handled properly
9427:
9428: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
9429: handled properly
9430:
9431: 2006-01-19 paf
9432:
9433: * buildall-with-xml, buildall-without-xml: merged from HEAD !
9434: libgc:USE_MUNMAP activates merging of free memory blocks which
9435: helps a lot in our case: after transform we want
9436: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
9437:
9438: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9439: economy fix
9440:
9441: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
9442: activates merging of free memory blocks which helps a lot in our
9443: case: after transform we want CORD(main.result)->cstr[big
9444: malloc]->transcode[big malloc]
9445:
9446: 2006-01-17 paf
9447:
9448: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
9449: before reading them. got rid of reallocs = became quicker and
9450: less fragmentated
9451:
9452: 2005-12-29 paf
9453:
1.116 moko 9454: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
9455: configure, configure.in, src/include/pa_version.h,
9456: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 9457: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
9458: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
9459: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
9460: src/lib/ltdl/missing: . merged from 3.2.1
9461:
1.116 moko 9462: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
9463: packaged when 'make dist', so do configure companion files in
9464: src/lib/ltdl
9465:
9466: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
9467: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
9468: missing: . now config_auto.h is created with configure [were
9469: constant]
1.95 moko 9470:
9471: * INSTALL: . references to documentation and some clarification
9472:
9473: * buildall-with-xml, buildall-without-xml: . farawell doc
9474: indication
9475:
1.116 moko 9476: * Makefile.am: . dist+=buildall*
1.95 moko 9477:
9478: 2005-12-28 paf
9479:
9480: * configure: . 3.2.1
9481:
9482: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
9483: simplify build process, see INSTALL
9484:
9485: 2005-12-26 paf
9486:
9487: * configure: ver
9488:
9489: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
9490: version
9491:
9492: 2005-12-21 paf
9493:
9494: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
9495: compiled with bison 1.875b, it reports unexpected token names
9496:
9497: 2005-12-19 paf
9498:
9499: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
9500: holds a link to xmlNode to prevent premature gc(xmlNode)
9501:
9502: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
9503: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9504: src/main/main.vcproj, src/main/pa_globals.C,
9505: src/targets/cgi/parser3.vcproj,
9506: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
9507: configure, configure.in, src/include/pa_version.h: . killing
9508: gdome [what a relief]
9509:
9510: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
9511: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
9512: run_parser.sh, results/001.processed, results/002.processed,
9513: results/003.processed, results/004.processed,
9514: results/005.processed, results/006.processed,
9515: results/008.processed, results/009.processed,
9516: results/010.processed, results/011.processed,
9517: results/012.processed, results/013.processed,
9518: results/014.processed, results/015.processed,
9519: results/016.processed, results/017.processed,
9520: results/018.processed, results/020.processed,
9521: results/021.processed, results/022.processed,
9522: results/023.processed, results/024.processed,
9523: results/025.processed, results/026.processed,
9524: results/027.processed, results/028.processed,
9525: results/029.processed, results/030.processed,
9526: results/031.processed, results/032.processed,
9527: results/033.processed, results/034.processed,
9528: results/035.processed, results/036.processed,
9529: results/037.processed, results/038.processed,
9530: results/039.processed, results/040.processed,
9531: results/041.processed, results/042.processed,
9532: results/043.processed, results/044.processed,
9533: results/045.processed, results/046.processed,
9534: results/047.processed, results/048.processed,
9535: results/049.processed, results/050.processed,
9536: results/051.processed, results/052.processed,
9537: results/053.processed, results/054.processed,
9538: results/055.processed, results/056.processed,
9539: results/057.processed, results/058.processed,
9540: results/059.processed, results/060.processed,
9541: results/061.processed, results/062.processed,
9542: results/063.processed, results/064.processed,
9543: results/065.processed, results/066.processed,
9544: results/067.processed, results/068.processed,
9545: results/069.processed, results/070.processed,
9546: results/071.processed, results/072.processed,
9547: results/073.processed, results/074.processed,
9548: results/075.processed, results/076.processed,
9549: results/077.processed, results/078.processed,
9550: results/079.processed, results/080.processed,
9551: results/081.processed, results/082.processed,
9552: results/083.processed, results/084.processed,
9553: results/085.processed, results/086.processed,
9554: results/087.processed, results/088.processed,
9555: results/089.processed, results/090.processed,
9556: results/091.processed, results/092.processed,
9557: results/093.processed, results/094.processed,
9558: results/095.processed, results/096.processed,
9559: results/097.processed, results/099.processed,
9560: results/100.processed, results/101.processed,
9561: results/102.processed, results/104.processed,
9562: results/105.processed, results/106.processed,
9563: results/107.processed, results/108.processed,
9564: results/109.processed, results/110.processed,
9565: results/111.processed, results/112.processed,
9566: results/113.processed, results/114.processed,
9567: results/115.processed, results/117.processed,
9568: results/119.processed, results/120.processed,
9569: results/121.processed, results/122.processed,
9570: results/123.processed, results/124.processed,
9571: results/125.processed, results/126.processed,
9572: results/127.processed, results/128.processed,
9573: results/129.processed, results/130.processed,
9574: results/131.processed, results/132.processed,
9575: results/133.processed, results/134.processed,
9576: results/135.processed, results/136.processed,
9577: results/138.processed, results/139.processed,
9578: results/140.processed, results/141.processed,
9579: results/142.processed, results/143.processed,
9580: results/144.processed, results/145.processed,
9581: results/146.processed, results/147.processed,
9582: results/148.processed, results/149.processed, results/auto.p: .
9583: now works if we turn off default auto.p
9584:
1.116 moko 9585: * configure: . makes
1.95 moko 9586:
9587: * src/types/pa_vxnode.C: . less warnings
9588:
9589: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
9590: tests/145.html, tests/149.html, tests/descript.ion,
9591: tests/outputs/d.cmd, tests/results/142.processed,
9592: tests/results/143.processed, tests/results/144.processed,
9593: tests/results/145.processed, tests/results/146.processed,
9594: tests/results/147.processed, tests/results/148.processed,
9595: tests/results/149.processed: . removed .nodeValue from all node
9596: types other than 5 (grabbed piece from gdome)
9597:
9598: * tests/: 137.html, results/137.processed: . not handled this case
9599: yet. code does not hang from inserting parent into child,
9600: considering thing minor issue -- nodes are removed from source
9601: anyway, don't know why shold that be an error after all
9602:
9603: * src/targets/cgi/parser3.C: . style
9604:
9605: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
9606: xdoc too [were barking "not element"]
9607:
9608: 2005-12-16 paf
9609:
9610: * tests/: 146.html, 147.html, 148.html: . more tests
9611:
9612: * src/classes/xnode.C: . also bark on possible errors
9613:
9614: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
9615: props
9616:
9617: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
9618: main/compile.y: merged from HEAD ! fixed overoptimized
9619: ^call(false) case. (confused it with ^call[] case)
9620:
9621: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
9622: ^call(false) case. (confused it with ^call[] case)
9623:
9624: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
9625:
9626: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
9627: results/001.processed, results/002.processed,
9628: results/003.processed, results/004.processed,
9629: results/005.processed, results/006.processed,
9630: results/008.processed, results/009.processed,
9631: results/010.processed, results/011.processed,
9632: results/012.processed, results/013.processed,
9633: results/014.processed, results/015.processed,
9634: results/016.processed, results/017.processed,
9635: results/018.processed, results/019.processed,
9636: results/020.processed, results/021.processed,
9637: results/022.processed, results/023.processed,
9638: results/024.processed, results/025.processed,
9639: results/026.processed, results/027.processed,
9640: results/028.processed, results/029.processed,
9641: results/030.processed, results/031.processed,
9642: results/032.processed, results/033.processed,
9643: results/034.processed, results/035.processed,
9644: results/036.processed, results/037.processed,
9645: results/038.processed, results/039.processed,
9646: results/040.processed, results/041.processed,
9647: results/042.processed, results/043.processed,
9648: results/044.processed, results/045.processed,
9649: results/046.processed, results/047.processed,
9650: results/048.processed, results/049.processed,
9651: results/050.processed, results/051.processed,
9652: results/052.processed, results/053.processed,
9653: results/054.processed, results/055.processed,
9654: results/056.processed, results/057.processed,
9655: results/058.processed, results/059.processed,
9656: results/060.processed, results/061.processed,
9657: results/062.processed, results/063.processed,
9658: results/064.processed, results/065.processed,
9659: results/066.processed, results/067.processed,
9660: results/068.processed, results/069.processed,
9661: results/070.processed, results/071.processed,
9662: results/072.processed, results/073.processed,
9663: results/074.processed, results/075.processed,
9664: results/076.processed, results/077.processed,
9665: results/078.processed, results/079.processed,
9666: results/080.processed, results/081.processed,
9667: results/082.processed, results/083.processed,
9668: results/084.processed, results/085.processed,
9669: results/086.processed, results/087.processed,
9670: results/088.processed, results/089.processed,
9671: results/090.processed, results/091.processed,
9672: results/092.processed, results/093.processed,
9673: results/094.processed, results/095.processed,
9674: results/096.processed, results/097.processed,
9675: results/099.processed, results/101.processed,
9676: results/102.processed, results/104.processed,
9677: results/105.processed, results/106.processed,
9678: results/107.processed, results/108.processed,
9679: results/109.processed, results/110.processed,
9680: results/111.processed, results/112.processed,
9681: results/113.processed, results/114.processed,
9682: results/115.processed, results/116.processed,
9683: results/117.processed, results/118.processed,
9684: results/119.processed, results/120.processed,
9685: results/121.processed, results/122.processed,
9686: results/123.processed, results/124.processed,
9687: results/125.processed, results/126.processed,
9688: results/127.processed, results/128.processed,
9689: results/129.processed, results/130.processed,
9690: results/131.processed, results/132.processed,
9691: results/133.processed, results/134.processed,
9692: results/135.processed, results/136.processed,
9693: results/137.processed, results/138.processed,
9694: results/139.processed, results/140.processed,
9695: results/141.processed: . refreshed old tests, made them work
9696: without auto.p (in utf8) . things noted: . gif got encoded
9697: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
9698: some strange year)
9699:
9700: * INSTALL: . revived linux libgc fix
9701:
9702: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
9703: glib/gdome in INSTALL and patches]
9704:
9705: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9706: include/pa_charset.h, include/pa_config_includes.h,
9707: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
9708: include/pa_xml_exception.h, lib/cord/Makefile.am,
9709: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9710: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
9711: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
9712: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
9713: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
9714: types/pa_vxnode.h: . started killing gdome
9715:
9716: 2005-12-13 paf
9717:
9718: * src/main/: pa_request.C: merged from HEAD ! when code in
9719: @unhandled_exception thrown another exception, print correct
9720: origin (earlier code in catch of exception inside of
9721: @unhandled_exception grabbed parent_frame(original_exception)
9722: origin and printed it, instead of true origin)
9723:
9724: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
9725: another exception, print correct origin (earlier code in catch of
9726: exception inside of @unhandled_exception grabbed
9727: parent_frame(original_exception) origin and printed it, instead
9728: of true origin)
9729:
9730: 2005-12-09 paf
9731:
9732: * INSTALL: . updated INSTALL doc to work around linux stack base
9733: detection problem, due to change in gc6.4 code
9734:
9735: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
9736: ignored in ^string.matched :(
9737:
9738: * src/main/pa_string.C: ! regex tainting were ignored in
9739: ^string.matched :(
9740:
9741: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
9742: src/include/pa_config_fixed.h, src/include/pa_version.h,
9743: src/main/compile.y, src/main/compile_tools.h,
9744: src/main/pa_charset.C, src/main/pa_common.C,
9745: src/main/pa_globals.C, src/main/pa_string.C,
9746: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
9747: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
9748:
9749: 2005-12-08 paf
9750:
9751: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
9752: 500 chars now handled OK [were wrapped on 500th char according to
9753: rfc, but sendmail failed to unwrap it properly]
9754:
9755: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
9756: handled OK [were wrapped on 500th char according to rfc, but
9757: sendmail failed to unwrap it properly]
9758:
9759: * src/targets/isapi/parser3isapi.C: . less warnings
9760:
9761: * src/targets/isapi/parser3isapi.C: . undone some strange change
9762: since 3.1.5
9763:
9764: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
9765: link fixes
9766:
9767: * src/: classes/date.C, include/pa_config_fixed.h,
9768: main/compile.tab.C, main/compile.y, main/compile_tools.h,
9769: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
9770: main/pa_string.C, targets/cgi/getopt.c: . less warnings
9771:
9772: * src/include/pa_config_fixed.h: . removed outdated string origins
9773: [in current storage scheme there's no place for them. someday we
9774: can add third CORD to store origins and special version of parser
9775: which stores origins there [separate binary]]
9776:
9777: 2005-12-07 paf
9778:
9779: * src/targets/isapi/parser3isapi.C: . now links in release mode
9780:
9781: * src/include/pa_version.h: makefiles
9782:
9783: * src/include/pa_version.h: . not beta
9784:
9785: * configure, configure.in, src/include/pa_version.h: not beta
9786:
9787: 2005-12-06 paf
9788:
9789: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
9790: [some details here http://i2/tasks/edit/?id=4869912143891354460]
9791: decided to undo the change ^call[$void] passes void. now it will
9792: pass empty string again.
9793:
9794: * src/main/: compile.tab.C, compile.y: . version readded
9795:
9796: * src/classes/op.C: . in this version there is no ^switch[$nothing]
9797: = ^switch[void] problem
9798:
9799: 2005-12-01 paf
9800:
9801: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
9802: caused ^case[string] to be coerced to double since searching
9803: value were not string (it was vvoid)
9804:
9805: * src/classes/op.C: . bugfix ^switch[$void_value] caused
9806: ^case[string] to be coerced to double since searching value were
9807: not string (it was vvoid)
9808:
9809: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
9810: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
9811:
9812: 2005-11-30 paf
9813:
9814: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
9815: win32 must putenv("TZ="), on unix works only putenv("TZ")
9816:
9817: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
9818: putenv("TZ="), on unix works only putenv("TZ")
9819:
9820: * INSTALL: . xml libs versions updated
9821:
9822: * src/main/pa_globals.C: //20051130 trying to remove this, author
9823: claims that fixed a lot there // 20040920 for now both
9824: workarounds needed. wait for new libxml/xsl versions
9825:
9826: 2005-11-28 paf
9827:
9828: * src/classes/table.C: merged from HEAD: ! nameless table has
9829: columns==0
9830:
9831: * src/classes/table.C: ! nameless table has columns==0
9832:
9833: * src/main/pa_http.C: merged from HEAD: ! status line check made
9834: earlier [was totally wrong]
9835:
9836: * src/main/pa_http.C: ! status line check made earlier [was totally
9837: wrong]
9838:
9839: 2005-11-25 paf
9840:
9841: * src/include/pa_array.h: -this reduces speed(table::load) strange.
9842: undoing for now...
9843:
9844: * src/include/pa_version.h: -this reduces speed(table::load),
9845: strange. undoing
9846:
9847: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
9848:
9849: * src/classes/op.C: + ^while(){}[SEPARATOR]
9850:
9851: * src/include/pa_array.h: + optimistics added: all arrays (table
9852: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
9853: this speeds things up and saves memory a LOT! (not noticed
9854: negative effect on syntetic tests, future will tell...)
9855:
9856: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
9857: changed gc_malloc implementation, which obscured profiling
9858:
9859: * src/classes/table.C: merged from HEAD: + optimized
9860: table::load/sql, now row ArrayString-s allocated with
9861: columns.count() elements and don't always grow from
9862: count=3[realloc,realloc]
9863:
9864: * src/classes/table.C: + optimized table::load/sql, now row
9865: ArrayString-s allocated with columns.count() elements and don't
9866: always grow from count=3[realloc,realloc]
9867:
9868: * src/classes/table.C: merged from HEAD: . ^table.save unused
9869: buffer after save
9870:
9871: * src/classes/table.C: . ^table.save unused buffer after save
9872:
9873: 2005-11-24 paf
9874:
9875: * configure.in: . merged glib2-config patch
9876:
9877: * configure.in: + trying to find glib2-config
9878:
9879: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9880: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
9881: file/dir_readable to simple file/dir_exist, this would help in
9882: situations "class not found because .p file has bad rights" << in
9883: that case error would be explicit "access denied to 'this' file"
9884:
1.116 moko 9885: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 9886:
9887: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9888: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
9889: to simple file/dir_exist, this would help in situations "class
9890: not found because .p file has bad rights" << in that case error
9891: would be explicit "access denied to 'this' file"
9892:
9893: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
9894: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9895: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
9896: ^file::exec/cgi[script;$.charset[changed]
9897: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9898: encoded in $.charset charset
9899:
9900: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
9901: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9902: encoded in $.charset charset
9903:
9904: * src/: include/Makefile.am, include/pa_common.h,
9905: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9906: main/pa_common.C, main/pa_http.C: . extracted http:// into
9907: separate file [preparation for
9908: ^file::cgi[script;$.form[$.field1[]
9909:
9910: 2005-11-22 paf
9911:
9912: * src/: include/pa_version.h, main/compile.tab.C: makefiles
9913:
9914: * acinclude.m4, configure.in: . merged underquting fixes
9915:
1.116 moko 9916: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 9917:
9918: * src/classes/op.C: . overmerged a little
9919:
9920: * src/main/compile.tab.C: Makefile
9921:
9922: * src/main/: pa_common.C: . less gcc warnings
9923:
9924: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
9925: now reports original exception if we have no old cache
9926:
9927: * src/classes/op.C: + $exception.handled[cache] now reports
9928: original exception if we have no old cache
9929:
9930: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
9931: from HEAD: + ^taint/untaint[regex] << escapes these:
9932: \^$.[]|()?*+{}
9933:
9934: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
9935: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
9936:
9937: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9938: getenv-ed variable, which does not work both on win32&unix.
9939: copied old TZ value now
9940:
9941: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
9942: stored pointer to getenv-ed variable, which does not work both on
9943: win32&unix. copied old TZ value now
9944:
9945: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9946: getenv-ed variable, which does not work both on win32&unix.
9947: copied old TZ value now
9948:
9949: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
9950: access to internal hash
9951:
9952: * src/types/pa_vresponse.C: + $response:headers access to internal
9953: hash
9954:
9955: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
9956: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9957: isapi] this reduces number of "GC Warning: Repeated allocation of
9958: very large block" messages to only important onces
9959:
9960: * src/targets/isapi/parser3isapi.C: +
9961: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9962: isapi] this reduces number of "GC Warning: Repeated allocation of
9963: very large block" messages to only important onces
9964:
9965: * src/classes/string.C: merged from HEAD: + removed limitation on
9966: ^string/int/double:sql{}[$.default[({param style})] ]
9967:
9968: * src/classes/string.C: + removed limitation on
9969: ^string/int/double:sql{}[$.default[({param style})] ]
9970:
9971: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
9972: with ?params or $.form option" limitation
9973:
9974: * src/main/pa_common.C: + removed "use either uri with ?params or
9975: $.form option" limitation
9976:
9977: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9978: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
9979: ^file::base64[encoded] decode
9980:
9981: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9982: main/pa_common.C: + ^file.base64[] encode +
9983: ^file::base64[encoded] decode
9984:
9985: * src/classes/: file.C, string.C: + ^string.base64[] encode +
9986: ^string:base64[encoded] decode
9987:
9988: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
9989: ^string:base64[in] encode + ^string.base64[] decode
9990:
9991: 2005-11-21 paf
9992:
9993: * src/classes/file.C: + merged from HEAD:
9994: ^file::create[text;file.xml;^untaint[xml]{data}]
9995:
9996: * src/classes/file.C: +
9997: ^file::create[text;file.xml;^untaint[xml]{data}]
9998:
9999: * src/main/pa_request.C: ! merged: $response:body[file] now
10000: differes from :download, it does not return content-disposition
10001: at all now [previusely it returned valueless content-disposition]
10002:
10003: * src/main/pa_request.C: ! $response:body[file] now differes from
10004: :download, it does not return content-disposition at all now
10005: [previusely it returned valueless content-disposition]
10006:
10007: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10008: literals, reverted to just vvod, recreating empty array with each
10009: void_value token. that's absolutely needed, since that array
10010: grows
10011:
10012: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10013: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10014: types/pa_vmethod_frame.h: + merged: expression literals:
10015: true/false. ^format[$.indent(true)]
10016:
10017: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10018: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10019: types/pa_vmethod_frame.h: + expression literals: true/false.
10020: ^format[$.indent(true)]
10021:
10022: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10023: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10024: i386-pc-win32)"
10025:
10026: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10027: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10028: i386-pc-win32)"
10029:
10030: 2005-11-18 paf
10031:
10032: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10033: null}[$.default(123)] will now return default value
10034:
10035: * src/classes/op.C: + merged ^cache[] << returns current cache
10036: expiration time
10037:
10038: * src/classes/op.C: + ^cache[] << returns current cache expiration
10039: time
10040:
10041: * src/classes/table.C: ! merged ^table::create[not'nameless';
10042: failed << Exception.problem_source pointed to local var!
10043:
10044: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10045: Exception.problem_source pointed to local var!
10046:
10047: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10048: now loads VFile.ptr!=0, so such files can be saved now
10049:
10050: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10051: loads VFile.ptr!=0, so such files can be saved now
10052:
10053: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10054: only . and .. now removed from list [were removed all .*]
10055:
10056: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10057: .. now removed from list [were removed all .*]
10058:
10059: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10060: open error now checked, were not :( [stole that piece from apache
10061: 1.3 sources]
10062:
10063: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10064: checked, were not :( [stole that piece from apache 1.3 sources]
10065:
10066: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10067: untainting of @main result if returned by $result or
10068: $response:body
10069:
10070: * src/main/pa_request.C: ! ensured proper untainting of @main
10071: result if returned by $result or $response:body
10072:
10073: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10074: issue: now tries to guess content-length and allocates one big
10075: piece if possible [regretfully gc_realloc works as malloc+free,
10076: leaving lots of holes behind]
10077:
10078: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10079: fixed file load memory issue: now tries to guess content-length
10080: and allocates one big piece if possible [regretfully gc_realloc
10081: works as malloc+free, leaving lots of holes behind]
10082:
10083: 2005-11-16 paf
10084:
10085: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10086: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10087: table::save with enclosers now doubles them: "->"" !
10088: table::save/load do not remove elements from options hash
10089:
10090: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10091: [were overoptimized ^if(double_literal), compiler confused
10092: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10093:
10094: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10095: [were overoptimized ^if(double_literal), compiler confused
10096: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10097:
10098: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10099: main/pa_common.C: ! table::save with enclosers now doubles them:
10100: "->"" ! table::save/load do not remove elements from options hash
10101:
10102: 2005-11-03 paf
10103:
1.116 moko 10104: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10105: compilation, not all makefiles liked that
1.95 moko 10106:
10107: 2005-08-30 paf
10108:
10109: * src/classes/op.C: merge . speedup check of [DEFAULT]
10110:
10111: * src/classes/op.C: . speedup check of [DEFAULT]
10112:
10113: 2005-08-26 paf
10114:
10115: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10116:
10117: * src/: classes/date.C, types/pa_vdate.h: + date.week
10118:
10119: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10120: complains about bad!=nameless
10121:
10122: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10123: about bad!=nameless
10124:
10125: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10126: optional options were allowed to be empty. were checked
10127: if(is_string), changed to !defined||is_string to allow void
10128:
10129: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10130: classes/string.C, classes/table.C, classes/void.C: ! optional
10131: options were allowed to be empty. were checked if(is_string),
10132: changed to !defined||is_string to allow void
10133:
10134: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10135: as_junction where they needed as_int/double, so failed with
10136: recent "(const) now no junction" optimization
10137:
10138: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10139: merged ! many classes/* used as_junction where they needed
10140: as_int/double, so failed with recent "(const) now no junction"
10141: optimization
10142:
10143: * src/: classes/double.C, classes/int.C, classes/math.C,
10144: classes/op.C, classes/string.C, classes/table.C,
10145: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
10146: used as_junction where they needed as_int/double, so failed with
10147: recent "(const) now no junction" optimization
10148:
10149: 2005-08-24 paf
10150:
10151: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
10152: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
10153: stripped it
10154:
10155: 2005-08-09 paf
10156:
10157: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10158: not cleared
10159:
10160: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10161: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10162: classes/hashfile.C, classes/image.C, classes/int.C,
10163: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10164: classes/response.C, classes/string.C, classes/table.C,
10165: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10166: include/pa_array.h, include/pa_cache_managers.h,
10167: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10168: include/pa_config_fixed.h, include/pa_config_includes.h,
10169: include/pa_dictionary.h, include/pa_dir.h,
10170: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10171: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10172: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10173: include/pa_request_charsets.h, include/pa_request_info.h,
10174: include/pa_sapi.h, include/pa_socks.h,
10175: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10176: include/pa_stack.h, include/pa_string.h,
10177: include/pa_stylesheet_connection.h,
10178: include/pa_stylesheet_manager.h, include/pa_table.h,
10179: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10180: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10181: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10182: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10183: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10184: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10185: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10186: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10187: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10188: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10189: main/pa_sql_driver_manager.C, main/pa_string.C,
10190: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10191: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10192: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10193: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10194: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10195: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
10196: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
10197: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10198: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10199: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
10200: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
10201: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
10202: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10203: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
10204: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
10205: types/pa_vmemory.h, types/pa_vmethod_frame.C,
10206: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10207: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
10208: types/pa_vresponse.C, types/pa_vresponse.h,
10209: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10210: types/pa_vstateless_object.h, types/pa_vstatus.C,
10211: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10212: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10213: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10214: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10215: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
10216:
10217: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10218: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
10219: speedup consequent checks in vmethod_frame
10220:
10221: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10222: not cleared
10223:
10224: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
10225: params: 50 max (were 10)
10226:
10227: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
10228: params: 50 max (were 10)
10229:
10230: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10231: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
10232: pa_wcontext.h: + ^call[$void] param inside now is void (were:
10233: empty string) ! simplified (double) speedup consequent checks in
10234: vmethod_frame
10235:
10236: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
10237: optimized constants in expressions vstring->vdouble + optimized
10238: ^call(vdouble), no junction creation, no calls later
10239:
10240: 2005-08-08 paf
10241:
10242: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
10243: integrated
10244:
10245: * bin/auto.p.dist.in: . apache bad 404 handling workaround
10246: integrated
10247:
10248: * src/main/: compile.tab.C, compile.y, compile_tools.C,
10249: compile_tools.h: merged + optimized constants in expressions
10250: vstring->vdouble + optimized ^call(vdouble), no junction
10251: creation, no calls later
10252:
10253: * src/types/pa_vdouble.h: merged . double values without fractional
10254: part now default printed as %.0f instead of %g
10255:
10256: * src/types/pa_vdouble.h: . double values without fractional part
10257: now default printed as %.0f instead of %g
10258:
10259: * src/classes/hashfile.C: . merged ! second hashfile::open would
10260: cause an exception
10261:
10262: * src/classes/hashfile.C: ! second hashfile::open would cause an
10263: exception
10264:
10265: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
10266: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10267: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10268: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10269: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
10270: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10271: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10272: types/pa_vresponse.h, types/pa_vstateless_class.C,
10273: types/pa_vstateless_object.h, types/pa_vvoid.h,
10274: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10275: merged VJunction(new Junction) optimization from 3.1.4
10276:
10277: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
10278: types/pa_vstateless_class.C: + optimized new VJunction(new
10279: Junction(params)) to new VJunction(params), thousands of mallocs
10280: removed
10281:
10282: 2005-08-05 paf
10283:
10284: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
10285: types/pa_vdouble.h, types/pa_vmethod_frame.C,
10286: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
10287: creation, no calls later
10288:
10289: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10290: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10291: classes/hashfile.C, classes/image.C, classes/int.C,
10292: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10293: classes/response.C, classes/string.C, classes/table.C,
10294: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10295: include/pa_array.h, include/pa_cache_managers.h,
10296: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10297: include/pa_config_fixed.h, include/pa_config_includes.h,
10298: include/pa_dictionary.h, include/pa_dir.h,
10299: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10300: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10301: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10302: include/pa_request_charsets.h, include/pa_request_info.h,
10303: include/pa_sapi.h, include/pa_socks.h,
10304: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10305: include/pa_stack.h, include/pa_string.h,
10306: include/pa_stylesheet_connection.h,
10307: include/pa_stylesheet_manager.h, include/pa_table.h,
10308: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10309: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10310: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10311: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10312: lib/smtp/smtp.h, main/compile.C, main/compile.y,
10313: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10314: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10315: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10316: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10317: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
10318: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
10319: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10320: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10321: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10322: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10323: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10324: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10325: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10326: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10327: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10328: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10329: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10330: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
10331: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
10332: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
10333: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
10334: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10335: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10336: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10337: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10338: types/pa_vstateless_object.h, types/pa_vstatus.C,
10339: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10340: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10341: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10342: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10343: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
10344:
10345: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
10346: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
10347: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10348: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
10349: main/compile.y, main/compile_tools.C, main/compile_tools.h,
10350: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
10351: optimized constants in expressions vstring->vdouble
10352:
10353: 2005-07-29 paf
10354:
10355: * src/types/pa_vclass.C: . shaped up error messages a bit
10356:
10357: * src/types/pa_vclass.C: + property getter can now be overridden
10358:
10359: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
10360: bug fix: static parent fields were not replaced in case
10361: $derived:field[put] + property setter can now be overridden
10362:
10363: 2005-07-28 paf
10364:
10365: * configure, configure.in, src/classes/classes.h,
10366: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
10367: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
10368: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
10369: src/classes/xnode.h, src/include/pa_hash.h,
10370: src/include/pa_version.h, src/main/execute.C,
1.116 moko 10371: src/types/Makefile.am, src/types/pa_method.h,
10372: src/types/pa_value.h, src/types/pa_vclass.C,
10373: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
10374: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
10375: src/types/pa_vcookie.h, src/types/pa_vhash.h,
10376: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
10377: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
10378: src/types/pa_vobject.C, src/types/pa_vobject.h,
10379: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
10380: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
10381: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
10382: src/types/pa_vstateless_class.h,
1.95 moko 10383: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
10384: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10385: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
10386: dynamic_fields_join
10387:
10388: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
10389: classes/xnode.C, include/pa_hash.h, main/execute.C,
10390: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10391: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10392: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10393: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10394: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10395: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10396: types/pa_vresponse.h, types/pa_vstateless_object.h,
10397: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
10398: types/pa_wwrapper.h: ! restored put_element('replace' param), and
10399: restored its checks in vobject.put_element->static fields |
10400: dynamic properties
10401:
10402: 2005-07-27 paf
10403:
10404: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
10405: is some old code containing @set_name $name
10406:
10407: * src/types/pa_vobject.h: . fixed warning
10408:
10409: * configure, configure.in, src/include/pa_version.h,
1.116 moko 10410: src/types/Makefile.am: 3.2.0beta started
1.95 moko 10411:
10412: * src/: classes/xnode.C, include/pa_hash.h,
10413: types/pa_vstateless_class.C: ! new asserts were all false.
10414: regretfully reverted them all to checks
10415:
10416: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10417: classes/op.C, main/execute.C, types/pa_method.h,
10418: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10419: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10420: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10421: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10422: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10423: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10424: types/pa_vstateless_object.h, types/pa_vvoid.h,
10425: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10426: joined_dynamic_fields: removed unused param from put_method
10427: (returned to 3 params)
10428:
10429: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
10430: joined_dynamic_fields: dynamic get/set works with overriding
10431: props [alpha2]
10432:
10433: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
10434: works [alfa]
10435:
10436: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10437: classes/op.C, include/pa_hash.h, main/execute.C,
10438: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10439: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10440: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10441: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10442: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10443: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10444: types/pa_vresponse.h, types/pa_vstateless_class.C,
10445: types/pa_vstateless_object.h, types/pa_vvoid.h,
10446: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10447: joined_dynamic_fields: just compiled
10448:
10449: * src/: classes/date.C, classes/file.C, classes/hash.C,
10450: classes/hashfile.C, classes/image.C, classes/table.C,
10451: classes/xdoc.C, classes/xnode.h, main/execute.C,
10452: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10453: types/pa_vstateless_class.h: joined_dynamic_fields: started
10454:
10455: * src/types/pa_vobject.C: . object setters [only started, does not
10456: work yet]
10457:
10458: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
10459: object setters [only started, does not work yet]
10460:
10461: 2005-07-26 paf
10462:
10463: * src/: include/pa_request.h, main/execute.C: . properties: set
10464: works [alpha2]. for classes. todo: for objects
10465:
10466: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
10467: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10468: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10469: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10470: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10471: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10472: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10473: types/pa_vstateless_object.h, types/pa_vvoid.h,
10474: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10475: properties: set works [alpha1]
10476:
10477: 2005-07-25 paf
10478:
10479: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
10480: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
10481: properties: started, get works [alpha1, other approach]
10482:
10483: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
10484: properties: started, get works [alpha2]
10485:
10486: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
10487: pa_vstateless_class.h: . properties: started, get works [alpha]
10488:
10489: 2005-07-15 paf
10490:
10491: * src/: classes/classes.h, classes/op.C, main/execute.C,
10492: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
10493: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10494: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10495: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10496: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
10497: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
10498: types/pa_vresponse.C, types/pa_vresponse.h,
10499: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10500: types/pa_vstateless_object.h, types/pa_vvoid.h,
10501: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
10502: types/pa_wwrapper.h, types/types.vcproj: + started property
10503: [getters work but think of changing them too to precaching]
10504:
10505: 2005-07-08 paf
10506:
10507: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
10508: gpf
10509:
10510: 2005-06-28 paf
10511:
10512: * src/: classes/file.C, main/untaint.C: ! string invariant violated
10513: in passing empty strings to file::exec/cgi environment
10514:
10515: 2005-06-06 paf
10516:
10517: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
10518: ^table:sql ^hash:sql now DO process $.bind option
10519:
10520: 2005-05-24 paf
10521:
10522: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
10523: $.limit] now work again [support was broken in 3.1.4]
10524:
10525: * src/: main/pa_string.C, classes/op.C: . steps toward removing
10526: ALL_INTERIOR_POINTERS
10527:
10528: 2005-05-12 paf
10529:
10530: * configure: 3.1.5beta
10531:
10532: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
10533:
10534: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
10535: $.limit] now work again [support was broken in 3.1.4]
10536:
10537: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
10538: line-width [was refusing to fill if line-width >1, thanks to
10539: Seras <seras@pinxit.lt> for repro case
10540:
10541: 2005-04-25 paf
10542:
10543: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
10544: correctly
10545:
10546: 2005-04-19 paf
10547:
10548: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
10549: in VString violating invariant!!
10550:
10551: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
10552: getenv("TZ")==null
10553:
10554: 2005-04-08 paf
10555:
10556: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
10557: bugfix: when there is no char in charset one byte produces 6
10558: (ÿ <<max). increased buffer size!
10559:
10560: 2005-03-23 paf
10561:
10562: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
10563: ^date.sql-string now takes TZ into account
10564:
10565: 2005-03-16 paf
10566:
10567: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
10568: gcc 3.4
10569:
10570: * src/types/pa_vhash.C: . warning about eof eol
10571:
10572: 2005-02-17 paf
10573:
10574: * operators.txt, src/classes/op.C: + operator ^sleep(double
10575: seconds)
10576:
10577: 2005-02-02 paf
10578:
10579: * src/classes/xnode.C: beauty: removed needless includes
10580:
10581: 2005-01-31 paf
10582:
10583: * src/types/pa_vmail.C: change: $.partX now always 1... change:
10584: $.partNoNumber now alias to $.part1
10585:
10586: * src/types/pa_vmail.C: change: incoming letter part contains
10587: "content-disposition" header with any value? now considering that
10588: part to be "file#" [for text/plain text/html were $.text#
10589: $.html#]
10590:
10591: * INSTALL: updatet to latest working versions available
10592:
10593: 2005-01-20 paf
10594:
10595: * configure.in, src/include/pa_version.h: version
10596:
10597: 2005-01-19 paf
10598:
1.116 moko 10599: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
10600: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
10601: couple warnings in parser3.C
1.95 moko 10602:
10603: 2004-12-23 paf
10604:
10605: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
10606:
10607: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
10608: dir to directory of script (when shbang used), not to directory
10609: of its interpreter
10610:
10611: * src/include/pa_version.h: compiled on win32...
10612:
10613: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
10614: we need more hspace
10615:
10616: * configure, configure.in, src/include/pa_version.h: configured
10617: host to pa_version. will be displayed everywhere
10618:
10619: * src/main/pa_request.C: new: @unhandled_exception can prevent
10620: exception from being logged by setting $exception.handled(1)
10621:
10622: * operators.txt, src/classes/file.C: change:
10623: ^file::sql{query}[[options]] options: $.name[file name]
10624: $.content-type[application/what]
10625:
10626: * src/: include/pa_common.h, main/pa_common.C,
10627: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
10628: new file
10629:
10630: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
10631: bugfix: table->hash now regards _default
10632:
10633: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
10634: created by accessing $name_of_method it acquired bad self=closest
10635: methodframe; instead of proper self (current class)
10636:
10637: * src/types/pa_vhashfile.C: bugfix: reading empty string from
10638: hashfile produced bad cord
10639:
10640: 2004-12-10 paf
10641:
10642: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
10643: subsequent failures though defined in .h
10644:
10645: * src/main/pa_common.C: comment on volatile
10646:
10647: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
10648: alarm function were not used since the beginning due to stupid
10649: error [setsigjmp were not checked in configure.in]
10650:
10651: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
10652: unix too
10653:
10654: * src/main/pa_common.C: http: exception status of send/recv errors
10655: change to most probable http.timeout
10656:
10657: * src/main/pa_common.C: win32: http connection $.timeout option now
10658: works [setsockopt on send/receive]
10659:
10660: 2004-12-08 paf
10661:
10662: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
10663: cstr-ed knowing mail charset, and untainting uri lang now knows
10664: proper charset
10665:
10666: 2004-11-24 paf
10667:
10668: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
10669:
10670: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
10671: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
10672:
10673: 2004-11-12 paf
10674:
10675: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
10676: [since 3.0.4]
10677:
10678: 2004-11-09 paf
10679:
10680: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
10681: writes basics to c:\parser3.log
10682:
10683: 2004-10-21 paf
10684:
10685: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
10686: tainted strings [were returning clean onces]
10687:
10688: 2004-10-15 paf
10689:
10690: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
10691: cycles(i=1; i=2), which was wrong, now does ONE
10692:
10693: 2004-10-12 paf
10694:
10695: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
10696:
10697: 2004-10-07 paf
10698:
10699: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
10700: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
10701: release asserts
10702:
10703: * src/: main/pa_string.C, include/pa_string.h: debugger help:
10704: String.dump() to stdout in detailed form [were String.v() in
10705: short form]
10706:
10707: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
10708: \t\r\n as @#| and truncates long char sequences less
10709:
10710: 2004-10-06 paf
10711:
10712: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
10713: win32 beauty: socket errors properly decoded
10714:
10715: 2004-10-05 paf
10716:
10717: * src/: include/pa_request.h, main/pa_request.C: bugfix:
10718: request::configure_user/admin done always, even if no
10719: file-to-process useful in @unhandled_exception [say, if they
10720: would want to mail by SMTP something]
10721:
10722: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
10723: now performed prior to file loading [and @auto executing] thus
10724: making $cookie:value available in @auto and in
10725: @unhandled_exception when IIS is configured to run interpreter
10726: even if no file exist
10727:
10728: 2004-09-20 paf
10729:
10730: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
10731: somewhere where it should have called xmlMalloc and it calls
10732: xmlFree when it should have not called it. inserted two
10733: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
10734: xmlFree just ignored. put away a testcase, maybe someday libxml
10735: author would fix all that. until that day: we have SLOW garbage
10736: collecting when many xml objects are alive hint: do
10737: ^memory:compact[] before xdoc::create
10738:
10739: 2004-09-17 paf
10740:
10741: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
10742: error from 3.0.8 version]
10743:
10744: 2004-09-14 paf
10745:
10746: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
10747: part bugfix: hashfile.foreach iterated only part if hashfile were
10748: modified inside
10749:
10750: 2004-09-13 paf
10751:
10752: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
10753: [were as octal]
10754:
10755: * src/types/pa_vhashfile.C: beauty: not reproduced
10756: $hashfile.key[$novalue] bug [reported by motorin], inserted
10757: safety-check
10758:
10759: * src/types/pa_vhashfile.C: change: empty keys now error in parser
10760: [not something obscure from sdbm lib]
10761:
10762: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
10763: = strerror now returnes something and we can properly report that
10764: to client
10765:
10766: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
10767: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
10768:
10769: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10770: [tainted as-is] this helps //[space][newline] to remain as-is and
10771: not be unnecessary optimized away [ruining javascript]
10772:
10773: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10774: [tainted as-is]
10775:
10776: * src/classes/mail.C: bugfix: typo error
10777:
10778: 2004-09-09 paf
10779:
10780: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
10781: separators bugfix: loads header with endings \r\n\r\n and \n\n
10782: (bloody yandex.server)
10783:
10784: 2004-09-06 paf
10785:
10786: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
10787: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
10788: encoded
10789:
10790: 2004-09-01 paf
10791:
10792: * src/types/pa_vmail.C: change: multipart/mixed changed to
10793: multipart/related outlook express have no problems showing
10794: unrelated attachments. todo: someday figure out a way of
10795: multipart/mixed multipart/related text/html
10796: image/xxx application/octet-stream << true attachments
10797:
10798: * src/types/pa_vmail.C: new:
10799: ^mail:send[$.file[$.content-disposition can be overriden new:
10800: empty mail header fields removed from letter
10801:
10802: * src/: classes/mail.C, include/pa_config_fixed.h,
10803: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
10804: ^mail:send[ $.file[ $.any[header]
10805:
10806: 2004-08-30 paf
10807:
10808: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
10809: warnings
10810:
10811: * src/main/pa_common.C: beauty: do not bother with charset
10812: detection when ^file::load[binary
10813:
10814: 2004-08-27 paf
10815:
10816: * src/main/pa_common.C: hack: for yandex.server http server
10817:
10818: 2004-08-18 paf
10819:
10820: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
10821: possibly-chunked response
10822:
10823: 2004-08-17 paf
10824:
10825: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10826: $f.content-type now = that of http response
10827:
10828: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10829: $f.content-type now = that of http response
10830:
10831: 2004-07-30 paf
10832:
10833: * src/: include/pa_request.h, main/pa_request.C,
10834: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
10835: win32: system&parser exceptions in release mode reported properly
10836: parser exception in exception handler WERE mistakenly reported as
10837: system exception, without details [in apache & isapi] +some
10838: beauty in exception text
10839:
10840: * src/: include/pa_exception.h, main/pa_request.C,
10841: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
10842: release mode reported properly parser exception in exception
10843: handler WERE mistakenly reported as system exception, without
10844: details
10845:
10846: * src/main/execute.C: beauty: simplified system exception handling
10847:
10848: 2004-07-29 paf
10849:
10850: * src/classes/table.C: bugfix:
10851: ^table.save[export.csv;$.separator[^;]] now works fine [separator
10852: were ignored, and \t used unconditionally]
10853:
10854: * src/types/Makefile.am: added vhash.c
10855:
10856: 2004-07-28 paf
10857:
10858: * src/: classes/date.C, classes/image.C, classes/math.C,
10859: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
10860: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
10861: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
10862: failed on russian letters
10863:
10864: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
10865: bugfix: isspace((unsigned char)c) everywhere. failed on russian
10866: letters
10867:
10868: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
10869: as 'currentDirectory' parameter to CreateProcess
10870:
10871: 2004-07-27 paf
10872:
10873: * src/targets/cgi/parser3.vcproj: beauty: win32:
10874: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
10875: from release somewhere [to help searching for unhandled system
10876: exceptions]
10877:
10878: * src/types/pa_vdate.h: check: for invalid datetime after temporary
10879: TZ shift
10880:
10881: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
10882: but also in ctor
10883:
10884: 2004-07-26 paf
10885:
10886: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
10887: src/main/pa_request.C, src/types/pa_vfile.h,
10888: src/types/pa_vhash.C, src/types/pa_vhash.h,
10889: src/types/types.vcproj: new: $response:body/download[
10890: $.file[name on disk] $.name[of file for user]
10891: $.mdate[date of last-modified. default from directory] ]
10892:
10893: * src/classes/file.C: moving file:send somewhere else..
10894:
10895: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
10896: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
10897: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
10898: $response:download[ $.filename[filename] $.option[] ,, ]
10899:
10900: * src/classes/file.C: beauty: invalid mode thoroughly reported
10901:
10902: 2004-07-21 paf
10903:
10904: * src/types/pa_vmail.C: bugfix: too long header values now splitted
10905: to several lines
10906:
10907: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
10908:
10909: note: ms outlook[!express] shows only first 255 characters of
10910: subject
10911:
10912: 2004-07-15 paf
10913:
10914: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
10915: off]
10916:
10917: 2004-07-14 paf
10918:
10919: * src/classes/table.C: bugfix: $.bind values now got untainted
10920: according to lang [were: as-is]
10921:
10922: 2004-07-07 paf
10923:
10924: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
10925: checked that
10926:
10927: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
10928: now untainted according to their languages. were: as-is.
10929: EVERYWHERE
10930:
10931: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
10932: environment string now untainted according to their languages.
10933: were: as-is. EVERYWHERE
10934:
10935: * src/main/pa_exec.C: bufix: on unix environment string now
10936: untainted according to their languages. were: as-is. on win32:
10937: ok
10938:
10939: * parser3.vssscc: ...would not go unnoticed
10940:
10941: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
10942: fails. in case on input appears nonutf, those bytes will be
10943: printed in %HH form. that can be easily decoded/recovered.
10944:
10945: this form is quite noticable, and hopefully would not go noticed
10946:
10947: 2004-07-06 paf
10948:
10949: * src/main/pa_exec.C: bufix: on unix environment string now
10950: untainted according to their languages. were: as-is. on win32:
10951: ok
10952:
10953: 2004-07-01 paf
10954:
10955: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
10956: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
10957: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
10958: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
10959: main/main.vcproj, targets/cgi/parser3.vcproj,
10960: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
10961: option: global optimization ON
10962:
10963: * src/main/untaint.C: workaround kinda bug in libxml: life requires
10964: to do xdoc::create{invalid chars} standard disables chars less
10965: then \x20, except tab, cr, lf.
10966:
10967: changed tainting so that those become '!'
10968:
10969: 2004-06-25 paf
10970:
10971: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10972: int on odd address [prev bugfix failed due to superwize
10973: optimizer, which turned memcpy into same 'ld' asm command]
10974:
10975: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10976: int on odd address
10977:
10978: 2004-06-22 paf
10979:
10980: * src/sql/pa_sql_driver.h: note: about possible optimization
10981:
10982: * operators.txt, src/classes/hash.C, src/classes/memory.C,
10983: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10984: src/include/pa_config_includes.h: new: ^void:sql{call
10985: paf(:a)}[ $.bind[ $.a[2]
10986: ] ] output variables work. todo: check in out
10987: variables
10988:
10989: 2004-06-18 paf
10990:
10991: * src/: classes/file.C, classes/hash.C, classes/string.C,
10992: classes/table.C, classes/void.C, include/pa_globals.h,
10993: include/pa_sql_connection.h, main/compile.tab.C,
10994: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
10995: $.bind[ $.a[2] ]
10996: ] input variables work. todo:output
10997:
10998: * src/targets/cgi/parser3.C: bugfix: iis specific
10999: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11000: /_bug.html?404;http://hpsv/test/
11001: --------------------------------------------------------------------------------
11002: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11003: --------------------------------------------------------------------------------
11004: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11005:
11006: 2004-06-16 paf
11007:
11008: * src/targets/cgi/parser3.C: new: iis specific
11009: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11010: $request:query
11011: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11012: $form:fields IIS-STATUS="404"
11013: IIS-DOCUMENT="http://server/_bug.html" f="v"
11014:
11015: todo: isapi too
11016:
11017: 2004-05-26 paf
11018:
11019: * src/include/pa_version.h: 3.1.3
11020:
11021: * operators.txt: beauty: removed outdated level 'table'
11022:
11023: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11024:
11025: * src/main/pa_string.C: beauty: removed 3 warnings
11026:
11027: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11028: classes/op.C: beauty: removed outdated level 'table'
11029:
11030: 2004-05-25 paf
11031:
11032: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11033: implementation. mistery: how anything worked
11034:
11035: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11036: changed, it is now safe to use url if pointers to it are stored
11037: to gc mem
11038:
11039: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11040: unknown errors reported and not cause SIGSEGV now
11041:
11042: 2004-05-24 paf
11043:
11044: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11045: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11046: less memory: CORD_chars_block originally intended to ... it was
11047: good that CORD_chars_block were not used: it consumes more memory
11048: [and, might be slow too] undoing that. [and removed that func so
11049: that it would not confuse parser developer in future]
11050:
11051: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11052: less memory: CORD_chars_block originally intended to
11053: speedup/reduce mem usage were forgotten, and were used stupid
11054: CORD_chars
11055:
11056: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11057:
11058: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11059: BIGENDIAN processors space-conserving mech failed, causing
11060: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11061: (1|2|3));
11062:
11063: 2004-05-14 paf
11064:
11065: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11066: bugfix: void now has vfile value, and $response:body[] works OK
11067:
11068: 2004-05-12 paf
11069:
11070: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11071: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11072: sources to use is_defined() {return as_bool();} along VBool
11073:
11074: 2004-05-11 paf
11075:
11076: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11077: referencing to local objects
11078:
11079: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11080: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11081: left intact
11082:
11083: 2004-04-15 paf
11084:
11085: * src/classes/date.C: merged: beauty: unused var removed
11086:
11087: * src/classes/date.C: beauty: unused var removed
11088:
11089: * src/include/: pa_exec.h: bugfix: interface without pointer
11090: provoked bug
11091:
11092: 2004-04-09 paf
11093:
11094: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11095:
11096: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11097:
11098: 2004-04-08 paf
11099:
11100: * src/classes/date.C: new: ^date::create[y-m-d
11101: h-M-s>>.milliseconds<<] now allowed, ignored so far
11102:
11103: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11104:
11105: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11106: to consult default catalog [usually, that file belongs to other
11107: user/group]
11108:
11109: 2004-04-06 paf
11110:
11111: * src/main/pa_common.C: beauty: gcc warning removed
11112:
11113: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11114: accept that trick, trying other
11115:
11116: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11117: explicit result problem
11118:
11119: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11120: explicit result problem
11121:
11122: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11123: explicit result problem
11124:
11125: * operators.txt, src/classes/string.C: new: ^string.append[string]
11126:
11127: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11128: main/execute.C: attempt_check_call_in_explicit_result_mode:
11129: failed
11130:
11131: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11132: http://i.p.a.ddress gethostbyaddr added [on some platforms
11133: gethostbyname failed with such 'domains'] now checked properly,
11134: were: needless reverse/forward dns lookup
11135:
11136: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11137: http://i.p.a.ddress gethostbyaddr added [on some platforms
11138: gethostbyname failed with such 'domains'] now checked properly,
11139: were: needless reverse/forward dns lookup
11140:
11141: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11142: @method[][result] means "no string output here" moved to lexical
11143: level [on grammar level it were too difficult]
11144:
11145: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11146: src/main/compile.y, src/main/compile_tools.h,
11147: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
11148: @method[][result] means "no string output here", implemented part
11149: of that idea: compiler throws away string literal generation
11150: code. and barks nonwhitespace chars
11151:
11152: * operators.txt: truth: removed comment about $ORIGIN
11153:
11154: 2004-04-05 paf
11155:
11156: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
11157: src/include/pa_version.h, src/main/pa_common.C,
11158: src/targets/isapi/parser3isapi.C: merged with 3.1.3
11159:
11160: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
11161: Konstantin Tomashevitch [mailto:konst@design.ru]
11162:
11163: * src/doc/html2chm.cmd: beauty: no need in bg here
11164:
11165: * src/doc/sources2html.cmd: beauty: same window, in bg it
11166: interfered with FAR console
11167:
11168: * configure, configure.in: 3.1.3
11169:
11170: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
11171:
11172: * src/main/pa_common.C: removed warning
11173:
11174: * src/include/pa_version.h: 3.1.3
11175:
11176: 2004-04-02 paf
11177:
11178: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
11179:
11180: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
11181: allows to specify where to put parser log file
11182:
11183: 2004-04-01 paf
11184:
11185: * src/classes/table.C: bugfix: bugfix: table::load last line
11186: without tab and enter were ignored
11187:
11188: * src/: include/pa_cache_managers.h, include/pa_globals.h,
11189: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
11190: main/pa_socks.C, targets/cgi/parser3.C,
11191: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
11192: bugfix: sql connections now are disconnected
11193:
11194: 2004-03-30 paf
11195:
11196: * src/classes/table.C: bugfix: table::load last line without tab
11197: and enter were ignored
11198:
11199: * src/classes/table.C: bufix: if last table lines were commented,
11200: gpfed
11201:
11202: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
11203: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
11204: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
11205: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
11206: doc/methoded.dox, doc/object.dox, doc/string.dox,
11207: doc/targets.dox, doc/value.dox, include/pa_version.h,
11208: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
11209: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
11210: bugfixes from 3.1.2, changed version to 3.1.3beta
11211:
11212: 2004-03-29 paf
11213:
11214: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
11215: causes gpf
11216:
11217: * src/doc/: ClassExample1.dox, ClassExample2.dox,
11218: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
11219: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
11220: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
11221: value.dox: translated to english
11222:
11223: 2004-03-25 paf
11224:
11225: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
11226: parser3project dependency removed
11227:
11228: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
11229: bugfix: refused to compile without xml
11230:
11231: * src/types/pa_vform.C: beauty: removed warning
11232:
11233: * src/classes/classes.vcproj: merged bugfix: now all compiles in
11234: any folder [removed last ;) folder dependency]
11235:
11236: * src/classes/classes.vcproj: bugfix: now all compiles in any
11237: folder [removed last ;) folder dependency]
11238:
11239: * src/include/pa_version.h: release
11240:
11241: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
11242:
11243: * src/classes/table.C: beauty: comment& more meaningful error
11244: message
11245:
11246: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
11247: $.hash[$.column_value1(true) ... ] [were producing some strang
11248: thing]
11249:
11250: 2004-03-23 paf
11251:
11252: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
11253: and http status line parsing checked number of columns in table
11254: [user reported an assert]
11255:
11256: * operators.txt: example: on hashfile
11257:
11258: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
11259: bugfix: junction reattach now actually reattaches a junction to
11260: new wcontext [were only assigning it to junction, which caused
11261: junction tracking to loose junction, and it's context were not
11262: killed, and it tried to process in invalid context, gpf]
11263:
11264: * src/targets/cgi/parser3.C: debug helper added
11265:
11266: 2004-03-19 paf
11267:
11268: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
11269: "type(type)" in braces
11270:
11271: 2004-03-10 paf
11272:
11273: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
11274: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11275: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
11276: solution to search-in-namespaces problem:
11277: $xdoc.search-namespaces.x[http://pif.design.ru/]
11278: $nodes[^xdoc.select[//x:second]]
11279:
11280: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
11281: expression][[NAMESPACES HASH]] allows to search for info in
11282: namespaces
11283:
11284: $nodes[^xdoc.select[//x:second][
11285: $.x[http://pif.design.ru/] ]]
11286:
11287: 2004-03-09 paf
11288:
11289: * operators.txt, src/main/pa_common.C: new:
11290: ^file::load[...][options] $.form[
11291: !$.field1[string]
11292: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
11293: ] !$.body[string]
11294:
11295: GET ?here notGET(POST, HEAD, others) in content-type:
11296: application/x-www-form-urlencoded
11297:
11298: todo: upload files ability
11299:
11300: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
11301: properly, done
11302:
11303: 2004-03-05 paf
11304:
11305: * operators.txt, src/main/pa_common.C: new: file::load[;http://
11306: GET/POST $.form[$.fields started, not tested yet
11307: todo:$.field[table] for multiple values
11308:
11309: * operators.txt: new: http:// options $.user $.password basic
11310: authorization
11311:
11312: * src/main/pa_common.C: beauty: link to rtf added
11313:
11314: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
11315: new: http:// options $.user $.password basic authorization
11316:
11317: * src/main/pa_common.C: beauty: removed needless vars
11318:
11319: * operators.txt: new: pgsql option [like that recently added to
11320: oracle driver] ClientCharset=parser-charset <<
11321: charset in which parser thinks client works
11322:
11323: * operators.txt: new: odbc option [like that recently added to
11324: oracle driver] ClientCharset=parser-charset <<
11325: charset in which parser thinks client works
11326:
11327: * src/sql/pa_sql_driver.h: beauty: important warning added
11328:
11329: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
11330: char!
11331:
11332: * etc/parser3.charsets/windows-1251.cfg: typo
11333:
11334: 2004-03-04 paf
11335:
11336: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
11337: cached, sql transcoding now goes faster
11338:
11339: * operators.txt: new: mysql option [like that recently added to
11340: oracle driver] ClientCharset=parser-charset <<
11341: charset in which parser thinks client works
11342:
11343: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
11344: typo error
11345:
11346: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
11347: chars commented
11348:
11349: 2004-03-03 paf
11350:
11351: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
11352: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
11353:
11354: 2004-03-02 paf
11355:
11356: * operators.txt: new[update typo]: !^void.left(n)
11357: nothing !^void.right(n) nothing !^void.mid(p[;n])
11358: nothing
11359:
11360: * operators.txt, src/classes/void.C: new: !^void.left(n)
11361: nothing !^void.right(n) nothing !^void.pos(p[;n])
11362: nothing
11363:
11364: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
11365: ^file::sql[[name_to_become_$.name]]{} query result must be one
11366: row with columns: first: data second: file name third:
11367: content-type
11368:
11369: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
11370: ^connect gets properly escaped string, which can be passed to
11371: request now this for mysql only. it's up to parser sql driver to
11372: fix zeros properly
11373:
11374: * INSTALL: note: added on building apache with this option:
11375: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
11376:
11377: 2004-03-01 paf
11378:
11379: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
11380: extension memory:compact befor processingrequest
11381:
11382: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
11383: call sole column of result
11384:
11385: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
11386: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
11387: pixel color
11388:
11389: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
11390: beauty: image -- less checks [were ugly impl]
11391:
11392: * src/classes/string.C: bugfix: ^string.left/right/mid with
11393: negative values now considered bad
11394:
11395: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
11396:
11397: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
11398: options now have unified defaults [after transform
11399: indent/omit-xml-declaration/standalone 'default' erroreously
11400: meant 'true']
11401:
11402: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
11403: added [on some platforms gethostbyname failed with such
11404: 'domains']
11405:
11406: * src/include/pa_config_auto.h.in: no select check, no define
11407:
11408: * src/classes/string.C: feature: ^string.trim both parameters may
11409: be empty-strings, meaning kind=both chars=whitespaces
11410:
11411: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
11412: exist
11413:
11414: * src/classes/string.C: check: trim 'chars' must not be empty,
11415: exception if it is
11416:
11417: * src/classes/string.C: changed: ^string.trim [] << both,
11418: whitespaces [start|both|end] << kind, whitespaces
11419: [start|both|end;chars] full
11420:
11421: 2004-02-27 paf
11422:
11423: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
11424: method: ^string.trim[start|both|end[;chars]] default
11425: 'chars' -- whitespace chars finished
11426:
11427: * operators.txt, src/classes/string.C, src/include/pa_string.h,
11428: src/main/pa_string.C: new method:
11429: ^string.trim[start|both|end[;chars]] default 'chars' --
11430: whitespace chars started, only start works
11431:
11432: * src/main/compile.C: bugfix: line numbers after
11433: ^process{}[$.line(-10]] can be negative, allowed to print they as
11434: signed
11435:
11436: * src/main/untaint.C: speed: there's no \n chars in output
11437: [normally], so no need to optimize them they could be retrived
11438: from databases, though. but 1. should be replaced 2. if not
11439: optimized, no harm done
11440:
11441: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
11442: ^file::exec/cgi could return invalid status & zombie child can
11443: remain for short period until process exists [very bad in
11444: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
11445:
11446: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
11447: malicious SMTP server to attack as by returning too long status
11448: responses http://i2/tasks/edit/?id=4629448401140924947
11449:
11450: 2004-02-26 paf
11451:
11452: * operators.txt: feature: ^process...{CODE}[now has options] which
11453: are $.main[to what to rename @main] $.file[file,
11454: from which (user says) goes that CODE] $.lineno(line
11455: number in that file, where CODE starts. may be negative)
11456:
11457: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11458: src/main/compile.C, src/main/compile_tools.h,
11459: src/main/pa_request.C: feature: ^process...{CODE}[now has
11460: options] which are $.main[to what to rename @main]
11461: $.file[file, from which (user says) goes that CODE]
11462: $.lineno(line number in that file, where CODE starts. may be
11463: negative)
11464:
11465: 2004-02-25 paf
11466:
1.116 moko 11467: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
11468: old @charsetsdir@ recently erased from configure.in]
1.95 moko 11469:
11470: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
11471: produces hash of column=>1
11472:
11473: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
11474: with incomplete errno constants set
11475:
11476: 2004-02-24 paf
11477:
11478: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
11479: "man select"
11480:
11481: * src/main/pa_os.C: beauty: <0 better then ==-1
11482:
11483: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
11484:
11485: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
11486:
1.116 moko 11487: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 11488:
11489: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
11490: unix: steps to work on unix [extracted 'to']
11491:
11492: * src/classes/mail.C: smtp on unix: steps to work on unix
11493:
11494: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
11495:
1.116 moko 11496: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
11497: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
11498: unix [testing on solaris]
1.95 moko 11499:
11500: 2004-02-20 paf
11501:
11502: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
11503: pointing that out
11504:
11505: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
11506: fixed again [same solution, mistanenly removed one line]
11507:
11508: 2004-02-19 paf
11509:
11510: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
11511: date::create from bad datetime in spring daylightsaving hole now
11512: OK for all platforms [on some platforms it failed]
11513:
11514: * src/classes/: date.C, image.C: beauty: date::create[bad date time
11515: in daylightsaving hole] now throws error
11516:
11517: * src/classes/date.C: comment: mistake fixed
11518:
11519: 2004-02-18 paf
11520:
11521: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
11522: now renderes in $request:charset, but in header puts
11523: $response:charset todo: make that default only so that coder
11524: could override that
11525:
11526: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
11527: turns off omit-xml-declaration
11528:
11529: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
11530: /.xsl for sample
11531:
11532: 2004-02-17 paf
11533:
11534: * src/classes/xdoc.C: beauty: needless helper class removed
11535:
11536: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
11537: copied extra time
11538:
11539: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
11540: part of libxml
11541:
11542: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
11543: libxml to do the work] <xsl:output method="html"
11544: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
11545: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11546: />
11547:
11548: * src/classes/xdoc.C: beauty: no <meta ... charset generated
11549:
11550: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
11551: caused assertion
11552:
11553: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
11554: could hang. now such add does nothing, sub clears $hash
11555:
11556: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
11557: not made quoted-printable
11558:
11559: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
11560: string invariant
11561:
11562: 2004-02-16 paf
11563:
11564: * src/main/pa_globals.C: bugfix: xml errors copy from library now
11565: cleared [were not cleared properly]
11566:
11567: 2004-02-13 paf
11568:
1.116 moko 11569: * src/include/pa_version.h: prerelease
1.95 moko 11570:
11571: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
11572: used, introducing dependencies timestamp check
11573:
11574: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11575: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
11576: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
11577: .xsl.stamp now not used, introducing dependencies timestamp check
11578:
11579: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
11580:
11581: 2004-02-12 paf
11582:
11583: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
11584: ruined empty <input type=file> submits. parser thought there were
11585: nameless empty file and $form:field got value of type 'file'
11586:
11587: * INSTALL: --without-threads
11588:
11589: * src/include/pa_sapi.h: 2004
11590:
11591: 2004-02-11 paf
11592:
11593: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11594: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11595: classes/hashfile.C, classes/image.C, classes/int.C,
11596: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11597: classes/response.C, classes/string.C, classes/table.C,
11598: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11599: include/pa_array.h, include/pa_cache_managers.h,
11600: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11601: include/pa_config_fixed.h, include/pa_config_includes.h,
11602: include/pa_dictionary.h, include/pa_dir.h,
11603: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11604: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11605: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11606: include/pa_request_charsets.h, include/pa_request_info.h,
11607: include/pa_socks.h, include/pa_sql_connection.h,
11608: include/pa_sql_driver_manager.h, include/pa_stack.h,
11609: include/pa_string.h, include/pa_stylesheet_connection.h,
11610: include/pa_stylesheet_manager.h, include/pa_table.h,
11611: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11612: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11613: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11614: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11615: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11616: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11617: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11618: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11619: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11620: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11621: main/pa_sql_driver_manager.C, main/pa_string.C,
11622: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
11623: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
11624: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11625: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11626: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11627: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11628: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11629: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11630: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11631: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11632: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11633: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11634: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11635: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11636: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11637: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11638: types/pa_vresponse.h, types/pa_vstateless_class.C,
11639: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11640: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11641: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11642: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11643: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11644: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
11645:
11646: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
11647: debug version of gc.dll
11648:
11649: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11650: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11651: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
11652: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
11653: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
11654: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
11655: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
11656: processes
11657:
11658: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
11659: main/pa_globals.C, targets/cgi/parser3.vcproj,
11660: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
11661: changes to reflect libxml xsl new folders
11662:
11663: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11664: lib/smtp/smtp.vcproj, main/main.vcproj,
11665: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
11666: to reflect libxml xsl new folders
11667:
11668: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11669: lib/smtp/smtp.vcproj, main/main.vcproj,
11670: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
11671: types/types.vcproj: started changes to reflect libxml xsl new
11672: folders
11673:
11674: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
11675: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11676: src/main/compile.tab.C, src/main/main.vcproj,
11677: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
11678: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11679: started changes to reflect libxml xsl new folders
11680:
11681: 2004-02-10 paf
11682:
11683: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
11684: compile. recommened latest libxml up to date
11685:
11686: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
11687: pattern compilation errors", on which spent 4 hours worktime. use
11688: versions higher than that. recommended now latest up to date
11689:
11690: 2004-02-06 paf
11691:
11692: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
11693: beauty: unified destructing style
11694:
11695: * src/main/untaint.C: beauty: removed old def/ifdef
11696:
11697: * src/main/untaint.C: beauty: coredump @unknown untaint language
11698: now
11699:
11700: 2004-02-03 paf
11701:
11702: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
11703: targets/isapi/parser3isapi.C, types/pa_value.C,
11704: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
11705: then %ld/%lu
11706:
11707: * src/main/pa_common.C: typo: %l -> %u
11708:
11709: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
11710: in attributes or documents-results of transform now not xx;
11711:
11712: * src/classes/xnode.C: memleaks found: not fixed yet. todo
11713:
11714: * src/main/pa_charset.C: bugfix: forgot to undo some
11715:
11716: * src/main/pa_charset.C: beauty: uncomment
11717: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
11718: libraries
11719:
11720: 2004-02-02 paf
11721:
11722: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
11723: $cookie:example[ $.value[value] $.path[/there/] ]
11724:
11725: $cookie:example[ $.value[] $.expires[session]
11726: $.path[/there/] $.domain[test.com] ]
11727:
11728: * src/types/pa_vform.C: bugfix: empty values with
11729: enctype=multipart/form-data now produce entries in $form:tables
11730: <form method=post enctype=multipart/form-data> <input type=hidden
11731: name=a> <input type=hidden name=b>
11732:
11733: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
11734: <hr> <pre>$request:body
11735:
11736: 2004-01-30 paf
11737:
11738: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
11739: or documents-results of transform now not xx;
11740:
11741: * src/classes/date.C: bugfix: ^date::create[invalid fields now
11742: produce exception.
11743:
11744: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
11745: bugfix: ^date::create[invalid fields now produce exception.
11746:
11747: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
11748: year] now produces exception. todo: check other fields
11749:
11750: 2004-01-29 paf
11751:
11752: * src/include/pa_memory.h: typo error
11753:
11754: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
11755: more byte then specified, then zeroed it << useless and
11756: potentially harmful(could gpf)
11757:
11758: 2004-01-22 paf
11759:
11760: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
11761:
11762: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
11763: optimization
11764:
11765: * src/main/untaint.C: bugfix: whitespace now optimized properly
11766: [were bug: ^taint[1 & 2]="1 &2"
11767:
11768: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
11769: errors
11770:
11771: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
11772: overflow
11773:
11774: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
11775: error-reporting code * in parser-error reporting code [when no
11776: @unhandled_exception defined]
11777:
11778: fixed in one place: my *snprintf override
11779:
11780: 2004-01-13 paf
11781:
11782: * operators.txt: typo erro
11783:
11784: 2003-12-25 paf
11785:
11786: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
11787: garbled [pieces after zero bytes were removed]
11788:
11789: 2003-12-22 paf
11790:
1.116 moko 11791: * src/include/Makefile.am: bugfix: removed from dist:
11792: src/include/pa_config_auto.h which were configured for
1.95 moko 11793: make-dist-platform and badly updated proper config file in target
11794: [when .tar used for updating existing source tree]
11795:
11796: * ChangeLog, operators.txt, src/classes/op.C,
11797: src/include/pa_sql_connection.h,
11798: src/include/pa_sql_driver_manager.h,
11799: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
11800: feature: sql introducing ability to transcode charsets
11801:
11802: 2003-12-19 paf
11803:
11804: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
11805: error message
11806:
11807: * src/main/pa_charset.C: bugfix: memory for charsethandler
11808: structure for libxml now allocated properly
11809:
11810: 2003-12-17 paf
11811:
11812: * src/types/pa_vfile.C: beauty: removed outdated cast
11813:
11814: * src/main/pa_common.C: bugfix: empty http response caused gpf
11815:
11816: * src/include/pa_string.h: bugfix: removed too strong a assert
11817:
11818: * src/main/pa_globals.C: bugfix: removed false warning [warning:
11819: unreported xmlGenericErrors]
11820:
11821: 2003-12-15 paf
11822:
11823: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
11824: works}
11825:
11826: 2003-12-11 paf
11827:
11828: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
11829: id
11830: !$status:tid thread id
11831:
11832: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
11833: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
11834: bugfix(solaris): removed dependency on object initialization
11835: order [one more place]
11836:
11837: * src/: classes/file.C, classes/mail.C, classes/op.C,
11838: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
11839: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
11840: understand that
11841:
11842: * src/: classes/file.C, classes/mail.C, classes/op.C,
11843: classes/xdoc.C, include/pa_cache_managers.h,
11844: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11845: include/pa_stylesheet_manager.h, main/pa_request.C,
11846: main/pa_stylesheet_manager.C, types/pa_vimage.C,
11847: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
11848: ctor call [relying on implicit String::Body(cstr) call]
11849:
11850: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
11851: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
11852: object initialization order [two places]
11853:
11854: 2003-12-10 paf
11855:
11856: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
11857: << time now ok
11858:
11859: * operators.txt, src/main/pa_sql_driver_manager.C,
11860: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
11861: operational
11862:
11863: * ChangeLog, operators.txt, src/classes/xdoc.C,
11864: src/include/pa_charset.h, src/include/pa_sql_connection.h,
11865: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
11866: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
11867: back operational
11868:
11869: 2003-12-02 paf
11870:
11871: * src/types/pa_vmail.C: bugfix:
11872: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
11873: as-is forced]
11874:
11875: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
11876: exceptions out of libxml callbacks: reimplemented error handling
11877: of http://localhost, parser://method and safemode check callbacks
11878:
11879: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
11880: [merged from HEAD]
11881:
11882: * src/classes/image.C: nothing: comment removed
11883:
11884: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
11885: addresses to int
11886:
11887: 2003-12-01 paf
11888:
11889: * src/main/pa_xml_io.C: bugfix: typo
11890:
11891: * src/main/pa_globals.C: bugfix: win32: compile prob
11892:
11893: * src/classes/xdoc.C: bugfix: typo
11894:
11895: * src/main/pa_xml_io.C: todo: safe mode check not to throw
11896: exception
11897:
11898: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
11899:
11900: 2003-11-28 paf
11901:
11902: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
11903: all xml documents read
11904:
11905: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
11906:
11907: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11908: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
11909: replaced original open mech of xdoc::create & co to use libxml
11910: open, so that this would work for root document todo: safe mode
11911: checks to libxml: ideally to some 1 point
11912:
11913: * src/main/pa_xml_io.C: comment
11914:
11915: * operators.txt, src/main/pa_xml_io.C: leading / in
11916: http://parser[abscent params]
11917:
11918: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
11919: works. todo: maybe replace original open mech of xdoc::create &
11920: co to use libxml open, so that this would work for root document
11921:
11922: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
11923: "parser://method/params/here"> <test> &test^; </test> }]
11924:
11925: ^taint[^xdoc.string[]]
11926:
11927: @method[param] <!ENTITY test
11928: "test-entity-value+$form:user+$param!">
11929:
11930: 2003-11-27 paf
11931:
11932: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
11933:
11934: * src/classes/date.C: bugfix: typo error
11935:
11936: 2003-11-26 paf
11937:
11938: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
11939: src/main/Makefile.am, src/main/main.vcproj,
11940: src/main/pa_globals.C, src/main/pa_request.C,
11941: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
11942: xml errors to hash<thread_id,error> reorganization: xml io moved
11943: to pa_xml_io.C/h
11944:
11945: * src/types/pa_value.h: warnings: --
11946:
11947: 2003-11-25 paf
11948:
11949: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
11950: whatever)
11951:
11952: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
11953: a, (c?x:y, z)
11954:
11955: * src/main/untaint.C: bugfix: consequences of not reading this
11956: comment: CORD_pos_chars_left /* Number of characters in cache.
11957: <= 0 ==> none */
11958:
11959: * src/include/pa_array.h: removed needless checks
11960:
11961: 2003-11-24 paf
11962:
11963: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
11964: removed limit: now $form:xxx can be accessed anytime, even in
11965: @auto/conf [and request/response:charset still can be changed
11966: anytime]
11967:
11968: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
11969: now not transcodes response body
11970:
11971: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
11972: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
11973: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
11974: $xdoc.firstChild.firstChild.nodeValue[different]
11975: ^taint[^xdoc.string[]]
11976:
11977: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
11978: workaround: static Hash::allocates -> static Hash_allocates
11979:
11980: 2003-11-21 paf
11981:
1.116 moko 11982: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
11983: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
11984: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 11985:
11986: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
11987:
11988: * src/classes/mail.C: bugfix: typo
11989:
11990: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 11991: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
11992: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
11993: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
11994: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 11995: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
11996:
11997: * src/main/pa_exec.C: bug in safe mode
11998:
11999: * src/include/Makefile.am: pa_xml_exception.h
12000:
12001: * src/targets/isapi/parser3isapi.C: more warnings --
12002:
12003: 2003-11-20 paf
12004:
12005: * src/: classes/math.C, classes/op.C, classes/string.C,
12006: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12007: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12008: --
12009:
12010: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12011: more warnings --
12012:
12013: * src/classes/xdoc.C: more warnings --
12014:
12015: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12016:
12017: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12018: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12019:
12020: * src/: classes/date.C, classes/file.C, classes/hash.C,
12021: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12022: classes/table.C, include/pa_cache_managers.h,
12023: include/pa_stylesheet_connection.h, main/pa_request.C,
12024: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12025: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12026: --
12027:
12028: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12029: can't report problem (undefined @unhandled_exception) problem
12030: source string were not reported
12031:
12032: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12033: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12034: classes/hashfile.C, classes/image.C, classes/int.C,
12035: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12036: classes/response.C, classes/string.C, classes/table.C,
12037: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12038: include/pa_array.h, include/pa_cache_managers.h,
12039: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12040: include/pa_config_fixed.h, include/pa_dictionary.h,
12041: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12042: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12043: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12044: include/pa_request.h, include/pa_request_charsets.h,
12045: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12046: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12047: include/pa_stack.h, include/pa_string.h,
12048: include/pa_stylesheet_connection.h,
12049: include/pa_stylesheet_manager.h, include/pa_table.h,
12050: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12051: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12052: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12053: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12054: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12055: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12056: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12057: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12058: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12059: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12060: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12061: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12062: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12063: targets/isapi/parser3isapi.C, types/pa_junction.h,
12064: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12065: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12066: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12067: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12068: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12069: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12070: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12071: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12072: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12073: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12074: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12075: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12076: types/pa_vresponse.h, types/pa_vstateless_class.C,
12077: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12078: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12079: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12080: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12081: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12082: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12083: const IDENT
12084:
12085: * src/: include/pa_array.h, include/pa_pool.h,
12086: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12087: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12088: types/pa_wcontext.h: more warnings --
12089:
12090: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12091: classes/file.C, classes/hash.C, classes/hashfile.C,
12092: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12093: classes/memory.C, classes/op.C, classes/string.C,
12094: classes/table.C, classes/xdoc.C, classes/xnode.C,
12095: include/pa_config_includes.h, include/pa_operation.h,
12096: include/pa_sql_connection.h, include/pa_table.h,
12097: include/pa_types.h, lib/ltdl/config_fixed.h,
12098: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12099: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12100: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12101: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12102: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12103: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12104: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12105: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12106: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12107: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12108: types/pa_vmail.C, types/pa_vobject.C,
12109: types/pa_vstateless_class.h, types/pa_vtable.C,
12110: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12111: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12112: on all projects (except libltdl=off & libsdbm=level3) found
12113: several unitialized vars
12114:
12115: 2003-11-19 paf
12116:
12117: * src/classes/op.C: more ansi C++ comp
12118:
12119: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12120: src/main/pa_request.C: ^cache[...]{body}{catch block with
12121: $exception.handled[cache] meaning "get expired cache, if any.
12122: else error"}
12123:
12124: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12125: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12126: ^cache[...]{body}{catch code with $exception.cache field}
12127:
12128: 2003-11-12 paf
12129:
12130: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12131: [copy/paste bug]
12132:
12133: 2003-11-11 paf
12134:
12135: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12136: failed]
12137:
12138: * bin/auto.p.dist.in: colno
12139:
12140: 2003-11-10 paf
12141:
12142: * src/types/pa_vconsole.h: flush
12143:
12144: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12145: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12146: read/write [for nntp]
12147:
12148: * operators.txt: mysql: transaction support: ?autocommit=0
12149:
12150: * operators.txt: comment: updated
12151:
12152: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
12153: serialize version and exipire now removes entries
12154:
12155: * operators.txt: ^hashfile.delete[] removes files altogether [and
12156: dir, if could]
12157:
12158: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
12159: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
12160: removes files altogether [and dir, if could]
12161:
12162: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
12163: nonexistent pair. .c coded that that was error. fixed
12164:
12165: * src/types/pa_vhashfile.C: sdbm: exception type change to
12166: file.access [regretfull can't split it to different exceptions
12167: without modifying sdbm source wich would prefer not to]
12168:
12169: 2003-11-07 paf
12170:
12171: * src/: classes/date.C, classes/file.C, classes/hash.C,
12172: classes/hashfile.C, classes/image.C, classes/table.C,
12173: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
12174: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
12175: main/execute.C, main/main.vcproj, main/pa_pool.C,
12176: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
12177: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
12178: types/pa_vstateless_class.h: resurrected: pool idea. now only for
12179: destructing objects at request processing end
12180:
12181: 2003-11-06 paf
12182:
12183: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
12184: updates
12185:
12186: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
12187: to include sdbm
12188:
1.116 moko 12189: * src/include/: pa_config_includes.h, pa_version.h: our
12190: replacements of max& co only for cpp
1.95 moko 12191:
12192: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
12193: upper dir, .am updated
12194:
12195: * tests/todo.txt: hashfile: done
12196:
12197: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
12198: expiration [time in value. todo: move time to key]
12199:
12200: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
12201:
12202: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
12203: to do that in foreach, no errors, but surely wrong]
12204:
12205: * operators.txt, src/types/pa_vhashfile.C,
12206: src/types/pa_vhashfile.h: hashfile: clear and proper locking
12207:
12208: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
12209: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
12210: foreach
12211:
12212: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
12213: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
12214:
12215: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
12216: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
12217:
12218: * src/: include/pa_memory.h, targets/cgi/parser3.C,
12219: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12220: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
12221: get/put [raw]
12222:
12223: * src/: classes/op.C, main/pa_os.C: just linked
12224:
12225: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
12226: XmlException changes
12227:
12228: * src/: include/pa_charset.h, include/pa_globals.h,
12229: include/pa_stylesheet_connection.h, main/pa_exception.C:
12230: XmlException changes
12231:
12232: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
12233:
12234: * src/: include/pa_common.h, include/pa_exception.h,
12235: main/main.vcproj, main/pa_common.C, include/pa_os.h,
12236: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
12237: main/pa_xml_exception.C: locking move to pa_os [along with
12238: pa_sleep] apr-impl locking done
12239:
12240: * configure, configure.in, operators.txt, parser3.sln,
12241: src/classes/classes.vcproj, src/classes/hashfile.C,
12242: src/classes/xdoc.C, src/include/pa_config_fixed.h,
12243: src/include/pa_exception.h, src/include/pa_globals.h,
12244: src/include/pa_memory.h, src/include/pa_version.h,
12245: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
12246: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
12247: src/main/compile.tab.C, src/main/main.vcproj,
12248: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
12249: src/types/Makefile.am, src/types/pa_vhash.C,
12250: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12251: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
12252: again with sdbm from apache
12253:
12254: 2003-11-05 paf
12255:
12256: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12257: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
12258: \parser3project dir anymore
12259:
12260: * src/main/pa_charset.C: bugfix: had broken binary search [copied
12261: thoughtlessly from xalan]
12262:
12263: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
12264: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
12265: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
12266:
12267: * src/main/helpers/CaseFolding.txt:
12268: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
12269:
12270: 2003-11-04 paf
12271:
12272: * operators.txt: comment: ^mail:send[$.options[
12273:
12274: * src/classes/table.C: compiled on unix
12275:
1.116 moko 12276: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 12277:
12278: * src/classes/mail.C: compiled on unix
12279:
12280: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
12281: src/types/pa_vmail.h: !^mail:send[
12282: $.options[unix: string to append to sendmail command
12283: line]
12284:
12285: * operators.txt, src/classes/table.C, src/main/pa_string.C,
12286: tests/todo.txt: ^table.save[... $.separator[^#09]
12287: $.encloser["] <nothing> by default
12288:
12289: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
12290: !$.separator[^#09] !$.encloser["] <nothing> by
12291: default
12292:
12293: 2003-11-03 paf
12294:
12295: * operators.txt, src/classes/table.C, src/main/pa_common.C:
12296: ^table::load[; options: !$.column-separator[^#09]
12297: !$.column-encloser["]
12298:
12299: * operators.txt, src/include/pa_config_fixed.h,
12300: src/types/pa_vrequest.C: $request:document-root
12301:
12302: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
12303: [already included into uri=xxx]
12304:
12305: * operators.txt, src/classes/image.C, tests/todo.txt:
12306: ^image.gif[filename] for $response:download
12307:
12308: * src/classes/date.C: minor precaution
12309:
12310: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
12311: !^date.unix-timestamp[]
12312:
12313: 2003-10-30 paf
12314:
12315: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
12316: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
12317:
12318: * src/classes/: date.C, image.C: improvement diagnostics:
12319: $now[^date::create[$undefined]] now is error
12320:
12321: * src/main/pa_common.C: read errors would now be reported 'actually
12322: read -1 bytes'
12323:
12324: 2003-10-24 paf
12325:
12326: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
12327: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
12328: src/main/Makefile.am, src/targets/cgi/Makefile.am,
12329: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
12330:
12331: 2003-10-22 paf
12332:
12333: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
12334:
12335: 2003-10-21 paf
12336:
12337: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
12338: fixed: string.match[g] without <'> option produced columns with
12339: NULL's, which gpf'ed at table.save time
12340:
12341: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
12342: recoursion' message with intensive throw-catches fixed: incorrect
12343: name and line (one name upper then needed) in error message about
12344: problems inside try block
12345:
12346: 2003-10-10 paf
12347:
12348: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
12349: check offset argument for validity did that in String::Body::pos
12350: myself http://i2/tasks/edit/?id=4577425257580789777
12351:
12352: 2003-10-07 paf
12353:
12354: * src/main/: compile.tab.C, compile.y: ^if ( better error:
12355: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
12356:
12357: 2003-10-03 paf
12358:
12359: * parser3.sln, src/include/pa_dictionary.h,
12360: src/main/pa_dictionary.C, src/main/pa_string.C,
12361: src/targets/cgi/parser3.vcproj: dictionary optimized by
12362: precalculating cstr&length
12363:
12364: 2003-10-02 paf
12365:
12366: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12367: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12368: main/pa_stylesheet_manager.C: bugfix: ^throw context were
12369: saved/restored incompletely http://www.parser.ru/forum/?id=21484
12370:
12371: 2003-09-30 paf
12372:
12373: * src/main/pa_string.C: string::replace bug fix [were ignoring
12374: occurrances after lang-mismatched
12375:
12376: 2003-09-29 paf
12377:
12378: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
12379: helper
12380:
12381: * src/main/pa_string.C: string::serialize bug fix with
12382: zero-terminator
12383:
12384: * src/classes/table.C: ^nameless_table.save column row now has no
12385: \t at the end
12386:
12387: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12388: @postprocess now takes $response:body/download
12389:
12390: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
12391: error message
12392:
12393: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
12394:
12395: * src/classes/table.C: bugfix: flip: must produce nameless
12396: http://i2/tasks/edit/?id=4573405524674081244
12397:
12398: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
12399: main/helpers/simple_folding.pl: utf-8 upper/lower
12400:
12401: * src/main/pa_common.C: bugfix: utf signature were not ignored due
12402: to typo error http://i2/tasks/edit/?id=4573354650786434584
12403:
12404: 2003-09-26 paf
12405:
12406: * src/main/untaint.C: removed needless field
12407:
12408: * src/main/untaint.C: removed needless const
12409:
12410: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
12411: String.for_each bug fixed [omited one-char cases]
12412:
12413: * src/include/pa_stack.h: bugfix: before collecting garbage,
12414: runtime-executor stack were cleared... BADLY
12415:
12416: * src/main/pa_string.C: ^stirng.replace code used old
12417: param-convention on langs.append, fixed that search fo the like,
12418: found none
12419:
12420: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
12421: string::serialize/deserialize implemented Language enum assigned
12422: meaningful letters [more convinient for debugging. read warning
12423: before adding/changing anything]
12424:
12425: 2003-09-25 paf
12426:
12427: * src/: include/pa_string.h, include/pa_version.h,
12428: main/pa_string.C, main/untaint.C: templates and anonymous unions
12429: differences on unix
12430:
12431: * parser3.sln, src/classes/file.C, src/classes/image.C,
12432: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
12433: src/classes/xdoc.C, src/classes/xnode.C,
12434: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12435: src/include/pa_charsets.h, src/include/pa_common.h,
12436: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
12437: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
12438: src/include/pa_table.h, src/lib/cord/cordbscs.c,
12439: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
12440: src/lib/cord/include/cord.h, src/main/compile.tab.C,
12441: src/main/compile_tools.h, src/main/pa_charset.C,
12442: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
12443: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12444: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
12445: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
12446: src/types/pa_vmail.C, src/types/pa_vmath.C,
12447: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
12448: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
12449:
12450: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
12451: functions aligned to that of eeparser3 look
12452:
12453: * src/lib/cord/cordprnt.c: removed warnings
12454:
12455: 2003-09-24 paf
12456:
12457: * src/: classes/file.C, classes/image.C, classes/mail.C,
12458: classes/op.C, classes/xdoc.C, classes/xnode.C,
12459: include/pa_cache_managers.h, include/pa_charset.h,
12460: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
12461: include/pa_sql_driver_manager.h, include/pa_string.h,
12462: include/pa_stylesheet_manager.h, include/pa_table.h,
12463: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
12464: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
12465: main/pa_sql_driver_manager.C, main/pa_string.C,
12466: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
12467: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
12468: types/pa_vstateless_class.h, types/pa_vstatus.C,
12469: types/pa_vxnode.C: v() functions of String::Body,
12470: String::Languages and String itself StringBody->String::Body
12471:
12472: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12473: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
12474: never optimized anything. todo: somehow speed up harder cases:
12475: concatenationA+concatenationB when last block of A and first of B
12476: contain same letters
12477:
12478: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12479: lib/cord/include/cord.h: langs: speed up by joining adjucent
12480: blocks of same char [CORD_append_block]
12481:
12482: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12483: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
12484: save space by extending blocks when appending block with c ==
12485: lastblock.c
12486:
12487: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
12488: working yet :( but more working &understood :)
12489:
12490: * src/: classes/table.C, include/pa_string.h,
12491: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
12492:
12493: 2003-09-23 paf
12494:
12495: * src/main/untaint.C: $a[ok!] $a works!
12496:
12497: * src/main/untaint.C: something even more works :)
12498:
12499: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12500: something more works :)
12501:
12502: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12503: lib/cord/cordxtra.c: something already works :)
12504:
12505: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
12506: serialize&deserialize
12507:
12508: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
12509: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
12510: main/untaint.C: main idea implemented, details left
12511:
12512: 2003-09-22 paf
12513:
12514: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
12515:
12516: * src/classes/xnode.C: copy/paste comment bugfix
12517:
12518: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
12519: allocator returns 0, just die.
12520: http://i2/tasks/edit/?id=4570798492410259445
12521:
12522: * src/classes/xdoc.C: copy/paste comment bugfix
12523:
12524: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
12525: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
12526: xnode: getAttributeNS setAttributeNS removeAttributeNS
12527: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
12528:
12529: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
12530: chars due to bitwise operation signed-char error]
12531:
12532: 2003-09-19 paf
12533:
12534: * src/types/pa_wcontext.C: output message: more practical
12535: suggestion
12536:
12537: * src/main/pa_common.C, operators.txt: merged
12538: $f[^file::load[binary;http://...]] $f.tables
12539:
12540: 2003-09-02 paf
12541:
12542: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
12543: flush stdout without referencing 'stdout' symbol. to hell with
12544: non-ansi libraries without 'stdout' symbol
12545:
12546: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
12547: unix (users reported problems with some old libc)
12548:
12549: * src/types/pa_vdate.h: forgot initializer
12550:
12551: 2003-09-01 paf
12552:
12553: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
12554: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
12555: zone]
12556:
12557: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
12558:
12559: 2003-08-19 paf
12560:
12561: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
12562: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
12563: simplified a little
12564:
12565: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
12566: [lost fix from 3.0.8]
12567:
12568: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
12569: visible here }
12570:
12571: bug fix
12572:
12573: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
12574:
12575: * src/main/compile.tab.C: initialized couple of variables about
12576: which user reported runtime problems when parser were compiled
12577: with VC7, warning level4. study shows that later in bison
12578: they've fixed that. would migrate to latest bison someday
12579:
12580: * src/types/pa_vmail.C: turned off recoding in gmime (were still
12581: recoding headers)
12582:
12583: * src/types/pa_vmail.C: works as before, same charset problems:
12584: gmime recodes to UTF-8 only headers, not body. so not recoding
12585: anything for now
12586:
12587: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
12588: problems with body
12589:
12590: * src/types/pa_vmail.C: mail_receive just compiled
12591:
12592: 2003-08-18 paf
12593:
12594: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12595: main/main.vcproj, types/types.vcproj: win32: continued process
12596: detaching from \parser3project directory
12597:
12598: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
12599: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
12600: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
12601: src/lib/pcre/pcre_dftables.dsp,
12602: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
12603: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
12604: src/types/types.dsp: moved to MSVC 7
12605:
12606: * gnu.vcproj.vspscc, parser3.vssscc,
12607: src/classes/classes.vcproj.vspscc,
12608: src/lib/cord/cord.vcproj.vspscc,
12609: src/lib/ltdl/libltdl.vcproj.vspscc,
12610: src/lib/md5/md5.vcproj.vspscc,
12611: src/lib/pcre/pcre_dftables.vcproj.vspscc,
12612: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
12613: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
12614: src/targets/isapi/parser3isapi.vcproj.vspscc,
12615: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
12616: moved to MSVC 7
12617:
12618: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
12619: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
12620: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12621: src/lib/pcre/pcre_dftables.vcproj,
12622: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
12623: src/targets/cgi/parser3.vcproj,
12624: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12625: new VS project files
12626:
12627: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
12628: .NET to detect Jalindi Igloo capabilities.
12629:
12630: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 12631: src/classes/classes.awk, src/doc/footer.htm,
12632: src/include/pa_config_fixed.h, src/include/pa_version.h,
12633: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 12634: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
12635: src/types/pa_vmail.C: merged 3.1.0 latest changes
12636:
12637: 2003-08-15 paf
12638:
12639: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12640: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
12641:
12642: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12643: non-ascii <yyy> now encoded correctly
12644:
12645: 2003-07-29 paf
12646:
1.116 moko 12647: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
12648: dist
1.95 moko 12649:
12650: * src/types/pa_vmail.C: just started --with-mail-receive
12651:
12652: 2003-07-28 paf
12653:
1.116 moko 12654: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
12655: dependence in src/classes, src/lib/gc now in dist
1.95 moko 12656:
12657: * src/main/pa_string.C: ^cache bug fix [were not working at all]
12658:
12659: 2003-07-25 paf
12660:
12661: * src/doc/footer.htm: year
12662:
12663: 2003-07-24 paf
12664:
12665: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
12666: fix
12667:
12668: * src/include/pa_version.h: release
12669:
1.116 moko 12670: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 12671:
12672: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
12673: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
12674: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
12675: getting rid of win32xml pseudo project
12676:
12677: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
12678:
1.116 moko 12679: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
12680: configure.in, operators.txt, parser3.dsw,
1.95 moko 12681: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 12682: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 12683: src/classes/classes.C, src/classes/classes.awk,
12684: src/classes/classes.dsp, src/classes/classes.h,
12685: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12686: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12687: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12688: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12689: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12690: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12691: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
12692: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 12693: src/include/pa_array.h, src/include/pa_cache_managers.h,
12694: src/include/pa_charset.h, src/include/pa_charsets.h,
12695: src/include/pa_common.h, src/include/pa_config_auto.h.in,
12696: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
12697: src/include/pa_dictionary.h, src/include/pa_dir.h,
12698: src/include/pa_exception.h, src/include/pa_exec.h,
12699: src/include/pa_globals.h, src/include/pa_hash.h,
12700: src/include/pa_memory.h, src/include/pa_opcode.h,
12701: src/include/pa_operation.h, src/include/pa_pool.h,
12702: src/include/pa_pragma_pack_begin.h,
1.95 moko 12703: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
12704: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
12705: src/include/pa_sapi.h, src/include/pa_socks.h,
12706: src/include/pa_sql_connection.h,
12707: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
12708: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
12709: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12710: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 12711: src/include/pa_uue.h, src/lib/Makefile.am,
12712: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
12713: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
12714: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
12715: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 12716: src/lib/cord/include/ec.h,
12717: src/lib/cord/include/private/Makefile.am,
12718: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 12719: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
12720: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 12721: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 12722: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
12723: src/main/compile_tools.C, src/main/compile_tools.h,
12724: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
12725: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12726: src/main/pa_charsets.C, src/main/pa_common.C,
12727: src/main/pa_dictionary.C, src/main/pa_dir.C,
12728: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 12729: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
12730: src/main/pa_request.C, src/main/pa_socks.C,
12731: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12732: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 12733: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
12734: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
12735: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
12736: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
12737: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
12738: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
12739: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 12740: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12741: src/targets/isapi/parser3isapi.dsp,
12742: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 12743: src/types/pa_junction.h, src/types/pa_method.h,
12744: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 12745: src/types/pa_vclass.C, src/types/pa_vclass.h,
12746: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12747: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12748: src/types/pa_vdouble.h, src/types/pa_venv.h,
12749: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12750: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12751: src/types/pa_vimage.C, src/types/pa_vimage.h,
12752: src/types/pa_vint.h, src/types/pa_vjunction.h,
12753: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
12754: src/types/pa_vmath.h, src/types/pa_vmemory.h,
12755: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12756: src/types/pa_vobject.C, src/types/pa_vobject.h,
12757: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12758: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12759: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12760: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12761: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12762: src/types/pa_vstring.h, src/types/pa_vtable.C,
12763: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12764: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12765: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12766: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12767: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
12768: HEAD
12769:
12770: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
12771: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
12772: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
12773: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
12774: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
12775: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
12776: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
12777: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
12778: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
12779: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
12780: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
12781: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
12782: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
12783: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
12784: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
12785: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
12786: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
12787: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
12788: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
12789: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
12790: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12791: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
12792: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
12793: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
12794: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
12795: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
12796: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
12797: outputs/create-dir, results/001.processed, results/002.processed,
12798: results/003.processed, results/004.processed,
12799: results/005.processed, results/006.processed,
12800: results/007.processed, results/008.processed,
12801: results/009.processed, results/010.processed,
12802: results/011.processed, results/012.processed,
12803: results/013.processed, results/014.processed,
12804: results/015.processed, results/016.processed,
12805: results/017.processed, results/018.processed,
12806: results/019.processed, results/020.processed,
12807: results/021.processed, results/022.processed,
12808: results/023.processed, results/024.processed,
12809: results/025.processed, results/026.processed,
12810: results/027.processed, results/028.processed,
12811: results/029.processed, results/030.processed,
12812: results/031.processed, results/032.processed,
12813: results/033.processed, results/034.processed,
12814: results/035.processed, results/036.processed,
12815: results/037.processed, results/038.processed,
12816: results/039.processed, results/040.processed,
12817: results/041.processed, results/042.processed,
12818: results/043.processed, results/044.processed,
12819: results/045.processed, results/046.processed,
12820: results/047.processed, results/048.processed,
12821: results/049.processed, results/050.processed,
12822: results/051.processed, results/052.processed,
12823: results/053.processed, results/054.processed,
12824: results/055.processed, results/056.processed,
12825: results/057.processed, results/058.processed,
12826: results/059.processed, results/060.processed,
12827: results/061.processed, results/062.processed,
12828: results/063.processed, results/064.processed,
12829: results/065.processed, results/066.processed,
12830: results/067.processed, results/068.processed,
12831: results/069.processed, results/070.processed,
12832: results/071.processed, results/072.processed,
12833: results/073.processed, results/074.processed,
12834: results/075.processed, results/076.processed,
12835: results/077.processed, results/078.processed,
12836: results/079.processed, results/080.processed,
12837: results/081.processed, results/082.processed,
12838: results/083.processed, results/084.processed,
12839: results/085.processed, results/086.processed,
12840: results/087.processed, results/088.processed,
12841: results/089.processed, results/090.processed,
12842: results/091.processed, results/092.processed,
12843: results/093.processed, results/094.processed,
12844: results/095.processed, results/096.processed,
12845: results/097.processed, results/098.processed,
12846: results/099.processed, results/100.processed,
12847: results/101.processed, results/102.processed,
12848: results/103.processed, results/104.processed,
12849: results/105.processed, results/106.processed,
12850: results/107.processed, results/108.processed,
12851: results/109.processed, results/110.processed,
12852: results/111.processed, results/112.processed,
12853: results/113.processed, results/114.processed,
12854: results/115.processed, results/116.processed,
12855: results/117.processed, results/118.processed,
12856: results/119.processed, results/120.processed,
12857: results/121.processed, results/122.processed,
12858: results/123.processed, results/124.processed,
12859: results/125.processed, results/126.processed,
12860: results/127.processed, results/128.processed,
12861: results/129.processed, results/130.processed,
12862: results/131.processed, results/132.processed,
12863: results/133.processed, results/134.processed,
12864: results/135.processed, results/136.processed,
12865: results/137.processed, results/138.processed,
12866: results/139.processed, results/140.processed,
12867: results/141.processed: merged(copied) to HEAD from template_gc
12868:
12869: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
12870: towards \parser3project not having to be in root
12871:
12872: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
12873: module compiled [were minor unnecessary changes in lib/md5
12874: interface]
12875:
12876: * src/include/pa_version.h: release
12877:
12878: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
12879:
12880: * src/classes/math.C: merged uuid bugfix
12881:
12882: * tests/: 141.html, results/141.processed: fixed bug with
12883: too-small-a-buffer
12884:
12885: * src/classes/math.C: uuid bugfix
12886:
12887: * tests/: 141.html, Makefile, results/005.processed,
12888: results/030.processed, results/075.processed,
12889: results/078.processed: to reflect date format change (were -
12890: become ' ')
12891:
12892: * src/classes/math.C: uuid bugfix
12893:
12894: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
12895: debug/release changes
12896:
12897: * src/lib/md5/pa_md5c.c: PA_ -> pa_
12898:
12899: 2003-07-23 paf
12900:
12901: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12902: renamed a little [to move to comman naming conv]
12903:
1.116 moko 12904: * src/targets/Makefile.am: apache13 splitted to simplify apache
12905: build
1.95 moko 12906:
12907: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
12908: main/pa_request.C, main/pa_sql_driver_manager.C,
12909: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
12910: stack top_index() fixed
12911:
12912: * src/main/pa_globals.C: minor style changes
12913:
12914: * src/: classes/op.C, include/pa_sql_connection.h: connection
12915: closing/caching fixed [connections were not closed/put to cache]
12916:
12917: 2003-07-22 paf
12918:
12919: * INSTALL: gc part updated stightly
12920:
12921: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
12922: new sapi interface
12923:
12924: * src/classes/file.C: comment on OS
12925:
12926: * src/main/pa_string.C: removed reduntant invariant check [there is
12927: one deeper in cord lib]
12928:
12929: * src/main/pa_exec.C: on win32 bugfix in handling shbang
12930:
12931: * src/main/pa_memory.C: out of memory is no longer coredump
12932:
12933: * INSTALL: disable-threads adviced
12934:
12935: 2003-07-21 paf
12936:
1.116 moko 12937: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 12938:
12939: * src/classes/file.C: file::exec/cgi environment variables now must
12940: be UPPERCASE and A-Z 0-9 _-
12941:
12942: * src/classes/file.C: env passing fixed
12943:
12944: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
12945:
12946: * src/main/pa_common.C: http:// CRLF now
12947:
12948: 2003-07-02 paf
12949:
12950: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
12951: fields to reflect their real meaning
12952:
12953: 2003-06-27 paf
12954:
12955: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
12956: include/pa_hash.h, main/pa_charset.C: merged from HEAD
12957: file::exec/cgi .charset
12958:
12959: 2003-06-26 paf
12960:
12961: * ChangeLog, src/classes/file.C, src/classes/hash.C,
12962: src/classes/image.C, src/classes/op.C, src/classes/string.C,
12963: src/classes/table.C: fixed several uninitialized local
12964: structures. notably ^hash.foreach now inserts delimiters
12965: properly [were inserting it before first body]
12966:
12967: 2003-06-24 paf
12968:
12969: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
12970:
12971: 2003-06-20 paf
12972:
12973: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
12974: src/main/pa_globals.C: introducing
12975: $f[^file::load[binary;http://...]] $f.tables
12976:
12977: 2003-06-06 paf
12978:
12979: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
12980: table. [were method lookup: inconsistent]
12981:
12982: 2003-06-02 paf
12983:
12984: * src/include/pa_memory.h: empty string clone fixed to return
12985: writable memory
12986:
12987: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
12988: were not appended] which violated string invariant
12989:
12990: 2003-05-30 paf
12991:
12992: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
12993: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
12994:
12995: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
12996: GMT ; RFC 822, updated by RFC 1123
12997:
12998: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
12999: targets/isapi/parser3isapi.C: initialized request_info properly
13000:
13001: * src/classes/xnode.C: found minor bug, commended for future
13002:
13003: 2003-05-28 paf
13004:
13005: * src/classes/form.C: request_info.content_length can't be <0,
13006: size_t for some time
13007:
13008: 2003-05-26 paf
13009:
13010: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13011: forgotten <0 changed to !=STRING_NOT_FOUND
13012:
13013: * src/classes/math.C: merged ffffu from HEAD
13014:
13015: 2003-05-11 paf
13016:
13017: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13018:
13019: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13020: premature doc free. transformed document had xmlDoc reference
13021: stored to non-gc-memory (libgdome) added holding-reference
13022:
13023: 2003-04-29 paf
13024:
13025: * src/main/pa_globals.C: started digging on double free. on win32
13026: found that that's perfectly normal.
13027:
13028: 2003-04-25 paf
13029:
13030: * src/classes/table.C: table.join bug fix [bad limit check]
13031:
13032: * src/classes/math.C: merged from HEAD: simpiler hash_string
13033:
13034: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13035: print anything. changed to quicker and simplier code
13036:
13037: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13038: strict a check]
13039:
13040: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13041:
13042: 2003-04-24 paf
13043:
13044: * src/include/pa_table.h: too strict assert loosened
13045:
13046: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13047: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13048: report
13049:
13050: 2003-04-21 paf
13051:
1.116 moko 13052: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13053:
13054: * src/main/pa_globals.C: pcre memory management changed to use GC
13055: memory
13056:
13057: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13058: xmlMallocAtomic [author agreed to my suggestion], used that
13059:
13060: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13061:
13062: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13063: types/pa_vmail.C: attributed_meaning_to_string added
13064: L_UNSPECIFIED piece which was sortof OK, but violated string
13065: invariant [assertion barked on that] changed to L_PASS_APPEND,
13066: made that param obligatory
13067:
13068: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13069: fixed [assert helped]
13070:
13071: * src/include/pa_string.h: assert added [looking for bug]
13072:
13073: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13074: names on Win32 considered disk-global
13075:
13076: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13077: considered disk-global
13078:
13079: 2003-04-18 paf
13080:
13081: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13082: filenames
13083:
13084: * src/main/untaint.C: enabled '~' letter in filenames
13085:
13086: 2003-04-16 paf
13087:
13088: * src/classes/file.C: small bug introduced in autoptr times fixed
13089:
13090: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13091: HEAD
13092:
1.116 moko 13093: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13094:
13095: 2003-04-15 paf
13096:
13097: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13098: src/lib/md5/pa_md5c.c, tests/141.html,
13099: tests/results/141.processed: merged from head ^math:uuid[]
13100: ^math:uid64[] ^math:md5[string]
13101:
13102: test added: 141.html
13103:
13104: * operators.txt, src/classes/math.C: ^math:uid64[]
13105:
13106: * src/classes/math.C: ^math:uuid[]
13107:
13108: * operators.txt, src/classes/math.C: ^math:uuid[]
13109:
13110: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13111: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13112:
13113: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13114: src/include/pa_config_fixed.h, src/main/pa_common.C:
13115: ^file::load[mode;name; $.offset $.limit
13116:
13117: 2003-04-14 paf
13118:
13119: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13120: started ^math:md5
13121:
13122: * src/classes/table.C, src/include/pa_array.h,
13123: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13124: tests/results/140.processed: table $.reverse option works in
13125: create&co table $.distinct[tables] bug fix merged
13126:
13127: * src/: classes/table.C, include/pa_table.h: table
13128: $.distinct[tables] bug fixed
13129:
13130: * src/classes/table.C: more warnings
13131:
13132: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13133: removed checks in table::set_current, moved them back to
13134: table::locate implemented table::create/join ñ $.reverse
13135:
13136: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13137: removed checks in table::set_current, moved them back to
13138: table::locate
13139:
13140: 2003-04-11 paf
13141:
13142: * operators.txt, src/classes/date.C, src/classes/table.C,
13143: src/include/pa_array.h, src/include/pa_common.h,
13144: src/include/pa_config_includes.h, src/include/pa_string.h,
13145: src/include/pa_table.h, src/main/pa_request.C,
13146: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13147: src/main/pa_table.C: merged from HEAD from
13148: before_append_array_limit_sense_change to
13149: after_append_array_limit_sense_change
13150:
13151: * src/classes/table.C: typo
13152:
13153: * operators.txt, src/classes/date.C, src/classes/table.C,
13154: src/include/pa_array.h, src/include/pa_common.h,
13155: src/include/pa_config_includes.h, src/include/pa_globals.h,
13156: src/include/pa_table.h, src/main/pa_array.C,
13157: src/main/pa_globals.C, src/main/pa_request.C,
13158: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13159: src/main/pa_table.C: append_array_limit_sense_change locate
13160: accepts options same as create new option: $.reverse(1) [do not
13161: work in table::create]
13162:
13163: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
13164: (stat xxx,
13165:
13166: * src/classes/: table.C: typo
13167:
13168: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
13169: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
13170: results/130.processed, results/131.processed,
13171: results/132.processed, results/133.processed,
13172: results/134.processed, results/135.processed,
13173: results/136.processed, results/137.processed,
13174: results/138.processed, results/139.processed: added few mustfail
13175: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
13176: date/time 132.html mustfail: access to junction outside of
13177: context 133.html mustfail: access to junction outside of context,
13178: case version 134.html mustfail: hash: adding a key inside of
13179: foreach 135.html mustfail: modifying system class 136.html
13180: mustfail: $.name outside of $hash[here] 137.html mustfail:
13181: appendChild without import 138.html mustfail: invalid encoding
13182: inside of xml 139.html mustfail: bad XPath
13183:
13184: * operators.txt, src/classes/table.C, tests/084.html,
13185: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
13186: tests/129.html, tests/results/125.processed,
13187: tests/results/126.processed, tests/results/127.processed,
13188: tests/results/128.processed, tests/results/129.processed: merged
13189: from HEAD ^table.hash[key][$.distinct[tables]]
13190:
13191: maked appropriate tests [changed one old nonconforming]
13192:
13193: * operators.txt, src/classes/table.C:
13194: ^table.hash[key][$.distinct[tables]]
13195:
13196: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13197: merged fix for found very old xml (dom) bug: were passing
13198: domString objects and later ERROREOUSLY freed them
13199:
13200: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
13201: src/main/pa_charset.C: re-added libgdome patch. regretfully
13202: libgdome bug can not be worked around
13203:
13204: 2003-04-10 paf
13205:
13206: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13207: found very old xml (dom) bug: were passing domString objects and
13208: later ERROREOUSLY freed them
13209:
13210: * src/doc/string.dox, src/include/pa_memory.h,
13211: src/include/pa_string.h, src/lib/cord/cordbscs.c,
13212: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
13213: tests/123.html, tests/124.html, tests/results/001.processed,
13214: tests/results/002.processed, tests/results/003.processed,
13215: tests/results/004.processed, tests/results/005.processed,
13216: tests/results/006.processed, tests/results/008.processed,
13217: tests/results/009.processed, tests/results/010.processed,
13218: tests/results/011.processed, tests/results/012.processed,
13219: tests/results/013.processed, tests/results/014.processed,
13220: tests/results/015.processed, tests/results/016.processed,
13221: tests/results/017.processed, tests/results/018.processed,
13222: tests/results/020.processed, tests/results/021.processed,
13223: tests/results/022.processed, tests/results/023.processed,
13224: tests/results/024.processed, tests/results/025.processed,
13225: tests/results/026.processed, tests/results/027.processed,
13226: tests/results/028.processed, tests/results/029.processed,
13227: tests/results/030.processed, tests/results/031.processed,
13228: tests/results/032.processed, tests/results/033.processed,
13229: tests/results/034.processed, tests/results/035.processed,
13230: tests/results/036.processed, tests/results/037.processed,
13231: tests/results/038.processed, tests/results/039.processed,
13232: tests/results/040.processed, tests/results/041.processed,
13233: tests/results/042.processed, tests/results/043.processed,
13234: tests/results/044.processed, tests/results/045.processed,
13235: tests/results/046.processed, tests/results/047.processed,
13236: tests/results/048.processed, tests/results/049.processed,
13237: tests/results/050.processed, tests/results/051.processed,
13238: tests/results/052.processed, tests/results/053.processed,
13239: tests/results/054.processed, tests/results/055.processed,
13240: tests/results/056.processed, tests/results/057.processed,
13241: tests/results/058.processed, tests/results/059.processed,
13242: tests/results/060.processed, tests/results/061.processed,
13243: tests/results/062.processed, tests/results/063.processed,
13244: tests/results/064.processed, tests/results/065.processed,
13245: tests/results/066.processed, tests/results/067.processed,
13246: tests/results/068.processed, tests/results/069.processed,
13247: tests/results/070.processed, tests/results/071.processed,
13248: tests/results/072.processed, tests/results/073.processed,
13249: tests/results/074.processed, tests/results/075.processed,
13250: tests/results/076.processed, tests/results/077.processed,
13251: tests/results/078.processed, tests/results/079.processed,
13252: tests/results/080.processed, tests/results/081.processed,
13253: tests/results/082.processed, tests/results/083.processed,
13254: tests/results/084.processed, tests/results/085.processed,
13255: tests/results/086.processed, tests/results/087.processed,
13256: tests/results/088.processed, tests/results/089.processed,
13257: tests/results/090.processed, tests/results/091.processed,
13258: tests/results/092.processed, tests/results/093.processed,
13259: tests/results/094.processed, tests/results/095.processed,
13260: tests/results/096.processed, tests/results/097.processed,
13261: tests/results/101.processed, tests/results/102.processed,
13262: tests/results/104.processed, tests/results/105.processed,
13263: tests/results/106.processed, tests/results/107.processed,
13264: tests/results/108.processed, tests/results/109.processed,
13265: tests/results/110.processed, tests/results/111.processed,
13266: tests/results/112.processed, tests/results/113.processed,
13267: tests/results/114.processed, tests/results/115.processed,
13268: tests/results/116.processed, tests/results/117.processed,
13269: tests/results/118.processed, tests/results/119.processed,
13270: tests/results/120.processed, tests/results/121.processed,
13271: tests/results/122.processed, tests/results/123.processed,
13272: tests/results/124.processed: new convention: char* never 0.
13273: assert in cord on that
13274:
13275: * src/main/pa_charset.C: couple more asserts
13276:
13277: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
13278: speedup
13279:
13280: * src/main/pa_charset.C: couple assertions on fantastic situations
13281: added [may be those is the case now?]
13282:
13283: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13284: that's memory from gc_malloc, not from g_malloc :(, but would
13285: hope]
13286:
13287: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13288: that's memory from gc_malloc, not from g_malloc :(, but would
13289: hope]
13290:
13291: * src/main/pa_charset.C: checked custom malloc for returning 0
13292:
13293: 2003-04-09 paf
13294:
13295: * src/classes/date.C: merged ^date.roll changes
13296:
13297: * src/classes/date.C: ^date.roll bug fix
13298:
13299: * src/classes/date.C: ^date.roll now throws less errors: month
13300: shifts handles end of month situation by reducing day number
13301: hour-hole shift reduces hour to recover
13302:
13303: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
13304: Sort by function time
13305:
13306: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
13307: http:// $.charset[] param done
13308:
13309: * tests/: 122.html, results/122.processed: 122 date test <= and ==
13310: added [after volatile fix. passes on win&intel-solaris]
13311:
13312: 2003-04-08 paf
13313:
13314: * src/: classes/file.C, classes/op.C, classes/table.C,
13315: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
13316: include/pa_common.h, include/pa_request_charsets.h,
13317: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13318: main/pa_exec.C, main/pa_request.C, main/untaint.C,
13319: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
13320: types/pa_vresponse.C: started http:// $.charset[] param and
13321: http response charset detection just compiled. todo:test
13322:
13323: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
13324:
13325: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
13326: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
13327: types/pa_vmail.C: changed transcode param converntion along with
13328: string creating convention -- all strings are zero-terminated,
13329: this allowed to fix one remaining String("123", 2) case
13330:
13331: * src/: classes/date.C, classes/file.C, classes/hash.C,
13332: classes/op.C, classes/string.C, classes/table.C,
13333: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
13334: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
13335: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13336: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
13337: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
13338: violated String::invariant. started fixing [not compiled now]
13339:
13340: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
13341: main/compile.tab.C, main/compile.y, main/pa_string.C,
13342: main/untaint.C, targets/cgi/parser3.C: number of string style
13343: improvements & optimizations
13344:
13345: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
13346: :(]
13347:
13348: * src/main/untaint.C: removed redundant & in CORD_pos param passing
13349: [for it's a pointer really]
13350:
13351: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
13352: 'n' param. worked that around
13353:
13354: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
13355: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
13356: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
13357: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
13358: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
13359:
13360: Thanks for the bug report and patch.
13361:
13362: I hadn't looked at this code in a while. Reading it now, it
13363: seems to me that the tests should also be ">= MAX_DEPTH" to
13364: comply with the invariant, though that may not matter a lot. I
13365: changed that, too.
13366:
13367: Hans
13368:
13369: 2003-04-07 paf
13370:
13371: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
13372: merged from head:safe mode error message now includes numbers
13373:
13374: * src/main/execute.C: n-th attempt to make a=a work with double.
13375: problem: as_double returns it's result in fp-register compiler
13376: optimizes access to that register after b->as_double, and just
13377: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13378: from memory. _SAME_ double values do not match here. when
13379: forced to REload fp-register, values do match.
13380:
13381: tried to make them volatile.
13382:
13383: * src/main/execute.C: n-th attempt to make a=a work with double.
13384: problem: as_double returns it's result in fp-register compiler
13385: optimizes access to that register after b->as_double, and just
13386: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13387: from memory. _SAME_ double values do not match here. when
13388: forced to REload fp-register, values do match.
13389:
13390: tried to make them volatile.
13391:
13392: * src/types/pa_vobject.h: small style change
13393:
13394: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
13395:
13396: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
13397: mode error message now includes numbers
13398:
13399: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
13400: now causes death
13401:
13402: 2003-04-04 paf
13403:
13404: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
13405: incorportated pa_exec patch by From: "Victor Fedoseev"
13406: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
13407: Sent: Thursday, January 23, 2003 9:14 AM
13408:
13409: huge speedup on ^file::cgi with big result
13410:
13411: * src/classes/table.C: sort table with 0 rows bug fixed
13412:
13413: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
13414: fix http://i2/tasks/edit/?id=4493701604654042676
13415:
13416: @main[] $with_default[ $.a[1] $._default[default from
13417: with_default] ] ^show[$with_default]
13418:
13419: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13420: =$to_add_to.xxx=<br>
13421:
13422: ^show[$to_add_to]
13423:
13424: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13425: ^show[$cloned]
13426:
13427: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13428:
13429: } <hr>
13430:
13431: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
13432: http://i2/tasks/edit/?id=4493701604654042676
13433:
13434: @main[] $with_default[ $.a[1] $._default[default from
13435: with_default] ] ^show[$with_default]
13436:
13437: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13438: =$to_add_to.xxx=<br>
13439:
13440: ^show[$to_add_to]
13441:
13442: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13443: ^show[$cloned]
13444:
13445: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13446:
13447: } <hr>
13448:
13449: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
13450: http://i2/tasks/edit/?id=4507350336410850921
13451:
13452: * src/classes/xdoc.C: memory allocation func bugfix
13453: http://i2/tasks/edit/?id=4499303470368629745
13454:
13455: * src/classes/math.C: allowed random 1...
13456:
13457: * src/classes/math.C: allowed random 0..
13458:
13459: * src/main/pa_globals.C: exif mem leak
13460: http://i2/tasks/edit/?id=4480590323629807263
13461:
13462: * src/: classes/classes.dsp, main/main.dsp,
13463: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
13464: fix http://i2/tasks/edit/?id=4493946731322521294
13465: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
13466:
13467: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13468: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
13469: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
13470: links to xml libs made relative, no need to unpack parser3project
13471: to /parser3project.
13472:
13473: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
13474: column more precise - tab handling bug fixed
13475:
13476: * src/main/: compile.tab.C, compile.y: more understandable error
13477: message in case @CLASS with more then one line inside
13478:
13479: * src/targets/cgi/parser3.C: more understandable error message in
13480: case of errors in @unhandled_exception
13481:
13482: 2003-04-03 paf
13483:
13484: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
13485: src/main/compile.tab.C, src/main/compile.y,
13486: src/main/compile_tools.C, src/main/compile_tools.h,
13487: src/main/execute.C, src/main/pa_request.C: debug info format
13488: simplified, now it's: OP_VALUE Operation::Origin << here value*
13489:
13490: higher limits: file number (max: 255) line number (max:
13491: 64535) column number (max: 255)
13492:
13493: * src/classes/math.C: top limit
13494:
13495: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
13496: precise parse error position in case of
13497:
13498: ^bug ]
13499:
13500: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
13501: changed to realities, and passed [bug fixed]
13502:
13503: * src/: classes/op.C, include/pa_request.h, main/compile.C,
13504: main/compile.tab.C, main/compile.y, main/compile_tools.C,
13505: main/compile_tools.h, main/pa_request.C: introducing
13506: ^process...[main-method-alias]
13507:
13508: * src/: classes/date.C, classes/image.C, classes/op.C,
13509: classes/string.C, classes/table.C, classes/xdoc.C,
13510: types/pa_vmethod_frame.h: MethodParams& now [methods without
13511: params receive zero reference, but they are expected not to look
13512: there]
13513:
13514: * operators.txt, src/classes/date.C, src/classes/double.C,
13515: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
13516: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13517: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13518: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13519: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13520: src/main/execute.C, src/types/pa_method.h: MethodParams& now
13521: [methods without params receive zero reference, but they are
13522: expected not to look there]
13523:
13524: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13525: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
13526: ^process...[filename] useful for better error reporting
13527: [file/line/col]
13528:
13529: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13530: types/pa_vstring.h: slightly improved error messages text: 1. is
13531: '%s', it 2. method undefined in case of ^void[]
13532:
13533: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13534: include/pa_types.h, main/execute.C, main/pa_request.C: exception
13535: handling done. now we have error columns todo: test it
13536:
13537: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
13538: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
13539:
13540: this makes life easier: were: bad stack order -- were in
13541: exception catch unwind order, which didn't match execution order
13542:
13543: @main[] ^try{ ^first[] }{ ^throw[c;3] }
13544:
13545: @first[] ^throw[a;1]
13546:
13547: showed throw a first throw b try
13548:
13549: which is no good
13550:
13551: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13552: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
13553: trace reset after handled exception [old bug fixed]
13554:
13555: * src/main/: compile.tab.C, compile.y: parse position old bug
13556: fixed. position reporting made precise [both, in parse erros and
13557: runtime errors]
13558:
13559: 2003-04-02 paf
13560:
13561: * src/: include/pa_operation.h, include/pa_request.h,
13562: main/compile.C, main/compile.tab.C, main/compile.y,
13563: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13564: main/pa_exception.C, main/pa_request.C: debug info: started
13565: using. todo:complete
13566:
13567: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
13568: main/compile.C, main/compile.tab.C, main/compile.y,
13569: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13570: main/pa_request.C: prepared debug info todo:use it
13571:
13572: * src/include/pa_operation.h: strange mistake fixed: forgot to
13573: return Operation class->union after switching from autoptrs.
13574:
13575: * tests/: Makefile, results/108.processed, results/117.processed:
13576: meta considered OK [it's up to coder now to remove it not needed]
13577:
13578: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
13579: Dictionary constructor when moved to gc]
13580:
13581: * src/main/pa_common.C: uncommented http:// file loading
13582:
13583: * src/include/pa_array.h, src/main/execute.C,
13584: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
13585: fix [gdGrowingBuf]
13586:
13587: * configure.in, src/lib/Makefile.am: removed patches
13588:
13589: * configure, src/include/pa_config_auto.h.in,
13590: src/main/pa_charset.C: --enable-assertions autoconf-ed
13591:
13592: * src/main/pa_common.C: uncommented http:// file loading
13593:
13594: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
13595: xdoc::create/load
13596:
13597: * src/: classes/form.C, classes/hash.C, classes/image.C,
13598: classes/string.C, classes/table.C, classes/void.C,
13599: include/pa_common.h, main/pa_common.C, main/pa_request.C,
13600: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
13601: String::String(str,helper_length) are checked. found/fixed one
13602: place: $request:body now zero-terminated,
13603:
13604: * src/: classes/op.C, classes/table.C, include/pa_request.h,
13605: main/compile_tools.C, main/execute.C, types/pa_value.h,
13606: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
13607: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13608: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13609: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
13610: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13611: types/pa_vxnode.h: more locally scoped vars in execute (more
13612: easily optimizable)
13613:
13614: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
13615: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
13616:
13617: * src/: include/pa_array.h, include/pa_stack.h,
13618: include/pa_string.h, main/compile_tools.C, main/main.dsp,
13619: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
13620: become assertion iterator in methodframe filler
13621:
13622: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
13623: targets/cgi/parser3.C: array::get/put inlined
13624:
13625: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
13626: gc_substitute_memory_management_functions +installed CORD_oom
13627: function
13628:
13629: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
13630: src/include/pa_config_includes.h, src/include/pa_string.h,
13631: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
13632: src/targets/cgi/parser3.C: converted debug hacks to ANSI
13633: assertions started configure.in --enable-assertions
13634:
13635: 2003-04-01 paf
13636:
13637: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
13638: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
13639: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
13640: gdome uses glib memory, and stores last pointer to xmlDoc there,
13641: gc misses that and collects valid memory fixed by remembering
13642: xmlDoc from dom object in xdoc. todo: do something with
13643: premature free of xdoc with xnodes/node values referring into it
13644:
13645: * src/classes/: mail.C: typo fix
13646:
13647: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
13648: changes
13649:
13650: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
13651: main/pa_memory.C: moved memory debugging to global level: to
13652: pa_gc_malloc
13653:
13654: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
13655: debugging showed no errors. todo: debug parser memory
13656:
13657: * src/targets/cgi/: parser3.C, parser3.dsp: more build
13658: configurations
13659:
13660: * src/: classes/classes.dsp, include/pa_config_fixed.h,
13661: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
13662: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
13663: types/types.dsp: prepared xml-static configuration
13664:
13665: 2003-03-31 paf
13666:
13667: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
13668: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
13669: xml lib memory debugging, simple checks failed: it seems that
13670: library does realloc(bad ptr), and recording those ptrs in heap
13671: [for debugging] was bad: heap situation changes = everything
13672: works fine
13673:
13674: * src/: main/pa_charset.C, include/pa_charset.h: worked around
13675: xmlRegisterCharEncodingHandler limitation [currently imposed
13676: limit of 10 user-defined charsets]
13677:
13678: 2003-03-28 paf
13679:
13680: * src/main/execute.C: execution stack copied to local register
13681: variable, removed lots [~2e7) of memory accesses
13682:
13683: 2003-03-27 paf
13684:
13685: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
13686: works in debug, but fails in release todo: fix that
13687:
13688: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
13689: targets/cgi/parser3.C: forgot to merge XML memory funcs
13690: replacement from gc branch
13691:
13692: * src/main/pa_exec.C: introducing append_help_length [radical
13693: improvement here]
13694:
13695: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
13696: 'not recommened' in gc.h, on win32 noticed no difference]
13697:
13698: * src/include/pa_array.h: returned checked array get [were disabled
13699: for debugging] result:not slower [don't understand that, it were
13700: INLINED] todo: find out a way of inlining it!
13701:
13702: * src/: include/pa_string.h, lib/gc/include/gc.h,
13703: lib/gc/include/gc_fake.h, main/compile.tab.C,
13704: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
13705: convention changed: all resulting strings are zero-terminated
13706:
13707: * src/: classes/date.C, classes/file.C, classes/hash.C,
13708: classes/string.C, classes/table.C, classes/void.C,
13709: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
13710: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
13711: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
13712: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13713: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
13714: types/pa_vfile.C, types/pa_vmail.C: introducing
13715: append_help_length [radical improvement here]
13716:
13717: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
13718: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
13719: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
13720: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
13721: even slower
13722:
13723: * src/: classes/string.C, classes/table.C, include/pa_array.h,
13724: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
13725: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
13726: clients of &get(): most to use non-ref version, some[in tight
13727: places] to get_unchecked_ref
13728:
13729: * src/doc/memory.dox: forgot to add
13730:
13731: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
13732: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
13733: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
13734: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
13735: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13736: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
13737: targets/cgi/parser3.dsp, types/pa_vmail.C,
13738: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
13739: T>>&<< removed after Stack::pop wiping removed [moved to separate
13740: func] other Array & removed
13741:
13742: 2003-03-26 paf
13743:
13744: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
13745: classes/table.C, include/pa_array.h, include/pa_charset.h,
13746: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
13747: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13748: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
13749: main/main.dsp, main/pa_charset.C, main/pa_common.C,
13750: main/pa_exec.C, main/pa_sql_driver_manager.C,
13751: main/pa_stylesheet_manager.C, main/pa_table.C,
13752: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13753: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13754: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
13755: pre-evaluated .count() in some places
13756:
13757: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13758: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
13759: types/types.dsp: .dsp profiling updated
13760:
13761: * src/: classes/classes.dsp, lib/cord/cord.dsp,
13762: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
13763: targets/cgi/parser3.dsp, types/types.dsp: started profiling
13764:
13765: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
13766: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
13767: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
13768: use lib/gc,lib/cord
13769:
1.116 moko 13770: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
13771: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 13772: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
13773: src/include/pa_config_includes.h, src/include/pa_request.h,
13774: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13775: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 13776: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 13777: src/lib/cord/include/Makefile.am,
1.116 moko 13778: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
13779: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
13780: src/targets/cgi/Makefile.am, src/types/Makefile.am,
13781: src/types/pa_vclass.h, src/types/pa_vcookie.h,
13782: src/types/pa_vform.h, src/types/pa_vhash.h,
13783: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
13784: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
13785: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
13786: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
13787: funcs ported pa_exec
1.95 moko 13788:
13789: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
13790:
13791: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
13792: bundled gc includes
13793:
13794: * src/: classes/op.C, include/pa_array.h,
13795: include/pa_sql_connection.h, include/pa_string.h,
13796: include/pa_version.h, main/compile.tab.C, main/compile.y,
13797: main/execute.C, main/pa_common.C, main/pa_exception.C,
13798: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
13799: targets/cgi/parser3.dsp: a number of bugfixes [while testing
13800: first real site (aval)]
13801:
13802: 2003-03-25 paf
13803:
13804: * operators.txt, src/main/pa_sql_driver_manager.C,
13805: src/types/pa_vstatus.C: $status.memory used free since_compact
13806: process
13807:
13808: * src/: include/pa_sql_connection.h, main/pa_globals.C,
13809: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
13810:
13811: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
13812:
13813: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
13814: src/types/pa_value.h, src/types/pa_vfile.h,
13815: src/types/pa_vobject.C, src/types/pa_vobject.h,
13816: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
13817: tests/results/121.processed: untaint.C L_URI
13818:
13819: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
13820: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
13821: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
13822: src/types/pa_vmemory.h: ^memory:compact[]
13823:
13824: * tests/results/109.processed: it was a bug in parser. updated 109
13825: test result
13826:
13827: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
13828:
13829: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
13830: tests/results/107.processed: fixed dom language [values are now
13831: considered tainted. it was a bug in parser. updated 107 test
13832: result
13833:
13834: * src/classes/xdoc.C: fixed transform params
13835:
13836: * src/: include/pa_stylesheet_manager.h,
13837: main/pa_stylesheet_manager.C: fixed stylesheet caching
13838:
13839: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
13840: overloads for structure handling
13841:
13842: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
13843: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
13844: StringBody(0) ambiguilty, introducting static
13845: StringBody::Format(int)
13846:
13847: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
13848: linked
13849:
13850: * src/types/pa_vxdoc.C: vxdoc compiled
13851:
13852: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
13853: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
13854: finalizers isntalled
13855:
13856: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
13857: doc/exception.dox, doc/index.dox, include/pa_charset.h,
13858: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
13859: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
13860: compiled todo: xnode.C / finalizers
13861:
13862: * src/doc/string.dox: updated: new string internals
13863:
13864: 2003-03-24 paf
13865:
13866: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13867: include/pa_charset.h, include/pa_config_fixed.h,
13868: include/pa_request.h, include/pa_stylesheet_connection.h,
13869: include/pa_stylesheet_manager.h, main/pa_charset.C,
13870: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
13871: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
13872: types/pa_vxnode.h: started XML
13873:
13874: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
13875:
13876: * src/: classes/file.C, classes/image.C, classes/mail.C,
13877: include/pa_string.h, main/pa_common.C,
13878: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
13879:
13880: * src/: classes/file.C, classes/image.C, classes/mail.C,
13881: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
13882: main/pa_request.C, main/pa_sql_driver_manager.C,
13883: types/pa_vimage.h: size_t pos everywhere checks changed to check
13884: for eq STRING_NOT_FOUND
13885:
13886: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
13887: optimize bit implemented
13888:
13889: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13890: String::ArrayFragment::append_positions fixed
13891:
13892: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
13893: String::this_starts fixed
13894:
13895: * src/main/pa_string.C, tests/Makefile: string::pos fixed
13896:
13897: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
13898: hashcode implemented fully, including per-char callback [it can
13899: be - substr CORD node]
13900:
13901: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
13902: rewritten to rewalloc with 100byte buf ahead
13903:
13904: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
13905: src/include/pa_string.h, src/main/compile.tab.C,
13906: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
13907: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
13908: CORD_ec [bad] would rewrite as realloc now
13909:
13910: * src/: classes/date.C, classes/file.C, classes/form.C,
13911: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
13912: include/pa_cache_managers.h, include/pa_charsets.h,
13913: include/pa_common.h, include/pa_request.h,
13914: include/pa_sql_driver_manager.h, include/pa_table.h,
13915: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
13916: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
13917: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
13918: types/pa_vmail.C, types/pa_vmethod_frame.C,
13919: types/pa_vstateless_class.h: 2*2 worked :)
13920:
13921: * parser3.dsw, src/classes/date.C, src/classes/file.C,
13922: src/include/pa_exec.h, src/include/pa_string.h,
13923: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
13924: passed OK
13925:
13926: * src/: classes/hash.C, classes/string.C, classes/table.C,
13927: types/pa_value.C: all linked todo: debug
13928:
13929: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
13930: types/pa_vstateless_class.C: all compiled. todo:link
13931:
13932: * src/types/pa_wcontext.C: pa_wcontext.C compiled
13933:
13934: * src/types/pa_vtable.C: pa_vtable.C compiled
13935:
13936: * src/types/pa_vstring.C: pa_vstring.C compiled
13937:
13938: * src/types/pa_vstatus.C: pa_vstatus.C compiled
13939:
13940: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
13941: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
13942: pa_vstateless_class.C, pa_vstateless_class.h:
13943: pa_vstateless_class.C compiled
13944:
13945: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
13946: types/pa_vmath.C: pa_vmail.C compiled
13947:
13948: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
13949:
13950: * src/types/pa_vform.C: pa_vform.C compiled
13951:
13952: * src/types/pa_vfile.C: pa_vfile.C compiled
13953:
13954: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
13955: pa_vstateless_class.C: pa_vcookie.C compiled
13956:
13957: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
13958: types/pa_vhash.h: pa_value.C compiled
13959:
13960: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
13961: classes.lib main.lib compiled
13962:
13963: * src/classes/void.C: void.C compiled
13964:
13965: * src/: classes/string.C, classes/table.C, include/pa_string.h,
13966: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
13967: compiled
13968:
13969: * src/: classes/string.C, include/pa_request.h,
13970: include/pa_string.h, main/pa_string.C: string.C compiled
13971:
13972: * src/: classes/op.C, classes/string.C, classes/table.C,
13973: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
13974: main/pa_request.C, main/pa_string.C: op.C compiled
13975:
13976: * src/classes/: math.C, op.C: math.C compiled
13977:
13978: * src/: classes/mail.C, classes/string.C, classes/table.C,
13979: types/pa_vmail.h: mail.C compiled
13980:
13981: * src/classes/: int.C, table.C: int.C compiled
13982:
13983: * src/: classes/hash.C, classes/image.C, classes/string.C,
13984: classes/table.C, include/pa_memory.h, include/pa_string.h,
13985: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
13986: compiled
13987:
13988: * src/: classes/hash.C, classes/string.C, classes/table.C,
13989: classes/void.C, classes/xdoc.C, include/pa_request.h,
13990: include/pa_sql_connection.h: hash.C compiled
13991:
13992: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
13993: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
13994: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13995: classes/math.C, classes/op.C, classes/response.C,
13996: classes/string.C, classes/table.C, classes/void.C,
13997: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
13998: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
13999: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14000: file.C table.C compiled
14001:
14002: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14003: main/untaint.C: main.lib compiled
14004:
14005: 2003-03-21 paf
14006:
14007: * src/: classes/op.C, include/pa_cache_managers.h,
14008: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14009: include/pa_stylesheet_manager.h, main/pa_exception.C,
14010: main/pa_globals.C, main/pa_sql_driver_manager.C,
14011: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14012: compiled
14013:
14014: * src/: classes/hash.C, classes/image.C, classes/op.C,
14015: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14016: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14017: main/compile.C, main/pa_common.C, main/pa_request.C,
14018: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14019: pa_request.C compiled
14020:
14021: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14022: include/pa_request.h, main/execute.C, main/pa_request.C,
14023: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14024: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14025: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14026: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14027: compiled
14028:
14029: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14030: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14031: on unix
14032:
14033: * src/: include/pa_charset.h, include/pa_charsets.h,
14034: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14035: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14036: pa_charsets.C compiled
14037:
14038: * src/: classes/image.C, classes/mail.C, classes/op.C,
14039: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14040: main/compile.y, main/execute.C, main/pa_common.C,
14041: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14042: types/pa_vcode_frame.h, types/pa_vimage.h,
14043: types/pa_vmethod_frame.h: execute.C compiled
14044:
14045: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14046: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14047: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14048: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14049: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14050: include/pa_cache_managers.h, include/pa_charsets.h,
14051: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14052: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14053: include/pa_sql_driver_manager.h, include/pa_string.h,
14054: include/pa_stylesheet_connection.h,
14055: include/pa_stylesheet_manager.h, include/pa_table.h,
14056: main/compile.C, main/compile.tab.C, main/compile.y,
14057: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14058: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14059: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14060: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14061: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14062: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14063: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14064: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14065: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14066: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14067: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14068: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14069: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14070: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14071: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14072: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14073: types/pa_vresponse.h, types/pa_vstateless_class.C,
14074: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14075: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14076: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14077: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14078: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14079: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14080: [C++ CORD wrapper]
14081:
14082: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14083:
14084: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14085: $file::exec/cgi[script; $.charset[this is script's charset]
14086:
14087: command line, env values, input got transcoded before call
14088: stdout, stderr got transcoded after call
14089:
14090: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14091: by default. use: ^file::exec[...;$.stdin[$request.body]
14092:
14093: * src/main/pa_common.C: } typo bug fix
14094:
14095: * src/main/pa_common.C: } typo bug fix
14096:
14097: 2003-03-20 paf
14098:
14099: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14100: main/untaint.C: cord bug fix, but still errors todo: clear out
14101:
14102: * src/include/pa_string.h: more tests
14103:
14104: * src/main/pa_string.C: string.pos fixed
14105:
1.116 moko 14106: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14107: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14108: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14109: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14110: replaces
1.95 moko 14111:
14112: * src/: classes/image.C, include/pa_dictionary.h,
14113: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14114: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14115: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14116: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14117:
14118: * src/include/pa_string.h: warning
14119:
14120: * src/include/pa_string.h: this_starts fixed
14121:
14122: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14123: new String ctor & append params convention
14124:
14125: * src/: classes/file.C, classes/hash.C, classes/image.C,
14126: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14127: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14128: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14129: main/pa_exception.C, main/pa_exec.C,
14130: main/pa_sql_driver_manager.C, main/pa_string.C,
14131: main/pa_stylesheet_manager.C, main/untaint.C,
14132: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14133: types/pa_vmail.C: more tests OK
14134:
14135: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14136: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14137: gc/exit runned OK
14138:
14139: * src/types/pa_vmail.C: another naming problem: should not name
14140: vars like that: unpredictable close caused problems with later
14141: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14142: descriptors missing on startup: stdin; Bad file number
14143:
14144: todo: find out why so many filters(stream) here. probably wrong?
14145:
14146: * src/: include/pa_dictionary.h, include/pa_string.h,
14147: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14148: main/untaint.C: test compiled
14149:
14150: * src/: classes/image.C, classes/mail.C, classes/math.C,
14151: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
14152: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
14153: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
14154: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
14155: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14156: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
14157: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
14158: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
14159: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
14160:
14161: * parser3.dsw, src/classes/file.C, src/classes/image.C,
14162: src/classes/op.C, src/classes/string.C, src/classes/table.C,
14163: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
14164: src/include/pa_memory.h, src/include/pa_request.h,
14165: src/include/pa_request_charsets.h,
14166: src/include/pa_sql_connection.h, src/include/pa_string.h,
14167: src/main/compile.tab.C, src/main/execute.C,
14168: src/main/pa_charset.C, src/main/pa_common.C,
14169: src/main/pa_exception.C, src/main/pa_exec.C,
14170: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14171: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
14172: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
14173: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
14174: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14175: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
14176: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14177: src/types/pa_vobject.C, src/types/pa_vresponse.C,
14178: src/types/pa_vstatus.C, src/types/pa_vstring.C,
14179: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14180: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
14181: pa_common.C [done, without http for now]
14182:
14183: 2003-03-19 paf
14184:
14185: * src/: classes/date.C, classes/form.C, classes/hash.C,
14186: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
14187: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
14188: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
14189: include/pa_string.h, include/pa_table.h, main/compile.C,
14190: main/compile_tools.C, main/execute.C, main/pa_charset.C,
14191: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
14192: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
14193: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14194: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
14195: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
14196: types/pa_vstateless_class.h, types/pa_vtable.C,
14197: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
14198: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14199: types/pa_wwrapper.h: started test
14200:
1.116 moko 14201: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
14202: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 14203:
14204: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
14205: include/pa_string.h, main/pa_string.C: string compiled todo: test
14206: it
14207:
14208: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
14209: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
14210: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
14211: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
14212: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
14213: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
14214: types/pa_vmethod_frame.h, types/types.dsp: string
14215: reimplementation with cord+array<fragment>: 70%
14216:
14217: 2003-03-18 paf
14218:
14219: * src/: classes/date.C, classes/file.C, classes/form.C,
14220: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
14221: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
14222: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
14223: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
14224: can ignore lang in cmp and pos really, but would
14225: split properly!
14226:
14227: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
14228: cord part made parser/src/lib: it's not compiled into libgc by
14229: default
14230:
14231: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
14232: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14233: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14234: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14235: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14236: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14237: src/classes/xnode.C, src/classes/xnode.h,
14238: src/include/Makefile.am, src/include/pa_cache_managers.h,
14239: src/include/pa_charset.h, src/include/pa_charsets.h,
14240: src/include/pa_common.h, src/include/pa_dictionary.h,
14241: src/include/pa_exception.h, src/include/pa_exec.h,
14242: src/include/pa_globals.h, src/include/pa_hash.h,
14243: src/include/pa_memory.h, src/include/pa_pool.h,
14244: src/include/pa_request.h, src/include/pa_request_charsets.h,
14245: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
14246: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14247: src/include/pa_stylesheet_connection.h,
14248: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14249: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
14250: src/main/compile.C, src/main/compile.tab.C,
14251: src/main/compile_tools.C, src/main/compile_tools.h,
14252: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
14253: src/main/pa_charsets.C, src/main/pa_common.C,
14254: src/main/pa_dictionary.C, src/main/pa_exception.C,
14255: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
14256: src/main/pa_pool.C, src/main/pa_request.C,
14257: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14258: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
14259: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
14260: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14261: src/types/pa_junction.h, src/types/pa_method.h,
14262: src/types/pa_value.C, src/types/pa_value.h,
14263: src/types/pa_vclass.C, src/types/pa_vclass.h,
14264: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14265: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14266: src/types/pa_vdouble.h, src/types/pa_venv.h,
14267: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14268: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14269: src/types/pa_vimage.C, src/types/pa_vimage.h,
14270: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
14271: src/types/pa_vmath.C, src/types/pa_vmath.h,
14272: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14273: src/types/pa_vobject.C, src/types/pa_vobject.h,
14274: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14275: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14276: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14277: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14278: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14279: src/types/pa_vstring.h, src/types/pa_vtable.C,
14280: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14281: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14282: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14283: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14284: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
14285: gc: PA_Object done lots of replacements also
14286:
14287: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
14288: gc logging
14289:
14290: 2003-03-17 paf
14291:
14292: * src/: classes/date.C, classes/file.C, classes/form.C,
14293: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
14294: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
14295: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14296: include/pa_string.h, include/pa_types.h, main/compile.C,
14297: main/compile.tab.C, main/execute.C, main/pa_charset.C,
14298: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
14299: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14300: main/pa_sql_driver_manager.C, main/pa_string.C,
14301: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
14302: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
14303: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14304: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
14305: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
14306: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14307: types/pa_vxnode.h: libgc attempt
14308:
14309: 2003-03-13 paf
14310:
14311: * src/: include/pa_sql_driver_manager.h,
14312: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
14313: called
14314:
14315: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
14316: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
14317: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
14318: types/pa_value.h, types/pa_vobject.h,
14319: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
14320: set_base, set_derived simplified [counter leaks fixed]
14321:
14322: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
14323: src/types/types.dsp: incorporated status class patch From:
14324: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
14325: 2003 8:14 AM
14326:
14327: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
14328: Win32 specific: QuotaPeakNonPagedPoolUsage
14329: QuotaPeakPagedPoolUsage PeakPagefileUsage]
14330:
14331: 2003-03-12 paf
14332:
1.116 moko 14333: * configure, configure.in, src/lib/ltdl/configure,
14334: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 14335: lib/ltdl/Makefile now created by /configure.in only [were by
14336: lib/ltdl/configure.in OVERWRITE]
14337:
1.116 moko 14338: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
14339: linkage fixed for g++ 3.2.2
1.95 moko 14340:
14341: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
14342: on using privately declared class [fixed]
14343:
14344: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
14345: 3.2 rightliy complained on using privately declared class [fixed]
14346:
14347: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
14348: sigpipe before request constructor now causes death
14349:
14350: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
14351: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
14352: not cause exception in exception handler
14353:
1.116 moko 14354: * configure, configure.in, src/targets/cgi/Makefile.am: configure
14355: now default links libstdc++ statically. that can be overriden by
14356: --with-dynamic-stdcpp
1.95 moko 14357:
14358: 2003-03-11 paf
14359:
14360: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
14361: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
14362: necessity of libstdc++
14363:
14364: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14365:
14366: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14367:
14368: 2003-03-08 paf
14369:
14370: * tests/Makefile: make install & co
14371:
14372: * src/: include/pa_request.h, classes/op.C: removing
14373: vclass,object.h -> pa_request.h dependency
14374:
14375: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
14376: main/pa_request.C: removing vform,response,cookie.h ->
14377: pa_request.h dependency
14378:
14379: * src/include/pa_request.h: removing vmail.h -> pa_request.h
14380: dependency [testing...]
14381:
14382: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
14383: return 0; fixed
14384:
14385: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
14386: types/pa_vmail.h: vmail.C received just compiled [not tested]
14387:
14388: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
14389:
14390: * src/main/pa_request.C: forgotten: ifdef XML
14391:
14392: * src/main/pa_request.C: forgotten: ifdef XML
14393:
14394: * src/targets/cgi/parser3.C: todo: move to latest xml version on
14395: win32 and run memleak tests again
14396:
14397: * src/targets/cgi/parser3.C: charsets: see some strange things with
14398: old xml lib-- it's internal memory handling has faults
14399:
14400: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
14401: problems when transcode from charset A to A.
14402:
14403: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
14404: todo: still problems when transcode from charset A to A.
14405:
14406: * src/: classes/hash.C, classes/mail.C, classes/string.C,
14407: classes/table.C, include/pa_array.h,
14408: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
14409: started full-scale-site-test [~ http://parser.ru sources]
14410:
14411: some fixes
14412:
14413: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
14414: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14415: 117.html, 118.html, 119.html, 120.html, results/109.processed,
14416: results/110.processed, results/111.processed,
14417: results/112.processed, results/113.processed,
14418: results/114.processed, results/115.processed,
14419: results/116.processed, results/117.processed,
14420: results/118.processed, results/119.processed,
14421: results/120.processed: xml: tests 109 dom create/show 110 xpath
14422: selectSingle 111 xdoc.create from tainted & 112
14423: xdoc.create/output with russian attr value 113 xpath
14424: selectString/Number 114 dom attributes.count 115 xpath selectBool
14425: 116 output media-type change 117 transform by dom stylesheet 118
14426: empty transform result 119 dom setAttribute 120 nbsp letter
14427: output
14428:
14429: =END OF PREPARED XML TESTS=
14430:
14431: 2003-03-07 paf
14432:
14433: * src/classes/xdoc.C, src/include/pa_charset.h,
14434: src/include/pa_stylesheet_connection.h, tests/108.html,
14435: tests/108.xsl, tests/results/108.processed: xml: test 108
14436: transform with params [bugs fixed]
14437:
14438: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
14439: from copy/paste bug
14440:
14441: * src/classes/xdoc.C, src/include/pa_charset.h,
14442: src/include/pa_request.h, src/main/execute.C,
14443: src/main/pa_charset.C, src/main/pa_exception.C,
14444: src/main/pa_globals.C, src/main/pa_request.C,
14445: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14446: src/types/pa_vxnode.C, tests/107.html,
14447: tests/results/107.processed: xml: test: 107 bug fixes
14448:
14449: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14450: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14451: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
14452:
14453: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
14454: string
14455:
14456: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
14457: mem alloc functions used for different cases [libxml, libxsl]
14458:
14459: * src/classes/classes.C: fixed: prevent system classes from
14460: modification to lock ALL the classes, not only directly used
14461:
14462: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
14463: linked
14464:
14465: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
14466:
14467: 2003-03-06 paf
14468:
14469: * src/classes/xdoc.C: xdoc.C 50%
14470:
14471: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
14472: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14473: main/pa_globals.C, main/pa_request.C,
14474: main/pa_stylesheet_manager.C: xnode.C compiled
14475:
14476: * src/: include/pa_stylesheet_connection.h,
14477: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
14478: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
14479:
14480: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
14481: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14482: xml: stylesheet&manager STARTED
14483:
14484: * src/: include/pa_globals.h, main/pa_charset.C,
14485: main/pa_exception.C, main/pa_globals.C: xml: exceptions
14486:
14487: * src/: include/pa_charset.h, include/pa_config_fixed.h,
14488: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
14489: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
14490: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
14491: charsets
14492:
14493: * tests/023.html: in some cases it rounded up badly. postponing
14494: solution of that problem, making more simple test
14495:
14496: * tests/: 058_paf2000.png, results/058.processed: .png added with
14497: -kb now
14498:
14499: * src/: include/pa_charset.h, include/pa_charsets.h,
14500: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
14501: moved to charsets.C
14502:
14503: 2003-03-05 paf
14504:
14505: * src/classes/string.C, src/include/pa_string.h,
14506: src/main/pa_string.C, tests/105.html,
14507: tests/results/105.processed: String::match bug fixed
14508:
14509: * src/classes/op.C, src/main/main.dsp, tests/104.html,
14510: tests/results/104.processed: ^bpt operator added [does int3 in
14511: debug build on win32]
14512:
14513: * tests/: 057.html, results/057.processed: test bug fixed
14514:
1.116 moko 14515: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 14516:
14517: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
14518: missing
14519:
1.116 moko 14520: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
14521: forgotten files added to Makes
1.95 moko 14522:
14523: * ltmain.sh: ltmain.sh added
14524:
14525: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14526: change undone ;(
14527:
14528: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14529: made static
14530:
14531: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 14532: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
14533: todo:make linker happy
1.95 moko 14534:
14535: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
14536: env param made optional
14537:
14538: 2003-03-04 paf
14539:
14540: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
14541: types/pa_vimage.h: number of gcc compiler bugs fixed
14542:
14543: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
14544: results/103.processed: tests: 103 image.copy transparence test
14545:
14546: * src/main/execute.C, tests/101.html, tests/102.html,
14547: tests/results/101.processed, tests/results/102.processed: tests:
14548: 101 method/variable name conflict test 102 form fields change
14549: should not not change anything [bug fix]
14550:
14551: * tests/: 057.html, 099.html, 100.html, results/057.processed,
14552: results/099.processed, results/100.processed: tests: 57 date
14553: create 2002: added 99,100 response:body/download
14554:
14555: * src/classes/image.C, tests/098.html, tests/098font.gif,
14556: tests/results/098.processed: test: 98 image font text [bug fixed]
14557:
14558: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
14559: tests/results/097.processed: test: 97 file::load http:// [bugs
14560: fixed]
14561:
14562: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
14563: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
14564: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
14565: image EXIF [bug fixed]
14566:
14567: * src/classes/table.C, src/main/execute.C, tests/061.dat,
14568: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
14569: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
14570: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
14571: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
14572: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
14573: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
14574: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
14575: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
14576: tests/094.html, tests/095.html, tests/results/061.processed,
14577: tests/results/062.processed, tests/results/063.processed,
14578: tests/results/064.processed, tests/results/065.processed,
14579: tests/results/066.processed, tests/results/067.processed,
14580: tests/results/068.processed, tests/results/069.processed,
14581: tests/results/070.processed, tests/results/071.processed,
14582: tests/results/072.processed, tests/results/073.processed,
14583: tests/results/074.processed, tests/results/075.processed,
14584: tests/results/076.processed, tests/results/077.processed,
14585: tests/results/078.processed, tests/results/080.processed,
14586: tests/results/081.processed, tests/results/082.processed,
14587: tests/results/083.processed, tests/results/084.processed,
14588: tests/results/085.processed, tests/results/086.processed,
14589: tests/results/087.processed, tests/results/088.processed,
14590: tests/results/089.processed, tests/results/090.processed,
14591: tests/results/091.processed, tests/results/092.processed,
14592: tests/results/093.processed, tests/results/094.processed,
14593: tests/results/095.processed, tests/079.html,
14594: tests/results/079.processed: tests: 61 file::stat size 62
14595: string->int autoconvert 63 double .int,dec,div,mul 64 date
14596: compare 65 file: basename,justname,justext 66 math:crypt 67
14597: string.match simple on long 68 string.match normalized simple on
14598: long 69 string.int 70 file::stat content-type 71 table.join 72
14599: hash parameter conditional pass 73 date daylightsaving,yearday 74
14600: date arithmetics 75 response date values/attributes 76 string.pos
14601: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
14602: with local 80 scientific numeric literal in string autoconvert 81
14603: xor: logical and numerical 82 for delims 83 menu delims 84
14604: table.hash distinct 85 long string replace 86 throw+catch
14605: current language preserve 87 bit shifts 88 junction tests +
14606: $caller test 89 hash.foreach selfmodification 90 int/void to int
14607: 91 $caller test 92 junction is + def junction tests 93 $caller
14608: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
14609:
14610: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
14611: fixed] 60 string eq string [bug fixed]
14612:
14613: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
14614: 058.html, 058_paf2000.png, 059.html, 060.html,
14615: results/053.processed, results/054.processed,
14616: results/055.processed, results/056.processed,
14617: results/057.processed, results/058.processed,
14618: results/059.processed, results/060.processed: test: 53
14619: string.replace 54 junctions 55 table.hash 56 call indirect 57
14620: date.create[string] 58 image.measure[png]
14621:
14622: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
14623: outputs/051.processed, results/052.processed: test: 52
14624: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
14625: task: fix that
14626:
14627: 2003-03-03 paf
14628:
14629: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
14630: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
14631: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
14632: outputs/049.processed, outputs/050.processed,
14633: outputs/051.processed, results/001.processed,
14634: results/002.processed, results/003.processed,
14635: results/005.processed, results/006.processed,
14636: results/008.processed, results/009.processed,
14637: results/011.processed, results/012.processed,
14638: results/013.processed, results/014.processed,
14639: results/015.processed, results/016.processed,
14640: results/017.processed, results/020.processed,
14641: results/021.processed, results/022.processed,
14642: results/024.processed, results/025.processed,
14643: results/026.processed, results/027.processed,
14644: results/028.processed, results/029.processed,
14645: results/030.processed, results/031.processed,
14646: results/049.processed, results/050.processed,
14647: results/051.processed, results/043.processed,
14648: results/044.processed, results/045.processed,
14649: results/046.processed, results/047.processed,
14650: results/048.processed: tests: 43,44,45 date rolls 46
14651: autoevaluating junction 47 table.select 48 name with subvar 49
14652: hash-creating switch 50 process 51 started parent/child, works as
14653: it were but it were NOT GOOD, created separate task to fix that
14654:
14655: * tests/: 042.html, results/042.processed: test: 42
14656: exception.handled
14657:
14658: * tests/: 041.html, results/041.processed: test: 41 table.locate by
14659: expression
14660:
14661: * tests/: 040.html, results/040.processed: test: 39 method result
14662: of type table 40 method param junction auto evaluate
14663:
14664: * tests/: 039.html, results/039.processed: test: 37 method result
14665: of type table
14666:
14667: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
14668: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
14669: tests/038.html, tests/results/033.processed,
14670: tests/results/034.processed, tests/results/035.processed,
14671: tests/results/036.processed, tests/results/037.processed,
14672: tests/results/038.processed: tests: 33 string.replace 34
14673: string.upper 35 table created 36 local/global vars with juntions
14674: 37 table clone 38 math PI & number formatting
14675:
14676: math class registring typo fixed
14677:
14678: * src/classes/op.C, src/include/pa_request.h,
14679: src/include/pa_string.h, src/main/execute.C,
14680: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
14681: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
14682: tests/032.html, tests/results/032.processed: uchar changed to
14683: String_UL in all places [was not everywhere] untaint test: 032
14684:
14685: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
14686: tests/results/004.processed, tests/parser-cygwin.sh,
14687: tests/parser-unix.sh: removed -H command line key, now testing
14688: using .sh file with SERVER_SOFTWARE=xxx
14689:
14690: 2003-02-26 paf
14691:
14692: * src/main/execute.C, src/types/pa_vstateless_class.h,
14693: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
14694: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
14695: tests/results/024.processed, tests/results/025.processed,
14696: tests/results/026.processed, tests/results/027.processed,
14697: tests/results/028.processed, tests/results/029.processed,
14698: tests/results/030.processed, tests/results/031.processed: fixed
14699: bug with name_cstr mutable CharPtr more tests
14700:
14701: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
14702: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
14703: << abort. die now just exits
14704:
14705: * src/classes/classes.awk, src/classes/classes.h,
14706: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14707: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14708: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14709: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14710: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14711: src/classes/xnode.C, src/include/pa_memory.h,
14712: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
14713: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
14714: src/types/pa_vform.C, tests/015.html, tests/016.html,
14715: tests/017.html, tests/018.html, tests/019.html,
14716: tests/019paf2001.gif, tests/020.html, tests/021.html,
14717: tests/022.html, tests/023.html, tests/022_dir/a.html,
14718: tests/022_dir/b.txt, tests/022_dir/c.htm,
14719: tests/results/015.processed, tests/results/016.processed,
14720: tests/results/017.processed, tests/results/018.processed,
14721: tests/results/019.processed, tests/results/020.processed,
14722: tests/results/021.processed, tests/results/022.processed,
14723: tests/results/023.processed: methoded_array now contains all Mxxx
14724: classes SAPI::get_env now returns info on pool more tests
14725:
14726: * src/include/pa_array.h, src/include/pa_hash.h,
14727: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
14728: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
14729: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
14730: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
14731: tests/014.html, tests/Makefile, tests/outputs/create-dir,
14732: tests/results/001.processed, tests/results/002.processed,
14733: tests/results/003.processed, tests/results/004.processed,
14734: tests/results/005.processed, tests/results/006.processed,
14735: tests/results/007.processed, tests/results/008.processed,
14736: tests/results/009.processed, tests/results/010.processed,
14737: tests/results/011.processed, tests/results/012.processed,
14738: tests/results/013.processed, tests/results/014.processed: hash
14739: cloning fixed
14740:
14741: 2003-02-25 paf
14742:
14743: * src/main/pa_common.C: typo fixed
14744:
14745: 2003-02-24 paf
14746:
14747: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
14748: [one remained]
14749:
14750: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
14751: [should have been get_string(&pool)] todo: check other such calls
14752:
14753: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
14754: test10, bad lookups
14755:
14756: xxx* xxx=smartptr.get(); << is bad style, after ";" original
14757: object got destructed, and xxx points to sky
14758:
14759: * ChangeLog, src/classes/string.C: match bug fixed
14760:
14761: * src/types/pa_vmail.C: body [text/html] transcoded to
14762: $.charset[specified] now
14763:
14764: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14765: which failed to handle sigsetjmp+throw: crashed inside of
14766: pre-throw code. rewritten simplier [though duplicating
14767: closesocket code]
14768:
14769: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14770: which failed to handle sigsetjmp+throw: crashed inside of
14771: pre-throw code. rewritten simplier [though duplicating
14772: closesocket code]
14773:
14774: 2003-02-21 paf
14775:
14776: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
14777: $cookie:name[$.expires[date << can be now]]
14778:
14779: written makefile with regression tests [raw]
14780:
14781: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
14782: tests' only [it's not forcing CGI mode now] now use -H to output
14783: CGI header when parser used in command line [useful for tests
14784: also]
14785:
14786: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
14787: switches on CGI mode, and is used in regression tests
14788:
14789: * src/: include/pa_request.h, main/pa_request.C,
14790: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
14791: fixed
14792:
14793: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
14794: handling pa_*
14795:
14796: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
14797: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
14798: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
14799: memory handling files
14800:
14801: * src/main/pa_array.C: pool::format_integer terminator fixed
14802:
14803: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
14804: compiles OK test to show benefits of free
14805:
14806: * src/: classes/file.C, classes/image.C, classes/mail.C,
14807: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
14808: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14809: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
14810: use pool [as the one in ^process]
14811:
14812: * src/classes/op.C: fixed process. sould now check for all cstr's
14813: -- some must use pool [as the one in ^process]
14814:
14815: 2003-02-20 paf
14816:
14817: * src/: classes/date.C, classes/double.C, classes/file.C,
14818: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14819: classes/math.C, classes/op.C, classes/response.C,
14820: classes/string.C, classes/table.C, classes/void.C,
14821: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
14822: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
14823: string cmp fixed
14824:
14825: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
14826: values passed OK now
14827:
14828: 2003-02-19 paf
14829:
14830: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
14831: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
14832: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
14833: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
14834: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
14835: all remaning leaks resulted from pooled::malloc calls [excluding
14836: in gd -- planning complete rewrite extremely ugly code]
14837:
14838: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
14839: files
14840:
14841: 2003-02-17 paf
14842:
14843: * src/: classes/date.C, classes/double.C, classes/file.C,
14844: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14845: classes/response.C, classes/string.C, classes/table.C,
14846: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
14847: include/pa_stylesheet_connection.h,
14848: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
14849: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14850: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
14851: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
14852: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
14853: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
14854: of unitialized simple-typed field
14855:
14856: * src/: classes/classes.C, classes/classes.h, main/execute.C,
14857: main/pa_charset.C, main/pa_request.C: another bug of unitialized
14858: simple-typed field fixed. todo: find&kill all like that one
14859:
14860: * src/: main/execute.C, targets/cgi/pa_pool.C,
14861: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
14862: debug output fixed
14863:
14864: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
14865: main/pa_request.C: stack-stored items need extra .ref to prevent
14866: object_ptr from delete[them]
14867:
14868: * src/: classes/date.C, classes/op.C, classes/table.C,
14869: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
14870: include/pa_charset.h, main/Makefile.am, main/main.dsp,
14871: main/pa_charset.C, main/pa_common.C,
14872: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14873: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14874: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
14875: calls
14876:
14877: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
14878: couple mem leaks rusulted from old pooled::malloc usage.
14879: todo:find more like those
14880:
14881: * src/main/: compile.C, compile_tools.C: 2*2!
14882:
14883: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
14884: stackItem fixed [there were no string on stack before]
14885:
14886: * src/: main/execute.C, main/pa_request.C,
14887: types/pa_vmethod_frame.C: first letters out OK
14888:
14889: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
14890: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
14891: main/pa_string.C, main/untaint.C, types/pa_value.h,
14892: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
14893: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
14894: type not initialized with zeros :( while class fields of class
14895: types initialized with default constructors. learn C++
14896:
14897: * src/: classes/classes.awk, classes/double.C, classes/file.C,
14898: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
14899: classes/math.C, classes/xdoc.C, classes/xnode.C,
14900: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
14901: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
14902:
14903: 2003-02-14 paf
14904:
14905: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
14906: 13 link errors
14907:
14908: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
14909: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
14910: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14911: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
14912: errors :)
14913:
14914: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
14915: classes/hash.C, classes/mail.C, classes/op.C,
14916: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
14917: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
14918: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
14919: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
14920:
14921: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
14922: classes/table.C, include/pa_common.h, include/pa_globals.h,
14923: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
14924: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
14925: types/pa_vint.h, types/types.dsp: op compiled
14926:
14927: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
14928: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
14929: main/untaint.C, types/pa_vtable.h: string, response compiled
14930:
14931: 2003-02-07 paf
14932:
14933: * src/: classes/table.C, types/pa_vtable.h: table compiled
14934:
14935: 2003-02-06 paf
14936:
14937: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
14938: mail compiled
14939:
14940: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
14941: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
14942: types/pa_vfile.h, types/pa_vimage.h: image compiled
14943:
14944: * src/classes/: file.C, form.C: form compiled
14945:
14946: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
14947: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
14948: types/pa_vfile.C, types/pa_vfile.h: file compiled
14949:
14950: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
14951: types/pa_vmath.h: math compiled [win32]
14952:
14953: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
14954: types/pa_vstring.h: hash compiled
14955:
14956: 2003-02-04 paf
14957:
14958: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
14959: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14960: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
14961: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
14962: types/pa_vhash.h: hash 50% compiled
14963:
14964: * src/: classes/date.C, classes/file.C, classes/hash.C,
14965: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
14966: classes/string.C, classes/table.C, classes/xdoc.C,
14967: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
14968: main/pa_string.C: date compiled
14969:
14970: * src/classes/: classes.dsp, double.C: double compiled
14971:
14972: * src/: classes/date.C, classes/double.C, classes/file.C,
14973: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
14974: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
14975: classes/string.C, classes/table.C, classes/void.C,
14976: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
14977: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
14978: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
14979: compiled
14980:
14981: * src/: classes/date.C, classes/double.C, classes/file.C,
14982: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14983: classes/math.C, classes/op.C, classes/response.C,
14984: classes/string.C, classes/table.C, classes/void.C,
14985: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14986: types/pa_vvoid.h: void compiled :)
14987:
14988: * src/: include/pa_globals.h, main/pa_cache_managers.C,
14989: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14990: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14991: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
14992: main/pa_string.C, main/pa_uue.C, main/untaint.C,
14993: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
14994: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
14995: types/pa_vresponse.C, types/pa_vstateless_class.C,
14996: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
14997: types/pa_wcontext.C, types/types.dsp: removed stupid
14998: value_includes.h
14999:
15000: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15001: trying to remove stupid value_includes.h
15002:
15003: * src/main/pa_exec.C: pa_exec compiled on win32
15004:
15005: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15006:
15007: * src/: include/pa_globals.h, include/pa_request.h,
15008: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15009: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15010: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15011: types/pa_vrequest.C, types/pa_vstateless_class.C,
15012: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15013:
15014: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15015: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15016: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15017:
15018: * src/: include/pa_array.h, include/pa_config_includes.h,
15019: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15020: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15021: compiled
15022:
15023: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15024: name conflicts)
15025:
15026: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15027: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15028: yelds "virtual memory exhausted" while trying to compile
15029: execute.C [eating up to 127MB]
15030:
15031: 2003-02-03 paf
15032:
15033: * src/: include/pa_config_includes.h, include/pa_hash.h,
15034: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15035: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15036: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15037: types/pa_vint.h, types/pa_vjunction.h,
15038: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15039: started gcc compiling pa_common compiled
15040:
15041: * src/: include/pa_exception.h, include/pa_pool.h,
15042: main/pa_exception.C: exception gcc change #1
15043:
1.116 moko 15044: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15045: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15046:
15047: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15048:
15049: * src/types/pa_vtable.C: vtable compiled
15050:
15051: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15052:
15053: * src/: include/pa_cache_managers.h, main/pa_request.C,
15054: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15055:
15056: * src/types/pa_vstateless_class.C: vstateless_class compiled
15057:
15058: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15059:
15060: * src/types/pa_vrequest.C: vrequest compiled
15061:
15062: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15063: pa_vobject.C, pa_vobject.h: vobject compiled
15064:
15065: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15066: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15067: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15068: compiled
15069:
15070: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15071:
15072: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15073: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15074: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15075: compiled
15076:
15077: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15078: main.lib - 0 error(s), 0 warning(s)
15079:
15080: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15081: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15082:
15083: 2003-01-31 paf
15084:
15085: * src/: include/pa_array.h, include/pa_operation.h,
15086: include/pa_request.h, main/execute.C, main/main.dsp,
15087: types/pa_vjunction.h: started last file from main library:
15088: execute
15089:
15090: * src/: include/pa_request.h, include/pa_sapi.h,
15091: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15092: main/pa_request.C, targets/cgi/parser3.C,
15093: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15094: types/pa_vhash.h: pa_request compiled
15095:
15096: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15097: include/pa_globals.h, include/pa_request.h,
15098: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15099: main/execute.C, main/main.dsp, main/pa_common.C,
15100: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15101: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15102: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15103: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15104: types/types.dsp: most pa_request compiled
15105:
15106: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15107: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15108: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15109: classes/op.C, classes/response.C, classes/string.C,
15110: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15111: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15112: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15113: include/pa_config_fixed.h, include/pa_config_includes.h,
15114: include/pa_dictionary.h, include/pa_dir.h,
15115: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15116: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15117: include/pa_pool.h, include/pa_request.h,
15118: include/pa_request_charsets.h, include/pa_request_info.h,
15119: include/pa_sapi.h, include/pa_socks.h,
15120: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15121: include/pa_stack.h, include/pa_string.h,
15122: include/pa_stylesheet_connection.h,
15123: include/pa_stylesheet_manager.h, include/pa_table.h,
15124: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15125: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15126: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15127: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15128: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15129: main/compile.C, main/compile.tab.C, main/compile.y,
15130: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15131: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15132: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15133: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15134: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15135: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15136: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15137: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15138: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15139: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15140: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15141: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15142: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15143: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15144: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15145: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15146: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15147: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15148: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15149: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15150: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15151: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15152: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15153: types/pa_vresponse.h, types/pa_vstateless_class.C,
15154: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15155: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15156: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15157: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15158: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15159: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
15160:
15161: * ChangeLog, src/classes/classes.h, src/classes/op.C,
15162: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15163: src/include/pa_charsets.h, src/include/pa_common.h,
15164: src/include/pa_dictionary.h, src/include/pa_exception.h,
15165: src/include/pa_exec.h, src/include/pa_pool.h,
15166: src/include/pa_request.h, src/include/pa_sapi.h,
15167: src/include/pa_sql_connection.h,
15168: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15169: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
15170: src/main/compile.tab.C, src/main/compile_tools.C,
15171: src/main/compile_tools.h, src/main/main.dsp,
15172: src/main/pa_charset.C, src/main/pa_charsets.C,
15173: src/main/pa_common.C, src/main/pa_dictionary.C,
15174: src/main/pa_exception.C, src/main/pa_exec.C,
15175: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15176: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
15177: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
15178: src/types/pa_vclass.h, src/types/pa_vcookie.C,
15179: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15180: src/types/pa_vdouble.h, src/types/pa_venv.h,
15181: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
15182: src/types/pa_vhash.h, src/types/pa_vimage.C,
15183: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
15184: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
15185: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15186: src/types/pa_vobject.C, src/types/pa_vobject.h,
15187: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15188: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15189: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15190: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
15191: src/types/pa_vstring.h, src/types/pa_vtable.h,
15192: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
15193: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
15194: died, long live StringPtr
15195:
15196: 2003-01-30 paf
15197:
15198: * src/: include/pa_charset.h, include/pa_request.h,
15199: include/pa_sql_driver_manager.h, main/compile.tab.C,
15200: main/compile.y, main/compile_tools.h, main/pa_request.C,
15201: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
15202:
15203: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
15204: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
15205: types/pa_vhash.h, types/pa_vmethod_frame.h,
15206: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15207: types/types.dsp: vstateless_class compiled
15208:
15209: * src/main/compile.C: compile compiled
15210:
15211: * src/: include/pa_array.h, include/pa_operation.h,
15212: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
15213: main/pa_table.C: compile_tools compiled
15214:
15215: * src/: include/pa_operation.h, main/compile.y,
15216: main/compile_tools.C, main/compile_tools.h: started
15217: compile_tools. vagues ideas of how to free compiled code
15218:
15219: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
15220: main/main.dsp, types/pa_value.C, types/pa_value.h,
15221: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
15222: compiled
15223:
15224: 2003-01-29 paf
15225:
15226: * src/: include/pa_globals.h, include/pa_request.h,
15227: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15228: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
15229: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
15230: compiled
15231:
15232: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
15233: now
15234:
15235: * src/: include/pa_array.h, include/pa_exception.h,
15236: include/pa_pool.h, main/pa_exception.C: gd compiled
15237:
15238: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
15239: compiled
15240:
15241: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15242: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
15243: types/pa_vfile.h: vfile compiled
15244:
15245: * src/: include/pa_common.h, include/pa_globals.h,
15246: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
15247: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
15248: types/pa_vform.C, types/pa_vform.h: vcookie compiled
15249:
15250: * src/: include/pa_exception.h, main/pa_cache_managers.C,
15251: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
15252: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
15253: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15254: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
15255:
15256: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
15257: main/main.dsp, main/untaint.C: more compiled
15258:
15259: * src/: include/pa_charsets.h, include/pa_request.h,
15260: include/pa_request_info.h, include/pa_string.h,
15261: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
15262: types/pa_vresponse.h: vrequest compiled
15263:
15264: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
15265: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
15266: pa_vresponse.h, pa_wcontext.h: vrequest compiled
15267:
15268: * src/: classes/classes.h, include/pa_charset.h,
15269: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
15270: include/pa_request.h, include/pa_string.h, main/main.dsp,
15271: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
15272: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
15273: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
15274: types/pa_vrequest.C, types/pa_vrequest.h,
15275: types/pa_vstateless_class.h, types/pa_vstring.h,
15276: types/pa_vvoid.h: vrequest,vdouble,vint compiled
15277:
15278: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
15279: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15280: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
15281: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
15282: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15283: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
15284: types/pa_vobject.h, types/pa_vstateless_class.h,
15285: types/pa_vstateless_object.h, types/pa_vstatus.h,
15286: types/pa_vstring.h, types/types.dsp: vmath compiled
15287:
15288: 2003-01-28 paf
15289:
15290: * src/: classes/classes.h, classes/date.C, classes/file.C,
15291: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
15292: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
15293: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
15294: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
15295: compile_tools
15296:
15297: * src/: include/pa_charset.h, include/pa_exception.h,
15298: include/pa_request.h, include/pa_string.h, main/untaint.C:
15299: untaint compiled
15300:
15301: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
15302: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
15303: more compiled. struck with string::store_to needing to know
15304: source/client charsets
15305:
15306: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
15307: types/pa_vfile.h: uue compiled
15308:
15309: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
15310: table compiled
15311:
15312: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15313: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
15314:
15315: * src/: include/pa_charset.h, main/pa_charset.C,
15316: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
15317: introduced]
15318:
15319: * src/: classes/date.C, include/pa_charset.h,
15320: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
15321: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
15322: pa_charsets compiled
15323:
15324: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
15325: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
15326:
15327: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
15328: common compiled
15329:
15330: * src/: include/pa_charsets.h, main/pa_charsets.C,
15331: main/pa_sql_driver_manager.C: pa_charsets compiled
15332:
15333: * src/: include/pa_array.h, include/pa_charset.h,
15334: include/pa_charsets.h, include/pa_pool.h,
15335: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15336: include/pa_stack.h, include/pa_string.h,
15337: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
15338: sql_driver_manager compiled
15339:
15340: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
15341: letter i with two dots added to koi, all ukranian letters added
15342: to win1251.
15343:
15344: typographic simbol 0xb9 deleted from win1251 [strange one & were
15345: abscent from koi]
15346:
15347: 2003-01-27 paf
15348:
15349: * src/: include/pa_exception.h, include/pa_sql_connection.h,
15350: include/pa_sql_driver_manager.h, include/pa_string.h,
15351: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
15352: sql/pa_sql_driver.h: paused on sql_manager
15353:
15354: * src/: include/pa_cache_managers.h, include/pa_pool.h,
15355: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15356: include/pa_stack.h, main/pa_sql_driver_manager.C,
15357: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
15358:
15359: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
15360: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15361: include/pa_table.h, main/pa_sql_driver_manager.C,
15362: main/pa_table.C: table compiled
15363:
15364: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
15365: cache_managers compiled
15366:
15367: * src/: include/pa_array.h, include/pa_charset.h,
15368: include/pa_pool.h, main/pa_charset.C: charset compiled
15369:
15370: * src/: include/pa_pool.h, main/pa_common.C: common compiled
15371:
15372: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
15373: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15374: main/pa_string.C, types/pa_value.C, types/pa_value.h,
15375: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
15376: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
15377:
15378: 2003-01-24 paf
15379:
15380: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
15381: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
15382: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15383: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
15384: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
15385: types/pa_vint.h, types/pa_vjunction.h,
15386: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15387: types/pa_vstatus.h, types/pa_vstring.h: more patched
15388:
15389: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
15390: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
15391: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
15392: main/pa_string.C, main/pa_table.C: string compiled
15393:
15394: * src/: include/pa_array.h, include/pa_common.h,
15395: include/pa_dictionary.h, include/pa_exception.h,
15396: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
15397: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
15398: main/pa_string.C: dictionary compiled
15399:
15400: 2003-01-23 paf
15401:
15402: * src/: include/pa_array.h, include/pa_common.h,
15403: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
15404: include/pa_request.h, include/pa_string.h, main/pa_common.C,
15405: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
15406: types/pa_value.h: resurrected pool in new sense: now it's
15407: factory, producing&accounting memory chunks for read[autofree]
15408: buffers
15409:
15410: * src/: include/pa_array.h, include/pa_exception.h,
15411: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
15412: main/pa_exception.C, main/pa_table.C: table compiled
15413:
15414: * src/: classes/image.C, classes/op.C, include/pa_array.h,
15415: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
15416: include/pa_pool.h, include/pa_pragma_pack_begin.h,
15417: include/pa_pragma_pack_end.h, include/pa_sapi.h,
15418: include/pa_string.h, include/pa_table.h, include/pa_types.h,
15419: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
15420: main/pa_table.C: aint that easy
15421:
15422: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
15423: main/main.dsp: continued with Hash
15424:
15425: * src/main/pa_common.C: connect_string allocated on heap[wes on
15426: stack] now. and exception can be reported OK now [can be reported
15427: outside of pro c with that stack]
15428:
15429: 2003-01-22 paf
15430:
15431: * src/: include/pa_array.h, include/pa_charset.h,
15432: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
15433: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
15434: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
15435: base: contains references_count. auto_ptr template calls
15436: add_ref/release
15437:
15438: 2003-01-21 paf
15439:
15440: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15441: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15442: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15443: classes/op.C, classes/response.C, classes/string.C,
15444: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15445: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15446: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15447: include/pa_config_fixed.h, include/pa_config_includes.h,
15448: include/pa_dictionary.h, include/pa_dir.h,
15449: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15450: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15451: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15452: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15453: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15454: include/pa_stack.h, include/pa_string.h,
15455: include/pa_stylesheet_connection.h,
15456: include/pa_stylesheet_manager.h, include/pa_table.h,
15457: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15458: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15459: lib/pcre/pcre_parser_ctype.c, main/compile.C,
15460: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15461: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15462: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15463: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15464: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15465: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15466: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15467: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15468: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15469: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15470: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15471: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15472: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
15473: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
15474: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15475: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15476: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15477: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15478: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15479: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15480: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15481: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15482: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15483: types/pa_vstateless_object.h, types/pa_vstatus.C,
15484: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15485: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15486: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15487: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15488: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
15489: 2002->2003
15490:
15491: 2003-01-16 paf
15492:
15493: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15494: src/main/pa_globals.C: http:// introducing $.any-status(1)
15495:
15496: * operators.txt, src/include/pa_config_fixed.h,
15497: src/main/pa_common.C: http request now return status. and not
15498: fail on status!=200
15499:
15500: 2003-01-15 paf
15501:
15502: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
15503:
15504: 2003-01-14 paf
15505:
15506: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
15507: mkinstalldirs: removed some ancient files [they in / really]
15508:
15509: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
15510: regretfully needed patch in two places. in config_fixed.h made
15511: stubs for lib to compile in MSVC
15512:
15513: 2003-01-13 paf
15514:
15515: * config.guess, config.sub, ltmain.sh: removed last piece of
15516: configure.in(libtool) hacks
15517:
1.116 moko 15518: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 15519: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
15520: ltdl.h: moved to latest libtool (1.4.3)
15521:
15522: 2003-01-10 paf
15523:
15524: * src/lib/ltdl/: configure, configure.in: PROG_NM
15525:
15526: * src/main/pa_globals.C: moved to latest xml lib versions, changed
15527: patches. libxml2 >= 2.5.1
15528: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
15529: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
15530: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15531:
15532: * INSTALL: moved to latest versions of xml libs libxml2 >=
15533: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
15534: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
15535: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15536:
15537: 2003-01-09 paf
15538:
15539: * INSTALL: xml,xslt,gdome lib urls updated
15540:
15541: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 15542: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 15543: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 15544: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
15545: 1.7.2
1.95 moko 15546:
15547: * depcomp: moving to automake 1.7.2
15548:
15549: 2002-12-27 paf
15550:
15551: * src/include/pa_version.h: 0007
15552:
15553: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
15554: outdated parts, made links to language docs
15555:
15556: * src/include/pa_config_auto.h.in: comment
15557:
15558: 2002-12-26 paf
15559:
15560: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
15561: not contain trailing / fixed.
15562:
15563: * INSTALL: changing SAFE_MODE politics
15564:
15565: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
15566:
15567: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
15568:
15569: 2002-12-25 paf
15570:
15571: * src/main/pa_globals.C: optimized-xml
15572:
15573: * src/main/pa_globals.C: optimized-as-is
15574:
15575: 2002-12-24 paf
15576:
15577: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
15578: fixed [were really called with zero size when .html?a=&b=]
15579:
15580: * src/classes/mail.C: $MAIL in @conf now invalid when configured
15581: with --with-sendmail
15582:
15583: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
15584: fixed]
15585:
15586: 2002-12-23 paf
15587:
15588: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
15589: ignoring parameters & were storing only string with default
15590: expires
15591:
15592: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
15593: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
15594: December 23, 2002 4:22 AM Subject: bug â
15595: Charset::transcode_buf2xchar
15596:
15597: 2002-12-20 paf
15598:
15599: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
15600: non-cgi [script] runs
15601:
15602: 2002-12-19 paf
15603:
15604: * INSTALL: --without-iconv recommended [it crashes on some systems
15605: [tested on elik]] moreover, it's not needed there [parser
15606: registers charsets itself]
15607:
15608: * INSTALL: --without-iconv recommended [it crashes on some systems
15609: [tested on elik]]
15610:
15611: * operators.txt, src/include/pa_globals.h,
15612: src/include/pa_request.h, src/main/pa_globals.C,
15613: src/main/pa_request.C: $response:download
15614:
15615: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
15616: compiler [win32]].
15617:
15618: 2002-12-18 paf
15619:
15620: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
15621:
15622: 2002-12-17 paf
15623:
15624: * src/targets/cgi/parser3.C: merged die&iis changes
15625:
15626: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
15627: to exit(1) 2. more flexible iilegal call check
15628:
15629: 2002-12-16 paf
15630:
15631: * ltmain.sh: some automakes silly insist on having this handy
15632:
15633: * src/main/untaint.C: filespec russian small 'r' changed to latin
15634: 'p' bug fix
15635:
15636: 2002-12-15 paf
15637:
15638: * src/main/untaint.C: filespec russian small 'r' changed to latin
15639: 'p'
15640:
15641: * configure.in, src/include/pa_config_auto.h.in,
15642: src/main/compile.C, src/main/pa_common.C: merged small changes
15643: from branch 6 to HEAD
15644:
15645: * src/main/compile.C: removed warning
15646:
15647: * src/main/pa_common.C: ftruncate having checked
15648:
15649: * configure.in, src/include/pa_version.h: new version
15650:
15651: 2002-12-14 paf
15652:
15653: * src/classes/table.C: removed unnecessary code
15654:
15655: * src/sql/pa_sql_driver.h: exception type fixed
15656:
15657: 2002-12-09 paf
15658:
15659: * src/types/pa_vvoid.h: $void.store[now] error
15660:
15661: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15662:
15663: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
15664: tries to write core dump
15665:
15666: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15667:
15668: * src/: classes/hash.C, classes/string.C, classes/table.C,
15669: classes/void.C, main/pa_sql_driver_manager.C,
15670: sql/pa_sql_driver.h: changed exception handling mech in sql
15671: handlers #2
15672:
15673: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
15674: exception handling mech in sql handlers
15675:
15676: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
15677: handlers
15678:
15679: * src/: classes/hash.C, classes/string.C, classes/table.C,
15680: classes/void.C, main/pa_sql_driver_manager.C,
15681: sql/pa_sql_driver.h: changed exception handling mech in sql
15682: handlers
15683:
1.116 moko 15684: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
15685: to write makefile which used libtool to install things, which is
15686: not needed
1.95 moko 15687:
15688: 2002-12-06 paf
15689:
15690: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
15691: $hash.fields -- pseudo field to make 'hash' more like 'table'
15692:
15693: 2002-12-05 paf
15694:
15695: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
15696: cc/bcc OK now
15697:
15698: * src/main/untaint.C: mail header closed properly
15699:
15700: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
15701: header ',' allowed. still bugs in smtp [only one receiptient
15702: works, cc, bcc ignored now, and MAILED ;)]
15703:
15704: [strncpy killed, memnchr used]
15705:
15706: * src/main/pa_table.C: table-copy now current=0
15707:
15708: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
15709: lowlevel proc
15710:
15711: * src/targets/cgi/parser3.C: more checks on
15712: http://domain/parser.cgi start [maybe some getenv returns "",
15713: checked that now
15714:
15715: * src/targets/cgi/parser3.C: more checks on
15716: http://domain/parser.cgi start [maybe some getenv returns "",
15717: checked that now
15718:
15719: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
15720: out-of-mem errors reached log]
15721:
15722: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
15723: mail:send MIME-Version default
15724:
15725: * src/main/main.dsp: pa_version included into main.dsp
15726:
15727: 2002-12-04 paf
15728:
15729: * src/types/pa_vform.C: $form:field string value cut by premature 0
15730:
15731: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
15732: lib/libltdl -> lib/ltdl Win32 changes. s
15733:
15734: * src/classes/classes.awk: more strict *.C$
15735:
15736: * gnu.dsp: restored
15737:
1.116 moko 15738: * configure.in, gnu.dsp, src/lib/Makefile.am,
15739: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
15740: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
15741: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
15742: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
15743: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
15744: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
15745: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
15746: now created with /configure, not ltdl/configure, so it does have
15747: no problems with automake. ltdl/configure
15748: AC_OUTPUT(Makefile<<removed)
1.95 moko 15749:
15750: 2002-12-02 paf
15751:
15752: * operators.txt: removed outdated status:db
15753:
15754: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
15755: src/main/pa_common.C, src/main/pa_request.C,
15756: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
15757: tainted parts becomes http-header
15758:
15759: 2002-11-29 paf
15760:
15761: * src/classes/date.C, src/classes/image.C, operators.txt: exif
15762: dates now objects of type date
15763:
15764: * src/classes/image.C: file.seek removed [it were used in image.C
15765: only, and for parser user this means that jpeg image has bad
15766: size in fragment's header] now used image.format
15767:
15768: * src/: include/pa_common.h, main/pa_common.C,
15769: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
15770: now handled exactly like $response:header values. e.g. can be
15771: hash [can have subattributes] & contain date values.
15772:
15773: * src/main/pa_common.C: http:// param values lang forced URI
15774:
15775: * src/main/pa_common.C: http:// tainted partes now %xx
15776:
15777: 2002-11-28 paf
15778:
15779: * operators.txt: http.timeout
15780:
15781: * src/classes/image.C: ^image.length now counts interchar space.
15782: plus space after last char
15783:
15784: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
15785:
15786: * src/classes/image.C: ^image.font width measurer now scans full
15787: height [were -1]
15788:
15789: * configure.in: stopped double libltdl/Makefile generation
15790:
15791: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
15792: chars [one top horizontal line of 1pixel height were missing]
15793:
15794: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
15795: 'false' to go into (Hash *) parameter
15796:
15797: 2002-11-27 paf
15798:
15799: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
15800: types/pa_vmail.C: response:body[file] if file nows it's name now
15801: returns content-disposition: >>attachment<<
15802:
15803: * src/classes/image.C: ^image.font << bad font file-size now
15804: properly reported
15805:
15806: 2002-11-26 paf
15807:
15808: * src/main/pa_request.C: fixed lang in reponse header
15809:
15810: * src/main/pa_common.C: utf8 prefix ignored @read text
15811:
15812: * operators.txt, src/main/pa_common.C: http:// response status!=200
15813: made exception: http.status with source=bad status#
15814:
15815: 2002-11-25 paf
15816:
15817: * configure.in, src/classes/image.C,
15818: src/include/pa_config_auto.h.in,
15819: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 15820: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
15821: const void related probs fixed
1.95 moko 15822:
15823: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
15824:
15825: $file[^file::load[http://there]] $file.SERVER
15826:
15827: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
15828: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
15829: http options [invalid onces now reported] made default
15830: user-agent: paf
15831:
15832: * operators.txt, src/classes/file.C, src/classes/table.C,
15833: src/classes/xdoc.C, src/include/pa_common.h,
15834: src/include/pa_globals.h, src/main/pa_common.C,
15835: src/main/pa_globals.C, src/main/pa_request.C,
15836: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
15837: now understand http:// prefix and additional params, sample:
15838: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
15839: $.USER-AGENT[parser3] ]]
15840:
15841: 2002-11-22 paf
15842:
15843: * src/classes/image.C, src/include/pa_globals.h,
15844: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
15845: src/types/pa_vimage.h, operators.txt: $image.exif support
15846: $image.exif.DateTime & co
15847:
15848: 2002-11-21 paf
15849:
15850: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
15851: _PASS_APPENDED)
15852:
15853: * src/classes/image.C: jpeg size measure fixed: were badly skipping
15854: EXIF information [were big block and it's size were considered
15855: negative :(]
15856:
15857: * operators.txt, src/classes/image.C, src/include/pa_common.h,
15858: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
15859: internals rewritten. no there's reader.seek, and all's ready for
15860: EXIF extraction [now we fail to measure files with EXIF info]
15861:
15862: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
15863: O_TRUNC truncates even exclusevely write-locked file [thanks to
15864: Igor Milyakov <virtan@rotabanner.com> for discovering]
15865:
15866: 2002-11-20 paf
15867:
15868: * src/targets/cgi/parser3.C: logging @signal += query_string
15869:
15870: * configure.in, src/include/pa_config_auto.h.in,
15871: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
15872: comment
15873:
15874: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
15875:
15876: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15877: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
15878: currently processed document SIGPIPE >> interrupts request
15879: processing [exception = DB rollback]
15880:
15881: * src/main/pa_exec.C: comment
15882:
15883: * src/main/pa_exec.C: pa_exec: data written only if size>0
15884:
15885: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
15886: << disable HTTP-POST repassing
15887:
15888: * src/: include/pa_config_fixed.h, main/pa_common.C,
15889: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
15890: pipe read errors now checked
15891:
15892: 2002-11-19 paf
15893:
15894: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
15895: CGI: Illegal call
15896:
15897: 2002-11-01 paf
15898:
15899: * src/main/execute.C: comment
15900:
15901: 2002-10-31 paf
15902:
15903: * src/main/execute.C: found out why, checked that for now. todo:
15904: find out a way for that user could do that
15905:
15906: * src/types/pa_vstateless_object.h: object put replaces static
15907: parent if any
15908:
15909: * src/types/pa_vobject.C: object put replaces static parent if any
15910:
15911: * src/: classes/form.C, classes/mail.C, classes/op.C,
15912: classes/xnode.h, main/compile.tab.C, main/execute.C,
15913: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
15914: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15915: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
15916: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15917: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
15918: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15919: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15920: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15921: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15922: types/pa_vstateless_object.h, types/pa_vstatus.C,
15923: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15924: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15925: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15926: types/pa_wwrapper.h: static fix merged
15927:
15928: * src/: main/compile.tab.C, types/pa_vobject.C: killed
15929: $virtual_fields in dynamic, but one can reach derived
15930: static[class] variable from base
15931:
15932: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
15933: types/pa_vobject.C, types/pa_vobject.h,
15934: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
15935: statics, left $virtual_fields in dynamic
15936:
15937: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
15938: one can't remember derivates in base class: there's so many of
15939: them. also there can be no virtual method calls in static
15940: classes
15941:
15942: * src/: classes/form.C, classes/mail.C, classes/op.C,
15943: classes/xnode.h, main/execute.C, main/pa_request.C,
15944: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
15945: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15946: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15947: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15948: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
15949: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
15950: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15951: types/pa_vresponse.C, types/pa_vresponse.h,
15952: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15953: types/pa_vstateless_object.h, types/pa_vstatus.C,
15954: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15955: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15956: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15957: types/pa_wwrapper.h: static call $self fixed
15958:
15959: * src/main/execute.C: comment
15960:
15961: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
15962: ^process[$caller.self]{...} now compiles to last derived object
15963: part of that 'self'
15964:
15965: 2002-10-29 paf
15966:
15967: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
15968: re-passing [iis to blame]
15969:
15970: * src/classes/string.C: changed string.save to pass current sql
15971: connection to cstr thus one can ^connect[some server]{
15972: $s[insert into table x (x) values (^taint[sql]{value})]
15973: ^s.save[some.sql] } and he'd get in some.sql file code with
15974: properly escaped. [tried in mssql->mysql export->import of
15975: binary data]
15976:
15977: 2002-10-25 paf
15978:
15979: * src/types/pa_vresponse.C: case insensitive response user fields
15980: get/put
15981:
15982: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
15983: types/pa_vresponse.C: saving for maybe-future
15984:
15985: 2002-10-23 paf
15986:
15987: * operators.txt, src/classes/table.C: ^table.hash{code}...
15988: ^table.hash(expr)...
15989:
15990: * src/types/pa_vmail.C: email whitespace trimBoth-ed
15991:
15992: 2002-10-22 paf
15993:
15994: * src/types/: pa_vform.C, pa_vform.h: removed needless
15995: VForm::Append...(...Value)
15996:
15997: * src/main/execute.C: $.name outside of $name[...] checked
15998:
15999: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16000: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16001:
16002: 2002-10-21 paf
16003:
16004: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16005: $form:qtail $form:imap.x/y
16006:
16007: * operators.txt, src/types/pa_vform.C: $form:nameless =
16008: "?value&...", "...&value&...", "...&value"
16009:
16010: * operators.txt, src/types/pa_vform.C: $form:image-map
16011:
16012: * operators.txt, src/classes/file.C: /some/page.html:
16013: ^file:fullpath[a.gif] => /some/a.gif
16014:
16015: 2002-10-17 paf
16016:
16017: * src/main/: compile.tab.C, compile.y: operators precedence changed
16018: a little: logical not and bitwise negation precedence made
16019: highest, << and >> bitshits precedence made equal [were << higher
16020: than >>]
16021:
16022: * src/classes/op.C: exception handling fixed [were bad with
16023: contexts]
16024:
16025: 2002-10-16 paf
16026:
16027: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16028: main/pa_request.C: Request::self considered equal to
16029: VMethodFrame::self, and removed, Request::get_self() mapped to
16030: VMethodFrame.self()
16031:
16032: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16033: $hash in open field now gives old good error meesage
16034:
16035: 2002-10-15 paf
16036:
16037: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16038: use ^if($junction is junction){was and now true}
16039:
16040: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16041: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16042: types/pa_vxnode.C: xml->parser strings now have origin, which
16043: points to place where value left xml library and came to parser:
16044: place of dom field extraction/call
16045:
16046: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16047: main/compile.tab.C, main/compile.y, main/execute.C,
16048: types/pa_vmethod_frame.h: removed last pieces of old code
16049: allowing $junction.xxx at compile time
16050:
16051: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16052: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16053: objects also considered [were only classes]
16054:
16055: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16056: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16057: with CLASS self. [ (request&method_frame).self temporarily
16058: changed ]
16059:
16060: * src/classes/: hash.C, op.C: method_frame now always changed, with
16061: no exception to native calls. for&foreach changed to use
16062: method_frame.caller for their var's name context
16063:
16064: * src/: main/execute.C, targets/cgi/parser3.C,
16065: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16066: compiling to system classes disabled
16067:
16068: * operators.txt, src/classes/op.C:
16069: ^process[$caller.CLASS]{code-string} added
16070:
16071: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16072: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16073: src/types/Makefile.am, src/types/pa_vjunction.C,
16074: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16075: src/types/types.dsp: removed $junction.get $junction.set[]
16076: introducing $caller
16077:
16078: * src/types/pa_value.h: removed outdated comments. doxygen would
16079: find them lower by inheritance tree
16080:
16081: * src/types/pa_vjunction.C: ident
16082:
16083: 2002-10-14 paf
16084:
16085: * src/classes/op.C: process compiles to code's class class
16086:
16087: * src/: classes/form.C, classes/mail.C, classes/op.C,
16088: include/pa_request.h, main/compile.C, main/compile.tab.C,
16089: main/compile.y, main/execute.C, main/pa_request.C,
16090: types/pa_vstateless_class.h: operators now main-class-methods
16091:
16092: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16093: better stack trace [has "call" & co there]
16094:
16095: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16096: operators @auto now executed in MAIN context
16097:
16098: * src/main/execute.C: operator execution context now = MAIN, not
16099: closest stack frame
16100:
16101: @touchit[] $i[after]
16102:
16103: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16104: were 'after'
16105:
16106: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16107: 'after'
16108:
16109: * src/main/execute.C: comment
16110:
16111: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16112: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16113: action]
16114:
16115: * src/types/pa_vxnode.C: misreplace fixed
16116:
16117: * configure, configure.in, src/include/pa_config_auto.h.in,
16118: src/types/pa_vstatus.C, operators.txt:
16119: $status:rusage.tv_secs/usecs introduced
16120:
16121: 2002-10-09 paf
16122:
16123: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16124: on empty string [or uses (default)]
16125:
16126: 2002-10-08 paf
16127:
16128: * src/main/untaint.C: mail header quoted printable changed after
16129: RFC reread
16130:
16131: * operators.txt: plan on ^if(method
16132:
16133: * src/types/pa_vxnode.C: misreplace
16134:
16135: 2002-09-24 paf
16136:
1.116 moko 16137: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16138:
16139: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16140: mailreceive would compile on freebsd now
16141:
16142: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16143: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16144: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16145: mailreceive would compile on freebsd now
1.95 moko 16146:
16147: * src/: classes/file.C, main/untaint.C: 1. file spec language
16148: changed: now there are only few chars are untainted: * ? ' " < >
16149: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
16150: one should use ^untaint[uri]{...} now]
16151:
16152: 2. $list[^file:list[dir]] now returns simply tainted names in
16153: $list.name, not tainted as filespec
16154:
16155: @russianindex[] #dir with files with russian-lang names
16156: $where[dir]
16157:
16158: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
16159: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
16160:
16161: 2002-09-23 paf
16162:
16163: * src/types/pa_vdouble.h: double->int round added
16164:
16165: * src/classes/date.C: date bug fix, now
16166: round(floatDays*secondsPerDay)
16167:
16168: * src/classes/date.C: date bug fix, now
16169: round(floatDays*secondsPerDay)
16170:
16171: 2002-09-20 paf
16172:
16173: * src/main/execute.C: code junction calls disabled [before: code
16174: was compiled in such a way, that there were no code-junctions in
16175: OP_CALL]
16176:
16177: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
16178:
16179: @badjunctioncallinside[code] ^code[]
16180:
16181: * src/main/: compile.tab.C, compile.y: changed grammer on junction
16182: expanding to include ^junction.method
16183:
16184: * src/main/pa_common.C: -d "DIR/" now true
16185:
16186: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
16187: as internal xdoc encoding, and after decoding attributes set by
16188: dom functions now encoded OK, not as digital entities
16189:
16190: * src/classes/xdoc.C: empty transform result, being taken as file
16191: now returns empty file, not raises stupid error about "stat-ed
16192: file"
16193:
16194: * src/types/pa_vhash.h: hash.foreach modification of existing keys
16195: allowed
16196:
16197: * src/types/types.dsp: introducing $junction.get/put(1) one can
16198: write iterators now:
16199:
16200: ^user-foreach[key;value]{$key=$value<br>}
16201:
16202: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16203: $code.value($i*2) $code }
16204:
16205: * src/main/compile_tools.h: mistype
16206:
1.116 moko 16207: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
16208: thus taking linking options configure changes into account [were:
16209: ignoring]
1.95 moko 16210:
16211: * src/types/: pa_vjunction.C, Makefile.am: introducing
16212: $junction.get/put(1) one can write iterators now:
16213:
16214: ^user-foreach[key;value]{$key=$value<br>}
16215:
16216: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16217: $code.value($i*2) $code }
16218:
16219: * src/: include/pa_opcode.h, include/pa_request.h,
16220: main/compile.tab.C, main/compile.y, main/execute.C,
16221: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
16222: introducing $junction.get/put(1) one can write iterators now:
16223:
16224: ^user-foreach[key;value]{$key=$value<br>}
16225:
16226: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16227: $code.value($i*2) $code }
16228:
16229: 2002-09-19 paf
16230:
1.116 moko 16231: * Makefile.am: new: make commit
1.95 moko 16232:
16233: * aclocal.m4: forced to be older
16234:
16235: 2002-09-18 paf
16236:
16237: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
16238: src/main/compile.y, src/main/execute.C: << >> int shifts
16239:
16240: * src/: include/pa_common.h, include/pa_request.h,
16241: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
16242: - now this - fatal error
16243:
16244: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
16245: that one can pass binary data there
16246:
16247: * src/: classes/date.C, classes/double.C, classes/file.C,
16248: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16249: classes/op.C, classes/response.C, classes/string.C,
16250: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16251: include/pa_request.h: pa_request contexts made privated, plus
16252: get_{self/method_frame} to read. Request_context_saver used in
16253: ^try to save flang too. [were not saved]
16254:
16255: * src/types/pa_vresponse.C: header value chains joined before
16256: output, this should help $.subject[$var $var] from being
16257: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
16258:
16259: 2002-09-17 paf
16260:
16261: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
16262: removed changes, operators executed with calling self. lots of
16263: code with ^include code relies on defined/defining self variables
16264:
16265: $a[1] ^include[print_a.p] print_a.p: $a
16266:
16267: ^include[set_a.p] a=$a set_a.p: $a[1]
16268:
16269: * src/: classes/op.C, main/execute.C, main/pa_request.C,
16270: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
16271: types/pa_vstateless_class.h: operators now executed with MAIN
16272: self. it's for ^include sake, too strong a change
16273:
16274: * src/classes/op.C: made place for ^process to compile it's code to
16275: in case of no self
16276:
16277: * src/main/execute.C: found ancient param to Junction, removed.
16278: allowed passing self to native_code_operators [for ^process to
16279: work, she needs self]
16280:
16281: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16282: types/pa_vstateless_class.h: found ancient param to Junction,
16283: removed. allowed passing self to native_code_operators [for
16284: ^process to work, she needs self]
16285:
16286: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
16287: types/pa_value.h, types/pa_vmethod_frame.h,
16288: types/pa_vstateless_class.h: allowed Request.self to be 0,
16289: checked that in VMethodFrame get/put and $self.
16290:
16291: * src/classes/: table.C, xdoc.C: table::sql options table::create
16292: copy options options checked, wrong option now fatal error
16293:
16294: * src/main/pa_string.C: string.replace fixed [were missing words on
16295: pieces boundaries]
16296:
16297: * bin/auto.p.dist.in: strange \n
16298:
16299: * configure, configure.in: .so now detected [can be .sl on hpux,
16300: .dll on cygwin, .so in other cases)
16301:
1.116 moko 16302: * configure, configure.in, bin/auto.p.dist.in: .so now detected
16303: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 16304:
16305: * operators.txt, src/classes/hash.C, src/classes/table.C,
16306: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
16307: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
16308: record taken [were last]
16309:
16310: * src/: classes/hash.C, classes/table.C,
16311: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
16312: now errors
16313:
16314: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
16315:
16316: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
16317: ,2,3]
16318:
16319: 2002-09-16 paf
16320:
16321: * src/classes/file.C: file::cgi line ends can be both unix & dos.
16322: and they can be unix [\n\n] on win when 'use CGI' used, it causes
16323: stdout to be binary. now detected closest header break.
16324:
16325: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
16326: closed right
16327:
16328: 2002-09-13 paf
16329:
16330: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
16331: src/main/compile_tools.h: (expression #comment)
16332:
16333: (multiline expression #comment line2 #comment )
16334:
16335: (expression #comment with (brackets) comment) << OK
16336:
16337: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
16338: bitwise !|| numerical xor now [preparing for expression
16339: #comments]
16340:
16341: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
16342: error
16343:
16344: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
16345: cheched in pa_socks.C
16346:
1.116 moko 16347: * configure, configure.in, src/include/pa_config_auto.h.in:
16348: HAVE_WINSOCK_H created in configure.in
1.95 moko 16349:
16350: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
16351: cookie date now clean [were mistakenly tainted & that worked bad
16352: with opera -- 'happily' that worked OK with msie]
16353:
16354: 2002-09-12 paf
16355:
16356: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
16357: VClass get_element now first looks to fields, next to methods &
16358: co todo: the rest reason: more speed
16359:
16360: * src/main/untaint.C: quoted printable encoding stops before
16361: \s*<...>$
16362:
16363: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
16364: stops before <...>$
16365:
16366: 2002-09-11 paf
16367:
16368: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
16369: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
16370: forgot to check users of those funcs. not all were using that
16371: return value convention
16372:
16373: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
16374: windows-1254 added
16375:
16376: 2002-09-10 paf
16377:
16378: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
16379: VCodeFrame parent param were specified badly
16380:
16381: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
16382: WWrapper which used in constructing objects(second param to sql
16383: method) ^...sql{}[$.default{code}] now has parent, wich helps
16384: code in hash to survivi
16385:
16386: * src/: include/pa_request.h, main/execute.C: removed redundant
16387: param to execute [stack said 'thanks']
16388:
16389: * src/: classes/op.C, main/execute.C, types/pa_value.C,
16390: types/pa_value.h, types/pa_vcode_frame.h,
16391: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16392: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
16393: responsibility to wcontext
16394:
16395: * src/classes/file.C: decided not to log exec's with stderr, that
16396: could be warnings, and it's up to scritper to log/show them
16397:
16398: * src/: classes/double.C, main/execute.C: double:sql badly called
16399: write_assign_lang, not write_no_lang, thus doing unnecessary
16400: double/string converstion, which were loosing time&precesion
16401:
16402: * src/: main/pa_charset.C, types/pa_vmail.C:
16403: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
16404: case of unfinished in buffer processing, causing accidental
16405: transcode stop [in case that source enc != utf-8 & there is
16406: incomplete utf-8 sequence at the end of 16000block iside of
16407: libxml lib] tfm readed & code updated
16408:
16409: 2002-09-04 paf
16410:
16411: * configure: makes with sjlj
16412:
16413: * INSTALL, src/include/pa_config_fixed.h,
16414: src/include/pa_sql_connection.h,
16415: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
16416: checked. on win32 it made default
16417:
16418: * src/include/pa_config_auto.h.in: sjlj define
16419:
16420: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
16421: can not work with longjump/throw pair, and one must switch that
16422: on there. todo: detect that automatically]
16423:
16424: * src/types/pa_vxnode.C: removed too strong checks of
16425: xnode.elements. now, for instance, if element does not have any
16426: attributes, $xnode.attributes is void, not error
16427:
16428: 2002-09-02 paf
16429:
16430: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
16431: removed double_result, didn't help
16432:
16433: * src/main/execute.C: double_result made to move that var away from
16434: hungry g++ optimizer (-O2), before: it were optimized and
16435: comparison operators worked badly
16436:
16437: * src/types/pa_vdate.h: removed debug
16438:
1.116 moko 16439: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 16440:
16441: * src/main/execute.C: fixed numeric < & co so that thay now use
16442: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
16443: unknown reason.
16444:
16445: 2002-08-29 paf
16446:
16447: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
16448: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
16449: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
16450: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
16451: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
16452: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
16453: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
16454: [called less frequent, allowed to remove ugly
16455: Junction.change_context-s from many places, switch,
16456: mail:send..html{}, ..] request.root renamed to method_frame [more
16457: easyreading] ancient {...PUSH/POPs...} changed to stack vars
16458: [speed up]
16459:
16460: 2002-08-28 paf
16461:
16462: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
16463: tainted
16464:
16465: * src/types/pa_vcookie.C: fixed cookie delete when
16466: $cookie:name[$.value[]]
16467:
16468: * operators.txt, src/classes/string.C:
16469: ^string.split[delim[;options]]
16470:
16471: 2002-08-27 paf
16472:
1.116 moko 16473: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 16474:
16475: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
16476: delimiter
16477:
16478: * INSTALL: recommended latest gmime 1.0.5
16479:
16480: 2002-08-26 paf
16481:
16482: * configure, configure.in: apache13/hook added to make dist.
16483:
16484: 2002-08-23 paf
16485:
16486: * src/: include/pa_common.h, main/pa_common.C,
16487: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
16488: beside binary [cgi, isapi] not accessible [due to bad rights or
16489: whatever] it's error now
16490:
16491: 2002-08-21 paf
16492:
1.116 moko 16493: * Makefile.am: can use: make happy equals to make update install
1.95 moko 16494:
16495: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16496: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
16497: class". compiled as if here they named base class
16498:
16499: * src/main/pa_string.C: fixed bad language bug, [were wrong string
16500: cloning constructor]
16501:
16502: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
16503:
16504: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
16505: src/types/pa_vfile.C, src/types/pa_vmail.C:
16506: $mail.received.file.value.content-type fixed
16507:
16508: 2002-08-20 paf
16509:
16510: * src/classes/file.C: fixed language of file:file result
16511:
16512: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
16513: from 3.0.0005
16514:
16515: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
16516:
16517: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
16518: 3.0.0005
16519:
16520: * src/classes/void.C, operators.txt: ^void.length[] = 0
16521:
16522: 2002-08-19 paf
16523:
16524: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
16525: work now
16526:
16527: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
16528: error in xnode, which were not catched in xdoc]
16529:
16530: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
16531: prepared: // validate each document after load/create (?)
16532: //xmlDoValidityCheckingDefaultValue = 1;
16533:
16534: 2002-08-15 paf
16535:
16536: * src/classes/classes.h: write to static var caused useless
16537: Exception, introduced Methoded::put_element wich consumes those
16538:
16539: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
16540: src/types/pa_vcookie.C, src/types/pa_vdate.h,
16541: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
16542: $response:field[date] $response:field[$.xxx[date]]
16543:
16544: * src/: classes/hash.C, classes/string.C, classes/table.C,
16545: classes/void.C, include/pa_sql_connection.h: fixed source of
16546: ^hash::sql{bad}
16547:
16548: * operators.txt: $request:body unprecessed POST request body
16549:
16550: * src/types/pa_vrequest.C: $request:body unprecessed POST request
16551:
16552: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
16553: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
16554:
16555: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
16556: src/include/pa_request.h, src/main/pa_pool.C,
16557: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
16558: $request:body r.post_data now const
16559:
16560: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
16561: classes/xnode.C, main/execute.C, types/pa_value.h,
16562: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
16563: types/pa_vtable.h: instead of type() checking everywhere used
16564: Value.as now user descendants can be used in params.
16565:
16566: VObject::as_*, is_defined now taken from bases. xtable(table)
16567: ^if($xtable) now OK
16568:
16569: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
16570: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
16571: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
16572:
16573: 2002-08-14 paf
16574:
16575: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
16576: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16577: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16578: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16579: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16580: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16581: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16582: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16583: types/pa_vresponse.C, types/pa_vresponse.h,
16584: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16585: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16586: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16587: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16588: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
16589: & VClass
16590:
16591: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
16592:
16593: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
16594: removed fixopt stupidity. on stupid linux use cd /document/root
16595: ../cgi/parser3 script
16596:
16597: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
16598: params, splitting them by space, excluding argv[0], argv[argc-1]
16599:
16600: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
16601: fixopt.h: fixopt now preprocesses command line params, splitting
16602: them by space, excluding argv[0], argv[argc-1]
16603:
16604: * src/targets/cgi/parser3.C: -f config file
16605:
16606: * src/targets/cgi/parser3.C: fixed .log file dir
16607:
16608: 2002-08-13 paf
16609:
16610: * src/types/pa_vobject.C: allow override parent variables, useful
16611: for form descendants [in vobject too, were in vclass]
16612:
16613: * src/types/pa_vclass.C: allow override parent variables, useful
16614: for form descendants
16615:
16616: * src/types/pa_vclass.C: checked: form[vclass]fields can be
16617: overwritten in derived(table)
16618:
16619: * src/: classes/form.C, classes/mail.C, classes/op.C,
16620: classes/xnode.h, include/pa_request.h, main/execute.C,
16621: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16622: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16623: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16624: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16625: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16626: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16627: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16628: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16629: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16630: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16631: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16632: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16633: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
16634: Value::get_element(..., bool looking_down) [needed to exclude
16635: endless recoursion]
16636:
16637: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
16638: fix bug with put endless recoursion todo: check 'as'
16639:
16640: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
16641: reorganized modules todo: fix bug with put endless recoursion
16642: todo: check 'as'
16643:
16644: * src/types/pa_vobject.h: checked: table fields can be overwritten
16645: in derived(table)
16646:
16647: * src/types/pa_vobject.h: derived classes can have fields of their
16648: own now
16649:
16650: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
16651: fixed error message on using non-created table
16652:
16653: * src/: classes/form.C, classes/hash.C, classes/mail.C,
16654: classes/op.C, classes/xnode.h, include/pa_request.h,
16655: main/compile.C, main/compile.tab.C, main/execute.C,
16656: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16657: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16658: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16659: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16660: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
16661: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16662: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16663: types/pa_vresponse.C, types/pa_vresponse.h,
16664: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16665: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16666: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16667: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16668: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
16669: looking down/up tree todo: fix error message on non-constructed
16670: parents
16671:
16672: 2002-08-12 paf
16673:
16674: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
16675: derived OK
16676:
16677: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
16678: thorough testing
16679:
16680: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
16681: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16682: types/pa_vobject.h, types/pa_vstateless_class.h,
16683: types/pa_vstateless_object.h, types/pa_wcontext.h,
16684: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
16685: ^base:create[] dynamic call rewritten todo: thorough testing
16686:
16687: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
16688: now instantates base class, remembers it and saves child in
16689: parent VObject.get_class now returns last child = downward
16690: virtual calls OK
16691:
16692: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16693: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16694: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
16695: types/pa_vobject.h, types/pa_vresponse.h,
16696: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16697: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
16698: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
16699: VAliased [redundant], moved $CLASS to VObject only [parser class
16700: instance]
16701:
16702: * bin/auto.p.dist.in: more like in dist on parser.ru
16703:
16704: * bin/auto.p.dist.in: fixed sendmail default comment
16705:
16706: * src/main/pa_request.C: $response:body[file] content-type check
16707: fixed [were bad when content-type is hash]
16708:
16709: 2002-08-09 paf
16710:
16711: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16712: types/pa_vobject.h, types/pa_vxdoc.h: started as()
16713:
16714: 2002-08-08 paf
16715:
16716: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
16717: src/main/pa_globals.C: year column in month calendar [week year]
16718:
16719: * src/main/execute.C: error reporting on object writes to MAIN
16720: improved [were ruind with fixing $obj[^if(1){$obj}] ]
16721:
16722: * operators.txt, src/types/pa_vdate.h: $date.yearday
16723: $date.daylightsaving
16724:
16725: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
16726: use tainted data now. only she must specify the language.
16727:
16728: ^mail:send[ $.from[paf@mail.design.ru]
16729: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
16730: $.text[^taint[uri][ìîñêâà]=] ]
16731:
16732: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
16733: now prints more precise origin
16734:
16735: * src/include/pa_string.h: String::first_char now not fails on
16736: empty strings ^if(-f '') now ok and in 3 other places.
16737:
16738: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
16739: String::first_char now not fails on empty strings ^if(-f '') now
16740: ok and in 3 other places.
16741:
16742: 2002-08-07 paf
16743:
16744: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
16745: fixed
16746:
16747: * src/main/pa_string.C: ^string.mid(0;bad) fixed
16748:
16749: * src/: main/execute.C, types/pa_vcode_frame.h,
16750: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16751: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
16752: mistakenly not completely transparent to object writes.
16753: $hash[^if(1){$hash}] now works
16754:
16755: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
16756: now erasing cache file [there were bad check on that]
16757:
16758: * src/: classes/classes.dsp, classes/table.C,
16759: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
16760: all Debug dirs in .dsp now named 'Debug'
16761:
1.116 moko 16762: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 16763:
16764: * operators.txt, src/classes/mail.C: exception_type email.send
16765:
16766: * operators.txt, src/types/pa_vmail.C: exception_type email.format
16767:
16768: * src/types/pa_vmail.C: mail:send empty email checked
16769:
16770: 2002-08-06 paf
16771:
16772: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16773: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16774: ^table::create[$source;$.options] ^table::join[$source;$.options]
16775:
16776: * operators.txt, src/classes/hash.C, src/classes/string.C,
16777: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
16778: # $.default() }
16779:
16780: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
16781:
16782: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16783: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
16784: $file.content-type [instead of .mime-type] now works for
16785: file::stat also
16786:
16787: * src/main/pa_request.C: case insensitive mime_type_of
16788:
16789: * bin/auto.p.dist.in: jpeg
16790:
16791: 2002-08-05 paf
16792:
16793: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
16794:
16795: * src/types/pa_vmail.C: file buffer relocated to parser heap
16796:
16797: * operators.txt: comment on date:calendar week column
16798:
16799: * src/main/pa_common.C: write checked
16800:
16801: * src/main/: pa_common.C: write checked
16802:
16803: * src/classes/date.C: +1 buf size for stupid snprintfs
16804:
16805: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
16806: month calendar week column [ISO 8601 Week Numbers]
16807:
16808: 2002-08-02 paf
16809:
16810: * src/: include/pa_config_fixed.h, main/pa_string.C,
16811: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
16812: DEBUG*
16813:
16814: * configure, configure.in, src/include/pa_version.h: release
16815: 3_0_0005
16816:
16817: * bin/auto.p.dist.in: unhandled_exception comments
16818:
16819: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
16820: multipart post fixed
16821:
16822: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
16823: response transcoded source->client only when text/* or simple
16824: onoverridden $response:body
16825:
16826: 2002-08-01 paf
16827:
16828: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16829: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16830: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16831: classes/op.C, classes/response.C, classes/string.C,
16832: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16833: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16834: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16835: include/pa_config_fixed.h, include/pa_dictionary.h,
16836: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
16837: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
16838: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
16839: include/pa_socks.h, include/pa_sql_connection.h,
16840: include/pa_sql_driver_manager.h, include/pa_stack.h,
16841: include/pa_string.h, include/pa_stylesheet_connection.h,
16842: include/pa_stylesheet_manager.h, include/pa_table.h,
16843: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16844: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16845: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
16846: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16847: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16848: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16849: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16850: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16851: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16852: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16853: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16854: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16855: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16856: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16857: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16858: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
16859: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
16860: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16861: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
16862: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16863: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
16864: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16865: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
16866: types/pa_vmethod_frame.h, types/pa_vobject.h,
16867: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16868: types/pa_vresponse.h, types/pa_vstateless_class.C,
16869: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16870: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16871: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16872: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16873: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 16874: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 16875:
16876: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
16877: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16878: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16879: classes/math.C, classes/op.C, classes/response.C,
16880: classes/string.C, classes/table.C, classes/void.C,
16881: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16882: include/pa_array.h, include/pa_cache_managers.h,
16883: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16884: include/pa_config_fixed.h, include/pa_config_includes.h,
16885: include/pa_dictionary.h, include/pa_dir.h,
16886: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16887: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16888: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16889: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16890: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16891: include/pa_stack.h, include/pa_string.h,
16892: include/pa_stylesheet_connection.h,
16893: include/pa_stylesheet_manager.h, include/pa_table.h,
16894: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16895: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
16896: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16897: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
16898: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16899: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
16900: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
16901: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
16902: main/pa_sql_driver_manager.C, main/pa_string.C,
16903: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16904: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16905: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16906: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16907: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16908: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16909: targets/isapi/pool_storage.h, types/pa_valiased.C,
16910: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
16911: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
16912: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16913: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16914: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16915: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16916: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16917: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16918: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16919: types/pa_vresponse.C, types/pa_vresponse.h,
16920: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16921: types/pa_vstateless_object.h, types/pa_vstatus.C,
16922: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16923: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16924: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16925: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16926: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
16927: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
16928: types/Makefile.am: ident.C* removed
16929:
16930: * operators.txt, src/classes/file.C, src/main/pa_request.C:
16931: file:find[/can/do/this/now.txt]
16932:
16933: * src/targets/cgi/parser3.C: usage to stdout now
16934:
16935: 2002-07-31 paf
16936:
16937: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
16938:
16939: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
16940: default "postmaster"
16941:
16942: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
16943: -f postmaster now default sendmail key word "postmaster"
16944: replaced to $.from
16945:
16946: 2002-07-30 paf
16947:
1.116 moko 16948: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
16949: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 16950:
16951: * src/main/pa_charset.C: comment
16952:
16953: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
16954: table, &#decimal;
16955:
16956: * src/main/pa_request.C: comment
16957:
16958: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
16959: paragraf]
16960:
16961: 2002-07-11 paf
16962:
16963: * src/main/pa_exec.C: build command line badly added params twice
16964: [and first time without ' ']. double wrong. fixed.
16965:
16966: * src/main/pa_exec.C: invalid .exe caused error message with params
16967: wich parser did not provide = reported badly. fixed that.
16968:
16969: * src/classes/mail.C: $MAIL[ # xxx ]
16970:
16971: now ok
16972:
16973: * operators.txt: plan: sql detailed exception
16974:
16975: 2002-07-01 paf
16976:
16977: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
16978: [MForm.configure_admin were called when request.main_class ==0
16979:
16980: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
16981:
16982: * src/classes/form.C: content_length type fix
16983:
16984: 2002-06-30 paf
16985:
16986: * src/classes/mail.C: merged from 4
16987:
16988: * src/classes/mail.C: restored $MAIL
16989:
16990: 2002-06-28 paf
16991:
16992: * configure, configure.in: removed paths.h
16993:
1.116 moko 16994: * configure, src/include/pa_version.h,
1.95 moko 16995: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
16996: merged, makes updated
16997:
16998: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
16999: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17000: src/include/pa_pool.h, src/include/pa_version.h,
17001: src/main/pa_charset.C, src/main/pa_pool.C,
17002: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17003: src/types/pa_vmail.C: merged latest updates to head
17004:
17005: 2002-06-27 paf
17006:
17007: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17008: not error now
17009:
17010: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17011: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17012: src/main/pa_charset.C, src/main/pa_pool.C:
17013: ^xdoc::create[[uri]]... base uri for document being created,
17014: imports and other relative file names would be relative to this
17015: uri default uri=path_translated
17016:
17017: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17018:
17019: 2002-06-26 paf
17020:
17021: * configure, configure.in, src/include/pa_version.h:
17022: release_3_0_0004
17023:
17024: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17025: 0 now
17026:
17027: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17028:
17029: 2002-06-25 paf
17030:
17031: * src/main/pa_string.C: emtpy string, or string of whitespaces
17032: considered bad number now
17033:
17034: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17035: now
17036:
17037: * operators.txt, src/classes/string.C: ^string.normalize [old
17038: name: optimize
17039:
17040: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17041: library configured
17042:
17043: * src/main/pa_request.C: configure_admin forced if no @conf
17044:
17045: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
17046: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
17047: when needed and to call system crypt() if not $apr1$ prefix
17048:
17049: 2002-06-24 paf
17050:
17051: * INSTALL: --with-static/shared-mailreceive described
17052:
17053: * src/include/pa_config_fixed.h: ssize_t fixed
17054:
1.116 moko 17055: * configure, configure.in, src/include/pa_config_auto.h.in,
17056: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17057: src/types/pa_vmail.C: $mail:received makes update
17058:
17059: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17060: WITH_MAILRECEIVE
17061:
17062: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17063:
17064: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17065: option, for $mail:receive
17066:
17067: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17068: introducting $message:received ^mail:send rewritten with backward
17069: comp
17070:
17071: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17072: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17073: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17074: now
17075:
17076: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17077: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17078: src/include/pa_request.h, src/include/pa_string.h,
17079: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17080: src/main/pa_globals.C, src/main/pa_request.C,
17081: src/main/pa_string.C, src/main/pa_uue.C,
17082: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17083: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17084: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17085: uue to separate file introducting $message:received ^mail:send
17086: rewritten with backward comp
17087:
17088: 2002-06-21 paf
17089:
1.116 moko 17090: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17091: co changes
1.95 moko 17092:
1.116 moko 17093: * configure, configure.in, src/lib/md5/Makefile.am,
17094: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17095: restructure .in and .am files appropriate changes
1.95 moko 17096:
17097: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17098: pcre to libs/ added libs/md5 which is linked to non-apache
17099: targets ^math:crypt[password;$apr1$salt]
17100:
17101: * INSTALL, configure.in, operators.txt, parser3.dsw,
17102: src/Makefile.am, src/classes/Makefile.am,
17103: src/classes/classes.dsp, src/classes/math.C,
17104: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17105: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17106: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17107: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17108: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17109: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17110: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17111: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17112: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17113: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17114: src/lib/pcre/pcre_parser_ctype.dsp,
17115: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17116: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17117: src/main/compile.tab.C, src/main/main.dsp,
17118: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17119: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17120: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17121: to libs/ added libs/md5 which is linked to non-apache targets
17122: ^math:crypt[password;$apr1$salt]
17123:
17124: 2002-06-20 paf
17125:
17126: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116 moko 17127: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
17128: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 17129: src/include/pa_request.h, src/main/execute.C,
17130: src/main/pa_request.C, src/targets/cgi/parser3.C,
17131: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
17132: marged latest HEAD updates, mainly file:justname&co &
17133: @auto/conf[filespec
17134:
17135: * operators.txt, src/classes/file.C:
17136: !^file:dirname[/a/some.tar.gz]=/a
17137: !^file:dirname[/a/b/]=/a
17138: !^file:basename[/a/some.tar.gz]=some.tar.gz
17139: !^file:justname[/a/some.tar.gz]=some.tar
17140: !^file:justext[/a/some.tar.gz]=gz
17141:
17142: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17143: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17144: @conf/auto[filespec]
17145:
17146: * bin/auto.p.dist.in: <noindex>
17147:
1.116 moko 17148: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17149:
17150: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
17151: bin/auto.p.dist.in, src/doc/doxygen.cfg,
17152: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17153: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17154:
17155: 2002-06-18 paf
17156:
17157: * configure, configure.in, src/include/pa_version.h: version to
17158: configure.in
17159:
17160: * INSTALL: reflected .conf.dist dir change
17161:
1.116 moko 17162: * Makefile.am, configure, configure.in, bin/Makefile.am,
17163: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 17164: .in & *.am updated
17165:
17166: * src/classes/file.C: strncasecmp
17167:
17168: * src/classes/file.C: strcasecmp
17169:
1.116 moko 17170: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
17171: from etc
1.95 moko 17172:
17173: * src/classes/file.C: ^file::exec[script;$.bad error case
17174: insensitive check now
17175:
17176: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
17177:
17178: * configure, configure.in, src/include/pa_pool.h,
17179: src/include/pa_types.h: pack configure.in detection simplified.
17180: figured out that gcc on sparc not that stupid as thought
17181: previously: on sparc: when it sees packed class it modifies it's
17182: field-access-code to byte operations [stb, ldub] instead of 4byte
17183: operations [st, lduh] so packed must be all parts of packed
17184: class, i.e. it's parents&fields(classes). for now it's only
17185: String that packed and what was wrong is that it's parent -
17186: Pooled, were not packed. fixed that.
17187:
17188: 2002-06-14 paf
17189:
17190: * operators.txt: more precise xml-to-text options
17191:
17192: * operators.txt, src/types/pa_vxnode.C: xnode
17193: attribute_node.name/value xnode pi.node.data
17194:
17195: 2002-06-12 paf
17196:
1.116 moko 17197: * configure, configure.in, src/targets/cgi/Makefile.am,
17198: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 17199:
17200: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
17201: src/include/pa_globals.h, src/include/pa_request.h,
17202: src/main/compile.tab.C, src/main/pa_globals.C,
17203: src/main/pa_request.C, src/targets/cgi/parser3.C,
17204: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
17205:
17206: * src/classes/mail.C: sendmail -ti [default now]
17207:
17208: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
17209: to be strings. for convinient #ing
17210:
17211: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
17212: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
17213:
17214: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
17215: main/pa_globals.C, main/pa_request.C: @conf
17216:
17217: 2002-06-11 paf
17218:
17219: * src/classes/file.C: check simplified
17220:
17221: * src/: classes/file.C, targets/cgi/parser3.dsp,
17222: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
17223: valid prefix
17224:
17225: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
17226: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
17227: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
17228:
17229: 2002-06-10 paf
17230:
17231: * operators.txt, src/classes/op.C, src/include/pa_common.h,
17232: src/main/pa_common.C: lock failures reported now
17233:
17234: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
17235: string->double @ compile time were not-enough-checking...
17236:
17237: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
17238: autoconvert now ignored
17239:
17240: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
17241: check
17242:
17243: * src/classes/mail.C: mail netscape attachment name fixed. todo:
17244: $response:body content-type:name
17245:
17246: * configure, configure.in: hpux check, nsl link, no socket
17247:
17248: * operators.txt: old merge conflict removed
17249:
17250: * configure, configure.in: pack even address access on sparc&co
17251: arch checked in configure
17252:
17253: * configure, src/include/pa_version.h: makes
17254:
17255: * configure, configure.in, src/include/pa_version.h: makes
17256:
17257: * src/main/untaint.C: (bug#2) mail subject got always prepended
17258: with charset even when all letters were 7bit one
17259:
17260: * src/main/pa_common.C: merged fixed -d (bug)
17261:
17262: * src/main/pa_common.C: fixed -d (bug)
17263:
17264: 2002-06-03 paf
17265:
17266: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
17267: src/classes/classes.dsp, src/main/compile.tab.C,
17268: src/main/main.dsp, src/main/pa_globals.C,
17269: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
17270: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
17271: .dsp-s along with reorganized cvs modules dirs structure
17272:
17273: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17274: main/pa_globals.C, targets/cgi/parser3.dsp,
17275: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
17276: modules
17277:
17278: 2002-05-28 paf
17279:
17280: * src/targets/cgi/parser3.C: info.uri now ""
17281:
17282: 2002-05-17 paf
17283:
17284: * src/classes/: table.C: ^table.save << checked empty
17285: pre/match/post columns
17286:
17287: 2002-05-16 paf
17288:
17289: * src/classes/image.C: image::measure can png now
17290:
17291: 2002-05-15 paf
17292:
17293: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
17294: added
17295:
17296: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
17297:
17298: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
17299: %H[:%M[:%S]]]]]] [-%m now
17300:
17301: 2002-05-14 paf
17302:
17303: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
17304:
17305: 2002-05-07 paf
17306:
17307: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
17308: src/include/pa_globals.h, src/include/pa_request.h,
17309: src/include/pa_table.h, src/main/compile.tab.C,
17310: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
17311: src/main/pa_request.C, src/main/pa_table.C,
17312: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
17313: src/targets/isapi/parser3isapi.dsp,
17314: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
17315: name2number field now &. main_method_name now on Request pool
17316: rather on global_pool [Junction+VJunction created on same pool as
17317: name = were created on global pool, causing mem leaks]
17318:
17319: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
17320: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
17321: main/compile.y, main/main.dsp, main/pa_globals.C,
17322: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
17323: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17324: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
17325: field now &. main_method_name now on Request pool rather on
17326: global_pool [Junction+VJunction created on same pool as name =
17327: were created on global pool, causing mem leaks]
17328:
17329: 2002-05-06 paf
17330:
17331: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17332: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17333: 100*40 bytes per request memory leak [nonpool malloc in globals]
17334:
17335: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17336: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17337: 100*40 bytes per request memory leak [nonpool malloc in globals]
17338:
17339: 2002-04-30 paf
17340:
17341: * configure, src/include/pa_version.h: version now not b
17342:
17343: * src/targets/cgi/parser3.C: request.uri now never 0
17344:
17345: 2002-04-29 paf
17346:
17347: * configure.in: removed b
17348:
17349: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
17350: Exception::comment/type checked in (), no there's no empty
17351: type/comment by default
17352:
17353: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
17354: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
17355: src/doc/value.dox, src/include/pa_exception.h,
17356: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
17357: 0001
17358:
17359: 2002-04-26 paf
17360:
17361: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
17362: size reduced
17363:
17364: 2002-04-25 paf
17365:
17366: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
17367: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
17368: now that took into account
17369:
17370: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
17371: 01:03:04]
17372:
17373: * ChangeLog, operators.txt, src/classes/date.C:
17374: ^date::create[2002-12-33 01:03:04]
17375:
17376: * ChangeLog: updated changelog
17377:
17378: * src/classes/table.C: removed restriction on column count to
17379: ^table.hash to work, now must be >0 [were >1]
17380:
17381: 2002-04-24 paf
17382:
17383: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17384: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17385: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
17386: targets
17387:
17388: 2002-04-23 paf
17389:
17390: * operators.txt, src/classes/string.C:
17391: int/double/string:sql{}[$.default{code}] fixed [were barking:
17392: "junction used outside of context"]
17393:
17394: 2002-04-22 paf
17395:
17396: * types.txt, src/classes/string.C, src/include/pa_string.h,
17397: src/main/pa_string.C, src/types/pa_vstring.C,
17398: src/types/pa_vstring.h: ^string.optimize[]
17399:
17400: * src/: include/pa_globals.h, include/pa_table.h,
17401: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
17402: table template
17403:
17404: * src/classes/: string.C: optimize removed from string
17405: .left/right/pos
17406:
17407: * src/main/execute.C: rolled back to
17408: before_killing_userjunction_contexts
17409:
17410: * src/main/execute.C: user junctions context killed
17411:
17412: * src/main/execute.C: junctions to local contexts got
17413: cleanized&checked later
17414:
17415: 2002-04-19 paf
17416:
17417: * src/: classes/string.C, include/pa_request.h,
17418: include/pa_string.h, main/pa_request.C, main/pa_string.C,
17419: types/pa_vstring.C, types/pa_vstring.h: string now optimized
17420: prior to .left .right .mid .pos .match when that is profitable,
17421: and always before .replace when $ORIGINS(1) optimization disabled
17422: economy from not wasting mem on lots of strings which occur by
17423: lots of String:mid calls to get parts of source string between
17424: found_occurances
17425:
17426: * src/classes/file.C: ovector now local economy: 16 bytes per
17427: ^file:list
17428:
17429: * src/: include/pa_globals.h, include/pa_table.h,
17430: main/pa_globals.C, main/pa_string.C: String::match table columns
17431: globalized, not created @ each ^match anymore economy:
17432: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
17433:
17434: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
17435: removed from each String::match replace iteration, and made
17436: stacked sizeof(VTable)=12bytes economy on each replace code
17437:
17438: * src/doc/footer.htm: 2001,
17439:
17440: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
17441: string.match[]['] option enables generation of $match.prematch
17442: .match .postmatch columns
17443:
17444: * src/main/pa_string.C: String::match options analized without
17445: cstr-ing them now
17446:
17447: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
17448: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
17449: config updated to doxygen 1.2.15, created helper which fixes
17450: minor bugs in chm project files & htm tree. changed extension to
17451: .htm
17452:
17453: 2002-04-18 paf
17454:
17455: * src/doc/doxygen.cfg: .chi generation disabled
17456:
17457: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
17458: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
17459: fields&methods
17460:
17461: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
17462: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
17463: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
17464: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17465: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
17466: types/pa_vresponse.h, types/pa_vstateless_class.h,
17467: types/pa_vstateless_object.h, types/pa_vstatus.h,
17468: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
17469: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
17470: VStateless_class to VObject
17471:
17472: * src/: main/pa_request.C, types/pa_valiased.h,
17473: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17474: types/pa_vstring.h: VStateless_string_object speicalized light
17475: version of VStateless_object
17476:
17477: * src/classes/op.C: ^throw comment param made optional
17478:
17479: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
17480: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
17481: and implemented down in VClass, fclass_alias removed,
17482:
17483: * src/types/pa_value.C: forced to cut that from .h because of
17484: VStateless_class usage [undefined in .h]
17485:
17486: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17487: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17488: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
17489: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
17490: on each CALL]
17491:
17492: * src/: classes/classes.h, classes/date.C, classes/double.C,
17493: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17494: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17495: classes/response.C, classes/string.C, classes/table.C,
17496: classes/void.C, classes/xnode.C, include/pa_globals.h,
17497: include/pa_request.h, main/execute.C, main/pa_globals.C,
17498: main/pa_request.C, types/Makefile.am, types/pa_value.h,
17499: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
17500: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17501: types/pa_vstateless_class.h, types/pa_wcontext.C,
17502: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
17503: removed Value::fname
17504:
17505: 2002-04-17 paf
17506:
17507: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
17508: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
17509: doc/pooled.dox, doc/string.dox, doc/targets.dox,
17510: include/pa_pool.h, include/pa_types.h: dox updated to current
17511: state, PTHROW freshen to throw & co
17512:
17513: * src/types/pa_vhash.h: vstring wrong parent fixed
17514:
17515: * src/classes/op.C: taint local result var bug fixed
17516:
17517: 2002-04-16 paf
17518:
17519: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
17520: Attic asm.txt as most interesting
17521:
17522: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
17523: check, preventing content-length: 0 from appearing
17524:
17525: * src/main/execute.C: $result in @main now taken into account as in
17526: usual functions
17527:
17528: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
17529: & @unhandled_exception now taken into account as in usual
17530: functions
17531:
17532: * src/doc/postbuild.txt: instructions on post .html build
17533:
17534: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
17535:
17536: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
17537: tainted
17538:
17539: * src/main/pa_request.C: uri in error log
17540:
17541: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
17542: cheched date:create(days) param for validity [later were assumed
17543: valid and crashed on invalid onces]
17544:
17545: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17546: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
17547: and used that for removing VString wrapper
17548:
17549: * src/classes/op.C: exception2vhash file now tainted
17550:
17551: * src/classes/op.C: _process pseudo origin copied from local var to
17552: heap
17553:
17554: * src/classes/op.C: extra check on empty file in origin in _execute
17555:
17556: 2002-04-15 paf
17557:
17558: * src/: main/execute.C, types/pa_value.h: fixed name update
17559:
17560: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
17561: functions
17562:
17563: * src/: classes/file.C, classes/hash.C, classes/op.C,
17564: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
17565: started dual write_xxx_lang functions, if checked & works
17566:
17567: * src/: classes/date.C, classes/file.C, classes/mail.C,
17568: classes/string.C, classes/xnode.C, include/pa_request.h,
17569: types/pa_value.h, types/pa_wcontext.h: removed absolutely
17570: unnecessary VString shells
17571:
17572: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
17573: prev changes]
17574:
17575: * src/: classes/image.C, classes/op.C, classes/string.C,
17576: classes/table.C, include/pa_request.h, main/execute.C,
17577: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
17578: StringOrValue wcontext result, now ready for dual writes
17579:
17580: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
17581: checked that
17582:
17583: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17584: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
17585: changed to OP_WRITE_VALUE in var get cases
17586:
17587: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
17588: include/pa_request.h, main/compile.tab.C, main/compile.y,
17589: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17590: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
17591: switch in hash constructor fixed [were problems with using of
17592: stacked wwrapper after it's death]
17593:
17594: 2002-04-12 paf
17595:
17596: * operators.txt, src/classes/table.C: table.select(expression) 0
17597:
17598: 2002-04-11 paf
17599:
17600: * src/: classes/string.C, include/pa_request.h, main/execute.C:
17601: Request::process_internal codeFrame & wwrapper stacked [not
17602: wasting heap anymore]
17603:
17604: 2002-04-10 paf
17605:
17606: * src/: classes/double.C, classes/file.C, classes/hash.C,
17607: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
17608: classes/string.C, classes/table.C, classes/void.C,
17609: classes/xdoc.C, include/pa_request.h, main/execute.C,
17610: main/pa_string.C: killed Request::process() wrapping
17611: VString(String) in case we need only String
17612:
17613: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17614: killed 8 bytes from String.head
17615:
17616: 2002-04-09 paf
17617:
17618: * src/: main/compile.tab.C, targets/cgi/parser3.C,
17619: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
17620: local*/char b[...]; a=b; situations
17621:
17622: * operators.txt, src/classes/xdoc.C: xslt params made literal
17623:
17624: * src/classes/xdoc.C: xslt params fixed
17625:
17626: * src/: main/pa_common.C, targets/cgi/parser3.C,
17627: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
17628: not pool.malloc(MAX_NUMBER) but really neaded
17629:
17630: * operators.txt, src/classes/double.C, src/classes/int.C:
17631: int/double.int/double(default)
17632:
17633: 2002-04-04 paf
17634:
17635: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
17636: [when reconstructing pieces were split by
17637: max_integral(piece.size), thus some strings to replace happen to
17638: be split into two = not replaced)
17639:
17640: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
17641: standalone version = current dir
17642:
17643: * src/targets/cgi/parser3.C: document root in standalone version =
17644: current dir
17645:
17646: 2002-04-03 paf
17647:
17648: * configure, configure.in: more checks on nonexistent charset
17649:
1.116 moko 17650: * INSTALL, configure, configure.in: root config configure options
1.95 moko 17651:
17652: 2002-04-02 paf
17653:
17654: * src/main/compile.C: parser.compile [exception name more like in
17655: doc]
17656:
17657: 2002-04-01 paf
17658:
17659: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
17660: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
17661: .content-type.charset, not .charset
17662:
17663: 2002-03-29 paf
17664:
17665: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
17666:
17667: * operators.txt, src/classes/date.C: ^date::create now may not
17668: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
17669: days' year. | 31.05->31.04 roll
17670:
17671: 2002-03-28 paf
17672:
17673: * operators.txt, src/classes/date.C, src/classes/op.C,
17674: src/include/pa_globals.h, src/include/pa_hash.h,
17675: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
17676: ^cache(seconds) ^cache[date] }
17677:
17678: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
17679: param
17680:
17681: 2002-03-27 paf
17682:
17683: * operators.txt, src/classes/date.C, src/classes/double.C,
17684: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
17685: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
17686: src/classes/math.C, src/classes/op.C, src/classes/string.C,
17687: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17688: src/classes/xnode.C, src/include/pa_exception.h,
17689: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
17690: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
17691: src/main/pa_array.C, src/main/pa_charset.C,
17692: src/main/pa_charsets.C, src/main/pa_common.C,
17693: src/main/pa_dictionary.C, src/main/pa_exception.C,
17694: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
17695: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
17696: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
17697: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17698: src/types/pa_value.h, src/types/pa_vcookie.C,
17699: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
17700: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
17701: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
17702: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
17703: src/types/pa_wwrapper.h: assigned exception types
17704:
17705: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
17706: src/include/pa_request.h, src/main/execute.C,
17707: src/main/pa_request.C: decided agains resetting exception_trace,
17708: just changed name
17709:
17710: 2002-03-26 paf
17711:
17712: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
17713: fixed
17714:
17715: * src/classes/op.C: forced language of $source field of exception
17716: to 'tainted', so that sql-langed-frags could be outputed outside
17717: of connect
17718:
17719: * operators.txt: removed date.roll limit of +-1 offset
17720:
17721: * src/classes/date.C: removed date.roll limit of +-1 offset
17722:
17723: * operators.txt, src/classes/date.C: fixed date roll on
17724: daylightsaving days mktime took into account tm_isdst flag, which
17725: remained from BEFORE roll, but should have been reset
17726:
17727: 2002-03-25 paf
17728:
17729: * operators.txt, src/targets/cgi/parser3.C:
17730: http_site_config_filespec
17731:
17732: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
17733: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
17734: with any/both --disable-foreign-group-files --disable-execs
17735:
17736: * INSTALL: "--with=sendmail=COMMAND" comment
17737:
17738: * INSTALL, configure, configure.in, src/classes/mail.C,
17739: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 17740: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
17741: disables execs also. introducing --sendmail
1.95 moko 17742:
17743: * operators.txt: pgsql options comment
17744:
17745: * INSTALL: comment on --disable-link-stdcpp
17746:
1.116 moko 17747: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17748: libstdc++ link skipping configure option
1.95 moko 17749:
17750: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
17751: with error were put to cache with 'marked_to_rollback' flag, all
17752: consequent even OK requests rolled back
17753:
17754: 2002-03-22 paf
17755:
17756: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
17757: false return
17758:
17759: * operators.txt: few comments on sets
17760:
17761: 2002-03-18 paf
17762:
17763: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
17764: src/include/pa_globals.h, src/include/pa_request.h,
17765: src/include/pa_stack.h, src/main/pa_globals.C,
17766: src/main/pa_request.C: introducing ^try
17767:
17768: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
17769: types/pa_vdouble.h: removed some tested @tests
17770:
17771: 2002-03-15 paf
17772:
17773: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
17774:
17775: 2002-03-13 paf
17776:
17777: * src/main/pa_exception.C: checked not-pooled malloc
17778:
17779: 2002-03-11 paf
17780:
17781: * INSTALL, configure, configure.in,
17782: src/include/pa_config_auto.h.in: --disable-foreign-group-files
17783:
17784: * src/main/pa_common.C: --disable-foreign-group-files
17785:
17786: * INSTALL: --disable-execs
17787:
17788: * src/main/pa_exec.C: --disable-execs
17789:
17790: * configure, configure.in, src/include/pa_config_auto.h.in:
17791: --disable-execs
17792:
17793: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
17794:
17795: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
17796: file::exec/cgi linebreaks "0D0A" changed to 0A onces
17797:
17798: 2002-03-05 paf
17799:
17800: * operators.txt, src/classes/date.C: date week calendar columns
17801: named
17802:
17803: * operators.txt, src/classes/date.C: date week calendar columns
17804: named
17805:
17806: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
17807: requires headers to be terminated with \r\n manually [refuses to
17808: separate header/body itself]
17809:
17810: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17811: targets/isapi/parser3isapi.C: isapi site config beside .dll
17812:
17813: 2002-03-04 paf
17814:
17815: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
17816: in PASS language
17817:
17818: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
17819: deserialize checks on broken file
17820:
17821: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
17822: parser3isapi.dsp: isapi updated
17823:
17824: 2002-03-01 paf
17825:
17826: * src/main/pa_exec.C: execle -> execve, now argc OK
17827:
17828: 2002-02-28 paf
17829:
17830: * src/main/untaint.C: removed some debug comments
17831:
17832: * src/main/pa_charsets.C: when placing charset to cache using
17833: global name now [were request]
17834:
17835: * configure, configure.in: apache module updated
17836:
17837: * src/main/pa_string.C: origin by first piece preferred before last
17838: piece
17839:
17840: 2002-02-27 paf
17841:
17842: * src/main/pa_charset.C: size_t
17843:
17844: * INSTALL: shared/static-xml with-pathlink
17845:
17846: * operators.txt: SMTP comment
17847:
17848: 2002-02-26 paf
17849:
17850: * src/main/pa_exec.C: more precise names for vars, cosmetic
17851:
17852: * src/classes/xnode.C: in some situation, xpath query returned
17853: result with type NODESET, but empty nodeset member field, checked
17854: that
17855:
17856: 2002-02-22 paf
17857:
17858: * INSTALL: without-zlib comment
17859:
17860: * etc/parser3.charsets/windows-1251.cfg: °
17861:
17862: * configure, configure.in: glib###.a detection fixed
17863:
17864: * INSTALL: hashfile removed from INSTALL
17865:
1.116 moko 17866: * Makefile.am: make update
1.95 moko 17867:
17868: * src/main/pa_string.C: string iterators fixed again, so were
17869: String::join_chain
17870:
17871: * src/main/pa_string.C: string iterators fixed again, so were
17872: String::join_chain
17873:
17874: * src/: include/pa_string.h, main/pa_string.C: string iterators
17875: fixed again, so were String::join_chain
17876:
17877: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
17878:
17879: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
17880: "session"
17881:
1.116 moko 17882: * configure, configure.in, src/include/pa_config_auto.h.in:
17883: --with-shared-xml --with-static-xml
1.95 moko 17884:
17885: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17886: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17887: types/types.dsp: *.dsp: removed refereces to win32db & ancient
17888: xalan&xml
17889:
17890: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
17891:
17892: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
17893: src/types/types.dsp: removed hashfile support from sources for
17894: now
17895:
1.116 moko 17896: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 17897: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 17898: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
17899: src/include/pa_db_manager.h, src/include/pa_db_table.h,
17900: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 17901: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 17902: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
17903: src/types/Makefile.am, src/types/pa_vhashfile.C,
17904: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 17905:
17906: 2002-02-21 paf
17907:
17908: * src/main/untaint.C: removed debug code, activated commented-for
17909: debug parts
17910:
1.116 moko 17911: * Makefile.am: make cvsupdate
1.95 moko 17912:
17913: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17914: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
17915: append_row, not at link zero now string to string appending works
17916:
17917: 2002-02-20 paf
17918:
17919: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
17920: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
17921: DEBUG_STRING_APPENDS_VS_EXPANDS
17922:
17923: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17924: economy: 22%
17925:
17926: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17927: space uptimized: string::link_row removed
17928:
17929: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
17930: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
17931: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17932: types/pa_vstring.h: speed uptimized: string::is_empty
17933:
17934: * operators.txt, src/include/pa_common.h,
17935: src/include/pa_config_fixed.h, src/include/pa_string.h,
17936: src/include/pa_types.h, src/main/compile.tab.C,
17937: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
17938: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
17939: string append optimiziation idea and estimates
17940:
17941: 2002-02-19 paf
17942:
17943: * src/classes/math.C: not used directly [but erroreously reported
17944: that 'is', thus registering twice&other probs]
17945:
17946: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
17947: to node [element]
17948:
17949: * src/main/compile.C: without string_origins parse error
17950: file+line+col possible
17951:
17952: * src/main/: compile.C: without string_origins not worked
17953:
17954: 2002-02-18 paf
17955:
17956: * src/types/pa_vdouble.h: since we have in_expression removed that
17957: trick i've installed into double::as_string
17958:
17959: * src/main/pa_globals.C: extern "C" was removed too fast
17960:
17961: * src/: include/pa_opcode.h, include/pa_request.h,
17962: main/compile.tab.C, main/compile.y, main/execute.C,
17963: types/pa_wcontext.h: in_expression aimed to solve old problem
17964: with string/nonstring values, now in expressions double/int
17965: values are passed as-is, without stupid tostring/fromstring
17966: conversions
17967:
17968: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
17969: __cplusplus } #endif
17970:
17971: * src/main/compile.tab.C: bison env set so one could compile
17972: without cygwin installed
17973:
17974: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17975: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
17976: gnome xml libs parser .dsp-s changed accordingly
17977:
17978: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
17979:
17980: * operators.txt, src/classes/date.C: date::create [were date::set,
17981: with backward comp
17982:
17983: * src/classes/math.C: math:random range check fixed
17984:
17985: * src/main/: compile.tab.C, compile.y: integer division stops name
17986:
17987: * INSTALL: local install comment
17988:
1.116 moko 17989: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 17990:
1.116 moko 17991: * acinclude.m4, aclocal.m4, configure, configure.in,
17992: src/include/pa_config_auto.h.in,
17993: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
17994: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 17995:
17996: * operators.txt: \ comment
17997:
17998: 2002-02-13 paf
17999:
18000: * src/include/pa_config_includes.h: sys/time time both included
18001: now. vaguely remember confilicts on this on some system [not on
18002: six|ablv] so when would see them again would think up proper
18003: check
18004:
1.116 moko 18005: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18006: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18007:
18008: * src/main/pa_common.C: truncation never occured when writing files
18009: on unix [since i've changed cache mech] fix
18010:
18011: * src/main/pa_common.C: strnchr: sanity check added
18012:
18013: * etc/parser3.charsets/windows-1257.cfg: id added
18014:
18015: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18016: baltic charset file generated, in generation script ispunct check
18017: added
18018:
18019: 2002-02-08 paf
18020:
1.116 moko 18021: * src/: include/Makefile.am, sql/Makefile.am,
18022: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18023:
18024: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18025: forgotten
18026:
18027: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18028:
18029: * INSTALL, README: install&others updated
18030:
18031: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18032:
1.116 moko 18033: * Makefile.am, configure, configure.in,
18034: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18035: src/classes/Makefile.am, src/main/Makefile.am,
18036: src/main/pa_status_provider.C, src/targets/Makefile.am,
18037: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18038: works
1.95 moko 18039:
18040: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18041: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18042: classes/hashfile.C, classes/int.C, classes/mail.C,
18043: classes/math.C, classes/op.C, classes/response.C,
18044: classes/string.C, classes/table.C, classes/void.C,
18045: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18046: include/pa_array.h, include/pa_cache_managers.h,
18047: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18048: include/pa_config_fixed.h, include/pa_config_includes.h,
18049: include/pa_db_connection.h, include/pa_db_manager.h,
18050: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18051: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18052: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18053: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18054: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18055: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18056: include/pa_stack.h, include/pa_string.h,
18057: include/pa_stylesheet_connection.h,
18058: include/pa_stylesheet_manager.h, include/pa_table.h,
18059: include/pa_threads.h, include/pa_types.h, main/compile.C,
18060: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18061: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18062: main/pa_db_connection.C, main/pa_db_manager.C,
18063: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18064: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18065: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18066: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18067: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18068: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18069: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18070: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18071: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18072: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18073: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18074: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18075: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18076: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18077: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18078: types/pa_vmethod_frame.h, types/pa_vobject.h,
18079: types/pa_vrequest.h, types/pa_vresponse.h,
18080: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18081: types/pa_vstateless_object.h, types/pa_vstatus.C,
18082: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18083: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18084: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18085: classes/image.C, main/pa_common.C, main/pa_exec.C,
18086: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18087: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18088: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18089: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18090: types/pa_vxnode.C, main/pa_charset.C: name spelling
18091:
18092: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18093: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18094: classes/hashfile.C, classes/image.C, classes/int.C,
18095: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18096: classes/string.C, classes/table.C, classes/void.C,
18097: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18098: include/pa_array.h, include/pa_cache_managers.h,
18099: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18100: include/pa_config_fixed.h, include/pa_config_includes.h,
18101: include/pa_db_connection.h, include/pa_db_manager.h,
18102: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18103: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18104: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18105: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18106: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18107: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18108: include/pa_stack.h, include/pa_string.h,
18109: include/pa_stylesheet_connection.h,
18110: include/pa_stylesheet_manager.h, include/pa_table.h,
18111: include/pa_threads.h, include/pa_types.h, main/compile.C,
18112: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18113: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18114: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18115: main/pa_db_connection.C, main/pa_db_manager.C,
18116: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18117: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18118: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18119: main/pa_socks.C, main/pa_sql_driver_manager.C,
18120: main/pa_status_provider.C, main/pa_string.C,
18121: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18122: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18123: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18124: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18125: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18126: targets/isapi/pool_storage.h, types/pa_valiased.C,
18127: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18128: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18129: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18130: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18131: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18132: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18133: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18134: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18135: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18136: types/pa_vresponse.h, types/pa_vstateless_class.C,
18137: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18138: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18139: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18140: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18141: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18142: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18143:
18144: 2002-02-07 paf
18145:
18146: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18147:
1.116 moko 18148: * configure, configure.in, src/include/pa_config_auto.h.in,
18149: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18150: added yet another locking function: fcntl
1.95 moko 18151:
18152: * config.sub: on cygwin configure passes it with strange i1586
18153: const, hacked it to mean i586
18154:
18155: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18156: disabled $if reference due to conflicts with local variables
18157:
18158: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18159: xdoc::set obsolete now, now xdoc::create, with both sences
18160:
18161: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18162: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18163: table::create now // 'set' name obsolete now table clone.
18164:
18165: * operators.txt, src/classes/string.C,
18166: src/include/pa_config_fixed.h, src/main/compile.tab.C:
18167: ^int/double/string.format now can be called with normal []
18168: brackets, not stupid {} as it were implemented for some strange
18169: reason. retaining backward compatibility due to some
18170: already-implemented servers
18171:
18172: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
18173: main/compile.y, main/compile_tools.C, main/compile_tools.h:
18174: operators now detected by check at name_without_curly_rdive_read
18175: rule whether diving code constists only of
18176: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
18177: with OP_GET_ELEMENT_OR_OPERATOR to form
18178: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
18179:
18180: 2002-02-06 paf
18181:
18182: * configure, configure.in: prefix expanded, grr
18183:
18184: * operators.txt, src/classes/mail.C: mail:send config changed
18185:
18186: 2002-02-05 paf
18187:
18188: * operators.txt: regex options commented
18189:
18190: * src/main/: pa_exec.C: argv0 now correct
18191:
18192: * src/types/pa_vstatus.C: status:rusage 3
18193:
18194: * src/types/pa_vstatus.C: status:rusage 2
18195:
18196: * operators.txt: status:rusage described int operators
18197:
18198: * src/types/pa_vstatus.C: status:rusage 1
18199:
18200: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
18201: src/types/types.dsp: status:rusage
18202:
18203: * configure.in, operators.txt, src/classes/file.C,
18204: src/classes/op.C, src/include/pa_common.h,
18205: src/include/pa_config_includes.h, src/main/compile.tab.C,
18206: src/main/pa_common.C: rewritten ^cache to use
18207: non-blocking-exclusive-caches
18208:
18209: * src/main/pa_common.C: text file read mode on win32 adjusted
18210: [speed impact. was off for debugging purpose, but forgotten
18211: afterwards]
18212:
18213: 2002-02-01 paf
18214:
18215: * src/classes/op.C: file_write does EX lock after create, while
18216: file_read does SH after open, so there's a moment after create
18217: but before EX lock when read can sneak into, and read
18218: just-created-for-writing-and-not-yet-locked file, added a check
18219: for that in ^cache...read
18220:
18221: 2002-01-31 paf
18222:
18223: * src/main/: compile.y, compile.tab.C: disabled operator call after
18224: ^xxx:
18225:
18226: * src/main/: compile.tab.C, execute.C: made operators lookup first
18227: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
18228:
18229: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
18230: main/compile.tab.C, main/compile.y, main/compile_tools.C,
18231: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
18232: operators check 6.1 rewritten. now check is done at compile time
18233:
18234: * src/main/execute.C: operators check 5 floated up old error of
18235: staying in 'entered class/object' state after $a($a..) it
18236: prevented operators from being called thereafter
18237:
18238: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18239: main/execute.C: operators check 4 floated up old error of staying
18240: in 'entered object' state after ^a.a(a) it prevented operators
18241: from being called thereafter
18242:
18243: * src/main/execute.C: operators check 3 floated up old error of
18244: staying in 'entered class' state after $a:a(a) it prevented
18245: operators from being called thereafter
18246:
18247: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
18248: floated up old error of staying in 'entered class' state after
18249: $a:a[a] it prevented operators from being called thereafter
18250:
18251: * src/main/execute.C: operators check, thay mistakenly seen in
18252: $class:operator $object.operators contexts
18253:
18254: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
18255: win32
18256:
1.116 moko 18257: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
18258: src/classes/Makefile.am, src/main/Makefile.am,
18259: src/targets/cgi/Makefile.am,
1.95 moko 18260: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 18261: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 18262:
1.116 moko 18263: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
18264: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
18265: configure, configure.in, form.txt, ident.awk, install-sh,
18266: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
18267: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 18268: etc/parser3.charsets/Makefile.am,
18269: etc/parser3.charsets/koi8-r.cfg,
18270: etc/parser3.charsets/windows-1250.cfg,
18271: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 18272: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
18273: src/main/Makefile.am, src/targets/cgi/Makefile.am,
18274: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
18275: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 18276: straightened installation scripts procedure made
18277: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
18278: change
18279:
18280: 2002-01-30 paf
18281:
18282: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
18283: removed] those comments were a mistake, and prevented libltdl
18284: from function properly
18285:
18286: 2002-01-29 paf
18287:
1.116 moko 18288: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
18289: creation [modified acinclude.m4 which were creating int into just
18290: assignment LIBTOOL=../libtool] added default system
18291: config&charsetts prepared 'make install', now it installs
18292: targets/cgi/parser3 into bin directory etc/parser3.conf &
18293: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 18294: $sysconfdir/parser3.charsets respectively
18295:
18296: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
18297: main/pa_globals.C: few forgotten ifdef XML added
18298:
18299: 2002-01-28 paf
18300:
1.116 moko 18301: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 18302: removed
18303:
18304: * src/main/pa_exception.C: dom|generic error output fix
18305:
18306: * src/classes/xnode.C: xdoc.importNode 3 [check err]
18307:
18308: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
18309:
18310: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
18311: [fixed as_node helper func to accept docs]
18312:
18313: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
18314: xdoc.importNode 0
18315:
18316: * src/classes/xdoc.C: xdoc::set now untaints OK
18317:
18318: 2002-01-25 paf
18319:
18320: * src/main/: compile.tab.C, compile.y: #comment before @ after
18321: @SPECIAL now works OK
18322:
18323: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
18324:
18325: * src/main/pa_exec.C: max arg count now 10, and proper message on
18326: violation that added
18327:
18328: * src/classes/hash.C: unified hash::sql, now
18329: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
18330:
18331: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18332: ^file:lock[filename]{code}
18333:
18334: * src/: classes/file.C, classes/op.C, classes/string.C,
18335: classes/table.C, classes/xdoc.C, include/pa_common.h,
18336: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
18337: to some pa_common funcs
18338:
18339: * src/: include/pa_charset.h, main/pa_globals.C:
18340: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
18341:
18342: * src/: include/pa_charset.h, main/pa_charset.C,
18343: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
18344: not stupid illegal define
18345:
18346: 2002-01-24 paf
18347:
18348: * src/include/pa_version.h: changed version number
18349:
18350: * src/: classes/hashfile.C, include/pa_db_table.h,
18351: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18352: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18353: main/pa_db_connection.C, main/pa_db_table.C,
18354: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
18355: hashfile without logfiles
18356:
18357: * src/: classes/hashfile.C, include/pa_db_table.h,
18358: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
18359: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
18360: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
18361: DB_INIT_TXN init bits, thus got rid of huge log files, which
18362: cluttered disk without huge need]
18363:
18364: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
18365: handy macro, which is strangly abscent in dome lib
18366:
18367: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
18368:
18369: * src/classes/xdoc.C: checked empty response
18370:
18371: * src/classes/xnode.C: xdoc.select fixed context node [were always
18372: /, not self node]
18373:
18374: * src/classes/xnode.C: xnode.select returns array always now, in
18375: case 'nothing found' returns empty array
18376:
18377: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
18378: be more tender with ctrl/c/v
18379:
18380: 2002-01-23 paf
18381:
18382: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
18383: substituted. // 2. when dom tree with entites goes under
18384: transform text nodes // got [erroreosly] cut on first
18385: entity occurance
18386:
18387: * src/types/pa_vdouble.h: double prec. todo: get rid of
18388: twice-converting
18389:
18390: * src/types/pa_vdouble.h: %.20E now float format when %g produced
18391: 'e' in output this is for regretful twice-converting here:
18392: $a(double value) when they write double falue they convert it to
18393: string first, thus %g were losing precesion.
18394:
18395: todo: think up some way to remove double->string string->double
18396: twice-converting
18397:
18398: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
18399: %.20E now default float format this is for regretful
18400: twice-converting here: $a(double value) when they write double
18401: falue they convert it to string first, thus %g were losing
18402: precesion.
18403:
18404: todo: think up some way to remove double->string string->double
18405: twice-converting
18406:
18407: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18408: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
18409: reasons in comment inside
18410:
18411: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
18412: statically linked]
18413:
18414: * src/: include/pa_exception.h, main/compile.tab.C,
18415: main/pa_exception.C: removed exception va_list constructor. 1.
18416: not needed anymore 2. there were a conflict[causing errors]
18417: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
18418: never detected an ambiguilty here, compiling ctor(, "hello") into
18419: ctor(, va_list) which, of course, caused gpf
18420:
18421: * src/main/pa_globals.C: removed debug xslt messages
18422:
18423: 2002-01-22 paf
18424:
18425: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18426: main/pa_globals.C: xsl stylesheet load: parsed entities, this
18427: helps compiling stylesheet properly. example: this refused to
18428: work, <b>«<xsl:value-of select="@title"
18429: />»</b> stranly worked only this way:
18430: <b>«<xsl:value-of select="@title" />»</b>
18431:
18432: docs says "set it to 1", never going into details, so I decided
18433: to try NOT to do that
18434:
18435: * src/classes/table.C: join behaived badly in case named tables
18436: structure mismatched: 0 strings sneaked into dest failing
18437: afterwards. replaced them with empty strings
18438:
18439: 2002-01-21 paf
18440:
18441: * src/main/pa_charset.C: checked empty transcoders in
18442: transcode_cstr|buf
18443:
18444: * src/classes/xdoc.C: xdoc::load error source = filespec
18445:
18446: * src/classes/xdoc.C: transform error source now
18447: stylesheet_filespec
18448:
1.116 moko 18449: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 18450: include/pa_stylesheet_connection.h, main/pa_charset.C,
18451: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 18452: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
18453: gnome
1.95 moko 18454:
18455: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18456: include/pa_globals.h, include/pa_stylesheet_connection.h,
18457: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
18458: xslt generic error 1
18459:
18460: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
18461: xml generic message 1
18462:
18463: * src/classes/table.C: ^table::load empty lines or #comments before
18464: headline
18465:
18466: * src/: include/pa_array.h, include/pa_globals.h,
18467: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
18468: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
18469: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
18470: errors 0
18471:
18472: 2002-01-16 paf
18473:
18474: * src/: classes/hash.C, classes/op.C, classes/string.C,
18475: classes/table.C, classes/void.C, classes/xdoc.C,
18476: include/pa_db_connection.h, include/pa_request.h,
18477: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18478: include/pa_stylesheet_connection.h,
18479: include/pa_stylesheet_manager.h, main/pa_request.C,
18480: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18481: targets/cgi/pool_storage.h: auto closers to sql_connection,
18482: stylesheet_connection auto destroyers to remaining gnome objects
18483:
18484: * src/classes/xdoc.C: few comments
18485:
18486: 2002-01-15 paf
18487:
18488: * src/classes/xdoc.C: xdoc file save string
18489:
18490: ready. todo: error handling
18491:
18492: * src/classes/xdoc.C: xdoc save rewritten using
18493: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
18494: result
18495:
18496: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
18497: started output options parsing
18498:
18499: 2002-01-14 paf
18500:
18501: * src/classes/xdoc.C: method
18502:
18503: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18504: include/pa_pool.h, include/pa_stylesheet_connection.h,
18505: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
18506: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
18507: xslt transform0. TODO: use output options handle errors
18508:
18509: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
18510:
18511: 2002-01-11 paf
18512:
18513: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18514: main/compile_tools.C, main/compile_tools.h, main/execute.C:
18515: partial logical && || evaluation
18516:
18517: * src/classes/xnode.C: xpath selectNodes
18518:
18519: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
18520: string/number/bool
18521:
18522: * src/classes/xnode.C: xpath selectNode 2
18523:
18524: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
18525: xpath selectNode 1
18526:
18527: 2002-01-10 paf
18528:
18529: * src/classes/xnode.C: xpath selectNode -100 [just written]
18530:
18531: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18532: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
18533: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
18534: refcounter]
18535:
18536: 2001-12-29 paf
18537:
18538: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
18539: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
18540: glib works 0
18541:
18542: 2001-12-28 paf
18543:
18544: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
18545: main/pa_exception.C: started glib transcoders
18546:
18547: * src/main/pa_globals.C: renamed gdome to libgdome.dll
18548:
18549: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
18550: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
18551: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
18552: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
18553: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
18554: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
18555: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
18556: libs just compiled in. no refcounting no xpath no xslt yet
18557:
18558: 2001-12-27 paf
18559:
18560: * src/: include/pa_charset.h, include/pa_common.h,
18561: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18562: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
18563: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
18564: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
18565: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
18566: from xalan&xerces, started the process. globals [initialization
18567: pool [charset update charset [transcodings vxnode vxdoc [DOM
18568: calls
18569:
18570: * src/classes/Makefile.am: going away from xalan&xerces, not needed
18571: anymore
18572:
18573: 2001-12-26 paf
18574:
18575: * src/: include/pa_charset.h, include/pa_charsets.h,
18576: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
18577: key globalized [bug]
18578:
18579: 2001-12-25 paf
18580:
18581: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
18582: main/pa_string.C: table set & append changed splitting languages,
18583: separators now can be clean AND as-is same to mail command line
18584: $MAIN:MAIL.progX arguments
18585:
18586: 2001-12-24 paf
18587:
18588: * src/classes/mail.C: one parted text messages - no multipart
18589: mime-type anymore. for convinient if $.attach-ments
18590:
18591: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
18592: main/pa_string.C: read from cache size check updated
18593:
18594: * src/main/: pa_string.C: String::join_chain another ugly bug :(
18595:
18596: 2001-12-21 paf
18597:
18598: * src/classes/date.C: date:sql-string now returns localtime
18599:
18600: * src/main/pa_request.C: $result in @main actually not working, to
18601: hell with it for now
18602:
18603: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18604: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
18605: @postprocess @exception
18606:
18607: * src/main/execute.C: junction evaluation canceled - endless
18608: recursion detected
18609:
18610: 2001-12-19 paf
18611:
18612: * src/main/pa_charset.C: charset->charset transcoding via unicode
18613: intermediate
18614:
18615: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
18616:
18617: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
18618:
18619: * src/classes/op.C: ^cache keypath now relative
18620:
18621: * src/classes/mail.C: changed weighting prior to sort
18622:
18623: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
18624: were missing
18625:
18626: 2001-12-17 paf
18627:
18628: * src/main/pa_charset.C: ifndef XML were bad type
18629:
18630: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
18631: outdated unset services_pool
18632:
18633: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
18634: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
18635: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
18636:
18637: * src/main/untaint.C: allowed space in filespec
18638:
18639: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
18640:
18641: * src/classes/image.C: no govno
18642:
18643: * src/classes/image.C: govno
18644:
18645: 2001-12-16 paf
18646:
18647: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
18648:
18649: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
18650: charset_connection&manager replaced by charset&charsets
18651:
18652: * src/main/pa_charset.C: name_cstr 0
18653:
18654: * src/main/untaint.C: uri lang now knows about client/source
18655: charsets
18656:
18657: * src/: classes/file.C, classes/math.C, classes/op.C,
18658: classes/string.C, classes/table.C, classes/xdoc.C,
18659: include/pa_array.h, include/pa_cache_managers.h,
18660: include/pa_charset_connection.h, include/pa_charset_manager.h,
18661: include/pa_common.h, include/pa_db_connection.h,
18662: include/pa_db_manager.h, include/pa_db_table.h,
18663: include/pa_dictionary.h, include/pa_exception.h,
18664: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
18665: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
18666: include/pa_sapi.h, include/pa_socks.h,
18667: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18668: include/pa_string.h, include/pa_stylesheet_connection.h,
18669: include/pa_stylesheet_manager.h, include/pa_table.h,
18670: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
18671: main/pa_charset.C, main/pa_charset_connection.C,
18672: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
18673: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
18674: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
18675: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
18676: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18677: types/types.dsp: introducing Charset
18678:
18679: 2001-12-14 paf
18680:
18681: * src/: include/pa_request.h, include/pa_transcoder.h,
18682: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
18683: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
18684: uri lang
18685:
18686: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
18687:
18688: * src/targets/cgi/Makefile.am: -I../../pcre to .am
18689:
18690: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
18691: defalts_name global
18692:
18693: * src/: include/pa_charset_connection.h, include/pa_pool.h,
18694: include/pa_request.h, main/main.dsp,
18695: main/pa_charset_connection.C, main/pa_charset_manager.C,
18696: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
18697: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
18698: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
18699: changed charset model. now important: $request:charset
18700: $response:charset while $response:content-type.charset become
18701: unimportant [informational]
18702:
18703: 2001-12-13 paf
18704:
18705: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
18706:
18707: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
18708: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
18709: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
18710: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
18711: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
18712: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
18713:
18714: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
18715: auto_ptr part other way, because of stupid gcc 2.96
18716: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
18717: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
18718: FormatterListener] /usr/include/g++-3/memory:48:
18719: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
18720: _Tp1 = FormatterListener, _Tp = FormatterListener]
18721:
18722: * src/classes/xdoc.C: removed extra inc
18723:
18724: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
18725:
18726: * src/include/pa_types.h: msvc head debugging flag
18727:
18728: * src/classes/xdoc.C: freed up listener
18729:
18730: * src/classes/string.C: change msg '... code is not code'
18731:
18732: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
18733: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18734: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
18735: [past/future prob]
18736:
18737: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18738: include/pa_config_fixed.h, include/pa_db_manager.h,
18739: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18740: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
18741:
18742: * src/: include/pa_config_fixed.h, main/pa_common.C,
18743: main/pa_string.C: removed signed mismatch warnings
18744:
18745: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
18746: 'expires' from header outputs
18747:
18748: * src/main/pa_string.C: string::recustruct erroreusly used outdated
18749: row ptr
18750:
18751: * src/classes/file.C: file::cgi bug, request_method were passed to
18752: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
18753:
18754: * src/classes/xdoc.C: lang list updated
18755:
18756: 2001-12-10 paf
18757:
18758: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
18759:
18760: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
18761: erase files like that, knowing their full name introducing //
18762: theoretical problem with, for instance, "_2B" and "." fragments,
18763: // they would yield the same // because
18764: need_file_encode('_')=false // but we need to delete such files
18765: somehow, getting names from ^index
18766:
18767: * src/main/pa_string.C: ^string.replace bug fixed [bad
18768: string::join_chank break]
18769:
18770: 2001-12-07 paf
18771:
18772: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
18773: include/pa_common.h, include/pa_config_auto.h.in,
18774: include/pa_config_fixed.h, include/pa_config_includes.h,
18775: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
18776: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
18777: types/pa_vhashfile.C: merged from r14_simple_cache
18778:
18779: * src/main/pa_string.C: stupid sparc architecture failed to access
18780: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
18781: lduh [ %i2 + 1 ], %l0
18782:
18783: bus error, fixed that
18784:
18785: * src/main/pa_string.C: strange string deserialize bug on
18786: client[pmts], a bit shortened,
18787:
18788: * src/include/pa_config_auto.h.in: makes
18789:
18790: * src/: include/pa_common.h, include/pa_config_fixed.h,
18791: include/pa_config_includes.h, main/pa_common.C: exclusive lock
18792: file write shared lock file read
18793:
18794: * src/: classes/op.C, include/pa_common.h,
18795: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
18796:
18797: 2001-12-06 paf
18798:
18799: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18800: main/pa_request.C: #ifdef RESOURCES_DEBUG
18801:
18802: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
18803: info
18804:
18805: * src/classes/hashfile.C: removed transaction from ^cache
18806:
18807: 2001-12-05 paf
18808:
18809: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
18810: IIS5 there were a prob with illegal call check
18811:
18812: 2001-12-04 paf
18813:
18814: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18815: main/pa_request.C: measures to log
18816:
18817: 2001-11-23 paf
18818:
18819: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18820: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
18821: types/pa_vhashfile.C: merged from _0014, 1
18822:
18823: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18824: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
18825: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
18826: ^cache(33) would change
18827:
18828: 0660 bits in file_write & hashfile create
18829:
18830: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
18831: after pa_string optimization]
18832:
18833: 2001-11-22 paf
18834:
18835: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18836: table.offset[whence]
18837:
18838: * src/classes/op.C: process cstr(,connection)
18839:
18840: * src/classes/op.C: process now gets its body on current language,
18841: not as-is
18842:
18843: * src/main/untaint.C: ORIGINS mode removed UHTML
18844:
18845: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
18846: bit
18847:
1.116 moko 18848: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 18849:
18850: 2001-11-21 paf
18851:
18852: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
18853: <xsl:output output options made identical to xsl:output
18854: attributes exclusion: cdata-section-elements what xalan can do
18855: but that not used now: it can escape and remove CDATA sections
18856:
18857: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
18858: produced by xslt
18859:
18860: * src/targets/cgi/parser3.C: removed debug cgi||1
18861:
18862: * src/main/: pa_string.C, untaint.C: cached some string::size() es
18863:
18864: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
18865: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
18866: default language for {code}, it happen to change it's language
18867: from CLEAN, so later refused to split by CLEAN \t
18868:
18869: 2001-11-20 paf
18870:
1.116 moko 18871: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
18872: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 18873: bottom of dependeces, so that errors would popup quicklier, fixed
18874: line numbering in table::sql
18875:
18876: 2001-11-19 paf
18877:
18878: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
18879: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
18880: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
18881: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
18882: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
18883: at wcontext.write
18884:
1.116 moko 18885: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 18886: _set_new_handler
18887:
1.116 moko 18888: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
18889: set_new_handler in apache&isapi
1.95 moko 18890:
18891: 2001-11-16 paf
18892:
18893: * src/targets/cgi/parser3.C: pool debug @ die
18894:
18895: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
18896: removed 8 bytes from String, 2 bytes from
18897: string::chunk::row::item
18898:
18899: * src/main/pa_string.C: removed 1+4 bytes from String
18900:
18901: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18902: types/pa_vstring.C: removed 1+4 bytes from String
18903:
18904: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
18905: 0
18906:
18907: * src/: include/pa_globals.h, include/pa_string.h,
18908: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
18909: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
18910: targets/cgi/parser3.C: introducing estimating
18911: String::cstr_bufsize, 0
18912:
18913: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
18914:
18915: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
18916:
18917: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
18918: include/pa_pool.h: die in pool::fail
18919:
18920: 2001-11-15 paf
18921:
18922: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
18923: main/pa_exception.C, targets/cgi/parser3.C: exception with
18924: dynamic buffer re-back now with counter
18925:
18926: * src/: include/pa_exception.h, main/pa_exception.C: exception with
18927: static buffer back
18928:
18929: * src/targets/cgi/parser3.C: std::
18930:
18931: * src/: classes/classes.awk, include/pa_config_auto.h.in,
18932: include/pa_config_includes.h: setnewhandler check
18933:
1.116 moko 18934: * src/include/pa_config_auto.h.in: makes
1.95 moko 18935:
18936: * src/targets/cgi/parser3.C: set_new_handler started
18937:
18938: 2001-11-14 paf
18939:
18940: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18941: was wrong
18942:
18943: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18944: was wrong
18945:
18946: * src/main/pa_request.C: z
18947:
18948: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
18949: full returns win32 -1 solaris >buffer_size
18950:
18951: checked all that
18952:
18953: * src/classes/op.C: ^untaint{body} as-is default now
18954:
18955: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18956: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
18957: with no_bad_constructors_try
18958:
18959: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18960: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
18961: this: $bred[^string::length[]] $bred[^response::clear[]]
18962: $bred[^int::int[]]
18963:
18964: now VObject creation moved into overriden
18965: VClass::create_new_value, thus 0 from create_new_value means that
18966: class has no ctors
18967:
18968: 2001-11-13 paf
18969:
18970: * src/classes/classes.C: returned accedently removed if in foreach
18971: callbacks [when hash no-0-restructure]
18972:
18973: 2001-11-12 paf
18974:
18975: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
18976: passed as-is to method, xalan makes & into & itself
18977:
18978: * src/classes/date.C: date.roll parser2 alg used
18979:
18980: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
18981: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
18982: main/pa_dictionary.C, main/pa_hash.C,
18983: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
18984: now does not containt 0 values. put 0 actullay removes. no check
18985: on 0 value in foreach now required
18986:
18987: 2001-11-11 paf
18988:
18989: * src/sql/pa_sql_driver.h: removed extra constructor, doc
18990:
18991: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
18992:
18993: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
18994: driver initialize not const
18995:
18996: 2001-11-10 paf
18997:
18998: * src/main/pa_exec.C: doc
18999:
19000: 2001-11-09 paf
19001:
19002: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19003: param properly
19004:
19005: * src/classes/string.C: string.save now does untainting before
19006: saving
19007:
19008: * src/main/pa_common.C: line endings fixing fixed last piece[was
19009: still cstr oriented]
19010:
19011: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19012: line endings fixing got rid of cstr, now must work ok with post
19013: multipart
19014:
19015: * src/types/pa_vform.C: line endings fixed at post / multipart /
19016: not file also now
19017:
19018: 2001-11-08 paf
19019:
19020: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19021: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19022: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19023: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19024: main/pa_stylesheet_manager.C: restructured Cache manager to be
19025: simple parent, not second parent [gcc 2.96 strangly refused to
19026: call virtual from second parent]
19027:
1.116 moko 19028: * src/: include/pa_common.h, main/Makefile.am,
19029: targets/cgi/pa_pool.C: makes
1.95 moko 19030:
19031: * src/: include/pa_request.h, main/pa_request.C,
19032: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19033: 'status' class enabler
19034:
19035: <Location /parser-status.html> ParserStatusAllowed </Location>
19036:
19037: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19038: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19039: include/pa_stylesheet_manager.h, main/main.dsp,
19040: main/pa_cache_managers.C, main/pa_charset_manager.C,
19041: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19042: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19043: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19044: todo: apache 'status' class enabler
19045:
19046: 2001-11-05 paf
19047:
19048: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19049: debug to normal
19050:
19051: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19052: hence i removed skipping 0 values in hash::for_each-es we need to
19053: check cleaned cache items manually. few more checks.
19054:
19055: expiring to 0 time was wrong, changed to 'now' time
19056:
19057: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19058: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19059: on apache already done :)
19060:
19061: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19062: skipping 0 values in hash::for_each-es we need to check cleaned
19063: cache items manually
19064:
19065: * src/main/: pa_db_connection.C, pa_db_table.C:
19066: parser_multithreaded check was wrong
19067:
19068: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19069: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19070: classes/hashfile.C, classes/image.C, classes/int.C,
19071: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19072: classes/string.C, classes/table.C, classes/void.C,
19073: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19074: include/pa_array.h, include/pa_charset_connection.h,
19075: include/pa_charset_manager.h, include/pa_common.h,
19076: include/pa_config_fixed.h, include/pa_config_includes.h,
19077: include/pa_db_connection.h, include/pa_db_manager.h,
19078: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19079: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19080: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19081: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19082: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19083: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19084: include/pa_stack.h, include/pa_string.h,
19085: include/pa_stylesheet_connection.h,
19086: include/pa_stylesheet_manager.h, include/pa_table.h,
19087: include/pa_threads.h, include/pa_types.h, main/compile.C,
19088: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19089: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19090: main/pa_charset_manager.C, main/pa_common.C,
19091: main/pa_db_connection.C, main/pa_db_manager.C,
19092: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19093: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19094: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19095: main/pa_socks.C, main/pa_sql_driver_manager.C,
19096: main/pa_status_provider.C, main/pa_string.C,
19097: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19098: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19099: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19100: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19101: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19102: targets/isapi/pool_storage.h, types/pa_valiased.C,
19103: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19104: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19105: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19106: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19107: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19108: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19109: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19110: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19111: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19112: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19113: types/pa_vstateless_object.h, types/pa_vstatus.h,
19114: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19115: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19116: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19117: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19118: $status:db fixed used not initialized in db_connection & db_table
19119:
19120: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19121: $status:charset
19122:
19123: * src/: classes/xdoc.C, include/pa_db_connection.h,
19124: include/pa_stylesheet_connection.h,
19125: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19126: types/pa_vstatus.h: $status:stylesheet
19127:
19128: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19129: include/pa_request.h, include/pa_sql_connection.h,
19130: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19131: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19132: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19133: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19134: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19135: types/pa_vxnode.C, types/types.dsp: started status parser class
19136:
19137: 2001-11-01 paf
19138:
19139: * src/include/pa_config_auto.h.in: makes
19140:
19141: * src/main/pa_hash.C: removed old extra include
19142:
19143: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19144: checks [for hp, there are such in math.h]
19145:
19146: * src/classes/op.C: ^for endless loop check strightened
19147:
19148: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19149: behavior in native calls. it left unchanged, so ^for ^foreach &
19150: co can use r.root to write their i & key,value there
19151:
19152: * src/classes/op.C: detected for var storage bug, fixed.
19153: todo:foreach
19154:
19155: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19156: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19157: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19158: changing of hash inside of foreach
19159:
19160: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19161: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19162: were hash.foreach
19163:
19164: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
19165: types/pa_vstring.C, types/pa_vstring.h:
19166: ^foreach[key|value]{body}[[separator]|{separator}]
19167:
19168: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
19169: types/pa_vcookie.C: ^hash.delete[key]
19170:
19171: 2001-10-31 paf
19172:
19173: * src/main/: compile.C, pa_common.C: completely empty file now
19174: considered "read", not ignored [not perfect trick used]
19175:
19176: * src/main/pa_common.C: simplier common ifdefs
19177:
19178: * src/main/pa_common.C: typing bug in common - bad ifdeff
19179:
19180: * src/main/pa_db_connection.C: z
19181:
19182: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
19183: lockdetector flags
19184: dbenv.lk_detect=DB_LOCK_RANDOM;
19185:
19186: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
19187: from accidental show [imagine user forgot @exception]
19188:
19189: * src/classes/table.C: ^table.save[[nameless|+append;]path]
19190:
19191: * src/: classes/file.C, classes/image.C, classes/mail.C,
19192: classes/string.C, classes/xnode.C, include/pa_common.h,
19193: main/pa_common.C: ^string.save[[append;]path]
19194:
19195: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19196: main/execute.C: \ in expression: int divide 10/3=3
19197:
19198: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
19199: inside of ^cache
19200:
19201: * src/: include/pa_threads.h, main/pa_db_connection.C,
19202: main/pa_db_table.C, targets/cgi/pa_threads.C,
19203: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
19204: needed
19205:
19206: 2001-10-30 paf
19207:
19208: * src/: classes/classes.dsp, main/main.dsp,
19209: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19210: types/types.dsp: enabled debug incremental compile
19211:
19212: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19213: form post data line endings not reformatted now.
19214:
19215: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
19216: now required [had bug when file= has no value]
19217:
19218: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
19219: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
19220: cstr(asis) default param removed
19221:
19222: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
19223:
19224: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
19225:
19226: * src/include/pa_dir.h: LOAD_DIR fixed
19227:
19228: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
19229: was broken} fix_line_breaks
19230:
19231: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
19232: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
19233: packed with #pragma pack
19234:
1.116 moko 19235: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 19236:
19237: 2001-10-29 paf
19238:
19239: * src/types/pa_wcontext.h: bitfield syntax stricter
19240:
19241: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
19242: string hash.puts
19243:
19244: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
19245:
19246: * src/include/pa_sql_connection.h: there were one wrong
19247: SQL_CONNECTION_FUNC_GUARDED [failed]
19248:
19249: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
19250: param.someday either ifdef or remove it
19251:
19252: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
19253:
19254: * src/main/untaint.C: optimizing returned after debugging
19255:
19256: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19257: main/untaint.C: memory hunging #pragma pack(1)
19258:
19259: 16 419 844 13 169 394
19260:
19261: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19262: targets/cgi/pa_pool.C: String size_t replace to uint in proper
19263: places [todo:Array]
19264:
19265: * src/: main/execute.C, targets/cgi/pa_pool.C,
19266: targets/cgi/parser3.dsp, types/pa_wcontext.h,
19267: types/pa_wwrapper.h: debugging memory WContext flags to bits
19268:
19269: total 5 652 652/158731 total 5 469 332/158731
19270:
19271: * src/: include/pa_array.h, main/pa_array.C: debugging memory
19272: Array:: without cache in get/put now
19273:
19274: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
19275: 18:25:27 2001] total 5 652 652/158731
19276:
19277: * src/: include/pa_string.h, main/pa_string.C,
19278: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
19279: now
19280:
19281: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
19282: 18:11:53 2001] total 5796092/158731
19283:
19284: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
19285: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
19286: key ref now
19287:
19288: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
19289: 17:11:17 2001] total 16867948/202658
19290:
19291: * src/: classes/file.C, classes/image.C, classes/string.C,
19292: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
19293: main/execute.C, main/pa_array.C, main/pa_common.C,
19294: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19295: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
19296: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
19297: string::as_int/double now usually uses stack, not heap [200K out
19298: of 17M :)] VString(String&) not copies reference [29M -> 17M]
19299:
19300: * src/main/pa_sql_driver_manager.C: ping to have services [old
19301: hiding bug]
19302:
19303: * src/Makefile.am: .am order
19304:
19305: * src/: include/pa_array.h, include/pa_charset_manager.h,
19306: include/pa_db_connection.h, include/pa_db_manager.h,
19307: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
19308: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19309: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
19310: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
19311: required "friend class"
19312:
19313: ../include/pa_request.h:51: friend declaration requires
19314: class-key, i.e. `friend class Temp_lang'
19315:
19316: * src/: include/pa_exception.h, include/pa_sql_connection.h,
19317: main/pa_exception.C, main/pa_sql_driver_manager.C,
19318: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
19319:
19320: the idea is to #1 jump to C++ some function to main body, where
19321: every function stack frame has exception unwind information and
19322: from there... #2 propagate_exception()
19323:
19324: 2001-10-28 paf
19325:
19326: * src/main/pa_db_connection.C: removed old consts
19327:
19328: * src/main/pa_db_connection.C: expire table [was accidently pasted
19329: with wrong type/cast]
19330:
19331: * src/main/: pa_db_connection.C, pa_db_table.C: exception
19332: translation
19333:
1.116 moko 19334: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 19335: remember to build DB2 with -fexceptions!!!
19336:
19337: * src/main/pa_db_table.C: DB_RMW defed
19338:
19339: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
19340: include/pa_db_connection.h, include/pa_db_manager.h,
19341: include/pa_db_table.h, main/pa_db_connection.C,
19342: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
19343:
19344: 2001-10-27 paf
19345:
19346: * src/: classes/hashfile.C, include/pa_db_connection.h,
19347: include/pa_db_table.h, main/pa_db_connection.C,
19348: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
19349: types/pa_vhashfile.C: DB2 ifdefs
19350:
1.116 moko 19351: * src/: classes/Makefile.am, include/pa_config_fixed.h,
19352: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 19353: makes with DB2
19354:
1.116 moko 19355: * src/: include/pa_config_auto.h.in, main/Makefile.am,
19356: types/Makefile.am: makes db
1.95 moko 19357:
19358: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
19359: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
19360: globals.C
19361:
19362: * src/: classes/hashfile.C, include/pa_db_connection.h,
19363: include/pa_db_table.h, main/pa_db_connection.C,
19364: main/pa_db_table.C: ^hashfile.clear[]
19365:
19366: * src/classes/classes.awk: no $ in var names
19367:
19368: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
19369: connection&table [forgotten calls]
19370:
19371: 2001-10-26 paf
19372:
19373: * src/main/pa_db_connection.C: db checkpoints
19374:
19375: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
19376: checkpoints
19377:
19378: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
19379: default. but entities still reparsed. todo: tothink
19380:
19381: * src/main/pa_db_connection.C: db recover mech 2
19382:
19383: * src/: classes/hashfile.C, include/pa_db_connection.h,
19384: include/pa_db_manager.h, include/pa_db_table.h,
19385: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19386: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
19387: types/pa_vhashfile.h: db connections & tables now cached at
19388: create time & multithreaded
19389:
19390: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
19391: parsed_source
19392:
19393: * src/main/pa_db_connection.C: about to remove connection from
19394: vhashfile
19395:
19396: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
19397: transaction commit/rollback responsibility left to parent [as it
19398: sould - else there were a bug with double free]
19399:
19400: * src/include/pa_db_table.h: db: child transaction commit/rollback
19401: responsibility left to parent [as it sould - else there were a
19402: bug with double free]
19403:
19404: 2001-10-25 paf
19405:
19406: * src/: classes/hashfile.C, include/pa_common.h,
19407: include/pa_db_connection.h, include/pa_db_manager.h,
19408: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
19409: types/pa_vhashfile.C, types/pa_vhashfile.h,
19410: include/pa_db_table.h, main/pa_db_table.C: started db_home
19411: [multiple, cached] todo: autorecover [tried, but not succeded,
19412: yet]
19413:
19414: * src/include/pa_dir.h: ancient gpf on dir not found fixed
19415:
19416: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
19417: transaction parent passed
19418:
19419: 2001-10-24 parser
19420:
1.116 moko 19421: * src/classes/Makefile.am: makes
1.95 moko 19422:
19423: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
19424: isapi/pool_storage.h: pool_storage fixed
19425:
19426: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
19427: types/pa_vform.h: form fix_line_breaks
19428:
1.116 moko 19429: * src/targets/cgi/pool_storage.h: makes
1.95 moko 19430:
19431: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
19432: targets/cgi/pool_storage.h: makes
19433:
19434: * src/sql/pa_sql_driver.h: version
19435:
19436: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
19437: types/pa_vform.C, types/pa_vform.h: .am
19438:
19439: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
19440: this: DB_RMW Acquire write locks instead of read locks when doing
19441: the retrieval. Setting this flag may decrease the likelihood of
19442: deadlock during a read-modify-write cycle by immediately
19443: acquiring the write lock during the read part of the cycle so
19444: that another thread of control acquiring a read lock for the same
19445: item, in its own read-modify-write cycle, will not result in
19446: deadlock
19447:
19448: * src/targets/isapi/parser3isapi.dsp: doc
19449:
19450: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
19451:
19452: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
19453:
19454: * src/: classes/hashfile.C, include/pa_db_connection.h,
19455: main/pa_db_connection.C: hashfile expired deleted from db when
19456: get & iterate
19457:
19458: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
19459: expiring 1
19460:
19461: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
19462:
19463: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
19464: db_connection not bothers with key when not returning expired
19465: data
19466:
19467: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19468: types/pa_vhashfile.C: db_cursor constructor public now
19469:
19470: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19471: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
19472: stamped, todo: put_element analize
19473:
19474: * src/: include/pa_db_connection.h, include/pa_string.h,
19475: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
19476: serialize. todo stamp
19477:
19478: 2001-10-23 parser
19479:
19480: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
19481: classes/image.C, classes/mail.C, classes/response.C,
19482: classes/string.C, classes/table.C, classes/xdoc.C,
19483: include/pa_config_fixed.h, include/pa_db_connection.h,
19484: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
19485: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
19486: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
19487: types/pa_vtable.C: ^hashfile.hash[]
19488:
19489: * src/: classes/hashfile.C, classes/xdoc.C,
19490: include/pa_config_fixed.h, main/pa_db_manager.C,
19491: main/pa_globals.C: ifdefs so it compiled without db
19492:
19493: * src/: classes/hashfile.C, include/pa_db_connection.h,
19494: include/pa_db_manager.h, main/pa_db_connection.C,
19495: main/pa_db_manager.C, types/pa_vhashfile.h:
19496: ^hashfile.transaction{code} ^hashfile:clear[filename]
19497: ^hashfile.delete[key]
19498:
19499: 2001-10-22 parser
19500:
19501: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
19502: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
19503:
19504: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
19505: classes/xnode.C, include/pa_charset_connection.h,
19506: include/pa_db_connection.h, include/pa_db_manager.h,
19507: include/pa_exception.h, include/pa_sapi.h,
19508: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19509: include/pa_stylesheet_connection.h,
19510: include/pa_stylesheet_manager.h,
19511: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19512: main/pa_db_connection.C, main/pa_db_manager.C,
19513: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
19514: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19515: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
19516: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
19517: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
19518: types/types.dsp: hashfile 0
19519:
19520: * src/types/pa_vhashfile.C: z
19521:
19522: * src/: classes/classes.dsp, classes/hashfile.C,
19523: include/pa_config_fixed.h, main/execute.C,
19524: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
19525: types/pa_vhashfile.h, types/types.dsp: hashfile -100
19526:
19527: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
19528:
19529: * src/: include/pa_exception.h, include/pa_request.h,
19530: main/execute.C, main/pa_exception.C, main/pa_request.C,
19531: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19532: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
19533:
19534: 2001-10-19 parser
19535:
19536: * src/include/pa_pool.h: header
19537:
19538: * src/main/pa_pool.C: auto compiled on gcc
19539:
19540: * src/classes/image.C: comment
19541:
1.116 moko 19542: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 19543:
19544: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19545: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19546: types/pa_vxnode.h: xnode clone got freed
19547:
19548: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19549: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
19550: can free up xalandomstring resulting from pool::transcode
19551:
19552: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
19553: include/pa_config_fixed.h, include/pa_exception.h,
19554: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
19555: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
19556: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
19557: to c++ exceptions 1xml configure fixed to exclude xalan-patch
19558: from non-xml compile
19559:
19560: * src/main/pa_request.C: pool:: context - get_context
19561:
19562: * src/: classes/classes.h, classes/date.C, classes/double.C,
19563: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19564: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19565: classes/string.C, classes/table.C, classes/void.C,
19566: include/pa_config_fixed.h, include/pa_exception.h,
19567: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
19568: main/compile.C, main/compile_tools.C, main/execute.C,
19569: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
19570: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
19571: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19572: main/pa_string.C, main/pa_table.C, main/untaint.C,
19573: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19574: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
19575: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
19576: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19577: types/pa_vstateless_class.h, types/pa_vtable.C,
19578: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
19579: exceptions 0
19580:
19581: * src/classes/classes.awk: $ removed
19582:
19583: 2001-10-18 parser
19584:
19585: * src/types/pa_vcookie.C: cookie:CLASS
19586:
19587: * src/main/main.dsp: project
19588:
19589: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
19590: set_document & ctor question "who owns document" solved
19591:
19592: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
19593:
19594: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19595: main/pa_pool.C: encoding in dom creating funcs
19596:
19597: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
19598: be transformed now
19599:
19600: * src/classes/xdoc.C: dom created by create can be transformed now
19601:
19602: * src/classes/xdoc.C: z
19603:
19604: * src/classes/xdoc.C: comment
19605:
19606: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
19607: create now uses XercesDocumentBridge, appendChild&co now works
19608:
19609: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
19610: @ recompile
19611:
19612: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
19613: $origin @exception[
19614:
19615: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
19616: tag names forced to XML lang
19617:
19618: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
19619: leechy-found bugs in code&doc fixed
19620:
19621: 2001-10-17 parser
19622:
19623: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
19624: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
19625: n functionality preserved
19626:
19627: * src/types/pa_vimage.h: removed unused vimage::save
19628:
19629: 2001-10-16 parser
19630:
19631: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
19632:
19633: * src/classes/: xnode.C: removed few dom returns & changed op.txt
19634:
19635: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
19636:
19637: * src/classes/image.C: image.copy tolerance
19638:
19639: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
19640: ineffective, but works for small paleted image
19641:
19642: * src/types/pa_vimage.C: comment
19643:
19644: * src/classes/image.C: gd size/resize bugfix
19645:
19646: * src/: classes/classes.dsp, main/main.dsp,
19647: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19648: types/types.dsp: ident >nul 2>&1
19649:
19650: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
19651: systems
19652:
19653: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
19654: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
19655:
19656: 2001-10-15 parser
19657:
19658: * src/main/execute.C: z
19659:
19660: * src/classes/: xdoc.C: !::create{qualifiedName}
19661:
19662: * src/types/pa_vxnode.C: document_type_node.
19663: !readonly attribute DOMString name
19664: !notation_node.
19665: !readonly attribute DOMString publicId
19666: !readonly attribute DOMString systemId
19667:
1.116 moko 19668: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
19669: ::write badly passed string too transparently [failed to
19670: intercept it]
1.95 moko 19671:
19672: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
19673: include/pa_request.h, main/pa_sql_driver_manager.C,
19674: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19675: types/pa_vxnode.h: DOM1 major addtion, only few
19676: attributes/methods left
19677:
19678: 2001-10-13 parser
19679:
19680: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19681: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
19682: in main handler
19683:
19684: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
19685: cleanups & frees order
19686:
19687: * src/types/pa_vcode_frame.h: couple comments
19688:
19689: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
19690: transparent enough to handle hash if creation&passing
19691:
19692: * src/: include/pa_config_fixed.h, main/execute.C,
19693: main/pa_exception.C: noticed that vcodeframe not transparent
19694: enough, would change now
19695:
19696: 2001-10-12 parser
19697:
19698: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
19699: fixed. initialization&free on each thread!
19700:
19701: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
19702: handling changed: now type of default param analized always, not
19703: only at problem time, thus helping early problem spotting
19704:
19705: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
19706: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
19707: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19708: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
19709: multithread bug fixed. initialization&free on each thread!
19710:
19711: 2001-10-11 parser
19712:
19713: * src/classes/xnode.C: xnode.selectSingle now
19714:
19715: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19716: include/pa_pool.h, include/pa_stylesheet_connection.h,
19717: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
19718: convertors out of Pool into Exception
19719:
19720: * src/main/pa_string.C: const
19721:
19722: * src/: include/pa_string.h, main/pa_string.C: restructured string:
19723: linked pieces of same language together prior to String::replace
19724:
19725: * src/classes/hash.C: !^hash.add[addme]
19726: !^hash.sub[subme]
19727: !^a.union[b] = new
19728: !^a.intersection[b] = new
19729: !^a.intersects[b] = bool
19730:
19731: * src/classes/hash.C: !^hash::append[append_from]
19732:
19733: * src/: classes/hash.C, types/pa_vhash.h:
19734: !^hash::create[[copy_from]]
19735:
19736: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19737: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
19738: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
19739: fixed. got rid of empty_string, which caused errors - it hasnt
19740: exception but somebody[value.bark] tried to throw it on it's pool
19741:
1.116 moko 19742: * src/include/pa_config_auto.h.in: makes
1.95 moko 19743:
19744: 2001-10-10 parser
19745:
19746: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
19747:
19748: * src/main/: compile.tab.C, compile.y: ^a[
19749:
19750: @next_method << now unclosed ] would be reported here
19751:
19752: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
19753: compile error
19754:
19755: 2001-10-09 parser
19756:
1.116 moko 19757: * src/: classes/Makefile.am, main/Makefile.am,
19758: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 19759:
19760: * src/classes/Makefile.am: makes
19761:
19762: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
19763: win32 errors intercepted [xalan transformer patched and
19764: incorporated]
19765:
19766: * src/: classes/classes.dsp, classes/xdoc.C,
19767: include/pa_stylesheet_connection.h, main/main.dsp,
19768: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19769: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
19770: patches starting
19771:
19772: * src/classes/: string.C, table.C: ^string.save[file]
19773:
19774: * src/classes/: date.C, table.C: calendar moved to date
19775:
19776: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
19777: string/table] now
19778:
19779: * src/classes/: op.C, table.C: z
19780:
19781: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
19782: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
19783: types/pa_vxnode.h: table:menu & op for delims made allowed not to
19784: be code [be string..]
19785:
19786: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
19787: table.C: lots of
19788: params->as_int/double/as_string/as_junction/as_no_junction
19789: messages added
19790:
19791: 2001-10-08 parser
19792:
19793: * src/: classes/date.C, classes/image.C, classes/string.C,
19794: classes/table.C, classes/void.C, include/pa_request.h:
19795: params->as_int/double message added
19796:
19797: * src/classes/image.C: image:circle [and round arc] uses Bresenham
19798:
19799: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
19800: image:sector removed image:html internal "line-*" attribs
19801:
19802: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
19803: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
19804:
19805: * src/types/pa_vcookie.C: removing cookie made more netscape-like
19806: way
19807:
19808: * src/: classes/file.C, classes/form.C, main/pa_common.C,
19809: main/untaint.C: header untainting to UL_HTTP_HEADER,
19810: UL_MAIL_HEADER made nonforced [only tainted pieces]
19811:
19812: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
19813: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
19814: @ SAPI::log
19815:
19816: * src/main/untaint.C: \r to ' ' in origins mode
19817:
19818: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
19819: set]
19820:
19821: * src/: classes/xdoc.C, include/pa_config_fixed.h,
19822: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
19823: nonstandard liaison freed up
19824:
19825: 2001-10-07 parser
19826:
19827: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
19828: project
19829:
19830: 2001-10-05 parser
19831:
19832: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
19833: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
19834: from outputing to cerr. lots of "todos"
19835:
19836: * src/main/untaint.C: http_header tainting more gentle with
19837: enquoting now
19838:
19839: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
19840: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
19841: xml errorhandler. fixed string.replace a little, read @test
19842:
19843: * src/main/pa_string.C: found replace bug - first_that_starts(char
19844: *) does not have limit, and looks further eos, fixing....
19845:
19846: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
19847:
19848: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
19849:
19850: * src/main/: pa_charset_connection.C: ctype another mem clear
19851: bugfix
19852:
1.116 moko 19853: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
19854: $result[^[$p^]z] now works fine
1.95 moko 19855:
19856: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
19857: wrong. fixed it
19858:
19859: * src/main/pa_charset_connection.C: unicode zero pair at the beging
19860: of totable appered to be vital
19861:
19862: 2001-10-04 parser
19863:
19864: * src/classes/image.C: ^image.length[text]
19865:
19866: 2001-10-03 parser
19867:
19868: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
19869:
19870: * src/main/pa_request.C: restored pcre defaulting in request
19871: [mindlessly "optimized" yesterday] comment left
19872:
19873: 2001-10-02 parser
19874:
19875: * src/: main/pa_charset_manager.C,
19876: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
19877: needed
19878:
19879: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
19880: forgot non-xml pool.*charset needed
19881:
19882: * src/classes/table.C: # config comments fixed
19883:
19884: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
19885: charset_connection #comment now
19886:
19887: * src/: classes/classes.dsp, types/types.dsp: release projects
19888: options fixed to use release msvcrt lib
19889:
19890: * src/main/pa_charset_connection.C: pcre tables now const inside
19891: removed default - pcre handles that internally fixed bug on
19892: not-cleaning tables [previously was calloced, now member]
19893:
19894: * src/: include/pa_request.h, main/pa_charset_connection.C,
19895: main/pa_request.C, types/pa_vstring.h: pcre tables now const
19896: inside removed default - pcre handles that internally fixed bug
19897: on not-cleaning tables [previously was calloced, now member]
19898:
19899: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
19900: tested charset reload on file change @ apache version = OK tested
19901: freeing up prev encoding on adding new = OK
19902:
19903: 2001-10-01 parser
19904:
19905: * src/main/pa_charset_connection.C: removed entitify external hack
19906: [internal installed]
19907:
1.116 moko 19908: * src/main/Makefile.am: makes+removed dtd
1.95 moko 19909:
19910: * src/: include/pa_charset_connection.h,
19911: include/pa_charset_manager.h,
19912: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19913: main/pa_charset_connection.C, main/pa_charset_manager.C,
19914: main/pa_request.C: charset loading & caching mech 0
19915:
19916: * src/: include/pa_stylesheet_connection.h,
19917: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19918: main/pa_globals.C, main/pa_request.C: would make charset loading
19919: & caching mech now
19920:
19921: 2001-09-30 parser
19922:
19923: * src/main/pa_request.C: forgot to fill toTable
19924:
19925: * src/: include/pa_config_fixed.h, main/pa_request.C: started
19926: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
19927: failed on win32 for now..
19928:
19929: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
19930: now charsets table configuration variable is: CHARSETS
19931:
19932: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
19933: ctype with unicode 1. todo: no П entities on output somehow
19934:
19935: * src/: classes/file.C, classes/op.C, classes/string.C,
19936: include/pa_request.h, main/pa_request.C: started ctype with
19937: unicode values
19938:
19939: 2001-09-28 parser
19940:
19941: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
19942: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
19943: string passed AS-IS now
19944:
19945: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
19946: way of user-configuring... todo: implement
19947:
19948: 2001-09-27 parser
19949:
19950: * src/classes/table.C: table.sort changed to sort table itself
19951:
19952: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
19953: X^.getElementsByTagName[tagname] = array of xnode
19954: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
19955: nodes removed - regretfully not supported @ xalan. maybe someday
19956: would reimplement, if needed.
19957:
19958: win32build system: solved long waiting anti-non-started-apache
19959: problem
19960:
19961: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
19962: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19963: types/types.dsp: win32 ident make system so not to rebuild
19964: library [ident.C.new]
19965:
19966: 2001-09-26 parser
19967:
19968: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
19969: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
19970: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19971: types/pa_vxnode.C, types/types.dsp: z
19972:
19973: * src/classes/classes.C: forgot one non-xml check
19974:
1.116 moko 19975: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
19976: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 19977:
19978: * src/targets/cgi/parser3.C: z
19979:
19980: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
19981: targets/isapi/parser3isapi.C: #ifdef SMTP
19982:
19983: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
19984: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19985: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
19986: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
19987: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19988: types/types.dsp: xdoc&xnode now
19989:
19990: * src/: classes/classes.C, classes/classes.awk,
19991: classes/classes.dsp, classes/classes.h, classes/date.C,
19992: classes/dnode.C, classes/dnode.h, classes/dom.C,
19993: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19994: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19995: classes/op.C, classes/response.C, classes/string.C,
19996: classes/table.C, classes/void.C, include/pa_array.h,
19997: include/pa_common.h, include/pa_config_fixed.h,
19998: include/pa_config_includes.h, include/pa_dictionary.h,
19999: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20000: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20001: include/pa_socks.h, include/pa_sql_connection.h,
20002: include/pa_sql_driver_manager.h, include/pa_stack.h,
20003: include/pa_string.h, include/pa_stylesheet_connection.h,
20004: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20005: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20006: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20007: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20008: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20009: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20010: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20011: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20012: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20013: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20014: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20015: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20016: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20017: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20018: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20019: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20020: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20021: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20022: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20023: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20024: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20025: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20026: types/pa_vmethod_frame.h, types/pa_vobject.h,
20027: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20028: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20029: types/pa_vstateless_object.h, types/pa_vstring.C,
20030: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20031: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20032: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20033: main.dsp splitted to main+classes+types along to .am
20034:
20035: * src/classes/Makefile.am: removed useless var
20036:
20037: * src/: classes/classes.cmd, main/main.dsp,
20038: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20039: main.dsp
20040:
20041: 2001-09-25 parser
20042:
20043: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20044: 1251 though, todo ICU
20045:
1.116 moko 20046: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20047: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20048: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20049: types/pa_vdom.h: xml configure makes
1.95 moko 20050:
20051: 2001-09-24 parser
20052:
1.116 moko 20053: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20054: types/Makefile.am: makes
1.95 moko 20055:
1.116 moko 20056: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20057:
20058: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20059: started unix makes update
20060:
20061: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20062: started unix makes update
20063:
20064: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20065:
20066: * src/types/pa_value.h: z
20067:
20068: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20069: bugs with usinge hash/table in expressions
20070:
20071: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20072: resolved conflicts fixed [const]
20073:
20074: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20075: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20076: main/compile.C, main/compile.tab.C, main/compile.y,
20077: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20078: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20079: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20080: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20081: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20082: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20083: with before_xml [merge2 actually didn't happen - i've created
20084: tags on wrong branch. so this merge is in fact re-merge]
20085:
20086: 2001-09-21 parser
20087:
20088: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20089: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20090: produced "" in make file and sadly wrong interpreted on load]
20091:
1.116 moko 20092: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20093: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20094: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20095: include/pa_sql_driver_manager.h, include/pa_string.h,
20096: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20097: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20098: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20099:
20100: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20101: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20102: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20103: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20104: main/pa_pool.C, main/pa_request.C,
20105: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20106: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20107: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20108: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20109: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20110: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20111: types/pa_vrequest.C, types/pa_vresponse.h,
20112: types/pa_vstateless_class.C, types/pa_vstring.C,
20113: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20114: created new projects for sql drivers [planning to remove sql
20115: drivers from main cvs project] first, will join latest changes
20116:
20117: * src/classes/: dom.C: defaulted dom writing methods encoding to
20118: pool.get_charset
20119:
20120: * src/classes/dom.C: defaulted dom writing methods encoding to
20121: pool.get_charset
20122:
20123: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20124: pool.get_charset
20125:
20126: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20127: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20128: methods encoding to pool.get_charset
20129:
20130: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20131: transcoder were created right "unsupported encoding" message.
20132: not @ set time, but @ use time, so until xml output functions
20133: .string, .file, .save used - no encoding name check occur
20134:
20135: reduced transcode buffer size to 60 fixed pool cleanup - no
20136: registration needed, pools are officially destructured
20137:
20138: 2001-09-20 parser
20139:
20140: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20141:
20142: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20143: $MAIN:DEFAULTS.content-type[$.charset[here]]
20144:
20145: * src/: classes/dnode.C, classes/dom.C,
20146: include/pa_config_includes.h, include/pa_globals.h,
20147: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20148: main/pa_pool.C, targets/cgi/parser3.dsp,
20149: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20150: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20151: Pool::transcode 0
20152:
20153: * src/classes/dom.C: dom. string save file moved output xml options
20154: to last param and made it optional
20155:
20156: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20157: dnodes
20158: !$attributenode.specified = boolean
20159: true if the attribute received its value explicitly
20160: in the XML document,
20161: or if a value was assigned programatically with the
20162: setValue function.
20163: false if the attribute value came from the default value
20164: declared in the document's DTD.
20165: !$pinode.target = target of this processing instruction
20166: XML defines this as being the first token following the
20167: markup
20168: that begins the processing instruction.
20169: XPath:
20170: !^node.select[xpath/query/expression] = hash of 0->node0
20171: 1->node1
20172: !^node.select-single[xpath/query/expression] = first node if
20173: any
20174:
20175: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
20176: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
20177: some 'const's added
20178:
20179: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
20180: expression context now, there value = size and boolean value
20181: size!=0
20182:
20183: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
20184: can be used in expression context now, there value = size and
20185: boolean value size!=0
20186:
20187: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
20188: types/pa_vstring.h: dnode .file .string .save moved back to dom
20189: due to strange xalan bug
20190:
20191: 2001-09-18 parser
20192:
20193: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
20194: classes/image.C, classes/op.C, classes/table.C,
20195: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20196: include/pa_sql_driver_manager.h, main/compile.C,
20197: main/compile.tab.C, main/compile.y, main/compile_tools.h,
20198: main/execute.C, main/pa_common.C, main/pa_request.C,
20199: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20200: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20201: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
20202: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20203: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
20204: before_xml branch ^if(def $hash) now true only when
20205: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
20206:
20207: * src/: classes/op.C, main/execute.C: operators self changed to
20208: root ^for variable context changed to self
20209:
20210: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
20211: dnode 1
20212:
20213: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
20214: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
20215:
20216: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
20217: poly* fixed
20218:
20219: 2001-09-17 parser
20220:
20221: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
20222: types/pa_vdom.h: started dnode+dom
20223:
20224: dnode DOM methods: $node.name $node.value
20225: ...others...
20226:
20227: ^node.xpath[/rates/USD] = hash
20228: $hash[
20229: $.0[node0]
20230: $.1[node1]
20231: ]
20232:
20233: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
20234: applies to all linear primitives
20235:
20236: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
20237: include/pa_stylesheet_connection.h, main/main.dsp,
20238: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
20239: types/pa_vimage.h: started dnode DOM: $node.name
20240: $node.value ...others... ^node.xpath[/rates/USD] = hash
20241: dom(dnode)
20242:
20243: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
20244: main/compile.y, main/compile_tools.h, main/execute.C,
20245: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
20246: in expression compound($aa.zz.xx) names now can have minus '-' in
20247: name after '.'
20248:
20249: 2001-09-15 parser
20250:
20251: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
20252: image: $line-width ^line(...)[**** style]
20253:
20254: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
20255: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
20256: pool_storage - cleanups first, allocations second. apache wisely
20257: does just like that
20258:
20259: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
20260: rewritten using template, no bugs now
20261:
20262: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
20263: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20264: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
20265: poorly started isapi pool_storage, would rewrite using template
20266: now
20267:
20268: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
20269: include/pa_stylesheet_connection.h, main/main.dsp,
20270: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20271: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
20272: xalan objects freed up [introducing Pool::register_cleanup]
20273:
20274: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
20275: comments
20276:
20277: 2001-09-14 parser
20278:
20279: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
20280: z
20281:
20282: * src/: classes/dom.C, classes/file.C, classes/image.C,
20283: classes/mail.C, include/pa_common.h,
20284: include/pa_sql_driver_manager.h, include/pa_string.h,
20285: include/pa_stylesheet_connection.h,
20286: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20287: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
20288: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
20289: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
20290: compiled&cached
20291:
20292: 2001-09-13 parser
20293:
20294: * src/: classes/dom.C, classes/file.C, classes/image.C,
20295: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
20296:
20297: * src/classes/dom.C: dom:file content-type(.method)
20298:
20299: * src/: include/pa_common.h, include/pa_globals.h,
20300: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
20301: string now more informative error messages
20302:
20303: * src/: include/pa_globals.h, include/pa_request.h,
20304: main/pa_request.C, targets/cgi/parser3.C,
20305: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
20306: ParserSiteConfig .../parser3.conf
20307:
20308: cgi&isapi looks for {configure|c:\windows}/parser3.conf
20309:
20310: 2001-09-12 parser
20311:
20312: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20313: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
20314: precise error reporting: "connection string must start with
20315: protocol://" now
20316:
20317: * src/main/compile.tab.C: fixed - subname code parts actually []
20318: braced
20319:
20320: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
20321: lexer on LS_USER level did [] matching without setting nestage,
20322: introduced special LS_NAME_SQUARE_PART state
20323:
20324: 2001-09-11 parser
20325:
20326: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
20327: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
20328: languages+=xml
20329:
20330: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
20331:
20332: * src/classes/dom.C: ^dom:save/string/file[output options] output
20333: options: $.method[xml|html|text] detection fixed
20334:
20335: * src/types/pa_vdom.h: messages
20336:
20337: * src/classes/dom.C: ^dom:save/string/file[output options] output
20338: options: $.method[xml|html|text] detection fixed
20339:
20340: 2001-09-10 parser
20341:
20342: * src/classes/dom.C: ^dom:save/string/file[output options] output
20343: options: $.method[xml|html|text] $.encoding[windows-1251|...]
20344:
20345: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
20346: added]
20347:
20348: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20349: ^dom.xslt[stylesheet filename] 0
20350:
20351: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20352: ^dom.xslt[stylesheet filename] -1 doc is lying
20353:
20354: * src/classes/dom.C: ^dom.file[encoding] = file
20355:
20356: * src/classes/: dom.C: ^dom.string[encoding] 1
20357: ^dom.save[encoding;filename]
20358:
20359: * src/classes/dom.C: ^dom.string[] 0
20360:
20361: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
20362:
20363: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
20364: types/pa_vform.h: ^dom.save[b.xml] 0
20365:
20366: 2001-09-08 parser
20367:
20368: * src/types/pa_vform.C: $form:tables.name.field
20369:
20370: 2001-09-07 parser
20371:
20372: * src/classes/table.C: table:empty removed, superceded by ^if(def
20373: $table)...
20374:
20375: * src/targets/cgi/parser3.C: z
20376:
20377: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
20378: from '' to int/double is 0]
20379:
20380: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
20381: $table) is false when table is empty
20382:
20383: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
20384: !$form:tables $atable[$form:tables.a]
20385: ^atable.menu{a=$atable.element}[,]
20386:
20387: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
20388: types/pa_vform.h, types/pa_vhash.h: !$form:fields
20389:
1.116 moko 20390: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20391: types/pa_vdom.h, types/pa_vform.C: merged with successful start
20392: of dom
20393:
20394: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
20395: types/pa_vform.C, types/pa_vform.h: z
20396:
20397: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
20398: element [not last]
20399:
1.116 moko 20400: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20401: types/pa_vdom.h: introducing dom. dom:load[a.xml]
20402:
20403: 2001-09-06 parser
20404:
20405: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20406: table with one column 'element' and two rows: 1 and 2
20407:
20408: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20409: table with one column 'element' and two rows: 1 and 2
20410:
20411: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
20412: bad int/double conversions, and now $form:nonexistent.int(88)
20413: would return 88
20414:
20415: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
20416: types/pa_vhash.h: now there's special hash key '_default'
20417: [instead of ^_default method] $hash[ $.a[1] $.b[2]
20418: $._default[xx] ] $hash.c
20419:
20420: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
20421: fixed [thanks, fif], ^; were treated there non-literally
20422:
20423: * src/doc/doxygen.cfg: merged new default options from 1.2.10
20424: doxygen
20425:
20426: * src/: classes/image.C, classes/op.C, classes/string.C,
20427: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
20428: types/pa_vtable.C: few #ifndef DOXYGEN
20429:
20430: 2001-09-05 parser
20431:
20432: * src/classes/: string.C, table.C: sql options can be void [same as
20433: image:html the other day]
20434:
20435: * src/targets/cgi/Makefile.am: .am undo
20436:
20437: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20438: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
20439: macro expantion on param, simply qoutes whatever passed, undone
20440:
20441: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20442: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
20443: STRINGIZE(name) #name invented
20444:
20445: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20446: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
20447: MAIN_SQL_DRIVERS_NAME "drivers"
20448:
20449: moved to be availible to all users
20450:
20451: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
20452: SQL_DRIVER_CREATE_FUNC_NAME
20453:
20454: * src/classes/mail.C: MAIN:MAIL check fixed
20455:
20456: 2001-09-04 parser
20457:
20458: * src/classes/image.C: image.html now can accept void params
20459:
20460: * src/targets/isapi/parser3isapi.C: z
20461:
20462: * src/targets/cgi/parser3.C: full_file_spec bug
20463:
20464: * src/targets/cgi/parser3.C: getenvcheck
20465:
20466: * src/targets/cgi/parser3.C: zz
20467:
20468: * src/targets/cgi/parser3.C: zzz
20469:
20470: * src/classes/date.C: date
20471:
20472: * src/classes/date.C: date:sql-string is now without ''
20473:
1.116 moko 20474: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 20475: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
20476: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
20477:
1.116 moko 20478: * src/include/pa_config_auto.h.in: makes
1.95 moko 20479:
20480: 2001-09-03 parser
20481:
20482: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
20483:
20484: 2001-09-01 parser
20485:
20486: * src/classes/image.C: letter_spacing
20487:
20488: * src/classes/image.C: image: font params changed
20489:
20490: * src/classes/image.C: image: as_int as_string used
20491:
20492: * src/types/pa_vmethod_frame.h: $result[] now gets properly
20493: analized
20494:
20495: 2001-08-31 parser
20496:
20497: * src/targets/cgi/parser3.C: z
20498:
1.116 moko 20499: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
20500: cygwin
1.95 moko 20501:
20502: * src/classes/void.C: void:int/double += (default)
20503:
20504: * src/classes/image.C: image:font added space param image:font
20505: changed charwidth alg, added kerning const[for now]
20506:
20507: * src/classes/: string.C, table.C: string:int/double (defaults)
20508:
20509: 2001-08-29 parser
20510:
20511: * src/main/pa_exception.C: exception redundant debug info
20512:
20513: 2001-08-28 parser
20514:
20515: * src/classes/image.C: image error msgs
20516:
20517: * src/classes/image.C: image: gifsize little endian
20518:
20519: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
20520: doxygeneration
20521:
20522: * src/: classes/Makefile.am, main/Makefile.am,
20523: targets/cgi/Makefile.am, types/Makefile.am: .am-s
20524:
20525: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
20526: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
20527:
20528: * src/main/compile.C: NO_STRING_ORIGIN check2
20529:
20530: * src/classes/table.C: NO_STRING_ORIGIN check
20531:
20532: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
20533: storage class specifiers invalid in friend function declarations
20534:
20535: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
20536: main/untaint.C, targets/cgi/parser3.C,
20537: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
20538: case of limit
20539:
20540: * src/: classes/file.C, main/pa_common.C: file:move
20541: autocreate/remove dest/src dir
20542:
20543: * src/: classes/string.C, include/pa_dictionary.h,
20544: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
20545: main/untaint.C: pa_directory speeded up. moved zero 'from' check
20546: to directory constructor. string:replace
20547:
20548: 2001-08-27 parser
20549:
20550: * src/classes/image.C: fixed jpgsize alg
20551:
20552: * src/classes/image.C: fixed jpgsize alg
20553:
20554: * src/main/pa_exception.C: z
20555:
20556: * src/main/pa_common.C: removed debug info from pa_common
20557:
20558: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
20559: [auto.p from current dir loading]
20560:
1.116 moko 20561: * src/: main/pa_common.C, main/pa_exception.C,
20562: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
20563: for solaris -lsocket
1.95 moko 20564:
20565: 2001-08-24 parser
20566:
20567: * src/targets/cgi/parser3.C: not cgi extra \n 3
20568:
20569: * src/targets/cgi/parser3.C: not cgi extra \n 2
20570:
20571: * src/targets/cgi/parser3.C: not cgi extra \n
20572:
20573: * src/main/pa_sql_driver_manager.C: z
20574:
20575: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
20576: sql* removed services from disconnect - cross-request ideological
20577: probs.
20578:
20579: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
20580: cross-request ideological probs. oracle - fixed bug: cs
20581: allocated on request.pool and got freed before disconnect
20582:
20583: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
20584: mallocs fixed
20585:
20586: 2001-08-23 parser
20587:
20588: * src/classes/file.C: minor bug in file:save fixed
20589:
20590: * src/main/pa_sql_driver_manager.C: oracle: dlink
20591:
20592: 2001-08-22 parser
20593:
20594: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
20595: types/pa_vfile.h: file:load|save[text|binary;
20596:
20597: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
20598:
20599: 2001-08-21 parser
20600:
20601: * src/classes/: file.C, table.C: ^file:list
20602:
20603: 2001-08-20 parser
20604:
20605: * src/: main/compile.tab.C, main/compile.y,
20606: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
20607: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
20608: recousively caused problems: inc incremeted 123 literal!! fixed
20609:
20610: 2001-08-10 parser
20611:
20612: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
20613:
20614: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20615: added
20616:
20617: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20618: added
20619:
20620: * src/classes/table.C: table:sort restored [it was bad test :(]
20621:
20622: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
20623: ''
20624:
20625: * src/main/: pa_request.C: wanted to make const int
20626: MAX_EXECUTE_SECONDS=1;
20627:
20628: but couldnt, set_callback_and_alarm appeared to be not exported
20629: :(
20630:
20631: * src/main/pa_string.C: string.match hanged on. there were a hang
20632: check but it weren't wise enough
20633:
20634: @parse[dateString][tmp]
20635: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
20636: #end
20637:
20638: @main[] ^parse[2001-02-03]
20639:
20640: * src/classes/: table.C: table:sort now default desc
20641:
20642: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20643: table.sort now creates new sorted table
20644:
20645: 2001-08-09 parser
20646:
20647: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
20648:
20649: * src/classes/hash.C: hash:_default now [was hash:default]
20650:
20651: * src/classes/op.C: case without switch check added
20652:
20653: * src/types/pa_vcookie.C: cookie name&value origins added, more
20654: precise $ORIGINS(1)
20655:
20656: * src/main/Makefile.am: .am
20657:
20658: * src/classes/void.C: void: int double copy/paste from int: bug
20659: fixed
20660:
20661: * src/classes/void.C: void: int double copy/paste from int: bug
20662: fixed
20663:
20664: 2001-08-07 parser
20665:
20666: * src/: classes/double.C, classes/int.C, classes/string.C,
20667: classes/table.C, include/pa_globals.h, main/pa_globals.C:
20668: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
20669: string, table
20670:
20671: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
20672: srand made working
20673:
20674: 2001-08-06 parser
20675:
20676: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
20677: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20678: main/compile.tab.C, main/compile.y, main/pa_array.C,
20679: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
20680: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
20681:
20682: * src/main/pa_exec.C: exec win32 real filename
20683:
20684: * src/classes/file.C: exec stderr out
20685:
20686: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
20687:
20688: 2001-08-03 parser
20689:
20690: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
20691:
20692: 2001-08-02 parser
20693:
20694: * src/: classes/string.C, classes/table.C, include/pa_array.h,
20695: main/execute.C, main/pa_exec.C: introducing Array_iter
20696:
20697: * src/main/execute.C: detected quick_get recursion bug. changed to
20698: get@execute, but needs array iterator, separate from array to
20699: avoid it & use caching
20700:
20701: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
20702: bug fixed
20703:
20704: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
20705: main/execute.C, main/pa_globals.C: found another multithread bug
20706: in op.C (last, last global var killed) :)
20707:
20708: 2001-08-01 parser
20709:
20710: * src/: include/pa_dictionary.h, include/pa_globals.h,
20711: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
20712: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20713: main/untaint.C: speeded up typo-html replacements. introducing
20714: Dictionary with first-char caching
20715:
20716: 2001-07-31 parser
20717:
20718: * src/types/Makefile.am: pa_vtable.C added to .am
20719:
20720: * src/main/compile.tab.C: added, so that could be compiled even on
20721: non-bison-enabled platforms
20722:
20723: 2001-07-28 parser
20724:
20725: * src/classes/table.C: table:hash always produces hash, when can't
20726: - empty
20727:
20728: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
20729: skipped \n
20730:
20731: 2001-07-27 parser
20732:
20733: * src/classes/: double.C, int.C, string.C: provided meaningful msg
20734: on int/double/string :sql without result and default
20735:
20736: 2001-07-26 parser
20737:
20738: * src/classes/op.C: fixed bad multithread bug with strangly global
20739: OP
20740:
20741: * src/main/compile.y: $man[$.age[zzz]] 0
20742:
20743: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
20744: creation syntax problem persists. restored $: for a while.
20745: thinking of $man[$.age[zzz]] syntax now
20746:
20747: * src/: classes/double.C, classes/int.C, classes/string.C,
20748: include/pa_opcode.h, main/compile.C, main/compile.y,
20749: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
20750: types/pa_vmethod_frame.h, types/pa_wcontext.h,
20751: types/pa_wwrapper.h: fixing :: realization #1
20752:
20753: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
20754: main/compile_tools.h, main/execute.C, main/pa_request.C,
20755: types/pa_vmethod_frame.h: introducing :: this is constructor call
20756: prefix. ordinary : remains for static accesses
20757:
20758: 2001-07-25 parser
20759:
20760: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
20761: fields 2. methods 3. columns
20762:
20763: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
20764: quote. optimized double&int tostring-s
20765:
20766: * src/main/: compile.C, compile.y, compile_tools.h: allowed
20767: whitespace before first method decl
20768:
20769: * src/classes/table.C: allowed nontable result in table:sql,
20770: results in empty table
20771:
20772: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
20773: lines before first method decl
20774:
20775: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
20776: types/pa_vtable.h: ^table.record[] now $table.fields
20777:
20778: * src/main/compile.y: $var[] is now empty string, not void
20779:
20780: * src/main/: compile.y, execute.C: $var[] is now empty string, not
20781: void
20782:
20783: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
20784: main/pa_globals.C: match replace code context moved to implicit
20785: $match context
20786:
20787: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
20788: main/compile_tools.h, main/execute.C: with killed, code storage
20789: introduced with former 'with' syntax
20790:
20791: 2001-07-24 parser
20792:
20793: * src/: main/compile.C, main/execute.C, main/pa_string.C,
20794: types/pa_value.h: first get_element, next get operator
20795:
20796: * src/main/compile.y: removed @end handling
20797:
20798: * src/main/: compile.C, compile.y: @end handling method2
20799:
20800: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20801: file:move
20802:
20803: * src/main/pa_common.C: file_read close @ eof when imgsize bug
20804: fixed
20805:
20806: 2001-07-23 parser
20807:
20808: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
20809: driver
20810:
20811: * src/classes/hash.C: changed sql driver query interface
20812:
20813: * src/: classes/hash.C, classes/string.C, classes/table.C,
20814: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
20815: changed sql driver query interface
20816:
20817: 2001-07-20 parser
20818:
20819: * src/types/pa_vrequest.C: X!$browser:type
20820:
20821: * src/: classes/file.C, classes/string.C, include/pa_string.h,
20822: main/execute.C, main/pa_string.C, types/pa_valiased.C,
20823: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
20824: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
20825: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
20826: types/pa_vobject.h, types/pa_vrequest.C,
20827: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
20828: ^class:method dynamic calls allowed. ^BASE.method call disabled.
20829: BASE element globally removed
20830:
20831: 2001-07-18 parser
20832:
20833: * src/classes/file.C: file:exec/cgi msg
20834:
20835: * src/classes/file.C: $file:exit-code renamed to 'status'
20836:
20837: * src/: classes/file.C, main/pa_exec.C: file:exec
20838:
1.116 moko 20839: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20840: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
20841: removed $id from *.in *.am
1.95 moko 20842:
20843: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
20844: abbrevations
20845:
20846: * src/: classes/date.C, classes/mail.C, classes/math.C,
20847: classes/string.C, classes/table.C, include/pa_globals.h,
20848: include/pa_string.h, main/execute.C, main/pa_globals.C,
20849: main/pa_request.C, main/pa_string.C, main/untaint.C,
20850: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
20851: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
20852: $ORIGINS(1) output tracing mode
20853:
20854: 2001-07-13 parser
20855:
20856: * src/: classes/double.C, classes/int.C, classes/string.C,
20857: include/pa_request.h, main/execute.C, main/pa_request.C:
20858: auto.p[@auto], /news/auto.p[no @auto], so that initializing
20859: second would not call first @auto
20860:
20861: * src/main/: execute.C, pa_request.C: order of MAIN parents was
20862: wrong, fixed
20863:
20864: 2001-07-12 parser
20865:
20866: * src/types/pa_value.h: pa_value.putelement modification of system
20867: classes prevented
20868:
20869: 2001-07-11 parser
20870:
20871: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
20872: table $piece
20873:
20874: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20875: types/pa_vstateless_class.h: $file created by file:state +=
20876: .atime .mtime .ctime +found&fixed bug with exceptions on
20877: get_junction-created objects [they were on wrong pool]
20878:
20879: 2001-07-09 parser
20880:
20881: * src/main/untaint.C: qp wrong name
20882:
20883: * src/: classes/date.C, classes/string.C, classes/table.C,
20884: main/compile.y: date format 0
20885:
20886: 2001-07-07 parser
20887:
20888: * src/: classes/date.C, classes/table.C, include/pa_common.h,
20889: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
20890: roll table calendar
20891:
20892: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
20893: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
20894: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
20895: include/pa_request.h, main/main.dsp, types/pa_value.h,
20896: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
20897: string. todo: sql, calendar
20898:
20899: 2001-07-06 parser
20900:
20901: * src/: classes/math.C, include/pa_request.h, main/execute.C,
20902: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
20903:
20904: 2001-07-03 parser
20905:
20906: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
20907: classes/random.C, main/main.dsp: class random renamed to math,
20908: operators became methods
20909:
20910: * src/classes/op.C: pow sqrt
20911:
20912: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
20913:
20914: 2001-07-02 parser
20915:
20916: * src/classes/table.C: ^table.columns column renamed from 'name' to
20917: 'column'
20918:
20919: * src/classes/hash.C: ^hash.keys[]
20920:
20921: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
20922:
20923: * src/main/: compile.y, compile_tools.h: in expressions now allowed
20924: 'strings'
20925:
20926: 2001-06-29 parser
20927:
20928: * src/main/: execute.C: /0 %0 checkes ver 2
20929:
20930: * src/main/execute.C: /0 %0 checke
20931:
20932: * src/classes/Makefile.am: nothing - void
20933:
20934: * src/classes/table.C: empty strings @ sql
20935:
20936: 2001-06-28 parser
20937:
20938: * src/: classes/double.C, classes/file.C, classes/form.C,
20939: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20940: classes/op.C, classes/random.C, classes/response.C,
20941: classes/string.C, classes/table.C, classes/void.C,
20942: main/compile.C, main/compile_tools.C, main/execute.C,
20943: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20944: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20945: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20946: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20947: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
20948: targets/isapi/parser3isapi.C, main/compile.y: */ static const
20949: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
20950: $";
20951:
20952: * src/: classes/double.C, classes/file.C, classes/form.C,
20953: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20954: classes/op.C, classes/random.C, classes/response.C,
20955: classes/string.C, classes/table.C, classes/void.C,
20956: main/compile.C, main/compile.y, main/compile_tools.C,
20957: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20958: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20959: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20960: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20961: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 20962: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 20963:
20964: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
20965: $class:name: == ${class:name}:
20966:
20967: * src/classes/string.C: exactly one
20968:
20969: 2001-06-27 parser
20970:
20971: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
20972: types/pa_vvoid.h: nothing renamed to void
20973:
20974: * src/classes/op.C: ^switch ^case
20975:
20976: * src/main/compile.y: nothing renamed to void
20977:
20978: * src/: classes/hash.C, classes/table.C, main/compile.y,
20979: main/execute.C, main/main.dsp, main/pa_request.C,
20980: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
20981: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
20982: void
20983:
20984: * src/main/compile.y: lexer: $zzzz^zzzz were name part
20985:
20986: 2001-05-28 parser
20987:
20988: * src/doc/html2chm.cmd: removed >a
20989:
20990: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
20991: project options [some bugs]
20992:
20993: * src/doc/sources2html.cmd: z
20994:
20995: * src/: classes/classes.C, main/compile.C, main/compile.y,
20996: main/execute.C: operators are not in root class again
20997:
20998: 2001-05-24 parser
20999:
21000: * src/targets/cgi/parser3.dsp: project file
21001:
21002: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21003: ^log ^exp
21004:
21005: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21006: conversions in @exception[params]
21007:
21008: * src/main/pa_request.C: // no _ conversions in @exception[params]
21009:
21010: 2001-05-23 parser
21011:
21012: * src/main/pa_string.C: string cmp bug
21013:
21014: * src/classes/: mail.C, op.C: rem max 1000
21015:
21016: * src/: classes/op.C, main/compile.y: allow one empty line before
21017: LS_DEF_NAME
21018:
21019: 2001-05-22 parser
21020:
21021: * src/classes/op.C: if params code-required
21022:
21023: 2001-05-21 parser
21024:
21025: * src/types/pa_vstring.C: eoleof
21026:
21027: * src/classes/Makefile.am: .AM
21028:
21029: * src/classes/nothing.C: resultless ^sql moved to nothing:
21030:
21031: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21032:
21033: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21034: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21035: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21036: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21037: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21038: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21039: 'nothing'
21040:
21041: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21042: vstring::set_string
21043:
21044: * src/classes/: double.C, int.C, string.C: int,double;sql
21045:
21046: * src/: classes/hash.C, classes/int.C, classes/string.C,
21047: classes/table.C, include/pa_string.h, main/pa_string.C,
21048: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21049:
21050: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21051: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21052: hash:sql moved to main trunc. operators.txt updated
21053:
21054: * src/classes/: hash.C, op.C, table.C: hash:sql
21055:
21056: * src/classes/op.C: z
21057:
21058: * src/: main/compile.C, classes/classes.C: 1
21059:
21060: * src/: classes/classes.C, main/compile.C, main/compile.y,
21061: main/execute.C: 0
21062:
21063: * src/main/execute.C: z
21064:
21065: * src/targets/cgi/parser3.C: z
21066:
21067: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21068: site_auto_path "." in that case
21069:
21070: * src/targets/cgi/: parser3.C: z
21071:
21072: * src/main/pa_request.C: .am
21073:
21074: * src/: main/pa_request.C, targets/cgi/parser3.C:
21075: pcre_tables=pcre_default_tables;
21076:
21077: 2001-05-19 parser
21078:
21079: * src/main/pa_string.C: z
21080:
21081: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21082: introducing String::cstr_bufsize, returns just size+1 for as_is
21083: target.
21084:
21085: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21086: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21087: used, 4* mem wasted
21088:
21089: * src/classes/string.C: root context in match replace body now
21090: unchanged
21091:
21092: * src/types/pa_value.h: parameter # 1 based
21093:
21094: * src/main/pa_common.C: common: actual filename '%s'
21095:
21096: * src/classes/string.C: z
21097:
21098: * src/classes/Makefile.am: classes/.am
21099:
21100: * src/classes/: Makefile.am: classes/.am
21101:
21102: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21103: targets/cgi/pa_pool.C: classes/.am
21104:
21105: 2001-05-18 parser
21106:
1.116 moko 21107: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21108: pa_threads.C ins
1.95 moko 21109:
21110: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21111:
21112: 2001-05-17 parser
21113:
21114: * src/: classes/string.C, include/pa_config_fixed.h,
21115: include/pa_config_includes.h, main/compile.y,
21116: main/compile_tools.h, main/execute.C, main/pa_array.C,
21117: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21118: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21119: types/pa_vform.C: #include "pa_config_includes.h" removed from
21120: most .C
21121:
21122: * src/doc/html2chm.cmd: z
21123:
21124: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21125: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21126:
21127: * src/main/pa_sql_driver_manager.C: moved expiration to
21128: get_connection_from_cache
21129:
21130: * src/main/pa_sql_driver_manager.C: cache expiration bf
21131:
21132: * src/: classes/classes.h, include/pa_sql_connection.h,
21133: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21134: cache expiration[use SQL_Driver::disconnect]
21135:
21136: * src/main/pa_table.C: table.locate current restored on "not found"
21137:
21138: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21139: line no
21140:
21141: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21142: ANTI_ENDLESS_EXECUTE_RECOURSION
21143:
21144: * src/: classes/op.C, include/pa_sql_connection.h,
21145: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21146: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21147: 1driver and set_services fight for driver::fservices. before fix
21148:
21149: * src/: classes/op.C, include/pa_config_fixed.h,
21150: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21151: main/pa_sql_driver_manager.C: found problem at last: 2connections
21152: own 1driver and set_services fight for driver::fservices. before
21153: fix
21154:
21155: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21156: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21157: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21158: pa_threads.C
21159:
21160: * src/include/pa_threads.h: removed targets/parser
21161:
21162: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21163: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21164: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
21165: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
21166: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
21167: headers
21168:
21169: * src/: classes/image.C, include/pa_sql_driver_manager.h,
21170: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
21171: order prevented sqlmanager to see MULTYTHREAD define
21172:
21173: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21174: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
21175: put/gets
21176:
21177: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
21178: from hash.h
21179:
21180: * src/: classes/op.C, include/pa_sql_connection.h,
21181: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
21182: from cache ->set_services(&services);
21183:
21184: 2001-05-16 parser
21185:
21186: * src/targets/cgi/parser3.C: z
21187:
21188: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
21189: debug, #ifdefed some. would debug later, on more precise sample
21190: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
21191: $name.$tail[$tail!] $name.$tail } ok3
21192:
21193: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
21194: removed array debug. before vstring rebasing
21195:
21196: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
21197: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
21198: array debugged; adjusted
21199:
21200: * src/main/: pa_sql_driver_manager.C, pa_string.C:
21201: SQL_Driver_manager line no for connect/charset errors
21202:
21203: 2001-05-15 parser
21204:
21205: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
21206: main/pa_string.C: string+array made linear grows
21207:
21208: * src/: include/pa_string.h, main/pa_string.C,
21209: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
21210: grow lineary, not exponentialy
21211:
21212: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
21213: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
21214: with fullchunk cmps
21215:
21216: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
21217: 70041= 81
21218:
21219: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
21220: targets/cgi/parser3.C: detected huge mem allocation: size/times
21221: malloc 27809390/368771, calloc 3232/83. would test now
21222:
21223: * src/: classes/random.C, main/compile.y, main/execute.C,
21224: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
21225: numbered params had wrong name - for instance: bad error message
21226: in ^for[] bad body type. fixed
21227:
21228: 2001-05-14 parser
21229:
21230: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
21231: main/untaint.C: ^string.upper|lower[]
21232:
21233: 2001-05-11 parser
21234:
21235: * src/: classes/double.C, classes/image.C, classes/op.C,
21236: classes/string.C, classes/table.C, classes/unknown.C,
21237: main/execute.C, types/pa_value.h, types/pa_vbool.h,
21238: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
21239: types/pa_vunknown.h: op: MAX_LOOPS as_int
21240:
21241: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
21242: .dsp for win32tools
21243:
21244: 2001-05-11 paf
21245:
21246: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
21247: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
21248: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
21249: targets/isapi/kill.pl: moved win32 helpers to /win32tools
21250:
21251: 2001-05-10 paf
21252:
21253: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
21254: for C++, that's all
21255:
1.116 moko 21256: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
21257: pa_config_includes.h: inline wonders
1.95 moko 21258:
21259: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
21260: doc/doxygen.cmd: hash.C added
21261:
21262: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
21263:
21264: * src/main/compile.y: @end grammar: allowed zero strings in control
21265: menthod
21266:
21267: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
21268: pa_vstateless_object.h: changed priority: field before method
21269: lookup in vclass & vobject
21270:
21271: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
21272: grammar: priorities changes [lowerd && prior] vobject: now first
21273: fields, next methods
21274:
21275: 2001-05-08 paf
21276:
21277: * src/main/pa_table.C: table columnname2item on nameless ignored
21278: bark=false. fixed
21279:
21280: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
21281: types/pa_vmethod_frame.h: hash:default works at last!
21282:
21283: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
21284: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
21285: hash:default
21286:
21287: * src/classes/table.C: z
21288:
21289: * src/classes/table.C: table:hash always hash of hash now
21290:
21291: * src/classes/table.C: table:empty return bool now
21292:
21293: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
21294: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21295: types/pa_vtable.h: table:hash
21296:
21297: * src/classes/table.C: table:record have name
21298:
21299: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
21300: returns vunknown
21301:
21302: * src/classes/: double.C, int.C, op.C, string.C:
21303: int,double,string:int[] double[] string:length[] results now have
21304: hames
21305:
21306: * src/: classes/op.C, classes/table.C, main/main.dsp,
21307: types/pa_vtable.h: removed table:find. table:locate and op:eval
21308: now return bool
21309:
21310: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
21311: in method checkparams again. fixed
21312:
21313: 2001-05-07 paf
21314:
21315: * src/doc/chm.cmd: cmd
21316:
21317: * src/: classes/image.C, classes/mail.C, classes/string.C,
21318: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
21319: types/pa_value.h: method reported errors on wrong pool
21320:
21321: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
21322: now
21323:
21324: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
21325: include/code.h, include/pa_opcode.h, main/compile.C,
21326: main/compile_tools.h, main/execute.C, types/pa_value.h,
21327: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21328: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21329: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
21330: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21331: types/pa_vmethod_frame.h, types/pa_vobject.h,
21332: types/pa_vrequest.h, types/pa_vresponse.h,
21333: types/pa_vstateless_class.h, types/pa_vstring.h,
21334: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21335: types/pa_wwrapper.h: pa_code.h
21336:
21337: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
21338:
21339: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
21340: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
21341: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21342: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
21343: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21344: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
21345: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
21346: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
21347: types/pa_vtable.h: dox, split by not clean parts also
21348:
21349: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21350: types/pa_vtable.h: table: fields, then methods. so to enable
21351: 'dir' fields & co. more
21352:
21353: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
21354: so to enable 'dir' fields & co.
21355:
21356: * src/main/compile.y: grammar: @end
21357:
21358: 2001-05-04 paf
21359:
21360: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
21361: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
21362:
21363: * src/: classes/classes.h, classes/double.C, classes/file.C,
21364: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21365: classes/op.C, classes/random.C, classes/response.C,
21366: classes/string.C, classes/table.C, classes/unknown.C,
21367: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
21368: method dox
21369:
21370: 2001-05-03 paf
21371:
21372: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
21373: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21374: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
21375: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21376: doc/string.dox, doc/targets.dox, doc/value.dox,
21377: main/pa_request.C: dox splitted .dox files and added some
21378:
21379: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
21380:
21381: 2001-05-02 paf
21382:
21383: * src/classes/: image.C, table.C: table:dir result are not tainted
21384: by file_name language now
21385:
21386: 2001-04-28 paf
21387:
21388: * src/classes/classes.inc: removed classes.inc
21389:
21390: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
21391: from .am
21392:
21393: * src/classes/classes.awk: skipped classes in .awk
21394:
21395: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
21396: classes/classes.inc, classes/double.C, classes/file.C,
21397: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
21398: classes/string.C, classes/table.C, classes/unknown.C,
21399: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
21400: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
21401: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
21402: pa_methoded back to classes/classes.h
21403:
21404: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
21405:
21406: * src/: classes/Makefile.am, classes/classes.awk,
21407: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
21408: classes/ls.exe, main/bison.exe: classes.inc autogenerator
21409:
21410: * src/: classes/classes.C, classes/classes.h, classes/double.C,
21411: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
21412: classes/response.C, classes/string.C, classes/table.C,
21413: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
21414: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
21415: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
21416: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
21417: include|main/pa_methoded
21418:
21419: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
21420: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
21421:
21422: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
21423: moved some configured data to request::classes_conf moved some
21424: string crations from globals to M... [works]
21425:
21426: * src/: classes/form.C, classes/mail.C, classes/op.C,
21427: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
21428: main/pa_request.C: moved some configured data to
21429: request::classes_conf moved some string crations from globals to
21430: M...
21431:
21432: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
21433: about to move configured data to special request hash
21434:
21435: * src/: classes/classes.C, classes/classes.h, classes/file.C,
21436: classes/form.C, classes/mail.C, include/pa_request.h,
21437: main/pa_request.C: configure started
21438:
21439: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
21440: 2. todo: methoded-configure
21441:
21442: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21443: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21444: classes/_random.h, classes/_response.h, classes/_string.h,
21445: classes/_table.h, classes/_unknown.h, classes/classes.inc,
21446: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21447: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21448: classes/random.C, classes/response.C, classes/string.C,
21449: classes/table.C, classes/unknown.C, include/pa_globals.h,
21450: include/pa_request.h, main/compile.y, main/execute.C,
21451: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21452: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21453: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
21454: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
21455: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21456: types/pa_vrequest.h, types/pa_vresponse.h,
21457: types/pa_vstateless_class.h, types/pa_vstring.h,
21458: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21459: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
21460: methoded-configure
21461:
21462: * src/: classes/file.C, classes/table.C, main/compile.y,
21463: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
21464: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
21465: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
21466:
21467: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
21468: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21469: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21470: classes/random.C, classes/response.C, classes/string.C,
21471: classes/table.C, classes/unknown.C, include/pa_request.h,
21472: main/compile.y, main/execute.C, main/pa_globals.C,
21473: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
21474: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
21475: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
21476: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
21477: beautifying just compiled. todo: debug, configure
21478:
21479: 2001-04-27 paf
21480:
21481: * src/: classes/file.C, classes/image.C, classes/table.C,
21482: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
21483: beautifying -99
21484:
21485: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
21486: classes/_response.h, classes/_unknown.h, classes/classes.C,
21487: classes/classes.h, classes/double.C, classes/file.C,
21488: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21489: classes/op.C, classes/random.C, classes/response.C,
21490: classes/string.C, include/pa_globals.h, main/main.dsp,
21491: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
21492: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21493: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
21494: types/pa_vunknown.h: beautifying -100
21495:
21496: * src/main/compile.y: serge@ found @CLASS bug. fixed
21497:
21498: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
21499: classes/_op.h, classes/_random.h, classes/_table.h,
21500: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
21501: classes/op.C, classes/random.C, classes/response.C,
21502: classes/string.C, classes/table.C, classes/unknown.C,
21503: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21504: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21505: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
21506: beautifying
21507:
21508: 2001-04-26 paf
21509:
21510: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
21511:
21512: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
21513: documentation ++
21514:
21515: * src/: classes/_exec.h, doc/doxygen.cfg,
21516: include/pa_config_fixed.h, include/pa_config_includes.h,
21517: targets/cgi/pa_pool.C: code documentation ++
21518:
21519: * src/: classes/_image.h, classes/op.C, classes/random.C,
21520: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21521: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21522: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
21523: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21524: types/pa_vmethod_frame.h, types/pa_vobject.h,
21525: types/pa_vrequest.C, types/pa_vrequest.h,
21526: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
21527: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
21528: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
21529: code documentation ++
21530:
21531: * src/: classes/image.C, classes/mail.C, classes/string.C,
21532: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
21533: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
21534: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
21535: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21536: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21537: types/pa_vobject.h, types/pa_vstateless_class.h,
21538: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
21539:
21540: * src/main/: pa_request.C, pa_string.C: z
21541:
21542: * src/: include/pa_common.h, include/pa_types.h,
21543: main/pa_sql_driver_manager.C: module [and, guess, isapi]
21544: connection caching fixed. request-pooled-url were stored into
21545: global connectioncache
21546:
21547: 2001-04-25 paf
21548:
21549: * src/: doc/doxygen.cfg, doc/doxygen.txt,
21550: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
21551:
21552: * src/: include/code.h, include/pa_common.h, main/compile.y,
21553: main/execute.C, main/pa_common.C: -d
21554:
21555: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
21556: illegal call check a bit improved, but still under iis no mapping
21557: of dir with parser allowed!
21558:
21559: 2001-04-24 paf
21560:
21561: * src/targets/Makefile.am: apache module lib .am
21562:
21563: * src/main/pa_exec.C: windows32 buildCommand
21564:
21565: 2001-04-23 paf
21566:
21567: * src/targets/cgi/Makefile.am: win32 conditional
21568:
21569: * src/targets/cgi/Makefile.am: win32 conditional
21570:
21571: * src/targets/cgi/Makefile.am: liblink
21572:
21573: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
21574: vfile fields return type
21575:
21576: * src/types/pa_vfile.h: vfile fields return type
21577:
21578: * src/include/pa_config_auto.h.in: .h.in
21579:
21580: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
21581: types/Makefile: makefiles removed
21582:
21583: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
21584: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
21585:
21586: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
21587: [tested: i & g ]
21588:
21589: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
21590: @test noticed series in isapi, check how initialize_random_class
21591: is called! [must be called only once]
21592:
21593: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
21594: would not be 'unknown column'
21595:
21596: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
21597: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
21598:
21599: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
21600: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
21601: [now doesnt]
21602:
21603: * src/targets/cgi/parser3.C: cgi cmdline ver
21604:
21605: * src/targets/cgi/parser3.C: cgi /// @test disable
21606: /cgi-bin/parser3/auto.p
21607:
21608: * src/main/untaint.C: untaint without charset
21609:
21610: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21611: main/pa_common.C: common: file_write /// @test mkdirs
21612: file_delete rmdirs
21613:
21614: * src/main/untaint.C: mail header only once to =?
21615:
21616: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
21617: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
21618: main/untaint.C: untaint - @test optimize whitespaces for
21619: all but 'html'
21620:
21621: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
21622: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21623: main/untaint.C: untaint - @test mail-header
21624:
21625: 2001-04-20 paf
21626:
21627: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21628: include/pa_request.h, include/pa_string.h, main/compile.y,
21629: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21630: targets/cgi/parser3.C: $MAIN:LOCALE
21631:
21632: * src/main/untaint.C: z
21633:
21634: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
21635:
21636: 2001-04-19 paf
21637:
21638: * src/main/compile_tools.h: $a$b bugfix
21639:
21640: * src/targets/cgi/parser3.C: z
21641:
21642: * src/classes/file.C: z
21643:
21644: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
21645: done: header to $fields. waits for header '\' tricks
21646:
21647: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21648: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
21649: changed urlencode here and in untaint.C to HTTP standard's " and
21650: \" mech
21651:
21652: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
21653: http://alx/~paf/ doesnt load /auto.p
21654:
21655: 2001-04-18 paf
21656:
21657: * src/main/pa_request.C: 1
21658:
21659: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
21660: linux @alx
21661:
21662: 2001-04-17 paf
21663:
21664: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
21665: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
21666: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
21667: enabled
21668:
21669: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21670: classes/_exec.h, classes/_file.h, classes/_form.h,
21671: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21672: classes/_random.h, classes/_response.h, classes/_string.h,
21673: classes/_table.h, classes/_unknown.h, classes/file.C,
21674: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
21675: include/pa_config_fixed.h, include/pa_config_includes.h,
21676: include/pa_hash.h, include/pa_sql_driver_manager.h,
21677: include/pa_version.h, main/Makefile.am, main/compile.y,
21678: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
21679: main/pa_sql_driver_manager.C, sql/Makefile.am,
21680: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
21681: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
21682: types/pa_vform.C, types/pa_vimage.h: exec @jav
21683:
21684: * src/: include/pa_sql_driver_manager.h,
21685: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21686: types/pa_vimage.h: sql driver interface now has initialize(client
21687: .so)
21688:
21689: 2001-04-16 paf
21690:
21691: * src/Makefile.am: compile2 cygwin
21692:
21693: * src/: include/pa_config_includes.h, main/pa_exec.C,
21694: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
21695:
21696: * src/targets/cgi/Makefile.am: compile0 jav
21697:
21698: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21699: classes/_exec.h, classes/_file.h, classes/_form.h,
21700: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21701: classes/_random.h, classes/_response.h, classes/_string.h,
21702: classes/_table.h, classes/_unknown.h, classes/image.C,
21703: classes/mail.C, classes/op.C, classes/random.C,
21704: include/pa_config_fixed.h, include/pa_config_includes.h,
21705: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
21706: main/compile.y, main/pa_common.C, main/pa_exec.C,
21707: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
21708: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
21709: compile-1
21710:
21711: 2001-04-15 paf
21712:
21713: * src/classes/op.C: z
21714:
21715: * src/classes/table.C: table:empty +=process
21716:
21717: * src/types/pa_value.h: MethodParams !junction
21718:
21719: * src/: classes/_string.h, classes/double.C, classes/file.C,
21720: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21721: classes/random.C, classes/response.C, classes/string.C,
21722: classes/table.C, classes/unknown.C, main/pa_request.C:
21723: MethodParams everywhere
21724:
21725: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
21726: types/pa_vmethod_frame.h: MethodParams in op.C
21727:
21728: 2001-04-12 paf
21729:
21730: * src/: classes/image.C, types/pa_vimage.h: image:font :text
21731:
21732: * src/: classes/_unknown.h, classes/unknown.C,
21733: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21734: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
21735:
21736: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
21737:
21738: * src/classes/image.C: image:gif now does not have params
21739:
21740: * src/classes/image.C:
21741: image:line/fill/rectangle/bar/replace/polygon/polybar
21742:
21743: * src/: classes/image.C, classes/op.C, main/execute.C,
21744: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
21745: for var now written not to r.wcontext, but to r.root cleared
21746: "entered_object" state
21747:
21748: 2001-04-11 paf
21749:
21750: * src/classes/image.C: image:create image:load
21751:
21752: * src/: classes/image.C, main/main.dsp: gd with mem write + image
21753: just compiled
21754:
21755: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21756: todo: gif without file
21757:
21758: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21759: started porting to Pooled descendant
21760:
21761: * src/: classes/image.C, main/execute.C, main/main.dsp,
21762: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
21763: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
21764: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
21765:
21766: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
21767: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
21768: end. switching to python imaging lib
21769:
21770: * src/main/main.dsp: gd+smtp made separate libs
21771:
21772: * src/: include/pa_globals.h, include/pa_string.h,
21773: main/pa_common.C, main/pa_request.C, main/untaint.C,
21774: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
21775: length
21776:
21777: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
21778: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
21779: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
21780: UL_FILE_NAME of posted file name
21781:
21782: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
21783: post [broke when moved post read to core]
21784:
21785: 2001-04-10 paf
21786:
21787: * src/classes/image.C: image:html done
21788:
21789: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
21790:
21791: * src/classes/image.C: z
21792:
21793: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
21794: forgotten!
21795:
21796: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
21797: main/pa_request.C, main/pa_string.C, main/untaint.C,
21798: types/pa_vimage.h: image:measure -90
21799:
21800: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21801: classes/_int.h, classes/_mail.h, classes/_op.h,
21802: classes/_random.h, classes/_response.h, classes/_string.h,
21803: classes/_table.h, classes/file.C, classes/mail.C,
21804: include/pa_common.h, include/pa_globals.h, main/execute.C,
21805: main/main.dsp, main/pa_common.C, main/pa_globals.C,
21806: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
21807: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
21808: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
21809: compiled
21810:
21811: * src/classes/mail.C: minor bug with unclear from/to
21812:
21813: * src/classes/mail.C: sendmail unix skipping defaults
21814:
21815: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
21816: sendmail unix added defaults
21817:
21818: * src/classes/mail.C: unix sendmail compiled. todo:testing
21819:
21820: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
21821:
21822: 2001-04-09 paf
21823:
21824: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
21825: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
21826: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21827: targets/isapi/parser3isapi.dsp: all targets exec
21828:
21829: * src/: include/pa_sapi.h, include/pa_string.h,
21830: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21831: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
21832: args in apache:util.script
21833:
21834: * src/include/pa_string.h: written but not tested exec with env for
21835: unix
21836:
21837: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
21838: targets/cgi/parser3.C: exec win32 env
21839:
21840: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
21841: 0
21842:
21843: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
21844: main/execute.C, main/main.dsp, main/pa_globals.C,
21845: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
21846: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
21847:
21848: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
21849: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
21850:
21851: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
21852: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
21853:
21854: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
21855: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
21856: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21857: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21858: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
21859: exec class just compiled. moved post read to request core
21860:
21861: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
21862: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
21863: main/pa_globals.C, targets/cgi/parser3.C,
21864: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
21865: are already read by vform
21866:
21867: 2001-04-08 paf
21868:
21869: * src/: classes/file.C, classes/mail.C, classes/string.C,
21870: include/pa_request.h, include/pa_string.h, main/pa_request.C:
21871: uuencode. string<<
21872:
21873: 2001-04-07 paf
21874:
21875: * src/classes/mail.C: z
21876:
21877: * src/classes/mail.C: z
21878:
21879: * src/classes/mail.C: ^mail[$attach
21880:
21881: * src/classes/mail.C: ^attach dead end
21882:
21883: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
21884: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21885: targets/isapi/parser3isapi.C: mail:send 1
21886:
21887: * src/: classes/mail.C, main/pa_request.C: z
21888:
21889: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
21890: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
21891: compiled
21892:
21893: * src/classes/mail.C: +=
21894:
21895: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
21896: prepared
21897:
21898: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
21899: include/pa_globals.h, include/pa_string.h, main/main.dsp,
21900: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21901: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
21902:
21903: 2001-04-06 paf
21904:
21905: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
21906: main/pa_string.C: table:dir 1
21907:
21908: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
21909: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
21910:
21911: * src/: classes/_op.h, classes/_root.h, classes/op.C,
21912: classes/root.C, include/pa_globals.h, include/pa_request.h,
21913: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
21914: main/pa_request.C: renamed 'root' to 'op'
21915:
21916: * src/classes/: _op.h, op.C: renamed from 'root'
21917:
21918: * src/types/pa_valiased.C: another root inherititance skipped
21919:
21920: * src/main/: compile.C, compile.y, execute.C: operators are now not
21921: root methods of parent class. just 'ROOT' class
21922:
21923: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
21924: @office
21925:
21926: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
21927:
21928: 2001-04-05 paf
21929:
21930: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
21931: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
21932: constructor flag dropped at get_method_frame and remembered into
21933: method_frame
21934:
21935: * src/: classes/file.C, classes/root.C, classes/string.C,
21936: classes/table.C, main/pa_request.C: junction to code&expression
21937: in errors
21938:
21939: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21940: main/pa_string.C, targets/isapi/parser3isapi.dsp:
21941: $LOCALE:ctype[Russian_Russia.1251]
21942:
21943: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21944: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
21945: main/pa_table.C: hash now not thread-safe.
21946:
21947: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21948: main/untaint.C: z
21949:
21950: * src/: classes/random.C, classes/root.C, classes/table.C,
21951: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
21952: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
21953: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
21954: types/pa_wcontext.h: sql quote. string untaint UL_SQL
21955:
21956: * src/: classes/table.C, include/pa_sql_connection.h,
21957: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
21958:
21959: * src/classes/table.C: select * from hren error contains statement
21960:
21961: * src/: classes/table.C, include/pa_sql_connection.h,
21962: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
21963: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
21964:
21965: * src/: classes/root.C, include/pa_sql_connection.h,
21966: include/pa_sql_driver.h, main/main.dsp,
21967: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
21968: services for conv memory & error reporting
21969:
21970: 2001-04-04 paf
21971:
21972: * src/doc/doxygen.cfg: z
21973:
21974: * src/include/pa_sql_driver.h: mysql connect
21975:
21976: * src/include/pa_sql_driver.h: mysql info
21977:
21978: * src/: classes/root.C, include/pa_sql_driver.h,
21979: include/pa_sql_driver_manager.h, main/main.dsp,
21980: main/pa_sql_driver_manager.C: more manager&connection&driver
21981:
21982: * src/sql/Makefile.am: forgot to add mysql client
21983:
21984: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
21985: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
21986: [forgot to add libltdl, added]
21987:
21988: * src/: Makefile.am, classes/root.C, classes/string.C,
21989: classes/table.C, include/pa_globals.h, include/pa_hash.h,
21990: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
21991: include/pa_string.h, include/pa_table.h, main/main.dsp,
21992: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21993: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
21994: -1000 just compiled
21995:
21996: * src/: classes/random.C, classes/root.C, classes/table.C,
21997: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
21998: main/pa_request.C, types/pa_vclass.h: sql frame -10
21999:
22000: 2001-04-03 paf
22001:
22002: * src/types/pa_vform.C: z
22003:
22004: * src/: classes/string.C, types/pa_vform.C: string:match replace
22005: assigned lang
22006:
22007: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22008: {}[]< empty []
22009:
22010: * src/: classes/file.C, classes/string.C, classes/table.C,
22011: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22012: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22013:
22014: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22015: string:match replace strange matches
22016:
22017: * src/classes/string.C: string:match replace 0
22018:
22019: * src/: classes/string.C, main/pa_string.C: string:match replace
22020: prepared 2
22021:
22022: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22023: string:match replace prepared
22024:
22025: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22026: string:match replace -11
22027:
22028: * src/: classes/string.C, include/pa_globals.h,
22029: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22030: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22031:
22032: * src/: classes/string.C, include/pa_globals.h,
22033: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22034: main/pa_string.C: string:match [search] -1 just compiled
22035:
22036: * src/types/pa_vstring.C: z
22037:
22038: * src/: classes/double.C, classes/file.C, classes/form.C,
22039: classes/int.C, classes/response.C, classes/root.C,
22040: classes/string.C, classes/table.C, include/pa_string.h,
22041: main/pa_string.C: string:match -10 [frame]
22042:
22043: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22044: main/pa_request.C: z
22045:
22046: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22047: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22048: todo/tests
22049:
22050: * src/include/pa_common.h: z
22051:
22052: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22053: main/pa_request.C, targets/cgi/parser3.C,
22054: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22055: content-disposition
22056:
22057: * src/: include/pa_common.h, include/pa_globals.h,
22058: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22059: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22060:
22061: * src/: include/pa_common.h, include/pa_request.h,
22062: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22063: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22064: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22065: response:body
22066:
22067: * src/classes/table.C: table:append now uses string::split
22068:
22069: * src/classes/table.C: z
22070:
22071: * src/: classes/file.C, classes/root.C, classes/string.C,
22072: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22073: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22074: include/pa_string.h, main/execute.C, main/pa_string.C,
22075: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22076: string::pos & cmp & piece bugs fixed. string::split new
22077: table:load separated from set table:set implemented with clean \n
22078: \t searches
22079:
22080: 2001-04-02 paf
22081:
22082: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22083: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22084: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22085: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22086: it in table:set/load
22087:
22088: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22089: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22090:
22091: * src/classes/random.C: random:generate 1
22092:
22093: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22094: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22095: types/pa_value.h: random:generate
22096:
22097: 2001-03-30 paf
22098:
22099: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22100: todo: table flip and append. string::pos
22101:
22102: * src/: classes/double.C, classes/file.C, classes/int.C,
22103: classes/response.C, classes/root.C, classes/string.C,
22104: classes/table.C, main/compile.y, main/execute.C,
22105: types/pa_value.h, types/pa_vstateless_class.C,
22106: types/pa_vstateless_class.h: static|dynamic|any method
22107: registration
22108:
22109: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22110: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22111: table:flip
22112:
22113: 2001-03-29 paf
22114:
22115: * src/classes/string.C: string:xsplit forgot that they must result
22116: in 1 row N column [not vice versa]
22117:
22118: * src/classes/string.C: z
22119:
22120: * src/classes/string.C: string: rsplit
22121:
22122: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22123: string: lsplit
22124:
22125: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22126: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22127: lsplit -1
22128:
22129: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22130: string: pos
22131:
22132: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22133: string: pos -1
22134:
22135: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22136: main/compile.y, main/pa_request.C, main/pa_string.C,
22137: main/untaint.C: string: left right mid
22138:
22139: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22140: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22141: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22142: and [;] are different now.
22143:
22144: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22145: main/untaint.C: pool.request undone
22146:
22147: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22148: main/untaint.C: pool.request
22149:
22150: 2001-03-28 paf
22151:
22152: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22153: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22154: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22155: $request:browser [.type .version]; unknown.get_double now = 0.
22156:
22157: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22158: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22159: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22160: types/pa_vform.C: file:load autodetection of mime-type by
22161: user-file-name
22162:
22163: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22164: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
22165: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
22166:
22167: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22168: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
22169: write. must be self.set
22170:
22171: * src/: classes/file.C, classes/root.C, classes/table.C,
22172: include/pa_table.h, main/pa_table.C: table:locate1, file:test
22173:
22174: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
22175: include/pa_table.h, main/pa_array.C, main/pa_table.C,
22176: types/pa_vtable.h: table:locate just compiled
22177:
22178: 2001-03-27 paf
22179:
22180: * src/main/: execute.C, pa_common.C: fixed r/w context of
22181: code-params2, fixed ntfs hardlink slow dir update
22182:
22183: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
22184: types/pa_wcontext.h: fixed r/w context of code-params
22185:
22186: * src/: classes/table.C, main/execute.C: about to change junction
22187: rcontext!!
22188:
22189: * src/: classes/double.C, classes/int.C, classes/root.C,
22190: classes/string.C, classes/table.C, main/compile_tools.C,
22191: main/execute.C, main/pa_request.C, main/untaint.C,
22192: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
22193: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22194: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
22195: types/pa_vunknown.h: sort 0
22196:
22197: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
22198: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
22199: renamed to are_static_calls_disabled
22200:
22201: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
22202: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
22203: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22204: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
22205:
22206: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
22207:
22208: * src/: classes/table.C, include/pa_common.h, main/compile.y:
22209: started table:sort fixed minor bug in #...^{
22210:
22211: * src/: classes/table.C, include/pa_common.h, main/compile.y,
22212: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
22213: decided to have as it were. stepped back. grammar: added 'in'
22214: 'is' 'lt'&co follow-space check
22215:
22216: 2001-03-26 paf
22217:
22218: * src/: classes/file.C, classes/root.C, classes/table.C,
22219: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
22220: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22221: main/pa_table.C: moved ::save to pa_table. disabled @auto
22222: invocation in ^process
22223:
22224: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
22225:
22226: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
22227: main/pa_array.C: table:record
22228:
22229: * src/: main/untaint.C, targets/cgi/parser3.C,
22230: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22231: targets/isapi/pool_storage.h, types/pa_valiased.h,
22232: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
22233: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
22234: types/pa_vtable.h: z
22235:
22236: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
22237: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
22238: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22239: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
22240: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
22241: method realisations on 'self' validity - they now can simply
22242: assume that 'self' is V{Proper} .
22243:
22244: 2001-03-25 paf
22245:
22246: * src/main/untaint.C: z
22247:
22248: * src/main/: pa_request.C, untaint.C: moved default typo-table to
22249: lowlevel - it initialization could be skipped if failed in @auto.
22250: so that exception report would use some table
22251:
22252: * src/main/pa_request.C: table empty lines ignored. system-default
22253: content type assigned in output:result [can fail in main:auto and
22254: skipped normal defaults extraction]
22255:
22256: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
22257: bug
22258:
22259: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
22260: processing to table [except preliminary \r\n \r \n replacements
22261: to "\n"]
22262:
22263: * src/: classes/table.C, main/untaint.C: html-typo - decided to
22264: move all the processing to table
22265:
22266: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
22267: main/pa_table.C, main/untaint.C: returned table originating.
22268: useful for reporting typo table problems origin. think would be
22269: useful somewhere else
22270:
22271: * src/main/untaint.C: typo \r \r\n \n properly handled
22272:
22273: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
22274: include/pa_table.h, main/compile.y, main/compile_tools.C,
22275: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
22276: main/pa_string.C, main/pa_table.C, main/untaint.C,
22277: types/pa_vcookie.h: typo & typo-default
22278:
22279: 2001-03-24 paf
22280:
22281: * src/main/pa_common.C: z
22282:
22283: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22284: targets/cgi/parser3.C: html-typo 2
22285:
22286: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
22287: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
22288: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
22289: main/execute.C, main/pa_array.C, main/pa_globals.C,
22290: main/pa_request.C, main/pa_string.C, main/untaint.C,
22291: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22292: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
22293: noticed double default content-type prob. run cgi.cmd tomorrow
22294: first html-typo sample. detected << problem: they become ltlt too
22295: fast
22296:
22297: * src/main/compile.y: z
22298:
22299: * src/main/: compile.y, compile_tools.h: #comment
22300:
22301: * src/: classes/file.C, classes/root.C, classes/table.C,
22302: include/pa_common.h, include/pa_request.h, main/compile.y,
22303: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22304: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
22305: stringified
22306:
22307: * src/types/pa_valiased.C: decided to String-ify file_read
22308:
22309: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
22310: isapi/parser3isapi.dsp: cgi: sapi::log
22311:
22312: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
22313: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
22314: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
22315: error log experiments failed - cgi under iis got no access to
22316: log. registereventsource simply failed with 5(illegal call) code,
22317: while worked OK as standalone executable. isapi: used
22318: HSE_APPEND_LOG_PARAMETER feature
22319:
22320: * src/: include/pa_common.h, include/pa_globals.h,
22321: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22322: targets/isapi/parser3isapi.C: fixed default content-type
22323: allocation storage
22324:
22325: * src/: include/pa_globals.h, include/pa_request.h,
22326: main/pa_globals.C, main/pa_request.C: z
22327:
22328: * src/: include/pa_array.h, include/pa_hash.h,
22329: include/pa_request.h, main/compile.y, main/pa_array.C,
22330: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22331: types/pa_vcookie.C: cyclic uses ignored. defaulted default
22332: content-type
22333:
22334: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
22335: sanity
22336:
22337: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
22338: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
22339: away freeze mech. no danger now for you can't do
22340: ^request:process[@new-method[] body] trick anymore. still
22341: remains $some_instance.process[@new-method[] possibility] but
22342: would leave it as a feature. see index for sample
22343:
22344: * src/: include/pa_common.h, main/pa_common.C,
22345: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
22346: monkey every target
22347:
22348: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22349: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
22350: types/pa_vform.C, types/pa_vform.h: auto.p monkey
22351:
22352: 2001-03-23 paf
22353:
22354: * src/: include/pa_pool.h, main/pa_request.C,
22355: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22356: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22357: targets/isapi/pool_storage.h: isapi: dumb pool storage
22358:
22359: * src/targets/isapi/pa_pool.C: decided to continue with extension
22360:
22361: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
22362: it would be better to rewrite as filter then to deal with pool
22363:
22364: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
22365: now like in cgi, not from APPL_PHYSICAL_PATH
22366:
22367: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22368: include/pa_config_fixed.h, include/pa_config_includes.h,
22369: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
22370: include/pa_version.h, main/compile.y, main/execute.C,
22371: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22372: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22373: main/untaint.C, targets/cgi/parser3.C,
22374: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
22375: cgi: reinvent document_root and request_uri under iis. autoconf
22376: updated. introducing ap_config_includes
22377:
22378: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
22379:
22380: * src/targets/cgi/parser3.C: cgi: only one pool now
22381:
22382: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
22383: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22384: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22385: types/pa_venv.h, types/pa_vform.C: sapi made object
22386:
22387: * src/: include/pa_globals.h, main/pa_request.C,
22388: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22389: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22390: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
22391:
22392: * src/: main/pa_request.C, targets/cgi/parser3.C,
22393: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22394: isapi minor env beauty
22395:
22396: * src/: main/pa_request.C, targets/cgi/parser3.C,
22397: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22398: isapi document_root 0
22399:
22400: 2001-03-22 paf
22401:
22402: * src/targets/isapi/parser3isapi.C: isapi keep-alive
22403:
22404: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
22405: isapi/parser3isapi.C: z
22406:
22407: * src/: include/pa_pool.h, main/pa_request.C,
22408: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
22409:
22410: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
22411: kill.pl: isapi added utils
22412:
22413: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
22414: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22415: types/pa_vform.C: isapi 0
22416:
22417: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
22418: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22419: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22420: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
22421: started isapi
22422:
22423: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
22424: some comments
22425:
22426: * src/: include/pa_globals.h, include/pa_request.h,
22427: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22428: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
22429: parser_root_auto_path parser_site_auto_path
22430:
22431: * src/types/pa_vcookie.C: cookie attr decoded
22432:
22433: 2001-03-21 paf
22434:
22435: * src/targets/cgi/parser3.C: z
22436:
22437: * src/include/pa_globals.h: post. todo: config of auto.p path
22438:
22439: * src/: include/pa_globals.h, targets/cgi/parser3.C,
22440: types/pa_venv.h: in cookie & env. todo:post
22441:
22442: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
22443: classes/root.C, classes/table.C, include/pa_array.h,
22444: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
22445: include/pa_request.h, include/pa_string.h, main/Makefile.am,
22446: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
22447: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22448: main/pa_table.C, main/untaint.C, targets/Makefile.am,
22449: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22450: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
22451: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
22452: shifted apache branch on main trunc
22453:
22454: * src/: include/pa_common.h, include/pa_globals.h,
22455: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22456: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
22457: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
22458: starting mod_parser3
22459:
22460: * src/targets/cgi/parser3.C: starting mod_parser3
22461:
22462: 2001-03-20 paf
22463:
22464: * src/: main/pa_common.C, targets/cgi/Makefile.am,
22465: targets/cgi/parser3.C: automake compiled and works. todo:make
22466: win32 ifdefs work and add ifdef unistd
22467:
22468: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
22469: main/Makefile.am, main/pa_common.C, main/pa_request.C,
22470: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
22471: z
22472:
22473: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
22474: main/execute.C, main/pa_common.C, types/Makefile.am: removing
22475: locking
22476:
22477: * src/: classes/Makefile.am, types/Makefile.am: z
22478:
22479: * src/: Makefile.am, classes/file.C, classes/root.C,
22480: classes/table.C, include/pa_array.h, include/pa_request.h,
22481: include/pa_string.h, main/Makefile.am, main/execute.C,
22482: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22483: main/pa_string.C, main/untaint.C, targets/Makefile.am,
22484: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22485: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
22486:
22487: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22488: main/pa_request.C, types/pa_vfile.h: ^table:save
22489:
22490: * src/: classes/file.C, classes/table.C, include/pa_array.h,
22491: include/pa_common.h, include/pa_request.h, include/pa_string.h,
22492: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
22493: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
22494: types/pa_vform.h: z
22495:
22496: * src/include/pa_string.h: z
22497:
22498: * src/: classes/_request.h, classes/request.C, main/main.dsp,
22499: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
22500: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22501: :Value
22502:
22503: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
22504: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22505: :VStateless_object
22506:
22507: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
22508: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
22509: :VStateless_object
22510:
22511: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22512: types/pa_valiased.C, types/pa_vform.h: commented VForm
22513:
22514: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
22515: types/pa_valiased.h, types/pa_value.h,
22516: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22517: types/pa_vstateless_object.h: moved common get_element part from
22518: stateless object&class into VAliased
22519:
22520: * src/: classes/_env.h, classes/_table.h, classes/env.C,
22521: classes/table.C, main/execute.C, main/main.dsp,
22522: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
22523: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
22524: now :Value
22525:
22526: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
22527: main/execute.C, main/main.dsp, main/pa_globals.C,
22528: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
22529:
22530: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
22531: doxx
22532:
22533: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
22534: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22535: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
22536: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
22537: and ^file:save
22538:
22539: 2001-03-19 paf
22540:
22541: * src/types/pa_vfile.C: z
22542:
22543: * src/: classes/file.C, classes/request.C, classes/table.C,
22544: include/pa_string.h, main/main.dsp, main/pa_pool.C,
22545: main/pa_request.C, main/untaint.C, types/pa_value.h,
22546: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
22547:
22548: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
22549: include/pa_string.h, include/pa_table.h, main/main.dsp,
22550: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
22551: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
22552: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
22553: classes/_file.h, classes/file.C, types/pa_vfile.C,
22554: types/pa_vfile.h: file class just compiled
22555:
22556: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
22557: include/pa_table.h, include/pa_types.h, main/execute.C,
22558: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22559: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
22560: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
22561:
22562: * src/include/pa_pool.h: z
22563:
22564: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
22565: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
22566: Hash::Value to Val so to doxygen would finlly stop confusing
22567: those Value-s
22568:
22569: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
22570: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
22571: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22572: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22573: include/pa_types.h, main/compile.C, main/compile.y,
22574: main/compile_tools.C, main/compile_tools.h, main/execute.C,
22575: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
22576: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
22577: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22578: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
22579:
22580: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
22581: derivates somehow unlinked. don't know why yet
22582:
22583: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
22584: include/pa_string.h, include/pa_threads.h, main/compile.C,
22585: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22586: main/execute.C, main/pa_array.C, main/pa_common.C,
22587: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
22588: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22589: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
22590:
22591: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
22592: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
22593: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
22594: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
22595: types/pa_vrequest.h: doc: detected Value derivates prob
22596:
22597: * src/include/pa_globals.h: z
22598:
22599: * src/: classes/_request.h, classes/request.C, include/code.h,
22600: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
22601: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
22602: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
22603: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22604: main/execute.C, main/pa_pool.C, main/pa_request.C,
22605: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22606: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
22607:
22608: 2001-03-18 paf
22609:
22610: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
22611: cookie: allowed access to hash-assigned
22612:
22613: * src/targets/cgi/parser3.C: z
22614:
22615: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
22616: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
22617: include/pa_types.h, main/main.dsp, main/pa_common.C,
22618: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22619: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22620: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
22621: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22622: types/pa_vunknown.h: cookie class
22623:
22624: * src/main/pa_request.C: zero length output allowed
22625:
22626: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
22627: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
22628:
22629: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
22630: lang switch
22631:
22632: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
22633: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22634: types/pa_value.h, types/pa_vhash.h:
22635: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22636:
22637: * src/main/execute.C: z
22638:
22639: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
22640: targets/cgi/parser3.C: taint[uri
22641:
22642: * src/: classes/request.C, classes/response.C, classes/root.C,
22643: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22644: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
22645: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
22646:
22647: * src/: classes/root.C, classes/string.C, include/pa_string.h,
22648: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22649: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
22650: types/pa_vstateless_class.C: convinient string(pool, char *src,
22651: bool tainted) ctor
22652:
22653: * src/: include/pa_hash.h, include/pa_request.h,
22654: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
22655: main/pa_request.C, main/pa_string.C, main/untaint.C,
22656: targets/cgi/parser3.C: proper @exceptions params tainting
22657:
22658: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
22659: response fields to header
22660:
22661: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22662: z
22663:
22664: * src/: classes/_response.h, classes/response.C,
22665: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22666: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
22667: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22668: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
22669: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
22670: $response: 0 request::core exception rethrow
22671:
22672: 2001-03-16 paf
22673:
22674: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
22675: types/pa_vrequest.h: native method' class call with less params
22676: then needed error reporting
22677:
22678: * src/: classes/_request.h, classes/request.C,
22679: include/pa_globals.h, include/pa_request.h, main/execute.C,
22680: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22681: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
22682: types/pa_vrequest.h: $request : query :uri
22683:
22684: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
22685: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
22686: types/pa_wcontext.h: $result
22687:
22688: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
22689:
22690: * src/: classes/double.C, include/code.h, main/compile.y,
22691: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
22692: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22693:
22694: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
22695: main/compile.y, main/execute.C, types/pa_value.h,
22696: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
22697: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
22698: wcontext conflict
22699:
22700: * src/: main/execute.C, types/pa_value.h,
22701: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
22702: $string.field
22703:
22704: 2001-03-15 paf
22705:
22706: * src/main/pa_request.C: news sample
22707:
22708: * src/: main/compile.y, main/execute.C, main/pa_request.C,
22709: targets/cgi/parser3.C, types/pa_vstring.h: @exception
22710:
22711: * src/main/: compile.y, execute.C: z
22712:
22713: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
22714: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
22715: pre pre works
22716:
22717: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22718: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
22719: fillfields just compiled
22720:
22721: 2001-03-14 paf
22722:
22723: * src/: include/pa_request.h, main/pa_request.C,
22724: targets/cgi/parser3.C: z
22725:
22726: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22727: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
22728: types/pa_vstring.h: limits -1
22729:
22730: * src/: include/pa_globals.h, include/pa_request.h,
22731: include/pa_types.h, main/main.dsp, main/pa_globals.C,
22732: main/pa_request.C, targets/cgi/parser3.C,
22733: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
22734: request_info -1
22735:
22736: * src/: include/pa_globals.h, main/pa_globals.C,
22737: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22738: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
22739: vform_fields_fill
22740:
22741: * src/targets/cgi/parser3.C: # if MSVC
22742:
22743: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
22744: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
22745:
22746: * src/targets/cgi/parser3.C: z
22747:
22748: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
22749: include/pa_string.h, include/pa_types.h, main/compile.y,
22750: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
22751: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
22752: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
22753: types/pa_vunknown.h: global handler, exceptions in parser3
22754:
22755: 2001-03-13 paf
22756:
22757: * src/: classes/form.C, main/compile.y, main/core.C,
22758: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
22759: types/pa_vform.h, types/pa_vstateless_class.C,
22760: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
22761: instead
22762:
22763: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22764: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
22765: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
22766: started cgi target
22767:
22768: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22769: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
22770: before error show with parser
22771:
22772: * src/: classes/_form.h, classes/form.C, include/core.h,
22773: include/pa_request.h, main/core.C, main/pa_request.C,
22774: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
22775:
22776: * src/targets/cgi/: parser.dsp, parser3.dsp: z
22777:
22778: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
22779: parser3.C: renamed targets/ parser to cgi
22780:
22781: * src/: classes/double.C, classes/env.C, classes/int.C,
22782: classes/root.C, classes/string.C, classes/table.C,
22783: include/pa_request.h, types/pa_vhash.h: z
22784:
22785: * src/: classes/_env.h, classes/env.C, classes/root.C,
22786: include/core.h, include/pa_pool.h, include/pa_request.h,
22787: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
22788: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22789: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
22790: [historical moment :)]
22791:
22792: * src/: include/code.h, include/pa_string.h, main/compile.y,
22793: main/execute.C, main/pa_string.C: 'value is type' expr operator
22794:
22795: * src/types/pa_venv.h: $ENV 1
22796:
22797: * src/main/execute.C: z
22798:
22799: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
22800: future methods of ENV constructor if
22801:
22802: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
22803: class
22804:
22805: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22806: classes/_root.h, classes/_string.h, classes/_table.h,
22807: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22808: classes/string.C, classes/table.C, include/pa_request.h,
22809: main/compile.C, main/compile_tools.h, main/core.C,
22810: main/execute.C, main/main.dsp, main/pa_request.C,
22811: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22812: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22813: types/pa_vobject.h, types/pa_vstateless_class.C,
22814: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22815: types/pa_wcontext.h: $ENV: re 0, stateless classes
22816:
22817: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22818: classes/_root.h, classes/_string.h, classes/_table.h,
22819: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22820: classes/string.C, classes/table.C, include/pa_request.h,
22821: main/compile.C, main/compile_tools.h, main/core.C,
22822: main/execute.C, main/main.dsp, main/pa_request.C,
22823: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22824: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22825: types/pa_vobject.h, types/pa_vstateless_class.C,
22826: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22827: types/pa_wcontext.h: $ENV: re 0, stateless classes
22828:
22829: * src/: include/pa_request.h, main/compile.C, main/execute.C,
22830: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
22831: yesterdays bad decision on execute_static_method
22832:
22833: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
22834:
22835: * src/: classes/double.C, classes/int.C, classes/root.C,
22836: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
22837:
22838: * src/main/pa_request.C: z
22839:
22840: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22841: include/pa_pool.h: skipped_restructure_exceptions_dead_end
22842:
22843: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22844: include/pa_pool.h, main/pa_request.C:
22845: restructure_exceptions_dead_end
22846:
22847: * src/: classes/root.C, main/compile.y: ^if required junctions.
22848: allowed ; inside {} to break params
22849:
22850: * src/classes/root.C: ^eval
22851:
22852: * src/: classes/_string.h, classes/double.C, classes/int.C,
22853: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
22854: string ^format
22855:
22856: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
22857: 'bad' but not 'enough'
22858:
22859: * src/: classes/double.C, classes/root.C, classes/table.C,
22860: include/pa_common.h, include/pa_types.h, main/compile.y,
22861: main/pa_common.C, main/pa_request.C, main/untaint.C,
22862: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
22863: types/pa_wwrapper.h: think constructing flag as is is bad
22864:
22865: * src/: classes/double.C, classes/int.C, classes/root.C,
22866: classes/string.C, classes/table.C, main/core.C, main/execute.C,
22867: types/pa_vint.h: ^for
22868:
22869: 2001-03-12 paf
22870:
22871: * src/classes/table.C: table ^empty
22872:
22873: * src/: classes/table.C, include/pa_table.h: table ^menu
22874:
22875: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
22876: ^offset ^line ^count
22877:
22878: * src/classes/root.C: ^round() ^floor() ^ceiling()
22879: ^abs() ^sign()
22880:
22881: * src/classes/: root.C, table.C: ^use
22882:
22883: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22884: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
22885: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22886: ^while. switched off wcontext.constructing after write(value) or
22887: auto-vhash-constructing
22888:
22889: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22890: main/pa_request.C: fail_if_junction_ helper func
22891:
22892: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22893: include/pa_request.h, main/execute.C, main/main.dsp,
22894: main/pa_common.C, main/pa_request.C: ^process error point by
22895: actual method_name, not source. ^load
22896:
22897: * src/types/pa_vtable.h: table: no, better with string in cells...
22898:
22899: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
22900: classes/_table.h, classes/table.C, main/untaint.C: z
22901:
22902: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
22903: include/pa_table.h, main/core.C, main/execute.C,
22904: main/pa_common.C, main/pa_request.C, main/pa_table.C,
22905: types/pa_value.h: table:set 0
22906:
22907: * src/: classes/root.C, include/core.h, include/pa_array.h,
22908: include/pa_request.h, include/pa_table.h, main/core.C,
22909: main/main.dsp, main/pa_request.C, main/pa_table.C,
22910: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
22911: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
22912: types/pa_vstring.h: freeze, ^table:create[] -1
22913:
22914: * src/: classes/root.C, types/pa_value.h: z
22915:
22916: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
22917: get_method in couple places optimizing them
22918:
22919: * src/classes/root.C: z
22920:
22921: * src/: classes/root.C, types/pa_vclass.h: process temp main
22922: zeroing
22923:
22924: * src/: classes/double.C, classes/int.C, classes/root.C,
22925: classes/string.C, include/pa_common.h, include/pa_request.h,
22926: include/pa_string.h, include/pa_types.h, main/compile.C,
22927: main/compile.y, main/compile_tools.h, main/execute.C,
22928: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22929: types/pa_vmframe.h: ^process. actual names to store param and
22930: check_actual_numbered_params for better place diagnostics
22931:
22932: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
22933: method-junctions bug fixed
22934:
22935: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
22936: pa_vstateless_object.h, pa_vstring.h: stateless_object
22937:
22938: 2001-03-11 paf
22939:
22940: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
22941: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
22942: VDouble VInt base now VObject_base - without fields
22943:
22944: * src/: classes/root.C, include/core.h, main/core.C: z
22945:
22946: * src/: classes/double.C, classes/int.C, classes/root.C,
22947: classes/string.C, include/core.h, include/pa_hash.h,
22948: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
22949: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
22950:
22951: * src/: classes/double.C, classes/int.C, classes/root.C,
22952: include/pa_request.h, main/execute.C: intercept_string
22953:
22954: * src/: classes/double.C, classes/int.C, classes/root.C,
22955: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
22956:
22957: * src/: classes/double.C, classes/int.C, include/pa_request.h:
22958: ^inc-s(expr)
22959:
22960: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22961: classes/_root.h, classes/_string.h, classes/double.C,
22962: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22963: include/code.h, include/core.h, include/pa_array.h,
22964: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22965: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22966: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22967: include/pa_types.h, main/compile.C, main/compile.y,
22968: main/compile_tools.C, main/compile_tools.h, main/core.C,
22969: main/execute.C, main/pa_array.C, main/pa_common.C,
22970: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
22971: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22972: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22973: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22974: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22975: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22976: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22977: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
22978:
22979: * src/: main/pa_request.C, types/pa_vhash.h: z
22980:
22981: * src/: include/core.h, include/pa_request.h, main/core.C,
22982: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
22983:
22984: * src/: include/pa_valiased.h, include/pa_value.h,
22985: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22986: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22987: include/pa_vjunction.h, include/pa_vmframe.h,
22988: include/pa_vobject.h, include/pa_vstring.h,
22989: include/pa_vunknown.h, include/pa_wcontext.h,
22990: include/pa_wwrapper.h, main/compile.y, main/core.C,
22991: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
22992: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
22993: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22994: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22995: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22996: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22997: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22998: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
22999: include/
23000:
23001: 2001-03-10 paf
23002:
23003: * src/: include/core.h, include/pa_request.h, main/core.C,
23004: main/pa_request.C: run+auto=run
23005:
23006: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23007:
23008: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23009: classes/_root.h, classes/_string.h, classes/double.C,
23010: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23011: include/code.h, include/core.h, include/pa_array.h,
23012: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23013: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23014: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23015: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23016: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23017: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23018: include/pa_vjunction.h, include/pa_vmframe.h,
23019: include/pa_vobject.h, include/pa_vstring.h,
23020: include/pa_vunknown.h, include/pa_wcontext.h,
23021: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23022: main/compile_tools.C, main/compile_tools.h, main/core.C,
23023: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23024: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23025: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23026: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23027: main/pa_wcontext.C: sources header
23028:
23029: * src/main/pa_request.C: auto..
23030:
23031: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23032: main/pa_request.C: auto tree0
23033:
23034: * src/: include/core.h, include/pa_request.h, main/compile.y,
23035: main/core.C, main/pa_request.C: names to core.C
23036:
23037: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23038: include/pa_request.h, main/core.C, main/execute.C,
23039: main/pa_common.C, main/pa_request.C: root auto.p loaded
23040:
23041: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23042: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23043: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23044: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23045:
23046: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23047: @auto[] realised. auto.p scan togo
23048:
23049: * src/: include/pa_request.h, main/execute.C: autocalc
23050: code-junctions result now have names
23051:
23052: * src/: classes/double.C, classes/int.C, classes/root.C,
23053: classes/string.C, include/pa_request.h, include/pa_string.h,
23054: include/pa_wcontext.h, main/compile.y, main/execute.C,
23055: main/pa_string.C, main/pa_wcontext.C: tainting 0
23056:
23057: * src/classes/env.C: env:file/line
23058:
23059: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23060: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23061: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23062: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23063: main/compile_tools.C, main/compile_tools.h, main/core.C,
23064: main/execute.C, main/main.dsp, main/pa_cframe.C,
23065: main/pa_request.C, main/pa_wcontext.C: const fight finished
23066:
23067: * src/include/pa_vclass.h: const fight to go
23068:
23069: * src/: classes/_env.h, classes/env.C, classes/root.C,
23070: include/pa_request.h, include/pa_vclass.h, main/core.C,
23071: main/main.dsp: env0
23072:
23073: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23074: classes/_string.h, classes/double.C, classes/int.C,
23075: classes/root.C, classes/string.C, include/pa_request.h,
23076: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23077: include/pa_wcontext.h, main/core.C, main/main.dsp,
23078: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23079: main/pa_wcontext.C: ^lang prepare0
23080:
23081: 2001-03-09 paf
23082:
23083: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23084: construct proper naming
23085:
23086: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23087: classes/double.C, classes/int.C, classes/root.C,
23088: classes/string.C, include/code.h, include/pa_value.h,
23089: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23090: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23091: main/compile.y, main/compile_tools.C, main/core.C,
23092: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23093: and ^double[]. fixed expr type
23094:
23095: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23096: ^string.length[]
23097:
23098: 2001-03-08 paf
23099:
23100: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23101:
23102: * src/: include/pa_vclass.h, include/pa_vstring.h,
23103: include/pa_wcontext.h, main/compile.y, main/core.C,
23104: main/execute.C, main/main.dsp: dead end: vstring can't be
23105: derivated from vobject
23106:
23107: * src/: include/pa_vclass.h, include/pa_vhash.h,
23108: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23109:
23110: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23111: remained clone conseqs
23112:
23113: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23114:
23115: * src/main/pa_vclass.C: wow! vclass were out of vcs
23116:
23117: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23118: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23119: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23120: include/pa_vobject.h, include/pa_vstring.h,
23121: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23122: main/execute.C: withoud cloning. didn't need it actually, params
23123: got passed from out unnamed ewpool
23124:
23125: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23126: include/pa_vjunction.h, include/pa_vobject.h,
23127: include/pa_vunknown.h, main/compile.y: cloning dead end
23128:
23129: * src/: include/pa_bool.h, include/pa_double.h,
23130: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23131: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23132: include/pa_vjunction.h, include/pa_vmframe.h,
23133: include/pa_vobject.h, include/pa_vstring.h,
23134: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23135: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23136: to give params proper names
23137:
23138: * src/main/pa_wcontext.C: z
23139:
23140: * src/: include/pa_vmframe.h, main/execute.C: added names to
23141: unknown values in get_element and unfilled params. removed wrong
23142: name change in get_element
23143:
23144: * src/main/execute.C: z
23145:
23146: * src/main/execute.C: fixed problems calling operators in
23147: constructors
23148:
23149: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23150: detected problems calling operators in constructors
23151:
23152: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23153: autocalc def to string
23154:
23155: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23156: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23157:
23158: * src/classes/root.C: added root.c
23159:
23160: * src/: include/pa_request.h, include/pa_value.h,
23161: include/pa_vcframe.h, include/pa_vmframe.h,
23162: include/pa_wcontext.h, main/compile.C, main/compile.y,
23163: main/core.C, main/execute.C, main/pa_cframe.C,
23164: main/pa_wcontext.C: 'if' just compiled
23165:
23166: * src/: include/pa_vbool.h, include/pa_vdouble.h,
23167: include/pa_vjunction.h, include/pa_vmframe.h,
23168: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
23169: main/pa_wcontext.C: z
23170:
23171: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
23172: main/core.C, main/execute.C, main/main.dsp: z. detected probs
23173: with parameter names in operator methods
23174:
23175: * src/main/compile.y: minor renamings in .y
23176:
23177: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23178: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
23179: @BASE. changed 'RUN' assignment mech
23180:
23181: * src/main/execute.C: z
23182:
23183: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23184: main/compile_tools.h, main/execute.C: made class: dynamic, not
23185: static. so to enable runtime ^use
23186:
23187: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
23188:
23189: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23190: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
23191:
23192: * src/main/execute.C: root root in code-junction
23193:
23194: 2001-03-07 paf
23195:
23196: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
23197: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
23198:
23199: * src/: include/pa_stack.h, include/pa_value.h,
23200: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
23201: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
23202: fixed rwcontext of {} params up
23203:
23204: * src/main/: compile.y, compile_tools.h: ^func(params)
23205:
23206: * src/main/compile.y: .y priorities syntax shaped up a bit
23207:
23208: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
23209: include/pa_vunknown.h, main/compile.y, main/execute.C,
23210: main/pa_hash.C: expr def in -f
23211:
23212: * src/main/: compile.y, execute.C: expr calls
23213:
23214: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
23215: fixed
23216:
23217: * src/main/compile.y: expr quoted code
23218:
23219: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
23220: support0
23221:
23222: * src/main/compile.y: expr string comparisons 0
23223:
23224: * src/: include/pa_string.h, main/compile.y, main/execute.C,
23225: main/pa_string.C: just compiled lt&co
23226:
23227: * src/main/execute.C: ^var.menu{$field} problem detected. that
23228: $field not a $var.field
23229:
23230: 2001-03-06 paf
23231:
23232: * src/main/compile.y: .y expr visible-shorter
23233:
23234: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
23235: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
23236: logical
23237:
23238: * src/: include/pa_vstring.h, main/compile.y: problems with
23239: skipping whitespace in yylex
23240:
23241: * src/include/pa_vbool.h: forgot this
23242:
23243: * src/: include/code.h, main/compile.y, main/execute.C: without
23244: string ops in expressions 0
23245:
23246: * src/: include/pa_value.h, include/pa_vdouble.h,
23247: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
23248: main/execute.C, main/main.dsp: !~
23249:
23250: * src/: include/pa_vcframe.h, include/pa_vclass.h,
23251: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
23252: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23253: include/pa_vunknown.h, include/pa_wcontext.h,
23254: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23255: main/compile_tools.h, main/execute.C: +-*/
23256:
23257: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
23258: main/compile_tools.h: grammar-1.1 $a(z) $a=0
23259:
23260: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
23261: main/execute.C: expr grammar-1 2*2=4.000000 :)
23262:
23263: * src/main/compile.y: expr grammar-1
23264:
23265: * src/main/compile.y: expr lexx1
23266:
23267: * src/main/: compile.y, execute.C, main.dsp: z
23268:
23269: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
23270: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
23271: main/execute.C: expr lex0 exec-1
23272:
23273: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
23274:
23275: 2001-02-26 paf
23276:
23277: * src/main/compile.y: max_string in yyerror bug fix
23278:
23279: 2001-02-25 paf
23280:
23281: * src/: include/pa_value.h, include/pa_vmframe.h,
23282: include/pa_wcontext.h, main/execute.C: VAliased3
23283:
23284: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
23285:
23286: * src/main/execute.C: VAliased1
23287:
23288: * src/: include/pa_request.h, include/pa_value.h,
23289: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
23290: VAliased0
23291:
23292: * src/: include/pa_pool.h, include/pa_request.h,
23293: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
23294: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
23295: VAliased just compiled
23296:
23297: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
23298: include/pa_vobject.h, main/execute.C: alias dead end
23299:
23300: * src/: include/pa_value.h, include/pa_vclass.h,
23301: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23302: main/main.dsp: no not get fields into interm VFielded class.
23303: fields & staticfields 1
23304:
23305: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
23306: include/pa_vobject.h, include/pa_wcontext.h,
23307: include/pa_wwrapper.h, main/core.C, main/execute.C,
23308: main/main.dsp: would now get fields into interm VFielded class
23309:
23310: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23311: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23312: include/pa_wcontext.h, main/compile.y, main/core.C,
23313: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
23314: main/pa_wcontext.C: virtuals2
23315:
23316: * src/main/compile.y: : 1
23317:
23318: * src/main/compile.y: rethought to $class:static.field.subfield
23319:
23320: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
23321: $class:element
23322:
23323: * src/: include/pa_value.h, include/pa_vmframe.h,
23324: include/pa_wwrapper.h, main/compile.y, main/execute.C,
23325: main/pa_wcontext.C: before execute class calls rewrite
23326:
23327: * src/: include/pa_request.h, main/compile.C, main/core.C: default
23328: name RUN, also alias
23329:
23330: * src/main/compile.y: escaping bug
23331:
23332: * src/: include/pa_request.h, include/pa_value.h,
23333: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
23334: main/core.C, main/execute.C, main/pa_common.C: vobject1
23335:
23336: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23337: include/pa_vmframe.h, include/pa_vobject.h,
23338: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23339: main/compile_tools.h, main/execute.C: ^class:method() just
23340: compiled
23341:
23342: 2001-02-24 paf
23343:
23344: * src/main/main.dsp: no bison -d
23345:
23346: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
23347: class' err msg wrong
23348:
23349: * src/main/compile.y: z
23350:
23351: * src/main/: compile.y, core.C: yylex need some @special lines adj
23352:
23353: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
23354: main/compile.y, main/compile_tools.h, main/core.C: modules0
23355:
23356: * src/: include/pa_vclass.h, main/core.C: z
23357:
23358: * src/: include/pa_value.h, include/pa_vclass.h,
23359: include/pa_vobject.h, main/main.dsp: vobject00
23360:
23361: * src/main/pa_array.C: minor bug in expanding very small arrays.
23362: 60% from 1 were 0
23363:
23364: * src/: include/pa_value.h, include/pa_wcontext.h,
23365: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
23366: as bad as you've named it: wcontext.value() was not a perfect
23367: idea
23368:
23369: * src/main/execute.C: codeframe1
23370:
23371: * src/: include/pa_value.h, include/pa_vcframe.h,
23372: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
23373: include/pa_vjunction.h, include/pa_vmframe.h,
23374: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23375: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
23376: just compiled
23377:
23378: * src/: include/pa_vframe.h, main/compile.y: found junction
23379: ideology @: ^x{$a()) must construct current wcontext element, so
23380: smart wcontext handling needed
23381:
23382: * src/main/compile.y: fixed grammar bugs in constructor/params
23383: klinch
23384:
23385: * src/main/: compile.y, execute.C: fixed empty constructor
23386: optimized empty case. failed on calls - produced empty string
23387: param
23388:
23389: * src/main/compile.y: fixed last \n macrotemplate strip bug
23390:
23391: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
23392: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
23393: main/compile_tools.C, main/compile_tools.h, main/core.C,
23394: main/execute.C: code junctions0. something wrong with last \n
23395: macrotemplate strip
23396:
23397: * src/: include/pa_value.h, main/compile.C, main/core.C,
23398: main/pa_value.C: minor error reporting format beautifyings
23399:
23400: * src/: include/pa_value.h, include/pa_vclass.h,
23401: include/pa_vframe.h, main/core.C, main/execute.C,
23402: main/pa_value.C: get_method RIP. junctions everywhere. call with
23403: junctions0
23404:
23405: 2001-02-23 paf
23406:
23407: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
23408: pa_wwrapper.h: lara came, can't work, sorry :(
23409:
23410: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
23411: junction
23412:
23413: * src/: include/pa_vframe.h, include/pa_vunknown.h,
23414: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
23415: main/execute.C, main/main.dsp, main/pa_value.C: call0
23416:
23417: * src/: include/pa_hash.h, include/pa_value.h,
23418: include/pa_wcontext.h, main/core.C, main/execute.C,
23419: main/main.dsp, main/pa_hash.C: started call. store param, vframe
23420: done
23421:
23422: * src/include/pa_wcontext.h: z
23423:
23424: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
23425: wrong grammar in complex constructor case
23426:
23427: * src/main/: compile.y, execute.C: empty constructor bug fixed
23428:
23429: * src/main/execute.C: with result rwpool
23430:
23431: * src/: include/pa_value.h, main/core.C, main/execute.C,
23432: main/main.dsp: value named
23433:
23434: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
23435: strign 2 value in 2 places in execute
23436:
23437: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
23438: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
23439: wcontext.put_element when wcontext fvalue==0
23440:
23441: 2001-02-22 paf
23442:
23443: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23444: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
23445: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
23446:
23447: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
23448: erroreos checkout
23449:
23450: * src/: include/pa_request.h, main/compile.y: $self.put(val)
23451:
23452: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
23453: main/compile_tools.h, main/pa_array.C: $self.get
23454:
23455: * src/main/: compile.C, compile.y, compile_tools.C: z
23456:
23457: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
23458: bit. finished now.
23459:
23460: * src/main/compile.y: $: finished
23461:
23462: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
23463:
23464: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
23465: main/execute.C: OP_STRING better then some xxx _VALUE
23466:
23467: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
23468: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23469: string to vstring it .y all
23470:
23471: * src/: include/pa_request.h, include/pa_stack.h,
23472: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
23473: all
23474:
23475: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
23476: precise parse error line:col
23477:
23478: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
23479: main/pa_hash.C, main/pa_pool.C: TRY...
23480:
23481: * src/: include/pa_exception.h, include/pa_pool.h,
23482: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
23483: main/compile.C, main/compile.y, main/compile_tools.C,
23484: main/core.C, main/pa_array.C, main/pa_exception.C,
23485: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
23486: main/pa_table.C: removed exception from request
23487:
23488: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
23489: some forgotten
23490:
23491: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23492: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
23493: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
23494: get/put simple vars to VClass works0
23495:
23496: * src/: include/pa_array.h, include/pa_wcontext.h,
23497: main/pa_string.C: in process, but found that exceptions are too
23498: global
23499:
23500: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
23501: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
23502: main/execute.C, main/pa_string.C: write_value write_string 0 it
23503: seems wcontext must write strings regardles of fvalue!=0
23504:
23505: 2001-02-21 paf
23506:
23507: * src/main/execute.C: tired :)
23508:
23509: * src/main/: compile.C, compile.y, execute.C: store0
23510:
23511: * src/: include/compile.h, include/execute.h, include/pa_array.h,
23512: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
23513: include/pa_wcontext.h, main/compile.C, main/compile.y,
23514: main/execute.C, main/main.dsp, main/pa_array.C,
23515: main/pa_request.C: get put -1 [just compiled]
23516:
23517: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
23518: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
23519: main/main.dsp, main/pa_request.C: request core methods0
23520:
23521: * src/: include/compile.h, include/pa_array.h, main/compile.C,
23522: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
23523: execute
23524:
23525: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
23526: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
23527: methods and one_big_piece. now compile returns array<method*>
23528:
23529: * src/main/compile.y: more straightforward yylex[end]
23530:
23531: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
23532: string.operator==(char*)
23533:
23534: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
23535: main/execute.C, main/pa_array.C: after array.const get wonders
23536:
23537: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
23538: pa_string.h, pa_value.h: struck with const array.gets
23539:
23540: * src/main/: execute.C: z
23541:
23542: * src/main/: compile.y, execute.C: z
23543:
23544: * src/main/: compile.C, compile.y, compile_tools.h: error
23545: processing in eval & yyerror so it wouldn't cause memleaks.
23546:
23547: * src/main/: compile.C, compile.y: failed to add absolute precies
23548: parse error positions. leaving RIGHTMOST position as
23549: @file[line:col]
23550:
23551: * src/: include/compile.h, main/compile.C, main/compile.y,
23552: main/compile_tools.h: line numbers needed. would add them to .y
23553: now internally. externally it's not as precise as needed
23554:
23555: * src/: include/code.h, include/pa_types.h, main/compile.C,
23556: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23557: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
23558: compiler works ok
23559:
23560: 2001-02-20 paf
23561:
23562: * src/main/: compile.C, compile.y, compile_tools.C,
23563: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
23564: not perfect
23565:
23566: * src/: include/code.h, include/compile.h, include/execute.h,
23567: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
23568: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23569: main/compile.C, main/compile.y, main/compile_tools.C,
23570: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
23571: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23572: main/pa_string.C, main/pa_table.C: bison[yacc] first time
23573: compiled. execute=dump for now
23574:
23575: * src/main/core.C: core rewrite using yacc investigations now will
23576: be compile[yacc]/execute[opcodes]
23577:
23578: 2001-02-15 paf
23579:
23580: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
23581: rewrite as turing machine? for it seems it would be it's too many
23582: ifs with this syntax now
23583:
23584: 2001-02-14 paf
23585:
23586: * src/main/core.C: get_params 1
23587:
23588: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
23589: :( ]
23590:
23591: * src/main/core.C: varios breaks
23592:
23593: * src/main/core.C: get names 3
23594:
23595: * src/main/core.C: get names 2
23596:
23597: * src/main/core.C: get names 1
23598:
23599: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
23600: names 0
23601:
23602: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
23603: text repassing2 operator static vars
23604:
23605: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
23606: main/pa_string.C: process text repassing
23607:
23608: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23609: module:calls changes
23610:
23611: 2001-02-13 paf
23612:
23613: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23614: ^class:calls[] started
23615:
23616: * src/: include/pa_value.h, main/core.C: z
23617:
23618: * src/main/core.C: operators : and self. prefixes
23619:
23620: * src/main/core.C: z
23621:
23622: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23623: tested
23624:
23625: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23626: optimized
23627:
23628: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
23629: would change privates to better support optimization
23630:
23631: * src/: include/pa_string.h, main/pa_string.C:
23632: String_iterator::skip_to todo:optimize
23633:
23634: 2001-02-12 paf
23635:
23636: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
23637: String_iterator
23638:
23639: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
23640: comments
23641:
23642: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
23643: self/methodref joined
23644:
23645: 2001-02-11 paf
23646:
23647: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
23648: main/main.dsp: core started. core.C, context&value .h
23649:
23650: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23651: include/pa_string.h, main/main.dsp, main/pa_array.C,
23652: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
23653:
23654: 2001-01-30 paf
23655:
23656: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
23657: comments
23658:
23659: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
23660: main/pa_pool.C: moved pa_pool.C to be target specific
23661:
23662: * src/: include/pa_exception.h, include/pa_pool.h,
23663: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
23664: to & changes
23665:
23666: * src/: include/pa_exception.h, include/pa_pool.h,
23667: include/pa_request.h, include/pa_table.h, main/pa_array.C,
23668: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
23669: re-associated. that's much better even removed 'die' necessety
23670:
23671: * src/: include/pa_error.h, include/pa_exception.h,
23672: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23673: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
23674: targets/Makefile.am: lowered targets/parser into subdir, added
23675: parser_Pool(Pool) failed to add. would think..
23676:
23677: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
23678: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
23679: main/pa_string.C, main/pa_table.C: Table more like C++ style
23680: hence lots of 'const'
23681:
23682: * src/: include/pa_error.h, include/pa_request.h,
23683: include/pa_string.h, include/pa_table.h, main/pa_error.C,
23684: main/pa_table.C: Error fixed
23685:
23686: 2001-01-29 paf
23687:
23688: * src/: include/pa_array.h, include/pa_common.h,
23689: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
23690: include/pa_request.h, include/pa_string.h, include/pa_table.h,
23691: main/Makefile.am, main/pa_array.C, main/pa_common.C,
23692: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
23693:
23694: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23695: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23696: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
23697: main/pa_string.C, main/pa_table.C: Request Error Table
23698:
23699: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
23700: templates"
23701:
23702: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
23703: main/main.dsp, main/pa_array.C: templates failed no template
23704: specializations [VC6], no library auto instantation [VC6, GNU c++
23705: 2.95.2-6 from latest cygwin]
23706:
23707: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23708: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23709: main/main.dsp, main/pa_array.C, main/pa_string.C,
23710: main/pa_table.C: Table started would test template Array now
23711:
23712: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23713: String originating
23714:
23715: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
23716: main/pa_hash.C: made local Hash-es not thread safe=quicker by
23717: SYNCHRONIZED(thread_safe)
23718:
23719: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
23720: parts to top
23721:
23722: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
23723: main/pa_threads.C: decided on one global_mutex, like PHP as I can
23724: see: needed only in global Hash now, made Hash:: put/get
23725: SYNCHRONIZED
23726:
23727: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
23728: main/pa_threads.C: added pa_threads
23729:
23730: Mutex
23731:
23732: * src/include/pa_hash.h: some comments
23733:
23734: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
23735: Array& operator += (Array& src)
23736:
23737: * src/main/pa_array.C: expand not convinient, would rewrite
23738:
23739: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
23740: (Array& src)
23741:
23742: rethought, would change now
23743:
23744: 2001-01-27 paf
23745:
23746: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
23747: caching
23748:
23749: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23750: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
23751: cache rethought to chunk caching
23752:
23753: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23754: include/pa_string.h, main/main.dsp, main/pa_array.C,
23755: main/pa_hash.C, main/pa_string.C: Array 0
23756:
23757: * src/main/pa_string.C: String::operator ==
23758:
23759: * src/main/pa_hash.C: String(&String)
23760:
23761: * src/main/pa_hash.C: added pa_hash.C [forgotten]
23762:
23763: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
23764: main/main.dsp, main/pa_string.C: uint, and added pa_types &
23765: pa_hash[forgotten]
23766:
23767: 2001-01-26 paf
23768:
23769: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23770: removed templates [vc++ suxx]
23771:
23772: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
23773: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
23774:
23775: * src/include/: pa_pool.h, pa_string.h: pa_pool split
23776:
1.119 moko 23777: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 23778:
1.119 moko 23779: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 23780: check
23781:
23782: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
23783: dynamic row_count
23784:
23785: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23786: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23787: targets/Makefile.am: Initial revision
23788:
23789: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23790: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23791: targets/Makefile.am: creating parser3 module
23792:
E-mail: